@charset "utf-8";

/*----------------- General Setup -----------------*/

*{
	margin: 0;
	padding: 0;
}

body {
	background-image: url(bg.jpg); 
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	  background-color: #000;
}

a {
	text-decoration:none;
	color: inherit;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
    border-image: none!important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {

  display: block;
}

a:focus , a:link, a:active {
	outline:none;
    border: none!important;
}

a:visited {
	border-image: inherit;
}

a:hover {
	color: #E9212D;
    border: none!important;
}

a figure{
    border: none!important;
}

form input, form textarea{
	font-family: 'dosisbook';
	font-size: 12px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.bold{
	font-family: 'dosisbold';
}

/* Body */

section#wrap {
	position: relative;
	width: 960px;
	height: auto;
	margin: 50px auto 50px auto;
	padding: 0;
}

.border{
	border: 1px solid #fff;
}

.fill{
	background-color: white;
}

.space{
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
}

.space_min{
	width: 100%;
	height: 15px;
	display: block;
	clear: both;
}

hgroup {
	margin: 30px 0 30px 0;
	padding: 0;
	text-align: left;
}

/*----------------- Header -----------------*/

header#main{
	display: grid;
    grid-template-columns: 15px 340px auto 340px 20px;
	grid-template-rows: 25px 95px 30px;
	height: 150px;
	 /*---background-color: #000; ust banner kısmı ---*/
}

header#main section#left{
	grid-column: 2;
    grid-row: 2;
}

header#main section#right{
	display: grid;
    grid-column: 4;
    grid-row: 2;
    padding-top: 10px;
    grid-template-columns: 188px auto 81px;
	font-family: 'dosisbook';
	font-size: 14px;
	color: black;
}

header#main section#right .contacts{
    grid-row: 1;
    grid-column: 1;
}

header#main section#right .languages{
	grid-column: 3;
    grid-row: 1;
}

header#main .social{
	grid-row: 3;
    grid-column: 4;
    justify-self: end;
}

header#main .social .social-item{
    width: 30px;
    height: 30px;
    float: right;
	margin-left: 10px;
	border-radius: 3px;
}
.fill header#main .social .social-item a:hover, header#main .social .social-item a{
	display: block;
    overflow: hidden;
	text-indent: 31px;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-color: #1c1c1c;/* --- #1c1c1c   ---*/
	background-repeat: no-repeat;
	color: #1c1c1c;
}

.fill header#main .social .social-item a, header#main .social .social-item a:hover{
	background-color: white;
	color: #1c1c1c;
}

.fill header#main .social .social-item .linkedin, header#main .social .social-item .linkedin:hover{
	background-image: url('icon_in.png');
}

.fill header#main .social .social-item .linkedin:hover, header#main .social .social-item .linkedin{
	background-image: url('icon_in_white.png');
}

.fill header#main .social .social-item .instagram, header#main .social .social-item .instagram:hover{
	background-image: url('icon_ig.png');
}

.fill header#main .social .social-item .instagram:hover, header#main .social .social-item .instagram{
	background-image: url('icon_ig_white.png');
}

.fill header#main .social .social-item .facebook, header#main .social .social-item .facebook:hover{
	background-image: url('icon_fb.png');
}

.fill header#main .social .social-item .facebook:hover, header#main .social .social-item .facebook{
	background-image: url('icon_fb_white.png');
}

.home header#main section#right{
	color: white;
}

/*----------------- Nav -----------------*/

nav#main{
	grid-template-columns: 15px 340px auto 340px 20px;
	grid-template-rows: 25px 95px 30px;
	height: 70px;
	background-color: #1c1c1c;
	margin: auto;
}

nav#main p{
	display: block;
	width: auto;
	padding: 0 25px 0 25px;
	font-size: 18px;
	font-family: 'dosismedium';
	color: #fff;
	float: left;
	line-height: 70px;
}

nav#main ul#nav {
	margin-left: 25px;
	padding:0;
	list-style:none;
	float: left;
}

nav#main ul#nav li {
	float:left;
	display:inline-block;
	width:auto;
	position:relative;
	z-index:2;
	font-family: 'dosisbook';
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background-color: #1c1c1c;
	padding-top:  28px;
}

