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

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


.uk-text-primary{
    color: #DBAD8F  !important;
}


a.uk-link-reset{
    color:#F9501C;
}


.form-actions{
    max-width:47%;
}

button.bfSubmitButton {
    float:none;
    
}

.uk-overlay-panel .uk-button:not(.uk-button-primary):not(.uk-button-success):not(.uk-button-danger) {
  border-color: #e2dddc;
  color: #e2dddc;
  background-color: #F9501C;
}

.uk-heading-large{
    color:#F9501C;
    background-color: rgba(96, 96, 98, 0.3);
    border: 3px solid #e2dddc;
}


@media (min-width: 1220px){
.tm-footer {
        padding: 30px;
    }
}


.uk-navbar-content{
	margin-top:-108px;
}

img.marginedreapta.pull-right {
    float: right;
    margin-right: 170px;
    
}


.tm-navbar, .tm-navbar > div {
    height: 100px;
}

#bfPage1 .form-actions{
	background:none;
}


.bfQuickMode .controls .control-label{
	width: 25%;
    text-align: right;
    padding-right: 15px;
}
#first{
	width:43%;
	padding:0 10px;
	float:left;
}
#second{
	width:43%;
	padding:0 10px;
	float:right;
}