/*  Tmpl02  style */


/*------------------- General Styling -------------------- */
body {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
    color: #666666;
    padding: 0;
    background-color: #d9d9d9;
    font-size: 14px;
}
#pos-htop #pb_93 {
    display: inline-block;
    float: left;
}
#pos-htop #pb_94 {
    display: inline-block;
    float: right;
    margin-top: 2px;
}
#pos-htop #pb_94 .login-menu button{
    margin-left: 5px;
}
/*.navbar.stick {
  position: fixed;
  top: 0;
  left: 0;
  opacity: .85;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
}*/

.navbar ul li a{
    color: #0F70B8;
}
/*.active {
    border-bottom: 2px solid #0F70B8;
}*/
a {
    color: #0F70B8;
}
a:hover , a:focus, a.active, li.active a {
    color: #262161;
    text-decoration: none;
}
@media(min-width:767px){
    li.active a:after, li.active a:hover:after {
        content: ''; 
        position: absolute;
        left: 45%;
        top: 45px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid;
    }
}
#toTop{
    position: fixed;
    bottom: 47px;
    right: 13px;
    cursor: pointer;
    display: none;
    z-index: 3;
    background-color: #FE6222;
    border-color: #FE6222;
}

.navbar-toggle {
    border: 1px solid rgb(15, 112, 184);
}
.navbar-toggle .icon-bar {
    background: #0F70B8;
}


/*------------------- Header section styling -------------------- */
#pos-hbottom{
    background-color: white;
    margin-bottom: 1px;
}
#pos-hbottom #pb_86 {
    text-align: center;
    padding: 20px 0px;
}
#pos-hmiddle{
    background-color: white;
    border-bottom: 1px solid #cccccc;
}
#pos-htop{
    background-color: #34495e;
    padding: 5px;
    color: white;
}
#pos-ctop{
    padding: 0px;
}
#pos-htop a {
    color: white;
}
#pos-htop #pb_91 {
    float: left;
}
#pos-htop .eva-social-icon a span {
    font-size: 12px;
}
#pos-htop div.generic-languagebutton {
    float: right;
}
#pb_83 ul.social{
    margin: 0px;
    padding: 0px;
}
#pb_83 ul.social li a{
    color : white;
}

@media(min-width:768px){
    #pos-hmiddle div.generic-menu {
        float: right;
        margin-top: 25px;
    }
}

/* - Logo - */
#header div.logo{
    float: left;
    padding: 0px;
    width: 20%;
}
@media(max-width:992px){
    #header div.logo{
        width: 100%;
        text-align: center;
    }
}
#header div.logo img {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

/* - Navbar - */
#header .navbar{
    margin-bottom: 0px;
    background: white;
    z-index: 2;
}


/* - Vertical carousel - */
#pos-sidebar{
    position: fixed;
    background-color: white;
    height: 100vh;
}
@media (max-width: 991px) { 
    #pos-sidebar{
        display: none;
    }
}
@media (max-width: 767px) { 
    .navbar {
    position: static;
}
}

/*------------------- Body section styling -------------------- */
#pos-cmiddle{
    padding: 30px 0;
}
#pos-cmiddle.container-fluid{
    background-color: white;
}
#pos-cmiddle div.body-container{
    overflow: hidden;
}  
#pos-ctop #pb_87{
    border-bottom: 1px solid #cccccc;
}  
#pos-cmiddle #pb_97{
    margin: 20px 0;
}  
#pos-cmiddle #pb_98{
    margin: 20px 0;
}  
#pos-cbottom{
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
}
.title-ristorante{
    padding: 10px;
    text-align: center;
}
.menu-title{
    color: #B33D3D;
    font-weight: bold; 
    padding-left: 40px
}
.menu-lista{
    font-size: 20px;
    color: #6F6C6C;
}
.cls-menu{
    border-radius: 10px;
}

.company-name {
    font-size: 18px;
    font-weight: bold;
}
#pos-cmiddle i {
    color: #0F70B8;
}

#pos-cmiddle .panel-title {
    font-weight: bold;
}
span.glyphicon-ok {
    color: #13BB28;
    padding-right: 10px;
}

/*------------------- Footer section styling -------------------- */

#pos-ftop {
    background: white;
}
#pos-ftop #pb_96 {
    margin-bottom: 30px;
}

#pos-fmiddle {
    background-color: #34495e;
    color: white;
    padding: 10px;
    font-size: 12px;
}
@media(max-width:499px){
    #pos-fmiddle {
        font-size: 14px;
        text-align: center;
    }
    #pb_73{
    float: none !important; 
    text-align: center;
    padding-bottom: 10px;
    }
    .logo{
        float: none;
        text-align: center;
        padding: 5px 0px;
    }
}
#pos-fmiddle a {
    color: #A8CBDF;
}
#pos-fmiddle a:hover {
    color: white;
}
#pos-fbottom{
    background-color: #333333;
    color: white;
    padding: 10px;
}
@media(min-width:499px){
    .poweredby{
        float: right;
        font-size: 0.9em;
    }
}
.poweredby a{
    font-weight: bold;
}
.news-title{
    font-weight: bold;
    font-size: 19px;
}
.news-title a:hover{
    text-decoration: none;
}
#pos-fbottom .generic-static-block{
    float: left;
}