html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

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 {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!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^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    ;
    text-decoration: none
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

p {
    margin: 0 0 10px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

ol, ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

fieldset {
    min-width: 0;
    margin: 0
}

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    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=checkbox]:focus,
input[type=file]:focus,
input[type=radio]: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
}

input[type=search] {
    -webkit-appearance: none
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.btn {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -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;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    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.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    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.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    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.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

@media (max-width: 1287px){
    .slide__text-heading{
  width: 100%!important;
}
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.btn .caret {
    margin-left: 0
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li,
.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a {
    padding: 10px 15px
}
/*
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}
*/
.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.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:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.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:focus,
.nav-tabs.nav-justified>.active>a:hover {
    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:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        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:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.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 {
    margin-bottom: 5px;
    text-align: center
}

.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:focus,
.nav-tabs-justified>.active>a:hover {
    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:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.label {
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container-fluid .jumbotron,
.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container-fluid .jumbotron,
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 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: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.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-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>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,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.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,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.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-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.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-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.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-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.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-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.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-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.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
}

.carousel {
    position: relative
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@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
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    font-weight: 400;
    color: #989797;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    font-family: Droid Sans, sans-serif
}

p,
ul {
    font-size: 17px;
    line-height: 34px
}

img {
    transition: all .2s ease-in-out
}

h1 {
    font-size: 55px;
    line-height: 63px;
    color: #222
}

h1,
h2 {
    margin-bottom: 20px;
    font-family: Baloo Thambi, sans-serif;
    margin-top: 0;
    letter-spacing: -.025em
}

h2 {
   
    color: #155084;
    text-transform: uppercase
}

h3 {
    font-size: 35px;
    color: #155084;
    line-height: 1em;
    letter-spacing: -.2px;
    margin-top: 0;
    position: relative
}

h3,
h4 {
    font-family: Baloo Thambi, sans-serif;
    margin-bottom: 20px
}

h4 {
    font-size: 2.3em;
    margin-top: 20px;
    color: #292929
}

h5 {
    font-size: 1.8em;
    color: #292929;
    margin: 20px 0
}

h5,
h6 {
    font-family: Baloo Thambi, sans-serif;
    letter-spacing: -.4px;
    text-transform: uppercase
}

h6 {
    font-size: 1.114em;
    line-height: 1.214em
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    text-transform: none;
    font-family: Lato, sans-serif
}

a {
    transition: color .2s ease-in-out
}

a:focus,
a:hover {
    text-decoration: none
}

i {
    transition: all .2s ease-in-out
}

@keyframes bouncedelay {
    0%,
    80%,
    to {
        transform: scale(1)
    }
    40% {
        transform: scale(1.5)
    }
}

nav a {
    font-size: 17px;
    padding-bottom: 35px!important;
    padding-top: 35px!important;
    transition: all .1s ease
}

.slider-container {
    overflow: hidden;
    position: relative;
    cursor: all-scroll
}

.slider {
    z-index: 1;
    position: relative;
    height: 500px;
    top: 0
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity .3s;
    opacity: 0
}

.slider-control.inactive:hover {
    cursor: auto
}

.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer
}

.slider-control.left {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .18) 0, transparent)
}

.slider-control.right {
    right: 0;
    background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .18))
}

ul.slider-pagi {
    padding-left: 0
}

.slider-pagi {
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
    bottom: 8%
}

.slider-pagi__elem {
    border: 2px solid;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 .5rem;
    border-radius: 50%;
    cursor: pointer
}

.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #cecece;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    transition: transform .3s;
    transform: translate(-50%, -50%) scale(0)
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
    transform: translate(-50%, -50%) scale(1)
}

.slider.animating,
.slider.animating .slide__bg {
    transition: transform .5s
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50%
}

.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    transform: translateX(0)
}

.slide__bg {
    left: -50%;
    background-size: cover;
    background-position: 100% 0
}

.slide__bg,
.slide__content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.slide__content {
    left: 0
}

.slide__overlay {
    height: 950px;
    width: 1150px;
    top: 0;
    border-radius: 40%;
    margin-left: -610px
}

.slide__overlay,
.slide__text {
    transition: transform .5s .5s, opacity .2s .5s;
    transform: translate3d(-20%, 0, 0)
}

.slide__text {
    text-align: center;
    position: absolute;
    max-width: 34%;
    bottom: 35%;
    left: 50px;
    color: #fff;
    opacity: 0
}

.slide__text h1 {
    color: #fff;
    text-transform: uppercase
}

.slide__text-heading {
    margin-bottom: 1.5rem;
    margin-top: 0
}

.lead {
    font-size: 2rem;
    font-weight: 400;
    margin: 2.1rem 0
}

.slide:first-child {
    left: 0
}

.slide:nth-child(2) {
    left: 100%
}

.slide:nth-child(3) {
    left: 200%
}

.slide:nth-child(4) {
    left: 300%
}

.slide:nth-child(5) {
    left: 400%
}

.slide:nth-child(6) {
    left: 500%
}

.slide:nth-child(7) {
    left: 600%
}

.slide:nth-child(8) {
    left: 700%
}

@keyframes dog-bones-falling {
    0% {
        background-position: 94% -100px, 96% 100px, 99% -300px
    }
    to {
        background-position: 94% 500px, 96% 100px, 99% 500px
    }
}

.features,
.features i {
    margin-bottom: 20px
}

.features i {
    border-radius: 50%;
    padding: 20px 40px;
    border: 5px solid;
    transition: all .2s ease-in-out 0s
}

.features:hover i {
    transform: scale(1.2);
    -webkit-backface-visibility: hidden
}

.bg1 {
    background: url(https://www.petz.com.br/black-friday/img/gatos-petz.webp) no-repeat;
    background-attachment: fixed;
    background-size: cover
}

#contact-index i,
#contact i {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 8px
}

.adopt-header {
    text-align: center
}

.adopt-header h4 {
    font-weight: 700
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    transition-duration: .8s
}

.isotope-item {
    margin-right: -1px;
    backface-visibility: hidden
}

.isotope {
    transition-property: height, width
}

.isotope .isotope-item {
    transition-property: transform, opacity
}

.adoption-thumb {
    display: block;
    padding: 25px;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px
}

.adoption-thumb img {
    margin: 0 auto;
    border: 5px solid;
    transition: border .3s ease-in-out
}

.adoption-thumb:hover img {
    border: 15px double
}

footer {
    background-color: #ffd403;
    padding: 45px 0
}

footer h4,
footer h5,
footer h6,
footer p,
footer ul {
    color: #000;
    margin-top: 0
}

footer.no-margin {
    margin-top: 0
}

footer p {
    margin-top: 20px;
    text-align: center;
    line-height: 24px;
    font-size: 14px
}

footer i {
    font-size: 12px;
    margin-right: 8px
}

footer a {
    color: #000
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 58px;
    right: 22px;
    z-index: 119
}

.back-to-top i {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 40px;
    font-size: 22px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    transition: all .3s ease-in-out
}

.parallax-object1 {
    position: absolute;
    margin-top: 450px;
    right: 0;
    z-index: 19;
    width: 100px
}

.parallax-object2 {
    position: absolute;
    margin-top: -100px
}

.owl-carousel {
    padding: 10px
}

.owl-carousel .owl-item {
    perspective: 1000px
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    text-align: center
}

.owl-prev {
    left: 45px
}

.owl-next {
    right: 45px;
    margin-top: -40px;
}

.owl-next:hover,
.owl-prev:hover {
    transition: all .3s ease-in-out
}

.owl-next i,
.owl-prev i {
    color: #fff;
    font-size: 25px;
    padding: 10px
}

.owl-prev i {
    border-radius: 20px 0 0 20px
}

.owl-next i {
    border-radius: 0 20px 20px 0
}

.owl-carousel.owl-loaded {
    clear: both
}

.owl-dots {
    text-align: center;
    margin-top: 20px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #cecece;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 .5rem;
    border-radius: 50%;
    cursor: pointer;
    color: #333
}

.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    transition: transform .3s;
    transform: translate(-50%, -50%) scale(0)
}

.owl-theme .owl-dots .owl-dot.active span:before,
.owl-theme .owl-dots .owl-dot span:hover:before {
    transform: translate(-50%, -50%) scale(1)
}

section {
    background: #fff;
    padding: 10px 0
}

section.no-padding {
    padding-bottom: 0!important
}

section.small-section {
    padding: 40px 0
}

.section-heading {
    margin-bottom: 40px;
    text-align: center
}

.section-heading hr {
    max-width: 100px
}

.section-heading h2 {
    z-index: 99;
    text-align: center
}

.section-heading h2:after,
.section-heading h2:before {
    position: relative;
    content: "";
    width: 37px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 20px
}

.no-padding {
    padding: 0
}

#curveUp {
    margin-top: -99px;
    z-index: 10;
    position: absolute
}

#elements .row {
    margin-right: 0;
    margin-left: 0
}

#elements h3.sub-header,
#elements h5.sub-header {
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid;
    border-radius: 20px
}

#elements h3.sub-header {
    margin-bottom: 30px;
    color: #fff
}

.page-header {
    border-bottom: 2px solid #eee!important;
    margin-bottom: 50px
}

.page-header h2 {
    display: inline-table
}

.img-outline {
    outline: 2px solid #fff;
    outline-offset: -10px
}

.img-opacity:hover {
    opacity: .7
}

.box_icon {
    margin-bottom: 10px
}

.box_icon>.icon {
    text-align: center;
    transition: all .3s ease-in-out;
    box-shadow: 2px 0 20px #cecece
}

.box_icon>.icon,
.box_icon>.icon>.image {
    overflow: hidden;
    position: relative;
    border-radius: 20px
}

.box_icon>.icon>.image {
    z-index: 2;
    vertical-align: middle;
    margin: auto auto 20px
}

.box_icon .image img {
    transition: all .3s ease-in-out;
    transition: opacity .7s, transform 2.5s
}

.box_icon:hover img {
    transform: scale3d(1.2, 1.2, 1) rotate(7deg)
}

.box_icon>.icon>.info {
    margin-top: -14px;
    padding: 20px 25px 35px
}

.img-rounded {
    border-radius: 40px;
    border-bottom: 20px solid
}

.img-effect {
    overflow: hidden
}

.img-effect img {
    transition: opacity .7s, transform 2.5s
}

.img-effect:hover img {
    transform: scale3d(1.2, 1.2, 1)
}

.img-hover img {
    transition: opacity .2s;
    opacity: 1
}

.img-hover:hover img {
    opacity: .8
}

.label {
    padding: .2em .6em .3em;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    color: #fff;
    border-radius: 20px
}

label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px
}

.fade {
    opacity: 0;
    transition: opacity .55s linear
}

section.pages {
    padding: 60px 0 90px
}

.image-page {
    margin: 20px 0
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 10px 24px;
    font-size: 18px;
    color: #fff;
    font-family: Baloo Thambi, sans-serif;
    border-radius: 10px;
    transition: all .2s ease-in-out
}

.pager li>a:hover {
    color: #fff
}

.tab-content {
    padding: 50px;
    border-radius: 20px
}

.nav-tabs {
    text-align: center;
    border-bottom: 0;
    margin-bottom: -1px
}

.nav.nav-tabs>li.active>a:focus,
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li>a:hover {
    border: 0
}
/*
.nav.nav-tabs>li {
    float: none;
    display: inline-block;
    margin: 0 10px
}

.nav.nav-tabs>li>a {
    position: relative;
    font-weight: 800;
    display: block;
    min-height: 50px;
    border: 0;
    padding: 15px 35px;
    color: #fff;
    font-size: 22px;
    border-radius: 20px 20px 0 0;
    transition: all .2s ease-in-out
}

.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li>a:hover {
    color: #fff
}
*/
.panel {
    border: 0;
    background: transparent;
    box-shadow: none
}

.panel-title {
    font-size: 18px
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0
}

.panel-heading a {
    display: block;
    text-transform: none;
    padding: 10px;
    color: #fff;
    letter-spacing: .5px;
    font-family: Baloo Thambi, sans-serif;
    border: 0;
    transition: all .2s ease-in-out;
    border-radius: 15px
}

.panel-heading a:active,
.panel-heading a:focus,
.panel-heading a:hover {
    color: #fff
}

.panel-group .panel+.panel {
    margin-top: 0
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0
}

.panel-heading {
    padding: 10px 0
}

.panel-heading [data-toggle=collapse]:after {
    content: "\f077";
    font-family: FontAwesome;
    float: right;
    font-size: 15px;
    line-height: 20px
}

.panel-heading [data-toggle=collapse].collapsed:after {
    transform: rotate(180deg)
}

ul.no-margin {
    margin: 0;
    padding: 0
}

.list-unstyled li {
    line-height: 30px
}

ul.custom {
    list-style: none
}

ul.custom li {
    padding: 5px 0;
    font-size: 16px;
    line-height: 26px
}

ul.custom li:before {
    content: "\f0da";
    font-family: fontawesome;
    padding-right: 7px
}

.btn {
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Baloo Thambi, sans-serif;
    font-size: 15px;
    transition: all .3s ease-in-out;
    border-radius: 25px;
    margin-top: 10px;
    letter-spacing: .1px;
    line-height: 1em;
    padding: 20px 30px;
    text-transform: uppercase
}

.btn:hover {
    color: #fff;
    box-shadow: none
}

