html, body {
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
}

p {
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
}

ul, li {
    list-style:none;
    margin:0;
    padding:0;
}

a, a:hover, a:focus {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.borderbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
}

.separator {
    display: inline-block;
    clear: both;
    width: 100%;
    height:20px;
}

.mainContainer {
    margin:0 auto;
    padding:0;
    width: 100%;
    max-width: 1280px;
}

.rowContainerMedium {
    margin:0 auto;
    padding:0;
    max-width: 1280px;
    padding-left: 9%;
    padding-right: 9%;
}

.sectionTitle h3 {
    text-align: center;
    margin:0;
    padding:60px 0;
    font-weight: 300;
    color:#444444;
    font-size: 25px;
    letter-spacing: 0.06em;
    line-height: 17px;
    text-transform: uppercase;
}

/* top bar */

.topBar {
    width: 100%;
    background-color: #444444;
    height: 40px;
}

.containerLanguages {
    float: right;
    padding:0;
    margin:0;
    padding-right: 9%;
}

.containerLanguages p {
    line-height: 40px;
    color:#fff;
    font-size: 12px;
    float: left;
}

.containerLanguages ul {
    float: left;
    text-align: right;
    padding-left: 15px;
}

.containerLanguages ul li {
    line-height: 40px;
    display: none;
    font-weight: bold;
}

.containerLanguages ul li.current {
    display: block;
}

.containerLanguages ul li a {
    color:#fff;
}

.containerLanguages div {
    display: inline-block;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
    padding-left: 5px;
}

.containerLanguages div a {
    color: #fff;;
}

.containerLanguages div.current a {
    font-weight: bold;
    color: #ff0000;
}

/* menu bar */

.mainMenuBar {
    height:96px;
    position: relative;
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
}

.logo {
    position: absolute;
    left:9%;
    top:-14px;
    z-index: 1;
}

.logo img {
    float: left;
}

.logo p {
    float: left;
    padding-top: 40px;
    font-size: 16px;
    color: #c41223;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    line-height: 18px;
    text-transform: uppercase;
}

.ribbon {
    position: absolute;
    right: 0;
    z-index: 1;
    top: -44px;
}

.mainMenu {
    float: right;
}

.mainMenu ul li {
    list-style:none;
    display: inline-block;
    line-height: 96px;
    padding-left: 0px;
    padding: 0;
    margin:0;
    margin-right: -4px;
}

.mainMenu ul li > a {
    font-size: 14px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding:0 20px;
    display: block;
}

.mainMenu ul li > a:hover {
    background-color: #f5f5f5;
    color: #c41223;
}

.mainMenu ul li.current > a {
    background-color: #f5f5f5;
    color: #c41223;
}

/* slider home */

.sliderHome {
    width: 100%;
    position: relative;
}

.slider {
    position: absolute;
    bottom:0;
    width: 82%;
    margin-left: 9%;
    margin-right: 9%;
    background-color: rgba(255,255,255,0.8);
}

.leftSlideContainer {
    float: left;
    width: 50%;
    padding:40px 60px;
}

.slide-image {
    float: left;
    width: 50%;
    padding-right: 25px;
}

.slide-image img {
    position: absolute;
    bottom: 0;
    max-width: 45%;
}


.slide-title-top {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    color: #000;
    line-height:17px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.slide-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 50px;
    color: #cc1316;
    line-height:50px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.slide-description {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
    color:#000;
    padding-bottom: 20px;
}

.slider-button a {
    background-color: #c30b20;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    padding:12px 30px;
    display: inline-block;
}

/* company */

.topBannerText {
    position: relative;
}

.topBannerText h1 {
    position: absolute;
    top: 50%;
    left:50%;
    padding:0;
    margin:0;
    text-transform: uppercase;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
    transform: translate(-50%, -50%);
    color:#c41223;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.06em;
    background-color: rgba(255,255,255,0.8);
    padding:12px 30px;
}

.company {
    padding-top: 50px;
    padding-bottom: 130px;
}

.company .col50:first-child {
    padding:0;
    padding-right: 10px;
}

.company .col50:nth-child(2) {
    padding:0;
    padding-left: 10px;
}

.company p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color:#000;
}

.company p strong {
    font-weight: bold;
}

.colo100Img {
    width: 100%;
    display: block;
    padding-bottom: 20px;
}

.colo50Img {
    width: 50%;
    display: block;
    float: left;
}

.colo50Img img {
    width: 100%;
}

.leftImg {
    padding-right: 10px;
}

.rightImg {
    padding-left: 10px;
}


    /* products sidebar list */

.productLists {
    padding-right: 25px;
}

.productLists ul {
    padding-bottom: 40px;
}

.productLists h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}

.productLists li {
    height:40px;
    line-height: 40px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    padding-left: 10px;
}

.productLists li a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333333;
}

.productLists li:hover a {
    color: #000000;
}

.productLists li.selected a {
    color: #fff;
}

.productLists li.selected {
    height:inherit;
}

