﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);


body {
    font-family: 'Open Sans', sans-serif;
    color: #CCC;
    font-size: 14px;
}

.Blue {
    color: #0c2577 !important;
}

.LightBlue {
    color: #0a60ae !important;
}

a {
    color: #0072b1;
}

    a:hover {
        color: black;
    }

.clear {
    clear: both;
}

.RightAlign {
    text-align: right;
}

div.Header {
    background: #242424;
    width: 100%;
    height: 82px;
}

header {
    position: relative;
    padding-left: 120px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Logo {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
}

header .Languages {
    float: left;
    margin: 10px 10px 0 0;
}

.SelectContainer {
    width: 140px;
    overflow: hidden;
    background: url("../Images/bg-select.png") no-repeat right #4d4d4d;
    border: 0;
    margin-top: 20px;
}

    .SelectContainer select {
        font-weight: 300;
        background: transparent;
        width: 168px;
        font-size: 12px;
        line-height: 12px;
        border: 0;
        border-radius: 0;
        -webkit-appearance: none;
        color: #cCC;
        cursor: pointer;
    }

header .Social {
    margin: 30px 10px 0 0;
    float: left;
}

.Social a,
.Social span {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 12px;
}

.Social a {
    width: 24px;
}


.Social .Facebook {
    background: url("../Images/Icon/Fb.png") no-repeat;
}

.Social .Twitter {
    background: url("../Images/Icon/Tw.png") no-repeat;
}

.Social .Linkedin {
    background: url("../Images/Icon/Li.png") no-repeat;
}

.Social .YouTube {
    background: url("../Images/Icon/Yt.png") no-repeat;
}

.ServiceCenterContainer,
.SupportRequestContainer {
    position: absolute;
    top: 20px;
    right: 0;
    width: 220px;
    z-index: 100;
}

.SupportRequestContainer {
    right: 219px;
}


.ServiceCenter {
    background: #288442;
    color: white;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border: 2px solid white;
    display: block;
    padding: 0 10px;
    font-weight: 500;
}

.SupportRequest {
    background: #dc382e;
    color: white;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border: 2px solid white;
    display: block;
    padding: 0 10px;
    font-weight: 500;
}

    .ServiceCenter:hover,
    .SupportRequest:hover {
        color: #FFF;
    }

#SupportRequestBox {
    width: 100%;
    display: none;
    margin-left: 0;
    padding: 10px 20px;
    background-color: #999;
    color: #000;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    #SupportRequestBox.Open {
        display: block;
    }

    #SupportRequestBox input {
        height: auto;
        margin: 5px 0;
        width: 100%;
        line-height: normal;
        color: #000;
        font-size: 12px;
        padding: 2px 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #SupportRequestBox .Btn {
        background-color: #dc382e;
        color: #FFF;
        padding: 5px 20px;
        font-size: 12px;
    }

.CarouselContainer {
    position: relative;
    z-index: -10;
    height: 470px;
    overflow: hidden;
}

.BannerCarousel {
    overflow: hidden;
}

    .BannerCarousel li {
        float: left;
        width: 100%;
        position: relative;
    }

    .BannerCarousel img {
        width: 100%;
    }

.BannerText {
    position: absolute;
    background: url(../Images/fascetta.png);
    color: #FFF;
    top: 70px;
    left: 0;
    padding: 3%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 1em;
    text-shadow: 1px 1px 1px #000;
}

    .BannerText.Bottom {
        top: 40%;
    }

    .BannerText.Right {
        top: 50px;
        right: 0;
        left: auto;
    }

    .BannerText img {
        display: inline-block;
        width: 80%;
    }

    .BannerText h2 {
        margin: 10px 0;
        font-size: 70px;
        font-weight: 600;
        line-height: 1em;
        text-transform: unset;
    }

    .BannerText h3 {
        font-size: 50px;
    }

/*
    MENU    
*/

.BannerAndSubMenuContainer {
    position: relative;
}

