﻿@charset "UTF-8";

/*-------------------
	FONT
	Helvetica(psd) = Muli => font-family: 'Muli', sans-serif;
	Myriad Pro = Molengo => font-family: 'Molengo', sans-serif;
	Per menu => font-family: 'Roboto Condensed', sans-serif;
--------------------*/

* {
	margin: 0;
	padding: 0;
}

a, a:visited{
	color: #444444;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body, .page{
	background-color: #eeeeee;
	font-family: 'Molengo', sans-serif;
}

.clear{
	clear: both;
}

.container{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

header{
	width: 100%;
	height: 80px;
	background: url(../images/bg_header.gif) repeat-x;
}

nav{
	height: 80px;
	position: relative;
}

nav a.linkLogo{
	display: block;
	position:relative;
	z-index:10; 	
	font-size: 0;
	max-width: 188px;
	float: left;
}

.boxMenu{
	float: left;
	max-width: 1012px;
	width: 100%;
}

.primaryMenu{
	float: left;
	height:40px;
}

.primaryMenu ul{
	list-style: none;
	/*margin-left: 18px;*/
}
.ms-core-listMenu-horizontalBox>ul>li.static>a.ms-core-listMenu-item {
	border:none;
}
.primaryMenu ul ul{
	position: absolute;
	top: 40px;
	margin-left: 0;
	z-index: 101;
	background: url(../images/bg_tendina.png) repeat;
	border:none;
	/*display: none;*/
}

.primaryMenu ul ul li a, .primaryMenu ul > li > span.static.dynamic-children{
	padding: 5px 15px;
	line-height: 20px;
	height:auto;
}

.primaryMenu ul.root > li > span.static.dynamic-children {
	display: inline-block;
	color: #999999 !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 40px;
	padding:0 25px;
	text-decoration: none;
	height: 40px;
	text-transform: uppercase;	
}

.primaryMenu.ms-core-listMenu-horizontalBox ul.root > li:first-child .ms-core-listMenu-item {
	margin-right:0;
	border:0;
}

.primaryMenu.ms-core-listMenu-horizontalBox ul.root > li:first-child .additional-background.dynamic-children {
	padding-right:1px;
	background-image:none;
}

.primaryMenu ul li{
	float: left;
	position: relative;
}
.primaryMenu ul ul li{
	clear:both;
}

.primaryMenu ul li a#company{
	width: 77px;
	padding-left: 35px;
	padding-right: 15px;
}

.primaryMenu ul li a#careers{
	width: 90px;
}

.primaryMenu ul li a#company:hover{
	background: url(../images/bg_company_hover.gif) no-repeat;
	color: #ffffff;
	padding-left: 35px;
	padding-right: 15px;
}

.primaryMenu ul li a:hover{
	color: #ffffff !important;
}

.primaryMenu ul li a {
	display: inline-block;
	color: #999999 !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 40px;
	padding:0 25px;
	text-decoration: none;
	height: 40px;
	text-transform: uppercase;
}

.primaryMenu ul li a span.arrow, .primaryMenu.ms-core-listMenu-horizontalBox ul.root > li:first-child > span span.arrow{
	font-size: 10px;
	line-height: 40px;
	padding-left:5px;
}

.primaryMenu.ms-core-listMenu-horizontalBox ul.root > li:first-child > span span.arrow {
	padding-right:15px;
}

#rightMenu{
	float: right;
}

#rightMenu ul{
	list-style: none;
}

#rightMenu ul li{
	float: left;
}

#rightMenu ul li a, .secondMenu ul li a, .subSecondMenu ul li a{
	display: inline-block;
	height: 40px;
}

#rightMenu ul li.choseLang{
	position: relative;
}

#rightMenu ul li.choseLang a{
	width: 30px;
	background-color: #999999;
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#rightMenu ul li.choseLang a.active{
	background-color: #ffffff;
}

#rightMenu ul li.choseLang ul{
	position: absolute;
	top: 40px;
	z-index: 101;
	background-color: #ffffff;
	display: none;
}

#rightMenu ul li.choseLang ul li{
	width: 80px;
	padding-left: 10px;
}

#rightMenu ul li.choseLang ul li a{
	background-color: #ffffff;
	line-height: 30px;
	height: auto;
	width:auto;
}

