.progress {
    border-radius: 2px
}

.progress {
    border-radius: 0
}

.progress-sm {
    height: 10px
}

.progress-xs {
    height: 5px
}

.progress-lg {
    height: 30px
}

.progress-lg .progress-bar {
    line-height: 30px
}

.progress-bar {
    background-color: #bf1e2e
}

.progress-bar-success {
    background-color: #02c66c
}

.progress-bar-info {
    background-color: #54c8eb
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-bar-royal {
    background-color: #ac60d0
}

.popover {
    border-radius: 0
}

.panel-border {
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 10px
}

.panel-border .panel-body {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1)
}

.modal-content {
    border-radius: 0px
}

.modal-body.no-padding {
    padding: 0
}

.moda-title {
    font-weight: 400
}

.modal-open #sb-site {
    position: static !important;
    overflow: hidden !important;
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important
}

.modal-open {
    position: static !important;
    overflow: hidden !important;
    width: auto !important;
    height: auto !important
}

.nav-tabs.nav-tabs-transparent li a {
    font-size: 1.3em;
    color: #7e8488;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-right: solid 1px #ddd;
    font-family: "robotomedium";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.nav-tabs.nav-tabs-transparent li a:hover {
    background-color: #e5e5e5
}

.nav-tabs.nav-tabs-transparent li.active a,
.nav-tabs.nav-tabs-transparent li.active a:focus,
.nav-tabs.nav-tabs-transparent li.active a:hover {
    background-image: -webkit-linear-gradient(bottom, #a91b29, #bf1e2e);
    background-image: -moz-linear-gradient(bottom, #a91b29, #bf1e2e);
    background-image: -o-linear-gradient(bottom, #a91b29, #bf1e2e);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a91b29), to(#bf1e2e));
    background-image: linear-gradient(to top, #a91b29, #bf1e2e);
    color: #fff;
    border-bottom: solid 1px #ddd
}

.nav-tabs.nav-tabs-ar {
    border-top: solid 3px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    font-family: "robotomedium";
    background-color: #fafafa
}

.nav-tabs.nav-tabs-ar li a {
    margin-top: -3px;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
    color: #555;
    -o-transition: padding .2s, border-top .2s;
    transition: padding .2s, border-top .2s;
    -moz-transition: padding .2s, border-top .2s;
    -webkit-transition: padding .2s, border-top .2s;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #fafafa;
    margin-left: -1px;
    border: 0;
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 3px #e5e5e5
}

.nav-tabs.nav-tabs-ar li:first-child a {
    border-left: solid 1px #e5e5e5
}

.nav-tabs.nav-tabs-ar li:first-child a {
    margin-left: 0px
}

.nav-tabs.nav-tabs-ar li.active a,
.nav-tabs.nav-tabs-ar li.active a:focus,
.nav-tabs.nav-tabs-ar li.active a:hover,
.nav-tabs.nav-tabs-ar li a:hover {
    border-top: solid 3px #bf1e2e;
    background-color: #f9f9f9;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    color: #bf1e2e;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 500
}

.nav-tabs.nav-tabs-ar li.active a {
    position: relative;
    z-index: 2
}

.nav-tabs.nav-tabs-ar li.active a,
.nav-tabs.nav-tabs-ar li.active a:focus,
.nav-tabs.nav-tabs-ar li.active a:hover {
    border-bottom: solid 1px #f9f9f9
}

.nav-tabs.nav-tabs-ar li a:hover {
    position: relative;
    z-index: 1;
    border-bottom-color: #e5e5e5;
    border-top-color: #000;
    color: #000
}

@media (min-width:370px) {
    .nav-tabs.nav-tabs-ar li a {
        padding-right: 10px;
        padding-left: 10px
    }
    .nav-tabs.nav-tabs-ar li.active a,
    .nav-tabs.nav-tabs-ar li.active a:focus,
    .nav-tabs.nav-tabs-ar li.active a:hover,
    .nav-tabs.nav-tabs-ar li a:hover {
        padding-right: 25px;
        padding-left: 25px
    }
}

.nav-tabs.nav-tabs-ar+.tab-content {
    padding: 15px;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    overflow: hidden;
    background-color: #f9f9f9
}

.nav-tabs.nav-tabs-ar.nav-tabs-ar-white,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white+.tab-content,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:focus,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:hover,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a:hover {
    background-color: #fff
}

.nav-tabs.nav-tabs-ar li a i {
    font-size: 1.2em
}

.nav-tabs+.tab-content {
    padding: 15px;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    overflow: hidden
}

.nav-tabs li a {
    border-radius: 2px
}

.nav-tabs.nav-tabs-round li a {
    border-radius: 5px 5px 0 0
}

.nav-tabs li a:hover {
    background-color: #f5f5f5
}

.label {
    text-shadow: none;
    font-family: "robotoregular"
}

.label-primary {
    background-color: #bf1e2e
}

.label-success {
    background-color: #02c66c
}

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

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

.label-info {
    background-color: #54c8eb
}

.label-royal {
    background-color: #ac60d0
}

.badge-square {
    border-radius: 0
}

.badge-round {
    border-radius: 2px
}

.badge-primary {
    background-color: #bf1e2e;
    color: #fff
}

.alert {
    border-radius: 2px
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
    color: inherit;
    margin: 0px 0 5px 0;
    font-weight: 400
}

.alert i {
    font-size: 1.2em;
    margin-right: 5px
}

.alert>.close {
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=30);
    opacity: .3
}

.alert-primary>.close {
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=80);
    opacity: .8
}

.alert-info {
    background-color: #ddf4fb;
    border: solid 1px #54c8eb
}

.alert-success {
    background-color: #ddffef;
    border: solid 1px #02c66c
}

.alert-warning {
    background-color: #fceedb;
    border: solid 1px #f0ad4e
}

.alert-danger {
    background-color: #f4cecd;
    border: solid 1px #d9534f
}

.alert-royal {
    background-color: #ead6f3;
    border: solid 1px #ac60d0;
    color: #792e9c
}

.alert-primary {
    background-color: #d52133;
    border: solid 1px #bf1e2e;
    color: #fae2e4
}

.alert.alert-border {
    border-left-width: 5px !important;
    border-right-width: 5px !important
}

.alert.alert-primary.alert-border {
    border-color: #671019
}

.well {
    border-radius: 2px;
    background-color: #f3f3f3;
    border-color: #e0e0e0
}

.nav-pills>.active>a>.badge {
    color: #fff;
    background-color: #bf1e2e
}

.list-group-sm a,
.list-group-sm li {
    padding-top: 5px;
    padding-bottom: 5px
}

.list-group-item-success {
    background-color: #d3ffea;
    color: #017a43
}

.list-group-item-warning {
    background-color: #fceedb;
    color: #df8a13
}

.list-group-item-danger {
    background-color: #f8dede;
    color: #b52b27
}

.list-group-item-info {
    background-color: #d4f1fa;
    color: #19add9
}

.list-group-item-royal {
    background-color: #f2e6f8;
    color: #8834b0
}

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

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

.list-group-striped li:nth-child(odd) {
    background-color: #eee
}

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

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

.page-header {
    color: #000;
    border-bottom: solid 1px #bf1e2e;
    margin-bottom: 30px
}

.right-line {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #5eadb2;
    margin: 0px 0px 10px 0px
}

.right-line:after {
    position: absolute;
    top: 55%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: #ddd;
    border-left: solid 20px #fff
}

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

.pagination>li {
    display: inline
}

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

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

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: black;
    background-color: #bf1e2e;
    border-color: #bf1e2e;
    color: #fff
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #bf1e2e;
    border-color: #bf1e2e
}

.pagination.pagination-border>li>a,
.pagination.pagination-border>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #eee
}

.pagination.pagination-border>.active>a,
.pagination.pagination-border>.active>a:focus,
.pagination.pagination-border>.active>a:hover,
.pagination.pagination-border>.active>span,
.pagination.pagination-border>.active>span:focus,
.pagination.pagination-border>.active>span:hover,
.pagination.pagination-border>li>a:focus,
.pagination.pagination-border>li>a:hover,
.pagination.pagination-border>li>span:focus,
.pagination.pagination-border>li>span:hover {
    border-color: #bf1e2e;
    background-color: transparent;
    color: #bf1e2e
}

.pager li>a,
.pager li>span {
    border-radius: 2px;
    color: #bf1e2e
}

.pager li>a:hover,
.pager li>span:hover {
    color: #fff;
    background-color: #bf1e2e
}

.pager.pager-border li>a,
.pager.pager-border li>span {
    border-radius: 2px;
    color: #bf1e2e;
    border: none;
    border-bottom: 3px solid #eee;
    padding-left: 0;
    padding-right: 0;
    margin: 0 15px
}

.pager.pager-border li>a:hover,
.pager.pager-border li>span:hover {
    color: #fff;
    background-color: transparent;
    border-color: #bf1e2e;
    color: #000
}

input {
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control {
    display: block;
    border-radius: 0;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    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 .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #bf1e2e;
    -webkit-box-shadow: none;
    box-shadow: none
}

select.form-control,
textarea.form-control {
    border-radius: 0
}

textarea.form-control:focus {
    border-color: #bf1e2e
}

.input-group-addon {
    border-radius: 0;
    background-color: #bf1e2e;
    border-color: #ad1b2a;
    color: #fff
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .radio,
.has-success .radio-inline,
.has-success .royal-block {
    color: #019450
}

.has-success .form-control {
    border-color: #02c66c;
    -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: #019450;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-success .input-group-addon {
    color: #02c66c;
    background-color: #dff0d8;
    border-color: #02c66c
}

.has-success .form-control-feedback {
    color: #02c66c
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning .royal-block {
    color: #ec971f
}

.has-warning .form-control {
    border-color: #f0ad4e;
    -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: #c77c11;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    background-color: #dff0d8;
    border-color: #f0ad4e
}

.has-warning .form-control-feedback {
    color: #f0ad4e
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .radio,
.has-error .radio-inline,
.has-error .royal-block {
    color: #c9302c
}

.has-error .form-control {
    border-color: #d9534f;
    -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: #a02622;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-error .input-group-addon {
    color: #d9534f;
    background-color: #dff0d8;
    border-color: #d9534f
}

.has-error .form-control-feedback {
    color: #d9534f
}

.form-group .glyphicon {
    margin-top: 5px
}

.jumbotron {
    padding: 20px 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f5f5f5;
    border-radius: 0;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-top: solid 5px #bf1e2e;
    border-bottom: solid 5px #bf1e2e;
    overflow: hidden
}

.container .jumbotron {
    border-radius: 0px
}

.jumbotron p {
    font-size: 1.2em;
    font-weight: 400
}

.lead {
    font-weight: 400;
    font-family: "robotoregular"
}

.lead-lg {
    font-size: 1.8em;
    font-weight: 300
}

.lead-lg strong {
    font-weight: 400
}

.lead-sm {
    font-size: 1.2em
}

.panel-footer-info {
    line-height: 33px
}

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

.panel-default .panel-heading {
    border-color: #e5e5e5
}

.panel-primary {
    border-color: #bf1e2e
}

.panel-primary .panel-footer,
.panel-primary .panel-heading {
    background-color: #bf1e2e;
    color: #fff
}

.panel-heading {
    border-radius: 0;
    font-family: "robotomedium"
}

.panel-heading a {
    font-weight: 500 !important
}

.panel-heading i {
    margin-right: 5px;
    font-size: 1.1em
}

.panel-title {
    padding: 7px
}

.panel-group .panel {
    border-radius: 0
}

.panel-heading-link,
.panel-plus-link {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    font-family: "robotoregular"
}

.panel-plus-link a {
    background-color: inherit;
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.panel-plus-link a:active,
.panel-plus-link a:focus,
.panel-plus-link a:hover {
    background-color: transparent !important
}

.panel-group .panel>.panel-heading.panel-plus-link a.collapsed:before {
    font-family: 'FontAwesome';
    content: "\f067";
    font-size: 1.4em;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    *margin-right: .3em
}

.panel-group .panel>.panel-heading.panel-plus-link a:before {
    font-family: 'FontAwesome';
    content: "\f068";
    font-size: 1.4em;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    *margin-right: .3em
}

.panel-danger-dark .panel-heading a,
.panel-danger-dark .panel-plus-link a,
.panel-info-dark .panel-heading a,
.panel-info-dark .panel-plus-link a,
.panel-primary-dark .panel-heading a,
.panel-primary-dark .panel-plus-link a,
.panel-primary .panel-heading a,
.panel-primary .panel-plus-link a,
.panel-royal-dark .panel-heading a,
.panel-royal-dark .panel-plus-link a,
.panel-success-dark .panel-heading a,
.panel-success-dark .panel-plus-link a,
.panel-warning-dark .panel-heading a,
.panel-warning-dark .panel-plus-link a {
    color: #fff
}

.panel-danger-dark .panel-heading a:hover,
.panel-danger-dark .panel-plus-link a:hover,
.panel-info-dark .panel-heading a:hover,
.panel-info-dark .panel-plus-link a:hover,
.panel-primary-dark .panel-heading a:hover,
.panel-primary-dark .panel-plus-link a:hover,
.panel-primary .panel-heading a:hover,
.panel-primary .panel-plus-link a:hover,
.panel-royal-dark .panel-heading a:hover,
.panel-royal-dark .panel-plus-link a:hover,
.panel-success-dark .panel-heading a:hover,
.panel-success-dark .panel-plus-link a:hover,
.panel-warning-dark .panel-heading a:hover,
.panel-warning-dark .panel-plus-link a:hover {
    background-color: none
}

.panel-danger-dark .panel-footer a,
.panel-danger-dark .panel-header a,
.panel-info-dark .panel-footer a,
.panel-info-dark .panel-header a,
.panel-primary-dark .panel-footer a,
.panel-primary-dark .panel-header a,
.panel-primary .panel-footer a,
.panel-primary .panel-header a,
.panel-primary .panel-header a,
.panel-royal-dark .panel-footer a,
.panel-royal-dark .panel-header a,
.panel-success-dark .panel-footer a,
.panel-success-dark .panel-header a,
.panel-warning-dark .panel-footer a,
.panel-warning-dark .panel-header a {
    color: #fff
}

.panel-default .panel-heading-link a,
.panel-default .panel-plus-link a {
    color: #333
}

.panel .panel-footer i {
    margin: 0 5px
}

.panel .panel-heading-link a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 1.2em;
    float: right;
    background-color: #bf1e2e;
    color: #fff;
    padding: 5px 0px;
    margin-top: -5px;
    margin-right: -15px;
    width: 33px;
    text-align: center
}

.panel-danger-dark .panel-heading-link a:after,
.panel-info-dark .panel-heading-link a:after,
.panel-primary-dark .panel-heading-link a:after,
.panel-primary .panel-heading-link a:after,
.panel-royal-dark .panel-heading-link a:after,
.panel-success-dark .panel-heading-link a:after,
.panel-warning-dark .panel-heading-link a:after {
    background-color: #333
}

.panel .panel-heading-link a.collapsed:after {
    content: "\f104"
}

.panel-success .panel-heading-link a:after {
    background-color: #02c66c
}

.panel-info .panel-heading-link a:after {
    background-color: #54c8eb
}

.panel-warning .panel-heading-link a:after {
    background-color: #f0ad4e
}

.panel-danger .panel-heading-link a:after {
    background-color: #d9534f
}

.panel-royal .panel-heading-link a:after {
    background-color: #ac60d0
}

.panel-success .panel-heading-link a,
.panel-success .panel-plus-link a {
    color: #017a43
}

.panel-info .panel-heading-link a,
.panel-info .panel-plus-link a {
    color: #19add9
}

.panel-warning .panel-heading-link a,
.panel-warning .panel-plus-link a {
    color: #df8a13
}

.panel-danger .panel-heading-link a,
.panel-danger .panel-plus-link a {
    color: #b52b27
}

.panel-royal .panel-heading-link a,
.panel-royal .panel-plus-link a {
    color: #8834b0
}

.panel-heading-link>a,
.panel-heading.panel-plus-link>a {
    display: block;
    padding: 5px 15px
}

.panel-heading-link>a>i {
    margin-right: 10px
}

.panel .panel-heading a {
    font-size: 1em;
    font-weight: 400;
    text-decoration: none
}

.panel .panel-danger-dark .panel-heading a:hover,
.panel .panel-danger .panel-heading a:hover,
.panel .panel-info-dark .panel-heading a:hover,
.panel .panel-info .panel-heading a:hover,
.panel .panel-primary-dark .panel-heading a:hover,
.panel .panel-primary .panel-heading a:hover,
.panel .panel-royal-dark .panel-heading a:hover,
.panel .panel-royal .panel-heading a:hover,
.panel .panel-success-dark .panel-heading a:hover,
.panel .panel-success .panel-heading a:hover,
.panel .panel-warning-dark .panel-heading a:hover,
.panel .panel-warning .panel-heading a:hover {
    background-color: transparent !important
}

.panel-body-no-padding {
    padding: 0 !important
}

.panel-default .panel-footer,
.panel-default .panel-heading {
    background-color: #333333;
    color: #fff
}

.panel-royal .panel-footer,
.panel-royal .panel-heading {
    background-color: #dfc2ed;
    color: #5a2275;
    border: solid 1px #d5afe7
}

.panel-royal .panel-body {
    border: solid 1px #dfc2ed
}

.panel-primary-dark .panel-footer,
.panel-primary-dark .panel-heading {
    background-color: #931723;
    color: #fff
}

.panel-success-dark .panel-footer,
.panel-success-dark .panel-heading {
    background-color: #5ca43f;
    color: #fff
}

.panel-info-dark .panel-footer,
.panel-info-dark .panel-heading {
    background-color: #288ec3;
    color: #fff
}

.panel-warning-dark .panel-footer,
.panel-warning-dark .panel-heading {
    background-color: #e4c016;
    color: #fff
}

.panel-danger-dark .panel-footer,
.panel-danger-dark .panel-heading {
    background-color: #a94242;
    color: #fff
}

.panel-royal-dark .panel-footer,
.panel-royal-dark .panel-heading {
    background-color: #792e9c;
    color: #fff
}

.panel-primary-dark .panel-body {
    border: solid 1px #931723
}

.panel-success-dark .panel-body {
    border: solid 1px #5ca43f
}

.panel-info-dark .panel-body {
    border: solid 1px #288ec3
}

.panel-warning-dark .panel-body {
    border: solid 1px #e4c016
}

.panel-danger-dark .panel-body {
    border: solid 1px #a94242
}

.panel-royal-dark .panel-body {
    border: solid 1px #792e9c
}

.dropdown-submenu {
    position: relative
}

.dropdown.dropdown-inverse a {
    color: #fff
}

.dropdown.dropdown-inverse a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(bottom, #a91b29, #bf1e2e);
    background-image: -moz-linear-gradient(bottom, #a91b29, #bf1e2e);
    background-image: -o-linear-gradient(bottom, #a91b29, #bf1e2e);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a91b29), to(#bf1e2e));
    background-image: linear-gradient(to top, #a91b29, #bf1e2e)
}

.dropdown.dropdown-inverse ul {
    background-color: #333;
    color: #fff;
    border-color: #222;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.75)
}

.dropdown.dropdown-inverse .divider {
    background-color: #555
}

.dropdown.dropdown-inverse .dropdown-header {
    border-color: #555;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ccc
}

.dropdown-submenu>a:after,
.dropdown>a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome
}

.dropdown>a:after {
    top: 18px;
    right: 15px;
    content: "\f107"
}

.dropdown-submenu>.dropdown-menu {
    top: -1px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

@media (max-width:767px) {
    .dropdown-submenu>.dropdown-menu {
        display: block;
        margin-left: 15px
    }
    body header{
    	height:50px;
    }
    .dropdown>a {
        border-bottom: solid 1px #ddd;
        margin: 0
    }
    .dropdown.open>a,
    .dropdown.open>a:active,
    .dropdown.open>a:focus {
        border-bottom: solid 1px #ddd
    }
    .dropdown a {
        padding: 0 6px
    }
    .dropdown-submenu {
        padding: 0;
        margin-top: -5px
    }
    .dropdown-submenu a {
        padding: 5px 0;
        margin: 0
    }
    .dropdown-submenu>a:after {
        content: " "
    }
    .dropdown>a:after {
        top: 10px;
        right: 15px;
        content: "\f104"
    }
    .dropdown.open>a:after {
        top: 10px;
        right: 15px;
        content: "\f107"
    }
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px
}

.dropdown-header {
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    padding: 6px 0;
    margin: 9px 0
}

.main-header .container {
    position: relative
}

@media (max-width:500px) {
    .main-header .breadcrumb {
        display: none !important
    }
}

.main-header .breadcrumb {
    margin: 0;
    display: inline-block;
    background: none;
    color: #fff;
    font-size: 1.1em;
    position: absolute;
    top: 0px;
    right: 10px
}

.main-header .breadcrumb li {
    color: #eee
}

.main-header .breadcrumb a {
    color: #fff
}

.main-header .breadcrumb a:hover {
    text-decoration: none;
    border-bottom: solid 1px #fff
}

.breadcrumb>li+li:before {
    padding: 0 6px 0 5px;
    content: "\00bb"
}

.main-header .breadcrumb>li+li:before {
    color: #fff
}

.nav-pills>li>a {
    border-radius: 0px;
    color: #333
}

.nav-pills.nav-stacked>li.active>a,
.nav-pills.nav-stacked>li.active>a:focus,
.nav-pills.nav-stacked>li.active>a:hover {
    border-left: solid 3px #000;
    background-color: #eee;
    color: #333
}

.nav-pills.nav-stacked>li>a {
    border-left: solid 3px #bf1e2e
}

.nav-pills.nav-stacked>li>a:hover {
    border-left: solid 3px #000
}

.nav-stacked>li+li {
    margin: 0
}

.nav-stacked {
    background-color: #f9f9f9;
    border: solid 1px #eee
}

.thumbnail {
    border-radius: 0px;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

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

.thumbnail.thumbnail-round {
    border-radius: 5px
}

.thumbnail.thumbnail-round>img {
    border-radius: 5px
}

.img-caption-ar {
    position: relative;
    padding: 5px;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    color: #fff;
    width: 100%
}

.img-caption-ar img {
    width: 100%
}

.caption-ar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.caption-ar .caption-content {
    width: 80%;
    height: 150px;
    left: 10%;
    top: 40%;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.caption-ar:hover .caption-content {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.caption-ar:hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1
}

.caption-ar .caption-content a {
    background-color: rgba(128, 128, 128, 0.5);
    padding: 10px 10px 8px 10px;
    color: #fff;
    border: solid 1px #999;
    text-decoration: none;
    margin-bottom: 10px !important;
    display: inline-block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.caption-ar .caption-content a:hover {
    background-color: rgba(200, 200, 200, 0.5)
}

.caption-ar .caption-content a i {
    margin-right: 10px
}

.caption-ar .caption-content .caption-title {
    padding: 0;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em
}

.caption-ar .caption-content .caption-title+p {
    margin-top: 5px
}

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

audio,
canvas,
video {
    display: inline-block
}

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

[hidden] {
    display: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a {
    text-decoration: none;
    border-bottom: 0
}

a:focus {
    outline: 0
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q:after,
q:before {
    content: '';
    content: none
}

small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

nav ol,
nav ul {
    list-style: none;
    padding: 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
/*@font-face {
    font-family: 'robotoblack';
    src: url("/fonts/roboto-black-webfont.eot");
    src: url("/fonts/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-black-webfont.woff2") format("woff2"), url("/fonts/roboto-black-webfont.woff") format("woff"), url("/fonts/roboto-black-webfont.ttf") format("truetype"), url("/fonts/roboto-black-webfont.svg#robotoblack") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'robotoblack';
    src: url("/fonts/roboto-blackitalic-webfont.eot");
    src: url("/fonts/roboto-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-blackitalic-webfont.woff2") format("woff2"), url("/fonts/roboto-blackitalic-webfont.woff") format("woff"), url("/fonts/roboto-blackitalic-webfont.ttf") format("truetype"), url("/fonts/roboto-blackitalic-webfont.svg#robotoblack") format("svg");
    font-weight: normal;
    font-style: italic
}
*/
@font-face {
    font-family: 'robotobold';
    src: url("fonts/Roboto-Bold.eot");
    src: url("fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff"), url("fonts/Roboto-Bold.ttf") format("truetype"), url("fonts/Roboto-Bold.svg#robotobold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'robotoregular';
    src: url("fonts/Roboto-Regular.eot");
    src: url("fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'robotolight';
    src: url("fonts/Roboto-Light.eot");
    src: url("fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto-Light.woff") format("woff"), url("fonts/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto-Light.svg#robotolight") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'robotomedium';
    src: url("fonts/Roboto-Medium.eot");
    src: url("fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto-Medium.woff") format("woff"), url("fonts/Roboto-Medium.ttf") format("truetype"), url("fonts/Roboto-Medium.svg#robotomedium") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'robotothin';
    src: url("fonts/Roboto-Thin.eot");
    src: url("fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Thin.woff2") format("woff2"), url("fonts/Roboto-Thin.woff") format("woff"), url("fonts/Roboto-Thin.ttf") format("truetype"), url("fonts/Roboto-Thin.svg#robotothin") format("svg");
    font-weight: normal;
    font-style: normal
}


html {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.5em;
    font-family: "robotoregular";
    color: #000;
    height: 100%;
    min-height: 100%
}

@media (min-width:768px) {
    html {
        font-size: 16px
    }
}

body {
    min-height: 100%
}

body.home-slideshow .contact-information {
    width: 100%;
    z-index: 101
}

body.home-slideshow .slideshow {
    position: fixed !important;
    z-index: 0;
    background-color: #000;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1
}

@media (min-width:768px) {
    body.home-slideshow section.fullview {
        min-height: calc(100vh - 120px)
    }
}

.fullscreen-video {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fullscreen-video img,
.fullscreen-video video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw
}

body {
    position: relative;
    font-size:inherit;
    line-height:inherit;
    background:#fff;
}

body.fullpage {
    background-position: center top;
    background-size: cover;
    background-attachment: fixed
}

@media (min-width:768px) {
    body.fullpage {
        background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/644cab25b0ab88d9e5b8f136895d3aec.jpg?v=1)
    }
}

body.fullpage.fullVideo {
    background-image: none;
    background-color: none
}

.sml-bg {
    display: none;
    position: fixed;
    z-index: -1;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}

.sml-bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%
}

@media (max-width:768px) {
    .sml-bg {
        display: block
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
p,
ul {
    font-family: "robotoregular"
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .75rem;
    line-height: 1.1em;
    font-family: "robotolight"
}

h1 small {
    color: #5eadb2;
    font-size: 0.3em;
    line-height: 0.2em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15)
}

@media (min-width:768px) {
    h1 small {
        font-size: 0.5em
    }
}

a {
    color: #bf1e2e
}

.strong {
    font-weight: 400
}

a:active,
a:focus,
a:hover {
    color: #000
}

a.button {
    text-decoration: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset
}

:focus {
    outline: none !important
}

::-moz-focus-inner {
    border: 0 !important
}

iframe {
    border: 0
}

p.small {
    font-size: .9em
}

.margin-small {
    margin-top: 5px;
    margin-bottom: 5px
}

.video embed,
.video iframe,
.video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

dt {
    color: #bf1e2e
}

dd,
dt {
    margin: 2px 0
}

.small-font {
    font-size: .9em
}

.primary-color {
    color: #bf1e2e
}

.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 5px
}

.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 5px
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.imageborder {
    padding: 5px;
    border: solid 1px #ddd
}

img+p {
    margin-top: 20px
}

img.alignleft+p,
img.alignright+p {
    margin-top: 0px
}

.p-lg {
    font-size: 1.1em;
    line-height: 180%
}

.margin-bottom {
    margin-bottom: 40px
}

.margin-top {
    margin-top: 40px
}

.margin-top-80 {
    margin-top: 80px
}

hr {
    display: block;
    border-top: 1px solid #ddd;
    margin: 25px 0
}

hr.color {
    border-color: #bf1e2e !important
}

hr.dotted {
    border-style: dotted !important
}

hr.dashed {
    border-style: dashed !important
}

hr.double {
    height: 5px;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-bottom-style: solid
}

.list-line {
    list-style-type: none;
    padding: 0
}

.list-line li {
    border-bottom: solid 1px #eee
}

.list-line li:first-child {
    border-top: solid 1px #eee
}

.list-line li a {
    color: #333;
    text-decoration: none;
    padding: 7px;
    display: block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.list-line li a:hover {
    background-color: #f5f5f5;
    color: #bf1e2e
}

.rent-guarantee-text {
    color: #bf1e2e;
    font-family: 'robotomedium'
}

.login {
    display: block;
    float: right;
    margin-top: 17px;
    margin-right: 10px;
    color: #fff
}



.login a:after {
    font-size: 15px;
    font-family: 'Glyphicons Halflings';
    content: "\e008";
    margin-left: 8px;
    vertical-align: top;
    background-color: #bf1e2e;
    color: #fff;
    border-radius: 50px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px
}

iframe.landlord-iframe {
    width: 100%;
    height: 560px
}

.animation-delay-1 {
    -webkit-animation-delay: .1s !important;
    -moz-animation-delay: .1s !important;
    -ms-animation-delay: .1s !important;
    -o-animation-delay: .1s !important;
    animation-delay: .1s !important
}

.animation-delay-2 {
    -webkit-animation-delay: .2s !important;
    -moz-animation-delay: .2s !important;
    -ms-animation-delay: .2s !important;
    -o-animation-delay: .2s !important;
    animation-delay: .2s !important
}

.animation-delay-3 {
    -webkit-animation-delay: .3s !important;
    -moz-animation-delay: .3s !important;
    -ms-animation-delay: .3s !important;
    -o-animation-delay: .3s !important;
    animation-delay: .3s !important
}

.animation-delay-4 {
    -webkit-animation-delay: .4s !important;
    -moz-animation-delay: .4s !important;
    -ms-animation-delay: .4s !important;
    -o-animation-delay: .4s !important;
    animation-delay: .4s !important
}

.animation-delay-5 {
    -webkit-animation-delay: .5s !important;
    -moz-animation-delay: .5s !important;
    -ms-animation-delay: .5s !important;
    -o-animation-delay: .5s !important;
    animation-delay: .5s !important
}

.animation-delay-6 {
    -webkit-animation-delay: .6s !important;
    -moz-animation-delay: .6s !important;
    -ms-animation-delay: .6s !important;
    -o-animation-delay: .6s !important;
    animation-delay: .6s !important
}

.animation-delay-7 {
    -webkit-animation-delay: .7s !important;
    -moz-animation-delay: .7s !important;
    -ms-animation-delay: .7s !important;
    -o-animation-delay: .7s !important;
    animation-delay: .7s !important
}

.animation-delay-8 {
    -webkit-animation-delay: .8s !important;
    -moz-animation-delay: .8s !important;
    -ms-animation-delay: .8s !important;
    -o-animation-delay: .8s !important;
    animation-delay: .8s !important
}

.animation-delay-9 {
    -webkit-animation-delay: .9s !important;
    -moz-animation-delay: .9s !important;
    -ms-animation-delay: .9s !important;
    -o-animation-delay: .9s !important;
    animation-delay: .9s !important
}

.animation-delay-10 {
    -webkit-animation-delay: 1s !important;
    -moz-animation-delay: 1s !important;
    -ms-animation-delay: 1s !important;
    -o-animation-delay: 1s !important;
    animation-delay: 1s !important
}

.animation-delay-11 {
    -webkit-animation-delay: 1.1s !important;
    -moz-animation-delay: 1.1s !important;
    -ms-animation-delay: 1.1s !important;
    -o-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important
}

.animation-delay-12 {
    -webkit-animation-delay: 1.2s !important;
    -moz-animation-delay: 1.2s !important;
    -ms-animation-delay: 1.2s !important;
    -o-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important
}

.animation-delay-13 {
    -webkit-animation-delay: 1.3s !important;
    -moz-animation-delay: 1.3s !important;
    -ms-animation-delay: 1.3s !important;
    -o-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important
}

.animation-delay-14 {
    -webkit-animation-delay: 1.4s !important;
    -moz-animation-delay: 1.4s !important;
    -ms-animation-delay: 1.4s !important;
    -o-animation-delay: 1.4s !important;
    animation-delay: 1.4s !important
}

.animation-delay-15 {
    -webkit-animation-delay: 1.5s !important;
    -moz-animation-delay: 1.5s !important;
    -ms-animation-delay: 1.5s !important;
    -o-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important
}

.animation-delay-16 {
    -webkit-animation-delay: 1.6s !important;
    -moz-animation-delay: 1.6s !important;
    -ms-animation-delay: 1.6s !important;
    -o-animation-delay: 1.6s !important;
    animation-delay: 1.6s !important
}

.animation-delay-17 {
    -webkit-animation-delay: 1.7s !important;
    -moz-animation-delay: 1.7s !important;
    -ms-animation-delay: 1.7s !important;
    -o-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important
}

.animation-delay-18 {
    -webkit-animation-delay: 1.8s !important;
    -moz-animation-delay: 1.8s !important;
    -ms-animation-delay: 1.8s !important;
    -o-animation-delay: 1.8s !important;
    animation-delay: 1.8s !important
}

.animation-delay-19 {
    -webkit-animation-delay: 1.9s !important;
    -moz-animation-delay: 1.9s !important;
    -ms-animation-delay: 1.9s !important;
    -o-animation-delay: 1.9s !important;
    animation-delay: 1.9s !important
}

.animation-delay-20 {
    -webkit-animation-delay: 2s !important;
    -moz-animation-delay: 2s !important;
    -ms-animation-delay: 2s !important;
    -o-animation-delay: 2s !important;
    animation-delay: 2s !important
}

.animation-delay-21 {
    -webkit-animation-delay: 2.1s !important;
    -moz-animation-delay: 2.1s !important;
    -ms-animation-delay: 2.1s !important;
    -o-animation-delay: 2.1s !important;
    animation-delay: 2.1s !important
}

.animation-delay-22 {
    -webkit-animation-delay: 2.2s !important;
    -moz-animation-delay: 2.2s !important;
    -ms-animation-delay: 2.2s !important;
    -o-animation-delay: 2.2s !important;
    animation-delay: 2.2s !important
}

.animation-delay-23 {
    -webkit-animation-delay: 2.3s !important;
    -moz-animation-delay: 2.3s !important;
    -ms-animation-delay: 2.3s !important;
    -o-animation-delay: 2.3s !important;
    animation-delay: 2.3s !important
}

.animation-delay-24 {
    -webkit-animation-delay: 2.4s !important;
    -moz-animation-delay: 2.4s !important;
    -ms-animation-delay: 2.4s !important;
    -o-animation-delay: 2.4s !important;
    animation-delay: 2.4s !important
}

.animation-delay-25 {
    -webkit-animation-delay: 2.5s !important;
    -moz-animation-delay: 2.5s !important;
    -ms-animation-delay: 2.5s !important;
    -o-animation-delay: 2.5s !important;
    animation-delay: 2.5s !important
}

.animation-delay-26 {
    -webkit-animation-delay: 2.6s !important;
    -moz-animation-delay: 2.6s !important;
    -ms-animation-delay: 2.6s !important;
    -o-animation-delay: 2.6s !important;
    animation-delay: 2.6s !important
}

.animation-delay-27 {
    -webkit-animation-delay: 2.6s !important;
    -moz-animation-delay: 2.6s !important;
    -ms-animation-delay: 2.6s !important;
    -o-animation-delay: 2.6s !important;
    animation-delay: 2.6s !important
}

.animation-delay-28 {
    -webkit-animation-delay: 2.8s !important;
    -moz-animation-delay: 2.8s !important;
    -ms-animation-delay: 2.8s !important;
    -o-animation-delay: 2.8s !important;
    animation-delay: 2.8s !important
}

.animation-delay-29 {
    -webkit-animation-delay: 2.9s !important;
    -moz-animation-delay: 2.9s !important;
    -ms-animation-delay: 2.9s !important;
    -o-animation-delay: 2.9s !important;
    animation-delay: 2.9s !important
}

.animation-delay-30 {
    -webkit-animation-delay: 3s !important;
    -moz-animation-delay: 3s !important;
    -ms-animation-delay: 3s !important;
    -o-animation-delay: 3s !important;
    animation-delay: 3s !important
}

.animation-delay-31 {
    -webkit-animation-delay: 3.1s !important;
    -moz-animation-delay: 3.1s !important;
    -ms-animation-delay: 3.1s !important;
    -o-animation-delay: 3.1s !important;
    animation-delay: 3.1s !important
}

.animation-delay-32 {
    -webkit-animation-delay: 3.2s !important;
    -moz-animation-delay: 3.2s !important;
    -ms-animation-delay: 3.2s !important;
    -o-animation-delay: 3.2s !important;
    animation-delay: 3.2s !important
}

.animation-delay-33 {
    -webkit-animation-delay: 3.3s !important;
    -moz-animation-delay: 3.3s !important;
    -ms-animation-delay: 3.3s !important;
    -o-animation-delay: 3.3s !important;
    animation-delay: 3.3s !important
}

.animation-delay-34 {
    -webkit-animation-delay: 3.4s !important;
    -moz-animation-delay: 3.4s !important;
    -ms-animation-delay: 3.4s !important;
    -o-animation-delay: 3.4s !important;
    animation-delay: 3.4s !important
}

.animation-delay-35 {
    -webkit-animation-delay: 3.5s !important;
    -moz-animation-delay: 3.5s !important;
    -ms-animation-delay: 3.5s !important;
    -o-animation-delay: 3.5s !important;
    animation-delay: 3.5s !important
}

.animation-delay-36 {
    -webkit-animation-delay: 3.6s !important;
    -moz-animation-delay: 3.6s !important;
    -ms-animation-delay: 3.6s !important;
    -o-animation-delay: 3.6s !important;
    animation-delay: 3.6s !important
}

.animation-delay-37 {
    -webkit-animation-delay: 3.7s !important;
    -moz-animation-delay: 3.7s !important;
    -ms-animation-delay: 3.7s !important;
    -o-animation-delay: 3.7s !important;
    animation-delay: 3.7s !important
}

.animation-delay-38 {
    -webkit-animation-delay: 3.8s !important;
    -moz-animation-delay: 3.8s !important;
    -ms-animation-delay: 3.8s !important;
    -o-animation-delay: 3.8s !important;
    animation-delay: 3.8s !important
}

.animation-delay-39 {
    -webkit-animation-delay: 3.9s !important;
    -moz-animation-delay: 3.9s !important;
    -ms-animation-delay: 3.9s !important;
    -o-animation-delay: 3.9s !important;
    animation-delay: 3.9s !important
}

.animation-delay-40 {
    -webkit-animation-delay: 4s !important;
    -moz-animation-delay: 4s !important;
    -ms-animation-delay: 4s !important;
    -o-animation-delay: 4s !important;
    animation-delay: 4s !important
}

.btn-eit {
    border-radius: 2px;
    font-size: 14px
}

.btn-eit>.fa {
    margin-right: 5px
}

.btn-eit.btn-transparent {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border: 2px solid #fff;
    height: 36px
}

.btn-eit.btn-transparent:active,
.btn-eit.btn-transparent:focus,
.btn-eit.btn-transparent:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.btn-eit.btn-transparent-dark {
    background-color: transparent;
    color: #bf1e2e;
    border-radius: 0;
    border: 2px solid #bf1e2e;
    height: 36px
}

.btn-eit.btn-transparent-dark:active,
.btn-eit.btn-transparent-dark:focus,
.btn-eit.btn-transparent-dark:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.btn-eit.btn-primary {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #d52133 0%, #a91b29 100%) !important;
    background-image: -o-linear-gradient(top, #d52133 0%, #a91b29 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d52133), to(#a91b29)) !important;
    background-image: linear-gradient(to bottom, #d52133 0%, #a91b29 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD52133', endColorstr='#FFA91B29', GradientType=0) !important;
    background-color: #bf1e2e;
    border: 1px solid #a91b29
}

.btn-eit.btn-primary:active {
    background-image: -webkit-linear-gradient(top, #a91b29 0%, #d52133 100%) !important;
    background-image: -o-linear-gradient(top, #a91b29 0%, #d52133 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a91b29), to(#d52133)) !important;
    background-image: linear-gradient(to bottom, #a91b29 0%, #d52133 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA91B29', endColorstr='#FFD52133', GradientType=0) !important
}

.btn-eit.btn-primary:hover {
    background-image: -webkit-linear-gradient(top, #bf1e2e 0%, #7d141e 100%) !important;
    background-image: -o-linear-gradient(top, #bf1e2e 0%, #7d141e 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bf1e2e), to(#7d141e)) !important;
    background-image: linear-gradient(to bottom, #bf1e2e 0%, #7d141e 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBF1E2E', endColorstr='#FF7D141E', GradientType=0) !important
}

.btn-secondary {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #6fb6ba 0%, #50a2a7 100%) !important;
    background-image: -o-linear-gradient(top, #6fb6ba 0%, #50a2a7 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6fb6ba), to(#50a2a7)) !important;
    background-image: linear-gradient(to bottom, #6fb6ba 0%, #50a2a7 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6FB6BA', endColorstr='#FF50A2A7', GradientType=0) !important;
    background-color: #5eadb2;
    border: 1px solid #50a2a7
}

.btn-secondary:active {
    background-image: -webkit-linear-gradient(top, #50a2a7 0%, #6fb6ba 100%) !important;
    background-image: -o-linear-gradient(top, #50a2a7 0%, #6fb6ba 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#50a2a7), to(#6fb6ba)) !important;
    background-image: linear-gradient(to bottom, #50a2a7 0%, #6fb6ba 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF50A2A7', endColorstr='#FF6FB6BA', GradientType=0) !important;
    color: white;
    border: 1px solid #3f8084
}

.btn-secondary:hover {
    background-image: -webkit-linear-gradient(top, #5eadb2 0%, #3f8084 100%) !important;
    background-image: -o-linear-gradient(top, #5eadb2 0%, #3f8084 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5eadb2), to(#3f8084)) !important;
    background-image: linear-gradient(to bottom, #5eadb2 0%, #3f8084 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5EADB2', endColorstr='#FF3F8084', GradientType=0) !important;
    color: white;
    border: 1px solid #3f8084
}

.btn-eit.btn-default {
    color: #333;
    background-image: -webkit-linear-gradient(top, #fefefe 0%, #e4e4e4 100%) !important;
    background-image: -o-linear-gradient(top, #fefefe 0%, #e4e4e4 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e4e4e4)) !important;
    background-image: linear-gradient(to bottom, #fefefe 0%, #e4e4e4 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFE4E4E4', GradientType=0) !important;
    background-color: #f1f1f1;
    border: 1px solid #e4e4e4
}

.btn-eit.btn-default:active {
    background-image: -webkit-linear-gradient(top, #e4e4e4 0%, #fefefe 100%) !important;
    background-image: -o-linear-gradient(top, #e4e4e4 0%, #fefefe 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#fefefe)) !important;
    background-image: linear-gradient(to bottom, #e4e4e4 0%, #fefefe 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE4E4E4', endColorstr='#FFFEFEFE', GradientType=0) !important;
    border: 1px solid #cbcbcb
}

.btn-eit.btn-default:hover {
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #cbcbcb 100%) !important;
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #cbcbcb 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#cbcbcb)) !important;
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #cbcbcb 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFCBCBCB', GradientType=0) !important;
    border: 1px solid #cbcbcb
}

.btn-eit.btn-success {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #02df7a 0%, #02ad5e 100%) !important;
    background-image: -o-linear-gradient(top, #02df7a 0%, #02ad5e 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#02df7a), to(#02ad5e)) !important;
    background-image: linear-gradient(to bottom, #02df7a 0%, #02ad5e 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF02DF7A', endColorstr='#FF02AD5E', GradientType=0) !important;
    background-color: #02c66c;
    border: 1px solid #02ad5e
}

.btn-eit.btn-success:active {
    background-image: -webkit-linear-gradient(top, #02ad5e 0%, #02df7a 100%) !important;
    background-image: -o-linear-gradient(top, #02ad5e 0%, #02df7a 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#02ad5e), to(#02df7a)) !important;
    background-image: linear-gradient(to bottom, #02ad5e 0%, #02df7a 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF02AD5E', endColorstr='#FF02DF7A', GradientType=0) !important;
    border: 1px solid #017a43
}

.btn-eit.btn-success:hover {
    background-image: -webkit-linear-gradient(top, #02c66c 0%, #017a43 100%) !important;
    background-image: -o-linear-gradient(top, #02c66c 0%, #017a43 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#02c66c), to(#017a43)) !important;
    background-image: linear-gradient(to bottom, #02c66c 0%, #017a43 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF02C66C', endColorstr='#FF017A43', GradientType=0) !important;
    border: 1px solid #017a43
}

.btn-eit.btn-info {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #6bcfee 0%, #3dc1e8 100%) !important;
    background-image: -o-linear-gradient(top, #6bcfee 0%, #3dc1e8 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6bcfee), to(#3dc1e8)) !important;
    background-image: linear-gradient(to bottom, #6bcfee 0%, #3dc1e8 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6BCFEE', endColorstr='#FF3DC1E8', GradientType=0) !important;
    background-color: #54c8eb;
    border: 1px solid #34bee7
}

.btn-eit.btn-info:active {
    background-image: -webkit-linear-gradient(top, #3dc1e8 0%, #6bcfee 100%) !important;
    background-image: -o-linear-gradient(top, #3dc1e8 0%, #6bcfee 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3dc1e8), to(#6bcfee)) !important;
    background-image: linear-gradient(to bottom, #3dc1e8 0%, #6bcfee 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3DC1E8', endColorstr='#FF6BCFEE', GradientType=0) !important;
    border: 1px solid #19add9
}

.btn-eit.btn-info:hover {
    background-image: -webkit-linear-gradient(top, #54c8eb 0%, #19add9 100%) !important;
    background-image: -o-linear-gradient(top, #54c8eb 0%, #19add9 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#54c8eb), to(#19add9)) !important;
    background-image: linear-gradient(to bottom, #54c8eb 0%, #19add9 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF54C8EB', endColorstr='#FF19ADD9', GradientType=0) !important;
    border: 1px solid #19add9
}

.btn-eit.btn-warning {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #f2b866 0%, #eea236 100%) !important;
    background-image: -o-linear-gradient(top, #f2b866 0%, #eea236 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2b866), to(#eea236)) !important;
    background-image: linear-gradient(to bottom, #f2b866 0%, #eea236 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2B866', endColorstr='#FFEEA236', GradientType=0) !important;
    background-color: #f0ad4e;
    border: 1px solid #eea236
}

.btn-eit.btn-warning:active {
    background-image: -webkit-linear-gradient(top, #eea236 0%, #f2b866 100%) !important;
    background-image: -o-linear-gradient(top, #eea236 0%, #f2b866 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eea236), to(#f2b866)) !important;
    background-image: linear-gradient(to bottom, #eea236 0%, #f2b866 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEA236', endColorstr='#FFF2B866', GradientType=0) !important;
    border: 1px solid #df8a13
}

.btn-eit.btn-warning:hover {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #df8a13 100%) !important;
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #df8a13 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#df8a13)) !important;
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #df8a13 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFDF8A13', GradientType=0) !important;
    border: 1px solid #df8a13
}

.btn-eit.btn-danger {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #de6764 0%, #d43f3a 100%) !important;
    background-image: -o-linear-gradient(top, #de6764 0%, #d43f3a 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#de6764), to(#d43f3a)) !important;
    background-image: linear-gradient(to bottom, #de6764 0%, #d43f3a 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDE6764', endColorstr='#FFD43F3A', GradientType=0) !important;
    background-color: #d9534f;
    border: 1px solid #d43f3a
}

.btn-eit.btn-danger:active {
    background-image: -webkit-linear-gradient(top, #d43f3a 0%, #de6764 100%) !important;
    background-image: -o-linear-gradient(top, #d43f3a 0%, #de6764 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d43f3a), to(#de6764)) !important;
    background-image: linear-gradient(to bottom, #d43f3a 0%, #de6764 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD43F3A', endColorstr='#FFDE6764', GradientType=0) !important;
    border: 1px solid #b52b27
}

.btn-eit.btn-danger:hover {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #b52b27 100%) !important;
    background-image: -o-linear-gradient(top, #d9534f 0%, #b52b27 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#b52b27)) !important;
    background-image: linear-gradient(to bottom, #d9534f 0%, #b52b27 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFB52B27', GradientType=0) !important;
    border: 1px solid #b52b27
}

.btn-eit.btn-royal {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #b674d6 0%, #a24cca 100%) !important;
    background-image: -o-linear-gradient(top, #b674d6 0%, #a24cca 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b674d6), to(#a24cca)) !important;
    background-image: linear-gradient(to bottom, #b674d6 0%, #a24cca 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB674D6', endColorstr='#FFA24CCA', GradientType=0) !important;
    background-color: #ac60d0;
    border: 1px solid #9e44c8
}

.btn-eit.btn-royal:active {
    background-image: -webkit-linear-gradient(top, #a24cca 0%, #b674d6 100%) !important;
    background-image: -o-linear-gradient(top, #a24cca 0%, #b674d6 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a24cca), to(#b674d6)) !important;
    background-image: linear-gradient(to bottom, #a24cca 0%, #b674d6 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA24CCA', endColorstr='#FFB674D6', GradientType=0) !important;
    border: 1px solid #8834b0
}

.btn-eit.btn-royal:hover {
    background-image: -webkit-linear-gradient(top, #ac60d0 0%, #8834b0 100%) !important;
    background-image: -o-linear-gradient(top, #ac60d0 0%, #8834b0 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ac60d0), to(#8834b0)) !important;
    background-image: linear-gradient(to bottom, #ac60d0 0%, #8834b0 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAC60D0', endColorstr='#FF8834B0', GradientType=0) !important;
    border: 1px solid #8834b0
}

nav a:active,
nav a:link,
nav a:visited {
    color: white;
    text-transform: uppercase;
    font-family: "robotolight"
}

@media (max-width:1399.5px) {
    nav {
        float: right;
        line-height: 50px
    }
    nav a.nav-link {
        float: right
    }
    nav i {
        color: #fff;
        text-align: center;
        width: 50px;
        line-height: 50px
    }
    nav ul.nav-menu {
        display: none;
        position: absolute;
        z-index: 1000;
        top: 50px;
        right: 0;
        width: 100%;
        z-index: 100;
        background-color: #000
    }
    nav ul.nav-menu li {
        float: left;
        width: 100%
    }
    nav ul.nav-menu li:last-of-type {
        border: 0
    }
    nav ul.nav-menu li .menu-list {
        display: none;
        float: left;
        width: 100%;
        background-color: #bf1e2e
    }
    nav ul.nav-menu li i.fa-times {
        display: none;
        float: right;
        height: 50px;
        line-height: 50px
    }
    nav ul.nav-menu li a {
        float: left;
        width: 100%;
        line-height: 50px;
        padding: 0 0 0 15px;
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15)
    }
    nav ul.nav-menu li a:hover {
        color: #fff;
        text-decoration: none
    }
    nav ul.nav-menu li a.active {
        background-color: #000
    }
    nav ul.nav-menu li a.active i.fa-times {
        display: inline-block
    }
}

@media (min-width:768px) {
    nav {
        line-height: 120px
    }
    nav ul.nav-menu {
        top: 120px
    }
}

@media (min-width:1399.5px) {
    nav {
        line-height: 120px;
        height: 120px;
        float: right;
        width: auto;
        z-index: 1000
    }
    nav a.nav-link {
        display: none
    }
    nav ul.nav-menu {
        display: inline-block !important;
        float: right;
        margin: 0
    }
    nav ul.nav-menu li {
        float: left;
        line-height: 120px;
        height: 120px;
        -webkit-transition: border 0.5s linear;
        -o-transition: border 0.5s linear;
        transition: border 0.5s linear
    }
    nav ul.nav-menu li:hover {
        border-bottom: 2px solid #bf1e2e
    }
    nav ul.nav-menu li:hover a.menu-button,
    nav ul.nav-menu li:hover i {
        color: #bf1e2e
    }
    nav ul.nav-menu li a {
        padding: 0px 20px;
        height: 120px;
        line-height: 120px;
        float: left;
        letter-spacing: 1px
    }
    nav ul.nav-menu li a:hover {
        text-decoration: none
    }
    nav ul.nav-menu li i.fa-times {
        display: none
    }
    nav ul.nav-menu li.menu-item:hover .menu-list {
        display: block !important;
        max-height: 500px;
        -webkit-transition: max-height 0.5s ease;
        -o-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease
    }
    nav ul.nav-menu li:last-of-type .menu-list {
        left: auto;
        right: 0
    }
    nav ul.nav-menu li .menu-list {
        max-height: 0px;
        height: auto;
        overflow: hidden;
        position: absolute;
        z-index: 999;
        top: 120px;
        width: 100%;
        left: 0;
        margin: 0;
        z-index: 100;
        -webkit-box-shadow: inset -260px 0 0 0 #000;
        box-shadow: inset -260px 0 0 0 #000;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.85)
    }
    nav ul.nav-menu li .menu-list a.nav-cta {
        float: right;
        width: 240px;
        height: 300px;
        padding: 0;
        position: relative;
        margin: 15px 15px 15px 0;
        background-repeat: no-repeat;
        border: 1px solid #404040;
        text-transform: uppercase
        display:block;
    }
    nav ul.nav-menu li .menu-list a.nav-cta:hover h3 {
        background-color: #bf1e2e;
        background-color: rgba(147, 23, 35, 0.9)
    }
    nav ul.nav-menu li .menu-list a.nav-cta h3 {
        -webkit-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
        margin: 0;
        width: 100%;
        height: 100%;
        line-height: 40px;
        font-size: 20px;
        padding: 109px 15px 15px 15px;
        color: #fff;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        font-family: "robotoregular"
    }
    nav ul.nav-menu li .menu-list ul {
        float: right;
        width: 260px;
        height: 100%;
        padding: 30px
    }
    nav ul.nav-menu li .menu-list li {
        width: 100%;
        line-height: 50px;
        height: 45px
    }
    nav ul.nav-menu li .menu-list li:first-of-type a {
        border: 0
    }
    nav ul.nav-menu li .menu-list li:hover {
        border-bottom: 0
    }
    nav ul.nav-menu li .menu-list li a {
        width: 100%;
        padding: 0 30px;
        font-size: 1em;
        text-transform: none;
        -webkit-transition: background 0.25s linear;
        -o-transition: background 0.25s linear;
        transition: background 0.25s linear;
        text-align: right;
        line-height: inherit;
        height: auto
    }
    nav ul.nav-menu li .menu-list li a:hover {
        background-color: #bf1e2e;
        border-bottom: 0
    }
}

.cta-1 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/73ecaf041dd4f49ff4bb7c3956e41876.jpg)
}

.cta-2 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/f8e04c12f47c17a8dd4d995fc9de3cf3.jpg)
}

.cta-3 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/e2986523e099f39c11209d664e3d1f75.jpg)
}

.cta-4 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/312a3f5f6cdecd6f0d651e922bbfcc2b.jpg)
}

.cta-5 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/9691ce580fc177e0201898238d2dabd2.jpg)
}

.cta-6 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/22c3cc6f5da67353b22ef98cc93ea91d.jpg)
}

.cta-7 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/b8270ff8ccedffd4b1f68771b8c067e7.jpg)
}

.cta-8 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/bfe6b11e555482ec6e33814420abffaf.jpg)
}

.cta-9 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/b927da4a30015ebc9d45a56a90fe2510.jpg)
}

.cta-10 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/f231608d2a29a22e8b728ce8c0e7455f.jpg)
}

.cta-11 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/d551b484222682cca3372022ee1792b2.jpg)
}

.cta-12 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/3686394a5b0d5d400da4b260055dfa36.jpg)
}

.bootstrap-select {
    width: 130px \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*=form-control]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !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-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-search .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: none !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%;
    border: 1px solid #cccccc;
    -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.active:not(.disabled) a small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover 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: 0.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: 0.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: 10306
}

.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: #cccccc;
    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 white;
    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: #cccccc;
    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 white;
    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:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-searchbox {
    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
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    margin-top: 0px !important;
    background-color: white
}

.bootstrap-select .dropdown-menu li a {
    font-size: 13px;
    font-weight: 400;
    padding: 6px 15px
}

.bootstrap-select .dropdown-menu li a:active,
.bootstrap-select .dropdown-menu li a:focus,
.bootstrap-select .dropdown-menu li a:hover {
    background-color: #bf1e2e;
    background-image: -webkit-linear-gradient(bottom, #a91b29, #bf1e2e);
    background-image: -moz-linear-gradient(bottom, #a91b29, #bf1e2e);
    background-image: -o-linear-gradient(bottom, #a91b29, #bf1e2e);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a91b29), to(#bf1e2e));
    background-image: linear-gradient(to top, #a91b29, #bf1e2e);
    color: #fff
}

#footer {
    background-color: #000;
    color: #bbb;
    padding: 25px 0;
    font-size: 11px;
    text-align: center;
    border-top: solid 1px #404040
}

#footer a {
    color: #bbb;
    text-decoration: none;
    font-size: 11px
}

#footer a:hover {
    color: #a1a1a1
}

#footer p {
    margin: 0;
    padding: 0;
    line-height: 100%
}

.footer {
    background-color: #1a1a1a;
    padding: 30px 0 30px 0;
    position: relative
}

.footer .telephone {
    font-size: 24px;
    color: #bf1e2e;
    font-family: "robotobold";
    line-height: 28px;
    text-align: right;
    margin: 35px 0px 0px 0px
}

.footer .telephone i.fa {
    color: #bf1e2e;
    margin: 0 5px 0 0
}

.footer .telephone span {
    color: #bf1e2e
}

.footer img {
    display: block;
    margin: 0 auto
}

@media (max-width:768px) {
    .footer .telephone {
        text-align: center
    }
}

@media (min-width:992px) {
    .footer img {
        max-width: 50%
    }
}

.afilback {
    background-color: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width:767px) {
    .afilback {
        display: none;
        visibility: hidden
    }
}

#afilSlider {
    float: left
}

#afilSlider li {
    float: left;
    list-style: none outside none;
    width: 1640px;
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

#afilSlider li img {
    margin: 7px 30px 0 0;
    height: 50px;
    width: auto
}

@media (min-width:768px) {
    #afilSlider {
        width: 698px
    }
}

@media (min-width:992px) {
    #afilSlider {
        width: 912px
    }
}

@media (min-width:1200px) {
    #afilSlider {
        width: 1145px
    }
}

#afilwrap {
    display: block;
    margin: 0 auto;
    overflow: hidden
}

@media (min-width:768px) {
    #afilwrap {
        width: 698px
    }
}

@media (min-width:992px) {
    #afilwrap {
        width: 912px
    }
}

@media (min-width:1200px) {
    #afilwrap {
        width: 1145px
    }
}

.areas-back {
    background-color: #1a1a1a;
    margin: 0;
    padding: 15px 0px 30px 0px
}

.areas-back h3 {
    color: #bf1e2e;
    margin: 15px 0px 10px 0;
    text-align: left;
    border-bottom: 1px solid #bf1e2e;
    padding-bottom: 5px
}

.areas-back ul {
    padding: 0;
    margin: 0
}

.areas-back ul li {
    list-style-type: none;
    text-align: center;
    width: 50%;
    float: left;
    text-align: left
}

.areas-back a {
    display: block;
    color: #999
}

ul.change-bg {
    width: auto;
    position: fixed;
    z-index: 1;
    bottom: 15px;
    right: 15px;
    padding: 0;
    margin: 0;
    z-index: 99999999
}

ul.change-bg li {
    float: left;
    list-style-type: none;
    width: 10px;
    height: 10px;
    margin-right: 5px
}

ul.change-bg li a {
    float: left;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25)
}

ul.change-bg li a:hover {
    background-color: rgba(255, 255, 255, 0.75)
}

.header-container {
    position: relative;
    padding: 0 !important
}

header {
    background-color: #000;
    position: relative;
    height: 50px;
    padding: 0 15px;
    z-index: 999;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25)!important;
}

.fullpage header {
    background-color: transparent
}

header img.logo {
    position: absolute;
    width: 35px;
    height: 40px;
    left: 50%;
    margin: 5px 0 0 -17px;
    float:none;
    padding:0;
}

header a.search-button {
    color: #fff;
    float: left;
    line-height: 50px
}

header a.search-button i {
    text-align: center;
    width: 50px;
    line-height: inherit;
    float: left
}

header a.search-button .fa-search {
    display: inline-block
}

header a.search-button .fa-times {
    display: none
}

header a.search-button span {
    display: none
}

header a.search-button.active .fa-search {
    display: none
}

header a.search-button.active .fa-times {
    display: inline-block
}

@media (min-width:768px) {
    header {
        height: 120px
    }
    header img.logo {
        width: 290px;
        height: 80px;
        margin: 20px 0 0 -145px
    }
    header a.search-button {
        position: absolute;
        z-index: 999;
        left: 15px;
        top: 0;
        font-size: 1.2em;
        margin-left: 15px;
        line-height: 120px
    }
    header a.search-button i {
        width: 20px;
        margin-right: 15px
    }
    header a.search-button span {
        display: inline-block;
        font-family: "robotolight"
    }
}

@media (min-width:992px) {
    header a.search-button.propertySearch {
        display: none !important
    }
}

.fullpage .contact-information p {
    color: #fff
}

.contact-information {
    display: none
}

.contact-information .login {
    display: inline-block
}

@media (min-width:768px) {
    .contact-information {
        display: block;
        height: 60px;
        margin: 0;
        padding: 0px 30px
    }
    .contact-information .info {
        display: inline-block;
        float: right;
        margin-right: 30px
    }
    .contact-information p {
        float: right;
        font-size: 1em;
        color: #000;
        margin: 0px 0px 0 20px;
        line-height: 60px;
        font-family: "robotolight"
    }
    .contact-information p i {
        float: left;
        font-size: 0.75em;
        width: 20px;
        height: 20px;
        color: inherit;
        line-height: 18px;
        border-radius: 50%;
        text-align: center;
        margin: 20px 8px 0 0
    }
}

.contact-information ul.social-media {
    display: none;
    margin: 20px 0px 0 0;
    float: left
}

@media (min-width:1200px) {
    .contact-information ul.social-media {
        display: inline-block
    }
}

.booking-button {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: transparent;
    line-height: 42px;
    height: 46px;
    text-align: center;
    border: 2px solid white;
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
    background-color: #bf1e2e;
    width: 100%
}

.booking-button:hover {
    background-color: #bf1e2e;
    color: #fff;
    text-decoration: none;
    border-color: white
}

.booking-button span {
    margin-left: 12px;
    float: left
}

.booking-button:focus,
.booking-button:hover {
    background-color: #931723;
    color: #fff
}

[data-booking-popup-url]:hover {
    cursor: pointer
}

#booking-window {
    background-color: rgba(191, 30, 46, 0.75);
    z-index: 10000000000;
    overflow: hidden;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

#booking-window #booking-dialog {
    -webkit-box-shadow: 0px 0px 5px 1px black;
    -moz-box-shadow: 0px 0px 5px 1px black;
    box-shadow: 0px 0px 5px 1px black;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    height: 100%
}

@media (min-width:768px) {
    #booking-window #booking-dialog {
        margin-top: 1%;
        width: 480px;
        height: 95%
    }
}

#booking-window #booking-dialog #booking-dialog-loading {
    background-color: #fff;
    z-index: 10000000000;
    position: relative;
    text-align: center;
    padding-top: 50px;
    height: 100%;
    color: #fff
}

@media (min-width:768px) {
    #booking-window #booking-dialog #booking-dialog-loading {
        border-radius: 5px
    }
}

#booking-window #booking-dialog #booking-dialog-close {
    position: absolute;
    font-weight: bold;
    font-size: 1.5em;
    right: 15px;
    color: #bf1e2e;
    top: 5px
}

#booking-window #booking-dialog #booking-dialog-close:hover {
    cursor: pointer
}

#booking-window #booking-dialog #booking-dialog-content {
    padding: 50px 5px 20px 15px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px
}

#booking-window #booking-dialog #booking-dialog-content iframe {
    height: 100%;
    width: 100%
}

.border-radius-base {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nav-collapse {
    -webkit-transform: none
}

.nopadding {
    padding: 0px 1px;
    margin: 0px
}

.nopadding2 {
    padding: 0px 1px
}

.nopaddinglr {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px
}

.z1000 {
    z-index: 10000
}

.margin-top-5 {
    margin-top: 5px
}

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

.margin-top-15 {
    margin-top: 15px
}

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

.margin-top-25 {
    margin-top: 25px
}

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

.margin-top-35 {
    margin-top: 35px
}

.margin-right-5 {
    margin-right: 5px
}

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

.margin-right-15 {
    margin-right: 15px
}

.margin-right-20 {
    margin-right: 20px
}

.margin-right-25 {
    margin-right: 25px
}

.margin-right-30 {
    margin-right: 30px
}

.margin-right-35 {
    margin-right: 35px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

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

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

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

.margin-bottom-25 {
    margin-bottom: 25px
}

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

.margin-bottom-35 {
    margin-bottom: 35px
}

.margin-left-5 {
    margin-left: 5px
}

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

.margin-left-15 {
    margin-left: 15px
}

.margin-left-20 {
    margin-left: 20px
}

.margin-left-25 {
    margin-left: 25px
}

.margin-left-30 {
    margin-left: 30px
}

.margin-left-35 {
    margin-left: 35px
}

.padding-top-1 {
    padding-top: 1px
}

.padding-top-2 {
    padding-top: 2px
}

.padding-top-3 {
    padding-top: 3px
}

.padding-top-4 {
    padding-top: 4px
}

.padding-top-5 {
    padding-top: 5px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-15 {
    padding-top: 15px
}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-25 {
    padding-top: 25px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-top-35 {
    padding-top: 35px
}

.padding-bottom-1 {
    padding-bottom: 1px
}

.padding-bottom-2 {
    padding-bottom: 2px
}

.padding-bottom-3 {
    padding-bottom: 3px
}

.padding-bottom-4 {
    padding-bottom: 4px
}

.padding-bottom-5 {
    padding-bottom: 5px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-bottom-15 {
    padding-bottom: 15px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-25 {
    padding-bottom: 25px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-35 {
    padding-bottom: 35px
}

.line-height-18 {
    line-height: 18px
}

.line-height-19 {
    line-height: 19px
}

.line-height-20 {
    line-height: 20px
}

.line-height-21 {
    line-height: 21px
}

.line-height-22 {
    line-height: 22px
}

.line-height-23 {
    line-height: 23px
}

.line-height-24 {
    line-height: 24px
}

.line-height-25 {
    line-height: 25px
}

.line-height-30 {
    line-height: 30px
}

.line-height-35 {
    line-height: 35px
}

img.home-icon {
    height: 27px;
    width: 30px;
    margin: -9px 0px -1px 0px
}

.btn-inverse:hover {
    color: white;
    background-color: #489196
}

a.logolnk {
    min-height: 47px;
    display: block
}

.browserchoice {
    float: left;
    width: 100%;
    text-align: center
}

.browser {
    width: 110px;
    display: block;
    text-align: center;
    float: left;
    margin: 0px 20px 0px 0px
}

#back-top a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999;
    color: #eee;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding: 10px;
    border-radius: 5px;
    text-align: center
}

@media (max-width:767px) {
    #back-top a {
        position: fixed;
        bottom: 10px;
        right: 10px
    }
}

#back-top a:hover {
    background-color: rgba(0, 0, 0, 0.7)
}

#back-top a i {
    font-size: 2em
}

#slide-panel {
    position: fixed;
    top: 150px;
    width: 300px;
    height: 300px;
    padding: 10px;
    background: #eee;
    margin-left: -300px
}

#opener {
    float: right;
    margin: -10px -50px 0px 0px;
    border-radius: 0
}

.about-us-img {
    width: 100%;
    height: auto;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .about-us-img {
        max-width: 50%;
        margin: 0 0 30px 30px
    }
}

section.fullview {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 50px);
    z-index: 100
}

section.fullview a.down-arrow {
    position: absolute;
    left: 50%;
    bottom: 30px;
    font-size: 50px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    margin: 0 0 0 -30px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

section.fullview a.down-arrow:hover i {
    color: rgba(255, 255, 255, 0.75)
}

section.fullview a.down-arrow i {
    float: left;
    width: 100%;
    height: 100%;
    line-height: inherit;
    color: rgba(255, 255, 255, 0.5);
    text-align: center
}

@media (min-width:768px) {
    section.fullview {
        min-height: calc(100vh - 120px - 60px)
    }
}

.bg-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1
}

.bg-shadow:after,
.bg-shadow:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.9);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.9)
}

.bg-shadow:before {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    left: 10px
}

.bg-shadow:after {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px
}

.about-person {
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd
}

.about-person h2 {
    color: #bf1e2e
}

.about-person h3 {
    color: #5eadb2
}

.static-page {
    padding-top: 15px;
    background-color: #fff;
    margin-bottom: 0
}

.static-page h1 {
    text-transform: uppercase;
    text-align: center;
    padding: 0.5em 0 1em;
    margin-bottom: 1em;
    color: #bf1e2e;
    border-bottom: 3px solid #bf1e2e;
    font-weight: bold;
    font-size: 24px
}

.contact-page .static-page {
    padding-top: 15px
}

@media (min-width:768px) {
    .static-page {
        padding: 0 15px 30px
    }
    .static-page h1 {
        margin-bottom: 1em;
        padding-top: 0;
        font-size: 36px;
        border-bottom: 5px solid #bf1e2e
    }
}

.full-section {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 30px
}

.blurb-contain {
    color: #000;
    margin-bottom: 60px
}

.blurb-contain p {
    text-align: justify
}

.blurb-contain h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: "robotomedium";
    text-transform: uppercase;
    color: #bf1e2e;
    border-top: 2px solid #bf1e2e;
    border-bottom: 2px solid #bf1e2e;
    padding: 0.5em 0;
    margin-bottom: 1em
}

.blurb-contain h2 span.separator {
    height: 2px;
    background-color: #bf1e2e;
    display: block;
    margin: 30px 0
}

.blurb-contain .blurb {
    padding-left: 0;
    padding-right: 0;
    color: #000
}

.blurb-contain .links {
    padding-left: 0;
    padding-right: 0
}

.blurb-contain .links a {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: transparent;
    line-height: 42px;
    height: 46px;
    text-align: center;
    border: 2px solid #bf1e2e;
    color: #bf1e2e;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    margin-bottom: 8px
}

.blurb-contain .links a:hover {
    background-color: #bf1e2e;
    color: #fff;
    text-decoration: none;
    border-color: #bf1e2e
}

.blurb-contain .links a:last-of-type {
    margin-bottom: 0
}

@media (min-width:992px) {
    .blurb-contain h2 {
        padding: 0.75em 0;
        margin-bottom: 1.5em
    }
    .blurb-contain .blurb {
        padding-right: 30px
    }
    .blurb-contain .links {
        border: 0;
        padding-bottom: 0;
        padding-left: 30px;
        margin: 0
    }
    .blurb-contain .links a {
        font-size: 18px;
        width: 100%;
        margin-bottom: 15px
    }
}

.full-cta {
    padding-top: 2em;
    padding-bottom: 2em
}

.full-cta span.separate {
    display: block;
    width: 60%;
    height: 2px;
    background-color: #000;
    margin: 30px 0 30px 20%
}

.full-cta h2 {
    text-align: center;
    margin-bottom: 2em;
    color: #fff;
    font-family: "robotothin";
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5)
}

.full-cta p.more {
    text-align: center;
    background:none;
}

.full-cta p.more a {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: rgba(191, 30, 46, 0.5);
    line-height: 42px;
    height: 46px;
    text-align: center;
    border: 2px solid #bf1e2e;
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px 10px;
    padding: 0 25px;
    font-size: 14px;
    height: auto;
    min-width: 260px
}

.full-cta p.more a:hover {
    background-color: #bf1e2e;
    color: #fff;
    text-decoration: none;
    border-color: #bf1e2e
}

@media (min-width:768px) {
    .full-cta {
        padding-top: 3em;
        padding-bottom: 3em
    }
}

@media (min-width:1200px) {
    .full-cta {
        padding-top: 6em;
        padding-bottom: 6em
    }
}

.form-submit {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: transparent;
    line-height: 42px;
    height: 46px;
    text-align: center;
    border: 2px solid #bf1e2e;
    color: #bf1e2e;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase
}

.form-submit:hover {
    background-color: #bf1e2e;
    color: white;
    text-decoration: none;
    border-color: #bf1e2e
}

.form_register_form h2 {
    margin-bottom: 10px;
    font-size: 1.25em;
    text-transform: uppercase;
    color: #bf1e2e;
    font-family: "robotomedium";
    letter-spacing: 0
}

ul.social-media {
    width: auto;
    height: auto;
    padding: 0
}

ul.social-media li {
    float: left;
    list-style-type: none;
    height: 24px;
    width: 24px;
    margin-right: 10px;
    line-height: 24px
}

ul.social-media li a {
    color: #fff;
    float: left;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: inherit;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

ul.social-media li a.rss {
    background-color: #ef922f
}

ul.social-media li a.rss:hover {
    background-color: #da7911
}

ul.social-media li a.facebook {
    background-color: #3b5998
}

ul.social-media li a.facebook:hover {
    background-color: #2d4373
}

ul.social-media li a.twitter {
    background-color: #00aced
}

ul.social-media li a.twitter:hover {
    background-color: #0087ba
}

ul.social-media li a.instagram {
    background-color: #517fa4
}

ul.social-media li a.instagram:hover {
    background-color: #406582
}

ul.social-media li a.googleplus {
    background-color: #dd4b39
}

ul.social-media li a.googleplus:hover {
    background-color: #c23321
}

ul.social-media li a.linkedin {
    background-color: #007bb6
}

ul.social-media li a.linkedin:hover {
    background-color: #005983
}

.service {
    margin-bottom: 30px
}

.service h2 {
    background-color: #bf1e2e;
    margin: 0;
    line-height: 60px;
    padding: 0 15px;
    color: #fff
}

.service .servicebody {
    padding: 15px;
    background-color: #f5f5f5;
    border-left: 1px solid #bf1e2e;
    border-right: 1px solid #bf1e2e;
    border-bottom: 1px solid #bf1e2e
}

.service h4 {
    text-decoration: underline;
    margin-bottom: 5px
}

.service h3 {
    font-family: "robotoregular"
}

@media (min-width:992px) {
    .service .servicebody {
        padding: 30px
    }
}

.content-box {
    float: left;
    width: 100%;
    border: 1px solid #333;
    border-bottom: 10px solid #bf1e2e;
    margin-bottom: 15px;
    background-color: #ededed;
    padding: 15px;
    background-color: #000;
    color: #999
}

.content-box .sub-content {
    background-color: #333;
    padding: 15px;
    color: #fff
}

.content-box a {
    color: #bf1e2e
}

.content-box a:hover {
    color: #fff
}

.content-box h3 {
    font-family: "robotoregular";
    color: #ddd;
    text-transform: uppercase
}

.content-box:last-child {
    margin: 0
}

@media (min-width:992px) {
    .content-box {
        padding: 30px;
        margin-bottom: 30px
    }
    .content-box.half-box {
        width: 55%
    }
}

.static-img {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .static-img {
        width: 50%;
        float: right;
        margin: 0 0 30px 30px
    }
}

.search-page-content {
    margin-bottom: 15px
}

@media (min-width:992px) {
    .search-page-content {
        margin-bottom: 30px
    }
}

.fees-table {
    border: 1px solid #000;
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.fees-table td,
.fees-table th,
.fees-table tr {
    border: 1px solid #000
}

.fees-table td,
.fees-table th {
    padding: 5px
}

.commercial-links {
    float: right;
    width: 100%
}

.commercial-links .static-img {
    width: 100%;
    margin-left: 0
}

.commercial-links a {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: transparent;
    line-height: 42px;
    height: 46px;
    text-align: center;
    border: 2px solid #bf1e2e;
    color: #bf1e2e;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px
}

.commercial-links a:hover {
    background-color: #bf1e2e;
    color: #fff;
    text-decoration: none;
    border-color: #bf1e2e
}

@media (min-width:992px) {
    .commercial-links {
        width: 40%;
        margin-left: 30px
    }
}

.gmapcontact {
    float: left;
    width: 100%;
    height: 500px;
    margin: 20px 0px 20px 0px
}

.gmapcontact1 {
    float: left;
    width: 100%;
    height: 550px;
    margin: 0px 0px 20px 0px
}

.gmapcontact2 {
    float: left;
    width: 100%;
    height: 450px;
    margin: 0px 0px 30px 0px
}

.contact-img {
    margin-bottom: 15px
}

@media (min-width:992px) {
    .contact-img {
        width: 60%;
        height: auto;
        float: left
    }
}

@media (min-width:992px) {
    .contact-left {
        padding-left: 0
    }
}

@media (min-width:992px) {
    .contact-right {
        padding-right: 0;
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .contact-right {
        margin-top: 0
    }
}

.contact-details {
    margin-bottom: 15px;
    float: left
}

.contact-details img {
    display: none
}

.contact-details ul.social-media {
    margin-top: 15px
}

@media (min-width:768px) {
    .contact-details {
        width: 50%
    }
}

@media (min-width:992px) {
    .contact-details {
        width: 100%;
        margin-bottom: 15px;
        position: relative
    }
    .contact-details img {
        float: right;
        display: inline-block
    }
}

.contact-details h2 {
    color: #bf1e2e;
    font-size: 18px;
    line-height: 24px;
    font-family: "robotobold"
}

.contact-details h3 {
    color: #bf1e2e;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0px 10px 0px
}

.contact-details h3 i.fa {
    color: #bf1e2e;
    padding-right: 0px;
    width: 20px
}

.contact-details p {
    line-height: 18px;
    font-size: 13px
}

.contact-details strong span {
    color: #bf1e2e
}

.opening-hours {
    color: #bf1e2e;
    font-size: 15px;
    margin: 10px 0 15px 0;
    float: left;
    width: 100%
}

.opening-hours p {
    color: #000;
    line-height: 16px;
    font-size: 14px;
    margin-top: 8px;
    float: left
}

@media (min-width:992px) {
    .opening-hours {
        padding: 0px;
        margin: 0;
        padding-right: 15px
    }
}

.opening-hours h2 {
    color: #bf1e2e;
    font-size: 18px;
    line-height: 18px;
    font-family: "robotomedium"
}

.opening-hours .day {
    color: #bf1e2e
}

.opening-hours .time {
    color: #bf1e2e;
    font-family: "robotomedium"
}

.contact-req {
    background-color: #f5f5f5;
    display: block;
    float: left;
    padding: 30px 15px
}

.contact-req h2 {
    color: #bf1e2e;
    padding: 0 15px 0 15px;
    font-size: 18px;
    font-family: "robotomedium"
}

.blockquote-color {
    border-color: #bf1e2e
}

.blockquote-color-bg {
    border-color: #bf1e2e;
    border-bottom: solid 1px #bf1e2e;
    background-color: #f9f9f9
}

.blockquote-big {
    font-size: 1.8em;
    line-height: 140%;
    font-style: oblique;
    border: none
}

.blockquote-big footer {
    font-style: normal;
    font-size: .7em
}

.blockquote-color-bg-primary {
    font-size: 1em;
    background-color: #bf1e2e;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
    border: none
}

.blockquote-color-bg-dark:after,
.blockquote-color-bg-primary:after {
    font-family: "FontAwesome";
    content: "\f10e";
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 2.6em
}

.blockquote-color-bg-dark {
    font-size: 1em;
    background-color: #444;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
    border: none
}

.blockquote-color-bg-light {
    font-size: 1em;
    background-color: #ddd;
    color: #333;
    padding: 20px;
    text-align: center;
    position: relative;
    border: none;
    text-shadow: 1px 1px 0px white
}

.blockquote-color-bg-light:after {
    font-family: "FontAwesome";
    content: "\f10e";
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #333;
    font-size: 2.6em
}

.blockquote-color-bg-dark footer,
.blockquote-color-bg-primary footer {
    color: #eee;
    font-size: .9em
}

.blockquote-color-bg-light footer {
    color: #666;
    font-size: .9em
}

@font-face {
    font-family: 'resultsicons';
    src: url("/Shared/bsfonts/resultsicons.eot?72761561");
    src: url("/Shared/bsfonts/resultsicons.eot?72761561#iefix") format("embedded-opentype"), url("/Shared/bsfonts/resultsicons.woff?72761561") format("woff"), url("/Shared/bsfonts/resultsicons.ttf?72761561") format("truetype"), url("/Shared/bsfonts/resultsicons.svg?72761561#resultsicons") format("svg");
    font-weight: normal;
    font-style: normal
}

[class*=" res-icon-"]:before,
[class^=res-icon-]:before {
    font-family: "resultsicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    font-size: 24px;
    color: #bf1e2e
}

.res-icon-beds:before {
    content: '\e800'
}

.res-icon-station:before {
    content: '\e801'
}

.res-icon-reception:before {
    content: '\e802'
}

.res-icon-parking:before {
    content: '\e803'
}

.res-icon-gardern:before {
    content: '\e804'
}

.res-icon-bath:before {
    content: '\e805'
}

.displayorderform label {
    line-height: 20px
}

.results_property_border {
    margin: 0px 0px 15px 0px;
    float: left
}

.resultslist-cont {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.resultslist-cont .results-text p {
    display: none
}

@media (min-width:992px) {
    .resultslist-cont .results-text p {
        display: block
    }
}

.resultslist-cont h2 {
    color: #5eadb2;
    font-size: 18px;
    font-family: "robotomedium";
    line-height: 18px;
    margin: 0px 0px 15px 0px;
    width: 100%;
    text-align: left
}

.res-attributes {
    width: auto;
    float: left
}

.resultsgrid-cont .res-attributes {
    width: 100%
}

.results-container {
    padding: 0 !important
}

@media (min-width:1200px) {
    .results-container {
        width: auto !important;
        max-width: 1800px !important
    }
}

.res-prop-lnk {
    width: 100%;
    float: right
}

.res-prop-lnk a {
    margin-top: 10px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: #bf1e2e;
    line-height: 34px;
    height: 36px;
    text-align: center;
    border: 1px solid #bf1e2e;
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px
}

.res-prop-lnk a:hover {
    background-color: transparent;
    color: #bf1e2e;
    text-decoration: none;
    border-color: #bf1e2e
}

@media (min-width:768px) {
    .res-prop-lnk a {
        float: right;
        margin-top: 0;
        width: auto
    }
}

.resultslist-cont h3 {
    color: #bf1e2e;
    font-size: 16px;
    font-family: "robotomedium";
    line-height: 16px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    text-align: left
}

h3 .results_propstat_let,
h3 .results_propstat_let_agreed,
h3 .results_propstat_sold,
h3 .results_propstat_sold_stc,
h3 .results_propstat_under_offer {
    color: #f0ad4e
}

.GMCon h3 a,
.resultslist-cont h3 a {
    color: #a9a9a9;
    font-size: 12px;
    font-family: "robotoregular";
    margin: 0px 0px 0px 5px
}

.results_priceask {
    color: black
}

.displayorderform label {
    line-height: 20px
}

.view-icons {
    float: right;
    margin: 10px 0px 0px 0px
}

.photoLabel {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .photoLabel {
        margin-bottom: 0
    }
}

.photoLabelLet,
.photoLabelLetAgreed,
.photoLabelNI,
.photoLabelSold,
.photoLabelSoldSTC,
.photoLabelUO {
    width: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px
}

.photoLabelLetAgreed span,
.photoLabelLet span,
.photoLabelNI span,
.photoLabelSold span,
.photoLabelSoldSTC span,
.photoLabelUO span {
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 100px;
    height: 100px;
    left: -3px;
    top: -3px;
    background-size: 100%;
    overflow: hidden;
    z-index: 2
}

@media (min-width:992px) {
    .photoLabelLetAgreed span,
    .photoLabelLet span,
    .photoLabelNI span,
    .photoLabelSold span,
    .photoLabelSoldSTC span,
    .photoLabelUO span {
        width: 140px;
        height: 140px;
        left: -4px;
        top: -4px
    }
}

.photoLabelLet span {
    background-image: url(/Shared/images/propertystatus6/let.png)
}

.photoLabelLetAgreed span {
    background-image: url(/Shared/images/propertystatus6/letagreed.png)
}

.photoLabelSold span {
    background-image: url(/Shared/images/propertystatus6/sold.png)
}

.photoLabelSoldSTC span {
    background-image: url(/Shared/images/propertystatus6/soldSTC.png)
}

.photoLabelUO span {
    background-image: url(/Shared/images/propertystatus6/UO.png)
}

.photoLabelNI span {
    background-image: url(/Shared/images/propertystatus6/new.png)
}

#map_canvas {
    width: 100%;
    height: 500px;
    margin: 0 0 20px
}

#side_bar {
    display: none;
    visibility: hidden
}

.marker-item {
    float: left;
    border: 1px solid #DADADA;
    margin: 0 0 3px;
    padding: 0;
    width: 100%;
    height: 43px
}

.marker-item:active,
.marker-item:hover {
    cursor: pointer
}

.map-photo {
    float: left;
    width: 60px
}

.marker_photo {
    width: 60px;
    height: 45px
}

.marker-txt {
    float: left;
    margin: 0 0 0 5px;
    width: 185px;
    cursor: pointer
}

.marker-txt h2 {
    float: left;
    margin: 5px 0 8px;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    cursor: pointer
}

.marker-txt h3 {
    float: left;
    margin: 0;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    cursor: pointer
}

.GMCon {
    width: 310px;
    float: left;
    text-align: left;
    font-size: 11px;
    padding: 10px 0px 0px 5px;
    overflow: hidden
}

.GMCon h2 {
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #222222
}

.GMCon h3 {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #bf1e2e
}

.GMPhoto {
    width: 300px;
    float: left;
    margin: 0 5px 0 0
}

.resultsGM_photo {
    width: 300px;
    margin: 0 0 5px
}

.moreInfo {
    margin: 5px 0 0;
    height: 20px;
    text-align: right
}

.priceGM {
    font-size: 14px;
    text-align: left;
    float: left;
    margin: 5px 0;
    font-weight: 700
}

.GMCont {
    width: 300px;
    float: left;
    text-align: left;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.GMPhoto .photoLabelLet,
.GMPhoto .photoLabelLetAgreed,
.GMPhoto .photoLabelNI,
.GMPhoto .photoLabelSold,
.GMPhoto .photoLabelSoldSTC,
.GMPhoto .photoLabelUO {
    width: 150px;
    position: relative;
    margin: 0;
    padding: 0
}

.GMPhoto .photoLabelLetAgreed span,
.GMPhoto .photoLabelLet span,
.GMPhoto .photoLabelNI span,
.GMPhoto .photoLabelSold span,
.GMPhoto .photoLabelSoldSTC span,
.GMPhoto .photoLabelUO span {
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    width: 150px;
    height: 100px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.GMPhoto .photoLabelLet span {
    background-image: url(/Shared/images/propertystatus6/let.png)
}

.GMPhoto .photoLabelLetAgreed span {
    background-image: url(/Shared/images/propertystatus6/letagreed.png)
}

.GMPhoto .photoLabelSold span {
    background-image: url(/Shared/images/propertystatus6/sold.png)
}

.GMPhoto .photoLabelSoldSTC span {
    background-image: url(/Shared/images/propertystatus6/soldSTC.png)
}

.GMPhoto .photoLabelUO span {
    background-image: url(/Shared/images/propertystatus6/UO.png)
}

.GMPhoto .photoLabelNI span {
    background-image: url(/Shared/images/propertystatus6/new.png)
}

.map-photo .photoLabel {
    padding: 0;
    margin: 0
}

.map-photo .photoLabelLet,
.map-photo .photoLabelLetAgreed,
.map-photo .photoLabelNI,
.map-photo .photoLabelSold,
.map-photo .photoLabelSoldSTC,
.map-photo .photoLabelUO {
    width: 60px;
    position: relative;
    margin: 0;
    padding: 0
}

.map-photo .photoLabelLetAgreed span,
.map-photo .photoLabelLet span,
.map-photo .photoLabelNI span,
.map-photo .photoLabelSold span,
.map-photo .photoLabelSoldSTC span,
.map-photo .photoLabelUO span {
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 40px;
    margin: 0;
    padding: 0
}

.map-photo .photoLabelLet span {
    background-image: url(/Shared/images/propertystatus6/letML.png)
}

.map-photo .photoLabelLetAgreed span {
    background-image: url(/Shared/images/propertystatus6/letagreedML.png)
}

.map-photo .photoLabelSold span {
    background-image: url(/Shared/images/propertystatus6/soldML.png)
}

.map-photo .photoLabelSoldSTC span {
    background-image: url(/Shared/images/propertystatus6/soldSTCML.png)
}

.map-photo .photoLabelUO span {
    background-image: url(/Shared/images/propertystatus6/UOML.png)
}

.map-photo .photoLabelNI span {
    background-image: url(/Shared/images/propertystatus6/newML.png)
}

.resultsnav {
    padding: 0 15px
}

.resultsnav .page-num {
    float: left
}

.resultsnav .page-num ul {
    padding: 0;
    margin: 0;
    float: left;
    width: auto
}

.resultsnav .page-num ul li {
    list-style-type: none;
    float: left;
    margin: 0px 10px 10px 0px
}

@media (min-width:768px) {
    .resultsnav .page-num ul li {
        margin-bottom: 30px
    }
}

.resultsnav .page-num ul li.active a {
    background-color: #bf1e2e;
    color: #fff
}

.resultsnav .page-num ul li.disabled a,
.resultsnav .page-num ul li.disabled a:hover {
    background-color: transparent;
    color: #ccc;
    border: 2px solid #ccc;
    cursor: default
}

.resultsnav .page-num ul li a {
    float: left;
    height: 36px;
    min-width: 36px;
    line-height: 34px;
    text-align: center;
    border: 2px solid #bf1e2e
}

.resultsnav .page-num ul li a:hover {
    text-decoration: none;
    background-color: #bf1e2e;
    color: #fff
}

.resultsnav .nav-options {
    float: right;
    width: auto;
    margin-bottom: 30px
}

.resultsnav .nav-options form {
    float: right
}

.resultsnav .nav-options form label {
    display: none
}

.view-icons {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    float: right;
    margin: 0px 0px 0px 10px
}

.view-icons a {
    margin: 0px 0px 0px 10px;
    float: left;
    width: 36px;
    height: 36px;
    border: 2px solid #bf1e2e
}

.view-icons a i {
    line-height: 34px;
    width: 100%;
    text-align: center
}

.view-icons a.active,
.view-icons a:hover {
    background-color: #bf1e2e
}

.view-icons a.active i,
.view-icons a:hover i {
    color: #fff
}

@media (min-width:992px) {
    .results-page {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width:1200px) {
    .flexbox .resultsgrid .photo-contain .hover-bg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .flexbox .resultsgrid .photo-contain .hover-bg .hover-but {
        position: relative;
        top: auto;
        left: auto;
        margin: 0
    }
}

.resultsgrid {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    position: relative
}

.resultsgrid .photo-contain {
    height: 180px;
    position: relative;
    overflow: visible;
    margin-bottom: 15px;
    width: 100%;
    height: 0;
    padding-bottom: 66.66667%
}

.resultsgrid .photo-contain a {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden
}

.resultsgrid .photo-contain img {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100%
}

.resultsgrid .photo-contain .grid-img {
    position: relative;
    height: 100%;
    overflow: hidden
}

.resultsgrid .photo-contain .bg-shadow {
    z-index: 1;
    top: 0
}

.resultsgrid .photo-contain .hover-bg {
    display: none
}

.resultsgrid h2 {
    text-align: left;
    font-size: 1em;
    text-align: center
}

.resultsgrid h3 {
    font-size: 1em;
    text-align: center
}

.resultsgrid .res-attributes {
    display: none
}

.resultsgrid a.results-details {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: transparent;
    line-height: 34px;
    height: 36px;
    text-align: center;
    border: 1px solid #bf1e2e;
    color: #bf1e2e;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    width: 100%
}

.resultsgrid a.results-details:hover {
    background-color: #bf1e2e;
    color: white;
    text-decoration: none;
    border-color: #bf1e2e
}

@media (min-width:992px) {
    .resultsgrid {
        border: 0
    }
    .resultsgrid .photo-contain {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .resultsgrid a.results-details {
        display: none
    }
    .resultsgrid .res-attributes {
        display: block;
        text-align: center;
        color: #bf1e2e
    }
    .resultsgrid .photo-contain .hover-bg {
        -webkit-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
        opacity: 0;
        display: block;
        position: absolute;
        z-index: 4;
        width: 100%;
        height: 100%;
        background-color: #000;
        background-color: rgba(255, 255, 255, 0.4);
        top: 0;
        left: 0
    }
    .resultsgrid .photo-contain .hover-bg .hover-but {
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        padding: 0px 24px;
        letter-spacing: 1px;
        font-size: 18px;
        font-family: "robotomedium";
        background-image: none !important;
        background-color: transparent;
        line-height: 42px;
        height: 46px;
        text-align: center;
        border: 2px solid white;
        color: white;
        text-decoration: none !important;
        display: inline-block;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -23px 0 0 -80px
    }
    .resultsgrid .photo-contain .hover-bg .hover-but:hover {
        background-color: #bf1e2e;
        color: white;
        text-decoration: none;
        border-color: #bf1e2e
    }
    .resultsgrid .photo-contain .hover-bg:hover {
        opacity: 1
    }
}

.detail-top-menu {
    float: left
}

.detail-header h1 .priceask {
    color: #bf1e2e
}

.detail-header h1 .priceask a {
    color: #a9a9a9;
    font-size: 12px;
    font-family: "robotoregular";
    margin: 0px 0px 0px 5px;
    text-decoration: none
}

.schools {
    width: 100%;
    height: 550px;
    padding: 0px 15px 0 15px;
    float: left
}

.schools iframe {
    padding: 0px 15px 0 15px
}

.schoolsmap {
    width: 100%;
    height: 550px
}

.detail-propstat_let,
.detail-propstat_let_agreed,
.detail-propstat_sold,
.detail-propstat_sold_stc,
.detail-propstat_under_offer {
    padding: 4px 6px 4px 6px;
    color: red
}

#form_contactus_form_ce label {
    width: 100%
}

#dmap,
#smap {
    height: 350px;
    margin: 0px 0px 20px 0px;
    width:100%;
}

.mortgage-calc {
    display: block
}

.mortgage-form {
    display: block
}

.mortgage-form input[type=text] {
    border: 1px solid #ccc
}

.mortgage-form h2 {
    display: block;
    width: 100%
}

.mortgage-form h3 {
    display: block;
    width: 100%;
    padding: 0
}

#myModal3 .modal-body {
    height: 250px
}

.rooms td {
    vertical-align: top
}

.roomtype1 {
    font-weight: bold;
    padding-right: 10px
}

.roomtype2 {
    font-weight: bold;
    font-size: 1.2em;
    padding-right: 10px
}

.roomdesc {
    display: block;
    text-align: justify
}

.bullets-li {
    width: 100%;
    display: block;
    float: left
}

.bullets-li p {
    font-size: 14px;
    font-family: "robotomedium";
    color: black
}

.bullets-li p i.fa {
    color: #bf1e2e;
    margin: 0px 10px 0px 0px
}

.tableH {
    font-weight: bold;
    border-right: 1px solid #dbdbdb;
    padding: 0px 5px 0px 0px
}

.tableH2 {
    font-weight: bold;
    border-right: 1px solid #dbdbdb;
    padding: 0px 5px 0px 5px
}

.tableH3 {
    font-weight: bold
}

.tableD {
    border-right: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    padding: 0px 5px 0px 0px
}

.tableD2 {
    border-right: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    padding: 0px 5px 0px 5px
}

.tableD3 {
    border-top: 1px solid #dbdbdb;
    adding: 0px 0px 0px 5px
}

.stamp-duty {
    float: left;
    margin-bottom: 10px
}

a.detail-menu-collapse {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: transparent;
    line-height: 40px;
    height: 44px;
    text-align: center;
    border: 2px solid #bf1e2e;
    color: #bf1e2e;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 14px;
    width: 100%
}

a.detail-menu-collapse:hover {
    background-color: #bf1e2e;
    color: #fff;
    text-decoration: none;
    border-color: #bf1e2e
}

.page-menu {
    margin-bottom: 15px;
    float: left;
    background-color: #5eadb2;
    padding: 8px 8px 0 8px
}

.page-menu a.menu-button {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: #bf1e2e;
    line-height: 40px;
    height: 44px;
    text-align: center;
    border: 2px solid #bf1e2e;
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-bottom: 8px
}

.page-menu a.menu-button:hover {
    background-color: transparent;
    color: #bf1e2e;
    text-decoration: none;
    border-color: #bf1e2e
}

.page-menu a.menu-button i {
    float: right;
    line-height: 40px
}

@media (min-width:992px) {
    .page-menu {
        margin: 16px 0 16px 0;
        width: 100%;
        background-color: transparent;
        padding: 0
    }
    .page-menu a.menu-button {
        width: calc(25% - 12px);
        margin: 0 16px 16px 0;
        font-size: 12px;
        padding: 0 10px
    }
    .page-menu a.menu-button:nth-child(4n+4) {
        float: right;
        margin-right: 0
    }
    .page-menu a.menu-button i {
        line-height: 38px;
        margin-left: 8px
    }
}

.detail-content {
    padding: 0;
    float: left
}

@media (min-width:992px) {
    .detail-content {
        padding-right: 15px
    }
}

.detail-viewing {
    padding: 0;
    float: right
}

.detail-viewing .form-group:last-of-type {
    margin: 0
}

.detail-viewing .viewing-submit {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: #bf1e2e;
    line-height: 36px;
    height: 40px;
    text-align: center;
    border: 2px solid #bf1e2e;
    color: #ffffff;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px
}

.detail-viewing .viewing-submit:hover {
    background-color: transparent;
    color: #bf1e2e;
    text-decoration: none;
    border-color: #bf1e2e
}

@media (min-width:992px) {
    .detail-viewing {
        padding-left: 15px
    }
}

#offer-cta {
    float: right;
    position: fixed;
    top: 45vh;
    right: 0;
    width: 210px;
    height: auto;
    z-index: 99
}

#offer-cta a.menu-button {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: #bf1e2e;
    line-height: 40px;
    height: 44px;
    text-align: center;
    border: 2px solid #bf1e2e;
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    float: right;
    font-size: 14px;
    text-align: left;
    right: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2)
}

#offer-cta a.menu-button:hover {
    background-color: transparent;
    color: #bf1e2e;
    text-decoration: none;
    border-color: #bf1e2e
}

#offer-cta a.menu-button i {
    float: right;
    line-height: 40px;
    margin-left: 20px
}

@media (min-width:1200px) {
    #offer-cta.bounce-in-right {
        -webkit-animation: bounce-in-right 1.1s 2s both, blink-1 0.6s 4s both;
        animation: bounce-in-right 1.1s 2s both, blink-1 0.6s 4s both
    }
}

@media (max-width:1200px) {
    #offer-cta {
        float: right;
        position: fixed;
        top: 30vh;
        right: 0;
        -webkit-animation: none;
        animation: none;
        -webkit-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        -webkit-transform-origin: 100% 100% 0;
        -ms-transform-origin: 100% 100% 0;
        transform-origin: 100% 100% 0;
        width: 210px;
        height: auto;
        z-index: 99
    }
}

@-webkit-keyframes bounce-in-right {
    0% {
        -webkit-transform: translateX(600px);
        transform: translateX(600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateX(68px);
        transform: translateX(68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateX(32px);
        transform: translateX(32px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-right {
    0% {
        -webkit-transform: translateX(600px);
        transform: translateX(600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateX(68px);
        transform: translateX(68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateX(32px);
        transform: translateX(32px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes blink-1 {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes blink-1 {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.post {
    margin-bottom: 30px;
    overflow: hidden
}

.post .panel.panel-default .panel-heading a {
    color: #000;
    font-size: 1.2em;
    margin: 0
}

.post .panel.panel-primary .panel-heading a {
    color: #fff;
    font-size: 1.2em;
    margin: 0
}

.post-title {
    font-size: 16px;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #333333
}

.post .post-title a {
    color: #bf1e2e;
    text-decoration: none
}

.img-post {
    padding: 5px;
    border: solid 1px #ccc;
    background-color: #eee;
    margin: 0 auto 20px auto
}

.post p {
    line-height: 22px;
    font-size: 14px
}

.post-content {
    font-size: .9em
}

.post-info {
    margin-top: 20px;
    padding: 5px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    vertical-align: baseline;
    position: relative
}

.post-info span {
    color: #bf1e2e
}

.post-info .btn {
    position: absolute;
    right: 0;
    top: 3px
}

.post-info-b i {
    margin: 0 5px
}

.post-info-b i.fa-heart {
    color: #bf1e2e
}

.pi-content {
    margin-top: 5px;
    display: inline-block
}

.news-archive-contain {
    background: #e6e6e6;
    padding: 8px;
    float: left;
    width: 100%
}

.news-archive .year a,
.news-archive .year a:active,
.news-archive .year a:link,
.news-archive .year a:visited {
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-align: left;
    float: left;
    margin: 0px 0px 0px 10px
}

.news-archive .month a,
.news-archive .month a:active,
.news-archive .month a:link,
.news-archive .month a:visited {
    width: 100%;
    text-align: left;
    color: #5eadb2;
    float: left;
    display: block;
    text-decoration: underline;
    line-height: 18px;
    margin: 0px 0px 0px 20px
}

.cc_banner-wrapper {
    z-index: 900001;
    position: relative
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.6em;
    -webkit-transition: font-size 200ms;
    -o-transition: font-size 200ms;
    transition: font-size 200ms;
    line-height: 1em
}

.cc_container .cc_message {
    font-size: 0.6em;
    -webkit-transition: font-size 200ms;
    -o-transition: font-size 200ms;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em
}

.cc_container .cc_logo {
    display: none;
    visibility: hidden
}

.cc_container .cc_logo:active,
.cc_container .cc_logo:hover {
    opacity: 1
}

@media screen and (min-width:500px) {
    .cc_container .cc_btn {
        font-size: 0.8em
    }
    .cc_container .cc_message {
        font-size: 0.8em
    }
}

@media screen and (min-width:768px) {
    .cc_container .cc_btn {
        font-size: 1em
    }
    .cc_container .cc_message {
        font-size: 12px;
        line-height: 17px
    }
}

@media screen and (min-width:992px) {
    .cc_container .cc_message {
        font-size: 12px
    }
}

@media print {
    .cc_banner-wrapper,
    .cc_container {
        display: none
    }
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px 15px 50px
}

.cc_container .cc_btn {
    padding: 8px 16px;
    background-color: #f1d600;
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    text-align: center
}

@media screen and (min-width:500px) {
    .cc_container {
        left: initial;
        right: 20px;
        bottom: 20px;
        width: 300px;
        padding-bottom: 50px
    }
    .cc_container .cc_btn {
        right: 15px;
        bottom: 15px
    }
    .cc_container .cc_logo {
        display: none;
        visibility: hidden
    }
}

@media screen and (min-width:768px) {
    .cc_container {
        padding-bottom: 57px
    }
    .cc_container .cc_message {
        font-size: 1em
    }
}

.cc_container {
    background: #bf1e2e;
    color: #fff;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cc_container ::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color: #fff;
    background-color: #000;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.cc_container .cc_btn:active,
.cc_container .cc_btn:hover {
    background-color: black;
    color: #fff
}

.cc_container a,
.cc_container a:visited {
    text-decoration: none;
    color: #000;
    -webkit-transition: 200ms color;
    -o-transition: 200ms color;
    transition: 200ms color
}

.cc_container a:active,
.cc_container a:hover {
    color: #000
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.cc_container {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.flexbox .home-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flexbox.home-content .text {
    top: 40%
}

@media (min-width:768px) {
    .flexbox .home-content {
        min-height: calc(100vh - 120px - 60px)
    }
}

@media (max-width:768px) {
    .flexbox .home-content .text {
        position: relative;
        margin: 0;
        left: auto;
        top: auto
    }
    
}

.home-content .text {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -130px;
    max-width: 300px
}

.home-content .text h1,
.home-content .text h2 {
    text-align: center;
    margin: 0
}

.home-content .text h1 {
    font-family: "robotolight";
    margin: 1em 0 0;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25)
}

.home-content .text h1 span.separate {
    display: block;
    width: 60%;
    margin: 1.5em 0 1.5em 20%;
    border-bottom: 1px solid #fff
}

.home-content .text h2 {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    font-family: "robotothin";
    color: #fff
}

.home-content .text p {
    text-align: center;
    margin: 0
}

.home-content .text a {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: rgba(191, 30, 46, 0.5);
    line-height: 42px;
    height: 46px;
    text-align: center;
    border: 2px solid #bf1e2e;
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    margin: 0 auto 10px;
    padding: 0 25px;
    font-size: 14px
}

.home-content .text a:hover {
    background-color: #bf1e2e;
    color: #fff;
    text-decoration: none;
    border-color: #bf1e2e
}

@media (min-width:768px) {
    .home-content .text {
        max-width: 600px;
        margin: -125px 0 0 -300px
    }
    .home-content .text h1 {
        font-size: 30px
    }
    .home-content .text h2 {
        font-size: 50px
    }
    .home-content .text a {
        width: auto;
        margin: 0px 10px 15px;
        min-width: 260px
    }
}

.flexbox .search-page.fullview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .flexbox .search-page.fullview .search-container {
        margin: 0
    }
}

.search-menu {
    display: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #bf1e2e;
    top: 0;
    position: relative;
    z-index: 101;
    padding: 15px 0 0px
}

.search-menu h2 {
    padding: 0 0 0 15px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: "robotolight"
}

@media (min-width:768px) {
    .search-menu {
        padding: 30px 0 15px
    }
}

@media (min-width:992px) {
    .search-menu.propertySearch {
        display: block !important;
        margin-bottom: 30px
    }
}

.search-submit {
	cursor:pointer;
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: transparent;
    line-height: 32px;
    height: 36px;
    text-align: center;
    border: 2px solid white;
    color: white;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px
}

.search-submit:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
    text-decoration: none;
    border-color: white
}

.property-search {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    background: white
}

@media (min-width:768px) {
    .property-search {
        padding: 100px 0px 100px 0px
    }
}

.property-search .search-contain {
    display: block;
    float: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: white;
    border: 1px solid #e6e6e6;
    padding: 0px 0px 0px 0px;
    margin-bottom: 15px
}

.property-search .search-contain h2 {
    padding: 5px 0 0 15px;
    color: #bf1e2e
}

.search-contain label {
    display: none;
    visibility: hidden
}

.search-contain .btn-secondary {
    font-size: 12px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: transparent;
    line-height: 29px;
    height: 33px;
    text-align: center;
    border: 2px solid white;
    color: white;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase
}

.search-contain .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
    text-decoration: none;
    border-color: white
}

.search-page .search-container {
    background-color: #bf1e2e;
    background-color: rgba(191, 30, 46, 0.75);
    padding: 15px
}

.search-page form {
    float: left
}

.search-page form label {
    display: none
}

.search-page .search-text h1 {
    text-transform: uppercase;
    color: white
}

.search-page .search-text p {
    color: white
}

.search-page .search-text p:last-of-type {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid white
}

@media (min-width:768px) {
    .search-page .search-container {
        display: block;
        margin: 60px auto 0
    }
}

@media (min-width:992px) {
    .search-page .search-container {
        padding: 15px;
        margin-top: 0
    }
    .search-page .search-side {
        padding: 15px
    }
    .search-page .search-side a {
        color: white;
        display: inline-block;
        width: 100%;
        height: 0;
        padding-bottom: 92.59259%;
        position: relative;
        margin-bottom: 15px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }
    .search-page .search-side a:last-child {
        margin: 0
    }
    .search-page .search-side a h4 {
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        margin: 0;
        position: absolute;
        padding: 45px 15px;
        font-size: 30px;
        line-height: 40px;
        font-family: "robotothin";
        letter-spacing: 2px;
        width: 100%;
        height: 100%;
        text-align: center;
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
        text-shadow: 0 0 5px #000000;
        border: 1px solid white;
        border: 1px solid rgba(255, 255, 255, 0.25)
    }
    .search-page .search-side a:hover h4 {
        background-color: rgba(0, 0, 0, 0.25);
        border: 1px solid white;
        border: 1px solid rgba(255, 255, 255, 0.5)
    }
}

@media (min-width:1200px) {
    .search-page .search-side a {
        width: 100%;
        height: 0;
        padding-bottom: 71.42857%
    }
    .search-page .search-side a h4 {
        padding: 45px 15px
    }
}

a.search-cta-1 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/a1ee8b47d2b49ce6a4af8237e064a225.jpg)
}

a.search-cta-2 {
    background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/85367fc8206777c3042f455f5cd9bbaa.jpg)
}

.featured-properties {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0px auto;
    max-width: 1800px
}

h3.featured-title {
    text-align: center;
    font-family: "robotoregular";
    text-transform: uppercase;
    margin: 0;
    color: #bf1e2e;
    border-top: 1px solid #bf1e2e;
    border-bottom: 1px solid #bf1e2e;
    padding: 0.5em 0;
    margin-bottom: 1em
}

@media (min-width:768px) {
    h3.featured-title {
        max-width: 720px;
        margin: 0 auto 1em
    }
}

@media (min-width:992px) {
    h3.featured-title {
        max-width: 940px
    }
}

@media (min-width:1200px) {
    h3.featured-title {
        padding: 0.75em 0;
        max-width: 1140px;
        margin: 0 auto 2em
    }
}

.featured-property {
    position: relative;
    height: auto;
    margin-bottom: 30px;
    width: 100%;
    height: 0;
    padding-bottom: 66.66667%
}

.featured-property img {
    width: 100%;
    height: auto
}

.featured-property .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 10px 0
}

.featured-property .text h3,
.featured-property .text h4 {
    display: none
}

.featured-property a.more {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 24px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "robotomedium";
    background-image: none !important;
    background-color: #bf1e2e;
    line-height: 42px;
    height: 46px;
    text-align: center;
    border: 2px solid #bf1e2e;
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    width: 180px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0 0 0 -90px
}

.featured-property a.more:hover {
    background-color: transparent;
    color: #bf1e2e;
    text-decoration: none;
    border-color: #bf1e2e
}

.featured-property .statuslabel a {
    float: left;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.66667%;
    overflow: hidden
}

.featured-property .statuslabel a img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0
}

@media (min-width:768px) {
    .featured-property .statuslabel span {
        display: none
    }
    .featured-property:hover .text {
        opacity: 1
    }
    .featured-property .text {
        -webkit-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
        opacity: 0;
        background-color: #000;
        background-color: rgba(255, 255, 255, 0.4);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .featured-property .text h3,
    .featured-property .text h4 {
        display: block;
        color: #fff;
        text-align: center;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1.75em;
        font-weight: bold;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
    }
    .featured-property .text h3 span,
    .featured-property .text h4 span {
        color: #fff
    }
    .featured-property .text h3 {
        font-size: 1.2em
    }
    .featured-property .text h3 span.price a {
        text-transform: none;
        font-size: 0.75em;
        text-decoration: underline;
        color: #fff
    }
    .featured-property .text h4 {
        font-size: 1em;
        border-bottom: 2px solid #bf1e2e;
        padding-bottom: 0.75em;
        margin: 0.5em 0 1.25em
    }
    .featured-property a.more {
        margin: 0;
        position: static
    }
}

@media (min-width:1600px) {
    .featured-property .text h4 {
        padding-bottom: 1.25em;
        margin: 0.5em 0 2em
    }
}

.steps {
    float: right
}

.step-foot {
    width: 100%;
    float: left;
    padding: 15px;
    background-color: #ededed
}

@media (min-width:768px) {
    .step-foot {
        padding: 30px
    }
}

.step-title {
    margin-bottom: 30px
}

#leftColSteps {
    background-color: #bf1e2e;
    margin: 0 0 20px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 155px
}

#leftColSteps h4 {
    color: #fff
}

.fixed-nav #leftColSteps {
    position: fixed;
    top: 15px;
    z-index: 9999
}

#leftColSteps ul {
    display: block;
    padding: 0;
    margin: 0
}

#leftColSteps ul li {
    list-style: none;
    width: auto;
    display: inline-block;
    margin: 0 5px 5px 0;
    float: left
}

#leftColSteps ul li a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: "robotolight";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none
}

#leftColSteps ul li a:hover {
    color: #bf1e2e;
    background: #fff;
    text-decoration: none
}

@media (min-width:768px) {
    #leftColSteps {
        padding-top: 15px;
        padding-bottom: 15px
    }
    #leftColSteps ul {
        margin: 15px 0
    }
    #leftColSteps ul li {
        margin: 0 8px 8px 0
    }
    #leftColSteps ul li a {
        width: 50px;
        height: 50px;
        line-height: 48px;
        font-size: 20px
    }
}

@media (min-width:992px) {
    #leftColSteps ul li {
        margin: 0 12px 12px 0
    }
}

@media (max-width:768px) {
    .fixed-nav .steps {
        padding-top: 138px
    }
    .fixed-nav #leftColSteps {
        top: 0px;
        left: 0
    }
    #leftColSteps {
        width: 100%
    }
    #leftColSteps ul {
        width: 260px;
        margin: 0 auto
    }
}

@media (min-width:768px) {
    .fixed-nav #leftColSteps {
        max-width: 160px
    }
}

.process-step {
    padding-top: 20px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #fff
}

.process-step h2 {
    margin-top: 0;
    color: #000
}

.process-heading {
    background-color: #bf1e2e
}

.process-heading h2 {
    color: #fff;
    margin: 0;
    line-height: 50px
}

.process-heading span.num {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url("https://gnb-user-uploads.s3.amazonaws.com/cnb/website/clarke/b4d267c7b35c3edbf9be7b3cf2817ed7.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    margin-right: 10px
}

.process-body {
    background-color: #000;
    color: #fff;
    padding: 15px
}

#stamp-duty-calc {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

#sd-recalculate {
    width: 100%;
    float: left;
    padding: 15px;
    color: #fff;
    background-color: #bf1e2e
}

#sd-recalculate a.sdc-breakdown {
    color: #fff;
    text-decoration: underline;
    float: left;
    width: 100%
}

#sd-recalculate h3 {
    color: #fff;
    margin-top: 0
}

#sd-recalculate input {
    color: #000;
    line-height: 36px;
    padding: 0 8px
}

#sd-recalculate label {
    font-weight: 300
}

#sd-recalculate .second-home {
    margin-top: 12px
}

#sd-recalculate .second-home label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

@media (min-width:768px) {
    #sd-recalculate {
        padding: 30px
    }
    #sd-recalculate .second-home input {
        float: left;
        margin: 12px 0 0 0;
        vertical-align: middle
    }
    #sd-recalculate .second-home label {
        width: auto;
        float: left;
        line-height: 36px;
        margin: 0 12px 0 0
    }
}

@media (min-width:1200px) {
    #sd-recalculate input,
    #sd-recalculate label {
        float: left;
        width: auto
    }
    #sd-recalculate label {
        line-height: 36px;
        margin: 0 15px 0 0
    }
    #sd-recalculate a {
        float: right;
        width: auto;
        margin: 15px 0 0 0
    }
    #sd-recalculate input {
        text-align: right
    }
    #sd-recalculate .recalc-input {
        float: right
    }
    #sd-recalculate h3 {
        margin-bottom: 0px;
        width: auto;
        float: left;
        line-height: 36px
    }
    #sd-recalculate .second-home {
        float: left;
        width: 100%
    }
}

