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

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

#tm-top-a { padding-bottom: 20px; border-top: none; padding-top: 0; }
.tm-top-a .uk-panel {
	padding: 0;
}
h1, .uk-h1 {
    font-size: 40px;
    line-height: 55px;
}
.tm-logo h2 {
	color: #23507d;
	font-size: 80px;
	line-height: 90px;
	margin-bottom: 0;
	margin-top: 15px;	
}
.tm-logo p {
	margin: 0 0 20px 0;
	color: #23507d;
	font-size: 30px;
	line-height: 40px;	
}
.uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
    display: none;
}
.uk-navbar-content h2 {
	color: #23507d;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 0;
	margin-top: 20px;
	text-align: right;	
}
.uk-navbar-content p {
	margin: 0 0 20px 0;
	color: #23507d;
	font-size: 22px;
	line-height: 40px;
	text-align: right;	
}
.tm-navbar {
    padding: 0 8%;
}
.uslugi {
	text-align: left;
	text-transform: uppercase;
	color: #23507d;
	font-size: 34px;
	font-weight: bold;
	line-height: 45px;
	position: absolute;
	top: 40px;
	left: 8%;
	width: 84%;
}
.uslugi > div:last-child {
	text-align: right;
}

@media (max-width: 768px) {
	.uk-navbar-center {
	    text-align: center;
	    max-width: 90%;
	    padding: 0;
	}
	.uk-navbar-content { height: auto; }
	.tm-top-a { min-height: 550px; }
	.tm-logo-small p { margin-bottom: 0!important; }
}
@media (max-width: 500px) {
	.uk-navbar-content h2 {
		color: #23507d;
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0;
		margin-top: 20px;
		text-align: center;	
	}
	.uk-navbar-content p {
		margin: 0 0 20px 0;
		color: #23507d;
		font-size: 14px;
		line-height: 18px;
		text-align: center;	
	}
.uslugi {
	top: 30px;
	font-size: 22px;
	line-height: 30px;
}
h1, .uk-h1 {
    font-size: 28px;
    line-height: 38px;
}
h3, .uk-h3 {
    font-size: 20px;
    line-height: 28px;
}

}