﻿/*!
 * *********************************************************************************
 * REDUCED BOOTSTRAP
 * author: Rastreator.com
 ***********************************************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-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-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[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
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.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
}

.text-lowercase {
    text-transform: lowercase
}

.initialism, .text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container:after, .container:before {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container-fluid:after, .container-fluid:before {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        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 {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        -webkit-box-shadow: none;
        box-shadow: none
    }

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:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
        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 > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
        background-image: none
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, 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:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        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 > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        background-image: none
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, 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:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        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 > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        background-image: none
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, 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:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        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 > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        background-image: none
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, 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:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
        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 > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
        background-image: none
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, 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:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
        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 > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
        background-image: none
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, 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 {
    color: #337ab7;
    font-weight: 400;
    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-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.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
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.fade {
    opacity: 0;
    -webkit-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-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                left: 0
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0)
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: rgba(0,0,0,0)
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.in {
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header:after, .modal-header:before {
        content: " ";
        display: table
    }

    .modal-header:after {
        clear: both
    }

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:after, .modal-footer:before {
        content: " ";
        display: table
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.adopta-un-perro_arrow, .adopta-un-perro_bottom-arrow, .adopta-un-perro_check_filter, .adopta-un-perro_check_mobile, .adopta-un-perro_close, .adopta-un-perro_cross, .adopta-un-perro_cross-white, .adopta-un-perro_filters, .adopta-un-perro_input_arrow, .adopta-un-perro_menu, .adopta-un-perro_nocheck_filter, .adopta-un-perro_open_cross_menu, .adopta-un-perro_share, .association-email, .association-map, .association-phone, .facebook, .facebook_bg, .facebook_mobile, .facebook_mobile_hover, .facebook_share, .facebook_share_bg, .instagram, .instagram_bg, .instagram_mobile, .instagram_mobile_hover, .instagram_share, .instagram_share_bg, .linkedin, .linkedin_bg, .linkedin_mobile, .linkedin_mobile_hover, .linkedin_share, .linkedin_share_bg, .next-form, .next-form-disabled, .next-form_desktop, .prev-form, .prev-form-disabled, .prev-form_desktop, .twitter, .twitter_bg, .twitter_mobile, .twitter_mobile_hover, .twitter_share, .twitter_share_bg {
    background: url(/images/adoptadog/website/icons/adopta-sprite.png) no-repeat
}

.adopta-un-perro_arrow {
    background-position: -92px -6px;
    width: 8px;
    height: 12px
}

.adopta-un-perro_check_mobile {
    background-position: -2px -4px;
    width: 20px;
    height: 16px
}

.adopta-un-perro_cross {
    background-position: -31px -5px;
    width: 16px;
    height: 16px
}

.adopta-un-perro_menu {
    background-position: -57px -4px;
    width: 23px;
    height: 18px
}

.facebook {
    background-position: -34px -30px;
    width: 11px;
    height: 17px
}

.instagram {
    background-position: -56px -31px;
    width: 17px;
    height: 17px
}

.linkedin {
    background-position: -81px -31px;
    width: 18px;
    height: 17px
}

.twitter {
    background-position: -5px -30px;
    width: 22px;
    height: 17px
}

.adopta-un-perro_close {
    background-position: -104px -5px;
    width: 32px;
    height: 32px
}

.twitter_bg {
    background-position: -5px -54px;
    width: 22px;
    height: 17px
}

.facebook_bg {
    background-position: -34px -53px;
    width: 11px;
    height: 17px
}

.instagram_bg {
    background-position: -56px -55px;
    width: 17px;
    height: 17px
}

.linkedin_bg {
    background-position: -81px -55px;
    width: 18px;
    height: 17px
}

.adopta-un-perro_check_filter {
    background-position: -56px -78px;
    width: 16px;
    height: 16px
}

.adopta-un-perro_nocheck_filter {
    background-position: -81px -77px;
    width: 16px;
    height: 16px
}

.adopta-un-perro_bottom-arrow {
    background-position: -4px -77px;
    width: 20px;
    height: 12px
}

.adopta-un-perro_cross-white {
    background-position: -111px -78px;
    width: 16px;
    height: 16px
}

.adopta-un-perro_open_cross_menu {
    background-position: -7px -95px;
    width: 12px;
    height: 7px
}

.adopta-un-perro_input_arrow {
    background-position: -35px -84px;
    width: 10px;
    height: 5px
}

.adopta-un-perro_filters {
    background-position: -105px -42px;
    width: 28px;
    height: 27px
}

.twitter_mobile {
    background-position: -7px -111px;
    width: 38px;
    height: 30px
}

.facebook_mobile {
    background-position: -54px -109px;
    width: 19px;
    height: 30px
}

.linkedin_mobile {
    background-position: -84px -110px;
    width: 31px;
    height: 30px
}

.instagram_mobile {
    background-position: -124px -110px;
    width: 31px;
    height: 30px
}

.twitter_mobile_hover {
    background-position: -6px -151px;
    width: 38px;
    height: 30px
}

.facebook_mobile_hover {
    background-position: -54px -149px;
    width: 19px;
    height: 30px
}

.linkedin_mobile_hover {
    background-position: -85px -150px;
    width: 31px;
    height: 30px
}

.instagram_mobile_hover {
    background-position: -125px -149px;
    width: 31px;
    height: 30px
}

.adopta-un-perro_share {
    background-position: -149px -8px;
    width: 21px;
    height: 24px
}

.twitter_share {
    background-position: -8px -189px;
    width: 25px;
    height: 20px
}

.facebook_share {
    background-position: -42px -188px;
    width: 12px;
    height: 20px
}

.twitter_share_bg {
    background-position: -7px -216px;
    width: 25px;
    height: 20px
}

.facebook_share_bg {
    background-position: -42px -214px;
    width: 12px;
    height: 20px
}

.linkedin_share {
    background-position: -66px -189px;
    width: 20px;
    height: 20px
}

.instagram_share {
    background-position: -95px -188px;
    width: 21px;
    height: 22px
}

.linkedin_share_bg {
    background-position: -66px -217px;
    width: 20px;
    height: 20px
}

.instagram_share_bg {
    background-position: -96px -215px;
    width: 21px;
    height: 22px
}

.prev-form {
    background-position: -121px -183px;
    width: 30px;
    height: 30px
}

.next-form {
    background-position: -153px -184px;
    width: 30px;
    height: 30px
}

.prev-form-disabled {
    background-position: -121px -218px;
    width: 30px;
    height: 30px
}

.next-form-disabled {
    background-position: -153px -218px;
    width: 30px;
    height: 30px
}

.next-form_desktop {
    background-position: -6px -245px;
    width: 48px;
    height: 48px
}

.prev-form_desktop {
    background-position: -58px -245px;
    width: 48px;
    height: 48px
}

.association-email {
    background-position: -139px -32px;
    width: 15px;
    height: 18px
}

.association-map {
    background-position: -139px -53px;
    width: 15px;
    height: 18px
}

.association-phone {
    background-position: -139px -71px;
    width: 15px;
    height: 18px
}


/*!
 * *********************************************************************************
 * HOMEPAGE
 * author: Rastreator.com
 ***********************************************************************************/