#totalStamp {
    float: left;
    width: 100%;
    background-color: #000;
    padding: 15px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

#totalStamp h4,
#totalStamp p {
    line-height: 30px;
    margin: 0;
    color: #fff
}

#totalStamp p {
    font-weight: 400
}

@media (min-width:768px) {
    #totalStamp {
        padding: 15px 30px
    }
    #totalStamp h4,
    #totalStamp p {
        width: auto;
        line-height: 40px
    }
    #totalStamp h4 {
        float: left
    }
    #totalStamp p {
        float: right;
        font-size: 1.4em;
        font-weight: 300
    }
}

#stampduty-calc-details {
    display: none;
    color: #fff;
    width: 100%;
    float: left;
    padding: 15px;
    background-color: #1a1a1a
}

#stampduty-calc-details p.breakdown {
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 12px
}

#stampduty-calc-details h3.title {
    margin-top: 0;
    border-bottom: 1px solid white;
    padding-bottom: 10px
}

#stampduty-calc-details h3.title span {
    color: #5eadb2
}

#stampduty-calc-details h3.title:last-of-type {
    margin-bottom: 30px
}

#stampduty-calc-details h3,
#stampduty-calc-details h4 {
    float: left;
    width: 100%;
    color: #fff
}

#stampduty-calc-details h3 span,
#stampduty-calc-details h4 span {
    display: block;
    width: 100%;
    font-weight: 300;
    margin-top: 5px
}

