/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.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: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #464646;
    background-color: white;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #0088cc;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #005580;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.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;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Varela Round", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    font-weight: 400;
    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: normal;
        line-height: 1;
        color: #959595;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 18px;
    margin-bottom: 9px;
}

    h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 9px;
    margin-bottom: 9px;
}

    h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 31px;
}

h2, .h2 {
    font-size: 25px;
}

h3, .h3 {
    font-size: 21px;
}

h4, .h4 {
    font-size: 15px;
}

h5, .h5 {
    font-size: 12px;
}

h6, .h6 {
    font-size: 11px;
}

p {
    margin: 0 0 9px;
}

.lead {
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

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-muted {
    color: #959595;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 9px;
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0;
    }

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 18px;
}

dt, dd {
    line-height: 1.5;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    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[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #959595;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 15px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.5;
        color: #959595;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.5;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        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:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-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%;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 18px;
}

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: white;
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: whitesmoke;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: inherit;
    color: #464646;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.5;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.5;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

    .form-control::-moz-placeholder {
        color: #959595;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #959595;
    }

    .form-control::-webkit-input-placeholder {
        color: #959595;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 32px;
    line-height: 1.5 \0;
}

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn {
        line-height: 28px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn {
        line-height: 42px;
    }

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .checkbox label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 28px;
    line-height: 28px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 42px;
    line-height: 42px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 40px;
    }

.form-control-feedback {
    position: absolute;
    top: 23px;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #868686;
}

@media (min-width: 768px) {
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group, .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .navbar-form .input-group .input-group-btn, .form-inline .input-group .form-control, .navbar-form .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label, .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 25px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333333;
    background-color: white;
    border-color: #cccccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
        background-color: white;
        border-color: #cccccc;
    }

    .btn-default .badge {
        color: white;
        background-color: #333333;
    }

.btn-primary {
    color: white;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
        color: white;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: white;
    }

.btn-success {
    color: white;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
        color: white;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: white;
    }

.btn-info {
    color: white;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
        color: white;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: white;
    }

.btn-warning {
    color: white;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
        color: white;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: white;
    }

.btn-danger {
    color: white;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
        color: white;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: white;
    }

.btn-link {
    color: #0088cc;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #005580;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #959595;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.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: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    background-color: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 8px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.5;
        color: #464646;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #393939;
            background-color: whitesmoke;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: white;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #959595;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.5;
    color: #959595;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 11px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 15px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #959595;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #959595;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #0088cc;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 8px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.5;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: white;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: white;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: white;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: inherit;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 0 0;
    font-size: 15px;
    line-height: 18px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 0 0;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 18px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 18px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 0;
                padding-bottom: 0;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: 0;
        }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 9px;
    margin-bottom: 9px;
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 11px;
        margin-bottom: 11px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 16px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: white;
    border-color: #b7b7b7;
}

    .navbar-default .navbar-brand {
        color: #464646;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #2d2d2d;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #464646;
    }
        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #0088cc;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #eeeeee;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #cccccc;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #b7b7b7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #eeeeee;
        color: #555555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #464646;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #0088cc;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #eeeeee;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #464646;
}

    .navbar-default .navbar-link:hover {
        color: #0088cc;
    }

.navbar-default .btn-link {
    color: #464646;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #0088cc;
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #cccccc;
    }

.navbar-inverse {
    background-color: #222222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #959595;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: white;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #959595;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #959595;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: white;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: white;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: white;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: white;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #959595;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: white;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: white;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #959595;
}

    .navbar-inverse .navbar-link:hover {
        color: white;
    }

.navbar-inverse .btn-link {
    color: #959595;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: white;
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444444;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.5;
            text-decoration: none;
            color: #0088cc;
            background-color: white;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
            color: #005580;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
        z-index: 2;
        color: white;
        background-color: #428bca;
        border-color: #428bca;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #959595;
        background-color: white;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 15px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 11px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #959595;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #7c7c7c;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #959595;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #0088cc;
    background-color: white;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.5;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #464646;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #0088cc;
}

.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: whitesmoke;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 11px;
    line-height: 18px;
    color: white;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    color: #959595;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
            margin-bottom:10px;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        color: #555555;
        background-color: whitesmoke;
    }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #959595;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #959595;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #428bca;
    border-color: #428bca;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #e1edf7;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 18px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: whitesmoke;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table: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-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-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 {
            border-top-left-radius: 3px;
        }

        .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, .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-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-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 {
            border-top-right-radius: 3px;
        }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table: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, .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 {
            border-bottom-left-radius: 3px;
        }

        .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, .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 {
            border-bottom-right-radius: 3px;
        }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .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 {
        border-bottom: 0;
    }

    .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-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 {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 18px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse .panel-body {
            border-top: 1px solid #dddddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #464646;
        background-color: whitesmoke;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: white;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }
.link-agents {
    padding: 13px 18px 18px 18px;
    margin-bottom: 20px;
    border: 1px solid #B2B2B2;
    border-radius: 3px;
    text-align: center;
    background-image: -webkit-linear-gradient(180deg, #FFFFFF, #F7F7F7);
    background-image: -o-linear-gradient(180deg, #FFFFFF, #F7F7F7);
    background-image: linear-gradient(180deg, #FFFFFF, #F7F7F7);
}

    .link-agents h5 {
        font-size: 18px;
        font-family: "Varela Round";
        margin: 3px;
    }

    .link-agents p {
        margin: 8px 0 0 0;
        font-family: "Lucida Sans Unicode";
        font-size: 12px;
    }


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}


    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: white;
    border: 1px solid #999999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.5px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        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,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: black;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: black;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: black;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0,0,0,0.05);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: white;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0,0,0,0.05);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: white;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0,0,0,0.05);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: white;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0,0,0,0.05);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: white;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0%), color-stop(rgba(0,0,0,0.0001) 100%));
        background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0%), color-stop(rgba(0,0,0,0.5) 100%));
        background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
        background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: white;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid white;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: white;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.sold-alert {
    background-color: #b73634;
    color: white;
    font-family: "Varela Round", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    font-size: 15px;
    padding: 8px 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    border: 1px solid #792324;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 18px;
}
.paused-alert {
    padding: 7px 10px;

    
    text-align: center;
    border-radius: 6px;
    margin-bottom: 18px;

    border: 1px solid #5a5959;
    background-color: #BEBEBE ;
    background-image: -webkit-linear-gradient(top, #BEBEBE  0%, #949494  100%);
    background-image: -o-linear-gradient(top, #BEBEBE  0%, #949494  100%);
    background-image: linear-gradient(to bottom, #BEBEBE  0%,#949494  100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BEBEBE', endColorstr='#949494 ', GradientType=0);

    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}
.paused-alert p {
    margin: 5px auto;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    font-family: "Varela Round", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    font-size: 15px;
    line-height: 16px; 
}

.cookies-alert {
    color: #464646;
    padding: 9px 0;
    z-index: 1;
        top: 75px;
    position: relative;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    background-image: -webkit-linear-gradient(to bottom, #90D3FD 0%,#6DC3F9 100%);
    background-image: linear-gradient(to bottom, #90D3FD 0%,#6DC3F9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90D3FD', endColorstr='#6DC3F9', GradientType=0);
}

    .cookies-alert p {
        margin: 0 86px 0 0;
        text-shadow: 0 1px 1px rgba(4, 4, 4, 0.35);
    }

    .cookies-alert .close, .cookies-alert a {
        color: white;
        text-shadow: 0 1px 1px rgba(4,4,4,0.35);
        opacity: 1;
    }

        .cookies-alert .close span {
            font-size: 15px;
            text-shadow: 0 1px 1px rgba(4, 4, 4, 0.35);
            font-weight: 300;
        }

.btn small {
    display: block;
    font-size: 12px;
}

.btn {
    font-family: "Varela Round", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,0.35);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.btn-link {
    text-shadow: none;
}

.btn-link-condensed {
    padding: 0;
    border: none;
}

.btn-default {
    text-shadow: none;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
}

.input-group-btn-muted input {
    border-right: none;
}

    .input-group-btn-muted input:focus {
        border: 1px solid #cccccc;
        border-right: none;
    }

.input-group-btn-muted .btn {
    background-color: white;
    border: 1px solid #cccccc;
    border-left: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.btn-green {
    color: white;
    padding: 4px;
    background-color: #a8e62c;
    border-color: #62893a;
    background-image: -webkit-linear-gradient(bottom, #a8e62c 0%, #70a821 100%);
    background-image: -o-linear-gradient(bottom, #a8e62c 0%, #70a821 100%);
    background-image: linear-gradient(to bottom, #a8e62c 0%,#70a821 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA8E62C', endColorstr='#FF70A821', GradientType=0);
}

    .btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .btn-green.dropdown-toggle {
        color: white;
        background-color: #8dc718;
        border-color: #435e28;
    }

    .btn-green:active, .btn-green.active, .open .btn-green.dropdown-toggle {
        background-image: none;
    }

    .btn-green.disabled, .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled], .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
        background-color: #a8e62c;
        border-color: #62893a;
    }

    .btn-green .badge {
        color: #a8e62c;
        background-color: white;
    }

.btn-green-start-free-draft {
    color: white;
    padding: 5px 13px;
    background-color: #a8e62c;
    border-color: #62893a;
    background-image: -webkit-linear-gradient(bottom, #a8e62c 0%, #70a821 100%);
    background-image: -o-linear-gradient(bottom, #a8e62c 0%, #70a821 100%);
    background-image: linear-gradient(to bottom, #a8e62c 0%,#70a821 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA8E62C', endColorstr='#FF70A821', GradientType=0);
}
    .btn-green-start-free-draft:hover, .btn-green-start-free-draft:focus, .btn-green-start-free-draft:active, .btn-green-start-free-draft.active, .open .btn-green.dropdown-toggle {
        color: white;
        background-color: #8dc718;
        border-color: #435e28;
    }

.btn-blue {
    color: white;
    background-color: #62a9da;
    border-color: #32698f;
    background-image: -webkit-linear-gradient(top, #62a9da 0%, #3f86b7 100%);
    background-image: -o-linear-gradient(top, #62a9da 0%, #3f86b7 100%);
    background-image: linear-gradient(to bottom, #62a9da 0%,#3f86b7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62A9DA', endColorstr='#FF3F86B7', GradientType=0);
}

    .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .btn-blue.dropdown-toggle {
        color: white;
        background-color: #3992d0;
        border-color: #224862;
    }

    .btn-blue:active, .btn-blue.active, .open .btn-blue.dropdown-toggle {
        background-image: none;
    }

    .btn-blue.disabled, .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled], .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
        background-color: #62a9da;
        border-color: #32698f;
    }

    .btn-blue .badge {
        color: #62a9da;
        background-color: white;
    }

.btn-turquoise {
    padding: 5px 17px;
    color: white;
    font-size: 11px;
    margin-top: 20px;
    border: 0;
    font-family: "Lucida Sans Unicode";
    background-image: -webkit-linear-gradient(0deg, #46BCBC, #78CECE);
    background-image: -o-linear-gradient(0deg, #46BCBC, #78CECE);
    background-image: linear-gradient(0deg, #46BCBC, #78CECE);
}
    .btn-turquoise:hover, .btn-turquoise:focus, .btn-turquoise:active, .btn-turquoise.active {
        color: white;
        background-color: #46BCBC;
    }

.btn-light-blue {
    color: white;
    background-color: #76b6e1;
    border-color: #3c94d6;
    background-image: -webkit-linear-gradient(top, #76b6e1 0%, #569cd7 100%);
    background-image: -o-linear-gradient(top, #76b6e1 0%, #569cd7 100%);
    background-image: linear-gradient(to bottom, #76b6e1 0%,#569cd7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF76B6E1', endColorstr='#FF569CD7', GradientType=0);
}

    .btn-light-blue:hover, .btn-light-blue:focus, .btn-light-blue:active, .btn-light-blue.active, .open .btn-light-blue.dropdown-toggle {
        color: white;
        background-color: #4ca0d8;
        border-color: #2574b0;
    }

    .btn-light-blue:active, .btn-light-blue.active, .open .btn-light-blue.dropdown-toggle {
        background-image: none;
    }

    .btn-light-blue.disabled, .btn-light-blue.disabled:hover, .btn-light-blue.disabled:focus, .btn-light-blue.disabled:active, .btn-light-blue.disabled.active, .btn-light-blue[disabled], .btn-light-blue[disabled]:hover, .btn-light-blue[disabled]:focus, .btn-light-blue[disabled]:active, .btn-light-blue[disabled].active, fieldset[disabled] .btn-light-blue, fieldset[disabled] .btn-light-blue:hover, fieldset[disabled] .btn-light-blue:focus, fieldset[disabled] .btn-light-blue:active, fieldset[disabled] .btn-light-blue.active {
        background-color: #76b6e1;
        border-color: #3c94d6;
    }

    .btn-light-blue .badge {
        color: #76b6e1;
        background-color: white;
    }

.btn-red {
    color: white;
    background-color: #eaa0a3;
    border-color: #d7676b;
    background-image: -webkit-linear-gradient(top, #eaa0a3 0%, #d86a6d 100%);
    background-image: -o-linear-gradient(top, #eaa0a3 0%, #d86a6d 100%);
    background-image: linear-gradient(to bottom, #eaa0a3 0%,#d86a6d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEAA0A3', endColorstr='#FFD86A6D', GradientType=0);
}

    .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .btn-red.dropdown-toggle {
        color: white;
        background-color: #e1767b;
        border-color: #ca373c;
    }

    .btn-red:active, .btn-red.active, .open .btn-red.dropdown-toggle {
        background-image: none;
    }

    .btn-red.disabled, .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled], .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
        background-color: #eaa0a3;
        border-color: #d7676b;
    }

    .btn-red .badge {
        color: #eaa0a3;
        background-color: white;
    }

.btn-yellow {
    text-shadow: none;
    color: #464646;
    background-color: #feea43;
    border-color: #e08606;
    background-image: -webkit-linear-gradient(top, #fcdd01 0%, #e3c701 100%);
    background-image: -o-linear-gradient(top, #fcdd01 0%, #e3c701 100%);
    background-image: linear-gradient(to bottom, #fcdd01 0%,#e3c701 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCDD01', endColorstr='#FFE3C701', GradientType=0);
}

    .btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .open .btn-yellow.dropdown-toggle {
        color: #464646;
        background-color: #fee410;
        border-color: #a46204;
    }

    .btn-yellow:active, .btn-yellow.active, .open .btn-yellow.dropdown-toggle {
        background-image: none;
    }

    .btn-yellow.disabled, .btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled], .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
        background-color: #feea43;
        border-color: #e08606;
    }

    .btn-yellow .badge {
        color: #feea43;
        background-color: #464646;
    }

.btn-danger {
    color: white;
    background-color: #eaa0a3;
    border-color: #d7676b;
    background-image: -webkit-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);
    background-image: -o-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);
    background-image: linear-gradient(to bottom, #ee5f5b 0%,#bd362f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
        color: white;
        background-color: #e1767b;
        border-color: #ca373c;
    }

    .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: #eaa0a3;
        border-color: #d7676b;
    }

    .btn-danger .badge {
        color: #eaa0a3;
        background-color: white;
    }

.btn-group.open .btn.dropdown-toggle.btn-green {
    background-color: #70a821;
}

.btn-flat {
    text-shadow: none !important;
    color: #959595 !important;
    border: none;
}

.btn-toggle .icon-chevron-blue-down {
    display: inline;
}

.btn-toggle .icon-chevron-blue-up {
    display: none;
}

.btn-toggle.collapsed .icon-chevron-blue-down {
    display: none;
}

.btn-toggle.collapsed .icon-chevron-blue-up {
    display: inline;
}

.carousel-indicators li {
    margin: 0;
    background-color: #959595;
    width: 14px;
    height: 14px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.8);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.8);
}

.carousel-indicators .active {
    background-color: #2e5e7f;
    width: 14px;
    height: 14px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.8);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.8);
}

.carousel-property-images {
    margin-bottom: 0;
    border: 1px solid #dddddd;
}

    .carousel-property-images .item {
        -webkit-transition: 0.7s ease-in-out opacity;
        -o-transition: 0.7s ease-in-out opacity;
        transition: 0.7s ease-in-out opacity;
        left: 0 !important;
    }

    .carousel-property-images a {
        display: block;
        height: 170px;
    }

@media (min-width: 768px) {
    .carousel-property-images a {
        height: 303px;
    }
}

@media (min-width: 992px) {
    .carousel-property-images a {
        height: 394px;
    }
}

.carousel-property-images a img {
    display: inline !important;
}

.carousel-property-images .next.left, .carousel-property-images .prev.right {
    opacity: 1;
    z-index: 1;
}

.carousel-property-images .active.left, .carousel-property-images .active.right {
    opacity: 0;
    z-index: 2;
}

.carousel-property-images .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background-color: transparent !important;
}

    .carousel-property-images .carousel-caption .btn-link {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: white;
        padding: 0;
        z-index: 1;
        width: 30px;
        height: 15px;
        overflow: hidden;
        border: none;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 1px 0 rgba(255,255,255,0.6);
        box-shadow: 0 0 1px 0 rgba(255,255,255,0.6);
    }

        .carousel-property-images .carousel-caption .btn-link:hover {
            text-decoration: none;
        }

        .carousel-property-images .carousel-caption .btn-link.collapsed {
            background-position: 50% -15px;
        }

    .carousel-property-images .carousel-caption .carousel-caption-inner p {
        padding: 10px 50px 10px 10px;
        color: white;
        margin: 0;
        font-size: 10px;
        background-color: transparent !important;
        border-top: 1px solid rgba(0,0,0,0.8);
        background-image: -webkit-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.8));
        background-image: -o-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.8));
        background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.8) 20%,rgba(0,0,0,0.8));
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#CC000000', GradientType=0);
    }

@media (min-width: 768px) {
    .carousel-property-images .carousel-caption .carousel-caption-inner p {
        font-size: 12px;
        padding: 15px 50px 15px 15px;
    }
}

.carousel-property-images .carousel-caption .carousel-caption-inner p:hover {
    text-decoration: none;
}

.carousel-property-thumbs {
    margin: 5px 0 0 !important;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

    .carousel-property-thumbs ul {
        margin-left: -1%;
        width: 100%;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .carousel-property-thumbs ul > li {
            width: 15.66667%;
            height: auto;
            margin-left: 1%;
            float: left;
            text-align: center;
            background-color: #f8f8f8;
        }

            .carousel-property-thumbs ul > li > a {
                border: none;
                float: none;
                overflow: hidden;
                height: auto;
                display: block;
                padding: 0;
                margin: 0;
                border: 2px solid transparent;
                height: 21px;
                border-radius: 0;
            }

@media (min-width: 768px) {
    .carousel-property-thumbs ul > li > a {
        height: 46px;
    }
}

@media (min-width: 992px) {
    .carousel-property-thumbs ul > li > a {
        height: 60px;
    }
}

.carousel-property-thumbs ul > li > a:hover {
    background-color: transparent;
}

.carousel-property-thumbs a.prev, .carousel-property-thumbs a.next {
    width: 12px;
    border: none;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    overflow: hidden;
    color: #428bca;
    height: 21px;
    line-height: 21px;
}

@media (min-width: 768px) {
    .carousel-property-thumbs a.prev, .carousel-property-thumbs a.next {
        height: 46px;
        line-height: 46px;
    }
}

@media (min-width: 992px) {
    .carousel-property-thumbs a.prev, .carousel-property-thumbs a.next {
        height: 60px;
        line-height: 60px;
    }
}

.carousel-property-thumbs a.prev {
    left: 0;
}

.carousel-property-thumbs a.next {
    background-position: -12px 0;
    right: 0;
}

.carousel-property-thumbs ul > .active > a {
    border-color: #4087b8;
    background-image: none;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 0 5px rgba(64,135,184,0.75);
    box-shadow: 0 0 5px rgba(64,135,184,0.75);
}

.control-label {
    font-weight: 400;
}

.form-control {
    padding: 6px 6px;
}

    .form-control:focus {
        border-color: #428bca;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-labels-left .control-label {
    text-align: left;
}

.form-control-width-auto {
    width: auto;
}

@media (min-width: 992px) {
    .col-md-offset-2-5 {
        margin-left: 20.83334%;
    }
}

.panel-default {
    position: relative;
    border: 1px solid #d5d5d5;
    background-color: #f8f8f8;
    margin-top: 15px;
    border-radius: 5px;
}

    .panel-default .panel-heading {
        padding: 15px 10px;
        border-bottom: 1px solid white;
        border-radius: 5px 5px 0 0;
        background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #eee 100%);
        background-image: -o-linear-gradient(top, #f8f8f8 0%, #eee 100%);
        background-image: linear-gradient(to bottom, #f8f8f8 0%,#eeeeee 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F8F8', endColorstr='#FFEEEEEE', GradientType=0);
    }

        .panel-default .panel-heading:before, .panel-default .panel-heading:after {
            content: " ";
            display: table;
        }

        .panel-default .panel-heading:after {
            clear: both;
        }

        .panel-default .panel-heading h1, .panel-default .panel-heading p {
            font-size: 14px;
            color: #555555;
            line-height: 1;
            margin: 0;
        }

        .panel-default .panel-heading h1 {
            float: left;
        }

        .panel-default .panel-heading p {
            float: right;
        }

.panel-actions {
    position: absolute;
    top: 13px;
    right: 10px;
}

.panel-transparent {
    position: relative;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel-transparent .panel-heading {
        border-radius: 0;
        padding: 0;
        border: none;
    }

    .panel-transparent .panel-title {
        margin: 0;
        font-size: 18px;
    }

    .panel-transparent .panel-actions {
        top: 0;
        right: 0;
    }

        .panel-transparent .panel-actions select {
            margin: 0;
            font-size: 10px;
            height: 20px;
            line-height: 20px;
            padding: 2px 6px;
        }

    .panel-transparent .panel-body {
        padding: 10px 0 0;
        border: none;
    }

.pagination {
    margin: 18px 0;
}

.pagination {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            float: left;
            padding: 4px 12px;
            line-height: 18px;
            text-decoration: none;
        }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination > li > a {
    border: none;
    background-color: #d6d6d6;
    margin-left: 9px;
    color: #555;
    text-shadow: 0 1px 1px #fff;
    padding: 2px;
    min-width: 20px;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2) inset;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2) inset;
}

.pagination > li > span {
    border: none;
    padding: 2px;
    margin-left: 9px;
}

.pagination > .active > a {
    color: #fff;
    text-shadow: 0 0 1px #000;
    color: #74afd7;
    background-color: #4085b5;
    border-color: red;
}

    .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > a:active, .pagination > .active > a.active, .open .pagination > .active > a.dropdown-toggle {
        color: #74afd7;
        background-color: #33698f;
        border-color: #c20000;
    }

    .pagination > .active > a:active, .pagination > .active > a.active, .open .pagination > .active > a.dropdown-toggle {
        background-image: none;
    }

    .pagination > .active > a.disabled, .pagination > .active > a.disabled:hover, .pagination > .active > a.disabled:focus, .pagination > .active > a.disabled:active, .pagination > .active > a.disabled.active, .pagination > .active > a[disabled], .pagination > .active > a[disabled]:hover, .pagination > .active > a[disabled]:focus, .pagination > .active > a[disabled]:active, .pagination > .active > a[disabled].active, fieldset[disabled] .pagination > .active > a, fieldset[disabled] .pagination > .active > a:hover, fieldset[disabled] .pagination > .active > a:focus, fieldset[disabled] .pagination > .active > a:active, fieldset[disabled] .pagination > .active > a.active {
        background-color: #4085b5;
        border-color: red;
    }

    .pagination > .active > a .badge {
        color: #4085b5;
        background-color: #74afd7;
    }

.pagination > .prev a, .pagination > .next a {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination > .next a {
    background-position: 7px -44px;
}

.carousel-pagination {
    margin-bottom: 18px;
}

    .carousel-pagination ul {
        display: inline-block;
        margin-left: 0;
        margin-bottom: 0;
    }

        .carousel-pagination ul > li {
            display: inline;
        }

            .carousel-pagination ul > li > a, .carousel-pagination ul > li > span {
                float: left;
                padding: 4px 12px;
                line-height: 18px;
                text-decoration: none;
            }

            .carousel-pagination ul > li > a {
                text-indent: -9999px;
                overflow: hidden;
                height: 23px;
                width: 14px;
                padding: 0;
                min-width: 0;
                margin-left: 7px;
                background: transparent url("../images/bg/carousel-pagination.png") no-repeat 0 -23px;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .carousel-pagination ul > li > a:hover {
                    background-color: transparent;
                }

        .carousel-pagination ul > .prev > a {
            margin-left: 0;
        }

        .carousel-pagination ul > .prev > a, .carousel-pagination ul > .next > a {
            background: transparent url("../images/bg/carousel-pagination.png") no-repeat 0 -23px;
            width: 23px;
        }

        .carousel-pagination ul > .prev > a {
            background-position: 0 0;
        }

        .carousel-pagination ul > .next > a {
            background-position: -23px 0;
        }

        .carousel-pagination ul > .active > a {
            background: transparent url("../images/bg/carousel-pagination.png") no-repeat -14px -23px;
        }

.table thead, .table tfoot {
    background-color: #eeeeee;
}

ul, ol {
    padding-left: 15px;
}

blockquote {
    padding: 0;
    border: none;
}

    blockquote .pull-left {
        width: 100px;
    }

    blockquote cite {
        font-size: 10px;
        color: #a0a0a0;
        line-height: 1.4;
        padding: 10px 5px;
        display: block;
    }

    blockquote .media-body {
        background: #fff url("../images/components/type/blockquote.gif") no-repeat 20px 7px;
        padding: 10px;
        border: 1px solid #e5e5e5;
        position: relative;
        overflow: visible;
        margin-left: 117px;
    }

        blockquote .media-body:before {
            content: "";
            display: inline-block;
            border: 11px solid transparent;
            border-right-color: #e5e5e5;
            position: absolute;
            top: 37px;
            left: -23px;
        }

        blockquote .media-body:after {
            content: "";
            display: inline-block;
            border: 10px solid transparent;
            border-right-color: white;
            position: absolute;
            top: 38px;
            left: -20px;
        }

    blockquote p {
        font-size: 12px;
        line-height: 18px;
    }

.link-danger {
    color: red;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    max-width: 99%;
    background-clip: padding-box;
    display: inline-block;
    vertical-align: middle;
}

.well {
    background-color: #eeeeee;
    border-color: #e0e0e0;
}

.well-centered {
    text-align: center;
}

    .well-centered .inner {
        margin: 36px auto;
        width: 50%;
    }

.well-info, .well-like, .well-tip, .well-cart, .well-new {
    position: relative;
    padding: 25px;
}

    .well-info:after, .well-like:after, .well-tip:after, .well-cart:after, .well-new:after {
        content: "";
        position: absolute;
        top: 10px;
        left: -20px;
        width: 36px;
        height: 36px;
        overflow: hidden;
        background: url("../images/components/wells/icons.png") no-repeat 0 0;
    }

    .well-info:after {
        background-position: 0 0;
    }

    .well-like:after {
        background-position: 0 -100px;
    }

    .well-tip:after {
        background-position: 0 -200px;
    }

    .well-cart:after {
        background-position: 0 -300px;
    }

    .well-new:after {
        background-position: 0 -400px;
    }

.ad-sign-up-by-type {
    border: 1px solid #d5d5d5;
    background-color: #f8f8f8;
    margin-top: 15px;
    border-radius: 5px;
    padding: 15px 15px 0;
    text-align: center;
}

    .ad-sign-up-by-type h3 {
        margin-top: 0;
    }

    .ad-sign-up-by-type img {
        margin: 0 auto;
    }

    .ad-sign-up-by-type .btn {
        position: relative;
        top: -20px;
    }

.accordion-faq {
    margin: 18px 0;
}

    .accordion-faq .panel {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .accordion-faq .panel-heading {
        padding: 0;
    }

        .accordion-faq .panel-heading a {
            display: block;
            cursor: pointer;
            padding: 0 18px 0 2px;
            color: #464646;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 9px;
        }

            .accordion-faq .panel-heading a:hover {
                color: #428bca;
                text-decoration: none;
            }

            .accordion-faq .panel-heading a .icon-plus {
                display: none;
            }

            .accordion-faq .panel-heading a .icon-minus {
                display: inline-block;
            }

        .accordion-faq .panel-heading .collapsed .icon-plus {
            display: inline-block;
        }

        .accordion-faq .panel-heading .collapsed .icon-minus {
            display: none;
        }

    .accordion-faq .panel-body {
        padding-left: 37px;
    }

.tab-pane .blank-slate {
    background: #b2e0ef url("../images/components/blank-slate/bg.gif") 0 100% repeat-x;
    padding: 144px 18px;
    text-align: center;
    margin: 18px 0;
}

    .tab-pane .blank-slate .contact-seller {
        width: 50%;
        text-align: left;
        margin: 0 auto;
    }

    .tab-pane .blank-slate .vcard {
        margin-top: 18px;
    }

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px;
    color:#555555;
}

    .datepicker:before {
        content: "";
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #cccccc;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .datepicker:after {
        content: "";
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid white;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .datepicker > div {
        display: none;
    }

    .datepicker table {
        width: 100%;
        margin: 0;
    }

    .datepicker td, .datepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
    }

        .datepicker td .icon-14-prev, .datepicker td .icon-14-next, .datepicker th .icon-14-prev, .datepicker th .icon-14-next {
            margin-right: 0;
        }

        .datepicker td.day:hover {
            background: #eeeeee;
            cursor: pointer;
        }

        .datepicker td.old, .datepicker td.new {
            color: #999999;
        }

        .datepicker td.active, .datepicker td.active:hover {
            background-color: #0088cc;
            color: white;
        }

            .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
                background-color: #0088cc;
            }

                .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
                    background-color: #0088cc; \9
                }

        .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
            border-radius: 4px;
        }

            .datepicker td span:hover {
                background: #eeeeee;
            }

            .datepicker td span.active {
                background-color: #0088cc;
                color: white;
            }

                .datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
                    background-color: #0088cc;
                }

                .datepicker td span.active:active, .datepicker td span.active.active {
                    background-color: #0088cc; \9
                }

            .datepicker td span.old {
                color: #999999;
            }

        .datepicker th.switch {
            width: 145px;
        }

    .datepicker thead tr:first-child th {
        cursor: pointer;
    }

        .datepicker thead tr:first-child th:hover {
            background: #eeeeee;
        }

    .datepicker-days th.prev, .datepicker-days th.next {
        color:#555555;
    }

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.pulse-danger {
    -webkit-animation: pulse-danger 5s 5;
    -moz-animation: pulse-danger 5s 5;
    -o-animation: pulse-danger 5s 5;
    animation: pulse-danger 5s 5;
}

@-webkit-keyframes pulse-danger {
    0% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
    }

    50% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #d9534f;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #d9534f;
    }

    100% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
    }
}

@-moz-keyframes pulse-danger {
    0% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
    }

    50% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #d9534f;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #d9534f;
    }

    100% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
    }
}

@-o-keyframes pulse-danger {
    0% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
    }

    50% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #d9534f;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #d9534f;
    }

    100% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
    }
}

