body {
    overflow-x: hidden;
    background-color: #fff;
    color: #333;
    font-family: 'Lato', sans-serif;
}

a[href]:after{
    content: none;
}
@media print {
    .container {
         width: 95%; 
    }
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #3DB3A8;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

.print-form p {
    line-height: 1!important;
    margin: 5px 0;
}


p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #3DB3A8;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #419991;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-darkest-gray {
    border-color: #222;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #222;
}

.btn-darkest-gray:hover,
.btn-darkest-gray:focus,
.btn-darkest-gray:active,
.btn-darkest-gray.active,
.open .dropdown-toggle.btn-darkest-gray {
    border-color: #999;
    color: #fff;
    background-color: #222;
}

.btn-darkest-gray:active,
.btn-darkest-gray.active,
.open .dropdown-toggle.btn-darkest-gray {
    background-image: none;
}

.btn-darkest-gray.disabled,
.btn-darkest-gray[disabled],
fieldset[disabled] .btn-darkest-gray,
.btn-darkest-gray.disabled:hover,
.btn-darkest-gray[disabled]:hover,
fieldset[disabled] .btn-darkest-gray:hover,
.btn-darkest-gray.disabled:focus,
.btn-darkest-gray[disabled]:focus,
fieldset[disabled] .btn-darkest-gray:focus,
.btn-darkest-gray.disabled:active,
.btn-darkest-gray[disabled]:active,
fieldset[disabled] .btn-darkest-gray:active,
.btn-darkest-gray.disabled.active,
.btn-darkest-gray[disabled].active,
fieldset[disabled] .btn-darkest-gray.active {
    border-color: #888;
    background-color: #888;
}

.btn-primary {
    border-color: #3DB3A8;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #3DB3A8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #999;
    color: #fff;
    background-color: #419991;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #3DB3A8;
    background-color: #3DB3A8;
}

.btn-primary .badge {
    color: #3DB3A8;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #3DB3A8;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #3DB3A8;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #999;
    color: #fff;
    background-color: #419991;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #3DB3A8;
    background-color: #3DB3A8;
}

.btn-xl .badge {
    color: #3DB3A8;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-brand{
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-default .navbar-brand {
    /*font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;*/
    color: #009bdc;
    text-shadow: 0 0 8px rgba(150, 150, 150, 1);
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #419991;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #3DB3A8;
    background-color: #3DB3A8;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #3DB3A8;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #3DB3A8;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #3DB3A8;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #419991;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 30px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 2.2em;
    }
}

header {
    text-align: center;
    color: #fff;
    background: url(../img/food/home/boiling_pumpkin_large.jpg) no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-wrapper {
    background-color:rgba(0,0,0,0.3);
}

header .intro-text {
    padding-top: 80px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    text-shadow: 0 0 8px rgba(150, 150, 150, 1);
}

header .intro-text .intro-lead-in-restaurant {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    text-shadow: 0 0 8px rgba(150, 150, 150, 1);
    float: left;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-shadow: 0 0 8px rgba(150, 150, 150, 1);
}

header .intro-text .intro-heading-restaurant {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-shadow: 0 0 8px rgba(150, 150, 150, 1);
}

header .intro-text-restaurant {
    padding-top: 80px;
    /*padding-bottom: 50px;*/
}

header .intro-text-restaurant .intro-lead-in {
    /*margin-bottom: 25px;*/
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    text-shadow: 0 0 8px rgba(150, 150, 150, 1);
}

header .intro-text-restaurant .intro-lead-in-restaurant {
    /*margin-bottom: 25px;*/
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    text-shadow: 0 0 8px rgba(150, 150, 150, 1);
}

header .intro-text-restaurant .intro-heading {
    /*margin-bottom: 25px;*/
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-shadow: 0 0 8px rgba(150, 150, 150, 1);
}

header .intro-text-restaurant .intro-heading-restaurant {
    /*margin-bottom: 25px;*/
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-shadow: 0 0 8px rgba(150, 150, 150, 1);
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 250px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-lead-in-restaurant {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }

    header .intro-text .intro-heading-restaurant {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }


    header .intro-text-restaurant {
        /*padding-top: 8%;*/
        padding-bottom: 0;
        margin-bottom: 0;
    }

    header .intro-text-restaurant .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text-restaurant .intro-lead-in-restaurant {
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 25px;
        font-style: italic;
        line-height: 40px;
        /*float: left;*/
    }

    header .intro-text-restaurant.view .intro-lead-in-restaurant {
        float: left;
    }

    header .intro-text-restaurant .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }

    header .intro-text-restaurant .intro-heading-restaurant {
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 50px;
        font-weight: 700;
        line-height: 75px;
        /*float: left;*/
    }

    header .intro-text-restaurant.view .intro-heading-restaurant {
        float: left;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#cuisine .cuisine-item {
    right: 0;
    margin: 0 0 15px;
}

#cuisine .cuisine-item .cuisine-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#cuisine .cuisine-item .cuisine-link .cuisine-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(65,153,145,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#cuisine .cuisine-item .cuisine-link .cuisine-hover:hover {
    opacity: 1;
}

