﻿@charset "UTF-8";
/* CSS Document */
#modal, #modal2 {
    z-index: 1050;
}

.fix-slider-height {
    height: 100vh !important;
    background-color: #191614;
}

.bring-top {
    z-index: 4;
}

.home-content-img img {
    width: 100%;
}

.meter-gauge {
    border-radius: 5px;
    color: black;
    transition: visibility 0s, opacity 0.5s linear;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 700px; /* New width for default modal */
    }

    .modal-sm {
        width: 350px; /* New width for small modal */
    }
}



@media screen and (min-width: 992px) {
    .modal-lg {
        width: 950px; /* New width for large modal */
    }
}

style {
    display: none;
}

.navbar {
    min-height: 110px;
    margin-bottom: 20px;
}

#header {
    height: 130px;
    margin-top: -110px;
}

    #header a.navbar_brand img {
        margin-top: 17px;
    }

.image-caption {
    margin-top: -70px; /* header height/2 */
}

#home .image-caption p {
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
    font-size: 36px;
    margin-top: -60px;
    font-weight: 100;
    text-transform: none;
    text-shadow: none;
}

#home .image-caption h1, #home .image-caption h2 {
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
    font-weight: 300;
    font-size: 72px;
    text-transform: none;
}

#slider .image-caption img.img-responsive { /* if images used on the slider */
    width: auto !important;
    display: inline;
}

#home .image-caption .form-control::-moz-placeholder {
    color: #efefef;
    opacity: 1
}

#home .image-caption .form-control:-ms-input-placeholder {
    color: #efefef
}

#home .image-caption .form-control::-webkit-input-placeholder {
    color: #efefef
}

.btn.btn-home {
    background-color: white;
    text-transform: none;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 200;
}

.btn.btn-home {
    background-color: transparent;
}

.btn.btn-home {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .btn.btn-home:hover {
        background-color: #fff;
        color: #000;
    }

#slider .dropdown-menu li {
    display: inherit;
}

#slider .dropdown-menu li {
    display: inherit;
}

    #slider .dropdown-menu li a:hover {
        background-color: #3E3D3D;
        color: #fff;
    }

.i-checks input:checked + i:before {
    background-color: #484546;
}

.has-feedback label ~ .form-control-feedback {
    top: 53px;
}
/* half screen height */
#home.half-screen #slider, #home.half-screen, #home.half-screen li {
    height: 110px !important;
    margin: 0;
    padding: 0;
}
/* custom */
/*#home.full-screen {
	background: #F0F0F0 url('../images/loading.gif') no-repeat center;
}*/
#home.half-screen {
    background: #F0F0F0;
}

.label {
    font-size: 100%;
}

a:hover, a:focus {
    text-decoration: underline;
}

.tags {
    margin-bottom: 5px;
}

    .tags .tag {
        display: inline-block;
        margin-right: 5px;
        font-size: 13px;
    }

.tag .close {
    font-size: 14px;
    margin-left: 5px;
}

ul {
    list-style-position: inside;
}

li.indent {
    margin-left: 30px;
}
/*------------------------------
	MODAL
------------------------------*/


.modal-dialog {
    width: 100%;
    position: absolute;
    top: -30px;
    text-align: center;
    /*background-color:#fff;*/
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.modal {
    overflow: hidden;
}

    .modal img {
        margin: 0 auto 0 auto;
    }

    .modal p {
        font-weight: 200;
        font-size: 18px;
    }

#map-canvas {
    height: 350px;
    margin: 0;
    padding: 0;
}

.modal h3 {
    font-size: 46px;
    font-weight: 200;
    color: #FFF;
    padding-bottom: 10px;
}

.modal h4 {
    font-size: 24px;
    font-weight: 200;
    color: #FFF;
}

.form-group {
    line-height: 50px;
}

.subscribe-wrap {
    padding-top: 36px;
}

.form-inline .form-control {
    background-color: #FFF;
    width: 100%;
    height: 36px;
    box-shadow: none;
}

