* {
    border: 0 none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    width: 100%;
}
body {
    background-color: #EEEEEE;
    height: 100%;
}
#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    min-height: calc(100% - 60px);
    opacity: 0.99;
    padding: 30px 40px;
    width: 1000px;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
#img_logo {
    margin-bottom: 5px;
    width: 165px;
}
ul#menu_pubblica > li {
    background: none repeat scroll 0 0 #F2F2F2;
    border-left: 2px solid #FFFFFF;
    color: #565A5B;
    float: left;
    font-size: 13px;
    line-height: 42px;
    list-style-type: none;
    margin: 5px 0 10px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 140px;
}
ul#menu_pubblica > li:first-child {
    border-left: medium none;
}
ul#menu_pubblica > li.selected, ul#menu_pubblica > li:hover {
    background: none repeat scroll 0 0 #4AA9C5;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
}
.tab {
    display: none;
}
#slider_1_box {
    clear: both;
    height: 330px;
    position: relative;
    text-align: center;
    width: 100%;
}
#slider_1_box:before, #slider_1_box:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 12px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 49%;
	background: #FFF;
	-webkit-box-shadow: 0 15px 5px #BBB;
	-moz-box-shadow: 0 15px 10px #BBB;
	box-shadow: 0 15px 10px #BBB;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
#slider_1_box:after {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
	right: 10px;
	left: auto;
}
#info_box {
    margin-bottom: 20px;
    margin-top: 20px;
}
.info_box_child {
    background: none repeat scroll 0 0 #F2F2F2;
    float: left;
    height: 140px;
	margin-left: 20px;
    padding: 15px;
    position: relative;
    width: 290px;
}
.info_box_child:first-child {
    margin-left: 0;
}
.info_box_child:before, .info_box_child:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #FFF;
	-webkit-box-shadow: 0 15px 10px #999;
	-moz-box-shadow: 0 15px 10px #999;
	box-shadow: 0 15px 10px #999;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.info_box_child:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.info_box_child > .title {
    color: #CC0000;
    font-size: 19px;
    margin-bottom: 10px;
}
.info_box_child > .info {
    font-size: 12px;
    height: 100px;
    position: relative;
    top: 2px;
}
.info_box_child > .info > div {
    bottom: -2px;
    color: #0099CC;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}
.info_box_child > .info > div:hover {
    color: #00BBEE;
}
.info_box_child > .info > div > img {
    margin-left: 5px;
}
.info_box_child > form > span {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 7px;
    width: 70px;
}
.info_box_child > form > input {
    border: 1px solid #DDDDDD;
}
.info_box_child > form > img {
    cursor: pointer;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
}
.info_box_child > .bottom {
    font-size: 12px;
    margin-top: 15px;
}
.info_box_child > .bottom > span#missing_password, .info_box_child > .bottom > span#registration {
    color: #0099CC;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.info_box_child > .bottom > span#missing_password:hover, .info_box_child > .bottom > span#registration:hover {
    color: #00BBEE;
}
#missing_password_box, #registration_box {
    background: none repeat scroll 0 0 #ECF0F1;
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.7);
    display: none;
    font-size: 11px;
    left: 0;
    margin: 150px calc(50% - 200px);
    position: fixed;
    top: 0;
    width: 400px;
    z-index: 9999;
}
#missing_password_box > div.header, #registration_box > div.header {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
#missing_password_box > div.header > span, #registration_box > div.header > span {
    background: none repeat scroll 0 0 #CC0000;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Comic Sans MS';
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 2px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 20px;
}
#missing_password_box > div.header > span:hover, #registration_box > div.header > span:hover {
    background: none repeat scroll 0 0 #EE0000;
}
#missing_password_box > div.t1, #registration_box > div.t1 {
    font-size: 19px;
    padding: 15px 10px 0;
}
#missing_password_box > div.t2, #registration_box > div.t2 {
    color: #999999;
    font-size: x-small;
    padding: 0 10px;
}
#missing_password_box > div.t3 {
    font-size: 11px;
    padding: 5px 10px 0;
}
#missing_password_box > div.t3 > span {
    font-size: 15px;
}
#registration_box > div.t3 {
    font-size: 15px;
    padding: 10px 10px 0;
}
#registration_box > div.t4 {
    font-size: 11px;
    padding: 0 10px;
}
#registration_box > div.t4 > p {
    font-size: 11px;
    font-style: oblique;
    padding: 5px 0;
}
#registration_box > div.t4 > a {
    font-size: 11px;
    font-style: oblique;
    padding: 5px 0;
}
#registration_box > a {
    text-decoration: none;
}
#modulo_registration_submit, #online_registration_submit {
    background: none repeat scroll 0 0 #4AA9C5;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin: 20px 0 15px 40px;
    padding: 2px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 130px;
}
#modulo_registration_submit:hover, #online_registration_submit:hover {
    background: none repeat scroll 0 0 #6CCBE7;
}
#missing_password_box > input {
    border: 1px solid #999999;
    margin: 10px 0 10px 10px;
    padding: 2px 5px;
    width: 150px;
}
#missing_password_box > div#missing_password_submit {
    background: none repeat scroll 0 0 #4AA9C5;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin: 5px 12px;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
}
#missing_password_box > div#missing_password_submit:hover {
    background: none repeat scroll 0 0 #6CCBE7;
}
.anythingSlider-cs-portfolio {
    margin: 0 auto;
}
#slider_2_box {
    height: 110px;
    position: relative;
    width: 660px;
}
#slider_2_box > div {
    width: 100%;
}
#slider_2_box > div > div {
    width: 100%;
}

#brand_box > a > img {
    margin: 0 20px 10px;
    position: relative;
}
#tab_2 > .section_header {
	background-image: url("img/sede_2.jpg");
}
#tab_3 > .section_header {
	background-image: url("img/prodotti.jpg");
}
#tab_4 > .section_header {
	background-image: url("img/magazzino.jpg");
}
#tab_5 > .section_header {
	background-image: url("img/contatti.jpg");
}
.tab > .section_header {
	background-color: #FFFFFF;
	clear: both;
	height: 330px;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}
.tab > .section_header:before, .tab > .section_header:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.tab > .section_header:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
#tab_2 > .title, #tab_2 > .title > span {
    font-size: 19px;
    font-weight: normal;
}
#tab_2 > .title > span {
    color: #CC0000;
}
#tab_2 > .subtitle {
    color: #999999;
    font-size: 11px;
    margin-bottom: 15px;
}
#tab_2 > p {
    font-size: 12px;
}

#tab_3 {
    text-align: center;
}
#tab_3 > a {
    display: inline-block;
    margin: 25px 30px;
}
#tab_3 > span {
    color: #999999;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    margin: 5px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 33.33%;
}
#tab_3 > span.selected {
    color: #0099CC;
    font-size: 15px;
}

#tab_4 > .title {
    font-size: 19px;
    font-weight: normal;
}
#tab_4 > .title > span {
    color: #CC0000;
	font-size: 19px;
    font-weight: normal;
}
#tab_4 > .service {
    color: #CC0000;
    font-size: 17px;
    margin-top: 35px;
}
#tab_4 > .service > span {
	font-size: 17px;
}
#tab_4 > .contact_title {
    color: #0099CC;
    margin-top: 5px;
}
#tab_4 > .contact, #tab_4 > .contact > a {
    font-size: 11px;
}
#tab_4 > p {
    font-size: 12px;
}

