/* <!-- General --> */
body, html {
    font-family: 'Quicksand', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .font-roboto-slab {
    font-family: 'Quicksand', sans-serif;
}

a, button {
    outline: 0 !important;
}

/* <!-- Theme override --> */
.form-control {
    border: 1px solid #ccc;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.menuzord-menu ul.dropdown {
    top: 60px;
}

.menuzord-brand {
    margin: 18px 0 0 0;
}

/* <!-- Menu --> */
.menuzord li a {
    font-family: 'Quicksand', sans-serif !important;
}

.menuzord-menu > li > a {
    padding: 8px 12px;
}

.menuzord-menu > li > a.hasSub {
    padding: 8px 8px 8px 12px;
}

.menuzord-brand img {
    max-height: none;
    margin-top: -15px;
}

.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
    background: #fac20f;
}

.menuzord-menu > li.menu-absolute {
    position: absolute;
    left: 215px;
}

.locked__menu a {
    background-color: #DDDDDD !important;
    font-style: italic;
    color: #F0F0F0;
}

.tp-parallax-wrap .tp-caption {
    max-height: 50px;
}

/* <!-- Utilities --> */
.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.hr-line-dashed {
    height: 1px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

.text-strike {
    text-decoration: line-through;
}

.bg-yellow {
    background: #fac20f;
}

.bg-light-green {
    background: #b9fab2;
}

.alpha-50 {
    opacity: 0.5;
}

/* <!-- Newsletter box --> */
.box-home-newsletter {
    background: #fac20f;
}

.box-home-newsletter .col-md-6:first-child {
    border-right: 1px solid #e7b30e;
}

.box-home-newsletter .newsletter-form {
    max-width: 350px;
}

/* Ressources list */

.list-folder-ressources {
    position: relative;
}

.list-folder-ressources .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.list-folder-ressources:hover .overlay {
    display: block;
}

.list-folder-ressources .overlay > a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -20px;
    width: 360px;
    padding: 12px 0;
}

/* <!-- Map --> */
.home-map {
    position: relative;
}

.home-map .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.home-map:hover .overlay {
    display: block;
}

.home-map .overlay > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -20px;
    width: 240px;
    background: #fac20f;
    padding: 12px 0;
}

.map-legend img {
    width: 24px;
    height: auto;
    vertical-align: middle;
}

.map-legend {
    padding: 25px;
    font-size: 13px;
}

.info_content {
    padding: 10px;
}

.info_content a {
    text-decoration: underline;
}

.info_content h3 {
    margin-top: 0;
}

.info_content p:last-child {
    margin-bottom: 0;
}

/* <!-- Account picture overlay --> */
a._changePicture {
    position: relative;
    display: block;
}

a._changePicture .overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    transition-duration: 0.3s;
}

a._changePicture .overlay .fa {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    font-size: 35px;
}

a._changePicture:hover .overlay {
    display: block;
}

/* <!-- Croppie --> */
.croppie-container {
    height: auto;
}

.upload-result {
    display: none;
}

.showed {
    display: inline-block;
}

/* <!-- Modal --> */
.modal {
    z-index: 10000;
}