form .form-inline {
    background-color: #FFF;
    width: 300px;
    height: 38px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #FFF;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #FFF;
}

button.close {
    font-size: 36px;
}

.btn-submit {
    background-color: transparent;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
}

    .btn-submit:hover {
        transition-duration: 1s;
        background-color: #FFF;
        border-bottom: 1px solid #FFF;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        border-left: 1px solid #FFF;
    }

.modal address {
    color: #FFF;
}

address {
    font-family: 'Source Sans Pro';
    text-align: left;
    font-size: 18px;
    font-weight: 300;
}

    address a {
        text-decoration: underline;
    }

        address a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }

.right-slider-column {
    padding-left: 20px !important;
}

.left-slider-column {
    padding-right: 20px !important;
}

nav.pagination {
    width: 100%;
    display: table;
    text-align: center;
    margin-top: 0px;
}

    nav.pagination::before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

.pagination .numbers {
    display: inline-block;
    vertical-align: middle;
}

.image-slider-container {
    padding: 10px;
}

    .image-slider-container img {
        height: 100%;
    }

.pagination .numbers li {
    background-color: #ddd;
    width: 10px;
    height: 10px;
    float: left;
    margin: 6px;
    border-radius: 10px;
    padding-left: 10px;
    overflow: hidden;
}

.slideme li {
    overflow: hidden;
    border-radius: 10px;
}

.pagination .numbers .current {
    background-color: #999;
}
/*------------------------------
	MEDIUM DEVICES
------------------------------*/

@media (min-width:992px) and (max-width:1199px) {
    .line:before, .line:after {
        max-width: 300px;
    }

    .time_circles {
        margin-bottom: 24%;
    }
}

/*------------------------------
	SMALL DEVICES
------------------------------*/

@media (min-width:768px) and (max-width:992px) {
    .line:before, .line:after {
        max-width: 200px;
    }

    .time_circles {
        margin-bottom: 20%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }

    .right-slider-column {
        padding-left: 0px !important;
    }

    .left-slider-column {
        padding-right: 0px !important;
    }

    .image-caption {
        margin-top: -120px; /* header height/2 */
    }
}

/*------------------------------
	EXTRA SMALL DEVICES
------------------------------*/

@media (min-width:481px) and (max-width:767px) {
    .line:before, .line:after {
        max-width: 200px;
    }

    .text {
        padding: 0 0 0 0;
    }

    #DateCountdown {
        width: 450px;
    }

    address {
        padding-top: 15px;
    }

    .time_circles {
        margin-bottom: 22%;
    }

    .btn-primary:hover {
        transition-duration: 1s;
        background-color: transparent;
        border-bottom: 1px solid #FFF;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        border-left: 1px solid #FFF;
    }

    .modal {
        overflow: auto;
    }

    .modal-dialog {
        margin: 0;
    }

    .image-caption {
        margin-top: -110px;
    }

    .navbar-default .navbar-nav > li > a:hover:before {
        color: transparent;
        text-shadow: none;
        transition-duration: 0.5s;
    }

    .navbar-default {
        background-color: rgba(0,0,0,0.6);
    }

        .navbar-default .navbar-collapse {
            background-color: rgba(0,0,0,0.6);
        }

    .brands > li > a {
        background-color: transparent;
        border-radius: 60px;
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
    }

    .right-slider-column {
        padding-left: 0px !important;
    }

    .left-slider-column {
        padding-right: 0px !important;
    }
}

/*------------------------------
	Phones with 600px width
------------------------------*/

@media (max-width:600px) {
    .line:before, .line:after {
        max-width: 110px;
    }

    .right-slider-column {
        padding-left: 0px !important;
    }

    .left-slider-column {
        padding-right: 0px !important;
    }
}

/*------------------------------
	Phones with 548px width
------------------------------*/

@media (max-width:548px) {
    .line:before, .line:after {
        max-width: 90px;
    }

    .form-inline .form-control {
        float: left;
        width: 250px;
    }

    .right-slider-column {
        padding-left: 0px !important;
    }

    .left-slider-column {
        padding-right: 0px !important;
    }
}