#cuisine .cuisine-item .cuisine-link .cuisine-hover .cuisine-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#cuisine .cuisine-item .cuisine-link .cuisine-hover .cuisine-hover-content i {
    margin-top: -12px;
}

#cuisine .cuisine-item .cuisine-link .cuisine-hover .cuisine-hover-content h3,
#cuisine .cuisine-item .cuisine-link .cuisine-hover .cuisine-hover-content h4 {
    margin: 0;
}

#cuisine .cuisine-item .cuisine-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#cuisine .cuisine-item .cuisine-caption h4 {
    margin: 0;
    text-transform: none;
}

#cuisine .cuisine-item .cuisine-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#cuisine * {
    z-index: 2;
}

@media(min-width:767px) {
    #cuisine .cuisine-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline.upload:before {
    background-color: none;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #3DB3A8;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:2768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .restaurant .timeline-panel {
        float: left;
        width: 75%!important;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .restaurant .timeline-image {
        left: 85%!important;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:1992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:2200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background: #222 url(../img/map-image.png) no-repeat center;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #3DB3A8;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #3DB3A8;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.cuisine-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cuisine-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.cuisine-modal .modal-content p {
    margin-bottom: 30px;
}

.cuisine-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.cuisine-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.cuisine-modal .modal-content img {
    margin-bottom: 30px;
}

.cuisine-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.cuisine-modal .close-modal:hover {
    opacity: .3;
}

.cuisine-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cuisine-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cuisine-modal .modal-backdrop {
    display: none;
    opacity: 0;
}






.user-auth-modal .modal-content, .host-auth-modal .modal-content {
    padding: 0 0;
    min-height: 30%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10%;
}

.user-auth-modal .modal-content h2, .host-auth-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.user-auth-modal .modal-content p, .host-auth-modal .modal-content p {
    margin-bottom: 30px;
}

.user-auth-modal .modal-content p.item-intro, .host-auth-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.user-auth-modal .modal-content ul.list-inline, .host-auth-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.user-auth-modal .modal-content img, .host-auth-modal .modal-content img {
    margin-bottom: 30px;
}

.user-auth-modal .close-modal, .host-auth-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.user-auth-modal .close-modal:hover, .host-auth-modal .close-modal:hover {
    opacity: .3;
}

.user-auth-modal .close-modal .lr, .host-auth-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user-auth-modal .close-modal .lr .rl, .host-auth-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.user-auth-modal .modal-backdrop, .host-auth-modal .modal-backdrop {
    display: none;
    opacity: 0;
}







::-moz-selection {
    text-shadow: none;
    background: #3DB3A8;
}

::selection {
    text-shadow: none;
    background: #3DB3A8;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #3DB3A8;
}


.navbar-action-btn{
    border-radius: 30px;
    border: 2px solid #f1f1f1;
    margin-left: 10px;
}

.navbar-action-btn:hover{
    border-color: #419991;
}

.navbar-action-btn-inverted{
    background-color: #3DB3A8;
    border-radius: 30px;
    border: 2px solid #3DB3A8;
    margin-left: 10px;
}

.navbar-action-btn-inverted:hover{
    background-color: #419991 !important;
    border-color: #419991 !important;
    color: #fff !important;
}

.btn-black-outline{
    border-radius: 30px;
    border: 2px solid #000;
}

.btn-black-outline:hover{
    border-color: #888;
}


.restaurant-owner-banner{
    background-color: rgba(0,0,0,0.5);
    display: inline-block;
    border-radius: 170px;
    border: 12px solid rgba(0, 0, 0, 0);
    float: left;
    /*margin-left: 27.5%;*/
    margin-bottom: 30px;
    position: relative;
    max-width: 75%;
}

.restaurant-owner-banner.view{
    margin-left: 27.5%;
    margin-bottom: 30px;
}

.restaurant-owner-banner.mobile{
    background-color: rgba(0,0,0,0);
    display: inline-block;
    border-radius: 0;
    border: 0 none rgba(0, 0, 0, 0);
    float: none;
    margin-left: auto;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    max-width: 75%;
}

.restaurant-owner-banner-text{
  /* margin-left: 3%; */
}


.img-host-banner{
    
    float: left;
    display: inline-block;
    padding-right: 33px;
    max-width: 170px;
    border: 8px solid #009bdc;
}


.img-host-banner.mobile{
    
    float: none;
    display: inline-block;
    padding-right: 0;
    /*max-width: 65%;*/
    text-align: center;

}

.img-host-banner.mobile.view{
    max-width: 65%;
}


.restaurant-about{
    padding-top: 50px;
}

.restaurant-about.mobile{
    padding-top: 0;
}

@media (min-width: 768px){
    li.timeline.restaurant .timeline-panel {
        margin-left: 3%; 
    }

    .timeline-panel{
        padding-top:60px;
    }

    .restaurant-about{
        padding-top: 0;
    }
}


.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    /*display: inline-block;*/
    width: 150px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
    margin-top: 97px;
    float: right;
    right: 5%;
}
.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.star-rating input:disabled {
    cursor: auto;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
    opacity: 1;
}
.star-rating i ~ i {
    width: 40%;
}
.star-rating i ~ i ~ i {
    width: 60%;
}
.star-rating i ~ i ~ i ~ i {
    width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}