@keyframes pulse-danger {
    0% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
    }

    50% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #d9534f;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #d9534f;
    }

    100% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(217,83,79,0);
    }
}

.pulse-success {
    -webkit-animation: pulse-success 5s 5;
    -moz-animation: pulse-success 5s 5;
    -o-animation: pulse-success 5s 5;
    animation: pulse-success 5s 5;
}

@-webkit-keyframes pulse-success {
    0% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
    }

    50% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #5cb85c;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #5cb85c;
    }

    100% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
    }
}

@-moz-keyframes pulse-success {
    0% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
    }

    50% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #5cb85c;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #5cb85c;
    }

    100% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
    }
}

@-o-keyframes pulse-success {
    0% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
    }

    50% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #5cb85c;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #5cb85c;
    }

    100% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
    }
}

@keyframes pulse-success {
    0% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
    }

    50% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #5cb85c;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px #5cb85c;
    }

    100% {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 0px 10px 1px rgba(92,184,92,0);
    }
}

.embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed iframe, .embed object, .embed embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (max-width: 768px) {
    .equal-heights > * {
        min-height: 0 !important;
    }
}

.fb-comments, .fb-like-box {
    margin-top: 18px;
}

    .fb-comments, .fb-like-box, .fb-comments span, .fb-like-box span, .fb-comments iframe, .fb-like-box iframe {
        width: 100% !important;
    }

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden;
}

    .blueimp-gallery > .slides > .slide > .slide-content {
        margin: auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        opacity: 1;
    }

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0,0,0,0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blueimp-gallery-display {
    display: block;
    opacity: 1;
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
    position: absolute;
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

        .blueimp-gallery > .slides > .slide-loading {
            background: url(../img/loading.gif) center no-repeat;
            background-size: 64px 64px;
        }

            .blueimp-gallery > .slides > .slide-loading > .slide-content {
                opacity: 0;
            }

        .blueimp-gallery > .slides > .slide-error > .slide-content {
            display: none;
        }

        .blueimp-gallery > .prev, .blueimp-gallery > .next {
            position: absolute;
            top: 50%;
            left: 15px;
            width: 40px;
            height: 40px;
            margin-top: -23px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 60px;
            font-weight: 100;
            line-height: 30px;
            color: #fff;
            text-decoration: none;
            text-shadow: 0 0 2px #000;
            text-align: center;
            background: #222;
            background: rgba(0,0,0,0.5);
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            border: 3px solid #fff;
            -webkit-border-radius: 23px;
            -moz-border-radius: 23px;
            border-radius: 23px;
            opacity: 0.5;
            cursor: pointer;
            display: none;
        }

@media (min-width: 768px) {
    .blueimp-gallery > .prev, .blueimp-gallery > .next {
        display: block;
    }
}

.blueimp-gallery > .next {
    left: auto;
    right: 15px;
}

.blueimp-gallery > .close {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: 0.8;
    display: none;
}

@media (min-width: 768px) {
    .blueimp-gallery > .close {
        display: block;
    }
}

.blueimp-gallery > .title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    display: block;
    padding: 15px 50px 15px 15px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    background-color: transparent !important;
    border-top: 1px solid rgba(0,0,0,0.8);
    background-image: -webkit-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.8));
    background-image: -o-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.8));
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.8) 20%,rgba(0,0,0,0.8));
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#CC000000', GradientType=0);
}

    .blueimp-gallery > .title:empty {
        display: none;
    }

.blueimp-gallery > .close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
}

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}

.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .close, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .prev, .blueimp-gallery-left > .prev, .blueimp-gallery-single > .next, .blueimp-gallery-right > .next, .blueimp-gallery-single > .play-pause {
    display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}

* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}

    * + html .blueimp-gallery > .slides > .slide > .slide-content {
        position: relative;
    }

.help {
    background: url("../images/icons/help.png") no-repeat;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    display: inline-block;
    margin-left: 5px;
    line-height: 20px;
}