nav#main ul#nav li a {
	display:block;
	padding: 0;
	margin-right: 30px;
	height:auto;
	text-decoration:none;
	color:#FFF;
	font-family: 'dosismedium';
	text-transform: uppercase;
	font-size: 14px;
}
nav#main ul#nav li a:hover {
	color: #E9212D;
}
nav#main ul#nav a.selected {
	color: #E9212D;
}

/*
#RED COLOR FOR CURRENT LANGUAGE
.language.selected {
	color: #E9212D;
}
*/
.language-list li {
	display: inline-block;
	height: 13px;
}

.language-list li a {
	color: transparent;
	letter-spacing: 6px;
}

.language-list .it {
	background: url('ita.png') 0 -4px no-repeat;
	width: 36px;
	height: 26px;
}

.language-list .en {
	background: url('eng.png') 0 -4px no-repeat;
	width: 36px;
	height: 26px;
}

nav#main ul#subnav {
	position:absolute;
	left:0;
	display:none;
	padding:0;
	list-style:none;
}


nav#main ul#subnav li a {
	width:200px;
	height: 30px;
	display:block;
	font-family: 'dosisbook';
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 10px;
}

/*----------------- Form ricerca -----------------*/

nav#main section#search{
	width: auto;
	height: auto;
	float: right;
	position: relative;
        margin-top: -45px;
}

nav#main section#search input.search{
	background-color:#fff;
	width:100px;
	font-family: Arial;
	font-size: 12px;
	color: #58595B;
	line-height: 28px;
	border: 1px solid #919394;
	height: 30px;
	position: relative;
	float: right;
	margin:20px 0 auto auto;
	/*
	-webkit-transition:width 0.5s linear;
    -moz-transition:width 0.5s linear;
    -o-transition:width 0.5s linear;
    transition:width 0.5s linear;
    */
    -webkit-box-shadow: inset 1px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 1px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: inset 1px 2px 5px 0px rgba(0,0,0,0.5);
    padding-left: 5px;
}

nav#main section#search label.search{
	background-image: url(icon-search.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 37px;
	height: 30px;
	position: relative;
	float: right;
	margin: 20px 30px 0 0;
	border: 1px solid #E9212D;
	/*background-image: url(../images/icon-search.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width:37px;
	height: 28px;
	position: relative;
	float: right;
	margin:20px 30px auto auto;
	border: 1px solid #919394;*/
}

nav#main section#search input.search:focus{
	/*width:200px;*/
	outline: none;
}

/*----------------- Slider Content -----------------*/

article#sliders{
	width: 900px;
	height: 434px;
	display: block;
	position: relative;
	margin: 0 auto 0 20px;
	padding: 0;
        background-color:#fff;
}

.flex-caption{
	background-color: rgba(28,28,28, 0.6);
}

.slider-title, .slider-text{
	color: #fff;
	font-family: 'dosisbook';
	text-transform: uppercase;
}

.slider-title{
	line-height: 33px;
}
/*----------------- Aside Home -----------------*/

#home{
	width: 920px;
	height: auto;
	display: block;
	margin: auto;
}

#home #content_list {
	width: auto;
	height: auto;
	display: block;
	margin: 0;
	float: left;
	text-transform: uppercase;
	color: #fff;
}

#home #content_list ul li{
	width: 172px;
	height: auto;
	display: block;
	border: 1px solid #919394;
	background-color: #656363;
	font-family: 'dosismedium';
	font-size: 12px;
	line-height: 28px;
	padding-left: 10px;
}

#home #content_list ul a li{
	width: 162px;
	background-color: #1c1c1c;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	border-top: none;
	border: 1px solid #919394;
	padding-left: 20px;
}

#home #content_list ul a:hover li{
	background-color: #656363;
	color: #fff;
}

#home #content_list ul a li:first-child{
	border: 1px solid #919394;
	border-bottom: none;
	border-top: none;
}

#home #content_list ul a li:last-child{
	border: 1px solid #919394;
	border-top: none;
}

#home:last-child{
	margin-right: 0px !important;
}

.last{
    	margin-right: 0px !important;
}

#home #content_list ul figure#icon, .headerList #icon{
	width: 30px;
	height: 28px;
	float:right;
	margin: 0;
	padding: 0;
	display: block;
}

.headerList #icon{
	float:left;
	margin-left: 10px;
	margin-right: 10px;
}

