
/* B-Interiors */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.smicons {
   margin-top: 40px;
}

.tm-article-columns {
  -moz-column-count: 2;
  -moz-column-gap: 35px;
}
    .tm-page {       
z-index: 3;      
position: relative;      
}    

.tm-fullscreen {    
height: auto;    
}
.uk-responsive-height {
    max-height: 100%;
    width: auto;
}
.uk-responsive-width, .uk-responsive-height {
    box-sizing: border-box;
}
#contact-home-2 .item-vfb {
    margin-bottom: 20px;
}
.uk-article-meta {
    display:none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}