.banner-home {
    background: url(/images/adoptadog/website/Homepage/adopta-un-perro_bg_mobile.jpg) no-repeat;
    height: 610px;
    background-size: cover;
    position: relative
}

    .banner-home .container {
        height: 610px;
        position: relative
    }

    .banner-home h1 {
        color: #333;
        font-size: 22px;
        text-align: center;
        line-height: 28px;
        font-family: RalewayBold;
        margin-bottom: 25px;
        margin-top: 30px
    }

    .banner-home .wrapper {
        width: 100%;
        position: absolute;
        top: 0;
        margin: 0 auto
    }

        .banner-home .wrapper p {
            text-align: center;
            color: #333;
            font-size: 14px;
            text-decoration: underline;
            font-family: RalewaySemiBold;
            cursor: pointer;
            -webkit-transform: translatey(-10px);
            transform: translatey(-10px)
        }

.banner-home-secondary {
    background-image: linear-gradient(242deg,#fcedca,#facc70);
    padding: 40px 0 0;
    height: 225px;
    z-index: 2
}

    .banner-home-secondary .title {
        font-size: 22px;
        text-align: center;
        line-height: 28px;
        font-family: RalewayBold;
        margin-bottom: 15px
    }

    .banner-home-secondary .text {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
        line-height: 21px;
        font-family: RalewayMedium
    }

        .banner-home-secondary .text a {
            color: #fff;
            font-size: 14px;
            line-height: 21px
        }

            .banner-home-secondary .text a:hover {
                text-decoration: none
            }

            .banner-home-secondary .text a span {
                text-decoration: underline
            }

    .banner-home-secondary .btn-adopt {
        margin-top: 30px
    }

section.goal {
    position: relative;
    padding: 0;
    background-color: #fff
}

    section.goal .title {
        font-family: RalewayBold;
        font-size: 18px;
        text-align: left;
        color: #333;
        margin-top: 20px;
        margin-bottom: 20px
    }

    section.goal .checklist {
        list-style: none;
        margin: 20px 0 40px;
        padding: 0
    }

        section.goal .checklist li {
            font-size: 12px;
            text-align: left;
            line-height: 17px;
            color: #7f7f7f;
            font-family: RalewaySemiBold;
            margin-bottom: 20px;
            padding-left: 30px;
            padding-right: 65px;
            background: url(/images/adoptadog/website/common/check_mobile.png) no-repeat;
            background-position: left 2px
        }

    section.goal .goal-image {
        z-index: 3;
        position: absolute;
        right: 0;
        bottom: 20px;
        height: 190px;
        width: 63px;
        background: url(/images/adoptadog/website/Homepage/adopta-un-perro-objetivo_mobile.png) no-repeat
    }

section.protective {
    background-image: linear-gradient(245deg,#ead7ff,#ad7aff);
    height: 640px;
    padding: 40px 0;
    position: relative;
    position: relative
}

    section.protective .title {
        font-size: 22px;
        text-align: center;
        line-height: 28px;
        font-family: RalewayBold;
        margin-bottom: 15px
    }

    section.protective .text {
        margin: 0 auto 40px;
        font-size: 14px;
        text-align: center;
        line-height: 21px;
        font-family: RalewayMedium
    }

    section.protective .steps {
        height: 100px;
        padding: 10px 80px 55px 65px;
        font-size: 14px;
        font-family: RalewayMedium;
        opacity: .8;
        letter-spacing: .5px;
        margin-bottom: 0;
        margin-top: -7px;
        margin-right: 20px;
        line-height: 17px
    }

        section.protective .steps.one {
            background: url(/images/adoptadog/website/Homepage/adopta-un-perro-pasos-alta_mobile.png) no-repeat;
            background-position: right 0
        }

        section.protective .steps.two {
            background: url(/images/adoptadog/website/Homepage/adopta-un-perro-pasos-email_mobile.png) no-repeat;
            background-position: right 0
        }

        section.protective .steps.three {
            background: url(/images/adoptadog/website/Homepage/rastreator-adopta-un-perro-perro-linea-mobile.png) no-repeat;
            background-position: right 0
        }

        section.protective .steps.four {
            background: url(/images/adoptadog/website/Homepage/rastreator-adopta-un-perro-casa-linea-mobile.png) no-repeat;
            background-position: right 0
        }

        section.protective .steps a {
            text-decoration: underline;
            color: #fff
        }

        section.protective .steps::before {
            position: absolute;
            left: 35px;
            top: -2px;
            height: 28px;
            width: 28px;
            border-radius: 14px;
            background-color: #ffd580;
            font-size: 13.4px;
            text-align: center;
            padding-top: 4px;
            font-weight: 700
        }

        section.protective .steps.one::before {
            content: '1'
        }

        section.protective .steps.two::before {
            content: '2'
        }

        section.protective .steps.three::before {
            content: '3'
        }

        section.protective .steps.four::before {
            content: '4'
        }

    section.protective .wrapper_line {
        height: 65px;
        width: 20px;
        position: absolute;
        top: 26px;
        left: 34px
    }

        section.protective .wrapper_line .line {
            width: 3px;
            height: 100%;
            border-left: 3px solid #f4f4f4;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0)
        }

.wrapper-arrow-section {
    position: absolute;
    bottom: 0;
    height: 30px
}

    .wrapper-arrow-section .adopta-un-perro_bottom-arrow {
        display: block;
        margin: 0 auto;
        cursor: pointer
    }

    .wrapper-arrow-section .next-section.animation {
        -webkit-animation: opacityButton 1s ease-out .9s;
        animation: opacityButton 1s ease-out .9s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

@-webkit-keyframes opacityButton {
    0% {
        opacity: .4
    }

    20% {
        opacity: 1
    }

    40% {
        opacity: .4
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@keyframes opacityButton {
    0% {
        opacity: .4
    }

    20% {
        opacity: 1
    }

    40% {
        opacity: .4
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@media only screen and (min-width: 500px) {
    .banner-home {
        background: url(/images/adoptadog/website/Homepage/adopta-un-perro_bg.jpg) no-repeat;
        background-position: -200px
    }
}

@media only screen and (min-width: 600px) {
    .banner-home {
        background: url(/images/adoptadog/website/Homepage/adopta-un-perro_bg.jpg) no-repeat;
        background-position: -150px
    }
}

@media only screen and (min-width: 768px) {
    .banner-home {
        background-position: 0
    }

        .banner-home h1 {
            font-size: 35px;
            margin-top: 40px
        }

        .banner-home .wrapper {
            top: 30px
        }

    .banner-home-secondary {
        height: 240px
    }

        .banner-home-secondary .title {
            font-size: 30px;
            text-align: left;
            line-height: 38px
        }

        .banner-home-secondary .text {
            text-align: left;
            margin-left: 0
        }

            .banner-home-secondary .text a {
                font-size: 18px
            }

        .banner-home-secondary .btn-adopt {
            margin: 40px 0 20px;
            width: 220px
        }

    section.goal .title {
        font-size: 22px
    }

    section.goal .checklist li {
        font-size: 15px
    }

    section.goal .goal-image {
        bottom: 20px;
        height: 380px;
        width: 241px;
        background: url(/images/adoptadog/website/Homepage/adopta-un-perro-objetivo.png) no-repeat;
        background-size: 275px
    }

    section.protective {
        padding: 50px 0 40px;
        height: initial
    }

        section.protective .title {
            font-size: 30px
        }

        section.protective .text {
            font-size: 15px;
            margin: 0 0 90px 0
        }

        section.protective .steps {
            padding: 0;
            margin: 0 0 40px 0;
            text-align: center;
            height: 120px;
            opacity: 1
        }

            section.protective .steps.one {
                background-position: center 60px
            }

            section.protective .steps.two {
                background-position: center 60px
            }

            section.protective .steps.three {
                background-position: center 60px
            }

            section.protective .steps.four {
                background-position: center 60px
            }

            section.protective .steps::before {
                left: 50%;
                top: -45px;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%)
            }

        section.protective .horizontal_line_wrapper {
            height: 3px;
            top: -30px
        }

            section.protective .horizontal_line_wrapper .horizontal_line {
                background: #f4f4f4;
                height: 3px;
                width: 90%;
                margin: 0 auto
            }
}

@media only screen and (min-width: 992px) {
    .banner-home h1 {
        font-size: 40px
    }

    .banner-home .wrapper {
        width: 50%;
        top: 325px;
        right: 0
    }

    .btn-adopt {
        width: 280px;
        padding: 9px 12px;
        height: 45px
    }

    .banner-home-secondary {
        height: 292px
    }

        .banner-home-secondary .title {
            font-size: 40px;
            line-height: 48px;
            margin-bottom: 30px
        }

        .banner-home-secondary .text a {
            font-size: 24px;
            line-height: 30px
        }

        .banner-home-secondary .btn-adopt {
            margin: 35px 0 20px
        }

    section.goal {
        padding-bottom: 65px
    }

        section.goal .title {
            font-size: 24px;
            margin-bottom: 30px;
            margin-top: 25px
        }

        section.goal .checklist li {
            font-size: 20px;
            padding-left: 45px;
            background: url(/images/adoptadog/website/common/check.png) no-repeat
        }

        section.goal .goal-image {
            bottom: 30px;
            height: 545px;
            width: 390px;
            background-size: initial;
            right: 0
        }

    section.protective {
        padding: 60px 0 40px
    }

        section.protective .title {
            font-size: 40px;
            margin-bottom: 40px
        }

        section.protective .text {
            font-size: 20px;
            margin: 0 0 105px 0
        }

        section.protective .steps {
            font-size: 18px;
            line-height: 20px;
            margin: 0 0 60px 0
        }

            section.protective .steps.one {
                background: url(/images/adoptadog/website/Homepage/adopta-un-perro-pasos-alta.png) no-repeat;
                background-position: center 65px
            }

            section.protective .steps.two {
                background: url(/images/adoptadog/website/Homepage/adopta-un-perro-pasos-email.png) no-repeat;
                background-position: center 65px
            }

            section.protective .steps.three {
                background: url(/images/adoptadog/website/Homepage/rastreator-adopta-un-perro-perro-linea.png) no-repeat;
                background-position: center 65px
            }

            section.protective .steps.four {
                background: url(/images/adoptadog/website/Homepage/rastreator-adopta-un-perro-casa-linea.png) no-repeat;
                background-position: center 65px
            }

            section.protective .steps::before {
                height: 35px;
                width: 35px;
                border-radius: 18px;
                top: -50px;
                padding-top: 5px;
                font-size: 16.5px
            }
}

@media only screen and (min-width: 1200px) {
    .banner-home {
        background: url(/images/adoptadog/website/Homepage/adopta-un-perro_bgXL.jpg) no-repeat;
        background-size: cover
    }

    section.protective {
        padding: 60px 0 40px
    }

    section.goal .goal-image {
        width: 485px;
        right: 5%;
        background: url(/images/adoptadog/website/Homepage/adopta-un-perro-objetivo_XL.png) no-repeat
    }
}

@media only screen and (min-width: 1300px) {
    .banner-home {
        background-position-y: -70px
    }
}

@media only screen and (min-width: 1400px) {
    .banner-home {
        background-position-y: -80px
    }

    section.protective {
        padding: 60px 0 40px
    }

    section.goal .goal-image {
        right: 12%
    }
}

@media only screen and (min-width: 1500px) {
    .banner-home {
        background-position-y: -125px
    }
}

@media only screen and (min-width: 1550px) {
    .banner-home {
        background-position-y: -185px
    }
}

/*!
 * *********************************************************************************
 * MODAL FILTERS
 * author: Rastreator.com
 ***********************************************************************************/
#modalFilters .modal-dialog {
    margin: 20px 10px;
    height: 91%
}

#modalFilters .modal-content {
    border-radius: 0;
    background-image: linear-gradient(225deg,#fbdfa5,#facc70);
    height: 100%
}

    #modalFilters .modal-content .adopta-un-perro_cross-white {
        display: block
    }

    #modalFilters .modal-content .modal-header {
        border-bottom: none
    }

        #modalFilters .modal-content .modal-header .close {
            opacity: .7
        }

            #modalFilters .modal-content .modal-header .close:hover {
                opacity: 1
            }

    #modalFilters .modal-content .modal-body {
        height: 95%;
        padding: 10px 15px 15px
    }

        #modalFilters .modal-content .modal-body h2 {
            font-size: 22px;
            line-height: 28px;
            font-family: RalewaySemiBold;
            margin-top: 0;
            margin-bottom: 20px
        }

        #modalFilters .modal-content .modal-body .wrapper-form {
            height: 65%;
            overflow-y: auto
        }

            #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper {
                background-color: #fff;
                border-radius: 2px;
                margin-bottom: 10px
            }

                #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-title {
                    cursor: pointer;
                    padding: 11px;
                    font-family: ralewaySemiBold;
                    height: 42px
                }

                    #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-title span:first-child {
                        font-size: 15px;
                        line-height: 20px
                    }

                    #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-title span:nth-child(2) {
                        display: inline-block;
                        float: right;
                        -webkit-transition: all .3s;
                        transition: all .3s
                    }

                #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-content {
                    -webkit-transition: all .3s;
                    transition: all .3s;
                    padding-bottom: 15px
                }

    #modalFilters .modal-content .modal-footer {
        border-top: none
    }

    #modalFilters .modal-content .button-wrapper {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 15px
    }

        #modalFilters .modal-content .button-wrapper .btn {
            width: 100%
        }

