/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@media (max-width: 767px) {  

    .tm-page-bg .tm-container {   
    margin-top: 0;   
    }  

    .tm-headerbar + .tm-top-block tm-grid-block {  
    margin-top: 0;   
    }  

    .tm-headerbar.uk-hidden-small { display: block !important; }  

    .tm-headerbar.uk-hidden-small .tm-logo,  
    .tm-headerbar.uk-hidden-small .tm-search {   
    display: none !important;   
    }  

    .uk-navbar-center.uk-visible-small { max-width: 70%; }  

}
table {
    border: 0px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr {
    border: 0px solid #ddd;
    padding: 0px;
  }

  table th, table td {
    padding: 0px;
   
  }

  table th {
    
  }

  @media screen and (max-width: 600px) {
	  
	  wk-gallery-avenue .caption {
    position: absolute;
	width:100%;
       left: 0;
    padding: 15px 20px;
    background: rgba(48, 48, 48, 0.9);
    color: #fff;
    z-index: 5;
}


.uk-tab {
    border: none;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
    background-image: linear-gradient(to bottom, #f9f9f9, #f0f0f0);
	  width: 100%;
}
.uk-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	  width: 100%;
}



    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 0px;
      display: block;
      border-bottom: 0px solid #ddd;
    }

    table td {
      display: block;
    
      font-size: 13px;
      border-bottom: 0px dotted #ccc;
	  width: 100%;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }