/*--------------------------------------------------
SUPPORT SECTION
---------------------------------------------------*/

section#support {
    padding-bottom: 0px!important;
    margin-bottom: 45px;
}
.affix {
    position: fixed;
    top: 20px;
    width: 213px
}

@media (max-width: 990px) {
    .affix {
        position: static;
    }
}

.affix-top {
    width: 213px;
    position: static;
}

.affix-bottom {
    width: 213px;
    position: relative;
}

.cien {
    width: 100%!important;
}

.cd-faq-categories a:hover {
    background-color: #333;
}

.cd-faq-categories a.selected {
    background-color: black;
}

.cd-faq-categories a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 28px 0 16px;
    background-color: #4e5359;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    white-space: nowrap;
    border-bottom: 1px solid #555b61;
    text-overflow: ellipsis;
}

.cd-faq-categories li:last-child a {
    border-bottom: none;
}

.cd-faq-items {
    position: fixed;
    height: 100%;
    width: 90%;
    top: 0;
    right: 0;
    background: #ffffff;
    padding: 0 5% 1em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) translateX(100%);
    -moz-transform: translateZ(0) translateX(100%);
    -ms-transform: translateZ(0) translateX(100%);
    -o-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.no-js .cd-faq-items {
    position: static;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-faq-items {
    float: none;
    width: 100%;
    padding-left: 220px;
}

.no-js .cd-faq-items {
    padding-left: 0;
}

.cd-faq-group {
    /* hide group not selected */
    display: block;
}

.cd-faq-group.selected {
    display: block;
}

.cd-faq-group .cd-faq-title {
    font-family: 'PerecGrisVersalita';
    color: gray;
    background: transparent;
    box-shadow: none;
    margin: 1em 0;
}

.no-js .cd-faq-group {
    display: block;
}

.cd-faq-group > li {
    background: #ffffff;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.cd-faq-group li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}

.cd-faq-group li.cd-faq-title:hover {
    box-shadow: none!important;
}

.cd-faq-trigger {
    position: relative;
    display: block;
    margin: 1.6em 0 .4em;
    line-height: 1.2;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
}

.cd-faq-content {
    display: none;
    padding: 0 24px 30px;
}

.cd-faq-content p {
    font-size: 1em;
    color: #6c7d8e;
    line-height: 1.6;
}

.cd-faq-content figure img {
    width: 100%;
}

.no-js .cd-faq-content {
    display: block;
}

@media only screen and (max-width: 768px) {
    .cd-faq-group li:hover {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    }
    .cd-faq-content {
        display: block;
    }
}
