@charset "UTF-8";
/*!
Theme Name: Blogs Atlântida
Theme URI: http://www.santopixel.com.br/
Author: SantoPixel - Design & Code
Author URI: http://www.santopixel.com.br/
Description: Tema WordPress dos Blogs Atlântida, desenvolvido pela empresa SantoPixel - especializada em desenvolvimento front-end e design para todas as plataformas.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: atlantida-blog-wp-theme
Domain Path: /languages/
Tags: atlantida, rbs, gruporbs, santopixel

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Blogs Atlântida is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

iframe {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td, .table th {
    background-color: #fff !important; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
small, .small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }
.branded-content {
  background-color: #ffee00;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 2px;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before, blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@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; }

.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: 0; }

.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: 0; }

.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: 0; }

  .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: 0; }

  .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: 0; }

  .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: 0; }

  .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: 0; }

  .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: 0; }

  .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; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700; }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

input[type=date] {
  line-height: 34px; }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }

.radio label, .checkbox label {
  display: inline;
  font-weight: 400;
  cursor: pointer; }

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }

  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary .badge {
  color: #428bca;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease; }

@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"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: 0; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #999; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }

  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0; }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; }

  .navbar-text.navbar-right:last-child {
    margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #999; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #999; }

.navbar-inverse .navbar-nav > li > a {
  color: #999; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #999; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc; }

.breadcrumb > .active {
  color: #999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #999; }

.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray; }

.label-primary {
  background-color: #428bca; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron h1, .jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.container .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media, .media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

a.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit; }

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca; }

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1; }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%; }

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer: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;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("css/libs/fancybox/fancybox_sprite.png?4"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 115px;
  height: 115px;
  background: url("css/libs/fancybox/fancybox_loading.gif?1") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("css/libs/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("css/libs/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("css/libs/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("css/libs/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
  outline: 0; }

.flex-control-nav, .flex-direction-nav, .slides {
  list-style: none;
  margin: 0;
  padding: 0; }

.flexslider {
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  margin: 0 0 60px;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

* html .slides {
  height: 1%; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  height: 0; }

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  display: block;
  background: url("css/libs/flexslider/images/bg_direction_nav.png") no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  margin: -20px 0 0; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

.flex-direction-nav .flex-prev {
  left: -36px; }

.flexslider:hover .flex-next {
  opacity: .8;
  right: 5px; }

.flexslider:hover .flex-prev {
  opacity: .8;
  left: 5px; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  zoom: 1;
  display: inline;
  margin: 0 6px; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  position: static;
  overflow: hidden;
  margin: 5px 0 0; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

html[xmlns] .slides, .no-js .slides > li:first-child {
  display: block; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover, .flex-control-thumbs img:hover {
  opacity: 1; }

@media screen and (min-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 0.7 !important;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 0.7 !important;
    right: 0; }

  .flex-direction-nav .flex-disabled {
    opacity: 0.1 !important;
    filter: alpha(opacity=10);
    cursor: default; } }
/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  padding-left: 4px;
  width: 100%; }

.swiper-wrapper {
  width: 400%; }

.swiper-slide {
  /* Specify Slides's Size: */
  width: 180px;
  /*height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-container .swiper-slide:last-child .article {
  /* margin-right: 0; */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

.swiper-container .article {
  margin-right: 12px; }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

