/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: 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 {
    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;
        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
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

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

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

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

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

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

    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
    }

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

    .table-bordered 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: 10px;
    -webkit-tap-highlight-color: transparent
}

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

    body.no-bg {
        background-color: transparent !important
    }

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

a {
    color: #337ab7;
    text-decoration: none
}

    a:hover, a:focus {
        color: #23527c;
        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.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    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: 20px;
    margin-bottom: 20px;
    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
}

[role="button"] {
    cursor: pointer
}

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

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

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

    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: 10px;
    margin-bottom: 10px
}

    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: 36px
}

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase, .initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: 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 #777777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    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.42857143;
        color: #777777
    }

        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'
        }

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

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

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

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

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none
    }

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

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

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

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

    .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.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.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.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .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.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .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.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left
}

th {
    text-align: left
}

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

    .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.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

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

    .table > caption + thead > tr:first-child > th, .table > 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 #ddd
    }

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

.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 #ddd
}

    .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 #ddd
    }

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

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

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

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

.table > thead > tr > td.active, .table > 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: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .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:hover > .success, .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:hover > .info, .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:hover > .warning, .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:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

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

        .table-responsive > .table {
            margin-bottom: 50px
        }

            .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: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    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: 14px;
    line-height: 1.42857143;
    color: #555555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 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: #999;
        opacity: 1
    }

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

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

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px
    }

    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-group-sm input[type="date"], 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-group-sm input[type="time"], 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-group-sm input[type="datetime-local"], 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, .input-group-sm input[type="month"] {
        line-height: 30px
    }

    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-group-lg input[type="date"], 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-group-lg input[type="time"], 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-group-lg input[type="datetime-local"], 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, .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

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

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .radio label, .checkbox label {
        min-height: 20px;
        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"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9
    }

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

.radio-inline, .checkbox-inline {
    position: relative;
    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], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

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

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

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

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

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
}

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

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    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: 46px;
    line-height: 46px
}

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
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

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

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.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, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.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, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    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
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

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

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

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

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto
        }

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

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

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

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .form-inline .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: 27px
}

.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
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

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

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

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

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

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

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

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

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

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

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

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

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

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

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

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

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

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

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

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

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

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

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

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

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

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

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

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

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

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

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

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

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

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

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

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

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

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

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

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

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

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

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                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: #777777;
                text-decoration: none
            }

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

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

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

.btn-block {
    display: block;
    width: 100%
}

    .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-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

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

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

.open > a {
    outline: 0
}

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

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

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

.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 dashed;
    border-bottom: 4px solid \9;
    content: ""
}

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

@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 + .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, .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:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-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-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

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

    .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%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

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

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

        .input-group .form-control:focus {
            z-index: 3
        }

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

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    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: 12px;
        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: 18px;
        border-radius: 6px
    }

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

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

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

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

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

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

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

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

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

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

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        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: #777777
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                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: #337ab7
    }

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

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

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

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

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

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

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            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: #fff;
        background-color: #337ab7
    }

.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 #ddd
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        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: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

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

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

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

    .navbar:before, .navbar:after {
        content: " ";
        display: table
    }

    .navbar:after {
        clear: both
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.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: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table
    }

    .navbar-collapse:after {
        clear: both
    }

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

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

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

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

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-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: -15px;
    margin-left: -15px
}

@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: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

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

    .navbar-brand > img {
        display: block;
        height: 100%
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

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

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

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

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

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

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

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

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

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

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

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

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

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto
        }

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

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

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

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@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-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 {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default .navbar-link {
    color: #777
}

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

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333
    }

    .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: #ccc
    }

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

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

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

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

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

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

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

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

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

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

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

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

@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: #9d9d9d
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #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: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

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

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff
    }

    .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: #444
    }

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

    .breadcrumb > li {
        display: inline-block
    }

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

    .breadcrumb > .active {
        color: #777777
    }

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

    .pagination > li {
        display: inline
    }

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

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

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

        .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eeeeee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        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: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

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

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

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

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

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

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

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

    .pager:before, .pager:after {
        content: " ";
        display: table
    }

    .pager:after {
        clear: both
    }

    .pager li {
        display: inline
    }

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

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

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

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

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

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    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: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777777
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

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

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

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

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

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

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

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

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

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

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

    .badge:empty {
        display: none
    }

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

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

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

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

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

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

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

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

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

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

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

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

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

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

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 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: #333333
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7
}

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

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

    .alert .alert-link {
        font-weight: bold
    }

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

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

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #DFDFDF;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -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, .progress-bar-striped {
    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, .progress-bar.active {
    -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-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 {
    margin-top: 15px
}

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

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

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

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

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

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

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

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

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

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

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

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

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed
}

    .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: #777777
    }

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

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
        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: #c7ddef
    }

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

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

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

    a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.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, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.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, button.list-group-item-info {
    color: #31708f
}

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

    a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.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, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.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, button.list-group-item-warning {
    color: #8a6d3b
}

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

    a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.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, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.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, button.list-group-item-danger {
    color: #a94442
}

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

    a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.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, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

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

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

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

.panel-body {
    padding: 15px
}

    .panel-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: 16px;
    color: inherit
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit
    }

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

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

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

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .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, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-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, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-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, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-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: 20px
}

    .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, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.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, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

    .close:hover, .close:focus {
        color: #000;
        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
}

    button.close:hover {
        opacity: 1
    }

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -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-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #8dc541;
    color: #fff;
    border-radius: 6px 6px 0 0;
    border: 0
}

    .modal-header:before, .modal-header:after {
        content: " ";
        display: table
    }

    .modal-header:after {
        clear: both
    }

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px
}

.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: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    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: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    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.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0,0,0,0.25)
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0,0,0,0.25)
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 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
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background-color: transparent
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, 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, rgba(0,0,0,0.0001) 0%, 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: #fff;
        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%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-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 !important
    }

    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 !important
    }

    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 !important
    }

    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 !important
    }

    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 !important
    }

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

img {
    image-rendering: auto
}

.brtop-10 {
    margin-top: 10px
}

.brbottom-10 {
    margin-bottom: 10px
}

.brtop-20 {
    margin-top: 20px
}

.brbottom-20 {
    margin-bottom: 20px
}

.brtop-30 {
    margin-top: 30px
}

.brbottom-30 {
    margin-bottom: 30px
}

.brtop-40 {
    margin-top: 40px
}

.brbottom-40 {
    margin-bottom: 40px
}

.brtop-50 {
    margin-top: 50px
}

.brbottom-50 {
    margin-bottom: 50px
}

.zeroPadding {
    padding: 0px;
    margin: 0px
}

.center {
    margin: auto;
    float: none
}

.hr {
    height: 1px;
    border-bottom: #eaeaea solid 1px;
    clear: both;
    margin: 0 15px;
    padding-top: 15px
}

.poppinsFont {
    font-family: 'Poppins', sans-serif
}

.font-nunito {
    font-family: 'Nunito', sans-serif
}

    .font-nunito.light {
        font-weight: 300
    }

    .font-nunito.regular {
        font-weight: 400
    }

    .font-nunito.semi-bold {
        font-weight: 600
    }

    .font-nunito.bold {
        font-weight: 700
    }

.font-roboto {
    font-family: 'Roboto', sans-serif
}

    .font-roboto.thin {
        font-weight: 100
    }

    .font-roboto.light {
        font-weight: 300
    }

    .font-roboto.regular {
        font-weight: 400
    }

    .font-roboto.medium {
        font-weight: 700
    }

.font-18 {
    font-size: 18px
}

.font-24 {
    font-size: 24px
}

.border-radius-3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.green-btn {
    background: #00bcd4;
    color: white
}

    .green-btn.large-btn {
        font-size: 18px
    }

.yellow-btn {
    background: #f1d33b;
    color: black
}

.gray-btn {
    background: #999;
    color: #fff
}

.yellow-btn.large-btn {
    font-size: 18px
}

.yellow-btn.rounded {
    border-radius: 16px
}

.green-border-btn {
    background: white;
    color: black;
    border: 1px solid #8dc541
}

    .green-border-btn.rounded {
        border-radius: 16px
    }

.img-responsive {
    display: inline-block
}

.hover-click {
    position: relative
}

    .hover-click a, a.hover-click {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 8
    }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .container {
        width: 100%
    }
}

body.search {
    overflow: hidden
}

.search-wrapper {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .search-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.89);
        opacity: 0;
        transition: opacity 0.5s
    }

    .search-wrapper .search-form {
        margin: 5em 0
    }

        .search-wrapper .search-form label {
            text-indent: -999999px;
            position: absolute
        }

        .search-wrapper .search-form .search-input {
            transform: scale3d(0, 1, 1);
            transform-origin: 0% 50%;
            transition: transform 0.3s;
            font-size: 5vw;
            line-height: 1;
            display: inline-block;
            box-sizing: border-box;
            width: 75%;
            padding: 20px 0;
            color: #8dc541;
            border: 0;
            border-bottom: 4px solid;
            background: transparent;
            border-radius: 0
        }

        .search-wrapper .search-form .search-info {
            font-size: 90%;
            display: inline;
            width: 75%;
            margin: 0 auto;
            padding: 0.85em 0;
            color: #fff;
            display: none
        }

    .search-wrapper .close-search {
        display: none;
        z-index: 9;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #000;
        padding: 4px 16px;
        font-size: 30px;
        background: white;
        text-decoration: none;
        border-radius: 50%
    }

    .search-wrapper.active {
        pointer-events: auto
    }

        .search-wrapper.active:before {
            opacity: 1
        }

        .search-wrapper.active .search-form .search-input {
            transform: scale3d(1, 1, 1);
            transition-duration: 0.5s
        }

        .search-wrapper.active .close-search {
            display: block
        }

        .search-wrapper.active .search-info {
            display: block
        }

.header {
    padding: 10px 0
}

@media only screen and (min-width: 220px) and (max-width: 990px) {
    .header .helloaddress-logo {
        padding: 0
    }
}

.header .rhs-linklist {
    text-align: right
}

@media only screen and (min-width: 220px) and (max-width: 990px) {
    .header .rhs-linklist {
        padding: 0
    }
}

.header .rhs-linklist ul {
    padding: 0;
    margin: 20px 0
}

    .header .rhs-linklist ul li {
        display: inline-block;
        list-style: none;
        font-size: 15px;
        margin: 0 5px;
        vertical-align: middle
    }

        .header .rhs-linklist ul li a {
            color: #fff
        }

            .header .rhs-linklist ul li a:hover {
                text-decoration: none
            }

        .header .rhs-linklist ul li.post-property-link, .header .rhs-linklist ul li.post-req-link {
            border: solid #27b3c4 1px
        }

            .header .rhs-linklist ul li.post-property-link a, .header .rhs-linklist ul li.post-req-link a {
                padding: 4px 10px;
                display: inline-block;
                background: #ff8a45
            }

            .header .rhs-linklist ul li.post-property-link span, .header .rhs-linklist ul li.post-req-link span {
                height: 30px;
                width: 30px;
                display: inline-block;
                vertical-align: middle;
                margin: 0 4px;
                background: url("../images/header_sprites.png") no-repeat
            }

                .header .rhs-linklist ul li.post-property-link span.post-property-ico, .header .rhs-linklist ul li.post-req-link span.post-property-ico {
                    background-position: -66px -10px
                }

                .header .rhs-linklist ul li.post-property-link span.post-req-ico, .header .rhs-linklist ul li.post-req-link span.post-req-ico {
                    background-position: -10px -66px
                }

        .header .rhs-linklist ul li.signin-link a {
            padding: 9px 20px;
            color: #fff;
            display: inline-block;
            position: relative
        }

            .header .rhs-linklist ul li.signin-link a.userDrop {
                font-size: 20px;
                padding: 6px 16px 4px 16px;
                width: 100%
            }

                .header .rhs-linklist ul li.signin-link a.userDrop:after {
                    content: '';
                    width: 15px;
                    height: 15px;
                    background: #fff url("../images/myaccount-arrow.png") no-repeat center;
                    display: inline-block;
                    position: absolute;
                    right: -7px;
                    top: 10px;
                    border-radius: 50%
                }

.header .rhs-linklist .dropdown-user, .header .rhs-linklist .dropdown-link {
    width: 180px;
    background: #fff;
    box-shadow: 2px 2px 4px 0 rgba(51,51,51,0.5);
    position: absolute;
    top: 90px;
    right: 65px;
    border-radius: 4px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out
}

.header .rhs-linklist .dropdown-link {
    right: 25px;
    top: 70px;
    width: 230px
}

    .header .rhs-linklist .dropdown-user.active, .header .rhs-linklist .dropdown-link.active {
        visibility: visible;
        opacity: 1;
        top: 62px
    }

    .header .rhs-linklist .dropdown-user:before, .header .rhs-linklist .dropdown-link:before {
        content: '';
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px #f1d33b solid;
        display: inline-block;
        position: absolute;
        top: -5px;
        right: 4%
    }

    .header .rhs-linklist .dropdown-user .menu, .header .rhs-linklist .dropdown-link .menu {
        text-align: left;
        font-size: 15px;
        padding: 11px 15px;
        margin: 0 0;
        background: #f1d33b;
        border-radius: 4px 4px 0 0
    }

    .header .rhs-linklist .dropdown-user ul, .header .rhs-linklist .dropdown-link ul {
        padding: 0;
        margin: 0
    }

        .header .rhs-linklist .dropdown-user ul li, .header .rhs-linklist .dropdown-link ul li {
            list-style: none;
            display: block;
            padding: 0;
            text-align: left;
            margin: 0
        }

            .header .rhs-linklist .dropdown-user ul li a, .header .rhs-linklist .dropdown-link ul li a {
                color: #333;
                display: block;
                box-shadow: none !important;
                padding: 10px 15px
            }

                .header .rhs-linklist .dropdown-user ul li a:hover, .header .rhs-linklist .dropdown-link ul li a:hover {
                    background: #efefef !important;
                    border-radius: 0 0 4px 4px
                }

.header .rhs-linklist ul li.search-ico {
    transition: all 0.5s ease-in-out;
    width: auto
}

    .header .rhs-linklist ul li.search-ico a {
        background: #ffc107 url("../images/header_sprites.png") -52px -62px;
        padding: 19px 24px;
        display: inline-block
    }

    .header .rhs-linklist ul li.search-ico.search {
        position: absolute;
        right: 0;
        width: 78%;
        border-radius: 3px;
        border: solid 1px #E1E1E1
    }

.header .rhs-linklist ul li.menu-ico a {
    background: url("../images/header_sprites.png") -111px -5px;
    padding: 19px 16px;
    display: inline-block
}

.header .rhs-linklist ul li.menu-ico ul li a {
    background: none;
    display: block;
    padding: 10px 15px
}

section.green-strip-wrapper {
    background: #ff8a45;
    padding: 10px 0
}

    section.green-strip-wrapper .back a {
        color: #fff;
        padding: 6px 0;
        display: block
    }

    section.green-strip-wrapper .page-title h1 span.content-break {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 85%;
        vertical-align: middle
    }

    section.green-strip-wrapper .page-title h1, section.green-strip-wrapper .page-title h2, section.green-strip-wrapper .page-title .title {
        font-size: 1.75em;
        color: #fff;
        margin: 0;
        line-height: 1.4
    }

    section.green-strip-wrapper .page-title .badge {
        background: #f1d33b;
        color: #111;
        font-size: 14px;
        text-shadow: none;
        border-radius: 3px;
        padding: 6px 12px;
        box-shadow: 1px 1px 1px 0px rgba(51,51,51,0.4)
    }

    section.green-strip-wrapper .page-breadcumb ul {
        text-align: right;
        padding: 7px 0;
        margin: 0
    }

        section.green-strip-wrapper .page-breadcumb ul li {
            list-style: none;
            display: inline-block;
            font-size: 15px
        }

            section.green-strip-wrapper .page-breadcumb ul li.breadcrumb-item a {
                color: #fff
            }

            section.green-strip-wrapper .page-breadcumb ul li.breadcrumb-item:after {
                display: inline-block;
                padding-right: .5rem;
                padding-left: .5rem;
                color: #636c72;
                content: "/"
            }

        section.green-strip-wrapper .page-breadcumb ul li {
            max-width: 50%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            vertical-align: middle
        }

            section.green-strip-wrapper .page-breadcumb ul li:hover {
                max-width: 80%
            }

            section.green-strip-wrapper .page-breadcumb ul li.breadcrumb-item.active {
                color: #2b420b
            }

                section.green-strip-wrapper .page-breadcumb ul li.breadcrumb-item.active:after {
                    display: none
                }

section.postWrapper img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

section.postWrapper .lhs-post-links {
    border: solid 1px #e1e1e1;
    background: #f9f9f9;
    transition: height 0.15s ease-in-out;
    position: relative
}

    section.postWrapper .lhs-post-links .completed-tick {
        height: 20px;
        width: 20px;
        display: inline-block;
        background: url("../images/compleate-tick.png") no-repeat center;
        float: right
    }

.lhs-myaccount .expand, .lhs-post-links .expand {
    display: none
}

    .lhs-myaccount .expand a, .lhs-post-links .expand a {
        color: #fff;
        font-size: 16px
    }

        .lhs-myaccount .expand a, .lhs-post-links .expand a:before {
            content: 'Expand'
        }

    .lhs-post-links.expand .expand a:before {
        content: 'Close'
    }

@media only screen and (min-width: 220px) and (max-width: 990px) {
    section.postWrapper .lhs-post-links {
        height: 111px;
        overflow: hidden
    }

    .lhs-myaccount .expand, .lhs-post-links .expand {
        width: 100%;
        background: #8dc541;
        height: 25px;
        display: block;
        position: absolute;
        bottom: 0;
        z-index: 9
    }
}

section.postWrapper .lhs-post-links.lhs-myaccount.expand {
    height: 680px;
    overflow: hidden
}

    section.postWrapper .lhs-post-links.lhs-myaccount.expand .expand a:before {
        content: 'Close'
    }

section.postWrapper .lhs-post-links.expand {
    height: 440px;
    overflow: hidden
}

    section.postWrapper .lhs-post-links.expand .mob-nav p a:after {
        background: url("../images/small_icon_sprites.png") no-repeat -10px -50px
    }

section.postWrapper .lhs-post-links .mob-nav p {
    padding: 28px 0
}

    section.postWrapper .lhs-post-links .mob-nav p a {
        color: #333;
        font-size: 14px;
        display: inline-flex
    }

        section.postWrapper .lhs-post-links .mob-nav p a:after {
            background: url("../images/small_icon_sprites.png") no-repeat -50px -10px;
            width: 20px;
            height: 20px;
            content: ''
        }

section.postWrapper .lhs-post-links h3 {
    font-size: 1.25em;
    color: #333;
    line-height: 1.4;
    margin-top: 0
}

section.postWrapper .lhs-post-links p {
    font-size: 14px;
    color: #333333
}

    section.postWrapper .lhs-post-links p span.progress-info-ico {
        background: url("../images/header_sprites.png") -10px -10px;
        width: 36px;
        height: 36px;
        display: inline-block;
        vertical-align: middle;
        float: left
    }

    section.postWrapper .lhs-post-links p span.progress-info {
        width: 80%;
        float: left;
        padding-left: 12px
    }