/*------------------------------
	Phones with 480px width
------------------------------*/

@media (min-width:321px) and (max-width:480px) {
    .form-inline .form-control {
        float: left;
        width: 250px;
    }

    .line:before, .line:after {
        height: 0px;
    }

    .text {
        padding: 0 0 0 0;
    }

    #DateCountdown {
        width: 350px;
    }

    address {
        padding-top: 15px;
    }

    .time_circles {
        margin-bottom: 22%;
    }

    .btn-primary:hover {
        transition-duration: 1s;
        background-color: transparent;
        border-bottom: 1px solid #FFF;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        border-left: 1px solid #FFF;
    }

    .modal {
        overflow: auto;
    }

    .modal-dialog {
        margin: 0;
    }

    .navbar-default .navbar-nav > li > a:hover:before {
        color: transparent;
        text-shadow: none;
        transition-duration: 0.5s;
    }

    .navbar-default {
        background-color: rgba(0,0,0,0.6);
    }

        .navbar-default .navbar-collapse {
            background-color: rgba(0,0,0,0.6);
        }

    .brands > li > a {
        background-color: transparent;
        border-radius: 60px;
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
    }

    .right-slider-column {
        padding-left: 0px !important;
    }

    .left-slider-column {
        padding-right: 0px !important;
    }
}

/*------------------------------
	Phones with 320px width
------------------------------*/

@media (max-width:320px) {
    .text {
        padding: 0 0 0 0;
    }

    address {
        padding-top: 15px;
    }

    #DateCountdown {
        width: 200px;
    }

    .time_circles {
        margin-bottom: 20%;
    }

    .btn-primary:hover {
        transition-duration: 1s;
        background-color: transparent;
        border-bottom: 1px solid #FFF;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        border-left: 1px solid #FFF;
    }

    .modal {
        overflow: auto;
    }

    .modal-dialog {
        margin: 0;
    }

    .form-inline .form-control {
        width: 200px;
        margin-bottom: 15px;
    }

    .navbar-default {
        background-color: rgba(0,0,0,0.6);
    }

        .navbar-default .navbar-nav > li > a:hover:before {
            color: transparent;
            text-shadow: none;
            transition-duration: 0.5s;
        }

        .navbar-default .navbar-collapse {
            background-color: rgba(0,0,0,0.6);
        }

    .brands > li > a {
        background-color: transparent;
        border-radius: 60px;
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
    }

    .line:before, .line:after {
        height: 0px;
    }
}

.btn-sm {
    padding: 5px 10px;
    /*font-size: 13px;*/
    line-height: 1.5;
    border-radius: 3px;
    margin-top: 4px;
}

.btn.btn-primary {
    background: #337ab7;
}

.page-login-social .login-box {
    margin-top: 1em;
}

.register-box, .page-login-social .login-box, .page-login-social .btn-login-social {
    width: 30%;
    margin: 0 auto;
}

.login-box {
    padding: 30px;
    background-color: #fff;
}
/* box with help button */
.box-with-help {
    position: relative;
    padding: 50px 30px 0;
}

    .box-with-help .btn-login-help {
        position: absolute;
        right: 0;
        top: 0;
        color: #7e7979;
    }

        .box-with-help .btn-login-help:hover, .box-with-help .btn-login-help:focus {
            color: #696565;
        }

.page-login-social .login-separator {
    font-size: 1.2em;
    margin: 50px 0;
}

.middle-content .container {
    position: absolute;
    top: 50%;
    text-align: center;
}

.content-box-bordered {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
}
/*------------------------------------------------*/
/*	Page: Login
/*------------------------------------------------*/
body.page-login, body.page-login-social, body.page-register {
    background-image: url('../img/gray_jean.png?1353438653');
    background-repeat: repeat;
}

.register-box, .page-login-social .login-box, .page-login-social .btn-login-social {
    width: 40%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .register-box, .page-login-social .login-box, .page-login-social .btn-login-social {
        width: 60%;
    }
}

