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

/* ========================================================================
   Use this file to add custom CSS easily  background: #494c50;
 ========================================================================== */
.uk-panel-box-secondary {
    background-color: #4f492f;
	}

.uk-block-secondary {
    background: #2F4F4F;
}

.uk-panel-box-primary {
    background-color: #1f2d54;
    }

.uk-alert {display:none;}



.tm-page-container {
    margin-top: 1px;
}

a:hover, .uk-link:hover {
    color: #ffd023;}

.uk-button-primary {
    background-color: #111;
    color: #fff;
    border-color: #eceded;
}

.uk-button-primary:hover {
    background-color: #666;
    color: #fff;
    border-color: #300;
}

.uk-margin-bottom-remove {
	display:none;
}
.uk-accordion-title {
    background: #5a5c5f;
}
	
@media (min-width: 700px) {
	.uk-form-row .uk-width-1-1 {width:30%;} 
}

@media (min-width: 1220px) {
.uk-grid > * > .uk-panel + .uk-panel-box-primary {
    margin-top: 1px;
}
}
