.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content > section {

}

.content section > .container,
.content section > .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.video {
    position: relative;
    overflow: hidden;
    transition: ease-in-out .2s;
    min-height: 150px;
}

#full-width-video.wrapper {
    padding: 0;
}

#full-width-video.wrapper .video {
    /*! padding: 160px 0; */
    min-height: 320px;
    margin-bottom: 0;
}

.video video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    transition: ease-in-out .2s;
}

.video video::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    content: "";
    background-color: black;
}


#full-width-video.wrapper video[poster] {
    display: inline-block;

    width: calc(100% + 400px);

    left: -200px;

    right: -200px;
}

.video::after {

    position: absolute;
    left: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
    transition: ease .2s;
    -webkit-transform: rotate(360deg)
}

.video:hover::before {
    background-color: #000;
}

.video:hover::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.video.playing img,
.video.playing::before,
.video.playing::after {
    display: none;
}

.spacing-small > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.spacing-medium > div {
    padding-top: 25px;
    padding-bottom: 25px;
}

.spacing-large > div {
    padding-top: 40px;
    padding-bottom: 40px;
}

.links .row {
    clear: both;
    margin: -15px;
}

.links .row > div {
    padding: 15px;
}

.row.files ul li {
    /*padding-left: 15px;*/
    /*margin-left: 15px;*/
    list-style-type: none;
}

.row.files ul li i {
    margin-right: 10px;
}

.row.list-style ul li {
    padding-left: 15px;
    margin-left: 15px;
    list-style-type: circle;
}

.designer-gal-img {
    padding: 10px !important;
}

.designer-gal-img img {
    width: 100% !important;
}

.designer-btn-edit {
    width: max-content;
    position: absolute;
    min-height: unset !important;
    top: 15px;
    right: 20px;
    z-index: 2;
}

.designer-btn-edit.red {
    background-color: #e26a6a;
}

.cs-img-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000003d;
}

.designer-btn-edit .sim-row-edit-hover i {
    display: none;
}

.designer-btn-edit .sim-row-edit-hover {
    background: transparent;
}

.sim-row {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.text-shadow {
    text-shadow: 1px 1px #373737;
}

.change-bg-btn .sim-row-edit-hover {
    background-color: transparent;
}

.change-bg-btn .sim-row-edit-hover i {
}


.divider {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin: 3rem auto;
    color: #E5E5E5;
    width: 100%;
}

.divider::after,
.divider::before {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 1px;
    background-color: #EEE;
}

.divider::before {
    display: none;
    margin-right: 0.5rem;
}

.divider::after {
    margin-left: 0.5rem;
}

.divider i,
.divider-text {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24px;
    max-width: 100%;
    line-height: 1;
    font-size: 18px !important;
}

.promo-dark p,
.promo-dark h1,
.promo-dark h2,
.promo-dark h3,
.promo-dark h4,
.promo-dark h5,
.promo-dark h6,
.promo-dark .toggle-title,
.promo-dark .toggle-icon,
h3.promo-dark {
    color: white !important;
}



.des-paralax-text {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
    left: 50%;
    top: 50%;
}




.text-white {
    color: white !important;
}

.promo-dark {
    background-color: #343a40 !important;
}

.promo-dark .button:hover {
    color: #343a40 !important;
}

.promo-light {
    background-color: #f8f9fa !important;
}

.promo-light .button:hover {
    color: #f8f9fa !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-danger .button:hover {
    color: #dc3545 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-secondary .button:hover {
    color: #6c757d !important;
}

.bg-primary {
    background-color: #007bff !important;
}

.bg-primary .button:hover {
    color: #007bff !important;
}

.bg-color {
    background-color: #1ABC9C !important;
}

.bg-color .button:hover {
    color: #1ABC9C !important;
}