@media screen and (max-width: 992px) {
    .register-box, .page-login-social .login-box, .page-login-social .btn-login-social {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .register-box, .page-login-social .login-box, .page-login-social .btn-login-social {
        width: 100%;
    }

    img.img-responsive.large-logo.center-block {
        visibility: hidden;
        opacity: 0;
    }
}

.container-text {
    padding-right: 35px;
    padding-left: 35px;
    margin-right: auto;
    margin-left: auto;
}
/*@media (min-width:1200px) {
.container {
	width: 980px;
}
}
*/
.labelAgency {
    display: inherit;
    /*margin-top:50px;
	margin-left:-15px;*/

    padding: 8px;
    padding-bottom: 14px;
    float: left;
    transform: rotate(270deg);
    transform-origin: 14px 29px 0;
    font-size: 13px;
    background-color: #f0ad4e; /*#f0ba6e; #efa63f; #f1da5e;*/
    color: #fff;
}

.labelProgram {
    display: inherit;
    /*margin-top:60px;*/
    margin-left: 5px;
    padding: 9px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    transform: rotate(270deg);
    transform-origin: 17px 37px 0;
    font-size: 13px;
}

.panel-title {
    font-size: 19px;
    color: inherit;
}

    .panel-title a {
        margin-left: -15px;
    }

@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

.accordion-opened .accordion-toggle:after {
    content: "\f054";
}
/* accordion, collapsible content */
.panel-group .panel .panel-title > a i {
    font-size: 18px;
}

    .panel-group .panel .panel-title > a i.icon-collapsed {
        display: none;
    }

.panel-group .panel .panel-title > a.collapsed .icon-expanded {
    display: none;
}

.panel-group .panel .panel-title > a.collapsed .icon-collapsed {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    vertical-align: baseline;
}

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

#header a.navbar_brand {
    padding-left: 0;
}

section {
    padding: 40px 0;
}

div.dividerViewer {
    height: 4px;
    width: 220px;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    margin: auto;
    margin-top: 2px;
    margin-bottom: 30px;
    text-align: center;
}

header {
    margin: 0 0 20px 0;
}

.text-white {
    color: #fff;
}

.text-offWhite {
    color: #E1E1E1;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #ddd;
}

.panel-bodyBk {
    background-color: #eef7fb;
    font-family: 'Open Sans', sans-serif;
}


/*.panel-group .panel-heading {
	border-bottom: 1px solid #ddd;
}*/
.panel-title a {
    line-height: 42px;
}

.panel-body-border {
    padding: 4px;
    padding-left: 34px;
    background-color: #f0ad4e;
}

hr {
    border: 0;
    border-bottom: #fff 1px solid;
    border-top: #777 1px solid;
    margin-bottom: 13px;
    margin-top: 10px;
}

.nav > li > a {
    padding: 5px;
}

.panel-group {
    margin-bottom: 5px;
}

footer a.toTop {
    position: absolute;
    left: 50%;
    top: -23px;
    margin-left: -20px;
    background: rgba(0,0,0,0.5);
    padding: 10px 16px;
    bottom: 0;
    font-size: 23px;
    z-index: 100;
    color: #fff;
    -webkit-border-top-right-radius: 9px;
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-topleft: 9px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}

footer a.toTop {
    bottom: 75px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#ModaltoTop {
    position: fixed;
    bottom: 50px;
    right: 5%;
    z-index: 1000;
}

    #ModaltoTop span {
        width: 40px;
        height: 40px;
        display: block;
        margin-bottom: 7px;
        background: #333 url(../../assets/images-custom/up-arrow.png) no-repeat center center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #ModaltoTop a:hover span {
        opacity: 0.7;
    }

    #ModaltoTop a {
        width: 44px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #666;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #ModaltoTop a:hover {
            color: #999;
        }

