/* CSS Document */
@page {
    size: auto;   /* auto is the initial value */
    margin: 0mm;  /* this affects the margin in the printer settings */
}

html {
    position: relative;
    min-height: 100%;
}

html, body {
    margin: 0 0 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 1.00);
}

body {
    font-family: 'OpenSans-CondensedBold';
    font-size: 16px;
}

a {
    cursor: pointer;
}

h1 {
    margin-top: 0;
}

.bold {
    font-family: "OpenSans-CondensedBold";
}

.white {

}

.dropdown-menu {
    max-width: 500px;
    /* min-width: 400px; */
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.dropdown-menu li {
    float: left;
    background: url("../images/menu_tile.png");
    padding: 6px;

}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: inherit;
    color: #555;
}

.dropdown-menu li:first-child {
    -webkit-border-bottom-left-radius: 8px;

}

.dropdown-menu li:last-child {
    -webkit-border-bottom-right-radius: 8px;

}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: inherit;
    color: #262626;
    text-decoration: none;
}

body {
    background: url(../images/background.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#wrapper1024 {
    width: 1024px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#wrapperresp {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#header {
    background: url(../images/header_background.png) no-repeat top;
    position: relative;
    top: 0px;
    margin-top: 0px;
    display: block;
    width: 1024px;
    height: 234px;
}

#header2019 {
    background: url(../images/header_background_2019.png) no-repeat top;
    position: relative;
    top: 0px;
    margin-top: 0px;
    display: block;
    width: 1024px;
    height: 173px;
}

#header2020 {
    background: url(../images/header_background_2020_2.png) no-repeat top;
    position: relative;
    top: 0px;
    margin-top: 0px;
    display: block;
    width: 1024px;
    height: 173px;
}

#header2024 {
    background: url(../images/web_header_longevita_2024.jpg) no-repeat top;
    position: relative;
    top: 0px;
    margin-top: 0px;
    display: block;
    width: 1024px;
    height: 173px;
}

#header2025 {
    background: url(../images/web_header_longevita_2025.jpg) no-repeat top;
    position: relative;
    top: 0px;
    margin-top: 0px;
    display: block;
    width: 1024px;
    height: 173px;
}


#logo2024 {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/logo_2021.png') no-repeat;
    width: 263px;
    height: 152px;
    margin-left: 20px;
    cursor: pointer;

}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/logo.png') no-repeat;
    width: 194px;
    height: 177px;
    margin-left: 400px;
    cursor: pointer;

}

img.sub {
    margin-left: -50px;
    margin-top: -26px;
    position: absolute;
}

.brown {
    color: #683208;
}

.featuredtoppings {
    color: rgba(255, 240, 102, 1);
}

.menutext {
    /*font-family: 'OpenSans-CondensedBold';*/
    font-size: 1.1em;
    /* color: #683208; */
    margin: 3px 0;
}

.pricelabel {
    background: url("../images/pricelabel.png");
    width: 100%;
    display: block;

    color: #000;
    padding: 6px !important;
    -webkit-border-radius: 6px;
    font-family: 'OpenSans-CondensedBold';
    font-weight: normal;
}

.menutext .pricelabel {
    background: url("../images/light_tile.png");
    width: 100%;
    display: block;
    text-align: right;
    color: #000;
    padding: 2px;
    -webkit-border-radius: 6px;
    font-family: 'OpenSans-CondensedBold';
    font-weight: normal;
}

.hetimenu {

    font-family: 'OpenSans-CondensedLight';
    font-size: 18px;
    background: url("../images/item_tile.png");
    color: #000;
    padding: 6px;
    -webkit-border-radius: 10px;
}

.hetimenu-title {
    background: url("../images/light_tile.png");
    font-size: 22px;
    color: #000;
    padding: 6px;
    -webkit-border-radius: 10px;
    font-family: 'OpenSans-CondensedBold';
    font-weight: normal;

}

.hetimenu .numbered {
    font-family: 'OpenSans-CondensedBold'
}