.btn .fa {
    color: #fff
}

.form-horizontal .control-label {
    text-align: left!important
}

.form-control.form-control.input-lg {
    margin-top: 0
}

.input-group .form-control:focus {
    box-shadow: 0 0 10px #fff
}

.form-control,
.input-field:focus,
.textarea-field:focus {
    outline: 0 none
}

textarea {
    height: 150px;
    resize: none
}

textarea.form-control:focus {
    outline: 0 none
}

i {
    display: inline-block
}

.huge-icon {
    font-size: 280px
}

.big-icon {
    font-size: 80px
}

div.bg-darkcolor,
div.bg-lightcolor1,
div.bg-lightcolor2 {
    padding: 20px;
    border-radius: 20px
}

.bg-darkcolor h1,
.bg-darkcolor h2,
.bg-darkcolor h3,
.bg-darkcolor h4,
.bg-darkcolor h5,
.bg-darkcolor h6,
.bg-darkcolor i,
.bg-darkcolor p,
.bg-darkcolor small,
.bg-darkcolor ul.custom li,
.bg-darkcolor ul.custom li:before {
    color: #fff
}

.social-media {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.social-media a {
    display: inline-block;
    font-size: 25px
}

.social-media a i:hover {
    transform: scale(1.2);
    background-color: #fff
}

.social-media a i {
    font-weight: 400;
    color: #fff;
    margin: 3px;
    padding: 10px;
    width: 50px;
    border: 3px solid;
    border-radius: 50%;
    height: 50px
}

.social-media a i,
.social-media i {
    transition: all .3s ease-in-out
}

.smaller.social-media a i {
    font-size: 22px;
    transition: .3s;
    margin: 0;
    border: 0;
    background: none;
    padding: 0;
    width: 30px;
    color: #fff
}

.smaller.social-media a i:hover {
    background: none
}

.smaller.social-media {
    margin-top: 10px;
    margin-bottom: 10px
}

.callout-box {
    position: absolute;
    float: right;
    padding: 70px!important;
    margin-top: 30px;
    border-radius: 20px;
    box-shadow: -8px 15px 0 #fff
}

.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.well {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 20px;
    padding: 40px 20px!important;
    background-color: #fff
}

.well .list-unstyled {
    padding-left: 15px;
    font-size: 16px;
    list-style: none;
    line-height: 30px;
    font-weight: 400;
    font-family: Baloo Thambi, sans-serif
}

.call-to-action .well {
    margin-bottom: 0
}

.media {
    margin-top: 45px
}

.media-heading small {
    font-weight: 800;
    display: block;
    margin: 10px 0 20px;
    line-height: 20px;
    letter-spacing: .6px
}

.margin1 {
    margin-top: 0px
}

.jumbotron {
    background-size: cover!important;
    height: 380px;
    color: #fff;
    text-align: center;
    margin-bottom: 12em;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%
}

.jumbotron .jumbo-heading {
    color: #fff;
    padding: 40px 70px;
    background-image: url(https://www.petz.com.br/black-friday/img/illustrations/pattern.png);
    margin-top: 250px;
    display: inline-block;
    border-radius: 50%;
    border: 10px solid
}

.jumbo-heading h1 {
    margin: 0
}

;
background-repeat:no-repeat,
no-repeat;
background-position:0,
100%
}
hr {
    margin-top: 10px;
    border-top: 1px solid
}
@media (min-width:2550px) {
    .slide__text {
        max-width: 20%
    }
    
    .slide__overlay {
        margin-left: -200px
    }
}
@media (min-width:1824px) {
    .slide__text {
        max-width: 25%
    }
    
    .jumbotron {
        height: 500px
    }
    
    .jumbotron .jumbo-heading {
        margin-top: 380px
    }
    
    #contact-index {
        background-position: 15% bottom
    }
}
@media (min-width:1199px) {
    .price-table {
        margin: 50px 10px 10px
    }
    
    .price-table .plan:hover {
        margin-top: -20px
    }
}
@media (max-width:1199px) {
    .callout-box {
        position: relative;
        padding: 40px
    }
}
@media (min-width:991px) and (max-width:1300px) {
    .jumbotron .jumbo-heading {
        margin-top: 170px
    }
    
    .jumbotron {
        height: 300px!important
    }
    
    .slider {
        height: 500px
    }
}
@media (max-width:1200px) {
    #contact-index {
        background-image: none
    }
}
@media (max-width:992px) {
    h1 {
        font-size: 42px!important;
        line-height: 42px
    }
    
    
    
    h3 {
        font-size: 28px
    }
    
    h4 {
        font-size: 26px
    }
    
    h5 {
        font-size: 22px
    }
    
    h6 {
        font-size: 20px
    }
    
    .margin1,
    .res-margin {
        margin-top: 30px
    }
    
    .nav>li {
        text-align: center;
        font-size: 20px
    }
    
    nav.navbar.shrink a,
    nav a {
        font-size: 15px;
        padding-bottom: 20px!important;
        padding-top: 20px!important
    }
    
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
    
    .section-heading {
        margin-bottom: 30px
    }
    
    .owl-next i,
    .owl-prev i {
        display: none
    }
    
    .sidebar {
        border: 0
    }
    
    .back-to-top {
        display: none
    }
    
    .img-paragraph {
        margin: 0 0 20px
    }
    
    .call-to-action {
        background-attachment: scroll!important;
        background-position: bottom!important
    }
    
    .slider {
        height: 600px;
        top: 60px
    }
    
 
    
    .slide__text {
        left: 0;
        top: 52%;
        max-width: 100%;
        text-align: center;
        position: relative;
        transform: translateY(50%);
        transition: transform .5s .5s, opacity .5s .5s;
        padding: 0 1rem
    }
    
    .slide__overlay {
        display: none
    }
    
    .slide__text-heading {
        font-size: 3.2rem
    }
    
    .slider-pagi {
        bottom: -4%
    }
    
    #curveUp,
    .hidden-mobile {
        display: none
    }
    
    .jumbotron {
        background-position: bottom!important
    }
    
    #reviews,
    .bg-pattern {
        background-image: none
    }
}
@media screen and (min-width:768px) and (max-width:992px) {
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
    
    .slider {
        height: 450px
    }
}
@media (max-width:767px) {
    .slider {
        height: 380px
    }
    
    .slider-pagi {
        bottom: -6%
    }
    
    .jumbotron .jumbo-heading {
        margin-top: 140px
    }
    
    .jumbotron {
        height: 250px;
        margin-bottom: 9em
    }
    
    #stats {
        background-image: none
    }
    
    .nav-tabs>li {
        margin-bottom: 10px!important
    }
    
    h1 {
        font-size: 2.998em
    }
    
    .section-heading h2:after,
    .section-heading h2:before {
        display: none
    }
    
    .nav-pills>li>a {
        font-size: 16px;
        margin: 5px;
        line-height: 18px;
        padding: 10px
    }
}
@media (max-width:480px) {
    .jumbotron .jumbo-heading {
        left: 0;
        right: 0;
        background-image: none;
        padding: 20px;
        margin-top: 110px
    }
    
    .jumbotron {
        margin-bottom: 5em;
        padding: 10px;
        height: 150px;
        margin-top: 20px
    }
    
    .slider-pagi__elem {
        width: 1rem;
        height: 1rem
    }
    
    h1 {
        font-size: 22px!important;
        text-transform: uppercase;
        line-height: 24px
    }
    
    h2 {
        font-size: 28px!important
    }
    
    h3 {
        font-size: 26px
    }
    
    h4 {
        font-size: 24px
    }
    
    h5 {
        font-size: 22px;
        text-transform: uppercase
    }
    
    h6 {
        font-size: 18px
    }
    
    .jumbo-heading h1 {
        text-shadow: none!important
    }
    
    .section-heading h2 {
        border: 0;
        line-height: 28px;
        letter-spacing: 0;
        font-size: 26px
    }
    
    .section-heading {
        margin-bottom: 2rem
    }
    
    .block {
        padding: 10px
    }
    
    h1 span {
        font-size: 38px
    }
    
    .date-category i {
        display: none
    }
    
    .date-category {
        position: absolute;
        color: #fff;
        min-width: 0;
        padding: 10px;
        left: 0;
        margin-top: -20px
    }
    
    .date-category p {
        margin: 0;
        line-height: 12px
    }
    
    .breadcrumbs {
        font-size: 11px
    }
    
    .glyph {
        width: 100%
    }
    
    .post-info p {
        line-height: 13px
    }
    
    .comments-block {
        padding: 0
    }
    
    .panel-heading [data-toggle=collapse]:after {
        display: none
    }
    
    #blog-container {
        padding: 20px;
        margin-top: 20px
    }
    
    section,
    section.pages {
        padding: 40px 0
    }
    
    footer p {
        line-height: 20px;
        word-wrap: break-word
    }
    
    .input-group-btn:last-child>.btn,
    .input-group .form-control:first-child {
        border-radius: 20px;
        margin-top: 10px
    }
    
    .input-group-btn,
    .input-group .form-control {
        display: inline-table
    }
    
    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px
    }
    
    .nav-pills>li.active:after,
    .nav-pills>li.active:before {
        top: -45%
    }
    
    .nav-pills>li {
        float: none
    }
    
    .owl-carousel {
        padding: 0
    }
    
    .comment {
        padding: 10px;
        text-align: center
    }
    
    .callout-box {
        padding: 20px!important
    }
    
    .comments-block .media-object {
        max-width: 100%;
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px
    }
    
    .comment.media-body {
        margin-right: 0
    }
    
    .tab-pane h3 {
        margin-top: 10px
    }
    
    .btn {
        font-size: 13px;
        margin: 10px 0;
        padding: 15px 20px
    }
    
    .box_icon>.icon>.info {
        padding: 20px
    }
    
    .review .review-caption {
        padding: 25px
    }
    
    .spinner {
        left: 42%
    }
    
    .adoption-thumb {
        padding: 0
    }
    
    .slider {
        height: 220px
    }
    
    .slider-pagi {
        display: none
    }
    
    #video-header video {
        margin-top: 30px
    }
    
    .video-text h1 {
        padding: 10px;
        right: 5%;
        left: 5%
    }
}
@media (max-width:320px) {
    .review .review-icons {
        padding: 0;
        text-align: center;
        margin-top: 20px
    }
    
    .nav.nav-tabs>li>a {
        min-height: 30px;
        font-size: 16px;
        padding: 15px;
        line-height: 15px
    }
    
    footer .table .text-left {
        font-weight: 900
    }
    
    .small-section .well {
        padding: 25px 13px;
        outline: 0
    }
    
    .label,
    .table {
        font-size: 14px
    }
    
    .table table,
    .table td,
    .table th,
    .table thead,
    .table tr {
        display: block
    }
    
    #video-header video {
        height: 200px
    }
    
    #video-header.embed-responsive-16by9 {
        padding: 100px
    }
    
    .slider {
        height: 180px
    }
    
    .slide__text {
        top: 50%
    }
}
/*
.back-to-top i:hover,
.bg-darkcolor,
.blog-tags a:focus,
.blog-tags a:hover,
.btn:hover,
.gallery-thumb .overlay-mask .owl-prev i:hover,
.img-hover,
.jumbotron .jumbo-heading,
.label.default,
.list-group-item,
.nav-pills>li>a,
.nav.nav-tabs>li>a,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.navbar-custom ul.nav ul.dropdown-menu,
.owl-next i:hover,
.pager li>a,
.pager li>a:hover,
.pager li>span,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.panel-heading a.collapsed,
.price-table .plan-select a,
.sidebar-header,
.social-media a i {
    background-color: #0090d1
}
*/
.slide__overlay {
    background-color: #333
}
.media-heading small,
.price-table .plan-price,
.smaller.social-media a i,
.social-media a i:hover,
.team-wrap .member .wrap .info .position li:before,
a,
h2,
hr,
i,
span,
ul.custom li {
    color: #155084
}
#elements h3.sub-header,
.breadcrumbs,
.comment,
.container-fluid.accordion-group,
.img-blog img:hover,
.img-rounded,
.search-group .form-control,
.service,
.small-heading,
.social-media a i,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,
.team-wrap .member {
    border-color: #0090d1
}
.box_icon>.icon:hover>.image,
.review .review-profile-image img {
    outline-color: #108896
}
#about .media i,
#feature .media i,
.bounce1:after,
.breadcrumbs>.active,
.breadcrumbs a:focus,
.breadcrumbs a:hover,
.features:hover i,
.gallery-thumb i:hover,
.img-box ul i:hover,
.jumbo-heading h3,
.nav.nav-tabs>li.active>a,
.numscroller,
.page-header h2,
.post-info i,
.small-heading,
.smaller.social-media a i:hover,
a:focus,
a:hover,
blockquote:before,
h6 {
    color: #165086
}
/*
#elements h3.sub-header,
.back-to-top i,
.blog-tags a,
.btn,
.date-category,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.input-group.date .input-group-addon,
.label-danger,
.nav-pills .nav>li>a:focus,
.nav-pills>li.active>a,
.nav.nav-pills>li>.active,
.nav.nav-pills>li>a:focus,
.nav.nav-pills>li>a:hover,
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li>a:hover,
.navbar-custom .nav>.active>a,
.navbar-custom ul.nav li a:hover,
.navbar-custom ul.nav ul.dropdown-menu li a:hover,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span:before,
.pager li>a:focus,
.pager li>a:hover,
.pagination>li>a,
.pagination>li>span,
.panel-heading a,
.panel-heading a:hover,
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    background-color: #286090
}
*/
.elements h5,
.features i,
.form-control:focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    border-color: #155084
}
/*
.btn {
    box-shadow: inset 9px 0 0 0 #ffd403
}

*/
.bg-darkcolor .btn:hover,
.nav>li>a:focus,
.navbar,
.owl-next i,
.owl-prev i,
.section-heading h2:after,
.section-heading h2:before {
    background-color: #ffd403
}
#map-canvas,
.form-control,
.price-table .featured {
    border-color: #f19f1f
}
.date-category i {
    color: #f19f1f
}
#elements h5.sub-header,
.bg.row,
.jumbotron,
.review .review-profile-image img {
    border-color: #f5f3ee
}
/*
#preloader,
.bg-lightcolor1,
.blog-row,
.box_icon>.icon,
.call-to-action,
.dropdown-menu,
.features i,
.label-default,
.nav.nav-tabs>li.active>a,
.nav.nav-tabs>li.active>a:focus,
.review .review-caption,
.sidebar .well,
.tab-content,
.team-wrap .member,
blockquote {
    background-color: #f5f3ee
}
*/
.accordion-group,
.blog-post,
.img-circle,
.sidebar {
    border-color: #f5f3ee
}
#elements h5.sub-header,
.bg-lightcolor2,
.form-control,
.price-table .plan,
.table-hover>tbody>tr:hover,
.well.lightcolor {
    background: #ffefd5
}
#elements h5.sub-header,
.bg-darkcolor2,
.table-hover>tbody>tr:hover {
    background: #286090
}
.adoption-thumb:hover img,
.adoption-thumb img {
    border-color: #155084
}
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
    height: 13px
}
div.pp_default .pp_top .pp_left {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite_x.png) 0 0 repeat-x
}
div.pp_default .pp_top .pp_right {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}
div.pp_default .pp_content .ppt {
    color: #f8f8f8
}
div.pp_default .pp_content_container .pp_left {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}
div.pp_default .pp_content_container .pp_right {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite_y.png) 100% 0 repeat-y;
    padding-right: 13px
}
div.pp_default .pp_next:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite_next.png) 100% no-repeat;
    cursor: pointer
}
div.pp_default .pp_previous:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite_prev.png) 0 no-repeat;
    cursor: pointer
}
div.pp_default .pp_expand {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}
div.pp_default .pp_expand:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}
div.pp_default .pp_contract {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}
div.pp_default .pp_contract:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}
div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}
div.pp_default .pp_gallery ul li a {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/default_thumb.png) 50% #f8f8f8;
    border: 1px solid #aaa
}
div.pp_default .pp_social {
    margin-top: 7px
}
div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left: auto
}
div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}
div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}
div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}
div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}
div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}
div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
    opacity: .7
}
div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}
div.pp_default .pp_bottom .pp_left {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite_x.png) 0 100% repeat-x
}
div.pp_default .pp_bottom .pp_right {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/default/loader.gif) 50% no-repeat
}
div.light_rounded .pp_top .pp_left {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_right {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}
div.light_rounded .pp_next:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/btnNext.png) 100% no-repeat;
    cursor: pointer
}
div.light_rounded .pp_previous:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/btnPrevious.png) 0 no-repeat;
    cursor: pointer
}
div.light_rounded .pp_expand {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_expand:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_contract {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_contract:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.light_rounded .pp_nav .pp_play {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.light_rounded .pp_nav .pp_pause {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.light_rounded .pp_arrow_previous {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}
div.light_rounded .pp_arrow_next {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}
div.light_rounded .pp_bottom .pp_left {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_right {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_top .pp_left {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_right {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/contentPattern.png) 0 0 repeat-y
}
div.dark_rounded .pp_content_container .pp_right {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/contentPattern.png) 100% 0 repeat-y
}
div.dark_rounded .pp_next:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/btnNext.png) 100% no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_previous:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/btnPrevious.png) 0 no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_expand {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_expand:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_contract {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_contract:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}
div.dark_rounded .pp_nav .pp_play {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.dark_rounded .pp_nav .pp_pause {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.dark_rounded .pp_arrow_previous {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_next {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}
div.dark_rounded .pp_bottom .pp_left {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_right {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/loader.gif) 50% no-repeat
}
div.dark_square .pp_content,
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right {
    background: #000
}
div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}
div.dark_square .pp_loaderIcon {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_square/loader.gif) 50% no-repeat
}
div.dark_square .pp_expand {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.dark_square .pp_expand:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.dark_square .pp_contract {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.dark_square .pp_contract:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.dark_square .pp_nav {
    clear: none
}
div.dark_square .pp_nav .pp_play {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.dark_square .pp_nav .pp_pause {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.dark_square .pp_arrow_previous {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}
div.dark_square .pp_arrow_next {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}
div.dark_square .pp_next:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_square/btnNext.png) 100% no-repeat;
    cursor: pointer
}
div.dark_square .pp_previous:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_square/btnPrevious.png) 0 no-repeat;
    cursor: pointer
}
div.light_square .pp_expand {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.light_square .pp_expand:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.light_square .pp_contract {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.light_square .pp_contract:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.light_square .pp_nav .pp_play {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.light_square .pp_nav .pp_pause {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}
div.light_square .pp_arrow_previous {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}
div.light_square .pp_arrow_next {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}
div.light_square .pp_next:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_square/btnNext.png) 100% no-repeat;
    cursor: pointer
}
div.light_square .pp_previous:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_square/btnPrevious.png) 0 no-repeat;
    cursor: pointer
}
div.facebook .pp_top .pp_left {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/contentPatternTop.png) 0 0 repeat-x
}
div.facebook .pp_top .pp_right {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}
div.facebook .pp_content_container .pp_left {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/contentPatternLeft.png) 0 0 repeat-y
}
div.facebook .pp_content_container .pp_right {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/contentPatternRight.png) 100% 0 repeat-y
}
div.facebook .pp_expand {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}
div.facebook .pp_expand:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}
div.facebook .pp_contract {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}
div.facebook .pp_contract:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}
div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}
div.facebook .pp_description {
    margin: 0 37px 0 0
}
div.facebook .pp_loaderIcon {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/loader.gif) 50% no-repeat
}
div.facebook .pp_arrow_previous {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}
div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}
div.facebook .pp_arrow_next {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}
div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}
div.facebook .pp_nav {
    margin-top: 0
}
div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px
}
div.facebook .pp_nav .pp_play {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}
div.facebook .pp_nav .pp_pause {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}
div.facebook .pp_next:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/btnNext.png) 100% no-repeat;
    cursor: pointer
}
div.facebook .pp_previous:hover {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/btnPrevious.png) 0 no-repeat;
    cursor: pointer
}
div.facebook .pp_bottom .pp_left {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/contentPatternBottom.png) 0 0 repeat-x
}
div.facebook .pp_bottom .pp_right {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}
div.pp_pic_holder a:focus {
    outline: none
}
div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 100000
}
.pp_content {
    height: 40px;
    min-width: 40px
}
* html .pp_content {
    width: 40px
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}
.pp_content_container .pp_left {
    padding-left: 20px
}
.pp_content_container .pp_right {
    padding-right: 20px
}
.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}
.pp_description {
    display: none;
    margin: 0
}
.pp_social {
    float: left;
    margin: 0
}
.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden
}
.pp_nav,
.pp_social .twitter {
    float: left
}
.pp_nav {
    clear: right;
    margin: 3px 10px 0 0
}
.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px
}
.pp_nav .pp_pause,
.pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}
a.pp_arrow_next,
a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}
.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}
.pp_gallery ul a {
    border: 1px solid rgba(0, 0, 0, .5);
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}
.pp_gallery ul a img {
    border: 0
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}
.pp_gallery li.default a {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}
.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
    margin-top: 7px!important
}
a.pp_next {
    float: right
}
a.pp_next,
a.pp_previous {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}
a.pp_previous {
    float: left
}
a.pp_contract,
a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    right: 30px;
    top: 10px;
    width: 20px;
    z-index: 20000
}
a.pp_close,
a.pp_contract,
a.pp_expand {
    position: absolute;
    text-indent: -10000px
}
a.pp_close {
    right: 0;
    top: 0;
    display: block;
    line-height: 22px
}
.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}
#pp_full_res {
    line-height: 1!important
}
#pp_full_res .pp_inline {
    text-align: left
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px
}
div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}
div.light_rounded .pp_content,
div.pp_default .pp_content {
    background-color: #fff
}
div.facebook #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.pp_default #pp_full_res .pp_inline {
    color: #000
}
.pp_gallery li.selected a,
.pp_gallery ul a:hover,
div.pp_default .pp_gallery ul li.selected a,
div.pp_default .pp_gallery ul li a:hover {
    border-color: #fff
}
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.facebook .pp_details,
div.light_rounded .pp_details,
div.light_square .pp_details,
div.pp_default .pp_details {
    position: relative
}
div.facebook .pp_content,
div.light_rounded .pp_bottom .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_top .pp_middle,
div.light_square .pp_content,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right {
    background: #fff
}
div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-right: 85px;
    margin-bottom: 20px
}
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous {
    margin-top: 12px!important
}
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_rounded .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_rounded .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/light_rounded/loader.gif) 50% no-repeat
}
div.dark_rounded .pp_bottom .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_top .pp_middle {
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/prettyPhoto/dark_rounded/contentPattern.png) 0 0 repeat
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
    color: #c4c4c4
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
    color: #fff
}
.pp_bottom,
.pp_top {
    height: 20px;
    position: relative
}
* html .pp_bottom,
* html .pp_top {
    padding: 0 20px
}
.pp_bottom .pp_left,
.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}
.pp_bottom .pp_middle,
.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}
* html .pp_bottom .pp_middle,
* html .pp_top .pp_middle {
    left: 0;
    position: static
}
.pp_bottom .pp_right,
.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}
.pp_fade,
.pp_gallery li.default a img {
    display: none
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    
    to {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    
    to {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
#countbox1 {
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 18px;
    background-color: #155084;
    border-radius: 10px;
    width: 465px
}
#countbox1,
.form-pesquisa-dados {
    font-family: Baloo Thambi, sans-serif;
    color: #fff;
    float: left
}
.form-pesquisa-dados {
    margin-top: 21px;
    width: 100%
}
.form-pesquisa-dados-001 {
    float: left;
    color: #fff;
    font-family: Baloo Thambi, sans-serif;
    text-align: left
}
.form-pesquisa-bt {
    float: left;
    margin: 10px
}
.form-pesquisa-dados input[type=email],
.form-pesquisa-dados input[type=text] {
    border-radius: 5px;
    height: 26px;
    border: 0;
    padding-left: 10px;
    width: 70%;
    margin-left: 5px;
    color: #000
}
.form-pesquisa-bt button[type=submit] {
    height: 28px;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    width: 89px;
    margin-top: 5px;
    margin-bottom: 25px
}
.form-pesquisa-001 {
    float: left;
    padding-left: 30px;
    padding-top: 17px
}
.classificacoes {
    float: left;
    text-align: right;
    width: 100%
}
.quadro_classificacoes {
    width: 340px;
    margin-top: 20px;
    margin-bottom: 25px;
    margin-right: 25px;
    float: left;
    text-align: left
}
.titulo-classificacao {
    font-size: 17px!important;
    text-align: left;
    float: left
}
.img-classificacao {
    text-align: right;
    float: right
}
.outerMenu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 167px;
    overflow: hidden;
    width: 100%;
    display: block
}
.outerMenu:hover {
    height: 640px
}
.outerFooter iframe,
.outerMenu iframe {
    overflow: hidden;
    background: transparent
}
.outerMenu iframe body {
    background: transparent!important
}
.titulo-menu-guia {
    font-size: 1.8em!important;
    font-family: Baloo Thambi, sans-serif!important;
    color: #292929!important;
    letter-spacing: -.4px!important;
    margin: 20px 0!important;
    text-transform: uppercase!important;
    text-align: center
}
.menu-guia {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: .5em;
    margin-bottom: 1em!important;
    text-align: center;
    line-height: 2em
}
.menu-guia a {
    margin-right: 5px !important;
    padding: 0 .5em!important;
    color: #000!important;
    font-size: 1em;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    background: #FBCF3B;
    display: inline-block;
    margin-bottom: 5px
}
.ultimo {
    border-right: none!important
}
.menu-guia a:hover {
    color: #5d5d5d!important;
    background: #fddd72
}
.meu-breadcrumbs {
    float: left;
    margin-right: 5px;
    position: relative;
    z-index: 9;
    margin-top: 50px
}
/*
.meu-breadcrumbs a,
.meu-breadcrumbs a span {
    color: #fff!important
}
*/
..meu-breadcrumbs span {
    color:#1668e8 !important;
}
.meu-breadcrumbs:first-of-type {
    margin-left: 50px
}

.margin-1 {
    margin-bottom: 0!important
}
.margin-1,
.margin-2 {
    margin-top: 20px
}
.margin-3 {
    padding: 50px 0!important
}
.margin-4 {
    margin-bottom: 0!important
}
.margin-5 {
    margin-top: 0!important
}
.margin-6 {
    padding-bottom: 10px!important
}
#historia {
    margin-top: 100px
}
#personalidade,
#produtos {
    margin-top: 30px
}
#personalidade {
    margin-bottom: 40px
}
.info-patas {
    width: 270px;
    margin-top: 20px;
    margin-bottom: 35px;
    float: left;
    text-align: center
}
.info-patas:first-child {
    width: 60%;
    left: 50%;
    margin: auto
}
.info-patas div h2 {
    font-size: 24px!important;
    text-align: center
}
.caixa-historia {
    background-color: #fff;
    border-radius: 10px
}
.padding-1 {
    padding: 0!important
}
.container-produto {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px
}
.container-produto div {
    max-width: 170px;
    margin: 0 auto
}
.container-produto div img {
    border: 4px solid #286090
}
.caixa-pesquisa {
    margin: 0 10px;
    height: 327px
}
.estrelas {
    width: 169px;
    height: 16px;
    background: url(https://www.petz.com.br/cachorro/racas/pug/img/ossinhos.png)
}
.zero-estrelas {
    background-position: -19px 111px
}
.uma-estrelas {
    background-position: -19px 92px
}
.duas-estrelas {
    background-position: -19px 73px
}
.tres-estrelas {
    background-position: -19px 54px
}
.quatro-estrelas {
    background-position: -19px 35px
}
.cinco-estrelas {
    background-position: -19px 16px
}
.box-higiene {
    min-height: 393px;
}
.menu-racas {
    list-style: none;
    display: none;
}
.menu-racas li a {
    padding: .5em!important;
    color: #000!important;
    font-size: .7em;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    display: inline-block;
    margin: 0 1px 5px 1px;
    float: left;
    width: 19%;
    line-height: 20px;
}
.menu-racas .zebra1 a {
    background: #FBCF3B;
}
.menu-racas .zebra2 a {
    background: #e0b830;
}
.mais-racas {
    text-align: center;
}
.mais-racas a {
    padding: .5em!important;
    color: #000!important;
    font-size: 1.5em;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    background: #FBCF3B;
    display: inline-block;
    margin: 15px 0;
}
.menu-racas li a:hover,
.mais-racas a:hover {
    color: #5d5d5d!important;
    background: #fddd72;
}
.menu-racas label {
    cursor: pointer;
}
.cabecudo {
    clear: both;
}
@media (max-width: 958px) {
	width: 100%;
}
@media (max-width: 768px) {
.slider-container{padding-top:12px!important}
.meu-breadcrumbs{margin-top: 73px!important}
.menu-racas li a{display: block; width: 100%;}
}

.slide__overlay {
    background-color: #333;
    background: url(../img/bg-titulo.png) no-repeat !important;
    background-repeat: repeat;
    background-repeat: repeat-x;
    background-position-y: 186px !important;
    background-position-x: 88% !important;
    height: 950px;
    width: 1263px;
    top: 0;
    border-radius: 0;
    margin-left: -532px;
}

.slide__text-heading {
    margin-bottom: -16.5rem;
    margin-top: 0;
    margin-left: 1.3em;
}

.slide__text-heading span{
    font-size: 16px;
    color: #fff;
    font-family: Droid Sans,sans-serif;
}

.amarelo h2{
    color: #777777;
    text-align: center;
    font-size: 26px;
}

.center{
	margin: 0 auto;
}

.amarelo{
	padding: 3%;
	 background: #fbcf3b;
    color: #777777;
}


.titulo-menu-guia{
    font-size: 20px!important;
    color: #3d83d7!important;
} 

.menu-guia a {
    background: #f0f0f0!important;
    border: 2px solid #fbcf3b;
    padding: 0px 20px!important;
    border-radius: 13px;
    margin: 5px;
    text-transform: lowercase;
    color: #777!important;
}

.bg-darkcolor .btn:hover, .nav > li > a:focus, .navbar, .owl-next i, .owl-prev i, .section-heading h2::after, .section-heading h2::before {
    background-color: 
    #ffd403;
    width: 23%!important;
}

body{
	background: #f0f0f0;
}
section{
	background: #f0f0f0;

}

#services-index{
	background: #f0f0f0;
}


.patas h2 {
    text-align: center;
    font-size: 17px;
    color: 
    #787878;
}



.patas{
  margin-bottom: 80px!important;
  text-align: center;
}

.centro{
margin: 0 auto;
text-align: center;
}


.peixes span{
  font-family: Baloo Thambi,sans-serif;
  text-transform: lowercase;
  text-align: left!important;
  width: 100%!important;
  float: left;
  color: #505151;
  font-size: 19px;
}

.dois-peixes {
	float: left;
  width: 100%;
  height: 75px;
  background: url(../img/illustrations/duas.png) no-repeat;
  background-size: 100%;
}


.um-peixes {
	float: left;
  width: 100%;
  height: 75px;
  background: url(../img/illustrations/uma.png) no-repeat;
  background-size: 100%;
}


.tres-peixes {
	float: left;
  width: 100%;
  height: 75px;
  background: url(../img/illustrations/tres.png) no-repeat;
  background-size: 100%;
}

.quatro-peixes {
	float: left;
  width: 100%;
  height: 75px;
  background: url(../img/illustrations/quatro.png) no-repeat;
  background-size: 100%;
}

.cinco-peixes {
	float: left;
  width: 100%;
  height: 75px;
  background: url(../img/illustrations/cinco.png) no-repeat;
  background-size: 100%;
}


