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
}
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: rgba(0, 0, 0, 0)
}
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
}
.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, .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: 1054px
    }
}
.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 #ebebeb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(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: #00b5ad;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(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;
    -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, .125);
    box-shadow: inset 0 3px 5px rgba(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, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(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, .125);
    box-shadow: inset 0 3px 5px rgba(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 23px
}
.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;
    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, .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, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .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: transparent;
}
.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, .1);
    box-shadow: inset 0 1px 2px rgba(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, .15);
    box-shadow: inset 0 -1px 0 rgba(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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .05);
    box-shadow: 0 1px 1px rgba(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, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(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, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(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, .5);
        box-shadow: 0 5px 15px rgba(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, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(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, .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, .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, .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, .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, .6)
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(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, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(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: rgba(0, 0, 0, 0)
}
.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, .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
    }
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
    opacity: 0.80;
}
.bx-wrapper .bx-next:hover {
    opacity: 0.80;
    background-position: -43px 0
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -35%;
    margin-top: 105px;
    outline: 0;
    width: 17px;
    height: 55px;
    text-indent: -9999px;
    z-index: 9999
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}
.bx-wrapper .bx-controls-auto {
    text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, .75);
    width: 100%
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0
}
.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}
@font-face {
    font-family: flexslider-icon;
    src: url(../fonts/flexslider-icon.eot);
    src: url(../fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(../fonts/flexslider-icon.woff) format('woff'), url(../fonts/flexslider-icon.ttf) format('truetype'), url(../fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}
.flexslider {
    padding: 0
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}
.flexslider .slides img {
    display: block
}
.flex-pauseplay span {
    text-transform: capitalize
}
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .slides {
    display: block
}
* html .slides {
    height: 1%
}
.no-js .slides>li:first-child {
    display: block
}
.flexslider {
    margin: 0 0 60px;
    position: relative;
    zoom: 1
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-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 a {
    text-decoration: none;
    display: block;
    width: 25px;
    height: 60px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}
.flex-direction-nav .flex-prev {
    left: 10px;
    background: url(../images/sprites.png) no-repeat -45px -8px
}
.flex-direction-nav .flex-next {
    right: 10px;
    background: url(../images/sprites.png) no-repeat -72px -8px
}
.flex-direction-nav .flex-disabled {
    cursor: default
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}
.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}
.flex-pauseplay a:hover {
    opacity: 1
}
.flex-pauseplay a.flex-play:before {
    content: '\f003'
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}
.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 img:hover {
    opacity: 1
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: visible
}
#cboxWrapper {
    max-width: none
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}
#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}
#cboxContent {
    position: relative
}
#cboxLoadedContent {
    overflow: hidden !important;
    height: 520px !important;
    -webkit-overflow-scrolling: touch
}
#cboxTitle {
    margin: 0
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}
#cboxOverlay {
    background: #000;
    opacity: .9;
    filter: alpha(opacity=90)
}
#colorbox {
    outline: 0
}
#cboxContent {
    height: 520px !important;
    margin-top: 90px;
    background: 0 0
}
.cboxIframe {
    background: #fff
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}
#cboxLoadedContent {
    border: none;
    background: 0 0
}
#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
    display: none!important
}
#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
    color: #ccc
}
#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0
}
#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}
#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(images/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}
#cboxPrevious:hover {
    background-position: bottom left
}
#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(images/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}
#cboxNext:hover {
    background-position: bottom right
}
#cboxClose {
    position: absolute;
    top: -32px;
    right: -47px;
    display: block;
    background: url(../images/sprites.png) -562px -89px no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px
}
#cboxClose:hover {
    background-position: -562px -89px
}
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold-webfont.eot');
    src: url('../fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa_bold-webfont.woff') format('woff'), url('../fonts/nexa_bold-webfont.ttf') format('truetype'), url('../fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.eot');
    src: url('../fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa_light-webfont.woff') format('woff'), url('../fonts/nexa_light-webfont.ttf') format('truetype'), url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rawengulksansregular';
    src: url('../fonts/rawengulksans-094-webfont.eot');
    src: url('../fonts/rawengulksans-094-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rawengulksans-094-webfont.woff') format('woff'), url('../fonts/rawengulksans-094-webfont.ttf') format('truetype'), url('../fonts/rawengulksans-094-webfont.svg#rawengulksansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo700-regular-webfont.woff') format('woff'), url('../fonts/museo700-regular-webfont.ttf') format('truetype'), url('../fonts/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FrutigerLTStd77BlackCondensed';
    src: url('../fonts/frutigerltstd-blackcn.eot');
    src: url('../fonts/frutigerltstd-blackcn.eot') format('embedded-opentype'), url('../fonts/frutigerltstd-blackcn.woff') format('woff'), url('../fonts/frutigerltstd-blackcn.ttf') format('truetype'), url('../fonts/frutigerltstd-blackcn.svg#FrutigerLTStd77BlackCondensed') format('svg');
}
.oxygen {
    font-family: 'Oxygen', sans-serif;
}
.source-sans-pro {
    font-family: 'Source Sans Pro', sans-serif;
}
.lato {
    font-family: 'Lato', sans-serif;
}
.roboto {
    font-family: 'Roboto', sans-serif;
}
.carme {
    font-family: 'Carme', sans-serif;
}
.nexa-bold {
    font-family: 'nexa_boldregular';
}
.nexa-light {
    font-family: 'nexa_lightregular';
}
.rawengulksans {
    font-family: 'rawengulksansregular';
}
.museo700 {
    font-family: 'museo700';
}
.frutiger-black {
    font-family: 'FrutigerLTStd77BlackCondensed';
}
.italic {
    font-style: italic!important;
}
.none-style {
    font-style: normal;
}
.light {
    font-weight: 300!important;
}
.normal {
    font-weight: 400!important;
}
.medium {
    font-weight: 500!important;
}
.semi-bold {
    font-weight: 600!important;
}
.bold {
    font-weight: 700!important;
}
.black {
    font-weight: 900!important;
}
.size-9 {
    font-size: 9px;
}
.size-10 {
    font-size: 10px;
}
.size-11 {
    font-size: 11px;
}
.size-11-5 {
    font-size: 11.5px;
}

