/*  Tmpl02  style */
/*------------------- General Styling -------------------- */
@import url(https://fonts.googleapis.com/css?family=Play);
body {
	background-color: #d9d9d9;
	color: white;
	font-size: 16px;
	font-family: 'Lato', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}

a {
        color: #202020;
}
a:hover , a:focus, a.active, li.active a {
        color: #DB0704;
        text-decoration: none;
}
/*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(0, 0, 0);
}
.navbar-toggle .icon-bar {
    background: black;
}


/*------------------- Header section styling -------------------- */
#pos-hbottom{z-index: 2;/* box-shadow: 0 2px 5px 0 rgba(0,0,0,.1); */-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);/* -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); */position: relative;background: #FFFFFF;border-bottom: 1px solid #ECECEC;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #F9F9F9;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
div#pb_86.generic-static-block
{color:black;text-align: center;}
#pos-ftop{
    background-color: #ECECEC;
    font-size: 12px;
    color: #232323;
    padding: 15px 0;
}
#footer img.img_logo {
    width: 150px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}

#footer img.img_logo:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#footer ul {
    display: inline-flex;
    list-style-type: none;
    padding: 0px;
    margin: 15px 0;
}

#footer li.il-footer {
    position: relative;
    padding: 0 10px 0 15px;
}
#footer li:first-child:before {
  content: none;
  display: none;
}
#footer li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    margin: auto !important;
    position: absolute;
    left: 0px;
    right: auto;
    top: 0px;
    bottom: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#footer li:before {
    background-color: black;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}
.panel-body {
/*    background: #202020;*/
    padding: 15px;
    color: #202020;
}
#pos-hmiddle{
     background: #000200;
     z-index: 2;
     position: relative;
}
#pos-htop{
    background-color: #000200;
}
#pos-ctop{

}
#pos-htop{
   font-size:13px;
   color:white;
   padding:2px 0;
   z-index: 2;
   position: relative;
}
#pos-htop #pb_89{
   float: right;
   margin-left: 10px;
   border-left: 1px dotted white;
   padding-left: 10px;
}
#pos-htop #pb_90{
   float: right;
   margin-left: 10px;
}
#pos-htop #pb_91{
   float: left;
}
#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: 35px;
}
}

/* - Logo - */
#header div.logo{
        padding: 0px;
    width: 14%;
    margin: 0 auto;
}
@media(max-width:992px){
    #header div.logo{
        width: 100%;
        text-align: center;
    }
}
#header div.logo img{
    display: inline-block;
    width: 100%;
    margin: -10px 0 10px 0;
}

/* - Navbar - */
#header .navbar{
       margin-bottom: 0px;
}

@media (min-width: 767px) {
	#header ul.menu-items{
       display: table;
       margin: 0px auto;
       float: none;
}
}


/* - Vertical carousel - */
#pos-sidebar{
    position: fixed;
    background-color: white;
    height: 100vh;
}
@media (max-width: 991px) { 
    #pos-sidebar{
        display: none;
    }
}

/*------------------- Body section styling -------------------- */
#pos-cmiddle{
    padding-top: 50px;
    padding-bottom: 60px;
    min-height: 200px;
}
#pos-cmiddle.container-fluid{
   /* background-image: url("http://s31.postimg.org/bsaog78xj/imagedoc_darknoise.png"); */
   z-index: 1;
   position: relative;
   /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3), 0px -1px 5px rgba(0, 0, 0, 0.3); */
   /* border-top: 1px solid rgba(35, 35, 35, 0.5); */
   /* border-bottom: 1px solid rgba(35, 35, 35, 0.5); */
   color: #4A4A4A;
   background: #FFFFFF;
}
#pos-cmiddle div.body-container{
/*    padding: 15px;
    overflow: hidden;*/
}  
#pos-cmiddle hr.services {
    margin-top: 100px;
    margin-bottom: 75px;
    border-top: 1px solid #F3F3F3;
}
#pos-cbottom{
    color: white;
    padding: 15px;
    /* background: url(../img/colorful.jpg) 50% 0 no-repeat fixed; */
    width:100%;
    height:auto;
    margin:0;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); */
    background: rgb(191, 191, 191);
}
.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;
}

/*------------------- Footer section styling -------------------- */

#pos-fmiddle{
    background-color: #7E7E7E;
}
#pos-fbottom{
    background-color: rgb(0, 2, 0);
    color: gainsboro;
    padding: 5px 0;
    font-size: 12px;
}
.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;
}
.btn-primary, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #B33D3D;
    color: white;
    border-color: #B33D3D ;
}
#pos-fbottom .generic-static-block{
    float: left;
}

section.spacer {
	color:#fcfcfc;
}
#pb_87{
	margin: 100px 0;
}
/* intro icons */
.introicons {
	padding: 10px 20px 20px 20px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius:5px;
	margin: 15px 0px;
	cursor:pointer;
}

.introicons i {
	position: absolute;
	height: 100px;
	width: 100px;
	font-size: 50px;
	line-height: 80px;
	padding: 10px !important;
	color: rgb(102, 102, 102);
	top: 0px;
	left: 50%;
	margin: -50px 0px 0px -50px !important;
	padding: 0px !important;
	border-radius: 50%;
	border: 10px solid #ECECEC;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: rgb(255, 254, 254);
}

.introicons:hover > i {
	border: 10px solid #ffffff;
	-webkit-animation: spinAround 1.5s linear infinite;
	-moz-animation: spinAround 1.5s linear infinite;
	animation: spinAround 1.5s linear infinite;
}

.introicons h6 {
	font-weight: 400;
	font-size: 30px;
	margin: 20px 0;
	color: #666666;
}

.introicons p{
	line-height:22px;
	font-size:14px;
	font-weight:400;
	color: #656565;
}

#footer {
    position: fixed;
    left: 0px;
    bottom: 0;
    /* height: 198px; */
    width: 100%;
    /* background: #999; */
    /* z-index: 1; */
    /* position: relative; */
    /* box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px -1px 5px rgba(0, 0, 0, 0.3); */
}
#content {
    margin-bottom: 349px;
    z-index: 1;
    position: relative;
}


p.company-name {
    font-size: 22px;
    font-weight: bold;
}