section.postWrapper .lhs-post-links ul {
    padding: 0;
    margin: 0
}

    section.postWrapper .lhs-post-links ul li {
        display: block;
        list-style: none;
        font-size: 1.0625em
    }

    section.postWrapper .lhs-post-links ul.styledUi {
        margin: 0 15px
    }

        section.postWrapper .lhs-post-links ul.styledUi li {
            display: list-item;
            list-style: disc;
            font-size: 1.0625em
        }

    section.postWrapper .lhs-post-links ul li.active a {
        background: #eef4e6;
        text-decoration: none;
        font-weight: 300
    }

    section.postWrapper .lhs-post-links ul li:nth-child(1) a span.post-link-ico {
        background-position: -10px -60px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(1) a:hover span.post-link-ico {
        background-position: -10px -360px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(2) a span.post-link-ico {
        background-position: -10px -410px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(2) a:hover span.post-link-ico {
        background-position: -10px -460px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(3) a span.post-link-ico {
        background-position: -10px -510px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(3) a:hover span.post-link-ico {
        background-position: -10px -560px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(4) a span.post-link-ico {
        background-position: -10px -610px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(4) a:hover span.post-link-ico {
        background-position: -10px -660px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(5) a span.post-link-ico {
        background-position: -10px -110px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(5) a:hover span.post-link-ico {
        background-position: -10px -160px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(6) a span.post-link-ico {
        background-position: -10px -310px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(6) a:hover span.post-link-ico {
        background-position: -10px -10px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(7) a span.post-link-ico {
        background-position: -10px -210px
    }

    section.postWrapper .lhs-post-links ul li:nth-child(7) a:hover span.post-link-ico {
        background-position: -10px -260px
    }

    section.postWrapper .lhs-post-links ul li a {
        display: block;
        padding: 8px 15px;
        color: #333
    }

        section.postWrapper .lhs-post-links ul li a:hover {
            background: #eef4e6;
            text-decoration: none;
            font-weight: 300
        }

        section.postWrapper .lhs-post-links ul li a span.post-link-ico {
            background: url("../images/post_sprites.png");
            height: 30px;
            width: 30px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 6px
        }

section.postWrapper .lhs-post-package {
    background: #f9f3e6;
    text-align: center;
    padding: 25px 20px
}

    section.postWrapper .lhs-post-package h4 {
        font-size: 22px;
        color: #3b3b3b;
        margin: 0 0 6px 0
    }

    section.postWrapper .lhs-post-package p {
        font-size: 13px;
        color: #3b3b3b
    }

section.postWrapper .rhs-post .form-group span.field-info {
    font-style: italic;
    color: #888;
    font-size: 14px;
    display: block;
    padding-top: 6px
}

@media only screen and (min-width: 220px) and (max-width: 500px) {
    section.postWrapper .rhs-post .form-group {
        width: 100%
    }
}

section.postWrapper .rhs-post .form-group select, section.postWrapper .rhs-post .form-group input, .rhs-post .form-group select, section.postWrapper .rhs-post .form-group input {
    border-radius: 0;
    border: oldlace;
    box-shadow: none;
    border-bottom: solid 1px #cccccc;
    padding: 0 0;
    margin: 0 0 18px 0;
    background-color: transparent
}

section.postWrapper .rhs-post .heading {
    font-size: 22px;
    margin: 0 0 12px 0
}

section.postWrapper .rhs-post label {
    font-weight: inherit
}

section.postWrapper .rhs-post .btn-large {
    font-size: 20px
}

section.postWrapper .rhs-post .map-data {
    border: solid 1px #e1e1e1;
    padding: 10px 15px
}

    section.postWrapper .rhs-post .map-data p {
        font-size: 14px;
        color: #333;
        padding: 0;
        margin: 0
    }

        section.postWrapper .rhs-post .map-data p span {
            background: #8dc541;
            color: #fff;
            padding: 0 8px
        }

section.postWrapper .rhs-post .property-type {
    border: solid 1px #cccccc;
    padding: 15px;
    transition: all 0.15s ease-in-out;
    bottom: 0px;
    height: 130px
}

    section.postWrapper .rhs-post .property-type:hover {
        bottom: 10px;
        box-shadow: 0 10px 17px 0px rgba(0,0,0,0.11)
    }

    section.postWrapper .rhs-post .property-type.active {
        background: #8dc541
    }

        section.postWrapper .rhs-post .property-type.active img {
            display: none
        }

        section.postWrapper .rhs-post .property-type.active p {
            color: #fff;
            padding-top: 48px
        }

        section.postWrapper .rhs-post .property-type.active:before {
            content: '';
            width: 14px;
            height: 3px;
            background: white;
            position: absolute;
            top: 32%;
            left: 35%;
            transform: rotate(45deg)
        }

        section.postWrapper .rhs-post .property-type.active:after {
            content: '';
            width: 29px;
            height: 3px;
            background: white;
            position: absolute;
            top: 28%;
            left: 41%;
            transform: rotate(-45deg)
        }

section.postWrapper .rhs-post .amenities-block {
    border: solid 1px #e1e1e1;
    padding: 7px 15px;
    height: 66px
}

@media only screen and (min-width: 220px) and (max-width: 400px) {
    section.postWrapper .rhs-post .amenities-block {
        height: 110px;
        text-align: center
    }

        section.postWrapper .rhs-post .amenities-block img {
            display: block;
            margin: auto
        }
}

section.postWrapper .rhs-post .amenities-block.active {
    background: #8dc541 url("../images/active-tick.png") no-repeat 20px center;
    padding: 22px 68px
}

    section.postWrapper .rhs-post .amenities-block.active img {
        display: none
    }

    section.postWrapper .rhs-post .amenities-block.active p {
        color: #fff
    }

section.postWrapper .rhs-post .amenities-block p {
    padding: 0;
    margin: 0
}

section.postWrapper .rhs-post .distance-info span.ico {
    background: url("../images/essentials_sprites.png") no-repeat;
    display: inline-block;
    width: 36px;
    height: 36px
}

    section.postWrapper .rhs-post .distance-info span.ico.school-distance {
        background-position: -4px -3px
    }

    section.postWrapper .rhs-post .distance-info span.ico.hospital-distance {
        background-position: -4px -136px
    }

    section.postWrapper .rhs-post .distance-info span.ico.busstop-distance {
        background-position: -4px -223px
    }

    section.postWrapper .rhs-post .distance-info span.ico.airport-distance {
        background-position: -4px -179px
    }

    section.postWrapper .rhs-post .distance-info span.ico.railway-distance {
        background-position: -4px -47px
    }

    section.postWrapper .rhs-post .distance-info span.ico.supermarket-distance {
        background-position: -4px -91px
    }

    section.postWrapper .rhs-post .distance-info span.ico.shopping-distance {
        background-position: -4px -267px
    }

section.postWrapper .rhs-post .distance-info .slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

    section.postWrapper .rhs-post .distance-info .slider.slider-horizontal {
        width: 100%;
        height: 1px;
        margin-top: 15px
    }

        section.postWrapper .rhs-post .distance-info .slider.slider-horizontal .slider-track {
            height: 1px;
            width: 100%;
            margin-top: 0;
            top: 50%;
            left: 0
        }

        section.postWrapper .rhs-post .distance-info .slider.slider-horizontal:before {
            content: '';
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: solid 1px #ccc;
            background: #f9f9f9;
            display: block;
            position: absolute;
            left: -17px;
            top: -7px;
            z-index: 9
        }

        section.postWrapper .rhs-post .distance-info .slider.slider-horizontal:after {
            content: '';
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: solid 1px #ccc;
            background: #f9f9f9;
            display: block;
            position: absolute;
            right: -17px;
            top: -7px;
            z-index: 9
        }

    section.postWrapper .rhs-post .distance-info .slider input {
        display: none
    }

    section.postWrapper .rhs-post .distance-info .slider .tooltip.top {
        display: none
    }

    section.postWrapper .rhs-post .distance-info .slider .hide {
        display: none
    }

    section.postWrapper .rhs-post .distance-info .slider .slider-track {
        position: absolute;
        cursor: pointer;
        border-top: dashed 1px #ccc;
        height: 1px
    }

    section.postWrapper .rhs-post .distance-info .slider .slider-selection {
        height: 1px;
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-top: solid 1px #8dc541;
        height: 1px
    }

    section.postWrapper .rhs-post .distance-info .slider .slider-handle {
        position: absolute;
        width: 40px;
        height: 38px;
        background: url("../images/slider-slide-ico.png") no-repeat center
    }

    section.postWrapper .rhs-post .distance-info .slider.slider-horizontal .slider-selection, section.postWrapper .rhs-post .distance-info .slider.slider-horizontal .slider-track-left, section.postWrapper .rhs-post .distance-info .slider.slider-horizontal .slider-track-right {
        height: 100%;
        top: -1px;
        bottom: 0
    }

    section.postWrapper .rhs-post .distance-info .slider.slider-horizontal .slider-tick, section.postWrapper .rhs-post .distance-info .slider.slider-horizontal .slider-handle {
        margin-left: -18px;
        top: -33px
    }

section.postWrapper .rhs-post .distance-info .distance-value {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    vertical-align: top
}

section.postWrapper .rhs-post .distance-info .distance-img {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("../images/distance_sprites.png") no-repeat center
}

    section.postWrapper .rhs-post .distance-info .distance-img.walk {
        background-position: -70px -70px
    }

    section.postWrapper .rhs-post .distance-info .distance-img.cycle {
        background-position: -10px -10px
    }

    section.postWrapper .rhs-post .distance-info .distance-img.bike {
        background-position: -10px -70px
    }

    section.postWrapper .rhs-post .distance-info .distance-img.car {
        background-position: -70px -10px
    }

section.postWrapper .rhs-post .distance-info label {
    margin-top: 12px
}

section.postWrapper .badge {
    border-radius: 3px;
    text-shadow: none;
    text-transform: initial;
    margin-left: 12px;
    color: #fff;
    font-size: 13px
}

    section.postWrapper .badge.pending {
        background: #fb9131
    }

    section.postWrapper .badge.rejected {
        background: #ff2323
    }

section.listwrapper {
    background: url("../images/listing-bg.jpg") repeat-y center;
    border-bottom: solid 1px #eeeeee
}

@media only screen and (min-width: 220px) and (max-width: 1199px) {
    section.listwrapper {
        background: #fff
    }
}

section.listwrapper .list-container {
    position: relative
}

section.listwrapper .filter {
    background: white;
    border-right: solid 1px #eeeeee;
    width: 25%;
    height: 100%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto
}

    section.listwrapper .filter .sidebar {
        background: #fff
    }

        section.listwrapper .filter .sidebar .head {
            padding: 10px 15px;
            background: #197c8a;
            color: #fff
        }

            section.listwrapper .filter .sidebar .head h2 {
                margin: 0;
                font-size: 16px;
                font-weight: normal
            }

        section.listwrapper .filter .sidebar .nano {
            height: auto;
            max-height: 320px !important;
            overflow: hidden
        }

        section.listwrapper .filter .sidebar ul.more-lists {
            margin: 0;
            list-style: none;
            padding: 5px 0 10px 10px;
            border: solid 1px #dbeaf9;
            background: #f5faff;
            width: 100%;
            scrollbar-width: none;
            -ms-overflow-style: none
        }

            section.listwrapper .filter .sidebar ul.more-lists li {
                padding: 4px 0px;
                margin: 4px 0px;
                font-size: 13px;
                background: url(../images/list-arrow.png) no-repeat left top 7px;
                padding-left: 13px
            }

                section.listwrapper .filter .sidebar ul.more-lists li a {
                    color: #333;
                    display: inline-block
                }

.filter-close {
    display: none
}

section.listwrapper .filter-active {
    position: fixed;
    bottom: 30px;
    z-index: 999999;
    left: 30px;
    border-radius: 50%;
    background: #f1d33b url("../images/filter_sprites.png") no-repeat -59px 1px;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.41);
    height: 60px;
    width: 60px
}

    section.listwrapper .filter-active:before {
        position: absolute;
        background: #f1d33b;
        left: 6px;
        bottom: 6px;
        width: 50px;
        height: 50px;
        content: "";
        display: block;
        border-radius: 50%;
        -webkit-backface-visibility: hidden;
        animation: wave-animate 3s infinite ease-out
    }

    section.listwrapper .filter-active:after {
        position: absolute;
        background: #f1d33b;
        width: 50px;
        height: 50px;
        content: "";
        display: block;
        border-radius: 50%;
        -webkit-backface-visibility: hidden;
        opacity: 0;
        animation: wave-animate 3s 1.5s infinite ease-out;
        left: 6px;
        bottom: 6px
    }

@media only screen and (min-width: 220px) and (max-width: 991px) {
    section.listwrapper .filter {
        width: 330px;
        position: absolute;
        background: #fff;
        z-index: 99999;
        left: -330px;
        top: 0;
        box-shadow: 4px 4px 9px 1px rgba(51,51,51,0.18)
    }

        section.listwrapper .filter.active {
            left: 0px
        }

    section.listwrapper .filter-close.active {
        display: block;
        bottom: 30px;
        left: -54px;
        background-position: 0 0;
        border-radius: 50%;
        background: #f1d33b url("../images/filter_sprites.png") no-repeat 0 0;
        box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.41);
        height: 60px;
        width: 60px;
        position: fixed;
        z-index: 999999;
        transform: translateX(310px)
    }
}

@keyframes wave-animate {
    0% {
        transform: scale(0);
        opacity: 1;
        transform-origin: center
    }

    100% {
        transform: scale(3);
        opacity: 0;
        transform-origin: center
    }
}

section.listwrapper .filter .filter-header {
    border-bottom: solid 1px #e1e1e1
}

    section.listwrapper .filter .filter-header .save-search {
        margin-top: 20px;
        text-align: center
    }

        section.listwrapper .filter .filter-header .save-search span {
            display: block
        }

@media only screen and (min-width: 220px) and (max-width: 1199px) {
    section.listwrapper .filter .filter-header .save-search span {
        display: inline-block
    }
}

@media only screen and (min-width: 220px) and (max-width: 1199px) {
    section.listwrapper .filter .filter-header .save-search {
        text-align: left;
        margin-top: 0px;
        padding-left: 8px
    }
}

section.listwrapper .filter .filter-header .head {
    font-size: 18px;
    line-height: 1.1;
    color: #5A822C
}

section.listwrapper .filter .filter-header p {
    font-size: 12px;
    color: #333
}

section.listwrapper .filter .filter-title .title {
    font-size: 15px;
    color: #333;
    position: relative;
    margin: 20px 0 2px 0
}

section.listwrapper .filter h2 {
    font-size: 18px
}

section.listwrapper .filter .filter-container {
    padding: 5px 0 0 0;
    border-bottom: solid 1px #e1e1e1;
    position: relative
}

    section.listwrapper .filter .filter-container .search-filter {
        background: #8dc541 url("../images/header_sprites.png") no-repeat -48px -53px;
        width: 0px;
        height: 0px;
        display: inline-block;
        box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
        border-radius: 50%;
        position: absolute;
        z-index: 9;
        bottom: 5px;
        right: 0;
        border: 0;
        opacity: 0;
        transition: all 0.15s ease-in-out
    }

        section.listwrapper .filter .filter-container .search-filter.search {
            width: 55px;
            height: 55px;
            opacity: 1
        }

        section.listwrapper .filter .filter-container .search-filter:focus {
            outline: 0
        }

    section.listwrapper .filter .filter-container ul {
        padding: 0;
        margin: 0
    }

        section.listwrapper .filter .filter-container ul.scroll-ul {
            height: 255px;
            overflow: hidden
        }

            section.listwrapper .filter .filter-container ul.scroll-ul.expand {
                overflow-y: auto
            }

        section.listwrapper .filter .filter-container ul li {
            list-style: none;
            padding: 0px 20px 5px 20px
        }

            section.listwrapper .filter .filter-container ul li.checkbox label {
                font-size: 15px;
                color: #222
            }

        section.listwrapper .filter .filter-container ul.search-ul {
            height: 0;
            overflow: hidden
        }

    section.listwrapper .filter .filter-container .more-div span {
        background-position: left center;
        background-repeat: no-repeat
    }

        section.listwrapper .filter .filter-container .more-div span a.more-filter {
            font-size: 14px;
            color: #333;
            text-decoration: underline;
            position: relative;
            padding-left: 25px;
            display: inline-block;
            padding-top: 2px
        }

            section.listwrapper .filter .filter-container .more-div span a.more-filter:before {
                transition: all 0.15s ease-in-out;
                content: '';
                width: 9px;
                height: 1px;
                display: inline-block;
                vertical-align: middle;
                position: absolute;
                top: 11px;
                left: 0px;
                background: #8dc541
            }

            section.listwrapper .filter .filter-container .more-div span a.more-filter:after {
                transition: all 0.15s ease-in-out;
                content: '';
                width: 1px;
                height: 9px;
                display: inline-block;
                vertical-align: middle;
                position: absolute;
                top: 7px;
                left: 8px;
                background: #8dc541
            }

            section.listwrapper .filter .filter-container .more-div span a.more-filter:hover {
                color: #8dc541
            }

                section.listwrapper .filter .filter-container .more-div span a.more-filter:hover:before {
                    left: 4px
                }

                section.listwrapper .filter .filter-container .more-div span a.more-filter:hover:after {
                    left: 8px
                }

    section.listwrapper .filter .filter-container .input-group input {
        box-shadow: none;
        border-radius: 0;
        border-color: #e1e1e1;
        border-right: 0
    }

    section.listwrapper .filter .filter-container .input-group .ico {
        background: transparent url("../images/small_icon_sprites.png") no-repeat -1px -3px;
        border: #e1e1e1 1px solid;
        border-left: 0;
        border-radius: 0;
        padding: 16px 18px
    }

    section.listwrapper .filter .filter-container .radio-inline {
        padding-top: 15px
    }

        section.listwrapper .filter .filter-container .radio-inline label {
            font-size: 14px;
            font-style: italic
        }

section.listwrapper .search-listing {
    float: right;
    padding-top: 12px;
    background: #F7F7F7;
    border-left: solid 1px #eeeeee
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.listwrapper .search-listing .listing-row-one, section.listwrapper .search-listing .listing-row-two, section.listwrapper .search-listing .premium-list-wrapper, section.listwrapper .search-listing .search-list-wrapper {
        padding: 0
    }
}

section.listwrapper .search-listing .listing-row-two .facets-result {
    background: #fff;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11)
}

section.listwrapper .search-listing .showing {
    font-size: 16px;
    color: #111;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.listwrapper .search-listing .showing {
        font-size: 15px
    }
}

section.listwrapper .search-listing .map-view-link {
    margin-top: 20px;
    text-align: right
}

    section.listwrapper .search-listing .map-view-link a {
        font-size: 15px;
        color: #333;
        display: inline-block;
        height: 30px;
        position: absolute;
        text-align: -webkit-center;
        right: 25px;
        top: -5px
    }

        section.listwrapper .search-listing .map-view-link a em {
            font-style: normal
        }

        section.listwrapper .search-listing .map-view-link a span.map-ico {
            width: 30px;
            height: 30px;
            display: inline-block;
            background: #53ca47 url("../images/map_sprites.png") no-repeat -13px -162px;
            vertical-align: middle;
            vertical-align: middle;
            border-radius: 50%;
            margin-right: 6px;
            position: relative
        }

            section.listwrapper .search-listing .map-view-link a span.map-ico:before, section.listwrapper .search-listing .map-view-link a span.map-ico:after {
                position: absolute;
                background: #53ca47;
                left: 0px;
                bottom: 0px;
                width: 30px;
                height: 30px;
                content: "";
                display: block;
                border-radius: 50%;
                -webkit-backface-visibility: hidden
            }

            section.listwrapper .search-listing .map-view-link a span.map-ico:before {
                animation: wave-animate 3s infinite ease-out
            }

            section.listwrapper .search-listing .map-view-link a span.map-ico:after {
                opacity: 0;
                animation: wave-animate 3s 1.5s infinite ease-out
            }

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.listwrapper .search-listing .map-view-link a span.map-ico:before, section.listwrapper .search-listing .map-view-link a span.map-ico:after {
        display: none
    }
}

section.listwrapper .search-listing .premium-list-wrapper .image-block {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 85%;
    border-radius: 5px 5px 0 0;
    background-color: #e2e2e2;
    border: 1px solid #8dc541;
    border-bottom: none;
    background-image: -ms-linear-gradient(top, #fff 0%, #707070 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #707070 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #707070 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100, #707070));
    background-image: -webkit-linear-gradient(top, #fff 0%, #707070 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #707070 100%)
}

section.listwrapper .search-listing .premium-list-wrapper .premium-block .details-block {
    border: 1px solid #8dc541;
    float: left;
    width: 100%;
    padding: 20px 0 10px 0;
    border-radius: 0 0 5px 5px;
    border-top: none;
    background-color: #FFF
}

    section.listwrapper .search-listing .premium-list-wrapper .premium-block .details-block .title {
        font-size: 20px;
        margin: 0
    }

        section.listwrapper .search-listing .premium-list-wrapper .premium-block .details-block .title a {
            color: #333
        }

            section.listwrapper .search-listing .premium-list-wrapper .premium-block .details-block .title a:hover {
                text-decoration: none
            }

    section.listwrapper .search-listing .premium-list-wrapper .premium-block .details-block .list-aminities a {
        color: #333;
        text-decoration: underline
    }

    section.listwrapper .search-listing .premium-list-wrapper .premium-block .details-block .title span {
        font-size: 13px;
        display: block;
        padding: 10px 0 5px 0;
        color: #1d1d1d
    }

section.listwrapper .search-listing .premium-list-wrapper .premium-block .slider-badge {
    float: right;
    color: #222
}

    section.listwrapper .search-listing .premium-list-wrapper .premium-block .slider-badge:before {
        content: '';
        background: url("../images/badge_sprites.png") no-repeat center;
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        margin-right: 5px
    }

section.listwrapper .search-listing .premium-list-wrapper .premium-block .premium-badge:before {
    background-position: -8px -112px
}

section.listwrapper .search-listing .premium-list-wrapper .premium-block .active-support-badge:before {
    background-position: -8px -13px
}

section.listwrapper .search-listing .premium-list-wrapper .premium-block p {
    font-size: 14px;
    color: #666666;
    margin: 5px 0
}

    section.listwrapper .search-listing .premium-list-wrapper .premium-block p span {
        font-size: 13px;
        text-transform: uppercase;
        color: #000
    }

section.listwrapper .search-listing .premium-list-wrapper .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 43%;
    width: 55px;
    height: 55px;
    background: #fff url("../images/sliderArrow_sprites.png") no-repeat center;
    border-radius: 50%;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
    border: 0;
    opacity: 0.8
}

    section.listwrapper .search-listing .premium-list-wrapper .slick-arrow:hover {
        opacity: 1
    }

    section.listwrapper .search-listing .premium-list-wrapper .slick-arrow.slick-disabled {
        opacity: 0.3;
        cursor: not-allowed
    }

section.listwrapper .search-listing .premium-list-wrapper .slick-prev {
    left: -22px;
    background-position: 1px 1px
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.listwrapper .search-listing .premium-list-wrapper .slick-prev {
        left: 0px
    }
}

section.listwrapper .search-listing .premium-list-wrapper .slick-next {
    right: -22px;
    background-position: -47px 1px
}

section.listwrapper .search-listing .premium-list-wrapper .slick-arrow:focus {
    outline: 0
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.listwrapper .search-listing .premium-list-wrapper .slick-next {
        right: 0px
    }
}

section.listwrapper .search-listing .search-list-wrapper .list-block {
    background: #fff;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
    position: relative;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    top: 0
}

    section.listwrapper .search-listing .search-list-wrapper .list-block:hover {
        box-shadow: 0px 17px 15px 0px rgba(51,51,51,0.11);
        top: -8px
    }

        section.listwrapper .search-listing .search-list-wrapper .list-block:hover .watchlist {
            right: 0px;
            top: 0px
        }

    section.listwrapper .search-listing .search-list-wrapper .list-block .img-wrap {
        width: 26%;
        height: 100%;
        position: absolute;
        border-radius: 3px 0px 0px 3px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #d4d4d4;
        background-image: -ms-linear-gradient(top, #fff 0%, #707070 100%);
        background-image: -moz-linear-gradient(top, #fff 0%, #707070 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #707070 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100, #707070));
        background-image: -webkit-linear-gradient(top, #fff 0%, #707070 100%);
        background-image: linear-gradient(to bottom, #fff 0%, #707070 100%)
    }

        section.listwrapper .search-listing .search-list-wrapper .list-block .img-wrap .photo-count {
            display: inline-block;
            background: #fff;
            border-radius: 16px;
            padding: 2px 15px;
            position: absolute;
            bottom: 7px;
            left: 33%;
            box-shadow: 1px 1px 1px 0px rgba(51,51,51,0.4)
        }

            section.listwrapper .search-listing .search-list-wrapper .list-block .img-wrap .photo-count:before {
                content: '';
                background: url("../images/small_icon_sprites.png") no-repeat -10px -90px;
                width: 20px;
                height: 16px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 4px
            }

@media only screen and (min-width: 646px) and (max-width: 767px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .img-wrap {
        width: 45%
    }
}

@media only screen and (min-width: 471px) and (max-width: 645px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .img-wrap {
        width: 120px;
        position: absolute;
        height: 120px;
        top: 20px;
        right: 28px;
        border-radius: 3px;
        margin-bottom: 14px
    }
}

@media only screen and (min-width: 200px) and (max-width: 470px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .img-wrap {
        width: 90%;
        position: relative;
        height: 200px;
        top: 17px;
        right: -16px;
        border-radius: 3px;
        margin-bottom: 14px;
        display: inline-block
    }
}

section.listwrapper .search-listing .search-list-wrapper .list-block .list-details {
    width: 74%;
    float: right;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media only screen and (min-width: 646px) and (max-width: 767px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .list-details {
        width: 55%
    }
}

@media only screen and (min-width: 220px) and (max-width: 645px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .list-details {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .title, section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .price {
    font-size: 20px;
    margin: 0;
    line-height: 1.1
}

    section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .title a {
        color: #333;
        display: inline-block
    }

        section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .title a:hover {
            text-decoration: none
        }

        section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .title a.district, section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .title a.district:hover {
            font-weight: bold;
            text-decoration: underline
        }

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .title, section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .price {
        font-size: 15px
    }
}

@media only screen and (min-width: 220px) and (max-width: 850px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .title, section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .price {
        font-size: 15px
    }
}

section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .title span {
    font-size: 13px;
    display: block;
    padding: 10px 0;
    color: #1d1d1d
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .title span {
        font-size: 12px
    }
}

@media only screen and (min-width: 220px) and (max-width: 850px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .title span {
        font-size: 12px
    }
}

section.listwrapper .search-listing .search-list-wrapper .list-block .list-details ul {
    padding: 0;
    margin: 0
}

    section.listwrapper .search-listing .search-list-wrapper .list-block .list-details ul li {
        font-size: 15px;
        color: #333;
        list-style: none;
        padding: 6px 0
    }

        section.listwrapper .search-listing .search-list-wrapper .list-block .list-details ul li a {
            color: #333;
            text-decoration: underline
        }

        section.listwrapper .search-listing .search-list-wrapper .list-block .list-details ul li span {
            color: #000;
            width: 40%;
            display: inline-block
        }

section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .amenitiesandbadge {
    text-align: right
}

    section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .amenitiesandbadge span {
        font-size: 13px;
        display: block;
        padding: 10px 0 0 0;
        color: #1d1d1d
    }

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .amenitiesandbadge ul, section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .amenitiesandbadge span {
        padding-left: 12px
    }
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .list-details .amenitiesandbadge {
        text-align: left;
        padding: 0
    }
}

section.listwrapper .search-listing .search-list-wrapper .list-block .list-btns {
    text-align: right
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .list-btns {
        text-align: left
    }
}

section.listwrapper .search-listing .search-list-wrapper .list-block .list-btns a {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 8px
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .list-btns a {
        padding: 7px 10px;
        font-size: 12px
    }
}

@media only screen and (min-width: 220px) and (max-width: 850px) {
    section.listwrapper .search-listing .search-list-wrapper .list-block .list-btns a {
        padding: 7px 10px;
        font-size: 12px
    }
}

section.listwrapper .search-listing .search-list-wrapper .list-block .list-btns a.share-list {
    width: 38px;
    height: 38px;
    background: #f7f7f7 url("../images/details_sprites.png") no-repeat -58px -7px;
    border-radius: 50%;
    padding: 0
}

section.listwrapper .search-listing .search-list-wrapper .list-block .badge {
    font-size: 15px;
    color: #222;
    background: transparent;
    display: inline-block;
    margin-bottom: 0
}

    section.listwrapper .search-listing .search-list-wrapper .list-block .badge:before {
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        margin-right: 5px
    }

section.listwrapper .search-listing .search-list-wrapper .list-block.featured .badge:before {
    content: '';
    background: url("../images/badge_sprites.png") no-repeat center;
    background-position: -10px -60px
}

section.listwrapper .search-listing .search-list-wrapper .list-block.featured .badge:after {
    content: 'FEATURED'
}

section.listwrapper .search-listing .search-list-wrapper .list-block.premium .badge:before {
    content: '';
    background: url("../images/badge_sprites.png") no-repeat center;
    background-position: -10px -111px
}

section.listwrapper .search-listing .search-list-wrapper .list-block.premium .badge:after {
    content: 'PREMIUM'
}

section.listwrapper .search-listing .search-list-wrapper .list-block.activeSupport .badge:before {
    content: '';
    background: url("../images/badge_sprites.png") no-repeat center;
    background-position: -10px -10px
}

section.listwrapper .search-listing .search-list-wrapper .list-block.activeSupport .badge:after {
    content: 'ACTIVE SUPPORT'
}

section.testimonialsWrapper .head {
    font-size: 35px;
    color: #222
}

section.testimonialsWrapper p {
    font-size: 17px;
    color: #222;
    font-style: italic;
    padding: 0px 0 20px 0;
    margin: 14px 14%;
    border-bottom: solid 1px #dfd1ba;
    word-break: break-all
}

    section.testimonialsWrapper p:after {
        width: 0;
        height: 0;
        border-left: 19px solid transparent;
        border-right: 19px solid transparent;
        border-top: 14px solid #fff;
        content: '';
        position: absolute;
        bottom: 2px;
        left: 50%;
        transform: translateX(-50%)
    }

    section.testimonialsWrapper p:before {
        width: 0;
        height: 0;
        border-left: 19px solid transparent;
        border-right: 19px solid transparent;
        border-top: 15px solid #dfd1ba;
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%)
    }

    section.testimonialsWrapper p span {
        font-size: 14px;
        color: #333;
        text-transform: uppercase;
        display: block;
        font-style: initial;
        padding: 9px 0 0px 0
    }

section.testimonialsWrapper #quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px
}

    section.testimonialsWrapper #quote-carousel .carousel-indicators li {
        width: 25px;
        height: 10px;
        cursor: pointer;
        background: #e5d8c4;
        overflow: hidden;
        transition: all .4s ease-in;
        vertical-align: middle;
        border-radius: 0
    }

    section.testimonialsWrapper #quote-carousel .carousel-indicators .active {
        transition: all .2s;
        border: solid 2px #c7aa7e
    }

section.countWrapper {
    background-position-x: left;
    background-position-y: top;
    background-repeat: repeat-x;
    background-color: #130a31
}

@media only screen and (min-width: 220px) and (max-width: 430px) {
    section.countWrapper div {
        width: 100%
    }
}

section.countWrapper .container {
    padding-top: 7%;
    padding-bottom: 1%;
    border-bottom: solid 1px #3d3d3d
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.countWrapper .container {
        padding-top: 19%
    }
}

section.countWrapper .counts {
    font-size: 55px;
    color: #d3a75e;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1.1
}

section.countWrapper a {
    color: #d3a75e
}

    section.countWrapper a:hover, section.countWrapper a:focus {
        text-decoration: none;
        outline: 0
    }

section.countWrapper p {
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center
}

section.search-filter-wrapper {
    border-bottom: solid 1px #e1e1e1
}

    section.search-filter-wrapper .facets-result {
        padding-left: 0
    }

    section.search-filter-wrapper .map-save-search {
        text-align: right
    }

        section.search-filter-wrapper .map-save-search a {
            color: #333;
            font-size: 16px;
            padding: 15px 5px 5px 5px;
            display: inline-block
        }

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.search-filter-wrapper .map-save-search {
        text-align: left
    }

        section.search-filter-wrapper .map-save-search a {
            padding: 0 0 12px 0
        }
}

section.search-list-map {
    position: absolute;
    height: 100%;
    width: 100%
}

    section.search-list-map .map-responsive {
        padding-bottom: 50%;
        position: absolute;
        height: 100%
    }

        section.search-list-map .map-responsive iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute
        }

        section.search-list-map .map-responsive .map-control-left {
            position: absolute;
            z-index: 9;
            width: 45px;
            top: 20%;
            left: 20px
        }

            section.search-list-map .map-responsive .map-control-left ul {
                padding: 0;
                margin: 0
            }

                section.search-list-map .map-responsive .map-control-left ul li {
                    display: block;
                    border-bottom: solid 1px #e1e1e1;
                    position: relative;
                    background: #fff;
                    box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
                    transition: all .2s ease-in;
                    left: 0;
                    border-radius: 3px
                }

                    section.search-list-map .map-responsive .map-control-left ul li:hover {
                        left: 6px
                    }

                    section.search-list-map .map-responsive .map-control-left ul li:last-child {
                        border-bottom: 0
                    }

                    section.search-list-map .map-responsive .map-control-left ul li a {
                        padding: 8px 3px;
                        display: block
                    }

                        section.search-list-map .map-responsive .map-control-left ul li a i {
                            background: url("../images/map_sprites.png") no-repeat left center;
                            height: 35px;
                            width: 35px;
                            display: inline-block;
                            vertical-align: middle
                        }

                            section.search-list-map .map-responsive .map-control-left ul li a i.hand-draw {
                                background-position: -8px -65px
                            }

                            section.search-list-map .map-responsive .map-control-left ul li a i.circle-draw {
                                background-position: -63px -10px
                            }

                            section.search-list-map .map-responsive .map-control-left ul li a i.delete-draw {
                                background-position: -8px -10px
                            }

                            section.search-list-map .map-responsive .map-control-left ul li a i.zoom-in {
                                background-position: -9px -119px
                            }

                            section.search-list-map .map-responsive .map-control-left ul li a i.zoom-out {
                                background-position: -63px -119px
                            }

                            section.search-list-map .map-responsive .map-control-left ul li a i.view-property {
                                background: url("../images/map_sprites.png") no-repeat -112px -117px
                            }

                        section.search-list-map .map-responsive .map-control-left ul li a:hover {
                            background: #f9f9f9
                        }

                            section.search-list-map .map-responsive .map-control-left ul li a:hover span {
                                left: 55px;
                                opacity: 1;
                                visibility: visible
                            }

                        section.search-list-map .map-responsive .map-control-left ul li a span {
                            display: block;
                            position: absolute;
                            width: 150px;
                            background: #fff;
                            left: 44px;
                            top: 10px;
                            padding: 6px 11px;
                            border-radius: 3px;
                            box-shadow: rgba(0,0,0,0.3) 1px 2px 4px -1px;
                            color: #333;
                            font-size: 15px;
                            opacity: 0;
                            visibility: hidden;
                            transition: all .2s ease-in
                        }

                            section.search-list-map .map-responsive .map-control-left ul li a span:before {
                                content: '';
                                border-top: 6px solid transparent;
                                border-bottom: 6px solid transparent;
                                border-right: 6px solid #fff;
                                display: inline-block;
                                position: absolute;
                                left: -6px;
                                top: 10px
                            }

        section.search-list-map .map-responsive .map-control-right {
            height: 40px;
            box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
            position: absolute;
            z-index: 9;
            background: #fff;
            top: 20px;
            right: 80px;
            width: 200px
        }

            section.search-list-map .map-responsive .map-control-right ul {
                padding: 0;
                margin: 0
            }

                section.search-list-map .map-responsive .map-control-right ul li {
                    list-style: none;
                    display: inline-block;
                    text-align: center;
                    background-color: #ececec
                }

                    section.search-list-map .map-responsive .map-control-right ul li a {
                        color: #6a7b80;
                        font-size: 13px;
                        display: inline-block;
                        padding: 5px 0 0 0
                    }

                        section.search-list-map .map-responsive .map-control-right ul li a:before {
                            background: url("../images/map_sprites.png") no-repeat left center;
                            content: '';
                            height: 35px;
                            width: 35px;
                            display: inline-block;
                            vertical-align: middle;
                            margin-right: 6px
                        }

                    section.search-list-map .map-responsive .map-control-right ul li.list-view a:before {
                        background-position: -126px -12px
                    }

                    section.search-list-map .map-responsive .map-control-right ul li.map-view {
                        background-color: #ffffff;
                        border-radius: 0 3px 3px 0px
                    }

                        section.search-list-map .map-responsive .map-control-right ul li.map-view a:before {
                            background-position: -121px -66px
                        }

@media only screen and (min-width: 220px) and (max-width: 1425px) {
    section.search-list-map .map-responsive .map-control-right ul li.map-view a:before {
        background-position: -126px -67px
    }
}

a.map-list-view-icon {
    margin-right: 6px
}

    a.map-list-view-icon:before {
        background: url("../images/map_sprites.png") no-repeat left center;
        content: '';
        height: 35px;
        width: 28px;
        display: inline-block;
        vertical-align: middle;
        background-position: -126px -12px
    }

section.search-list-map .map-responsive .map-expand {
    width: 45px;
    height: 40px;
    background: #fff url("../images/map_sprites.png") no-repeat -59px -62px;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
    position: absolute;
    top: 55px;
    right: 10px;
    z-index: 9
}

section.search-list-map .map-listing {
    background: #f9f9f9;
    position: absolute;
    right: 0;
    box-shadow: -3px 4px 6px 0px rgba(51,51,51,0.25);
    transition: all 0.15s ease-in-out
}

@media only screen and (min-width: 220px) and (max-width: 990px) {
    section.search-list-map .map-listing {
        z-index: 9;
        position: absolute;
        right: 0;
        width: 270px;
        opacity: 0;
        visibility: hidden
    }
}

section.search-list-map .map-listing.expand {
    opacity: 1;
    visibility: visible
}

section.search-list-map .map-listing .showing {
    font-size: 24px;
    color: #333;
    line-height: 1.4;
    margin: 15px 0 0 0
}

@media only screen and (min-width: 220px) and (max-width: 1199px) {
    section.search-list-map .map-listing .showing {
        font-size: 19px
    }
}

section.search-list-map .map-listing .showing span {
    font-size: 16px;
    display: block
}

section.search-list-map .map-listing .page-no {
    text-align: right
}

@media only screen and (min-width: 220px) and (max-width: 990px) {
    section.search-list-map .map-listing .page-no {
        text-align: left
    }
}

section.search-list-map .map-listing .page-no .page {
    font-size: 16px
}

@media only screen and (min-width: 220px) and (max-width: 990px) {
    section.search-list-map .map-listing .page-no .page {
        width: 30%;
        float: left;
        margin: 10px 0
    }
}

section.search-list-map .map-listing .page-no p {
    padding: 0px 0
}

@media only screen and (min-width: 220px) and (max-width: 990px) {
    section.search-list-map .map-listing .page-no p {
        padding: 9px 0;
        width: 70%;
        float: left
    }
}

section.search-list-map .map-listing .page-no p a {
    color: #333;
    font-size: 16px;
    border-right: solid 1px #999;
    padding: 0 5px 0 5px
}

    section.search-list-map .map-listing .page-no p a:last-child {
        border-right: 0
    }

section.search-list-map .map-listing .map-list-wrap {
    background: #fff;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
    position: relative;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    top: 0
}

    section.search-list-map .map-listing .map-list-wrap .img-wrap {
        padding-top: 67%
    }

    section.search-list-map .map-listing .map-list-wrap .title {
        font-size: 15px;
        color: #222;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 100%;
        vertical-align: middle;
        margin: 12px 0 0 0
    }

    section.search-list-map .map-listing .map-list-wrap span {
        font-size: 13px;
        color: #666666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 100%;
        vertical-align: middle
    }

    section.search-list-map .map-listing .map-list-wrap .price {
        font-size: 20px;
        color: #222
    }

    section.search-list-map .map-listing .map-list-wrap:hover .watchlist {
        right: 0px;
        top: 0px
    }

    section.search-list-map .map-listing .map-list-wrap .badge {
        background: #fff url("../images/badge_sprites.png") no-repeat;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        z-index: 9;
        left: 8px;
        box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
        top: 9px
    }

    section.search-list-map .map-listing .map-list-wrap.featured span.badge {
        background-position: -5px -54px
    }

    section.search-list-map .map-listing .map-list-wrap.premium span.badge {
        background-position: -5px -104px
    }

    section.search-list-map .map-listing .map-list-wrap.activeSupport span.badge {
        background-position: -5px -7px
    }

section.details-wrapper .breadcrumb-item {
    padding: 20px 15px
}

    section.details-wrapper .breadcrumb-item p {
        font-size: 14px;
        color: #000;
        margin: 0
    }

        section.details-wrapper .breadcrumb-item p a {
            color: #000
        }

section.details-wrapper .similar-list h2 {
    font-size: 24px
}

section.details-wrapper .controls {
    text-align: right
}

    section.details-wrapper .controls p {
        padding: 20px 0;
        margin: 0
    }

        section.details-wrapper .controls p a {
            color: #333;
            font-size: 14px;
            border-right: solid 1px #999;
            padding: 0 5px 0 5px
        }

            section.details-wrapper .controls p a:last-child {
                border-right: 0
            }

section.details-wrapper .details-view {
    background: #fff;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
    border: solid 1px #eeeeee;
    position: relative
}

    section.details-wrapper .details-view .view-media {
        height: inherit;
        width: inherit;
        border-radius: 3px;
        color: #333;
        padding: 2px 6px;
        position: absolute;
        top: 15px;
        left: 15px;
        background: #fff;
        box-shadow: 1px 1px 1px 0px rgba(51,51,51,0.4)
    }

        section.details-wrapper .details-view .view-media:before {
            content: '';
            background: url("../images/small_icon_sprites.png") no-repeat -10px -90px;
            width: 20px;
            height: 16px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 4px
        }

    section.details-wrapper .details-view .details-text {
        padding-left: 30px;
        float: right;
        padding-bottom: 10px;
        padding-top: 0;
        position: relative
    }

        section.details-wrapper .details-view .details-text .alert-details {
            background: rgba(0,0,0,0.77);
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            z-index: 9;
            border-radius: 0 3px 3px 0;
            padding-top: 20%;
            display: block
        }

            section.details-wrapper .details-view .details-text .alert-details .no-img {
                width: 160px;
                height: 160px;
                display: inline-block;
                position: relative
            }

                section.details-wrapper .details-view .details-text .alert-details .no-img .breakline {
                    height: 120%;
                    width: 120%;
                    margin: auto;
                    transition: all 0.15s ease-in-out;
                    transform-origin: left;
                    border-bottom: 3px solid red;
                    -webkit-transform: rotate(45deg);
                    position: absolute;
                    left: 52%;
                    bottom: 67%;
                    animation: draw 2s linear
                }

@keyframes draw {
    0% {
        width: 0px
    }

    100% {
        width: 120%
    }
}

section.details-wrapper .details-view .details-text .alert-details p {
    font-size: 20px;
    color: #fff
}

section.details-wrapper .details-view .details-text .alert-details.no-message .no-img {
    background: url("../images/message-disabled.png") no-repeat center
}

section.details-wrapper .details-view .details-text .alert-details.mobile-no-valid .no-img {
    background: url("../images/mobile-no-valid.png") no-repeat center
}

section.details-wrapper .details-view .details-text .alert-warning {
    background: #fff;
    color: #bd5050;
    border: 0;
    padding: 0 0;
    margin-bottom: 10px
}

    section.details-wrapper .details-view .details-text .alert-warning:before {
        background: url("../images/expired-listing.png") no-repeat center;
        width: 36px;
        height: 36px;
        content: '';
        display: inline-block;
        vertical-align: middle
    }

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.details-wrapper .details-view .details-text {
        padding-left: 20px
    }
}

section.details-wrapper .details-view .img-wrap {
    position: absolute;
    height: 100%
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    section.details-wrapper .details-view .img-wrap {
        position: relative;
        padding-bottom: 60%
    }
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.details-wrapper .details-view .img-wrap {
        position: relative;
        padding-bottom: 70%
    }
}

section.details-wrapper .details-view .img-wrap .img-thumb {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    z-index: 9
}

@media only screen and (min-width: 220px) and (max-width: 635px) {
    section.details-wrapper .details-view .img-wrap .img-thumb {
        width: 78px;
        bottom: 0;
        left: 0;
        top: 8px
    }
}

section.details-wrapper .details-view .img-wrap .img-thumb ul {
    padding: 0px 30px;
    margin: 0 0
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    section.details-wrapper .details-view .img-wrap .img-thumb ul {
        padding: 0px 15px
    }
}

@media only screen and (min-width: 220px) and (max-width: 635px) {
    section.details-wrapper .details-view .img-wrap .img-thumb ul {
        padding: 0px 3px
    }
}

section.details-wrapper .details-view .img-wrap .img-thumb ul li.img-wrap {
    position: relative;
    border-radius: 4px;
    height: 78px;
    width: 78px;
    display: inline-block;
    list-style: none;
    padding: 0 0;
    border: solid 1px #e1e1e1;
    margin: 0 10px
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    section.details-wrapper .details-view .img-wrap .img-thumb ul li.img-wrap {
        height: 65px;
        width: 65px
    }
}

@media only screen and (min-width: 220px) and (max-width: 635px) {
    section.details-wrapper .details-view .img-wrap .img-thumb ul li.img-wrap {
        display: block;
        height: 60px;
        width: 60px;
        margin: 20% 10px
    }

        section.details-wrapper .details-view .img-wrap .img-thumb ul li.img-wrap:nth-child(2), section.details-wrapper .details-view .img-wrap .img-thumb ul li.img-wrap:nth-child(3), section.details-wrapper .details-view .img-wrap .img-thumb ul li.img-wrap:nth-child(4) {
            display: none
        }
}

section.details-wrapper .details-view .img-wrap .img-thumb ul li.img-wrap.video-wrap a {
    background: rgba(0,0,0,0.49) url("../images/thumb-play-ico.png") no-repeat center;
    border-radius: 4px
}

section.details-wrapper .details-view .img-wrap .img-thumb ul li.img-wrap.count-thumb {
    background-color: #8dc541;
    border-radius: 4px
}

    section.details-wrapper .details-view .img-wrap .img-thumb ul li.img-wrap.count-thumb a {
        padding: 30px 0;
        text-align: center;
        color: #fff
    }

@media only screen and (min-width: 220px) and (max-width: 635px) {
    section.details-wrapper .details-view .img-wrap .img-thumb ul li.img-wrap.count-thumb a {
        padding: 20px 0
    }
}

section.details-wrapper .details-view .img-wrap .img-view-overlay {
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: transparent;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.73)));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.73) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.73) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.73) 100%);
    left: 0;
    bottom: 0;
    border-radius: 3px 0 0 3px
}

section.details-wrapper .details-view h1 {
    font-size: 25px;
    color: #111;
    margin: 10px 0 10px 0;
    position: relative;
    line-height: 1.3;
    max-width: 85%
}

    section.details-wrapper .details-view h1.width {
        max-width: 100%
    }

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    section.details-wrapper .details-view h1 {
        font-size: 24px
    }
}