#stampduty-calc-details .amount {
    float: left;
    width: 100%;
    border-top: 1px solid #333333;
    padding: 15px 15px 15px 0
}

#stampduty-calc-details .amount h4 {
    font-family: "robotolight"
}

#stampduty-calc-details .amount h4 .percentage {
    color: #666;
    font-size: 0.9em
}

#stampduty-calc-details .amount p {
    color: #fff;
    float: left;
    text-align: right;
    width: 100%;
    margin: 0;
    line-height: 30px;
    font-weight: 400
}

#stampduty-calc-details .amount .pcVal {
    display: inline;
    float: none;
    vertical-align: baseline
}

@media (min-width:480px) and (max-width:992px) {
    #stampduty-calc-details .amount p {
        float: right;
        width: auto
    }
    #stampduty-calc-details .amount h4 {
        width: auto
    }
}

@media (min-width:768px) {
    #stampduty-calc-details {
        padding: 30px
    }
    #stampduty-calc-details p.breakdown {
        margin-bottom: 30px;
        font-style: italic
    }
    #stampduty-calc-details h3.title span {
        padding-right: 15px
    }
}

@media (min-width:992px) {
    #stampduty-calc-details h3 span,
    #stampduty-calc-details h4 span {
        float: right;
        display: inline-block;
        width: auto;
        margin: 0;
        vertical-align: middle
    }
    #stampduty-calc-details .amount {
        position: relative;
        padding: 8px 15px 8px 15px
    }
    #stampduty-calc-details .amount h4 {
        margin: 0;
        line-height: 26px
    }
    #stampduty-calc-details .amount h4 .percentage {
        display: block;
        width: 100%
    }
    #stampduty-calc-details .amount p {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -15px;
        width: 200px;
        text-align: right
    }
}