@media only screen and (max-width: 767px) {
    .modal-body .wrapper-form .select-wrapper.in .select-title span:first-child {
        color: #999;
        border-bottom: 2px solid rgba(0,0,0,.12);
        padding: 0 10px 10px 0
    }

    .modal-body .wrapper-form .select-wrapper.in .select-title span:nth-child(2) {
        -webkit-transform: translateY(8px) rotate(180deg);
        transform: translateY(8px) rotate(180deg)
    }

    .modal-body .wrapper-form .select-wrapper.in .select-content {
        display: block
    }

    .modal-body .wrapper-form .select-wrapper .select-title span:first-child {
        color: #444443
    }

    .modal-body .wrapper-form .select-wrapper .select-title span:nth-child(2) {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    .modal-body .wrapper-form .select-wrapper .select-content {
        display: none
    }
}

@media only screen and (min-width: 360px) {
    #modalFilters .modal .modal-dialog {
        height: 93%
    }
}

@media only screen and (min-width: 768px) {
    #modalFilters.fade {
        left: -280px;
        padding: 0 !important;
        -webkit-transition: all .15s linear;
        transition: all .15s linear
    }

        #modalFilters.fade.in {
            left: 0
        }

    #modalFilters .modal-dialog {
        position: fixed;
        margin: 0;
        width: 280px;
        height: 100%;
        -webkit-transform: initial;
        transform: initial
    }

    #modalFilters .modal-content {
        height: 100%;
        background-image: none
    }

        #modalFilters .modal-content .modal-body {
            height: 90%
        }

            #modalFilters .modal-content .modal-body h2 {
                font-size: 16px;
                font-family: RalewayBold;
                color: #333;
                line-height: 20px;
                padding-top: 5px;
                margin-bottom: 10px
            }

            #modalFilters .modal-content .modal-body .wrapper-form {
                height: 90%
            }

                #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper {
                    border-bottom: solid 2px rgba(0,0,0,.12);
                    margin-right: 20px;
                    margin-bottom: 15px
                }

                    #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper:last-child {
                        border-bottom: none
                    }

                    #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-title {
                        margin: 0 0 5px;
                        padding: 0;
                        height: 18px
                    }

                        #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-title span:first-child {
                            font-size: 12px;
                            color: #333;
                            cursor: initial
                        }

                    #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-content {
                        display: block;
                        padding-bottom: 15px
                    }

                        #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-content .next-provinces {
                            display: none
                        }

                        #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-content .checkbox_item {
                            font-size: 12px;
                            line-height: 14px;
                            padding: 2px 0 0 0
                        }

                            #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-content .checkbox_item label {
                                display: block
                            }

                                #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-content .checkbox_item label .checkbox_wrapper {
                                    float: right;
                                    right: 0
                                }

                                #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-content .checkbox_item label span:not(.check) {
                                    margin-left: 0
                                }

                        #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-content .show-wrapper {
                            width: 100%;
                            display: inline-block;
                            padding: 10px 0 10px;
                            cursor: pointer
                        }

                            #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-content .show-wrapper span:first-child {
                                font-size: 11px;
                                font-family: RalewayBold;
                                color: #7f7f7f
                            }

                            #modalFilters .modal-content .modal-body .wrapper-form .select-wrapper .select-content .show-wrapper .adopta-un-perro_open_cross_menu {
                                display: inline-block;
                                float: right;
                                margin-right: 2px;
                                margin-top: 8px
                            }

        #modalFilters .modal-content .button-cancel-wrapper, #modalFilters .modal-content .button-wrapper {
            width: 50%
        }

            #modalFilters .modal-content .button-cancel-wrapper .btn, #modalFilters .modal-content .button-wrapper .btn {
                padding: 5px 12px;
                height: 30px;
                font-size: 14px;
                width: 100%
            }

        #modalFilters .modal-content .button-wrapper {
            padding: 0 10px 0 15px;
            left: 0
        }

        #modalFilters .modal-content .button-cancel-wrapper {
            position: absolute;
            bottom: 0;
            padding: 0 15px 0 10px;
            right: 0
        }
}


.modelcloser {
    background-image: linear-gradient(261deg, #cccccc, #999999);
    width: 22px;
    position: absolute;
    right: 5px;
    height: 21px;
    padding: 4px 3px 10px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; /* future proofing */
    -khtml-border-radius: 4px; /* for old Konqueror browsers */
}

    .modelcloser:hover {
        background-color: #999999;
    }