@media only screen and (min-width: 636px) and (max-width: 767px) {
    section.details-wrapper .details-view h1 {
        font-size: 20px
    }
}

@media only screen and (min-width: 220px) and (max-width: 635px) {
    section.details-wrapper .details-view h1 {
        font-size: 22px
    }
}

section.details-wrapper .details-view .details-page-title {
    position: relative
}

    section.details-wrapper .details-view .details-page-title .shareandwatch {
        position: absolute;
        top: 0;
        right: 0
    }

    section.details-wrapper .details-view .details-page-title span {
        font-size: 17px;
        color: #666666;
        display: block;
        line-height: 1.8
    }

        section.details-wrapper .details-view .details-page-title span.detail-watchlist {
            width: 30px;
            height: 30px;
            display: inline-block;
            background: url("../images/details_sprites.png") no-repeat -10px -10px;
            transition: none
        }

            section.details-wrapper .details-view .details-page-title span.detail-watchlist a {
                width: 30px;
                height: 30px;
                display: inline-block
            }

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.details-wrapper .details-view .details-page-title span.detail-watchlist {
        position: static;
        margin: 7px 10px 0 0;
        display: inline-block
    }

    section.details-wrapper .details-view .details-page-title .shareandwatch {
        position: static;
        margin: 8px 0
    }

    section.details-wrapper .details-view h1 {
        width: 100%
    }
}

section.details-wrapper .details-view .details-page-title span.detail-watchlist.active {
    background-position: -109px -59px
}

section.details-wrapper .details-view .details-page-title span.share {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("../images/details_sprites.png") no-repeat -60px -10px;
    position: absolute;
    right: 10px;
    top: 0px
}

@media only screen and (min-width: 220px) and (max-width: 635px) {
    section.details-wrapper .details-view h1 span.share {
        position: static;
        margin: 7px 10px 0 0
    }
}

section.details-wrapper .details-view .price {
    font-size: 25px;
    color: #111;
    margin-top: 10px
}

    section.details-wrapper .details-view .price span a {
        font-size: 16px;
        color: #f39721;
        display: inline-block;
        text-decoration: underline;
        vertical-align: middle
    }

section.details-wrapper .details-view p {
    font-size: 15px;
    color: #333;
    word-break: break-word;
    margin-bottom: 5px
}

@media only screen and (min-width: 220px) and (max-width: 635px) {
    section.details-wrapper .details-view .property-type div {
        width: 50%
    }
}

section.details-wrapper .details-view .property-type div:last-child p {
    border-right: 0
}

section.details-wrapper .details-view .property-type p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    border-right: solid 1px #e1e1e1
}

    section.details-wrapper .details-view .property-type p span {
        color: #333;
        display: block;
        font-size: 17px
    }

section.details-wrapper .details-view .btn {
    font-size: 17px;
    padding: 6px 16px;
    border-bottom: solid 3px #d5ba34;
    margin-top: 8px
}

    section.details-wrapper .details-view .btn:before {
        content: '';
        display: inline-block;
        background: url("../images/details_sprites.png") no-repeat -110px -10px;
        width: 30px;
        height: 30px;
        vertical-align: bottom;
        margin-right: 9px;
        margin-top: -4px
    }

section.details-wrapper .details-view .contact-via {
    padding: 0;
    margin: 8px 0 0 5px;
    display: inline-block
}

    section.details-wrapper .details-view .contact-via li {
        list-style: none;
        display: inline-block;
        margin: 0 3px;
        vertical-align: middle;
        margin-top: 10px
    }

        section.details-wrapper .details-view .contact-via li.send-mail {
            width: 30px;
            height: 30px;
            background: url("../images/details_sprites.png") no-repeat -10px -60px
        }

        section.details-wrapper .details-view .contact-via li.sms {
            width: 30px;
            height: 30px;
            background: url("../images/details_sprites.png") no-repeat -60px -60px
        }

section.details-wrapper .details-view .badge {
    font-size: 15px;
    color: #222;
    background: transparent;
    margin: 14px 0px 0 -4px;
    padding: 0;
    display: inline-block
}

    section.details-wrapper .details-view .badge:before {
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        margin-right: 5px;
        background-position: -10px -60px
    }

section.details-wrapper .details-view.featured .badge:before {
    content: '';
    background: url("../images/badge_sprites.png") no-repeat center
}

section.details-wrapper .details-view.featured .badge:after {
    content: 'FEATURED'
}

section.details-wrapper .details-view.premium .badge:before {
    content: '';
    background: url("../images/badge_sprites.png") no-repeat center;
    background-position: -10px -111px
}

section.details-wrapper .details-view.premium .badge:after {
    content: 'PREMIUM'
}

section.details-wrapper .details-view.active .badge:before {
    content: '';
    background: url("../images/badge_sprites.png") no-repeat center;
    background-position: -10px -11px
}

section.details-wrapper .details-view.active .badge:after {
    content: 'ACTIVE SUPPORT'
}

@media only screen and (min-width: 220px) and (max-width: 455px) {
    section.details-wrapper .lhs-details .property-feature div {
        width: 100%
    }
}

section.details-wrapper .lhs-details h3 {
    font-size: 20px;
    color: #333;
    margin: 0 0 12px 0
}

    section.details-wrapper .lhs-details h3 a {
        float: right
    }

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.details-wrapper .lhs-details h3 a {
        float: left
    }
}

section.details-wrapper .lhs-details p {
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    word-break: break-all
}

section.details-wrapper .lhs-details .details-menu ul {
    padding: 0;
    margin: 0
}

    section.details-wrapper .lhs-details .details-menu ul li {
        list-style: none;
        display: inline-block;
        text-transform: uppercase;
        color: #333;
        height: 35px;
        padding: 6px 9px
    }

        section.details-wrapper .lhs-details .details-menu ul li a {
            color: #333;
            font-size: 15px;
            display: block
        }

            section.details-wrapper .lhs-details .details-menu ul li a:hover {
                text-decoration: none;
                border-bottom: solid 2px #8dc541
            }

section.details-wrapper .lhs-details .property-type ul {
    padding: 0
}

    section.details-wrapper .lhs-details .property-type ul li {
        list-style: none;
        font-size: 15px
    }

        section.details-wrapper .lhs-details .property-type ul li i {
            display: inline-block;
            width: 50%;
            font-weight: 400;
            font-style: normal
        }

        section.details-wrapper .lhs-details .property-type ul li span {
            border-top: dashed 1px #e1e1e1;
            padding: 12px 0;
            display: block;
            margin: -1px 0 0 0;
            border-bottom: dashed 1px #e1e1e1
        }

#divaminities>ol>li {
    border-top: dashed 1px #e1e1e1;
    padding: 12px 0;
    display: block;
    margin: -1px 0 0 0;
    border-bottom: dashed 1px #e1e1e1;
    font-weight:500;
}

section.details-wrapper .lhs-details .map-position {
    height: 450px;
    width: 100%;
    position: relative
}

    section.details-wrapper .lhs-details .map-position iframe {
        width: 100%
    }

@media only screen and (min-width: 220px) and (max-width: 455px) {
    section.details-wrapper .lhs-details .map-nearby {
        left: 0
    }
}

section.details-wrapper .lhs-details .map-nearby .accordian label {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    margin: 0;
    border-radius: 3px;
    color: #333;
    background: #f9f3e6;
    border: solid 1px #e1e1e1
}

@media only screen and (max-width: 991px) and (min-width: 220px) {
    section.details-wrapper .lhs-details .map-nearby {
        position: absolute;
        z-index: 9;
        background: #fff;
        width: 0;
        top: 9px
    }

        section.details-wrapper .lhs-details .map-nearby .nearby-toggle {
            width: 50px;
            height: 50px;
            position: absolute;
            right: -50px;
            top: 50%;
            border-radius: 0 5px 5px 0;
            background: #fff url("../images/header_sprites.png") no-repeat -105px 0px;
            box-shadow: 3px 1px 4px 0px rgba(51,51,51,0.18);
            border: solid 1px #e1e1e1
        }

        section.details-wrapper .lhs-details .map-nearby.active {
            width: 195px
        }

        section.details-wrapper .lhs-details .map-nearby .accordian label {
            display: none
        }

        section.details-wrapper .lhs-details .map-nearby.active .accordian label {
            display: block
        }
}

@media only screen and (max-width: 455px) and (min-width: 220px) {
    section.details-wrapper .lhs-details .map-nearby .nearby-toggle {
        right: -65px
    }

    section.details-wrapper .lhs-details .map-nearby.active .nearby-toggle {
        right: -50px
    }
}

section.details-wrapper .lhs-details .map-nearby .accordian article p {
    color: #555;
    line-height: 23px;
    font-size: 14px;
    padding: 0px 20px 0px 20px
}

section.details-wrapper .lhs-details .map-nearby .accordian .item ul {
    padding: 10px 0 0 0;
    margin: 0
}

    section.details-wrapper .lhs-details .map-nearby .accordian .item ul li {
        list-style: none;
        display: block;
        padding: 6px 20px
    }

        section.details-wrapper .lhs-details .map-nearby .accordian .item ul li a {
            color: #333
        }

section.details-wrapper .lhs-details .map-nearby .accordian article {
    transform: translateZ(0);
    transition: height 0.5s ease-in-out;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 410px;
    overflow-y: scroll;
    background: #fff
}

section.details-wrapper .rhs-details .posted-by {
    border: solid 1px #e1e1e1;
    background-position: 15px 20px;
    background-position-y: 20px;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 10px 5px 10px 100px
}

    section.details-wrapper .rhs-details .posted-by p {
        font-size: 17px
    }

        section.details-wrapper .rhs-details .posted-by p span {
            font-size: 12px;
            display: block
        }

section.details-wrapper .rhs-details .overview, section.details-wrapper .rhs-details .nearby-property, section.details-wrapper .rhs-details .nearby-essentials {
    background: #fff;
    border: solid 1px #e1e1e1
}

    section.details-wrapper .rhs-details .overview h2, section.details-wrapper .rhs-details .nearby-property h2, section.details-wrapper .rhs-details .nearby-essentials h2 {
        font-size: 20px;
        color: #333;
        background: #f9f3e6;
        margin: 0;
        padding: 12px 15px
    }

    section.details-wrapper .rhs-details .overview ul, section.details-wrapper .rhs-details .nearby-property ul, section.details-wrapper .rhs-details .nearby-essentials ul {
        padding: 0;
        margin: 0
    }

        section.details-wrapper .rhs-details .nearby-property ul.nearByUl {
            height: 410px;
            overflow-y: auto
        }

        section.details-wrapper .rhs-details .overview ul li, section.details-wrapper .rhs-details .nearby-property ul li, section.details-wrapper .rhs-details .nearby-essentials ul li {
            list-style: none;
            display: block;
            padding: 0px 15px
        }

            section.details-wrapper .rhs-details .overview ul li a, section.details-wrapper .rhs-details .nearby-property ul li a, section.details-wrapper .rhs-details .nearby-essentials ul li a {
                color: #333;
                text-decoration: underline;
                padding: 6px 0px;
                display: block
            }

                section.details-wrapper .rhs-details .overview ul li a:hover, section.details-wrapper .rhs-details .nearby-property ul li a:hover, section.details-wrapper .rhs-details .nearby-essentials ul li a:hover {
                    text-decoration: underline
                }

            section.details-wrapper .rhs-details .nearby-property ul li:last-child a {
                border-bottom: 0
            }

            section.details-wrapper .rhs-details .nearby-property ul li a {
                text-decoration: none;
                border-bottom: solid 1px #e1e1e1
            }

        section.details-wrapper .rhs-details .nearby-essentials ul li {
            padding: 15px 8px 15px 45px;
            background: url("../images/essentials_sprites.png") no-repeat;
            position: relative;
            border-bottom: dashed 1px #e1e1e1
        }

            section.details-wrapper .rhs-details .nearby-essentials ul li:last-child {
                border-bottom: 0
            }

            section.details-wrapper .rhs-details .nearby-essentials ul li span {
                display: inline-block
            }

                section.details-wrapper .rhs-details .nearby-essentials ul li span.badge {
                    background: #8dc541;
                    color: #fff;
                    margin-right: 6px;
                    float: right
                }

            section.details-wrapper .rhs-details .nearby-essentials ul li.walk span.kmBg {
                background-position: -70px -70px;
                top: 5px
            }

            section.details-wrapper .rhs-details .nearby-essentials ul li.cycle span.kmBg {
                background-position: -10px -10px;
                top: 5px
            }

            section.details-wrapper .rhs-details .nearby-essentials ul li.bike span.kmBg {
                background-position: -10px -70px;
                top: 5px
            }

            section.details-wrapper .rhs-details .nearby-essentials ul li.car span.kmBg {
                background-position: -70px -10px;
                top: 5px
            }

            section.details-wrapper .rhs-details .nearby-essentials ul li.school {
                background-position: 1px 2px
            }

            section.details-wrapper .rhs-details .nearby-essentials ul li.railway {
                background-position: 1px -42px
            }

            section.details-wrapper .rhs-details .nearby-essentials ul li.supermarket {
                background-position: 1px -86px
            }

            section.details-wrapper .rhs-details .nearby-essentials ul li.hospital {
                background-position: 1px -130px
            }

            section.details-wrapper .rhs-details .nearby-essentials ul li.airport {
                background-position: 1px -174px
            }

            section.details-wrapper .rhs-details .nearby-essentials ul li.busstop {
                background-position: 1px -218px
            }

            section.details-wrapper .rhs-details .nearby-essentials ul li.shopping {
                background-position: 1px -262px
            }

section.myaccount ul li a span.account-ico {
    background: url("../images/myaccount_sprites.png") no-repeat;
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

    section.myaccount ul li a span.account-ico.dashboard {
        background-position: -215px -10px
    }

    section.myaccount ul li a span.account-ico.property {
        background-position: -113px -64px
    }

    section.myaccount ul li a span.account-ico.message {
        background-position: -163px -62px
    }

    section.myaccount ul li a span.account-ico.media {
        background-position: -142px -164px
    }

    section.myaccount ul li a span.account-ico.requirements {
        background-position: -54px -164px
    }

    section.myaccount ul li a span.account-ico.subscriptions {
        background-position: -63px -66px
    }

    section.myaccount ul li a span.account-ico.saved {
        background-position: -166px -11px
    }

    section.myaccount ul li a span.account-ico.my-watchlist {
        background-position: -10px -164px
    }

    section.myaccount ul li a span.account-ico.contacts {
        background-position: -98px -164px
    }

    section.myaccount ul li a span.account-ico.alerts {
        background-position: -153px -118px
    }

    section.myaccount ul li a span.account-ico.post-properties {
        background-position: -109px -118px
    }

    section.myaccount ul li a span.account-ico.testimonials {
        background-position: -65px -118px
    }

section.myaccount .rhs-myaccount h2 {
    font-size: 25px;
    color: #222;
    margin: 0;
    text-transform: capitalize
}

    section.myaccount .rhs-myaccount h2 span {
        color: #666;
        font-size: 15px;
        display: block;
        line-height: 1.8;
        text-transform: initial
    }

section.myaccount .rhs-myaccount h3 {
    display: block;
    margin: 0px 0 0 0;
    position: relative
}

    section.myaccount .rhs-myaccount h3 a {
        color: #333;
        text-decoration: underline;
        font-size: 14px;
        position: absolute;
        right: 0
    }

        section.myaccount .rhs-myaccount h3 a.view-more {
            text-decoration: none
        }

section.myaccount .rhs-myaccount .btn.add-prop {
    float: right
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.myaccount .rhs-myaccount .btn.add-prop {
        float: left;
        margin-top: 12px;
        position: fixed;
        bottom: 30px;
        left: 30px;
        z-index: 99;
        border-radius: 50%;
        background: #f1d33b url("../images/add-prop-ico.png") no-repeat center;
        padding: 30px;
        box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11)
    }

        section.myaccount .rhs-myaccount .btn.add-prop span {
            position: absolute;
            display: inline-block;
            background: url("../images/add.png") no-repeat center;
            top: 0;
            right: 0;
            height: 15px;
            width: 15px
        }
}

section.myaccount .rhs-myaccount .profile-details {
    border: solid 1px #e1e1e1
}

    section.myaccount .rhs-myaccount .profile-details h3 {
        font-size: 13px;
        color: #333;
        margin: 20px 0
    }

        section.myaccount .rhs-myaccount .profile-details h3 span {
            color: #666
        }

            section.myaccount .rhs-myaccount .profile-details h3 span.edit, .profile-edit-icon {
                background: url("../images/myaccount_sprites.png") no-repeat -10px -208px;
                display: inline-block;
                width: 24px;
                height: 24px;
                float: right;
                margin: -4px 0 0 0
            }

    section.myaccount .rhs-myaccount .profile-details h1 {
        font-size: 25px;
        color: #222;
        margin: 10px 0 5px 0;
        text-transform: capitalize
    }

    section.myaccount .rhs-myaccount .profile-details h2 {
        font-size: 14px;
        color: #222;
        margin: 0
    }

    section.myaccount .rhs-myaccount .profile-details .profile-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: solid 5px #f3f3f3;
        display: inline-block
    }

    section.myaccount .rhs-myaccount .profile-details .profile-contact {
        background: #fffceb;
        margin: 12px 0 0 0
    }

        section.myaccount .rhs-myaccount .profile-details .profile-contact ul {
            margin: 0 0 0 0;
            padding: 0
        }

            section.myaccount .rhs-myaccount .profile-details .profile-contact ul li {
                list-style: none;
                display: inline-block;
                font-size: 14px;
                color: #222;
                padding: 12px
            }

                section.myaccount .rhs-myaccount .profile-details .profile-contact ul li span {
                    width: 21px;
                    height: 21px;
                    display: inline-block;
                    background: url("../images/myaccount_sprites.png") no-repeat;
                    vertical-align: bottom;
                    margin-right: 7px
                }

                    section.myaccount .rhs-myaccount .profile-details .profile-contact ul li span.email {
                        background-position: -215px -54px
                    }

                    section.myaccount .rhs-myaccount .profile-details .profile-contact ul li span.call {
                        background-position: -215px -95px
                    }

section.myaccount .rhs-myaccount .profile-count {
    border: solid 1px #e1e1e1;
    padding: 50px 20px
}

    section.myaccount .rhs-myaccount .profile-count h5 {
        margin: 0;
        padding: 0
    }

        section.myaccount .rhs-myaccount .profile-count h5 span {
            background: #fff url("../images/myaccount_sprites.png") no-repeat bottom center;
            width: 34px;
            height: 34px;
            display: inline-block;
            vertical-align: top
        }

    section.myaccount .rhs-myaccount .profile-count.property {
        background: #fff url("../images/orange-wave.png") no-repeat bottom center
    }

        section.myaccount .rhs-myaccount .profile-count.property h5 span {
            background-position: -10px -64px
        }

    section.myaccount .rhs-myaccount .profile-count.contact {
        background: #fff url("../images/blue-wave.png") no-repeat bottom left
    }

        section.myaccount .rhs-myaccount .profile-count.contact h5 span {
            background-position: -10px -10px
        }

    section.myaccount .rhs-myaccount .profile-count.saved {
        background: #fff url("../images/purpile-wave.png") no-repeat bottom center
    }

        section.myaccount .rhs-myaccount .profile-count.saved h5 span {
            background-position: -61px -10px
        }

    section.myaccount .rhs-myaccount .profile-count.response {
        background: #fff url("../images/green-wave.png") no-repeat bottom center
    }

        section.myaccount .rhs-myaccount .profile-count.response h5 span {
            background-position: -112px -10px
        }

    section.myaccount .rhs-myaccount .profile-count h5 {
        font-size: 36px;
        color: #333
    }

section.myaccount .rhs-myaccount .myaccount-listing {
    border: solid 1px #e1e1e1;
    position: relative;
    padding: 15px
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    section.myaccount .rhs-myaccount .myaccount-listing .col-lg-7 {
        padding: 0
    }
}

@media only screen and (min-width: 220px) and (max-width: 530px) {
    section.myaccount .rhs-myaccount .myaccount-listing .col-lg-7 {
        padding: 0;
        margin-top: 12px
    }

    section.myaccount .rhs-myaccount .myaccount-listing .col-lg-7, section.myaccount .rhs-myaccount .myaccount-listing .col-lg-5 {
        width: 100%
    }
}

section.myaccount .rhs-myaccount .myaccount-listing .status {
    position: absolute;
    display: none;
    z-index: 9;
    top: -10px;
    left: 16px
}

section.myaccount .rhs-myaccount .myaccount-listing.active .status {
    display: inline-block;
    background: #8dc541;
    color: #fff;
    text-shadow: none;
    padding: 3px 10px
}

    section.myaccount .rhs-myaccount .myaccount-listing.active .status:before {
        content: 'Active'
    }

section.myaccount .rhs-myaccount .myaccount-listing.inactive .status {
    display: inline-block;
    background: #ffa353;
    color: #fff;
    text-shadow: none;
    padding: 3px 10px
}

    section.myaccount .rhs-myaccount .myaccount-listing.inactive .status:before {
        content: 'Inactive'
    }

section.myaccount .rhs-myaccount .myaccount-listing .img-wrap {
    padding-bottom: 37%
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.myaccount .rhs-myaccount .myaccount-listing .img-wrap {
        padding-bottom: 25%
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    section.myaccount .rhs-myaccount .myaccount-listing .img-wrap {
        padding-bottom: 62%
    }
}

@media only screen and (min-width: 220px) and (max-width: 530px) {
    section.myaccount .rhs-myaccount .myaccount-listing .img-wrap {
        padding-bottom: 55%
    }
}

section.myaccount .rhs-myaccount .myaccount-listing h2 {
    font-size: 16px;
    max-width: 198px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

    section.myaccount .rhs-myaccount .myaccount-listing h2 a {
        color: #333;
        text-decoration: none
    }

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    section.myaccount .rhs-myaccount .myaccount-listing h2 {
        margin-top: 13px
    }
}

section.myaccount .rhs-myaccount .myaccount-listing p {
    font-size: 14px;
    color: #666666;
    margin: 8px 0
}

    section.myaccount .rhs-myaccount .myaccount-listing p.locationP {
        display: block;
        display: -webkit-box;
        max-width: 198px;
        height: 39.2px;
        margin: 5px 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    section.myaccount .rhs-myaccount .myaccount-listing p span {
        text-transform: uppercase;
        font-size: 13px;
        display: block
    }

section.myaccount .rhs-myaccount .myaccount-listing-link {
    border: solid 1px #e1e1e1;
    border-top: 0
}

    section.myaccount .rhs-myaccount .myaccount-listing-link ul {
        padding: 0;
        margin: 0
    }

        section.myaccount .rhs-myaccount .myaccount-listing-link ul li {
            list-style: none;
            display: inline-block;
            padding: 0 0;
            padding: 12px 0;
            text-align: center;
            border-right: solid 1px #e1e1e1;
            height: 50px
        }

            section.myaccount .rhs-myaccount .myaccount-listing-link ul li ul.dropdown-menu {
                top: 38px;
                border-radius: 0;
                border: solid 1px #e1e1e1
            }

                section.myaccount .rhs-myaccount .myaccount-listing-link ul li ul.dropdown-menu li {
                    padding: 0px 0;
                    text-align: left;
                    border-right: 0;
                    display: block;
                    font-size: 12px;
                    height: auto
                }

                    section.myaccount .rhs-myaccount .myaccount-listing-link ul li ul.dropdown-menu li a {
                        font-size: 14px;
                        color: #585858;
                        text-decoration: none;
                        padding: 20px;
                        margin: 0;
                        line-height: 0;
                        border: 0;
                        max-width: 100%;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: block
                    }

                        section.myaccount .rhs-myaccount .myaccount-listing-link ul li ul.dropdown-menu li a:hover {
                            background: #f1d33b
                        }

            section.myaccount .rhs-myaccount .myaccount-listing-link ul li:last-child {
                border-right: 0
            }

            section.myaccount .rhs-myaccount .myaccount-listing-link ul li a {
                font-size: 15px;
                color: #1692e1;
                text-decoration: underline
            }

                section.myaccount .rhs-myaccount .myaccount-listing-link ul li a span {
                    width: 35px;
                    height: 26px;
                    display: inline-block;
                    vertical-align: bottom;
                    background: url("../images/myaccount_sprites.png") no-repeat -10px -115px
                }

                    section.myaccount .rhs-myaccount .myaccount-listing-link ul li a span.subscribe-ico {
                        background-position: -10px -115px
                    }

                    section.myaccount .rhs-myaccount .myaccount-listing-link ul li a span.renew-ico {
                        background-position: -204px -131px
                    }

                    section.myaccount .rhs-myaccount .myaccount-listing-link ul li a span.more-ico {
                        background-position: -203px -162px
                    }

section.myaccount .rhs-myaccount .table {
    border: solid 1px #e1e1e1
}

    section.myaccount .rhs-myaccount .table thead {
        background: #e4e4e4
    }

        section.myaccount .rhs-myaccount .table thead th {
            vertical-align: middle;
            padding: 12px 12px
        }

    section.myaccount .rhs-myaccount .table tbody td {
        vertical-align: middle;
        padding: 12px 12px
    }

    section.myaccount .rhs-myaccount .table tbody .btn {
        float: left;
        border-color: #8dc541;
        padding: 3px 10px
    }

    section.myaccount .rhs-myaccount .table tbody .badge {
        font-size: 13px;
        text-shadow: none;
        font-weight: 300
    }

        section.myaccount .rhs-myaccount .table tbody .badge.approved {
            background: #8dc541
        }

section.myaccount .rhs-myaccount .upload-block {
    border: solid 1px #e1e1e1;
    padding: 30px;
    position: relative;
    min-height: 465px
}

    section.myaccount .rhs-myaccount .upload-block #choose-photo-name {
        background: #e1e1e1;
        display: inline-block;
        line-height: 1.9;
        margin: 6px 0;
        position: absolute;
        bottom: -6px;
        left: 0
    }

    section.myaccount .rhs-myaccount .upload-block img:hover {
        cursor: pointer
    }

    section.myaccount .rhs-myaccount .upload-block h2 {
        font-size: 25px
    }

    section.myaccount .rhs-myaccount .upload-block p {
        font-size: 15px
    }

    section.myaccount .rhs-myaccount .upload-block .disabled-text {
        display: none
    }

    section.myaccount .rhs-myaccount .upload-block.disabled {
        position: relative
    }

    section.myaccount .rhs-myaccount .upload-block.video-upload-block.disabled .disabled-text {
        background: #fff url("../images/no-video-blur.png") no-repeat center
    }

    section.myaccount .rhs-myaccount .upload-block.photo-upload-block.disabled .disabled-text {
        background: #fff url("../images/no-photo-blur.png") no-repeat center
    }

    section.myaccount .rhs-myaccount .upload-block .tooltip-more {
        background: url(../images/post_sprites.png) no-repeat -10px -60px;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 7px;
        right: 9px
    }

    section.myaccount .rhs-myaccount .upload-block.disabled .disabled-text {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 30% 0 0 0;
        display: block
    }

        section.myaccount .rhs-myaccount .upload-block.disabled .disabled-text h3 {
            font-size: 20px;
            padding: 0px 20px
        }

section.myaccount .rhs-myaccount .upload-media-list {
    border: solid 1px #e1e1e1
}

    section.myaccount .rhs-myaccount .upload-media-list .media-title {
        background: #fffac7;
        padding: 12px 15px
    }

        section.myaccount .rhs-myaccount .upload-media-list .media-title p {
            font-size: 16px;
            margin: 0
        }

    section.myaccount .rhs-myaccount .upload-media-list .media-content h3 {
        font-size: 16px;
        padding: 15px
    }

    section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list {
        border: solid 1px #e1e1e1;
        padding: 15px;
        transition: all 0.15s ease-in-out
    }

        section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list:hover {
            box-shadow: 2px 2px 6px 0px rgba(51,51,51,0.16)
        }

@media only screen and (min-width: 220px) and (max-width: 1199px) {
    section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list {
        padding: 8px
    }
}

section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list .img-wrap {
    width: 25%;
    height: 65px;
    float: left
}

section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul {
    padding: 0;
    margin: 0
}

    section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li {
        list-style: none;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 0 11px
    }

@media only screen and (min-width: 1040px) and (max-width: 1199px) {
    section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li {
        padding: 0 2%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
    section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li {
        padding: 0 1%
    }
}

section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li .text {
    width: inherit;
    height: inherit;
    background: none
}

@media only screen and (min-width: 220px) and (max-width: 450px) {
    section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li .text {
        display: none
    }
}

section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li.pending {
    color: #e70000;
    font-size: 12px;
    padding: 0 5%
}

    section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li.pending .pending-photo {
        width: 35px;
        height: 33px;
        display: inline-block;
        background: url("../images/media_sprites.png") no-repeat;
        background-position: -124px -63px
    }

@media only screen and (min-width: 220px) and (max-width: 450px) {
    section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li.pending .pending-photo {
        margin-top: 15px
    }
}

section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li.photo-default.active a span.main-photo {
    background-position: -67px -10px
}

section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li a {
    color: #333;
    font-size: 11px
}

    section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li a span {
        width: 35px;
        height: 33px;
        display: inline-block;
        background: url("../images/media_sprites.png") no-repeat
    }

@media only screen and (min-width: 220px) and (max-width: 450px) {
    section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li a span {
        margin-top: 15px
    }
}

section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li a span.main-photo {
    background-position: -10px -10px
}

section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li a span.view-photo {
    background-position: -10px -63px
}

section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li a span.delete-photo {
    background-position: -67px -63px
}

section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li a span.view-video {
    background-position: -124px -10px
}

section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li span.video-size {
    font-size: 14px;
    padding: 13px 0;
    display: inline-block;
    color: #999
}

section.myaccount .rhs-myaccount .buy-package {
    background: #8dc541;
    padding: 15px
}

    section.myaccount .rhs-myaccount .buy-package p {
        padding: 11px 0;
        margin: 0;
        font-size: 18px;
        color: #fff
    }

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.myaccount .rhs-myaccount .buy-package p {
        text-align: center
    }
}

section.myaccount .rhs-myaccount .buy-package a.btn {
    font-size: 16px;
    width: 100%;
    padding: 12px 0
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    section.myaccount .rhs-myaccount .buy-package a.btn {
        padding: 12px 15px;
        display: table;
        margin: auto;
        width: initial
    }
}

section.myaccount .choose-property {
    box-shadow: none;
    padding: 11px 15px;
    height: inherit;
    background: #f9f9f9;
    border: solid 1px #e1e1e1;
    width: 100%;
    text-align: left;
    border-radius: 3px;
    position: relative
}

section.myaccount .dropdown button:after {
    background: url("../images/small_icon_sprites.png") no-repeat -50px -10px;
    width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 10px
}

section.myaccount .dropdown button:focus {
    outline: 0
}

section.myaccount .dropdown .dropdown-menu {
    width: 100%
}

    section.myaccount .dropdown .dropdown-menu > li > a {
        word-break: break-all;
        display: inline-block;
        white-space: normal;
        border-bottom: solid 1px #e1e1e1;
        padding: 7px 15px;
        width: 100%
    }

    section.myaccount .dropdown .dropdown-menu > li:last-child a {
        border-bottom: 0
    }

.payment-success-text {
    padding: 50px !important
}

    .payment-success-text h2 {
        font-size: 30px
    }

        .payment-success-text h2 span {
            display: block
        }

@media only screen and (min-width: 220px) and (max-width: 990px) {
    .payment-success-text h2 span {
        display: inline-block
    }
}

.payment-success-text ul {
    padding: 0;
    margin: 15px 0 0 0
}

    .payment-success-text ul li {
        list-style: none;
        display: block;
        font-size: 17px;
        padding: 12px 0
    }

        .payment-success-text ul li span {
            text-decoration: underline
        }

        .payment-success-text ul li.package span.period {
            background: #f1d33b;
            color: #333;
            text-shadow: none;
            text-decoration: none;
            border-radius: 3px;
            margin: 0 12px;
            padding: 6px 12px
        }

footer.footer {
    background: #1b0e47
}

@media only screen and (min-width: 220px) and (max-width: 430px) {
    footer.footer .col-xs-6 {
        width: 100%
    }
}

footer.footer .container {
    padding-top: 1%;
    padding-bottom: 1%
}

footer.footer p {
    color: #fff;
    font-size: 13px;
    line-height: 1.8;
    text-align: justify
}

    footer.footer p a {
        color: #fff
    }

footer.footer .head {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 19px 0;
    border-bottom: dashed 1px #fff;
    line-height: 1.1;
    margin: 20px 0 10px 0
}

footer.footer ul {
    padding: 12px 0;
    margin: 0 0
}

    footer.footer ul li {
        display: block;
        list-style: none;
        padding: 0 8px 0 0px
    }

        footer.footer ul li a {
            color: #fff;
            font-size: 13px
        }

    footer.footer ul.social li {
        display: inline-block;
        color: #fff;
        font-size: 13px
    }

footer.footer .footer-links {
    padding-bottom: 16px
}

footer.footer .copyright {
    border-top: solid 1px #3d3d3d;
    padding-bottom: 0px;
    padding-top: 16px
}

    footer.footer .copyright p img {
        vertical-align: sub
    }

.facets-result {
    padding: 15px
}

    .facets-result ul {
        padding: 0;
        margin: 0
    }

        .facets-result ul li {
            list-style: none;
            display: inline-block;
            padding: 0 5px 0 0px;
            margin: 4px 0
        }

            .facets-result ul li a {
                display: block;
                padding: 3px 6px;
                color: #333;
                border: solid 1px #e1e1e1;
                font-size: 13px;
                border-radius: 3px
            }

                .facets-result ul li a:after {
                    content: '';
                    width: 12px;
                    height: 12px;
                    background: transparent url("../images/small_icon_sprites.png") no-repeat -50px -90px;
                    display: inline-block;
                    position: relative;
                    top: 1px
                }

                .facets-result ul li a:hover {
                    text-decoration: none
                }

            .facets-result ul li.clear-filter a {
                background: #f1d33b;
                border: 0
            }

                .facets-result ul li.clear-filter a:after {
                    background: transparent;
                    display: none
                }

.list-btns a {
    display: inline-block;
    font-size: 13px;
    padding: 7px 22px;
    margin: 6px 6px 6px 0px
}

ul.list-aminities {
    padding: 8px 0 5px 0;
    margin: 0
}

    ul.list-aminities li {
        list-style: none;
        display: inline-block;
        padding: 0 9px 0 0px;
        color: #666666
    }

        ul.list-aminities li:before {
            content: '';
            width: 20px;
            height: 18px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            background: url("../images/small_icon_sprites.png") no-repeat center
        }

        ul.list-aminities li.bed:before {
            background-position: -90px -10px
        }

        ul.list-aminities li.bath:before {
            background-position: -50px -50px
        }

        ul.list-aminities li.size:before {
            background-position: -90px -48px
        }

.pagination-wrap {
    text-align: center;
    background: url("../images/pagination-line.png") repeat-x left center
}

    .pagination-wrap .pagination {
        background-color: #F7F7F7
    }

    .pagination-wrap.whitePage .pagination {
        background-color: #ffffff
    }

    .pagination-wrap .pagination li a, .pagination-wrap .pagination li span {
        background-color: transparent;
        border: 0px solid #ddd;
        color: #9b9b9b;
        margin: 6px 3px;
        padding: 5px 11px;
        background: #e3e3e3;
        border-radius: 3px
    }

    .pagination-wrap .pagination li span {
        padding: inherit
    }

    .pagination-wrap .pagination li:first-child a, .pagination-wrap .pagination li:last-child a {
        background-color: #e3e3e3;
        border-radius: 3px;
        padding: 5px 7px
    }

    .pagination-wrap .pagination li.active a {
        background-color: #8dc541;
        color: #fff;
        padding: 5px 11px;
        border-radius: 3px
    }

    .pagination-wrap .pagination li.disabled a {
        background-color: #e3e3e3;
        opacity: 0.5
    }

.watchlist {
    width: 35px;
    height: 35px;
    transition: all 0.15s ease-in-out;
    background: #ff6161;
    border-radius: 0 0 0 100px;
    -moz-border-radius: 0 0 0 100px;
    -webkit-border-radius: 0 0 0 100px;
    display: block;
    position: absolute;
    z-index: 9;
    right: -35px;
    top: -35px
}

    .watchlist.inactive {
        background: #ff6161 url("../images/watchlist_sprites.png") no-repeat -2px -5px
    }

    .watchlist.active {
        background: #ff6161 url("../images/watchlist_sprites.png") no-repeat -43px -4px;
        right: 0px;
        top: 0px
    }

.similar-propery .similar-propery-list {
    border: solid 1px #e1e1e1;
    position: relative;
    overflow: hidden
}

    .similar-propery .similar-propery-list:hover .watchlist {
        right: 0px;
        top: 0px;
        z-index: 99
    }

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .similar-propery .similar-propery-list {
        height: auto
    }
}