.hetimenu h2 {
    height: 48px;
    overflow: hidden;
    font-size: 23px;
    line-height: 48px;
    margin: 0 0 10px 0;
    color: white;
    text-align: left;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.61);
    border-bottom: 1px solid #683208;
    font-family: 'OpenSans-CondensedBold'
}

.navbar {
    top: 164px;
    position: relative;
    z-index: 999
}

.navbar-default {
    background: none;
    border: none;
    font-family: 'OpenSans-CondensedBold';
}

.navbar-default a {
    color: rgba(255, 255, 255, 1.00)
}

.navbar-nav {
    margin-top: 6px;
}

.loginmenu {
    position: absolute;
    right: 37px;
}

.loginmenu > div {
    float: left;
    width: 65px;
    text-align: center;
    line-height: 35px;
}

.loginmenu > div:hover {
    color: #363636 !important;
}

.loginmenu > div:first-child {
    float: left;
    width: 100px;
    text-align: center;
}

#content {
    position: relative;
    /*float: left;
    top: 0;
    width: 100%;*/
    padding-top: 34px;
    z-index: 899;
    margin-bottom: 300px;
}

.article {
    font-family: 'OpenSans-CondensedLight';
    font-size: 18px;
    background: url("../images/light_tile.png");
    color: #000;
    padding: 6px;
    -webkit-border-radius: 10px;
}

.article input, .article textarea, .article select {
    font-size: 18px;
    border: 0px;
}

.article h3 {
    font-size: 18px;
    font-family: 'OpenSans-CondensedBold';
    font-weight: normal;
}

.article .row {
    margin-left: 0px;
    margin-right: 0px;
}

.article h1 {
    display: inline-block;
    position: relative;
    top: -10px;
    margin-top: -50px;
    margin-left: -21px;
    background: url("../images/light_tile.png");
    font-size: 22px;
    color: #000;
    padding: 6px;
    -webkit-border-radius: 10px;
    font-family: 'OpenSans-CondensedBold';
    font-weight: normal;
}

.article b {
    font-family: 'OpenSans-CondensedBold';
    font-weight: normal;
}

#orders-sticker {
    position: absolute;
    background: url("../images/light_tile.png") repeat;
    font-family: 'OpenSans-CondensedLight';
    color: black;
    display: block;
    height: auto;
    min-height: 200px;
    width: 400px;
    left: 0px;
    top: 0px;
    text-align: left;
    margin-top: 50px;
    margin-left: 430px;
    z-index: 2000;
    cursor: pointer;
    border: 1px solid #947c47;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
    padding: 6px;

}

.animated {
    -webkit-transition: all 0.3s ease-in-out 1s;
    -moz-transition: all 0.3s ease-in-out 1s;
    -o-transition: all 0.3s ease-in-out 1s;
    -ms-transition: all 0.3s ease-in-out 1s;
    transition: all 0.3s ease-in-out 1s;
}

.m-r-5 {
    margin-right: 5px;
}

.printlike {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    margin: 2mm;
}

.sticker-table {

}

.sticker-table td, .sticker-table th {
    text-align: left;
    width: 20%;
    padding: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sticker-table td:first-child {
    font-family: 'OpenSans-CondensedBold';
    width: 40%;
}

.checkout-table {
    width: 100%;

}

.checkout-table td {
    padding: 3px;
    border-bottom: 1px solid darkred;
}

.checkout-table tr:last-child td {
    border-bottom: none;
}

.checkout-table th, .article label, .checkout-table b {
    font-family: 'OpenSans-CondensedBold';
    font-weight: normal;
}

#cart-mini {
    position: absolute;
    background: url("../images/cart_mini.png") no-repeat left top;
    display: block;
    height: 55px;
    width: 64px;
    left: 0px;
    top: 0px;
    text-align: center;
    padding-left: 33px;
    padding-top: 24px;
    margin-top: 20px;
    margin-left: 75%;
    z-index: 1040;
    cursor: pointer;

}