.contatti_0, .contatti_1, .contatti_2, .contatti_3 {
    border-collapse: collapse;
    width: 100%;
}
.contatti_0 {
    margin: 10px 0 20px;
}
.contatti_0 > tbody > tr > th {
    background: none repeat scroll 0 0 #ECF0F1;
    color: #565A5B;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 35px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 333.33px;
}
.contatti_0 > tbody > tr > th:first-child {
    width: 333.34px;
}
.contatti_0 > tbody > tr > th.selected, .contatti_0 > tbody > tr > th:hover {
    background: none repeat scroll 0 0 #4AA9C5;
    color: #FFFFFF;
}
.contatti_1 > tbody > tr > th {
	font-size: 19px;
	font-weight: normal;
    text-align: left;
	width: 333.33px;
}
.contatti_1 > tbody > tr > th:first-child {
	width: 333.34px;
}
.contatti_1 > tbody > tr > th > span {
    color: #CC0000;
    font-size: 19px;
}
.contatti_1.contatti_1_alt {
	margin-top: 30px;
}
.contatti_1.contatti_1_alt > tbody > tr > th {
	font-size: 15px;
	width: auto;
}
.contatti_1.contatti_1_alt > tbody > tr > td > div, .contatti_1.contatti_1_alt > tbody > tr > td > div > a {
	color: #999999;
    font-size: 11px;
}
.contatti_2, .contatti_3 {
    display: none;
}
.contatti_2 > tbody > tr > th, .contatti_3 > tbody > tr > th {
	font-size: 19px;
    font-weight: normal;
    padding-top: 25px;
    text-align: left;
	width: 100%;
}
.contatti_2 > tbody > tr:first-child > th, .contatti_3 > tbody > tr:first-child > th {
	padding-top: 0;
}
.contatti_2 > tbody > tr  > td {
    font-size: 12px;
	transition: all 0.3s ease 0s;
	width: 333.33px;
}
.contatti_2 > tbody > tr  > td:first-child {
	width: 333.34px;
}
.contatti_2 > tbody > tr  > td > a {
	font-size: 11px;
}
.contatti_3 > tbody > tr  > td {
	font-size: 12px;
	transition: all 0.3s ease 0s;
	width: 293px;
}
.contatti_2 > tbody > tr:hover > td, .contatti_3 > tbody > tr:hover > td {
	background: none repeat scroll 0 0 #ECF0F1;
}
.contatti_3 > tbody > tr  > td:first-child {
	vertical-align: top;
	width: 121px;
}
.contatti_3 > tbody > tr  > td > a {
	font-size: 12px;
}
#gmap {
    background-color: #FFFFFF !important;
	clear: both;
    height: 450px;
	position: relative;
    width: 100%;
}
#location_box {
    margin-bottom: 20px;
    margin-top: 20px;
}
.location_box_child {
    background: none repeat scroll 0 0 #F2F2F2;
    float: left;
    margin-left: 20px;
    padding: 15px;
	position: relative;
    width: 290px;
}
.location_box_child:first-child {
    margin-left: 0;
}
.location_box_child:before, .location_box_child:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #FFF;
	-webkit-box-shadow: 0 15px 10px #999;
	-moz-box-shadow: 0 15px 10px #999;
	box-shadow: 0 15px 10px #999;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.location_box_child:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.location_box_child > .title {
    color: #CC0000;
    font-size: 19px;
}
.location_box_child > .subtitle {
    color: #999999;
    font-size: 11px;
    margin-bottom: 15px;
}
.location_box_child > span {
    font-size: 12px;
    line-height: 15px;
}
#footer {
    color: #999999;
    font-size: x-small;
    margin: 30px 0 0;
    padding: 5px 20px;
    text-align: right;
}
#footer > a {
    color: #999999;
    font-size: x-small;
    position: relative;
    transition: all 0.3s ease 0s;
}
#footer > a:hover {
    color: #0099CC;
}
.work_with_us{
	width:600px;
	margin:0 auto;
}
.work_with_us h1{
	font-size:25px;
}
.work_with_us hr{
	border-top:1px solid #efefef;
}
.work_with_us label{
	padding-top:15px;
	display:block;
}
.work_with_us input,
.work_with_us select{
	border:1px solid #ddd;
	padding:5px;
	width:100%;
}
.work_with_us input[type="submit"]{
	width:auto;
	margin-top: 10px;
    background-color: #eeee;
	cursor:pointer;
}
.response_work{
	display:block;
	clear:both;
}
.response_work .message{
	background-color: #dbffcc;
	border: 1px solid #96ff6b;
	padding: 10px;
	text-align:center;
}