#rightMenu ul li.choseLang ul li a:hover, .subSecondMenu ul li a:hover, .secondMenu ul ul li a:hover{
	color: #E90000;
}

#rightMenu ul li.btnSearch{
	height: 40px;
}

#rightMenu ul li.btnSearch a{
	width: 70px;
	font-size: 0;
	height: 40px;
	background: url(../images/ico_search.png) no-repeat 50% 50%;
}
#rightMenu ul li.btnSearch a:hover{
	background: url(../images/ico_search_hover.gif) no-repeat 50% 50%;
}

#rightMenu ul li.btnSearch a img{
	display: block;
	margin: 11px auto;
}

.btnMobileMenu{
	display: none;
}

.secondMenu{
	clear: both;
	height: 40px;
	position: relative;
	background-color: #f5f5f5;
	display:block;
}
/***new style subSecondMenu***/
.secondMenu ul li.hover, .secondMenu ul li.hover-off {
	position:static;
}
.secondMenu ul li>div {
	position:absolute;
	left:0px;
	width:100%;
	display:none;
}
.secondMenu ul li.show>div {
	display:block;
}
.secondMenu ul li>div>div {
float:right;
}
/**end new style subSecondMenu***/
/*.subSecondMenu ul, .secondMenu ul ul{
	list-style: none;
	float: right;
	margin-right: 15px;
}*/

.secondMenu ul{
	list-style: none;
	float: right;
}

.secondMenu ul li{
	float: left;
}

.secondMenu ul li>a{
	line-height: 40px;
	font-size: 16px;
	color: #000000 !important;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	margin-right: 30px;
	text-transform: uppercase;
}

.secondMenu ul>li>a:hover, .secondMenu ul>li>a.selected{
	color: #e90000 !important;
	border-top: 2px solid #e90000 !important;
	margin-top: -2px;
}
.secondMenu div.dynamic>a {
	color:#fff;
}
.secondMenu div.dynamic>a:hover {
	color:#e90000 !important
}
/*.subSecondMenu, #subAuto, #subMoto, #subVan, #subRacing{
	display: none;
}*/

/*.subSecondMenu, */.secondMenu ul>li>div{
	position: absolute;
	height: 40px;
	top: 40px;
	z-index: 100;
	width: 100%;
	background: url(../images/bg_submenu.png) repeat;
	/*padding-left:188px;*/
	margin-left:-188px;
/*	display: none;*/
}

/*.subSecondMenu ul li, .secondMenu ul>li>div>div{
	float: left;
}*/

/*.subSecondMenu ul li a, */.secondMenu ul>li>div>div a{
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0 15px;
	text-transform: uppercase;

}


/* SLIDER */

.bx-wrapper{
	margin: 0 auto;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	width: 8px;
	height: 8px;
	border: 2px solid #d3d3d3;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none repeat scroll 0% 0% #d3d3d3;
}


/*-------------------------------------
	FOOTER
--------------------------------------*/

footer{
	height: 100px;
	width: 100%;
	background-color: #000000;
}

footer .datiSocietari{
	margin-left: 40px;
	height: 49px;
	float: left;
	width: auto;
}

footer .datiSocietari p, footer .linkMenu p{
	font-family: 'Muli', sans-serif;
	color: #ffffff;
	line-height: 49px;
	font-weight: 300;
	font-size: 14px;
}

footer .datiSocietari p b{
	color: #e90000;
	font-weight: bold;
	font-size: 15px;
}

footer .datiSocietari p span, footer .linkMenu p span{
	color: #e90000;
}

footer .linkMenu{
	margin-right: 40px;
	height: 49px;
	float: right;
	width: auto;
}

footer .linkMenu p a, footer .linkMenu p a:visited, footer .datiSocietari p a, footer .datiSocietari p a:visited{
	color: #ffffff;
	text-decoration: none;
}

footer .linkMenu p a:hover, footer .datiSocietari p a:hover{
	text-decoration: underline;
}

footer .redSeparator{
	height: 1px;
	max-width: 1120px;
	width: 100%;
	margin: 0 40px;
	background-color: #fe0000;
}

footer .brandSite{
	margin-left: 40px;
	height: 50px;
	float: left;
	width: auto;
}

footer .brandSite a{
	display: inline-block;
	margin-right: 10px;
	font-size: 0;
}

