@import "font-awesome.css";
@import "cookieconsent.css";
@import url(http://fonts.googleapis.com/css?family=Cardo:400italic,400|Lato:400,400italic,700);
/* ----------------------------------------------------------------------- 
	General 
	----------------------------------------------------------------------- */
::selection {
    background: #e1710b;
    color: #fff;
    text-shadow: none;
}
body{
	background-image:url('../images/bg_body.png');
}
.boxed{
	background-color: white;
	margin: 0 auto;
	height: 100%;
	border-right: 6px solid rgba(176, 176, 176, 0.6);
	border-left: 6px solid rgba(176, 176, 176, 0.6);
	padding: 10px 0px;
	color: #4c4c4c;
	font-size: 13px;
    line-height: 1.5em;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    padding-bottom: 0px;
}
.inner-boxed{
	overflow: hidden;
	max-width: 1100px;
	padding: 10px 10px;
}
.bg-lihgt-grey{
	background-color: #ebebeb;
}
.padding-box{
	padding: 40px 0px;
}
.no-padding-left{
	padding-left: 0px;
}
.margin-bottom{
	margin-bottom: 20px;
}
.container{
	max-width: 870px;
}
b{
	color: black;
}


#header-img{
		padding-right: 0px;
	}
.img-header{
	border-top: 2px solid black;
}


.img-detail{
	border-top: 2px solid black;
	border-bottom: 2px solid #e1710b;
	margin-bottom: 20px;
}



#footer{
	height: 100%;
}
#footer p{
	font-size: 12px;
	font-weight: 200;
	line-height: 1.7em;
	color: #9d9d9d;
}
.position img{
	float: left;
}
.position p{
	margin-left: 10px; 
	float: left;
}
.position b{
	font-size: 13px;
	color: #4c4c4c;
}
.nav-bottom a{
	color: #4c4c4c;
	font-size: 12px;
}
.nav-bottom a:hover{
	color: #e1710b;
	font-size: 12px;
}

.copyright p{
	margin-left: 35px;
}
.copyright b{
	font-size: 12px;
	color: #4c4c4c;
}

.flag{
	float: right;
	margin-right: 10px;
}


#CybotCookiebotDialogBodyLevelButtonAccept{
	background-color: #e1710b !important;
    border: 1px solid #e1710b !important;
    outline: none;
}
#CybotCookiebotDialogBodyButtonAccept{
	background-color: #e1710b !important;
    border: 1px solid #e1710b !important;
    outline: none;
}
#CybotCookiebotDialogPoweredbyImage{
	display: none;
}
#CybotCookiebotDialogPoweredbyLink{
	background-image: url('../images/cookie_icon.png');
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: center center;
}
#CybotCookiebotDialogBody{
	width: 100% !important;
	max-width: 90% !important;
}
#CybotCookiebotDialogDetailBody{
	width: 100% !important;
	max-width: 90% !important;
	margin-top: 30px;
}


/* ----------------------------------------------------------------------- 
	Home 
	----------------------------------------------------------------------- */
#frase{
	font-family: 'Cardo', Georgia, sans-serif;
	padding: 20px 0px;
	text-align: center;
	font-style: italic;
	line-height: 1.4em;
	font-size: 26px;
	color: #727272;
}
.img-product{
	border-top: 2px solid #e1710b;
	width: 150px;
}
.img-product img{
	width: 150px;
}
.img-product p{
	padding: 10px 5px; 
	background-color: #e6e6e6; 
	border-bottom: 2px solid black;
}
	
	

/* ----------------------------------------------------------------------- 
	News 
	----------------------------------------------------------------------- */
.img-news{
	border-top: 2px solid #e1710b;
	border-bottom: 2px solid black;
}
.divider{
	border-top: 1px solid #d4d4d4;
	height: 50px;
	margin-top: 20px;
}


/* ----------------------------------------------------------------------- 
	Contact 
	----------------------------------------------------------------------- */
.btn-submit{
	border: none;
    background: url('../images/bg_button_submit.png') right 0 no-repeat;
    min-width: 50px;
    height: 32px;
    line-height: 32px;
    padding: 0 25px 2px 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    margin-left: 15px;
}

/* ----------------------------------------------------------------------- 
	Coockie 
	----------------------------------------------------------------------- */
#cookie-box{
	padding: 30px 60px 60px 60px;
	margin-bottom: 50px;
}
#cookie-message{
	background-color: rgba(225, 115, 11, 0.95);
	z-index: 9999;
	position: fixed;
    bottom: 0;
    width: 100%; 
}
.cookie-p a{
	color: white;
}
.cookie-p{
	font-size: 13px; 
	margin-top: 10px;
	color: #373B3B;
	width: 95%;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}
#cookie-chiudi{
	font-size: 13px;
	margin-top: 13px;
	margin-bottom: 15px;
	cursor: pointer;
}



/* ----------------------------------------------------------------------- 
	Mobile & Tablet
	----------------------------------------------------------------------- */
@media only screen and (min-width: 1025px){
	.boxed{
		overflow: hidden;
		max-width: 1100px;
		padding: 10px 0px;
		padding-bottom: 0px;
	}
	.inner-boxed{
		overflow: hidden;
		max-width: 1100px;
		padding: 10px 120px;
	}
	.logo{
		width: 100%;
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.boxed{
		overflow: hidden;
		max-width: 768px;
		padding: 10px 0px;
		padding-bottom: 0px;
	}
	.inner-boxed{
		overflow: hidden;
		max-width: 99%;
	}
	.position{
		width: 100%;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.logo{
		width: 100%;
		margin-top: 20px;
		margin-left: 10px;
	}
	.position{
		width: 100%;
		margin-bottom: 70px;
	}
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
	.logo{
		width: 145px;
		margin-top: 0px;
		margin-left: 10px;
	}
	.position{
		width: 100%;
		margin-bottom: 60px;
	}
}