body {
    background: #f9f9f9;
    height:100%;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    overflow-x:hidden;
}

a {
    color:#00b3ee;
}
a:hover,
a:focus,
a:active {
    color:#009bce;
    text-decoration:none;
    outline:0;
}

.notification-bar {
    position:fixed;
    z-index:2000;
    width:100%;
    height:30px;
    font-size:13px;
    line-height:30px;
    padding:0 25px;
    background-color:#ffe06e;
    color:#333;
}

.notification-bar a {
    color:#333;
}

.notification-bar a:hover {
    color:#000;
}

.error-block,
.help-block {
    font-size:14px;
    margin-top:5px;
    margin-bottom:10px;
    color: #c24646;
}

.has-warning .error-block,
.has-warning .help-block {
    color: #f0ad4e;
}

.has-danger .error-block,
.has-danger .help-block {
    color: #c24646;
}

/*
 * Navbars
 */
.navbar {
    background-color: #d3d5de !important;
    max-height: 50px;
    min-height: 50px;
    height: 50px;
}

.navbar a {
    color:#4a4a4a;
}

.navbar a:hover {
    color:#000;
}

.navbar span.nav-link {
    color:#4a4a4a;
}

.navbar span.nav-link:hover {
    color:#000;
}

.navbar .navbar-nav .nav-link.active {
    color: #000 !important;
}

.navbar .navbar-brand {
    background-color:#d9534f;
    margin-left:-16px;
    margin-right:17px;
    padding-left:16px;
    padding-top:3px;
    min-height:50px;
    max-height:50px;
    height:50px;
    min-width:calc(16.666667% + 5px);
    color:#fff;
}

.navbar .navbar-brand a {
    color:#fff;
}

.navbar .navbar-brand:hover {
    color:#fff;
}

.nav-link {
    padding: 0.5em 0.3em;
}

.navbar .navbar-nav .nav-link.active {
    color:#000 !important;
}

blockquote {
    background: #f9f9f9;
    border-left: 5px solid #ccc;
    margin: 1.5em 0px;
    padding: 1.5em 15px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}

.has-danger .form-control {
    border-color: #f27474;
    box-shadow:none;
}

.has-danger .input-group-addon {
    color: #fdf7f7;
    border-color: #f27474;
    background-color: #f27474;
    box-shadow:none;
}

.text-link {
    color:#00b3ee;
    cursor:pointer;
}
.text-link:hover {
    color:#009bce;
}

.card {
    border: 1px solid #d5e0ed;
}

.card-header {
    border-bottom: 1px solid #d5e0ed;
}

button.close {
    outline:0;
    font-size: 100%;
}

.jssocials-share-apple {
    cursor:pointer;
}

.jssocials-share-apple .jssocials-share-link {
    background: #cccccc;
}
.jssocials-share-apple .jssocials-share-link:hover {
    background: #bcbcbc;
}
.jssocials-share-outlook .jssocials-share-link {
    background: #306dd1;
}
.jssocials-share-outlook .jssocials-share-link:hover {
    background: #235dbc;
}

b, strong { font-weight:700 !important; }
.thin { font-weight:100 !important; }
.normal { font-weight:400 !important; }
.bold { font-weight:700 !important; }
.black { font-weight:900 !important; }
.center { text-align:center; }

.pdn-xs { padding-top:10px; }
.pdn-sm { padding-top:25px; }
.pdn-md { padding-top:50px; }
.pdn-lg { padding-top:75px; }
.pdn-xl { padding-top:100px; }

@media (min-width: 769px) {
    .ml-10 {margin-left:10px;}
    .ml-15 {margin-left:15px;}
}

.maps iframe {
    pointer-events: none;
}

.pointer {
    cursor:pointer;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    height:100%;
}

.container {
    top:-75px;

    border-bottom-left-radius:0;
    border-bottom-right-radius:0;

    background: #fff;
    padding: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 769px) {
    .container {
        border-radius:5px;
    }
}

.container-inner {
    padding:0 30px;
}

.modal-open {
    padding-right:0 !important;
}

.modal-header {
    background-color:#f9f9f9;
    border-radius:4px;
    border-bottom: 1px solid #f9f9f9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal.modal-primary .modal-content {
    border:1px solid #4ab3e0;
}

.modal.modal-primary .modal-header {
    border-bottom: 1px solid #4ab3e0;
    background-color: #4ab3e0;
    color: #fff;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.modal.modal-primary .modal-header .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.modal-title {
    font-weight:300;
}

.modal-footer {
    background-color:#f9f9f9;
}

.footer {
    font-size:14px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    height:100px;
    margin-top:-40px;
}

.header-inner {
    margin-left: 15px;
    margin-right: 15px;
}

.header-inner h1 {
    font-weight:bold;
    color: #fff;
    font-size: 2rem;
    text-shadow: 2px 2px 2px #333;
}

.header-inner h1 span,
.header-inner small {
    text-shadow: 2px 2px 2px #333;
}

.header-inner small {
    font-size: 1rem;
    font-weight:300;
    color:#fff;
}

@media (min-width: 576px) {
    .header-inner {
        width: 540px;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .header-inner h1 {
        font-size: 3.5rem;
    }
    .header-inner {
        margin-top:60px;
        width: 735px;
        margin-left: auto;
        margin-right: auto;
    }
    .header-inner small {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    .header-inner {
        width: 960px;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .header-inner {
        width: 1080px;
        max-width: 100%;
    }
}

.top-nav {
    width:100%;
    height:75px;
    display:block;
    line-height:40px;
    padding:18px 15px;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
    height: 50px;
    line-height: 38px;
    padding: 5px 15px;
}

.padding,
.padding-md {
    padding:0 15px;
}



@media (min-width: 768px) {
    .padding {
        padding:0 15px;
    }
    .padding-md {
        padding:0;
    }
}

@media (min-width: 1024px) {
    .padding {
        padding:0 30px;
    }
    .padding-md {
        padding:0;
    }
}

.essential {
    cursor:pointer;
}

.essential.spacing {
    margin-right:10px;
}

@media (min-width: 768px) {
    .essential.spacing {
        margin-right:20px;
    }
}

[class^="essential-xs"]::before, [class*=" essential-xs"]::before, [class^="essential-xs"]::after, [class*=" essential-xs"]::after {
    font-size: 12px !important;
    font-weight: bold;
    font-weight: 300;
}

[class^="essential-lg"]::before, [class*=" essential-lg"]::before, [class^="essential-lg"]::after, [class*=" essential-lg"]::after {
    font-size: 28px !important;
}

@media (max-width: 768px) {
    [class^="essential-lg"]::before, [class*=" essential-lg"]::before, [class^="essential-lg"]::after, [class*=" essential-lg"]::after {
        font-size: 20px !important;
    }
}

.navbar-fixed-top .essential-lg::before {
    font-size: 20px !important;
}

.btn {
    cursor:pointer;
}
@media(max-width:360px){
    .register-btn {
        padding: .25rem .5rem;
        font-size: .875rem;
        border-radius: .2rem;
        margin-top:5px;
    }
}

.btn:focus, .btn.focus {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.btn-input {
    padding:12px 0;
}

.btn-success {
    color: #fff;
    background-color: #00ab44;
    border-color: #00ab44;
}

.btn-success:hover {
    background-color:#008e38;
    border-color:#008e38;
}

.btn-inversed {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
}

.btn-inversed:hover {
    background-color:#292929;
    border-color:#292929;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.btn-link {
    color: #00b3ee;
}

.btn-link:hover {
    color:#009bce;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #c8d2de;
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    box-shadow: none !important;
}