.choice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    display: block;
}


.text-filesize{
    padding-top: 5px;
}

.filename{
    word-break: break-all;
    text-transform: initial;
}

.btn-action {
    margin:-4px 0 0 5px;
    padding:2px 7px;
    border-radius:10px;
}

.timeline-heading{
    padding-top: 20px;
}





.team-member > a:link {
    text-decoration: none;
}

.team-member > a:visited {
    text-decoration: none;
}

.team-member > a:hover {
    text-decoration: none;
}

.team-member > a:active {
    text-decoration: none;
}




.emailListItem{
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}

.emailListHeading{
    color: #fff;
}


.messageHidden{
    display: none;
}

.message-title{
    cursor: pointer;
}

.message-preview{
    cursor: pointer;
}


section#restaurant-location-map{
    width: 100%;
    padding: 0!important;
    min-height: 250px;
}

.bg-none{
    background: none;
}

.bg-transparent{
    background: transparent none;
}

.banner{
    width:100%;
    float: left;
    height: 55%;
    position: absolute;
    max-height: 150px;
    overflow: hidden;
}

.banner img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.banner img.portrait {
    width: 100%;
    height: auto;
}


input.intro-heading-restaurant{
    text-align: center;
    border-radius: 10px;
    border-style: dotted!important;
    border-width: 1px;
    width: 100%;
}

input.intro-lead-in-restaurant{
    /*text-align: center;*/
    /*border-radius: 10px;*/
    border-style: dotted!important;
    /*border-width: 1px;*/
    /*width: 100%;*/
}

input.styled{
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-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;
}

.r{
    border-radius: 10px;
    border: 1px dotted;
    padding: 5px;
}

.t{
    background-color: transparent;
}

.c{
    text-align: center;
}

.f{
    opacity: 0.8;
}