.glyphiconBullet {
    font-size: 12px;
    padding: 10px 10px 0 45px;
}
/*textarea, input, button, *:focus {
	outline: thin solid !important;

}*/

.advancedSearch {
    padding-top: 20px;
    padding-bottom: 20px;
}

.paddingLeft {
    margin-left: 20px;
}

.advancedSearch a {
    color: #fff;
    text-decoration: underline;
}

    .advancedSearch a:hover {
        color: #fff;
        text-decoration: none;
    }

footer .copyright {
    padding-top: 0px;
}

footer a {
    color: #f0ad4e;
}

    footer a:hover {
        color: #f0ad4e;
        text-decoration: underline;
    }

    footer a:visited {
        color: #f0ad4e;
        text-decoration: none;
    }

.nav-pills a {
    font-size: 14px;
}

.verticalBar {
    padding-top: 3px;
}

.height60 {
    height: 68px;
}

.height59 {
    height: 59px;
}

.panel-bodyBorder {
    border: 4px solid #777;
    border-left: 32px solid #777;
}

.dropdown-home {
    background: rgba(0, 0, 0, 0.9);
    padding: 0px;
}

    .dropdown-home li {
        padding: 0px;
    }

#header .navbar-inverse ul.nav li.active a,
#header .navbar-inverse ul.nav a:hover {
    color: #337ab7;
    /*background-color:#999;*/
}

#header .navbar-inverse {
    background: rgba(0,0,0,.5);
}

.navBig {
    Margin-top: 40px;
}

#header .navbar-inverse ul.nav a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-inverse ul.nav a:focus {
    background: none;
}

@media only screen and (max-width: 960px) {

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: 0px;
        margin-bottom: 20px;
        width: 100%;
    }

    .btn-group > .btn:first-child {
        margin-bottom: 20px;
        width: 100%;
    }

    #slider .image-caption img.img-responsive {
        width: auto !important;
        display: none;
    }

    #home .image-caption h1, #home .image-caption h2 {
        margin-top: 180px;
    }


    #header .navbar-inverse ul.nav a {
    }

        #header .navbar-inverse ul.nav a:hover {
            background: #fff;
        }

    #header .navbar-inverse ul.nav a {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: .1em;
        font-weight: 400;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dropdown-home {
        background: rgba(0, 0, 0, 0.9);
        padding: 0px;
    }
}

@media only screen and (max-width: 764px) {
    #slider .image-caption img.img-responsive {
        display: none;
    }

    .image-caption {
        margin-top: 50px; /* header height/2 */
    }

    .navbar {
        min-height: 60px;
        margin-bottom: 20px;
    }

    #home .image-caption p {
        font-size: 22px;
        margin-top: -60px;
    }

    #home .image-caption h1, #home .image-caption h2 {
        font-size: 44px;
        margin-top: -10px;
    }

    #header a.navbar_brand img {
        width: 123px;
        margin-top: -3px;
    }

    #home .image-caption .inner {
        padding: 10px 0px;
    }

    .btn-group > .btn:first-child {
        margin-bottom: 20px;
        width: 100%;
    }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: 0px;
        margin-bottom: 20px;
        width: 100%;
    }

    .verticalBar {
        padding-top: 3px;
    }

    #header .navbar-inverse {
        background: rgba(0, 0, 0, 0.8);
    }

    #header {
        height: 60px;
    }

    .container > .navbar-header {
        height: 60px;
    }

    a.resultsTitle {
        float: left;
        padding-left: -10px;
        font-size: 16px;
    }

    .panel-group .panel .panel-title > a i {
        display: none;
    }

    .panel-group .panel .panel-title > a span {
        display: none;
    }

        .panel-group .panel .panel-title > a span i {
            display: none;
        }

    section {
        text-align: left;
    }

    .AdvancedSearch {
        text-align: center;
    }

    .panel-title a {
        margin-left: -25px;
    }

    footer a.toTop {
        bottom: 235px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
}

.labelSmall {
    margin-bottom: 5px;
    font-weight: 400 !important;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    section {
        text-align: left;
    }

    #header .navbar-inverse ul.nav ul a {
        padding-left: 50px;
    }
}