.slider-pro {
    position: relative;
    margin: 0 auto;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.sp-slides-container {
    position: relative
}

.sp-mask {
    position: relative;
    overflow: hidden
}

.sp-slides {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.sp-slide {
    position: absolute
}

.sp-image-container {
    overflow: hidden
}

.sp-image {
    position: relative;
    display: block;
    border: none
}

.sp-no-js {
    overflow: hidden;
    max-width: 100%
}

.sp-thumbnails-container {
    position: relative;
    overflow: hidden;
    direction: ltr
}

.sp-bottom-thumbnails,
.sp-top-thumbnails {
    left: 0;
    margin: 0 auto
}

.sp-top-thumbnails {
    position: absolute;
    top: 0;
    margin-bottom: 4px
}

.sp-bottom-thumbnails {
    margin-top: 4px
}

.sp-left-thumbnails,
.sp-right-thumbnails {
    position: absolute;
    top: 0
}

.sp-right-thumbnails {
    right: 0;
    margin-left: 4px
}

.sp-left-thumbnails {
    left: 0;
    margin-right: 4px
}

.sp-thumbnails {
    position: relative
}

.sp-thumbnail {
    border: none
}

.sp-thumbnail-container {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sp-rtl .sp-thumbnail-container {
    float: right
}

.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
    margin-left: 2px;
    margin-right: 2px
}

.sp-bottom-thumbnails .sp-thumbnail-container:first-child,
.sp-top-thumbnails .sp-thumbnail-container:first-child {
    margin-left: 0
}

.sp-bottom-thumbnails .sp-thumbnail-container:last-child,
.sp-top-thumbnails .sp-thumbnail-container:last-child {
    margin-right: 0
}

.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
    margin-top: 2px;
    margin-bottom: 2px
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
    margin-top: 0
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
    margin-bottom: 0
}

.sp-right-thumbnails.sp-has-pointer {
    margin-left: -13px
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    left: 18px;
    margin-left: 0 !important
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid #F00;
    left: 0;
    top: 0;
    margin-left: 13px
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-right: 13px solid #F00;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.sp-left-thumbnails.sp-has-pointer {
    margin-right: -13px
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    right: 18px
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid #F00;
    right: 0;
    top: 0;
    margin-right: 13px
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 50%;
    margin-top: -8px;
    border-left: 13px solid #F00;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.sp-bottom-thumbnails.sp-has-pointer {
    margin-top: -13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    top: 18px;
    margin-top: 0 !important
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 5px solid #F00;
    top: 0;
    margin-top: 13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0;
    margin-left: -8px;
    border-bottom: 13px solid #F00;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.sp-top-thumbnails.sp-has-pointer {
    margin-bottom: -13px
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    bottom: 18px
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 5px solid #F00;
    bottom: 0;
    margin-bottom: 13px
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
    border-top: 13px solid #F00;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.sp-layer {
    position: absolute;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden
}

.sp-black {
    color: #FFF;
    background: black;
    background: rgba(0, 0, 0, 0.7)
}

.sp-white {
    color: #000;
    background: white;
    background: rgba(255, 255, 255, 0.7)
}

.sp-rounded {
    border-radius: 10px
}

.sp-padding {
    padding: 10px
}

.sp-grab {
    cursor: url(images/openhand.cur), move
}

.sp-grabbing {
    cursor: url(images/closedhand.cur), move
}

.sp-selectable {
    cursor: default
}

.sp-caption-container {
    text-align: center;
    margin-top: 10px
}

.sp-full-screen {
    margin: 0 !important;
    background-color: #000
}

.sp-full-screen-button {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sp-full-screen-button:before {
    content: '\2195'
}

.sp-fade-full-screen {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.slider-pro:hover .sp-fade-full-screen {
    opacity: 1
}

.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px
}

.sp-rtl .sp-buttons {
    direction: rtl
}

.sp-full-screen .sp-buttons {
    display: none
}

.sp-button {
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.sp-selected-button {
    background-color: #000
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .sp-button {
        width: 14px;
        height: 14px
    }
}

@media only screen and (min-width:568px) and (max-width:768px) {
    .sp-button {
        width: 16px;
        height: 16px
    }
}

@media only screen and (min-width:320px) and (max-width:568px) {
    .sp-button {
        width: 18px;
        height: 18px
    }
}

.sp-arrows {
    position: absolute
}

.sp-fade-arrows {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.sp-slides-container:hover .sp-fade-arrows {
    opacity: 1
}

.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.sp-vertical .sp-arrows {
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -10px
}

.sp-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 30px;
    cursor: pointer
}

.sp-vertical .sp-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sp-horizontal .sp-previous-arrow {
    left: 20px;
    right: auto
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
    right: 20px;
    left: auto
}

.sp-horizontal .sp-next-arrow {
    right: 20px;
    left: auto
}

.sp-horizontal.sp-rtl .sp-next-arrow {
    left: 20px;
    right: auto
}

.sp-vertical .sp-previous-arrow {
    top: 20px
}

.sp-vertical .sp-next-arrow {
    bottom: 20px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #FFF
}

.sp-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg, 0deg);
    -ms-transform: skew(145deg, 0deg);
    transform: skew(145deg, 0deg)
}

.sp-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg, 0deg);
    -ms-transform: skew(-145deg, 0deg);
    transform: skew(-145deg, 0deg)
}

