/* Search Form */
.directory-searcher {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    float: left;
    left: 50%;
    margin-left: -470px;
    margin-top: 20px;
    position: relative;
    width: 940px;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0);
}
.directory-searcher > form {
    display: table;
    float: left;
    width: 100%;
}
.directory-searcher > form .field {
    display: table-cell;
    padding: 0 30px;
    position: relative;
    vertical-align: middle;
}
.field .chosen-container > a::before {
    content: '\e9e8';
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.directory-searcher > form .field::before {
    background: #dce2e4 none repeat scroll 0 0;
    content: "";
    height: 28px;
    margin-top: -14px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
}
.directory-searcher > form .field > input {
    background: #ffffff;
    border: 0;
    float: left;
    font-family: inherit;
    height: 60px;
    margin: 0;
    padding: 0 0 0 20px;
    width: 100%;
    font-weight: 500;
    font-size: .875rem;
    color: #333;
}
.field .chosen-container {
    float: left;
    min-width: 160px !important;
    width: 100% !important;
}
.field .chosen-container > a, .field .chosen-container.chosen-container-single.chosen-container-active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    color: #8d99ae;
    float: left;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    padding: 0 20px 0 0;
    width: 100%;
}
.field .chosen-container > .chosen-drop {
    background: #edf2f4 none repeat scroll 0 0;
    border: medium none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    margin-top: 18px;
    padding: 10px;
}
.field .chosen-container-single .chosen-search input[type="text"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    height: 30px;
}
.field .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}
.field .chosen-container .chosen-results li.active-result.result-selected {
    background: #ffffff none repeat scroll 0 0;
    margin: 4px 0;
    padding: 7px 6px;
}
.field .chosen-container .chosen-results li {
    color: #121212;
    font-family: inherit;
    font-size: 14px;
    margin: 2px 0;
}
.field .chosen-container .chosen-results li.highlighted {
    background: #ffffff none repeat scroll 0 0;
}
.directory-searcher > form .field:last-child::before {
    display: none;
}
.directory-searcher > form .field:last-child {
    padding: 0;
}
.directory-searcher > form button {
    border: medium none;

    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;

    color: #ffffff;
    float: right;
    font-family: inherit;
    font-size: 21px;
    height: 60px;
    margin-left: -1px;
    padding: 0 50px;
    width: 100%;
}
.directory-searcher > form button i {
    margin-left: 11px;
    margin-right: 11px;
}
.directory-searcher.style2 {

    -webkit-box-shadow: 6px 9px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 6px 9px 0 rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 6px 9px 0 rgba(255, 255, 255, 0.2);
    -o-box-shadow: 6px 9px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 6px 9px 0 rgba(255, 255, 255, 0.2);

}
.directory-searcher.style2 > form button {
    background: #8d99ae none repeat scroll 0 0;
}
.directory-searcher.style2 {

    -webkit-box-shadow: 6px 9px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 6px 9px 0 rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 6px 9px 0 rgba(255, 255, 255, 0.2);
    -o-box-shadow: 6px 9px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 6px 9px 0 rgba(255, 255, 255, 0.2);

}
.directory-searcher.extra-margin {
    margin-bottom: 80px;
}
.directory-searcher > form button{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.directory-searcher > form button{
    background-color: #74d1c6;
    cursor: pointer;
}
.directory-searcher > form button:hover{
    background-color: #ededed;
    color: #555555;
}
.field .chosen-container a.chosen-single > div::before {
    display: none;
}

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #dedede;
    border-top: 0;
    background: #fff;
    clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    /*background: url("") -42px 1px no-repeat;*/
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    /*background: url("") no-repeat 0px 2px;*/
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 10px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 10px 20px 10px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #dedede;
    /*background: url("") no-repeat 100% -20px;*/
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;

    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 8px 6px;
    list-style: none;
    line-height: 15px;
    font-size: 14px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    color: #444;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;

}

