.xlx33-container {
    position: relative;
    width: 100%;
    padding-bottom: 12px;
}

.xlx33-inner-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}


.xlx33-share-btns-wrapper {
    padding: 30px 0 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.xlx33-shareBtn-item-wrapper {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
    border-color: #c49a4d;
}

.xlx33-shareBtn-item-wrapper:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 3px solid;
    border-color: inherit;
    visibility: hidden;
    -webkit-transition: visibility .3s;
    -moz-transition: visibility .3s;
    -ms-transition: visibility .3s;
    -o-transition: visibility .3s;
    transition: visibility .3s;
}

.xlx33-shareBtn-icon-wrapper {
    position: relative;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}

.xlx33-shareBtn-icon-wrapper .sitewidget-common-fontIcon i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: normal;
}

.xlx33-shareBtn-icon-wrapper .backstage-blocksEditor-wrap,
.xlx33-shareBtn-icon-wrapper .sitewidget-common-fontIcon ,
.xlx33-shareBtn-icon-wrapper .sitewidget-common-fontIcon span {
    width: 100%;
    height: 100%;
}

.xlx33-shareBtn-item-wrapper:hover:after {
    visibility: visible;
}

.xlx33-shareBtn-item-wrapper .xlx33-shareBtn-text-wrapper ,
.xlx33-shareBtn-item-wrapper .xlx33-shareBtn-icon-wrapper i,
.xlx33-shareBtn-item-wrapper:hover .xlx33-shareBtn-text-wrapper div,
.xlx33-shareBtn-item-wrapper:hover .xlx33-shareBtn-text-wrapper div span {
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.xlx33-shareBtn-item-wrapper:hover .xlx33-shareBtn-icon-wrapper i,
.xlx33-shareBtn-item-wrapper:hover .xlx33-shareBtn-text-wrapper div,
.xlx33-shareBtn-item-wrapper:hover .xlx33-shareBtn-text-wrapper div span {
    color: white !important;
}

.xlx33-shareBtn-text-wrapper {
    color: grey;
    margin: 30px 0;
}


.xlx33-title-wrapper {
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin: 30px 0 30px 0;
}

.xlx33-content-wrapper {
    font-size: 18px;
    color: grey;
}

.xlx33-list-wrapper {
    color: white;
    margin-top: 30px;
}

.xlx33-list-wrapper ul:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.xlx33-list-wrapper ul li {
    float: left;
    width: 33.33%;
    background: rgba(128, 128, 128, 0.6);
}

.xlx33-list-wrapper .xlx33-highlight {
    background: #1c4c87;
}

.xlx33-icon-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 30px auto 15px auto;
}

.xlx33-icon-wrapper .backstage-blocksEditor-wrap,
.xlx33-icon-wrapper .sitewidget-common-fontIcon ,
.xlx33-icon-wrapper .sitewidget-common-fontIcon span {
    width: 100%;
    height: 100%;
}

.xlx33-icon-wrapper .sitewidget-common-fontIcon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: normal;
}

.xlx33-name-wrapper,
.xlx33-desc-wrapper {
    width: 90%;
    margin: 0 auto;
}

.xlx33-name-wrapper {
    font-size: 14px;
}

.xlx33-desc-wrapper {
    margin: 5px auto 20px auto;
}


.xlx33-copyright-wrapper {
    width: 100%;
    color: white;
    margin-top: 30px;
}


@media screen and (max-width: 1200px) {
    .xlx33-container {
        padding: 0 20px 40px 20px;
        box-sizing: border-box;
    }
    .xlx33-inner-wrapper {
        width: 100%;
    }

    .xlx33-list-wrapper {
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 968px) {
    .xlx33-list-wrapper ul li {
        width: 100%;
    }

    .xlx33-title-wrapper {
        font-size: 24px;
    }
}

@media screen and (max-width: 568px) {
    .xlx33-shareBtn-item-wrapper .xlx33-shareBtn-icon-wrapper i {
        font-size: 24px !important;
    }

    .xlx33-shareBtn-text-wrapper {
        font-size: 12px;
        margin: 0 0 20px 0;
    }

    .xlx33-shareBtn-item-wrapper {
        margin: 0 2px;
    }
}