@media (max-width: 768px) {
    .modal-body {
        padding: 6px !important;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav > li {
        float: none;
    }

    .navbar-right {
        float: none !important;
    }

    #header li.verticalBar {
        display: none;
    }

    .navbar-header {
        float: none;
    }

    #mobileMenu {
        display: block;
        width: 50px;
        height: 60px;
        float: right;
        margin-right: 15px;
        font-size: 24px;
        text-align: right;
    }

    .navbar-collapse.collapse {
        display: none !important;
        clear: both;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
            border-top: 1px solid #101010;
            box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        }

    #header {
        position: fixed !important;
        left: 0;
        top: 0;
        right: 0;
        margin-top: 0 !important;
    }

    .dropdown-home {
        background: transparent;
        padding: 0px;
        position: static;
        float: none;
        box-shadow: none;
        border: none;
    }

    #header .navbar-inverse ul.nav a:hover {
        background: #fff !important;
    }
}

@media (min-width: 991px) {
    .navbar-collapse.collapse {
        display: block !important;
    }
}

[contenteditable="true"]::before {
    background-image: url("../images/icons/edit_property.png");
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: -5px;
    position: absolute;
    content: "";
}

[contenteditable="true"]:hover::before {
    background-image: url("../images/icons/edit_property.png");
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
}

[contenteditable="true"]:focus::before {
    background-image: url("");
}

[contenteditable="true"]:hover {
    text-shadow: 1px 1px yellow;
}

.cke_focus {
    text-shadow: none !important;
}