.auto{ background-image: url(icon-car.jpg); background-repeat: no-repeat; background-position: center center;}
.agri{ background-image: url(icon-agri.jpg); background-repeat: no-repeat; background-position: center center;}
.ind{ background-image: url(icon-ind.jpg); background-repeat: no-repeat; background-position: center center;}
.spec{ background-image: url(icon-spec.jpg); background-repeat: no-repeat; background-position: center center;}
.bq{ background-image: url(icon-bq.jpg); background-repeat: no-repeat; background-position: center center;}

/********** menu  ********/

.sectionItem,.subsectionMenuItem{
    background-color: white !important;
    display: block;
}

.sectionItem:hover,.subsectionMenuItem:hover{
    background-color: #e1e1e1 !important;
    display: block;
}
.sectionItem.selected,.subsectionMenuItem.selected{
    background-color: #e1e1e1 !important;
    display: block;
}

aside#main{
	width: 220px !important;
	height: auto;
	float: left;
	padding-left: 20px;
}

aside#main ul.accordion{
	width: 184px !important;
	height: auto;
	display: block;
	margin: 10px 0 0 0;
	text-transform: uppercase;
        text-align: left;
	color: #000;
}


aside#main ul.accordion li.dcjq-parent-li{
    	width: 182px !important;
	font-family: 'dosismedium';
	font-size: 10px;
	line-height: 28px;
        text-align: left;
        text-indent: 10px;
}

aside#main ul li ul li.subsectionMenuElement{
	width: 182px !important;
	height: auto;
	display: block;
	font-family: 'dosisbook';
	font-size: 10px;
	line-height: 28px;
        border-top: 1px solid #919394;
        text-indent: 0;
}

.subsectionItemText{
        padding-left: 20px;
}

.dcjq-parent-li{
	border: 1px solid #919394;
        margin-bottom:10px;
}

aside#main ul #icon{
	width: 30px !important;
	height: 28px;
	float:right;
	padding: 0;
	left: 0;
        position:relative;
      	display: block;
}

/*----------------- Article Main -----------------*/

article#main{
	width: 679px;
	height: auto;
	float: left;
	padding:0 20px 0 20px;
	border-left: 1px solid #919394;
	
}

article#main figure#vetrina{
	width: 680px;
	height: 100px;
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	background-color: aqua;
}

article#main figure#product{
	width: 680px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	position: relative;
}

/*----------------- Form Checkbox -----------------*/

article#main section#select{
	width: 100%;
	height: auto;
	min-height: 130px;
	float: left;

}

article#main section#select aside#check{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'dosisbook';
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	color: white;
	margin-top: 2px;
}

article#main section#select aside#check section#filterDescription{
        width:auto;
        max-width: 160px;
        float: left;
}

article#main section#select aside#check section#gray{
	width: 28px;
	height: auto;
	float: right;
}

article#main section#select aside#check section#gray section#selector{
	width: 17px;
	height: 17px;
	background-color: #d3d2d2;
	border: 1px solid #fff;
	margin: 5px;
	position: relative;

}

article#main section#select aside#check section#gray a section#selector{
	-webkit-transition:background-color 0.2s linear;
    -moz-transition:background-color 0.2s linear;
    -o-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear;
}

.downloadLink{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'dosisbook';
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	color: red;
	margin-top: 2px;
}

/*********** removed Fabrizio ******

HOVER on iPad and iPhone cause strange effect.
In particular if you click on a check of a filter
and then deselect it you get that the filter REMAIN selected.
So remove hover so filters behave like normal check (even if they are <a href>)

article#main section#select aside#check section#gray a:hover section#selector{
	background-color: #423f3f;
}

*********************/

/****added Fabrizio****/
article#main section#select aside#check section#gray a.selected section#selector{
	background-color: #423f3f;
}

article#main section#select aside#check section#gray section#current{
	background-color: #423f3f;
}



article#main section#select aside#check section#product_download, .downloadArea a aside section{
	width: 28px;
	height: 28px;
	background-image: url(icon-download.jpg);
	position: relative;
	float: right;
}

.downloadArea{
	margin-top: 30px;
}

.downloadArea hgroup{
	margin: 0;
	margin-bottom: 10px;
}

.downloadArea a aside{
	display: inline-block;
	float: left;
	margin: 0;
	margin-left: 10px;
}

/*----------------- Reserch Results -----------------*/

article#main section#select .headerList{
	width: 680px;
	min-height: 28px;
	background-color: #808080;	
	float: left;
	padding: 0;
}

