body {
	background-color: #000000;
	font-family: 'Open Sans', sans-serif;
}
.img-100 {
	border: 1px solid #555;
}

.col-xs-12 h1 {
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 50px;
}

.flex-container {
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/**
 * 	---------------------------------------------------> 	NAV	
 */
.block-menu{
	height: 70px;
	top: 0;
	float: right;
}

.box-nav {
	height: 70px;
	background-color: #000000;
	position:fixed;
	z-index: 999;
	width: 100%;
	border-bottom: 1px solid #555;
}

.menu {
	color: #FFFFFF;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 69px;
	background: none repeat scroll 0 0 #000;
	padding: 0 15px;
	display: block;
	float: left;	
	vertical-align: baseline;
	z-index: 999;
	background-color: #000000;
}
	
.logo-nav {
	top: 14px;
	left: 20px;
	position: relative;
	
}

.text-menu {
	color: #ccc;
}


/**
 * 	---------------------------------------------------> BANNER
 */

.banner {
	height: 300px;
	background: url("../imgs/notte.jpg") no-repeat center center;
	background-size: cover;
	margin-top: 70px;
	
}

.pattern {
	background: url("../imgs/pattern.png") repeat ;
	left: 0;
	height:100%;
	top: 0;
	width: 100%;
}

.logo {
	display: block;
	margin-top: -110px;
	left: 50%;
	margin-left: -148px;
	position: absolute;
}

/**
 * 	---------------------------------------------------> PRODUCT-LIST
 */
.product-list {
	margin-top: 80px;
}

/**
 * 	---------------------------------------------------> ELENCO BOX
 */

.box {
	/*height: 465px;*/
}

.box h2 {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #262626;
	padding: 5px;
}

.box h2 a{
	color: #ffffff;
}

.box p {
	font-size: 11px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}

@media (max-width: 767px) {
	.box {
		height: auto;
	}
}
/**
 * 	---------------------------------------------------> FOOTER
 */
.footer {
	height: 400px;
	background-color: #050505;
	margin-top: 50px;
	border-top: 1px solid #555;
}

.socials {
	text-align: center;
	padding-top: 100px;
}

.socials li {
	display: inline;
}

.icone {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 1px solid white;
	margin: 5px;
	padding: 10px;
}
.icone img{
	width: 25px;
	height: 25px;
}

.logo-footer {
	left: 50%;
	margin-left: -82px;
	display: block;
	position: absolute;
	margin-top: 75px;
}