.similar-propery .similar-propery-list .img-wrap {
    padding-bottom: 71%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eaeaea
}

.similar-propery .similar-propery-list .similar-propery-text {
    margin: 12px 0;
    border-left: solid 4px #f1d33b
}

.similar-propery .similar-propery-list .similar-propery-head {
    margin: 8px 0;
    border-left: solid 4px #f1d33b
}

.similar-propery .similar-propery-list p {
    font-size: 16px;
    color: #111;
    line-height: 1.4;
    margin: 0 0;
    padding: 3px 0
}

    .similar-propery .similar-propery-list p a {
        color: #111
    }

        .similar-propery .similar-propery-list p a:hover {
            text-decoration: none
        }

.similar-propery .similar-propery-list .plotarea {
    font-size: 14px;
    color: #888888;
    display: block;
    background: url("../images/plot-area-ico.png") no-repeat left center;
    padding-left: 25px
}

.similar-propery .similar-propery-list h2 {
    font-size: 20px;
    color: #222;
    margin: 8px -5px
}

.similar-propery .similar-propery-list .details {
    min-height: 22px;
    margin-bottom: 5px
}

.similar-propery .similar-propery-list .priceArea {
    margin-left: 7px
}

@media only screen and (max-width: 768px) {
    .similar-propery .similar-propery-list .details {
        min-height: auto
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0 0 10px 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    padding: 10px
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .slick-slide {
        padding: 0
    }
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.popup-wrapper {
    width: 100%;
    background: transparent;
    padding: 10%
}

    .popup-wrapper .popup-header {
        width: 90%;
        background: #522925;
        margin: auto;
        border-radius: 6px 6px 0 0;
        position: relative;
        box-shadow: inset 0 -3px 22px -9px #333
    }

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .popup-wrapper .popup-header {
        height: 165px
    }
}

.popup-wrapper .popup-header .popupHead-container {
    height: 195px;
    display: inline-block;
    position: absolute;
    top: -27%;
    left: 2%
}

.popup-wrapper .popup-header .popupHead-text {
    display: inline-block;
    float: right;
    padding: 30px 20px 40px 0px
}

@media only screen and (min-width: 220px) and (max-width: 1199px) {
    .popup-wrapper .popup-header .popupHead-text {
        padding: 30px 20px 25px 0px
    }
}

.popup-wrapper .popup-header .popupHead-text h1 {
    font-size: 30px;
    color: #fff
}

.popup-wrapper .popup-header .popupHead-text p {
    font-size: 14px;
    color: #fff
}

.popup-wrapper .popup-body {
    width: 100%;
    background: white;
    border-radius: 6px;
    padding: 45px;
    box-shadow: 2px 2px 5px -2px #333;
    border: solid 1px #e1e1e1;
    position: relative
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .popup-wrapper .popup-body {
        padding: 25px
    }
}

.popup-wrapper .popup-body .popupHead-text {
    padding: 15px 15px 15px 0px
}

    .popup-wrapper .popup-body .popupHead-text h1 {
        margin: 0
    }

.popup-wrapper .popup-body .contact-popup hr {
    margin: 0 0 10px 0
}

.popup-wrapper .popup-body .contact-popup .detail-contactNo {
    font-size: 20px;
    color: #ff4b4b
}

    .popup-wrapper .popup-body .contact-popup .detail-contactNo a {
        color: #ff4b4b;
        text-decoration: none
    }

.popup-wrapper .popup-body input, .popup-wrapper .popup-body textarea {
    border-radius: 0;
    border: oldlace;
    box-shadow: none;
    border-bottom: solid 1px #cccccc;
    padding: 0 0;
    margin: 0 0 18px 0
}

.popup-wrapper .popup-body label {
    font-weight: inherit;
    text-transform: uppercase
}

.img-popup {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1)
}

    .img-popup .img-popup-header {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 1px 3px 1px rgba(51,51,51,0.13);
        padding: 14px 20px;
        z-index: 1;
        width: 100%
    }

        .img-popup .img-popup-header .title {
            font-size: 20px;
            margin: 0 0
        }

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .img-popup .img-popup-header .title {
        font-size: 16px
    }

    .img-popup .img-popup-title {
        font-size: 14px !important
    }
}

.img-popup .img-popup-header p {
    font-size: 13px;
    color: #666;
    padding: 4px 0;
    margin: 0
}

.img-popup .img-popup-header .rhs-imgheader-pop {
    text-align: right
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .img-popup .img-popup-header .rhs-imgheader-pop {
        text-align: left
    }
}

.img-popup .img-popup-header .rhs-imgheader-pop .clearfix {
    float: right
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .img-popup .img-popup-header .rhs-imgheader-pop .clearfix {
        float: left
    }
}

.img-popup .img-popup-header .rhs-imgheader-pop a {
    display: inline-block;
    float: right;
    padding: 4px 16px;
    font-size: 30px;
    margin: -6px 0px 0 10px;
    color: #fff;
    text-align: center;
    text-align: center;
    background: #8dc541;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 3px
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .img-popup .img-popup-header .rhs-imgheader-pop a {
        margin: -42px 0px 0 10px;
        padding: 2px 12px;
        font-size: 25px
    }
}

.img-popup .img-popup-header .rhs-imgheader-pop a:hover {
    text-decoration: none;
    border-radius: 50%
}

.img-popup .img-popup-content {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    padding: 1%;
    overflow-y: auto
}

.img-popup .slider {
    margin-top: 80px;
    margin-bottom: 80px
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .img-popup .slider {
        margin-top: 65px
    }
}

.img-popup .slider img {
    border-radius: 10px
}

.img-popup .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 33%;
    width: 55px;
    height: 55px;
    background: #fff url("../images/sliderArrow_sprites.png") no-repeat center;
    border-radius: 50%;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
    border: 0;
    opacity: 0.8
}

    .img-popup .slick-arrow:hover {
        opacity: 1
    }

    .img-popup .slick-arrow.slick-disabled {
        opacity: 0.3;
        cursor: not-allowed
    }

.img-popup .slick-prev {
    left: -22px;
    background-position: 1px 1px
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .img-popup .slick-prev {
        left: 0px
    }
}

.img-popup .slick-next {
    right: -22px;
    background-position: -47px 1px
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .img-popup .slick-next {
        right: 0px
    }
}

.img-popup.active {
    opacity: 1;
    visibility: visible
}

.img-popup .img-popup-title {
    position: absolute;
    top: -39px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 17px
}

.property-assets .slick-slide {
    min-height: 300px;
    position: relative
}

.slick-slide:focus {
    outline: none
}

.property-assets {
    -webkit-transform: translate3d(0, 0, 0)
}

    .property-assets .imagePopupLoader {
        position: absolute;
        top: 38%;
        left: 45%;
        z-index: -1;
        -webkit-backface-visibility: hidden
    }

.badge-wrap {
    text-align: center;
    float: left;
    margin: 40px
}

    .badge-wrap.center {
        margin: 10% auto
    }

    .badge-wrap.featured {
        width: 70px
    }

        .badge-wrap.featured .top {
            width: 70px;
            height: 43px;
            background: #ffd132;
            position: relative
        }

            .badge-wrap.featured .top:before {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 52px 0 0 65px;
                border-color: transparent transparent transparent #ffffff;
                position: absolute;
                content: '';
                left: 0;
                bottom: -25px
            }

            .badge-wrap.featured .top:after {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0 52px 65px;
                border-color: transparent transparent #fff transparent;
                position: absolute;
                content: '';
                right: 0;
                bottom: -25px
            }

        .badge-wrap.featured .bottom {
            position: relative;
            margin-top: 2px;
            animation: spinner linear 6s infinite
        }

            .badge-wrap.featured .bottom .hexagon {
                position: relative;
                width: 70px;
                height: 45.41px;
                background-color: #53ca47;
                margin: 20.21px 0
            }

                .badge-wrap.featured .bottom .hexagon:before, .badge-wrap.featured .bottom .hexagon:after {
                    content: "";
                    position: absolute;
                    width: 0;
                    border-left: 35px solid transparent;
                    border-right: 35px solid transparent;
                    left: 0
                }

                .badge-wrap.featured .bottom .hexagon:before {
                    bottom: 100%;
                    border-bottom: 20.21px solid #53ca47
                }

                .badge-wrap.featured .bottom .hexagon:after {
                    top: 100%;
                    width: 0;
                    border-top: 20.21px solid #53ca47
                }

            .badge-wrap.featured .bottom svg.shade {
                position: absolute;
                right: -1px;
                top: 0px
            }

    .badge-wrap.premium {
        width: 112px
    }

        .badge-wrap.premium .top {
            width: 30px;
            height: 30px;
            background: #ffd132;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            animation: crown-head 1.5s cubic-bezier(0.4, 0, 0.2, 1)
        }

        .badge-wrap.premium .middle .crown {
            width: 112px;
            height: 60px;
            margin: 0;
            padding: 0;
            position: relative
        }

            .badge-wrap.premium .middle .crown li {
                list-style-type: none;
                display: inline-block
            }

                .badge-wrap.premium .middle .crown li:nth-child(1) {
                    border-bottom: 60px solid #40b734;
                    border-right: 35px solid transparent;
                    position: absolute;
                    left: 13px;
                    bottom: 2px;
                    transform: rotate(-15deg);
                    animation: left-hand 1.5s cubic-bezier(0.4, 0, 0.2, 1);
                    transform-origin: left bottom
                }

                .badge-wrap.premium .middle .crown li:nth-child(2) {
                    border-bottom: 51px solid #53ca47;
                    border-left: 41px solid transparent;
                    border-right: 41px solid transparent;
                    position: absolute;
                    left: 14px;
                    bottom: 2px;
                    z-index: 2
                }

                .badge-wrap.premium .middle .crown li:nth-child(3) {
                    border-bottom: 60px solid #40b734;
                    border-left: 35px solid transparent;
                    position: absolute;
                    right: 13px;
                    bottom: 2px;
                    transform: rotate(15deg);
                    animation: right-hand 1.5s cubic-bezier(0.4, 0, 0.2, 1);
                    transform-origin: right bottom
                }

        .badge-wrap.premium .bottom {
            width: 88px;
            height: 5px;
            background: #ffd132;
            position: relative;
            top: 0;
            display: inline-block
        }

@media (max-width: 992px) {
    .builder-header .navbar-header {
        float: none;
        min-height: 75px
    }

    .builder-header .navbar-left, .builder-header .navbar-right {
        float: none !important
    }

    .builder-header .navbar-toggle {
        display: block;
        margin-top: 20px
    }

    .builder-header .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1)
    }

    .builder-header .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .builder-header .navbar-collapse.collapse {
        display: none !important
    }

    .builder-header .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        padding: 0
    }

        .builder-header .navbar-nav > li {
            float: none
        }

            .builder-header .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px
            }

    .builder-header .collapse.in {
        display: block !important
    }

    .builder-header .navbar-collapse.in {
        overflow: inherit
    }

    .builder-header .navbar .navbar-nav li a:after {
        display: none
    }
}

.builder-header .navbar {
    min-height: 70px;
    background: #fff;
    border-width: 0;
    box-shadow: 0 1px 15px 0px rgba(51,51,51,0.21)
}

    .builder-header .navbar .navbar-brand {
        padding: 5px
    }

    .builder-header .navbar .navbar-right {
        background: #f1d33b
    }

@media only screen and (min-width: 220px) and (max-width: 991px) {
    .builder-header .navbar .navbar-right {
        background: transparent
    }
}

.builder-header .navbar .navbar-nav {
    padding: 10px 0;
    font-size: 15px
}

@media only screen and (min-width: 220px) and (max-width: 991px) {
    .builder-header .navbar .navbar-nav {
        padding: 0px 0;
        margin: 0
    }
}

.builder-header .navbar .navbar-nav li a {
    position: relative;
    color: #111
}

    .builder-header .navbar .navbar-nav li a:after {
        content: '|';
        position: absolute;
        right: 0;
        top: 14px
    }

    .builder-header .navbar .navbar-nav li a:before {
        border-bottom: solid 2px #f1d33b;
        content: '';
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        transition: width 0.5s
    }

    .builder-header .navbar .navbar-nav li a:hover:before {
        width: 75%
    }

.builder-header .navbar .navbar-nav li:last-child a:after {
    display: none
}

.builder-header .navbar .navbar-nav.navbar-right li a {
    color: #000;
    font-size: 18px;
    padding: 15px 40px
}

@media only screen and (min-width: 220px) and (max-width: 991px) {
    .builder-header .navbar .navbar-nav.navbar-right li a {
        font-size: 15px;
        padding: 10px 15px
    }
}

.builder-banner {
    margin-top: 70px
}

    .builder-banner .container-fluid {
        padding-top: 35%
    }

.builder-property-info {
    background: #fff;
    padding: 11px 0;
    box-shadow: 0 1px 15px 0px rgba(51,51,51,0.21);
    position: relative
}

    .builder-property-info span {
        font-size: 13px;
        color: #666666;
        text-transform: uppercase;
        padding: 5px 0;
        display: block
    }

    .builder-property-info p {
        font-size: 20px;
        color: #222
    }

@media only screen and (min-width: 991px) and (max-width: 1050px) {
    .builder-property-info p {
        font-size: 16px
    }
}

@media only screen and (min-width: 220px) and (max-width: 990px) {
    .builder-property-info p {
        font-size: 14px
    }
}

.builder-property-info p span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("../images/builder_sprites.png") no-repeat center;
    vertical-align: top;
    margin-right: 3px
}

    .builder-property-info p span.date-ico {
        background-position: -13px -10px
    }

    .builder-property-info p span.floor-ico {
        background-position: -63px -60px
    }

    .builder-property-info p span.price-ico {
        background-position: -63px -10px
    }

    .builder-property-info p span.location-ico {
        background-position: -13px -60px
    }

.builder-property-info .col-lg-3 {
    border-right: solid 1px #e1e1e1
}

    .builder-property-info .col-lg-3:last-child {
        border-right: 0
    }

.builder-detials-wrapper {
    background: #f9f9f9 url("../images/cityscape-white.png") repeat-x left bottom;
    padding: 40px 0 80px 0
}

    .builder-detials-wrapper .builder-property-details {
        border-bottom: solid 1px #e1e1e1;
        padding-bottom: 40px
    }

        .builder-detials-wrapper .builder-property-details ul {
            padding: 0;
            margin: 0
        }

            .builder-detials-wrapper .builder-property-details ul li {
                list-style: none;
                display: inline-block;
                font-size: 16px;
                color: #222222;
                margin: 15px 0
            }

@media only screen and (min-width: 220px) and (max-width: 1050px) {
    .builder-detials-wrapper .builder-property-details ul li {
        font-size: 14px
    }
}

.builder-detials-wrapper .builder-property-details ul li span {
    font-size: 13px;
    color: #666666;
    display: block;
    text-transform: uppercase;
    border-left: 3px solid #8dc541;
    padding-left: 6px;
    margin: 3px 0
}

.builder-detials-wrapper .builder-desc ul {
    padding: 0;
    margin: 0
}

    .builder-detials-wrapper .builder-desc ul li {
        list-style: none;
        display: inline-block;
        font-size: 16px;
        color: #333;
        background: url("../images/builder-ul-bullet.png") no-repeat center left;
        padding: 6px 15px
    }

@media only screen and (min-width: 220px) and (max-width: 1050px) {
    .builder-detials-wrapper .builder-desc ul li {
        font-size: 14px
    }
}

@media only screen and (min-width: 220px) and (max-width: 575px) {
    .builder-detials-wrapper .builder-desc ul li {
        width: 100%
    }
}

.builder-detials-wrapper h1 {
    font-size: 25px;
    color: #222222;
    position: relative
}

    .builder-detials-wrapper h1:after {
        width: 65px;
        height: 3px;
        content: '';
        position: absolute;
        bottom: -7px;
        left: 0;
        border-radius: 16px;
        background: #8dc541
    }

.builder-detials-wrapper p {
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 1.6
}

@media only screen and (min-width: 220px) and (max-width: 1050px) {
    .builder-detials-wrapper p {
        font-size: 14px
    }
}

.builder-spec-wrapper .spec-img {
    padding-bottom: 96%;
    border-radius: 3px
}

.builder-spec-wrapper h1 {
    font-size: 25px;
    color: #222222;
    margin-top: 0
}

.builder-spec-wrapper .tab-view-builder p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.6
}

@media only screen and (min-width: 220px) and (max-width: 1050px) {
    .builder-spec-wrapper .tab-view-builder p {
        font-size: 14px
    }
}

.builder-spec-wrapper .tab-view-builder .tab-content ul {
    padding: 0;
    margin: 0
}

    .builder-spec-wrapper .tab-view-builder .tab-content ul li {
        list-style: none;
        display: block;
        color: #333;
        background: url("../images/builder-ul-bullet.png") no-repeat center left;
        padding: 6px 15px;
        line-height: 1.6
    }

.builder-spec-wrapper .tab-view-builder .nav-tabs {
    border-bottom: 0
}

    .builder-spec-wrapper .tab-view-builder .nav-tabs.inner-nav-tab {
        background: #fcf6d8;
        margin: 5px
    }

        .builder-spec-wrapper .tab-view-builder .nav-tabs.inner-nav-tab li {
            background: none;
            padding: 8px;
            margin: 0;
            font-size: 16px
        }

            .builder-spec-wrapper .tab-view-builder .nav-tabs.inner-nav-tab li.active a {
                border-radius: 0;
                border: 0;
                border-right: solid 1px #e1e1e1;
                background: transparent;
                color: #8f7700
            }

            .builder-spec-wrapper .tab-view-builder .nav-tabs.inner-nav-tab li a {
                border-radius: 0;
                border: 0;
                border-right: solid 1px #e1e1e1;
                background: transparent
            }

    .builder-spec-wrapper .tab-view-builder .nav-tabs li {
        font-size: 16px;
        margin: 0 6px 0 0
    }

        .builder-spec-wrapper .tab-view-builder .nav-tabs li.responsivetabs-more.active a {
            background: transparent;
            color: #333
        }

        .builder-spec-wrapper .tab-view-builder .nav-tabs li.responsivetabs-more.active ul li.active a {
            background: #8dc541;
            color: #fff
        }

        .builder-spec-wrapper .tab-view-builder .nav-tabs li a {
            border-radius: 25px;
            background: #fff;
            border: 1px solid #8dc541;
            color: #333;
            text-shadow: none;
            padding: 6px 15px
        }

        .builder-spec-wrapper .tab-view-builder .nav-tabs li.active a {
            border-radius: 25px;
            background: #8dc541;
            border: 1px solid #8dc541;
            color: #fff
        }

        .builder-spec-wrapper .tab-view-builder .nav-tabs li .dropdown-menu {
            padding: 0 0;
            margin: 10px 0;
            border-radius: 3px
        }

            .builder-spec-wrapper .tab-view-builder .nav-tabs li .dropdown-menu:before {
                content: '';
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 5px solid #333;
                position: absolute;
                top: -5px;
                right: 20px
            }

            .builder-spec-wrapper .tab-view-builder .nav-tabs li .dropdown-menu li {
                margin: 0
            }

                .builder-spec-wrapper .tab-view-builder .nav-tabs li .dropdown-menu li a {
                    border: 0;
                    border-bottom: solid 1px #e1e1e1;
                    border-radius: 0;
                    padding: 6px 10px;
                    margin: 0
                }

.builder-spec-wrapper .tab-view-builder.floor-plan .tab-content {
    border: solid 1px #e1e1e1
}

    .builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content {
        border: 0
    }

        .builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content ul li {
            display: inline-block;
            background: none;
            padding-left: 0
        }

        .builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content p {
            text-align: inherit
        }

@media only screen and (min-width: 220px) and (max-width: 440px) {
    .builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content .property-type div {
        width: 100%
    }
}

.builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content .property-type div:last-child p {
    border-right: 0
}

.builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content .property-type p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    border-right: solid 1px #e1e1e1
}

@media only screen and (min-width: 220px) and (max-width: 440px) {
    .builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content .property-type p {
        border: 0
    }
}

.builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content .property-type p span {
    color: #333;
    display: block;
    font-size: 17px
}

@media only screen and (min-width: 220px) and (max-width: 440px) {
    .builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content .property-type p span {
        display: inline-block;
        font-size: 15px
    }

        .builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content .property-type p span:before {
            content: ':'
        }
}

.builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content h2 {
    font-size: 25px;
    color: #111
}

.builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content .btn {
    font-size: 17px;
    padding: 6px 16px;
    border-bottom: solid 3px #d5ba34;
    margin-top: 12px
}

    .builder-spec-wrapper .tab-view-builder.floor-plan .tab-content .tab-content .btn:before {
        content: '';
        display: inline-block;
        background: url("../images/details_sprites.png") no-repeat -110px -10px;
        width: 30px;
        height: 30px;
        vertical-align: bottom;
        margin-right: 9px;
        margin-top: -4px
    }

.nearby-builder-wrapper .nearby-list {
    border: solid 1px #e1e1e1;
    transition: width 0.5s ease-in-out
}

@media only screen and (min-width: 220px) and (max-width: 768px) {
    .nearby-builder-wrapper .nearby-list {
        position: absolute;
        z-index: 9;
        background: #fff;
        width: 0
    }

        .nearby-builder-wrapper .nearby-list h3 {
            padding: 0 !important;
            overflow: hidden
        }

        .nearby-builder-wrapper .nearby-list.active {
            width: auto
        }

            .nearby-builder-wrapper .nearby-list.active h3 {
                padding: 15px !important
            }

        .nearby-builder-wrapper .nearby-list .nearby-toggle {
            width: 50px;
            height: 50px;
            position: absolute;
            right: -48px;
            top: 50%;
            border-radius: 0 5px 5px 0;
            background: #fff url("../images/header_sprites.png") no-repeat -105px 0px;
            box-shadow: 3px 1px 4px 0px rgba(51,51,51,0.18);
            border: solid 1px #e1e1e1
        }
}

.nearby-builder-wrapper .nearby-list h3 {
    margin: 0;
    padding: 15px;
    background: #fcf6d8;
    font-size: 18px
}

.nearby-builder-wrapper .nearby-list .nearby-list-view {
    height: 525px;
    overflow: auto
}

    .nearby-builder-wrapper .nearby-list .nearby-list-view ul {
        padding: 0;
        margin: 15px 0
    }

        .nearby-builder-wrapper .nearby-list .nearby-list-view ul li {
            list-style: none;
            display: block;
            padding: 6px 10px
        }

            .nearby-builder-wrapper .nearby-list .nearby-list-view ul li:before {
                background: url("../images/builder_sprites.png") no-repeat -13px -60px;
                width: 30px;
                height: 30px;
                display: inline-block;
                content: '';
                vertical-align: middle
            }

            .nearby-builder-wrapper .nearby-list .nearby-list-view ul li a {
                padding: 0 0;
                color: #333;
                font-size: 16px
            }

.nearby-builder-wrapper .builder-nearby-map {
    height: 575px;
    width: 100%;
    position: relative;
    border: solid 1px #e1e1e1
}

    .nearby-builder-wrapper .builder-nearby-map iframe {
        width: 100%
    }

.emi-calculator-wrapper h3 {
    font-size: 25px;
    color: #222222;
    margin-top: 0
}

.emi-calculator-wrapper .value-wrap {
    border: solid 1px #e1e1e1;
    box-shadow: 2px 2px 6px 0px rgba(51,51,51,0.16);
    padding: 15px
}

    .emi-calculator-wrapper .value-wrap h3 {
        font-size: 19px;
        color: #666
    }

    .emi-calculator-wrapper .value-wrap h2 {
        font-size: 20px;
        color: #8dc541
    }

    .emi-calculator-wrapper .value-wrap p {
        font-size: 14px;
        color: #333
    }

.builders-gallery .slick-slide {
    padding: 10% 0 0 0
}

.builders-gallery .slick-list {
    padding: 0
}

.builders-gallery .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 40%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
    border: 0;
    opacity: 0.8
}

    .builders-gallery .slick-arrow.slick-prev {
        left: 12px;
        background: #fff url("../images/slider-left.png") no-repeat center
    }

    .builders-gallery .slick-arrow.slick-next {
        right: 12px;
        background: #fff url("../images/slider-right.png") no-repeat center
    }

.builders-gallery h1 {
    font-size: 25px;
    color: #222222;
    margin-top: 0
}

.home-top-wrapper {
    position: relative;
    padding-bottom: 10%;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    transition: 1s -webkit-filter linear;
    -webkit-transition: 1s -webkit-filter linear;
    -moz-transition: 1s -webkit-filter linear;
    -o-transition: 1s -webkit-filter linear;
    -ms-transition: 1s -webkit-filter linear
}

    .home-top-wrapper .top-shadow {
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000), color-stop(50%, rgba(0,0,0,0)));
        background-image: -moz-linear-gradient(top, #000 0%, rgba(0,0,0,0) 50%);
        background-image: -webkit-linear-gradient(top, #000 0%, rgba(0,0,0,0) 50%);
        background-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,0) 50%);
        position: absolute;
        top: 0;
        height: 40%;
        width: 100%
    }

    .home-top-wrapper .middle-shadow {
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYzIi8+PHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0.63)), color-stop(85%, rgba(0,0,0,0)));
        background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0) 85%);
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0) 85%);
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0) 85%);
        position: absolute;
        top: 10%;
        height: 90%;
        width: 100%
    }

    .home-top-wrapper .banner-top-shade {
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        width: 100%
    }

    .home-top-wrapper .bottom-shadow {
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, #000));
        background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);
        position: absolute;
        bottom: 0;
        height: 40%;
        width: 100%
    }

    .home-top-wrapper .header {
        padding: 10px 0;
        margin: 0
    }

        .home-top-wrapper .header .rhs-linklist ul li a {
            box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.36)
        }

        .home-top-wrapper .header .rhs-linklist ul li.post-property-link, .home-top-wrapper .header .rhs-linklist ul li.post-req-link {
            border: 0
        }

            .home-top-wrapper .header .rhs-linklist ul li.post-property-link a, .home-top-wrapper .header .rhs-linklist ul li.post-req-link a {
                border-radius: 3px
            }

        .home-top-wrapper .header .rhs-linklist ul li.menu-ico a {
            box-shadow: none;
            background-position: -157px -5px;
            vertical-align: middle
        }

        .home-top-wrapper .header .rhs-linklist ul li.menu-ico ul li a {
            background: none;
            display: block;
            padding: 10px 15px
        }

    .home-top-wrapper .banner-search h1 {
        font-size: 50px;
        color: #fff
    }

@media only screen and (min-width: 220px) and (max-width: 990px) {
    .home-top-wrapper .banner-search h1 {
        font-size: 25px
    }
}

.home-top-wrapper .banner-search h2 {
    font-size: 18px;
    color: #fff
}

.home-top-wrapper .banner-search .dropdown-menu {
    top: 52px;
    width: 100%;
    border-radius: 0 0 3px 3px
}

    .home-top-wrapper .banner-search .dropdown-menu > li > a:hover, .home-top-wrapper .banner-search .dropdown-menu > li > a:focus {
        background-color: #8dc541;
        outline: 0;
        border: 0
    }

    .home-top-wrapper .banner-search .dropdown-menu .dropdown-header span.text {
        color: #8dc541
    }

    .home-top-wrapper .banner-search .dropdown-menu > .active > a, .home-top-wrapper .banner-search .dropdown-menu > .active > a:hover, .home-top-wrapper .banner-search .dropdown-menu > .active > a:focus {
        background-color: #8dc541
    }