.result-selected{color: #3f4079 !important;}

.chosen-container .chosen-results li:hover {
    color: #3f4079;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}



.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
/* @end */
/* Cat Lists */
.cat-lists {
    float: left;
    margin-top: 80px;
    padding: 0 50px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.cat-lists > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.cat-lists > ul > li {
    display: inline-block;
    float: none;
    margin: 0 32px;
}
.cat-lists > ul > li a {
    float: left;
}
.cat-lists > ul > li a i {
    background: rgba(0, 23, 31, 0.5) none repeat scroll 0 0;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    display: table;
    float: none;
    font-size: 40px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin-left: -40px;
    position: relative;
    width: 80px;
}
.cat-lists span {
    color: #ffffff;
    float: left;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 16px;
    margin: 6px 0 0;
    width: 100%;
}
.cat-lists > ul > li *{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.cat-lists > ul > li:hover a i{
    background-color: #74d1c6;
}
/* @end */
/* Result Search */
.main-content{
    background-color: #ffffff;
}
.border_bottom_search {
    border-bottom: 1px solid #dadfea;
    padding: 0 15px;
}
.border_bottom_search .row{
    overflow: hidden;
    /*margin-right: -15px;
    margin-left: -15px;*/
}
.question-filter {
    border-bottom: 1px solid #dadfea;
}
.sort-questions {
    min-height: 44px;
}
.sort-questions ul,
ul.q-f-sort {
    display: block;
    padding-left: 5px;
    margin: 0;
    list-style: none;
}
.sort-questions ul li,
ul.q-f-sort li {
    display: inline-block;
    margin-right: 40px;
}
.sort-questions ul li:last-child,
ul.q-f-sort li:last-child {
    margin-right: 0;
}
.sort-questions ul li a,
ul.q-f-sort li a {
    font-size: 14px;
    color: #8c97b2;
    text-decoration: none;
    display: block;
    line-height: 40px;
    border-bottom: 4px solid transparent;
    /*TRANSISTIONS*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sort-questions ul li a.active,
.sort-questions ul li a:hover,
ul.q-f-sort li a.active,
ul.q-f-sort li a:hover {
    border-bottom: 4px solid #74d1c6;
}
.sort-questions ul li a{
    color: #8c97b2;
}
#results {
    padding: 20px 0;
    color: #fff;
    background: #3f4079
}

#results.is_stuck {
    z-index: 99
}

#results h4 {
    color: #fff;
    margin: 10px 0 0;
    font-size: 18px;
    font-size: 1.125rem
}
.search_bar_list {
    position: relative
}

.search_bar_list input[type=text] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding-left: 15px
}

.search_bar_list input[type=submit] {
    position: absolute;
    right: -1px;
    color: #fff;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 15px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #74d1c6;
    transition: all .3s ease-in-out
}

.search_bar_list input[type=submit]:hover {
    background-color: #ededed;
    color: #555555;
}
.search_bar_list input[type=submit] {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.search_bar_list button[type=button] {
    position: absolute;
    right: -1px;
    color: #fff;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 15px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #74d1c6;
    transition: all .3s ease-in-out
}

.search_bar_list button[type=button]:hover {
    background-color: #ededed;
    color: #555555;
}
.search_bar_list button[type=button] {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}
/* @end */
/* Search Results */
.main-questions-list .q-ltop-content > h2{
    margin: 0 !important;
    font-size: 16px;
    word-wrap: break-word;
}
.main-questions-list .q-ltop-content a.question-title {
    /*display;*/
    color: #444c63;
    font-size: 16px;
    font-weight: 700;
    /*word-break: break-word;*/
}
.main-questions-list .q-lbtm-content .question-excerpt {
    color: #6f7d95;
    font-size: 14px;
}
.main-questions-list .question-excerpt {
    margin-top: 5px;
    margin-bottom: 10px;
}
.main-questions-list .q-left-content {
    padding: 0;
    float: left;
}
.main-questions-list .q-right-content {
    padding: 0;
    text-align: center;
    float: left;
}
.main-questions-list .q-right-content .pumping{
    float: right;
    margin-top: 30px;
}
.main-questions-list .q-right-content .pumping span.btn-pump, .main-questions-list .q-right-content .pumping span.btn-time{
    padding: 11px 20px;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
}
.main-questions-list .q-right-content .pumping span.btn-pump{
    background: #3498db;
    cursor: pointer;
}
.main-questions-list .q-right-content .pumping span.btn-time{
    background: #afb0b3;
}
.main-questions-list .q-right-content .pumping span.btn-pump i, .main-questions-list .q-right-content .pumping span.btn-time i{
    padding-right: 6px;
    display: inline;
}
.main-questions-list ul.question-statistic{
    text-align:right;
}
.main-questions-list ul.question-statistic li {
    display: inline-block;
    text-align: center;
    margin-left: 35px;
}
.main-questions-list ul.question-statistic li span {
    width: 23px;
    height: 23px;
    display: block;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 15px;
    border: 1px solid #d9dfe9; /* stroke */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius:50%; /* border radius */
    color: #d9dfe9;

}
.main-questions-list ul.question-statistic li a:hover span {
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background-color: #74d1c6;
    color: #fff;
    border: none;
}
.main-questions-list ul.question-statistic li.active span {
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background-color: #74d1c6;
    color: #fff;
    border: none;
}
#main_questions_list li.question-item {
    display: block;
    /*min-height: 130px;*/
    border-bottom: 1px solid #dadfea;
    /*overflow: hidden;*/
    padding:20px 35px;
    position: relative;
}

#main_questions_list > li:nth-child(2n+1) {
    background: #fbfcff;
}
#main_questions_list h2 {
    /*width: 50%;*/
    /*cuong*/
    width: 100%;
    margin: 50px auto;
}
.question-item .q-right-content:hover > ul.post-controls {
    display: block;
}
.type-question ul.question-tags li{
    margin: 10px 5px 10px 0;
}
.main-questions-list .q-ltop-content a.question-title{
    color: #444c63;
}
.main-questions-list .q-lbtm-content .question-excerpt{
    color: #6f7d95
}
.question-cat span{
    display: inline-block;
    vertical-align: middle;
}
.question-cat span.author-avatar{
    max-width: 30px;
    margin-right: 8px;
}
.question-cat span.author-avatar img{
    max-width: 100%;
    height: auto;
}
.question-cat span.user-badge{
    padding:0 10px;
    color: #fff;
    /*margin-left: 10px;*/
    margin-right: 15px;
    line-height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* border radius */
    background-color: #00adef; /* layer fill content */
}
ul.question-tags {
    display: inline-block;
    margin-bottom: 10px;
}
ul.question-tags li{
    margin: 10px 8px 10px 0;
    margin-bottom: 10px;
    display: inline-block;
}
.type-question ul.question-tags li{
    margin: 10px 5px 10px 0;
}
.q-tag{
    border: 1px solid #d9dfe9; /* stroke */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* border radius */
    background-color: #f3f5f9; /* layer fill content */
    text-decoration: none;
    color: #6f7d95;
    line-height: 20px;
    display: inline-block;
    padding: 0 10px;
    margin-right:5px;
}
.q-tag {
    color: #6f7d95;
    background: #f3f5f9;
}
.author-avatar img{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    max-width: 100%;
    height: auto;
}
.author-name{
    margin: 0 15px;
    color: #6f7d95;
}
/* @end */
/* Pagination */
.paginations {
    min-height: 44px;
    border-bottom: 1px solid #dadfea;
}
.paginations.home {
    border-bottom: 0;
}
.paginations ul {
    margin: 0;
    line-height: 46px;
}
.paginations ul li {
    display: inline-block;
    margin-right: 10px;
}
.paginations ul li a,
.paginations ul li span {
    border: 1px solid rgba(140,151,178,.4);
    width: auto;
    height: 26px;
    display: block;
    line-height: 1.8;
    min-width: 28px;
    text-align: center;
    padding: 0 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* border radius */
    font-size: 13px;
    color: #8c97b2;
}
.paginations ul li a:hover,
.paginations ul li span.current {
    color: #fff;
    background-color: #3397db; /* layer fill content */

}
.paginations ul li a.first,
.paginations ul li a.last {
    padding: 0 10px;
}
.paginations ul li a{
    color: #8c97b2;
}
.paginations ul li a:hover,
.paginations ul li a.current {
    color: #fff;
}
/* @end */
.right-sidebar {
    background: #eef1f7;
}
.right-sidebar{
    margin-bottom: -99999px;
    padding-bottom: 99999px !important;
}
.right-sidebar {
    /*border-left: 1px solid #dadfea;*/
    min-height: 800px;
    padding: 0;
    background: #eef1f7;
}
.right-sidebar .widget {
    margin-top: 3px;
}
.right-sidebar li.widget{
    list-style: none;
    /* padding-left: 20px; */
    padding: 15px;
}
.widget-related-tags{
    padding: 0 20px;
}
.widget-related-tags li {
    /*height: 30px;*/
    display: block;
    margin-bottom: 5px;
}
.widget-related-tags h3{
    color: #2c3e50;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #dadfea;
    padding-bottom:10px;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .directory-searcher.extra-margin {margin-bottom: 80px; }
    .cat-lists {margin-bottom: 50px; margin-top: 50px; }
    .main-questions-list ul.question-statistic li{
        margin-left:10px;
    }
}
@media (max-width: 980px) {
    .directory-searcher {-webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; left: 0; margin-left: 0; width: 100%; margin-top: 30px; }
    .directory-searcher > form .field {float: left; height: 60px; width: 100%; }
    .field .chosen-container {margin: 18px 0; min-width: 100% !important; padding: 0 20px; }
    .field .chosen-container a.chosen-single > div::before {display: none; }
    .directory-searcher > form button {-webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
    .directory-searcher.extra-margin {margin-bottom: 0; }

    .main-questions-list ul.question-statistic li{
        margin-right:5px;
        margin-left: 15px;
    }
    .disable-mobile{
        display:none !important;
    }
}
@media (max-width: 767px) {
    .directory-searcher.extra-margin {margin-bottom: 0; }
    .cat-lists{display: none;}
    #results {
        padding: 10px 0
    }
    #results h4 {
        display: none
    }

    .main-questions-list ul.question-statistic li{
        margin-right:5px;
        margin-left: 5px;
    }
}
@media (max-width: 520px)  {
    .directory-searcher > form .field {width: 100%; }
    .directory-searcher > form .field::before {display: none; }
    .directory-searcher.extra-margin {margin-bottom: 0; }
    .cat-lists {padding: 0; }
    .cat-lists > ul > li {float: left; margin: 0; text-align: center; width: 50%; }
    .cat-lists > ul > li a {display: inline-block; float: none; }
}
/*.btn-advanced-search{*/
    /*color: #ffffff;*/
/*}*/
/*.btn-advanced-search:hover, .btn-advanced-search:active, .btn-advanced-search:focus{*/
    /*color: #74d1c6;*/
/*}*/

#custom-search {
    text-align: center;
    margin-top: 25px;
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    float: left;
    clear: both;
    width: 100%;
}