#personalidade h2, #caracteristica h2, #destaque h2, #higiene h2, #geral h2, #dicas h2, #services-index h2, #historia h2, #personalidade2 h2{
	margin-top: 30px;
 font-size: 24px;
  color: #1c6daf;
}

.itemracao .image>img{
  border: 1px solid #d3d3d3;
}

.interacao .image p{
	color: #505151!important;
}

.itemracao{
  background: none;
}

.btn2 {
     background: url(../img/bt.gif) no-repeat;
      font-family: Baloo Thambi,sans-serif;
    color: #fff;

}
.btn2:hover{
     background: url(../img/bt.gif) no-repeat;
    background-position-y: -2px;
      font-family: Baloo Thambi,sans-serif;
    color: #fff;

}

.itemracao a:nth-child(3){
  width: 135px!important;
  height: 43px;
  display: block;
  margin: 0 auto!important;
  padding-top: 10px
}


.owl-prev i{
  display: none;
}

.owl-prev{
  width: 50px;
  height: 50px;
  margin-left: -20px;
  margin-top: -50px!important;
  background: url(../img/setadireita.gif) no-repeat;
}

.nav-tabs li{
  background: #e3c45b;
  margin: 10px;
  font-family: Baloo Thambi,sans-serif;
  border-radius: 15px;
  font-size: 20px;
  padding: 5px 30px
  
}