.home-top-wrapper .banner-search .search-extra-links ul {
    padding: 0 0 6px 0;
    margin: 0
}

    .home-top-wrapper .banner-search .search-extra-links ul li {
        list-style: none;
        display: inline-block;
        color: #fff;
        padding: 0 5px
    }

        .home-top-wrapper .banner-search .search-extra-links ul li a {
            color: #fff;
            border-bottom: dashed 1px #fff;
            display: inline-block;
            padding: 4px 0
        }

            .home-top-wrapper .banner-search .search-extra-links ul li a:hover {
                text-decoration: none
            }

            .home-top-wrapper .banner-search .search-extra-links ul li a .fa {
                font-size: 24px;
                position: relative;
                top: 1px;
                margin-right: 3px
            }

        .home-top-wrapper .banner-search .search-extra-links ul li.rentLink {
            padding-left: 15px;
            position: relative
        }

            .home-top-wrapper .banner-search .search-extra-links ul li.rentLink a {
                border: none;
                color: #41ff1f;
                font-size: 16px;
                border-radius: 20px;
                text-decoration: none
            }

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .home-top-wrapper .banner-search .search-extra-links ul {
        text-align: center
    }

        .home-top-wrapper .banner-search .search-extra-links ul li.rentLink {
            float: none !important;
            display: block;
            margin-bottom: 10px
        }
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
    .home-top-wrapper .banner-search .search-extra-links ul li.rentLink a {
        font-size: 13px
    }

    .home-top-wrapper .banner-search .search-extra-links ul li a .fa {
        margin-right: 1px;
        font-size: 15px
    }
}

.home-top-wrapper .banner-search .banner-search-wrapper {
    background: rgba(0,0,0,0.54);
    padding: 15px 15px 15px 0
}

    .home-top-wrapper .banner-search .banner-search-wrapper select, .home-top-wrapper .banner-search .banner-search-wrapper .btn {
        width: 100%;
        height: 55px;
        border-radius: 3px;
        border: 0;
        box-shadow: none;
        font-size: 17px
    }

    .home-top-wrapper .banner-search .banner-search-wrapper .form-control.open .btn {
        border-radius: 3px 3px 0 0;
        background-color: #fff
    }

    .home-top-wrapper .banner-search .banner-search-wrapper .btn.green-btn {
        background: #ffc107 url("../images/search-white.png") no-repeat center
    }

        .home-top-wrapper .banner-search .banner-search-wrapper .btn.green-btn.map-search-btn {
            background: #e67742 url("../images/map-search-white.png") no-repeat center
        }

    .home-top-wrapper .banner-search .banner-search-wrapper .form-wrap, .home-top-wrapper .banner-search .banner-search-wrapper .form-btn {
        padding-right: 0;
        height: 55px;
        margin-bottom: 20px
    }

.home-top-wrapper .tab-area {
    padding: 0px 15px
}

    .home-top-wrapper .tab-area ul {
        list-style: none
    }

        .home-top-wrapper .tab-area ul li {
            display: inline-block
        }

            .home-top-wrapper .tab-area ul li button {
                padding: 5px 23px;
                color: #111;
                text-transform: uppercase;
                background: #fff;
                font-size: 14px;
                position: relative;
                border: none;
                margin-right: -2px;
                border-radius: 2px
            }

                .home-top-wrapper .tab-area ul li button.active {
                    background: #16521e;
                    color: #fff
                }

                .home-top-wrapper .tab-area ul li button:focus {
                    outline: none
                }

                .home-top-wrapper .tab-area ul li button.active::after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-left: 15px solid transparent;
                    border-right: 15px solid transparent;
                    border-top: 15px solid #16521e;
                    position: absolute;
                    bottom: -8px;
                    transform: translateX(-50%);
                    left: 50%
                }

@media only screen and (min-width: 600px) and (max-width: 870px) {
    .home-top-wrapper .banner-search .banner-search-wrapper .form-wrap, .home-top-wrapper .banner-search .banner-search-wrapper .form-btn {
        width: 50%;
        margin-bottom: 20px
    }

    .home-top-wrapper .banner-search .banner-search-wrapper .col-md-1.form-wrap, .home-top-wrapper .banner-search .banner-search-wrapper .col-md-1.form-btn {
        width: 25% !important
    }
}

@media only screen and (min-width: 200px) and (max-width: 599px) {
    .home-top-wrapper .banner-search .banner-search-wrapper .form-wrap, .home-top-wrapper .banner-search .banner-search-wrapper .form-btn {
        width: 100%;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 871px) and (max-width: 991px) {
    .home-top-wrapper .banner-search .banner-search-wrapper .btn-sm-group {
        float: none;
        margin: auto;
        display: block;
        width: 45%
    }

        .home-top-wrapper .banner-search .banner-search-wrapper .btn-sm-group .form-btn {
            padding-right: 0
        }

    .home-top-wrapper .banner-search .banner-search-wrapper .form-wrap:nth-child(4) {
        padding-right: 15px
    }
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .home-top-wrapper .banner-search .banner-search-wrapper .btn-sm-group .col-xs-6 {
        width: 50%
    }

    .home-top-wrapper .banner-search .banner-search-wrapper select, .home-top-wrapper .banner-search .banner-search-wrapper .btn {
        height: 45px
    }

    .home-top-wrapper .banner-search .banner-search-wrapper .form-wrap, .home-top-wrapper .banner-search .banner-search-wrapper .form-btn {
        margin-bottom: 15px;
        height: 45px
    }

    .home-top-wrapper .banner-search .dropdown-menu {
        top: 42px
    }
}

.home-top-wrapper .badge {
    position: relative;
    top: -13px;
    right: 11px;
    font-size: 11px;
    background: #e81c28;
    color: #fff;
    padding: 5px 7px 4px;
    font-weight: normal
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0
    }

    to {
        opacity: 0.0
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate
}

.home-top-wrapper .banner-search .banner-desc {
    text-align: right;
    position: absolute;
    bottom: 0px;
    height: 55px;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, #000));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%)
}

@media only screen and (min-width: 200px) and (max-width: 990px) {
    .home-top-wrapper .banner-search .banner-desc {
        text-align: center;
        position: relative;
        bottom: -20px;
        background-image: none;
        height: auto
    }
}

.home-top-wrapper .banner-search .banner-desc ul {
    padding: 5px 0;
    margin: 0
}

    .home-top-wrapper .banner-search .banner-desc ul li {
        display: inline-block;
        list-style: none;
        padding: 3px;
        color: #fff;
        font-size: 20px
    }

        .home-top-wrapper .banner-search .banner-desc ul li a {
            border-bottom: dashed 1px #fff;
            color: #fff
        }

            .home-top-wrapper .banner-search .banner-desc ul li a:hover, .home-top-wrapper .banner-search .banner-desc ul li a:focus {
                text-decoration: none;
                outline: none
            }

            .home-top-wrapper .banner-search .banner-desc ul li a.btn {
                border-radius: 20px;
                color: #111;
                padding: 5px 10px;
                border-bottom: 0
            }

            .home-top-wrapper .banner-search .banner-desc ul li a span {
                font-size: 15px
            }

.premium-property-block {
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: repeat-x;
    background-color: #f9f9f9;
    padding: 0px 0 60px 0
}

@media only screen and (min-width: 200px) and (max-width: 990px) {
    .home-top-wrapper .banner-search .banner-desc ul {
        padding: 0
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1400px) {
    .premium-property-block .col-lg-3 {
        width: 33.33333333%
    }
}

@media only screen and (min-width: 991px) and (max-width: 1070px) {
    .premium-property-block .col-md-4 {
        width: 50%
    }
}

.premium-property-block h2 {
    font-size: 30px;
    color: #333;
    padding: 30px 0;
    margin: 0
}

.premium-property-block .img-wrap {
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    border-radius: 3px 0 0px 3px;
    background-color: #d4d4d4;
    background-image: -ms-linear-gradient(top, #fff 0%, #707070 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #707070 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #707070 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100, #707070));
    background-image: -webkit-linear-gradient(top, #fff 0%, #707070 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #707070 100%)
}

@media only screen and (min-width: 220px) and (max-width: 450px) {
    .premium-property-block .img-wrap {
        width: 100%;
        position: relative;
        left: 0;
        padding-top: 50%
    }
}

.premium-property-block .premium-block {
    background: #fff;
    box-shadow: 2px 2px 5px -1px rgba(51,51,51,0.37)
}

    .premium-property-block .premium-block .title {
        font-size: 18px;
        color: #222;
        padding: 0 0 0 12px;
        border-left: solid 4px #f1d33b;
        line-height: 1.4;
        display: block;
        display: -webkit-box;
        max-width: 225px;
        height: 50.4px;
        margin: 5px 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333
    }

    .premium-property-block .premium-block a.title:hover {
        color: #333;
        text-decoration: none
    }

    .premium-property-block .premium-block p {
        font-size: 15px;
        color: #333;
        line-height: 1.6;
        padding: 0 0 0 15px
    }

        .premium-property-block .premium-block p.location {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            max-width: 100%;
            vertical-align: middle;
            margin: 0
        }

            .premium-property-block .premium-block p.location a {
                color: #333;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 100%;
                vertical-align: middle;
                display: inline-block;
                padding: 10px 0 10px 0
            }

        .premium-property-block .premium-block p i {
            color: #16a208;
            margin-right: 3px;
            vertical-align: middle
        }

        .premium-property-block .premium-block p span {
            max-width: 175px;
            line-height: 1.4;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block
        }

    .premium-property-block .premium-block .premium-block-text {
        padding: 0px 5px 5px 12px;
        float: right
    }

    .premium-property-block .premium-block .transaction-type {
        margin-bottom: 0px;
        line-height: 1
    }

    .premium-property-block .premium-block span.label {
        background: #055761;
        border-radius: 3px 0 0 3px;
        color: #fff;
        display: inline-block;
        line-height: 20px;
        padding: 2px 15px 2px 10px;
        position: relative;
        font-size: 11px;
        font-weight: normal
    }

        .premium-property-block .premium-block span.label:after {
            background: #fff;
            border-bottom: 14px solid transparent;
            border-left: 10px solid #055761;
            border-top: 12px solid transparent;
            content: '';
            position: absolute;
            right: 0;
            top: 0
        }

        .premium-property-block .premium-block span.label a, .premium-property-block .premium-block span.label a:focus, .premium-property-block .premium-block span.label a:active {
            text-decoration: none;
            color: #fff
        }

@media only screen and (min-width: 220px) and (max-width: 450px) {
    .premium-property-block .premium-block .premium-block-text {
        width: 100%
    }
}

.explore-wrapper h2 {
    font-size: 30px;
    color: #333;
    padding: 0px 0;
    margin: 0
}

.explore-wrapper h3 {
    font-size: 22px;
    color: #333
}

@media only screen and (min-width: 1199px) {
    .explore-wrapper .explore-block:nth-child(1), .explore-wrapper .explore-block:nth-child(4) {
        width: 58.33333333%
    }

    .explore-wrapper .explore-block:nth-child(2), .explore-wrapper .explore-block:nth-child(3) {
        width: 41.66666667%
    }
}

.explore-wrapper .explore-block:hover .overlay {
    background: rgba(0,0,0,0.6)
}

    .explore-wrapper .explore-block:hover .overlay ul, .explore-wrapper .explore-block:hover .overlay h5 {
        display: block;
        opacity: 1;
        bottom: 0px
    }

    .explore-wrapper .explore-block:hover .overlay h4 {
        padding-top: 0px
    }

.explore-wrapper .explore-block .district {
    height: 450px;
    position: relative;
    overflow: hidden
}

.explore-wrapper .explore-block .district {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial
}

.explore-wrapper .explore-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: table;
    transition: all 0.5s ease
}

    .explore-wrapper .explore-block .overlay .vertical-align {
        display: table-cell;
        text-align: center;
        vertical-align: middle
    }

    .explore-wrapper .explore-block .overlay ul, .explore-wrapper .explore-block .overlay h5 {
        padding: 0;
        margin: 0;
        display: none;
        opacity: 0;
        bottom: -50px;
        position: relative;
        transition: all 0.5s ease;
        text-align: left
    }

        .explore-wrapper .explore-block .overlay ul li {
            list-style: none;
            display: inline-block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            max-width: 100%;
            vertical-align: middle
        }

            .explore-wrapper .explore-block .overlay ul li a {
                color: #fff;
                font-size: 17px;
                white-space: nowrap;
                text-overflow: ellipsis;
                display: inline-block;
                max-width: 100%;
                vertical-align: middle;
                list-style: none;
                overflow: hidden
            }

                .explore-wrapper .explore-block .overlay ul li a .badge {
                    color: #111
                }

.explore-block h4 {
    font-size: 30px;
    color: #ffffff;
    padding-top: 150px;
    transition: all 0.5s ease;
    margin-top: 20px
}

.explore-block h5 {
    color: #fff;
    font-size: 30px
}

.spotlight-wrapper {
    position: relative;
    margin-bottom: 2%;
    -webkit-transform: translate3d(0, 0, 0)
}

    .spotlight-wrapper h2 {
        color: #4c8205;
        text-transform: uppercase;
        font-size: 30px;
        margin-bottom: 15px
    }

    .spotlight-wrapper .spotlightSection {
        border: solid 1px #e1e1e1;
        background: #fff
    }

    .spotlight-wrapper .img-wrap {
        padding-top: 40%;
        border-radius: 0px 0px 0 0;
        position: relative;
        margin-bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-position: center
    }

    .spotlight-wrapper .spotlight-text {
        padding: 10px
    }

        .spotlight-wrapper .spotlight-text .title {
            font-size: 25px;
            color: #222;
            margin: 8px 0;
            padding: 0;
            display: inline-block
        }

        .spotlight-wrapper .spotlight-text a.title, .spotlight-wrapper .spotlight-text a.title:hover, .spotlight-wrapper .spotlight-text a.title:focus {
            color: #222;
            text-decoration: none;
            outline: none
        }

        .spotlight-wrapper .spotlight-text p {
            font-size: 15px;
            color: #222;
            line-height: 1.6;
            text-align: justify
        }

    .spotlight-wrapper .spotlightSlide .spotlightLoader {
        position: absolute;
        top: 30%;
        left: 45%;
        background: none;
        width: 70px;
        height: 70px;
        -webkit-backface-visibility: hidden
    }

.project-carousel .slick-slide, .mini-spotlight-carousel .slick-slide {
    padding: 0
}

.project-carousel .slick-arrow, .mini-spotlight-carousel .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 40%;
    width: 55px;
    height: 55px;
    background: #fff url("../images/sliderArrow_sprites.png") no-repeat center;
    border-radius: 50%;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
    border: 0;
    opacity: 0.8
}

.mini-spotlight-carousel .slick-arrow {
    width: 30px;
    height: 30px
}

    .project-carousel .slick-arrow:focus, .project-carousel .slick-slide:focus, .mini-spotlight-carousel .slick-arrow:focus, .mini-spotlight-carousel .slick-slide:focus {
        outline: none
    }

.project-carousel .slick-prev {
    left: -14px;
    background-position: 1px 1px
}

.mini-spotlight-carousel .slick-prev {
    left: 7px;
    background-position: 0 0;
    padding: 25px
}

.project-carousel .slick-next {
    right: -14px;
    background-position: -47px 1px
}

.mini-spotlight-carousel .slick-next {
    right: -2px;
    background-position: -50px -1px;
    padding: 25px
}

.project-carousel .slick-arrow:hover, .mini-spotlight-carousel .slick-arrow:hover {
    opacity: 1
}

@media only screen and (max-width: 1220px) {
    .project-carousel .slick-next {
        right: 20px
    }

    .project-carousel .slick-prev {
        left: 20px
    }
}

@media only screen and (min-width: 650px) and (max-width: 1220px) {
    .mini-spotlight-carousel .slick-next {
        right: 5px
    }

    .mini-spotlight-carousel .slick-prev {
        left: 10px
    }
}

@media only screen and (max-width: 650px) {
    .mini-spotlight-carousel .slick-next {
        right: -13px
    }

    .mini-spotlight-carousel .slick-prev {
        left: -10px
    }
}

.premium-builders-wrapper {
    margin-top: 75px
}

    .premium-builders-wrapper .premium-builders {
        border: solid 1px #e1e1e1;
        position: relative
    }

        .premium-builders-wrapper .premium-builders li a {
            color: #333;
            font-size: 15px
        }

            .premium-builders-wrapper .premium-builders li a:hover, .premium-builders-wrapper .premium-builders li a:focus {
                text-decoration: none
            }

        .premium-builders-wrapper .premium-builders h2 {
            font-size: 30px;
            color: #333;
            background: #fff;
            position: absolute;
            top: -15px;
            left: 35%;
            display: inline-block;
            margin: 0
        }

        .premium-builders-wrapper .premium-builders ul {
            padding: 0;
            margin: 0
        }

            .premium-builders-wrapper .premium-builders ul li {
                list-style: none;
                display: inline-block;
                padding: 30px;
                font-size: 18px;
                text-align: center
            }

@media only screen and (min-width: 220px) and (max-width: 500px) {
    .premium-builders-wrapper .premium-builders ul li {
        width: 100%
    }

    .premium-builders-wrapper .premium-builders h2 {
        position: static;
        display: inherit;
        margin: inherit;
        text-align: center;
        margin-top: 20px
    }
}

.premium-builders-wrapper .premium-builders ul li img {
    width: 80%;
    display: inline-block;
    height: 80%
}

.app-wrapper .app-bg {
    background: #8ec625;
    position: relative;
    margin-top: 8%
}

    .app-wrapper .app-bg .phone {
        position: relative;
        background: url("../images/app-bg-drawing.jpg") no-repeat center;
        padding-top: 70%
    }

@media only screen and (min-width: 220px) and (max-width: 1020px) {
    .app-wrapper .app-bg .phone {
        padding-top: 90%
    }
}

.app-wrapper .app-bg .phone img {
    position: absolute;
    top: -70px;
    left: 20%;
    text-align: center
}

.app-wrapper .app-bg .app-content h3 {
    color: #fff;
    font-size: 35px;
    margin: 12% 0 10px 0
}

@media only screen and (min-width: 220px) and (max-width: 990px) {
    .app-wrapper .app-bg .app-content h3 {
        font-size: 28px
    }
}

.app-wrapper .app-bg .app-content input {
    height: 51px;
    border: 0;
    border-bottom: solid 1px #fff;
    color: #fff;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    font-size: 18px
}

    .app-wrapper .app-bg .app-content input::-webkit-input-placeholder {
        color: white
    }

    .app-wrapper .app-bg .app-content input::-moz-placeholder {
        color: white
    }

    .app-wrapper .app-bg .app-content input:-ms-input-placeholder {
        color: white
    }

    .app-wrapper .app-bg .app-content input:-moz-placeholder {
        color: white
    }

.app-wrapper .app-bg .app-content button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 0;
    box-shadow: 1px 1px 2px 0 #467900;
    background: #f1d33b url("../images/sliderArrow_sprites.png") no-repeat -50px 0px
}

.modal-dialog.search-id .modal-content {
    box-shadow: none;
    background: transparent;
    border: 0
}

@media only screen and (min-width: 451px) {
    .modal-dialog.search-id {
        width: 450px
    }
}

.modal-dialog.search-id .popup-wrapper .popup-header {
    height: 165px
}

.modal-dialog.search-id input {
    border: solid 1px #e1e1e1;
    margin: 0;
    padding-left: 12px;
    border-radius: 3px;
    height: 45px
}

.padding-15 {
    padding: 15px
}

.UpdateProfile {
    background: #f9f9f9
}

    .UpdateProfile .center-box {
        box-shadow: 2px 2px 4px 0 rgba(51,51,51,0.21);
        background: #fff
    }

.MyMessages .nav-tabs > li.active > a, .MyMessages .nav-tabs > li.active > a:hover, .MyMessages .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #8dc541;
    border: 1px solid rgba(221,221,221,0);
    border-bottom-color: transparent;
    cursor: default;
    border-radius: 30px;
    padding: 8px 24px
}

.MyMessages .nav {
    border-bottom: 0
}

.MyMessages .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    color: #3a3a3a;
    background-color: #ffffff;
    border: 1px solid #8dc541;
    border-radius: 30px;
    padding: 8px 24px
}

.sender-block, .receiver-block {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 3px;
    margin-top: 15px
}

.sender-block {
    border-left: 2px solid #606794
}

.receiver-block {
    border-left: 2px solid #3d8e5c
}

@media only screen and (min-width: 220px) and (max-width: 590px) {
    .postWrapper .col-xs-12 label.col-xs-4, .postWrapper .col-xs-12 .col-xs-8 {
        width: 100%
    }

    .postWrapper .col-xs-12 label.col-xs-4, .postWrapper .col-xs-12.distance-info .col-xs-8 {
        width: 66.66666667%
    }

    .postWrapper .col-xs-12 .priceMax, .postWrapper .col-xs-12 .priceMin {
        width: 50%
    }
}

.notification-wrap {
    width: 275px;
    padding: 10px 0;
    background: #fff;
    border: solid 1px #eee;
    border-radius: 3px;
    position: fixed;
    z-index: 999;
    top: 20%;
    right: -275px;
    box-shadow: 0 1px 2px 0 rgba(51,51,51,0.16);
    transition: all 0.5s cubic-bezier(0.12, 1.03, 0.73, 1.2)
}

    .notification-wrap.active {
        right: 10px
    }

    .notification-wrap.green {
        border-left: solid 4px #8cc53f
    }

        .notification-wrap.green .notification-text p:before {
            background-position: -69px -69px
        }

    .notification-wrap.orange {
        border-left: solid 4px #ecbf0d
    }

        .notification-wrap.orange .notification-text p:before {
            background-position: -10px -69px
        }

    .notification-wrap.red {
        border-left: solid 4px #ec0d0d
    }

        .notification-wrap.red .notification-text p:before {
            background-position: -69px -10px
        }

    .notification-wrap.blue {
        border-left: solid 4px #2eb8ff
    }

        .notification-wrap.blue .notification-text p:before {
            background-position: -10px -10px
        }

    .notification-wrap .notification-text p {
        font-size: 15px;
        padding: 15px 5px 15px 50px;
        margin: 0 0px 0 10px
    }

        .notification-wrap .notification-text p:before {
            background: url("../images/notify_sprites.png") no-repeat;
            height: 40px;
            width: 40px;
            display: inline-block;
            content: '';
            position: absolute;
            left: 5%;
            top: 26%
        }

.mobile-app-view {
    display: none;
    transition: all 0.5s cubic-bezier(0.12, 1.03, 0.73, 1.2)
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    body.mobile-off {
        transform: translateY(0px)
    }

        body.mobile-off .mobile-app-view {
            visibility: hidden
        }

    .mobile-app-view {
        background: #8dc541;
        position: absolute;
        height: 72px;
        top: -72px;
        left: 0;
        z-index: 8;
        width: 100%;
        display: block;
        padding: 5px 65px 15px 65px
    }

        .mobile-app-view p a {
            color: #fff;
            font-size: 15px
        }

        .mobile-app-view p {
            padding: 10px 20px 10px 55px;
            vertical-align: bottom;
            background: url(../images/download-app.png) no-repeat left center;
            background-size: 45px;
            text-align: left;
            display: block;
            color: #fff;
            font-size: 15px;
            margin: 0;
            font-weight: 500
        }

        .mobile-app-view .close {
            opacity: 1;
            position: absolute;
            top: 23px;
            right: 15px;
            text-shadow: none;
            width: 25px;
            height: 25px;
            text-align: center;
            background: url("../images/close-block.png") no-repeat center
        }

        .mobile-app-view span {
            background: #f1d33b;
            padding: 6px 17px;
            font-size: 12px;
            border-radius: 3px;
            float: right;
            position: relative;
            top: -35px;
            right: 21px;
            letter-spacing: .3px;
            color: #111;
            font-weight: 500
        }

    body.mobile-on {
        transform: translateY(72px);
        transition: all 0.5s cubic-bezier(0.12, 1.03, 0.73, 1.2)
    }
}

@media only screen and (min-width: 220px) and (max-width: 480px) {
    .mobile-app-view {
        padding: 4px 15px
    }
}

.myAccount-tables.inner-border {
    margin-bottom: 30px
}

#msgBox {
    margin-bottom: 20px
}

.no-paddingRight {
    padding-right: 0
}

.no-paddingLeft {
    padding-left: 0
}

@media only screen and (max-width: 991px) and (min-width: 220px) {
    .no-paddingRight {
        padding-right: 15px
    }

    .no-paddingLeft {
        padding-left: 15px
    }
}

.ui-radio {
    display: none
}

    .ui-radio + label {
        position: relative;
        padding-left: 30px;
        display: inline-block
    }

        .ui-radio + label:before {
            background-color: #fff;
            border: 2px solid #8dc541;
            border-radius: 50px;
            display: inline-block;
            position: absolute;
            content: ' ';
            width: 22px;
            height: 22px;
            top: 2px;
            left: 0px
        }

    .ui-radio:checked + label:after {
        content: ' ';
        width: 18px;
        height: 18px;
        border-radius: 50px;
        position: absolute;
        background: #8dc541;
        top: 4px;
        left: 2px
    }

    .ui-radio:checked + label:before {
        color: #99a1a7;
        border: 2px solid #fff
    }

.price-column-container {
    text-align: center;
    margin: 5px;
    background-color: #fff;
    border: 1px solid #e5e9ee
}

.price-table-head {
    color: #fff;
    padding: 20px 0;
    background: #e1e1e1
}

    .price-table-head h2 {
        font-size: 24px;
        color: #333 !important
    }

.price-column-container .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid;
    margin: auto;
    border-top-color: #e1e1e1
}

.price-column-container h2 {
    font-size: 20px;
    margin: 0;
    padding: 10px 0 10px 0
}

.price-column-container.border-active {
    border: 1px solid #e5e9ee
}

.price-table-pricing > h3 {
    font-size: 44px;
    position: relative;
    font-weight: 300;
    margin-bottom: 0
}

    .price-table-pricing > h3 > .price-sign {
        font-size: 24px;
        position: absolute;
        margin-left: -18px;
        top: 5px
    }

.price-table-pricing > p {
    margin-top: 0
}

.price-column-container .subscription-tax {
    top: 0;
    position: absolute
}

.price-table-body {
    padding: 0 15px 15px 15px
}

.price-table-content {
    padding: 10px 0 10px 0
}

h2.packageHeading {
    font-size: 25px
}

    h2.packageHeading span {
        color: #8dc541;
        font-weight: 600
    }

div.packageHeading_sub {
    font-size: 16px;
    color: #111;
    margin: 0;
    line-height: 1.6
}

.package_selector, .package-details {
    border: solid 1px #ccc;
    border-radius: 3px
}

    .package_selector label {
        font-size: 20px;
        text-transform: uppercase;
        color: #111
    }

    .package_selector .active {
        background: #8dc541
    }

    .package_selector .package {
        padding: 18px 15px;
        border-bottom: solid 1px #ccc
    }

    .package_selector .packageNameDiv {
        cursor: pointer
    }

    .package_selector .package ul {
        padding: 8px 4px;
        margin: 0
    }

        .package_selector .package ul li {
            padding: 3px 0px;
            margin: 0;
            display: inline-block;
            list-style: none
        }

            .package_selector .package ul li a {
                background: #fff;
                color: #333;
                padding: 3px 11px 3px 32px;
                display: inline-block;
                border-radius: 3px;
                font-size: 15px;
                position: relative;
                box-shadow: #323232 3px 4px 3px -4px
            }

                .package_selector .package ul li a:before {
                    content: "\f10c";
                    font-family: 'FontAwesome';
                    background: #fff;
                    width: 27px;
                    height: 27px;
                    position: absolute;
                    border-radius: 3px 0px 0px 3px;
                    left: 0;
                    top: 0;
                    font-size: 14px;
                    color: #7e7e7e;
                    padding: 4px 10px
                }

                .package_selector .package ul li a.active {
                    background: #f6ff00
                }

                    .package_selector .package ul li a.active:before {
                        content: "\f00c";
                        font-family: 'FontAwesome';
                        background: #fff;
                        width: 27px;
                        height: 27px;
                        position: absolute;
                        border-radius: 3px 0px 0px 3px;
                        left: 0;
                        top: 0;
                        font-size: 14px;
                        color: #8dc541;
                        padding: 4px 5px
                    }

.package-total {
    background: #fff5c3;
    padding: 0
}

    .package-total h1 span {
        font-size: 16px;
        display: block;
        padding-left: 8px
    }

    .package-total h1 {
        font-size: 60px;
        padding: 8% 0 8% 22%
    }

    .package-total .detaild {
        background: #f9eeb8;
        padding: 12px 15px;
        margin: 0
    }

        .package-total .detaild p {
            font-size: 14px;
            color: #111;
            padding: 0;
            margin: 0
        }

.package-details {
    padding: 5px 20px
}

    .package-details .package-type {
        border-radius: 3px;
        border: solid 1px #ccc;
        background: #f9f9f9;
        position: relative
    }

        .package-details .package-type.active {
            background: #8dc541;
            border: solid 1px #72a330
        }

            .package-details .package-type.active h2 {
                color: #fff
            }

                .package-details .package-type.active h2:before {
                    content: '\f00c';
                    font-family: 'FontAwesome';
                    position: absolute;
                    top: 18px;
                    right: 18px;
                    color: #86ba3f;
                    z-index: 9;
                    font-size: 19px
                }

            .package-details .package-type.active .package-type-desc {
                background: #86ba3f
            }

                .package-details .package-type.active .package-type-desc p {
                    color: #fff
                }

        .package-details .package-type h2 {
            font-size: 26px;
            color: #111;
            padding: 10px 20px;
            position: relative
        }

            .package-details .package-type h2 span {
                font-size: 20px;
                display: block
            }

            .package-details .package-type h2:after {
                content: '';
                height: 37px;
                width: 37px;
                border-radius: 3px;
                background: #fdffc5;
                border: solid 1px #72a330;
                display: inline-block;
                position: absolute;
                top: 10px;
                right: 10px
            }

        .package-details .package-type .package-type-desc {
            background: #eeeeee
        }

            .package-details .package-type .package-type-desc p {
                margin: 0;
                padding: 10px 20px;
                font-size: 15px
            }

.packages {
    background: #f9f9f9;
    text-align: center;
    padding: 20px 0;
    margin: 15px 0
}

.choose-sub-package h3 {
    font-size: 30px;
    color: #111
}

.choose-sub-package p {
    font-size: 18px;
    color: #111
}

.choose-sub-package ul {
    padding: 0 0;
    margin: 0 0;
    text-align: center
}

    .choose-sub-package ul li {
        padding: 3px 10px;
        margin: 0 0px 20px 0px;
        list-style: none;
        display: inline-block;
        text-align: left;
        background: #fff;
        border: solid 1px #ccc;
        width: 160px;
        border-radius: 3px;
        vertical-align: top
    }

        .choose-sub-package ul li:hover {
            background: #8cc542
        }

            .choose-sub-package ul li:hover a {
                color: #fff
            }

        .choose-sub-package ul li.active {
            background: #86ba3f;
            border: solid 1px #8dc541
        }

            .choose-sub-package ul li.active a, .choose-sub-package ul li.active a span {
                color: #fff
            }

        .choose-sub-package ul li a {
            display: block;
            font-size: 22px;
            color: #86ba3f
        }

            .choose-sub-package ul li a:hover, .choose-sub-package ul li a:focus {
                text-decoration: none;
                outline: 0
            }

            .choose-sub-package ul li a span {
                color: #111;
                font-size: 16px;
                display: block
            }

.sub-package-desc {
    padding: 0px 0px;
    color: #111;
    font-size: 13px
}

.selected-package p {
    color: #8b8b8b;
    font-size: 18px
}

.selected-package ul {
    padding: 0;
    margin: 30px 0
}

    .selected-package ul li {
        list-style: none;
        display: inline-block;
        font-size: 18px;
        color: #333333;
        border-bottom: dashed 1px #333
    }

        .selected-package ul li:after {
            content: '+';
            font-size: 18px;
            color: #333333;
            padding: 0 5px
        }

        .selected-package ul li:last-child:after {
            content: ''
        }

.selected-package a {
    font-size: 18px;
    display: inline-block
}

p.condition_package {
    font-size: 14px;
    padding-top: 7px;
    color: #111;
    float: left;
    padding-left: 12px
}

    p.condition_package span {
        color: #777777;
        font-style: italic;
        display: block
    }

.update_package {
    border-bottom: solid 1px #ccc
}

    .update_package a {
        font-size: 18px;
        display: inline-block
    }

.green-btn-small {
    float: left;
    padding: 5px 5px;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    background-color: #8bc53d;
    border-radius: 3px;
    border: none;
    margin: 0 10px 10px 0
}

.buy_package .green-btn {
    display: inline-block;
    font-size: 18px
}

.your-package h3 {
    display: block;
    font-size: 25px;
    color: #8dc541;
    padding: 15px 25px;
    margin: 0 0;
    background: #f9f9f9
}

.your-package ul {
    padding: 10px 0;
    margin: 0px 0
}

    .your-package ul li {
        font-size: 18px;
        color: #333333;
        padding: 9px 0px;
        list-style-type: circle;
        margin: 1px 45px
    }

.your-package .package {
    border: solid 1px #ccc;
    padding: 0
}