@font-face {
    font-family: 'icons';
    src: url("../images/components/icons/icons.eot?v=2");
    src: url("../images/components/icons/icons.eot?v=2#iefix") format("embedded-opentype"),url("../images/components/icons/icons.ttf?v=2") format("truetype"),url("../images/components/icons/icons.woff?v=2") format("woff"),url("../images/components/icons/icons.svg?v=2#selvsalg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    opacity: .7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-A10:before {
    content: "\e600";
}

.icon-G:before {
    content: "\e601";
}

.icon-F:before {
    content: "\e602";
}

.icon-E:before {
    content: "\e603";
}

.icon-D:before {
    content: "\e604";
}

.icon-C:before {
    content: "\e605";
}

.icon-B:before {
    content: "\e606";
}

.icon-A20:before {
    content: "\e607";
}

.icon-A15:before {
    content: "\e608";
}

.icon-A2:before {
    content: "\e609";
}

.icon-A1:before {
    content: "\e60a";
}

.icon-A:before {
    content: "\e60b";
}

.icon-search:before {
    content: "\f002";
}

.icon-heart:before {
    content: "\f004";
}

.icon-user:before {
    content: "\f007";
}

.icon-grid:before {
    content: "\f00a";
}

.icon-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-home:before {
    content: "\f015";
}

.icon-repeat:before {
    content: "\f01e";
}

.icon-lock:before {
    content: "\f023";
}

.icon-print:before {
    content: "\f02f";
}

.icon-edit:before {
    content: "\f040";
}

.icon-map:before {
    content: "\f041";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-question:before {
    content: "\f059";
}

.icon-info:before {
    content: "\f05a";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-chevron-blue-up:before {
    content: "\2BC5";
    color: #3F86B7;
}

.icon-chevron-blue-down:before {
    content: "\2BC6";
    color: #3F86B7;
}
.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-stats:before {
    content: "\f080";
}

.icon-facebook:before {
    content: "\f082";
}

.icon-linkedin:before {
    content: "\f08c";
}

.icon-phone:before {
    content: "\f095";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-lawyer:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-google-plus:before {
    content: "\f0d4";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-file:before {
    content: "\f15b";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-trustpilot:before {
    content: "\f16c";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-vimeo:before {
    content: "\f194";
}

.icon-red {
    color: #d8332f !important;
}

.icon-blue {
    color: #4387b5 !important;
}

.icon-bg-circle {
    font-size: 12px;
    position: relative;
    color: #555555;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
}

    .icon-bg-circle:after {
        position: absolute;
        content: '';
        border-radius: 50%;
        width: 24px;
        height: 24px;
        left: 0;
        top: 0;
        z-index: -1;
    }

.icon-bg-circle-lg {
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

    .icon-bg-circle-lg:after {
        width: 32px;
        height: 32px;
    }

.icon-bg-circle-white:after {
    background-color: #fff;
}

.icon-bg-circle-default:after {
    background-image: -webkit-linear-gradient(top, #eee 0%, #ddd 100%);
    background-image: -o-linear-gradient(top, #eee 0%, #ddd 100%);
    background-image: linear-gradient(to bottom, #eeeeee 0%,#dddddd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFDDDDDD', GradientType=0);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

.icon-bg-circle-inset:after {
    background-image: -webkit-linear-gradient(top, #eee 0%, #ddd 100%);
    background-image: -o-linear-gradient(top, #eee 0%, #ddd 100%);
    background-image: linear-gradient(to bottom, #eeeeee 0%,#dddddd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFDDDDDD', GradientType=0);
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
}

.icon-energy-rating {
    opacity: 1;
    background-color: #fff;
}

.icon-A {
    color: #93d07e;
}

.icon-A1 {
    color: #4fbe59;
}

.icon-A2 {
    color: #30a257;
}

.icon-A10 {
    color: #188551;
}

.icon-A15 {
    color: #227f3b;
}

.icon-A20 {
    color: #0d4d2a;
}

.icon-B {
    color: #bbc94c;
}

.icon-C {
    color: #f3e242;
}

.icon-D {
    color: #fab542;
}

.icon-E {
    color: #f26d3f;
}

.icon-F {
    color: #e53239;
}

.icon-G {
    color: #ac262a;
}

.img-align-center {
    text-align: center;
    background-color: #f8f8f8;
}

    .img-align-center > i {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .img-align-center img {
        vertical-align: middle;
        max-height: 100%;
        max-width: 100%;
    }

.inset {
    position: relative;
}

    .inset div {
        position: relative;
        z-index: 0;
        border-radius: 5px;
    }

        .inset div img {
            border-radius: 5px;
        }

    .inset i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        display: block;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
        box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    }

.map-container {
    width: 100%;
    height: 500px;
}

    .map-container img {
        max-width: none;
    }

.map-popover {
    width: 218px;
    height: 255px;
    display: block;
    z-index: 0;
}

    .map-popover * {
        font-family: 12px !important;
    }

    .map-popover h6 a {
        font-family: "Varela Round", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif !important;
        font-size: 12px !important;
    }

    .map-popover .property-card {
        padding: 5px;
    }

    .map-popover .img-align-center {
        height: 138px;
    }

    .map-popover .property-ribbon {
        top: -8px;
        left: -8px;
    }

    .map-popover .ribbon {
        right: -8px;
        top: 15px;
        display: none;
    }

.infoBox > img {
    z-index: 9999999 !important;
    margin: -10px -4px 0 0 !important;
}

.list-condensed {
    margin: 0;
    padding: 0;
}

.list-ticker {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

    .list-ticker li {
        background: url("../images/components/lists/ticker.png") no-repeat 0 0;
        padding-left: 25px;
        margin-bottom: 10px;
        max-height: 50px;
    }

        .list-ticker li .tooltip {
            line-height: 18px;
            text-align: left;
        }

.list-ticker-large li {
    background-position: 0 -50px;
    padding-left: 40px;
    line-height: 23px;
}

.list-places {
    margin: 18px 0 0;
}

    .list-places:before, .list-places:after {
        content: " ";
        display: table;
    }

    .list-places:after {
        clear: both;
    }

    .list-places li {
        float: left;
        width: 33%;
    }

    .list-places .inner {
        padding: 10px;
        margin: 0 15px 10px 0;
        background-color: #f6f6f6;
        border-radius: 5px;
    }

    .list-places h6 {
        margin: 0;
        font-size: 14px;
        color: #555555;
    }

    .list-places .distance {
        font-size: 10px;
        color: #959595;
        padding-bottom: 4.5px;
        border-bottom: 1px solid #d5d5d5;
        display: block;
    }

    .list-places p {
        border-top: 1px solid white;
        padding: 9px 0 0;
        margin: 0;
        font-size: 10px;
        line-height: 1.2;
    }

.documents {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .documents li {
        margin-bottom: 9px;
    }

.pointer {
    background: url("../images/components/pointers/bg.png") no-repeat 0 0;
    position: absolute;
    width: 200px;
    height: 100px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 500;
}

.polaroid {
    position: relative;
    z-index: 1;
    padding: 5px;
}

    .polaroid > i {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .polaroid > div {
        position: relative;
        z-index: 1;
    }


    .polaroid > i:before, .polaroid > i:after {
        content: "";
        background-color: white;
        padding: 5px;
        border: 1px solid #cccccc;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .polaroid > i:before {
        z-index: -2;
        -webkit-transform: rotate(-2.5deg);
        -ms-transform: rotate(-2.5deg);
        -o-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
    }
    .polaroid > i:after {
        z-index: -1;
    }

.polaroid-single > i:before {
    display: none;
}

.property-card {
    position: relative;
    *border: 1px solid #cccccc;
}

    .property-card .img {
        display: block;
        position: relative;
        border: 1px solid #dddddd;
    }

    .property-card h6 {
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        margin: 9px 0 6px;
    }

        .property-card h6 a {
            color: #464646;
        }

            .property-card h6 a:hover {
                color: #0088cc;
                text-decoration: none;
            }

    .property-card p {
        font-size: 9px;
        line-height: 12px;
        color: #959595;
        border-top: 1px solid whitesmoke;
        border-bottom: 1px solid whitesmoke;
        margin: 0;
        padding: 2px 0;
    }

    .property-card table {
        width: 100%;
        line-height: 1;
    }

        .property-card table th {
            line-height: 20px;
        }

        .property-card table th, .property-card table td {
            font-weight: 400;
            font-size: 9px;
            color: #959595;
            text-align: center;
            padding: 0;
        }

    .property-card .price {
        color: #555555;
        text-align: right;
    }

    .property-card th.size, .property-card th.rooms {
        background: url("../images/components/icons/size.gif") no-repeat 50% 4px;
        text-indent: -9999px;
        font-size: 0;
    }

    .property-card th.rooms {
        background-position: 50% -46px;
        min-width: 15px;
    }

    .property-card th.price {
        font-size: 10px;
    }

    .property-card td.price {
        font-size: 14px;
    }

    .property-card .icon-energy-rating {
        position: absolute;
        bottom: 5px;
        right: 5px;
        font-size: 18px;
    }

.carousel .properties-grid li {
    margin-bottom: 0;
}

.properties-grid > div {
    margin-bottom: 36px;
}

    .properties-grid > div .img-align-center {
        height: 138px;
    }
#js-carousel-featured-sites .item {
    min-height:200px;
    padding:10px 5px 0;
    
}

#js-carousel-featured-sites p{
    font-size:1.2em;
}

#js-carousel-featured-sites img.splash_50{
    width: 100px;
    position: relative;
    float: right;
}

#js-carousel-featured-sites .carousel-inner {
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.60);
    margin-bottom:30px;
}

#js-carousel-featured-sites .carousel-indicators{
    bottom:0 !important;
}
@media (min-width: 768px) {
    .properties-grid .col-sm-3 .polaroid {
        min-height: 240px;
    }

    .properties-grid .col-sm-3 .img-align-center {
        height: 95px;
    }
}

@media (min-width: 992px) {
    .properties-grid .col-sm-4 .polaroid {
        min-height: 300px;
    }

    .properties-grid .col-sm-4 .img-align-center {
        height: 191px;
    }

    .properties-grid .col-sm-3 .polaroid {
        min-height: 260px;
    }

    .properties-grid .col-sm-3 .img-align-center {
        height: 127px;
    }
}

@media (min-width: 768px) {
    .properties-grid-featured .property-ribbon {
        width: 150px;
        height: 150px;
        top: -14px;
        left: -14px;
    }

        .properties-grid-featured .property-ribbon:after {
            width: 150px;
            height: 150px;
            font-size: 11px;
            top: 24px;
            left: 24px;
        }
}

@media (min-width: 992px) {
    .properties-grid-featured .ribbon {
        background-position: 0 0;
        font-size: 16px;
        height: 34px;
        line-height: 34px;
        top: 15px;
    }

    .properties-grid-featured .property-ribbon {
        width: 200px;
        height: 200px;
        top: -17px;
        left: -17px;
    }

        .properties-grid-featured .property-ribbon:after {
            width: 200px;
            height: 200px;
            font-size: 15px;
            top: 31px;
            left: 31px;
        }
}

@media (min-width: 992px) {
    .properties-grid-recent .property-ribbon {
        width: 150px;
        height: 150px;
        top: -14px;
        left: -14px;
    }

        .properties-grid-recent .property-ribbon:after {
            width: 150px;
            height: 150px;
            font-size: 11px;
            top: 24px;
            left: 24px;
        }
}

@media (min-width: 768px) {
    body.result .properties-grid .col-sm-6 .polaroid {
        min-height: 250px;
    }

    body.result .properties-grid .col-sm-6 .img-align-center {
        height: 136px;
    }
}

@media (min-width: 992px) {
    body.result .properties-grid .col-md-4 .polaroid {
        min-height: 270px;
    }

    body.result .properties-grid .col-md-4 .img-align-center {
        height: 136px;
    }
}

.properties-grid .col-md-3 th.rooms, body.result .properties-grid .col-md-4 th.rooms, .map-popover th.rooms {
    width: 20px;
}

.properties-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

    .properties-list li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
        position: relative;
    }

        .properties-list li:before, .properties-list li:after {
            content: " ";
            display: table;
        }

        .properties-list li:after {
            clear: both;
        }

    .properties-list .polaroid {
        float: left;
        width: 135px;
    }

    .properties-list .img {
        display: block;
        border: 1px solid #dddddd;
    }

    .properties-list .body {
        margin-left: 160px;
    }

    .properties-list .type {
        font-size: 11px;
        background-position: 0 -34px;
        height: 23px;
        line-height: 23px;
        top: -5px;
        padding: 0 10px;
    }

    .properties-list .property-actions {
        position: absolute;
        background-color: white;
        top: 0;
        right: 0;
        padding: 0 0 0 10px;
        width: 100px;
    }

        .properties-list .property-actions li {
            margin-bottom: 5px;
        }

        .properties-list .property-actions .btn-link:hover, .properties-list .property-actions a:hover {
            text-decoration: none;
        }

        .properties-list .property-actions .btn-text {
            font-size: 9px;
            color: #959595;
        }

    .properties-list h6 {
        margin: 5px 0;
        max-width: 77%;
    }

        .properties-list h6 a {
            font-size: 16px;
            color: #464646;
        }

    .properties-list address {
        color: #959595;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding: 2px 0;
        margin: 0 0 5px;
    }

    .properties-list table {
        width: 100%;
        color: #999999;
    }

    .properties-list th, .properties-list td {
        text-align: center;
        padding: 0;
    }

    .properties-list th {
        padding-top: 8px;
        font-weight: 400;
        font-size: 9px;
    }

    .properties-list td {
        color: #959595;
    }

    .properties-list th.size, .properties-list th.rooms {
        background: url("../images/components/icons/size.gif") no-repeat 50% 8px;
        text-indent: -9999px;
    }

    .properties-list th.rooms {
        background-position: 50% -42px;
    }

    .properties-list th.price {
        font-size: 11px;
        color: #464646;
    }

    .properties-list td.price {
        font-size: 16px;
        color: #464646;
    }

    .properties-list td.pets {
        font-size: 9px;
    }

    .properties-list .icon-energy-rating {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

.property-images-list {
    text-align: center;
}

    .property-images-list li {
        margin-bottom: 36px;
    }

    .property-images-list .polaroid {
        display: inline-block;
        max-width: 100%;
    }

    .property-images-list .img {
        border: 1px solid #dddddd;
        position: relative;
    }

    .property-images-list p {
        text-align: center;
        margin: 9px 0 4px;
    }

.ribbon {
    height: 23px;
    line-height: 23px;
    top: 5px;
    padding: 0 10px;
    font-size: 12px;
    position: absolute;
    right: -10px;
    background: url("../images/components/ribbons/bg.png") no-repeat 0 -34px;
    border-right: 1px solid #356a8d;
    color: white;
    padding: 0 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
    z-index: 100;
}

    .ribbon:after {
        content: " ";
        border-top: 5px solid #32698f;
        border-right: 5px solid transparent;
        position: absolute;
        bottom: -5px;
        right: 0;
    }

.ribbon-large {
    background-position: 0 0;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    top: 15px;
}

.ribbon-left {
    background-position: 100% -34px;
    border: none;
    border-left: 1px solid #356a8d;
    right: auto;
    left: -10px;
}

    .ribbon-left:after {
        border: none;
        border-top: 5px solid #32698f;
        border-left: 5px solid transparent;
        left: 0;
        right: auto;
    }

.property-ribbon {
    position: absolute;
    display: block;
    display: none\9;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    font-family: "Varela Round";
    font-weight: 700;
    width: 100px;
    height: 100px;
    top: -10px;
    left: -10px;
}

    .property-ribbon:after {
        width: 100px;
        height: 100px;
        font-size: 7px;
        top: 16px;
        left: 16px;
    }

    .property-ribbon:after {
        content: attr(data-label);
        position: absolute;
        text-transform: uppercase;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
        color: white;
        -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
        -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg) translate3d(0, 0, 0);
        -webkit-font-smoothing: antialiased;
    }

    .property-ribbon:hover {
        text-decoration: none;
    }

    .property-ribbon .ribbon-front {
        stroke-width: 0.5;
    }

    .property-ribbon .ribbon-top, .property-ribbon .ribbon-bottom {
        stroke-width: 0.5;
    }

.property-ribbon-staff-pick .ribbon-top, .property-ribbon-staff-pick .ribbon-bottom, .property-ribbon-staff-pick .ribbon-front {
    stroke: #709b23;
}

.property-ribbon-staff-pick .ribbon-front {
    fill: #92cd29;
}

.property-ribbon-staff-pick .ribbon-top, .property-ribbon-staff-pick .ribbon-bottom {
    fill: #709b23;
}

.property-ribbon-sold .ribbon-top, .property-ribbon-sold .ribbon-bottom, .property-ribbon-sold .ribbon-front {
    stroke: #792324;
}

.property-ribbon-sold .ribbon-front {
    fill: #b73634;
}

.property-ribbon-sold .ribbon-top, .property-ribbon-sold .ribbon-bottom {
    fill: #792324;
}

.property-ribbon-offer-received:after, .property-ribbon-paused:after {
    color: black;
    text-shadow: 1px 1px 1px white;
}

.property-ribbon-offer-received .ribbon-top, .property-ribbon-offer-received .ribbon-bottom, .property-ribbon-offer-received .ribbon-front, .property-ribbon-paused .ribbon-top, .property-ribbon-paused .ribbon-bottom, .property-ribbon-paused .ribbon-front {
    stroke: #ef8f07;
}

.property-ribbon-offer-received .ribbon-front, .property-ribbon-paused .ribbon-front {
    fill: #fcdb02;
}

.property-ribbon-offer-received .ribbon-top, .property-ribbon-offer-received .ribbon-bottom, .property-ribbon-paused .ribbon-top, .property-ribbon-paused .ribbon-bottom {
    fill: #ef8f07;
}
.property-ribbon-pause .ribbon-front {
    fill: #AEAEAE;
}
.property-ribbon-pause .ribbon-front, .property-ribbon-pause .ribbon-bottom, .property-ribbon-pause .ribbon-top {
    stroke: #5a5959;
}
.property-ribbon-pause .ribbon-bottom, .property-ribbon-pause .ribbon-top {
    fill: #898989;
}
.property-ribbon-exclusive-home .ribbon-top, .property-ribbon-exclusive-home .ribbon-bottom, .property-ribbon-exclusive-home .ribbon-front {
    stroke: #A2A2A2;
}

.property-ribbon-exclusive-home .ribbon-front {
    fill: #42543e;
}

.property-ribbon-exclusive-home .ribbon-top, .property-ribbon-exclusive-home .ribbon-bottom {
    fill: #344331;
}

.property-ribbon-open-house .ribbon-top, .property-ribbon-open-house .ribbon-bottom, .property-ribbon-open-house .ribbon-front {
    stroke: #406174;
}

.property-ribbon-open-house .ribbon-front {
    fill: #4087b5;
}

.property-ribbon-open-house .ribbon-top, .property-ribbon-open-house .ribbon-bottom {
    fill: #406174;
}

.property-tag {
    display: flex;
    align-items: center;
    position: absolute;
    background-color: blue;
    top: 12px;
    height: 24px;
    padding: 3px 5px;
    font: normal normal normal 12px/18px Lucida Sans Unicode;
    letter-spacing: 0px;
    color: #FFFFFF;
    box-shadow: 0px 3px 10px #0000001f;
    border-radius: 0px 4px 4px 0px;
}

    .property-tag.bg-4 {
        background-color: #FBB716;
    }

    .property-tag.bg-18 {
        background-color: #4388B6;
    }

    .property-tag.bg-1 {
        background-color: #BE061C;
    }

    .property-tag.bg-5 {
        background-color: #167C83;
    }

    .property-tag.bg-14 {
        background-color: #32A348;
    }

    .property-tag.bg-7 {
        background-color: #77338E;
    }

    .property-tag.bg-3 {
        background-color: #4C91F9;
    }

    .property-tag.bg-6 {
        background-color: #785832;
    }

    .property-tag.bg-8 {
        background-color: #CB832A;
    }

.sheet {
    border-radius: 3px;
}

    .sheet .alert, .sheet .help-block {
        text-shadow: none;
    }

    .sheet .help-block {
        color: white;
    }

.bg-white {
    background-color: white;
    border: 1px solid #cccccc;
}

.sheet-gray, .sheet-dark-blue, .sheet-light-blue, .sheet-purple {
    color: white;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    background-repeat: repeat;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset;
}

.sheet-gray {
    border: 1px solid #7c7c7c;
}

.sheet-purple {
    border: 2px solid #6d3357;
}

.sheet-dark-blue, .sheet-light-blue {
    border: 2px solid #32698f;
}

    .sheet-gray h1, .sheet-gray h2, .sheet-gray h3, .sheet-gray h4, .sheet-gray h5, .sheet-dark-blue h1, .sheet-dark-blue h2, .sheet-dark-blue h3, .sheet-dark-blue h4, .sheet-dark-blue h5, .sheet-light-blue h1, .sheet-light-blue h2, .sheet-light-blue h3, .sheet-light-blue h4, .sheet-light-blue h5 {
        text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    }

    .sheet-gray textarea, .sheet-gray input[type="text"], .sheet-gray input[type="password"], .sheet-gray input[type="datetime"], .sheet-gray input[type="datetime-local"], .sheet-gray input[type="date"], .sheet-gray input[type="month"], .sheet-gray input[type="time"], .sheet-gray input[type="week"], .sheet-gray input[type="number"], .sheet-gray input[type="email"], .sheet-gray input[type="url"], .sheet-gray input[type="search"], .sheet-gray input[type="tel"], .sheet-gray input[type="color"], .sheet-gray .uneditable-input, .sheet-dark-blue textarea, .sheet-dark-blue input[type="text"], .sheet-dark-blue input[type="password"], .sheet-dark-blue input[type="datetime"], .sheet-dark-blue input[type="datetime-local"], .sheet-dark-blue input[type="date"], .sheet-dark-blue input[type="month"], .sheet-dark-blue input[type="time"], .sheet-dark-blue input[type="week"], .sheet-dark-blue input[type="number"], .sheet-dark-blue input[type="email"], .sheet-dark-blue input[type="url"], .sheet-dark-blue input[type="search"], .sheet-dark-blue input[type="tel"], .sheet-dark-blue input[type="color"], .sheet-dark-blue .uneditable-input, .sheet-light-blue textarea, .sheet-light-blue input[type="text"], .sheet-light-blue input[type="password"], .sheet-light-blue input[type="datetime"], .sheet-light-blue input[type="datetime-local"], .sheet-light-blue input[type="date"], .sheet-light-blue input[type="month"], .sheet-light-blue input[type="time"], .sheet-light-blue input[type="week"], .sheet-light-blue input[type="number"], .sheet-light-blue input[type="email"], .sheet-light-blue input[type="url"], .sheet-light-blue input[type="search"], .sheet-light-blue input[type="tel"], .sheet-light-blue input[type="color"], .sheet-light-blue .uneditable-input {
        border: 1px solid #407dab;
    }

        .sheet-gray textarea:focus, .sheet-gray input[type="text"]:focus, .sheet-gray input[type="password"]:focus, .sheet-gray input[type="datetime"]:focus, .sheet-gray input[type="datetime-local"]:focus, .sheet-gray input[type="date"]:focus, .sheet-gray input[type="month"]:focus, .sheet-gray input[type="time"]:focus, .sheet-gray input[type="week"]:focus, .sheet-gray input[type="number"]:focus, .sheet-gray input[type="email"]:focus, .sheet-gray input[type="url"]:focus, .sheet-gray input[type="search"]:focus, .sheet-gray input[type="tel"]:focus, .sheet-gray input[type="color"]:focus, .sheet-gray .uneditable-input:focus, .sheet-dark-blue textarea:focus, .sheet-dark-blue input[type="text"]:focus, .sheet-dark-blue input[type="password"]:focus, .sheet-dark-blue input[type="datetime"]:focus, .sheet-dark-blue input[type="datetime-local"]:focus, .sheet-dark-blue input[type="date"]:focus, .sheet-dark-blue input[type="month"]:focus, .sheet-dark-blue input[type="time"]:focus, .sheet-dark-blue input[type="week"]:focus, .sheet-dark-blue input[type="number"]:focus, .sheet-dark-blue input[type="email"]:focus, .sheet-dark-blue input[type="url"]:focus, .sheet-dark-blue input[type="search"]:focus, .sheet-dark-blue input[type="tel"]:focus, .sheet-dark-blue input[type="color"]:focus, .sheet-dark-blue .uneditable-input:focus, .sheet-light-blue textarea:focus, .sheet-light-blue input[type="text"]:focus, .sheet-light-blue input[type="password"]:focus, .sheet-light-blue input[type="datetime"]:focus, .sheet-light-blue input[type="datetime-local"]:focus, .sheet-light-blue input[type="date"]:focus, .sheet-light-blue input[type="month"]:focus, .sheet-light-blue input[type="time"]:focus, .sheet-light-blue input[type="week"]:focus, .sheet-light-blue input[type="number"]:focus, .sheet-light-blue input[type="email"]:focus, .sheet-light-blue input[type="url"]:focus, .sheet-light-blue input[type="search"]:focus, .sheet-light-blue input[type="tel"]:focus, .sheet-light-blue input[type="color"]:focus, .sheet-light-blue .uneditable-input:focus {
            border-color: #555555;
        }

.sheet-gray {
    background-color: #a0a0a0;
    background-image: url("../images/components/sheets/bg.png"),-webkit-gradient(linear, left top, left bottom, from(#a0a0a0), to(#bfbfbf));
    background-image: url("../images/components/sheets/bg.png"),-webkit-linear-gradient(top, #a0a0a0, #bfbfbf);
    background-image: url("../images/components/sheets/bg.png"),-moz-linear-gradient(top, #a0a0a0, #bfbfbf);
    background-image: url("../images/components/sheets/bg.png"),-o-linear-gradient(top, #a0a0a0, #bfbfbf);
    background-image: url("../images/components/sheets/bg.png"),linear-gradient(to bottom, #a0a0a0,#bfbfbf);
}

.sheet-dark-blue {
    background-color: #3976a0;
    background-image: url("../images/components/sheets/bg.png"),-webkit-gradient(linear, left top, left bottom, from(#3976a0), to(#4087b8));
    background-image: url("../images/components/sheets/bg.png"),-webkit-linear-gradient(top, #3976a0, #4087b8);
    background-image: url("../images/components/sheets/bg.png"),-moz-linear-gradient(top, #3976a0, #4087b8);
    background-image: url("../images/components/sheets/bg.png"),-o-linear-gradient(top, #3976a0, #4087b8);
    background-image: url("../images/components/sheets/bg.png"),linear-gradient(to bottom, #3976a0,#4087b8);
}

.sheet-light-blue {
    background-color: #499cd5;
    background-image: url("../images/components/sheets/bg.png"),-webkit-gradient(linear, left top, left bottom, from(#499cd5), to(#8ebcdc));
    background-image: url("../images/components/sheets/bg.png"),-webkit-linear-gradient(top, #499cd5, #8ebcdc);
    background-image: url("../images/components/sheets/bg.png"),-moz-linear-gradient(top, #499cd5, #8ebcdc);
    background-image: url("../images/components/sheets/bg.png"),-o-linear-gradient(top, #499cd5, #8ebcdc);
    background-image: url("../images/components/sheets/bg.png"),linear-gradient(to bottom, #499cd5,#8ebcdc);
}

.sheet-purple {
    background-color: #BD76E5;
    background-image: url("../images/components/sheets/bg.png"),-webkit-gradient(linear, left top, left bottom, from(#BD76E5), to(#D6ADEE));
    background-image: url("../images/components/sheets/bg.png"),-webkit-linear-gradient(top, #BD76E5, #D6ADEE);
    background-image: url("../images/components/sheets/bg.png"),-moz-linear-gradient(top, #BD76E5, #D6ADEE);
    background-image: url("../images/components/sheets/bg.png"),-o-linear-gradient(top, #BD76E5, #D6ADEE);
    background-image: url("../images/components/sheets/bg.png"),linear-gradient(to bottom, #BD76E5,#D6ADEE);
}

.sheet-shadow {
    position: relative;
}

    .sheet-shadow > .sheet-shadow-inner {
        position: relative;
        z-index: 1;
    }

    .sheet-shadow:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: -20px;
        width: 100%;
        height: 10px;
        padding: 0 20px;
        z-index: 0;
        background: -webkit-radial-gradient(50% 50%, contain, rgba(0,0,0,0.5), transparent);
        background: -moz-radial-gradient(50% 50%, contain, rgba(0,0,0,0.5), transparent);
        background: -ms-radial-gradient(50% 50%, contain, rgba(0,0,0,0.5), transparent);
    }

.splash {
    background: url("../images/components/splashes/bg.png") no-repeat 0 0;
    position: absolute;
    width: 210px;
    height: 210px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 500;
}

.is_locked {
    opacity: 0.2;
}

.steps {
    display: block;
    list-style: none;
}

    .steps:before, .steps:after {
        content: " ";
        display: table;
    }

    .steps:after {
        clear: both;
    }

    .steps li {
        float: left;
    }

    .steps a, .steps a span {
        background: url("../images/components/steps/bg.png") no-repeat 0 0;
        display: block;
        color: #666666;
        font-size: 12px;
        text-shadow: 0 1px 1px white;
    }

    .steps a {
        background-position: 100% 0;
        padding-right: 30px;
        margin-left: -30px;
        position: relative;
        height: 32px;
        line-height: 32px;
        text-decoration: none;
    }

        .steps a span {
            padding-left: 30px;
        }

    .steps .step1 a span {
        padding-left: 10px;
    }

    .steps .last a {
        background-position: 100% -50px;
    }

    .steps .last.active a {
        background-position: 100% -150px;
    }

    .steps .inactive a {
        cursor: default;
    }

    .steps .active a span {
        background-position: 0 -100px;
        color: white;
        text-shadow: 0 1px 1px black;
    }

    .steps .active a {
        background-position: 100% -100px;
    }

    .steps .step1 a {
        z-index: 10;
    }

    .steps .step2 a {
        z-index: 9;
    }

    .steps .step3 a {
        z-index: 8;
    }

    .steps .step4 a {
        z-index: 7;
    }

    .steps .step5 a {
        z-index: 6;
    }

    .steps .step6 a {
        z-index: 5;
    }

    .steps .step7 a {
        z-index: 4;
    }

    .steps .step8 a {
        z-index: 3;
    }

    .steps .step9 a {
        z-index: 2;
    }

    .steps .step10 a {
        z-index: 1;
    }

.container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 960px;
    overflow: visible;
}

footer[role=contentinfo] {
    background-color: white;
    border-top: 1px solid #b7b7b7;
    font-size: 11px;
    line-height: 1.3;
    color: #999999;
}

    footer[role=contentinfo] h1 {
        font-size: 15px;
        margin: 0 0 9px;
    }

    footer[role=contentinfo] a {
        color: #999999;
    }

    footer[role=contentinfo] .container {
        padding: 18px 10px;
    }

    footer[role=contentinfo] .boliga {
        background: url("../images/views/boliga-logo-footer.svg") 0 0 no-repeat;
        background-size: 63px;
        width: 73px;
        height: 15px;
        vertical-align: bottom;
        display: inline-block;
        overflow: hidden;
        text-indent: -9999px;
        margin-left: 5px;
    }

section.faq h2 {
    font-family: 12px;
    font-weight: 700;
    margin: 54px 0 18px;
}

section.faq ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.faq li {
    margin-bottom: 18px;
}

section.faq a.top {
    display: none;
    font-size: 11px;
    color: #c9c9c9;
    background: url("../images/views/pages/faq/top.png") 0 3px no-repeat;
    padding-left: 16px;
}

section.faq li:target {
    background-color: #fafbfc;
    padding: 5px 15px 10px;
    margin-left: -15px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

    section.faq li:target a.top {
        display: block;
    }

@media (min-width: 992px) {
    body.index .navbar .pointer {
        display: block;
        z-index: 1;
        top: 65px;
        right: 30px;
        width: 170px;
        height: 80px;
        background-position: -200px -500px;
    }
}

body.index .section-teaser {
    background-image: -webkit-radial-gradient(circle, #fff, #f1f9fc);
    background-image: radial-gradient(circle, #ffffff,#f1f9fc);
    background-repeat: no-repeat;
}

    body.index .section-teaser .teaser-video-signup {
        position: relative;
    }

    body.index .section-teaser .polaroid, body.index .section-teaser .sheet {
        margin-bottom: 36px;
    }

    body.index .section-teaser .sheet-light-blue {
        padding: 18px 20px;
        text-align: center;
    }

@media (min-width: 768px) {
    body.index .section-teaser .sheet-light-blue {
        min-height: 200px;
    }
}

@media (min-width: 992px) {
    body.index .section-teaser .sheet-light-blue {
        min-height: 210px;
    }
}

body.index .section-teaser h2 {
    margin-top: 0;
}

body.index .section-teaser h3 {
    font-size: 18px;
    line-height: 1.2;
}

body.index .section-teaser .links .col-sm-4 {
    background: url("../images/views/sections/teaser/icons.png") no-repeat;
    min-height: 60px;
    margin-bottom: 18px;
}

body.index .section-teaser .links .how-it-works {
    background-position: 0 0;
}

body.index .section-teaser .links .get-started {
    background-position: 0 -100px;
}

body.index .section-teaser .links .find-property {
    background-position: 0 -200px;
}

body.index .section-teaser .links h3, body.index .section-teaser .links a {
    margin: 0;
    padding-left: 85px;
}

body.index .section-teaser .links h3 {
    margin: 0 0 4px;
    padding-top: 5px;
}

body.index .section-teaser .pointer {
    top: -50px;
    left: -21px;
}

body.index .section-teaser-bg {
    /*background: url("/Images/views/sections/teaser/selvsalg_family_desktop.jpg") no-repeat;*/
    background: url("/Images/views/sections/teaser/selvsalg_frontpage.jpg") no-repeat;
    background-size: cover;
    background-position: center 44%;
    height: 500px;
    text-align: center;
    display: flex;
    align-items: center;
}
body.index .section-teaser-bg .btn {
    font-size:18px;
}
@media (max-width:768px) {
    body.index .section-teaser-bg {
        /*background: url("/Images/views/sections/teaser/selvsalg_family_desktop.jpg") no-repeat;*/
        background: url("/Images/views/sections/teaser/selvsalg_frontpage.jpg") no-repeat;
        background-position: 25% 30%;
        background-size: cover;
    }

}

.section-facebook section {
    background: url("/Images/sections/shop/facebook-bg.png") no-repeat;
    background-size: cover;
    background-position: center 65%;
    height: 135px;
    background-position-x: 0.45px;
}

.section-facebook section div {
    margin-right:18px;
    height: 112px;
    width: 112px;
    float: right;
}

.section-facebook section .facebook-banner-purple {
    background: url("/Images/sections/shop/facebook-banner-purple.png") no-repeat;
    background-size: 112px 122px;
    background-position-y: -8px;
}

.section-facebook section .facebook-banner-blue {
    background: url("/Images/sections/shop/facebook-banner-blue.png") no-repeat;
    background-size: 112px 122px;
    background-position-y: -8px;
}

.section-facebook div h3 {
    font-size: 18px;
    margin-top: 18px !important;
    margin-bottom: 9px !important;
}

    .section-facebook section h3 {
        font-size: 16px !important;
        margin-top: 11px !important;
        margin-bottom: 6px !important;
    }

    .section-facebook section h4 {
        font-size: 10px !important;
        margin: 0px !important;
    }


.facebook-box-catalog {
    margin-left: 25px !important;
    margin-right: 5px !important;
}

.facebook-box-advertisement {
    margin-right: 25px !important;
    margin-left: 5px !important;
}

@media (max-width:991px) {
    .facebook-box-catalog {
        margin: 0 !important;
    }

    .facebook-box-advertisement {
        margin: 0 !important;
    }
    @media (max-width:767px) {
        .facebook-box-catalog {
            margin-left: 25px !important;
            margin-right: 25px !important;
        }

        .facebook-box-advertisement {
            margin-right: 25px !important;
            margin-left: 25px !important;
        }

        .section-facebook .col-xs-12{
            margin-bottom: 20px;
        }

        @media (max-width:450px) {
            .facebook-box-catalog {
                margin: 0 !important;
            }

            .facebook-box-advertisement {
                margin: 0 !important;
            }
        }
    }

}

.section-facebook p {
    margin: 0 15px 12px;
}

.section-facebook .buttoncell a {
    margin: 0 10px;
    padding: 6px 16px;
}





body.page main .container {
    padding: 36px 10px;
}

    body.page main .container article {
        padding: 36px 0 72px;
    }

        body.page main .container article h1, body.page main .container article h2, body.page main .container article h3 {
            color: #555555;
            line-height: 1.2;
        }

        body.page main .container article h1 {
            font-size: 24px;
        }

        body.page main .container article h2 {
            font-size: 14px;
            margin-top: 36px;
        }

        body.page main .container article h3 {
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 5px;
        }

    body.page main .container .nav-list {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        margin-bottom: 0;
        background: url("../images/views/pages/page/nav-list.png") top right no-repeat;
        min-height: 350px;
    }

        body.page main .container .nav-list > li > a, body.page main .container .nav-list .nav-header {
            margin-left: -15px;
            margin-right: -15px;
            text-shadow: 0 1px 0 rgba(255,255,255,0.5);
            background-image: -webkit-linear-gradient(left, color-stop(#fff 0%), color-stop(#ccc 100%));
            background-image: -o-linear-gradient(left, #fff 0%, #ccc 100%);
            background-image: linear-gradient(to right, #ffffff 0%,#cccccc 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=1);
            background-size: 100% 1px;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            background-position: 0 100%;
            background-repeat: no-repeat;
            background-color: transparent;
        }

        body.page main .container .nav-list > li > a {
            padding: 10px 15px 10px 30px;
        }

        body.page main .container .nav-list > .active > a, body.page main .container .nav-list > .active > a:hover {
            color: #333333;
            text-shadow: none;
            background-color: transparent;
        }

body.page-narrow main .container {
    padding: 72px 10px;
}

    body.page-narrow main .container h1, body.page-narrow main .container h2 {
        text-align: center;
        line-height: 1.2;
    }

    body.page-narrow main .container h1 {
        font-size: 32px;
        margin-bottom: 36px;
    }

    body.page-narrow main .container h2 {
        font-size: 24px;
        margin-top: 54px;
        margin-bottom: 18px;
    }

    body.page-narrow main .container p {
        font-size: 15px;
        margin-bottom: 18px;
    }

body.page-about main .video, body.page-how-it-works main .video {
    position: relative;
}

body.page-about main .polaroid, body.page-how-it-works main .polaroid {
    margin-top: 54px;
}

body.page-about main .pointer, body.page-how-it-works main .pointer {
    top: -20px;
    left: -150px;
}

body.page-about main #facebook-like-box, body.page-how-it-works main #facebook-like-box {
    position: relative;
}

    body.page-about main #facebook-like-box .pointer, body.page-how-it-works main #facebook-like-box .pointer {
        background-position: 0 -600px;
        top: 40px;
        left: -150px;
    }

@media (min-width: 992px) {
    body.page-about main .js-btn-sell-property, body.page-how-it-works main .js-btn-sell-property {
        position: fixed;
        left: 50%;
        margin-left: 324px;
        top: 200px;
    }
}

body.page-press main .container .video {
    position: relative;
}

body.page-press main .container .pointer {
    background-position: -200px -600px;
    top: 300px;
    left: -150px;
}

body.page-press main .container article {
    padding: 9px;
}

    body.page-press main .container article h2 {
        margin-top: 0;
    }

        body.page-press main .container article h2 a {
            color: #464646;
            margin: 0;
        }

    body.page-press main .container article p {
        margin-bottom: 0;
    }

body.page-press main .container .polaroid {
    margin-bottom: 9px;
}

body.page-press main .container .photo {
    max-width: 80px;
}

#media-logos {
    padding: 18px 0 0;
}

    #media-logos .sheet {
        padding: 36px;
    }

        #media-logos .sheet a {
            background: url("../images/views/pages/press/logos.gif") no-repeat 50% 50%;
            height: 50px;
            overflow: hidden;
            text-indent: -9999px;
            display: block;
            opacity: 0.3;
            filter: url("../images/views/pages/press/filters.svg#grayscale");
            filter: gray;
            -webkit-filter: grayscale(1);
            margin-bottom: 18px;
        }

            #media-logos .sheet a:hover {
                opacity: 1;
                filter: none;
                -webkit-filter: grayscale(0);
            }

        #media-logos .sheet .media-politiken {
            background-position: 50% 0;
        }

        #media-logos .sheet .media-berlingske-business {
            background-position: 50% -50px;
        }

        #media-logos .sheet .media-boliginformation-dk {
            background-position: 50% -100px;
        }

        #media-logos .sheet .media-bolius {
            background-position: 50% -150px;
        }

        #media-logos .sheet .media-bt {
            background-position: 50% -200px;
        }

        #media-logos .sheet .media-business-dk {
            background-position: 50% -250px;
        }

        #media-logos .sheet .media-boersen {
            background-position: 50% -300px;
        }

        #media-logos .sheet .media-ekstra-bladet {
            background-position: 50% -350px;
        }

        #media-logos .sheet .media-epn-dk {
            background-position: 50% -400px;
        }

        #media-logos .sheet .media-kjerteminde-avis {
            background-position: 50% -450px;
        }

        #media-logos .sheet .media-nordjyske-dk {
            background-position: 50% -500px;
        }

        #media-logos .sheet .media-penge-og-privatoekonomi {
            background-position: 50% -550px;
        }

        #media-logos .sheet .media-trends-online {
            background-position: 50% -600px;
        }

        #media-logos .sheet .media-tv2 {
            background-position: 50% -650px;
        }

body.page-how-it-works main .list-how-it-works {
    border-top: 1px solid #cdd4d6;
    border-bottom: 1px solid #cdd4d6;
}

    body.page-how-it-works main .list-how-it-works > div {
        background: url("../images/views/pages/how-it-works/steps.png") no-repeat 50% 0;
        text-align: center;
        height: 240px;
    }

        body.page-how-it-works main .list-how-it-works > div.step-2 {
            background-position: 50% -240px;
        }

        body.page-how-it-works main .list-how-it-works > div.step-3 {
            background-position: 50% -480px;
        }

        body.page-how-it-works main .list-how-it-works > div.step-4 {
            background-position: 50% -720px;
        }

body.property #property .title {
    color: #464646;
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 1.2;
}

body.property #property .place {
    color: #959595;
}

body.property #property .col-sm-8 .polaroid {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    body.property #property .col-sm-8 .polaroid .ribbon {
        background-position: 0 0;
        font-size: 16px;
        height: 34px;
        line-height: 34px;
        top: 15px;
    }
}

@media (min-width: 768px) {
    body.property #property .property-ribbon {
        width: 150px;
        height: 150px;
        top: -14px;
        left: -14px;
    }

        body.property #property .property-ribbon:after {
            width: 150px;
            height: 150px;
            font-size: 11px;
            top: 24px;
            left: 24px;
        }
}

@media (min-width: 992px) {
    body.property #property .property-ribbon {
        width: 200px;
        height: 200px;
        top: -17px;
        left: -17px;
    }

        body.property #property .property-ribbon:after {
            width: 200px;
            height: 200px;
            font-size: 15px;
            top: 31px;
            left: 31px;
        }
}

body.property #property .show-all-images {
    color: #b8b8b8;
    font-size: 11px;
    display: block;
    text-align: center;
    margin-top: 3px;
}

body.property #property .col-sm-8 .append-around {
    margin-bottom: 36px;
}

.panel-map-info .map {
    background-color: #f8f8f8;
    padding: 10px 10px 0;
}

    .panel-map-info .map a {
        color: #b8b8b8;
        font-size: 10px;
        display: block;
        padding: 3px 0;
    }

.panel-map-info .info {
    border-top: 1px solid white;
    position: relative;
    padding: 36px 18px 9px;
    background-image: -webkit-linear-gradient(top, #eee 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #eee 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #eeeeee 0%,#f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFF8F8F8', GradientType=0);
}

.panel-map-info .type {
    top: -10px;
    right: -7px;
}

.panel-map-info .price {
    font-size: 18px;
    color: #464646;
    text-align: center;
    margin-bottom: 9px;
}

    .panel-map-info .price span {
        font-size: 22px;
        display: block;
    }

@media (min-width: 992px) {
    .panel-map-info .price span {
        font-size: 26px;
    }
}

.panel-map-info table {
    margin: 0;
    width: 100%;
}

.panel-map-info th, .panel-map-info td {
    border: none !important;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    color: #555555;
}

.panel-map-info td {
    text-align: right;
}

.panel-map-info a.download {
    border-top: 1px solid white;
    display: block;
    padding: 10px 20px;
    color: #555555;
    background-image: -webkit-linear-gradient(top, #eee 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #eee 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #eeeeee 0%,#f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFF8F8F8', GradientType=0);
}

    .panel-map-info a.download:last-child {
        border-radius: 0 0 5px 5px;
    }

.panel-map-info .download-economy {
    position: relative;
}

    .panel-map-info .download-economy .caret {
        position: absolute;
        top: 18px;
        right: 18px;
    }

.panel-map-info h6 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-weight: 700;
    margin: 12px 0 3px;
    font-size: 12px;
}

.panel-open-house ul {
    font-size: 10px;
}

.panel-economy .table {
    margin: 0;
}

    .panel-economy .table > tbody > tr:first-child td, .panel-economy .table > tbody > tr:first-child th {
        border-top: none;
        padding-top: 0;
    }

    .panel-economy .table > tbody > tr:last-child td, .panel-economy .table > tbody > tr:last-child th {
        padding-bottom: 0;
    }

    .panel-economy .table td, .panel-economy .table th {
        font-weight: 400;
        font-size: 10px;
        padding: 5px 0;
    }

.panel-facilities ul:before, .panel-facilities ul:after {
    content: " ";
    display: table;
}

.panel-facilities ul:after {
    clear: both;
}

.panel-facilities li {
    float: left;
    width: 50%;
    font-size: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .panel-facilities li {
        float: none;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .panel-facilities li {
        float: left;
        width: 50%;
    }
}

.panel-views a, .panel-views p, .panel-edit a, .panel-edit p {
    margin: 0;
    display: block;
    color: #555555;
}

.panel-edit a {
    background-position: 13px -42px;
}

.share-favorite {
    position: relative;
    min-height: 45px;
    margin-bottom: 18px;
}

    .share-favorite .share {
        width: 215px;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .share-favorite .share:before, .share-favorite .share:after {
            content: " ";
            display: table;
        }

        .share-favorite .share:after {
            clear: both;
        }

        .share-favorite .share li {
            float: left;
            margin: 0 6px 6px 0;
        }

.favorite {
    position: absolute;
    top: -5px;
    right: -28px;
    border: 1px solid #cccccc;
    color: #959595;
    padding: 6px;
    border-radius: 3px 3px 0 3px;
    background-image: -webkit-linear-gradient(top, #eee 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #eee 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #eeeeee 0%,#f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFF8F8F8', GradientType=0);
}

    .favorite .count {
        line-height: 32px;
    }

    .favorite form {
        line-height: 1;
        margin-top: 3px;
    }

    .favorite .add, .favorite .remove {
        color: #959595;
        font-size: 9px;
        line-height: 1;
        padding: 0;
    }

    .favorite:after {
        content: " ";
        border-top: 6px solid #cccccc;
        position: absolute;
        bottom: -7px;
    }

    .favorite:after {
        border-right: 7px solid transparent;
        right: 0;
    }

.no-property-image {
    background: #f2f2f2 url("../images/sections/property-no-images.png") no-repeat 50% 50%;
    padding: 36px 0;
    position: relative;
    text-align: center;
}

    .no-property-image p {
        color: white;
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 220px;
    }

    .no-property-image a {
        font-size: 18px;
        color: #aaaaaa;
        line-height: 1.2;
    }

.tab-pane h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #464646;
}

.tab-pane p {
    color: #555555;
}

#facebook-comments {
    position: relative;
}

    #facebook-comments .pointer {
        background-position: -200px -400px;
        width: 140px;
        height: 100px;
        top: -20px;
        left: -140px;
    }

body.register .page-title {
    text-align: center;
    font-size: 24px;
    color: #363636;
    margin: 30px 0 9px;
}

body.register p.notice {
    text-align: center;
    font-size: 11px;
    margin-bottom: 36px;
}

body.register .find-property, body.register .sell-property {
    margin-bottom: 36px;
    min-height: 280px;
}

    body.register .find-property h1, body.register .find-property p, body.register .sell-property h1, body.register .sell-property p {
        text-align: center;
    }

    body.register .find-property h1, body.register .sell-property h1 {
        font-size: 22px;
        margin: 0 0 5px;
    }

    body.register .find-property p, body.register .sell-property p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    body.register .find-property form, body.register .sell-property form {
        margin: 0;
    }

    body.register .find-property .form-group, body.register .sell-property .form-group {
        margin-bottom: 5px;
    }

    body.register .find-property .control-label, body.register .sell-property .control-label {
        text-align: left;
    }

    body.register .find-property .form-actions:before, body.register .find-property .form-actions:after, body.register .sell-property .form-actions:before, body.register .sell-property .form-actions:after {
        content: " ";
        display: table;
    }

    body.register .find-property .form-actions:after, body.register .sell-property .form-actions:after {
        clear: both;
    }

    body.register .find-property .form-actions .checkbox, body.register .sell-property .form-actions .checkbox {
        margin: 12px 100px 0 15px;
        font-size: 11px;
    }

        body.register .find-property .form-actions .checkbox a, body.register .sell-property .form-actions .checkbox a {
            color: white;
            text-decoration: underline;
        }

    body.register .find-property .form-actions .btn, body.register .sell-property .form-actions .btn {
        margin-top: 10px;
        float: right;
    }

body.register .sell-property {
    text-align: center;
}

    body.register .sell-property .btn {
        margin-top: 12px;
    }

body.register .find-property-benefits, body.register .sell-property-benefits {
    position: relative;
}

    body.register .find-property-benefits h1, body.register .sell-property-benefits h1 {
        font-size: 18px;
        color: #464646;
    }

body.property #property, body.result #search-result {
    padding: 12px 0 54px;
}

    body.property #property .breadcrumb, body.result #search-result .breadcrumb {
        color: #959595;
        font-size: 11px;
        padding-left: 20px;
    }

#search-result header {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
}

    #search-result header:before, #search-result header:after {
        content: " ";
        display: table;
    }

    #search-result header:after {
        clear: both;
    }

    #search-result header h1 {
        margin: 9px 18px;
        font-size: 24px;
        color: #555555;
        float: left;
    }

    #search-result header p {
        margin: 12px 18px 0 0;
        float: right;
    }

#search-result .faceted-search {
    border-right: 1px solid #cccccc;
}

    #search-result .faceted-search h1 {
        font-size: 14px;
        color: #555555;
        border-bottom: 1px solid #cccccc;
        padding: 18px;
        margin: 0;
        position: relative;
        background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background-image: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
    }

        #search-result .faceted-search h1:after, #search-result .faceted-search h1:before {
            border: solid transparent;
            content: " ";
            height: 0;
            top: 100%;
            position: absolute;
            width: 0;
        }

        #search-result .faceted-search h1:after {
            border-width: 5px;
            border-top-color: whitesmoke;
            left: 25px;
        }

        #search-result .faceted-search h1:before {
            border-width: 6px;
            border-top-color: #cccccc;
            left: 24px;
        }

    #search-result .faceted-search .form-group {
        padding: 16px 22px;
        background-image: -webkit-linear-gradient(left, color-stop(#fff 0%), color-stop(#ccc 100%));
        background-image: -o-linear-gradient(left, #fff 0%, #ccc 100%);
        background-image: linear-gradient(to right, #ffffff 0%,#cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=1);
        background-size: 100% 1px;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-color: white;
        margin: 0;
    }

    #search-result .faceted-search .form-actions {
        background-image: none;
    }

    #search-result .faceted-search .control-label {
        font-family: "Varela Round", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
        font-size: 14px;
    }

#search-result main {
    padding: 12px 15px 12px 0;
    background-color: white;
}