.main-color{
    color: rgba(0,0,0,0.95);
}

.bg-color{
    background-color: #fff;
}
.themed{
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    color: rgba(0,0,0,0.95);
    background-color: #fff;
}

.intl-tel-input input[type="tel"].themed.form-control{
    padding-left: 0!important;
}
/*
.blurred{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}*/

.intl-tel-input{
    display: block;
}

.country-select.inside{
    display: block;
}

.country-select input{
    padding-left: 0!important;
}

.uploadButton{
    background-color: #009bdc!important;
    color: #fff!important;
    border-radius: 100px;
    font-family:lato, sans-serif!important;
    font-weight:300;
    text-transform:none;
    font-size: 1.2em;
}

.roundButton{
    border-radius: 100px
}

.saveButton.activeSave.hidden-xs{
    -webkit-animation: bounce 1.2s infinite;
}

.saveButton.activeSave{
    opacity: 0.85;

    /*-webkit-perspective: 1000;*/
}


.saveButton.activeSave.clicked {
    opacity: 0;
    /*-webkit-perspective: 1000;*/
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-animation-name: tickAnimated;
    -webkit-animation-duration: 0.65s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: tickAnimated;
    -moz-animation-duration: 0.65s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 1;

    animation-name: tickAnimated;
    animation-duration: 0.65s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
}

.saveButton{
    background-color: #009bdc!important;
    color: #fff!important;
    opacity: 0.4;
    position: fixed; 
    bottom: 10%;
    right: 20px;
    border-radius: 100px
}

.saveButton.activeSave.hidden-xs{
    -webkit-animation: bounce 1.2s infinite;
}

.saveButton.activeSave{
    opacity: 0.85;

    /*-webkit-perspective: 1000;*/
}


.saveButton.activeSave.clicked {
    opacity: 0;
    /*-webkit-perspective: 1000;*/
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-animation-name: tickAnimated;
    -webkit-animation-duration: 0.65s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: tickAnimated;
    -moz-animation-duration: 0.65s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 1;

    animation-name: tickAnimated;
    animation-duration: 0.65s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
}

@-moz-keyframes tickAnimated {  
    0% { transform: scale(1,1); opacity: 1; }
    100% { transform: scale(100,100); opacity: 0; }
}

@-webkit-keyframes tickAnimated {  
    0% { transform: scale(1,1); opacity: 1; }
    100% { transform: scale(100,100); opacity: 0; }
}

@keyframes tickAnimated {  
    0% { transform: scale(1,1); opacity: 1; }
    100% { transform: scale(100,100); opacity: 0; }
}

@-webkit-keyframes bounce {
  0%       { bottom:10%; }
  35%      { bottom:13%; }
  100%     {bottom:10%;}
}

.restaurant-owner-banner-text{
    border-radius: 100px;
}


.intl-tel-input {width: 100%;}

* {
    outline: none;
}


.restaurant-owner-banner-text > input{
  border-width: 0 0 5px 0!important;
  border-top-style: none!important;
  box-shadow: none;
  padding-bottom: 0 !important;
  border-radius: 0!important;
}

* {margin: 0; padding: 0;}

/*Adding custom checkbox icons*/
label[for="ajaxSuccess"] {
    position: absolute;
    padding-left: 50px;
    font-size: 14px;
    cursor: default;

    top: calc( 50% - 40px ); 
    bottom: calc( 50% - 40px ); 
    left: calc( 50% - 40px ); 
    right: calc( 50% - 40px );

    display: none;
}
label[for="ajaxSuccess"]:before, label:after {
    font-family: FontAwesome;
    font-size: 41px;
    /*absolutely positioned*/
    position: absolute; top: 0; left: 0;
}
label[for="ajaxSuccess"]:before {
    content: '\f096'; /*unchecked*/
}
label[for="ajaxSuccess"]:after {
    content: '\f046'; /*checked*/
    /*checked icon will be hidden by default by using 0 max-width and overflow hidden*/
    max-width: 0;
    overflow: hidden;
    opacity: 0.5;
    /*CSS3 transitions for animated effect*/
    transition: all 0.65s;

    -webkit-transition-delay: 1.5s; /* Safari */
    transition-delay: 1.5s;

}