article#main section#select .headerList p{
	font-family: Arial;
    font-size: 11px;
    color: white;
    margin: 0;
    margin-top: 2px;
    vertical-align: middle;
    position: relative;
}

article#main section#select aside#result{
	width: 680px;
	height: auto;
	border-top: 1px solid #919394;
	border-bottom: 1px solid #919394;
	float: left;
	padding: 0;
}

article#main section#select aside#result:first-child{
	border-top: 1px solid #919394;
	border-bottom: none;
}

article#main section#select aside#result:last-child{
	border-top: none;
	border-bottom: 1px solid #919394;
}

article#main section#select a aside#result{
	background-color: #f0efef;
	-webkit-transition:background-color 0.2s linear;
    -moz-transition:background-color 0.2s linear;
    -o-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear;
}

article#main section#select a:hover aside#result{
	background-color: #d3d2d2;
}

article#main section#select aside#result section#figure_container{
	width: 100px;
	height: auto;
	padding: 10px;
	float: left;
}

article#main section#select aside#result section#figure_container figure#image{
	width: 100px;
	height: 100px;
	border: 1px solid #919394;
	position: relative;
}

article#main section#select aside#result section#text_container{
	width: 530px;
	height: auto;
	padding: 10px;
	float: right;
}

article#main section#select aside#result section#text_container hgroup#result{
	margin: 10px auto 10px 0;
	text-transform: uppercase;
}

article#main section#select aside#result section#text_container hgroup#result h3{
	font-family: 'dosisbook';
	font-size: 15px;
	padding: 0;

}

article#main section#select aside#result p{
	margin: 0px;
	padding: 0 15px 0 15px;
	font-size: 11px;
}

/*----------------- Footer -----------------*/

footer#main {
	width: 100%;
	height: auto;
	background-color: #2d2d2d;
	clear: both;
	float: left;
}

footer#main section#left{
	width: 300px;
	height: auto;
	margin: 25px;
	float: left;
}

footer#main section#left p{
	font-family: 'dosisbook';
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
}

footer#main section#left p:first-line{
	color: #97999c;
}


footer#main section#right{
	width: 300px;
	height: auto;
	margin: 25px;
	float: right;
}

footer#main section#right p{
	font-family: 'dosisbook';
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
}

footer#main section#both{
	width: 100%;
	height: 50px;
	background-color: #1c1c1c;
	clear: both;
	float: right;
}

footer#main section#both ul{
	width: 100%;
	height: auto;
	line-height: 50px;
}

footer#main section#both ul li{
	display: inline-block;
	font-family: 'dosismedium';
	font-size: 10px;
	color: #979797;
	padding-right: 20px;
	float: right;
}

footer#main section#both ul li a:hover{
	color: #5f5f5f;
}

footer#main section#both ul li.current-menu-item a {
	text-decoration:none;
	color: #5f5f5f;
}

footer#main section#both ul li.current-menu-item a:hover {
	text-decoration:none
}

/**upload***/

.bar {
    height: 18px;
    background: green;
}

/*****form CV******/

#standardContent fieldset#login {
	width: 200px;
	height: auto;
	display: block;
	margin: 50px auto 50px auto;
}

#standardContent fieldset#login form.clientii {
	float: left;
	margin: 0 20px 25px 0;
}

#standardContent fieldset#login input.cliente {
	background-color:#fff;
	width:180px;
	font-family: Arial;
	font-size: 12px;
	color: #58595B;
	line-height: 28px;
	border: 1px solid #919394;
	height: 28px;
	float: left;
	padding: 0 10px 0 10px;
	outline: none;
    -webkit-box-shadow: inset 1px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 1px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: inset 1px 2px 5px 0px rgba(0,0,0,0.5);
}

#standardContent fieldset#login label.client {
	width:auto;
	height: 28px;
	float: left;
	margin:20px 20px 0 0;
	font-family: 'dosismedium';
}

.bottone{
	background-color: #E9212D;
	color: white !important;
	width:100px;
	font-family: Arial;
	font-size: 12px;
	color: #58595B;
	line-height: 28px;
	border: 1px solid #919394;
	height: 28px;
	padding: 0 10px 0 10px;
	outline: none;
	margin-top: 20px;
	cursor: pointer;
   -webkit-transition:background-color 0.2s linear;
    -moz-transition:background-color 0.2s linear;
    -o-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear;
}

.bottone:hover {
	background-color: white;
	color: gray !important;
}

