body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#menu-item-58 {
    position:relative;
}

#menu-item-58:hover .navigation-overlay, .navigation-overlay:hover {
    display:block;
}

.navigation-overlay-container {
    position: absolute;
    top: 60px;
    transition: all 0.2s linear;
    overflow: hidden;
    opacity: 0;
    z-index: 99999999999999999999999 !important;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -1px 1px 8px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 1px 8px 4px rgba(0,0,0,0.2);
    box-shadow: -1px 1px 8px 4px rgba(0,0,0,0.2);
    font-size: 14px;
    text-align: left;
    text-shadow: none;
    width:100px;
    display:block;
}

@media (max-width:1200px)
{
    .navigation-overlay-container {
        display:none!important;
    }
}

.navigation-overlay-container.show {
    opacity: 1;
    transform: none;
    height:auto;
}
.navigation-overlay {
    height:auto;
    position:absolute;
    opacity: 0;
    transition: all 0.3s linear;
    top:0;
    left:0;
    right:0;
    overflow:visible;
    display:none;
    font-family:Arial, Verdana, Tahoma;
}

.navigation-overlay-toolbox, .navigation-overlay-support {
    width:800px;
}

.navigation-overlay-blog {
    width:450px;
}
.navigation-overlay-ressources {
    width: 600px;
}