.size-12 {
    font-size: 12px;
}
.size-13 {
    font-size: 13px;
}
.size-14 {
    font-size: 14px;
}
.size-15 {
    font-size: 15px;
}
.size-16 {
    font-size: 16px;
}
.size-18 {
    font-size: 18px;
}
.size-20 {
    font-size: 20px;
}
.size-21 {
    font-size: 21px;
}
.size-22 {
    font-size: 22px;
}
.size-23 {
    font-size: 23px;
}
.size-25 {
    font-size: 25px;
}
.size-28 {
    font-size: 28px;
}
.size-30 {
    font-size: 30px;
}
.size-33 {
    font-size: 33px;
}
.size-35 {
    font-size: 35px;
}
.size-36 {
    font-size: 36px;
}
.size-38 {
    font-size: 38px;
}
.size-40 {
    font-size: 40px;
}
.size-48 {
    font-size: 48px;
}
.size-52 {
    font-size: 52px;
}
.size-55 {
    font-size: 55px;
}
input::-webkit-input-placeholder {
    color: #585858;
}
input:-moz-placeholder {
    color: #585858;
}
input::-moz-placeholder {
    color: #585858;
}
input:-ms-input-placeholder {
    color: #585858;
}
input[type="text"],
input[type="date"],
input[type="number"],
select,
textarea {
    background: #f3f5f4!important;
    box-shadow: none!important;
    resize: none;
}
input,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.sprites {
    background-image: url('../images/sprites.png');
    background-repeat: no-repeat;
}
.last-right {
    margin-right: 0!important;
    padding-right: 0!important;
}
.brand {
    display: inline-block;
    margin-top: -5px;
}
.hide-submenu {
    display: none!important;
}
section.noticias {
    margin-bottom: 30px;
}
section.biblioteca {
    margin-bottom: 30px;
}
.border-orange {
    border-color: #ff5623!important;
}
.border-green {
    border-color: #00b5ad!important;
}
.border-pink {
    border-color: #ec008c!important;
}
.English,
.Portugues,
.Portuguese {
    padding-right: 10px;
    border-right: 1px solid;
    margin-right: 8px;
}
.idiomas {
    margin: 10px 0 0 55px;
}
.idiomas a {
    color: #ababab!important;
}
.ico-chat {
    width: 22px;
    height: 21px;
    background-position: -106px -9px;
    float: left;
    margin: -2px 3px 0 0;
}
.chat {
    margin-top: 10px;
}
.chat a {
    color: #ababab!important;
}
.buscar {
    margin-top: 13px;
    width: 27px;
    height: 27px;
    background-color: transparent;
    border: none;
    margin-top: 13px;
    background-position: -106px -38px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.buscar:hover {
    opacity: 0.80;
}
.busca {
    border: none !important;
    max-width: 546px;
    width: 100%;
    height: 37px;
    padding: 0 30px 0 10px;
    float: right;
    margin: 7px -5px 0 0;
    display: none;
}
.header-container {
    border-bottom: 1px solid #efefef;
    position: relative;
    padding-bottom: 10px
}
.legenda {
    position: absolute;
    top: 20%;
    left: 10%;
    max-width: 288px;
}
.legenda span {
    display: inline-block;
}
.semantic {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    font-size: 0;
}
.legenda-text {
    line-height: 10px;
    margin-top: 20px;
}
.legenda-link {
    width: 105px;
    height: 30px;
    text-align: center;
    background: #36e0e2;
    border-radius: 25px;
    padding-top: 5px;
    margin-top: 45px;
}
.saiba-mais {
    color: #fff;
}
.submenu-dropdown {
    display: none!important;
}
.slider-home {
    margin-bottom: 0!important;
}
.slider-home img {
    width: 100%;
}
.container-home {
    position: relative;
    z-index: 9;
}
.titles-home {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #282828;
    font-size: 15px;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    max-width: 100%;
    line-height: 1.1;
}
.title-section-produtos {
    max-width: 91%;
}

.titles-home strong {
    font-weight: 900;
}
.nav-main a {
    color: #3b3b3b!important;
}
.nav-main .sub-nav a:hover {}.border-titles {
    border-bottom: 1px solid #5e5e5e;
    padding: 0 10px 8px 0;
}
.img-produto img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 122px;
}
.img-produto a:hover img {
    opacity: 0.80;
}
.cat-hidden {
    display: none;
}
.img-produto {
    float: left;
    margin-right: 5px;
}
.wrap-search-prod .search-pagination {
    border-top: none;
}
.info-produto {
    display: table;
    margin: 2px 0 0;
    width: 105px;
    line-height: 15px;
}
.info-prod-title {
    margin: 0 0 8px;
    color: #282828;
}
.info-prod-categoria {
    display: block;
    border-top: 1px solid;
    padding-top: 10px;
    color: #58585a;
}
.info-prod-categoria:hover {
    text-decoration: none;
    color: initial;
    opacity: 0.80;
}
.cat-colors-orange {
    width: 17px;
    height: 17px;
    background: url('../images/sprites.png') -141px -9px;
}
.cat-colors-green {
    width: 17px;
    height: 17px;
    background: url('../images/sprites.png') -141px -35px;
}
.cat-colors-pink {
    width: 17px;
    height: 17px;
    background: url('../images/sprites.png') -165px -9px;
}
.info-prod-mais {
    float: left;
    margin-right: 7px;
}
.slider-produtos .slides {
    margin: 60px 0 70px;
}
.info-prod-desc {
    margin: 0;
    min-height: 45px;
    max-height: 45px;
    color: #818181;
}
.info-produto-text {
    max-height: 200px;
    min-height: 101px;
}
.slider-produtos .flex-prev {
    width: 28px;
    height: 28px;
    background: url('../images/sprites.png') no-repeat -11px -9px!important;
    left: auto!important;
    right: 45px;
    top: 65%!important;
}
.slider-produtos .flex-next {
    width: 28px;
    height: 28px;
    background: url('../images/sprites.png') no-repeat -11px -40px!important;
}
.slider-produtos .flex-direction-nav a {
    top: 62%;
    opacity: 0.8;
}
.slider-produtos .flex-direction-nav a:hover {
    opacity: 1;
}
.slider-produtos .flex-disabled {
    opacity: 0.3!important;
    filter: alpha(opacity=0.3);
}
.slider-produtos .flex-direction-nav {
    display: block;
    width: 95px;
    height: 35px;
    top: -6.3%;
    right: 0;
    position: absolute;
    background: transparent;
}
.biblioteca-text {
    float: left;
}
.biblioteca-text {
    float: left;
    max-width: 178px;
    margin: 15px 0 0;
}
.biblioteca-text a {
    color: #282828;
}
.biblioteca-item a:hover {
    text-decoration: underline;
}
.biblioteca-item {
    padding: 20px 0;
    display: table;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.biblioteca-item:last-child {
    border-bottom: none;
}
.biblioteca-icones {
    width: 46px;
    height: 46px;
    display: block;
    float: left;
    margin-right: 9px;
}
.icone-artigos {
    background-position: -189px -9px;
}
.icone-casos {
    background-position: -240px -9px;
}
.icone-sala {
    background-position: -292px -9px;
}
.image-noticia {
    display: block;
    float: left;
    margin-right: 13px;
}
.title-noticia-link {
    color: #282828;
}
.resumo-noticia-link {
    color: #818181;
}
.image-noticia:hover,
.title-noticia-link:hover,
.resumo-noticia-link:hover {
    opacity: 0.80;
    text-decoration: none;
    color: initial;
}
.noticia-text {
    float: left;
    max-width: 45%;
}
.title-noticia {
    margin: 5px 0 12px;
}
.resumo-noticia {
    line-height: 14px;
}
.noticia-article {
    margin: 10px 0 0;
    display: table;
}
.title-section-noticia {
    margin-bottom: 20px;
}
.data-evento {
    float: left;
    margin: 0 20px 0 15px;
    line-height: 22px;
}
.evento-text {
    float: left;
    margin: 3px 0 0;
    max-width: 220px;
    color: #282828;
}
.evento-item {
    display: inline-block;
    padding: 15px 0 10px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}
.evento-link:last-child .evento-item {
    border-bottom: none;
}
.mes-eventos {
    margin-bottom: 15px;
    color: #00b5ad;
}
.evento-link {
    display: block;
    max-height: 70px;
}
.dia-evento {
    color: #00b5ad;
}
.mes-evento {
    color: #00b5ad;
}
.evento-link:hover {
    background: #00b5ad;
}
.evento-link:hover * {
    color: #fff!important
}
.slider-eventos .flex-direction-nav a {
    top: 41.5px;
}
.slider-eventos .flex-next {
    width: 28px;
    height: 28px;
    background: url('../images/sprites.png') no-repeat -11px -40px!important;
    right: 0!important;
}
.slider-eventos .flex-prev {
    width: 28px;
    height: 28px;
    background: url('../images/sprites.png') no-repeat -11px -9px!important;
    left: auto!important;
    top: 42.5px!important;
    right: 35px!important
}
.slider-eventos .flex-next:hover,
.slider-eventos .flex-prev:hover {
    opacity: 0.80;
}
.slider-eventos .flex-disabled {
    opacity: 0.3!important;
    filter: alpha(opacity=0.3);
}
.news-inputs {
    margin: 0 0 12px;
    color: #999;
    border-radius: 0;
}
.form-news {
    margin-top: 25px;
}
.icone-atend {
    width: 65px;
    height: 55px;
    background-position: -345px -9px;
}
.footer-atend-item {
    margin-top: 25px;
    color: #282828;
}
.txt-atend {
    margin-bottom: 0;
    max-width: 275px;
    line-height: 16px;
    color: #3b3b3b;
}
.tel-atend {
    line-height: 23px;
}
.icone-social-footer {
    width: 31px;
    height: 30px;
    margin-left: 3px;
    display: block;
    float: left;
}
.icone-social-footer:hover {
    opacity: 0.80 !important;
}
.icone-facebook {
    background-position: -496px -9px;
}
.icone-youtube {
    background-position: -533px -9px;
}
.icone-odonto {
    background-position: -569px -9px;
}
.footer-full {
    background-color: #00b5ad;
    padding: 18px 0 14px;
}
.text-copyright {
    margin: 6px 0 0;
    color: #fff;
}
.endereco-footer {
    margin: 0;
    padding: 14px 0;
    color: #818181;
}
.channels {
    margin: 10px 0 65px;
}
.title-channels {
    margin: 10px 0 20px;
}
.channels-container {
    display: table;
    margin: 0 auto;
}
.channel-link {
    float: left;
    max-width: 25%;
}
.about-container {
    padding: 25px 10px;
    border: 1px solid #e1e1e1;
}
.about-txt {
    margin-bottom: 0;
    color: #282828;
}
.about-brand {
    margin: 11px 0 0 15px;
}
.services {
    padding: 30px 0 0;
    margin: 30px 0 65px;
    border-top: 1px solid #d7d7d7;
}
.nav-footer a {
    padding: 0px 10px 0 0!important;
    border-right: 1px solid #58585a;
    line-height: 10px!important;
    margin-right: 10px;
    color: #282828;
}
.nav-footer li:last-child a {
    border-right: none!important;
}
.nav-footer a:hover {
    text-decoration: underline!important;
}
.divisor-footer {
    border-top: 1px solid #d7d7d7;
    margin: 45px 0 20px;
    padding: 50px 0 0;
}
.nav-footer {
    height: auto;
    min-height: inherit;
}
.btn-form-footer {
    min-width: 77px;
    color: #fff;
    background: #00b5ad;
}
a.side-menu-btn {
    width: 30px;
    height: 20px;
    display: block;
    margin-top: 7px;
}
.side-menu-btn:before,
.side-menu-btn:after,
.side-menu-btn span {
    background: #575759;
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
}
.header-container .navbar-toggle {
    display: none;
}
.busca-main {
    position: relative;
    right: 0;
}
.form-busca {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99;
}
.nav-main {
    margin-right: 25px;
}
.nav-main li {
    position: relative;
    line-height: 24px;
}
.sub-nav {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    padding: 25px 28px;
    z-index: 99;
    background: #fff;
    webkit-box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.40);
    -moz-box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.40);
    box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.40);
    ;
    list-style: none;
    width: 256px;
}
.nav-main li:hover > .sub-nav {
    display: block!important;
}
.seta-sub-nav {
    width: 20px;
    height: 15px;
    background-position: -162px -36px;
    position: absolute!important;
    top: -9px;
    left: 45px;
    display: block;
}
.container-banners {
    top: 0;
    height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .icone-atend {
        margin: 0 auto;
    }
    .text-atend {
        margin: 10px auto 0;
        display: table;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .channels-container {
        display: table;
        margin: 0 auto;
        max-width: 512px;
    }
    .channel-link {
        max-width: 50%;
    }
    .about-brand {
        margin: 0 auto;
        display: table;
        float: none!important;
    }
    .about-txt {
        text-align: center;
        margin-top: 10px;
    }
    .icone-atend {
        margin: 0 auto;
    }
    .text-atend {
        margin: 10px auto 0;
        display: table;
        text-align: center;
    }
    .mes-eventos {
        /*text-align: center;*/
        /*padding-left: 60px;*/
    }
    .evento-text {
        float: none;
        max-width: 100%;
        text-align: center;
        margin: 9px 0 0;
    }
    .item-produto {
        display: table;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .biblioteca-text {
        max-width: 100%;
        margin: 15px 0 0;
        text-align: center;
        float: none;
    }
    .biblioteca-icones {
        float: none;
        margin: 0 auto;
    }
    .noticia-text {
        float: none;
        max-width: 65%;
        display: table;
    }
    .channels-container {
        display: table;
        margin: 0 auto;
        max-width: 512px;
    }
    .channel-link {
        max-width: 50%;
    }
    .about-brand {
        margin: 0 auto;
        display: table;
        float: none!important;
    }
    .about-txt {
        text-align: center;
        margin-top: 10px;
    }
    .icone-atend {
        margin: 0 auto;
    }
    .text-atend {
        margin: 10px auto 0;
        display: table;
        text-align: center;
    }
    .nav-footer .navbar-nav {
        margin: auto;
    }
    .nav-footer a {
        padding: 10px!important;
        border-right: none;
        margin: 10px auto;
        color: #fff;
        text-align: center;
        background: #00b5ad;
        display: table!important;
        border-radius: 2px;
    }
    .footer-social {
        margin: 0 auto!important;
        float: none!important;
        display: table;
    }
    .icone-social-footer {
        margin: 0 5px;
    }
    .copyright-brand {
        margin: 0 auto;
        display: table;
    }
    .text-copyright {
        text-align: center;
        max-width: 206px;
        margin: 10px auto;
    }
    .creator {
        margin: 0 auto;
        display: table;
        float: none!important;
    }
    .about-txt {
        text-align: justify;
    }
    .title-noticia {
        margin: 0px 0 6px;
    }
    .footer-form {
        margin-bottom: 30px;
    }
    .divisor-footer {
        padding: 25px 0 0;
    }
    .evento-text {
        float: none;
        max-width: 100%;
        text-align: center;
        margin: 9px 0 0;
    }
    .item-produto {
        display: table;
        margin: 0 auto;
    }
    .brand {
        margin: 0 auto!important;
        display: table!important;
    }
    .idiomas {
        margin: 10px 0 21px 55px;
    }
}
@media (max-width: 480px) {
    .image-noticia {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .image-noticia img {
        margin: 0 auto;
        display: table;
    }
    .noticia-text {
        max-width: 100%;
        margin: 10px 0;
    }
    .channel-link {
        max-width: 100%;
        float: none;
        margin-bottom: 10px;
        display: table;
    }
    .channel-link img {
        width: 100%;
        display: block;
    }
    .title-noticia {
        text-align: center;
        max-width: 100%;
        font-size: 20px;
    }
    .resumo-noticia {
        text-align: center;
    }
    .item-produto {
        display: table;
        margin: 0 auto;
    }
    a.side-menu-btn {
        margin-top: 12px;
    }
    .legenda {
        max-width: 94%!important;
    }
}
@media (max-width: 1200px) {
    .nav > li > a {
        padding: 10px 18px;
    }
}
@media (max-width: 991px) {
    .nav > li > a {
        padding: 10px 13px;
    }
}
@media (min-width: 768px) {
    .side-menu-btn {
        display: none!important;
    }
}
@media (max-width: 767px) {
    .legenda {
        position: absolute;
        top: auto;
        left: auto;
        bottom: 0;
        width: 100%;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        padding: 10px 10px;
    }
    .legenda-bottom-xs {
        float: right;
    }
    .legenda-top-xs {
        float: left;
    }
    .legenda h2 {
        line-height: 27px!important;
    }
    .legenda-titulo h2 {
        margin: 0;
        line-height: 20px;
    }
    .legenda-titulo {
        float: left;
    }
    .legenda-text {
        margin-top: 0;
        float: left;
    }
    .legenda span {
        display: inline-block;
        font-size: 12px!important;
    }
    .legenda-link {
        margin-top: 0;
    }
    .container-home {
        padding-top: 30px;
    }
}
@media (min-width: 768px) {
    .legenda {
        max-width: 270px;
    }
    .legenda-text {
        margin-top: 15px;
        font-size: 13px;
    }
    .legenda-link {
        margin-top: 20px;
    }
    .saiba-mais {
        font-size: 13px;
    }
}
@media (min-width: 992px) {
    .legenda {
        max-width: 320px;
        width: 100%;
    }
    .legenda-4 {
        top: 14%;
    }
    .legenda-text {
        margin-top: 15px;
        font-size: 14px;
    }
    .legenda-link {
        margin-top: 20px;
    }
    .saiba-mais {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .container-banners {
        position: absolute;
        margin-left: -527px;
        left: 50%;
        background: none;
    }
}
.banner-internas {
    width: 100%;
    height: 100%;
    margin-top: -8px;
    position: relative;
    z-index: 9;
}
.container-banner-interna {
    position: absolute;
    top: 33%;
}
.text-description {
    color: #222;
    line-height: 20px;
    max-width: 374px;
}
.text-description p {
    margin: 10px 0 30px;
}
.banner-jobs {
    max-width: 374px;
}
.image-jobs {
    position: relative;
}
.image-jobs-legenda {
    position: absolute;
    width: 260px;
    bottom: 20px;
    background: rgba(0, 181, 173, 0.6);
    padding: 10px;
}
.image-jobs-legenda h2 {
    margin: 0;
    color: #fff;
}
.image-jobs-legenda p {
    margin: 0;
}
.form-inputs {
    margin: 0 0 12px;
    color: #222;
    border-radius: 0
}
.container-files {
    background: #00b5ad;
    height: 71px;
    position: relative;
    cursor: pointer
}
#file-jobs {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
}
.select-file {
    width: 158px;
    border: 1px solid #f3f5f4;
    position: absolute;
    padding: 7px 0;
    top: 20px;
    left: 19px;
    text-align: center;
    color: #fff;
}
.path-file {
    position: absolute;
    right: 19px;
    top: 26px;
    color: #fff;
}
.icon-info-jobs {
    width: 34px;
    height: 34px;
    background-position: -77px -92px;
    float: left;
    margin-right: 5px;
}
.txt-info-jobs {
    float: left;
    margin: 7px 0 0;
    color: #222;
}
#submit-jobs {
    width: 84px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: #00b2a5;
    color: #fff;
}
.form-jobs label {
    color: #222;
}
.line-divisor {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
}
.image-jobs-legenda p {
    color: #fff;
}
.image-jobs-legenda h2 strong {
    color: #533264;
}
.banner-interna-legenda {
    position: absolute;
    right: 14%;
}
.banner-interna-legenda strong {
    float: left;
    color: #fff;
    margin-right: 15px;
}
.banner-interna-legenda p {
    float: left;
}
.banner-interna-legenda p {
    float: left;
    margin: 23px 0 0;
    max-width: 135px;
    color: #fff;
    padding-left: 15px;
    border-left: 1px solid #fff;
}
@media (max-width: 991px) {
    .select-file {
        width: 115px;
    }
    .path-file {
        top: 29px;
        font-size: 10px;
    }
    .banner-interna-legenda strong {
        font-size: 30px;
    }
    .banner-interna-legenda p {
        margin: 4px 0 0;
    }
}
@media (max-width: 767px) {
    .text-description {
        max-width: none;
    }
    .banner-jobs {
        margin: 0 auto 50px;
    }
    .container-jobs {
        margin-top: 30px;
    }
    .header-container {
        padding-bottom: 20px;
    }
    .busca {
        max-width: none;
        width: 265px;
        margin: 48px 1px 0 0;
    }
}
@media (min-width: 768px) {
    .form-jobs .visible-xs {
        display: block!important;
    }
}
@media (min-width: 1200px) {
    .container-banner-interna {
        margin-left: -527px;
        left: 50%;
    }
}
@media (max-width: 1199px) {
    .banner-interna-legenda {
        position: absolute;
        right: 0;
    }
}
.legenda-text {
    max-width: 270px;
    line-height: 20px;
}
.legenda-text p {
    margin-bottom: 0;
    color: #151515;
}
.legenda-1 h2 {
    color: #cf006c;
}
.legenda-1 .legenda-span-3 {
    color: #272727;
}
.legenda-2 .legenda-span-1 {
    color: #ff5623;
}
.legenda-3 .legenda-span-1 {
    color: #fde559;
}
.legenda-3 .legenda-span-2 {
    color: #fde559;
}
.legenda-4 h2 {
    color: #dbc43e;
}
.legenda-4 .legenda-span-1 {
    color: #000;
}
.legenda-4 .legenda-link {
    background: #dbc43e;
}
.banners {
    position: relative;
}
.container-arrows {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -527px;
}
.flex-prev-clone {
    text-decoration: none;
    display: block;
    width: 25px;
    height: 60px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    left: 10px;
    background: url('../images/sprites.png') no-repeat -45px -8px;
}
.flex-next-clone {
    text-decoration: none;
    display: block;
    width: 25px;
    height: 60px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    right: 10px;
    background: url('../images/sprites.png') no-repeat -72px -8px;
}
.flex-prev-clone:hover,
.flex-next-clone:hover {
    opacity: 0.60;
}
@media (max-width: 390px) {
    .legenda-link {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-top: 5px!important;
        padding-top: 0;
        margin-top: 5px!important;
    }
    .titles-home {
        font-size: 12px;
    }
    .select-file {
        left: 10px;
    }
    .path-file {
        right: 10px;
    }
    .txt-info-jobs {
        font-size: 11px;
    }
}
.saiba-mais:hover {
    text-decoration: none;
}
@media (max-width: 1199px) {
    .legenda-titulo h2 {
        margin-top: 0;
    }
}
@media (max-width: 992px) {
    .legenda {
        max-width: 320px;
    }
    .legenda-titulo h2 {
        font-size: 22px;
        margin-top: 0;
    }
    .legenda-text {
        max-width: 245px;
    }
    .legenda-1 .legenda-span-1,
    .legenda-1 .legenda-span-2,
    .legenda-2 .legenda-span-1,
    .legenda-2 .legenda-span-2,
    .legenda-4 .legenda-span-1,
    .legenda-4 .legenda-span-2 {
        font-size: 30px;
    }
    .legenda-3 .legenda-span-1,
    .legenda-3 .legenda-span-2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .legenda {
        max-width: 96%;
    }
    .slider-home .flex-direction-nav a {
        top: 33%;
    }
    .container-banners {
        margin-top: 30px;
    }
    .banner-internas {
        overflow: hidden;
    }
    .container-banner-interna {
        position: absolute;
        top: 61%;
        right: 10px;
    }
}
.title-section-news {
    margin-bottom: 40px;
}
.breadcrumb {
    padding: 0;
    margin: 20px 0 40px;
    background: transparent;
}
.link-image-news {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 33px;
}
.image-news,
.image-news img {
    width: 100%;
    display: block;
}
.icon-see-more {
    width: 20px;
    height: 21px;
    background-position: -10px -149px;
    float: left;
    margin-right: 5px;
}
.news-info {
    max-width: 100%;
    display: table;
}
.title-news {
    margin: 5px 0;
    color: #282828;
}
.article-news {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.article-news:last-child {
    margin-bottom: 0px;
}
.news-excerpt {
    color: #282828;
}
.posted-by {
    color: #222;
}
span.text-see-more {
    color: #09b1ef;
}
.breadcrumb a {
    color: #848484;
}
.breadcrumb > li + li:before {
    color: #848484;
    content: "";
    background: url('../images/sprites.png') -204px -105px;
    display: inline-block;
    width: 5px;
    height: 8px;
    padding: 0;
    margin: 0 8px;
}
.links-article-read {
    width: 53px;
    height: 53px;
    float: left;
    margin-right: 15px;
}
.image-read-more,
.image-read-more img {
    width: 100%;
    display: block;
}
.title-read-more {
    color: #282828;
    margin: 0;
}
.read-more-info {
    max-width: 100%;
    display: table;
}
.title-section-read-more {
    margin-bottom: 23px;
}
.article-read-more {
    margin-bottom: 40px;
}
.news-pagination a {
    width: 136px;
    height: 37px;
    float: left;
    background: #00aeef;
    color: #fff;
}
.prev-news {
    margin-right: 8px;
}
.icon-prev-news {
    width: 20px;
    height: 20px;
    background-position: -62px -149px;
    margin: 8px 0 0 18px;
}
.icon-next-news {
    width: 20px;
    height: 20px;
    background-position: -37px -149px;
    margin: 8px 18px 0 0;
}
.text-prev-news {
    margin: 10px 0 0 8px;
    float: left;
}
.text-next-news {
    margin: 10px 8px 0 0;
    float: right;
}
.news-pagination {
    margin: 30px 0;
}
.border-news {
    border-right: 1px solid #e7e7e7;
}
.container-news {
    margin-bottom: 70px;
}
@media (max-width: 767px) {
    .links-article-read {
        width: 100px;
        height: 100px;
    }
    .article-news:last-child {
        border-bottom: none;
        margin-bottom: 40px;
    }
    .article-post:last-child {
        border-bottom: none;
        margin-bottom: 40px;
    }
    .news-pagination {
        display: table;
        margin: 30px auto;
    }
    .article-read-more {
        float: left;
        width: 50%;
    }
    .border-news {
        border-right: none;
    }
}
@media (max-width: 480px) {
    .article-read-more {
        float: none;
        width: 100%;
    }
}
@media (max-width: 380px) {
    .link-image-news,
    .links-article-read {
        width: 100%;
        height: 100%;
        float: none;
        margin-right: 0;
    }
    .image-news,
    .image-news img,
    .image-read-more,
    .image-read-more img {
        width: auto;
        height: auto;
    }
    .title-read-more {
        color: #282828;
        margin: 0;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        margin-top: 15PX;
    }
    .news-pagination a {
        width: 125px;
    }
}
.date-release {
    color: #282828;
}
.title-section-releases {
    margin-bottom: 40px;
}
.title-release.roboto {
    margin: 5px 0 25px;
    color: #282828;
}
.subtitle-release {
    line-height: 18px;
    color: #282828;
    display: block;
    max-width: 900px;
    margin-bottom: 30px;
}
.text-release {
    margin: 50px 0 30px;
    color: #282828;
    line-height: 20px;
}
.release-footer {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
}
.icon-extra-video {
    width: 30px;
    height: 30px;
    background-position: -288px -365px;
    float: left;
    margin-right: 8px;
}
.link-extra-footer {
    float: left;
    max-width: 300px;
    text-decoration: underline;
    color: #282828;
}
.clear {
    clear: both;
}
.extra-info-release {
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.text-info-footer {
    color: #58c5bf;
    margin-bottom: 5px;
}
.link-email {
    color: #282828;
    padding-right: 10px;
    margin-right: 8px;
    border-right: 1px solid #282828;
    line-height: 9px;
    display: inline-block;
}
.contact-email:last-child .link-email {
    border-right: none;
}
.email-info-footer {
    max-width: 800px;
    line-height: 17px;
    margin-bottom: 8px;
}
.icon-extra-tel {
    width: 30px;
    height: 30px;
    background-position: -323px -365px;
    float: left;
    margin-right: 8px;
}
.tel-release-footer {
    color: #282828;
    float: left;
    margin: 4px 0 0px;
}
.container-releases {
    margin-bottom: 70px;
}
.text-release p {
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .icon-extra-video {
        float: none;
        margin: 10px auto;
    }
    .link-extra-footer {
        text-align: center;
        max-width: none;
    }
    .footer-info-release {
        text-align: center;
    }
    .wrap-tel-release {
        margin: 0 auto;
        display: table;
    }
    .text-release {
        text-align: justify;
    }
    .contact-email {
        display: block;
        margin-bottom: 10px;
    }
    .contact-email .link-email {
        border-right: none;
        padding: 0;
        margin: 0;
    }
}
.article-post {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.article-post {
    word-wrap: break-word;
}
.article-post:last-child {
    margin-bottom: 0px;
}
.title-post {
    margin: 0;
    letter-spacing: -1px;
    line-height: 30px;
    margin-bottom: 20px;
}
.post-by {
    margin-bottom: 10px;
    display: block;
}
.post-share p {
    color: #9c9c9c;
    margin: 0;
}
.post-social {
    padding: 15px 0 10px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 35px;
}
.social {
    list-style: none;
}
.social li {
    float: left;
}
.icon-social {
    width: 22px;
    height: 26px;
    float: left;
    margin-right: 1px;
    padding-bottom: 5px;
}
.icon-facebook {
    background-position: -488px -565px;
}
.icon-twitter {
    background-position: -511px -565px;
}
.icon-linkedin {
    background-position: -534px -565px;
}
.social {
    list-style: none;
    padding-left: 8px;
    margin-top: -5px;
    margin-bottom: 0;
}
.post-tags strong {
    color: #00b5ad;
}
.post-tags {
    margin-top: -5px;
}
.text-post {
    line-height: 20px;
}
.text-post p {
    margin-bottom: 20px;
}
.wrap-post {
    max-width: 632px;
}
.wrap-plugin {
    padding: 5px;
    box-shadow: 3px 4px 4px 1px #B3B3B3;
    border-radius: 5px;
    min-width: 65px;
    max-width: 65px;
}
.drop-social {
    list-style: none;
    position: absolute;
    top: 25px;
    padding: 0;
    display: none;
    background: #fff;
}
.social > li {
    position: relative;
}
.social > li:hover .drop-social {
    display: block;
}
@media (max-width: 767px) {
    .wrap-post {
        max-width: none;
    }
    .text-post {
        text-align: justify;
    }
    .drop-social {
        list-style: none;
        position: static;
        padding: 0;
        display: block;
        background: #fff;
    }
    .icon-social {
        margin: 0 auto;
        float: none;
        display: block;
    }
    .post-share p {
        float: none!important;
        text-align: center;
        margin-bottom: 15px;
    }
    .social {
        float: none!important;
    }
    .post-share {
        float: none!important;
        display: table;
        margin: 0 auto;
    }
    .post-tags {
        float: none!important;
        display: table;
        margin: 15px auto 0;
    }
    .wrap-plugin {
        box-shadow: none;
    }
}
.subtitle-media,
.excerpt-media {
    color: #282828;
    margin: 5px 0;
}
.link-media {
    color: #09b1ef;
}
.title-box {
    color: #282828;
    text-align: center;
    margin: 5px 0;
}
.icon-media,
.icon-releases {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 30px;
}
.icon-media {
    background-position: -288px -254px;
}
.icon-releases {
    background-position: -403px -254px;
    margin-left: 24px;
}
.icon-pc {
    width: 42px;
    height: 33px;
    background-position: -518px -253px;
    margin: 0 auto;
}
.icon-download {
    width: 42px;
    height: 33px;
    background-position: -518px -253px;
    margin: 0 auto;
}
.icon-download {
    width: 31px;
    height: 40px;
    background-position: -518px -301px;
}
.title-box b {
    display: block;
}
.see-more {
    width: 21px;
    height: 21px;
    background-position: -10px -149px;
    float: left;
    margin-right: 5px;
}
.wrap-media-info {
    display: table;
}
.wrap-medias {
    margin-top: 70px;
    padding-top: 40px;
    border-top: 1px solid #e7e7e7;
}
.box-media-right {
    margin-top: -6px;
}
.box-media-left {
    padding-right: 50px;
    border-right: 1px solid #e7e7e7;
}
.box-media-right {
    padding-left: 22px;
}
.container-media {
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .icon-releases {
        margin-left: 0;
    }
    .box-releases {
        margin-top: 50px;
    }
}
@media (max-width: 480px) {
    .box-media-right {
        padding-left: 0;
    }
    .box-media-left {
        padding-right: 0;
        border-right: none;
    }
    .border-media {
        border-right: 1px solid #e7e7e7;
    }
    .icon-media,
    .icon-releases {
        float: none;
        margin: 0 auto 10px;
    }
    .link-media {
        text-align: center;
    }
    .link-see-more {
        margin: 8px auto 0;
        display: table;
    }
    .see-more {
        margin-top: -2px;
    }
}
.title-text-paap {
    margin: 0 0 25px;
}
.text-paap {
    margin: 0;
}
.title-text-paap,
.text-paap {
    color: #282828;
}
.icons-paap {
    width: 37px;
    height: 37px;
    float: left;
    margin: -6px 8px 0 0;
}
.icon-question {
    background-position: -301px -202px;
}
.icon-form {
    background-position: -257px -202px;
}
.icon-like {
    background-position: -213px -202px;
}
.info-paap {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
}
.text-paap ul {
    padding-left: 20px;
}
.title-text-paap,
.text-paap {
    line-height: 20px;
}
.link-paap {
    width: 164px;
    height: 37px;
    display: block;
    background: #00aeef;
    color: #fff;
}
.icon-arrow {
    width: 10px;
    height: 10px;
    background-position: -13px -180px;
    float: left;
    margin: 14px 5px 0 10px;
}
.link-paap span {
    float: left;
    margin: 10px 0 0 0;
}
.container-paap {
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .text-paap {
        text-align: justify;
    }
    .icons-paap {
        float: none;
        margin: 0 auto 10px;
        display: block;
    }
    .title-text-paap {
        text-align: center;
        line-height: 25px;
    }
}
.title-newsletter {
    color: #9f9f9f;
}
.edition-newsletter {
    color: #00b5ad;
    margin: 0;
}
.month-newsletter {
    color: #282828;
}
.info-newsletter {
    line-height: 15px;
}
.wrap-newsletter {
    margin-bottom: 60px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
}
.link-image-newsletter {
    display: block;
    position: relative;
}
.bg-news-hover {
    width: 100%;
    height: 101%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    display: block;
    display: none;
}
.icon-hover-newsletter {
    width: 300px;
    height: 300px;
    background-position: -10px -10px;
    position: absolute;
}
.icon-hover-newsletter {
    width: 33px;
    height: 17px;
    background-position: -522px -94px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -16px;
}
.link-image-newsletter:hover .bg-news-hover {
    display: block;
}
@media (max-width: 767px) {
    .newsletter-item {
        margin: 0 auto 30px;
        display: table;
    }
    .wrap-newsletter {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
}
.text-jornalist {
    color: #282828;
    margin-bottom: 50px;
}
.form-jornalist .form-control {
    border-radius: 0;
    margin-bottom: 25px;
}
.btn-form-jornalist {
    width: 86px;
    height: 34px;
    border-radius: 0;
    color: #fff;
    background: #00b5ad;
}
.section-media {
    margin-bottom: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 992px) {
    .wrap-input-city {
        padding-right: 0;
    }
}
.subtitle-visit {
    color: #282828;
    margin-bottom: 50px;
}
.titles-home strong span {
    color: #00b5ad;
}
.title-section-visit {
    margin-bottom: 40px;
    margin-top: 60px;
}
.form-visit .form-control {
    margin-bottom: 25px;
    border-radius: 0;
}
.btn-form-visit {
    width: 135px;
    height: 34px;
    border-radius: 0;
    color: #fff;
    background: #00b5ad;
}
.wrap-visit-info strong {
    color: #faa61a;
}
.wrap-visit-info p {
    font-family: 'Oxygen', sans-serif;
    font-size: 11px;
    color: #282828;
    margin-bottom: 20px;
}
.border-info-visit {
    border-left: 1px solid #e7e7e7;
}
.wrap-visit-info {
    margin: 10px 0 0 20px;
}
.section-visit {
    margin-bottom: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e7e7e7;
}
.icon-calendar {
    width: 25px;
    height: 25px;
    float: right;
    background-position: -490px -93px;
    margin: 4px 10px 0 0px;
}
#date-visit {
    max-width: 189px;
    float: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #date-visit {
        max-width: 172px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .icon-calendar {
        margin: 4px 25px 0 0px;
    }
    .border-info-visit {
        border-left: none;
    }
    element.style {}.wrap-visit-info {
        margin: 0;
        border-left: 1px solid #e7e7e7;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .icon-calendar {
        float: left;
        margin: 4px 0 0 10px;
    }
    .wrap-general-data {
        margin-bottom: 40px;
    }
    .wrap-visit-info {
        margin: 40px 0 0;
    }
}
@media (max-width: 767px) {
    .icon-calendar {
        float: left;
        margin: 4px 0 0 10px;
    }
}
@media (max-width: 380px) {
    #date-visit {
        max-width: 150px;
    }
}
.title-event {
    color: #333;
    margin-bottom: 20px;
}
.subtitle-event {
    color: #282828;
    margin-bottom: 20px;
    margin-bottom: 50px;
}
.event-table strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #21b9a2;
}
.event-table p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #282828;
    margin: 0;
}
.icon-cloud {
    width: 33px;
    height: 25px;
    background-position: -360px -368px;
    float: left;
    margin: 0 10px 0 0;
}
.download-link-event span {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #282828;
}
.link-site-event {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #282828;
    display: block;
}
.link-email-event {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #282828;
}
.tel-event {
    margin-bottom: 0;
}
.download-link-event {
    display: block;
    margin-top: 15px;
}
.event-table td {
    padding: 15px!important;
    border-top: none!important;
}
.event-table > thead > tr > th {
    border-bottom: none!important;
}
.border-event {
    border-right: 1px solid #e7e7e7;
}
.more-information-event {
    width: 180px;
    height: 46px;
    display: block;
    background: #00aeef;
    color: #fff;
}
.icon-info {
    width: 34px;
    height: 34px;
    background-position: -402px -363px;
    float: left;
    margin: 5px 0 0 6px;
}
.more-information-event span {
    float: left;
    margin: 14px 0 0 7px;
}
.banner-event {
    margin: 30px 0;
}
.event-table {
    margin-bottom: 35px;
    max-width: 500px;
}
.container-event {
    margin-bottom: 100px;
}
.event-table > tbody > tr:nth-child(odd) > td,
.event-table > tbody > tr:nth-child(odd) > th {
    background-color: #f4f6f5;
}
.text-event {
    margin-left: 50px;
}
.main-content-event {
    padding-left: 70px;
    border-left: 1px solid #e7e7e7;
}
.more-information-event {
    margin-left: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-content-event {
        padding-left: 0;
        border-left: none;
    }
    .text-event {
        margin-left: 0;
    }
    .border-left-event {
        border-left: 1px solid #e7e7e7;
    }
}
@media (max-width: 767px) {
    .main-content-event {
        padding-left: 0;
        border-left: none;
    }
    .text-event {
        margin-left: 0;
    }
    .event-table {
        max-width: none;
    }
    .more-information-event {
        margin-left: 0;
    }
    .subtitle-event {
        text-align: justify;
    }
}
@media (max-width: 470px) {
    .icon-cloud {
        float: none;
        margin: 0 auto 10px;
    }
    .download-link-event span {
        text-align: center;
        display: block;
    }
    .event-table {
        text-align: center;
    }
    .border-event {
        border-right: none;
    }
    .event-table td {
        padding: 8px!important;
    }
}
.subtitle-contact {
    color: #282828;
    line-height: 20px;
    margin-bottom: 40px;
}
.form-contact .form-control {
    border-radius: 0;
    margin-bottom: 25px;
}
.cep-info {
    color: #58585a;
    margin: 10px 0 0 0;
}
.link-cep-info {
    color: #00aeef;
}
.wrap-contact-right {
    padding-left: 50px;
}
#newsletter-contact {
    position: relative;
    top: 3px;
}
.title-address,
.info-address,
.subtitle-address {
    color: #282828;
}
.info-address {
    max-width: 400px;
    margin-bottom: 25px;
}
.links-address {
    color: #282828;
}
.wrap-links-contact ul {
    padding-left: 16px;
}
.wrap-tel-contact > p {
    color: #282828;
    max-width: 170px;
}
.text-address-contact > p {
    color: #00b5ad;
    margin: 0;
}
.text-address-contact strong {
    color: #282828;
}
.icon-phone {
    width: 33px;
    height: 33px;
    background-position: -559px -407px;
    float: left;
    margin-right: 5px;
}
.icon-fax-contact {
    width: 33px;
    height: 33px;
    background-position: -559px -444px;
    float: left;
    margin-right: 5px;
}
.row-contact {
    margin-bottom: 10px;
}
.icons-contact {
    width: 27px;
    height: 27px;
    float: left;
}
.icon-facebook-contact {
    background-position: -513px -367px;
}
.icon-youtube-contact {
    background-position: -540px -367px;
}
.icon-social-contact {
    background-position: -567px -367px;
}
.wrap-social-contact {
    margin-bottom: 40px;
    margin-top: 91px;
}
.subtitle-address {
    margin: 0 0 5px;
}
.wrap-tel-contact {
    margin-top: 91px;
}
.title-address {
    margin: 0 0 5px;
    font-size: 20px;
}
.section-contact {
    margin-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .wrap-social-contact {
        margin-top: 30px;
    }
    .wrap-tel-contact {
        margin-top: 30px;
    }
    .wrap-tel-contact > p {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .wrap-contact-right {
        padding-left: 0;
    }
    .cep-info {
        margin: 10px 0 0 -24px;
    }
    .title-address {
        margin: 0 0 20px;
    }
    .info-address {
        font-weight: normal!important;
    }
    .wrap-social-contact {
        text-align: center;
    }
    .wrap-social-icons {
        display: table;
        margin: 0 auto;
    }
    .wrap-links-contact {
        text-align: center;
    }
    .wrap-links-contact ul {
        list-style: none;
        padding: 0;
        line-height: 20px;
        margin: 15px auto;
    }
    .icons-contact {
        margin: 10px 3px 0;
    }
    .wrap-social-contact {
        margin: 30px 0;
    }
    .wrap-tel-contact {
        margin-top: 30px;
        text-align: center;
    }
    .wrap-tel-contact > p {
        max-width: none;
        font-size: 12px;
    }
    .icon-phone {
        float: none;
        margin: 5px auto;
    }
    .text-address-contact > p {
        font-size: 14px;
    }
    .icon-fax-contact {
        float: none;
        margin: 5px auto;
    }
    .row-contact {
        margin-bottom: 15px;
    }
    .wrap-tel-contact > p {
        margin-bottom: 15px;
    }
}
.map-address iframe {
    width: 100%!important;
    border: none;
}
.link-image-video img {
    width: 135px;
    height: 100px;
}
.link-image-video {
    margin-right: 30px;
}
.wrap-info-video {
    display: table;
    max-width: 425px;
}
.title-video {
    margin: 0 0 5px;
    letter-spacing: -1px;
}
.excerpt-video {
    margin: 10px 0 0;
    line-height: 15px;
}
.wrap-video {
    padding-right: 20px;
}
.link-image-video {
    position: relative;
}
.hover-video {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    display: none;
}
.icon-play {
    width: 46px;
    height: 46px;
    background-position: -538px -171px;
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: -23px;
}
.link-image-video:hover .hover-video {
    display: block;
}
.article-video {
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
.icon-cat {
    width: 300px;
    height: 300px;
    background-position: -10px -10px;
}
.icon-cat {
    width: 20px;
    height: 20px;
    background-position: -11px -149px;
    margin-right: 8px;
}
.nav-video ul {
    list-style: none;
    padding: 0;
}
.link-cat-video {
    color: #282828;
}
.section-video .wrap-video .border-titles {
    color: #00aeef;
    font-weight: 900;
    border: none;
}
.wrap-video .border-titles strong {
    color: #282828;
}
.link-cat-video:hover {
    color: #00aeef;
}
.nav-video ul li {
    margin-bottom: 20px;
}
.section-video {
    margin-bottom: 30px;
}
.link-video {
    color: #282828;
}
@media (max-width: 767px) {
    .wrap-video {
        padding-right: 0;
    }
    .nav-video ul li {
        width: 25%;
        float: left;
    }
    .title-video {
        font-size: 19px;
    }
}
@media (max-width: 600px) {
    .nav-video ul li {
        width: 50%;
    }
}
@media (max-width: 400px) {
    .nav-video ul li {
        width: auto;
        display: table;
        margin: 15px auto;
        float: none;
    }
    .link-image-video img {
        width: 100%;
        height: 200px;
    }
    .link-image-video {
        margin-right: 0;
    }
    .title-video {
        margin: 15px 0;
    }
    .icon-play {
        top: 40%;
    }
}
.title-classrooom-article {
    margin: 0 0 20px;
    line-height: 33px;
    letter-spacing: -1px;
    color: #282828;
}
.excerpt-classroom p {
    margin: 0 0 15px;
    color: #282828;
}
.classroom-article {
    margin-bottom: 40px;
}
.section-classroom .wrap-cat-video {
    max-width: 380px;
    width: 100%;
    float: right;
}
.image-classroom {
    max-width: 380px;
    max-height: 250px;
    position: relative;
}
.icon-play-lg {
    width: 90px;
    height: 90px;
    background-position: -436px -150px;
    position: absolute;
    top: 33%;
    left: 50%;
    margin-left: -45px;
}
.image-classroom:hover .hover-video {
    display: block;
}
.section-classroom {
    margin-bottom: 70px;
}
.more-classroom {
    width: 135px;
    height: 38px;
    background: #00aeef;
    display: block;
    color: #fff;
}
.more-classroom:hover {
    color: #fff;
}
.icon-more {
    width: 20px;
    height: 20px;
    background-position: -113px -149px;
    float: left;
    margin: 8px 0 0 16px;
}
.more-classroom span {
    float: left;
    margin: 10px 0 0 7px;
}
.col-class-right {
    float: right;
}
.col-class-left {
    float: left;
}
@media (max-width: 767px) {
    .image-classroom,
    .col-class-right {
        float: none!important;
        margin-bottom: 20px;
    }
    .section-classroom .wrap-cat-video {
        max-width: none;
        float: none;
        margin: 30px 0;
    }
    .title-classrooom-article {
        font-size: 28px;
    }
    .excerpt-classroom p {
        text-align: justify;
    }
}
.link-class-access {
    width: 190px;
    height: 38px;
    display: block;
    background-position: -10px -202px;
    color: #fff;
}
.link-class-access:hover {
    color: #fff;
}
.link-class-access span {
    float: left;
    margin: 11px 0 0 38px;
}
.footer-class {
    padding: 30px 0 0;
    margin: 30px 0 0;
    border-top: 1px solid #e7e7e7;
}
.section-class {
    margin-bottom: 100px;
}
.title-class {
    margin: 0 0 25px;
}
.text-class p {
    color: #282828;
}
.text-class img {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .text-class {
        text-align: justify;
    }
    .title-class {
        font-size: 28px;
    }
}
.image-product img {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 130px;
    max-height: 130px;
}
.content-product .bx-viewport {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
.title-product {
    text-align: center;
    color: #282828;
    line-height: 16px;
    max-width: 170px;
    margin: 10px auto;
}
.link-about-prod {
    text-align: center;
    display: block;
    color: #8a8a8a;
}
.title-showcase {
    color: #282828;
}
.icon-category {
    width: 19px;
    height: 19px;
    float: left;
    background: #00b5ad;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 17px;
    cursor: default;
}
.title-showcase {
    color: #282828;
    float: left;
    margin: 1px 0 0;
    background: #fff;
    padding: 0 14px 0 7px;
}
.product-cat ul {
    padding-left: 15px;
    margin: 20px 0 16px;
    line-height: 24px;
}
.link-cat-product {
    color: #858585;
}
.content-product {
    margin-top: 20px;
}
.content-product .bx-wrapper .bx-controls-direction a {
    top: -16%;
}
.content-product .bx-prev {
    left: -15px!important;
    background: url(../images/sprites.png) no-repeat -47px -8px!important;
}
.row-product {
    margin-bottom: 110px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}
.border-top-product {
    border-top: 1px solid #e7e7e7;
}
.border-top-product {
    border-top: 1px solid #e7e7e7;
    margin-bottom: -9px;
    max-width: 90%;
}
.content-product .bx-next {
    right: -15px;
    background: url(../images/sprites.png) no-repeat -78px -8px!important;
}
.link-product:hover {
    color: #282828;
}
.more-cat {
    width: 90px;
    height: 25px;
    display: block;
    background: #00b5ad;
    color: #fff;
}
.more-cat {
    width: 90px;
    height: 25px;
    display: block;
    background: #00b5ad;
    color: #fff;
    text-align: center;
    padding-top: 4px;
    padding-right: 4px;
}
@media (max-width: 991px) {
    .border-top-product {
        max-width: 87%;
    }
    .product-cat li {
        width: 33.33%;
        float: left;
    }
    .border-top-product {
        max-width: 100%;
    }
    .product-cat {
        margin: 30px 0;
    }
}
@media (max-width: 550px) {
    .product-cat li {
        width: 50%;
    }
}
@media (max-width: 450px) {
    .product-cat li {
        width: 100%;
    }
}
.subtitle-about {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 60px;
    color: #282828;
}
.subtitle-about span {
    color: #71d0d1;
}
.text-about {
    line-height: 25px;
}
.text-about p {
    margin-bottom: 30px;
}
.text-about * {
    color: #222;
    font-size: 12px;
}
.text-about a {
    color: #71d0d1;
}
.text-about img {
    margin: 0 30px 30px;
}
.container-about {
    margin-bottom: 40px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto!important;
    margin-right: auto!important;
}
@media (max-width: 600px) {
    .text-about * {
        clear: both;
    }
    .subtitle-about {
        font-size: 24px;
    }
}
.image-location iframe {
    width: 100%;
    height: 250px;
    border: none;
}
.map-location {
    position: relative;
}
.image-location img {
    position: absolute;
}
.icon-location {
    width: 40px;
    height: 40px;
    background-position: -157px -89px;
    margin: 0 auto;
}
.title-location {
    text-align: center;
    margin: 10px 0;
}
.location-address {
    text-align: center;
    margin: 0 auto 30px;
}
.icon-loupe {
    width: 35px;
    height: 35px;
    background-position: -117px -92px;
    margin: 0 auto;
}
.link-full-map {
    display: table;
    margin: 30px auto 50px;
    color: #282828;
}
.link-banner-location {
    margin: 0 auto;
    display: table;
}
.section-location {
    margin-bottom: 110px;
}
.hide-form-contact {
    display: none;
}
.msg-form-contact {
    max-width: 365px;
    margin: 0 auto;
    text-align: center;
    color: #282828;
    line-height: 24px;
    letter-spacing: -1px;
}
.msg-form-contact span {
    display: block;
    margin-top: 5px;
}
.icon-msg {
    width: 64px;
    height: 65px;
    background-position: -417px -544px;
    margin: 0 auto 5px;
}
.border-contact {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
}
.btn-form-contact {
    width: 86px;
    height: 34px;
    border-radius: 0;
    color: #fff;
    background: #00b5ad;
}
.msg-contact {
    display: none;
}
.subtitle-paap-form {
    color: #282828;
    margin-bottom: 25px;
}
.icon-paap {
    width: 20px;
    height: 20px;
    background-position: -10px -149px;
    float: left;
    margin: -2px 6px 0 0;
}
.wrap-paap-inputs {
    padding: 25px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 20px 50px -17px #e7e7e7 inset;
    margin-bottom: 30px;
    max-width: 430px;
}
.title-paap-inputs {
    margin: 0;
    cursor: pointer;
}
.paap-inputs {
    margin-top: 20px;
    margin-bottom: -30px;
}
.paap-inputs .form-control {
    border-radius: 0;
    margin-bottom: 30px;
    color: #282828;
}
.paap-inputs .radio {
    display: inline-block;
    margin-right: 10px;
}
.paap-inputs .radio label {
    font-weight: bold;
}
.paap-inputs .radio input[type="radio"] {
    margin-top: 0;
}
.radio-paap {
    border-bottom: 1px solid #e7e7e7;
}
#file-paap {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
    padding: 0;
}
.send-paap {
    margin: 30px 0;
}
.container-files-paap {
    background: #00aeef;
    height: 50px;
    position: relative;
    cursor: pointer;
    padding: 0;
}
.select-file-paap {
    width: 158px;
    border: 1px solid #f3f5f4;
    position: absolute;
    padding: 7px 0;
    top: 10px;
    left: 10px;
    text-align: center;
    color: #fff;
}
.path-file-paap {
    position: absolute;
    right: 15px;
    top: 19px;
    color: #fff;
}
.send-paap .form-group {
    margin-bottom: 0;
}
.btn-form-paap {
    width: 85px;
    height: 33px;
    border-radius: 0;
    color: #fff;
    background: #00aeef;
    margin-bottom: 30px;
}
.wrap-paap-info {
    text-align: center;
}
.image-paap {
    width: 260px;
    height: 275px;
    background-position: -10px -254px;
    margin: 0 auto;
}
.title-paap-info {
    max-width: 260px;
    margin: 20px auto;
    letter-spacing: -1px;
    line-height: 30px;
}
.link-paap-info {
    width: 145px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background: #00aeef;
    color: #fff;
    padding-top: 6px;
}
.link-paap-info:hover {
    color: #fff;
}
.container-paap-form {
    margin-bottom: 70px;
}
.paap-inputs {
    display: none;
}
.wrap-paap-inputs:first-child .paap-inputs {
    display: block;
}
@media (max-width: 991px) {
    .select-file-paap {
        width: 115px;
    }
}
@media (max-width: 767px) {
    .wrap-paap-inputs {
        max-width: none;
    }
    .select-file-paap {
        width: 200px;
        position: static;
        margin: 10px auto;
    }
    .path-file-paap {
        position: static;
        text-align: center;
    }
    .container-files-paap {
        height: auto;
        padding: 10px 0;
    }
}
.image-certification {
    margin-right: 60px;
}
.title-certification {
    margin: 0 0 8px;
}
.info-certification {
    margin-top: 40px;
}
.wrap-certification {
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
}
.subtitle-certification {
    margin: 0 0 10px;
}
.info-certification p {
    letter-spacing: -0.029px;
}
.container-certification {
    margin-bottom: 100px;
}
.section-certification .row:last-child .wrap-certification {
    border-bottom: none;
}
@media (max-width: 767px) {
    .image-certification {
        margin: 0 auto;
        display: table;
        float: none!important;
    }
    .info-certification {
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .nav-footer > .navbar-nav > li:first-child > a {
        padding-left: 0;
    }
    .col-about-txt {
        padding-left: 0;
    }
}
.links-address h3 {
    margin: 0;
    display: inline;
}
.link-cat-video h3 {
    display: inline;
}
.icon-search {
    width: 35px;
    height: 35px;
    background-position: -117px -92px;
    margin: -8px 5px 0 0;
}
.text-result-search {
    display: table;
    margin: 0px 0;
    color: #282828;
}
.text-result-search strong {
    color: #1bbdd0;
}
.text-see-all {
    color: #282828;
    margin: 0;
    display: table;
}
.link-image-search {
    display: table;
}
.link-image-search img {
    width: 100px;
    height: 100px;
}
.icon-plus {
    width: 16px;
    height: 18px;
    background-position: -341px -407px;
    float: left;
    margin: -3px 6px 0 0;
}
.result-search {
    margin-bottom: 45px;
}
.link-image-search {
    float: left;
    margin-right: 32px;
}
.posted-by-search {
    color: #282828;
    margin-top: -2px;
    display: block;
}
.info-news-search {
    display: table;
}
.title-news-search {
    color: #282828;
    letter-spacing: -1px;
    margin: 8px 0;
}
.excerpt-news-search {
    color: #282828;
    margin-bottom: 14px;
}
.icon-news-search {
    width: 20px;
    height: 20px;
    background-position: -10px -149px;
    float: left;
    margin: -2px 5px 0 0;
}
.news-search-more p {
    margin: 0;
    color: #09b1ef;
    display: table;
}
.news-search {
    padding-bottom: 32px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 32px;
}
.news-search:last-child {
    border-bottom: none;
}
.box-related .see-all {
    margin-top: -60px;
}
.search-pagination {
    border-top: 1px solid #e7e7e7;
    padding-top: 35px;
    margin-top: 40px;
}
.search-pag-itens {
    margin: 0 auto;
    display: table;
}
.back-pags {
    padding: 11px 0 10px 11px;
    display: inline-block;
    margin-right: -4px;
    cursor: pointer;
}
.back-pags:hover {
    background: #00aeef;
}
.back-pags:hover .link-pag {
    color: #fff;
    text-decoration: none;
    border-color: #00aeef;
}
.pags {
    margin-right: 30px;
}
.link-pag.actived {
    color: #fff;
    border-color: #00aeef;
    cursor: default;
}
.container-search {
    margin-bottom: 100px;
}
.link-pag {
    border-right: 1px solid #e7e7e7;
    line-height: 13px;
    padding-right: 12px;
    color: #000;
}
.navigation-pag .back-pags:last-child .link-pag {
    border: none;
}
.pags .back-pags:last-child .link-pag {
    border: none;
}
@media (max-width: 768px) {
    .pags {
        width: auto;
        float: none!important;
        margin: 0 auto;
        display: table;
    }
    .navigation-pag {
        float: none!important;
        display: table;
        margin: 10px auto 0;
    }
    .result-search {
        margin: 0 auto;
        display: table;
    }
    .see-all {
        display: table;
        margin: 10px auto 30px;
        float: none!important;
    }
    .box-related .see-all {
        float: right!important;
    }
}
@media (max-width: 380px) {
    .link-image-search img {
        width: auto;
        height: auto;
    }
    .link-image-search {
        float: none;
        margin: 0 0 15px;
    }
    .posted-by-search {
        font-size: 12px;
    }
    .navigation-pag .link-pag {
        font-size: 11px!important;
    }
    .pags .link-pag {
        font-size: 14px;
    }
}
.clinic-case {
    display: block;
    margin-top: 60px;
}
.wrap-article .article-video:last-child {
    margin: 0;
}
.container-article {
    margin-bottom: 70px;
}
.section-article .wrap-article .border-titles strong {
    color: #28bbf1;
}
.section-article .wrap-article .border-titles {
    border: none;
}
.wrap-article {
    padding-right: 20px;
}
@media (max-width: 767px) {
    .wrap-article {
        margin-bottom: 50px;
    }
    .clinic-case img {
        display: block;
        margin: 0 auto;
    }
}
.wrap-clinic {
    display: table;
    margin: 0 auto 20px;
}
.wrap-clinic .wrap-paap-inputs {
    min-width: 430px;
}
.excerpt-clinic {
    margin-bottom: 55px;
}
.border-clinic {
    border-bottom: 1px solid #e7e7e7;
}
.container-clinic {
    margin-bottom: 100px;
}
.wrap-clinic .wrap-paap-inputs .paap-inputs {
    display: block;
}
#file-clinic {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
    padding: 0;
}
@media (max-width: 480px) {
    .wrap-clinic .wrap-paap-inputs {
        min-width: 280px;
    }
}
.text-distributors {
    text-align: center;
}
.subtitle-distributors {
    max-width: 570px;
    margin: 30px auto 10px;
    line-height: 25px;
}
.text-distributors {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 40px;
}
.world-map-distributors {
    width: 606px;
    height: 350px;
    background-position: -3px -616px;
    margin: 0 auto 30px;
    position: relative;
}
.link-distributors {
    width: 195px;
    height: 55px;
    float: left;
    background: #01aef0;
    margin-right: 30px;
    color: #fff;
    text-align: center;
    padding-top: 17px;
    position: relative;
    border-radius: 2px;
}
.icon-distributors {
    width: 36px;
    height: 34px;
    background-position: -115px -552px;
    position: absolute;
    top: 10px;
    left: -17px;
}
.link-distributors:last-child .icon-distributors {
    left: auto;
    right: -17px;
}
.link-distributors:last-child {
    margin: 0;
}
.wrap-links-distributors {
    margin: 0 auto;
    display: table;
}
.wrap-links-distributors {
    position: absolute;
    left: 50%;
    margin-left: -210px;
    top: 31%;
}
.section-distributors {
    border-bottom: 1px solid #e7e7e7;
}
.container-distributors {
    margin-bottom: 100px;
}
.link-distributors h3 {
    display: inline;
}
.subtitle-distributors span {
    display: block;
}
@media (max-width: 650px) {
    .world-map-distributors {
        width: 494px;
        height: 286px;
        background-position: -3px -504px;
        margin: 0 auto 30px;
        position: relative;
        background-size: 500px;
    }
}
@media (max-width: 530px) {
    .world-map-distributors {
        width: 347px;
        height: 200px;
        background-position: -3px -351px;
        margin: 0 auto 30px;
        position: relative;
        background-size: 350px;
    }
    .wrap-links-distributors {
        margin: 0 auto;
        position: static;
    }
    .link-distributors {
        width: 150px;
        height: 40px;
        float: none;
        display: block;
        margin: 40px auto 0!important;
        padding-top: 10px;
    }
    .icon-distributors {
        top: -26px;
        left: 50%;
        margin-left: -18px;
    }
    .link-distributors:last-child .icon-distributors {
        top: -26px;
        right: 50%;
        margin-right: -18px;
    }
    .link-distributors h3 {
        font-size: 12px;
    }
    .subtitle-distributors {
        line-height: 30px;
    }
    .subtitle-distributors span {
        margin-top: 15px;
        line-height: 15px;
    }
}
@media (max-width: 380px) {
    .world-map-distributors {
        width: 269px;
        height: 160px;
        background-position: -3px -270px;
        background-size: 270px;
    }
}
.icon-down {
    width: 45px;
    height: 45px;
    float: left;
    margin: -15px 10px 0 0;
}
.icon-blue {
    background-position: -452px -980px;
}
.wrap-download ul {
    padding: 0;
    list-style: none;
}
.link-download {
    display: inline-block;
    color: #282828;
    margin-bottom: 30px;
}
.excerpt-download {
    margin-bottom: 40px;
}
.icon-orange {
    background-position: -502px -980px;
}
.icon-green {
    background-position: -552px -980px;
}
.wrap-download {
    border-right: 1px solid #e7e7e7;
    padding-right: 20px;
    margin-bottom: 35px;
}
.row .col-sm-6:last-child .wrap-download {
    border: none;
}
.border-download {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.wrap-download-last {
    border-right: 1px solid #e7e7e7!important;
}
.container-downloads {
    margin-bottom: 100px;
}
.wrap-download ul li:last-child a {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .wrap-download {
        border-right: none;
        border-bottom: 1px solid #e7e7e7;
        padding: 0 0 20px;
        margin-bottom: 30px;
    }
    .icon-down {
        width: 45px;
        height: 45px;
        float: none;
        margin: 0 auto 10px;
    }
    .wrap-download ul {
        text-align: center;
    }
    .wrap-download-last {
        border: none!important;
    }
}
.result-404 {
    color: #282828;
    text-align: center;
}
.result-404 span {
    color: #00aee0;
}
.result-404 {
    color: #282828;
    text-align: center;
    max-width: 595px;
    margin: 15px auto 30px;
    word-wrap: break-word;
}
.wrap-sitemap ul {
    list-style: none;
    padding: 0;
    line-height: 20px;
}
.wrap-sitemap strong {
    margin-bottom: 10px;
    display: block;
    display: list-item;
    list-style-position: inside;
}
.link-sitemap {
    color: #7d7d7d;
}
.sitemap-news ul {
    line-height: 15px;
}
.sitemap-news .link-sitemap {
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}
.sitemap-news li:last-child .link-sitemap {
    border: none;
}
.icon-tel,

.icon-fax,
.icon-chat {
    width: 33px;
    height: 33px;
    float: left;
    margin: -1px 5px 0 0;
}
.icon-tel {
    background-position: -473px -407px;
}
.icon-fax {
    background-position: -512px -407px;
}
.icon-chat {
    background-position: -512px -443px;
    margin-top: -9px;
}
.contact-sitemap .link-sitemap {
    display: block;
    margin-bottom: 10px;
    line-height: 15px;
}
.link-sitemap span {
    display: table;
    color: #0faee1;
}
.link-sitemap b {
    display: table;
    color: #282828;
}
.contact-sitemap li:last-child .link-sitemap {
    margin-top: 19px;
}
.icon-sitemap-arrow {
    width: 20px;
    height: 20px;
    float: left;
    background-position: -10px -149px;
    margin: 1px 6px 0 0;
}
.title-sitemap {
    text-align: center;
    margin: -28px 0 40px;
}
.sitemap {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
}
.icon-sitemap {
    width: 85px;
    height: 70px;
    display: block;
    background-position: -409px -407px;
    margin: -42px auto 5px;
    border: 15px solid #fff;
    background-color: #fff;
    border-bottom: none;
}
.link-news-sitemap {
    color: #00aeef;
}
.chat-sitemap {
    color: #282828!important;
}
.icon-sitemap-face,
.icon-sitemap-twitter,
.icon-sitemap-youtube,
.icon-sitemap-linkedin {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 3px;
}
.icon-sitemap-face {
    background-position: -289px -453px;
}
.icon-sitemap-twitter {
    background-position: -317px -453px;
}
.icon-sitemap-youtube {
    background-position: -345px -453px;
}
.icon-sitemap-linkedin {
    background-position: -373px -453px;
}
.social-sitemap strong {
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
    margin-bottom: 4px;
    display: list-item;
    list-style-position: inside;
}
.container-404 {
    margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .contact-sitemap {
        float: left;
        width: 78%;
        margin-top: 40px;
    }
    .contact-sitemap li {
        float: left;
        width: 33%;
    }
    .contact-sitemap li:last-child .link-sitemap {
        margin-top: 9px;
    }
    .social-sitemap strong {
        border: none;
    }
    .social-sitemap {
        float: left;
        margin-top: 40px;
    }
    .social-sitemap strong {
        display: block;
        margin-top: 0;
        border-top: none;
        padding-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .toogle-list {
        display: none;
        border: 1px solid #e7e7e7;
        border-radius: 2px;
        border-top: none;
        margin-bottom: 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .wrap-sitemap strong {
        list-style: none;
        padding: 10px;
        border: 1px solid #e7e7e7;
        border-radius: 2px;
        cursor: pointer;
    }
    i.icon-open-sitemap {
        width: 20px;
        height: 20px;
        background-position: -10px -149px;
    }
    .link-sitemap {
        font-size: 12px;
        line-height: 25px;
        padding-left: 20px;
    }
    .link-news-sitemap {
        float: right;
        padding: 20px;
    }
    .icon-sitemap-arrow {
        margin: -2px 6px 0 0;
    }
    .result-404 {
        font-size: 18px;
    }
    .title-sitemap {
        font-size: 18px;
    }
    .social-sitemap strong {
        font-size: 14px;
        list-style: none;
        text-align: center;
        padding-top: 20px;
    }
    .wrap-social-sitemap {
        display: table;
        margin: 0 auto;
    }
    .icon-sitemap-face,
    .icon-sitemap-twitter,
    .icon-sitemap-youtube,
    .icon-sitemap-linkedin {
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 10px;
    }
    .icon-sitemap-linkedin {
        margin-right: 0!important;
    }
    .sitemap {
        padding-bottom: 25px;
    }
}
.article-releases {
    padding: 30px 0;
    border-bottom: 1px solid #e7e7e7;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.article-releases h1 {
    display: inline;
    margin-left: 10px;
}
.link-release {
    color: #282828;
    display: block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.link-release:hover {
    color: #00aeef;
}
i.icon-arrow-right {
    width: 13px;
    height: 10px;
    float: left;
    background-position: -262px -567px;
    margin: 4px 8px 0 0;
}
.date-releases {
    padding: 0 10px 0 40px;
    border-left: 1px solid #e7e7e7;
}
.section-release .title-section-news {
    margin: 0;
}
.article-releases:hover {
    background: #f6fafb;
}
.article-releases:hover .link-release {
    margin-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .date-releases {
        padding: 0 10px 0 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .article-releases h1 {
        display: block;
    }
    .date-releases {
        padding: 0 10px 0 0;
        border-left: none;
    }
}
@media (max-width: 767px) {
    .article-releases:hover .link-release {
        margin-left: 0;
    }
    .date-releases {
        padding: 0;
        border-left: none;
        margin-top: 10px;
    }
    .icon-cat {
        margin-right: 0;
    }
    .date-releases {
        padding: 0;
        border-left: none;
        margin-top: 10px;
        float: none!important;
        margin: 15px auto 0;
        display: table;
    }
    .icon-cat {
        margin-right: 0;
        float: none!important;
        margin: 0 auto 10px;
    }
    .article-releases h1 {
        display: block;
        margin: 0;
        text-align: center;
        line-height: 18px;
    }
    .link-cat-video h3 {
        display: block;
        text-align: center;
        line-height: 20px;
    }
}
#orderby {
    width: 175px;
    height: 35px;
    border-radius: 0;
}
.filter-search label {
    float: left;
    margin: 8px 10px 0 0;
}
.icon-search-prod {
    width: 35px;
    height: 35px;
    float: left;
    background-position: -117px -92px;
    margin: -9px 7px 0 0;
}
.cat-box-prod ul {
    padding: 0;
    list-style: none;
    line-height: 20px;
}
.cat-box-prod strong {
    margin-bottom: 5px;
    display: block;
    color: #1bbdd0;
}
.category-prod {
    max-width: 212px;
    padding: 20px 12px;
    background: #f9f9f9;
}
.cat-box-prod {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.cat-box-prod a {
    color: #282828;
}
.result-search-prod strong {
    color: #1bbdd0;
}
.cat-box-prod:last-child {
    border: none;
}
.title-prod-search {
    color: #282828;
    margin-bottom: 2px;
    max-width: 120px;
    text-align: center;
    line-height: 15px;
}
.link-prod-more {
    color: #8a8a8a;
    display: block;
    text-align: center;
}
.product-search {
    display: table;
    margin: 0 auto;
}
.image-prod-search img {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 130px;
    max-height: 150px;
}
.wrap-search-prod {
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
}
.section-search-prod .title-section-news {
    margin-bottom: 30px;
}
.filter-search {
    margin-top: -10px;
    margin-bottom: 10px;
}
.row-search-prod {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
}
.prod-search-pagination {
    display: table;
    margin: 0 auto;
}
.container-search-prod {
    margin-bottom: 100px;
}
.pagination>li>a,
.pagination>li>span {
    color: #282828;
    padding: 8px 13px;
    border: none;
    margin-left: 0px;
}
.nav-item {
    background: #0aaeef!important;
    color: #fff!important;
}
.nav-item.active {
    background: #00a4e1!important;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #00a4e1;
    background-color: transparent;
}
.nav-first,
.nav-last,
.nav-prev,
.nav-next {
    line-height: 10px;
    padding: 0 20px!important;
    margin: 8px 0;
}
.nav-first {
    border-right: 1px solid #e7e7e7!important;
}
.nav-last {
    border-left: 1px solid #e7e7e7!important;
}
.search-pagination .pagination {
    margin: 0 auto;
    display: table;
}
@media (max-width: 767px) {
    .icon-search-prod {
        width: 35px;
        height: 35px;
        float: none;
        background-position: -117px -92px;
        margin: 0 auto 10px;
    }
    .result-search-prod {
        margin: 0 auto;
        display: table;
    }
    .filter-search {
        margin: 10px auto 20px;
        display: table;
        float: none!important;
    }
    .cat-box-prod strong {
        padding: 10px;
        border: 1px solid #e7e7e7;
        border-radius: 2px;
        cursor: pointer;
        color: #282828;
        font-size: 14px;
    }
    .category-prod {
        max-width: none;
        background: transparent;
        padding: 0;
        margin: 50px 0;
    }
    .category-prod .icon-open-sitemap {
        width: 20px;
        height: 20px;
        background-position: -10px -149px;
    }
    .cat-box-prod a {
        color: #7d7d7d;
        font-size: 12px;
        line-height: 25px;
        padding-left: 20px;
    }
    .cat-box-prod {
        padding-bottom: 0;
        margin-bottom: 20px;
        border-bottom: none;
    }
    .accordion.active {
        border-bottom: none;
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .row-search-prod {
        margin: 0 auto 40px;
    }
    .row-search-prod .col-sm-4 {
        float: left;
        width: 33%;
    }
    .nav-last,
    .nav-first {
        line-height: 1.42857143!important;
        padding: 9px 13px!important;
        margin: 0;
        border: none!important;
        font-size: 11px;
        color: #fff!important;
        background-color: #00a4e1!important;
    }
    .pagination>li>a:hover,
    .pagination>li>span:hover,
    .pagination>li>a:focus,
    .pagination>li>span:focus {
        color: #fff;
        background-color: #00a4e1;
    }
    .row-search-prod:last-child {
        margin: 0 auto 2px;
    }
}
@media (max-width: 550px) {
    .row-search-prod .col-sm-4 {
        float: none;
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 50px;
        border-bottom: 1px solid #e7e7e7;
    }
    .row-search-prod {
        margin: 0 auto;
        padding: 0;
        border: none;
    }
    .row-search-prod:last-child .col-sm-4:last-child {
        margin-bottom: 0;
    }
}
.info-region-map {
    max-width: 335px;
    margin: 80px auto 0;
}
.text-region-map {
    color: #282828;
    margin-bottom: 25px;
}
#states,
#continents {
    width: 210px;
    height: 40px;
    border-radius: 0;
}
.region-map {
    width: 342px;
    height: 345px;
    background-position: -10px -971px;
    position: relative;
}
.section-region .title-section-news,
.section-internacional .title-section-news {
    margin-bottom: 20px;
}
.wrap-region-map {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.title-dist-results {
    margin: 0 auto 25px;
    max-width: 377px;
}
.distributors-result .title-dist-results {
    max-width: 335px;
}
.icon-arrow-black {
    width: 20px;
    height: 20px;
    float: left;
    background-position: -258px -561px;
    margin: 2px 6px 0 0;
}
.dist-title-location {
    color: #faa610;
}
.list-info-distributors {
    padding: 0;
    list-style: none;
    line-height: 20px;
}
.list-info-distributors strong {
    color: #282828;
}
.list-info-distributors li,
.list-info-distributors a {
    color: #959595;
}
.distributors-result {
    border-right: 1px solid #e7e7e7;
}
.distributors-location {
    max-width: 335px;
    margin: 0 auto;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.dist-title-repre {
    color: #282828;
}
.list-info-repre {
    padding: 0;
    list-style: none;
    line-height: 20px;
    color: #959595;
}
.list-info-repre a {
    color: #959595
}
.repre-info {
    margin: 0 auto;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 30px;
    max-width: 377px;
}
.container-region,
.container-internacional {
    margin-bottom: 100px;
}
.map-state {
    position: absolute;
    display: none;
}
.map-state.pr {
    width: 57px;
    height: 36px;
    background-position: -356px -1040px;
    top: 246px;
    right: 116px;
}
.map-state.sp {
    width: 80px;
    height: 50px;
    background-position: -417px -1033px;
    top: 220px;
    right: 82px;
}
.map-state.sc {
    width: 48px;
    height: 37px;
    background-position: -503px -1041px;
    top: 269px;
    right: 118px;
}
.map-state.rs {
    width: 72px;
    height: 59px;
    background-position: -355px -1089px;
    top: 285px;
    right: 129px;
}
.map-state.rj {
    width: 72px;
    height: 59px;
    background-position: -355px -1089px;
    top: 285px;
    right: 129px;
}
.map-state.mg {
    width: 72px;
    height: 59px;
    background-position: -355px -1089px;
    top: 285px;
    right: 129px;
}
.map-state.es {
    width: 21px;
    height: 35px;
    background-position: -56px -1317px;
    top: 200px;
    right: 41px;
}
.map-state.rj {
    width: 34px;
    height: 32px;
    background-position: -561px -1040px;
    top: 221px;
    right: 52px;
}
.map-state.mg {
    width: 100px;
    height: 80px;
    background-position: -500px -1080px;
    top: 170px;
    right: 44px;
}
.map-state.ms {
    width: 65px;
    height: 61px;
    background-position: -433px -1091px;
    top: 198px;
    right: 141px;
}
.map-state.ba {
    width: 80px;
    height: 87px;
    background-position: -86px -1316px;
    top: 122px;
    right: 23px;
}
.map-state.to {
    width: 42px;
    height: 74px;
    background-position: -234px -1316px;
    top: 92px;
    right: 100px;
}
.map-state.pa {
    width: 113px;
    height: 110px;
    background-position: -357px -1395px;
    top: 24px;
    right: 98px;
}
.map-state.am {
    width: 154px;
    height: 107px;
    background-position: -416px -1286px;
    top: 28px;
    right: 186px;
}
.map-state.ac {
    width: 61px;
    height: 37px;
    background-position: -356px -1245px;
    top: 110px;
    right: 281px;
}
.map-state.mt {
    width: 64px;
    height: 64px;
    background-position: -356px -1164px;
    top: 159px;
    right: 97px;
}
.map-state.go {
    width: 100px;
    height: 94px;
    background-position: -434px -1160px;
    top: 113px;
    right: 135px;
}
.map-state.se {
    width: 100px;
    height: 94px;
    background-position: -434px -1160px;
    top: 113px;
    right: 135px;
}
.map-state.se {
    width: 19px;
    height: 31px;
    background-position: -262px -1405px;
    top: 119px;
    right: 13px;
}
.map-state.pe {
    width: 54px;
    height: 30px;
    background-position: -199px -1406px;
    top: 100px;
    right: 0;
}
.map-state.rr {
    width: 50px;
    height: 60px;
    background-position: -542px -1223px;
    top: 0px;
    right: 211px;
}
.map-state.ro {
    width: 60px;
    height: 50px;
    background-position: -541px -1165px;
    top: 117px;
    right: 219px;
}
.map-state.ap {
    width: 43px;
    height: 49px;
    background-position: -356px -1300px;
    top: 10px;
    right: 132px;
}
.map-state.ma {
    width: 58px;
    height: 83px;
    background-position: -289px -1317px;
    top: 58px;
    right: 61px;
}
.map-state.pi {
    width: 50px;
    height: 71px;
    background-position: -179px -1318px;
    top: 72px;
    right: 48px;
}
.map-state.ce {
    width: 35px;
    height: 44px;
    background-position: -299px -1406px;
    top: 72px;
    right: 22px;
}
.map-state.al {
    width: 26px;
    height: 26px;
    background-position: -158px -1405px;
    top: 112px;
    right: 4px;
}
.map-state.pb {
    width: 38px;
    height: 34px;
    background-position: -103px -1406px;
    top: 87px;
    right: -4px;
}
.map-state.rn {
    width: 29px;
    height: 32px;
    background-position: -58px -1406px;
    top: 76px;
    right: 3px;
}
.wrap-info-dist {
    display: none;
}
@media (min-width: 768px) {
    .distributors-location:last-child,
    .repre-info:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .info-region-map {
        max-width: none;
        margin: 0;
    }
    .info-region-map .form-group {
        margin: 0 auto;
    }
    #states,
    #continents {
        width: 100%;
    }
    .distributors-result {
        border-right: none;
    }
    .distributors-result .title-dist-results,
    .distributors-location,
    .title-dist-results,
    .repre-info {
        max-width: none;
    }
    .distributors-location:last-child,
    .repre-info:last-child {
        border: none;
    }
    .repre-info:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .title-dist-results {
        margin: 0 auto 15px;
        padding: 10px;
        border: 1px solid #e7e7e7;
        border-radius: 2px;
        cursor: pointer;
    }
    .icon-arrow-black {
        float: right;
        background-position: -10px -149px;
    }
    .distributors-location,
    .repre-info {
        margin-left: 10px;
    }
    .dist-title-location,
    .dist-title-repre {
        margin-top: 0;
    }
}
.section-search-news .title-section-news {
    margin-bottom: 25px;
}
.section-search-news .result-search-prod {
    margin-bottom: 45px;
}
.section-search-news .news-search:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.container-search-news {
    margin-bottom: 100px;
}
.subtitle-newsletter {
    color: #282828;
    margin: 0 0 50px;
}
.form-newsletter {
    max-width: 385px;
}
.form-newsletter .news-inputs {
    margin: 0 0 30px;
}
.form-newsletter .radio-inline {
    padding-left: 15px;
    margin: 2px 0 0;
}
.form-newsletter .radio-inline input {
    margin: 0 4px 0 0;
}
.label-clinic {
    margin-bottom: 30px;
}
.form-newsletter .form-group {
    margin-top: -24px;
}
.invite-newsletter {
    padding: 20px 15px;
    background: #523264;
    color: #fff;
    margin-bottom: 30px;
    cursor: pointer;
}
.icon-invite.sprites {
    width: 46px;
    height: 33px;
    background-position: -288px -409px;
    float: left;
    margin: -6px 10px 0 0;
}
.text-invite {
    display: table;
}
.text-invite b {
    color: #00b5ad;
}
.form-newsletter .checkbox-inline input {
    margin: 1px 3px 0 -20px;
}
.btn-form-newsletter {
    border-radius: 0;
    color: #fff;
    background: #00b5ad;
    height: 35px;
    margin-top: 30px;
}
.news-invite {
    display: none;
}
.title-prev-newsletter {
    margin: -4px 0 19px;
}
.list-newsletter {
    padding: 0;
    list-style: none;
    max-width: 390px;
}
.item-newsletter {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #e7e7e7;
}
.item-newsletter strong {
    display: block;
    color: #282828;
}
.item-newsletter small {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    color: #00b4ad;
}
.all-newsletter {
    width: 157px;
    height: 27px;
    display: block;
    background: #00b5ad;
    color: #fff;
    padding: 5px 0 3px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    padding-left: 6px;
}
.all-newsletter span {
    position: absolute;
    top: 3px;
    left: 10px;
}
.prev-newsletter {
    margin-left: 50px;
}
.item-newsletter:hover {
    background: #00b5ad;
    text-decoration: none;
}
.item-newsletter:hover * {
    color: #fff;
}
.item-newsletter {
    padding-left: 15px;
    line-height: 18px;
}
.container-cad-news {
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .form-newsletter {
        max-width: none;
    }
    .form-newsletter .form-group {
        margin-top: 0;
    }
    .prev-newsletter {
        margin-left: 0;
        margin-top: 30px;
    }
    .list-newsletter {
        max-width: none;
    }
    #cboxClose {
        top: -50px;
        right: 0;
    }
}
@media (max-width: 440px) {
    .invite-newsletter {
        text-align: center;
    }
    .icon-invite.sprites {
        float: none;
        margin: 0 auto 10px;
        display: block;
    }
    .text-invite {
        display: block;
    }
}
a:focus {
    outline: none;
}
.subtitle-evaluation.oxygen.size-12 {
    margin: 0 0 50px;
    line-height: 18px;
}
.form-evaluation label {
    color: #58585a;
    margin: 0;
}
.form-evaluation em {
    display: block;
    color: #aeaeae;
    margin: 0 0 5px;
}
.form-evaluation label span {
    color: red;
}
.btn-form-evaluation {
    width: 85px;
    height: 35px;
    border-radius: 0;
    background: #00b5ad;
    color: #fff;
}
.form-evaluation {
    width: 385px;
}
.wrap-evaluation {
    display: table;
    padding: 60px 100px;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
    box-shadow: 0px 49px 51px -17px #F5F5F5 inset;
}
.container-evaluation {
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .wrap-evaluation {
        display: block;
        padding: 20px;
        margin: 0;
    }
    .form-evaluation {
        width: 100%;
    }
}
.icon-publication.sprites {
    width: 20px;
    height: 20px;
    float: left;
    background-position: -258px -561px;
    margin: 1px 7px 0 0;
}
.wrap-publication .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
}
.slider-publication {
    padding: 0;
}
.title-publication {
    margin: 2px 0 13px;
    max-width: 450px;
}
.text-publication {
    color: #282828;
}
.text-publication p {
    margin-bottom: 15px;
}
.download-publication {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 22px;
    color: #848484;
}
.icon-download-pub {
    width: 49px;
    height: 49px;
    background-position: -289px -545px;
    float: left;
    margin: -17px 7px 0 0;
}
.icon-acrobat {
    width: 49px;
    height: 49px;
    background-position: -198px -545px;
    float: left;
    margin: -7px 7px 0 0;
}
.download-publication:last-child {
    border-bottom: none;
    color: #282828;
    max-width: 237px;
}
.download-publication:last-child span {
    text-decoration: underline;
    color: #00b5ad;
}
.info-publication {
    margin-top: 60px;
}
.wrap-publication {
    padding-bottom: 40px;
}
.container-publication {
    margin-bottom: 100px;
}
.wrap-publication .bx-wrapper .bx-controls-direction a {
    top: 7%;
    width: 20px;
    height: 22px;
    display: none;
}
.nav-left-pub {
    width: 20px;
    height: 22px;
    float: left;
    background-position: -154px -559px;
}
.nav-right-pub {
    width: 20px;
    height: 22px;
    float: left;
    background-position: -174px -559px;
}
.publication {
    position: relative;
}
.nav-publication {
    margin: 0;
    position: absolute;
    top: 4px;
    right: 0px;
}
.link-catalog {
    display: block;
    margin: 0 0 30px;
}
.title-catalog {
    color: #282828;
    margin: 0 0 10px;
    width: 250px;
}
.icon-catalog-arrow {
    width: 20px;
    height: 20px;
    float: left;
    background-position: -258px -561px;
    margin: 2px 7px 0 0;
}
.excerpt-catalog {
    max-width: 250px;
    line-height: 16px;
    color: #282828;
    margin: 0;
    word-wrap: break-word;
}
.icon-download-catalog {
    width: 49px;
    height: 49px;
    display: block;
    background-position: -289px -545px;
    margin: 0 auto 5px;
}
.download-catalog {
    text-align: center;
    display: block;
    color: #848484;
}
.catalog {
    max-width: 250px;
    margin-left: 30px;
}
.wrap-catalogs .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    /*overflow: visible!important;*/
}
.wrap-catalogs .bx-prev {
    background: url(../images/sprites.png) no-repeat -353px -534px;
    left: -50px;
}
.wrap-catalogs .bx-wrapper .bx-prev:hover {
    background-position: -353px -534px;
}
.wrap-catalogs .bx-next {
    background: url(../images/sprites.png) no-repeat -376px -534px;
    right: -50px;
}
.wrap-catalogs .bx-wrapper .bx-next:hover {
    background-position: -376px -534px;
}
.wrap-catalogs .bx-controls-direction a {
    width: 30px;
    height: 70px;
    top: 22%;
}
.image-catalog {
    max-width: 185px;
    max-height: 261px;
}
.wrap-catalogs {
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7;
}
.container-catalogs {
    margin-bottom: 100px;
}
.container-catalogs .title-section-news {
    margin-bottom: 70px;
}
@media (min-width: 1200px) {
    .wrap-catalogs {
        max-width: 1010px;
        margin: 0 auto;
        overflow: hidden;
    }
    .wrap-catalogs .bx-wrapper .bx-viewport {
        overflow: visible!important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .wrap-catalogs .bx-prev {
        left: -20px;
    }
    .wrap-catalogs .bx-next {
        right: -20px;
    }
    .title-catalog {
        width: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .wrap-catalogs .bx-prev {
        left: -40px;
    }
    .wrap-catalogs .bx-next {
        right: -40px;
    }
}
@media (max-width: 767px) {
    .wrap-catalogs .bx-prev {
        left: 0;
    }
    .wrap-catalogs .bx-next {
        right: 0;
    }
    .catalog {
        max-width: none;
        margin: 0 auto;
        display: table;
        text-align: center;
    }
    .image-catalog {
        margin: 0 auto;
    }
    .icon-catalog-arrow {
        display: none;
    }
    .image-publication {
        display: table;
        margin: 0 auto 20px;
    }
    .text-publication p {
        text-align: justify;
    }
    .nav-publication {
        margin: 3px 0 0;
        float: right!important;
    }
    .nav-left-pub {
        margin-right: 10px;
    }
    .title-publication {
        margin: 40px 0 20px;
        max-width: none;
    }
}
@media (max-width: 440px) {
    .image-catalog {
        max-width: 145px;
        max-height: 231px;
    }
}
.icon-prev-time {
    width: 20px;
    height: 20px;
    float: left;
    background-position: -365px -1802px;
    margin: -4px 5px 0 0;
}
.icon-next-time {
    width: 20px;
    height: 20px;
    float: right;
    background-position: -392px -1802px;
    margin: -4px 0 0 5px;
}
.prev-timeline,
.next-timeline {
    color: #282828;
}
.wrap-timeline {
    margin: 20px 0 0;
    border-top: 1px solid #e7e7e7;
}
.wrap-timeline .bx-controls-direction {
    display: none!important;
}
.container-timeline .title-section-news {
    margin-bottom: 60px;
}
.container-timeline .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.slider-timeline {
    padding: 0;
}
.timeline-year {
    margin: 0;
}
.timeline-event {
    margin: 20px 0 0;
    max-width: 317px;
}
.timeline-text {
    min-height: 250px;
    padding: 15px 10px 10px;
    background: #00aeef;
    color: #fff;
    position: relative;
}
.timeline-title {
    margin: 0 0 5px;
}
.timeline-text p {
    line-height: 14px;
    font-size: 12px !important;
}
.icon-timeline-arrow {
    width: 21px;
    height: 10px;
    display: block;
    position: absolute;
    background-position: -420px -1807px;
    top: -10px;
    right: 42px;
}
.container-timeline {
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .timeline-image {
        float: left;
        margin-right: 20px;
    }
    .timeline-text {
        display: table;
        padding: 15px 10px;
    }
    .timeline-event {
        max-width: none;
    }
    .icon-timeline-arrow {
        display: none;
    }
}
@media (max-width: 550px) {
    .timeline-image {
        float: none;
        margin-right: 0;
    }
    .timeline-text {
        display: block;
    }
    .timeline-event {
        max-width: 317px;
        margin: 20px auto 0;
    }
    .icon-timeline-arrow {
        display: block;
    }
}
#product-slider {
    width: 100%;
    height: 100%;
    max-width: 456px;
    max-height: 456px;
    border: 1px solid #e7e7e7;
    padding: 0px;
    margin: 0 0 15px;
}
#product-slider img {
    display: block;
    margin: 77px auto;
    max-height: 300px;
}
#product-carousel .slides > li {
    width: 84px!important;
    border: 1px solid #e7e7e7;
    padding: 13px 15px 10px;
    margin-right: 15px;
    cursor: pointer;
}
#product-carousel .slides img {
    display: block;
}
#product-carousel {
    width: 390px;
    z-index: 999;
}
#product-carousel .flex-direction-nav .flex-next {
    right: -65px;
    background: url(../images/sprites.png) no-repeat -14px -1989px;
}
#product-carousel .flex-direction-nav .flex-prev {
    background: url(../images/sprites.png) no-repeat -45px -1989px;
    left: auto;
    right: -35px;
}
#product-carousel .flex-direction-nav a {
    width: 25px;
    height: 25px;
    top: 25%;
}
.product-images {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7e7;
    display: block;
    padding-top: 10px;
    margin-bottom: 5px;
}
.icon-camera {
    width: 25px;
    height: 18px;
    background-position: -103px -1992px;
    display: block;
    margin: 0 auto;
}
.product-video {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7e7;
    display: block;
    padding-top: 8px;
}
.icon-video {
    width: 25px;
    height: 22px;
    background-position: -132px -1991px;
    display: block;
    margin: 0 auto;
}
.filter-product {
    float: left;
}
.media-product {
    float: left;
    margin: 0 0 0 5px;
    max-width: 456px;
}
.product-left {
    max-width: 501px;
}
.icons-download {
    width: 71px;
    height: 71px;
    display: block;
    margin-bottom: 5px;
}
.icon-documents {
    width: 71px;
    height: 71px;
    display: block;
	background: url('../images/icon-documentos.png') no-repeat;
}
.icon-images {
    background-position: -452px -1802px;
}
.link-prod-download p {
    max-width: 58px;
    margin: 0 auto;
    text-align: center;
    line-height: 15px;
    color: #282828;
}
.link-prod-download {
    display: table;
    margin: 0 25px 0 12px;
    float: left;
}
.section-prod .title-section-news {
    margin-bottom: 20px;
}
.icon-publications {
    background-position: -527px -1802px;
}
.icon-bula {
    background-position: -527px -1903px;
}
.product-download {
    margin-bottom: 50px;
}
.section-prod ul {
    padding: 0;
    list-style-position: inside;
    line-height: 25px;
    margin: 0;
}
.sell-points {
    max-width: 245px;
    width: 100%;
    height: 70px;
    display: block;
    float: left;
    margin: 0 11px 20px 0;
    background: #00b5ae;
    padding: 13px 12px 12px;
    color: #fff;
    text-align: center;
}
a.sell-questions {
    max-width: 245px;
    width: 100%;
    height: 70px;
    display: block;
    float: left;
    background: #ec018c;
    padding: 13px 12px 12px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}