input::-webkit-input-placeholder {
    color: #999;
}

input:focus::-webkit-input-placeholder {
    color: red;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: #999;
}

input:focus:-moz-placeholder {
    color: lightgray;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #999;
}

input:focus::-moz-placeholder {
    color: lightgray;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #999;
}

input:focus:-ms-input-placeholder {
    color: lightgray;
}

.required {
    background-color: lightcoral;
}

.site-modal h4 {
    margin: 0 0 6px 24px;
}

.site-modal .note {
    position: absolute;
    background: url("../images/note.png") no-repeat left top;
    display: block;
    height: 51px;
    width: 51px;
    left: 0px;
    top: 0px;
    margin-top: -24px;
    margin-left: -24px;
}

.site-modal .close-button {
    position: absolute;
    background: url("../images/modal-close.png") no-repeat left top;
    display: block;
    height: 51px;
    width: 51px;
    right: 0px;
    top: 0px;
    margin-top: -24px;
    margin-right: -24px;
    cursor: pointer;
}

.login-modal {
    width: 400px;
    background: url("../images/sticker_tile.png") #000000 !important;
}

.coupon-modal {
    width: 900px;
    background: url("../images/sticker_tile.png") #000000 !important;
}

.registration-modal {
    width: 400px;
    background: url("../images/sticker_tile.png") #000000 !important;
}

.forgottenpassword-modal {
    width: 400px;
    background: url("../images/sticker_tile.png") #000000 !important;
}

.forgottenpassword-modal .form-group {
    margin-bottom: 0;
}

.forgottenpassword-modal .btn {
    margin-bottom: 6px;
    margin-top: 6px;
}

.redesign-modal {
    width: 900px;
    font-size: 16px !important;
}

.redesign-modal .btn {
    padding: 4px 8px;
    margin: 3px 0px;
    font-family: 'OpenSans-CondensedLight', sans;
}

.site-modal {
    opacity: 0;
    margin-top: -10000px;
    padding: 6px;
    z-index: 99999;
    height: auto;
    min-height: 100px;
    background: url("../images/item_tile.png") #000000;
    font-size: 14px;
    -webkit-border-radius: 7px;
}

.site-modal h5 {
    font-size: 23px;
    line-height: 34px;
    border-bottom: 1px solid #0c0c0c;
    margin: 6px 0 6px -12px;
    padding-left: 12px;
    text-align: left;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.61);
    font-family: 'OpenSans-CondensedBold'
}

#foodname {
    border-bottom: 1px solid #0c0c0c;
}

.btn-primary {
    background-color: saddlebrown;
    color: white;
    border: 0px;
}

.site-modal h1 {
    font-size: 28px;
    margin: 0 0 12px 24px;
    text-align: left;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.61);
    font-family: 'OpenSans-CondensedBold'
}

.site-modal p {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    text-align: left;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.61);
    font-family: 'OpenSans-CondensedBold'
}

.site-modal input[type=checkbox], .site-modal input[type=radio] {
    visibility: hidden;
}

.site-modal label {
    line-height: 28px;
    margin-bottom: 0px;
}

.site-modal input[type=checkbox] + label, .site-modal input[type=radio] + label {
    /* padding-left: 28px; */
}

.site-modal input[type=checkbox] + label span.image, .site-modal input[type=radio] + label span.image {
    position: relative;
    bottom: 0px;
    margin-left: -28px;
    margin-bottom: -6px;
    display: inline-block;
    height: 24px;
    width: 24px;
    background-image: url("../images/checkbox_empty.png");
}

.site-modal input[type=checkbox]:checked + label span.image, .site-modal input[type=radio]:checked + label span.image {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-image: url("../images/checkbox_checked.png");
}

.redesign-summary {
    height: 100%;
    padding: 6px;
    background: url("../images/light_tile.png") #000000;
    font-size: 14px;
    -webkit-border-radius: 7px;
    color: black;
}