.btn-help {
    background: #feffff;
background: -moz-linear-gradient(top, #feffff 71%, #f4f4f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(71%,#feffff), color-stop(100%,#f4f4f4));
background: -webkit-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
background: -o-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
background: -ms-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
background: linear-gradient(to bottom, #feffff 71%,#f4f4f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f4f4f4',GradientType=0 );
border: solid 1px #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-align: center;
font-size: 12px;
margin-top: 5px;
font-weight: normal;
color: #000;
display: block;
}

.navigation-overlay .arrow {
    position: absolute;
    top:-8px;
    left:52%;
}

.navigation-overlay .title {
    font-size:17px;
    font-weight:bold;
    line-height:70px;
    padding-left:35px;
    padding-right:35px;
}
.navigation-overlay .blog-title {
    font-size:17px;
    font-weight:bold;
}
.navigation-overlay .blog-text {
    font-size: 14px;
    color: #888;
}

.navigation-overlay .list {
    padding:25px 35px;
}

.navigation-overlay .labels {
    font-size:17px;
    font-weight:bold;
    line-height:20px;
    margin-top:15px;
    margin-bottom:20px;
    color:#888;
    text-shadow:1px 1px 0 #fff;
}

.navigation-overlay ul li {
    padding:0;
    margin:0;
}

.navigation-overlay ul li a {
    display: block;
    text-decoration: none;
    padding-top: 0;
    line-height: 20px;
    margin-top: 3px;
    font-family: Arial, sans-serif;
    text-shadow: none;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    color: #333;
}

.navigation-overlay ul li:hover a {
    text-decoration:underline;
}

.navigation-overlay div.more {
    border-top:solid 1px #ddd;
    padding:20px 40px;
    text-align:center;
    margin:0 30px;
}

.navigation-overlay .more span {
    color:#888;
    font-size:12px;
    display:block;
}

.navigation-overlay .more a.info {
    text-decoration: none;
    border-bottom:dotted 1px #aaa;
    text-shadow:none;
    line-height:20px;
    text-transform: none;
    color:#222;
    padding:0;
    margin:0 0 0 2px;
    display:inline-block;
}

.navigation-overlay .products {
    border-left:solid 1px #ccc;
    background:#fff;
    margin:30px 0;
    padding:0 25px 0 25px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navigation-overlay-support .products {
    border-left:solid 1px #ccc;
    background:#fff;
    margin: 30px 0;
    padding: 0 25px 0 25px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navigation-overlay .blog-container{
    background:#fff;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 10px 0 20px 0;
}

.navigation-overlay .product {
    margin-bottom:30px;
    display:block;
}
.navigation-overlay .product.blog {
    display:block;
}

.navigation-overlay a.product:hover {
    text-decoration:none!important;
}

.navigation-overlay a.product:hover .name {
    text-decoration:underline!important;
    color:#111;
}

.navigation-overlay .products .product {
    margin-bottom: 30px;
}
.navigation-overlay-support .products .product {
    margin-bottom: 20px;
    height: 48px;
}

.navigation-overlay .products .product:last-child {
    margin-bottom:10px;
}

.navigation-overlay .product .icon {
    width:45px;
    height:45px;
    float:left;
    margin-top:5px;
}

.navigation-overlay .product.left {
    margin-right:15px;
}

.navigation-overlay .product .icon img {
    width:45px;
    height:45px;
}


.navigation-overlay .product .details {
    margin-left:60px;
}
.navigation-overlay .blog .details {
    margin-left:0;
}
#desktop-navigation .navigation-overlay ul.blog-list li a {
    display: block;
    text-decoration: none;
    padding-top: 0;
    line-height: 20px;
    margin-top: 3px;
    font-family: Arial, sans-serif;
    text-shadow: none;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    color: #333;
}
.navigation-overlay ul.blog-list {
    list-style: none;
}
.navigation-overlay ul {
    list-style: none;
}
 .navigation-overlay ul.blog-list li a:hover {
    text-decoration: underline !important;
    list-style: none;
}

.navigation-overlay ul.blog-list li span{
    display: inline-block;
    width: 14px;
    float: left;
    line-height: 22px;
    color: #4878c8;
}

.navigation-overlay ul li span{
    display: inline-block;
    width: 14px;
    float: left;
    line-height: 22px;
    color: #4878c8;
}

.navigation-overlay .product .details .name {
    font-size:14px;
    font-weight:bold;
    color:#111;
    letter-spacing: .025em;
}
.navigation-overlay .blog-container .name {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .025em;
}

.navigation-overlay .product .details .beta {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background:#4878c8;
    line-height:17px;
    font-size:11px;
    color:#fff;
    font-weight:bold;
    margin-left:6px;
    padding-left:3px;
    padding-right:3px;
    text-transform:uppercase;
    display:inline-block;
    letter-spacing: 0;
}

.navigation-overlay .product .details .text {
    font-size:14px;
    line-height:20px;
    color:#888;
    margin-top:3px;
}

.navigation-overlay .products .product .details {
    margin-left:50px;
}

.navigation-overlay .products .product .icon {
    width:35px;
    height:35px;
}

.navigation-overlay .products .product .icon img {
    width:35px;
    height:35px;
}

.btn-trial {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    background: -moz-linear-gradient(top, #7dba27 3%, #6ea222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #7dba27), color-stop(100%, #6ea222));
    background: -webkit-linear-gradient(top, #7dba27 3%, #6ea222 100%);
    background: -o-linear-gradient(top, #7dba27 3%, #6ea222 100%);
    background: -ms-linear-gradient(top, #7dba27 3%, #6ea222 100%);
    background: linear-gradient(to bottom, #7dba27 3%, #6ea222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#6ea222', GradientType=0);
    font-size: 20px;
    border: none;
    color: #fff!important;
    line-height: 27px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    display:inline-block;
    margin-bottom:12px;
}
.btn-trial:hover {
    background: #74ad24;
    background: -moz-linear-gradient(top, #74ad24 0%, #679620 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74ad24), color-stop(100%,#679620))!important;
    background: -webkit-linear-gradient(top, #74ad24 0%,#679620 100%)!important;
    background: -o-linear-gradient(top, #74ad24 0%,#679620 100%)!important;
    background: -ms-linear-gradient(top, #74ad24 0%,#679620 100%)!important;
    background: linear-gradient(to bottom, #74ad24 0%,#679620 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74ad24', endColorstr='#679620',GradientType=0 )!important;
}

.trial {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}