@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700');

/**
 * Global Style
 */
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    background-color: #ffffff;
    line-height: 150%;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    font-family: 'Century Gothic', Arial, sans-serif;
    color: #444444;
}


h1 {
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: 'Century Gothic', Arial, sans-serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
    margin-top: 10px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

@media (max-width: 991px) {

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }
}


p:last-child {
    margin-bottom: 0;
}

a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a, button, img, input, span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}


button, input[type="submit"] {
    cursor: pointer;
}


a:link,
a:visited {
    color: #084790;
    text-decoration: none;
}

a:hover {
    color: #f19f2d;
}

a:hover {
    opacity: 0.9;
}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited {
    color: #555555;
}
/*inbetween sm and xs*/

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.visible-ms {
    display: none;
}

@media (min-width: 480px) and (max-width: 767px) {
    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11 {
        float: left;
    }

    .col-ms-1 {
        width: 8.33333%;
    }

    .col-ms-2 {
        width: 16.66667%;
    }

    .col-ms-3 {
        width: 25%;
    }

    .col-ms-4 {
        width: 33.33333%;
    }

    .col-ms-5 {
        width: 41.66667%;
    }

    .col-ms-6 {
        width: 50%;
    }

    .col-ms-7 {
        width: 58.33333%;
    }

    .col-ms-8 {
        width: 66.66667%;
    }

    .col-ms-9 {
        width: 75%;
    }

    .col-ms-10 {
        width: 83.33333%;
    }

    .col-ms-11 {
        width: 91.66667%;
    }

    .col-ms-12 {
        width: 100%;
    }

    .col-ms-push-1 {
        left: 8.33333%;
    }

    .col-ms-push-2 {
        left: 16.66667%;
    }

    .col-ms-push-3 {
        left: 25%;
    }

    .col-ms-push-4 {
        left: 33.33333%;
    }

    .col-ms-push-5 {
        left: 41.66667%;
    }

    .col-ms-push-6 {
        left: 50%;
    }

    .col-ms-push-7 {
        left: 58.33333%;
    }

    .col-ms-push-8 {
        left: 66.66667%;
    }

    .col-ms-push-9 {
        left: 75%;
    }

    .col-ms-push-10 {
        left: 83.33333%;
    }

    .col-ms-push-11 {
        left: 91.66667%;
    }

    .col-ms-pull-1 {
        right: 8.33333%;
    }

    .col-ms-pull-2 {
        right: 16.66667%;
    }

    .col-ms-pull-3 {
        right: 25%;
    }

    .col-ms-pull-4 {
        right: 33.33333%;
    }

    .col-ms-pull-5 {
        right: 41.66667%;
    }

    .col-ms-pull-6 {
        right: 50%;
    }

    .col-ms-pull-7 {
        right: 58.33333%;
    }

    .col-ms-pull-8 {
        right: 66.66667%;
    }

    .col-ms-pull-9 {
        right: 75%;
    }

    .col-ms-pull-10 {
        right: 83.33333%;
    }

    .col-ms-pull-11 {
        right: 91.66667%;
    }

    .col-ms-offset-1 {
        margin-left: 8.33333%;
    }

    .col-ms-offset-2 {
        margin-left: 16.66667%;
    }

    .col-ms-offset-3 {
        margin-left: 25%;
    }

    .col-ms-offset-4 {
        margin-left: 33.33333%;
    }

    .col-ms-offset-5 {
        margin-left: 41.66667%;
    }

    .col-ms-offset-6 {
        margin-left: 50%;
    }

    .col-ms-offset-7 {
        margin-left: 58.33333%;
    }

    .col-ms-offset-8 {
        margin-left: 66.66667%;
    }

    .col-ms-offset-9 {
        margin-left: 75%;
    }

    .col-ms-offset-10 {
        margin-left: 83.33333%;
    }

    .col-ms-offset-11 {
        margin-left: 91.66667%;
    }

    .hidden-ms {
        display: none !important;
    }

    .visible-ms {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .hidden-xxs {
        display: none !important;
    }
}
/*5 column*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 991px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* columns of same height styles */

.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 991px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

/* vertical alignment styles */

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (max-width: 767px) {
    .XSPullLeft {
        text-align: left;
    }

    .XSPullCenter {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .SMPullLeft {
        text-align: left;
    }

    .SMPullCenter {
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .MDPullLeft {
        text-align: left;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .SMOnlyPullCenter {
        text-align: center;
    }
}

hr {
    margin: 20px 0px;
    border: none;
    border-bottom: 1px dotted #ccc;
}

select {
    color: Black;
    margin-bottom: 4px;
    font-size: 12px;
    padding: 5px;
}

input[type=checkbox] {
    margin: 9px 0px 9px 0px;
}

input[type=text], input[type=email], textarea {
    border: 0 !important;
    width: 100%;
    margin-bottom: 10px;
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: Black;
    padding: 7px !important;
    box-shadow: none !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


select {
    -webkit-appearance: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    background: #fff !important;
    border-bottom: 1px solid #0b00ff;
    box-shadow: none;
    outline: 0 none;
}

select {
    width: 100%;
}

label {
    font-weight: bold;
    padding-top: 5px;
}

.form-horizontal .form-group {
    margin-bottom: 0px;
}

.clr-grey {
    color: #999999;
}

.clr-white {
    color: #ffffff;
}

.clr-red {
    color: #d40202;
}

.nomargin {
    margin: 0px;
}

/*no gutter*/
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.smaller-gutter > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
}

.wow {
    visibility: hidden;
}

/**
 * Header
 */

.logo {
    background: none;
    width: 200px;
    display: inline-block;
    padding: 10px 0px;
    margin-bottom: 10px;
}

    .logo img {
        float: none;
        width: 100%;
    }

@media (max-width: 1199px) {
    .logo {
        width: 180px;
    }
}

@media (max-width: 991px) {
    .logo {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 140px;
        padding-bottom: 0;
    }
}

.navbar {
    background: #ffffff;
    border: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
}

.menuwrap {
    position: relative;
    width: 100%;
    background: #084790;
}

.navbar-toggle {
    top: -10px;
    display: none;
    background: #084790 !important;
    border: 0px solid White;
    position: absolute;
    z-index: 1000;
    left: 0;
    display: block !important;
    width: 100%;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none !important;
    }
}

.txtMenu {
    margin-left: 5px;
    color: White;
    display: inline-block;
}

.bars {
    display: inline-block;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: White !important;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-header {
    float: none !important;
    text-align: center;
}

.navbar-collapse {
    padding: 0 !important;
    overflow: hidden;
    background: #084790;
}

.navbar-nav {
    margin: auto;
    float: none !important;
}

.navfixed {
    position: fixed;
    width: 100%;
    margin-top: 0px;
    top: 0;
    left: 0 !important;
    right: auto !important;
    z-index: 8002 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #084790;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    margin: auto;
    float: none !important;
    text-align: center;
}


.navbar-nav li {
    float: none !important;
    display: inline-block;
    text-align: center;
}

.navbar-nav a:link, .navbar-nav a:visited {
    float: none !important;
    display: inline-block;
    color: #ffffff !important;
    font-size: 16px;
    padding: 10px 20px;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    position: relative;
    border-right: 1px solid #ffffff;
}

.navbar-nav li:first-child a {
    border-left: 1px solid #ffffff;
}

.navbar-nav > li > a:hover {
    background: none;
    color: #f19f2d !important;
}

    .navbar-nav > li > a:hover::after,
    .navbar-nav > li > a:focus::after {
        height: 3px;
        width: 100%;
        opacity: 1;
    }

.navbar-nav a.active {
    background: none !important;
    color: #f19f2d !important;
}

    .navbar-nav a.active:hover {
        background: none;
        color: #f19f2d !important;
    }

.navfixed .navbar-nav > li > a:hover,
.navfixed .navbar-nav a.active,
.navfixed .navbar-nav a.active:hover {
    background: none;
}

.dropdown {
    position: relative !important;
}

.dropdown-menu {
    z-index: 9999;
    background: none;
    padding-top: 0px;
    color: #000000;
    -moz-box-shadow: 0px;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    border: 0;
    padding: 0px;
}

    .dropdown-menu li {
        display: block;
        text-align: left;
        background: #fff !important;
    }

    .dropdown-menu > li {
        border-bottom: 1px dotted #aaaaaa;
    }

        .dropdown-menu > li:last-child {
            border-bottom: none;
        }

    .dropdown-menu li a:link, .dropdown-menu li a:visited {
        padding: 5px 15px;
        display: block;
        color: #666 !important;
        font-size: 14px;
        border-right: none;
        background: none !important;
        text-transform: none;
    }

    .dropdown-menu li a:hover {
        color: #f19f2d !important;
    }


@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: none;
    border-color: White;
}

@media (max-width: 1199px) {
    .navbar-nav a:link, .navbar-nav a:visited {
        padding: 12px;
        font-size: 14px;
    }

    .dropdown-menu li a:link, .dropdown-menu li a:visited {
        padding: 5px 12px 5px 12px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {

    .navbar-nav a:link, .navbar-nav a:visited {
        padding: 10px 7px;
        font-size: 14px;
    }

    .dropdown-menu li a:link, .dropdown-menu li a:visited {
        padding: 5px 8px 5px 8px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {

    .navbar-collapse {
        padding: 0px !important;
        margin: 0 !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: absolute !important;
        z-index: 9000;
        left: 0px !important;
        top: 35px;
        width: 100% !important;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-nav li {
        float: none;
        display: block;
        background: #f7f7f7;
    }

    .navbar-nav > li {
        border-bottom: 1px dotted #cccccc;
    }

    .navbar-nav {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .navbar-nav a:link, .navbar-nav a:visited {
            padding: 5px 40px !important;
            font-size: 14px;
            color: #333333 !important;
            text-align: left;
            width: 100%;
        }

        .navbar-nav > li > a:hover {
            background: none;
            color: #f19f2d !important;
        }

        .navbar-nav a.active {
            background: none !important;
            color: #f19f2d !important;
        }

        .navbar-nav li:last-child a:link, .navbar-nav li:last-child a:visited {
            border-bottom: none;
        }

    .caret {
        display: inline-block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

        .navbar-nav > li {
            float: none;
        }

    .navbar-collapse.collapse.in { /* NEW */
        display: block !important;
    }

    .navbar-nav .open .dropdown-toggle:link,
    .navbar-nav .open .dropdown-toggle:visited {
        color: #ffffff !important;
        background: #2b4255 !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 45px !important;
        }

        .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;
            }

    .dropdown-menu li.title {
        font-size: 12px !important;
    }

    .dropdown-menu > li {
        width: 100%;
        text-align: left;
    }
}

/*************************************************************************************************
Home
**************************************************************************************************/
.wrap-white {
    background-color: #ffffff;
    padding: 50px 0;
}

.home-ql-wrap {
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #cccccc;
}

@media (max-width: 991px) {
    .home-ql-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:767px) {
    .home-ql-wrap {
        border-right: 0;
        margin-bottom: 20px;
    }
}

.home-ql-wrap.last {
    border-right: none;
}

a.ql-img:link,
a.ql-img:visited {
    display: block;
    margin: 10px 0;
}

.ql-text {
    font-size: 13px;
}

.FP-wrap {
    background: #eeeeee;
    margin: 30px 0;
    overflow: hidden;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.FP-img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    height: 350px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767px) {
    .FP-img {
        height: 280px;
    }
}

@media (max-width: 480px) {
    .FP-img {
        height: 220px;
    }
}

.FP-address {
    font-size: 22px;
    border-bottom: 1px solid #cccccc;
    padding: 20px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .FP-address {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .FP-address {
        padding: 10px 25px;
    }
}

@media (max-width: 480px) {
    .FP-address {
        font-size: 18px;
    }
}

.FP-desc {
    padding: 20px;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .FP-desc {
        padding-top: 10px;
        font-size: 13px;
    }
}

.FP-heading {
    font-size: 18px;
    margin-bottom: 5px;
}

.FP-text {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .FP-text {
        display: none;
        margin-bottom: 0;
    }

    .FP-heading {
        font-size: 16px;
    }
}

.btn-orange,
a.btn-orange:link,
a.btn-orange:visited {
    background: none;
    border: 0;
    display: inline-block;
    background: #f09e2d;
    color: #ffffff;
    padding: 7px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #d28923;
}

.FP-details .bbc {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .FP-details .bbc {
        margin-top: 0;
        margin-left: 40px;
    }
}

.bbc {
    display: inline-block;
}

    .bbc div {
        display: block;
        background: #084790;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 57px;
        height: 57px;
        text-align: center;
        line-height: 90%;
        border: 3px solid #ffffff;
        font-size: 16px;
        color: #ffffff;
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .bbc img {
        width: 30px;
        display: inline-block;
    }

@media (max-width: 991px) {
    .bbc div {
        width: 50px;
        height: 50px;
        border: 2px solid #ffffff;
        font-size: 14px;
        color: #ffffff;
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .bbc img {
        width: 24px;
    }
}

@media (max-width: 767px) {
    .bbc div {
        display: inline-block;
    }
}

.hero-wrap {
    background-color: #eeeeee;
    padding: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-position: bottom right;
    background-image: url('../images/hero_kempton.jpg');
    position: relative;
}

.hero-text-1 {
    font-size: 27px;
    color: #084790;
    text-align: center;
    line-height: 130%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
}

.hero-text-2 {
    font-size: 24px;
    color: #444444;
    text-align: center;
    line-height: 130%;
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 0 20px;
}

.fa-quote-left,
.fa-quote-right {
    color: #84d4f7;
    font-size: 25px;
}

@media (max-width: 1199px) {
    .hero-text-1 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .hero-wrap {
        padding: 30px;
    }

    .hero-text-1 {
        font-size: 21px;
    }

    .hero-text-2 {
        font-size: 19px;
        margin: 0 40px 0 0;
    }
}

.bg-transp-grey {
    display: none;
}

@media (max-width: 767px) {
    .bg-transp-grey {
        display: block;
        position: absolute;
        background: rgba(237,237,237,0.4);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .hero-wrap {
        padding: 20px;
    }

    .fa-quote-left,
    .fa-quote-right {
        font-size: 18px;
    }

    .hero-text-1 {
        font-size: 18px;
        text-align: left;
        margin-right: 100px;
        margin-bottom: 10px;
    }

    .hero-text-2 {
        font-size: 16px;
        margin-right: 100px;
        text-align: left;
    }
}

/*************************************************************************************************
Property
**************************************************************************************************/
a.controlBtn:link,
a.controlBtn:visited {
    font-size: 16px;
    position: absolute;
    z-index: 8000;
    background: rgba(0,0,0,0.6);
    color: #ffffff;
    padding: 2px 10px;
    width: 50px;
    text-align: center;
}

.controlBtn.Top {
    top: 0;
    left: 40%;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.controlBtn.Bottom {
    bottom: 5px;
    left: 40%;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.SlideButtons {
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 5px;
    width: 100%;
    color: #ffffff;
    padding: 10px;
}

.MainPhoto-wrap {
    width: 100%;
    position: relative;
}

.SlideButtons a:link,
.SlideButtons a:visited {
    color: #ffffff;
}


.flex-control-nav {
    top: 92% !important;
}

.property-pic-wrap {
    height: 90px;
    overflow: hidden;
}

    .property-pic-wrap li {
        display: inline-block;
        width: 100%;
        height: 90px;
        overflow: hidden;
        border: 1px solid #ffffff;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

    .property-pic-wrap img {
        width: 100%;
    }
/*************************************************************************************************
Listing
**************************************************************************************************/
.listing-wrap {
    padding: 10px;
    margin-bottom: 20px;
}

    .listing-wrap:nth-child(odd) {
        background: #eeeeee;
    }

.listing-heading {
    color: #084790;
    font-weight: bold;
}

.listing-text {
    margin-bottom: 20px;
}

.listing-address,
.listing-price {
    font-size: 16px;
}

.home-open {
    color: #d40202;
    font-size: 13px;
}

@media (max-width: 767px) {
    .listing-text {
        display: none;
    }
}

.btn-orange.listing {
    margin: 20px 0;
}

nav {
    display: inline-block;
    vertical-align: top;
}

.page {
    vertical-align: top;
    display: inline-block;
    padding: 6px 0px;
    margin-bottom: 10px;
}

/*.pagination {
    margin: 0;
}

    .pagination a:link,
    .pagination a:visited {
        color: #084790;
        border: 0;
        padding: 7px;
    }

    .pagination a:hover {
        background: none !important;
        color: #f19f2d !important;
    }

    .pagination .active a:link,
    .pagination .active a:visited {
        background: none;
        color: #f19f2d !important;
    }*/

.pagination {
    margin: 0;
    /*margin-bottom: 30px;*/
}

    .pagination > span > a, .pagination > span > span {
        color: #084790;
        border: 0;
        padding: 7px;
    }

    .pagination > span > a {
        color: #084790;
        border: 0;
        padding: 7px;
    }

    .pagination > span > .aspNetDisabled {
        text-decoration: none;
        cursor:no-drop;
    }

    .pagination > span > a:first-child, .pagination > span > span:first-child {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination > span > a:last-child, .pagination > span > span:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .pagination > span > span {
        background: none;
        color: #f19f2d !important;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    }

    .pagination > li > a, .pagination > li > span {
        cursor: pointer;
    }

#PropertyMap {
    width: 100%;
    height: 300px;
}

.Tools {
    margin-top: 20px;
}

    .Tools a:link, .Tools a:visited {
        display: block;
        padding: 8px 20px;
        font-size: 14px;
        vertical-align: middle;
        margin-bottom: 7px;
        margin-right: 5px;
        color: #084790;
        background: #eeeeee;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .Tools a:hover {
        color: #f19f2d;
    }

@media (min-width: 1199px) {
    .right-column {
        margin-left: 30px;
    }
}


.AgentWrap {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

    .AgentWrap.team {
        border: 1px solid #cccccc;
        padding-right: 10px;
    }

.AgentPhoto {
    display: table-cell;
    width: 80px;
    vertical-align: top;
}

    .AgentPhoto img {
        height: 110px;
    }

.AgentText {
    display: table-cell;
    padding: 10px;
    line-height: 126%;
    vertical-align: top;
}

.viewlistings {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .viewlistings {
        margin-top: 50px;
    }
}


/**
 * Contact
 */


/**
 * PopUp
 */
.Wrap700 {
    width: 700px;
    margin: auto;
}

.bgPopUp {
    background: White;
    padding: 10px 20px;
}

.heading-blue {
    border: 1px dotted #ddd;
    border-left: none;
    border-right: none;
    padding: 7px 0px;
    margin-top: 15px;
}
/*************************************************************************************************
Footer
**************************************************************************************************/
a.go-to-top:link,
a.go-to-top:visited {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    background: #084790;
    border: 1px solid White;
}

a.go-to-top:hover {
    background-color: #f19f2d;
}

.icon-top {
    position: relative;
}

    .icon-top:before {
        content: "\f077";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        left: 13px;
        position: absolute;
        top: 10px;
        color: #ffffff;
        font-size: 16px;
    }

.footer {
    margin: 0;
    padding: 30px 0px 30px 0px;
    background: #084790;
    color: #ffffff;
    font-size: 12px;
}

    .footer a:link, .footer a:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .footer a:hover {
        color: #f19f2d;
    }

.kempton-footer {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 500;
}

.principal-text {
    text-align: right;
    padding-right: 200px;
}

@media (max-width:767px) {
    .principal-text {
        margin-top: 100px;
    }
}

.biggertext {
    font-size: 20px;
}

@media (max-width:991px) {
    .biggertext {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .biggertext {
        font-size: 16px;
    }
}

.footer .container {
    position: relative;
}

.btn-orange.footer,
a.btn-orange.footer:link,
a.btn-orange.footer:visited {
    margin-top: 10px;
    padding: 2px 9px;
}

a.btn-orange.footer:hover {
    color: #ffffff;
}

.has-error input {
    border: 1px solid #a94442 !important;
    border-bottom: 1px solid #a94442 !important;
}

.astricred {
    color: #a94442 !important
}
