/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22-lug-2015, 14.58.52
    Author     : brando
*/

*{
    margin: 0px;
    padding: 0px;
    background-color: #212121;
    color: white;
    font-family: Roboto-Regular;
}

#container{
    width: 95%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#navbar{
	clear: both;
    width: 95%;
    align="center";
    margin-top: 10px;
    text-align: center;
}

#aside{
    float: right;
    clear: right;
}

#main{
    color: white;
    text-align: center;
}

#main img{
    padding: 30px;
}

#menu a{
	align="center";
    display: inline;
    color: #F6BD16;
    padding: 13px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #FBC02D;
}

#menu a:hover{
    background-color: #FBC02D;
    color: black;
    text-decoration: none;
    text-align: center;
    border: 1px solid black;
}

header{
    padding-bottom: 15px;
    text-align: center;
    color: white;
    padding: 30px;
}

header p{
    font-size: 50px;
}

#content{
    width: 100%;
    margin-left: 0%;
    position:relative;
}

#im{
    float: right;
}

#content2{
    width: 50%;
    text-align: center;
    position: relative;
    margin-left: 25%;
    margin-right: 15%;  
}

#images{
    margin-top: 15px;  
}

#day {
    padding-bottom: 20px;
}

#day p{
    padding-top: 10px;
}

#day h4{
    color: #FBC02D;
    padding-top: 10px;
    font-size: 25px;
    border-top: 1px solid #F6BD16;
    margin-bottom: 10px;
    margin-top: 15px;
}

h1{
    margin-top: 7px;
    text-align: center;
    color: #FBC02D;
    font-size: 40px;
}

h2{
	width: 100%;
    margin-top: 7px;
    text-align: center;
    color: #FBC02D;
    font-size: 40px;
}

#content h2 ind{
    margin-top: 15px;
    text-align: center;
}

#content h3{
	width:99%;
    color: #FBC02D;
    padding-bottom: 10px;
    border-bottom: 1px solid #F6BD16;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-left: 10px;
}

#content li{
    font-size: 20px;
}

#left{
    width: 75%;
}

#article{
    padding: 20px;
}

aside{
    width: 30%;
    float: right;
    margin-top: -190px;
}

aside img{
    margin-left: 60px;
}

p{
    font-size: 20px;
    margin-left: 10px;
}

#push, #footer{
    height: 30px; 
    clear: both;
    width: 100%;
}

#push2{
    height: 50px;
    clear: both;
}

#push3{
    height: 65px;
    text-align: center;
}

#push4{
    height: 90px;
    text-align: center;
}

#address p{
    display: block;
    background-color: #333333;
}

#numero{
    display: block;
    background-color: #333333;
}

#empty{
    background-color: #333333;
    color: #333333;
        display: block;
}

footer a{
    display: block;
    background-color: #333333;
    font-size: 20px;
}

footer h1{
	padding-top: 5px;
    color: #FBC02D;
    font-size: 15px;
    background-color: #333333;
    display: inline-block;
    width: 49.85%;
    text-align: center;
    height: 50px;
    padding-bottom: 10px;
}

footer mobile{
    width: 50%;
}

#depliant{
    text-align: center;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('Roboto-Regular.eot');
    src: local('Roboto-Regular'), url('Roboto-Regular.ttf') format('truetype');
    }