footer .followUs{
	margin-right: 40px;
	height: 50px;
	float: right;
	width: auto;
}

footer .followUs p{
	font-family: 'Molengo', sans-serif;
	color: #ffffff;
	line-height: 49px;
	font-weight: 300;
	font-size: 14px;
	float: left;
	margin-right: 20px;
}

footer .followUs .listSocial{
	float: left;
}

footer .followUs .listSocial a{
	display: inline-block;
	margin-top: 10px;
	margin-right: 2px;
}


/*-------------------
	MOBILE MENU
--------------------*/

.redLineMenu{
	background-color: #e90000;
	border: none;
	margin: 0 30px;
	height: 2px;
}

.cd-main-content {
	/* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
	position: relative;
	z-index: 2;
	margin-top: 80px;
	/* Force Hardware Acceleration in WebKit */
	/*-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;*/
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
	/* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}


header.lateral-menu-is-open {
	/* translate to show the lateral menu */
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
header.is-fixed {
	position: fixed;
}

footer {
	z-index: 3;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
footer.lateral-menu-is-open {
	/* translate to show the lateral menu */
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}


.no-touch #cd-top-nav a:hover {
	color: rgba(255, 255, 255, 0.7);
}

#cd-menu-trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
}
#cd-menu-trigger .cd-menu-text {
	height: 100%;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	display: none;
}
#cd-menu-trigger .cd-menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #e90000;
	/* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
	bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
	top: 5px;
}
#cd-menu-trigger.is-clicked{
	background-color: #e90000;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
	background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
	background-color: white;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#cd-lateral-nav {
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	visibility: hidden;
	/* the secondary navigation is covered by the main element */
	z-index: 1;
	width: 260px;
	background-color: #000000;
	overflow-y: auto;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
	transition: transform .4s 0s, visibility 0s .4s;
	/* this creates the subtle slide in animation of the navigation */
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}
#cd-lateral-nav .cd-navigation {
	margin: 10px 0 16px;
}
#cd-lateral-nav .sub-menu {
	display: none;
	background-color: #757575;
	position:relative;
	left:0px !important;
	top:0px !important;
	width:100% !important;
	border:none;
}

#cd-lateral-nav .sub-menu li{
	padding-left: 15px;
}
#cd-lateral-nav .sub-menu li a{
	text-transform:uppercase;
}
#cd-lateral-nav .sub-menu li a:hover {
	background-color:transparent;
	color:#FFF;
}
#cd-lateral-nav a, #cd-lateral-nav ul.root > li:first-child > span {
	display: block;
	line-height: 2em;
	padding: 0 16px 0 32px;
	color: #d7d7d7;
	text-decoration: none;
}
#cd-lateral-nav a.current, #cd-lateral-nav a.current:hover {
	color: #e90000 !important;
}
.no-touch #cd-lateral-nav a:hover, #cd-lateral-nav ul.root > li:first-child > span:hover {
	color: #ffffff;
}

#cd-lateral-nav.lateral-menu-is-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
	transition: transform .4s 0s, visibility 0s 0s;
	/* smooth the scrolling on touch devices - webkit browsers */
	-webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu    */
#cd-lateral-nav .item-has-children > a, #cd-lateral-nav .item-has-children > span {
	position: relative;
	text-transform: uppercase;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	text-decoration: none;
	/* this is the right arrow to show that the item has a submenu  */
}

#cd-lateral-nav .ms-core-listMenu-verticalBox .additional-background.dynamic-children {
	padding-right:0;
	background-image:none;
}

#cd-lateral-nav .item-has-children > a::after, #cd-lateral-nav .item-has-children > span::after {
	content: '';
	display: block;
	height: 10px;
	width: 5px;
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1em;
	background: url("../images/cd-arrow.png") no-repeat center center;
	background-size: 8px 11px;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#cd-lateral-nav .item-has-children > a.submenu-open{
	background-color: #212121;
}

#cd-lateral-nav .item-has-children > a.submenu-open::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}


/* SEARCH */

.box-x{
	width: 70px;
	height: 50px;
	position: absolute;
	right: 0;
	top: -85px;
}

.onOverlay{
	width: 70px;
	height: 50px;
}

.cd-search-trigger{
	position: relative;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	/* hide text */
	color: transparent;
	z-index: 111 !important;
}