.modal-header {
    background-color: #fac20f;
    text-align: center;
    border-bottom: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.modal-header .modal-title {
    color: #FFF;
    font-size: 24px;
}

/* <!-- Summernote --> */
.note-editable {
    padding: 20px !important;
    padding-top: 60px !important;
}

/* <!-- Select2 --> */
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6px 12px;
    box-shadow: none;
    height: 45px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single {
    height: 45px;
    border: 1px solid #eeeeee;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px;
    padding: 6px 12px;
    line-height: 35px;
}

.select2-dropdown {
    border: 1px solid #eeeeee;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 5px;
}

/* <!-- Rooms calendar --> */
._row_room {
    position: relative;
}

._room_reservation {
    position: absolute;
    border-radius: 4px;
    background-color: #1ab394;
    height: 60px;
    overflow: hidden;
}

._room_reservation._type_module {
    background-color: #0066CC;
}

._room_reservation ._body {
    position: relative;
    padding: 5px;
}

._room_reservation ._body a {
    font-weight: bold;
    font-size: 11px;
    color: #FFF;
    margin: 0;
}

._room_reservation ._body p {
    margin: 0;
    font-size: 10px;
    font-style: italic;
    color: #DDDDDD;
    padding: 0;
}

td._is_room {
    background-color: #f8ac59;
    color: #FFFFFF;
}

._overlay_loading {
    display: none;
    position: absolute;
    background-color: #FFF;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 18px;
    z-index: 1;
}

._event_link {
    color: #f8ac59 !important;
}

._new_reservation {
    background-color: #F2F2F2;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    opacity: 0;
}

._new_reservation:hover {
    opacity: 1;
}

/* <!-- Clock picker --> */
.clockpicker-popover {
    z-index: 999999 !important;
}

.panel-group {
    position: relative;
}

/* <!-- Overlay formations list --> */
.item:hover ._overlay_formation, .panel-group:hover ._overlay_formation {
    display: block;
}

._overlay_formation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    text-align: center;
    display: none;
}

._overlay_formation .fa-lock {
    font-size: 55px;
    color: #eeeeee;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

._overlay_formation .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    width: 50%;
}

.btn-theme-colored-yellow {
    background-color: #F8C042;
    color: #ffffff;
    font-weight: bold;
}

.btn-theme-colored-yellow:hover {
    background-color: #fac20f;
    color: #ffffff;
    font-weight: bold;
}

._overlay_formation p {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    width: 50%;
    color: #FFF;
}

/* <!-- Steps progress --> */
.working-process ._is_validated a, .working-process ._is_validated a:hover {
    background-color: #5cb85c;
    color: #FFF;
    border: none;
}

/* <!-- Slider bullets --> */
.metis .tp-bullet {
    width: 15px;
    height: 15px;
}

.metis .tp-bullet.selected, .metis .tp-bullet:hover {
    background: #fac20f;
}

/* <!-- Formations --> */
.formations .box .course-single-item {
    min-height: 300px;
}

.formations .price-tag {
    right: 10px;
}

._formation_overlay_progression, ._img_container ._overlay {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 6px 12px;
    background-color: #F7744B;
    color: #F0F0F0;
    border-radius: 4px;
    font-weight: bold;
}

._formation_overlay_progression.is_complete {
    background-color: #2ecc71;
}

._img_container {
    position: relative;
}

.working-process._formation_progress li a.active {
    background: #5cb85c none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
}

.working-process._formation_progress li a._final_step.active {
    background: #fac20f none repeat scroll 0 0;
}

.working-process._formation_progress li a.locked {
    background: #DDD none repeat scroll 0 0;
    border: 1px solid transparent;
}

._formation_progress h5 {
    font-size: 11px;
}

.working-process > li::before, .working-process > li::after {
    border-top-width: 5px;
    border-top-style: solid;
}

.working-process > li.active::before {
    border-top-color: #5cb85c;
}

.working-process > li.active::after {
    border-top-color: #5cb85c;
}

._formation_author .author-details {
    padding: 20px;
    border: 1px solid #fac20f;
}

._formation_bg {
    border: 2px solid #fac20f !important;
}

._formation_bg h4 {
}

/* <!-- Actions --> */
#modal-view-action .modal-dialog.modal-lg {
    width: 80%;
}

#modal-view-action .modal-body .modal-navigation {
    margin-bottom: 20px;
}

.feuille_actions .table tr td {
    display: table-cell;
    vertical-align: middle;
}

.text-strike {
    text-decoration: line-through;
}

/* <!-- Resources --> */
.resources_table td {
    padding: 10px !important;
    font-size: 16px;
}

.resources_table td:first-child .fa {
    margin-right: 15px !important;
    font-size: 22px;
}

/* <!-- Project events --> */
._project_event .thumb {
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.05);
}

._project_event ._date_up {
    font-weight: bold;
}

._project_event .media-heading a {
    color: #212331;
    font-weight: bold;
    transition-duration: 0.2s;
}

._project_event .media-heading a:hover {
    color: #fac20f;
}

._project_event .media-description {
    color: #000;
    letter-spacing: 0px;
}

._project_event .event-countdown {
    background-color: #fac20f;
}

._project_event .event-countdown p {
    font-weight: bold;
}

._project_event p._country {
    font-weight: bold;
}

/* <!-- Event details --> */
.event_details p._upper_date {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}

.event_details p._upper_date span._day {
    font-size: 26px;
}

.event_details h2._upper_title {
    text-transform: uppercase;
    line-height: 1.2;
}

.event_details h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

/* <!-- Calendar --> */
.fc-day-grid-event {
    cursor: pointer;
    border: none;
}

.fc-day-grid-event._pending {
    background-color: #d3d3d3;
}

.fc-day-grid-event._accepted {
    background-color: #5cb85c;
}

.fc-day-grid-event._declined {
    background-color: #e74c3c;
}

.t_pending {
    color: #d3d3d3;
}

.t_accepted {
    color: #5cb85c;
}

.t_declined {
    color: #e74c3c;
}

.row._has_calendar {
    min-height: 900px;
}

#calendar {
    position: relative;
}

.loader__calendar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 999;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: none;
}

.loader__calendar .fa {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #8c8c8c;
}

/* <!-- Tweaks --> */
section > .container, section > .container-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer .container {
    padding: 30px 0;
}

.event-block .event-meta {
    min-height: 125px;
    width: calc(100% - 45px);
}

.event-block .event-date {
    top: 50%;
    transform: translateY(-55%);
}

.event-block:hover .event-date {
    top: 50%;
}

.menuzord .menuzord-menu ul.dropdown li.active > a {
    background: #fac20f;
    color: #fff;
}

.styled-icons.icon-sm a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF !important;
}

.styled-icons.icon-sm a .fa {
    font-size: 15px;
}

.styled-icons li.facebook-l a {
    background-color: #3b5999;
}

.styled-icons li.twitter-l a {
    background-color: #55acee;
}

.styled-icons li.linkedin-l a {
    background-color: #0077B5;
}

.gm-style-iw div {
    overflow: hidden !important;
}

.gm-style img._logo_saei {
    max-width: 100% !important;
}

section._login_page > .container, section._register_page > .container {
    padding: 30px 0;
}

.has-error .g-recaptcha {
    border: 1px solid #a94442;
    padding: 5px;
    border-radius: 4px;
}

.menuzord-menu > li {
    padding: 14px 0;
}

/* <!-- Lists --> */
.formation-description ul, .formation-description ol {
    margin-left: 15px;
}

.formation-description ul {
    list-style: inherit;
}

.formation-description ol {
    list-style: decimal;
}

.sidebar ul, .sidebar ol {
    margin-left: 15px;
}

.sidebar ul {
    list-style: inherit;
}

.sidebar ol {
    list-style: decimal;
}

.event_details ul, .event_details ol {
    margin-left: 15px;
}

.event_details ul {
    list-style: inherit;
}

.event_details ol {
    list-style: decimal;
}

/**********************************************************************/
/*****************************Search Bar*******************************/
#modal-search-bar{
    overflow: hidden;
}
#modal-search-bar div.modal-dialog{
    margin-top: 50vh;
    transform: translateY(-50%);
}
#modal-search-bar div.modal-content{
    background-color: rgba(255,255,255,.95);
}
#modal-search-bar div.modal-header {
    background: initial;
    margin: 0;
    padding: 0;
}
#modal-search-bar div.modal-body div.container-results {
    width: 100%;
}
/**********************************************************************/
/* <!-- CMS pages --> */
.sticky-wrapper.cms__header .header-nav.navbar-sticky {
    background-color: #3E3B2E;
}

.sticky-wrapper.cms__header.is-sticky .header-nav.navbar-sticky {
    background-color: #FFF;
}

.cms__page {
    margin-top: 92px;
}

.container-light {
    padding: 30px 15px !important;
}

.cta__container h2, .cta__container h3, .cta__container h4 {
    margin-top: 0;
}

.btn-rounded {
}

.content__box {
    padding: 30px 60px;
    width: 100%;
    position: relative;
}

.overlay__bottom__right {
    position: absolute;
    right: 60px;
    bottom: 0;
    z-index: 0;
}

.overlay__bottom__right img {
    max-width: 140px;
}

.content__background {
    min-height: 66vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.content__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.65);
}

.content__overlay h3, .box__overlay {
    color: #FFFFFF;
    font-size: 45px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 15px;
    font-weight: bold;
}

.box__overlay {
    text-align: left;
}

.box__overlay h2 {
    font-size: 55px;
    line-height: 1.3;
    color: #FFFFFF;
    display: block;
    margin-top: 0;
}

.box__overlay small {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.3;
    display: block;
}

.no-pad {
    padding: 0 !important;
}

.partial__about_partners h2 {
    text-align: center;
}

.partial__about_solutions .box {
    display: block;
}

.solution__box, .service__box {
    text-align: center;
    padding: 30px;
    width: 100%;
}

.service__box, .service__box_details {
    display: block;
    clear: both;
    width: 100% !important;
    padding: 15px 30px;
}

.service__box_details {
    font-size: 20px;
    text-align: center;
}

.solution__box h3, .service__box h3 {
    margin-top: 0;
    color: #6F6F6F;
    font-weight: bold;
}

.service__box h3 {
    margin-bottom: 5px;
}

.service__box p {
    font-size: 22px;
}

.solution__box p, .service__box p {
    min-height: 50px;
}

.service__box img {
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}

.solution__box img {
    max-height: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}

.solution__box .btn {
    margin-top: 30px;
}

.partial__about_solutions .box {
    border-right: 1px dotted #FBC210;
}

.partial__about_solutions .row .col-md-4:last-child .box {
    border-right: none;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.flex {
    display: flex;
}

.is__scrolled {
    position: fixed;
    top: 88px;
    width: 100%;
    background-color: #FFF;
    z-index: 9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.big__title {
    background-color: #FBC210;
    padding: 45px;
    text-align: center;
}

.big__title h2 {
    color: #FFFFFF;
}

.bg-gray-ai {
    background-color: #3E3B2E;
}

.gallery__photo {
    height: 33vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.counters h2 {
    color: #FFFFFF;
    font-size: 42px;
    margin-bottom: 70px;
}

.counter__ {
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.row.home-counters {
    margin-right: 0;
    margin-left: 0;
}

.home-counters .counter__ {
    margin-bottom: 20px;
}

.counter__ span {
    font-size: 80px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    color: #FBC210;
}

.home-counters .content__box {
    padding: 15px 60px;
}

.item__testimonial h4 {
    font-size: 2rem;
    font-weight: 600;
}

.item__testimonial .description {
    font-size: 22px;
}

.item__testimonial .description i.fa {
    margin-left: 15px;
    margin-right: 15px;
    color: #C0C0C0;
}

.item__testimonial img {
    max-width: 100px;
    border-radius: 50%;
}

.top__download {
    position: absolute;
    right: 25px;
    top: 25px;
}

.small__cta {
    display: none;
}

#cta__ {

}

#cta__ .container.is__scrolled.small__cta {
    display: block;
}

.big__cta .cta__container {
    padding: 0 60px;
}

.big__cta .cta__container h2 {
    color: #6F6F6F;
    font-size: 2rem;
    margin-bottom: 60px;
}

.big__cta .cta__container h3 {
    color: #6F6F6F;
    font-size: 45px;
    line-height: 1.2;
    font-weight: bold;
}

.cta__container h4 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.big__cta .cta__container h4 {
    font-weight: normal;
    color: #6F6F6F;
}

.cta__container h5 {
    font-size: 25px;
    font-weight: normal;
    color: #6F6F6F;
    margin-bottom: 20px;
}

.big__cta .btn {
    font-size: 20px;
}

.img__sided {
    padding: 60px 30px;
}

.bg-gray-ai .content__box h2, .bigger__text .content__box h2 {
    color: #FFF;
    margin-top: 0;
    font-size: 30px;
}

.bg-gray-ai .content__box small, .bigger__text .content__box small {
    color: #FFF;
    margin-top: 0;
    display: block;
    line-height: 1.3;
}

.bigger__text .content__box h2 {
    color: #6F6F6F;
}

.bg-gray-ai .content__box ul, .bigger__text .content__box ul {
    margin-top: 30px;
    font-size: 1.25rem;
    color: #FFF;
    font-weight: bold;
}

.bigger__text .content__box ul {
    color: #6F6F6F;
    font-weight: normal;
    font-size: 1.15rem;
}

.bigger__text .content__box h6 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #6F6F6F;
}

.bigger__text .content__box p {
    color: #6F6F6F;
    font-weight: normal;
    font-size: 1.15rem;
}

.bg-gray-ai .content__box ul li:before, .bigger__text .content__box ul li:before {
    content: '- ';
}

.bg-yellow-ai {
    background-color: #FBC210;
}

ul._has_style, ol._has_style {
    margin-left: 15px;
}

ul._has_style {
    list-style: inherit !important;
}

ol._has_style {
    list-style: decimal !important;
}

/* AAP forms */
.aap_form .form__title h2 {
    padding: 30px;
    background-color: #f7f7f7;
    text-transform: uppercase;
    font-size: 16px;
}

.aap_form .col-md-offset-3 {
    width: 100%;
    margin: 0;
}

.aap_form .control-label {
}

/***********************************News List******************************/
section#listNews div.event-details p.redacteur {
    font-weight: bold;
}

/************* DIRECTORY **************/

.course-list-block {
    position: relative;
    background: #F6F6F6;
    padding: 15px 0;
}

.course-list-block .thumb {
    background: #FFF;
    border: 2px solid #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 110px;
    padding: 5px;
}

.course-list-block h4 img {
    max-height: 24px;
}

.course-list-block .bloc-link {
    text-align: right;
}

.course-list-block .thumb img {
    width: 100%;
    height: auto;
}

.course-list-block .has-label {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
}

.accordion-theme-colored2 .panel-heading h4.panel-title a {
    font-size: 16px;
    font-weight: bold;
}

.panel-group.accordion-icon-left .panel-heading .panel-title a.collapsed::before {
    content: "\f078";
}

.panel-group.accordion-icon-left .panel-heading .panel-title a:before {
    content: "\f077";
}

._saei_data td {
    border: none !important;
    padding: 10px 5px !important;
    font-size: 16px;
}

._saei_data span._title {
    font-weight: bold;
    font-size: 16px;
    color: #fac20f !important;
}

._saei_data ._label_top {
    font-size: 14px;
    width: 50%;
    padding: 6px 15px;
    border-radius: 30px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto;
}

._saei_data td ul {
    list-style: disc;
    margin-left: 15px;
}

._saei_data td ul li {
    margin-left: 15px;
}

.sticky_box {
    position: -webkit-sticky;
    position: sticky;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* <!-- Responsive --> */
@media screen and (max-width: 767px) {
    .flex {
        display: block;
    }
    ._formation_author .media-post .post-right {
        overflow: inherit;
        margin-top: 30px;
    }
    ._formation_author .media-post .post-thumb {
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }
    ._formation_author .media-post .post-thumb img {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .menuzord-menu > li.menu-absolute {
        position: inherit;
        left: inherit;
    }
}

@media screen and (min-width: 1000px) {
    .carousel-control {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .carousel-control.right, .carousel-control.left {
        background: none;
    }

    .carousel-control.right span.glyphicon {
        right: -20px;
    }

    .carousel-control.left span.glyphicon {
        left: -20px;
    }
}