input#ajaxSuccess[type="checkbox"] {
    display: none;
}

#ajaxSuccess+label:before, #ajaxSuccess+label:after {color: hsl(120, 45%, 40%);}

input#ajaxSuccess[type="checkbox"]:checked + label:after {
    max-width: 45px; /*an arbitratry number more than the icon's width*/
    opacity: 1; /*for fade in effect*/

    -webkit-animation-name: tickAnimated;
    -webkit-animation-duration: 0.65s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 1s;

    -moz-animation-name: tickAnimated;
    -moz-animation-duration: 0.65s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 1s;

    animation-name: tickAnimated;
    animation-duration: 0.65s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-delay: 1s;
}

#ajaxSuccessContainer {
    border-radius:50%;
    background-color:#999;
    padding:80px;
    position: fixed; 
    top: calc( 50% - 40px ); 
    bottom: calc( 50% - 40px ); 
    left: calc( 50% - 40px ); 
    right: calc( 50% - 40px );
}

@media(min-width:1024px) {
    .timeline.upload {
        max-width: 50%;
        margin-left: 25%;
    }
}

.task-priority-text{
    text-align: center;
    margin-top: 15%;
    font-size: 32px;
}

.task-priority-1{
    background: #e84c3d none !important;
}
.task-priority-2{
    background: orange none !important;
}
.task-priority-3{
    background: green none !important;
}
.task-priority-4{
    background: #33afe3 none !important;
}
.task-priority-5{
    background: grey none !important;
}

.calendar-stack {
  position: relative;
  display: inline-block;
  width: 0.92857em;
  height: 1em;
}
.calendar-stack .fa-calendar-o,
.calendar-stack .fa-calendar-times-o,
.calendar-stack .calendar-text {
  position: absolute;
  left: 1.5px;
}
.calendar-stack .calendar-text {
  top: 0.875em;
  left: 0.175em;
  width: 1.375em;
  height: 0.75em;
  font-family: lato, sans-serif;
  font-weight: 300!important;
  font-size: 0.57143em;
  line-height: 0.57143em;
  text-align: center;
}

.calendar-stack .calendar-text.today,
.calendar-stack .calendar-text.year{
    font-size: 0.44em;
    left: 0.22em;
    top: 1.18em;
}

.todo-stats .stats-container{
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    display: table;
    margin: 0 auto;
    /*color: green;*/
}


@media (min-width: 768px) {
  .admin .container {
    width: 525px;
  }
}
@media (min-width: 992px) {
  .admin .container {
    width: 745px;
  }
}
@media (min-width: 1200px) {
  .admin .container {
    width: 945px;
    /*width: calc( 100% - 247px );*/
  }
  .admin .container.full {
    /*width: 945px;*/
    width: calc( 100% - 247px ) !important;
  }
}

.l{
    font-family: lato, sans-serif;
    font-weight: 400;
}
.ll{
    font-family: lato, sans-serif;
    font-weight: 200
}

.lato300{
    font-family:lato, sans-serif;
    font-weight:300;
    text-transform:none;
}

.section-heading{
    font-family:lato, sans-serif;
    font-weight:300;
    text-transform:none;
}


.indent-child:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    width: 10px;
    margin-left: -10.5px;
    background-color: #000;
}
li.timeline.indent-child {
    background-color: rgba(0,240,240,0.1);
    margin-left: 80px;
    margin-top: -30px;
}
li.timeline.indent-child .timeline-image {
    width:60px;
    height:60px;
}
li.timeline.indent-child .timeline-image .task-priority-text {
    font-size: 24px;
}
li.timeline.indent-child .timeline-panel {
    padding: 0 20px 0 70px;
}

.fa-m-r {
    margin-right:5px;
}

.fa-m-l {
    margin-left:5px;
}

.m-lr {
    margin-left:3px;
    margin-right:3px;
}

.m-tb {
    margin-top: 4px;
    margin-bottom: 4px;
}