.package-block {
    border: solid 1px #e1e1e1;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 7px 0;
    transition: all 0.15s ease-in-out
}

    .package-block h3 {
        font-size: 25px;
        color: #333333
    }

    .package-block select, .additional-block select {
        font-size: 15px;
        font-family: 'Nunito', sans-serif;
        font-weight: 400;
        color: #333333;
        width: 230px;
        background: #fff;
        border: solid 1px #e1e1e1;
        border-radius: 3px;
        height: 33px
    }

    .package-block .img-responsive {
        display: inline-block
    }

    .package-block h4, .package-block-bulk h4, .additional-block h4, .additional-block h3 {
        font-size: 30px;
        color: #333333;
        padding: 25px 0
    }

    .package-block p, .package-block-bulk p {
        font-size: 16px;
        color: #333;
        padding: 0px 15px 25px 15px
    }

        .package-block p, .package-block-bulk p span {
            display: block
        }

    .package-block h4 span, .package-block-bulk h4 span, .additional-block h4 span {
        font-size: 15px
    }

.package-img {
    position: relative
}

.package-block-bulk {
    border: solid 1px #e1e1e1;
    background: #fff9dc;
    border-radius: 3px;
    margin-top: -3px
}

    .package-block-bulk h4 {
        padding: 0 0
    }

.bulk-package-header h1 {
    font-size: 20px;
    text-transform: uppercase
}

    .bulk-package-header h1 .badge, .additional-block h2 .badge {
        background: #fc4d45;
        border-radius: 3px;
        color: #fff;
        float: right
    }

.active-block h4, .active-block p {
    padding: 0 0
}

.additional-block {
    border: solid 1px #e1e1e1;
    border-radius: 3px
}

    .additional-block.img-section {
        padding: 80px 0
    }

    .additional-block h2 {
        font-size: 20px;
        margin: 10px 0
    }

    .additional-block h4 {
        padding: 0 0
    }

        .additional-block h4 span.desc {
            font-size: 15px;
            vertical-align: middle
        }

    .additional-block h3 {
        font-size: 18px;
        padding: 0 0
    }

.gallery-price-block {
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 1px #e1e1e1;
    padding: 9px 17px;
    height: 145px;
    margin-top: -1px
}

.package-wrapper:hover .package-block {
    box-shadow: 0 20px 27px 0px rgba(0,0,0,0.11)
}

ul.upgrade-package-head {
    color: #111;
    font-family: "Nunito",sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-left: 10px
}

    ul.upgrade-package-head li {
        margin-left: 30px;
        font-size: 15px
    }

@media only screen and (max-width: 1199px) and (min-width: 991px) {
    .choose-sub-package ul li {
        margin: 6px 2px;
        min-width: initial
    }

    .choose-sub-package p {
        font-size: 15px
    }

    .package-img .count-img {
        left: 35px
    }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
    .package_selector .package {
        border-right: solid 1px #ccc
    }

    .package-total h1 {
        padding: 2% 0 2% 0%;
        text-align: center
    }

        .package-total h1 span {
            display: inline-block
        }

    .package-block h3, .package-block select, .package-block h4, .package-block p {
        text-align: left;
        display: block;
        margin: 0;
        padding: 6px 0
    }

    .package-img .count-img {
        left: 35px
    }
}

@media only screen and (max-width: 767px) and (min-width: 220px) {
    .img-block {
        width: 250px;
        margin: auto;
        position: relative
    }

    .package-img .count-img {
        left: 18px
    }

    .active-block .col-xs-12 {
        text-align: center
    }
}

@keyframes count-img {
    0% {
        top: 61%;
        opacity: 0
    }

    100% {
        top: 40%;
        opacity: 1
    }
}

.package-desc {
    min-height: 156px
}

.upgrade-option {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-top: 10px
}

    .upgrade-option .package-price, .upgrade-info .package-price {
        color: #73a332;
        font-family: 'robotoRegular', Arial, Helvetica, sans-serif;
        font-size: 15px
    }

.btn-proc-payment {
    text-align: center;
    float: none !important
}

.upgrade-info {
    font-family: 'robotoRegular', Arial, Helvetica, sans-serif
}

    .upgrade-info .arrow-right {
        height: 40px;
        background: #8cc542;
        color: #fff;
        position: relative;
        width: 200px;
        text-align: center;
        line-height: 40px;
        margin-right: 20px;
        font-size: 20px
    }

        .upgrade-info .arrow-right:after {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            left: 100%;
            top: 0;
            border: 20px solid transparent;
            border-left: 20px solid #8cc542
        }

    .upgrade-info .package-price span {
        color: #000
    }

#bulkAttach {
    padding: 25px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1)
}

    #bulkAttach .packageHeading_sub p {
        line-height: 2.5
    }

#btn-bulk-attach-yes {
    width: 150px
}

.bulk-package-list {
    border: 1px solid #e8e8e8;
    padding: 25px 15px 15px 15px
}

    .bulk-package-list input {
        margin-right: 10px
    }

#map-section {
    padding: 0px !important
}

#list-section .list-item {
    cursor: pointer
}

#gmap-placeholder {
    height: 1018px;
    width: 100%
}

#property-list-wrapper {
    height: 860px
}

#draw-status {
    background: #000000;
    color: #FFFFFF;
    display: none;
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 5px;
    position: absolute
}

#radius-drag-status, #radius-expand-status {
    background: #000000;
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    text-align: center
}

#radius-drag-status {
    padding: 5px
}

#radius-expand-status span {
    padding: 5px;
    display: block
}

    #radius-expand-status span:nth-child(2) {
        background: #FF0000;
        font-weight: bold
    }

.full-width {
    width: 100% !important
}

.infoBox img[src*="close-box.png"] {
    cursor: pointer;
    position: absolute !important;
    margin: 0px;
    right: 0 !important;
    top: 0 !important;
    z-index: 9999 !important
}

.infoBox .top-arrow {
    display: block;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 15px solid #FFFFFF;
    left: 0;
    right: 0;
    margin: auto
}

#ui_notifIt {
    position: fixed;
    top: 0px;
    right: 0px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
    overflow: hidden;
    z-index: 10001
}

    #ui_notifIt p {
        text-align: center;
        font-family: sans-serif;
        font-size: 14px;
        font-weight: bold;
        padding: 0;
        margin: 0
    }

    #ui_notifIt.success {
        background-color: #dff0d8;
        border-bottom: 1px solid #d0e9c6;
        color: #3c763d
    }

    #ui_notifIt.error {
        background-color: #f2dede;
        border-bottom: 1px solid #ebcccc;
        color: #a94442
    }

    #ui_notifIt.warning {
        background-color: #fcf8e3;
        border-bottom: 1px solid #faf2cc;
        color: #8a6d3b
    }

    #ui_notifIt.info {
        background-color: #d9edf7;
        border-bottom: 1px solid #bcdff1;
        color: #31708f
    }

    #ui_notifIt.default {
        background-color: #e3e1e1;
        border-bottom: 1px solid #d4d3d4;
        color: #313131
    }

.alertmsg {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    color: #fff;
    background-color: #000;
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=70);
    padding: 5px;
    vertical-align: middle;
    z-index: 10
}

.alertmsglist {
    height: 100%
}

.alertmsgdetails {
    height: 100%
}

.alertmsglist div {
    text-align: center;
    font-size: 14px;
    position: relative;
    top: 30%
}

.alertmsgdetails div {
    text-align: center;
    font-size: 14px;
    position: relative;
    top: 40%
}

.alertmsg h3, .alertmsg h5 {
    color: #8acc32
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-5 {
    padding-bottom: 5px
}

.padding-top-7 {
    padding-top: 7px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-20 {
    padding-top: 20px
}

.margin-left-5 {
    margin-left: 5px
}

.text-center {
    text-align: center
}

.border-right {
    border-right: 1px solid #e5e9ee
}

.font-size-13 {
    font-size: 13px !important
}

.offwhite-bg {
    background: #f9f9f9
}

.light-yellow {
    background: #faf1c6
}

.full-width {
    width: 100%
}

.table-heading {
    padding: 10px 0;
    background: #e9e9e9
}

.fleft {
    float: left
}

.price-ico::before {
    content: "\f156";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-family: FontAwesome
}

.nopadding {
    padding: 0 !important
}

.nomargin {
    margin: 0 !important
}

.inner-border {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1
}

.padding-top-25 {
    padding-top: 25px
}

.similar-more {
    margin-top: 24px;
    margin-right: 5px;
    font-size: .85em
}

.backtoAlerts {
    margin: 24px 20px 0 0
}

    .backtoAlerts b {
        display: inline-block;
        margin-right: 5px;
        width: 12px;
        height: 12px;
        background: url(../images/ha.sprite.png) no-repeat -88px -112px
    }

#msgBox {
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 0;
    font-family: 'Nunito', sans-serif
}

.greenButton {
    background-color: #8dc541;
    color: white;
    border: solid 1px #8dc541;
    color: #fff !important
}

    .greenButton:hover {
        color: #fff
    }

.form-green-btn, .form-green-btn-small, form-cancel-btn {
    padding: 10px 15px;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    background-color: #8bc53d;
    border-radius: 3px;
    border: 0;
    text-transform: uppercase
}

.form-cancel-btn {
    background-color: #8d8d8d
}

    .form-cancel-btn:hover, .form-cancel-btn:focus, .form-cancel-btn.active, .open .dropdown-toggle.form-cancel-btn {
        color: #000;
        background-color: #8d8d8d;
        border: none
    }

.payment-history {
    float: left !important
}

    .payment-history .payment-list-container {
        margin-bottom: 8px;
        padding: 0 8px 0 0
    }

    .payment-history .payment-list {
        padding: 10px 5px 0 10px;
        border: 1px solid #ddd
    }

        .payment-history .payment-list .head {
            text-transform: uppercase;
            font-weight: bold
        }

    .payment-history .payment-details {
        padding: 0;
        list-style: none
    }

        .payment-history .payment-details li {
            border-bottom: 1px solid #ddd;
            margin-bottom: 10px
        }

            .payment-history .payment-details li:last-child {
                border: none
            }

.subscription-package-details {
    padding: 15px;
    background: #fff
}

.subscription-row {
    padding: 7px;
    background: #f4f4f4;
    border-top: 1px solid #fff
}

.myAccount-delete {
    background-position: -74px -66px !important
}

.myAccount-links {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../images/media_sprites.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.unread {
    font-weight: bold;
    font-size: .95em;
    color: #000
}

.messages, .messages-reply {
    padding: 20px 15px 10px 15px;
    font-size: .95em;
    border-top: 1px solid #e1e1e1
}

.message-sender, .message-receiver {
    margin-right: 15px;
    color: #606794
}

.message-date {
    color: #999;
    font-size: .90em
}

.message-content {
    padding-top: 10px
}

.messages-reply {
    padding: 20px 15px 10px 100px;
    background: url(../images/ico.reply.png) no-repeat 15px 20px
}

.message-receiver {
    color: #3d8e5c
}

.message-btn {
    margin-top: 7px;
    padding: 6px 25px;
    font-size: .95em
}

.msgdetails {
    cursor: pointer
}

.myAccount-heading {
    padding-left: 10px;
    padding-bottom: 10px
}

.deleteAll {
    position: relative;
    margin: -55px 0 0 0;
    z-index: 8
}

.common-mesgs {
    color: #999;
    font-weight: normal !important;
    font-size: 14px !important;
    margin-top: 5px
}

.mesg-count {
    margin: 0 7px;
    border-radius: 20px;
    background: #8bc53d;
    text-decoration: none !important;
    float: none !important;
    position: static !important;
    padding: 1px 10px;
    color: #fff !important
}

.myaccount-listing .img-wrap .photo-count::before {
    background: rgba(0,0,0,0) url("../images/small_icon_sprites.png") no-repeat scroll -10px -90px;
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
    width: 20px
}

.myaccount-listing .img-wrap .photo-count {
    background: #fff none repeat scroll 0 0;
    border-radius: 16px;
    bottom: 7px;
    box-shadow: 1px 1px 1px 0 rgba(51,51,51,0.4);
    display: inline-block;
    left: 33%;
    padding: 2px 15px;
    position: absolute
}

.property-select {
    cursor: pointer;
    padding-left: 15px
}

section.postWrapper .lhs-post-links ul li a.menuSelect {
    background: #eef4e6;
    text-decoration: none;
    font-weight: 500;
    color: #333
}

section.myaccount .rhs-myaccount .upload-media-list .media-content .media-content-list ul li a span.main-photo-selected {
    background-position: -70px -10px
}

.filedeletemsg {
    height: 94px;
    padding-top: 20px;
    text-align: center
}

.uploadsuccess {
    color: #8acc32
}

.uploaderror {
    color: red
}

.cropImage {
    padding: 15px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal
}

section.myaccount .table-responsive .dropdown button:after {
    background: none !important
}

section.myaccount .rhs-myaccount .upload-block #choose-video-name {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: -6px;
    display: inline-block;
    left: 0;
    line-height: 1.9;
    margin: 6px 0;
    position: absolute
}

.required {
    font-size: .9em;
    font-style: italic;
    color: #999;
    width: 100%;
    float: left
}

.mobileNotification {
    display: none
}

@media only screen and (max-width: 280px) {
    .mobileNotificationText {
        display: none !important
    }
}

@media only screen and (min-width: 220px) and (max-width: 500px) {
    .mobileNotification {
        width: 100%;
        top: 0;
        left: 0;
        display: block
    }

        .mobileNotification .appDownload {
            width: 100%;
            background: #5b7d1f url("../images/appTopBg.png") repeat-x right;
            display: block;
            position: relative
        }

            .mobileNotification .appDownload .appDownloadLogo {
                margin: 48% auto 0 auto;
                display: inline-block;
                text-align: center;
                width: 100%
            }

            .mobileNotification .appDownload .close {
                position: absolute;
                width: 28px;
                height: 28px;
                top: 2px;
                right: 0;
                font-size: 22px;
                opacity: 0.4
            }

                .mobileNotification .appDownload .close:focus .mobileNotification {
                    display: none
                }

            .mobileNotification .appDownload ul {
                padding: 3% 0 3% 0;
                margin: 0 auto;
                text-align: center
            }

                .mobileNotification .appDownload ul li {
                    list-style: none;
                    display: inline-block;
                    padding: 10px
                }

    .mobileNotificationText {
        color: #FFF;
        vertical-align: middle;
        text-align: left;
        font-weight: bold
    }
}

.s-soldoutdetails-badge {
    position: absolute;
    background: rgba(0,0,0,0.68) url(../images/soldbadge-detail.png);
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0
}

.r-soldoutdetails-badge {
    position: absolute;
    background: rgba(0,0,0,0.68) url(../images/rentbadge-detail.png);
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0
}

.l-soldoutdetails-badge {
    position: absolute;
    background: rgba(0,0,0,0.68) url(../images/leasebadge-detail.png);
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0
}

.scrollup {
    position: fixed;
    z-index: 9;
    bottom: 30px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #53ca47 url(../images/sliderArrow_sprites.png) no-repeat 1px -1px;
    border-radius: 50%;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
    border: 0;
    z-index: 9999;
    transform: rotate(90deg)
}

    .scrollup.homePage {
        left: 10px
    }

.property-feature-y {
    background: url(../images/yes.png) no-repeat;
    display: block;
    height: 16px;
    width: 16px
}

.property-feature-n {
    background: url(../images/no.png) no-repeat;
    display: block;
    height: 16px;
    width: 16px
}

#widget-clist {
    background: #f6eede;
    border: 1px solid #e5cc8c;
    font-size: 10px;
    padding: 5px;
    right: 10px;
    top: 10%;
    z-index: 9;
    width: 130px
}

    #widget-clist .wcl-header {
        background: #f1d33b;
        color: #fff;
        margin: -6px -6px 6px -6px;
        padding: 8px 5px;
        text-align: right
    }

    #widget-clist .cl-item {
        border: 5px solid #FFFFFF;
        margin: 8px 0px 8px 0px;
        position: relative;
        width: 100%
    }

        #widget-clist .cl-item .checkbox {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            margin: 0
        }

        #widget-clist .cl-item input[type=checkbox] {
            display: none
        }

        #widget-clist .cl-item label {
            background: white;
            border: 1px solid #999;
            border-radius: 15px;
            cursor: pointer;
            font-size: 9px;
            height: 15px;
            position: absolute;
            right: -5px;
            text-align: center;
            top: -8px;
            width: 15px;
            padding-top: 1px
        }

    #widget-clist .cl-item-title {
        background-color: white;
        bottom: 0;
        color: #2b2b2b;
        display: none;
        position: absolute;
        width: 170px;
        word-wrap: break-word;
        left: -170px;
        padding: 13px;
        box-shadow: 1px 2px 7px -1px rgba(0,0,0,0.39);
        border-radius: 3px;
        font-size: 12px
    }

        #widget-clist .cl-item-title:after {
            content: '';
            position: absolute;
            right: -7px;
            top: 50%;
            border-top: solid 7px transparent;
            border-bottom: solid 7px transparent;
            border-left: solid 7px #fff
        }

    #widget-clist .cl-item:hover .cl-item-title {
        display: block
    }

    #widget-clist .wcl-header a {
        background: #fff;
        color: #000;
        font-size: 11px;
        border-radius: 10px;
        width: 16px;
        display: inline-block;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        outline: none
    }

    #widget-clist #compare-image {
        height: 70px
    }

.exact-difference-td {
    text-align: center;
    vertical-align: middle !important;
    font-weight: bold
}

.property-comparison-info {
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    color: #FFFFFF;
    display: block;
    position: absolute;
    width: 100%;
    word-wrap: break-word
}

.image-box {
    position: relative;
    width: 170px
}

.compare-heading {
    background: #f5f5f5;
    color: #000
}

.header-dropdown {
    min-width: 250px;
    left: -210px
}

    .header-dropdown li {
        width: 100%;
        margin: 0 !important
    }

        .header-dropdown li a {
            padding: 10px !important;
            display: block !important;
            background: none !important
        }

    .header-dropdown .border-btm {
        border-bottom: 1px solid #e5e5e5
    }

.intl-tel-input {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    width: 96% !important
}

@media only screen and (min-device-width: 768px) {
    .intl-tel-input {
        width: 100% !important
    }
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-right: 0;
    padding-right: 6px;
    padding-left: 80px !important;
    margin-left: 0 !important
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 1px;
    right: auto;
    left: 0
}

    .intl-tel-input .flag-container:focus, .intl-tel-input .selected-flag:focus {
        outline: none
    }

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    padding: 0 0 0 8px;
    background-color: rgba(0,0,0,0);
    display: table;
    width: 70px;
    height: 33px
}

    .intl-tel-input .selected-flag .iti-arrow {
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 6px;
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #555;
        padding: 0
    }

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

    .intl-tel-input .country-list .country .dial-code {
        color: #999
    }

    .intl-tel-input .country-list .country.highlight {
        background-color: rgba(0,0,0,0.05)
    }

.intl-tel-input .country-list .flag-box {
    padding: 0 !important
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
    vertical-align: middle;
    margin-right: 6px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background-color: rgba(0,0,0,0)
    }

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    float: none
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

    .intl-tel-input.iti-container:hover {
        cursor: pointer
    }

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 15px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 98%
}

    .iti-mobile .intl-tel-input .country-list .country {
        padding: 10px 10px;
        line-height: 1.5em
    }

#mobileAppInput .selected-flag {
    color: #fff;
    top: 10px
}

#mobileAppInput .intl-tel-input .selected-flag .iti-arrow {
    border-top-color: #fff
}

#mobileAppInput input {
    padding-left: 80px !important
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000
}

.popup #cboxClose {
    position: absolute;
    top: 50px;
    right: 50px;
    display: block;
    width: 20px;
    height: 20px;
    color: rgba(0,0,0,0);
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    background: url("../images/popup-close.png") no-repeat
}

.popup.popupWithTitle #cboxClose, .popup.property-gmap-large #cboxClose, .popup.property-media #cboxClose, .popup.decor-feeds #cboxClose, .popup.overlay-ad #cboxClose {
    top: 0px !important;
    right: 0px !important;
    width: 22px !important;
    height: 22px !important;
    background: url("../images/popup-close.png") #fff no-repeat
}

.custom-close #cboxClose {
    display: none !important
}

.cboxIframe {
    background: rgba(0,0,0,0)
}

#cboxContent:focus, #cboxWrapper:focus, #colorbox:focus {
    outline: 0
}

.popupWithTitle #cboxTitle {
    position: absolute;
    top: 0px;
    left: 0;
    color: #72aa29;
    width: 100%;
    padding: 10px 5px 10px 20px;
    background: #fff;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    height: 44px;
    overflow: hidden
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none
}

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0
    }

#cboxNext {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -32px;
    background: url(../images/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

    #cboxNext:hover {
        background-position: bottom right
    }

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0
    }

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -32px;
    background: url(../images/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

    #cboxPrevious:hover {
        background-position: bottom left
    }

.popupWithTitle #cboxLoadedContent {
    border: 0;
    border-top: 2px solid #000;
    background: #fff
}

.nopadding {
    padding: 0 !important
}

.nopadding-left {
    padding-left: 0 !important;
    margin-left: 0 !important
}

.builders-special {
    margin-bottom: 30px;
    background: #eeefed
}

.bldrs-spcl-email, .bldrs-spcl-phone {
    display: inline-block;
    margin-right: 10px;
    width: 27px;
    height: 25px;
    background: url(../images/ha.sprite.png) no-repeat -134px -206px;
    line-height: 18px;
    text-indent: -9999px
}

.bldrs-spcl-phone {
    margin-bottom: 30px;
    background: url(../images/ha.sprite.png) no-repeat -134px -231px
}

.bldrs-spcl-heading {
    color: #6f9e31;
    text-shadow: 1px 1px 1px #fff;
    font-size: 36px
}

.bldrs-spcl-text {
    margin: 25px 0;
    line-height: 25px
}

.emi {
    margin-bottom: 30px;
    border: 1px solid #ddd
}

.emi-color {
    background: #f8f7c1
}

.emi-calculator {
    float: left;
    padding: 15px
}

.emi-input {
    display: inline-block;
    margin: 0 0 10px 10px;
    padding: 10px;
    width: 105px;
    font-weight: bold;
    border: 1px solid #dad9d9
}

.emi-result {
    padding: 43px 0;
    color: #9d9d9d;
    border-bottom: 1px solid #dbdad7;
    text-align: center;
    background-color: #fff
}

    .emi-result.last {
        border-bottom: none
    }

.emi-result-number {
    display: inline-block;
    font-size: 1.4em;
    color: #444;
    font-weight: bold
}

.emi-border {
    border-left: none;
    border-bottom: none
}

.emi-months {
    padding-left: 15px
}

    .emi-months label {
        font-weight: normal
    }

#loanamountsteps {
    float: left;
    position: relative;
    width: 100%;
    height: 25px
}

.tick {
    color: #7d7d62;
    font-size: 9px;
    height: 11px;
    left: 0;
    line-height: 11px;
    margin-left: -24px;
    position: absolute;
    text-align: center;
    width: 48px
}

.rupee {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/ha.sprite.png) no-repeat -82px -312px;
    line-height: 18px;
    text-indent: -9999px
}

h3.headingLine {
    margin: 50px 0 30px 0 !important;
    background: url(../images/line.jpg) repeat-x 0 15px
}

    h3.headingLine b {
        margin-left: 10px;
        padding: 0 10px;
        font-weight: normal;
        background: #fff
    }

.property-2line {
    margin-bottom: 10px;
    font-size: 0.92em;
    color: #000;
    float: left;
    width: 100%
}

    .property-2line b {
        color: #333
    }

    .property-2line ul li {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
        border-right: 1px solid #8a8a8a;
        list-style: none
    }

        .property-2line ul li.last {
            border-right: none
        }

    .property-2line ul.detail-social {
        float: right;
        margin: 0 0 0 15px;
        padding: 0 15px 0 0
    }

        .property-2line ul.detail-social li {
            margin: 0 0 0 3px;
            padding: 0;
            border-right: 0
        }

        .property-2line ul.detail-social a {
            display: inline-block;
            margin-bottom: 5px;
            padding-left: 25px;
            height: 21px;
            color: #fff;
            line-height: 20px;
            text-decoration: none;
            background-image: url(../images/ha.sprite.png);
            background-position: 0 0
        }

            .property-2line ul.detail-social a.detail-fav {
                width: 82px;
                background-color: #848484;
                color: #fff;
                background-position: 0px -609px
            }

                .property-2line ul.detail-social a.detail-fav.active, .property-2line ul.detail-social a.detail-fav:hover {
                    width: 82px;
                    background-color: #ce1b00;
                    background-position: 0px -584px
                }

            .property-2line ul.detail-social a.detail-mail {
                width: 87px;
                background-color: #ea771e;
                background-position: 0px -634px
            }

            .property-2line ul.detail-social a.detail-sms {
                width: 87px;
                background-color: #27a04e;
                background-position: 0px -660px
            }

.help-inline {
    display: inline-block
}

.error > label, .error .help-block, .error .help-inline {
    color: #b94a48
}

.error .checkbox, .error .radio, .error input, .error select, .error textarea {
    border-color: #b94a48
}

    .error .checkbox:focus, .error .radio:focus, .error input:focus, .error select:focus, .error textarea:focus {
        border-color: #953b39;
        -webkit-box-shadow: 0 0 6px #d59392;
        -moz-box-shadow: 0 0 6px #d59392;
        box-shadow: 0 0 6px #d59392
    }

.socials a {
    display: inline-block;
    height: 35px;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    width: 33px;
    text-align: center;
    padding: 8px 0
}

    .socials a.socials-FB {
        color: #FFFFFF;
        background-color: #3C5A98;
        border: solid 1px #3C5A98
    }

    .socials a.socials-twitter {
        color: #FFFFFF;
        background-color: #00ACED;
        border: 0;
        border: solid 1px #00ACED
    }

    .socials a.socials-whatsapp {
        color: #FFFFFF;
        background-color: #2AB200;
        border: 0;
        border: solid 1px #2AB200
    }

.modal-wrapper {
    z-index: 9999
}

    .modal-wrapper .modal-content {
        border-radius: 6px
    }

    .modal-wrapper .modal-header {
        background: #8dc541;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        text-align: center;
        padding: 14px 15px 0px 15px;
        border: 0
    }

        .modal-wrapper .modal-header .modal-title {
            color: #fff;
            text-transform: uppercase;
            font-family: 'robotoRegular', Arial, Helvetica, sans-serif;
            font-size: 20px;
            padding: 0px 0 15px 0
        }

    .modal-wrapper .modal-body {
        background: url("../images/modalArrow.png") no-repeat center top;
        padding: 35px
    }

        .modal-wrapper .modal-body .input-group input {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            background: #f9f9f9;
            height: 40px
        }

        .modal-wrapper .modal-body .input-group button {
            height: 40px;
            background: #e2e009;
            color: #111
        }

.el-error {
    color: #b94a48;
    display: block;
    margin: 3px 0 0 0;
    text-align: left;
    color: #b94a48;
    display: block;
    position: absolute;
    top: 0%;
    right: 20px;
    width: 100%;
    overflow: hidden;
    height: 29px;
    transition: all 0.5s ease-in-out;
    text-align: right
}

.property-type-list .el-error {
    right: 18px
}

@media only screen and (min-width: 220px) and (max-width: 991px) {
    .el-error {
        position: static
    }
}

.err-static .el-error {
    position: static
}

textarea.form-control {
    background-color: transparent
}

.el-error small:before {
    content: '';
    background: url("../images/el-error-img.png") no-repeat 0px 0px;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.el-required:after {
    color: #b94a48;
    content: " *"
}

.similar-article {
    padding: 25px 0;
    border-top: 1px solid #ccc;
    margin-top: 10px
}

.past-articles {
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #e5e5e5
}

    .past-articles .date-color, .news-blocks .date-color {
        color: #999
    }

    .past-articles a {
        float: left;
        width: 100%;
        word-break: break-all
    }

.quicKerala {
    margin-top: 20px;
    border: 1px solid #eee
}

.news-blocks {
    min-height: 105px;
    float: left
}

    .news-blocks div a {
        font-size: 0.9em
    }

.display-block {
    display: block
}

.QK-listing {
    padding: 10px
}

.QK-list-details {
    padding: 4px 0
}

.QK-list-address {
    font-weight: 300;
    color: #000
}

b.QK-list-icons {
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-image: url(../images/ha.sprite.png);
    background-position: 0 0
}

b.QK-list-name {
    background-position: -2px -451px
}

b.QK-list-location {
    background-position: -21px -451px
}

b.QK-list-phone {
    background-position: -41px -451px
}

b.QK-list-email {
    background-position: -61px -451px
}

b.QK-list-web {
    background-position: -81px -451px
}

.decorWrapper .img-display {
    width: 100%;
    padding-bottom: 72%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #eaeaea
}

@media only screen and (min-width: 220px) and (max-width: 761px) {
    .decorWrapper .img-display {
        padding-bottom: 35%
    }
}

.decorWrapper p.timeStamp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 240px;
    vertical-align: middle
}

.decorWrapper .img-display a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute
}

.decorHeaderText h2 {
    font-size: 24px
}

.decorWrapper .decor-itemTitle {
    color: #222222;
    font-size: 16px;
    display: block;
    display: -webkit-box;
    max-width: 328px;
    max-height: 22.4px;
    margin: 8px 0 0 0;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word
}

.decorWrapper h2:after {
    content: ' ';
    text-overflow: ellipsis
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .decorWrapper h2 {
        font-size: 16px;
        display: block;
        display: -webkit-box;
        max-width: 328px;
        max-height: 22.4px;
        line-height: 1.4;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word
    }

        .decorWrapper h2:after {
            content: ' ';
            text-overflow: ellipsis
        }
}

.decorWrapper .greenButton {
    margin-top: 13px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .decorWrapper .greenButton {
        margin-top: 0%;
        margin-bottom: 3%;
        float: left;
        margin-left: 4%
    }
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    footer.footer ul li a {
        padding: 7px 0px;
        margin: 3px 0px;
        display: block
    }

    .QK-listing img {
        margin-bottom: 15px;
        display: inline-block
    }

    .decorWrapper .greenButton {
        margin-top: 8%
    }
}

.decorWrapper .offWhiteBg {
    min-height: 58px
}

.decorWrapper .decorText p {
    font-size: 14px;
    color: #222222;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    line-height: 150px
}

.decorWrapper .first-grid .img-display {
    padding-bottom: 35%
}

.decorWrapper .first-grid .greenButton {
    margin-top: 13px;
    float: none
}

.decorWrapper .decorHeaderText {
    width: 100%
}

    .decorWrapper .decorHeaderText a span.ico {
        background: url("../images/home-decor_sprites.png") no-repeat center;
        height: 20px;
        width: 20px;
        display: inline-block;
        vertical-align: top
    }

        .decorWrapper .decorHeaderText a span.ico.email-ico {
            background-position: -10px -10px
        }

        .decorWrapper .decorHeaderText a span.ico.print-ico {
            background-position: -50px -10px
        }

        .decorWrapper .decorHeaderText a span.ico.backTo-ico {
            background-position: -10px -50px
        }

    .decorWrapper .decorHeaderText a.backTo {
        float: right;
        margin: -8px 0 !important
    }

@media only screen and (min-width: 220px) and (max-width: 475px) {
    .decorWrapper .decorHeaderText .hideText {
        display: none
    }
}

.decorWrapper .decorHeaderText .author {
    color: #75a92e
}

.decorWrapper .decorHeaderText p {
    font-size: 14px;
    color: #222222
}

.decorWrapper .decorHeaderText .text-header {
    padding-bottom: 0
}

.decorWrapper .decorHeaderText .shareArea a {
    border: solid 1px #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 9px 10px;
    color: #939393;
    text-decoration: none;
    font-size: 12px;
    margin-right: 7px
}

    .decorWrapper .decorHeaderText .shareArea a.fbColor {
        padding: 9px 20px;
        background: #3f5aa7 url("../images/facebook-ico.png") no-repeat center;
        border: solid 1px #3f5aa7
    }

    .decorWrapper .decorHeaderText .shareArea a.twitterColor {
        padding: 9px 20px;
        background: #00acee url("../images/twitter-icow.png") no-repeat center;
        border: solid 1px #00acee
    }

.myHomeArea b {
    font-size: 18px;
    color: #222222;
    margin: 8px 0;
    line-height: 1.4;
    font-weight: normal;
    display: block
}

    .myHomeArea b a {
        color: #222222
    }

        .myHomeArea b a:hover {
            color: #769B44
        }

.nxtprev-links a {
    color: #769B44
}

    .nxtprev-links a b {
        color: #769B44
    }

.myHomeArea p {
    margin: 5px 0 15px 0
}

.search-views {
    position: absolute;
    right: 0;
    bottom: 0
}

.financeCenter-wrap h2 {
    font-size: 24px
}

.financeCenter-wrap h3, .financeCenter-wrap .subtitle {
    font-size: 18px !important;
    margin-top: 10px
}

@media only screen and (min-width: 220px) and (max-width: 768px) {
    .decorWrapper .myHomeArea p {
        max-width: 721px
    }

    .search-views {
        position: relative
    }
}

.decorWrapper .myHomeArea .img-display {
    padding-bottom: 50%
}