/******************************/
/******** PADROES **********/
/******************************/
body {
  background: #E5EAE9 url(images/pattern-a.png) repeat 0 0;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #616161;
  font-weight: 200; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  color: #000000;
  font-weight: 500;
  margin-top: 0; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

:focus {
  outline: none; }

a {
  color: #000;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -khtml-transition: color .3s ease;
  transition: color .3s ease; }

a:hover {
  color: #666;
  text-decoration: none; }

/******************************/
/******* FONTES *********/
/******************************/
@font-face {
  font-family: 'edosz';
  src: url("css/fonts/edosz-webfont.eot");
  src: url("css/fonts/edosz-webfont.eot?#iefix") format("embedded-opentype"), url("css/fonts/edosz-webfont.woff") format("woff"), url("css/fonts/edosz-webfont.ttf") format("truetype"), url("css/fonts/edosz-webfont.svg#edosz") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("css/fonts/icomoon.eot?-7iz9kx");
  src: url("css/fonts/icomoon.eot?#iefix-7iz9kx") format("embedded-opentype"), url("css/fonts/icomoon.woff?-7iz9kx") format("woff"), url("css/fonts/icomoon.ttf?-7iz9kx") format("truetype"), url("css/fonts/icomoon.svg?-7iz9kx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-whatsapp:before {
  content: "\e604"; }

.icon-phone:before {
  content: "\e600"; }

.icon-mobile:before {
  content: "\e601"; }

.icon-mouse:before {
  content: "\e602"; }

.icon-directions:before {
  content: "\e603"; }

.icon-mail:before {
  content: "\e628"; }

.icon-paperplane:before {
  content: "\e605"; }

.icon-pencil:before {
  content: "\e606"; }

.icon-feather:before {
  content: "\e607"; }

.icon-paperclip:before {
  content: "\e608"; }

.icon-drawer:before {
  content: "\e609"; }

.icon-reply:before {
  content: "\e60a"; }

.icon-reply-all:before {
  content: "\e60b"; }

.icon-forward:before {
  content: "\e60c"; }

.icon-user:before {
  content: "\e60d"; }

.icon-users:before {
  content: "\e60e"; }

.icon-user-add:before {
  content: "\e60f"; }

.icon-vcard:before {
  content: "\e610"; }

.icon-export:before {
  content: "\e611"; }

.icon-location:before {
  content: "\e612"; }

.icon-map:before {
  content: "\e613"; }

.icon-compass:before {
  content: "\e614"; }

.icon-location2:before {
  content: "\e615"; }

.icon-target:before {
  content: "\e616"; }

.icon-share:before {
  content: "\e617"; }

.icon-sharable:before {
  content: "\e618"; }

.icon-heart:before {
  content: "\e619"; }

.icon-heart2:before {
  content: "\e61a"; }

.icon-star:before {
  content: "\e61b"; }

.icon-star2:before {
  content: "\e61c"; }

.icon-thumbsup:before {
  content: "\e61d"; }

.icon-thumbsdown:before {
  content: "\e61e"; }

.icon-chat:before {
  content: "\e61f"; }

.icon-comment:before {
  content: "\e627"; }

.icon-quote:before {
  content: "\e621"; }

.icon-house:before {
  content: "\e622"; }

.icon-popup:before {
  content: "\e623"; }

.icon-search:before {
  content: "\e624"; }

.icon-flashlight:before {
  content: "\e625"; }

.icon-printer:before {
  content: "\e626"; }

.icon-bell:before {
  content: "\e629"; }

.icon-link:before {
  content: "\e62a"; }

.icon-flag:before {
  content: "\e62b"; }

.icon-cog:before {
  content: "\e62c"; }

.icon-tools:before {
  content: "\e62d"; }

.icon-trophy:before {
  content: "\e62e"; }

.icon-tag:before {
  content: "\e62f"; }

.icon-camera:before {
  content: "\e630"; }

.icon-megaphone:before {
  content: "\e631"; }

.icon-moon:before {
  content: "\e632"; }

.icon-palette:before {
  content: "\e633"; }

.icon-leaf:before {
  content: "\e634"; }

.icon-music:before {
  content: "\e635"; }

.icon-music2:before {
  content: "\e636"; }

.icon-new:before {
  content: "\e637"; }

.icon-graduation:before {
  content: "\e638"; }

.icon-book:before {
  content: "\e639"; }

.icon-newspaper:before {
  content: "\e63a"; }

.icon-bag:before {
  content: "\e63b"; }

.icon-airplane:before {
  content: "\e63c"; }

.icon-lifebuoy:before {
  content: "\e63d"; }

.icon-eye:before {
  content: "\e63e"; }

.icon-clock:before {
  content: "\e63f"; }

.icon-microphone:before {
  content: "\e640"; }

.icon-calendar:before {
  content: "\e641"; }

.icon-bolt:before {
  content: "\e642"; }

.icon-thunder:before {
  content: "\e643"; }

.icon-droplet:before {
  content: "\e644"; }

.icon-cd:before {
  content: "\e645"; }

.icon-briefcase:before {
  content: "\e646"; }

.icon-air:before {
  content: "\e647"; }

.icon-hourglass:before {
  content: "\e648"; }

.icon-gauge:before {
  content: "\e649"; }

.icon-language:before {
  content: "\e64a"; }

.icon-network:before {
  content: "\e64b"; }

.icon-key:before {
  content: "\e64c"; }

.icon-battery:before {
  content: "\e64d"; }

.icon-bucket:before {
  content: "\e64e"; }

.icon-magnet:before {
  content: "\e64f"; }

.icon-drive:before {
  content: "\e650"; }

.icon-cup:before {
  content: "\e651"; }

.icon-rocket:before {
  content: "\e652"; }

.icon-brush:before {
  content: "\e653"; }

.icon-suitcase:before {
  content: "\e654"; }

.icon-cone:before {
  content: "\e655"; }

.icon-earth:before {
  content: "\e656"; }

.icon-keyboard:before {
  content: "\e657"; }

.icon-browser:before {
  content: "\e658"; }

.icon-publish:before {
  content: "\e659"; }

.icon-progress-3:before {
  content: "\e65a"; }

.icon-progress-2:before {
  content: "\e65b"; }

.icon-brogress-1:before {
  content: "\e65c"; }

.icon-progress-0:before {
  content: "\e65d"; }

.icon-sun:before {
  content: "\e65e"; }

.icon-sun2:before {
  content: "\e65f"; }

.icon-adjust:before {
  content: "\e660"; }

.icon-code:before {
  content: "\e661"; }

.icon-screen:before {
  content: "\e662"; }

.icon-infinity:before {
  content: "\e663"; }

.icon-light-bulb:before {
  content: "\e664"; }

.icon-creditcard:before {
  content: "\e665"; }

.icon-database:before {
  content: "\e666"; }

.icon-voicemail:before {
  content: "\e667"; }

.icon-clipboard:before {
  content: "\e668"; }

.icon-cart:before {
  content: "\e669"; }

.icon-box:before {
  content: "\e66a"; }

.icon-ticket:before {
  content: "\e66b"; }

.icon-rss:before {
  content: "\e66c"; }

.icon-signal:before {
  content: "\e66d"; }

.icon-thermometer:before {
  content: "\e66e"; }

.icon-droplets:before {
  content: "\e66f"; }

.icon-uniE66E:before {
  content: "\e670"; }

.icon-statistics:before {
  content: "\e671"; }

.icon-pie:before {
  content: "\e672"; }

.icon-bars:before {
  content: "\e673"; }

.icon-graph:before {
  content: "\e674"; }

.icon-lock:before {
  content: "\e675"; }

.icon-lock-open:before {
  content: "\e676"; }

.icon-logout:before {
  content: "\e677"; }

.icon-login:before {
  content: "\e678"; }

.icon-checkmark:before {
  content: "\e679"; }

.icon-cross2:before {
  content: "\e67a"; }

.icon-minus:before {
  content: "\e67b"; }

.icon-plus:before {
  content: "\e67c"; }

.icon-cross22:before {
  content: "\e67d"; }

.icon-minus2:before {
  content: "\e67e"; }

.icon-plus2:before {
  content: "\e67f"; }

.icon-cross3:before {
  content: "\e680"; }

.icon-minus3:before {
  content: "\e681"; }

.icon-plus3:before {
  content: "\e682"; }

.icon-erase:before {
  content: "\e683"; }

.icon-blocked:before {
  content: "\e684"; }

.icon-info:before {
  content: "\e685"; }

.icon-info2:before {
  content: "\e686"; }

.icon-question:before {
  content: "\e687"; }

.icon-help:before {
  content: "\e688"; }

.icon-warning:before {
  content: "\e689"; }

.icon-cycle:before {
  content: "\e68a"; }

.icon-cw:before {
  content: "\e68b"; }

.icon-ccw:before {
  content: "\e68c"; }

.icon-shuffle:before {
  content: "\e68d"; }

.icon-arrow:before {
  content: "\e68e"; }

.icon-arrow2:before {
  content: "\e68f"; }

.icon-retweet:before {
  content: "\e690"; }

.icon-loop:before {
  content: "\e691"; }

.icon-history:before {
  content: "\e692"; }

.icon-back:before {
  content: "\e693"; }

.icon-switch:before {
  content: "\e694"; }

.icon-list:before {
  content: "\e695"; }

.icon-add-to-list:before {
  content: "\e696"; }

.icon-layout:before {
  content: "\e697"; }

.icon-list2:before {
  content: "\e698"; }

.icon-text:before {
  content: "\e699"; }

.icon-text2:before {
  content: "\e69a"; }

.icon-document:before {
  content: "\e69b"; }

.icon-docs:before {
  content: "\e69c"; }

.icon-landscape:before {
  content: "\e69d"; }

.icon-pictures:before {
  content: "\e69e"; }

.icon-video:before {
  content: "\e69f"; }

.icon-music3:before {
  content: "\e6a0"; }

.icon-folder:before {
  content: "\e6a1"; }

.icon-archive:before {
  content: "\e6a2"; }

.icon-trash:before {
  content: "\e6a3"; }

.icon-upload:before {
  content: "\e6a4"; }

.icon-download:before {
  content: "\e6a5"; }

.icon-disk:before {
  content: "\e6a6"; }

.icon-install:before {
  content: "\e6a7"; }

.icon-cloud:before {
  content: "\e6a8"; }

.icon-upload2:before {
  content: "\e6a9"; }

.icon-bookmark:before {
  content: "\e6aa"; }

.icon-bookmarks:before {
  content: "\e6ab"; }

.icon-book2:before {
  content: "\e6ac"; }

.icon-play:before {
  content: "\e6ad"; }

.icon-pause:before {
  content: "\e6ae"; }

.icon-record:before {
  content: "\e6af"; }

.icon-stop:before {
  content: "\e6b0"; }

.icon-next:before {
  content: "\e6b1"; }

.icon-previous:before {
  content: "\e6b2"; }

.icon-first:before {
  content: "\e6b3"; }

.icon-last:before {
  content: "\e6b4"; }

.icon-resize-enlarge:before {
  content: "\e6b5"; }

.icon-resize-shrink:before {
  content: "\e6b6"; }

.icon-volume:before {
  content: "\e6b7"; }

.icon-sound:before {
  content: "\e6b8"; }

.icon-mute:before {
  content: "\e6b9"; }

.icon-flow-cascade:before {
  content: "\e6ba"; }

.icon-flow-branch:before {
  content: "\e6bb"; }

.icon-flow-tree:before {
  content: "\e6bc"; }

.icon-flow-line:before {
  content: "\e6bd"; }

.icon-flow-parallel:before {
  content: "\e6be"; }

.icon-arrow-left:before {
  content: "\e6bf"; }

.icon-arrow-down:before {
  content: "\e6c0"; }

.icon-arrow-up-upload:before {
  content: "\e6c1"; }

.icon-arrow-right:before {
  content: "\e6c2"; }

.icon-arrow-left2:before {
  content: "\e6c3"; }

.icon-arrow-down2:before {
  content: "\e6c4"; }

.icon-arrow-up2:before {
  content: "\e6c5"; }

.icon-arrow-right2:before {
  content: "\e6c6"; }

.icon-arrow-left3:before {
  content: "\e6c7"; }

.icon-arrow-down3:before {
  content: "\e6c8"; }

.icon-arrow-up3:before {
  content: "\e6c9"; }

.icon-arrow-right3:before {
  content: "\e6ca"; }

.icon-arrow-left4:before {
  content: "\e6cb"; }

.icon-arrow-down4:before {
  content: "\e6cc"; }

.icon-arrow-up4:before {
  content: "\e6cd"; }

.icon-arrow-right4:before {
  content: "\e6ce"; }

.icon-arrow-left5:before {
  content: "\e6cf"; }

.icon-arrow-down5:before {
  content: "\e6d0"; }

.icon-arrow-up5:before {
  content: "\e6d1"; }

.icon-arrow-right5:before {
  content: "\e6d2"; }

.icon-arrow-left6:before {
  content: "\e6d3"; }

.icon-arrow-down6:before {
  content: "\e6d4"; }

.icon-arrow-up6:before {
  content: "\e6d5"; }

.icon-arrow-right6:before {
  content: "\e6d6"; }

.icon-arrow-left7:before {
  content: "\e6d7"; }

.icon-arrow-down7:before {
  content: "\e6d8"; }

.icon-arrow-up7:before {
  content: "\e6d9"; }

.icon-arrow-right7:before {
  content: "\e6da"; }

.icon-arrow-left8:before {
  content: "\e6db"; }

.icon-arrow-down8:before {
  content: "\e6dc"; }

.icon-arrow-up8:before {
  content: "\e6dd"; }

.icon-arrow-right8:before {
  content: "\e6de"; }

.icon-menu:before {
  content: "\e6df"; }

.icon-ellipsis:before {
  content: "\e6e0"; }

.icon-dots:before {
  content: "\e6e1"; }

.icon-dot:before {
  content: "\e6e2"; }

.icon-cc:before {
  content: "\e6e3"; }

.icon-cc-by:before {
  content: "\e6e4"; }

.icon-cc-nc:before {
  content: "\e6e5"; }

.icon-cc-nc-eu:before {
  content: "\e6e6"; }

.icon-cc-nc-jp:before {
  content: "\e6e7"; }

.icon-cc-sa:before {
  content: "\e6e8"; }

.icon-cc-nd:before {
  content: "\e6e9"; }

.icon-cc-pd:before {
  content: "\e6ea"; }

.icon-cc-zero:before {
  content: "\e6eb"; }

.icon-cc-share:before {
  content: "\e6ec"; }

.icon-cc-share2:before {
  content: "\e6ed"; }

.icon-danielbruce:before {
  content: "\e6ee"; }

.icon-danielbruce2:before {
  content: "\e6ef"; }

.icon-github:before {
  content: "\e6f0"; }

.icon-github2:before {
  content: "\e6f1"; }

.icon-flickr:before {
  content: "\e6f2"; }

.icon-flickr2:before {
  content: "\e6f3"; }

.icon-vimeo:before {
  content: "\e6f4"; }

.icon-vimeo2:before {
  content: "\e6f5"; }

.icon-twitter:before {
  content: "\e6f6"; }

.icon-twitter2:before {
  content: "\e6f7"; }

.icon-facebook:before {
  content: "\e6f8"; }

.icon-facebook2:before {
  content: "\e6f9"; }

.icon-facebook3:before {
  content: "\e6fa"; }

.icon-googleplus:before {
  content: "\e6fb"; }

.icon-googleplus2:before {
  content: "\e6fc"; }

.icon-pinterest:before {
  content: "\e6fd"; }

.icon-pinterest2:before {
  content: "\e6fe"; }

.icon-tumblr:before {
  content: "\e6ff"; }

.icon-tumblr2:before {
  content: "\e700"; }

.icon-linkedin:before {
  content: "\e701"; }

.icon-linkedin2:before {
  content: "\e702"; }

.icon-dribbble:before {
  content: "\e703"; }

.icon-dribbble2:before {
  content: "\e704"; }

.icon-stumbleupon:before {
  content: "\e705"; }

.icon-stumbleupon2:before {
  content: "\e706"; }

.icon-lastfm:before {
  content: "\e707"; }

.icon-lastfm2:before {
  content: "\e708"; }

.icon-rdio:before {
  content: "\e709"; }

.icon-rdio2:before {
  content: "\e70a"; }

.icon-spotify:before {
  content: "\e70b"; }

.icon-spotify2:before {
  content: "\e70c"; }

.icon-qq:before {
  content: "\e70d"; }

.icon-instagram:before {
  content: "\e70e"; }

.icon-dropbox:before {
  content: "\e70f"; }

.icon-evernote:before {
  content: "\e710"; }

.icon-flattr:before {
  content: "\e711"; }

.icon-skype:before {
  content: "\e712"; }

.icon-skype2:before {
  content: "\e713"; }

.icon-renren:before {
  content: "\e714"; }

.icon-sina-weibo:before {
  content: "\e715"; }

.icon-paypal:before {
  content: "\e716"; }

.icon-picasa:before {
  content: "\e717"; }

.icon-soundcloud:before {
  content: "\e718"; }

.icon-mixi:before {
  content: "\e719"; }

.icon-behance:before {
  content: "\e71a"; }

.icon-circles:before {
  content: "\e71b"; }

.icon-vk:before {
  content: "\e71c"; }

.icon-smashing:before {
  content: "\e71d"; }

/******************************/
/******* ELEMENTOS *********/
/******************************/
.title-section {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px; }

.cartola {
  color: #FFF;
  font-size: 14px;
  font-weight: 500; }

.cartola {
  position: absolute;
  top: 8px;
  left: -4px;
  overflow: hidden;
  padding-bottom: 16px;
  font-size: 13px; }

.cartola span {
  position: relative;
  padding: 5px 16px 5px 16px;
  padding: 4px 8px 4px 8px;
  display: block;
  background: #000;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.cartola span:after {
  /* content: " "; */
  position: absolute;
  bottom: -12px;
  right: 0;
  background-color: transparent;
  height: 13px;
  width: 100%;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 0px 0px 12px 160px;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }

.cartola a {
  color: #FFF;
  display: block; }

.cartola:hover > a > span {
  background-color: #666; }

.cartola-big {
  display: inline-block;
  font-family: "edosz";
  font-size: 18px;
  line-height: 120%;
  color: #FFF;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  z-index: 2;
  position: relative; }

.cartola-big:after, .cartola-big:before {
  content: "";
  display: table;
  clear: both; }

.cartola-big span {
  padding: 11px 16px 13px 16px;
  padding: 8px; }

.cartola-big span:after {
  height: 20px;
  border-width: 0px 0px 19px 300px;
  bottom: -20px; }

/* BOOTSTRAP */
.img-responsive {
  width: 100%; }

.img-main {
  max-width: 100%; }

/******************************/
/********* SPRITE **********/
/******************************/
/******************************/
/**********	FORM *************/
/******************************/
::-webkit-input-placeholder {
  color: #666 !important; }

:-moz-placeholder {
  color: #666 !important; }

::-moz-placeholder {
  color: #666 !important; }

:-ms-input-placeholder {
  color: #666 !important; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset; }

legend {
  display: none; }

.input-text, .textarea {
  background: #FFF;
  border: 1px solid #E5EAE9;
  height: 45px;
  line-height: normal;
  padding: 0 0 0 14px;
  width: 100%;
  color: #606060;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }

.textarea {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  height: 110px;
  padding: 8px 0 0 14px; }

.input-text:focus, .textarea:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  box-shadow: none;
  outline: 0 none;
  border-color: #666;
  background-color: #fff;
  color: #000; }

.has-error .input-text {
  border-color: #D41341;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .input-text {
  border-color: #006633;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .ui-autocomplete-input {
  border: 1px solid #D41341; }

.form-feedback-success {
  color: #006633;
  font-size: 14px; }

.form-feedback-error {
  color: #D41341;
  font-size: 14px; }

.btn {
  border-radius: 0;
  height: 50px;
  border: none;
  vertical-align: top; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none; }

.btn:active, .btn.active {
  box-shadow: none; }

.btn-default {
  background: #000;
  color: #FFF;
  padding: 0 16px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #666; }

.btn-loading {
  background: transparent url("images/loading.v2.gif") no-repeat center center !important;
  text-indent: -9999px;
  cursor: default;
  height: 74px;
  width: 74px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.btn-loading:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

form label {
  font-size: 16px;
  font-weight: 300 !important; }

.form-group .input-text {
  width: 100%; }

.form-group textarea.input-text {
  height: 112px;
  padding-top: 8px; }

.radio, .checkbox {
  line-height: 12px;
  margin-top: 10px;
  margin-bottom: 16px; }

.radio-inline-label {
  padding-left: 0;
  font-weight: 400 !important;
  text-transform: uppercase; }

input[type=file] {
  font-size: 16px;
  line-height: 10px; }

/******************************/
/********* JQUERY UI **********/
/******************************/
/******************************/
/*********** GRID *************/
/******************************/
.row {
  height: 100%; }

.line {
  width: 100%; }

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.relative {
  position: relative; }

.mar-10 {
  margin-bottom: 10px; }

.mar-20 {
  margin-bottom: 20px; }

.mar-30 {
  margin-bottom: 30px; }

.mar-50 {
  margin-bottom: 50px; }

.mar-60 {
  margin-bottom: 60px; }

.mar-10-top {
  margin-top: 10px; }

.mar-20-top {
  margin-top: 20px; }

.mar-30-top {
  margin-top: 30px; }

.mar-40-top {
  margin-top: 40px; }

.mar-50-top {
  margin-top: 50px; }

/******************************/
/******** BOOTSTRAP **********/
/******************************/
/* LINE 100% */
.container-fluid {
  padding: 0 8px; }

.container-fluid .row {
  margin: 0; }

/* .container-fluid .row .col-lg-12 {
	padding: 0;
} */
/******************************/
/********* HEADER *************/
/******************************/
.navbar-brand {
  position: absolute;
  left: 7px;
  top: -24px;
  top: -68px;
  top: -44px;
  z-index: 4;
  height: auto;
  padding: 0; }

.navbar-brand > img {
  width: 128px;
  height: 126px; }

/* box like */
.box-like {
  margin: 0 0 8px 148px;
  background-color: #3B589E;
  height: 36px;
  padding: 8px 6px 8px 16px;
  position: absolute;
  top: -44px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true); }

.box-like iframe {
  width: 120px; }

.box-like > span {
  display: none;
  font-size: 16px;
  color: #FFF; }

.box-like > span > a, .box-like > span > a {
  color: #FFF;
  opacity: .8; }

.box-like > span > a:hover, .box-like > span > a:hover {
  opacity: 1; }

.box-like:before {
  position: absolute;
  top: 10px;
  left: -16px;
  content: " ";
  border-style: solid;
  border-width: 8px 8px 8px 8px;
  border-color: transparent #3B589E transparent transparent; }

.article .box-like, .article-full .box-like {
  width: 100%;
  margin: 0;
  text-align: center;
  height: 53px;
  background-color: #3B589E;
  padding-top: 16px;
  margin-top: 16px; }

.article .box-like:before, .article-full .box-like:before {
  height: 11px;
  width: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

.article .box-like:after, .article-full .box-like:after {
  height: 11px;
  width: 100%;
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(99%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.article .box-like > span, .article-full .box-like > span {
  display: inline-block;
  float: none;
  vertical-align: top; }

.article .box-like > iframe, .article-full .box-like > iframe {
  float: none;
  display: inline-block; }

/* box newsletter */
.box-newsletter {
  position: relative;
  text-align: center;
  padding: 18px 8px 18px 8px;
  width: 100%;
  z-index: 1;
  display: none; }

.box-newsletter:before {
  content: " ";
  height: 11px;
  width: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

.box-newsletter:after {
  content: " ";
  height: 11px;
  width: 100%;
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(99%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.box-newsletter .title {
  padding: 8px;
  display: inline-block;
  color: #FFF;
  background-color: #000;
  margin-bottom: 12px;
  height: auto !important; }

.box-newsletter .title:after {
  content: normal !important; }

.box-newsletter-fields .input-text {
  width: 65%; }

.box-newsletter .btn-default {
  margin-left: -3px; }

/******************************/
/********* NAV *************/
/******************************/
body.showing-dispositives-nav {
  overflow: hidden;
  position: fixed; }

.showing-nav .section-advertising-middle, .showing-dispositives-nav .section-advertising-middle {
  opacity: 0;
  filter: alpha(opacity=0); }

.showing-nav .section-highlight {
  z-index: 9; }

.box-nav-list {
  background: #000;
  padding: 90px 0 32px 0;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  display: none; }

.box-nav-list .input-text-search {
  height: 60px; }

.nav {
  background-color: #000;
  height: 44px;
  padding: 0;
  margin-bottom: 36px; }

.nav-link {
  color: #FFF;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.nav-list {
  overflow: auto; }

.mobile .nav-list {
  overflow-x: hidden; }

.nav-item {
  width: 100%;
  font-size: 20px;
  padding: 0;
  position: relative; }

.nav-item > a {
  position: relative;
  text-transform: uppercase;
  padding-right: 22px;
  width: 100%;
  display: block;
  padding: 11px 0 10px 40px;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease; }

.nav-item:hover > a {
  background-color: #666;
  color: #FFF; }

.nav .subnav {
  display: none;
  padding: 34px 0 20px 0;
  background-color: #FFF;
  z-index: 2;
  /* -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; */ }

.nav-item > a > i {
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  position: absolute;
  top: 16px; }

.nav-item.opened > a > i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.subnav-item {
  margin-bottom: 16px;
  width: 100%;
  font-size: 20px;
  padding: 0 0 0 48px;
  position: relative;
  text-transform: uppercase; }

.subnav-item > a {
  color: #000;
  position: relative;
  width: 100%;
  padding: 2px 4px 1px 4px;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease; }

.subnav-item:hover > a {
  background-color: #666;
  color: #FFF; }

.box-form-nav-whatsapp .input-text {
  width: 67%; }

.box-form-nav-whatsapp .form-group-b .input-text {
  width: 100%; }

.box-form-nav .text {
  font-size: 16px;
  margin-bottom: 24px; }

.box-form-nav {
  padding: 0 40px;
  margin-bottom: 12px; }

.box-form-nav .input-text {
  /* width: 65%; */ }

.box-form-nav .btn-default {
  width: 33%;
  margin-left: -2%; }

.form-group-file label {
  text-transform: uppercase;
  font-weight: 400 !important;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.form-group-file:hover label {
  color: #666; }

.btn-navbar-toggle, .btn-search, .btn-navbar-close, .btn-search-clean {
  border: none;
  background: transparent; }

.btn-navbar-toggle > i, .btn-search > i {
  color: #FFF;
  font-size: 25px; }

.btn-navbar-toggle {
  float: right;
  position: relative;
  width: 80px;
  text-align: right;
  height: 44px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.opened .btn-navbar-toggle, .btn-navbar-toggle:hover {
  background-color: #666; }

.btn-navbar-toggle:before {
  content: "MENU";
  position: absolute;
  left: 15px;
  font-size: 14px;
  color: #FFF;
  top: 11px; }

.ios .btn-navbar-toggle:before {
  left: 10px;
  top: 10px; }

.btn-navbar-close {
  color: #FFF;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 78px;
  width: 78px; }

.btn-navbar-close:hover {
  background-color: #666; }

.btn-search-clean {
  height: 60px;
  position: absolute;
  top: 0px;
  font-size: 22px;
  right: 58px;
  right: 15%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease, color 0.2s ease;
  -moz-transition: opacity 0.2s ease, color 0.2s ease;
  -ms-transition: opacity 0.2s ease, color 0.2s ease;
  -o-transition: opacity 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease; }

.btn-search-clean:hover > i {
  color: #000; }

.has-value .btn-search-clean {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1; }

.btn-search-clean > i {
  color: rgba(255, 255, 255, 0.8); }

.item-search {
  position: relative;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.item-search .input-text {
  float: left;
  width: 85%;
  border: none;
  background-color: #666;
  color: #000;
  font-size: 13px;
  padding: 0 14px 0 40px;
  text-transform: uppercase;
  z-index: 1;
  position: relative; }

.item-search .btn-search {
  height: 60px;
  width: 15%; }

.item-search .input-text:focus {
  background-color: #666;
  color: #000; }

.item-search ::-webkit-input-placeholder {
  color: #000 !important; }

.item-search :-moz-placeholder {
  color: #000 !important; }

.item-search ::-moz-placeholder {
  color: #000 !important; }

.item-search :-ms-input-placeholder {
  color: #000 !important; }

/* FOOTER */
.footer {
  background-color: #000;
  padding: 22px 0 22px 0;
  text-align: center; }

.footer-list {
  padding-top: 4px;
  text-align: center;
  margin-bottom: 22px; }

.footer-list-item {
  display: inline-block;
  padding: 0 12px 12px 12px;
  font-weight: 200;
  color: #FFF;
  font-size: 14px;
  width: 100%; }

.footer-list-item > a {
  color: #FFF; }

.footer-partner {
  font-size: 14px;
  color: #FFF;
  font-weight: 200;
  text-align: center;
  margin: 0 0 22px 0; }

.footer-partner > a {
  display: block; }

.footer-partner img {
  margin: 0 0 12px 0; }

.santopixel > img {
  width: 106px; }

.gruporbs > img {
  width: 112px; }

/******************************/
/******* COMUNS ************/
/******************************/
/* FLEXSLIDER */
.flexslider {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  border: none; }

.flexslider .flex-direction-nav a {
  background: rgba(255, 255, 255, 0.8);
  font-size: 25px;
  text-indent: 0;
  top: -45px;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: center;
  cursor: pointer;
  height: 36px;
  width: 36px;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.flexslider:hover .flex-direction-nav a {
  opacity: 1;
  filter: alpha(opacity=100); }

.flexslider:hover .flex-direction-nav .flex-prev, .flexslider .flex-direction-nav .flex-prev {
  left: 213px; }

.flexslider:hover .flex-direction-nav .flex-next, .flexslider .flex-direction-nav .flex-next {
  right: -4px; }

.flexslider .flex-direction-nav a:hover {
  color: #000; }

.flexslider .flex-direction-nav .flex-disabled:hover, .flexslider .flex-direction-nav .flex-disabled, .flexslider:hover .flex-direction-nav .flex-disabled {
  opacity: 0.4;
  cursor: default; }

.flexslider .flex-direction-nav .flex-disabled:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000; }

/* .flexslider .slides>li {
	margin-right: 8px;
} */
.flexslider .slides .flex-caption {
  color: #000;
  margin: 10px 0 10px 0;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase; }

.flexslider-categories .flex-direction-nav a:hover {
  background: black !important;
  color: #FFF !important; }

.flexslider-categories .flex-direction-nav .flex-disabled:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #000 !important; }

/* videos */
.flexslider-videos {
  margin: auto;
  position: relative; }

/* .flexslider-videos:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -14px;
	height: 22px;
	width: 100%;
	-webkit-transform: rotateZ(-3deg);
	transform: rotateZ(-3deg);
	background: #000;
} */
.flexslider-videos .title {
  font-family: "edosz";
  font-size: 20px;
  line-height: 95%;
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
  /* background-color: #000; */
  padding: 24px 60px;
  position: relative;
  height: 100%; }

/* .flexslider-videos .title:before {
	content: " ";
	position: absolute;
	left: 0;
	top: -14px;
	height: 22px;
	width: 100%;
	-webkit-transform: rotateZ(-3deg);
	transform: rotateZ(-3deg);
	background: #000;
} */
.flexslider-videos .title > a {
  color: #FFF; }

.flexslider-videos .flex-direction-nav a {
  bottom: auto;
  top: 153px; }

.flexslider-videos .slides > li {
  padding-top: 20px;
  position: relative;
  overflow: hidden; }

.flexslider-videos .link-video {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 0 0 0;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.flexslider-videos .link-video:hover {
  background-color: #999; }

.flexslider-videos .flex-direction-nav .flex-prev, .flexslider-videos .flex-direction-nav .flex-next {
  opacity: 0.8; }

.flexslider-videos .flex-direction-nav .flex-prev, .flexslider-videos:hover .flex-direction-nav .flex-prev {
  left: 15px; }

.flexslider-videos .flex-direction-nav .flex-next, .flexslider-videos:hover .flex-direction-nav .flex-next {
  right: 15px; }

.flexslider-videos .link-video .icon-play {
  font-size: 20px;
  color: #FFF; }

.flexslider-videos .box-titles {
  text-align: center;
  height: 100%;
  width: 100%; }

/* videos thumbs */
.flexslider-videos-thumbs {
  z-index: 2; }

.flexslider-videos-thumbs .slides > li {
  cursor: pointer;
  position: relative;
  padding-top: 16px;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }

.flexslider-videos-thumbs .slides > .flex-active-slide .box-image {
  background-color: transparent;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.flexslider-videos-thumbs .slides > li:hover:before, .flexslider-videos-thumbs .slides > .flex-active-slide:before {
  content: " ";
  position: absolute;
  top: -16px;
  left: 50%;
  border-style: solid;
  border-color: transparent transparent #666666 transparent;
  border-width: 16px 16px 16px 16px;
  z-index: 1;
  margin-left: -8px; }

.flexslider-videos-thumbs .slides > li .box-image {
  padding: 8px; }

.flexslider-videos-thumbs {
  width: 920px; }

.flexslider-videos-thumbs .flex-direction-nav {
  display: none; }

.flexslider-videos-thumbs .slides > li:hover .box-image, .flexslider-videos-thumbs .slides > .flex-active-slide .box-image {
  background-color: #666; }

.flexslider-videos-thumbs .slides > li:hover:before, .flexslider-videos-thumbs .slides > .flex-active-slide:before {
  border-color: transparent transparent #666666 transparent; }

/* audios  */
.flexslider-audios .flex-direction-nav {
  display: none; }

/* thumbs */
.flexslider-audios-thumbs {
  width: 100%;
  margin: 34px 0 0 0;
  z-index: 1;
  height: 204px;
  position: relative; }

/* .flexslider-audios-thumbs:after {
    background: rgba(255,255,255,0.4) url("images/loading3.gif") no-repeat center center !important;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.flexslider-audios-thumbs.loaded:after {
    content: normal;
} */
.flexslider-audios-thumbs .flex-direction-nav a {
  top: 104px; }

.flexslider-audios-thumbs:hover .flex-direction-nav .flex-prev, .flexslider-audios-thumbs .flex-direction-nav .flex-prev {
  left: -6px; }

.flexslider-audios-thumbs:hover .flex-direction-nav .flex-next, .flexslider-audios-thumbs .flex-direction-nav .flex-next {
  right: -6px; }

.flexslider-audios-thumbs .slides > li .audio-name {
  font-size: 18px;
  line-height: 40px;
  width: 100%;
  margin-bottom: 1px;
  background-color: #FFF;
  height: 40px;
  text-indent: 8px;
  cursor: pointer;
  text-align: left;
  position: relative;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease; }

.flexslider-audios-thumbs .slides > li .audio-name:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 32px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 51%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(51%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 51%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 51%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 51%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 51%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */ }

.flexslider-audios-thumbs .slides > li .audio-name:hover, .flexslider-audios-thumbs .slides > li .audio-name.active {
  color: #FFF;
  background: #666666; }

.flexslider-audios-thumbs:hover .flex-direction-nav .flex-disabled, .flexslider-audios-thumbs .flex-direction-nav .flex-disabled, .flexslider-audios-thumbs .flex-direction-nav .flex-disabled:hover {
  opacity: .4 !important; }

/* .flexslider-audios .flex-direction-nav .flex-prev, 
.section-audios:hover .flex-direction-nav .flex-prev {
    left: 362px  !important;
}
.flexslider-audios .flex-direction-nav .flex-next, 
.section-audios:hover .flex-direction-nav .flex-next {
    right: 2px  !important;
}
 */
/* flexslider categories */
.flexslider-categories .slides > li {
  margin-right: 8px; }

/*combobox*/
.ui-helper-hidden-accessible {
  display: none; }

.ui-autocomplete-input {
  background: #000;
  height: 60px;
  line-height: 60px;
  display: block;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  text-align: left;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -ms-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
  cursor: pointer;
  width: 100%;
  border: none;
  text-transform: uppercase; }

.ui-autocomplete-input:hover {
  background-color: #666;
  color: #FFF;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -ms-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease; }

.ui-autocomplete-input:focus {
  background-color: #000;
  color: #FFF; }

.ui-autocomplete-input:focus + .ui-button-icon {
  border-bottom: 11px solid #FFF;
  border-top: 0; }

.ui-button-icon {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 12px solid #FFF;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
  position: absolute;
  top: 36px;
  right: 20px;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }

.ui-menu {
  background-color: #FFF;
  border: none;
  left: 0px !important;
  padding: 24px 12px;
  position: absolute;
  top: 51px;
  z-index: 3;
  background-color: white;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#33000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#33000000,Positive=true); }

.ui-menu-item {
  display: inline-block;
  float: left;
  width: 100%; }

.ui-menu-item .ui-corner-all {
  color: #000;
  cursor: pointer;
  line-height: 46px;
  padding: 4px 8px;
  -webkit-transition: background 0.4 ease, color 0.4 ease;
  -moz-transition: background 0.4 ease, color 0.4 ease;
  -ms-transition: background 0.4 ease, color 0.4 ease;
  -o-transition: background 0.4 ease, color 0.4 ease;
  transition: background 0.4 ease, color 0.4 ease;
  font-family: "Oswald";
  font-size: 25px;
  height: 46px;
  font-weight: 400;
  text-transform: uppercase; }

.ui-menu-item .ui-corner-all:hover {
  color: #FFF;
  background-color: #666; }

.ui-autocomplete {
  max-height: 230px;
  overflow: auto; }

/*combobox disabled*/
.select-box {
  position: relative; }

.select-box.disabled .input-text {
  background: transparent;
  color: #DCDCDC;
  cursor: default; }

.select-box.disabled .ui-button-icon {
  cursor: default; }

.select-box.disabled .ui-button-icon {
  border-top-color: #DCDCDC; }

.select-box.disabled .ui-autocomplete {
  top: -5000px !important; }

/* paginacao */
.pagination {
  text-align: center;
  width: 100%; }

.pagination-container.pagination-button .btn-loading {
  background: transparent url("images/loading-static.png") no-repeat center center !important;
  cursor: pointer; }

/* nav tabs */
.nav-tabs {
  border: none;
  background: #000;
  height: 60px; }

.nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #666666;
  border: none;
  color: #FFF;
  position: relative; }

.nav-tabs > li > a {
  border-radius: 0;
  border: none;
  margin: 0;
  color: #FFF;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  background: transparent;
  display: block;
  text-transform: uppercase;
  text-align: center; }

.nav-tabs > li:first-child {
  width: 33.33333%; }

.nav-tabs > li:last-child {
  width: 66.66666%; }

.nav-tabs > li.active > a:after, .nav-tabs > li > a:hover:after, .nav-tabs > li.active > a:after:hover, .nav-tabs > li.active > a:after:focus {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 50%;
  border-style: solid;
  border-color: #666666  transparent transparent transparent;
  border-width: 10px 10px 10px 10px;
  z-index: 2;
  margin-left: -5px; }

/* FEEDBACKS */
.box-feedbacks {
  position: fixed;
  bottom: -250px;
  left: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
  padding: 32px 0;
  height: 250px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* Firefox v3.6+ */
  background-image: -moz-linear-gradient(transparent 0%, transparent 8%, rgba(0, 0, 0, 0.8) 100%);
  /* safari v4.0+ and by Chrome v3.0+ */
  background-image: -webkit-gradient(linear, color-stop(0, transparent), color-stop(0.08, transparent), color-stop(1, rgba(0, 0, 0, 0.8)));
  /* Chrome v10.0+ and by safari nightly build*/
  background-image: -webkit-linear-gradient(transparent 0%, transparent 8%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera v11.10+ */
  background-image: -o-linear-gradient(transparent 0%, transparent 8%, rgba(0, 0, 0, 0.8) 100%);
  /* IE v10+ */
  background-image: -ms-linear-gradient(transparent 0%, transparent 8%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(transparent 0%, transparent 8%, rgba(0, 0, 0, 0.8) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0000000,endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0000000,endColorstr=#cc000000); }

.box-feedbacks.box-feedbacks-loading:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(images/loading3.gif);
  background-position: center center;
  background-repeat: no-repeat; }

.box-feedbacks.box-feedbacks-loading .circle, .box-feedbacks.box-feedbacks-loading .btn-feedback-close {
  display: none; }

.box-feedbacks .circle {
  background-color: #32BD91;
  height: 182px;
  width: 182px;
  border-radius: 50%;
  color: #FFF;
  position: relative;
  display: inline-block;
  z-index: 1; }

.box-feedbacks .circle > .circle-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

.box-feedbacks .circle > .circle-body > i {
  font-size: 25px;
  margin-bottom: 14px; }

.box-feedbacks .circle > .circle-body > p {
  font-size: 20px; }

.box-feedbacks .btn-feedback-close {
  height: auto !important;
  background: none;
  color: #FFF;
  font-size: 24px;
  padding: 0;
  z-index: 1;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.box-feedbacks .btn-feedback-close:hover {
  color: #000; }

/* FANCYBOX */
.modal-form {
  display: none; }

.fancybox-skin {
  background: none; }

.fancybox-close {
  background: #000;
  color: #FFF;
  text-align: center;
  height: 60px;
  width: 60px;
  top: 0;
  right: 80px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  font-size: 32px;
  padding-top: 12px; }

.fancybox-close:hover {
  color: #FFF; }

.fancybox-close:after {
  content: "\e67a"; }

/* 768 */
.fancybox-close {
  height: 80px;
  width: 80px;
  font-size: 46px;
  padding-top: 16px; }

.fancybox-opened .fancybox-skin {
  box-shadow: none; }

.fancybox-nav > i {
  background: red;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  left: -18px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 25px;
  text-indent: 0;
  opacity: .8;
  filter: alpha(opacity=80);
  text-align: center;
  cursor: pointer;
  height: 36px;
  width: 36px;
  padding-top: 7px;
  text-align: center;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.fancybox-next > i {
  right: -18px;
  left: auto; }

.fancybox-nav:hover > i {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #000; }

/* mail for */
.box-mail-form {
  height: 100%;
  width: 100%;
  padding: 32px;
  background-color: white;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true); }

.box-mail-form:before {
  content: " ";
  position: absolute;
  top: -32px;
  left: 60px;
  border-color: transparent transparent #FFF transparent;
  border-style: solid;
  border-width: 16px; }

.box-mail-form .btn-default {
  width: 40%; }

.box-mail-form .text {
  margin-bottom: 22px; }

.modal-send-to-friend {
  height: 670px; }

/* newsletter */
.mc4wp-alert {
  background: #666;
  color: #FFF;
  width: 42%;
  margin: auto;
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 12px; }

.mc4wp-success {
  background-color: #32BD91; }

.mc4wp-error {
  background-color: #FF421F; }

/* select atlantida */
.select-atlantida-box {
  margin-bottom: 16px;
  position: relative;
  z-index: 3; }

.select-atlantida {
  position: relative; }

.select-atlantida-box.open {
  z-index: 4; }

.select-atlantida-toggle {
  background: #000;
  color: #FFF;
  font-weight: 400;
  display: block;
  text-align: left;
  cursor: pointer;
  width: 100%;
  border: none;
  text-transform: uppercase;
  padding: 0 0 0 18px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding: 0 0 0 14px;
  -webkit-transition: color .2s ease, background-color .2s ease;
  -moz-transition: color .2s ease, background-color .2s ease;
  -khtml-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease; }

.select-atlantida-toggle:hover {
  background-color: #666;
  color: #FFF; }

.select-atlantida-content > a {
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 400;
  color: #FFF; }

.select-atlantida-content > a:hover {
  background-color: #000;
  color: #FFF; }

.select-atlantida-toggle {
  /* 
  color: #FFF;
  z-index: 1;
  cursor: pointer; */ }

.select-atlantida-toggle .icon-arrow-down4 {
  font-size: 28px;
  color: #FFF;
  position: absolute;
  right: 12px;
  top: 16px; }

.open .select-atlantida-toggle .icon-arrow-down4:before {
  content: "\e6cd"; }

.select-atlantida-content {
  display: none;
  position: absolute;
  background: #FFF;
  width: 100%;
  z-index: 1;
  max-height: 300px;
  overflow: auto;
  padding: 12px;
  z-index: 3;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); }

.select-atlantida-content > a {
  display: block;
  padding: 4px 12px;
  color: #000;
  cursor: pointer;
  line-height: 46px;
  padding: 4px 8px;
  -webkit-transition: background 0.4 ease, color 0.4 ease;
  -moz-transition: background 0.4 ease, color 0.4 ease;
  -ms-transition: background 0.4 ease, color 0.4 ease;
  -o-transition: background 0.4 ease, color 0.4 ease;
  transition: background 0.4 ease, color 0.4 ease;
  font-family: "Oswald";
  font-size: 25px;
  height: 46px;
  font-weight: 400;
  text-transform: uppercase; }

.select-atlantida-content > a:hover {
  background-color: #666; }

.select-atlantida-link span {
  color: #000;
  font-size: 14px;
  border-radius: 50%;
  position: relative;
  margin-left: 6px;
  height: 28px;
  width: 28px;
  background-color: #ffed75;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  font-family: "Source Sans Pro";
  font-weight: 300; }

/******************************/
/******** ADVERTISING **********/
/******************************/
.section-advertising-middle {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 22px 0 0px 0;
  margin-left: -26px; }

.section-highlight + .section-advertising-middle {
  margin-top: -68px;
  z-index: 2;
  margin-left: -5px; }

.advertising-middle-box div {}

/* retangulo */
.advertising-mediumrectangle {
  background-color: #FFF;
  text-align: center;
  padding: 16px 0px 16px 0px;
  margin: 10px 10px 16px 0;
  width: 100%;
  /* margin-left: -5px; */
  /* margin-left: -12px; */ }

.advertising-admotion {
  background-color: #FFF;
  text-align: center;
  padding: 16px 0px 16px 0px;
  margin-bottom: 16px;
  width: 300px;
  margin-left: -5px;
  /* margin-left: -12px; */ }

.fixed-rectangle {
  z-index: 10;
  right: 0;
  opacity: 1 !important;
  visibility: visible !important;
  position: fixed;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.advertising-title {
  color: #bec3c5;
  font-size: 16px;
  margin-bottom: 22px; }

.advertising-middle-box {
  background: #E5EAE9;
  display: inline-block;
  padding: 8px; }

/* mobile */
.section-advertising-mobile {
  padding: 0;
  margin-bottom: 18px; }

.section-advertising-mobile .container-fluid {
  padding: 0; }

.advertising-mobile-box {
  overflow: hidden;
  text-align: center; }

/* PARALLAX */
.section-advertising-parallax {
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  height: 400px; }

.touch.landscape .section-advertising-parallax {
  display: none; }

.section-advertising-parallax-flash {
  height: 400px;
  overflow: hidden;
  text-align: center;
  background-color: #F0F3F2; }

.advertising-parallax-video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.advertising-parallax-video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.advertising-parallax-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 280px; }

/***************************/
/***** FILTROS *******/
/***************************/
.box-hightlight-titles {
  background: #000;
  text-align: center;
  padding: 76px 0 70px 0;
  border-top: 1px solid #343434;
  /* margin-bottom: -62px; */ }

.box-hightlight-titles .title {
  color: #FFF;
  font-size: 32px;
  line-height: 95%;
  text-transform: uppercase;
  font-family: 'edosz'; }

.box-hightlight-titles .support {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase; }

.box-hightlight-titles .publisher {
  display: inline-block !important;
  text-align: center; }

.box-hightlight-titles2 .title {
  color: #000;
  font-size: 32px;
  line-height: 95%;
  text-transform: uppercase;
  font-family: 'edosz';
  margin: 12px 0; }

.box-hightlight-titles2 .support {
  color: #000;
  font-size: 16px;
  text-transform: uppercase; }

.box-hightlight-titles2 {
  padding: 22px; }

.box-hightlight-titles3 {
  padding: 22px 0;
  text-align: center; }

.box-hightlight-titles3 .box-image {
  margin-bottom: 22px; }

.box-hightlight-titles3 .support {
  color: #000;
  margin: 0 auto 22px auto;
  width: 66%;
  line-height: 140%;
  font-size: 16px; }

.box-hightlight-titles3 .support > a {
  background-color: #000;
  padding: 0 0px 0 5px;
  color: #FFF;
  margin: 0 2px 0px 0; }

.box-hightlight-titles3 .support > a:hover {
  background-color: #666; }

.box-hightlight-titles .support2 {
  color: #FFF;
  width: 80%;
  display: inline-block; }

.box-hightlight-titles .support2 > a {
  background-color: #fff;
  padding: 0 4px;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease;
  -ms-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease; }

.box-hightlight-titles .support2 > a:hover {
  background: #666;
  color: #FFF; }

.box-hightlight-titles .publisher .social-bar-buttons {
  float: none;
  text-align: center; }

.box-hightlight-titles .publisher > img {
  height: 98px;
  width: 98px;
  border: 2px solid #C2C2B8;
  margin-bottom: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a5000000,Positive=true); }

.box-hightlight-titles .publisher .social-bar-button {
  float: none;
  display: inline-block; }

.box-hightlight-titles .publisher .social-bar-button > a > i {
  background: none; }

/* PAGE PRETINHO TV */
.section-internal-content {
  padding: 22px 0; }

.section-internal-content .article {
  margin-bottom: 22px; }

.section-highlight .article-video {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.article-video .box-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: 99px; }

.article-video .box-content .title {
  position: relative;
  height: 64px;
  overflow: hidden; }

.article-video .box-content .title:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 16px;
  width: 100%;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -webkit-gradient(linear, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, #fff));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff,endColorstr=#ffffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff,endColorstr=#ffffffff); }

.article-video .box-image:before {
  content: "\e6ad";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #FFF;
  height: 48px;
  width: 48px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin: -24px 0 0 -24px;
  text-align: center;
  padding-top: 10px; }

.article-video:hover .box-image:before {
  background-color: #666;
  z-index: 1; }

.article-video .box-image > a {
  text-indent: -9999px; }

.section-highlight .article-video:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.section-highlight .article-video:hover:before {
  background-color: rgba(0, 0, 0, 0.6); }

.section-highlight .article-video .box-titles {
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 44px 0;
  margin: 0 auto; }

.section-highlight .article-video .title {
  font-family: "edosz";
  font-size: 20px;
  line-height: 95%;
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
  padding: 22px;
  position: relative; }

.section-highlight .article.article-video .title > a {
  color: #FFF;
  box-shadow: none !important;
  background: none !important; }

.section-highlight .article.article-video:hover .title > a {
  box-shadow: none; }

.section-highlight .article-video .link-video {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 0 0 0;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.section-highlight .article-video .link-video .icon-play {
  font-size: 20px;
  color: #FFF; }

.section-highlight .article-video .link-video:hover {
  background-color: #666; }

/* 768 */
/******************************/
/***** SECTION TRENDING ******/
/******************************/
.section-trending {
  padding: 16px 0 32px 0;
  position: relative;
  /* margin-bottom: 30px; */
  /* position: relative;
  z-index: 1; */ }

/* .section-trending:after {
	background: rgba(255,255,255,0.4) url("images/loading4.gif") no-repeat center center !important;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.section-trending.loaded:after {
	content: normal;
} */
.section-trending .article .box-content {
  padding: 8px 8px 32px 8px; }

.section-trending .article .title {
  font-size: 13px; }

.section-trending .article img {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.section-trending .article .box-image {
  background-color: #000;
  height: 99px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.section-trending .article .box-image > a {
  text-indent: -9999px; }

.no-touch .section-trending .article .box-image:after {
  background-color: rgba(0, 0, 0, 0.2); }

.no-touch .section-trending .article:hover .box-image:after {
  background-color: rgba(0, 0, 0, 0.4); }

.section-trending .social-bar {
  position: relative; }

.section-trending .article .social-bar {
  width: 90%; }

/* SECTION HIDDEN CONTENT */
/* 'efeito' de mostrar o proximo article  */
.section-hidden-content .container-fluid {
  padding: 0 0 0 15px; }

.section-hidden-content .row-hidden-articles {
  overflow: auto; }

.section-hidden-content .row-hidden-articles .box-hidden-articles {
  width: 1056px;
  padding-left: 4px; }

.section-hidden-content .row-hidden-articles .col-xs-12 {
  width: 160px;
  margin-left: 16px;
  /* margin-left: -0px; */ }

.section-hidden-content .row-hidden-articles .col-xs-12:first-child {
  margin-left: 0; }

.section-hidden-content ::-webkit-scrollbar {
  display: none; }

/* SECTION CATEGORY */
.section-category .article .box-content {
  padding: 8px 8px 32px 8px;
  position: relative; }

.section-category .cartola-big {
  position: relative;
  /* left: -18px; */ }

.section-category {
  padding: 16px 0;
  background-color: #FFF;
  background-position: top center;
  background-repeat: repeat;
  position: relative; }

.section-category .article .box-image {
  background-color: #000;
  height: 99px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.section-category .article .box-image > a {
  text-indent: -9999px; }

.section-category .article .social-bar {
  width: 90%; }

.section-category:after {
  background: rgba(255, 255, 255, 0.4) url("images/loading3.gif") no-repeat center center !important;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2; }

.section-category.loaded:after {
  content: normal; }

/* SECTION HIGHLIGHT */
.section-highlight {
  padding: 12px 0 16px 0;
  padding: 44px 0 16px 0;
  /* margin-top: -18px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-position: top right;
  position: relative;
  z-index: 11; }

.section-highlight.section-highlight-image {
  padding: 66px 0 16px 0; }

.section-highlight-image .box-hightlight-titles {
  background: rgba(0, 0, 0, 0.6); }

.section-highlight-image .box-like {
  display: none; }

.section-highlight .row-first {
  margin-top: -36px; }

.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, .section-highlight .col-xs-10, .section-highlight .col-sm-10, .section-highlight .col-md-10, .section-highlight .col-lg-10, .section-highlight .col-xs-11, .section-highlight .col-sm-11, .section-highlight .col-md-11, .section-highlight .col-lg-11, .section-highlight .col-xs-12, .section-highlight .col-sm-12, .section-highlight .col-md-12, .section-highlight .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px; }

.section-highlight .article {
  position: relative; }

.section-highlight .article .social-bar .shares > i {
  color: #FFF; }

.section-highlight .article .box-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.section-highlight .article .box-image > a {
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -9999px; }

.section-highlight .article .box-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 0px 0 6px; }

.section-highlight .article .box-content .cartola {
  position: relative;
  display: inline-block;
  top: 0px;
  /* left: -10px; */ }

.section-highlight .article .box-content .title {
  color: white;
  font-size: 13px;
  line-height: 146%;
  margin: 0 6px 16px 10px; }

.section-highlight .box-content .title > a {
  background-color: white; }

.section-highlight .box-content .branded-content {
  background-color: #ffee00;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 2px;
}

.section-highlight .article .box-content .social-bar {
  left: 0;
  position: relative;
  z-index: 1; }

.section-highlight .article .social-bar .shares {
  color: #FFF;
  right: 6px; }

.section-highlight .article .social-bar .icon-forward {
  color: #FFF; }

.section-highlight .article .social-bar .shares > span {
  color: #FFF; }

.section-highlight .publisher > a > img {
  border-color: #FFF; }

.section-highlight .publisher > a > .publisher-name {
  color: #FFF; }

/* destacao */
.section-highlight .col-lg-8 .article .box-image {
  height: 178px; }

.section-highlight .col-lg-8 .article .social-bar .shares {
  left: 26px; }

.section-highlight .col-lg-8 .article .box-content .title {
  font-size: 20px;
  margin-left: 4px; }

/* destaquinho */
.section-highlight .article .box-image {
  height: 178px; }

.section-highlight .col-lg-2 .article {
  /* border-color: #000;
  border-style: solid;
  border-width: 1px 0 0 0; */ }

.section-highlight .col-lg-2:last-child .article {
  /* border-left-width: 1px; */ }

/* SECTION CONTENT */
.section-content {
  /* padding: 22px 0 0 0; */
  position: relative; }

.home .section-content {
  padding-top: 22px; }

/* .section-content:before {
	content: ' ';
	position: absolute;
	height: 100px;
	width: 100%;
	top: -50px;
	left: 0px;
	background-color: rgb(229, 234, 233);

	-webkit-transform: rotateZ(-3deg);
	transform: rotateZ(-3deg);
} */
.touch.landscape .section-content .col-md-4, .touch.landscape .section-content .col-md-8 {
  width: 100%; }

.touch.landscape .hidden-sm {
  display: none !important; }

.section-content .box-article {
  position: relative; }

.section-content .box-article:before, .section-content .box-article:after {
  content: " ";
  display: table;
  clear: both; }

.section-content .box-article article {
  /* overflow: auto; */
  margin-bottom: 16px;
  height: 212px;
  /* overflow: hidden; */
  width: 44%;
  float: left;
  margin-left: 8px;
  margin-right: 8px; }

.section-content .box-article article:nth-child(even) {
  /* float: right; */
  /* margin-right: 14px; */ }

.section-content .box-article .article-full {
  clear: both;
  width: 96%; }

.section-content .box-article .article.post-branded-content .box-content .branded-content {
  background-color: #ffee00;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 2px;
}
.section-content .box-article .article.post-branded-content .box-content .title {
  font-style: italic;
}

.section-content .box-article .article .box-image {
  height: 85px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center; }

.section-content .box-article .article .box-image > a {
  text-indent: -9999px; }

.section-content .box-article .article .box-content {
  padding: 8px;
  position: relative;
  height: 127px; }

.section-content .box-article .article .title {
  height: 76px;
  overflow: hidden;
  position: relative; }

.section-content .box-article .article .title:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 16px;
  width: 100%;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -webkit-gradient(linear, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, white));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff,endColorstr=#ffffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff,endColorstr=#ffffffff); }

.section-content .box-article .article .social-bar {
  width: 84%;
  width: 90%; }

.section-content .box-article .article .social-bar .shares > i {
  font-size: 18px; }

.section-content .box-article .box-article:after, .section-content .box-article .box-article:before {
  content: "";
  display: table;
  clear: both; }

.box-related {
  margin: 12px 0;
  float: left; }

.section-content .box-article .box-related article {
  width: 100%;
  height: auto; }

.section-content .box-article .box-related article .box-image {
  display: none; }

.section-content .box-article .box-related article .box-content {
  height: auto;
  padding: 0; }

.section-content .box-article .box-related article .box-content .title {
  height: auto;
  margin-bottom: 0; }

.section-content .box-article .box-related article .box-content .social-bar {
  display: none; }

.section-content .box-article .box-related .article .title:before {
  content: normal; }

/* section videos */
.section-videos {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 0 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.section-videos .container-fluid {
  /* 	padding: 0; */ }

.section-videos:before {
  background-color: transparent;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.section-videos:before {
  background-color: rgba(0, 0, 0, 0.4); }

.section-videos:hover:before {
  background-color: rgba(0, 0, 0, 0.6); }

.section-videos:after {
  content: normal;
  background: #F0F3F2;
  height: 190px;
  width: 110%;
  position: absolute;
  bottom: -30px;
  left: 0;
  -webkit-transform: rotateZ(-3deg);
  transform: rotateZ(-3deg); }

.section-videos .box-flexslider-videos {
  position: relative; }

.section-videos .box-flexslider-videos:after {
  /* background: rgba(255,255,255,0.4) url("images/loading3.gif") no-repeat center center !important;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2; */ }

.section-videos .box-flexslider-videos.loaded:after {
  /* content: normal; */ }

.box-flexslider-videos {
  padding: 16px 0 0 0;
  text-align: center;
  z-index: 1;
  position: relative; }

.section-videos .box-iframe {
  display: none; }

.section-videos .box-iframe > iframe {
  width: 100% !important; }

/* section audios */
.section-audios {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 16px 0;
  position: relative; }

.section-audios:after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.section-audios:hover:after {
  background-color: rgba(0, 0, 0, 0.4); }

.section-audios .box-iframes {
  width: 100%;
  height: 80%;
  padding: 10px 11px;
  position: relative;
  z-index: 1;
  background-color: white;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true); }

.section-audios .box-iframes:after {
  content: " ";
  position: absolute;
  bottom: -36px;
  left: 50%;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 18px;
  z-index: 1;
  margin-left: -23px; }

.section-audios .box-iframes .box-iframe {
  display: none;
  position: relative; }

.section-audios .box-iframes .box-iframe:before {
  background: transparent url("images/loading3.gif") no-repeat center center !important;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.section-audios .box-iframes .box-iframe.active {
  display: block; }

.section-audios .box-iframes .box-iframe.loaded:before {
  content: normal; }

.section-audios .box-iframe > iframe {
  height: 120px;
  width: 100% !important; }

/* .section-highlight .article .box-content .cartola,
.section-highlight .article .box-image .cartola,
.section-content .article .cartola {
	display: none;
} */
.section-highlight .article .box-content .cartola, .section-highlight .article .box-image .cartola {
  display: none; }

.section-content .col-md-1 {
  /* margin: 0 -32px 0 32px; */
  text-align: right; }

.col-left-social {
  position: relative; }

.box-nav-article {
  margin-top: 80px;
  position: absolute;
  left: -56px; }

/* nav horizontal */
.nav-article {
  overflow: hidden;
  z-index: 1000; }

.nav-article .arrow {
  background: #FFF;
  cursor: pointer;
  overflow: hidden;
  height: 72px;
  width: 72px;
  top: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 72px;
  font-size: 22px; }

.nav-article:hover .arrow, .nav-article .arrow:hover {
  background-color: #666;
  color: #FFF; }

.nav-article .title {
  background-color: #666;
  font-size: 16px;
  line-height: 120%;
  color: #FFF;
  padding: 26px 30px;
  width: 50%;
  float: left;
  height: 100%;
  text-transform: uppercase; }

.nav-article img {
  float: left;
  width: 50%; }

.nav-article .box-article {
  cursor: pointer;
  width: 476px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  left: 72px;
  height: 144px;
  height: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -khtml-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.nav-article:hover .box-article {
  height: 144px; }

/* nav article sem foto */
.nav-article-next .box-article .abstract {
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  padding: 40px 60px 40px 60px;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  position: relative; }

.nav-article-next .box-article .abstract:after {
  content: " ";
  position: absolute;
  bottom: 4%;
  left: 10%;
  border-bottom: 1px solid #D9D9D9;
  width: 80%; }

.nav-article-disabled {
  background: #FFF;
  cursor: default;
  overflow: hidden;
  height: 72px;
  width: 72px;
  top: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 72px;
  font-size: 22px;
  display: block;
  opacity: 0.4;
  padding-top: 25px; }

.nav-article-disabled {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nav-article-next.nav-article-disabled:before {
  content: "\e6da"; }

.nav-article-prev.nav-article-disabled:before {
  content: "\e6d7"; }

/* social bar */
.article-social {
  position: fixed;
  top: -1000px;
  width: 83px;
  text-align: center;
  display: inline-block;
  margin-left: -51px;
  margin-left: -67px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease, top 0.2s ease;
  -moz-transition: opacity 0.2s ease, top 0.2s ease;
  -ms-transition: opacity 0.2s ease, top 0.2s ease;
  -o-transition: opacity 0.2s ease, top 0.2s ease;
  transition: opacity 0.2s ease, top 0.2s ease; }

.social-bar-article.social-bar-article-mobile {
  background-color: #FFF;
  position: fixed;
  bottom: -60px;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 99;
  padding-bottom: 8px;
  -webkit-transition: bottom 0.6s ease;
  -moz-transition: bottom 0.6s ease;
  -ms-transition: bottom 0.6s ease;
  -o-transition: bottom 0.6s ease;
  transition: bottom 0.6s ease; }

.fixed-social .social-bar-article.social-bar-article-mobile {
  bottom: 0; }

.social-bar-article-mobile .social-bar-article-button > a {
  height: 42px;
  width: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 13px;
  margin: 0 3px;
  opacity: 1;
  filter: alpha(opacity=100); }

.social-bar-article-mobile .social-bar-article-button > a:hover {
  opacity: .8;
  filter: alpha(opacity=80); }

.social-bar-article-mobile .social-bar-article-button-facebook > a {
  width: 42px; }

.social-bar-article-mobile {
  padding: 0px 0 0px 5px;
  background: transparent !important;
  display: none; }

.section-content-post .social-bar-article-mobile {
  display: block; }

.social-bar-article-mobile .social-bar-article-button-views, .social-bar-article-mobile .social-bar-article-button-shares {
  float: left; }

.social-bar-article-mobile .social-bar-article-button-views {
  height: 36px;
  width: 49px;
  background: #000;
  float: left;
  color: #FFF;
  margin-top: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 12px;
  position: relative;
  padding: 7px 0 0 0;
  margin-left: 8px;
  display: inline-block; }

.social-bar-article-mobile .social-bar-article-button-views > span > span {
  font-size: 12px;
  display: block; }

.social-bar-article-mobile .social-bar-article-button-views > span:before {
  content: " ";
  border-style: solid;
  border-width: 8px 7px 8px 7px;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  top: 9px;
  left: -14px; }

.social-bar-article-mobile .social-bar-article-button-shares > span {
  height: 36px;
  width: 49px;
  float: left;
  color: #FF0000;
  margin-top: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 12px;
  position: relative;
  padding: 7px 0 0 0;
  display: inline-block;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #FFF; }

.social-bar-article-mobile .social-bar-article-button-shares > span > span {
  font-size: 12px;
  display: block; }

.social-bar-article-mobile .social-bar-article-button-shares > span > i {
  display: block;
  color: #BEC3C5; }

.article-social-button > a {
  display: block; }

.article-social-button > a > i {
  background-color: #BEC3C5;
  color: #FFF;
  padding: 28px 25px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  font-size: 32px;
  display: block;
  cursor: pointer; }

.article-social-button:hover > a > i {
  color: #FFF;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.article-social-button-facebook > a > i {
  background-color: #3B589E; }

.article-social-button-twitter > a > i {
  background-color: #1DC6FF; }

.article-social-button-mail > a > i {
  background-color: #BEC3C5; }

.article-social-button-link > a > i {
  background-color: #BEC3C5; }

.article-social-button-whatsapp > a > i {
  background-color: #54B860; }

.article-social-button-views, .article-social-button-shares {
  height: 88px;
  width: 83px;
  text-align: center;
  color: #FFF;
  font-size: 25px;
  padding-top: 17px; }

.article-social-button-views {
  background: #000; }

.article-social-button-shares {
  color: #FF0000;
  font-weight: 500; }

.article-social-button-views > span {
  font-size: 14px;
  display: block;
  line-height: 1; }

.article-social-button-shares > i {
  display: block;
  font-size: 20px;
  color: #BEC3C5; }

/* section nav posts */
.section-nav-posts .container-fluid, .section-nav-posts .col-lg-6 {
  padding: 0; }

.section-nav-posts .article .box-image {
  height: 220px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.section-nav-posts .article .box-image:after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.no-touch .section-nav-posts .article:hover .box-image:after {
  background-color: rgba(0, 0, 0, 0.4); }

.section-nav-posts .article .box-image .box-content {
  position: absolute;
  top: 76px;
  left: 0;
  width: 80%;
  z-index: 2;
  padding: 0 0 0 70px; }

.section-nav-posts .article .social-bar {
  position: relative;
  left: 0;
  width: 90%; }

.section-nav-posts .article .social-bar .icon-forward, .section-nav-posts .article .shares {
  color: #FFF; }

.section-nav-posts .article:hover .box-icon > a > i {
  color: #FFF; }

.section-nav-posts .article .box-image > a {
  text-indent: -9999px;
  z-index: 2; }

.section-nav-posts .article .box-image .label {
  font-size: 16px;
  line-height: 100%;
  color: white;
  text-align: left;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
  margin-bottom: 22px;
  display: block;
  padding: 0; }

.section-nav-posts .article .box-image .title {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 22px; }

.section-nav-posts .article .box-image .title > a {
  background-color: #FFF;
  box-shadow: 6px 0 0 0 #FFF,-6px 0 0 0 #FFF; }

.section-nav-posts .box-icon {
  height: 300px;
  float: left;
  background: rgba(255, 255, 255, 0.8);
  font-size: 25px;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  line-height: 34px;
  color: #000;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease; }

.section-nav-posts .col-nav-post-next .box-icon {
  right: -70px;
  left: auto; }

.section-nav-posts .article:hover .box-icon {
  background-color: #666;
  color: #FFF; }

.cartola-disclaimer {
  background-color: #000;
  color: #BEC3C5;
  overflow: hidden;
  padding: 6px 8px; }

.cartola-disclaimer > h5 {
  color: white;
  font-size: 15px;
  float: left;
  margin-top: 9px; }

.cartola-disclaimer > p {
  float: left;
  font-size: 12px;
  margin: 0px;
  line-height: 125%;
  margin-bottom: 8px; }

/******************************/
/********** ARTICLE ***********/
/******************************/
.article {
  background-color: #FFF;
  position: relative; }

.article .cartola {
  z-index: 2; }

.article .title {
  font-size: 13px;
  line-height: 130%;
  position: relative;
  z-index: 2;
  text-transform: uppercase; }

.article .title > a {
  box-shadow: 6px 0 0 0 white, -6px 0 0 0 white;
  -webkit-transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease; }

.article .box-image {
  position: relative; }

.article .box-image > a {
  display: block;
  position: relative;
  height: 100%;
  z-index: 1; }

.article .box-content {
  padding: 12px 14px 8px 14px; }

.article .box-image:after {
  background-color: transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.no-touch .article:hover .box-image:after {
  background-color: rgba(0, 0, 0, 0.2); }

/* social bar */
.article .social-bar {
  padding: 0 0 0 0;
  position: absolute;
  height: 26px;
  bottom: 6px;
  left: 8px;
  cursor: pointer;
  width: 100%; }

.article .social-bar .icon-forward {
  float: left;
  color: #BEC3C5;
  margin-top: 3px;
  display: none; }

.section-highlight .publisher > a > img, .section-highlight .publisher > a > .publisher-name, .section-highlight .article .social-bar .icon-forward, .section-highlight .article .social-bar .shares {
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#66000000,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#66000000,Positive=true); }

/* shares */
.article .shares, .article-full .shares {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #BEC3C5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.article-full .shares {
  opacity: 1;
  filter: alpha(opacity=100); }

.article .shares > span, .article-full .shares > span {
  color: #FF0000;
  font-size: 14px;
  font-weight: 400; }

.active.article .shares > span {
  display: block;
  opacity: 100;
  filter: alpha(opacity=100); }

.article .shares > i {
  color: #BEC3C5;
  font-size: 18px;
  vertical-align: text-bottom; }

/* .article .social-bar .views {
    position: absolute;
    right: 12px;
	top: 0;

	color: #F12500;
    font-size: 14px;
    font-weight: 400;
    
    opacity: 1;
	filter: alpha(opacity=100);

    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.article .social-bar .views>i {
    font-size: 20px;
    vertical-align: text-bottom;
} */
.article-sponsored .cartola > a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.article-sponsored .cartola > a:hover {
  opacity: 0.9; }

.article .social-bar .social-bar-buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.social-bar-buttons {
  float: left; }

.social-bar-button {
  float: left;
  margin: 0 8px 0 0; }

.social-bar-button > a > i {
  background-color: #BEC3C5;
  color: #FFF;
  padding: 4px;
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.social-bar-button:hover > a > i {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100); }

.social-bar-button-facebook > a > i {
  background-color: #3B589E; }

.social-bar-button-twitter > a > i {
  background-color: #1DC6FF; }

.social-bar-button-mail > a > i {
  background-color: #BEC3C5; }

.social-bar-button-link > a > i {
  background-color: #BEC3C5; }

.social-bar-button-whatsapp > a > i {
  background-color: #54B860; }

.social-bar-button-link {
  position: relative; }

/* botao link nao aparece em ios mobile/tablet */
.ios.lt-800 .social-bar-button-link {
  display: none; }

/* .no-touch .article:hover .social-bar .views {
	opacity: 0;
	filter: alpha(opacity=0);
} */
.active.article .social-bar .social-bar-buttons {
  opacity: 1;
  filter: alpha(opacity=100); }

/* .no-touch .article:hover .cartola span {
	background-color: #666;
} */
.no-touch .article:hover .title > a {
  color: #FFF;
  background-color: #666;
  box-shadow: 6px 0 0 0 #666666, -6px 0 0 0 #666666; }

.no-touch .article:hover .cartola span:after {
  border-color: transparent transparent transparent #000; }

/* post meta */
.article .post-meta {
  margin-bottom: 12px;
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 125%;
  color: #BEC3C5;
  display: none; }

.article .post-meta .post-date {
  float: left; }

.article .post-meta .post-author {
  float: right;
  display: none; }

.article .text {
  color: #616161;
  display: none; }

.article .text > a {
  color: #616161; }

/* publisher */
.publisher {
  overflow: hidden;
  padding-bottom: 3px;
  margin-bottom: 12px;
  display: none;
  z-index: 1;
  position: relative; }

.publisher > a > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #666666;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a5000000,Positive=true);
  height: 36px;
  width: 36px;
  float: left;
  margin: 0 4px 0 0; }

.publisher > a > .publisher-name {
  color: #666;
  padding: 8px 0 0 0;
  font-weight: 200;
  font-size: 16px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a5000000,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a5000000,Positive=true); }

.section-highlight .publisher > a > .publisher-name {
  color: #FFF; }

.no-touch .article .publisher > a:hover > .publisher-name {
  color: #666; }

.section-highlight .publisher > a:hover > img {
  border-color: #666; }

/* views */
.article .views {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  z-index: 1;
  color: #FFF;
  line-height: 90%;
  text-align: center;
  margin: -4px 0 0 -23px; }

.article .views > span {
  font-size: 12px;
  display: block; }

/* ARTICLE FULL */
.article-full {
  background-color: #FFF;
  position: relative;
  height: auto !important; }

.article-full .box-like {
  position: relative;
  top: 0; }

.article-full .cartola {
  position: relative;
  display: inline-block;
  margin-bottom: 12px; }

.article-full .comments {
  float: right;
  position: absolute;
  top: 10px;
  right: 8px;
  color: #FF0000;
  font-weight: 400;
  font-size: 14px; }

.post-title {
  font-size: 20px;
  line-height: 120%;
  padding: 0 8px;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-top: 20px; }

.post-title.post-branded-content {
  font-style: italic;
}

.post-header .cartola {
  margin-bottom: 0; }

.article-full .comments > i {
  color: #BEC3C5; }

.social-bar-article {
  margin-bottom: 16px;
  overflow: auto; }

.social-bar-article-button > a {
  float: left;
  height: 37px;
  width: 14%;
  width: 18%;
  background-color: #BEC3C5;
  text-align: center;
  padding: 10px 0 0 0;
  font-size: 13px;
  color: #FFF;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.social-bar-article-button > a:hover, .social-bar-article-button-link:hover > a {
  opacity: 1; }

.social-bar-article-button > a > i {
  color: #FFF;
  font-size: 16px; }

.social-bar-article-button-facebook > a > i {
  margin-right: 4px; }

.social-bar-article-button-facebook > a > span > span {
  display: none; }

.social-bar-article-button-facebook > a {
  background-color: #3B589E;
  width: 46%;
  padding: 9px 5px 0 6px; }

.social-bar-article-button-twitter > a {
  background-color: #1DC6FF; }

.social-bar-article-button-mail > a {
  background-color: #BEC3C5; }

.social-bar-article-button-link > a {
  background-color: #BEC3C5; }

.social-bar-article-button-whatsapp > a {
  background-color: #54B860; }

.post-header:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.post-header {
  zoom: 1;
  border-bottom: 1px solid #E6EBEA;
  margin: 12px 0 16px 0; }

.post-header .line {
  min-height: 24px; }

.post-header .shares {
  top: 12px;
  right: 8px; }

.post-header-meta {
  overflow: hidden;
  margin-bottom: 16px;
  color: #BEC3C5;
  font-size: 13px;
  padding-left: 8px; }

.post-header-meta .publisher {
  display: block;
  color: #BEC3C5;
  font-size: 14px;
  float: left;
  margin-bottom: 0; }

.post-header-meta .post-date {
  padding: 7px 0 0 4px;
  display: inline-block; }

.post-header-meta .publisher > a {
  display: block;
  color: #BEC3C5; }

.post-header-meta .publisher > a > .publisher-name {
  font-size: 13px;
  display: inline-block;
  text-shadow: none;
  color: #BEC3C5;
  font-weight: 400; }

.post-header-meta .publisher > a > img {
  height: 36px;
  width: 36px;
  border-width: 2px;
  box-shadow: none;
  border-color: #BEC3C5;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }

.post-header-meta .social-bar-buttons {
  margin: 0px 0 0 33px;
  display: inline-block;
  float: none;
  padding-top: 2px;
  line-height: 16px;
  clear: both;
  display: block; }

.post-header-meta .social-bar-button > a > i {
  background: none;
  color: #BEC3C5;
  font-size: 16px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.post-header-meta .social-bar-button > a:hover > i {
  color: #666; }

.post-header-meta .support {
  clear: both;
  display: block;
  width: 86%;
  font-size: 14px;
  margin-left: 40px;
  margin-left: 10px;
  margin-top: 10px;
  display: none; }

.post-header-meta .support > a {
  color: #999; }

.post-header-meta .support > a:hover {
  color: #666; }

/* POST CONTENT */
.post-content {
  padding: 0 22px 22px 22px;
  background-color: #FFF; }

.post-content .content {
  margin-bottom: 64px;
  /* overflow: visible; */
  float: left;
  width: 100%; }

.post-content {
  color: #616161;
  font-size: 14px;
  line-height: 125%;
  margin-bottom: 22px; }

.post-content .content img {
  max-width: 100%;
  height: auto;
  display: block; }

.post-content .img-highlight {
  width: 100%;
  height: auto; }

.post-content p {
  margin-bottom: 28px; }

.post-content p a {
  font-weight: 700; }

.post-content .content iframe {
  max-width: 100%; }

.post-content .alignleft, .post-content p .alignleft {
  float: left;
  margin: 0 15px 8px 0; }

.post-content .aligncenter, .post-content p .aligncenter {
  display: block;
  margin: 0 auto 8px auto; }

.post-content .alignright, .post-content p .alignright {
  float: right;
  margin: 0 0 8px 15px; }

.post-content .alignnone, .post-content p .alignnone {
  float: none;
  display: block;
  margin: 0 0 8px 0; }

.post-content .size-full, .post-content p .size-full {
  max-width: 100%;
  height: auto;
  /*margin: 0 0 30px 0;*/ }

.post-content img.alignnone {
  display: inline-block; }

/* gallery importada dentor do post - verificar JS  */
.post-content .gallery {
  overflow: auto; }

.post-content .gallery > a {
  float: left;
  margin: 0 8px 8px 0; }

.post-content .gallery > a > img {
  height: 150px;
  width: 150px; }

.post-content .article-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.post-content .article-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* FIM POST CONTENT */
.post-footer-meta {
  font-size: 16px;
  color: #000; }

.post-footer-meta .tag-links {
  display: block;
  font-weight: 500;
  line-height: 150%; }

.post-footer-meta .tag-links > a {
  text-transform: uppercase;
  font-weight: 300;
  background: transparent;
  padding: 2px 6px;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease; }

.post-footer-meta .tag-links > a:hover {
  background-color: #666;
  color: #FFF; }

/* comentarios disqus */
.post-comments {
  padding: 32px 0 0 0;
  display: none; }

.post-comments .disqus {
  padding: 0% 10% 3% 10%; }

.btn.btn-show-comments {
  width: 100%;
  background: #000;
  color: #FFF; }

.btn.btn-show-comments span {
  display: none; }

.btn.btn-show-comments.opened > span {
  display: block; }

.btn.btn-show-comments.opened > div {
  display: none; }

/******************************/
/********** WIDGETS ***********/
/******************************/
.sidebar-widget {
  position: relative;
  background-color: #FFF;
  margin-bottom: 16px;
  padding: 16px 0; }

.sidebar-widget .cartola-big {
  position: relative; }

.sidebar-widget .sidebar-widget-body {
  padding: 12px; }

/* mais lidas/mais comentadas */
.sidebar-widget-more .article {
  border-bottom: 1px solid #E6EBEA; }

.sidebar-widget-more .article:last-child {
  border: none; }

.sidebar-widget-more .article .box-content {
  padding: 14px 12px 24px 12px;
  position: relative; }

.sidebar-widget-more .article .title {
  margin-bottom: 16px; }

.sidebar-widget-more .article .social-bar {
  width: 90%;
  left: 12px; }

.sidebar-widget.box-tabs {
  padding: 0; }

/* tags */
.box-tags {
  font-size: 20px; }

.box-tags > a {
  font-family: "Oswald";
  font-size: 20px;
  line-height: 120%;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  padding: 4px 8px;
  display: inline-block;
  margin: 0 0 8px 0;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease; }

.box-tags > a:hover {
  background-color: #666;
  color: #FFF; }

/* no photo */
.article-nophoto .box-image {
  background-position: center center !important; }

/*
xs - less than 768px
sm - 768px and up
md - 992px and up
lg - 1200px and up

*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /******** STRUCTURE.SCSS **********/
  .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 {
    padding-left: 8px;
    padding-right: 8px; }

  .section-highlight .col-xs-1, .section-highlight .col-sm-1, .section-highlight .col-md-1, .section-highlight .col-lg-1, .section-highlight .col-xs-2, .section-highlight .col-sm-2, .section-highlight .col-md-2, .section-highlight .col-lg-2, .section-highlight .col-xs-3, .section-highlight .col-sm-3, .section-highlight .col-md-3, .section-highlight .col-lg-3, .section-highlight .col-xs-4, .section-highlight .col-sm-4, .section-highlight .col-md-4, .section-highlight .col-lg-4, .section-highlight .col-xs-5, .section-highlight .col-sm-5, .section-highlight .col-md-5, .section-highlight .col-lg-5, .section-highlight .col-xs-6, .section-highlight .col-sm-6, .section-highlight .col-md-6, .section-highlight .col-lg-6, .section-highlight .col-xs-7, .section-highlight .col-sm-7, .section-highlight .col-md-7, .section-highlight .col-lg-7, .section-highlight .col-xs-8, .section-highlight .col-sm-8, .section-highlight .col-md-8, .section-highlight .col-lg-8, .section-highlight .col-xs-9, .section-highlight .col-sm-9, .section-highlight .col-md-9, .section-highlight .col-lg-9, .section-highlight .col-xs-10, .section-highlight .col-sm-10, .section-highlight .col-md-10, .section-highlight .col-lg-10, .section-highlight .col-xs-11, .section-highlight .col-sm-11, .section-highlight .col-md-11, .section-highlight .col-lg-11, .section-highlight .col-xs-12, .section-highlight .col-sm-12, .section-highlight .col-md-12, .section-highlight .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px; }

  .mar-10 {
    margin-bottom: 10px; }

  .mar-20 {
    margin-bottom: 20px; }

  .mar-30 {
    margin-bottom: 30px; }

  .mar-40 {
    margin-bottom: 40px; }

  .mar-50 {
    margin-bottom: 50px; }

  .mar-60 {
    margin-bottom: 60px; }

  .mar-70 {
    margin-bottom: 70px; }

  .mar-80 {
    margin-bottom: 80px; }

  .mar-130 {
    margin-bottom: 130px; }

  .mar-6-top {
    margin-top: 6px; }

  .mar-23-top {
    margin-top: 23px; }

  .mar-10-top {
    margin-top: 10px; }

  .mar-20-top {
    margin-top: 20px; }

  .mar-30-top {
    margin-top: 30px; }

  .mar-220-top {
    margin-top: 220px; }

  .container-fluid {
    padding: 0 15px; }

  /******** BASE.SCSS **********/
  .cartola {
    font-size: 16px; }

  .cartola span {
    padding: 5px 16px 5px 16px; }

  .cartola-big {
    font-size: 22px; }

  .cartola-big span {
    padding: 11px 16px 13px 16px; }

  .cartola-big span:after {
    bottom: -18px; }

  .title-section {
    font-size: 16px; }

  .btn {
    height: 73px; }

  .btn-loading {
    height: 115px;
    width: 115px; }

  .input-text, .textarea {
    height: 75px;
    padding: 0 0 0 14px;
    font-size: 16px; }

  .ui-autocomplete-input {
    height: 60px;
    line-height: 60px;
    font-size: 16px; }

  /******** STRUCTURE.SCSS **********/
  .nav {
    margin-bottom: 70px; }

  .navbar-brand {
    top: -84px;
    left: 22px;
    margin-left: 0; }

  .navbar-brand > img {
    width: 200px;
    height: 200px; }

  .nav-item {
    font-size: 25px;
    padding: 0 24px 0 0; }

  /* box like */
  .box-like {
    margin: 0 0 12px 238px;
    /* width: 220px; */
    padding: 12px 0px 16px 16px;
    height: 47px;
    top: -63px; }

  .box-like > span {
    display: inline;
    float: left; }

  .box-like > iframe {
    float: left;
    margin-left: 12px; }

  .box-like:before {
    top: 15px; }

  .article .box-like, .article-full .box-like {
    height: 83px;
    padding-top: 32px;
    margin-top: 32px; }

  /* box newsletter */
  .box-newsletter {
    height: 202px;
    padding: 34px 0 0 0; }

  /******** WIDGETS.SCSS **********/
  /* nav tabs */
  .nav-tabs {
    height: 73px; }

  .nav-tabs > li > a {
    font-size: 25px;
    height: 73px;
    line-height: 73px; }

  .nav-tabs > li.active > a:after, .nav-tabs > li > a:hover:after, .nav-tabs > li.active > a:after:hover, .nav-tabs > li.active > a:after:focus {
    bottom: -32px;
    border-width: 16px 16px 16px 16px;
    z-index: 2;
    margin-left: -8px; }

  .sidebar-widget-more .article .title {
    margin-bottom: 24px; }

  /******** ARTICLE.SCSS **********/
  .article .title {
    font-size: 18px;
    line-height: 120%; }

  .article .views {
    font-size: 25px;
    margin: -2px 0 0 -23px; }

  .article .views > span {
    font-size: 14px; }

  .article:hover .social-bar .social-bar-buttons {
    opacity: 1;
    filter: alpha(opacity=100); }

  .article:hover .social-bar .shares {
    opacity: 0;
    filter: alpha(opacity=0); }

  .article:hover .social-bar .icon-forward {
    opacity: 0;
    filter: alpha(opacity=0); }

  .publisher {
    display: block; }

  .article .post-meta .post-author {
    display: block; }

  .article .post-meta {
    margin-bottom: 22px;
    font-size: 14px; }

  .article .shares {
    /* display: nonoe */ }

  /* ARTICLE FULL */
  .article-full {
    margin-bottom: 32px; }

  .social-bar-article-button > a {
    width: 18%; }

  .social-bar-article-button-facebook > a {
    width: 46%; }

  .sidebar-widget {
    display: block; }

  /* trending article  */
  .section-trending .article .social-bar {
    width: 80%;
    left: 16px; }

  .section-trending .article .title {
    font-size: 16px;
    margin-bottom: 18px; }

  .post-content {
    font-size: 20px; }

  .post-title {
    font-size: 30px;
    padding: 0 24px; }

  .post-header-meta {
    padding: 0 24px; }

  /******** WIDGETS.SCSS **********/
  /* flexslider */
  .flexslider .flex-direction-nav a:hover {
    background: black;
    color: #FFF; }

  .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    opacity: 0 !important; }

  .flexslider:hover .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1 !important; }

  .flexslider .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
    left: -0px; }

  .flexslider .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
    right: -0px; }

  /* flexslider categories */
  .flexslider-categories .flex-direction-nav a {
    opacity: 1 !important; }

  .flexslider-categories .flex-direction-nav .flex-prev, .flexslider-categories:hover .flex-direction-nav .flex-prev {
    left: auto;
    right: 50px; }

  .flexslider-categories .flex-direction-nav .flex-next, .flexslider-categories:hover .flex-direction-nav .flex-next {
    right: -2px; }

  .flexslider-categories:hover .flex-direction-nav .flex-disabled, .flexslider-categories .flex-direction-nav .flex-disabled, .flexslider-categories .flex-direction-nav .flex-disabled:hover {
    opacity: .4 !important; }

  /* flexslider videos */
  .flexslider-videos .title {
    font-size: 25px; }

  /* ADVERTISING.SCSS */
  .advertising-mediumrectangle {
    background-color: #FFF;
    text-align: center;
    padding: 32px 0px 32px 0px;
    margin-bottom: 16px;
    width: 100%;
    margin-left: 0; }

  .advertising-admotion {
    background-color: #FFF;
    text-align: center;
    padding: 32px 0px 32px 0px;
    margin-bottom: 16px;
    width: 100%;
    margin-left: 0; }

  /******** HOME.SCSS **********/
  /* highlight */
  .section-highlight {
    padding: 84px 0 22px 0; }

  .section-highlight.section-highlight-image {
    padding: 106px 0 16px 0; }

  .home .section-highlight {
    /* padding: 110px 0 164px 0; */ }

  .section-highlight + .section-advertising-middle {
    /* margin-top: -166px; */ }

  .section-highlight .row-first {
    margin-top: -70px; }

  /* destacao */
  .section-highlight .col-lg-8 .article .box-image {
    height: 348px; }

  /* destaquinho */
  .section-highlight .article .box-image {
    height: 194px; }

  .section-highlight .col-lg-8 .article .box-content .title {
    font-size: 50px;
    margin-left: 30px;
    margin-bottom: 30px;
    width: 60%;
    width: 92%; }

  .section-highlight .col-lg-8 .article .box-content .branded-content {
    margin-left: 25px;
  }

  .section-highlight .col-lg-8 .article .box-content .social-bar {
    left: 24px; }

  .section-highlight .article .box-content .cartola {
    margin-bottom: 10px; }

  .section-highlight .article .box-content {
    padding: 0px 0px 6px 0;
    width: 100%; }

  .section-highlight .col-lg-2 .article .box-content {
    padding: 0 22px; }
  .section-highlight .col-lg-2 .article .box-content .branded-content {
    margin-left: 5px;
  }

  .section-highlight .article .box-content .title {
    font-size: 16px;
    line-height: 146%; }

  .section-highlight {
    /* margin-bottom: 36px; */ }

  .section-highlight .article .box-content .social-bar {
    left: 6px;
    width: 93%; }

  /* SECTION HIDDEN CONTENT */
  /* 'efeito' de mostrar o proximo article  */
  .section-hidden-content .row-hidden-articles .box-hidden-articles {
    width: 1296px; }

  .section-hidden-content .row-hidden-articles .col-xs-12 {
    width: 200px; }

  .section-hidden-content .row-hidden-articles .col-xs-12 {
    margin-left: 0px; }

  /* section content */
  .section-advertising-mobile + .section-content {
    /* padding-top: 0px; */ }

  .section-content .box-article .article-full {
    width: 100%; }

  .section-content .box-article .article .box-content {
    padding: 16px 22px 12px 22px;
    height: 136px; }

  .section-content .box-article .article {
    height: 304px;
    width: 47%; }

  .section-content .box-article .article .box-image {
    height: 164px; }

  .section-content .box-article .article .title {
    display: block;
    height: 76px;
    width: 100%; }

  .section-content .box-article .article .social-bar {
    left: 22px; }

  /* trending */
  .section-trending {
    padding: 23px 0 23px 0; }

  /* section videos  */
  .box-flexslider-videos {
    padding: 0px 0 60px 0; }

  /* section category */
  .section-category .article .box-content {
    padding: 10px 10px 34px 10px; }

  /* audios */
  .section-audios .box-iframe > iframe {
    height: 230px; }

  .section-audios .box-iframes {
    width: 80%;
    height: 250px;
    margin: 0px auto 0 auto;
    padding: 10px 11px; }

  .section-audios .flex-direction-nav .flex-prev, .section-audios:hover .flex-direction-nav .flex-prev, .section-audios .flex-direction-nav .flex-next, .section-audios:hover .flex-direction-nav .flex-next {
    opacity: 1 !important; }

  .flexslider-audios-thumbs:hover .flex-direction-nav .flex-disabled, .section-audios:hover .flex-direction-nav .flex-disabled, .flexslider-audios-thumbs .flex-direction-nav .flex-disabled, .flexslider-audios-thumbs .flex-direction-nav .flex-disabled:hover {
    opacity: .4 !important; }

  .flexslider-audios-thumbs {
    width: 460px;
    margin: 56px auto 0 auto;
    height: 204px; }

  .flexslider-audios-thumbs .slides > li .audio-name {
    font-size: 25px; }

  .flexslider.flexslider-audios-thumbs .flex-direction-nav .flex-prev, .flexslider.flexslider-audios-thumbs:hover .flex-direction-nav .flex-prev {
    left: -52px; }

  .flexslider.flexslider-audios-thumbs .flex-direction-nav .flex-next, .flexslider.flexslider-audios-thumbs:hover .flex-direction-nav .flex-next {
    right: -52px; }

  /* videos */
  .section-videos .flex-direction-nav .flex-prev, .section-videos:hover .flex-direction-nav .flex-prev, .section-videos .flex-direction-nav .flex-next, .section-videos:hover .flex-direction-nav .flex-next {
    opacity: 1 !important; }

  .flexslider-videos .link-video {
    height: 80px;
    width: 80px;
    padding: 14px 0 0 0; }

  .flexslider-videos .link-video .icon-play {
    font-size: 52px; }

  /* FOOTER */
  .footer {
    padding: 36px 12px 28px 0;
    text-align: left; }

  .footer-partner {
    font-size: 16px;
    color: #FFF;
    font-weight: 200;
    text-align: left;
    margin: 0; }

  .footer-partner img {
    margin: 0 24px 0 0; }

  .footer .santopixel {
    float: right; }

  .footer-list {
    margin-bottom: 0; }

  .footer-list-item {
    font-size: 16px;
    width: auto; }

  /* internas filtros */
  .box-hightlight-titles .title {
    font-size: 52px; }

  .box-hightlight-titles .support2 {
    width: 30%; }

  .box-hightlight-titles2 .title {
    font-size: 52px;
    margin: 22px 0; }

  .box-hightlight-titles2 .support, .box-hightlight-titles3 .support {
    font-size: 26px; }

  /* pretinho tv */
  .article-video .box-image {
    height: 260px; }

  .section-highlight .article-video .box-titles {
    padding: 122px 0 12px 0; }

  .section-highlight .article-video .title {
    padding: 24px 60px; }

  .section-highlight .article-video .link-video {
    margin-bottom: 30px; }

  .section-highlight .article.article-video {
    height: 598px; }

  .section-highlight .article.article-video .title {
    font-size: 52px; }

  .section-highlight .article.article-video .link-video {
    height: 80px;
    width: 80px;
    padding: 14px 0 0 0; }

  .section-highlight .article.article-video .box-titles {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */ }

  .section-highlight .article.article-video .link-video .icon-play {
    font-size: 52px; }

  .fancybox-close {
    height: 80px;
    width: 80px;
    font-size: 46px;
    padding-top: 16px; }

  .swiper-slide {
    width: 208px; }

  .swiper-wrapper {
    width: auto; }

  .section-highlight-image .box-like {
    display: block; }

  .item-search .input-text {
    width: 90%; }

  .item-search .btn-search {
    width: 10%; }

  .btn-search-clean {
    right: 8%; }

  .section-advertising-parallax {
    height: 440px; }

  .advertising-parallax-video {
    width: 520px; }

  .cartola-disclaimer {
    margin-bottom: 22px; }

  .cartola-disclaimer > h5 {
    font-size: 22px;
    width: 25%;
    margin-top: 9px; }

  .cartola-disclaimer > p {
    width: 75%;
    width: 60%;
    margin: 0px; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .fixed-social .article-social {
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    margin-top: 0;
    z-index: 2;
    top: 110px; }

  .fixed-social .social-bar-article.social-bar-article-mobile {
    bottom: -60px; }

  /******** BASE.SCSS **********/
  /******** STRUCTURE.SCSS **********/
  .nav {
    height: 73px;
    margin-bottom: 57px; }

  .nav-list {
    display: block; }

  .nav-item {
    font-size: 25px;
    padding: 0 24px 0 12px;
    float: left; }

  .btn-navbar-toggle > i, .btn-search > i {
    font-size: 36px; }

  .btn-navbar-toggle {
    height: 73px;
    width: 110px; }

  .btn-navbar-toggle:before {
    font-size: 20px;
    left: 21px;
    top: 21px; }

  .box-nav-list {
    position: absolute;
    top: 73px;
    z-index: 3; }

  .navbar-brand {
    top: -68px;
    left: 22px; }

  /* .home .navbar-brand {
  	top: -137px;
  }
  .home .navbar-brand>img {
      width: 300px;
  	height: 300px;
  } */
  /* box like */
  .box-like {
    margin: 0 0 8px 248px; }

  .article .box-like, .article-full .box-like {
    margin-left: 0; }

  /* box newsletter */
  .box-newsletter-fields .input-text {
    width: 35%; }

  .ui-button-icon {
    top: 26px; }

  /******** ARTICLE.SCSS **********/
  .article .views {
    margin: -11px 0 0 -23px; }

  /* post meta */
  .article .post-meta {
    display: block; }

  .article .text {
    display: block; }

  .article .social-bar .icon-forward {
    font-size: 20px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100); }

  .article:hover .social-bar .icon-forward {
    opacity: 0;
    filter: alpha(opacity=0); }

  .article .shares {
    font-size: 16px;
    opacity: 1;
    filter: alpha(opacity=100); }

  .article-full .shares {
    font-size: 16px; }

  .article .social-bar .social-bar-buttons {
    opacity: 0;
    filter: alpha(opacity=0); }

  .article:hover .social-bar {
    opacity: 1;
    filter: alpha(opacity=100); }

  .post-header-meta .support {
    width: 60%;
    margin-left: 40px;
    margin-top: 0px;
    display: block; }

  .post-header-meta .social-bar-buttons {
    clear: none;
    display: inline-block; }

  /******** WIDGETS.SCSS **********/
  /* flexslider */
  .flexslider-videos {
    width: 920px; }

  /* nav tabs */
  .nav-tabs {
    height: 60px; }

  .nav-tabs > li > a {
    font-size: 20px;
    height: 60px;
    line-height: 60px; }

  /* videos */
  .section-videos {
    padding: 32px 0 0;
    height: 860px; }

  .touch.landscape .section-videos {
    height: 560px; }

  .section-videos:after {
    content: " ";
    left: -10px;
    height: 250px;
    bottom: -50px; }

  .touch.landscape .section-videos:after {
    content: normal; }

  .section-videos .container-fluid {
    padding: 0 15px; }

  .section-videos:hover .flex-direction-nav .flex-prev, .section-videos:hover .flex-direction-nav .flex-next {
    opacity: 1 !important; }

  .section-videos .flexslider .flex-disabled, .section-videos:hover .flexslider .flex-disabled {
    opacity: 0.2 !important; }

  /* .section-videos:hover .flex-direction-nav .flex-prev { 
  	left: -40px; 
  }
  .section-videos:hover .flex-direction-nav .flex-next { 
  	right: -40px; 
  } */
  .flexslider-videos .slides > li {
    height: 530px;
    padding-top: 0px; }

  .touch.landscape .slides > li {
    height: auto; }

  .flexslider-videos .title {
    background: none;
    font-size: 30px;
    padding: 0;
    font-size: 50px;
    margin-bottom: 40px; }

  .flexslider-videos .box-titles {
    padding-top: 64px; }

  .flexslider.flexslider-videos .flex-direction-nav a {
    display: none; }

  .touch.landscape .flexslider.flexslider-videos .flex-direction-nav a {
    display: block; }

  .flexslider.flexslider-videos-thumbs .flex-direction-nav {
    display: block; }

  .flexslider.flexslider-videos-thumbs .flex-direction-nav a {
    top: 92px; }

  .flexslider .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
    left: -21px; }

  .flexslider .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
    right: -21px; }

  .flexslider-videos-thumbs {
    margin-top: -94px; }

  /* categories */
  .flexslider-categories .flex-direction-nav .flex-prev, .flexslider-categories:hover .flex-direction-nav .flex-prev {
    left: auto;
    right: 50px; }

  .flexslider-categories .flex-direction-nav .flex-next, .flexslider-categories:hover .flex-direction-nav .flex-next {
    right: -2px; }

  /* audios */
  .section-audios {
    padding: 32px 0; }

  .flexslider-audios-thumbs {
    float: right; }

  .section-audios .box-iframes {
    margin: -80px 0 0 60px;
    height: 342px; }

  .section-audios .box-iframe > iframe {
    height: 320px; }

  .section-audios .box-iframes:after {
    left: -13px;
    bottom: 80px;
    border-color: transparent #FFF transparent transparent; }

  .flexslider-audios-thumbs {
    margin: 56px auto 0 auto; }

  .flexslider.flexslider-audios-thumbs .flex-direction-nav a {
    top: -32px; }

  .flexslider.flexslider-audios-thumbs .flex-direction-nav .flex-prev, .flexslider.flexslider-audios-thumbs:hover .flex-direction-nav .flex-prev {
    left: 374px; }

  .flexslider.flexslider-audios-thumbs .flex-direction-nav .flex-next, .flexslider.flexslider-audios-thumbs:hover .flex-direction-nav .flex-next {
    right: -2px; }

  /******** HOME.SCSS **********/
  /* section trending */
  .section-trending:after {
    content: normal; }

  .section-trending .article .box-content {
    padding: 12px 12px 24px 12px; }

  .section-trending .article .box-image {
    height: 133px; }

  /* highlight */
  .section-highlight .row-first {
    margin-top: -57px; }

  .section-highlight {
    padding: 90px 0 22px 0; }

  .section-highlight + .section-advertising-middle {
    /* margin-top: -168px; */ }

  .section-highlight .article .box-content .title {
    /* font-size: 20px; */ }

  .section-highlight.section-highlight-image {
    padding-top: 112px; }

  /* SECTION HIDDEN CONTENT */
  /* 'efeito' de mostrar o proximo article  */
  .section-hidden-content .row-hidden-articles {
    overflow: visible; }

  .section-hidden-content .row-hidden-articles .box-hidden-articles {
    width: auto; }

  .section-hidden-content .row-hidden-articles .col-xs-12 {
    width: 16.666667%;
    width: 25%;
    margin-left: 0; }

  .section-hidden-content ::-webkit-scrollbar {
    display: none; }

  /* section content */
  .section-content {
    padding-top: 22px !important; }

  .section-content .box-article .article {
    width: 100%;
    height: 274px;
    margin-left: 0;
    margin-right: 0; }

  .section-content .box-article article {
    margin-left: 0;
    margin-right: 0; }

  .section-content .box-article .article .box-image {
    width: 50%;
    float: left;
    height: 100%; }

  .section-content .box-article .article .box-content {
    width: 50%;
    float: left;
    padding: 12px 22px 12px 22px;
    height: 100%; }

  .section-content .box-article .article .title {
    height: auto;
    overflow: visible;
    margin-left: 4px;
    	/* height: auto;
        max-height: 108px;
    	overflow: hidden; */ }

  .section-content .box-article .article .text {
    margin-left: 4px; }

  .section-content .box-article .article .title:before {
    content: normal; }

  .section-content .box-article .article .title > a {
    /* fccccc */ }

  .section-content .box-article .article .box-content-internal {
    height: 220px;
    position: relative;
    overflow: hidden; }

  .section-content .box-article .article .box-content-internal:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 16px;
    width: 100%;
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: -webkit-gradient(linear, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, white));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff,endColorstr=#ffffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff,endColorstr=#ffffffff);
    z-index: 5; }

  .section-content .box-related {
    overflow: auto;
    padding: 22px 0;
    width: 100%; }

  .section-content .box-related .box-related-cartola, .section-content .box-related .article {
    width: 21%;
    float: left;
    margin-right: 3%; }

  .section-content .box-related .article {
    height: auto;
    margin-bottom: 0; }

  .section-content .box-related .article .box-image {
    width: 100%;
    background-color: #000;
    height: 99px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: -9999px; }

  .section-content .box-related .article .box-content {
    width: 100%;
    padding: 12px 12px 28px 12px;
    height: auto; }

  .section-content .box-related .article .box-content .social-bar {
    left: 8px; }

  .section-content .box-related .article .box-content .social-bar-button {
    margin: 0 4px 0 0; }

  .box-related .cartola {
    margin-top: 22px; }

  /* category */
  .section-category {
    padding: 32px 0; }

  .section-category .article .title {
    font-size: 16px; }

  .section-category .cartola-big {
    left: -8px; }

  .section-category .article .box-image {
    height: 133px; }

  /* sidebar */
  .sidebar-widget .cartola-big {
    left: -4px; }

  .sidebar-widget-more .article .box-content {
    padding: 26px 24px;
    position: relative; }

  .sidebar-widget-more .article .social-bar {
    left: 24px; }

  .sidebar-widget-more .article .title {
    margin-bottom: 24px; }

  .sidebar-widget-more .article .box-image {
    height: 163px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }

  .sidebar-widget-more .article .box-image > a {
    text-indent: -9999px; }

  /* 992 ADVERTISING.SCSS */
  .section-highlight + .section-advertising-middle {
    margin-top: -166px;
    margin-left: 0; }

  /* post */
  .section-nav-posts .article .box-image {
    height: 400px; }

  .section-nav-posts .article .box-image .title {
    font-size: 25px; }

  .section-nav-posts .article .box-image .box-content {
    top: 130px;
    padding: 0 0 0 110px; }

  .section-nav-posts .box-icon {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 36px;
    left: 30px; }

  .section-nav-posts .col-nav-post-next .box-icon {
    right: -110px;
    left: auto; }

  /* pretinho tv */
  .article-video .box-image {
    height: 180px; }

  .section-highlight .article-video .box-titles {
    width: 70%; }

  .section-content-post .col-md-1 {
    width: 7.333333%; }

  .section-content-post .col-md-7 {
    width: 59.333333%; }

  .section-highlight .article .box-content .cartola, .section-highlight .article .box-image .cartola, .section-content .article .cartola {
    display: inline-block; }

  .section-content .box-article .box-related article {
    height: auto;
    width: 21%; }

  .section-content .box-article .box-related article .box-image {
    display: block; }

  .section-content .box-article .box-related article .box-content {
    width: 100%;
    padding: 12px 8px 28px 8px;
    height: auto; }

  .section-content .box-article .box-related article .box-content .title {
    height: auto;
    overflow: visible;
    margin-bottom: 10px; }

  .section-content .box-article .box-related article .box-content .social-bar {
    display: block; }

  .section-content .box-article .box-related .article .title:before {
    content: normal; }

  .section-advertising-parallax {
    height: 600px; }

  .single-post .section-content {
    display: none; }

  .single-post .section-content-post {
    display: block; }

  .single-post .section-nav-posts {
    margin-bottom: 0px; }

  /* box newsletter */
  .box-newsletter {
    display: block; }

  /* comentarios disqus */
  .post-comments {
    display: block; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /******** STRUCTURE.SCSS **********/
  .section-content .col-xs-1, .section-content .col-sm-1, .section-content .col-md-1, .section-content .col-lg-1, .section-content .col-xs-2, .section-content .col-sm-2, .section-content .col-md-2, .section-content .col-lg-2, .section-content .col-xs-3, .section-content .col-sm-3, .section-content .col-md-3, .section-content .col-lg-3, .section-content .col-xs-4, .section-content .col-sm-4, .section-content .col-md-4, .section-content .col-lg-4, .section-content .col-xs-5, .section-content .col-sm-5, .section-content .col-md-5, .section-content .col-lg-5, .section-content .col-xs-6, .section-content .col-sm-6, .section-content .col-md-6, .section-content .col-lg-6, .section-content .col-xs-7, .section-content .col-sm-7, .section-content .col-md-7, .section-content .col-lg-7, .section-content .col-xs-8, .section-content .col-sm-8, .section-content .col-md-8, .section-content .col-lg-8, .section-content .col-xs-9, .section-content .col-sm-9, .section-content .col-md-9, .section-content .col-lg-9, .section-content .col-xs-10, .section-content .col-sm-10, .section-content .col-md-10, .section-content .col-lg-10, .section-content .col-xs-11, .section-content .col-sm-11, .section-content .col-md-11, .section-content .col-lg-11, .section-content .col-xs-12, .section-content .col-sm-12, .section-content .col-md-12, .section-content .col-lg-12 {
    padding-left: 12px;
    padding-right: 12px; }

  /******** BASE.SCSS **********/
  .cartola-big {
    font-size: 42px; }

  /* STRUCTURE.SCSS */
  .nav {
    padding: 0 0 0 238px;
    height: auto;
    margin-bottom: 116px;
    margin-bottom: 0px; }

  .home .nav {
    padding: 0 0 0 300px; }

  .home .box-like {
    margin: 0 0 8px 308px; }

  .navbar-brand > img {
    width: 206px;
    height: 206px; }

  .home .navbar-brand > img {
    width: 260px;
    height: 260px; }

  .toggle-menu {
    display: none; }

  .btn-search-clean {
    right: 58px; }

  .box-nav-list {
    display: block !important;
    position: relative;
    padding: 0;
    overflow: visible;
    top: 0;
    left: auto;
    background: none; }

  .nav .nav-item {
    float: left;
    width: auto;
    padding: 0;
    font-size: 25px; }

  .nav-list {
    overflow: visible; }

  .nav .nav-item > a {
    padding: 0;
    padding: 6px 26px 12px 12px;
    /* background: red; */
    width: auto;
    height: 73px;
    line-height: 61px; }

  .nav-item > a > i {
    top: 25px; }

  .nav .subnav {
    position: absolute;
    top: 73px;
    left: -10px;
    min-width: 220px;
    background-color: white;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true); }

  .nav .subnav.twocols {
    min-width: 512px; }

  .nav .subnav.twocols .subnav-list {
    float: left;
    width: 48%; }

  .nav .subnav:before {
    content: " ";
    position: absolute;
    top: -18px;
    left: 60px;
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 9px; }

  .nav .subnav-item {
    padding: 0 36px; }

  .single-post .nav, .error404 .nav {
    margin-bottom: 62px; }

  .ui-button-icon {
    top: 32px; }

  .box-form-nav {
    width: 382px; }

  .item-search {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 73px;
    overflow: hidden; }

  .item-search .input-text {
    width: 0;
    padding: 0;
    height: 73px;
    font-size: 16px;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -ms-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease; }

  .item-search .btn-search {
    width: 60px;
    height: 73px; }

  .btn-search-clean {
    height: 73px; }

  .item-search:hover .input-text {
    width: 320px;
    padding: 0 0 0 32px; }

  /* box like */
  .home .box-like {
    /* margin: 0 0 8px 398px; */ }

  .article .box-like, .article-full .box-like {
    margin-left: 0; }

  /* ARTICLE.SCSS */
  .post-title {
    font-size: 50px; }

  .article .title {
    font-size: 25px; }

  .post-content {
    font-size: 22px; }

  .article-social {
    margin-left: -51px; }

  .social-bar-article-button > a {
    height: 55px;
    font-size: 16px; }

  .social-bar-article-button > a > i {
    font-size: 32px; }

  .social-bar-article-button-facebook > a {
    padding-top: 10px; }

  .social-bar-article-button-facebook > a > span > span {
    display: inline; }

  .social-bar-article-button-facebook > a > span {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px; }

  .post-header-meta .publisher, .post-header-meta .publisher > a > .publisher-name, .post-header-meta .post-date {
    font-size: 16px; }

  .post-header-meta .post-date {
    padding: 5px 0 0 4px; }

  .section-audios {
    padding: 32px 0; }

  .section-audios .box-iframes {
    width: 423px;
    height: 400px; }

  .section-audios .box-iframes:after {
    bottom: 120px; }

  .section-audios .box-iframes {
    margin: -102px 0 0 60px; }

  .section-audios .box-iframe > iframe {
    height: 379px; }

  /* section highlight */
  .section-highlight .row-first {
    margin-top: -116px; }

  /* destacao */
  .section-highlight .col-lg-8 .article .box-image {
    height: 568px; }

  /* destaquinho */
  .section-highlight .article .box-image {
    height: 284px; }

  /* ADVERTISING.SCSS */
  /* WIDGETS.SCSS */
  .sidebar-widget .sidebar-widget-body {
    padding: 24px; }

  .box-tags {
    font-size: 25px; }

  .box-tags > a {
    font-size: 25px;
    padding: 8px 16px; }

  /* nav tabs */
  .nav-tabs {
    height: 73px; }

  .nav-tabs > li > a {
    font-size: 25px;
    height: 73px;
    line-height: 73px; }

  .select-atlantida-toggle {
    height: 73px;
    line-height: 73px;
    font-size: 25px; }

  .select-atlantida-toggle .icon-arrow-down4 {
    top: 23px; }

  .box-newsletter .title {
    padding: 12px;
    font-size: 25px;
    width: 90%; }

  /* .flexslider-audios .flex-direction-nav .flex-prev,
  .section-audios:hover .flex-direction-nav .flex-prev { 
  	left: -170px; 
  }
  .flexslider-audios .flex-direction-nav .flex-next,
  .section-audios:hover .flex-direction-nav .flex-next { 
  	right: -170px; 
  } */
  /* HOME.SCSS */
  /* hidden content */
  .section-hidden-content .row-hidden-articles .col-lg-2 {
    width: 16.66666667%; }

  .cartola-medium {
    height: 55px;
    font-size: 25px; }

  /* section-content */
  /* .home .section-content {
  	padding: 130px 0 0 0;
  	margin-top: -100px;
  } */
  .advertising-mediumrectangle, .sidebar-widget {
    margin-bottom: 24px; }

  .section-content .box-article .article {
    margin-bottom: 24px; }

  .section-content .box-related .article .title {
    font-size: 16px; }

  .section-content .box-related .box-related-cartola, .section-content .box-related .article {
    width: 22%;
    margin-right: 3%; }

  .section-content .box-related .box-related-cartola {
    width: 22%; }

  .section-content .box-related .article .box-image {
    height: 133px; }

  /* sidebar */
  /* .sidebar-widget-more .article .box-image {
      height: 264px;
  } */
  /* POST */
  .box-nav-article {
    left: -60px; }

  .article-social {
    margin-left: -59px; }

  /* pretinho tv */
  .article-video .box-content {
    padding: 22px 14px 22px 14px; }

  .article-video .box-content .title {
    height: 92px; }

  /* FOOTER */
  .footer-partner > a {
    display: inline-block; }

  .section-hidden-content .container-fluid {
    padding: 0 15px; }

  .swiper-slide {
    width: 16.66666666%; }

  .section-content-post .col-md-1 {
    width: 6.333333%; }

  .section-content-post .col-md-7 {
    width: 60.333333%; }

  .cartola-disclaimer > h5 {
    font-size: 25px; } }


.post-admotion {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}