.foods {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.foods .item {
    position: relative
}

.foods .item.featured {
    background: url("../images/sticker_tile.png") !important;
}

.item .row {
    margin: 0px;
}

.item .col-xs-6 {
    padding: 0px;
}

.item .row .col-xs-8:first-child {
    margin-left: -14px;
}

#orders-sticker .redesign {
    float: right;
    -webkit-border-radius: 7px;
    border: 0px;
    margin-top: 24px;
    font-family: 'OpenSans-CondensedBold';
    font-weight: normal;
}

.foods .redesign {
    float: right;
    margin-top: 6px;
    margin-right: -8px;
    -webkit-border-radius: 7px;
    border: 0px;

}

.foods .row:first-child {
    margin-top: 0px;
}

.foods .row {
    margin-top: 60px;
}

.foods .item {
    background: url(../images/item_tile.png);
    display: block;
    position: relative;
    height: auto;
    position: relative;
    padding: 0 15px 25px 15px;
    margin: 0 0 30px 0;
    -webkit-border-radius: 10px;
    margin-top: 2px;
    margin-left: 35px;

}

/*.foods .row>div:nth-child(even) .item  {
    margin-top: 2px;
    margin-right: 35px;
}

.foods .row>div:nth-child(odd) .item {
    margin-top: 2px;
    margin-left: 35px;
}*/

.foods .item .food-image {
    border: 1px solid rgba(255, 255, 255, 0.27);
    position: absolute;
    display: block;
    height: 160px;
    width: 160px;
    border-radius: 10px;
    background: url(../images/item_default.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    left: -41px;
    top: 49px;
    z-index: 1;
}

/*.foods .row>div:nth-child(odd) .item .food-image {
    left: -41px;
    top: 49px;
}
.foods .row>div:nth-child(even) .item .food-image {
    right: -41px;
    top: 49px;
}*/

.foods .item .description {
    font-size: 16px;
    color: rgba(0, 0, 0, 1.00);
    line-height: 1.1;
    padding-left: 115px;
    text-align: left;
    min-height: 40px;
}

/*.foods .row>div:nth-child(odd) .item .description {
    padding-left: 115px;
}
.foods .row>div:nth-child(even) .item .description {
    padding-right: 115px;
}*/

.foods .item .price {
    position: relative;
    display: block;
    top: 40px;
    left: 3px;
    height: 45px;
    width: 117px;
    float: right;
    background: url(../images/pizza_price_item_background_no_cart_mini.png) no-repeat center left;
    font-family: 'OpenSans-CondensedLight';
    font-size: 28px;
    text-align: center;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 1.00);
}


.foods .item .price-button {
    cursor: pointer;
    position: relative;
    display: block;
    top: 40px;
    height: 45px;
    width: 117px;
    background: url(../images/pizza_price_item_background_no_cart_mini_btn.png) no-repeat left center;
    font-family: 'OpenSans-CondensedLight';
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: rgba(0, 0, 0, 1.00);
    float: right;
    padding-top: 5px;
}
.foods .item .price-button:hover {
    background: url(../images/pizza_price_item_background_no_cart_mini_btn_hover.png) no-repeat left center;
    color: rgba(0, 0, 0, 0.80);
}
.price {
    position: relative;
    display: block;
    left: -120px;
    top: 5px;
    height: 36px;
    width: 117px;
    float: right;
    background: url(../images/pizza_price_item_background_no_cart_mini.png) no-repeat center center;
    font-family: 'OpenSans-CondensedLight';
    font-size: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 1.00);
}


.price-button {
    cursor: pointer;
    position: relative;
    display: block;
    height: 45px;
    width: 120px;
    background: url(../images/pizza_price_item_background_no_cart_mini_btn.png) no-repeat center center;
    right: -15px;
    top: -175px;
    font-size: 19px;
    text-align: center;
    color: rgba(0, 0, 0, 1.00);
    padding-top: 10px;
}

.registration-modal .form-group {
    margin-bottom: 0;
}