.decorWrapper .detailRatingSection ul {
    padding: 0;
    margin: 0
}

    .decorWrapper .detailRatingSection ul li {
        display: inline-block;
        list-style: none
    }

        .decorWrapper .detailRatingSection ul li span {
            color: #8dc541;
            font-weight: bold;
            font-size: 16px
        }

.decorWrapper .detailTextSection b {
    font-size: 14px !important
}

.decorWrapper .detailTextSection p {
    text-align: justify
}

    .decorWrapper .detailTextSection p span {
        color: #222
    }

    .decorWrapper .detailTextSection p:first-of-type:first-letter {
        float: left;
        font-size: 4em;
        color: #222;
        margin-right: 0.10em;
        line-height: 90%
    }

.decorWrapper .morePhotos .imgThumb .img-display {
    width: 100%;
    padding-bottom: 86%;
    background-position: center;
    position: relative
}

    .decorWrapper .morePhotos .imgThumb .img-display a {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute
    }

.decorWrapper .relatedStories .text-header {
    background: #8dc541;
    color: #fff
}

    .decorWrapper .relatedStories .text-header h3 {
        margin: 0;
        padding: 10px 0 0 13px;
        color: #fff
    }

.decorWrapper .relatedStories ul {
    padding: 0;
    margin: 0
}

    .decorWrapper .relatedStories ul li {
        list-style: none;
        padding: 7px 0 7px 12px;
        margin: 0;
        border-bottom: dashed 1px #e1e1e1
    }

        .decorWrapper .relatedStories ul li:last-child {
            border: 0
        }

        .decorWrapper .relatedStories ul li a {
            color: #222222;
            font-family: 'OpenSans', Arial, Helvetica, sans-serif
        }

            .decorWrapper .relatedStories ul li a:hover {
                color: #8dc541
            }

.testimonialContainer .roundImg .circle {
    width: 70px;
    height: 70px;
    padding-bottom: 0;
    position: absolute;
    left: -45px;
    border: solid #fff 3px
}

.testimonialContainer .text h3 {
    font-size: 17px;
    color: #6b9335;
    padding: 5px 18px;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif
}

.testimonialContainer .text p {
    font-size: 16px;
    color: #222;
    padding: 0;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    display: block;
    display: -webkit-box;
    max-height: 77px;
    margin: 13px 30px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word
}

.testimonialContainer .text.offWhiteBg {
    height: 105px;
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    margin-bottom: 12px
}

.testimonialWrapper span a {
    font-size: 14px;
    color: #6b9335;
    padding: 5px 0px 5px 18px;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif
}

.roundImg .profileImage {
    width: 150px;
    height: 150px;
    padding-bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center
}

.testimonialListWrapper label {
    font-size: 18px;
    color: #333333;
    padding: 0;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif
}

    .testimonialListWrapper label span {
        font-size: 14px;
        color: #999
    }

.testimonialsListing .roundImg .circle {
    width: 122px;
    height: 122px;
    padding-bottom: 0;
    border: solid #8dc541 3px;
    display: inline-block;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.testimonialsListing b {
    font-size: 16px;
    color: #6a9235;
    padding: 12px 0 10px 0;
    display: block
}

.testimonialsListing p {
    font-size: 18px;
    color: #333;
    padding: 0;
    word-wrap: break-word
}

.offwhiteTestBg {
    padding: 20px
}

.testimonialsListing .testimonialsContainer:nth-child(odd) .offwhiteTestBg {
    background-color: #f7f7f7
}

.testimonialsDetails {
    position: relative;
    background-color: #8dc541;
    margin-top: 50px
}

    .testimonialsDetails .roundImg .circle {
        width: 90px;
        height: 90px;
        padding-bottom: 0;
        border: solid #fff 3px;
        display: inline-block;
        margin-top: -40px
    }

    .testimonialsDetails h2 {
        font-size: 14px;
        color: #333;
        padding: 0 0 0 0;
        font-family: 'robotoRegular', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: bold
    }

    .testimonialsDetails p {
        font-size: 14px;
        color: #fff;
        padding: 0 0 0 5px;
        font-family: 'OpenSans', Arial, Helvetica, sans-serif;
        font-weight: normal;
        background: url(../images/quoteDetails.png) no-repeat left top;
        word-wrap: break-word;
        text-align: justify
    }

        .testimonialsDetails p:first-letter {
            text-transform: uppercase;
            color: #fff;
            font-weight: bold;
            padding-left: 30px
        }

.sc-disabled {
    cursor: default !important
}

    .sc-disabled:after {
        content: none !important
    }

#loader-map-search {
    background: #FFFFFF;
    border: 2px solid #F1D33B;
    box-shadow: 0 4px 15px 0 #000000;
    display: none;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9em;
    left: 0px;
    margin: auto;
    padding: 5px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 146px;
    z-index: 9999;
    height: 46px
}

    #loader-map-search span:nth-child(1) {
        background: url(../images/map-search-loader.gif) no-repeat center;
        display: inline-block;
        height: 32px;
        width: 32px
    }

    #loader-map-search span:nth-child(2) {
        display: inline-block;
        margin-left: 10px;
        top: -12px;
        position: relative
    }

.contact-address {
    padding: 10px 0px;
    font-size: 1.20em;
    border-top: 1px solid #ddd
}

.adrs {
    float: left;
    margin: 0 5px 7px 0;
    padding: 4px 12px;
    border-radius: 3px;
    background: #f1f1f1;
    color: #000
}

.btm-line {
    border-bottom: 1px solid #ddd
}

.selectAddress {
    margin: 50px 0 0 19px
}

.print-order {
    float: right;
    text-align: right;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 0
}

.print-container {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    color: #555
}

.print-table {
    background: #f3f3f3;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%
}

table.print-table tr {
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3
}

    table.print-table tr td {
        padding: 8px 15px;
        border: none
    }

        table.print-table tr td b, table.print-table tr td span {
            color: #000
        }

.print-heading {
    background: #d7d7d7
}

table.print-table tr.print-package-name td {
    border-top: 5px solid #fff
}

.print-total-amount {
    background: #e8f3d9;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif
}

table.print-table tr.print-total-amount td {
    border-top: 5px solid #fff
}

.print-total-amount h4 {
    margin: 0;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif
}

.print-note {
    font-size: .85em;
    color: #999;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.print-hidden {
    display: none
}

.overviewMap {
    border: solid 1px #e1e1e1;
    border-bottom: 0
}

.mapProperties {
    background: #f3f39d;
    border: solid 1px #d3d37c;
    margin-top: 8px;
    padding: 5px 0
}

    .mapProperties .form-control {
        border: solid 1px #E4E46F
    }

    .mapProperties ul {
        padding: 0 0 0 12px;
        margin: 0
    }

        .mapProperties ul li {
            display: inline-block;
            padding: 8px 8px;
            margin: 0px;
            font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
            font-size: 14px;
            font-weight: bold;
            color: #333
        }

            .mapProperties ul li a {
                color: #333
            }

                .mapProperties ul li a.active {
                    background: #8bc53d;
                    border-radius: 4px;
                    color: #fff;
                    padding: 2px 9px
                }

.overViewLeft {
    border: solid 1px #e1e1e1
}

.marketOverview {
    background: #f8f8f8;
    border-top: solid 1px #e1e1e1;
    min-height: 250px
}

.marketOverviewHeader {
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 5px
}

.marketOverview p {
    font-size: 14px;
    color: #222;
    padding: 12px 0 0 0px
}

#town-map-placeholder {
    width: 100%;
    height: 395px
}

.overviewGraphWrapper .head {
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'Open Sans',sans-serif,Helvetica,Arial,sans-serif;
    position: absolute;
    right: 4%;
    top: 18%;
    text-align: left;
    color: #666;
    z-index: 999
}

.searchOverview {
    position: relative
}

.nearby-towns {
    float: right;
    padding: 0 0 20px 0;
    text-align: right
}

.propertyDetails-left .more {
    display: inline-block;
    margin-top: 5px
}

.propertyDetails-left .sub-head {
    font-size: 17px
}

@media only screen and (max-width: 1023px) and (min-width: 320px) {
    .propertyDetails-left {
        width: 100%;
        display: inline-block
    }

    .propertyDetails-right {
        width: 100%;
        display: inline-block
    }

    .featured-captchaWrapper img {
        margin: 7px 0 0 0
    }
}

@media only screen and (max-width: 1170px) and (min-width: 1024px) {
    .propertyDetails-left {
        width: 68%;
        display: inline-block
    }

    .propertyDetails-right {
        width: 31%;
        display: inline-block
    }
}

@media (min-width: 1171px) {
    .propertyDetails-left {
        width: 73%;
        display: inline-block
    }

    .propertyDetails-right {
        width: 25.6%;
        display: inline-block
    }
}

.jcrop-holder {
    direction: ltr;
    text-align: left
}

.jcrop-vline, .jcrop-hline {
    background: #fff url("../images/Jcrop.gif");
    font-size: 0;
    position: absolute
}

.jcrop-vline {
    height: 100%;
    width: 1px !important
}

    .jcrop-vline.right {
        right: 0
    }

.jcrop-hline {
    height: 1px !important;
    width: 100%
}

    .jcrop-hline.bottom {
        bottom: 0
    }

.jcrop-tracker {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.jcrop-handle {
    background-color: #333333;
    border: 1px #eeeeee solid;
    width: 7px;
    height: 7px;
    font-size: 1px
}

    .jcrop-handle.ord-n {
        left: 50%;
        margin-left: -4px;
        margin-top: -4px;
        top: 0
    }

    .jcrop-handle.ord-s {
        bottom: 0;
        left: 50%;
        margin-bottom: -4px;
        margin-left: -4px
    }

    .jcrop-handle.ord-e {
        margin-right: -4px;
        margin-top: -4px;
        right: 0;
        top: 50%
    }

    .jcrop-handle.ord-w {
        left: 0;
        margin-left: -4px;
        margin-top: -4px;
        top: 50%
    }

    .jcrop-handle.ord-nw {
        left: 0;
        margin-left: -4px;
        margin-top: -4px;
        top: 0
    }

    .jcrop-handle.ord-ne {
        margin-right: -4px;
        margin-top: -4px;
        right: 0;
        top: 0
    }

    .jcrop-handle.ord-se {
        bottom: 0;
        margin-bottom: -4px;
        margin-right: -4px;
        right: 0
    }

    .jcrop-handle.ord-sw {
        bottom: 0;
        left: 0;
        margin-bottom: -4px;
        margin-left: -4px
    }

.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%
}

.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px
}

.jcrop-dragbar.ord-n {
    margin-top: -4px
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0
}

.jcrop-dragbar.ord-w {
    margin-left: -4px
}

.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline {
    background: #ffffff;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000000;
    border-color: #ffffff;
    border-radius: 3px
}

.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline {
    background: #000000;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    border-color: #000000;
    border-radius: 3px
}

.solid-line .jcrop-vline, .solid-line .jcrop-hline {
    background: #ffffff
}

.jcrop-holder img, img.jcrop-preview {
    max-width: none
}

.share-wrapper {
    position: relative;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: bottom
}

    .share-wrapper .share-ico {
        width: 38px;
        height: 38px;
        background: #fff;
        display: inline-block !important;
        position: relative;
        z-index: 1;
        cursor: pointer
    }

    .share-wrapper ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        opacity: 0
    }

        .share-wrapper ul.active {
            visibility: visible;
            opacity: 1
        }

        .share-wrapper ul li {
            list-style-type: none;
            display: inline-block;
            background: #ff0;
            position: absolute;
            z-index: 0;
            transition: all 0.45s ease;
            left: 2px;
            top: 0;
            background-color: #f1d33b;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            text-align: center;
            padding: 0px 0
        }

            .share-wrapper ul li.fb-share {
                background: #3C5A99
            }

            .share-wrapper ul li.tw-share {
                background: #42C0FB
            }

            .share-wrapper ul li.gp-share {
                background: #CF3025
            }

            .share-wrapper ul li.wp-share {
                background: #67C15E
            }

            .share-wrapper ul li a {
                margin: 0 !important;
                padding: 0 !important
            }

        .share-wrapper ul.active li:nth-child(1) {
            top: 45px
        }

        .share-wrapper ul.active li:nth-child(2) {
            top: 90px
        }

        .share-wrapper ul.active li:nth-child(3) {
            top: 135px
        }

        .share-wrapper ul.active li:nth-child(4) {
            top: 180px
        }

    .share-wrapper.listView ul li a {
        margin: -6px 0 !important;
        padding: 0 !important
    }

    .share-wrapper.listView ul.active li:nth-child(1) {
        top: 0;
        left: -45px
    }

    .share-wrapper.listView ul.active li:nth-child(2) {
        top: 0;
        left: -90px
    }

    .share-wrapper.listView ul.active li:nth-child(3) {
        top: 0;
        left: -135px
    }

    .share-wrapper.listView ul.active li:nth-child(4) {
        top: 0;
        left: -180px
    }

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .share-wrapper.listView ul.active li:nth-child(1) {
        top: -45px;
        left: 0
    }

    .share-wrapper.listView ul.active li:nth-child(2) {
        top: -90px;
        left: 0
    }

    .share-wrapper.listView ul.active li:nth-child(3) {
        top: -135px;
        left: 0
    }

    .share-wrapper.listView ul.active li:nth-child(4) {
        top: -180px;
        left: 0px
    }

    .share-wrapper ul.active li:nth-child(1) {
        top: 0;
        left: 45px
    }

    .share-wrapper ul.active li:nth-child(2) {
        top: 0;
        left: 90px
    }

    .share-wrapper ul.active li:nth-child(3) {
        top: 0;
        left: 135px
    }

    .share-wrapper ul.active li:nth-child(4) {
        top: 0;
        left: 180px
    }
}

.expired-listing {
    color: red;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 999
}

.badge.expired {
    background: #fff url("../images/expired-listing.png") no-repeat center !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    right: 8px;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
    top: 9px
}

.badge-soldout {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9
}

    .badge-soldout.s-type {
        background: rgba(0,0,0,0.68) url(../images/soldbadge.png)
    }

    .badge-soldout.r-type {
        background: rgba(0,0,0,0.68) url(../images/rentbadge.png)
    }

    .badge-soldout.l-type {
        background: rgba(0,0,0,0.68) url(../images/leasebadge.png)
    }

table.choose-payment {
    margin-bottom: 10px;
    border: none
}

    table.choose-payment > tbody > tr {
        border: 1px solid #fff;
        background: #ececec
    }

        table.choose-payment > tbody > tr > td {
            border: none !important;
            padding: 10px 20px
        }

.form-payment-method {
    border: 1px solid #fff
}

.payment-info {
    display: inline;
    padding: 0 0 10px 0;
    font-size: .95em;
    float: right
}

.heading-black {
    color: #000
}

.property-step-progress-bar {
    background-color: #F7D342 !important;
    color: black !important;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    box-shadow: none
}

.forbidden-reason {
    background: #eaeaea;
    font-size: 12px;
    font-family: 'Nunito', sans-serif;
    margin: 5px 0;
    padding: 15px
}

.infobox-content {
    background: #fff;
    transition: all 0.15s ease-in-out;
    top: 0;
    border-radius: 3px;
    position: relative;
    box-shadow: 1px 2px 7px -1px rgba(0,0,0,0.39)
}

.infobox-bottom {
    background: #fff;
    border-radius: 3px;
    position: relative
}

    .infobox-bottom:after {
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        bottom: -7px;
        left: 45%
    }

.infobox-content > img {
    width: 100%
}

.infobox-content h4 {
    font-size: 15px;
    color: #222;
    line-height: 1.2
}

    .infobox-content h4 span {
        font-size: 13px;
        color: #666666
    }

.infobox-content h5 {
    font-size: 20px;
    color: #222
}

#error-404 {
    padding: 100px 50px;
    text-align: center
}

    #error-404 #error-image {
        background: url(../images/error.png) no-repeat;
        display: inline-block;
        height: 110px;
        width: 331px
    }

    #error-404 #error-details {
        display: block;
        font-size: 1.25em;
        margin-bottom: 15px;
        margin-top: 15px
    }

.img-popup .slider img {
    margin: auto
}

.ad-block-728 img {
    max-width: 100%
}

@media only screen and (max-width: 490px) and (min-width: 320px) {
    .ad-block-728 img {
        width: 100%
    }
}

#closeoverlay {
    cursor: pointer
}

.overlayad {
    padding: 10px;
    background: #fff
}

.property-alert {
    background-color: #fff;
    padding: 5px 20px 20px 20px;
    margin-bottom: 25px
}

.typeahead {
    width: 73.7%;
    border-radius: 0px;
    background-color: #FFFFFF;
    z-index: 9999
}

    .typeahead.dropdown-menu {
        margin-top: 0px !important
    }

    .typeahead li {
        font-size: 0.9em;
        padding: 0px 4px 0 4px
    }

    .typeahead > li > a {
        padding-left: 10px;
        overflow: hidden;
        padding: 9px 8px
    }

    .typeahead > li.active > a, .typeahead > li.active > a:focus, .typeahead > li.active > a:hover {
        background-color: #8bc53d
    }

.nano {
    position: relative;
    overflow: hidden
}

    .nano > .nano-content {
        position: absolute;
        overflow: auto;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

        .nano > .nano-content:focus {
            outline: thin dotted
        }

        .nano > .nano-content::-webkit-scrollbar {
            visibility: hidden
        }

.has-scrollbar > .nano-content::-webkit-scrollbar {
    visibility: visible
}

.nano > .nano-pane {
    background: rgba(0,0,0,0.1);
    position: absolute;
    width: 5px;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano.pane-left .nano-pane {
    left: 0
}

.nano.pane-right .nano-pane {
    right: 0
}

.nano > .nano-pane > .nano-slider {
    background: #eaa21e;
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9;
    opacity: 0.99
}

.townListHeader {
    padding: 10px 0px;
    background: #DED2B8
}

    .townListHeader label {
        padding-top: 9px;
        color: #111
    }

    .townListHeader .form-group {
        margin: 0
    }

    .townListHeader .form-control {
        -webkit-box-shadow: #323232 3px 4px 3px -4px;
        -moz-box-shadow: #323232 3px 4px 3px -4px;
        box-shadow: #323232 3px 4px 3px -4px;
        border: 0
    }

.townListing .header {
    border: dashed 1px #e1e1e1;
    background: #f7f7f7;
    padding: 3px 0
}

    .townListing .header p {
        padding-top: 5px
    }

    .townListing .header .text-header {
        margin: 0 0;
        padding: 6px 0;
        color: #7caf38
    }

        .townListing .header .text-header h2 {
            margin: 0 0;
            font-size: 20px
        }

            .townListing .header .text-header h2 a {
                color: #333
            }

            .townListing .header .text-header h2 i {
                color: #222222
            }

.townListing ul {
    margin: 0;
    padding: 15px 0
}

    .townListing ul li {
        list-style: none;
        padding: 3px 0;
        margin: 0
    }

        .townListing ul li a {
            color: #222222
        }

.baseGreenBg {
    background-color: #8dc541
}

.localityRight .text-header {
    padding: 0
}

    .localityRight .text-header h2 {
        font-size: 20px
    }

.localityRight ul {
    margin: 0;
    padding: 0
}

    .localityRight ul li {
        margin: 0;
        padding: 5px 0;
        list-style: none;
        word-wrap: break-word;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        overflow: hidden
    }

        .localityRight ul li a {
            color: #222222
        }

.offWhiteBg {
    background-color: #f7f7f7
}

.block {
    display: block
}

.cms_wrap .similar-propery .similar-propery-list {
    height: 255px
}

.overview-wrap .similar-propery .similar-propery-list {
    height: auto
}

    .overview-wrap .similar-propery .similar-propery-list p {
        font-size: 16px;
        display: block;
        display: -webkit-box;
        max-width: 150px;
        height: 89.6px;
        margin: 5px 0;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

.BuildersSpecial ul li h3 {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0
}

.BuildersSpecial .list-heading {
    font-size: 24px
}

.realestate-news .similar-propery .similar-propery-list {
    height: auto
}

    .realestate-news .similar-propery .similar-propery-list p {
        font-size: 14px;
        display: block;
        display: -webkit-box;
        max-width: 195px;
        height: 62.2px;
        margin: 5px 0;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

.package-heighlight {
    color: #333;
    font-weight: 500
}

.offwhiteBg {
    background: #f8f8f8;
    border: solid 1px #e1e1e1;
    position: relative
}

.express {
    margin-top: 20px;
    padding: 0;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #8ba490
}

    .express a:hover {
        text-decoration: none
    }

    .express a {
        color: #000
    }

    .express .sub-head {
        font-size: 1.30em;
        font-weight: bold;
        padding: 16px 60px 5px 65px;
        margin: 0
    }

    .express p {
        font-size: 1em;
        padding: 0 60px 10px 65px;
        margin: 0
    }

.searchOverview.towns {
    border: solid 1px #e1e1e1
}

.relaventSearchResult {
    margin: -1px 0;
    border: solid 1px #e1e1e1
}

.relaventSearchHeader p {
    font-size: 18px;
    color: #333;
    padding: 10px
}

.relaventSearchResult .relaventSearchHeader a {
    color: #24507A
}

.relaventSearchResult ul {
    padding: 0;
    margin: 0
}

    .relaventSearchResult ul li {
        list-style: none;
        border-bottom: solid 1px #e1e1e1;
        padding: 3px 0
    }

        .relaventSearchResult ul li a {
            font-size: 14px;
            padding: 0;
            color: #333
        }

            .relaventSearchResult ul li a span.locationOverview {
                font-size: 13px;
                color: #575757;
                font-style: italic
            }

            .relaventSearchResult ul li a span.locationOverviewCount {
                float: right
            }

.propertyDetails-right h3 {
    margin: 0 0 12px 0
}

.relaventSearchResult h3 {
    font-size: 14px;
    color: #386303;
    font-weight: bold;
    margin-top: 10px
}

.circle-text {
    width: 75%;
    margin: 15px auto
}

    .circle-text div {
        float: left;
        width: 100%;
        padding-top: 32%;
        line-height: 1.35em;
        margin-top: -0.5em;
        text-align: center;
        color: #000;
        font-size: 1.3em
    }

    .circle-text:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background: #8ba490;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

.list-property {
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: .95em
}

section.details-wrapper .lhs-details .map-nearby .accordian article {
    overflow-y: hidden !important
}

section.details-wrapper .rhs-details .nearby-property #nearby-list-wrapper {
    height: auto;
    max-height: 415px !important
}

section.details-wrapper .rhs-details .nearby-property ul.nearByUl {
    height: auto !important
}

.margin-right-3 {
    margin-right: 3px
}

section.search-list-map .map-responsive .extra-nav {
    display: none;
    height: 40px;
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.11);
    position: absolute;
    top: 20px;
    right: 75px;
    z-index: 9
}

    section.search-list-map .map-responsive .extra-nav a {
        padding: 8px 4px;
        height: 40px;
        width: 45px;
        display: inline-block;
        background: #fff url("../images/sliderArrow_sprites.png") no-repeat
    }

        section.search-list-map .map-responsive .extra-nav a.map-prev {
            background-position: -4px -6px
        }

        section.search-list-map .map-responsive .extra-nav a.map-next {
            background-position: -54px -6px
        }

        section.search-list-map .map-responsive .extra-nav a.disabled {
            cursor: not-allowed;
            pointer-events: all;
            opacity: 1
        }

.appFeature-banner {
    background: #4c664c url(../images/img.appFeatures-bg.jpg) repeat
}

.appFeature-banner-img {
    float: left;
    position: absolute;
    bottom: 0
}

.appFeature-banner-links {
    position: absolute;
    right: 100px;
    bottom: 50px
}

.banner-text {
    float: right;
    padding: 70px 0 110px 0;
    text-align: center
}

    .banner-text h1 {
        margin-bottom: 70px;
        color: #fff
    }

.appFeature-search {
    float: left;
    padding-top: 55px;
    padding-bottom: 55px;
    background: #f5f5f5
}

.appFeature-draw {
    float: left;
    padding-top: 15px;
    background: #e7e7e7
}

.appFeature-projects {
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #363636
}

.appFeature-dashboard {
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #eee
}

.appFeature-projects h2 {
    color: #fff
}

.appFeature-projects p {
    color: #999
}

.appFeature-search h2, .appFeature-draw h2, .appFeature-projects h2, .appFeature-dashboard h2 {
    padding-bottom: 20px
}

.appFeature-search p, .appFeature-draw p, .appFeature-projects p, .appFeature-dashboard p {
    text-align: justify
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .banner-text {
        padding: 30px 0 370px 0 !important
    }

    .appFeature-banner-links {
        width: 100%;
        right: 0;
        left: 0;
        text-align: center;
        top: 170px
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .banner-text {
        padding: 10px 0 200px 0 !important
    }

    .appFeature-banner-links {
        right: 10px !important
    }
}

@media only screen and (max-width: 767px) and (min-width: 699px) {
    .appFeature-banner-links {
        top: 110px !important
    }
}

.error-info {
    margin: 40px 0px
}

.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > td, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > thead > tr > th {
    border: none
}

.border-none {
    border: none
}

.valign-top {
    vertical-align: top !important
}

.valign-middle {
    vertical-align: middle !important
}

.input-verification-code {
    width: 70px !important;
    text-align: center !important;
    margin: 0px !important
}

#property-comparison-result tr:nth-child(n+2) td:nth-child(1) {
    font-weight: 400;
    text-transform: uppercase
}

#listing-facets .nano {
    height: auto;
    max-height: 230px;
    overflow: hidden
}

.red-tooltip + .tooltip {
    opacity: 1
}

    .red-tooltip + .tooltip > .tooltip-inner {
        background-color: #fff;
        border: 1px solid #F93939;
        border-radius: 0;
        color: #b94a48;
        font-family: 'Nunito', sans-serif;
        padding: 5px 20px
    }

    .red-tooltip + .tooltip > .tooltip-arrow {
        border-top-color: #F93939
    }

#pageLock {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%
}

#comboLock {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=6);
    -moz-opacity: 0.6;
    opacity: 0.6
}

.package-name {
    display: inline-block;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 1em
}

.package-info {
    display: inline-block;
    font-size: .85em
}

.package-info-block {
    display: block;
    font-size: .85em
}

@media all {
    .premium-list-tweek {
        display: none
    }
}

@media only screen and (min-width: 1070px) and (max-width: 1400px) {
    .premium-list-tweek {
        display: block
    }
}

iframe[name='google_conversion_frame'] {
    border: none !important;
    float: left;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin-top: -13px;
    width: 0 !important
}

.search-outside-kerala {
    padding: 3px 20px !important
}

.my-home-list {
    border-bottom: 1px solid #e5e5e5
}

    .my-home-list h3 {
        margin-bottom: 0;
        margin-top: 10px
    }

    .my-home-list .posted-date {
        color: #888888
    }

.related-articles {
    padding: 15px 0 10px 0;
    border-top: 1px solid #e5e5e5
}

.checkbox {
    padding-left: 20px
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0px;
            top: 0px;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 19px;
            height: 19px;
            left: 0;
            top: 2px;
            margin-left: -20px;
            padding-left: 0px;
            padding-top: 1px;
            border-radius: 3px
        }

    .checkbox input[type="checkbox"] {
        opacity: 0
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            content: url(../images/tick-mark.png);
            background-color: #8dc541
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%
    }

    .checkbox.checkbox-inline {
        margin-top: 0
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff
}

.radio {
    padding-left: 20px
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: url(../images/tick-mark.png);
            background-color: #8dc541;
            color: #fff;
            width: 19px;
            height: 19px;
            left: -1px;
            top: -1px;
            margin-left: -20px;
            border-radius: 50%;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            padding: 1px 1px
        }

    .radio input[type="radio"] {
        opacity: 0
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1)
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed
            }

    .radio.radio-inline {
        margin-top: 0
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c
}

input:focus {
    outline: 0
}

.refresh-link:hover, .refresh-link:focus {
    text-decoration: none
}

.bootstrap-select {
    width: 220px \0
}

    .bootstrap-select > .btn {
        width: 100%;
        padding-right: 25px
    }

.error .bootstrap-select .btn {
    border: 1px solid #b94a48
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

    .bootstrap-select.form-control:not([class*=col-]) {
        width: 100%
    }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

    .bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row-fluid .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
        float: right
    }

.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px
}

.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed
}

    .bootstrap-select.btn-group > .disabled:focus {
        outline: 0 !important
    }

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .btn {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative
    }

        .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
            color: #64b1d8;
            color: rgba(100,177,216,0.4)
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: .5em
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        -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);
        pointer-events: none;
        opacity: .9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1036
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(204,204,204,0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #ccc;
    border-top-color: rgba(204,204,204,0.2)
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block
}