.daily-todo-grid, .daily-todo-grid:hover, .daily-todo-grid:active, .daily-todo-grid:focus {
    border: 5px #fff solid;
    min-width: 90px;
    text-align: center;
}
.c {
    text-align: center;
}


#task_ajax_container .btn-edit-task {
    display:none;
}


@-webkit-keyframes ink-visual-show {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ink-visual-show {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ink-visual-hide {
  to {
    opacity: 0;
  }
}
@keyframes ink-visual-hide {
  to {
    opacity: 0;
  }
}
button {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 1);
          transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 1);
  position: relative;
  padding: 0;
  height: auto;
  border: none;
  border-radius: 2px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  font-family: 'lato', sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.73);
}
button:active {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
button .btni {
  position: relative;
  padding: 8px 16px;
  z-index: 2;
}
button .ink-visual-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
  z-index: 1;
}
button .ink-visual-container .ink-visual-static {
  position: static;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
button .ink-visual-container .ink-visual {
  -webkit-animation: ink-visual-show 0.25s cubic-bezier(0.25, 0.5, 0.5, 1);
          animation: ink-visual-show 0.25s cubic-bezier(0.25, 0.5, 0.5, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  z-index: -1;
}
button .ink-visual-container .ink-visual.hide {
  -webkit-animation: ink-visual-show 0.25s cubic-bezier(0.25, 0.5, 0.5, 1), ink-visual-hide 0.5s cubic-bezier(0.25, 0.5, 0.5, 1);
          animation: ink-visual-show 0.25s cubic-bezier(0.25, 0.5, 0.5, 1), ink-visual-hide 0.5s cubic-bezier(0.25, 0.5, 0.5, 1);
}
button .ink-visual-container .ink-visual.hide.shown {
  -webkit-animation: ink-visual-show 0.25s cubic-bezier(0.25, 0.5, 0.5, 1), ink-visual-hide 0.15s cubic-bezier(0.25, 0.5, 0.5, 1);
          animation: ink-visual-show 0.25s cubic-bezier(0.25, 0.5, 0.5, 1), ink-visual-hide 0.15s cubic-bezier(0.25, 0.5, 0.5, 1);
}
button.raised, button.float {
  -webkit-transition-property: box-shadow, background;
  transition-property: box-shadow, background;
  background-color: #33afe3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 2px rgba(0, 0, 0, 0.125);
  color: white;
}
button.raised:hover, button.float:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25), 0 0 4px rgba(0, 0, 0, 0.125);
  background-color: #2e6fcf;
}
button.raised:active, button.float:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
  background-color: #3ba518;
}
html.ink-btn button.raised:active, html.ink-btn button.float:active {
  background-color: #3879d9;
}
button.raised .ink-visual, button.float .ink-visual {
  background-color: #3879d9;
}
button.raised.edge .ink-visual-static, button.float.edge .ink-visual-static {
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 1px 0 rgba(0, 0, 0, 0.25) inset;
}
button.flat {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  background: none;
  color: #169c16;
}
button.flat:active {
  background-color: #bfbfbf;
}
html.ink-btn button.flat:active {
  background: none;
}
button.flat .ink-visual {
  background-color: #bfbfbf;
}
button.float {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 2px rgba(0, 0, 0, 0.125);
  background-color: #f98006;
}
button.float:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25), 0 0 4px rgba(0, 0, 0, 0.125);
  background-color: #fa9129;
}
button.float:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
  background-color: #ea7806;
}
html.ink-btn button.float:active {
  background-color: #fa9129;
}
button.float .ink-visual-container {
  border-radius: 50%;
  -webkit-clip-path: circle();
          clip-path: circle();
}
button.float .ink-visual-static {
  border-radius: 50%;
}
button.float .ink-visual {
  background: #ea7806;
}

.box-button{
    min-height: 90px;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    /*margin: 15px 15px 15px 15px;*/
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,0.75);
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.75);
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.box-button.active{
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
  background-color: #3879d9;
}


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

.no-padding {
    padding-left: 0;
    padding-right: 0;
}



.button-hidden{
    opacity: 0.8;
}

