body {
    color: #525252;
    background: #fff;
    margin: 0!important;
    padding: 0!important;
    overflow-x: hidden;
    font-family: "Open Sans Pro", sans-serif;
    min-height: 100%!important;
    margin: 0 0 80px !important;
    -webkit-font-smoothing: antialiased;
}
html {
    position: relative!important;
    min-height: 100%!important;
}
.footer {
    position: absolute!important;
    left: 0;
    bottom: 0;
    padding-top: 20px;
    height: 80px;
    overflow: hidden;
    text-align: center !important;
    width: 100% !important;
    display: inline-block;
    font-size: 12px;
}
img {
    height: auto;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left !important;
}
a, .btn {
    transition: all 0.125s ease-in-out 0s;
}
.navbar-custom+.main {
    margin-top: 100px;
}
.main {
    position: relative;
    background-color: #fff;
    z-index: 1;
}
.navbar-toggle {
    color: #1e77ba !important;
}
.siteColor {
    color: #1e77ba !important;
}
.scroll-up {
    position: fixed;
    display: none;
    bottom: 7px;
    right: 7px;
    z-index: 999;
}
.scroll-up a {
    background: #fff;
    display: block;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    opacity: 0.6;
    border-radius: 2px;
}
.scroll-up a:hover, .scroll-up a:active {
    opacity: 1;
    color: #000;
}
.light {
    font-weight: 200;
}
.regular {
    font-weight: 400;
}
.bold {
    font-weight: 600;
}
.italic {
    font-style: italic;
}
a:hover, a:focus {
    text-decoration: none;
    color: #aaa;
    outline: 0;
}
.rotate {
    text-shadow: none !important;
}
.page-loader {
    position: fixed;
    background: #000;
    opacity: .6;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
}
.loader {
    position: absolute;
    border-left: 2px solid #ffffff;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}
@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.navbar-right {
    margin-top: 25px;
}
.navbar-custom {
    background-color: rgba(254, 254, 254, .96);
    border: 0;
    border-radius: 0;
    z-index: 1000;
    font-size: 12px;
    transition: background, padding 0.4s ease-in-out 0s;
    color: #525252 !important;
    height: 100px;
}
.navbar a {
    transition: color 0.125s ease-in-out 0s;
}
.navbar-custom .dropdown-menu {
    background: rgba(254, 254, 254, 0.9);
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
}
.navbar-custom .nav li>a {
    font-weight: 200;
    position: relative;
    color: #525252 !important;
}
.navbar-custom .dropdown-menu>li>a {
    padding: 11px 15px;
    color: #999;
}
.navbar-custom .nav>li>a:focus, .navbar-custom .nav>li>a:hover, .navbar-custom .nav .open>a, .navbar-custom .nav .open>a:focus, .navbar-custom .nav .open>a:hover, .navbar-custom .dropdown-menu>li>a:focus, .navbar-custom .dropdown-menu>li>a:hover {
    background: none;
    color: #1e77ba !important;
}
.navbar-custom .dropdown-menu>li>a:hover {
    color: #1e77ba !important;
}
.navbar-brand {
    height: 100px!important;
}
.navbar-custom .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    font-family: 'icomoon' !important;
    font-size: 5px;
    !important;
    content: "\e901" !important;
    ;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-toggle .icon-bar {
    margin-top: 20px;
    background-color: #1e77ba !important;
}
.dropdown-menu {
    min-width: 180px;
    font-size: 13px;
}
@media (min-width: 767px) {
    .navbar-custom .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    .navbar-custom .open>.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        position: absolute;
        display: block;
        right: 9px;
        top: 50%;
        margin-top: -6px;
        margin-left: 10px;
        font-family: 'icomoon' !important;
        font-size: 9px !important;
        ;
        content: "\e901" !important;
        ;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
}
.divider-vertical {
    height: 20px;
    margin: 15px 0px;
    border-left: 1px solid #1e77ba;
    border-right: 1px solid #FFF;
}
.footer-left {
    text-align: left !important;
}
.footer-right {
    text-align: right !important;
}
@media (max-width: 767px) {
    .footer-left {
        text-align: center !important;
    }
    .footer-right {
        text-align: center !important;
    }
    body {
        margin: 0 0 140px !important;
        padding-top: 10px;
    }
    .footer {
        text-align: center !important;
        height: 140px;
        font-size: 10px;
    }
    .footer {
        text-align: center !important;
        height: 160px;
        font-size: 10px;
        padding-bottom: 10px;
    }
    .cookie-message {
        padding-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .navbar-brand {
        height: 80px!important;
        padding-right: 15px;
    }
    .navbar-collapse .nav>.divider-vertical {
        display: none;
    }
    .navbar-custom .navbar-nav {
        margin-top: 1px;
        margin-bottom: 0;
    }
    .navbar-custom li>a {
        background: rgba(255, 255, 255, .9) !important;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 25px;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header, .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu>li>a {
        padding: 10px 35px;
    }
    .navbar-custom li a {
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    }
    .navbar-custom .dropdown-toggle:after, .navbar-custom .dropdown-menu .dropdown-toggle:after {
        right: 7px;
        content: "\f107";
    }
    .navbar-custom .nav>.open>.dropdown-toggle:after, .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
        right: 7px;
        content: "\f106";
    }
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.overlay-alpha:hover {
    opacity: .6!important;
    cursor: pointer!important;
}
.stretchy-wrapper-clean-content {
    font-size: 28px;
    line-height: 34px;
    font-weight: 200;
    color: #525252;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    max-width: 100%;
}
.stretchy-wrapper-clean-map {
    font-size: 28px;
    line-height: 34px;
    font-weight: 200;
    color: #525252;
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.stretchy-wrapper-content {
    font-size: 25px;
    font-weight: 200;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
}
.stretchy-wrapper-content-top {
    font-size: 22px;
    font-weight: 200;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    width: 100%;
}
.stretchy-wrapper-clean {
    min-width: 100%;
    padding-bottom: 60.00%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.stretchy-wrapper-clean-no-size {
    min-width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.stretchy-wrapper {
    width: 100%;
    padding-bottom: 60.00%;
    position: relative;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
}
.stretchy-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, #000000);
    opacity: .8;
}
.stretchy-wrapper-cctv {
    width: 100%;
    padding-bottom: 60.00%;
background-repeat: no-repeat;
background-size: 100% 100%;
}

.size10 {
    font-size: 10px !important;
    line-height: 12px!important;
}
.size12 {
    font-size: 12px !important;
    line-height: 14px!important;
}
.size14 {
    font-size: 14px !important;
    line-height: 16px!important;
}
.size16 {
    font-size: 16px !important;
    line-height: 18px!important;
}
.size18 {
    font-size: 18px !important;
    line-height: 20px!important;
}
.size20 {
    font-size: 20px !important;
    line-height: 22px!important;
}
.size22 {
    font-size: 22px !important;
    line-height: 24px!important;
}
.size24 {
    font-size: 24px !important;
    line-height: 26px!important;
}
.size28 {
    font-size: 28px !important;
    line-height: 34px!important;
}
.hand {
    cursor: pointer!important;
}
.cursor {
    cursor: default;
}
.disableSelect {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    outline: none;
}
.margin20 {
    margin-top: 20px !important;
}
.margin40 {
    margin-top: 40px !important;
}
.margin60 {
    margin-top: 60px !important;
}
.active-link {
    color: #1e77ba !important;
    font-weight: 400 !important;
}
.datepicker table tr td span.active {
    background: #1e77ba!important;
    border-color: #1e77ba!important;
}
.datepicker .datepicker-days tr td.active {
    background: #1e77ba!important;
}
#weekpicker-wrapper .datepicker .datepicker-days tr td.active~td, #weekpicker-wrapper .datepicker .datepicker-days tr td.active {
    color: #fff;
    background-color: #1e77ba;
    border-radius: 0;
}
#weekpicker-wrapper .datepicker .datepicker-days tr:hover td, #weekpicker-wrapper .datepicker table tr td.day:hover, #weekpicker-wrapper .datepicker table tr td.focused {
    color: #000!important;
    background: #E1DFE0!important;
    border-radius: 0!important;
}
.weekpicker:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}
.weekpicker {
    background-color: transparent!important;
    color: #1e77ba!important;
    text-align: center!important;
    box-shadow: none;
    height: 40px!important;
    width: 200px!important;
}
#weekpicker-group {
    margin-right: -14px;
    padding-right: -14px;
}
#weekpicker-group::after {
    font-family: 'icomoon' !important;
    color: #1e77ba;
    position: absolute;
    right: 10px;
    top: 12px;
    content: "\e901";
    font-size: 10px;
}
.dataTable {
    font-size: 10px;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #f3f3f3;
}
.map-canvas {
    width: 100%;
    border: 1px solid #adadad;
}
.dataTable td, .dataTable th {
    padding: 12px;
}
.dataTable tr:nth-child(odd) {
    background-color: #F3F3F3;
}
/*
#dataTable tr:hover {background-color: #ddd;}
*/

.dataTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #1e77ba;
    color: white;
}
td>* {
    vertical-align: middle;
}
a.clearLink, a.clearLink:link, a.clearLink:visited, a.clearLink:active {
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    cursor: pointer!important;
}
a.clearLink:hover {
    color: #1e77ba !important;
}
.activeMenu {
    color: #1e77ba !important;
    font-weight: 400!important;
}
.cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 6px;
    min-height: 30px;
    background: rgba(234, 234, 234, .9);
    border-bottom: 1px solid #ccc;
    z-index: 9999;
}
.clear {
    clear: both;
}
.custom-checkbox {
    text-align: left;
    max-height: 20px!important;
    margin-bottom: 10px;
}
input {
    display: none;
}
label div {
    margin-top: 6px;
    width: 23px;
    display: inline-block;
    border: 1px solid #adadad;
    text-align: center;
    line-height: 20px;
    margin-right: 6px;
    border-radius: 0px;
    cursor: pointer;
}
label {
    font-weight: 600 !important;
    font-family: "Open Sans Pro", sans-serif;
    margin-right: 10px;
    font-size: 12px;
}
label i {
    opacity: 0;
    color: #1e77ba
}
label:hover div {
    background: #fcfcfc;
}
input:checked+label i {
    opacity: 1;
}
input:checked+label div {
    background: #ffffff;
}
input[type=text] {
    border: 1px solid #adadad;
    margin: 0 0 0 0;
    border-radius: 0px;
    height: 40px;
}
input[type=text]:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}
input:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}
textarea.form-control {
    resize: none;
    border: 1px solid #adadad;
    margin: 0 0 0 0;
    border-radius: 0px;
}
textarea.form-control:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}
.formTitle {
    height: 40px;
    text-align: right;
    vertical-align: middle;
    line-height: 40px;
}
.form-horizontal .form-group {
    margin-right: -30px;
    margin-left: 0px;
}
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #1e77ba;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 10px 15px;
    transition: all 0.2s ease-in;
    border: 1px solid #adadad;
}
.select:after {
    content: "";
}
.select-styled:after {
    font-family: 'icomoon' !important;
    content: "\e901";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 10px;
    border-color: transparent transparent #fff transparent;
}
.select-styled:active, .select-styled.active {
    color: #1e77ba !important;
}
.select-styled:active:after, .select-styled.active:after {
    font-family: 'icomoon' !important;
    content: "\e901";
    border-color: transparent transparent #fff transparent;
}
.select-options {
    display: none;
    color: #525252;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #F8F8F8;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border: .5px solid #adadad;
    transition: all 0.15s ease-in;
}
.select-options li:hover {
    color: #adadad;
    background: #fff;
}
.select-options li[rel="hide"] {
    display: none;
}
.btn-block {
    border-radius: 0 !important;
    background-color: #1e77ba;
}
.errorColor {
    color: #a94442 !important;
}
.word_wrap {
    word-wrap: break-all;
    /* Internet Explorer 5.5+ */
}
img {
    opacity: 0;
}
.fadeImg {
    opacity: 0;
}
.gmnoprint img {
    max-width: none;
    opacity: 1;
}
#mapcontainer img {
    max-width: inherit;
    opacity: 1;
}
.gm-style img {
    max-width: none !important;
    opacity: 1;
}
#map_canvas map-canvas {
    max-width: none;
    opacity: 1;
}
.v-align {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}
.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
}
