﻿body {
   padding-top: 252px;
   padding-bottom: 50px;
}

@media (max-width: 768px) {
   body {
      padding-top: 49px;
   }
}

.lilu-backcolor {
   color: #36454f;
}

.lilu-frontcolor {
   color: #ef7f1a;
}

mark {
   color: #36454f;
   font-weight: bold;
   background-color: transparent;
}

.alert-warning {
   border-color: #efceb0; 
   background-color: #ffe8d5; 
}

/* <navbar.css> */
@media (min-width: 767px) {
    .caret-right {
        width: 0; 
        height: 0; 
        border-top: 4px solid rgba(0, 0, 0, 0);
        border-bottom: 4px solid rgba(0, 0, 0, 0);
        border-left: 4px solid #777777;
    }
}
/* </navbar.css> */


/* header --------------------------------------- */

.lilu-navbar-top-collapsed .lilu-navbar-title {
   background-color: #36454f; 
   border: none;
   width: 100%;
   margin: 0;
   border-radius: 0;
}

.lilu-navbar-top-collapsed .lilu-navbar-title:hover {
   background-color: #36454f !important;
}

.lilu-navbar-top-collapsed button.navbar-toggle {
   margin: 0;
   margin-left: 5px;
   padding: 7px 8px;
}

.page-header.lilu-header {
   margin-top: 8px;
   margin-bottom: 8px;
   border: none;
   background-color: #36454f; 
   padding-bottom: 0px;
}

.lilu-header-info {
   height: 25px;
   padding: 0;
   position: relative;
}

.lilu-header-info .lilu-header-new {
    color: #ef7f1a;
    font-weight: bold;
    animation: blinker 3s linear infinite;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 3px;
}
.lilu-header-info img {
    padding: 0px 15px 0px 15px;
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
}

.lilu-logo {
   background-image: url('../img/logo.png');
   background-repeat: no-repeat;
   height: 164px;
}

.lilu-header div.lilu-contact {
   padding-top: 10px;
   padding-right: 10px;
   height: 55px;
}

.lilu-header .lilu-contact a.lilu-contact {
   background-color: #ef7f1a;
   border: 1px solid #ef7f1a;
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
}

.lilu-header .lilu-contact a.lilu-facebook {
   background-color: #4a6ea9;
   border: 1px solid #4a6ea9;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
}

.lilu-header-shelf {
   padding-right: 7px;
}

.lilu-header-shelf img {
   border: 3px solid #36454f;
}

.lilu-header a:hover {
    background-color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


/* menu ------------------------------------ */

.navbar-default .lilu-mainmenu {
   padding-bottom: 5px;
}

.navbar-default .lilu-mainmenu li.lilu-menuitem {
   margin-left: 0px;
   margin-right: 2px;
   margin-bottom: 2px;
}

.navbar-default .lilu-mainmenu > li > a {
   border-radius: 4px;
   padding: 10px 15px;
   color: white;
   background-color: #36454f;
}

.navbar-default .in .lilu-mainmenu > li > a {
   border-radius: 0;
   padding: 5px 15px;
}

.navbar-default .in .lilu-mainmenu > li a {
   padding: 5px 15px;
}

.navbar-default .lilu-mainmenu > li.active > a {
   color: white;
   background-color: #ef7f1a;
}

.navbar-default .lilu-mainmenu > li.active > a:hover,
.navbar-default .lilu-mainmenu > li.open > a,
.navbar-default .lilu-mainmenu > li.open > a:hover,
.navbar-default .lilu-mainmenu > li.active.open > a {
   color: #36454f;
   background-color: transparent;
}

/* footer --------------------------------------------- */

.lilu-navbar-bottom .navbar-text {
   margin: 5px 15px;
}

.navbar.lilu-navbar-bottom {
   min-height: 30px;
}

.lilu-navbar-bottom .navbar-nav {
   margin-top: 0px;
   margin-bottom: 0px;
}

.lilu-navbar-bottom .lilu-phone-number {
   font-weight: bold;
   color: black;
}

#lilu-accept-cookies {
   padding-top: 0px;
   padding-bottom: 0px;
}

#lilu-cookie {
   margin-top: 5px;
}

/* image viewer --------------------------------------- */

#liluImgViewer .modal-body:hover {
   cursor: pointer;
}

#liluImgViewer .modal-content {
   background-color: #36454f;
}

#liluImgViewer .modal-header {
   color: #ef7f1a;
}

#liluImgViewer button.close {
   color: #ef7f1a;
   background-color: transparent;
   text-shadow: none;
   opacity: 1;
   padding-left: 10px;
}

#liluImgViewer button.close:hover {
   color: white;
}

#liluImgViewer .modal-header {
   border-bottom-color: #ef7f1a;
}



.lilu-content {
   padding-top: 10px;
}

.lilu-content img {
   margin: 5px;
}


.lilu-welcome .lilu-highlight {
   font-weight: bold;
   font-size: 16px;
}


.lilu-gallery .img-thumbnail,
.lilu-gallery .img-rounded {
   margin: 5px;
   background-color: rgb(221,221,221);
}

.lilu-gallery a:hover {
    background-color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


.lilu-contact .lilu-phone {
   font-size: 46px;
   color: #36454f;
   font-weight: bold;
}


.lilu-acces th {
   width: 40%;
}

.lilu-acces td {
   width: 60%;
}

.lilu-acces img {
   width: 250px;
}


.lilu-color .thumbnail {
   margin: 2px;
}
.lilu-color .caption {
   font-size: 12px;
}


.lilu-system li a {
   font-size: 18px;
}


.lilu-guide th {
   width: 40%;
}

.lilu-guide td {
   width: 60%;
}

.lilu-guide-sel {
   background-color: #f0f0f0;
   background-image: url('../img/ourselection.png');
   background-position: right bottom;
   background-repeat: no-repeat;
}

.lilu-guide-spec {
   margin-top: 30px;
}


.lilu-plus-minus .plus {
   color: #008800;
   font-weight: bold;
   font-size: 24px;
}

.lilu-plus-minus .minus {
   color: #FF0000;
   font-weight: bold;
   font-size: 24px;
}

div.lilu-tooltip {
   opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;

}

.lilu-tooltip .tooltip-inner {
   background-color: transparent;
}

.lilu-tooltip img {
   border: 10px solid #36454f;
}
