/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.margin-top {
  margin-top:60px;
}

.bannerResponsive {
  width: 24%;
  margin: 0 0.5%;
  margin-bottom: 10px;
  float: left;
}

.creative_form_3 .creativecontactform_header {
  display: none;
}

.flooringBlock {
  display: table;
  width:100%;
}

.flooringBox {
  width: 50%;
  float: left;
  padding: 10px;
  box-sizing:border-box; 
}

.flooringBox h4 {
  color: #DD261E;
  font-weight: 900;
  margin-bottom: 0;
}

.flooringBox p {
  margin-top: 0;
}


.paddingBox {
  margin: 30px 0;
}

.imageResponsive {
  width: 400px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.orangeBlock {
  background: #DD261E;
  padding: 5px 0;
}

.orangeBlock h2 {
  color: #FFF;
  margin-bottom: 0;
  padding-bottom: 0;
}

.orangeBlock a {
  color: #FFF !Important;
}


.footerBlock {
  background:#000;
  padding: 5px 0;
  color: #FFF;
}

.footerBlock a {
  color:#FFF !important;
}

.footerBlock p {
  margin-bottom: 0;
}

.tm-block2 .uk-container {
  max-width: 100%;
  padding: 0;
}

body, p, a,  ul, ol {
  font-family: "proxima-nova",sans-serif;
}

.tm-headerbar h3 {
  font-size: 20px;
  line-height:  24px;
  margin-top: 10px;
  color: #DD261E;
  font-weight:100;
}

.tm-headerbar p {
  margin-bottom: 0;
}

.socialBtn {
  width: 30px;
  margin:0 5px;
}

.welcomeText {
  padding: 30px;
  background: #F7F7F7;
  border: 1px solid #DDD;
  margin: 30px 0;
}

.welcomeText h2 {
  color: #DD261E;
}

h4, h5 {
  color: #000;
  font-weight: 100;
  text-transform: none;
}

.overlayFull {
  width: 100%;
  float: left;
  margin: 30px 0;
}

.overlayBox {
  position: relative;
  display: inline-block;
  width:48.5%;
  margin: 0 0.5%;
  padding: 0;
}

.overlayIMG {
  width:100%;
  height:100%;
}

.overlay {
  position: absolute;
  visibility: visible;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #DD261E;
}

.overlay h4 {
  color:#FFF;
  font-size: 30px;
  margin-bottom: 0;
  text-align: center;
}


.overlay p {
  font-size: 16px;
  margin-bottom: 0;
  color:#FFF;
}

.overlay a {
  background: #000;
  padding: 5px 10px;
  margin-top: 10px;
  color:#FFF;
}

.overlay:hover {
  opacity: 1;
  transition: 0.3s ease;
}

@media (max-width:767px) {
  .welcomeText, .overlayFull {
    margin: 0;
  }
  
  .overlayBox {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  
  .orangeBlock h2 {
    font-size: 24px;
    line-height: 26px;
  }
  
  .imageResponsive {
    width: 80%;
    margin-left: 0;
    float: left;
    margin-right: 20%;
  }
  
  .flooringBox {
    width: 50%;
  }
  
  .flooringBox h4 {
    font-size: 20px;
  }
  
  .bannerResponsive {
    width: 49%;
  }
}

@media (max-width: 600px)  {
  .imageResponsive {
    width: 100%;
    margin-right: 0;
  }
  
  .flooringBox {
    width: 100%;
    margin:0;
    margin-bottom: 10px;
    min-height: 0;
  }
  
  .flooringBox h4 {
    font-size: 26px;
  }
  
  .flooringBox li {
    font-size: 18px;
  }
  
  .bannerResponsive {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}