#search-result .filter {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
    margin-bottom: 18px;
}

#search-result nav:before, #search-result nav:after {
    content: " ";
    display: table;
}

#search-result nav:after {
    clear: both;
}

#search-result nav p, #search-result nav .pagination {
    margin: 0;
}

#search-result nav p {
    float: left;
    color: #555555;
    font-size: 14px;
}

#search-result nav .pagination {
    float: right;
}

#search-result .properties-grid {
    margin-top: 18px;
}

    #search-result .properties-grid:before, #search-result .properties-grid:after {
        content: " ";
        display: table;
    }

    #search-result .properties-grid:after {
        clear: both;
    }

body.result-none #search-result main {
    min-height: 738px;
    padding-top: 75px;
    background: #b2e0ef url("../images/components/blank-slate/bg.gif") 0 100% repeat-x;
    color: white;
    text-align: center;
}

@media (min-width: 768px) {
    body.result-none #search-result main {
        margin-left: -15px;
    }
}

body.result-none #search-result main h1 {
    text-shadow: none;
    color: #555555;
}

body.result-map .map-container {
    margin-top: 18px;
}

body.search .search-form .container {
    padding-top: 36px;
    margin-bottom: 36px;
}

body.search #featured, body.search #recent {
    padding-bottom: 18px;
}

    body.search #featured h1, body.search #featured h2, body.search #recent h1, body.search #recent h2 {
        text-align: center;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    body.search #featured h1, body.search #recent h1 {
        font-size: 24px;
    }

    body.search #featured h2, body.search #recent h2 {
        font-size: 22px;
    }