.advise-product {
    display: block;
    color: #282828;
}
.product-cases {
    margin-bottom: 25px;
}
.product-advise {
    border-top: 1px solid #e7e7e7;
    padding: 50px 0 0;
    margin-bottom: 40px;
}
.icon-advise {
    width: 19px;
    height: 19px;
    float: left;
    background-position: -77px -1992px;
    margin: -1px 5px 0 0;
}
.icon-sell {
    width: 44px;
    height: 44px;
    float: left;
    background-position: -27px -1916px;
}
.icon-doubts {
    width: 44px;
    height: 44px;
    float: left;
    background-position: -84px -1916px;
}
.sell-points strong {
    float: left;
    margin: 8px 0 0 15px;
}
.sell-questions strong {
    float: left;
    margin: 2px 0 0 15px;
    max-width: 154px;
    line-height: 20px;
    text-align: left;
}
.question-faq {
    display: list-item;
    list-style-position: inside;
    margin-bottom: 10px;
    color: #282828;
    cursor: pointer;
}
.answer-faq {
    color: #5e5e5e;
    line-height: 17px;
    padding-left: 13px;
    margin-bottom: 20px;
    display: none;
}
dd:first-of-type {
    display: block;
}
.faq {
    margin: 0;
}
.product-faq {
    margin-bottom: 50px;
}
.product-title {
    margin: 0;
    line-height: 18px;
    color: #282828;
}
.product-slogan {
    display: block;
    color: #00b5ad;
    margin-bottom: 15px;
}
.product-cod {
    color: #b7b7b7;
}
.product-title-info {
    color: #282828;
}
.product-text-info.oxygen.size-11 {
    color: #b7b7b7;
    line-height: 15px;
    display: block;
}
.product-head {
    margin-bottom: 15px;
}
.product-indications {
    margin-bottom: 50px;
}
.product-description {
    margin-bottom: 50px;
}
.product-benefits {
    margin-bottom: 50px;
}
.section-prod table td,
.section-prod table th {
    border: none!important;
}
.section-prod table td {
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    color: #282828;
    border-right: 2px solid #fff!important;
}
.section-prod .table-striped>tbody>tr:nth-child(odd)>td,
.section-prod .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f1f1f1;
}
.section-prod table tr td:last-child {
    text-align: center;
}
.section-prod table {
    margin: 0;
}
.product-presentation {
    margin-bottom: 30px;
}
.section-prod {
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}
.container-prod {
    margin-bottom: 100px;
}
.video-prod {
    margin-bottom: -5px;
    display: none;
}
.video-prod iframe {
    border: none;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
    .media-product {
        margin: 5px 0 0;
        width: 100%;
    }
    #product-slider {
        width: auto;
        margin: 0 0 40px;
    }
    .filter-product {
        float: right;
    }
    .product-images {
        margin: 0 5px 0 0;
        float: left;
    }
    .product-video {
        float: left;
    }
    #product-carousel {
        width: 300px;
        margin: 0 auto 60px;
    }
    #product-carousel .slides > li {
        width: 85px!important;
        padding: 13px 18px 10px;
    }
    #product-carousel .flex-direction-nav a {
        top: 58%;
    }
    #product-carousel .flex-direction-nav .flex-prev {
        right: auto;
        left: -30px;
    }
    #product-carousel .flex-direction-nav .flex-next {
        right: -30px;
    }
}
@media (max-width: 767px) {
    .media-product,
    .filter-product {
        float: none;
    }
    .filter-product {
        display: table;
    }
    .media-product {
        margin: 5px 0 0;
    }
    .product-images {
        margin: 0 5px 0 0;
        float: left;
    }
    .product-video {
        float: left;
    }
    .product-seal {
        margin-bottom: 50px;
    }
    .product-left {
        max-width: none;
    }
    .question-faq {
        list-style: none;
        padding: 10px;
        border: 1px solid #e7e7e7;
        border-radius: 2px;
        cursor: pointer;
        font-size: 14px;
    }
    .answer-faq {
        padding: 15px;
        text-align: justify;
    }
    .link-prod-download {
        width: 33%;
        margin: 0;
    }
    .icons-download {
        margin: 0 auto 5px;
    }
    .sell-points {
        max-width: none;
        width: 50%;
        margin: 0;
        border-right: 5px solid #fff;
    }
    a.sell-questions {
        max-width: none;
        width: 50%;
    }
    #product-slider {
        width: 100%;
    }
    #product-carousel {
        width: 285px;
        margin: 0 auto 60px;
    }
    #product-carousel .flex-direction-nav .flex-prev {
        left: -30px;
        right: auto;
    }
    #product-carousel .flex-direction-nav .flex-next {
        right: -28px;
    }
    #product-carousel .flex-direction-nav a {
        top: 57%;
    }
}
@media (max-width: 520px) {
    a.sell-points {
        max-width: none;
        width: 100%;
        border-right: none;
        margin: 0 0 20px;
    }
    a.sell-questions {
        max-width: none;
        width: 100%;
    }
    #product-carousel .flex-direction-nav a {
        top: auto;
        bottom: -40%;
    }
    #product-carousel .flex-direction-nav .flex-prev {
        left: auto;
        right: 35px;
    }
    #product-carousel .flex-direction-nav .flex-next {
        right: 0;
    }
    #product-slider {
        padding: 5px;
    }
}
.section-institutional .title-section-news {
    margin-bottom: 20px;
}
.inst-description > strong {
    margin-bottom: 30px;
    display: block;
}
.inst-description > p {
    float: left;
    line-height: 20px;
    color: #282828;
    margin-right: 20px;
}
.inst-description {
    margin-bottom: 20px;
}
.inst-history-image {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.icon-history {
    width: 34px;
    height: 34px;
    background-position: -135px -1803px;
    position: absolute;
    bottom: 0;
}
.inst-history > p b {
    font-weight: bold;
    font-size: 20px;
}
.inst-history a {
    font-family: 'Oxygen', sans-serif;
    font-size: 11px;
    color: #00b5ad;
}
.inst-history p {
    line-height: 20px;
}
.inst-history > p:last-of-type {
    margin-bottom: 0;
}
.inst-business {
    margin-top: 50px;
}
.inst-mission {
    margin-top: 50px;
    margin-bottom: 50px;
}
.inst-mission p {
    line-height: 20px;
}
.inst-vision {
    margin-bottom: 50px;
}
.inst-vision p {
    line-height: 20px;
}
.inst-values p {
    line-height: 20px;
}
.inst-thumb-video {
    display: table;
    position: relative;
}
.inst-hover-video {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    display: none;
}
.icon-inst-play {
    width: 80px;
    height: 80px;
    background-position: -276px -1802px;
    z-index: 9;
    position: absolute;
    top: 32%;
    left: 50%;
    margin-left: -40px;
}
.inst-thumb-video:hover .inst-hover-video {
    display: block;
}
.icon-inst-video {
    width: 25px;
    height: 26px;
    float: left;
    background-position: -222px -1802px;
    margin: -10px 5px 2px 0;
}
.inst-video .border-titles {
    display: inline-block;
}
.inst-video .titles-home {
    padding-bottom: 0;
    line-height: 0px;
}
.inst-video .titles-home strong {
    line-height: 16px;
}
.inst-video {
    margin-bottom: 50px;
}
.inst-slider {
    padding: 0;
    list-style: none;
}
.info-timeline {
    display: table;
}
.link-timeline {
    display: block;
    background: url('../images/timeline.jpg') no-repeat;
    padding: 15px 0 15px 15px;
}
.image-timeline {
    margin-right: 20px;
}
.year-timeline {
    color: #2dc6bf;
    margin: 20px 0 5px;
    display: block;
    line-height: 32px;
}
.title-timeline {
    margin: 0 0 2px;
    color: #282828;
}
.text-timeline {
    color: #282828;
}
.icon-timeline-more {
    width: 34px;
    height: 34px;
    float: right;
    background-position: -178px -1803px;
    margin: -19px 0 0;
}
.institutional-right {
    max-width: 450px;
    margin-left: 30px;
}
.icon-awards {
    width: 50px;
    height: 50px;
    display: block;
}
.icon-certifications {
    background-position: -14px -1803px;
}
.icon-conquests {
    background-position: -75px -1803px;
}
.info-awards {
    display: table;
}
.title-awards {
    margin: 0 0 4px;
    color: #282828;
}
.text-awards {
    line-height: 16px;
    color: #282828;
    margin: 0;
}
.inst-awards {
    margin-bottom: 25px;
    display: table;
    border-bottom: 1px solid #e7e7e7;
}
.border-awards {
    width: 50px;
    height: 70px;
    margin: 0 25px -1px 0;
    float: left;
    border-bottom: 1px solid #523264;
}
.inst-timeline {
    display: none;
    margin-bottom: 70px;
}
.institutional-left {
    max-width: 495px;
}
.inst-conquests {
    margin-bottom: 50px;
}
.inst-map iframe {
    width: 100%;
    border: none;
}
.inst-caption {
    width: 105px;
    height: 140px;
    background: #71d0d1;
    color: #fff;
    padding-top: 55px;
    position: absolute;
}
.inst-caption p {
    line-height: 16px;
    max-width: 75px;
    margin: 0 auto;
}
.icon-arrow-location {
    width: 10px;
    height: 21px;
    display: block;
    background-position: -256px -1802px;
    float: right;
    margin-right: -10px;
}
.inst-location {
    position: relative;
}
.inst-link {
    float: left;
    position: relative;
}
.inst-link-text {
    position: absolute;
    color: #fff;
}
.inst-link-text span {
    display: block;
    font-size: 18px;
}
.inst-link-jobs .inst-link-text {
    top: 59px;
    right: 34px;
    line-height: 20px;
}
.inst-link-visit .inst-link-text {
    top: 60px;
    right: 45px;
    line-height: 18px;
}
.inst-link-news .inst-link-text {
    top: 67px;
    right: 66px;
    line-height: 18px;
}
.inst-link-download .inst-link-text {
    top: 59px;
    right: 60px;
    line-height: 18px;
}
.inst-links {
    margin-top: 60px;
}
.container-institutional {
    margin-bottom: 100px;
}
.inst-timeline .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.inst-timeline .bx-wrapper .bx-controls-direction a {
    display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .inst-link {
        width: 25%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .institutional-left {
        max-width: none;
    }
    .institutional-right {
        max-width: none;
        margin: 50px 0 0;
    }
    .inst-link {
        width: 25%;
    }
    .inst-link-download .inst-link-text,
    .inst-link-visit .inst-link-text,
    .inst-link-jobs .inst-link-text {
        top: 34%;
        width: 100%;
        left: 8%;
    }
    .inst-link-news .inst-link-text {
        top: 50%;
        width: 100%;
        left: 12%;
    }
    .link-timeline {
        background: none;
    }
}
@media (max-width: 767px) {
    .institutional-left {
        max-width: none;
    }
    .institutional-right {
        max-width: none;
        margin: 50px 0 0;
    }
    .link-timeline {
        background: none;
    }
    .inst-links {
        margin: 60px auto 0;
        display: table;
    }
    .icon-history {
        left: 0;
    }
    .inst-history a {
        display: table;
        margin: 0 auto 30px;
    }
    .inst-description > p {
        width: 100%;
        float: none;
        margin: 0 0 15px;
    }
    .inst-mission p,
    .inst-vision p,
    .inst-history p,
    .inst-description p,
    .inst-values p {
        text-align: justify;
    }
    .inst-thumb-video {
        margin: 0 auto;
    }
    .inst-link {
        width: 25%;
        overflow: hidden;
    }
    .inst-link-download .inst-link-text,
    .inst-link-visit .inst-link-text,
    .inst-link-jobs .inst-link-text {
        top: 34%;
        width: 100%;
        left: 8%;
    }
    .inst-link-news .inst-link-text {
        top: 50%;
        width: 100%;
        left: 12%;
    }
    .inst-link-text {
        font-size: 16px!important;
    }
}
@media (max-width: 617px) {
    .inst-link {
        width: 50%;
    }
    .inst-links {
        margin: 60px auto 0;
        display: table;
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .inst-link {
        width: auto;
        display: table;
        margin: 0 auto 20px;
        float: none;
    }
    .icon-timeline-more {
        display: none;
    }
    .inst-link-text {
        font-size: 25px!important;
    }
    .border-awards {
        height: 50px;
        margin: 0 auto 20px;
        float: none;
        border-bottom: none;
    }
    .info-awards {
        text-align: center;
        margin-bottom: 10px;
    }
    .text-awards {
        text-align: center;
        margin-bottom: 20px;
    }
    .inst-certifications {
        padding-top: 30px;
        border-top: 1px solid #e7e7e7;
    }
    .inst-awards {
        margin-bottom: 30px;
    }
}
.world-map {
    width: 558px;
    height: 280px;
    background-position: -29px -1515px;
    position: relative;
}
.map-continent {
    position: absolute;
    display: none;
}
.map-continent.africa {
    width: 108px;
    height: 120px;
    background-position: -284px -2189px;
    top: 119px;
    right: 217px;
}
.map-continent.america-do-norte {
    width: 245px;
    height: 171px;
    background-position: -12px -2021px;
    top: 0px;
    right: 315px;
}
.map-continent.america-do-sul {
    width: 71px;
    height: 120px;
    background-position: -287px -2021px;
    top: 161px;
    right: 353px;
}
.map-continent.oceania {
    width: 103px;
    height: 82px;
    background-position: -503px -2022px;
    top: 180px;
    right: 19px;
}
.map-continent.asia {
    width: 256px;
    height: 190px;
    background-position: -10px -2199px;
    top: 9px;
    right: 1px;
}
.map-continent.europa {
    width: 125px;
    height: 112px;
    background-position: -371px -2022px;
    top: 10px;
    right: 188px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .container-internacional .info-region-map {
        max-width: none;
        margin: 0 0 40px;
    }
    .world-map {
        margin: 0 auto;
    }
}
.upper {
    text-transform: uppercase;
}
.container-newsletter {
    margin-bottom: 100px;
}
.news-content-text {
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 600px;
}
.news-content-text * {
    color: #282828!important;
    font-size: 14px!important;
}
.timeline-text * {
    color: #fff!important;
}
.return-dist {
    text-align: center;
}
.section-prod .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
}
.info-prod-mais {
    width: 17px;
    height: 17px;
    font-size: 18px;
}
.section-prod .bx-wrapper {
    max-width: 940px!important;
    margin: 0 auto;
}
.section-prod .bx-next {
    right: -40px;
}
.section-prod .bx-prev {
    left: -40px;
}
.section-prod .bx-next {
    width: 19px!important;
    height: 23px;
    background: url('../images/sprites.png') no-repeat -79px -9px!important;
}
.section-prod .bx-prev {
    width: 19px!important;
    height: 28px;
    background: url('../images/sprites.png') no-repeat -45px -9px!important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .section-prod .bx-wrapper {
        max-width: 840px!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section-prod .bx-wrapper {
        max-width: 640px!important;
    }
}
@media (max-width: 768px) {
    .section-prod .bx-wrapper {
        max-width: none!important;
    }
    .section-prod .bx-prev {
        left: 0px!important;
    }
    .section-prod .bx-next {
        right: 0;
    }
}
.txt-indication * {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 500;
    line-height: 16px!important;
}
.text-indication * {
    font-family: 'Oxygen', sans-serif!important;
    font-size: 12px!important;
    line-height: 18px!important;
}
.slider-prod-search {
    max-width: 940px;
    margin: 0 auto;
}
.slider-prod-search .slides {
    margin: 0;
}
.slider-prod-search .flex-direction-nav {
    display: block;
    width: auto;
    height: auto;
    position: static;
}
.slider-prod-search .flex-direction-nav .flex-next {
    right: -40px;
}
.slider-prod-search .flex-direction-nav .flex-prev {
    left: -40px!important;
}
.slider-prod-search .flex-next {
    width: 13px;
    height: 23px;
    background: url('../images/sprites.png') no-repeat -309px -494px!important;
}
.slider-prod-search .flex-prev {
    width: 15px;
    height: 28px;
    background: url('../images/sprites.png') no-repeat -288px -494px!important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .slider-prod-search {
        max-width: 840px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .slider-prod-search {
        max-width: 640px;
    }
}
@media (max-width: 768px) {
    .slider-prod-search {
        max-width: none;
    }
    .slider-prod-search .flex-direction-nav .flex-prev {
        left: 0px!important;
    }
    .slider-prod-search .flex-direction-nav .flex-next {
        right: 0;
    }
}
.section-search {
    padding-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 768px) {
    .image-noticia img {
        width: 100%;
        height: 100%;
        max-width: 180px;
        max-height: 120px;
    }
}
.container-policy {
    margin-bottom: 70px;
}
.section-policy {
    padding-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}
.footer-form .msg-form-contact {
    margin: 37px auto 0;
}
.footer-form .icon-msg {
    float: left;
    margin: -15px 0 0;
}
.footer-form .msg-form-contact strong {
    font-size: 20px;
}
.state-group {
    display: none;
}
.prods-related {
    display: none;
}
#form-footer .news-inputs {
    font-size: 74%!important;
}
.info-produto {
    width: 110px;
}
@media (max-width: 992px) {
    .title-section-produtos {
        max-width: 85%;
    }
}
@media (max-width: 767px) {
    a.image-noticia img {
        max-width: 180px;
        max-height: 120px;
    }
    section.section-about p {
        width: auto!important;
        margin: 0 0 20px!important;
        text-align: justify;
        line-height: 20px;
    }
    .section-about img {
        margin: 0 0 20px!important;
    }
}
@media (max-width: 550px) {
    .title-section-produtos {
        max-width: 65%;
    }
    .channels-container img {
        margin: 0 auto 20px;
        display: table;
    }
    .channels-container a {
        float: none!important;
    }
}
@media (max-width: 480px) {
    a.image-noticia img {
        max-width: 100%;
    }
}
.banners .slides li img {
    margin: 0 auto;
    display: table;
}
.banner-linha-tempo {
    display: table;
    margin: 0 auto;
    padding-top: 50px;
}
iframe {
    max-width: 100%;
    display: block;
    width: 100%!important;
    margin: 20px auto;
}
.channels-container a {
    display: block;
    float: left;
}
.excerpt-classroom {
    color: #282828;
}
.wrap-plugin iframe {
    display: block!important;
    width: auto!important;
    margin: 0!important;
}
@media (max-width: 767px) {
    .link-distributors:last-child {
        line-height: 15px;
    }
}
.image-classroom img {
    max-height: 100%;
}
.side-widget-open {
    width: 62px;
    height: 53px;
    display: block;
    background: #f9a61a;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
}
.side-widget-open:hover {
    opacity: 0.80;
}
.icon-side-widget {
    width: 33px;
    height: 33px;
    display: block;
    background-position: -12px -2405px;
    position: absolute;
    z-index: 9999;
    top: 10px;
    left: 50%;
    margin-left: -17px;
}
.side-widget {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99;
}
.side-widget-wrap {
    width: 230px;
    height: 275px;
    background: #faa61a;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    padding: 25px 17px;
    display: none;
}
.side-widget-wrap * {
    color: #fff;
}
.icon-close {
    width: 12px;
    height: 14px;
    display: block;
    background-position: -141px -2405px;
    position: absolute;
    z-index: 99;
    top: 7px;
    right: 8px;
    margin-left: -17px;
}
.side-widget-title {
    margin: 0 0 15px;
    line-height: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f7ba55;
}
.form-aside .radio {
    margin: 0;
}
.subtitle-widget {
    margin-bottom: 5px;
    display: block;
}
.form-aside-submit {
    margin-top: 20px;
}
.form-aside-submit input {
    border: none;
    color: #faa61a;
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .banner-internas,
    .banners {
        display: none;
    }
}
.section-publication {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 45px;
}
.section-publication .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
}
.section-publication .bx-wrapper {
    max-width: 940px!important;
    margin: 0 auto;
}
.section-publication .bx-next {
    right: -40px;
}
.section-publication .bx-prev {
    left: -40px;
}
.section-publication .bx-next {
    width: 13px!important;
    height: 23px;
    background: url('../images/sprites.png') no-repeat -309px -494px!important;
}
.section-publication .bx-prev {
    width: 15px!important;
    height: 28px;
    background: url('../images/sprites.png') no-repeat -288px -494px!important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .section-publication .bx-wrapper {
        max-width: 840px!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section-publication .bx-wrapper {
        max-width: 640px!important;
    }
}
@media (max-width: 768px) {
    .section-publication .bx-wrapper {
        max-width: none!important;
    }
    .section-publication .bx-prev {
        left: 0px!important;
    }
    .section-publication .bx-next {
        right: 0;
    }
}
.zopim iframe {
    max-width: none;
    display: block;
    width: 100%!important;
    margin: 0!important;
}
.navbar-default .navbar-nav>li>a:hover,
.nav>li>a:hover,
.nav>li>a:focus {
    opacity: 0.80 !important;
    background: #fff !important;
    text-decoration: none !important;
}
.btn:hover,
.btn:focus {
    color: #fff !important;
    background: #018d87;
}
.container-about a:hover,
.container-about a:focus,
.info-produto a:hover {
    text-decoration: none;
    opacity: 0.80;
}
.container-about a:hover img {
    opacity: 0.80;
}
.banner-footer:hover {
    opacity: 0.80;
}
.box-states .checkbox {
    width: 20%;
    float: left;
}
.box-states .checkbox:first-child {
    margin: -5px 0 10px;
}
.box-states {
    border: 1px solid #ebebeb;
    background: #f3f5f4;
    padding: 20px 15px 10px;
    color: #999;
    margin-bottom: 20px;
}
.box-states input[type=checkbox] {
    margin-top: 3px;
}
.label-states {
    color: #999;
}
.wrap-states {
    display: none;
}
.link-resell {
    width: auto;
    padding-right: 15px;
    height: 37px;
    display: block;
    background: #00aeef;
    color: #fff;
    margin-bottom: 20px;
}
.link-resell span {
    float: left;
    margin: 10px 0 0 3px;
}
.world-map-distributors {
    margin: 0 auto 50px;
}
input[type="email"] {
    background: #f3f5f4!important;
    box-shadow: none!important;
    resize: none;
}
#btn-extranet {
    width: 96px;
}
.radio-paap {
    margin-bottom: 20px;
}
#image-clinic {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
    padding: 0;
}
.navbar-right li a:hover {
    opacity: 0.80 !important;
}
.info-produto a:hover {
    text-decoration: underline !important;
    color: initial;
}
.link-product:hover img,
.link-image-news:hover img,
.links-article-read:hover img {
    opacity: 0.80;
}
.see-more-news:hover,
.download-catalog:hover {
    opacity: 0.80;
    text-decoration: none;
    color: #848484;
}
.news-pagination a:hover {
    background: #008DC4;
}
.link-paap-info:hover,
.link-paap:hover,
.link-distributors:hover,
.link-resell:hover,
.btn-form-paap:hover {
    background: #008DC4;
    color: #fff;
    text-decoration: none;
}
#submit-jobs:hover {
    background: #018d87;
}
.resumo-noticia-link:hover {
    color: #8a8a8a !important;
}
.link-about-prod:hover {
    color: #8a8a8a !important;
    text-decoration: underline;
}
.download-catalog:hover .icon-download-catalog,
.link-download:hover div,
.image-noticia:hover img,
.link-banner-location:hover img,
.inst-awards:hover i,
.inst-awards:hover h2,
.icons-contact:hover,
.clinic-case:hover img,
#product-carousel .flex-direction-nav .flex-next:hover,
#product-carousel .flex-direction-nav .flex-prev:hover,
.sell-points:hover,
.sell-questions:hover,
.item-produto a:hover img {
    text-decoration: underline;
}
.info-prod-desc:hover {
    color: #818181;
    text-decoration: underline;
}
.msg-sucesso-trabalhe {
    float: none !important;
    margin: 0 auto !important;
}
.sub-nav .timeline-image {
    min-height: 230px;
    position: relative;
}
.resumo-noticia:hover {
    text-decoration: underline;
    color: #818181;
}
.link-cat-product:hover {
    color: #858585;
}
.title-noticia:hover,
.nav-footer ul li a:hover {
    text-decoration: underline !important;
}
.download-publication:hover {
    text-decoration: underline !important;
    color: #848484;
}
.download-publication:last-child:hover {
    text-decoration: none !important;
    opacity: 1 !important;
    color: #282828 !important;
}
.link-full-map:hover,
.prev-timeline:hover,
.next-timeline:hover {
    text-decoration: none !important;
    opacity: 0.80;
    color: #282828 !important;
}
.link-banner-location:hover img,
#product-carousel .flex-direction-nav .flex-next:hover,
#product-carousel .flex-direction-nav .flex-prev:hover,
.clinic-case:hover img,
.icons-contact:hover {
    opacity: 0.80;
}
.link-download:hover,
.link-full-map:hover,
.excerpt-catalog:hover,
.link-catalog:hover,
.advise-product:hover,
.title-news:hover,
.news-excerpt:hover,
.link-cat-video:hover,
.title-video:hover,
.excerpt-video:hover,
.links-address:hover {
    opacity: 1 !important;
    text-decoration: underline !important;
    color: #282828 !important;
}
.sell-points:hover,
.sell-questions:hover,
.more-cat:hover {
    text-decoration: none;
    opacity: 0.80;
    color: #fff;
}
#side-menu {
    display: none;
}
.mm-menu.mm-current {
    display: block!important;
}
.border-titles {
    padding: 0 10px 9px 0;
    display: inline;
}
.container-institutional .titles-home {
    margin-bottom: 12px;
}
@media (max-width: 480px) {
    .content-product .bx-wrapper .bx-controls-direction a {
        top: -27%;
    }
}
@media (max-width: 480px) {
    .border-top-product {
        max-width: 65%!important;
        ;
    }
}
@media (max-width: 767px) {
    .nav-footer a {
        color: #00b5ad;
        background: #fff;
    }
    #cboxLoadedContent iframe {
        max-width: 90%;
        max-height: 90%;
        display: table;
        width: 100%!important;
        margin: 0 auto!important;
    }
    .title-post {
        font-size: 23px;
    }
    .icon-cat {
        float: left!IMPORTANT;
        margin: 0 10px 0 0;
    }
    .link-cat-video h3 {
        display: table;
        text-align: left;

        line-height: 20px;
        margin: 0 0 0 10px;
    }
    .link-cat-video {
        display: block;
    }
    .news-search {
        padding: 10px;
    }
    .see-more-certification {
        display: table;
        margin: 20px auto 0;
    }
    .busca {
        width: 100%;
        border: 1px solid #CECECE;
        margin: 14px 1px 0 0;
    }
    .zopim {
        display: none!important;
    }
}
.map-continent {
    display: block;
    cursor: pointer;
}
.map-continent.africa:hover {
    background: url('../images/sprites.png') no-repeat -284px -2189px!important;
}
.map-continent.africa.active {
    background: url('../images/sprites.png') no-repeat -284px -2189px!important;
}
.map-continent.america-do-sul.active {
    background: url('../images/sprites.png') no-repeat -423px -2187px!important;
    width: 126px;
    height: 152px;
    top: 127px;
    right: 353px;
}
.map-continent.america-do-sul:hover {
    background: url('../images/sprites.png') no-repeat -423px -2187px!important;
    width: 126px;
    height: 152px;
    top: 127px;
    right: 353px;
}
.map-continent.america-do-norte.active {
    background: url('../images/sprites.png') no-repeat -12px -2021px!important;
}
.map-continent.america-do-norte:hover {
    background: url('../images/sprites.png') no-repeat -12px -2021px!important;
}
.map-continent.europa.active {
    background: url('../images/sprites.png') no-repeat -371px -2022px!important;
}
.map-continent.europa:hover {
    background: url('../images/sprites.png') no-repeat -371px -2022px!important;
}
.map-continent.asia.active {
    background: url('../images/sprites.png') no-repeat -10px -2199px!important;
}
.map-continent.asia:hover {
    background: url('../images/sprites.png') no-repeat -10px -2199px!important;
}
.map-continent.oceania.active {
    background: url('../images/sprites.png') no-repeat -503px -2022px!important;
}
.map-continent.oceania:hover {
    background: url('../images/sprites.png') no-repeat -503px -2022px!important;
}
@media (max-width: 991px) {
    .nav > li > a {
        padding: 10px;
    }
}
.map-state {
    display: block;
    cursor: pointer;
}
.map-state.pr.active {
    background: url('../images/sprites.png') no-repeat -356px -1040px!important;
}
.map-state.pr:hover {
    background: url('../images/sprites.png') no-repeat -356px -1040px!important;
}
.map-state.sp.active {
    background: url('../images/sprites.png') no-repeat -417px -1033px!important;
}
.map-state.sp:hover {
    background: url('../images/sprites.png') no-repeat -417px -1033px!important;
}
.map-state.sc.active {
    background: url('../images/sprites.png') no-repeat -503px -1041px!important;
}
.map-state.sc:hover {
    background: url('../images/sprites.png') no-repeat -503px -1041px!important;
}
.map-state.rs.active {
    background: url('../images/sprites.png') no-repeat -355px -1089px!important;
}
.map-state.rs:hover {
    background: url('../images/sprites.png') no-repeat -355px -1089px!important;
}
.map-state.mg.active {
    background: url('../images/sprites.png') no-repeat -500px -1080px!important;
}
.map-state.mg:hover {
    background: url('../images/sprites.png') no-repeat -500px -1080px!important;
}
.map-state.ba.active {
    background: url('../images/sprites.png') no-repeat -86px -1316px!important;
}
.map-state.ba:hover {
    background: url('../images/sprites.png') no-repeat -86px -1316px!important;
}
.map-state.es.active {
    background: url('../images/sprites.png') no-repeat -56px -1317px!important;
}
.map-state.es:hover {
    background: url('../images/sprites.png') no-repeat -56px -1317px!important;
}
.map-state.rj.active {
    background: url('../images/sprites.png') no-repeat -561px -1040px!important;
}
.map-state.rj:hover {
    background: url('../images/sprites.png') no-repeat -561px -1040px!important;
}
.map-state.to.active {
    background: url('../images/sprites.png') no-repeat -234px -1316px!important;
}
.map-state.to:hover {
    background: url('../images/sprites.png') no-repeat -234px -1316px!important;
}
.map-state.ms.active {
    background: url('../images/sprites.png') no-repeat -433px -1091px!important;
}
.map-state.ms:hover {
    background: url('../images/sprites.png') no-repeat -433px -1091px!important;
}
.map-state.am.active {
    background: url('../images/sprites.png') no-repeat -416px -1286px!important;
}
.map-state.am:hover {
    background: url('../images/sprites.png') no-repeat -416px -1286px!important;
}
.map-state.ac.active {
    background: url('../images/sprites.png') no-repeat -356px -1245px!important;
}
.map-state.ac:hover {
    background: url('../images/sprites.png') no-repeat -356px -1245px!important;
}
.map-state.pa.active {
    background: url('../images/sprites.png') no-repeat -357px -1395px!important;
}
.map-state.pa:hover {
    background: url('../images/sprites.png') no-repeat -357px -1395px!important;
}
.map-state.mt.active {
    background: url('../images/sprites.png') no-repeat -356px -1164px!important;
}
.map-state.mt:hover {
    background: url('../images/sprites.png') no-repeat -356px -1164px!important;
}
.map-state.go.active {
    background: url('../images/sprites.png') no-repeat -434px -1160px!important;
}
.map-state.go:hover {
    background: url('../images/sprites.png') no-repeat -434px -1160px!important;
}
.map-state.rr.active {
    background: url('../images/sprites.png') no-repeat -542px -1223px!important;
}
.map-state.rr:hover {
    background: url('../images/sprites.png') no-repeat -542px -1223px!important;
}
.map-state.ro.active {
    background: url('../images/sprites.png') no-repeat -541px -1165px!important;
}
.map-state.ro:hover {
    background: url('../images/sprites.png') no-repeat -541px -1165px!important;
}
.map-state.ap.active {
    background: url('../images/sprites.png') no-repeat -356px -1300px!important;
}
.map-state.ap:hover {
    background: url('../images/sprites.png') no-repeat -356px -1300px!important;
}
.map-state.ma.active {
    background: url('../images/sprites.png') no-repeat -289px -1317px!important;
}
.map-state.ma:hover {
    background: url('../images/sprites.png') no-repeat -289px -1317px!important;
}
.map-state.pi.active {
    background: url('../images/sprites.png') no-repeat -179px -1318px!important;
}
.map-state.pi:hover {
    background: url('../images/sprites.png') no-repeat -179px -1318px!important;
}
.map-state.ce.active {
    background: url('../images/sprites.png') no-repeat -299px -1406px!important;
}
.map-state.ce:hover {
    background: url('../images/sprites.png') no-repeat -299px -1406px!important;
}
.map-state.rn.active {
    background: url('../images/sprites.png') no-repeat -58px -1406px!important;
}
.map-state.rn:hover {
    background: url('../images/sprites.png') no-repeat -58px -1406px!important;
}
.map-state.pb.active {
    background: url('../images/sprites.png') no-repeat -103px -1406px!important;
}
.map-state.pb:hover {
    background: url('../images/sprites.png') no-repeat -103px -1406px!important;
}
.map-state.pe.active {
    background: url('../images/sprites.png') no-repeat -199px -1406px!important;
}
.map-state.pe:hover {
    background: url('../images/sprites.png') no-repeat -199px -1406px!important;
}
.map-state.al.active {
    background: url('../images/sprites.png') no-repeat -158px -1405px!important;
}
.map-state.al:hover {
    background: url('../images/sprites.png') no-repeat -158px -1405px!important;
}
.map-state.se.active {
    background: url('../images/sprites.png') no-repeat -262px -1405px!important;
}
.map-state.se:hover {
    background: url('../images/sprites.png') no-repeat -262px -1405px!important;
}
.map-state.sp,
.map-state.rn {
    z-index: 2;
}
.map-state.mg,
.map-state.sc,
.map-state.pb {
    z-index: 1;
}
.map-state.es,
.map-state.rj {
    z-index: 4;
}
.map-state.mt,
.map-state.pr {
    z-index: 3;
}
@media (min-width: 768px) {
    .buscar {
        margin-top: 13px!important;
    }
}
.voltar-topo {
    width: 32px;
    height: 48px;
    display: none;
    position: fixed;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    right: 2%;
    bottom: 18%;
    background-position: -40px -556px;
    z-index: 9999;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.voltar-topo:hover {
    opacity: 0.80;
}
#submit-widget:hover {
    background: #fff;
    opacity: 0.80;
    color: #faa61a;
    border: none;
}
#states-resell {
    display: none;
}
.button-newsletter {
    background: #f3f5f4!important;
    box-shadow: none!important;
    resize: none;
    text-align: left;
    line-height: 20px;
    cursor: pointer;
}
.button-newsletter i {
    float: right;
    line-height: 16px;
    cursor: pointer;
    font-size: 14px;
}
.button-newsletter .fa-sort-up {
    float: right;
    line-height: 28px;
    cursor: pointer;
}
.box-specialties {
    display: none;
    color: #999;
}
.box-specialties input[type=checkbox] {
    position: relative;
    top: 3px;
}
.box-specialties label {
    cursor: pointer;
}
.inst-history-2 {
    display: none;
    margin-top: 10px;
}
.link-history {
    font-family: 'Oxygen', sans-serif;
    font-size: 11px;
    color: #00b5ad;
    border: none;
    background: none;
    margin-bottom: 10px;
    margin-top: 10px;
}
.inst-history img {
    margin-bottom: 10px;
}
.link-history:hover {
    text-decoration: underline
}
.timeline-image {
    min-height: 209px;
}
.text-address-contact a {
    color: #303030;
}
.text-address-contact a:hover {
    color: #303030;
    text-decoration: underline;
}
.institutional-left a img:hover {
    opacity: 0.80;
}
.slider-eventos .slides li {
    display: none !important;
}
.slider-eventos .slides .flex-active-slide {
    display: block !important;
}
.image-noticia {
    min-width: 180px;
}
#product-carousel .slides img {
    display: block;
    max-height: 65px;
    margin: 0 auto;
}
#product-carousel .slides > li {
    padding: 5px;
    max-height: 75px;
    height: 75px;
}
.product-title {
    margin: 0 0 8px;
}
.image-noticia img {
    max-height: none;
}
.inst-conquests {
    display: none;
}
.image-product {
    margin: 15px 0 0px;
}
.paap-inputs .cep-info {
    margin: -20px 0 0;
}
.timeline-image {
    min-height: 209px;
    width: 100%;
}
.map-location {
    width: 100%;
    height: 250px;
}
.image-location img {
    z-index: 9;
}
.image-location iframe {
    width: 81%!important;
    height: 250px;
    right: 0;
    position: absolute;
    margin: 0!important;
}
.link-full-map {
    display: table;
    margin: 30px auto 50px;
    color: #282828;
    width: 100%;
    text-align: center;
}
.map-state.mt {
    width: 100px;
    height: 94px;
    background-position: -434px -1160px;
    top: 113px;
    right: 135px;
}
.map-state.go {
    width: 64px;
    height: 64px;
    background-position: -356px -1164px;
    top: 159px;
    right: 97px;
}
.map-state.mt.active {
    background: url('../images/sprites.png') no-repeat -434px -1160px!important;
}
.map-state.go.active {
    background: url('../images/sprites.png') no-repeat -356px -1164px!important;
}
.map-state.mt:hover {
    background: url('../images/sprites.png') no-repeat -434px -1160px!important;
}
.map-state.go:hover {
    background: url('../images/sprites.png') no-repeat -356px -1164px!important;
}
.map-state.mt {
    z-index: 0;
}
.map-state.go {
    z-index: 3;
}
.map-state.df {
    width: 19px;
    height: 27px;
    background-position: -379px -1164px;
    top: 167px;
    right: 106px;
    z-index: 4;
}
.map-state.df.active {
    background: url('../images/sprites.png') no-repeat -581px -1305px!important;
}
.map-state.df:hover {
    background: url('../images/sprites.png') no-repeat -581px -1305px!important;
}
.inst-awards {
    width: 100%;
}
.see-more-history {
    margin-bottom: 15px;
    display: block;
}
.row-product.empty {
    display: none;
}
.map-continent.oriente-medio {
    width: 60px;
    height: 58px;
    background-position: -469px -2390px;
    top: 105px;
    right: 199px;
}
.map-continent.oriente-medio:hover {
    background: url('../images/sprites.png') no-repeat -469px -2390px!important;
}
.map-continent.oriente-medio.active {
    background: url('../images/sprites.png') no-repeat -469px -2390px!important;
}
@media (min-width: 1200px) {
    .nav>li>a {
        padding: 10px 20px;
    }
}
.see-more-section {
    font-size: 12px;
    line-height: 20px;
    color: #282828;
}
@media (max-width: 550px) {
    .title-section-produtos {
        max-width: 75%;
    }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}