.inline-label{
    margin-bottom: 0;
}


.completed-item, .uncompleted-item, .failed-item{
    display: none;
}

.completed-item > .timeline-panel{
    background-color: rgba(0,240,50,0.2);
}


.failed-item > .timeline-panel{
    background-color: rgba(240,50,50,0.2);
}

.completed-item.show, .uncompleted-item.show, .failed-item.show {
    display:block!important;
}


/*.md-modal label{*/
    /*font-weight: 400!important;*/
/*}*/
/*.md-modal input,.md-modal textarea,.md-modal select{*/
    /*font-weight: 400!important;*/
/*}*/

.navbar-inverse .navbar-nav>li>ul>.active>a, .navbar-inverse .navbar-nav>li>ul>.active>a:focus, .navbar-inverse .navbar-nav>li>ul>.active>a:hover {
    color: #fff;
    background-color: #080808;
}

#showMessagesButton {
    /*border:dashed 1px #CCC;*/
    width:200px;
    height:30px;
    padding:5px;
    margin:5px;
    text-align: center;
    font:13px Arial;
    /*cursor:move;*/
    /*float:left;*/
    color: #fff;
    cursor: pointer;
    background: #000;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}


#messagesContainer {
    border:solid 2px #CCC;
    width:300px;
    height:50%;
    padding:5px;
    margin:5px;
    text-align: center;
    font:13px Arial;
    /*cursor:move;*/
    /*float:left;*/
    color: #111;
    /*cursor: pointer;*/
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

#messagesContainer > .conversationItem{
    height:40px;
    border:solid 2px #999999;
    margin-top: 5px;
    padding: 2px 4px;
    text-align: left;
}

#messagesContainer > .conversationItem > .title{
    font-weight: 600;
}
#messagesContainer > .conversationItem > .actions{
    float: right;
}


.fc-event.successful .fc-time::before{
    content: '\00a0\2714';
}

.fc-event.failed-event{
    opacity: 0.75;
}

.fc-event.failed .fc-time::before{
    content: '\00a0\2716\00a0\00a0';
    color: #dc143c;
}
.fc-event.failed .fc-time::after{
    content: '\00a0\00a0\2716';
    color: #dc143c;
}

.fc-event.admin{
    border-color: orange!important;
    background-color: orange!important;
    color: #000!important;
}

.fc-event.sales{
    border-color: green!important;
    background-color: green!important;
    color: #fff!important;
}

.fc-event.filter-hidden.sales:not(.owned),.fc-event.filter-hidden.admin:not(.owned),.fc-event.filter-hidden.owned,.fc-event.filter-hidden.shared{
    display: none!important;
}

.fc-agendaWeek-view tr, .fc-agendaDay-view tr, .fc-agendaThreeDay-view tr {
    height: 35px!important;
}

.pointer{
    cursor: pointer;
}


.dash-tab-button{
    transition: all 0.6s;
    cursor: pointer;
}
.dash-tab-button.minified{
    transform: scaleX(0.8) scaleY(0.8);
    opacity: 0.7;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
.dash-tab-button:not(.active):hover{
    transform: scaleX(1.10) scaleY(1.10);
    transition-duration: 0.3s;
}


@keyframes blinkfade_background {
    0% {
        background: initial;
    }

    100% {
        background: rgba(78, 225, 90, 0.96);
    }
}
.highlighted_item {
    animation: blinkfade_background 1s 8 alternate;
}

.btn-checkbox:not([checked="checked"]):before{
    content: "\25A2 ";
    padding-right: 4px;
}

.btn-checkbox:not([checked="checked"]){
    background:#f2f2f2!important;
    color: #000!important;
    border-width:4px;
    padding: 2px 7px;
}
.btn-checkbox[checked="checked"]:before{
    content: "\25A3";
    padding-right: 4.75px;
    padding-left: 1px;
}

#filter_events_panel form div.btn-checkbox[filter=owned]{
    border-color: #2e6fcf;
    background-color: #2e6fcf;
    color: #fff;
}