.productLists ul li ul {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.productLists ul li ul li {
    background-color: transparent;
    margin-bottom: 0;
    line-height: 17px;
    height:inherit;
}

.productLists ul li ul li a {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}

.type-1030 {
    border-left:4px solid #ff0000;
}

.type-1030:hover {
    border-left:4px solid #ff0000;
    background-color: #ff0000;
    color: #000;
}

.type-1030.selected {
    border-left:0;
    background-color: #ff0000;
    text-align: right;
    padding-right: 10px;
}

.type-1033 {
    border-left:4px solid #ea5a06;
}

.type-1033:hover {
    border-left:4px solid #ea5a06;
    background-color: #ea5a06;
}

.type-1033.selected {
    border-left:0;
    background-color: #ea5a06;
    text-align: right;
    padding-right: 10px;
}

.type-1034 {
    border-left:4px solid #f08271;
}

.type-1034:hover {
    border-left:4px solid #f08271;
    background-color: #f08271;
}

.type-1034.selected {
    border-left:0;
    background-color: #f08271;
    text-align: right;
    padding-right: 10px;
}

.type-1035 {
    border-left:4px solid #a42220;
}

.type-1035:hover {
    border-left:4px solid #a42220;
    background-color: #a42220;
}

.type-1035.selected {
    border-left:0;
    background-color: #a42220;
    text-align: right;
    padding-right: 10px;
}

.type-1036 {
    border-left:4px solid #e9b400;
}

.type-1036:hover {
    border-left:4px solid #e9b400;
    background-color: #e9b400;
}

.type-1036.selected {
    border-left:0;
    background-color: #e9b400;
    text-align: right;
    padding-right: 10px;
}

.type-1037 {
    border-left:4px solid #cd8400;
}

.type-1037:hover {
    border-left:4px solid #cd8400;
    background-color: #cd8400;
}

.type-1037.selected {
    border-left:0;
    background-color: #cd8400;
    text-align: right;
    padding-right: 10px;
}

.type-1038 {
    border-left:4px solid #c8a554;
}

.type-1038:hover {
    border-left:4px solid #c8a554;
    background-color: #c8a554;
}

.type-1038.selected {
    border-left:0;
    background-color: #c8a554;
    text-align: right;
    padding-right: 10px;
}

.type-1039 {
    border-left:4px solid #e40044;
}

.type-1039:hover {
    border-left:4px solid #e40044;
    background-color: #e40044;
}

.type-1039.selected {
    border-left:0;
    background-color: #e40044;
    text-align: right;
    padding-right: 10px;
}






    /* products */

.list-1030:hover p {
    background-color: #ff0000;
    color: #000;
}
.list-1033:hover p {
    background-color: #ea5a06;
    color: #000;
}
.list-1034:hover p {
    background-color: #f08271;
    color: #000;
}
.list-1035:hover p {
    background-color: #a42220;
    color: #000;
}
.list-1036:hover p {
    background-color: #e9b400;
    color: #000;
}
.list-1037:hover p {
    background-color: #cd8400;
    color: #000;
}
.list-1038:hover p {
    background-color: #c8a554;
    color: #000;
}
.list-1039:hover p {
    background-color: #e40044;
    color: #000;
}



.titleListProdotto {
    padding:15px 0;
    display: inline-block;
    width: 100%;
}

.product-category.col50 {
    padding:0 10px;
}

.product-category a {
    font-size: 20px;
    line-height: 21px;
    color: #333;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 0 0 40px 0;
    display: inline-block;
    width: 100%;
}

/* news */

.newsList {
    padding-bottom: 130px;
    width: 100%;
}

.newsList ul li {
    width: 25%;
    padding: 0 10px;
    margin: 0;
    float: left;
}

.news-title {
    padding-top: 20px;
    padding-bottom: 13px;
    text-transform:uppercase;
    color: #c30b20;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

.news-short-content {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.product-categories h1 {
    padding: 0 10px;
    text-transform: uppercase;
    margin:0;
    color: #c41223;
    font-weight: 400;
    font-size: 50px;
    font-family: 'Titillium Web', sans-serif;
    line-height: 50px;
    padding-bottom: 40px;
}

/* footer */

#footerContainer {
    width: 100%;
    background-color: #333333;
    margin:0;
    padding:0;
    padding-left: 9%;
    padding-right: 9%;
    padding-bottom: 60px;
    margin-top: 80px;
}

.col75 {
    width: 75%;
    margin:0;
    padding:0;
    float: left;
}

.col50 {
    width: 50%;
    margin:0;
    padding:0;
    float: left;
}

.col25 {
    width: 25%;
    margin:0;
    padding:0;
    float: left;
}

.descriptionImg {
    display: inline-block;
    font-style: italic;
    padding-top: 20px;
    font-weight: normal;
    font-size: 13px !important;
}

.titleFooter {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.06em;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 17px;
}

.descriptionFooterMedium {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0em;
    padding-top: 25px;
    line-height: 17px;
    font-weight: bold;
}

.descriptionFooter {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
    line-height: 20px;
}

.descriptionFooter a {
    color: #fff;
}

.descriptionFooter span {
    font-weight: bold;
    width: 30px;
    display: inline-block;
}

#footerContainer ul li {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 25px;
}

#footerContainer ul li a {
    color: #fff;
}

/* breadcrumbs */

.breadcrumbs  {
    padding-top: 15px;
    padding-bottom: 40px;
}

.breadcrumbs li {
    display: block;
    float: left;
    padding-right: 5px;
    color: #555555;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

.breadcrumbs li a {
    color: #999999;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
}

/* contatti */

.formContatti input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding:0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.formContatti textarea {
    width: 100%;
    margin-bottom: 10px;
    padding:0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 240px;
    line-height: 30px;
}

.formContatti input.checkbox {
    width: inherit;
    height:inherit;
    line-height: inherit;
    text-align: center;
}

.formContatti input.buttonSendContatti {
    display: block;
    width: inherit;
    text-align: center;
    margin: 0 auto;
    background-color: #c30b20;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding:20px 40px;
    height:inherit;
    line-height: inherit;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
}

/* product detail */

.description table {
    width: 100% !important;
    border:none;
    padding:0;
    margin: 0;
}

.description table td {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding:0;
    margin:0;
    padding: 5px;
    border:none;
}

.description table tr:nth-child(odd) {
    background-color: #dedede;
}


.formOk p {
    padding: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color:#2f8b72;
    font-weight: bold;
}