.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;
}

.sim-row {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.text-shadow {
    text-shadow: 1px 1px #373737;
}

/*CMS CSS fixes*/

.sim-element .custom-bg-medium-dark{
    background-color: #5c594d !important;
}

.sim-element .custom-bg-dark{
    background-color: #524f43 !important;
}

.sim-element .custom-bg-dark *, .sim-element .custom-bg-medium-dark *{
    color: #fff;
}

.sim-element .banner-center{
    text-align: center;
}

.sim-element .text-banner-text, .sim-element .text-banner-wrapper .container-fluid.df.a-c{
    justify-content: center;
}

.sim-element .svg-parent .svg-container{
    display: flex;
    justify-content: center;
}

/*------------*/
