/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
	display: inline-block;
	width: 200px;
	height: 118px;
	background: url(../../../images/yootheme/logo.html) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}

.foot  { float: left; padding-bottom: 5px;}

.lombardia  { clear: both; padding-top: 5px; padding-bottom: 55px;}
.loghi  {margin-top: 10px !important; color:#e74016; width:600px; max-width:600px !important; text-align:right;}
.loghi p  {margin: 0; color:#e74016;}

/* barra */

.activebar-container {
background-color:#e64015;
border-bottom:1px solid #000000;
color:#fff;
bottom: 0;
position: fixed;
bottom: 0;
    margin:0px;
    display: block; 


    left:0px;
    width: 100%;
    height:auto;
    z-index: 9999;    
    overflow:hidden;
    overflow-x: hidden;
}
.activebar-container p {
margin:5px;
text-align:left;
}

.activebar-container ul {
margin: 0;
padding-left: 0;
font-weight:bold;
}



.activebar-container a:link, .activebar-container a:hover, .activebar-container a:visited {
margin: 0;
color: #fff;
}

.activebar-container button {
float:right;
clear:none;
margin:5px 10px;
padding:5px 10px;
}
.activebar-container button.decline {
color:#fff;
background-color:#f00;
display:none;
}
.activebar-container button.accept {
color:#000;
background-color:#fff;
border-radius: 5px;
}
.activebar-container ul.links,.activebar-container ul.links li {
display:block;
}
.activebar-container ul.links li {
margin:0 5px;
float:left;
clear:none;
}


li.item303  span {
color: #e3451f;
}