.btn-advanced-search:hover, .btn-advanced-search:active, .btn-advanced-search:focus{
    /*background-color: #ededed;*/
    /*color: #555555;*/
    color: #ffffff;
}

.btn-advanced-search {
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*background-color: black;*/
    /*background-color: rgba(0, 0, 0, 0.3);*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px 6px 10px;
    line-height: 1;
    text-shadow: none;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
    /*background-color: #74d1c6;*/
    /*color: #74d1c6;*/
    background-color: rgb(78 78 78);
    color: #74d0c5;
}
/** PAGINATION */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination > li {
    display: inline
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination > li a{
    cursor: pointer;
}
.pagination > li.active a, .pagination > li.active a:hover{
    cursor: not-allowed !important;
    background-color: #3f4079;
    border-color: #3f4079;
}
/** END PAGINATION **/
/** LOADING **/
.bg-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}
.lds-ripple {
    position: fixed;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    z-index: 9999;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #533b8c;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
/** END LOADING **/
/** CATEGORY **/
.title-name-category{
    font-size: 18px;
    font-weight: 500;
    margin: .5em 0;
}
/** END CATEGORY **/
/** DOCUMENTS **/
.more {
    position: relative;
    height: 10em;
    overflow: hidden;
}
.more:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10em;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(transparent 0,#fff);
    background: -moz-linear-gradient(transparent 0,#fff);
    background: -o-linear-gradient(transparent 0,#fff);
    background: linear-gradient(transparent 0,#fff);
    border-radius: 2px;
    z-index: 1;
}

/*** FAVORIS ***/
.docFavoris span {
    width: 23px;
    height: 23px;
    display: block;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 15px;
    border: 1px solid #b1b1b1; /* stroke */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius:50%; /* border radius */
    color: #b1b1b1;

}
.docFavoris:hover span {
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    /*background-color: #3f4079;*/
    background-color: #74d1c6;
    color: #fff;
    border: none;
}
.docFavoris.active span {
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    /*background-color: #3f4079;*/
    background-color: #74d1c6;
    color: #fff;
    border: none;
}
/**SCROLL**/

.scrollbar {
    /*margin-left: 30px;*/
    float: left;
    max-height: 400px;
    width: 100%;
    /*background: #fff;*/
    overflow-y: scroll;
    margin-bottom: 25px;
}
.force-overflow {
    /*min-height: 450px;*/
    min-height: 200px;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4; }

.scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-danger::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547; }

.scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-warning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #FF8800; }

.scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00C851; }

.scrollbar-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-info::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #33b5e5; }

.scrollbar-default::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-default::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2BBBAD; }

.scrollbar-secondary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-secondary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-secondary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    /*background-color: #aa66cc; */
    background-color: #3f4079;
}
/** END DOCUMENTS **/
/** NAV **/
.pre-header {
    color: #333333;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #fff;
}
.pre-header .list-inline {
    padding-left: 0;
    margin-left: -5px;
    margin-bottom: 5px;
    list-style: none;
}
.pre-header .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.additional-cms-page li:first-child {
    padding-left: 0;
}
.pre-header li {
    padding-left: 11px;
    padding-right: 15px;
    border-right: solid 1px #d8d8d8;
}
.pre-header .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.pre-header li:last-child {
    border: none;
}
.pull-right {
    float: right!important;
}
.pre-header a {
    color: #333333;
}
.pre-header a:hover {
    color: #3f4079;
}
.pre-header .user-menu li {
    border: none;
}
/** END NAV **/
/** CMS PAGES **/
.singlepost {
    background-color: #fff;
    padding: 30px 30px 5px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.singlepost p {
    line-height: 1.8;
}
.singlepost h1 {
    font-size: 32px;
    font-size: 2rem;
}
/** END CMS PAGES **/
/** PRICING **/
/* --------------------------------

Primary style

-------------------------------- */
/* rem reference
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
36px= 2.571428571rem
42px= 3rem
48px= 3.428571429rem
64px= 4.57142857rem
72px= 5.142857143rem
*/
a {
    color: #3aa9b4;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

/* Tables */
.pricing-container {
    width: 90%;
    max-width: 1170px;
    margin: 1em auto;
}
@media only screen and (min-width: 768px) {
    .pricing-container {
        margin: 0 auto;
    }
    .pricing-container.full-width {
        width: 100%;
        max-width: none;
    }
}

.pricing-switcher {
    text-align: center;
}
.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #74d1c6;
    margin-bottom: 0;
}
.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 35px;
    line-height: 44px;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
}
.pricing-switcher .switch {
    /* floating background */
    position: absolute;
    top: 3px;
    left: 3px;
    height: 41px;
    width: 90px;
    background-color: #2e2e57;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
    /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
    -webkit-transform: translateX(88px);
    -ms-transform: translateX(88px);
    -o-transform: translateX(88px);
    transform: translateX(88px);
}

.no-js .pricing-switcher {
    display: none;
}

.pricing-list {
    margin: 2em 0 0;
}
.pricing-list > li {
    position: relative;
    margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
    .pricing-list {
        margin: 3em 0 0;
    }
    .pricing-list:after {
        content: "";
        display: table;
        clear: both;
    }
    .pricing-list > li {
        /*width: 33.3333333333%;*/
        width: 48%;
        float: left;
    }
    .cd-has-margins .pricing-list > li {
        /*width: 31.3333333333%;*/
        width: 48%;
        float: left;
        margin-right: 1.5%;
    }
    /*.cd-has-margins .pricing-list > li:last-of-type {*/
    /*margin-right: 0;*/
    /*}*/
}

.pricing-wrapper {
    /* this is the item that rotates */
    position: relative;
}
.touch .pricing-wrapper {
    /* fix a bug on IOS8 - rotating elements dissapear*/
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}
.pricing-wrapper.is-switched {
    /* totate the tables - anticlockwise rotation */
}
.pricing-wrapper.is-switched .is-visible {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    animation: table-rotate 0.5s;
    -webkit-animation: table-rotate 0.5s;
    -moz-animation-name: table-rotate 0.5s;
}
.pricing-wrapper.is-switched .is-hidden {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    animation: table-rotate-inverse 0.5s;
    -webkit-animation: table-rotate-inverse 0.5s;
    -moz-animation-name: table-rotate-inverse 0.5s;
    opacity: 0;
}
.pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}
.pricing-wrapper.is-switched.reverse-animation {
    /* invert rotation direction - clockwise rotation */
}
.pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    animation: table-rotate-back 0.5s;
    -webkit-animation: table-rotate-back 0.5s;
    -moz-animation-name: table-rotate-back 0.5s;
}
.pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    animation: table-rotate-inverse-back 0.5s;
    -webkit-animation: table-rotate-inverse-back 0.5s;
    -moz-animation-name: table-rotate-inverse-back 0.5s;
    opacity: 0;
}
.pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}
.pricing-wrapper > li {
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Firefox bug - 3D CSS transform, jagged edges */
    outline: 1px solid transparent;
}
.pricing-wrapper > li::after {
    /* subtle gradient layer on the right - to indicate it's possible to scroll */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #FFFFFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.pricing-wrapper > li.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    display: none;
}
.pricing-wrapper .is-visible {
    /* the front item, visible by default */
    position: relative;
    z-index: 5;
}
.pricing-wrapper .is-hidden {
    /* the hidden items, right behind the front one */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.pricing-wrapper .is-selected {
    /* the next item that will be visible */
    z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
    .pricing-wrapper > li::before {
        /* separator between pricing tables - visible when number of tables > 3 */
        content: '';
        position: absolute;
        z-index: 6;
        left: -1px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: #f2f2f8;
    }
    .pricing-wrapper > li::after {
        /* hide gradient layer */
        display: none;
    }
    .popular .pricing-wrapper > li {
        box-shadow: inset 0 0 0 3px #e74e84;
        border: 2px solid #e74e84;
    }
    .cd-has-margins .pricing-wrapper > li, .cd-has-margins .popular .pricing-wrapper > li {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }
    .abn-pme .pricing-wrapper > li {
      box-shadow: inset 0 0 0 3px #3aaeee;
      border: 2px solid #3aaeee;
    }
    .cd-has-margins .pricing-wrapper > li, .cd-has-margins .abn-pme .pricing-wrapper > li {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }
    .abn-groupe .pricing-wrapper > li {
      box-shadow: inset 0 0 0 3px #49991e;
      border: 2px solid #49991e;
    }
    .cd-has-margins .pricing-wrapper > li, .cd-has-margins .abn-groupe .pricing-wrapper > li {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }
    .abn-premium .pricing-wrapper > li {
      box-shadow: inset 0 0 0 3px #50529b;
      border: 2px solid #50529b;
    }
    .cd-has-margins .pricing-wrapper > li, .cd-has-margins .abn-premium .pricing-wrapper > li {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }
    :nth-of-type(1) > .pricing-wrapper > li::before {
        /* hide table separator for the first table */
        display: none;
    }
    .cd-has-margins .pricing-wrapper > li {
        border-radius: 4px 4px 6px 6px;
    }
    .cd-has-margins .pricing-wrapper > li::before {
        display: none;
    }
}
@media only screen and (min-width: 1500px) {
    .full-width .pricing-wrapper > li {
        padding: 2.5em 0;
    }
}

.no-js .pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}

@media only screen and (min-width: 768px) {
    .popular .pricing-wrapper > li::before {
        /* hide table separator for .popular table */
        display: none;
    }

    .popular + li .pricing-wrapper > li::before {
        /* hide table separator for tables following .popular table */
        display: none;
    }
}
.pricing-header {
    position: relative;
    z-index: 1;
    height: 80px;
    padding: 1em;
    pointer-events: none;
    background-color: #3f4079;
    color: #fff;
}
.pricing-header h2 {
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
}
.abn-pme .pricing-header {
  background-color: #3aaeee;
}
.popular .pricing-header {
  background-color: #e74e84;
}
.abn-groupe .pricing-header {
  background-color: #49991d;
}
.abn-premium .pricing-header {
  background-color: #50529b;
}

.abn-pme .pricing-wrapper > li {
  box-shadow: inset 0 0 0 3px #3aaeee;
  border: 2px solid #3aaeee;
}
.popular .pricing-wrapper > li {
  box-shadow: inset 0 0 0 3px #e74e84;
  border: 2px solid #e74e84;
}
.abn-groupe .pricing-wrapper > li {
  box-shadow: inset 0 0 0 3px #49991d;
  border: 2px solid #49991d;
}
.abn-premium .pricing-wrapper > li {
  box-shadow: inset 0 0 0 3px #50529b;
  border: 2px solid #50529b;
}
@media only screen and (min-width: 768px) {
    .pricing-header {
        height: auto;
        padding: 1.9em 0.9em 1.6em;
        pointer-events: auto;
        text-align: center;
        color: #555;
        background-color: transparent;
    }
    .abn-pme .pricing-header {
        color: #555;
        background-color: transparent;
    }
    .popular .pricing-header {
        color: #555;
        background-color: transparent;
    }
    .abn-groupe .pricing-header {
        color: #555;
        background-color: transparent;
    }
    .abn-premium .pricing-header {
        color: #555;
        background-color: transparent;
    }
    .pricing-header h2 {
        font-size: 24px;
        font-size: 1.5rem;
        letter-spacing: 2px;
        color: #555;
    }
    .abn-pme .pricing-header h2 {
        color: #3aaeee;
    }
    .popular .pricing-header h2 {
        color: #e74e84;
    }
    .abn-groupe .pricing-header h2 {
        color: #49991d;
    }
    .abn-premium .pricing-header h2 {
        color: #50529b;
    }
}

.currency,
.price-value {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
}

.price-duration {
    font-weight: 400;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}
.popular .price-duration {
    color: rgba(255, 255, 255, 0.7);
}
.price-duration::before {
    content: '/';
    margin-right: 2px;
}

@media only screen and (min-width: 768px) {
    .price-value {
        font-size: 90px;
        font-size: 5.625rem;
        font-weight: 300;
    }

    .currency,
    .price-duration {
        font-weight: 700;
        color: rgba(85, 85, 85, 0.4);
    }
    .popular .currency, .popular
    .price-duration {
        color: rgba(85, 85, 85, 0.4);
    }

    .currency {
        display: inline-block;
        margin-top: 10px;
        vertical-align: top;
        font-size: 2rem;
        font-weight: 700;
    }

    .price-duration {
        font-size: 1.4rem;
    }
}
.pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.is-switched .pricing-body {
    /* fix a bug on Chrome Android */
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .pricing-body {
        overflow-x: visible;
    }
}

.pricing-features {
    /*width: 600px;*/
    width: auto;
}
.pricing-features:after {
    content: "";
    display: table;
    clear: both;
}
.pricing-features li {
    /*width: 100px;*/
    width: 100%;
    float: left;
    padding: 1.6em 1em;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.pricing-features em {
    /*display: block;*/
    display: initial;
    margin-bottom: 5px;
    font-weight: 600;
    font-style: normal;
}

.pricing-features li:nth-of-type(2n+1) {
    background-color: rgba(63, 64, 121, 0.06);
}
@media only screen and (min-width: 768px) {
    .pricing-features {
        width: auto;
    }
    .pricing-features li {
        float: none;
        width: auto;
        padding: 1em;
    }
    .popular .pricing-features li {
        margin: 0 3px;
    }
    .pricing-features li:nth-of-type(2n+1) {
        background-color: rgba(63, 64, 121, 0.06);
    }
    .pricing-features em {
        display: inline-block;
        margin-bottom: 0;
    }
    .cd-has-margins .popular .pricing-features li {
        margin: 0;
    }
}

.pricing-footer {
    /*position: absolute;
    background: none;
    z-index: 1;
    top: 0;
    left: 0;*/
    /* on mobile it covers the .pricing-header */
    /*height: 80px;
    width: 100%;*/
    position: relative;
    height: auto;
    text-align: center;
    padding-bottom: 0;
}
.pricing-footer::after {
    /* right arrow visible on mobile */
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background: url(/../assets/images/small-arrow.svg);
}
@media only screen and (min-width: 768px) {
    .pricing-footer {
        position: relative;
        height: auto;
        padding: 1.8em 0;
        text-align: center;
    }
    .pricing-footer::after {
        /* hide arrow */
        display: none;
    }
    .cd-has-margins .pricing-footer {
        padding-bottom: 0;
    }
}

/*.select-plan {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    // hide button text on mobile
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}*/
.select-plan {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 3em;
    color: #fff;
    border-radius: 2px;
    background-color: #50529b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.no-touch .select-plan:hover {
    background-color: #363768;
    color: #fff;
}
.popular .select-plan {
    background-color: #e74e84;
}
.no-touch .popular .select-plan:hover {
    background-color: #e43874;
    color: #fff;
}
.abn-pme .select-plan {
  background-color: #3aaeee;
}
.no-touch .abn-pme .select-plan:hover {
  background-color: #049bef;
  color: #fff;
}
.abn-groupe .select-plan {
  background-color: #49991d;
}
.no-touch .abn-groupe .select-plan:hover {
  background-color: #369005;
  color: #fff;
}
.abn-premium .select-plan {
  background-color: #50529b;
}
.no-touch .abn-premium .select-plan:hover {
  background-color: #363768;
  color: #fff;
}
.cd-has-margins .select-plan {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}
@media only screen and (min-width: 768px) {
    .select-plan {
        position: static;
        display: inline-block;
        height: auto;
        padding: 1.3em 3em;
        color: #fff;
        border-radius: 2px;
        background-color: #50529b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        text-indent: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .no-touch .select-plan:hover {
        background-color: #363768;
        color: #fff;
    }
    .popular .select-plan {
        background-color: #e74e84;
    }
    .no-touch .popular .select-plan:hover {
        background-color: #e43874;
        color: #fff;
    }
    .abn-pme .select-plan {
      background-color: #3aaeee;
    }
    .no-touch .abn-pme .select-plan:hover {
      background-color: #049bef;
      color: #fff;
    }
    .abn-groupe .select-plan {
      background-color: #49991d;
    }
    .no-touch .abn-groupe .select-plan:hover {
      background-color: #369005;
      color: #fff;
    }
    .abn-premium .select-plan {
      background-color: #50529b;
    }
    .no-touch .abn-premium .select-plan:hover {
      background-color: #363768;
      color: #fff;
    }
    .cd-has-margins .select-plan {
        display: block;
        padding: 1.7em 0;
        border-radius: 0 0 4px 4px;
    }
}

/* keyframes */
@-webkit-keyframes table-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}
@keyframes table-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}
@keyframes table-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}
@-webkit-keyframes table-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}
/** END PRICING **/
/** SEARCH **/
.search-padding-lr-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.search-scroll-cart-body{
    max-height: 400px;
    overflow-y: scroll;
}

.scrollbar {
    /*margin-left: 30px;*/
    float: left;
    max-height: 400px;
    width: 100%;
    /*background: #fff;*/
    overflow-y: scroll;
    margin-bottom: 25px;
}
.force-overflow {
    /*min-height: 450px;*/
    min-height: 200px;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4; }

.scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-danger::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547; }

.scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-warning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #FF8800; }

.scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00C851; }

.scrollbar-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-info::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #33b5e5; }

.scrollbar-default::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-default::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2BBBAD; }

.scrollbar-secondary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-secondary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-secondary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    /*background-color: #aa66cc; */
    background-color: #3f4079;
}
/** END SEARCH **/
/** SPINNER **/
.loading-text{
    width: 64px !important;
    height: 64px !important;
    padding-top: 0 !important;
}
.lds-roller{
    left: 1% !important;
    top: 1% !important;
}
.spinner{
    height: 64px !important;
    width: 64px !important;
    background: transparent !important;
}
.lds-roller div:after{
    background: #39aab5 !important;
}
/** END SPINNER **/
.content-document ul{list-style: initial !important;}
.info-upgrade{
  background: #f5f5f5;
  padding: 10px 0;
  border-top: 1px solid #dadfea;
  border-bottom: 0;
}
/* OWL CAROUSEL */
#owl-partners .item{
  margin: 3px;
}
#owl-partners .item img{
  display: block;
  width: 100%;
  height: auto;
}