#rightMenu ul li.btnSearch a.cd-search-trigger.search-is-visible{
	background: none;
}

.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #ffffff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background: url(../images/bg_tendina.png) repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  z-index: 109;
}

#searchSite button{
	display: inline-block;
	width: 150px;
	height: 50px;
	float: left;
	color: #ffffff;
	line-height: 50px;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	background-color: #cccccc;
	border: none;
}


.cd-search {
	position: absolute;
	height: 50px;
	width: 100%;
	top: 80px;
	left: 0;
	z-index: 110;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search form {
	height: 50px;
	width: 100%;
}
.cd-search input {
	border-radius: 0;
	border: none;
	background: #ffffff;
	height: 100%;
	max-width: 1050px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 25px;
	box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	float: left;
	font-size: 18px;
	font-family: 'Molengo', sans-serif;
}
.cd-search input:focus {
	outline: none;
}
.cd-search.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
	position: fixed;
}
/*-------------------------------
	HIGHLIGHT
-------------------------------*/
#slider_highligt li a .boxTitleSlider{
top: 8%;
left: 3%;
max-height: 400px;
height: 100%;
max-width: 50%;
}
#slider_highligt li a .boxTitleSlider .subTitle{
text-transform: uppercase;
color: #ffffff;
font-size: 30px;
margin-bottom: 60px;
}
#slider_highligt li a .boxTitleSlider .titleSlide{
text-transform: uppercase;
color: #FA0203;
font-weight: bold;
height: auto;
margin-bottom: 20px;
}
#slider_highligt li a .boxTitleSlider .simpleText{
text-transform: uppercase;
color: #ffffff;
margin-bottom: 15px;
min-height: 100px;
font-size: 25px;
}
@media screen and (max-width: 480px){
#slider_highligt li a .boxTitleSlider .subTitle{
font-size: 12px;
margin-bottom: 5px;
}
#slider_highligt li a .boxTitleSlider .titleSlide{
background-image: none;
padding: 0;
font-size: 18px;
margin-bottom: 0.5em;
}
#slider_highligt li a .boxTitleSlider .simpleText{
font-size: 13px;
min-height: auto;
}
#slider_highligt li a .boxTitleSlider .btn_red {
line-height: 25px;
height: 25px;
}
}
@media screen and (min-width: 481px) and (max-width: 767px){
#slider_highligt li a .boxTitleSlider .subTitle{
font-size: 16px;
margin-bottom: 10px;
}
#slider_highligt li a .boxTitleSlider .titleSlide{
background-image: none;
padding: 0;
font-size: 30px;
margin-bottom: 0.5em;
}
#slider_highligt li a .boxTitleSlider .simpleText{
font-size: 16px;
min-height: 50px;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
#slider_highligt li a .boxTitleSlider .subTitle{
margin-bottom: 10px;
font-size: 23px;
}
#slider_highligt li a .boxTitleSlider .titleSlide{
margin-bottom: 10px;
font-size: 40px;
}
#slider_highligt li a .boxTitleSlider .simpleText{
font-size: 21px;
min-height: 50px;
}
}

/*-------------------------------
	MEDIA SCREEN
-------------------------------*/

