body {
      font-family: Helvetica;
      background: url(../images/wall_background.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}


.wrapper{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px;
}

h2.logo{

	background-image: url(../images/LenMizzoniTransparent.png);
	background-repeat: no-repeat;
    width: 100%;
    text-indent: 53px;
    float: left;
}

header nav{
    float: right;
}

header nav h2{
    text-indent: -10000px;
    height: 0;
    margin: 0px 0px;
}

header nav li{
    float: left;
    list-style-type: none;
    margin: 0px 0px;
}

header nav li a{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
	margin: 0px 0px;
}


#main-banner, #main-banner img{
    width: 100%;
	margin: 0px 0px;
}

#main-banner img{
    border-bottom: 4px solid #333333;

}



#featured{
    float: center;
	margin-top: 25px;
}

#featured ul{
    padding: 0;
}

#featured li{
    float: left;
    width: 25%;
    margin: 0%;
    list-style-type: none;
}

#featured li img{
    width: 75%;
    margin-bottom: 5px;
}

#featured li a{
    color: #fff;
    text-decoration: none;
    float: center;
}

#featured li span{
    float: right;
    color: #fff;
}

#featured ul:after{
    content: "";
    display: block;
    clear: both;
}
footer{
    background-color: #3B3B3B;
    margin-top: 0px;
    padding: 0px 0px;
	font color: #009999;
}

footer:after{
    content: "";
    display: block;
    clear: both;
}

footer ul{
    float: center;
    padding: 0;
    list-style-type: none;
    color: #eee;
    width: 100%;
    margin-right: 0%;
}

footer li{
    margin: 5px 0;
	display: inline-table;
}

footer a{
    color: #fff;
    text-decoration: none;
	color: #fff;
}


/*MEDIA QUERIES */


/*mobiles*/
@media screen and (max-width: 800px){

.dropdown-nav{
	display: block;
	text-align: left;
	height: 30px;
	width: 100%;
	max-width: 100%;
	background: url(../images/drop-down-icon.png) no-repeat 2% center;
	background-color: #666666;
	cursor: pointer;
}

header .wrapper{
    width: 100%;
    padding: 0;
}

header nav ul{
    overflow: hidden;
	text-align: left;
    background: #666666;
    height: 0;
}

header nav ul.open{
    text-align: left;
	height: auto;
}

header nav ul li{
    float: none;
    text-align: left;
    width: 100%;
    margin: 0;
}

header nav ul li a{
    text-align: left;
	color: #fff;
    padding: 10px;
    border-bottom: 1px solid #999999;
    display: block;
    margin: 0;
}

#featured li{
	width: 100%;
	margin: 0px 0px;

}

header .wrapper{
    width: 100%;
    padding: 0;
}

header nav ul{
    overflow: hidden;
    background: #404040;
    height: 0;
}

header nav ul.open{
    height: auto;
}

header nav ul li{
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
}

header nav ul li a{
    color: #fff;
    padding: 0px;
    display: block;
    margin: 0;
}

.footer-wrapper{
    width: 100%;
    max-width: 1200px;
    padding: 0 0px;
	text-align: center;
	font-size:10px;
}

footer ul{
	width: 100%;
	text-align: center;
	display: inline-table;
	color: #ffffff;
}