#ProductInternalMenu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    #ProductInternalMenu nav {
        background: #242424;
        border: 2px solid white;
    }

    #ProductInternalMenu ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    #ProductInternalMenu li {
        background: url("../Images/background-small-line.png") no-repeat;
        text-align: center;
    }

        #ProductInternalMenu li:first-child {
            background: none;
        }

    #ProductInternalMenu > nav > ul > li > a {
        background: url("../Images/Icon/background-product-internal-menu.png") no-repeat;
        color: #FFFFFF;
        display: inline-block;
        line-height: 50px;
        padding-left: 40px;
        font-size: 12px;
        font-weight: 300;
        white-space: nowrap;
    }

        #ProductInternalMenu a#hlItem_2 {
            background-position: 0 -50px;
        }

        #ProductInternalMenu a#hlItem_3 {
            background-position: 0 -100px;
        }

        #ProductInternalMenu a#hlItem_4 {
            background-position: 0 -150px;
        }


#DownloadSoftware a {
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
}


.TechnicalSheetContainer,
.DownloadSoftwareContainer {
    position: relative;
}

#TechnicalSheetBox,
#DownloadSoftware {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    margin-left: 2px;
    padding: 10px 20px;
    background-color: #242424;
    color: #FFF;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    #TechnicalSheetBox.Open,
    #DownloadSoftware.Open {
        display: block;
    }

    #TechnicalSheetBox input {
        height: auto;
        margin: 5px 0;
        width: 100%;
        line-height: normal;
        color: #000;
        font-size: 12px;
        padding: 2px 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #TechnicalSheetBox .Btn {
        background-color: #FFF;
        color: #000;
        padding: 5px 20px;
        font-size: 12px;
        line-height: normal;
    }

/* END MENU */

div.SubMenu {
    background: #e2e2e2;
    min-height: 40px;
    padding: 10px 0;
    color: #242424;
    font-size: 14px;
    text-align: center;
}

    div.SubMenu .grid_3:first-child {
        border-left: 0;
    }

    div.SubMenu .grid_3 {
        border-left: 1px solid #CCC;
        line-height: 20px;
    }

.SubMenuIcon {
    background: url("../Images/Icon/submenu-icons.png");
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.SubMenu .Blue {
    color: #0072b1;
}

.SubMenuIcon.Icon1 {
    width: 40px;
}

.SubMenuIcon.Icon2 {
    width: 40px;
    background-position: -40px 0;
}

.SubMenuIcon.Icon3 {
    width: 40px;
    background-position: -80px 0;
}

.SubMenuIcon.Icon4 {
    width: 40px;
    background-position: -120px 0;
}

.SubMenuIcon.Icon5 {
    width: 40px;
    background-position: -160px 0;
}

.SubMenuIcon.Icon6 {
    width: 31px;
    background-position: -200px 0;
    float: left;
    margin-left: 30px;
}

/* CONTENT */

.Content {
    padding: 60px 0;
    color: #242424;
    font-size: 14px;
    line-height: 22px;
}

    .Content.Hidden {
        display: none;
    }

    .Content.BlackBackground {
        background: black;
        color: #CCC;
    }

    .Content.GrayBackground {
        background: #f3f3f3;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }

    .Content.BorderTop {
        border-top: 1px solid #CCC;
    }

    .Content.Footer {
        padding: 30px 0;
        border-top: 2px solid #323232;
        background-color: #999999;
        color: #FFF;
        font-size: 0.95em;
    }

    .Content h2 {
        color: #0072b1;
        font-size: 34px;
        text-align: left;
        line-height: 36px;
        margin-bottom: 32px;
        font-weight: 600;
    }

    .Content h3 {
        font-size: 20px;
        margin-bottom: 5px;
        text-align: left;
    }

    .Content p {
        margin-bottom: 10px;
    }

    .Content .grid_6.Right {
        padding-left: 40px;
    }

    .Content .grid_6.Left, .Content .grid_9.Left {
        padding-right: 40px;
        padding-left: 10px;
    }

    .Content .grid_2.Right img {
        float: right;
    }

    .Content iframe {
        margin-bottom: 20px;
    }

#Step2 {
    display: none;
    float: left;
    padding-top: 40px;
}

#RetailersTitle {
    display: none;
    font-weight: bold;
    margin-bottom: 10px;
}

.Retailer {
    margin-bottom: 20px;
}

    .Retailer:nth-child(3n+1) {
        clear: left;
    }

    .Retailer input {
        display: block;
        width: 15%;
        float: left;
        margin-top: 4px;
    }

    .Retailer .Details {
        width: 85%;
        float: left;
        text-align: left;
        color: #CCC;
    }

    .Retailer input:checked + .Details {
        color: #242424;
    }

