* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
header{
    height: 6px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
    
	color: #444444;
}
a {
    outline: none;
    text-decoration: none;
    color: black;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 1110px;
	max-width: 1280px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.hidden{
    display:none;
}

span.menu-text{
    font-size: 20px;
}


p.menu-p{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    margin-bottom: 20px;
}

p.menu-p:hover{
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 380px;
}

#content-stuff{
    margin-top: 100px;
    margin-left: 80px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 264px;
	margin-left: -92%;
	position: relative;
}

#logo{
    width: 270px;
    margin-top: 80px;
    margin-left: -10px;
}

#weather-box{
    border-radius: 130px;
    width: 210px;
    height: 210px;
    border: 10px solid #FFFFFF;
}

#weather-box-content{
    height: 140px;
    width: 260px;
    margin-left: -50px;
    margin-top: 86px;
}

#weather-box-image{
    width: 175px;
    float:left;
    margin-top: -44px;
}

#weather-box-conditions{
    width: 80px;
    float:left;
    margin-left: 5px;
}

#weather-box-temp{
    width: 80px;
    float:left;
}

#weather-box-location{
    width: 80px;
    float:left;
}

#weather-temp{
    font-size:48px;
}

#weather-location{
    font-size:10px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -40px auto 0;
	min-width: 800px;
	max-width: 1280px;
	height: 40px;
	position: relative;
	text-align: center;
}

/* Themes
-----------------------------------------------------------------------------*/
/* Swamp */
.background-swamp {
	background-color: white;
	background-size: cover;
}

.header-swamp {
    background-color: #5E9984;
}

.menu-theme-swamp{
    background: transparent url(images/icones/menu/swamp.png) no-repeat;
}

/* Brown */
.background-brown {
	background-color: white;
	background-size: cover;
}

.header-brown {
    background-color: #776B5D;
}

.menu-theme-brown{
    background: transparent url(images/icones/menu/brown.png) no-repeat;
}

/* Red */
.background-red {
	background-color: white;
	background-size: cover;
}

.header-red {
    background-color: #BD3728;
}

.menu-theme-red{
    background: transparent url(images/icones/menu/red.png) no-repeat;
}

/* Blue */
.background-blue {
	background-color: white;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}

.header-blue {
    background-color: #00A3E4;
}

.menu-theme-blue{
    background: transparent url(images/icones/menu/blue.png) no-repeat;
}

/* Yellow */
.background-yellow {
	background-color: white;
	background-size: cover;
}

.header-yellow {
    background-color: #FE9301;
}

.menu-theme-yellow{
    background: transparent url(images/icones/menu/yellow.png) no-repeat;
}

/* Menu Icones
-----------------------------------------------------------------------------*/
.menu-icon{
    height: 26px;
    width: 26px;
    display: inline-block;
    overflow: hidden;
    margin-right: 4px;
    margin-bottom: -6px;
}

.icon-facebook{
    background-position: 0px 0px;
}

.icon-blog{
    background-position: 0px -26px;
}

.icon-meteo{
    background-position: 0px -52px;
}

.icon-videos{
    background-position: 0px -78px;
}

.icon-about{
    background-position: 0px -104px;
}

.icon-events{
    background-position: 0px -130px;
}

.icon-pin{
    background-position: 0px -156px;
}

.icon-street{
    background-position: 0px -182px;
}

.icon-phone{
    background-position: 0px -208px;
}

.icon-email{
    background-position: 0px -234px;
}

/* Weather Stuff
-----------------------------------------------------------------------------*/
.meteo-title{
    font-size:30px;
}
.meteo-icon-back{
    background: transparent url(images/icones/back_b.png) no-repeat;
    height: 32px;
    width: 40px;
    display: inline-block;
    overflow: hidden;
    margin-right: 4px;
    margin-bottom: -6px;
}
.meteo-icon-desc{
    background: transparent url(images/icones/desc_b.png) no-repeat;
    height: 26px;
    width: 26px;
    display: inline-block;
    overflow: hidden;
    margin-right: 4px;
    margin-bottom: -6px;
}
.meteo-text-info{
    font-size:22px;
}
.forecast-box{
    height: 148px;
    width: 80px;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    float: left;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
.forecast-day{
    float:left;
    width: 80px;
    font-size:26px;
    font-weight:bold;
    text-transform: uppercase;
    margin-top: 10px;
}
.forecast-image{
    float:left;
    width: 80px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.forecast-max{
    float:left;
    height: 32px;
    width: 80px;
    font-size:26px;
    font-weight:bold;
}
.forecast-min{
    float:left;
    height: 32px;
    width: 80px;
    font-size:26px;
    font-weight:normal;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.meteo-now-box{
    height: 120px;
    margin-bottom: 10px;
}

.meteo-now-image{
    float:left;
    height: 120px;
    width: 175px;
    margin-left: -30px;
}

.meteo-now-temp-box{
    float:left;
    height: 120px;
    width: 84px;
    margin-left: 12px;
    margin-right: 40px;
}

.meteo-now-temp{
    font-size:48px;
    line-height: 0px;
}

.forecast-group{
    margin-top: -12px;
}

.meteo-now-more{
    width: 120px;
    float:left;
    height: 120px;
}

.meteo-now-more-top{
    float:left;
    margin-top: 20px;
}

.meteo-now-more-bottom{
    float:left;
    margin-top: 12px;
}

.meteo-small-title{
    font-size:14px;
    font-weight:bold;
    display: block;
}

.meteo-small-data{
    font-size:14px;
}

#box-weather{
    margin-top: -36px;
}

/* Clock
-----------------------------------------------------------------------------*/

.item-list {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-left: -20px;
}

li.item-list{
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    list-style: none;
}

.visual {
    float: left;
    width: 148px;
}

.nosvg {
    display: none;
    float: left;
}

.item-list svg {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

circle[Attributes Style] {
    fill: #33495f;
}

path[Attributes Style] {
    fill: #dad9d9;
}