.sp-next-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sp-horizontal.sp-rtl .sp-next-arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ie7 .sp-arrow,
.ie8 .sp-arrow {
    width: 0;
    height: 0
}

.ie7 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie8 .sp-arrow:before {
    content: none
}

.ie7.sp-horizontal .sp-previous-arrow,
.ie8.sp-horizontal .sp-previous-arrow {
    border-right: 20px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.ie7.sp-horizontal .sp-next-arrow,
.ie8.sp-horizontal .sp-next-arrow {
    border-left: 20px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.ie7.sp-vertical .sp-previous-arrow,
.ie8.sp-vertical .sp-previous-arrow {
    border-bottom: 20px solid #FFF;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.ie7.sp-vertical .sp-next-arrow,
.ie8.sp-vertical .sp-next-arrow {
    border-top: 20px solid #FFF;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.sp-thumbnail-arrows {
    position: absolute
}

.sp-fade-thumbnail-arrows {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
    opacity: 1
}

.sp-bottom-thumbnails .sp-thumbnail-arrows,
.sp-top-thumbnails .sp-thumbnail-arrows {
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -12px
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -7px
}

.sp-thumbnail-arrow {
    position: absolute;
    display: block;
    width: 15px;
    height: 25px;
    cursor: pointer
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.sp-top-thumbnails .sp-previous-thumbnail-arrow {
    left: 0px
}

.sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.sp-top-thumbnails .sp-next-thumbnail-arrow {
    right: 0px
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
    top: 0px
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
    bottom: 0px
}

.sp-next-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-previous-thumbnail-arrow:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #FFF
}

.sp-previous-thumbnail-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg, 0deg);
    -ms-transform: skew(145deg, 0deg);
    transform: skew(145deg, 0deg)
}

.sp-previous-thumbnail-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg, 0deg);
    -ms-transform: skew(-145deg, 0deg);
    transform: skew(-145deg, 0deg)
}