.bs-searchbox, .bs-actionsbox {
    padding: 4px 8px
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-actionsbox .btn-group button {
        width: 50%
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0
}

.mm-sites {
    color: #fff;
    padding: 5px 0 5px 0 !important;
    margin: 15px 0 5px 0 !important
}

    .mm-sites li {
        display: inline-block !important
    }

.payment-container {
    border: 1px solid #fff;
    background: #ececec;
    padding: 10px
}

.payment-methods {
    padding: 20px 10px 20px 10px;
    margin: 0;
    display: inline-block;
    text-align: center;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 3px;
    min-width: 188px;
    margin-bottom: 15px
}

    .payment-methods.active {
        background: #86ba3f;
        border: solid 1px #8dc541
    }

    .payment-methods:hover {
        background: #8cc542
    }

    .payment-methods a {
        display: inline-block;
        font-size: 16px;
        color: #333;
        text-decoration: none
    }

    .payment-methods i {
        margin-right: 5px;
        font-size: 16px;
        color: #333;
        margin-top: 4px
    }

    .payment-methods:hover a, .payment-methods.active a, .payment-methods:hover i, .payment-methods.active i {
        color: #fff
    }

.payment-gateway, .icici-pg, .techprocess-pg {
    border: solid 1px #ccc;
    border-radius: 5px;
    min-width: 150px;
    text-align: center;
    padding: 25px 10px 20px 10px !important;
    margin: 0 8px 8px 0 !important
}

.icici-pg {
    background: #fff url("../images/icici_payment.png") no-repeat center
}

.techprocess-pg {
    background: #fff url("../images/tech_payment.png") no-repeat center
}

.razorpay-pg {
    background: #fff url("../images/razorpay_payment.png") no-repeat center
}

.payment-gateway input {
    visibility: hidden
}

.payment-gateway.active {
    border: 1px solid #8DC541
}

    .payment-gateway.active:after {
        content: '';
        display: block;
        width: 9px;
        height: 17px;
        border: solid #86ba3f;
        border-width: 0 4px 4px 0;
        transform: rotate(45deg);
        position: absolute;
        top: -8px;
        right: -1px
    }

.offline-payment-gateway {
    text-align: right
}

.payment-gateway-list {
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px
}

@media (max-width: 768px) {
    .payment-gateway-list, .offline-payment-gateway {
        text-align: center;
        margin-top: 5px
    }
}

.alert-deleted-property {
    color: #a94442;
    margin-top: 3px
}

@media (max-width: 1200px) {
    .alert-deleted-property {
        margin-top: 22px
    }
}
/*!
 *  Font Awesome 4.6.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("https://assets.helloaddress.com/ui/build/fonts/fa-webfont.eot");
    src: url("https://assets.helloaddress.com/ui/build/fonts/fa-webfont.eot?#iefix") format("embedded-opentype"),url("https://assets.helloaddress.com/ui/build/fonts/fa-webfont.woff2") format("woff2"),url("https://assets.helloaddress.com/ui/build/fonts/fa-webfont.woff") format("woff"),url("https://assets.helloaddress.com/ui/build/fonts/fa-webfont.ttf") format("truetype"),url("https://assets.helloaddress.com/ui/build/fonts/fa-webfont.svg?#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

.chat-action {
    cursor: pointer;
    position: fixed;
    z-index: 9;
    bottom: 30px;
    right: 25px;
    width: 70px;
    height: 70px;
    background: #53ca47 url(../images/chat-ico.png) no-repeat center;
    border-radius: 50%;
    box-shadow: 5px 1px 9px 2px rgba(51,51,51,0.16);
    border: 0;
    z-index: 9999;
    transform: rotate(45deg);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1)
}

    .chat-action:after {
        width: 0;
        height: 0;
        border-top: 29px solid transparent;
        border-bottom: 29px solid transparent;
        border-left: 30px solid #53ca47;
        content: '';
        display: inline-block;
        position: absolute;
        right: -15px;
        top: 6px
    }

    .chat-action.active {
        transform: rotate(-45deg);
        background: #53ca47 url(../images/chat-close.png) no-repeat center
    }

#toggle-chat {
    display: none
}

#virtual-agent {
    bottom: 105px;
    display: none;
    height: 250px;
    right: 25px;
    padding: 0px !important;
    width: 350px;
    position: fixed;
    z-index: 9;
    box-shadow: 0 0 15px 0px rgba(51,51,51,0.180392);
    border-radius: 6px 6px 0 6px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1)
}

    #virtual-agent > iframe {
        border: 0px;
        height: 100%;
        width: 100%
    }

.no-border-style {
    border-style: none
}

.property-map-small {
    width: 100%;
    height: 454px
}

.property-map-large {
    width: 100%;
    height: 100%
}

.address-details {
    width: auto !important
}

#searchByIdModal .popup-wrapper {
    padding: 45px 0 0 0
}

.padding-5 {
    padding: 5px
}

.compareBox-btn {
    margin: 4px 0 2px 0
}

.browse-by {
    background: #fff;
    border: solid 1px #e1e1e1;
    padding-top: 8px;
    padding-bottom: 8px
}

    .browse-by h2 {
        font-size: 18px
    }

    .browse-by ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        padding-left: 0
    }

        .browse-by ul li {
            list-style: none;
            padding: 2px 0px
        }

            .browse-by ul li .fa {
                margin-right: 3px
            }

            .browse-by ul li a {
                color: #686663
            }

                .browse-by ul li a:hover {
                    color: #000
                }

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .browse-by ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1
    }
}

.neighborhood h2 {
    font-size: 20px
}

.propertyLocLarge {
    float: right !important
}

.projectList {
    transition: all .2s ease;
    position: relative;
    top: 0;
    width: 100%;
    float: left
}

    .projectList:hover {
        box-shadow: 0 16px 12px -7px rgba(51,51,51,0.15);
        top: -5px
    }

    .projectList .offWhiteBg {
        min-height: 185px
    }

.projectListPremium {
    height: auto !important
}

    .projectListPremium .similar-propery-text {
        margin: 8px 0 !important
    }

@media only screen and (max-width: 990px) and (min-width: 768px) {
    .projectListPremium {
        min-height: 138px !important
    }
}

@media only screen and (max-width: 768px) {
    .projectList .offWhiteBg {
        min-height: 150px
    }
}

.skeleton-wrapper-inner {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    min-height: 550px
}

.skeleton-wrapper-body {
    -webkit-animation-name: skeletonAnimate;
    background-image: -webkit-gradient(linear, center top, center bottom, from(deg), color-stop(0, red), color-stop(0.15, orange), color-stop(0.3, yellow), color-stop(0.45, green), color-stop(0.6, blue), color-stop(0.75, indigo), color-stop(0.8, violet), to(red));
    background-image: -webkit-linear-gradient(135deg, red 0%, orange 15%, yellow 30%, green 45%, blue 60%, indigo 75%, violet 80%, red 100%);
    background-repeat: repeat;
    background-size: 50% auto
}

    .skeleton-wrapper-body div {
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-name: placeholderSkeleton;
        -webkit-animation-timing-function: linear;
        background: #f6f7f8;
        background-image: -webkit-gradient(linear, left center, right center, from(#f6f7f8), color-stop(0.2, #edeef1), color-stop(0.4, #f6f7f8), to(#f6f7f8));
        background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
        background-repeat: no-repeat;
        background-size: 800px 325px;
        position: absolute;
        left: 35px;
        top: 15px
    }

div.skeleton-avatar {
    height: 60%;
    width: 92%;
    left: 16px;
    top: 1px
}

div.skeleton-content-1, div.skeleton-content-2, div.skeleton-content-3 {
    height: 10px;
    width: 80%
}

div.skeleton-content-1 {
    top: 64%;
    height: 20px
}

div.skeleton-content-2 {
    top: 70%
}

div.skeleton-content-3 {
    top: 75%
}

div.skeleton-button-1, div.skeleton-button-2 {
    right: 15px;
    height: 30px;
    top: 85%;
    width: 35%;
    border-radius: 16px
}

div.skeleton-button-2 {
    left: 48%
}

.pg-update-info {
    color: #8dc541
}

.pg-update-msg {
    font-size: 11px;
    font-style: italic
}

@-webkit-keyframes placeholderSkeleton {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@-webkit-keyframes skeletonAnimate {
    from {
        background-position: top left
    }

    to {
        background-position: top right
    }
}

.shareArea {
    overflow: hidden;
    margin: 40px 0;
    border: 1px solid #ddd;
    padding: 14px 0;
    padding-left: 20px
}

.campaign-share {
    font-size: 11px
}

    .campaign-share p {
        font-size: 18px
    }

    .campaign-share span a {
        width: auto;
        height: 27px;
        text-decoration: none !important;
        display: inline-block !important
    }

        .campaign-share span a .share-label {
            margin-left: 5px;
            display: inline
        }

    .campaign-share span .wp-bg i {
        font-size: 11px !important
    }

@media (max-width: 992px) {
    .campaign-share {
        font-size: 14px
    }

        .campaign-share span {
            margin-top: 0;
            display: inline-block;
            width: 18%
        }

            .campaign-share span a {
                width: 100%;
                height: 30px
            }

                .campaign-share span a .share-label {
                    display: none
                }

            .campaign-share span .wp-bg {
                margin-right: 0 !important
            }

                .campaign-share span .wp-bg i {
                    font-size: 17px !important
                }
}

@media only screen and (max-width: 767px) {
    .collection-share {
        text-align: center
    }

    .campaign-share {
        text-align: left
    }

        .campaign-share span {
            text-align: center
        }

            .campaign-share span a .share-label {
                display: none
            }
}

.shareArea.custom a {
    display: inline-block
}

@media only screen and (max-width: 767px) and (min-width: 220px) {
    .shareArea span {
        display: inline-block;
        width: 18%;
        text-align: center;
        margin-top: 12px
    }
}

.shareArea span a {
    padding: 6px 6px !important;
    display: block;
    height: 30px;
    text-align: center;
    margin: 0 auto 8px auto;
    color: #ffffff !important;
    cursor: pointer
}

@media only screen and (max-width: 768px) and (min-width: 220px) {
    .shareArea span a {
        display: inline-block;
        margin-top: 12px;
        width: 100%
    }
}

.shareArea span a.bookmark-bg {
    background: #ff7300;
    border: solid 1px #ff7300
}

    .shareArea span a.bookmark-bg:hover {
        color: #ff7300;
        background: white
    }

.shareArea span a.fb-bg {
    background: #4a6ea9 !important;
    border: solid 1px #4a6ea9 !important
}

    .shareArea span a.fb-bg:hover {
        color: #4a6ea9 !important;
        background: white !important
    }

.shareArea span a.tw-bg {
    background: #5ea9dd !important;
    border: solid 1px #5ea9dd !important
}

    .shareArea span a.tw-bg:hover {
        color: #5ea9dd !important;
        background: white !important
    }

.shareArea span a.wp-bg {
    background: #8DC541 !important;
    border: solid 1px #8DC541 !important
}

    .shareArea span a.wp-bg i {
        font-size: 17px
    }

    .shareArea span a.wp-bg:hover {
        color: #8DC541 !important;
        background: white !important
    }

.side-projects-list {
    padding-bottom: 5px
}

    .side-projects-list .projects-list-inner {
        border-bottom: solid 1px #e1e1e1;
        min-height: 160px
    }

    .side-projects-list .side-projects-list-inner {
        border-bottom: solid 1px #e1e1e1
    }

    .side-projects-list .img-wrap {
        height: 100px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #d4d4d4
    }

    .side-projects-list .projects-list-inner p {
        margin: 10px 0 10px 0
    }

    .side-projects-list .side-projects-list-inner p {
        margin: 10px 0 10px 0
    }

@media only screen and (max-width: 520px) {
    .side-projects-list {
        width: 100%
    }

        .side-projects-list .projects-list-inner {
            min-height: 140px
        }
}

.random-properties .random-propery-list {
    border: solid 1px #e1e1e1;
    position: relative;
    overflow: hidden
}

    .random-properties .random-propery-list .img-wrap {
        padding-bottom: 71%
    }

    .random-properties .random-propery-list .random-propery-text {
        margin: 12px 0 10px 0;
        border-left: solid 4px #f1d33b;
        padding: 0 0 0 10px;
        height: 50px
    }

        .random-properties .random-propery-list .random-propery-text .title {
            font-size: 18px;
            margin: 0
        }

        .random-properties .random-propery-list .random-propery-text a {
            color: #333
        }

    .random-properties .random-propery-list .random-propery-details {
        padding: 0 0 8px 12px
    }

        .random-properties .random-propery-list .random-propery-details .location .locHead {
            text-transform: uppercase;
            color: #53ca47
        }

        .random-properties .random-propery-list .random-propery-details p {
            margin: 0 0 8px 0
        }

        .random-properties .random-propery-list .random-propery-details .location {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            max-width: 100%;
            vertical-align: middle
        }

        .random-properties .random-propery-list .random-propery-details .transactionType {
            background: #27b3c4;
            border-radius: 3px 0 0 3px;
            color: #fff;
            display: inline-block;
            line-height: 20px;
            padding: 0 12px 1px 10px;
            position: relative;
            font-size: 12px
        }

            .random-properties .random-propery-list .random-propery-details .transactionType:after {
                background: #fff;
                border-bottom: 10px solid transparent;
                border-left: 10px solid #27b3c4;
                border-top: 11px solid transparent;
                content: '';
                position: absolute;
                right: 0;
                top: 0
            }

@media only screen and (max-width: 525px) {
    .random-properties {
        width: 100%
    }

        .random-properties .random-propery-list .img-wrap {
            padding-bottom: 40%
        }

        .random-properties .random-propery-list .random-propery-text {
            min-height: 25px
        }
}

.noListing {
    background: #fff;
    box-shadow: 3px 3px 5px 0 rgba(51,51,51,0.11);
    position: relative;
    top: 0;
    padding: 12px 20px 12px 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .noListing img {
        width: 100%
    }

@media only screen and (max-width: 768px) {
    .noListing {
        display: block;
        align-items: left;
        justify-content: left
    }
}

@media only screen and (max-width: 520px) {
    .noListing .details {
        width: 100%
    }
}

.inlineDisplay {
    display: inline !important
}

.dataLoaderLarge {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #8dc541;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: dataLoaderSpin 2s linear infinite;
    display: inline-block
}

.dataLoaderSmall {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #8dc541;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: dataLoaderSpin 2s linear infinite;
    display: inline-block
}

@keyframes dataLoaderSpin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.haLazyLoadImgLoader {
    margin: 20px;
    height: 40px;
    width: 40px;
    -webkit-animation: lazyRotate 1s infinite linear;
    animation: lazyRotate 1s infinite linear;
    border: 7px solid #8dc541;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-grid
}

@keyframes lazyRotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.noRepeatCenterCover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial
}

.mandatory-subscription {
    font-size: 16px;
    background-image: url(../images/ico.exclamation.png);
    background-position: 20px 16px;
    background-repeat: no-repeat;
    padding: 15px 0px 15px 40px
}

#bankList {
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    padding: 10px 0 10px 0
}

    #bankList .head {
        font-size: 16px;
        font-weight: bold;
        color: #f39721;
        margin-top: 0
    }

    #bankList a, #bankList a:hover {
        text-decoration: none
    }

    #bankList img {
        margin-right: 10px
    }

.detail-price {
    float: left;
    width: 100%
}

    .detail-price h3 {
        margin-top: 0;
        display: inline-block;
        margin-right: 10px
    }

    .detail-price .price-range {
        font-size: 18px
    }

.mini-spotlight-wrapper {
    position: relative;
    background-color: #f9f9f9
}

    .mini-spotlight-wrapper .item-wrapper {
        padding: 15px
    }

    .mini-spotlight-wrapper .item {
        padding: 10px;
        border: solid 1px #e1e1e1;
        background: #fff;
        margin-left: 10px
    }

@media only screen and (max-width: 650px) {
    .mini-spotlight-wrapper .item-wrapper {
        padding: 0
    }

    .mini-spotlight-wrapper .item {
        margin-left: 0
    }
}

.mini-spotlight-wrapper .img-wrap {
    height: 110px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #d4d4d4;
    position: relative
}

.mini-spotlight-wrapper .hover-click:focus {
    outline: none
}

.mini-spotlight-wrapper .details a, .mini-spotlight-wrapper .details a:focus {
    color: #000;
    font-weight: bold;
    outline: none
}

.mini-spotlight-wrapper .details * {
    height: 24px;
    margin: 5px 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box
}

span.order-confirm-badge {
    height: 80px;
    width: 80px;
    background-position: right top;
    background-size: 80px 80px;
    background-image: url(../images/ordercompletebadge.png);
    position: absolute;
    animation-name: bounceIn;
    animation-duration: 850ms;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    background-repeat: no-repeat;
    top: -115px;
    right: -20px
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3) translate3d(0, 0, 0)
    }

    50% {
        opacity: .9;
        transform: scale(1.5)
    }

    80% {
        opacity: 1;
        transform: scale(0.9)
    }

    100% {
        opacity: 1;
        transform: scale(1) translate3d(0, 0, 0)
    }
}

.order-confirm {
    border: 1px solid #EFEFEF;
    padding: 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    position: relative
}

.search-list-wrapper .new-seo-block {
    transition: all 0.15s ease-in-out
}

.search-list-wrapper .prime-heading {
    padding: 0;
    font-size: 1.5em;
    margin: 10px 0 10px 0
}

.search-list-wrapper .new-seo-block.is-active {
    display: none
}

.search-list-wrapper .new-seo-block .block-close {
    position: absolute;
    right: 23px;
    top: 9px;
    z-index: 2;
    color: #fff
}

.search-list-wrapper .new-seo-block .nav-tabs {
    border-bottom: 2px solid #f1d33b !important;
    background: #4bbec1 !important;
    height: 50px !important;
    padding: 7px 20px 0 20px !important
}

    .search-list-wrapper .new-seo-block .nav-tabs > li.active > a, .search-list-wrapper .new-seo-block .nav-tabs > li.active > a:hover, .search-list-wrapper .new-seo-block .nav-tabs > li.active > a:focus {
        border: 0 !important;
        background: #f1d33b !important;
        margin-top: 1px !important;
        color: #000 !important
    }

.search-list-wrapper .new-seo-block .nav > li > a:hover, .search-list-wrapper .new-seo-block .nav > li > a:focus, .search-list-wrapper .new-seo-block .nav > li > a:hover, .search-list-wrapper .new-seo-block .nav > li > a:focus {
    background: transparent !important;
    border: 1px transparent solid !important
}

.search-list-wrapper .new-seo-block .nav-tabs > li > a {
    color: #fff !important
}

.search-list-wrapper .new-seo-block .tab-content {
    padding: 2px 20px 0px 20px
}

    .search-list-wrapper .new-seo-block .tab-content ul.tab-ul {
        padding: 0;
        margin: 0
    }

        .search-list-wrapper .new-seo-block .tab-content ul.tab-ul li {
            list-style: none;
            padding: 0
        }

            .search-list-wrapper .new-seo-block .tab-content ul.tab-ul li a {
                color: #222;
                font-size: 15px;
                text-decoration: underline;
                padding: 5px 15px;
                display: block;
                background: url("../images/builder-ul-bullet.png") no-repeat left center
            }

.hot-locations-list {
    max-height: 180px !important
}

@media screen and (max-width: 479px) {
    .hot-locations-list {
        max-height: 280px !important
    }

    .search-list-wrapper .new-seo-block .nav-tabs-responsive > li {
        display: none;
        width: 23%
    }

        .search-list-wrapper .new-seo-block .nav-tabs-responsive > li > a {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
            width: 100%;
            width: 100%;
            text-align: center;
            vertical-align: top
        }

        .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.active {
            width: 54%
        }

            .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.active:first-child {
                margin-left: 23%
            }

        .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.active, .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.prev, .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.next {
            display: block
        }

        .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.prev, .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.next {
            -webkit-transform: scale(0.9);
            transform: scale(0.9)
        }

            .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.next > a, .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.prev > a {
                -webkit-transition: none;
                transition: none
            }

                .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.next > a .text, .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.prev > a .text {
                    display: none
                }

                .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.prev > a:after {
                    content: url("../images/slider-left.png");
                    position: relative;
                    top: -6px
                }

                .search-list-wrapper .new-seo-block .nav-tabs-responsive > li.next > a:after {
                    content: url("../images/slider-right.png");
                    position: relative;
                    top: -6px
                }
}

#prime-spot-locations-ico {
    width: 35px;
    height: 35px;
    position: fixed;
    background-color: #f1d33b;
    right: 10px;
    border-radius: 50%;
    z-index: 9999;
    padding: 8px 0 0 0;
    color: #000
}

.package-block-jumbo-bulk {
    border: solid 1px #e1e1e1;
    background: #8DC541;
    border-radius: 3px;
    margin-top: -3px
}

.as-bulk {
    padding-left: 10px
}

.as-simple {
    min-height: 110px
}

.master-button {
    width: auto;
    height: auto;
    text-align: center;
    padding: 10px 25px;
    background: #333;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin: 7px 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    letter-spacing: .5px;
    transition: all .3s ease;
    border: none
}

    .master-button.dark-red {
        background: #bc0005
    }

    .master-button.light-blue {
        background: #27b3c4
    }

    .master-button:hover, .master-button:focus {
        text-decoration: none;
        color: #fff;
        background: #333
    }

    .master-button.outline {
        color: #bc0005;
        background-color: transparent;
        border: solid 1px #bc0005;
        padding: 9px 25px
    }

        .master-button.outline:hover {
            color: #333;
            border-color: #333
        }

.project-main-block h2 {
    margin: 0;
    padding: 0
}

.project-main-block h3 {
    padding: 0;
    margin: 0 0 10px 0
}

.project-main-block .heading h2 {
    font-size: 26px;
    padding-left: 12px;
    border-left: solid 2px #bc0005;
    margin-bottom: 20px
}

.project-item {
    padding: 20px 20px;
    background: #fff;
    box-shadow: 0px 3px 7px rgba(181,181,181,0.57);
    border: solid 1px #f5f5f5
}

.project-content p {
    font-size: 13px
}

.project-content .item-name, .project-content a {
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none
}

.project-item:last-child {
    margin-bottom: 0px
}

.project-item .image-wrap {
    background-size: cover !important;
    padding-bottom: 40%;
    width: 100%;
    height: 100%;
    border-radius: 3px 0px 0px 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d4d4d4;
    background-image: -ms-linear-gradient(top, #fff 0%, #707070 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #707070 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #707070 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100, #707070));
    background-image: -webkit-linear-gradient(top, #fff 0%, #707070 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #707070 100%)
}

    .project-item .image-wrap a {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute
    }

.project-item .price {
    color: #bc0005;
    font-size: 16px;
    font-weight: bold
}

.project-item .date-block {
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    margin-top: 10px
}

.project-item .master-button {
    display: block;
    padding: 10px 15px
}

.table-wrap {
    height: auto;
    max-height: 145px;
    overflow: hidden;
    margin-top: 15px
}

.project-item .nano-slider {
    background: #bc0005 !important
}

.project-table {
    border-bottom: solid 1px #eee
}

    .project-table th, .project-table td {
        padding: 7px 28px;
        font-size: 14px;
        color: #333
    }

@media screen and (max-width: 480px) {
    .project-table th, .project-table td {
        padding: 7px 10px
    }
}

.project-table th {
    background: #eee;
    font-size: 14px
}

.project-table tr:nth-child(odd) {
    background: #f7f7f7
}

.project-item .calandar, .project-item .size, .project-item .call-back, .project-item .unit, .project-item .location, .project-item .know-more, .project-item .rupee, .project-item .rupee-gray {
    display: inline-block;
    background: url("../images/project-sprite.png") no-repeat left;
    overflow: hidden;
    margin-right: 3px
}

.project-item .calandar {
    background-position: -10px -0px;
    width: 15px;
    height: 15px
}

.project-item .size {
    background-position: -10px -25px;
    width: 14px;
    height: 14px
}

.project-item .call-back {
    background-position: -10px -49px;
    width: 13px;
    height: 13px;
    vertical-align: middle
}

.project-item .unit {
    background-position: -10px -72px;
    width: 13px;
    height: 9px
}

.project-item .location {
    background-position: -10px -91px;
    width: 12px;
    height: 18px;
    vertical-align: middle
}

.project-item .know-more {
    background-position: -10px -119px;
    width: 10px;
    height: 10px
}

.project-item .rupee {
    background-position: -10px -139px;
    width: 10px;
    height: 13px
}

.project-item .rupee-gray {
    background-position: -10px -162px;
    width: 8px;
    height: 12px
}

.contact-block .head {
    color: #bc0005
}

    .contact-block .head span {
        font-weight: bold;
        display: block;
        margin-top: 5px
    }

.contact-block input {
    margin: 0 !important
}

.popup-type-2 {
    border-bottom: solid 5px #8dc541;
    width: 100%;
    background-color: transparent;
    margin-top: -45px
}

    .popup-type-2 .green-block {
        padding: 30px;
        background: #8bc340;
        position: relative
    }

        .popup-type-2 .green-block::after {
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 15px solid #8bc340;
            content: "";
            display: inline-block;
            position: absolute;
            bottom: -14px;
            transform: translateX(-50%);
            left: 50%;
            z-index: 2
        }

.green-block .detail-block h2, .green-block .detail-block p {
    color: #fff
}

.green-block .detail-block h2 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 26px;
    font-weight: 400
}

    .green-block .detail-block h2::after {
        display: block;
        content: "";
        width: 30px;
        height: 2px;
        background: #fff;
        display: block;
        margin-top: 5px
    }

.green-block .detail-block .project-name {
    font-size: 18px;
    text-transform: uppercase
}

.popup-type-2 .green-block .image-wrap {
    border: solid 2px #efefef;
    padding-bottom: 35%
}

.popup-type-2 .popup-body {
    box-shadow: none;
    border: none;
    border-radius: 0px
}

.green-block .detail-block .fa-map-marker {
    font-size: 20px;
    margin-right: 2px;
    vertical-align: middle
}

.basic-editor {
    background-color: #F9F9F9;
    padding: 7px 15px;
    border: 1px solid #e4e4e4;
    border-top: none
}

    .basic-editor button {
        width: 25px;
        margin-left: 5px;
        background-color: #f9f9f9;
        border: solid 1px #afaeae;
        padding: 0;
        height: 25px;
        line-height: 25px;
        font-size: 14px
    }

        .basic-editor button.bold-btn {
            font-weight: bold
        }

        .basic-editor button.italics-btn {
            font-style: italic
        }

        .basic-editor button.underline-btn {
            text-decoration: underline
        }

        .basic-editor button.strikethrough-btn {
            text-decoration: line-through
        }

.verticalResize {
    resize: vertical
}

.bb-underline {
    text-decoration: underline;
    font-weight: unset
}

.bb-strikethrough {
    text-decoration: line-through;
    font-weight: unset
}

.backToSearch {
    display: inline-block;
    margin-top: 8px;
    color: #fff;
    font-size: 15px
}

    .backToSearch:hover {
        color: #fff
    }

.details-sticky-ad-container {
    visibility: hidden;
    opacity: 0;
    z-index: 8;
    position: fixed;
    overflow: hidden;
    bottom: 0;
    right: 0;
    background: #FFF;
    border: 1px solid #efefef;
    transform: translateY(-50%);
    top: 50%;
    width: 300px;
    height: 250px
}

    .details-sticky-ad-container .sticky-ad {
        position: relative;
        width: 300px;
        height: 250px
    }

        .details-sticky-ad-container .sticky-ad button {
            position: absolute;
            width: 25px;
            height: 25px;
            border: none;
            background-color: #000;
            color: #fff;
            right: 0;
            top: 0
        }

    .details-sticky-ad-container.showAd {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.5s linear
    }

    .details-sticky-ad-container.hideAd {
        visibility: hidden;
        opacity: 0
    }

#ssoLoginModal .modal-dialog {
    width: 400px
}

#ssoLoginModal .heading {
    font-size: 20px;
    display: inline-block
}

#ssoLoginModal .close {
    font-size: 30px;
    opacity: 0.3
}

#ssoLoginModal #ssoLoginFrame {
    height: 450px
}

#ssoLoginModal .ssoLoginFrameLoader {
    background: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="200px" height="220px" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><circle fill="none" stroke="%238dc541" stroke-width="4" stroke-miterlimit="10" cx="50" cy="50" r="48"></circle><line fill="none" stroke-linecap="round" stroke="%238dc541" stroke-width="4" stroke-miterlimit="10" x1="50" y1="50" x2="85" y2="50.5" transform="rotate(166.899 50 50)"><animateTransform attributeName="transform" dur="2s" type="rotate" from="0 50 50" to="360 50 50" repeatCount="indefinite"></animateTransform></line><line fill="none" stroke-linecap="round" stroke="%238dc541" stroke-width="4" stroke-miterlimit="10" x1="50" y1="50" x2="49.5" y2="74" transform="rotate(70.2532 50 50)"><animateTransform attributeName="transform" dur="15s" type="rotate" from="0 50 50" to="360 50 50" repeatCount="indefinite"></animateTransform></line></svg>') 50% 45% no-repeat
}

@media screen and (max-width: 440px) {
    #ssoLoginModal .modal-dialog {
        width: auto;
        margin: 20px 10px 0 10px
    }
}

@media screen and (min-width: 439px) and (max-width: 768px) {
    #ssoLoginModal .modal-dialog {
        margin: 20px auto 0 auto
    }
}

section.listwrapper .search-listing .premium-wrapper .list-block .img-wrap {
    width: 35%;
    left: 0px
}

section.listwrapper .search-listing .premium-wrapper .list-block .list-details {
    width: 65%;
    padding: 20px 20px 20px 10px
}

    section.listwrapper .search-listing .premium-wrapper .list-block .list-details .desc-block {
        line-height: 1.7
    }

section.listwrapper .search-listing .premium-wrapper .list-block {
    border: solid 1px rgba(26,188,156,0.68);
    border-radius: 3px
}

    section.listwrapper .search-listing .premium-wrapper .list-block ul.spec-block {
        background: #edf6ff;
        margin: 0px -20px 0px -10px;
        padding: 7px 15px
    }

        section.listwrapper .search-listing .premium-wrapper .list-block ul.spec-block li {
            display: inline-block;
            margin-right: 15px
        }

            section.listwrapper .search-listing .premium-wrapper .list-block ul.spec-block li:last-child {
                margin-right: 0px
            }

            section.listwrapper .search-listing .premium-wrapper .list-block ul.spec-block li span {
                width: auto;
                white-space: nowrap
            }

    section.listwrapper .search-listing .premium-wrapper .list-block .title span a {
        color: #197c8a !important
    }

    section.listwrapper .search-listing .premium-wrapper .list-block .list-btns {
        text-align: left
    }

        section.listwrapper .search-listing .premium-wrapper .list-block .list-btns a {
            margin-right: 8px;
            margin-left: 0
        }

section.listwrapper .search-listing .premium-wrapper .item-id::before {
    display: none
}

section.listwrapper .search-listing .premium-wrapper .post-date {
    font-size: 13px;
    margin: 15px 0px 5px;
    display: inline-block;
    float: left
}

section.listwrapper .search-listing .premium-wrapper .list-block .share-wrapper {
    vertical-align: middle;
    margin-right: 10px
}

    section.listwrapper .search-listing .premium-wrapper .list-block .share-wrapper ul li {
        padding: 0px
    }

@media screen and (max-width: 767px) {
    section.listwrapper .search-listing .premium-wrapper .list-details .text-right {
        text-align: left
    }

    section.listwrapper .search-listing .premium-wrapper .list-block .img-wrap, section.listwrapper .search-listing .premium-wrapper .list-block .list-details {
        width: 50%
    }

    section.listwrapper .search-listing .premium-wrapper .list-block ul.spec-block li {
        font-size: 13px
    }

    section.listwrapper .search-listing .premium-wrapper .post-date {
        float: none
    }
}

@media only screen and (max-width: 645px) and (min-width: 471px) {
    section.listwrapper .search-listing .premium-wrapper .list-block .img-wrap {
        height: 100%;
        top: 0px
    }

    section.listwrapper .search-listing .premium-wrapper .list-block .list-details {
        padding: 15px 10px 20px
    }
}

@media only screen and (max-width: 767px) and (min-width: 469px) {
    section.listwrapper .search-listing .premium-wrapper .list-block .badge, section.listwrapper .search-listing .premium-wrapper .list-block .post-date {
        display: block;
        text-align: left
    }
}

@media screen and (max-width: 470px) {
    section.listwrapper .search-listing .premium-wrapper .list-block .img-wrap, section.listwrapper .search-listing .premium-wrapper .list-block .list-details {
        width: 100%
    }

    section.listwrapper .search-listing .premium-wrapper .list-block .img-wrap {
        top: 0px
    }

    section.listwrapper .search-listing .premium-wrapper .list-block .list-details {
        padding: 0px 10px 20px
    }

    section.listwrapper .search-listing .premium-wrapper .list-block .post-date {
        margin-right: 5px
    }
}

.hideSection {
    display: none
}

.trending-sec h2 {
    font-size: 26px;
    font-weight: normal;
    margin-top: 0px
}

.ad-desc {
    padding: 20px;
    height: 317px;
    position: relative;
    background: #240b81 no-repeat center;
    background-size: cover;
    color: #fff;
    border-radius: 3px
}

    .ad-desc .middle {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 40px;
        right: 40px
    }

    .ad-desc h2 {
        font-size: 32px;
        margin: 0 0 22px 0
    }

        .ad-desc h2 span {
            display: block;
            font-size: 40px;
            font-weight: bold
        }

    .ad-desc p {
        line-height: 23px
    }

    .ad-desc .re-red {
        background: #e41d1c;
        color: #fff;
        padding: 8px 20px
    }

.trend-item {
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.1);
    padding: 12px 10px 5px 12px;
    background: #fff
}

    .trend-item .img-wrap {
        width: 70px;
        height: 70px;
        background: #ccc;
        float: left;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

    .trend-item .content-wrap {
        overflow: hidden
    }

        .trend-item .content-wrap a {
            font-size: 15px;
            font-weight: 500;
            color: #222;
            display: block;
            margin-bottom: 5px
        }

        .trend-item .content-wrap .dimension {
            font-size: 13px
        }

        .trend-item .content-wrap .price-ico {
            font-weight: 500;
            white-space: nowrap;
            padding-top: 5px;
            padding-bottom: 5px
        }

        .trend-item .content-wrap .dimension a {
            font-size: 13px;
            margin: 0;
            text-decoration: underline;
            color: #333;
            font-weight: normal;
            display: inline-block;
            padding: 5px 0 5px 0
        }

    .trend-item .sqft {
        background: url(../images/re-sprite.png) no-repeat;
        display: inline-block;
        background-position: -36px -350px;
        width: 14px;
        height: 14px;
        margin-right: 5px;
        position: relative;
        top: 2px
    }

.custom-row {
    margin-left: -10px;
    margin-right: -10px
}

    .custom-row .custom-col {
        padding-left: 10px;
        padding-right: 10px
    }

@media (max-width: 1024px) {
    .ad-desc .middle {
        left: 20px;
        right: 20px
    }
}

@media (max-width: 767px) {
    .trending-sec h2 {
        font-size: 20px;
        margin-top: 0px
    }
}

@media (max-width: 340px) {
    .content-wrap .col-xs-6 {
        width: 100%;
        text-align: left
    }

    .ad-desc h3 {
        font-size: 26px
    }

        .ad-desc h3 span {
            font-size: 32px
        }

    .ad-desc {
        height: 315px
    }
}

#search-basis-all-towns-wrapper .legend {
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 30px;
    right: 5px;
    cursor: pointer
}

#search-basis-nearby-towns-wrapper .legend {
    text-align: right;
    padding: 10px;
    position: absolute;
    top: 19px;
    right: 5px;
    cursor: pointer
}

.search-big-footer {
    background: #f5f5f5;
    color: #333;
    padding: 10px 0px 30px 0px;
    border-top: solid 1px #ddd
}

@media (min-width: 1024px) {
    .search-big-footer .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

.search-big-footer h2 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.search-big-footer ul {
    margin: 0px -15px;
    padding: 0px
}

    .search-big-footer ul li {
        float: left;
        width: 25%;
        list-style: none;
        padding: 3px 15px
    }

@media (max-width: 1024px) {
    .search-big-footer ul li {
        width: 33.33333%
    }
}

@media (max-width: 812px) {
    .search-big-footer ul li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .search-big-footer ul li {
        width: 100%;
        margin: 3px 0px
    }
}

.search-big-footer ul li::before {
    content: "\f105";
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    font-family: "FontAwesome"
}

.search-big-footer ul li a {
    color: #333;
    transition: all .3s ease
}

    .search-big-footer ul li a:hover {
        padding-left: 5px
    }

.border {
    border: 1px solid #e5e9ee
}

.move-badge {
    padding: 0px !important
}

    .move-badge a {
        text-decoration: none !important;
        display: inline-block;
        color: #2723a7 !important;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .5px;
        padding: 6px 0;
        text-transform: uppercase
    }

        .move-badge a:focus {
            outline: none !important
        }

    .move-badge:before {
        display: none !important
    }