.registration-modal .btn {
    margin-bottom: 6px;
    margin-top: 6px;
}

.btn-red, .checkout-table .itemadd, .checkout-table .itemremove {
    background-color: saddlebrown;
    color: white;
    border: 0px;
}

.btn-red:hover, .checkout-table .itemadd:hover, .checkout-table .itemremove:hover {
    background-color: darkred;
    color: white;
}

.foods .item h2 {
    height: 48px;
    overflow: hidden;
}

.foods .item h2, .site-modal h2 {
    font-size: 20px;
    line-height: 48px;
    margin: 0;
    text-align: left;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.61);
    font-family: 'OpenSans-CondensedBold'
}

.l-only {
    display: inherit;
}

a {
    color: inherit !important;
}

.ujdonsag {
    /* background: url(../images/akcio_valentinnap.png); */
    background: url(../images/ujdonsag.png) center;
    /* background: url(../images/nonap_akcio_vignette.png); */
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    top: 30px;
    left: -30px;
    z-index: 10;
}

.akcio {
    /*background: url("../images/akcio_valentinnap.png");*/
    background: url("../images/akcio.png");
    /* background: url("../images/nonap_akcio_vignette.png"); */

    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    top: 88px;
    left: 370px;
}

.footer {
    /*background: url(../images/footer_background.png) no-repeat bottom center;*/
}

.footer {
    position: relative;
    bottom: 0;
    margin-top: -50px;
    width: 100%; /* Set the fixed height of the footer here */
    height: 534px;
    /* z-index: -1; */
}

.footerbackground202508 {
    background: url(../images/footer_background202508.png) no-repeat bottom center;
    width: 100%;
    height: 534px;
    position: absolute;
    bottom: 0px;
    z-index: -1
}

.footerbackground202506 {
    background: url(../images/footer_background202506.png) no-repeat bottom center;
    width: 100%;
    height: 534px;
    position: absolute;
    bottom: 0px;
    z-index: -1
}

.footerbackground202410 {
    background: url(../images/footer_background202410.png) no-repeat bottom center;
    width: 100%;
    height: 534px;
    position: absolute;
    bottom: 0px;
    z-index: -1
}

.footerbackground202210 {
    background: url(../images/footer_background202210.png) no-repeat bottom center;
    width: 100%;
    height: 534px;
    position: absolute;
    bottom: 0px;
    z-index: -1
}

.footerbackground202207 {
    background: url(../images/footer_background202207.png) no-repeat bottom center;
    width: 100%;
    height: 534px;
    position: absolute;
    bottom: 0px;
    z-index: -1
}


.footerbackground2022 {
    background: url(../images/footer_background2022.png) no-repeat bottom center;
    width: 100%;
    height: 534px;
    position: absolute;
    bottom: 0px;
    z-index: -1
}


.footerbackground2021 {
    background: url(../images/footer_background2021.png) no-repeat bottom center;
    width: 100%;
    height: 534px;
    position: absolute;
    bottom: 0px;
    z-index: -1
}

.footer .container {
    position: absolute;
    bottom: 4px;
    width: 100%;
    font-family: 'OpenSans-CondensedLight';
    color: #363636 !important;
}

.facebook {
    text-align: right;
    position: relative;
    top: 320px;
    z-index: 1;
}

.facebook a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 38px;
    height: 76px;
    width: 76px;
}

.somedayhu {
    text-align: right;
}

.somedayhu a {
    display: block;
    margin-left: auto;
    margin-right: 12px;
    top: 305px;
    border-radius: 43px;
    position: relative;
    height: 86px;
    width: 86px;
}