.owl-next i{
  display: none;
}

.owl-next{
  width: 50px;
  height: 50px;
margin-right: -17px;
  background: url(../img/setaesquerda.gif) no-repeat;
}

.itemracao a:nth-child(1){
  color: #505151!important;

}


.panel-title a{
  background: #fbcf3b;
  padding: 2%;
  color: #155084;
  text-transform: uppercase;
}

.panel-heading [data-toggle="collapse"]::after{
  display: none;
}

.panel-heading .collapsed{
  background: #fbcf3b!important;
}


#carroselcarac .col-sm-12{
  background: url(../img/bgitens.jpg) no-repeat;
  border: px solid #fff;
  height: 600px;
  background-position-y: 60px; 
}


#carroselcarac .col-sm-12 p{
  color: #fff;
}

#carroselcarac .col-sm-12 h3{
  color: #fff;
  text-align: left;
  font-size: 20px
}


#carroselcarac .owl-carousel .owl-item img {
    display: block;
    width: auto!important;
    -webkit-transform-style: preserve-3d;

    margin: 0 auto;
}

.quadrosazuis .col-md-6 {
padding: 40px;  
}



.quadrosazuis .quadro{
  background: #4085db;
  min-height: 500px !important;
  color: #fff;
  padding: 40px;
}