body.signin [role=main] .page-title {
    text-align: center;
    font-size: 24px;
    color: #363636;
    margin: 30px 0;
}

body.signin [role=main] .container {
    padding-bottom: 72px;
}

body.signin [role=main] .signin, body.signin [role=main] .signup {
    margin-bottom: 36px;
    min-height: 220px;
}

    body.signin [role=main] .signin h1, body.signin [role=main] .signin p, body.signin [role=main] .signup h1, body.signin [role=main] .signup p {
        text-align: center;
    }

    body.signin [role=main] .signin h1, body.signin [role=main] .signup h1 {
        font-size: 22px;
        margin: 0 0 5px;
    }

    body.signin [role=main] .signin p, body.signin [role=main] .signup p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    body.signin [role=main] .signin form, body.signin [role=main] .signup form {
        margin: 0;
    }

    body.signin [role=main] .signin .form-group, body.signin [role=main] .signup .form-group {
        margin-bottom: 5px;
    }

    body.signin [role=main] .signin a, body.signin [role=main] .signup a {
        color: white;
        text-decoration: underline;
    }

        body.signin [role=main] .signin a.btn, body.signin [role=main] .signup a.btn {
            text-decoration: none;
        }

    body.signin [role=main] .signin .form-actions, body.signin [role=main] .signup .form-actions {
        padding: 0;
        margin: 0;
    }

        body.signin [role=main] .signin .form-actions .checkbox, body.signin [role=main] .signup .form-actions .checkbox {
            margin-top: 10px;
        }

        body.signin [role=main] .signin .form-actions .btn, body.signin [role=main] .signup .form-actions .btn {
            float: right;
        }

body.signin [role=main] .signup {
    text-align: center;
}

    body.signin [role=main] .signup h1 {
        margin-bottom: 20px;
    }

    body.signin [role=main] .signup .btn {
        margin-top: 12px;
    }

body.activate-property.admin header h1 {
    max-width: none;
}

body.activate-property.admin header .pointer, body.activate-property.admin header .social {
    display: none !important;
}

body.admin .sheet {
    margin: 40px 0;
    position: relative;
}

    body.admin .sheet .property-ribbon.property-ribbon-header {
        width: 150px;
        height: 150px;
        top: -14px;
        left: -14px;
        top: -11px;
        left: -11px;
    }

        body.admin .sheet .property-ribbon.property-ribbon-header:after {
            width: 150px;
            height: 150px;
            font-size: 11px;
            top: 24px;
            left: 24px;
        }

body.admin header {
    border-bottom: 1px solid #cccccc;
    padding: 18px 20px 0;
    position: relative;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
}

    body.admin header:before, body.admin header:after {
        content: " ";
        display: table;
    }

    body.admin header:after {
        clear: both;
    }

    body.admin header .media {
        margin-bottom: 18px;
    }

    body.admin header h1 {
        font-size: 24px;
        line-height: 1.2;
        color: #464646;
        margin: 0 !important;
        max-width: 80%;
    }

    body.admin header .form-inline, body.admin header .navbar-form {
        position: relative;
        z-index: 200;
    }

    body.admin header p {
        color: #959595;
        margin: 0 0 5px;
    }

    body.admin header select {
        margin: 0;
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        padding: 2px 6px;
        width: auto;
    }

    body.admin header .social {
        position: absolute;
        bottom: 18px;
        right: 20px;
        z-index: 501;
        float: none;
        width: 350px;
    }

        body.admin header .social li {
            float: right;
            margin: 0 0 0 10px;
        }

        body.admin header .social a {
            margin: 0;
        }

    body.admin header .pointer {
        right: -20px;
        bottom: 30px;
        left: auto;
        background-position: 0 -500px;
    }

@media (min-width: 768px) {
    body.admin .nav-admin {
        padding-right: 0;
    }
}

body.admin .nav-admin ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.admin .nav-admin .nav-admin-header {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    border-bottom: 1px solid #cccccc;
    padding: 18px 30px;
    margin: 0;
    position: relative;
    vertical-align: bottom;
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
}

    body.admin .nav-admin .nav-admin-header:hover {
        text-decoration: none;
    }

body.admin .nav-admin .active #nav-admin-header-7 .icon {
    color: red;
}

body.admin .nav-admin .active .nav-admin-header {
    color: #0088cc;
}

    body.admin .nav-admin .active .nav-admin-header:after, body.admin .nav-admin .active .nav-admin-header:before {
        border: solid transparent;
        content: " ";
        height: 0;
        top: 100%;
        position: absolute;
        width: 0;
    }

    body.admin .nav-admin .active .nav-admin-header:after {
        border-width: 5px;
        border-top-color: whitesmoke;
        left: 28px;
    }

    body.admin .nav-admin .active .nav-admin-header:before {
        border-width: 6px;
        border-top-color: #cccccc;
        left: 27px;
    }

body.admin .nav-admin .no-children .nav-admin-header:after, body.admin .nav-admin .no-children .nav-admin-header:before {
    display: none;
}

body.admin .nav-admin ol ol {
    display: none;
}

body.admin .nav-admin ol .active ol {
    display: block;
}

body.admin .nav-admin ol ol li {
    padding-left: 30px;
    padding-right: 30px;
}

body.admin .nav-admin ol ol a {
    color: #555555;
    font-size: 11px;
    padding: 2px 0;
    display: block;
}

    body.admin .nav-admin ol ol a:hover {
        text-decoration: none;
        color: #0088cc;
    }

body.admin .nav-admin ol ol .first {
    padding-top: 18px;
}

body.admin .nav-admin ol ol .last {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 18px;
}

body.admin .nav-admin ol ol .active a {
    color: #0088cc;
}

body.admin main {
    position: relative;
    background: url("../images/views/pages/admin/main.gif") 0 0 no-repeat;
}

    body.admin main > .inner {
        border-left: 1px solid #cccccc;
        padding: 12px 20px;
        min-height: inherit;
    }

    body.admin main h1 {
        font-size: 24px;
        color: #464646;
        margin: 6px 0 18px;
    }

    body.admin main h2 {
        font-size: 18px;
        color: #555555;
    }

    body.admin main .sheet-purple h2, body.admin main .sheet-light-blue h2, body.admin main .sheet-dark-blue h2 {
        color: white;
        line-height: 1.2;
    }

body.admin .page-actions {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 135px;
}

    body.admin .page-actions .addon-teasers {
        list-style: none;
        margin: 0;
    }