@media all and (max-width: 3px) {
    /* 1001 */
    #wrapper1024 {
        max-width: 1024px;
        width: auto;
    }

    #wrapperresp {
        width: auto;
    }

    #header {
        background: none;
        position: relative;
        display: block;
        width: auto;
        height: 180px;
    }

    #header2018 {
        background: none;
        position: relative;
        display: block;
        width: auto;
        height: 180px;
    }

    #logo {
        background: url("../images/s-header.png") no-repeat;
        width: 382px;
        height: 150px;
        margin-left: 10px;
        margin-top: 60px;
        z-index: auto;

    }

    .navbar-default {
        background: url(../images/menu_tile.png);
        border-radius: 0;
    }

    .navbar {
        top: 0px;
        border-radius: 0px;
    }

    #content {
        position: relative;
        top: 0;
    }

    .navbar-brand {
        display: inherit;
        font-size: 21px;
    }

    .s-only, .nav > li.s-only {
        display: inherit
    }

    .l-only {
        display: none;
    }

    .article {
        padding: 0 10px;
    }

    .foods .item:nth-child(odd), .foods .item:nth-child(even) {
        border-radius: 10px;
        background: url(../images/item_tile.png) repeat top left;
        display: block;
        position: relative;
        left: 0px;
        height: 125px;
        width: 90%;
        margin-right: 0px;
        margin-left: 5%;
        margin-bottom: 130px;
        float: none;
    }

    .food-image {
        position: absolute;
        display: block;
        height: 120px;
        width: 120px;
        left: -2%;
        top: 49px;
    }

    .price-button {
        position: absolute;
        display: block;
        height: 75px;
        width: 168px;
        background: url(../images/pizza_price_item_background.png) no-repeat top left;
        right: 0px;
        top: 152px;
    }

    .foods .item .description {
        font-size: 14px;
        color: rgba(0, 0, 0, 1.00);
        line-height: 1;
        padding-left: 105px;
        width: 105%;
        text-align: left
    }

    #cart-mini {
        position: absolute;
        background: url("../images/cart_mini.png") no-repeat left top;
        display: block;
        height: 55px;
        width: 64px;
        left: 0px;
        top: 0px;
        text-align: center;
        padding-left: 33px;
        padding-top: 24px;
        margin-top: 20px;
        margin-left: 20px;
        z-index: 1040;
        cursor: pointer;

    }

    .site-modal {
        width: 80% !important;
    }

    #orders-sticker {
        position: absolute;
        background: url("../images/light_tile.png") repeat;
        font-family: 'OpenSans-CondensedLight';
        color: black;
        display: block;
        height: auto;
        min-height: 200px;
        width: 90%;
        left: 0px;
        top: 0px;
        text-align: left;
        margin-top: 50px;
        margin-left: 20px;
        z-index: 2000;
        cursor: pointer;
        border: 1px solid #947c47;
        -webkit-border-radius: 10px;
        -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
        padding: 6px;

    }

    .footer {
        background: url(../images/s-footer.png) no-repeat bottom center;
    }

}

/*
* LOADER
*/

.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*
* EOF LOADER
*/

.navbar-brand {
    display: none;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-toggle {
    background-color: rgba(255, 255, 255, 1.00);
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 12px;
}

.s-only, .nav > li.s-only {
    display: none;
}

/*
 * Sidebar
 */

.sidebar {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #eee;
    -webkit-border-image: url("../images/menu_tile.png") 1 round; /* Safari 3.1-5 */
    -o-border-image: url("../images/menu_tile.png") 1 round; /* Opera 11-12.1 */
    border-image: url("../images/menu_tile.png") 1 round;
}

/* Sidebar navigation */
.sidebar {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .nav {
    margin-bottom: 20px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: url("../images/menu_tile.png");
    border-radius: 10px 0px 0 10px;
     color: white !important;

}

.sidebar li {
    width: 100%;
}

.sidebar .nav-item + .nav-item {
    margin-left: 0;
}

.sidebar .nav-link {
    border-radius: 0;
}

ul.nav.collapse {
    margin-left: 25px;
}

ul.nav.collapse li {

}

.banners {
    position: absolute;
    margin-top: -20px;
}

.form_datetime {
    position: relative;
}

.add-on {
    position: absolute;
    bottom: 0;
    right: 0;
}