.center{
	text-align: center;
}

/***************paging ************/

h1, h2,ul {
	clear: both;
}

ul.simplePagerNav li{
    display:block;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'dosisbook';
    font-size:14px;
}


ul.simplePagerNav li:hover{
    color: #333;
    background-color: #d3d2d2;
    text-decoration: none;
}

li.currentPage {
    background: red;
    background: #E9212D;
}

ul.simplePagerNav li.currentPage a {
	color: #fff;
}

table.pageme {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table.pageme td {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

/************debug*******/
#debug{
    background-color: red;
    max-width: 900px;
}

/* Classi per form */

.labelText{
	display: block;
	width: 70px;
	float: left;
        font-family: 'dosisbook';
        font-size: 9pt;
        line-height: 12px;
}



.ceckCustom{margin-top: 7px;}

.marginTopBot{margin-top: 8px; margin-bottom: 8px;}


.customInput{
   width: 200px;
height: 20px;
border: none;
border: 1px solid lightgray;
}



.right{	float: right; text-align:left !important;}
.left{	float: left;}

.blockForm{
	display: block;
	min-height: 90px;
	padding: 10px;
	overflow: hidden;
}

.blockForm div p{
	padding-top: 25px;
	color: green;
}


.widthForm{width: 280px;}
.widthForm_long{width: 660px;}
.widthFormRight{
width: 280px;
margin-right: 50px;}


.borderBot{
	border-bottom: 1px solid LightGray;
}

.marginSupport{margin-top: 115px !important;}

.redText,.redText p{
    color:red;
}

.greenText,.greenText p{
    color:green;
}

.supportTextArea{
    width: 530px; height:70px; border:none; border:1px solid LightGray; margin-right:50px;
}

p a{
   color: red;
   text-decoration: underline;
   font-family: 'dosisbook';
}

.backtolistlink{
	float: right;
	margin-right: 30px;
	text-transform: uppercase;
}

#loginForm p a{
	float: right;
}

/********** font for book ********/

.book{
    font-family: 'dosisbook';
    font-size: 12pt;
}

#standardContent{
    line-height: 17px;
}

#vetrinaDiv{
    line-height: 17px;
}


.standardFont{
font-family: Arial !important;
font-size: 12px !important;
color: #58595B !important;
}

/************** Admin Area *************/
.blockForm .dealerList{
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 28px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 0px;
}

.blockForm p .deleteBtn{
	float: right;
	margin: 0px;
	text-align: center;
}

.blockForm p .acceptDelete{
	float: right;
	color: white;
	background: green;
	line-height: 28px;
	width: 48px;
	text-align: center;
	text-decoration: none;
	border: 1px solid white!important;
}

.blockForm p .cancelDelete{
	float: right;
	line-height: 28px;
	background: red;
	color: white;
	width: 48px;
	text-align: center;
	text-decoration: none;
	border: 1px solid white!important;
}

.blockForm p .cancelDelete:hover{
	background: white;
	color: red;
	border: 1px solid red!important;
}

.blockForm p .acceptDelete:hover{
	background: white;
	color: green;
	border: 1px solid green!important;
}

.deleteRequest{
	float: right;
	font-size: 11px;
	text-decoration: underline;
	color: red;
	margin-right: 20px;
}

.deleteResponse{
	display: none;
	font-size: 10px;
	margin-right: 20px;
	float: right;
}


/**************CIL in the world***********/

.contentLeftSide {
	width: 200px;
	display: inline-block;
	float: left;
}

.contentRightSide{
	display: inline-block;
	float: left;
	margin-top: 0px;
	background: rgba(255, 255, 255, .7);
	padding: 10px;
	width: 658px;
	padding-top: 39px;
	margin-left: -200px;
	min-height: 407px;
}

.contentRightSide h3{
	font-size: 20px;
}

.formatHTML5{
/*	margin-top: 55px;
*/}

.formatHTML5 th {
	padding-left: 20px;
	font-weight: bold;
	font-size: 18px;
	font-family: 'dosisbook';
	padding-bottom: 10px;
}

.formatHTML5 td {
	padding-left: 20px;
	font-family: 'dosisbook';
}

#etpLogo{
	vertical-align: bottom;
}

#map {
	width: 640px;
    height: 480px;
}

/**************contact**************/

article#contactBox{
	width: 600px;
	height: 350px;
	padding-bottom: 10px;
}