body.admin .addon-teaser {
    position: relative;
}

    body.admin .addon-teaser > div {
        position: relative;
        background-color: white;
        margin-bottom: 18px;
        border: 1px solid #cccccc;
        z-index: 1;
        position: relative;
        border-radius: 3px;
    }

        body.admin .addon-teaser > div > div {
            background-color: #499cd5;
            background-image: url("../images/components/sheets/bg.png"),linear-gradient(to bottom, #499cd5,#8ebcdc);
            padding: 5px 16px;
            text-align: center;
            color: white;
            border-radius: 2px;
            box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.60);
        }

    body.admin .addon-teaser h2 {
        margin-top: 9px;
        color: #4388b6;
        font-size: 18px;
        color: white;
    }

    body.admin .addon-teaser h3 {
        text-shadow: none;
        margin: 0 0 5px;
        font-size: 18px;
        line-height: 1.2;
    }

    body.admin .addon-teaser a {
        display: block;
        margin-top: 18px;
        color: white;
        font-size: 11px;
    }

    body.admin .addon-teaser .btn {
        margin: 18px auto 12px;
        width: 85px;
    }

    body.admin .addon-teaser:after {
        content: " ";
        background: url("../images/views/pages/admin/seller/addons.png") no-repeat -9999px -9999px;
        position: absolute;
        top: 15px;
        right: -60px;
        display: block;
        width: 110px;
        height: 100px;
        z-index: 0;
    }

    body.admin .addon-teaser.addon-teaser-1:after {
        background-position: 0 0;
        top: 5px;
        right: -55px;
    }

    body.admin .addon-teaser.addon-teaser-2:after {
        background-position: 0 -200px;
        top: 15px;
        right: -85px;
    }

    body.admin .addon-teaser.addon-teaser-3:after {
        background-position: 0 -400px;
        top: 35px;
        right: -80px;
        z-index: 2;
    }

    body.admin .addon-teaser.addon-teaser-4:after {
        background-position: 0 -600px;
        top: 20px;
        right: -75px;
        z-index: 2;
    }

    body.admin .addon-teaser.addon-teaser-5:after {
        background-position: 0 -800px;
        top: 10px;
        right: -75px;
    }

body.admin .sheet-light-blue, body.admin .sheet-gray {
    margin-bottom: 18px;
}

    body.admin .sheet-light-blue h3, body.admin .sheet-gray h3, body.admin .sheet-purple h3, {
        margin-top: 0;
        line-height: 1.2;
    }

body.admin-seller-1-0 .main, body.admin-seller-4-0 .main {
    background: none;
}

body.admin-seller-1-0 #stats-overview, body.admin-seller-4-0 #stats-overview {
    background-color: #ececec;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 36px;
}

    body.admin-seller-1-0 #stats-overview h1, body.admin-seller-4-0 #stats-overview h1 {
        color: #555555;
        font-size: 14px;
        line-height: 1.2;
        border-bottom: 1px solid white;
        margin-bottom: 18px;
        padding: 10px 15px;
        background-image: -webkit-linear-gradient(top, #ececec 0%, #e2e2e2 100%);
        background-image: -o-linear-gradient(top, #ececec 0%, #e2e2e2 100%);
        background-image: linear-gradient(to bottom, #ececec 0%,#e2e2e2 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFECECEC', endColorstr='#FFE2E2E2', GradientType=0);
    }

    body.admin-seller-1-0 #stats-overview .more, body.admin-seller-4-0 #stats-overview .more {
        position: absolute;
        top: 10px;
        right: 15px;
        text-shadow: 0 1px 1px white;
    }

    body.admin-seller-1-0 #stats-overview table, body.admin-seller-4-0 #stats-overview table {
        font-family: "Varela Round", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
        text-shadow: 0 1px 1px white;
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }

    body.admin-seller-1-0 #stats-overview .visits td, body.admin-seller-4-0 #stats-overview .visits td {
        font-size: 36px;
        line-height: 1;
        color: #555555;
    }

body.admin-seller-1-0 .main h1, body.admin-seller-4-0 .main h1 {
    margin-bottom: 0;
}

body.admin-seller-1-3 .link-delete {
    padding: 5px 0;
}

body.admin-seller-1-4 .well {
    position: relative;
}

    body.admin-seller-1-4 .well .ribbon {
        top: 33px;
        left: 18px;
        z-index: 2;
    }

body.admin-seller-1-4 #sortable {
    margin: 0 0 18px;
}

    body.admin-seller-1-4 #sortable li {
        margin: 0;
        float: left;
        width: 50%;
        padding: 0;
    }

@media (min-width: 768px) {
    body.admin-seller-1-4 #sortable li {
        width: 25%;
        height: 95px;
    }

    body.admin-seller-1-4 #sortable2 li {
        width: 25%;
        height: 95px;
    }

    @media (min-width: 992px) {
        body.admin-seller-1-4 #sortable li {
            width: 25%;
            height: 110px;
        }

        body.admin-seller-1-4 #sortable2 li {
            width: 25%;
            height: 110px;
        }
    }
}

body.admin-seller-1-4 #sortable li a {
    margin: 5px;
    position: relative;
}

body.admin-seller-1-4 .modal form {
    margin: 0;
}

body.admin-seller-1-4 .modal .close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: black;
    color: white;
    z-index: 9999999999;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 23px;
    height: 23px;
    line-height: 16px;
    text-align: center;
    font-size: 18px;
    float: none;
    border: 2px solid white;
    border-radius: 23px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

body.admin-seller-1-4 .modal .carousel-property-images .img-align-center {
    height: 230px;
}

@media (min-width: 768px) {
    body.admin-seller-1-4 .modal .carousel-property-images .img-align-center {
        height: 394px;
    }
}

body.admin-seller-1-4 .modal .carousel-property-images {
    margin-bottom: 9px;
}

body.admin-seller-1-4 .modal .controls {
    padding: 15px;
    background-image: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5', GradientType=0);
}

body.admin-seller-1-7 .btn-block {
    text-align: left;
    padding-left: 10px;
}

    body.admin-seller-1-7 .btn-block i {
        margin-right: 5px;
    }

body.admin-seller-1-7 .well {
    text-align: center;
}

    body.admin-seller-1-7 .well img {
        -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    }

body.admin-seller-1-7 .alert {
    margin: 0 -20px 20px;
    border-radius: 0;
    border-left: none;
    border-right: 0;
    padding: 10px 20px;
}

body.admin-seller-2-0 .properties-list h6 {
    max-width: 70%;
}

body.admin-seller-2-0 .properties-list address {
    border: none;
    padding: 0;
    margin: 0;
}

body.admin-seller-2-0 .properties-list .property-id {
    color: #959595;
}

body.admin-seller-2-0 .properties-list .btn-link, body.admin-seller-2-0 .properties-list .status {
    display: block;
    margin-top: 18px;
}

body.admin-seller-2-0 .properties-list .page-actions {
    top: 0;
    right: 0;
}

body.admin-seller-3-3 thead th {
    font-weight: 400;
    color: #a0a0a0;
    font-size: 11px;
}

body.admin-seller-3-3 tbody {
    background-color: #fafafa;
}

body.admin-seller-3-3 td {
    border-top: 1px solid white;
}

body.admin-seller-3-3 .icon-14-search {
    margin-right: 8px;
}

body.admin-seller-4-0 .progress {
    margin: 0;
}

body.admin-seller-5-0 .icon-14-tick {
    margin-right: 5px;
}

body.admin-seller-5-0 .well {
    background-color: #f7f7f7;
    padding: 10px 19px;
}

    body.admin-seller-5-0 .well h2 {
        font-size: 14px;
        line-height: 1.2;
        color: #464646;
    }

    body.admin-seller-5-0 .well p {
        margin-bottom: 0;
    }

    body.admin-seller-5-0 .well.affix {
        top: 18px;
    }

@media (min-width: 768px) {
    body.admin-seller-5-0 .well.affix {
        width: 151px;
    }
}

@media (min-width: 992px) {
    body.admin-seller-5-0 .well.affix {
        width: 203px;
    }
}

body.admin-seller-5-0 .well .cart-actions, body.admin-seller-5-0 .well .product-actions {
    border-top: 1px solid white;
    text-align: right;
    padding-top: 10px;
    margin-top: 10px;
}

    body.admin-seller-5-0 .well .cart-actions .status, body.admin-seller-5-0 .well .product-actions .status {
        font-size: 16px;
        color: #a0a0a0;
    }

    body.admin-seller-5-0 .well .cart-actions .price, body.admin-seller-5-0 .well .product-actions .price {
        font-size: 16px;
        color: #464646;
        font-family: "Varela Round", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    }

    body.admin-seller-5-0 .well .cart-actions .status, body.admin-seller-5-0 .well .cart-actions .btn, body.admin-seller-5-0 .well .product-actions .status, body.admin-seller-5-0 .well .product-actions .btn {
        margin-left: 20px;
    }

body.admin-seller-5-0 .well .cart-actions {
    margin: 0;
}

body.admin-seller-5-0 .well .btn-link {
    padding: 0;
    margin-left: 10px;
}

body.admin-seller-5-0 .well form {
    margin: 0;
}

body.admin-seller-5-0 .well table {
    margin-bottom: 10px;
}

body.admin-seller-5-0 .well td {
    font-size: 10px;
    border: none;
    padding: 0;
}

body.admin-seller-5-0 .well tfoot td {
    border-top: 1px solid white;
    padding-top: 10px;
}

body.admin-seller-6-1 .main article h1 {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 18px;
    margin: 0;
}

body.admin-seller-6-1 p.byline {
    margin: 10px 0;
    color: #a0a0a0;
    font-size: 10px;
}

body.admin-seller-6-1 .pagination {
    margin: 0;
    float: right;
}

body.admin-seller-7-0 .properties-list {
    margin-top: 36px;
}

    body.admin-seller-7-0 .properties-list li {
        border: none;
        margin-bottom: 54px;
    }

body.admin-seller-7-0 .favorite-actions {
    clear: both;
    background-color: #fafafa;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding: 8px 15px 8px 0;
    margin-top: 10px;
}

    body.admin-seller-7-0 .favorite-actions:before, body.admin-seller-7-0 .favorite-actions:after {
        content: " ";
        display: table;
    }

    body.admin-seller-7-0 .favorite-actions:after {
        clear: both;
    }

    body.admin-seller-7-0 .favorite-actions form {
        margin: 0 0 0 40px;
    }

body.admin-seller-7-0 select {
    margin-left: 10px;
}

body.admin-seller-cart main {
    background: none;
}

body.admin-seller-cart .quantity {
    width: 30px;
    margin-right: 5px;
    padding: 5px;
    text-align: right;
}

body.admin-seller-cart .btn-default {
    margin-right: 5px;
}

body.admin-seller-shipping main {
    background: none;
}

body.admin-seller-shipping form {
    margin: 18px 0 36px;
}

body.admin-buyer header h1 {
    font-size: 18px;
}

    body.admin-buyer header h1 div {
        margin-bottom: 18px;
    }

body.admin-buyer-1-0 main {
    background: url("../images/views/pages/admin/buyer/signup.png") no-repeat 0 150px;
}

    body.admin-buyer-1-0 main h1 {
        margin-top: 36px;
        text-align: center;
    }

    body.admin-buyer-1-0 main h2 {
        font-size: 16px;
    }

    body.admin-buyer-1-0 main .sheet-light-blue {
        text-align: center;
    }

        body.admin-buyer-1-0 main .sheet-light-blue h2 {
            margin-bottom: 18px;
        }

        body.admin-buyer-1-0 main .sheet-light-blue ul {
            text-align: left;
        }

        body.admin-buyer-1-0 main .sheet-light-blue .btn {
            margin: 0 auto 10px;
            display: block;
            width: 200px;
        }

        body.admin-buyer-1-0 main .sheet-light-blue a {
            color: white;
        }

body.admin-buyer-1-0 .pointer {
    background-position: -200px -200px;
    top: 45px;
    right: -100px;
}

body.admin-buyer-2-3 .properties-list li {
    border: none;
    margin-bottom: 54px;
}

body.admin-buyer-2-3 .favorite-actions {
    clear: both;
    background-color: #fafafa;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding: 8px 15px 8px 0;
    margin-top: 10px;
}

    body.admin-buyer-2-3 .favorite-actions:before, body.admin-buyer-2-3 .favorite-actions:after {
        content: " ";
        display: table;
    }

    body.admin-buyer-2-3 .favorite-actions:after {
        clear: both;
    }

    body.admin-buyer-2-3 .favorite-actions form {
        margin: 0 0 0 40px;
    }

body.admin-buyer-2-3 select {
    margin-left: 10px;
}

body.admin-buyer-2-4 thead th {
    font-weight: 400;
    color: #a0a0a0;
    font-size: 11px;
}

body.admin-buyer-2-4 tbody {
    background-color: #fafafa;
}

body.admin-buyer-2-4 td {
    border-top: 1px solid white;
}

body.admin-buyer-2-4 .icon-14-search {
    margin-right: 8px;
}

body.admin-buyer-3-1 .icon-14-tick {
    margin-right: 5px;
}

body.admin-buyer-3-1 .well {
    background-color: #f7f7f7;
    padding: 10px 19px;
}

    body.admin-buyer-3-1 .well h2 {
        font-size: 14px;
        line-height: 1.2;
        color: #464646;
    }

    body.admin-buyer-3-1 .well p {
        margin-bottom: 0;
    }

    body.admin-buyer-3-1 .well .cart-actions, body.admin-buyer-3-1 .well .product-actions {
        border-top: 1px solid white;
        text-align: right;
        padding-top: 10px;
        margin-top: 10px;
    }

        body.admin-buyer-3-1 .well .cart-actions .status, body.admin-buyer-3-1 .well .product-actions .status {
            font-size: 16px;
            color: #a0a0a0;
        }

        body.admin-buyer-3-1 .well .cart-actions .price, body.admin-buyer-3-1 .well .product-actions .price {
            font-size: 16px;
            color: #464646;
            font-family: "Varela Round", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
        }

        body.admin-buyer-3-1 .well .cart-actions .status, body.admin-buyer-3-1 .well .cart-actions .btn, body.admin-buyer-3-1 .well .product-actions .status, body.admin-buyer-3-1 .well .product-actions .btn {
            margin-left: 20px;
        }

    body.admin-buyer-3-1 .well .cart-actions {
        margin: 0;
    }

    body.admin-buyer-3-1 .well .btn-link {
        padding: 0;
        margin-left: 10px;
    }

    body.admin-buyer-3-1 .well form {
        margin: 0;
    }

    body.admin-buyer-3-1 .well table {
        margin-bottom: 10px;
    }

    body.admin-buyer-3-1 .well td {
        font-size: 10px;
        border: none;
        padding: 0;
    }

    body.admin-buyer-3-1 .well tfoot td {
        border-top: 1px solid white;
        padding-top: 10px;
    }

body.admin-buyer-3-2 .main article h1 {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 18px;
    margin: 0;
}

body.admin-buyer-3-2 p.byline {
    margin: 10px 0;
    color: #a0a0a0;
    font-size: 10px;
}

body.admin-buyer-3-2 .pagination {
    margin: 0;
    float: right;
}

body.signup #signup-teaser .container {
    position: relative;
}

body.signup #signup-teaser h1 {
    font-size: 32px;
    color: #363636;
    text-align: center;
    margin: 36px 0;
}

body.signup #signup-teaser .row {
    background: url("../images/views/pages/signup/index/devices.png") no-repeat 0 0;
}

body.signup #signup-teaser .col-sm-6 {
    margin-top: 35px;
    text-align: center;
}

    body.signup #signup-teaser .col-sm-6 .sheet {
        margin-top: 350px;
    }

@media (min-width: 768px) {
    body.signup #signup-teaser .col-sm-6 .sheet {
        margin-top: 0;
    }
}

body.signup #signup-teaser ul {
    text-align: left;
    margin: 15px 20px;
}

body.signup #signup-teaser h2 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}

body.signup #signup-teaser .btn {
    display: block;
    width: 90%;
    margin: 15px auto 10px;
}

@media (min-width: 768px) {
    body.signup #signup-teaser .btn {
        width: 50%;
    }
}

body.signup #signup-teaser a {
    color: white;
}

body.signup #signup-teaser .pointer {
    background-position: 0 -200px;
    top: 40px;
    right: -50px;
}

body.signup #signup-teaser .splash {
    top: 100px;
    left: -18px;
}

@media (min-width: 768px) {
    body.signup #signup-teaser .splash {
        top: 70px;
    }
}

@media (min-width: 992px) {
    body.signup #signup-teaser .splash {
        top: 22px;
    }
}


.custom-trustpilot {
    background-color: #007F4E;
    padding: 10px;
}
.custom-trustpilot span {
    color: #ffffff;
    font-size:20px;
    text-align: center;
    display: inline-block;
}


.custom-trustpilot .pull-right {
    background-color: white; 
    padding: 10px 20px 0;
    border-radius:5px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.75);
}

@media (max-width: 500px) {
        .custom-trustpilot span {
            font-size:16px;
        }
        .custom-trustpilot .pull-right {
            padding:10px 10px 0;
        }
    }
body.signup #signup-stats {
    margin-top: 15px;
    font: 24px/1.25 "Varela Round", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}

    body.signup #signup-stats .properties-sold {
        text-align: center;
    }

    body.signup #signup-stats .counter {
        margin-bottom: 18px;
    }

        body.signup #signup-stats .counter .num {
            font-size: 80px;
            line-height: 78px;
            padding: 8px 5px 0;
            margin-right: 5px;
            display: inline-block;
            background-color: #4589b3;
            color: white;
            position: relative;
            border-radius: 3px;
        }

            body.signup #signup-stats .counter .num:after, span.frontpage-counter span.num:after {
                content: "";
                position: absolute;
                height: 1px;
                background-color: white;
                width: 100%;
                top: 50%;
                left: 0;
            }

    body.signup #signup-stats li {
        font-size: 21px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

body.signup #signup-testimonials {
    padding-bottom: 36px;
}

    body.signup #signup-testimonials h1 {
        font-size: 18px;
        text-align: center;
        margin: 54px 0 18px;
    }

    body.signup #signup-testimonials blockquote .pull-left {
        width: 73px;
    }

    body.signup #signup-testimonials .media-body {
        margin-left: 90px;
    }
body.signup-step main .steps {
   float: right;
    margin-top: 30px;
}
body.signup-step main .bg-white {
    margin-bottom: 54px;
    position: relative;
}

body.signup-step main .btn-preview {
    position: absolute;
    top: 30px;
    right: 40px;
}

body.signup-step main .support {
    background: url("../images/views/pages/signup/support.png") no-repeat 0 0;
}

    body.signup-step main .support h3 {
        font-size: 16px;
        line-height: 1;
        margin: 0 0 0 100px;
        padding-bottom: 10px;
        border-bottom: 1px solid #316f9c;
        font-weight: 400;
        text-align: left;
    }

    body.signup-step main .support p {
        margin: 0 0 0 100px;
        padding-top: 10px;
        border-top: 1px solid #b1d4eb;
    }

    body.signup-step main .support strong {
        display: block;
        margin-top: 5px;
        font-size: 18px;
        font-weight: 400;
    }

body.signup-step-1 [role=main] h2, body.signup-step-2 [role=main] h2, body.signup-step-4 [role=main] h2 {
    font-size: 18px;
    color: #555555;
    border: 1px solid #cccccc;
    border-bottom-color: white;
    padding: 18px;
    margin: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
    border-radius: 3px 3px 0 0;
}