.PrivacyCheckList {
    display: block;
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}

    .PrivacyCheckList li {
        margin: 0 0 5px 0;
        padding: 0;
    }

    .PrivacyCheckList label {
        padding-left: 5px;
    }

.SoftwareCarousel, .OptionalCarousel {
    overflow: hidden;
}

.SoftwareCarousel {
    height: 160px;
}

.OptionalCarousel {
    height: 200px;
}

.SoftwareCarousel li {
    float: left;
    height: 160px;
}

.OptionalCarousel > li {
    float: left;
    height: 200px;
}

.VerticalMiddle {
    display: table-cell;
    vertical-align: middle;
}

.SoftwareCarousel .VerticalMiddle {
    height: 160px;
}

.OptionalCarousel .VerticalMiddle {
    height: 200px;
}

.PrevContent5, .NextContent5, .PrevContent6, .NextContent6 {
    width: 80%;
    line-height: 60px;
    text-align: center;
    color: #999;
    font-size: 40px;
    background: white;
    display: block;
    float: left;
    margin-top: 45px;
}

.PrevContent6, .NextContent6 {
    background: #f8f8f8;
}

.NextContent5, .NextContent6 {
    float: right;
}

.Close, .Top {
    width: 80%;
    line-height: 40px;
    text-align: center;
    color: #999;
    font-size: 30px;
    background: #f8f8f8;
    display: block;
    float: right;
}

.Top {
    font-size: 26px;
}

.GrayBackground .Top {
    background: white;
}

.BottomBorder {
    background: url("../Images/bottom-border.jpg") no-repeat bottom center;
}

.TechnicalDetails h2 {
    background: url("../Images/Icon/background-product-titles.png") no-repeat 0 -6px;
    color: #242424;
    display: inline-block;
    line-height: 36px;
    padding-left: 50px;
}

.TechnicalDetails h3 {
    margin-bottom: 10px;
}

.TechnicalDetails ul {
    padding-left: 15px;
    margin: 0;
}

.TechnicalDetails p {
    margin-bottom: 0;
}

.Content.Gallery.Hidden {
    padding-top: 0;
}

.Documentation {
    margin-bottom: 40px;
}

    .Documentation:nth-child(3n + 1) {
        clear: left;
    }

    .Documentation img,
    .Documentation span {
        display: block;
        float: left;
    }

    .Documentation img {
        width: 70px;
        margin-right: 20px;
        border: 1px solid #efefef;
    }

    .Documentation span {
        text-transform: capitalize;
        line-height: 47px;
        font-size: 1.1em;
    }

    .Documentation .Document {
        float: left;
        width: 100%;
        font-size: 0.9em;
        margin-top: 10px;
    }

        .Documentation .Document a {
            display: block;
            margin-bottom: 5px;
        }

.DownlaodSoftware {
    overflow: auto;
}

    .DownlaodSoftware img,
    .DownlaodSoftware span {
        display: block;
        float: left;
        line-height: 47px;
        font-size: 1.2em;
    }

    .DownlaodSoftware img {
        width: auto !important;
        margin-right: 10px;
    }



.Gallery h2 {
    background: url("../Images/Icon/background-product-titles.png") no-repeat 0 -108px;
    color: #242424;
    display: inline-block;
    line-height: 36px;
    padding-left: 50px;
}

.Gallery img {
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

.Gallery a:hover img {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
}

footer .White {
    font-style: normal;
    margin-bottom: 10px;
    color: white;
}

footer a {
    color: #FFF;
    display: block;
    margin-bottom: 10px;
    font-style: italic;
}

    footer a:hover {
        color: #FFFFFF;
    }

.Content footer h3 {
    font-size: 24px;
}

.Facebook {
    background: url("../Images/Icon/Fb.png") no-repeat;
}

.Twitter {
    background: url("../Images/Icon/Tw.png") no-repeat;
}

.Linkedin {
    background: url("../Images/Icon/Li.png") no-repeat;
}

.YouTube {
    background: url("../Images/Icon/Yt.png") no-repeat;
}

#Warning {
    border-bottom: 1px solid #CCCCCC;
}


.RequiredField {
    background: #FEF7F4 !important;
    border: 1px solid #dc382e !important;
}

.RequiredFieldTxt {
    color: #dc382e !important;
}

.FaqQuestion {
    display: block;
    padding: 5px 0;
}
.FaqAnswer {
    display: none;
    border-left: 3px solid #0c2577;
    padding-left: 5px;
    margin: 5px;
}