article#contactBox section#contactLeft{
	width: 300px;
	height: 350px;
	float: left;
}

article#contactBox section#contactRight{
	width: 300px;
	height: 350px;
	float: right;
}

.marginTop{
	margin-top: 10px;
}

/****** credentials ****/

.credentialBox{
    display: block;
    float: right;
    margin-right: 20px;
}

/******* lineheight title section vetrina *****/
#actualSubsection{
    line-height:110%;
}

/****** Filters *****/
#filters{
	position: absolute;
	right: 0;
	background: black;
	width: 300px;
	top: 240px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-left: 10px solid #ed1b24;
	z-index:10;
}

#filters .filters_container{
	position: relative;
	height: auto;
}

.filtersFixed{
	left: 50%;
  	top: 80px;
  	margin-left: 170px; /*half the width*/
}

#filters .searchFilters{
	height: 50px;
	width: 50px;
    z-index: 9999;
    margin-left: -60px;
    float: left;
    cursor: pointer;
	background: url('zoom.png') 10px 10px no-repeat #ed1b24;
}

#filters section, #filters div {
	margin-left: 15px;
}

#filters section:first-of-type {
	margin-top: 15px;
}

#filters section:first-of-type hgroup {
	margin-top: 0;
}

#filters section hgroup {
	margin-bottom: 20px;
}

#filters section hgroup h3 {
	color: white;
	font-size: 18px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#filters section aside a.selected {
	color: red;
}

#filters .options, #filters .extra_options{
	display: none;
}


/****** slideCompany ****/
.videoPlay {
	margin: 0px auto;
	width: 480px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url('videoStartImage.png');
	background-size: cover;
	position: relative;
}

.videoPlay:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.2);
	cursor: pointer; 
}

.icon-play {
	background-image: url('icon_play.png');
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	text-indent: 64px;
	overflow: hidden;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.intro{
	margin: 40px 0px 10px 0px;
}

.intro > * {
	color: black;
	font-family: Arial;
	font-size: 15px;
	margin: 0px;
}

.companyBrands {
	margin-top: 15px;
	font-family: Arial;
}

.accordion {
	color: black;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	background: white;
    padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial;
}

.accordion i {
	margin-right: 10px;
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}

.panel > * {
	font-family: Arial;
	font-size: 13px;
}

.brands {
	display: block;
	width: 150px;
	margin: 15px 0px;
}

.brands.bq {
	width: 250px;
}

.post-box{
	display: none;
	width: 360px;
}

.post-box .post-box-link img{
	width: 360px;
}

.post-box:first-of-type{
	display: block;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

span.over {
	background: rgba(0, 0, 0, .8);
	height: 100%;
	position: absolute;
	width: 100%;
	overflow:none;
	z-index: 10;
	cursor: pointer
}

.zoom-icon {
	width: 32px!important;
	height: 32px!important;
	position: absolute;
	padding-left: 46%;
	padding-top: 22%;
	padding-bottom: 22%;
	padding-right: 46%;
	border:0!important;
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
	-ms-box-shadow:none!important;
	-o-box-shadow:none!important;
	border:0!important
}

/********* WORK WITH US *********/
#work-with-us .bottone{
	float: right;
	margin-right: 55px;
}
.workwithusImage {
	width: 290px;
    margin: 60px auto 20px;
    display: block;
}
.workwithusBody {
	color: black;
    font-size: 20px;
    margin: 0px 60px 10px 60px;
    display: block;
    line-height: 20px;
}
.workwithusLink {
	margin: 20px 60px 60px 60px;
    display: block;
}

.thx{
	display: none;
}
.field{
	display: inline-block;
	margin-top: 15px;
}
.field label{
	margin-top: 4px;
}
.field .ui-state-error{
	border:1px solid red;
}
.field .fieldError, .field .error{
	color: red;
}
progress{
	display: none;
	margin-left: 70px;
	width: 225px;
	margin-top: -18px;
	height: 3px;
}
.nb{
	display: inline-block;
	font-style: italic;
	color: #BBB;
	font-family: 'dosisbook';
	font-size: 13px;
	margin-left: 30px;
}
.half-space{
	width: 325px;
}
.half-space input{
	width: 225px;
}
.half-space .composite-date{
	width: 72px;
}
.full-space{
	width: 650px;
}
.full-space input{
	width: 554px;
}
.full-space input#subscription_number, .full-space input#cv{
	width: 225px;
}
.full-space input#acceptPrivacy{
	float: left;
	width: auto;
}
.full-space .privacyLabel{
	width: auto;
	margin-left: 10px;
	margin-top: 0px;
}
.mandatoryNote{
	font-weight: bold;
	font-style: italic;
}