body.signup-step-1 [role=main] .lead, body.signup-step-2 [role=main] .lead, body.signup-step-4 [role=main] .lead {
    border: 1px solid #cccccc;
    border-top: none;
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    margin: 0;
    padding: 20px;
    position: relative;
    background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
    background-image: -o-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
    background-image: linear-gradient(to bottom, #fbfbfb 0%,#f3f3f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBFBFB', endColorstr='#FFF3F3F3', GradientType=0);
}

    body.signup-step-1 [role=main] .lead:before, body.signup-step-2 [role=main] .lead:before, body.signup-step-4 [role=main] .lead:before {
        content: "";
        display: inline-block;
        border: 8px solid transparent;
        border-top-color: #cccccc;
        position: absolute;
        bottom: -16px;
        left: 100px;
        z-index: 2;
    }

    body.signup-step-1 [role=main] .lead:after, body.signup-step-2 [role=main] .lead:after, body.signup-step-4 [role=main] .lead:after {
        content: "";
        display: inline-block;
        border: 7px solid transparent;
        border-top-color: #f3f3f3;
        position: absolute;
        bottom: -13px;
        left: 101px;
        z-index: 2;
    }

body.signup-step-1 [role=main] .form-horizontal, body.signup-step-2 [role=main] .form-horizontal, body.signup-step-4 [role=main] .form-horizontal {
    background-color: #f1f9fc;
    padding: 0 20px;
}

body.signup-step-1 [role=main] .form-actions, body.signup-step-2 [role=main] .form-actions, body.signup-step-4 [role=main] .form-actions {
    border-top: 1px solid white;
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px 20px;
}

    body.signup-step-1 [role=main] .form-actions .btn-back, body.signup-step-2 [role=main] .form-actions .btn-back, body.signup-step-4 [role=main] .form-actions .btn-back {
        padding-top: 5px;
        color: #555555;
    }

body.signup-step-3 h2 {
    font-size: 26px;
    color: #555555;
    line-height: 1;
    margin: 95px 0 18px;
    text-align: center;
}

body.signup-step-3 .lead {
    font-size: 14px;
    color: #555555;
    text-align: center;
    margin: 0 0 18px;
}

body.signup-step-3 h3 {
    margin-top: 0;
    font-size: 22px;
}

body.signup-step-3 .sheet-shadow-inner {
    margin-bottom: 18px;
    text-align: center;
}

    body.signup-step-3 .sheet-shadow-inner p, body.signup-step-3 .sheet-shadow-inner ul {
        text-align: left;
    }

body.signup-step-3 .sheet-gray .pointer {
    background-position: 0 -400px;
    left: -105px;
    top: -50px;
}

body.signup-step-3 .sheet-light-blue .pointer {
    background-position: -200px 0;
    height: 200px;
    right: -210px;
    top: 80px;
}

body.signup-step-3 .graphic {
    background: url("../images/views/pages/signup/step-3/bg.png") no-repeat 0 0;
    height: 150px;
    width: 110px;
    overflow: hidden;
    position: absolute;
    display: block;
}

body.signup-step-3 .col-md-5 {
    position: relative;
}

body.signup-step-3 .photos {
    background-position: 0 0;
    left: -65px;
    bottom: -30px;
}

body.signup-step-3 .pencil {
    background-position: 0 -150px;
    left: -33px;
    bottom: -35px;
}

body.signup-step-3 .sign {
    right: -80px;
    bottom: -60px;
    background-position: 0 -300px;
}

body.signup-step-3 .form-actions {
    margin-top: 54px;
    background-color: #fafafa;
    padding: 15px 40px;
}

    body.signup-step-3 .form-actions .btn-back {
        padding-top: 5px;
        color: #555555;
    }

body.signup-step-4 h5 {
    font-size: 14px;
    margin-bottom: 18px;
    color: #555555;
}

body.signup-step-4 table {
    margin-bottom: 36px;
}

    body.signup-step-4 table td, body.signup-step-4 table th {
        padding: 5px 0;
    }

body.signup-step-4 .order {
    position: relative;
}

    body.signup-step-4 .order tbody th {
        font-weight: 300;
    }

    body.signup-step-4 .order tfoot th, body.signup-step-4 .order tfoot td {
        border-top-width: 3px;
        font-weight: 700;
    }

    body.signup-step-4 .order .discount {
        font-style: italic;
    }

        body.signup-step-4 .order .discount th, body.signup-step-4 .order .discount td {
            background-color: #ffffee;
        }

    body.signup-step-4 .order strike {
        font-weight: 300;
    }

body.signup-step-4 .price {
    display: block;
    font-weight: 300;
    color: #959595;
}

body.signup-step-4 .btn-discount-code {
    position: absolute;
    top: -3px;
    right: 0;
    padding: 0;
}

body.signup-step-4 .well-new {
    margin: 72px 0 36px;
}

    body.signup-step-4 .well-new:after {
        left: auto;
        right: -20px;
    }

    body.signup-step-4 .well-new table {
        margin-bottom: 0;
    }

    body.signup-step-4 .well-new .pointer {
        background-position: 0 -700px;
        left: -70px;
        top: -40px;
    }

body.signup-step-4 .checkbox {
    margin-bottom: 36px;
}

body.signup-step-5 h2 {
    background: url("../images/views/pages/signup/icons.png") no-repeat 0 0;
    font-size: 26px;
    color: #555555;
    padding-left: 40px;
    width: 250px;
    margin: 18px auto;
    line-height: 47px;
}

body.signup-step-5 .bg-white {
    text-align: center;
}

    body.signup-step-5 .bg-white .lead {
        font-size: 14px;
    }

    body.signup-step-5 .bg-white p {
        color: #555555;
        margin-bottom: 18px;
    }

    body.signup-step-5 .bg-white .btn {
        margin: 36px 0 72px;
    }

body.signup-step-5 .pointer {
    bottom: 92px;
    left: 50%;
    margin-left: 110px;
    background-position: 0 -300px;
}

body.signup-error h2 {
    background: url("../images/views/pages/signup/icons.png") no-repeat 0 -300px;
    font-size: 26px;
    color: #555555;
    padding-left: 30px;
    width: 240px;
    margin: 18px auto;
    line-height: 47px;
}

body.signup-error .bg-white {
    text-align: center;
    margin: 72px 0;
    padding-bottom: 72px;
}

    body.signup-error .bg-white p {
        color: #555555;
        margin-bottom: 18px;
    }

.section-teaser {
    padding: 36px 0 0;
}

    .section-teaser .lead {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin: 0 auto 36px;
    }

@media (min-width: 768px) {
    .section-teaser .lead {
        width: 70%;
    }
}

.section-featured {
    padding-bottom: 18px;
    padding-top: 10px;
}

    .section-featured h1, .section-featured h2 {
        text-align: center;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .section-featured h1 {
        font-size: 24px;
        text-align: left;
    }

    .section-featured h2 {
        font-size: 22px;
    }

    .section-featured .carousel-inner {
        margin: -1%;
        width: 102%;
    }

        .section-featured .carousel-inner .item {
            width: 98%;
            margin: 1%;
        }

    .section-featured .carousel-indicators {
        bottom: 0;
    }

.section-recent {
    padding-bottom: 18px;
}

    .section-recent h1, .section-recent h2 {
        text-align: center;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .section-recent h1 {
        font-size: 24px;
    }

    .section-recent h2 {
        font-size: 22px;
    }

.section-search {
    padding-bottom: 36px;
}

@media (min-width: 992px) {
    .section-search {
        background: url("../images/views/sections/search/bg.png") 50% 90px no-repeat;
    }
}

.section-search .container {
    position: relative;
}

@media (min-width: 992px) {
    .section-search .container:after {
        content: "";
        background: url("../images/views/sections/search/fg.png") no-repeat;
        position: absolute;
        width: 97px;
        height: 173px;
        display: block;
        bottom: -20px;
        right: 3px;
        z-index: 500;
    }
}

.section-search form {
    padding: 18px 18px 36px;
    color: white;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
    background-color: #3976a0;
    background-image: url("../images/views/sections/search/map.png"),url("../images/components/sheets/bg.png"),-webkit-gradient(linear, left top, left bottom, from(#3976a0), to(#4087b8));
    background-image: url("../images/views/sections/search/map.png"),url("../images/components/sheets/bg.png"),-webkit-linear-gradient(top, #3976a0, #4087b8);
    background-image: url("../images/views/sections/search/map.png"),url("../images/components/sheets/bg.png"),-moz-linear-gradient(top, #3976a0, #4087b8);
    background-image: url("../images/views/sections/search/map.png"),url("../images/components/sheets/bg.png"),-o-linear-gradient(top, #3976a0, #4087b8);
    background-image: url("../images/views/sections/search/map.png"),url("../images/components/sheets/bg.png"),linear-gradient(to bottom, #3976a0,#4087b8);
    background-position: 100% 9px, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    min-height: 230px;
}

    .section-search form:before, .section-search form:after {
        content: " ";
        display: table;
    }

    .section-search form:after {
        clear: both;
    }

.section-search .input-lg, .section-search .input-group-lg > .form-control, .section-search .input-group-lg > .input-group-addon, .section-search .input-group-lg > .input-group-btn > .btn {
    margin-bottom: 18px;
}

.section-search h1 {
    margin: 0 0 18px;
    font-size: 27px;
}

.section-about {
    /*background: #0099cb url("../images/views/sections/about/bg.gif") 0 100% repeat-x;*/
    background: #0099cb url("../images/views/sections/about/bg.png") 0 100% repeat-x;
    padding: 90px 0;
}
@media (max-width: 768px) {
    .section-about {
        padding: 20px;
    }
}
    .section-about .container {
        box-shadow: 0px 4px 10px #0000001F;
        border: none;
        border-radius: 4px;
        padding: 20px;
    }

        .section-about .container div {
            margin-bottom: 18px;
        }

    .section-about h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .section-about p {
        font-size: 1.2em;
    }

    .section-about .btn {
        font-size: 15px;
    }

    .section-info span {
        margin: 5px;
        margin-top: 20px;
        display: block;
        background: white;
        padding: 22px;
        height: 220px;
        box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.60);
    }

    .section-info h2 {
        font-size: 18px;
        color: #4388b6;
        margin-top: 0px;
    }

    .section-info .btn {
        text-shadow: none;
        margin-top: 4px;
    }

    @media (max-width:768px) {
        .section-info span {
            height: auto;
        }
    }

    @media (min-width:768px) {
        @media ( max-width: 992px) {
            .section-info div {
                padding: 0px;
            }

            .section-info span {
                width: 235px;
                height: auto;
            }
        }
    }

    #selvsalg-kolonihave {
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #selvsalg-andelsbolig {
        padding-top: 26px;
        padding-bottom: 8px;
        padding-left: 42px;
        padding-right: 42px;
    }

    #selvsalg-ejerbolig {
        padding-top: 25px;
        padding-bottom: 9px;
        padding-left: 42px;
        padding-right: 42px;
    }

    #section-icons .leadHeadline {
        font-size: 36px !important;
        font-family: 'Arial Black','Arial-BoldMT','Arial Bold',Gadget,sans-serif;
    }

    #section-icons h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .page-id-55 .Accept {
        margin-bottom: 12px;
        margin-top: 10px;
    }

    .page-id-55 form {
        margin-top: 14px;
        height: 64px;
    }

    .page-id-55 .list-ticker-large {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .page-id-55 #section-trustpilot-contactBox {
        display: none;
    }

    .section-press img {
        margin-bottom: 10px;
    }

    .section-press span {
        margin: 5px;
        display: block;
        background: white;
        padding: 28px;
        height: 170px;
        box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.60);
    }

    .section-press p {
        font-size: 1.2em;
    }

    .section-boliga-universe {
        padding: 20px 0;
    }

        .section-boliga-universe h2 {
            font-size: 24px;
        }

    .section-video {
        padding: 10px 15px 10px 0;
    }

        .section-video h2 {
            font-size: 24px;
        }

    body {
        padding-bottom: 29px;
    }

    #footerbar {
        line-height: 50px;
        height: 50px;
        min-height: 50px;
        color: #FFFFFF;
        z-index: 1000;
        -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
        background-image: -webkit-linear-gradient(bottom, #62A9DA 0%, #3F86B7 100%);
        background-image: -o-linear-gradient(bottom, #62A9DA 0%, #3F86B7 100%);
        background-image: linear-gradient(to bottom, #62A9DA 0%, #3F86B7 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F8F8', endColorstr='#FFDDDDDD', GradientType=0);
    }

        #footerbar p {
            margin: 0;
        }

    .footerbar-latest {
        margin-right: 100px;
    }

        .footerbar-latest a {
            color: white;
            font-weight: 600;
            text-decoration: underline;
        }

    .footerbar-latest-list {
        list-style-type: none;
        margin: 10px;
        padding: 0;
    }

        .footerbar-latest-list li {
            line-height: 1.2;
            margin-bottom: 10px;
        }

    .footerbar-icon {
        padding: 0 0 0 10px;
    }

    .footerbar-ticker {
        margin-left: 10px;
    }

        .footerbar-ticker a {
            font-weight: 700;
            color: white;
            text-decoration: underline;
        }

            .footerbar-ticker a span {
                font-weight: 400;
            }

    .footerbar-toggle {
        position: fixed;
        right: 10px;
        bottom: 12px;
        z-index: 9999;
    }

        .footerbar-toggle .btn-triangle {
            color: #555555;
            padding: 0;
            z-index: 1;
            background: white;
            width: 24px;
            height: 24px;
            border: none;
            border-radius: 50%;
            -webkit-box-shadow: 0px 3px 6px #00000029 !important;
            box-shadow: 0px 3px 6px #00000029 !important;
        }

        .footerbar-toggle .btn-link:hover {
            text-decoration: none;
        }

        .footerbar-toggle .btn-link.collapsed {
            background-position: 50% -15px;
        }

    .popover-most-viewed {
        width: 300px;
    }

        .popover-most-viewed .popover-content {
            padding: 3px;
        }

        .popover-most-viewed .property-card {
            padding: 8px;
        }

        .popover-most-viewed .img-align-center {
            height: 191px;
        }

        .popover-most-viewed .property-ribbon {
            width: 200px;
            height: 200px;
            top: -17px;
            left: -17px;
        }

            .popover-most-viewed .property-ribbon:after {
                width: 200px;
                height: 200px;
                font-size: 15px;
                top: 31px;
                left: 31px;
            }

    .popover-recent .popover-content {
        padding: 0;
    }

    .clearfix:before, .clearfix:after {
        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;
        visibility: hidden !important;
    }

    .affix {
        position: fixed;
    }

    @-ms-viewport {
        width: device-width;
    }

    .visible-xs, .visible-sm, .visible-md, .visible-lg {
        display: none !important;
    }

    .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
        display: none !important;
    }

    @media (max-width: 767px) {
        .visible-xs {
            display: block !important;
        }

        table.visible-xs {
            display: table;
        }

        tr.visible-xs {
            display: table-row !important;
        }

        th.visible-xs, td.visible-xs {
            display: table-cell !important;
        }
    }

    @media (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;
        }

        tr.visible-sm {
            display: table-row !important;
        }

        th.visible-sm, td.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;
        }

        tr.visible-md {
            display: table-row !important;
        }

        th.visible-md, td.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;
        }

        tr.visible-lg {
            display: table-row !important;
        }

        th.visible-lg, td.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;
        }

        tr.visible-print {
            display: table-row !important;
        }

        th.visible-print, td.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;
        }
    }

    .ir {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        *text-indent: -9999px;
    }

        .ir:before {
            content: "";
            display: block;
            width: 0;
            height: 150%;
        }

    .hidden {
        display: none !important;
        visibility: hidden;
    }

    .visually-hidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .visually-hidden.focusable:active, .visually-hidden.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

    .invisible {
        visibility: hidden;
    }

    .p5 {
        width: 5%;
    }

    .p10 {
        width: 10%;
    }

    .p12-5 {
        width: 12.5%;
    }

    .p15 {
        width: 15%;
    }

    .p20 {
        width: 20%;
    }

    .p25 {
        width: 25%;
    }

    .p30 {
        width: 30%;
    }

    .p33-3 {
        width: 33.333%;
    }

    .p35 {
        width: 35%;
    }

    .p37-5 {
        width: 37.5%;
    }

    .p40 {
        width: 40%;
    }

    .p45 {
        width: 45%;
    }

    .p50 {
        width: 50%;
    }

    .p55 {
        width: 55%;
    }

    .p60 {
        width: 60%;
    }

    .p62-5 {
        width: 62.5%;
    }

    .p65 {
        width: 65%;
    }

    .p66-6 {
        width: 66.666%;
    }

    .p70 {
        width: 70%;
    }

    .p75 {
        width: 75%;
    }

    .p80 {
        width: 80%;
    }

    .p85 {
        width: 85%;
    }

    .p87-5 {
        width: 87.5%;
    }

    .p90 {
        width: 90%;
    }

    .p95 {
        width: 95%;
    }

    .p100 {
        width: 100%;
    }

    .align-left {
        text-align: left !important;
    }

    .align-center {
        text-align: center !important;
    }

    .align-right {
        text-align: right !important;
    }

    .outer-0 {
        margin: 0 !important;
    }

    .outer-top-0 {
        margin-top: 0 !important;
    }

    .outer-right-0 {
        margin-right: 0 !important;
    }

    .outer-bottom-0 {
        margin-bottom: 0 !important;
    }

    .outer-left-0 {
        margin-left: 0 !important;
    }

    .outer-sides-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .outer-ends-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .outer-xs {
        margin: 6px !important;
    }

    .outer-top-xs {
        margin-top: 6px !important;
    }

    .outer-right-xs {
        margin-right: 6px !important;
    }

    .outer-bottom-xs {
        margin-bottom: 6px !important;
    }

    .outer-left-xs {
        margin-left: 6px !important;
    }

    .outer-sides-xs {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }

    .outer-ends-xs {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }

    .outer-sm {
        margin: 9px !important;
    }

    .outer-top-sm {
        margin-top: 9px !important;
    }

    .outer-right-sm {
        margin-right: 9px !important;
    }

    .outer-bottom-sm {
        margin-bottom: 9px !important;
    }

    .outer-left-sm {
        margin-left: 9px !important;
    }

    .outer-sides-sm {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }

    .outer-ends-sm {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }

    .outer-md {
        margin: 18px !important;
    }

    .outer-top-md {
        margin-top: 18px !important;
    }

    .outer-right-md {
        margin-right: 18px !important;
    }

    .outer-bottom-md {
        margin-bottom: 18px !important;
    }

    .outer-left-md {
        margin-left: 18px !important;
    }

    .outer-sides-md {
        margin-left: 18px !important;
        margin-right: 18px !important;
    }

    .outer-ends-md {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }

    .outer-lg {
        margin: 36px !important;
    }

    .outer-top-lg {
        margin-top: 36px !important;
    }

    .outer-right-lg {
        margin-right: 36px !important;
    }

    .outer-bottom-lg {
        margin-bottom: 36px !important;
    }

    .outer-left-lg {
        margin-left: 36px !important;
    }

    .outer-sides-lg {
        margin-left: 36px !important;
        margin-right: 36px !important;
    }

    .outer-ends-lg {
        margin-top: 36px !important;
        margin-bottom: 36px !important;
    }

    .inner-0 {
        padding: 0 !important;
    }

    .inner-top-0 {
        padding-top: 0 !important;
    }

    .inner-right-0 {
        padding-right: 0 !important;
    }

    .inner-bottom-0 {
        padding-bottom: 0 !important;
    }

    .inner-left-0 {
        padding-left: 0 !important;
    }

    .inner-sides-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .inner-ends-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .inner-xs {
        padding: 6px !important;
    }

    .inner-top-xs {
        padding-top: 6px !important;
    }

    .inner-right-xs {
        padding-right: 6px !important;
    }

    .inner-bottom-xs {
        padding-bottom: 6px !important;
    }

    .inner-left-xs {
        padding-left: 6px !important;
    }

    .inner-sides-xs {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .inner-ends-xs {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .inner-sm {
        padding: 9px !important;
    }

    .inner-top-sm {
        padding-top: 9px !important;
    }

    .inner-right-sm {
        padding-right: 9px !important;
    }

    .inner-bottom-sm {
        padding-bottom: 9px !important;
    }

    .inner-left-sm {
        padding-left: 9px !important;
    }

    .inner-sides-sm {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .inner-ends-sm {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .inner-md {
        padding: 18px !important;
    }

    .inner-top-md {
        padding-top: 18px !important;
    }

    .inner-right-md {
        padding-right: 18px !important;
    }

    .inner-bottom-md {
        padding-bottom: 18px !important;
    }

    .inner-left-md {
        padding-left: 18px !important;
    }

    .inner-sides-md {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .inner-ends-md {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }

    .inner-lg {
        padding: 36px !important;
    }

    .inner-top-lg {
        padding-top: 36px !important;
    }

    .inner-right-lg {
        padding-right: 36px !important;
    }

    .inner-bottom-lg {
        padding-bottom: 36px !important;
    }

    .inner-left-lg {
        padding-left: 36px !important;
    }

    .inner-sides-lg {
        padding-left: 36px !important;
        padding-right: 36px !important;
    }

    .inner-ends-lg {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    .bg-white {
        background-color: white;
    }

    .bg-blue {
        background-color: #f1f9fc;
    }

    .block {
        display: block;
    }

    .inline {
        display: inline;
    }

    .inline-block {
        display: inline-block;
    }

    .absolute {
        position: absolute;
    }

    .relative {
        position: relative;
    }

    .top-0 {
        top: 0 !important;
    }

    .right-0 {
        right: 0 !important;
    }

    .bottom-0 {
        bottom: 0 !important;
    }

    .left-0 {
        left: 0 !important;
    }

    .top-xs {
        top: 6px !important;
    }

    .right-xs {
        right: 6px !important;
    }

    .bottom-xs {
        bottom: 6px !important;
    }

    .left-xs {
        left: 6px !important;
    }

    .top-sm {
        top: 9px !important;
    }

    .right-sm {
        right: 9px !important;
    }

    .bottom-sm {
        bottom: 9px !important;
    }

    .left-sm {
        left: 9px !important;
    }

    .top-md {
        top: 18px !important;
    }

    .right-md {
        right: 18px !important;
    }

    .bottom-md {
        bottom: 18px !important;
    }

    .left-md {
        left: 18px !important;
    }

    .top-lg {
        top: 36px !important;
    }

    .right-lg {
        right: 36px !important;
    }

    .bottom-lg {
        bottom: 36px !important;
    }

    .left-lg {
        left: 36px !important;
    }

    .right-gutter {
        right: 30px;
    }

    .left-gutter {
        left: 30px;
    }

    .right-gutter-half {
        right: 15px;
    }

    .left-gutter-half {
        left: 15px;
    }

    .scrollable {
        overflow-y: auto;
    }

    .border-radius-xs {
        border-radius: 2px;
    }

    .border-radius-sm {
        border-radius: 5px;
    }

    .border-radius-md {
        border-radius: 10px;
    }

    .border-radius-lg {
        border-radius: 20px;
    }

    @font-face {
        font-family: 'nordea-sans-large-regular';
        src: url('../images/sponsor/Nordea/fonts/NordeaSansLarge-Regular.otf') format('opentype');
    }

    @font-face {
        font-family: 'nordea-sans-large-bold';
        src: url('../images/sponsor/Nordea/fonts/NordeaSansLarge-Bold.otf') format('opentype');
    }

    @font-face {
        font-family: 'nordea-sans-large-light-italic';
        src: url('../images/sponsor/Nordea/fonts/NordeaSansLarge-LightItalic.otf') format('opentype');
    }

    @font-face {
        font-family: 'nordea-sans-small-light';
        src: url('../images/sponsor/Nordea/fonts/NordeaSansSmall-Light.otf') format('opentype');
    }

    @font-face {
        font-family: 'nordea-sans-small-bold';
        src: url('../images/sponsor/Nordea/fonts/NordeaSansSmall-Bold.otf') format('opentype');
    }

#bank-banner {
    border-radius: 8px;
    border: 1px solid #CCC;
    background: linear-gradient(180deg, #EEE 0%, #F8F8F8 100%), #FFF;
    padding: 16px 24px;
    margin-top: 16px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

    #bank-banner .heading {
        color: #464646;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: flex;
        align-items: center;
    }

    #bank-banner .heading svg {
        margin-left: 8px;
    }

    #bank-banner p {
        color: #464646;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 0;
        text-align: left;
    }

.bank-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .bank-modal-overlay {
        z-index: 100000;
    }
}

body.bank-modal-open {
    overflow: hidden;
}

.modal-content {
    background: #fff;
    padding: 48px 32px;
    border-radius: 32px;
    max-width: 940px;
    text-align: center;
    position: relative;
    box-shadow: 138px 215px 102px 0px rgba(0, 0, 0, 0.03), 78px 121px 86px 0px rgba(0, 0, 0, 0.10), 35px 54px 64px 0px rgba(0, 0, 0, 0.17), 9px 13px 35px 0px rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 992px) {
    .modal-content {
        padding: 16px;
        border-radius: 0;
        height: 100%
    }
}

    .bank-model-header {
        display: flex;
        justify-content: space-between;
        padding-left: 16px;
        margin-bottom: 48px;
    }

        .bank-model-header .close-icon {
            width: 48px;
            height: 48px;
            background-color: #F7F8FA;
            border-radius: 64px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            color: black;
            cursor: pointer;
        }

        .bank-model-header .bank-model-header-left {
            display: flex;
            justify-content: space-between;
            gap: 16px;
        }

            .bank-model-header .bank-model-header-left img {
                border-radius: 64px;
                width: 48px;
                height: 48px;
            }


            .bank-model-header .bank-model-header-left .address span {
                display: block;
                text-align: left;
            }

            .bank-model-header .bank-model-header-left .address .adr-title {
                font-family: Outfit, sans-serif;
                font-size: 24px;
                font-style: normal;
                font-weight: 600;
                line-height: 32px;
                color: black;
            }

            .bank-model-header .bank-model-header-left .address .street {
                font-family: Outfit, sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
                color: black;
            }


    .bank-model-content {
        display: flex;
        gap: 32px;
        padding-left: 29px;
        padding-right: 29px;
    }

        .bank-model-content .bank-model-content-left {
           /* flex: 1;*/
           width: 264px;
        }

        .bank-model-content .bank-model-content-right {
            flex: 2;
        }

        .bank-model-content .bank-model-content-left {
            padding: 48px 24px;
            background-color: #F7F8FA;
            border-radius: 32px;
            text-align: left;
        }

            .bank-model-content .bank-model-content-left h3 {
                color: #000;
                font-family: Outfit, sans-serif;
                font-size: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: 24px;
            }

        .bank-model-content .bank-model-content-left hr {
            background: #D6DBE5;
            height: 1px;
            margin: 16px 0;
            border-top: 0;
        }


        .bank-model-content .bank-model-content-left .bolig-details .detail {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
        }

            .bank-model-content .bank-model-content-left .bolig-details .detail .detail-title {
                font-family: Outfit, sans-serif;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .bank-model-content .bank-model-content-left .bolig-details .detail .detail-value {
                font-family: Outfit, sans-serif;
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
            }

        .bank-model-content .bank-model-content-right {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

            .bank-model-content .bank-model-content-right .ads {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 16px;
                width: 100%;
            }

                .bank-model-content .bank-model-content-right .ads .divider {
                    height: 1px;
                    min-height: 1px;
                    background: #e6e9ef;
                    width: 100%;
                }

                .bank-model-content .bank-model-content-right .ads .bank-modal-content-right-title-text {
                    color: #b7c0d2;
                    font-size: 11px;
                    font-weight: 400;
                    line-height: 16px;
                }

            .bank-model-content .bank-model-content-right .banks {
                display: flex;
                gap: 22px;
 
            }

                .bank-model-content .bank-model-content-right .banks > a {
                    flex: 1 1 0;
                    min-height: 260px;
                }

                .bank-model-content .bank-model-content-right .banks a.nordea, .bank-model-content .bank-model-content-right .banks a.jyske {
                    padding: 24px;
                    border-radius: 32px;
                    border: 1px solid #EDF0F4;
                    background: #FFF;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    width: 250px;
                    text-decoration: none;
                }

                    .bank-model-content .bank-model-content-right .banks a.nordea .bank-detail, .bank-model-content .bank-model-content-right .banks a.jyske .bank-detail {
                        color: #3D3E43;
                        font-family: Outfit, sans-serif;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        text-align: left;
                        margin-top: 20px;
                    }



                    .bank-model-content .bank-model-content-right .banks a.nordea .link-button, .bank-model-content .bank-model-content-right .banks a.jyske .link-button {
                        display: flex;
                        min-width: 40px;
                        min-height: 40px;
                        padding: 0px 16px;
                        justify-content: center;
                        align-items: center;
                        gap: 8px;
                        border-radius: 32px;
                        background: #000;
                        color: white;
                        font-size: 14px;
                        font-weight: 500;
                        font-family: Outfit, sans-serif;
                        text-decoration: none;
                        white-space: nowrap;
                        margin-top: auto;
                    }



    .close-modal {
        position: absolute;
        top: 8px;
        right: 12px;
        font-size: 24px;
        cursor: pointer;
    }

    @media screen and (max-width: 992px) {

        .bank-model-content {
            flex-direction: column;
            padding: 0;
            overflow-y: auto;
            max-height: calc(100vh - 100px);
        }

        .bank-model-header {
            margin-bottom: 24px;
            height: 32px;
        }


        .bank-model-header .close-icon {
           background-color: transparent;
        }

        .bank-model-header .bank-model-header-left img {
           display: none;
        }

        .bank-model-content .bank-model-content-left {
            width: 100%;
        }

            .bank-model-header .bank-model-header-left .address .street {
                display: none;
            }


            .bank-model-content .bank-model-content-right .banks {
                flex-direction: column;
            }

                .bank-model-content .bank-model-content-right .banks > a {
                    min-height: unset;
                }

                .bank-model-content .bank-model-content-right .banks a.nordea, .bank-model-content .bank-model-content-right .banks a.jyske {
                    gap: 24px;
                    width: 100%;
                }
    }

    #nordea-beregner, #nordea-beregner-modal {
        background-color: #0000a0;
        text-align: center;
        border-radius: 5px;
        position: relative;
        height: 256px;
        margin-top: 15px;
    }

    #nordea-beregner-modal {
        margin-top: 0;
    }

        #nordea-beregner .pulse, #nordea-beregner-modal .pulse {
            position: absolute;
            bottom: 0;
            left: 0px;
            width: 62px;
        }

        #nordea-beregner .logo, #nordea-beregner-modal .logo {
            position: absolute;
            right: 10px;
            bottom: 10px;
            margin-top: 30px;
            width: 55px;
        }

            #nordea-beregner .logo.absolute, #nordea-beregner-modal .logo.absolute {
                position: absolute;
                right: 10px;
                bottom: 10px;
                margin-top: 10px;
                width: 55px;
            }

        #nordea-beregner .input-group, #nordea-beregner-modal .input-group {
            margin: 15px;
            padding-top: 1px;
        }

        #nordea-beregner .input-group-addon, #nordea-beregner-modal .input-group-addon {
            background-color: white;
            border: none;
            font-family: 'nordea-sans-large-light-italic', Arial, sans-serif;
            font-size: 11px;
        }

        #nordea-beregner input, #nordea-beregner-modal input {
            border-bottom-right-radius: 0px !important;
            border-top-right-radius: 0px !important;
            border: none;
            font-family: 'nordea-sans-large-light-italic', Arial, sans-serif;
            font-size: 11px;
            text-align: right;
            width: 106%; /*italic text cutoff bug*/
            padding-top: 5px;
        }


    @media screen and (max-width:767px) {
        #nordea-beregner input, #nordea-beregner-modal input {
            width: 100%; /*italic text cutoff bug*/
        }
    }



    #nordea-beregner span.h2, #nordea-beregner-modal span.h2 {
        font-family: 'nordea-sans-large-bold', Arial, sans-serif;
        color: #ffffff;
        padding-top: 28px;
        padding-bottom: 5px;
        display: block;
    }

    #nordea-beregner-modal span.h2 {
        margin-top: 0;
    }

    #nordea-beregner span.h4, #nordea-beregner-modal span.h4 {
        display: block;
        font-family: 'nordea-sans-large-regular', Arial, sans-serif;
        font-size: 18px;
        color: #ffffff;
        margin: 22px 0;
    }

    #nordea-beregner button, #nordea-beregner-modal button, #nordea-beregner a, #nordea-beregner-modal a {
        font-family: 'nordea-sans-small-bold', Arial, sans-serif;
        font-size: 11px;
        color: #00005e;
        background-color: #40BFA3;
        border: none;
        border-radius: 15px;
        width: 172px;
        padding: 5px 0;
        margin-bottom: 7px;
        margin-top: 3px;
    }

    #nordea-beregner small, #nordea-beregner-modal small {
        font-family: 'nordea-sans-small-light', Arial, sans-serif;
        color: #c6c6c6;
        font-size: 9px;
        display: block;
        padding: 0 49px;
        padding-bottom: 10px;
    }

    #nordea-beregner .payoutValidation, #nordea-beregner-modal .payoutValidation {
        color: white;
        font-size: 9px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -27px;
    }

    .nordea-sticky {
        bottom: 0;
        z-index: 10;
        left: 0;
        position: fixed;
        display: flex;
        background-color: #ffffff;
        width: 100%;
        padding: 5px;
    }

        .nordea-sticky a {
            background-color: #fd8926;
            color: #ffffff;
            padding: 20px;
            border: 0;
            width: 100%;
            max-width: 400px;
            padding: 12px;
        }

        .nordea-sticky img {
            margin-top: -4px;
            margin-right: 2px;
            width: 20px;
        }

    #nordea-links a {
        display: inline-block;
        font-weight: bold;
        margin: 2px 0;
        font-size: 13px;
    }

        #nordea-links a:first-child {
            margin-top: 10px;
        }

