
.h3 {
  font-size: 24px;
    line-height: 26px;
    font-family: 'Ubuntu Condensed';
    font-weight: 300;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    letter-spacing: 1px;
    color: #505050;
}

*+.h3{
  margin-top: 25px;
}

.order_form .h6 {
	font-size: 1.7em;
	text-align: center;
	color: #555;
	letter-spacing: 1px;
	line-height: 22px;
	margin: 0 0 20px 0;
	font-family: 'Ubuntu Condensed';
	font-weight: 300;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
}

div.joomly-callback-cap>.h4 {
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: white;
    letter-spacing: 1px;
    /*margin: 0 0 20px 0;*/
    font-family: 'Ubuntu Condensed';
    font-weight: 300;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
}

.h1.uk-article-title {
	font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-transform: uppercase;
    color: #505050;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    font-family: 'Ubuntu Condensed';
    text-rendering: optimizelegibility;
}

.h2 {
	color: #505050;
	letter-spacing: 1px;
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 20px 0;
	font-family: 'Ubuntu Condensed';
	font-weight: 300;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
}

*+.h2, *+.h4 {
	margin-top: 25px;
}

.h5 {
	letter-spacing: 1px;
	font-size: 16px;
    line-height: 23px;
        margin: 0 0 20px 0;
    font-family: 'Ubuntu Condensed';
    font-weight: 300;
    color: #549ac6;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
}

.h4 {
	color: #545250;
	letter-spacing: 1px;
	font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px 0;
    font-family: 'Ubuntu Condensed';
    font-weight: 300;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
}

.adress-header {
    font-family: 'Ubuntu Condensed';
    font-size: 1.6em;
    font-weight: bold;
    color: #549ac6;
}

.adress-header span {
    margin-left: 20px;
}

@media (max-width: 850px){
    .tm-toolbar .uk-float-left,
    .tm-toolbar .uk-float-right {
        float: none;
        text-align: center;
        font-size: 1em;
    }
}



@-webkit-keyframes uk-slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0) !important;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes uk-slide-bottom {
    0% {
        opacity: 0;
        transform: translateY(0) !important;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}