@media screen and (max-width: 767px){
	.primaryMenu, .secondMenu{
		display: none;
	}

	.cd-main-content {
		margin-top: 50px;
	}

	.btnMobileMenu{
		display: block;
		width: 50px;
		height: 50px;
	}

	header{
		height: 50px;
		background: #000000;
	}

	nav a.linkLogo, nav a.linkLogo img, nav{
		height: 50px;
	}

	#searchSite input{
		float: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0 5%;
	}

	#searchSite button{
		float: none;
		display: block;
		margin: 20px auto;
	}

	.cd-search{
		top: 50px;
	}

	.boxMenu{
		max-width: 200px;
		float: right;
	}

	#rightMenu ul li.choseLang ul{
		top: 50px;
	}

	#rightMenu ul li a, .secondMenu ul li a, .subSecondMenu ul li a{
		height: 50px;
	}

	#rightMenu ul li.choseLang a {
		line-height: 50px;
		width: 35px;
	}

	#rightMenu ul li.btnSearch a{
		width: 50px;
		height: 50px;
	}

	footer{
		height: auto;
		padding-top: 20px;
	}

	footer .datiSocietari, footer .linkMenu, footer .brandSite, footer .followUs{
		height: auto;
		margin: 0;
		float: none;
	}

	footer .datiSocietari p, footer .linkMenu p{
		font-size: 12px;
		text-align: center;
		line-height: 30px;
	}

	footer .datiSocietari p b{
		font-size: 14px;
	}

	footer .redSeparator{
		max-width: 100%;
		margin: 20px 0;
	}

	footer .brandSite{
		width: 260px;
		margin: 0 auto;
	}

	footer .brandSite a{
		margin-right: 50px;
	}

	footer .brandSite a.brandPari{
		margin-right: 0;
		margin-left: 50px;
	}
	footer .followUs{
		padding-bottom: 20px;
	}

	footer .followUs .listSocial{
		float: none;
		width: 260px;
		margin: 0 auto;
	}

	footer .followUs p{
		float: none;
		width: 100%;
		text-align: center;
	}

	footer .followUs .listSocial a{
		margin-top: 0;
		font-size: 0;
	}

	#rightMenu ul li.choseLang{
		position: static;
	}

	#rightMenu ul li.choseLang ul{
		left: 0;
	}

	#rightMenu ul li.choseLang ul li {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-width: 320px;
		width: 100%;
	}
	#rightMenu ul li.choseLang ul li a {
		line-height: 40px;
		width: 100%;
	}

	.bx-wrapper{
		margin-bottom: 30px;
	}

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	    bottom: -27px;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {
    	width: 5px;
    	height: 5px;
	}

	.box-x{
		width: 50px;
		height: 50px;
		position: absolute;
		right: 50px;
		top: -50px;
	}

	.onOverlay{
		width: 50px;
		height: 50px;
	}

}

@media screen and (min-width: 640px) and (max-width: 767px){
	footer{
		height: 200px;
	}

	footer .datiSocietari {
    	margin-left: 20px;
    	height: 49px;
    	float: left;
    	width: auto;
	}

	footer .linkMenu {
	    margin-right: 20px;
	    height: 49px;
	    float: right;
	    width: auto;
	}

	footer .brandSite {
	    margin: 0 auto;
	    height: 50px;
	    float: none;
	    width: 360px;
	}

	footer .brandSite a.brandPari, footer .brandSite a{
		margin: 0;
	}

	footer .followUs {
	    margin: 0 auto;
	    height: 50px;
	    float: none;
	    width: 330px;
	}

	footer .followUs p{
		float: left;
		width: auto;
		text-align: left;
	}

	footer .followUs .listSocial{
		float: left;
		width: auto;
		margin: 0;
	}
}


@media screen and (min-width: 768px) and (max-width: 1200px){
	.boxMenu{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		padding-left: 188px;
		max-width: 100%;
	}

	footer .redSeparator{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 2%;
		width: 96%;
		max-width: 100%;
	}

	.cd-search input{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 87.5%;
	}

	.cd-search button{
		max-width: 150px;
		width: 12.5% !important;
	}

	footer .followUs p{
		margin-right: 10px;
	}

	footer .followUs, footer .linkMenu{
		margin-right: 20px;
	}

	footer .brandSite, footer .datiSocietari{
		margin-left: 20px;
	}

	footer .brandSite a{
		margin-right: 5px;
	}

}
/*
@media screen and (min-width: 640px) and (max-width: 860px){
	footer{
		height: auto;
		padding-bottom: 20px;
		padding-top: 10px; 
	}

	footer .datiSocietari, footer .linkMenu, footer .brandSite{
		height: auto;
		margin: 0 auto;
		float: none;
		width: 430px;
	}

	footer .followUs{
		height: 40px;
		margin: 0 auto;
		float: none;
		width: 350px;
	}

	footer .datiSocietari p, footer .linkMenu p{
		text-align: center;
	}

	.subSecondMenu{
		height: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 693px){
	.primaryMenu ul{
		margin-left: 0;
	}

	#rightMenu ul li.btnSearch a{
		width: 34px;
	}

	#rightMenu ul li.choseLang{
		position: static;
	}

	#rightMenu ul li.choseLang ul{
		left: 188px;
	}

	#rightMenu ul li.choseLang ul li {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-width: 320px;
		width: 100%;
	}
	#rightMenu ul li.choseLang ul li a {
		line-height: 40px;
		width: 100%;
	}
}*/