#filter_events_panel form div.btn-checkbox[filter=admin]{
    border-color: orange;
    background-color: orange;
    color: #000;
}

#filter_events_panel form div.btn-checkbox[filter=sales]{
    border-color: green;
    background-color: green;
    color: #fff;
}

#filter_events_panel form div.btn-checkbox[filter=shared]{
    border-color: #999;
    background-color: #999;
    color: #fff;
}


/*#filter_events_panel form > input[type="checkbox"] {*/
    /*padding: 5px;*/
    /*border: 1px solid #999;*/
/*}*/

.course_available {
    background-color: #D9D9D9;
    cursor: pointer;
    border: 10px #fff solid;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    /*text-align: center;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    border-radius: 15px!important;
}

/*.course_available:hover {*/
    /*transform: scaleX(1.2) scaleY(1.2);*/
/*}*/

.course_available > .donut.chart {
    width: 100px;
    height: 100px;
    margin: 0!important;
    display: inline-block;
    float: left;
}

.course_available > .course_info {
    vertical-align: top;
    display: inline-block;
    margin-top: 25px;
    overflow-wrap: break-word;
    white-space: normal;
    float: left;
    width: calc(100% - 100px);
}

.course_available > span {
    overflow-wrap: break-word;
    white-space: normal;
}

.course_available .venue_title {
    font-size: 1.5em;
}

.course_available .venue_distance {
    padding: 2px 6px;
    border: solid #999999 2px;
    border-radius: 6px;
    overflow-wrap: normal!important;
    white-space: nowrap!important;
    margin-left: 5px;
}

.course_available.selected {
    background-color: green;
    color: #f2f2f2;
}

.link {
    cursor: pointer;
}

.select-tab-button{
    font-family: lato, sans-serif !important;
    font-weight:300;
    text-transform:none;
}







/*progressbar------------------------------------------------------------------------*/
#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    /*counter-reset: step;*/
    border: #27AE60 solid 1px;
    padding: 9px;
    border-radius: 7px;
}
#progressbar li {
    list-style-type: none;
    /*color: white;*/
    text-transform: uppercase;
    font-size: 11px;
    width: 10%;
    float: left;
    position: relative;
}
#progressbar.bar-10 li {
    width: 10%;
}
#progressbar.bar-5 li {
    width: 14.285714286%;
}
#progressbar li:before {
    content: "\00d7";
    /*content: counter(step);*/
    /*counter-increment: step;*/
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 20px;
    /*color: #333;*/
    color: white;
    background: #c9302c;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    vertical-align: middle;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #c9302c;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: white;
    content: '\2714';
    font-size: 12px;
}
/*marking pending/awaiting steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.pending:before,  #progressbar li.pending:after{
    background: #8c8c8c;
    color: white;
    content: '...';
    font-size: 20px;
    line-height: 0.45em;
    height: 1em;
}
/*#progressbar li.active:before{*/
    /*content: '';*/
    /*background: #27AE60;*/
    /*color: white;*/
    /*width: 20px;*/
    /*line-height: 20px;*/
    /*display: block;*/
    /*font-size: 10px;*/
    /*color: #333;*/
    /*background: white;*/
    /*border-radius: 3px;*/
    /*margin: 0 auto 5px auto;*/
/*}*/

@media print {
    .print-hidden {
        display: none;
    }
    body{
        margin-top: 0;
    }
    #wrapper{
        padding-left: 0;
    }
}

.table.course-register{
    font-size: 0.8em;
}
.table.course-register td,.table.course-register th{
    padding: 3px;
}

.lato500{
    font-family: Lato, sans-serif;
    font-weight: 500;
}

.search-filter{
    font-size: 1.4em;
}
.search-filter > input{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #BBBBBB;
    font-family: Lato, sans-serif;
    font-weight: 300!important;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn.sharp.pull-left, .sharp.pull-left.btn-group>.btn:first-child:not(.dropdown-toggle){
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn.sharp.pull-right, .sharp.pull-right.btn-group>.btn:last-child:not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.apply-radio-buttons input[type=radio] {
    display: none;
}

input[type=number].small.form-control {
    width: 70px;
}