.section-default *:last-child { margin-bottom: 0; }

svg {
  min-width: 24px;
  min-height: 24px;
}

/*
 * Color
 */
.download-card .row-infos a:hover, .download-card .row-infos a:focus,
.download-card .row-infos-2 a:hover, .download-card .row-infos-2 a:focus {
    color: rgb(153, 153, 153);
}
.download-card .row-infos a, .download-card .row-infos-2 a {
    color: rgb(255, 255, 255);
}

.download-card .row-infos-2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
}
.nav-inline-icon span,
.btn-link-dark, .btn-link-dark:hover, .btn-link-dark:focus,
.list-documents a,
.list-os-inline a:hover, .list-os-inline a:focus, .list-os-inline .active a,
.light-grey .download-card .row-infos-2 a {
    color: #494949;
}
.list-os-inline a { color: #dcdcdc; }
.clr-light-white { color: #ffffff; color: rgba(255, 255, 255, .6); }
.nav-inline-icon a:hover, .nav-inline-icon a:focus, .section-default.support a:hover, .section-default.support a:focus { color: #000000; }

/*
 * Content
 */
#content {
    width: 100%;
    min-width: 303px;
}

.contact-form { padding: 0; max-height: 348px; z-index: 5; overflow: hidden; position: relative; }
.contact-form:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: 100% 47% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url('img/Devolutions-Office.jpg');
}
.contact-form .form-content {
    background-color: #f5f5f5;
    width: 100%;
    padding: 50px 0;
    position: relative;
    top: 0;
    left: 100%;
    bottom: 0;
    -webkit-transition: left 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: left 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: left 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.contact-form.open { max-height: none; }
.contact-form.open .form-content { left: 0; }
.contact-form .btn { padding-right: 1.75rem; padding-left: 2rem; }
.contact-form form .sendMessage { font-size: 32px; color: #494949; cursor: pointer; }
.contact-form form .sendMessage:hover, .contact-form form .sendMessage:focus { text-decoration: none; }
.contact-infos .h2 { margin-bottom: 16px; }
.contact-infos ul { margin-bottom: 3rem; }
/*.contact-infos .media { margin-top: 8px; }*/
.contact-infos .chat{ cursor: pointer; margin-top: 1em; color: #f60!important;}
.contact-infos .media-left.dvl-icon { font-size: 28px; }
.contact-infos .media-list { padding-left: 20%; }
@media (min-width: 768px) {
    .contact-infos .media-list { padding-left: 0; }
}

#accordion-features .panel { border-top: 1px solid #e8e8e8; padding: 15px 0 0; }
#accordion-features .panel:last-child { border-bottom: 1px solid #e8e8e8; }
#accordion-features h4 { margin-bottom: 15px; position: relative; font-size: 28px; }
#accordion-features h4 i { font-size: 72px; color: #0068c3; position: relative; }
#accordion-features h4 i:after {
    content: "";
    width: 48px;
    height: 2px;
    border-radius: 100%;
    position: absolute;
    top: 76px;
    left: 50%;
    margin-left: -30px;
    background-color: rgba(136, 136, 136, .2);
    box-shadow: 0 0 6px 1px rgba(136, 136, 136, .4);
}
#accordion-features a { display: inline-block; line-height: 1.3; color: #494949; }
#accordion-features a:hover, #accordion-features a:focus { text-decoration: none; }

#accordion-job .panel { border-top: 1px solid #e8e8e8; padding: 15px 0; }
#accordion-job .panel:last-child { border-bottom: 1px solid #e8e8e8; }
#accordion-job .panel-title a { color: #0068c3; font-weight: 600; }
#accordion-job a { display: inline-block; line-height: 1.3; }
#accordion-job a:hover, #accordion-job a:focus { text-decoration: none; }
#accordion-job .panel-content { padding: 20px 0; }
#accordion-job .panel-content h4 { font-size: 18px; font-weight: 600; margin-bottom: 5px; }

.nav-team, .nav-media { text-align: center; }
.nav-team .dvl-icon, .nav-media .dvl-icon { font-size: 24px; vertical-align: middle; }
.nav-team span, .nav-media span { vertical-align: middle; position: relative; top: 1px; }
.nav-team .nav-link, .nav-media .nav-link { color: #cccccc; }
.nav-team .nav-link.active, .nav-team .nav-link:hover, .nav-team .nav-link:focus,
.nav-media .nav-link.active, .nav-media .nav-link:hover, .nav-media .nav-link:focus {
    color: #494949;
}
.nav-media + .tab-content { padding-top: 40px; }

a.team-card:hover, a.team-card:focus { text-decoration: none; }
.team-card {
    display: block;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.team-card .name {
    color: #0068c3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 10px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -.06em;
    line-height: 1;
}
.team-card .name > * { display: block; }
.team-card .jobTitle { color: #999999; display: table-cell; line-height: 1.2; height: 45px; vertical-align: middle; }
.team-card .image-line-up{ position: relative; }
.team-card .line-up {
    width: 100%;
    height: 12px;
    background-color: #0068c3;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.team-card .line-up > * { line-height: 75px; color: #ffffff; }
a.team-card:hover .line-up { height: 75px; }
.team-card .photo {
  background-color: #f5f5f5;
  height: 0;
  overflow: hidden;
  padding-bottom: 113%;
}
.team-card .photo img { -webkit-filter: grayscale(1); filter: grayscale(1); }
.team-card:hover .photo img { -webkit-filter: none; filter: none; }
@media (min-width: 544px) {
    .team-card .name { font-size: 26px; }
    .team-card-row { padding-right: 50px; padding-left: 50px; }
}

.requirements .h5 { margin-bottom: 4px; }
.requirements ul { padding-left: 17px; }

#dMenu-versions span { font-size: 28px; font-weight: 500; }

/* List Documents */
.list-documents a + a { margin-top: 15px; }
.list-documents .media i { font-size: 48px; color: #cc0033; }
.list-documents .media svg { height: 48px; width: 48px; color: #cc0033; }
.list-documents .btn { padding: 0.625rem 2rem; }
.list-documents a:hover, .list-documents a:focus { text-decoration: none; }
.list-documents a.media:hover span { text-decoration: underline; }
.list-documents { border-top: 1px solid #e9e9e9; }
@media (min-width: 768px) {
    .list-documents { border-left: 1px solid #e9e9e9; border-top: 0; }
}

#customers-carousel .carousel-indicators { margin-bottom: 0; bottom: -19px; }
@media (max-width: 543px) {
    #customers-carousel .row .col-xs-3 + .col-xs-3 + .col-xs-3 + .col-xs-3 + .col-xs-3 { padding-top: 20px; }
    #home-carousel .carousel-control { width:36px; font-size: 36px; }
    #home-carousel .carousel-control > .dvl-icon { width: 36px; height: 36px; margin-top: -18px; }
    #home-carousel .carousel-inner > .carousel-item > img { max-width: calc(100% - 72px); }
}
@media (min-width: 544px) {
    #customers-carousel .row .col-sm-2 { padding-top: 0; }
    #customers-carousel .row .col-sm-2 + .col-sm-2 + .col-sm-2 + .col-sm-2 + .col-sm-2 + .col-sm-2 + .col-sm-2 { padding-top: 20px; }
}
@media (min-width: 768px) {
    #customers-carousel .row .col-sm-2 + .col-sm-2 + .col-sm-2 + .col-sm-2 + .col-sm-2 + .col-sm-2 + .col-sm-2 { padding-top: 0; }
    #customers-carousel .row .col-md-1 + .col-md-1 + .col-md-1 + .col-md-1 + .col-md-1 + .col-md-1 + .col-md-1 + .col-md-1 + .col-md-1 + .col-md-1 + .col-md-1 + .col-md-1 + .col-md-1 { padding-top: 20px; }
}

/*.carousel-indicators li {
    width: 7px;
    height: 7px;
    background-color: #e8e8e8;
    border: none;
    border-radius: 100%;
}
.carousel-indicators .active { width: 7px; height: 7px; margin: 1px; background-color: #494949; }*/

/* Support */
.section-default.support h4 .dvl-icon { font-size: 90px; vertical-align: middle; margin-top: 10px; display: block; }
.support-more-help .number { font-weight: 700; font-size: 18px; }
.section-default.support-more-help h2 { margin-bottom: 40px; }

#supportPolicy .card { border-radius: 0; }
#supportPolicy .card ul { margin-bottom: 0; }
#supportPolicy .card-block.standard { background-color: #eb8447; }
#supportPolicy .card-block.extended { background-color: #3c8ecb; }
#supportPolicy .card-block.premium { background-color: #2f578e; }
#supportPolicy .card-title { color: #ffffff; margin-bottom: 0; font-size: 20px; }
#supportPolicy .card-title i { font-size: 36px; vertical-align: middle; }
#supportPolicy .card-title i + span {margin-left: 6px; }
#supportPolicy .card-title span { vertical-align: middle; }

/*
 * Others
 */
.btn span.letter { vertical-align: bottom; }

.nav-center { text-align: center; }
.nav-right { text-align: right; }
.nav-inline-icon { text-align: center; }
.nav-inline-icon a:hover, .nav-inline-icon a:focus { text-decoration: none; }
.nav-inline-icon .dvl-icon { display: block; font-size: 90px; }
.nav-inline-icon span { display: block; line-height: 1.3; margin-left: 0; }
.nav-inline-icon .dvl-icon + span { margin-top: 8px; }

.inline-icon { color: #494949; cursor: pointer; }
a.inline-icon:hover, a.inline-icon:focus { text-decoration: none; color: #0068c3; }
.inline-icon svg {
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.inline-icon svg + span,
.inline-icon span + svg {
    margin-left: 6px;
}
.inline-icon .dvl-icon { font-size: 28px; vertical-align: middle; }
.inline-icon.lg-icon .dvl-icon { font-size: 36px; }

.back-to-top { text-align: right; padding: 30px 40px 0 0; }

.displayBlock-xs { display: block; }

.freeEnt-box { display: block; text-align: right; border-top: 1px solid #e8e8e8; font-size: 0; }
.freeEnt-box > * { width: 80px; text-align: center; display: inline-block; padding: 0 .75rem; font-size: 18px; letter-spacing: -.06em; font-weight: bold; }
.freeEnt-box > .free { border-right: 1px solid #e8e8e8; }
@media (min-width: 544px) {
    .freeEnt-box > * { font-size: 24px; }
    .freeEnt-box > .enterprise { width: 134px; }
}

/* sub bullet */
ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul ul li.nav-item:before {
    content: normal;
}

/* Form */
.form-success { margin-top: -20px; }
.form-success .dvl-icon { color: #78b41b; }
.successmessage {
    margin-top: -1px;
    display: block;
    border-top: 2px solid #78b41b;
    color: #78b41b;
    padding: 2px 0;
    font-size: 12px;
}

/* Table */
.table.table-primary td, .table.table-primary th { text-align: center; border-top: none; border-bottom: 1px solid #eeeeee; }
.table.table-primary td { border-right: 1px solid #eeeeee; }
.table.table-primary td:last-child { border-right: none; }
.table.table-primary thead th { font-size: 11px; border-bottom: none; border-right: 1px solid #eeeeee; }
.table.table-primary .thead-inverse th { color: #494949; background-color: #f5f5f5; }
.table-primary.table-hover tbody tr:hover { background-color: #fafafa; }
.table-primary a:hover, .table-primary a:focus { text-decoration: none; }
.table-primary a:hover span { text-decoration: underline; }
.table-primary svg { height: 20px; width: 20px; vertical-align: middle; }
.table-primary .dvl-icon { font-size: 19px; vertical-align: middle; color: #0068c3; }
.table-primary .svg-pdf,
.table-primary .dvl-icon.pdf { color: #cc0033; }
.table-primary span { vertical-align: middle; color: #494949; }
.table-primary svg + span,
.table-primary .dvl-icon + span {
    margin-left: 8px;
}

.table.table-secondary th { padding: 1rem .75rem; border-top: 0; border-bottom-color: #eeeeee; font-size: 24px; letter-spacing: -.06em; line-height: 1.2; }
.table.table-secondary .free { width: 80px; border-right: 1px solid #eeeeee; }
.table.table-secondary .enterprise { width: 81px; }
.table.table-secondary td { background-color: #f8f8f8; padding: .5rem; line-height: 1.2; vertical-align: middle; }
.table.table-secondary i { font-size: 19px; }
.table.table-secondary i.light { color: #dddddd; }
.table.table-secondary svg.light { color: #dddddd; }
.table.table.table-secondary td, .table.table.table-secondary th { border-top-color: #eeeeee; }
@media (min-width: 544px) {
    .table.table-secondary td, .table.table-secondary th { padding-right: 1.875rem; padding-left: 1.875rem; }
    .table.table-secondary .enterprise { width: 135px; }
}

/* Flex Container */
.flex-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.g-row { margin: -40px -20px 0; }
.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    margin: 20px 20px 0;
}
.g-40 { margin: -80px -16px 0; }
.g-40 > .g1, .g-40 > .g2, .g-40 > .g3, .g-40 > .g4, .g-40 > .g5, .g-40 > .g6, .g-40 > .g7, .g-40 > .g8, .g-40 > .g9, .g-40 > g10, .g-40 > .g11, .g-40 > .g12 {
    padding-top: 40px;
    margin: 40px 40px 0;
}
@media (min-width: 768px) {
    .g-row { margin: -20px -20px 0; }
    .g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0 20px;
    }
    .g-40 { margin: -40px -20px 0; }
    .g-40 > .g1, .g-40 > .g2, .g-40 > .g3, .g-40 > .g4, .g-40 > .g5, .g-40 > .g6, .g-40 > .g7, .g-40 > .g8, .g-40 > .g9, .g-40 > g10, .g-40 > .g11, .g-40 > .g12 {
        margin-top: 40px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0 40px;
    }
    .g3 { width: 25%; }
    .g4 { width: 33.333333%; }
    .g5 { width: 41.666666%; }
    .g6 { width: 50%; }
    .g9 { width: 75%; }
    .g1-offset { margin-left: 8.333333% !important; }
    .g2-offset { margin-left: 16.666666% !important; }
    .g3-offset { margin-left: 25% !important; }
}

/* icons animated */
.minus-icon { position: relative; display: block; width: 24px; height: 24px; margin-top: 10px;}
.minus-icon ._path {
    background-color: #494949;
    position: absolute;
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition-property: -webkit-transform, color, opacity;
    transition-property: transform, color, opacity;
}
.minus-icon ._path.-line { width: 14px; height: 2px; }
.minus-icon ._path.-line.-horizontal,
.minus-icon ._path.-line.-vertical {
    top: 11px;
    left: 5px;
}
.collapsed .minus-icon ._path.-line.-vertical {
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
}

/* List OS */
.divider + .list-os-inline { margin-top: 40px; }
.list-os-inline { list-style: none; padding: 0; text-align: center; }
.list-os-inline > li { display: inline-block; height: 36px; line-height: 36px; }
.list-os-inline > li + li { margin-left: 20px; }
.list-os-inline a { text-decoration: none !important; }
.list-os-inline i { font-size: 28px; vertical-align: middle; position: relative; top: -2px; }
.list-os-inline .title { display: block; margin-bottom: 20px; }
@media (min-width: 544px) {
    .list-os-inline .title { display: inline-block; margin-bottom: 0; }
    .list-os-inline i { font-size: 36px; }
    .list-os-inline svg { width: 36px; height: 36px; }
}

/* Media */
.media-img {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    padding: 24px;
    height: 195px;
}
#logos .media-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#logos .media-img .img-fluid {
    max-height: 100%;
}
.media-img.grey {
    background-color: #d2d2d2;
}
.media-name {
    margin-top: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
}
.media-list-link { list-style: none; font-size: 0; padding-left: 0; }
.media-list-link > li {
    display: inline-block;
    font-size: 10px;
}
.media-list-link > li + li {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid lightgray;
}
.media-list-link > li a { color: #494949; }
.media-img + .media-list-link { margin-top: 12px; }
#wallpapers .media-img {
    padding: 0;
    height: auto;
}
#wallpapers .media-img a {
    display: block;
    padding-bottom: 62.5%;
    height: 0;
    overflow: hidden;
}
#wallpapers .media { margin-top: 8px; }

/* Lazyload */
[data-expand].lazyload {
    opacity: 0;
    transform: scale(0.8);
}
[data-expand].lazyloaded {
    opacity: 1;
    transition: opacity 700ms, transform 700ms;
    transform: scale(1);
}
img.lazyload {
    opacity: 0;
}
img.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

/*
 * @media Max
 */
 /* Custom */
@media (max-width: 991px) {
    .section-default.experts .row { max-width: 600px; margin: 0 auto; }
    .section-default.experts .row > div + div { margin-top: 40px; }
}
/* Medium Device */
@media (max-width: 767px) {
    .divider-sm-top {
        border-top: 1px solid #333333;
    }
}
/*
 * @media Min
 */
/* Small Device */
@media (min-width: 544px) {
    .section-default.support h4 .dvl-icon { display: inline-block; margin-top: 0; margin-left: 20px; }
    .displayBlock-xs { display: inline-block; }

    #supportPolicy .card { height: 100%; }
}
/* Medium */
@media (min-width: 768px) {
    #wrapper { height: calc(100% - 120px ); /* header height */ }
}
@media (min-width: 992px) {
    .nav-inline-icon .dvl-icon, .section-default.support h4 .dvl-icon { font-size: 120px; }
    .nav-inline-icon svg, .section-default.support h4 svg {
        height: 120px;
        width: 120px;
    }

    .contact-form { max-height: none; }
}