.quadrosazuis .quadro h3  {
  color: #fff;
  font-size: 18px
}

.abas{
  background:  url(../img/gatobg.jpg) no-repeat #e6e6e6 ;
  background-position: bottom right;
  padding: 2%;
  border-radius: 10px
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
   
    cursor: default;
    background-color: none!important;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs li a{
  background: none!important;
}


.oitenta{
   width: 80%;
}

.centrogeral h3{
    font-size: 20px;
    margin-top: 30px;
    color: #989797;
}

.adoption-thumb:hover img, .adoption-thumb img {
    border-color: none!important;
    border: none!important;
}


.base{
    padding-top: 200px;
    background:  url(../img/base-petz-gatos.jpg) no-repeat #e6e6e6 ;
    background-size: 100%;
    height: 400px;
    color: #fff;
}

.base h3{

    color: #fff;
}


#owl-sample1{
  padding: 0 50px
}



@media (max-width:768px) {

.base{
     padding-top: 80px !important;
   background:  url(../img/base-petz-gatos.jpg) no-repeat #017dc5 ;
      background-size: 100%;
    padding: 90px 15px;
}
}



@media (max-width:1067px) {

    #amarelo p{

    margin: 0 0px
}

.base{
    padding-top: 200px;
    background:  url(../img/base-petz-gatos.jpg) no-repeat #017dc5 ;
    background-size: 100%;
    height: 400px;
    color: #fff;
}

}