.sp-next-thumbnail-arrow:before {
    right: 30%;
    top: 0;
    -webkit-transform: skew(35deg, 0deg);
    -ms-transform: skew(35deg, 0deg);
    transform: skew(35deg, 0deg)
}

.sp-next-thumbnail-arrow:after {
    right: 30%;
    top: 50%;
    -webkit-transform: skew(-35deg, 0deg);
    -ms-transform: skew(-35deg, 0deg);
    transform: skew(-35deg, 0deg)
}

.ie7 .sp-thumbnail-arrow,
.ie8 .sp-thumbnail-arrow {
    width: 0;
    height: 0
}

.ie7 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie8 .sp-thumbnail-arrow:before {
    content: none
}

.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
    border-right: 12px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
    border-left: 12px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
    border-bottom: 12px solid #FFF;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
    border-top: 12px solid #FFF;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

a.sp-video {
    text-decoration: none
}

a.sp-video img {
    -webkit-backface-visibility: hidden;
    border: none
}

a.sp-video:after {
    content: '\25B6';
    position: absolute;
    width: 45px;
    padding-left: 5px;
    height: 50px;
    border: 2px solid #FFF;
    text-align: center;
    font-size: 30px;
    border-radius: 30px;
    top: 0;
    color: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    margin: auto;
    line-height: 52px
}

.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
    max-width: none;
    max-height: none;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    -mox-box-shadow: none !important;
    box-shadow: none !important;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none
}

.slider-pro a {
    position: static;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important
}

.slider-pro canvas,
.slider-pro embed,
.slider-pro iframe,
.slider-pro object,
.slider-pro video {
    max-width: none;
    max-height: none
}

.slider-pro p.sp-layer {
    font-size: 14px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h1.sp-layer {
    font-size: 32px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h2.sp-layer {
    font-size: 24px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h3.sp-layer {
    font-size: 19px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h4.sp-layer {
    font-size: 16px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h5.sp-layer {
    font-size: 13px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h6.sp-layer {
    font-size: 11px;
    line-height: 1.4;
    margin: 0
}

.slider-pro img.sp-layer {
    border: none
}