.carousel-edit-button {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -25px;
}

    .carousel-edit-button:hover {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

input[type=checkbox] {
    display: none;
}
    /*
- Style each label that is directly after the input
- position: relative; will ensure that any position: absolute children will position themselves in relation to it
*/

    input[type=checkbox] + img {
        position: relative;
        display: block;
        transition: box-shadow 0.4s, border 0.4s;
        border: solid 5px transparent;
        box-shadow: 0 0 1px black; /* Soften the jagged edge */
        cursor: pointer;
    }
        /* Provide a border when hovered and when the checkbox before it is checked */

        input[type=checkbox] + img:hover {
            border: solid 5px black;
            box-shadow: 0 0 1px black;
            /* Soften the jagged edge */
        }

    input[type=checkbox]:checked + img {
        border: solid 5px green;
        box-shadow: 0 0 1px green;
        /* Soften the jagged edge */
    }
        /*
- Create a pseudo element :after when checked and provide a tick
- Center the content
*/

        input[type=checkbox]:checked + img + label:after {
            content: '\2714';
            /*content is required, though it can be empty - content: '';*/
            height: 1em;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            color: green;
            line-height: 0;
            font-size: 75px;
            text-align: center;
        }

.btn-upload {
    cursor: pointer;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 35px !important;
}

.btn-upload-uploaded {
    color: green;
}

.datepicker-cursor {
    cursor: pointer !important;
}

/* Absolute Center Spinner */
.loading {
    position: absolute;
    z-index: 999;
    height: 1em;
    width: 1em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: -8px;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        -ms-text-shadow: none;
        -o-text-shadow: none;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            -webkit-border-radius: 0.5em;
            -moz-border-radius: 0.5em;
            -ms-border-radius: 0.5em;
            -o-border-radius: 0.5em;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            -moz-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            -ms-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            -o-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.public-button-disabled {
    background-color: #81bb81 !important;
    border-color: #4cae4c;
    cursor: default !important;
    color: rgba(0,0,0,0) !important;
    pointer-events: none;
}

    .public-button-disabled:hover {
        background-color: #81bb81 !important;
        border-color: #4cae4c !important;
        color: rgba(0,0,0,0) !important;
    }

    .public-button-disabled:focus {
        background-color: #81bb81;
        border-color: #4cae4c;
    }

btn btn-success btn-block public-button-disabled:hover {
    background: none;
}

.login-error-message {
    margin-bottom: 18px;
    border-radius: 4px;
}

#dateStart, #dateEnd {
    text-align: left;
}

.search-clear {
    cursor: pointer;
    font-size: 12px;
    margin-top: 3px;
    font-weight: 400;
    border: 1px solid rgba(255,255,255,.6);
    padding: 2px 5px;
    border-radius: 4px;
}

    .search-clear:hover {
        background-color: rgba(255,255,255,.2);
    }

    .search-clear:active {
        background-color: rgba(255,255,255,.1);
    }

@media screen and (max-width: 992px) {
    .and-after::after {
        display: none
    }
}

@media screen and (max-width: 481px) {
    .large-logo {
        display: none;
    }
}

.report_link {
    position: absolute;
    right: 25px;
    top: -25px;
    font-size: 14px;
}

input[type="email"] {
    padding-bottom: 0px;
    padding-top: 0px;
}

@media (max-width: 370px) {
    #home .image-caption h1, #home .image-caption h2 {
        font-size: 43px;
        margin-top: -40px;
    }

    #header a.navbar_brand img {
        width: 120px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .container > .navbar-header {
        height: 60px;
    }

    .navbar {
        min-height: 60px;
    }

    button#mobileMenu {
        margin-top: 0px;
    }

    .btn-group .btn.btn-home {
        margin-bottom: 10px;
        height: 40px;
        margin-right: 15px;
        padding: 0px;
    }

    #home .image-caption .inner {
        padding: 20px 0px
    }

    img.img-responsive.large-logo.center-block {
        visibility: hidden;
        opacity: 0;
    }

    div.divider {
        margin-bottom: 20px;
    }

    section {
        padding: 30px 0px 10px 0px;
    }

    .hide-mobile {
        display: none;
    }
}
/*Targets landscape on Iphone 6S and below */
@media (max-width: 764px) and (max-height: 415px) and (min-width: 500px) {
    #home .image-caption h1, #home .image-caption h2 {
        font-size: 46px;
        margin-top: -92px;
    }

    #header a.navbar_brand img {
        width: 120px;
        margin-top: 0px;
    }

    .container > .navbar-header {
        height: 60px;
    }

    .navbar {
        min-height: 60px;
    }

    button#mobileMenu {
        margin-top: 0px;
    }

    .btn-group .btn.btn-home {
        margin-bottom: 10px;
        height: 40px;
        margin-right: 15px;
        padding: 0px;
    }

    #home .image-caption .inner {
        padding: 20px 0px
    }

    img.img-responsive.large-logo.center-block {
        visibility: hidden;
        opacity: 0;
    }

    .home-content-img img {
        width: 100%;
    }

    div.divider {
        margin-bottom: 20px;
    }

    section {
        padding: 30px 0px 10px 0px;
    }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        width: 29%;
    }

    .btn-group > .btn:first-child {
        width: 30%;
        margin: 0px;
    }

    .image-caption {
        max-width: none;
        width: 100%;
        margin: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .image-caption hr {
            display: none;
        }

    .blog-search br {
        display: none;
    }

    .blog-search .form-group .btn-group {
        width: 100%;
    }

    .advancedSearch {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .toTop {
        height: 50px;
    }

    .hide-mobile {
        display: none;
    }
}
/*Targets landscape on devices smaller than the Galaxy S6*/
@media (max-width: 764px) and (max-height: 370px) and (min-width: 500px) {
    #home .image-caption h1, #home .image-caption h2 {
        font-size: 34px;
        margin-top: -92px;
    }

    #header a.navbar_brand img {
        width: 120px;
        margin-top: 0px;
    }

    .container > .navbar-header {
        height: 60px;
    }

    .navbar {
        min-height: 60px;
    }

    button#mobileMenu {
        margin-top: 0px;
    }

    .btn-group .btn.btn-home {
        margin-bottom: 10px;
        height: 40px;
        margin-right: 15px;
        padding: 0px;
    }

    #home .image-caption .inner {
        padding: 20px 0px
    }

    img.img-responsive.large-logo.center-block {
        visibility: hidden;
        opacity: 0;
    }

    .home-content-img img {
        width: 100%;
    }

    div.divider {
        margin-bottom: 20px;
    }

    section {
        padding: 30px 0px 10px 0px;
    }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        width: 29%;
    }

    .btn-group > .btn:first-child {
        width: 30%;
        margin: 0px;
    }

    .image-caption {
        max-width: none;
        width: 100%;
        margin: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .image-caption hr {
            display: none;
        }

    .blog-search br {
        display: none;
    }

    .blog-search .form-group .btn-group {
        width: 100%;
    }

    .advancedSearch {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .toTop {
        height: 50px;
    }

    .hide-mobile {
        display: none;
    }
}

.loader-wrapper {
    padding-left: 1em;
    padding-right: 1em;
    margin: auto;
    display: block;
    width: 105px;
}

.cssload-loader {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: 2em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.cssload-loader {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: 2em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .cssload-loader,
    .cssload-loader:before,
    .cssload-loader:after {
        animation: 1.15s infinite ease-in-out;
        -o-animation: 1.15s infinite ease-in-out;
        -ms-animation: 1.15s infinite ease-in-out;
        -webkit-animation: 1.15s infinite ease-in-out;
        -moz-animation: 1.15s infinite ease-in-out;
    }

        .cssload-loader:before,
        .cssload-loader:after {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .cssload-loader:before,
        .cssload-loader:after {
            content: "";
        }

.cssload-loader {
    animation: cssload-animation1 1.15s infinite linear;
    -o-animation: cssload-animation1 1.15s infinite linear;
    -ms-animation: cssload-animation1 1.15s infinite linear;
    -webkit-animation: cssload-animation1 1.15s infinite linear;
    -moz-animation: cssload-animation1 1.15s infinite linear;
}

    .cssload-loader:before,
    .cssload-loader:after {
        content: "";
        width: 80%;
        height: 80%;
        background-color: rgb(51,121,183);
        top: 5%;
    }

    .cssload-loader:before {
        left: -5%;
        animation: cssload-animation2 1.15s infinite alternate ease-in-out;
        -o-animation: cssload-animation2 1.15s infinite alternate ease-in-out;
        -ms-animation: cssload-animation2 1.15s infinite alternate ease-in-out;
        -webkit-animation: cssload-animation2 1.15s infinite alternate ease-in-out;
        -moz-animation: cssload-animation2 1.15s infinite alternate ease-in-out;
        transform-origin: 10% 50%;
        -o-transform-origin: 10% 50%;
        -ms-transform-origin: 10% 50%;
        -webkit-transform-origin: 10% 50%;
        -moz-transform-origin: 10% 50%;
    }

    .cssload-loader:after {
        left: auto;
        right: -5%;
        animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
        -o-animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
        -ms-animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
        -webkit-animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
        -moz-animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
        transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform-origin: 90% 50%;
    }

@keyframes cssload-animation1 {
    0% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(380deg);
    }
}

@-o-keyframes cssload-animation1 {
    0% {
        -o-transform: rotate(20deg);
    }

    100% {
        -o-transform: rotate(380deg);
    }
}

@-ms-keyframes cssload-animation1 {
    0% {
        -ms-transform: rotate(20deg);
    }

    100% {
        -ms-transform: rotate(380deg);
    }
}

@-webkit-keyframes cssload-animation1 {
    0% {
        -webkit-transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(380deg);
    }
}

@-moz-keyframes cssload-animation1 {
    0% {
        -moz-transform: rotate(20deg);
    }

    100% {
        -moz-transform: rotate(380deg);
    }
}

@keyframes cssload-animation2 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes cssload-animation2 {
    0% {
        -o-transform: scale(0);
    }

    100% {
        -o-transform: scale(1);
    }
}

@-ms-keyframes cssload-animation2 {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes cssload-animation2 {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-animation2 {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}