a.frontpage-nordea, a.frontpage-jyske {
    text-decoration: none;
}

.frontpage-nordea {
    width: 392px;
    height: 168px;
    background-color: white;
    margin: -70px auto 45px;
    position: relative;
    box-shadow: 0px 32px 48px 0px rgba(0, 0, 0, 0.08), 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 24px !important;
    background-image: url('../images/sponsor/Nordea/nordea-pulse-white.svg');
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

        .frontpage-nordea .content {
            display: flex;
            justify-content: space-between;
        }

            .frontpage-nordea .content .title {
                font-family: Outfit, sans-serif;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 32px;
                color: black;
                text-align: left;
            }

            .frontpage-nordea .content .ads {
                font-family: Outfit, sans-serif;
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                padding: 0 8px;
                color: #878891;
                background-color: #f7f8fa;
                border-radius: 16px;
                height: 24px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 0;
                box-shadow: none;
                width: 64px;
            }


        .frontpage-nordea .cta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 8px;
        }

            .frontpage-nordea .cta .nordea-logo {
                width: 78px;
                height: 16px;
            }

            .frontpage-nordea .cta .nordea-cta {
                display: flex;
                justify-content: center;
                color: white;
                font-family: Outfit, sans-serif;
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                min-width: 48px;
                min-height: 48px;
                padding: 0 16px;
                align-items: center;
                gap: 8px;
                border-radius: 32px;
                background: #0e00a5;
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 16px 0 rgba(0, 0, 0, 0.04);
                text-decoration: none;
            }

                .frontpage-nordea .cta svg {
                    width: 24px;
                    height: 24px;
                }


    @media screen and (max-width: 992px) {
        .frontpage-nordea, .frontpage-jyske {
            width: 343px;
            height: 160px;
        }

            .frontpage-nordea .content .title {
                font-family: Outfit, sans-serif;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px;
                color: black;
                text-align: left;
            }

            .frontpage-nordea .cta .nordea-cta {
                min-width: 40px;
                min-height: 40px;
            }
    }

.frontpage-jyske {
    width: 392px;
    height: 168px;
    background-color: white;
    margin: -70px auto 45px;
    position: relative;
    box-shadow: 0px 32px 48px 0px rgba(0, 0, 0, 0.08), 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 24px !important;
    background-image: url('../images/sponsor/Jyske/jyske-vector.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}

        .frontpage-jyske .content {
            display: flex;
            justify-content: space-between;
        }

            .frontpage-jyske .content .title {
                font-family: Outfit, sans-serif;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 32px;
                color: black;
                text-align: left;
            }

            .frontpage-jyske .content .ads {
                font-family: Outfit, sans-serif;
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                padding: 0 8px;
                color: #878891;
                background-color: #f7f8fa;
                border-radius: 16px;
                height: 24px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 0;
                box-shadow: none;
                width: 64px;
            }


        .frontpage-jyske .cta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 8px;
        }

            .frontpage-jyske .cta .jyske-logo {
                width: 150px;
                height: 24px;
            }

            .frontpage-jyske .cta .jyske-cta {
                display: flex;
                justify-content: center;
                color: #035738;
                font-family: Outfit, sans-serif;
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                min-width: 48px;
                min-height: 48px;
                padding: 0 16px;
                align-items: center;
                gap: 8px;
                text-decoration: none;
                border-radius: 32px;
                background: #00E89A;
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 16px 0 rgba(0, 0, 0, 0.04);
            }

                .frontpage-jyske .cta .jyske-cta svg {
                    width: 24px;
                    height: 24px;
                }


    @media screen and (max-width: 992px) {

        .frontpage-nordea, frontpage-jyske {
            width: 343px;
            height: 160px;
            text-decoration: none;
        }

        .frontpage-jyske .content .title {
            font-family: Outfit, sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 24px;
            color: black;
            text-align: left;
        }

        .frontpage-jyske .cta .jyske-cta {
            min-width: 40px;
            min-height: 40px;
        }
    }


@media (max-width: 465px) {
    .frontpage-jyske, .frontpage-nordea {
        margin: 30px 20px 5px 20px;
        width: auto;
        height: 145px;
    }


        .frontpage-jyske .cta .jyske-logo {
            width: 120px;
            height: 24px;
        }

        .frontpage-jyske .cta .jyske-cta {
            font-size: 12px;
            line-height: 14px;
            padding: 0 8px;
        }
}

    .section-contactbox {
        margin-bottom: 20px;
    }

    @media (min-width: 768px) {
        .section-contactbox .container {
            width: 710px;
        }

        .frontpage-contactbox .img, .frontpage-contactbox .form {
            width: 50%;
        }
    }

    .frontpage-contactbox {
        display: flex;
        justify-content: space-between;
    }

    @media (max-width: 768px) {
        .frontpage-contactbox {
            display: block;
        }
    }

    .frontpage-contactbox .img {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    @media (max-width: 768px) {
        .frontpage-contactbox .img {
            margin-bottom: 20px;
            justify-content: center;
        }
    }

    .frontpage-contactbox .contact {
        font-size: 14px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }



