    /* modal invite */

.modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 20px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-sm {
    max-width: 300px;
    margin: 1.75rem auto;
}

.span3 {
    display: none
}

.showed.span3 {
    display: block
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    -o-transform: translate(0, 20%);
    transform: translate(0%, 20%);
}

.list-inline li {
    display: inline-block;
    margin: 0 10px;
}

.list-inline li a i {
    color: #F6BC44
}

.list-inline li a:hover i {
    color: black
}

.ec-share-modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
    background: rgba(41, 42, 43, 0.36);
    top: -1px;
}

.ec-share-modal h4 {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.clipboard-copy {
    font-weight: bold !important;
    color: black !important;
    font-size: 12px;
    letter-spacing: 3px;
}

.close {
    opacity: 1;
    font-size: 20px !important;
    background: none;
    border: 0;
    float: right;
    padding-bottom: 62px;
    display: block;
    position: absolute;
    right: 20px;
    outline: none
}

ul.list-inline a {
    font-size: 1.5pc;
}

.ec-share-modal img {
    margin-bottom: 10px;
}


/* END */

.loadMore,
.readmore {
    font-weight: bold !important;
    letter-spacing: 3px
}

.showed.span3 {
    display: block
}

.span3 {
    display: none
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.3% !important;
    }