.slider-partners::after{
  background: #000000;
  width: 0;
  height: 0;
}
.slider-partners:hover::after{
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  content: '';
  position: fixed;
  display: block;
  top: 0; bottom: 0; left: 0; right: 0;
}


/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  /*cursor:url(grabbing.png) 8 8, move;*/
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}

/* CSS3 Transitions */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: empty 1ms both ease;
  -moz-animation: empty 1ms both ease;
  animation: empty 1ms both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}

@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/* THEME */
.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  /*background: url(AjaxLoader.gif) no-repeat center center*/
}

/* END OWL CAROUSEL */

/* SEARCH CONTAINER */
.search-horisontal-container{
  background-color: #eef1f7;
  padding: 25px 0;
  line-height: 1;
  color: #000000;
  border-bottom: 1px solid #cecece;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(206,206,206,1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(206,206,206,1);
  box-shadow: 0px 3px 5px 0px rgba(206,206,206,1);
}
/* END SEARCH CONTAINER */

.singlepost h1{
  font-size: 25px;
}
.singlepost h2{
  font-size: 20px;
}


/* BTN SHARE */
.sb-button,   .sb-group{display:inline-flex;align-items:flex-start}
.sb-group{flex-wrap:wrap}
.sb-button{margin:.3125em}
.sb-wrapper{font-size:inherit;cursor:pointer;position:relative;outline:0;min-width:4.125em;height:2.5em;border:none;border-radius:1px;padding:0;line-height:2.571em;background-color:transparent}
.sb-wrapper .sb-count,   .sb-wrapper .sb-icon,   .sb-wrapper .sb-text{display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.sb-wrapper .sb-inner{display:flex;flex:1;width:100%;height:100%}
.sb-wrapper .sb-content{display:flex;height:100%;width:100%}
.sb-wrapper .sb-text{padding:0 .7em;flex:1;height:100%;white-space:nowrap}
.sb-wrapper .sb-icon{text-align:center;width:100%;height:100%;font-size:1.2em;min-width:2em}
.sb-wrapper .sb-count{font-size:.9em;padding:0 .7em}
.sb-wrapper .sb-count,   .sb-wrapper .sb-text{font-weight:700}
.sb-show-text .sb-icon{width:2em}  .sb-show-count{min-width:5.333em}
/*.sb-wrapper .sb-template{
  text-align: center;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    min-width: 2em;
}*/
.sb-default .sb-facebook, .sb-facebook {
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    background-color: #4267B2 !important;
}
.sb-default .sb-twitter, .sb-twitter {
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    background-color: #00acee !important;
}
.sb-default .sb-linkedin, .sb-linkedin {
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    background-color: #006fa6 !important;
}
.fa{
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.fa-facebook::before{
  content: '\e94e';
}
.fa-twitter::before{
  content: '\e969';
}
.fa-linkedin::before{
  content: '\e95c';
}

/* SEARCH PAGE */
.search-overflow .row{
  overflow: visible;
}
.content-search-form{
    /*min-height: 300px;*/
    background: #eef1f7;
    border-right: 1px solid #dadfea;
}
.widget-search{
  padding: 15px;
}
.widget-search h3{
  text-transform: uppercase;
}
.form-control-search {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 35px;
}
.form-control-search:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3f4079;
    outline: 0;
    box-shadow: none;
}
.label-search{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  color: #757575;
  font-size: 0.8rem;
}
#advancedSearchDesktop dp-date-picker{
  display: block
}
.border-left-gold {
    border-left: 5px #3aaab4 solid ;
}
.border-right-gold {
    border-right: 5px #3aaab4 solid ;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header-icon-circle {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    text-align: center;
}
.card-header-p-0-25 {
    padding: 0.75rem 0.25rem !important;
}
.card .card-header-p10-m10 {
    padding: 10px !important;
    margin-bottom: 10px !important;
}
.fw-500, .font-weight-500 {
    font-weight: 500 !important;
}
.fs-20, .font-size-20 {
    font-size: 18px !important;
}
.fs-18, .font-size-18 {
    font-size: 18px !important;
}
.fs-16, .font-size-16 {
    font-size: 16px !important;
}
.fs-14, .font-size-14 {
    font-size: 14px !important;
}
.text-dark {
    color: #191919 !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.label-nb-docs-cat{
    font-size: 15px;
    font-weight: normal;
    text-transform: initial;
}


/* END SEARCH PAGE */
/* ACCORDION */
.card-header h5 a i.indicator.icon_minus_alt2:before {
    content: "\4f";
}
.card-header h5 a i.indicator.icon_plus_alt2:before {
    content: "\50";
}
.card-header h5 a[aria-expanded="true"] i.indicator:before {
    content: "\4f";
}
.card-header h5 a[aria-expanded="false"] i.indicator:before {
    content: "\50";
}

#resultsChildrenSearch .accordion .card-header:hover{
  background-color: rgba(0, 0, 0, 0.03);
}

#advancedSearchDesktop legend, #advancedSearchMobile legend {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: inherit;
    background: #e4e4e4;
    color: #000000;
    white-space: normal;
    margin-left: 15px;
}
#advancedSearchDesktop .form-group-mb, #advancedSearchMobile .form-group-mb{
  margin-bottom: 0.3rem !important;
}
#advancedSearchDesktop .form-control-search, #advancedSearchMobile .form-control-search{
  padding: .175rem .75rem;
  min-height: 30px;
  font-size: 13px;
}
#advancedSearchDesktop .form-control-search::placeholder, #advancedSearchMobile .form-control-search::placeholder{
  color:#cecece;
}
#advancedSearchDesktop .label-search, #advancedSearchMobile .label-search{
  margin-bottom: 1px;
}
#advancedSearchDesktop select.form-control:not([size]):not([multiple]), #advancedSearchMobile select.form-control:not([size]):not([multiple]) {
    height: calc(1.25rem + 2px);
}

/* END ACCORDION */
/* NOTIF SUCCESS ERROR */
.ui-success,
.ui-error {
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
}
.ui-success-circle {
  stroke-dasharray: 260.75219024795285px, 260.75219024795285px;
  stroke-dashoffset: 260.75219024795285px;
  transform: rotate(220deg);
  transform-origin: center center;
  stroke-linecap: round;
  animation: ani-success-circle 1s ease-in both;
}
.ui-success-path {
  stroke-dasharray: 60px 64px;
  stroke-dashoffset: 62px;
  stroke-linecap: round;
  animation: ani-success-path 0.4s 1s ease-in both;
}
@keyframes ani-success-circle {
  to {
    stroke-dashoffset: 782.2565707438586px;
  }
}
@keyframes ani-success-path {
  0% {
    stroke-dashoffset: 62px;
  }
  65% {
    stroke-dashoffset: -5px;
  }
  84% {
    stroke-dashoffset: 4px;
  }
  100% {
    stroke-dashoffset: -2px;
  }
}
.ui-error-circle {
  stroke-dasharray: 260.75219024795285px, 260.75219024795285px;
  stroke-dashoffset: 260.75219024795285px;
  animation: ani-error-circle 1.2s linear;
}
.ui-error-line1 {
  stroke-dasharray: 54px 55px;
  stroke-dashoffset: 55px;
  stroke-linecap: round;
  animation: ani-error-line 0.15s 1.2s linear both;
}
.ui-error-line2 {
  stroke-dasharray: 54px 55px;
  stroke-dashoffset: 55px;
  stroke-linecap: round;
  animation: ani-error-line 0.2s 0.9s linear both;
}
@keyframes ani-error-line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes ani-error-circle {
  0% {
    stroke-dasharray: 0, 260.75219024795285px;
    stroke-dashoffset: 0;
  }
  35% {
    stroke-dasharray: 120px, 120px;
    stroke-dashoffset: -120px;
  }
  70% {
    stroke-dasharray: 0, 260.75219024795285px;
    stroke-dashoffset: -260.75219024795285px;
  }
  100% {
    stroke-dasharray: 260.75219024795285px, 0;
    stroke-dashoffset: -260.75219024795285px;
  }
}

/* END NOTIF SUCCESS ERROR */
/* BTN JE M'ABONNE*/
.btn-purchase-top {
  background-image: linear-gradient( 135deg, #36a3af 10%, #3f4079 100%);
  color: #ffffff !important;
  border: 1px solid #3f4079;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-purchase-top:hover,.btn-purchase-top:focus, .btn-purchase-top:active {
  background-image: linear-gradient( 135deg, #3f4079 10%, #36a3af 100%);
  color: #ffffff !important;
}
/* END BTN JE M'ABONNE*/

#content_fr p, #content_en p, #content_ar p{
	margin-bottom: 15px;
}
.main-questions-list .q-lbtm-content .question-excerpt p{
  margin-bottom: 5px;
}
/*select2*/
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: .75rem !important;
  padding-right: 1.2rem !important;
  padding-top: .375rem !important;
  padding-bottom: .375rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
  }

/* Category description */
blockquote {
    border-left: 3px solid #36a3af;
    color: #36a3af;
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    line-height: 1.8em;
    margin: 1.1em;
    padding: 1em 2em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
}
blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: #fff;
    width: 5px;
    margin-top: -1em;
}
blockquote:after {
    content: '\e84e';
    position: absolute;
    top: 50%;
    left: -0.5em;
    color: #36a3af;
    font-family: fontello;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}
blockquote p {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 980px) {
    blockquote {
        font-size: 1.1em;
        margin: 1.1em -2em;
    }
}
@media (max-width: 767px) {
    blockquote {
      border-top: 2px solid #36a3af;
      border-bottom: 2px solid #36a3af;
      border-left: none;
      margin: 1.5em 0;
      padding: 1.5em 1em;
    }
    blockquote:before {
      left: 50%;
      top: 0;
      height: 4px;
      margin-top: -3px;
      margin-left: -1em;
      width: 2em;
    }
    blockquote:after {
      font-size: 0.75em;
      left: 50%;
      top: 0;
      margin-top: -0.5em;
      margin-left: -0.5em;
    }
}
/* END Category description */
.doc-video-thumb{
  padding: 10px;
    border: 1px solid #afafaf;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
}
.pull-left-doc-video{
  float: left;
}
.icon-click-goback{
    cursor: pointer;
    color:#fff;
    display: block;
    text-align: center;
}
.icon-click-goback i{
  font-size: 1.3rem;
    font-weight: bold;
}
@media (max-width: 767px) {
  .icon-click-goback{
    text-align: left;
    margin-bottom: 10px;
    line-height: 18px;
    display: flex;
  }
  .icon-click-goback i{
    float: left;
    margin-right: 10px;
  }
  .icon-click-goback div{
    float: left;
  }
}