.fa-won:before,
.fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
#loading-modal {
    font-size: 50px;
    color: #00B5AD;
    display: none;
}
#share-product .modal-body {
    text-align: center;
}
#share-product-form {
    text-align: left;
}
#alert-share-product {
    display: none;
}
.wrap-search-prodnew {} .wrap-search-prodnew .filter-search {
    margin: 0;
}
.wrap-search-prodnew .titles-home {
    border: none;
    margin: 9px 0 0;
    padding: 0;
    text-transform: uppercase;
}
.header-prods {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 20px 0;
    margin-bottom: 35px;
}
.header-prods #orderby {
    margin: 0;
}
.wrap-search-prodnew .row-product {
    margin: 0;
    padding: 20px 0;
}
.wrap-search-prodnew .row-product:last-child {
    border: none;
    margin: 0;
}
.wrap-search-prodnew .title-showcase {
    margin: 0;
    background: transparent;
    text-transform: uppercase;
    font-style: italic;
    font-size: 14px;
    padding: 0 0px 0 7px;
}
.wrap-search-prodnew .product-cat ul {
    padding-left: 0px;
    margin: 10px 0 16px;
    list-style-position: inside;
}
.wrap-search-prodnew .product-cat {
    width: 175px;
    display: table;
}
.wrap-search-prodnew .more-cat {
    background: transparent;
    color: #FFFFFF;
    text-align: left;
    padding-left: 8px;
    text-transform: uppercase;
    padding: 5px 10px;
    width: 95px;
}
.veja-mais {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    left: 5px;
    top: -2px;
    text-align: center;
    color: #fff;
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    background-position: -169px -2405px;
}
.wrap-search-prodnew .search-pagination {
    border-top: none;
    border-bottom: 1px solid #E7E7E7;
    margin: 0;
    padding: 0 0 25px;
}
.wrap-search-prodnew .pagination>li>a,
.pagination>li>span {
    padding: 5px 10px;
    border-radius: 50%;
    margin: 0 2px;
}
.wrap-search-prodnew .nav-item {
    background: #00B5AD!important;
}
.wrap-search-prodnew .nav-first,
.wrap-search-prodnew .nav-last,
.wrap-search-prodnew .nav-prev,
.wrap-search-prodnew .nav-next {
    border-radius: 0!important;
    margin-top: 5px!important;
}
.wrap-search-prodnew .nav-item.active {
    background: #C2C2C2!important;
}
.header-prods .result-search-prod {
    margin-top: 9px;
}
.cat-box-prod strong {
    color: #323232;
    font-weight: 500;
    margin-bottom: 0px;
}
.cat-box-prod a,
.link-cat-product {
    color: #A3A3A3;
    padding: 5px;
    display: block;
}
.cat-box-prod a:hover,
.link-cat-product:hover {
    background: #A3A3A3;
    padding: 5px;
    color: #fff;
    display: block;
    text-decoration: none;
}
.count-cat {
    color: #2F2F2F;
}
.cat-box-prod a:hover .count-cat {
    color: #fff;
}
.circle {
    margin: 0 5px;
    color: #000!important;
}
.title-categories {
    text-transform: uppercase;
}
.title-showcase a {
    color: #282828;
}
.row-product.active .link-cat-product.active {
    background: #A3A3A3;
    color: #fff;
}
.cat-box-prod strong a {
    color: #282828;
    padding: 20px 0!important;
}
.icon-accordion {
    width: 20px;
    height: 20px;
    float: right;
    background-position: -169px -2405px;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.wrap-search-prodnew .category-prod {
    padding: 0 12px;
}
.icon-accordion.active {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.row-product.active .link-cat-product.active .count-cat,
.cat-box-prod a:hover .count-cat,
.link-cat-product:hover .count-cat {
    color: #fff;
}
.cat-box-prod {
    margin: 0;
}
.cat-box-prod strong a:hover {
    background: transparent!important;
    color: #282828;
}
.cat-box-prod strong + .toogle-list {
    margin-top: -15px;
}
.icon-category {
    width: 18px;
    height: 18px;
    float: left;
    background: #00b5ad;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 17px;
    cursor: default;
    margin-top: -3px;
}
.product-video {
    padding-top: 0;
    margin-bottom: 5px;
}
.icon-video {
    margin: 7px auto 0;
}
.product-channel {
    padding-top: 0;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7e7;
    display: block;
}
.channel-content {
    display: none;
}
#product-slider {
    max-height: none;
}
.channel-content-video iframe {
    margin: 0;
}
.channel-content-image img {
    margin: 0!important;
}
object {
    display: block;
}
.video-prod iframe {
    margin: 0!important;
}
.img-video-angelus img {
    margin: 0!important;
}
@media (max-width: 991px) {
    .product-video,
    .product-channel {
        margin: 0 5px 0 0;
        float: left;
    }
    .col-right-product {
        float: right;
    }
}
@media (min-width: 992px) {
    .col-right-product {
        margin-right: 38px;
        padding: 0 !important;
        float: right;
    }
    .col-left-product {
        padding: 0 !important;
        width: 48% !important;
    }
}
@media (max-width: 1199px) {
    .media-product {
        max-width: 415px;
    }
}