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

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

 .uk-container {
    box-sizing: border-box;
    max-width: 1400px;
    padding: 0 20px;
}

[class*='tm-block-gutter'] {
  margin: 15px;
}

.uk-panel-body {
    padding: 15px;
}

.uk-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1400px;
    margin: auto;
}

.uk-article-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  text-transform: none;
}

@media (min-width: 960px){
.uk-width-large-4-6 {
    width: 96%;
}}