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

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

.div-center-fix > div > ul > li > div > div {
  		width: 50%;  
  		margin-left: 50%;  
  		margin-right: 0%;  
} 

.div-short-fix > div > ul > li > div > div {
  		width: 50%;  
  		margin-left: 40%;  
  		margin-right: 10%;  
} 

.tm-top-teaser .uk-grid-margin {
    margin-top: 0px !important;
}

.uk-navbar {
    box-shadow: 1px 3px 4px rgba(71, 71, 71, 0.1);
}

.orange-border {
    border: 3px solid #ff6600;
}

@media (min-width: 960px){
            .uk-form-horizontal .uk-form-label {
            width: 230px;
            }
            .uk-form-horizontal .uk-form-controls {
            margin-left: 0px;
            }
}