/*** NEWS ***/
.newsList{

}

.newsList .newsArticle:first-child{
	border-top: none;
}

.newsList .newsArticle{
	padding: 10px;
	max-height: 154px;
	border-top: 1px solid #d3d2d2;
	overflow: hidden;
}

.newsList .newsArticle img,
.newsList .newsArticle .newsPreview{
	float: left;
}


.newsList .newsArticle:hover{
	opacity: 0.8;
	background: #EEE;
}

.newsList .newsArticle .newsPreview{
	display: inline-block;
	max-width: 400px;
	margin-left: 15px;
	margin-top: 5px;
	font-family: 'dosisbook';
}

.newsArticle a,
.newsTitle a,
.newsExcerpt a{
	color: #000;
	border: none;
	text-decoration: none;
}

.newsDate{
	font-size: 12px;
	font-style: italic;
	font-family: 'dosisbook';
}

.newsTitle{
	font-size: 22px;
	margin-top: 10px;
	font-family: 'dosisbook';
	line-height: 23px;
}

.newsExcerpt{
	margin-top: 20px;
	font-size: 14px;
	font-family: 'dosisbook';
	text-decoration: none;
}

.newsPreview .newsTitle:hover,
.newsPreview .newsExcerpt:hover{
	text-decoration: underline;
}

.newsDetail .gallery{
	margin: 0 auto;
	width: 600px;
}

.newsDetail,
.newsDetail a,
.newsDetail .newsContent{
	display: block;
	margin: 20px auto;
	font-family: 'dosisbook';
	text-decoration: none;
}

.newsDetail .newsContent{
	font-size: 13px;
}

.newsDetail .gallery .gallery-item .gallery-icon a{
	display: inline-block;
	width: auto;
	margin: 0px;
}

.newsDetail .gallery .gallery-item .gallery-icon a img{
	height: 150px;
	width: 150px;
}

.wp-post-image{
	display: block;
	margin:0 auto;
}

.wp-caption-text {
	display: none;
}

.gallery-item {
	display: inline-block;
	float: left;
}

.backToNews{
	font-style: italic;
	color: white;
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
	float: right;
	background: red;
	height: 40px;
}

.backToNews a{
	float: left;
	padding: 13px;
	margin: 0;
	height: auto;
	width: auto;
	line-height: initial;
	font-family: 'dosisbook';
}

.arrowRight{
	float: left;
	width: 0;
	height: 0;
	border-top: 20px solid white;
	border-bottom: 20px solid white;
	border-left: 20px solid #E9212D;
}

.backToNews:hover{
	background: white;
}

#standardContent #reserved{
	display: none;
}

#standardContent hgroup .tabNews {
	float: left;
	line-height: 50px;
	width: 337px;
	text-align: center;
	border: 1px solid #CCC;
	cursor: pointer;
}

#standardContent hgroup .tabActive,
#standardContent hgroup .tabNews:hover{
	border-color: #E9212D;
	color: #E9212D;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E9212D;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: limegreen;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.work-in-progress {
	position: fixed;
    top: 10px;
    text-align: center;
    display: block;
    width: 100%;
    background: white;
    z-index: 9;
}

.overlay {
	display: none;
	background-color: rgba(0,0,0, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 3000px;
	overflow: hidden;
	z-index: 9;
}

.overlay div video {
	object-fit: contain;
	width: 100%;
}

.overlay div {
	width: 100%;
    position: fixed;
	top: 10%;
}

.overlay .vjs-loading-spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
}

.closeOverlay {
    color: white;
    background-color: black;
	padding: 20px;
	text-transform: uppercase;
    position: fixed;
    right: 0;
    bottom: 0;
}

.closeOverlay:hover {
	box-shadow: 0 0 11px rgba(187, 187, 187, 0.2);
}

.work-in-progress p{
	text-transform: uppercase;
    color: red;
    vertical-align: middle;
    margin-top: 20px;
    font-weight: bold;
    font-size: 24px;
}

.qtranxs-available-languages-message.qtranxs-available-languages-message-en {
    display:none;
}