#carroselcarac .col-md-8 {

    width: 66.66666667%;
    margin-left: 15%;

}
.btn2 {

    text-align: center;

}

.patas h2{
    color: #1c6daf!important;
}

h4 {
    font-size: 1.3em;
    margin-top: 20px;
    color: none;
}

#carroselcarac a{
  color: #fff!important;
  font-weight: bold
}

#owl-sample2 .owl-prev {

    background: url(../img/setadireitaaz.gif) no-repeat;

}

#owl-sample2 .owl-next {

    background: url(../img/setaesquerdaaz.gif) no-repeat;

}





@media (max-width:992px) {

.abas {

    background: #e6e6e6 !important;
        

}



#carroselcarac .col-md-8 {

    width: 90%!important;
    margin-left: 0%!important;

}


#carroselcarac .owl-carousel .owl-item img {
    width: 100%!important;
}


#carroselcarac .col-sm-12 {

    background-image: none!important;
    text-align: center;


}



#owl-sample2 .owl-next {

    margin-right: -87px;
 margin-top: 58px;
}

#owl-sample2 .owl-prev {
    margin-top: 58px !important;
    margin-left: -50px;
}

.oitenta {
    width: 100%;
}



.slide__text h1 {
    color: 
    #1c6daf;
    text-transform: uppercase;
    text-align: left;
}



.slide__text-heading span {
    font-size: 16px;
    color: 
    #1c6daf;
    font-family: Droid Sans,sans-serif;
}

}

@media (max-width:480px) {
.slider-container {
    padding-top: 68px !important;
    height: 356px;
}

.slide__text-heading{
  width: 50%;
  margin-left: 5%!important;
}
}

.menu-guia a:hover{
    background: #fbcf3b!important;
    color: #1c6daf!important;
}

#amarelo p{
    margin: 0 90px;
}

.owl-controls .active span{
    background: #c8c8c8!important;
}

@media (min-width:1580px) {


    .base {
    padding-top: 283px;
    background: url(../img/base-petz-gatos.jpg) no-repeat 
#e6e6e6;
    background-size: auto;
background-size: 100%;
height: 528px;
color:
    #fff;
}

html.webp .foto-banner {
    background-image: url('img/topo.webp') no-repeat !important;
    background-position-x: 250px
    
}

.slide {

    background-size: contain!important;

}
}


.bgfixogato{
   background: url(../img/bggato2.jpg) no-repeat #e6e6e6;
  background-size: 100%;
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.nav-tabs .active {
    background: #e6e6e6;
    margin: 10px;
    font-family: Baloo Thambi,sans-serif;
    border-radius: 15px;
    font-size: 20px;
    padding: 5px 30px;
  border: 2px solid #e3c45b;
}

.adoption-thumb .btn:hover{
  padding: 1%
}

.adoption-thumb h4{
  color: #2d76a8;
  font-size: 25px;
}



.butonbx{
  background: #fbcf3b;
  color: #3d83d7;
  border-left: 4px solid #3d83d7;
  padding: 5px 20px;
  border-radius: 15px;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  font-family: Baloo Thambi,sans-serif;
   font-size: 20px;
}


@media (max-width:991px) {
.somegatomeio{
    display: none;
}

}

@media (min-width:991px) {
.aparecegatomeio{
    display: none;
}

}

.breadcrumbs{
  padding-top: 160px!important;
}
.breadcrumbs ol li{
  list-style-type: none;
   display:  inline
}


.higiene .section-heading h2::after, .higiene .section-heading h2::before {
    background-color: 
    #ffd403;
    width: 25% !important;
}

.peso p{
  width: 190px;
  height: 160px;
  margin: 0 auto;
    color: #fff;
    padding-top: 90px;
    font-size: 23px;
  background: url('../img/patinha.png') no-repeat !important;
  font-family: Baloo Thambi,sans-serif;
  
}

.vida p{
  width: 190px;
  height: 160px;
  margin: 0 auto;
    color: #fff;
    padding-top: 69px;
    font-size: 23px;
  background: url('../img/patinha.png') no-repeat !important;
  font-family: Baloo Thambi,sans-serif;
  
}


