body {
	background: #d9ebf1;
}

p {
	text-indent: 30px;
}

p.noi {
	text-indent: 0px;
	line-height: 1;
}	

p, li {
	font-size: 130%;
	line-height: 1.5;
}



/* body#home {
	background-image: url("../images/home.jpg");
	background-repeat:  no-repeat;
	background-position:  center center;
	background-attachment: fixed;
	 -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	}*/
	
nav.transparent {
  	background: transparent;
  	color: transparent;
  	border: 0px solid transparent;
  	border-bottom-color: none;
  	border-radius: 4px;
  	background-origin: border-box;
  	background-image: none;
  	background-image: none;
  	margin-top: 22px;
}

.top-block {
	min-height: 85px;
	/*background-color: #067bA2;*/
	background: #008FC7; /* Для старых браузров */
    	background: linear-gradient(to top, #008FC7, #00B3f3);
    	border-bottom: 1px solid #005576;
    	 box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.footer {
	background: #008FC7; /* Для старых браузров */
    	background: linear-gradient(to top, #008FC7, #00B3f3);
    	border-bottom: 1px solid #005576;
    	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    	padding-top: 30px;
    	padding-bottom: 10px;
    	color: white;
}

.color-white {
	color: white;
}

/* Активная ссылка в nav баре*/
.uk-navbar-nav > li.uk-active > a {
	background-color: transparent;
	color: white;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	box-shadow: none;
	text-shadow: none;
	text-decoration: underline;
}

/* Ссылка при наведении в nav баре*/
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
	background-color: transparent;
	color: white;
	outline: medium none;
	position: relative;
	z-index: 1;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	box-shadow: none;
	text-shadow: none;
	text-decoration: underline;
}

/* Ссылка в nav баре*/
.uk-navbar-nav > li > a {
	color: white;
	text-shadow: none;
	font-size: 90%;
	font-weight: bold;
}

.footer a {
	color: white;
}

.uk-navbar-brand {
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: none;
	color: white;
	text-decoration: none;
	font-weight: bold;
}


.article {
	margin-left: 50%;
}

.bg-red {
	background-color: red;
}

.brd-red {
	border: 1px solid red;
}

.banner-top { 
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: white;

}

ul.home li {
	padding-bottom: 11px;

}

div.page-header h2 {
	text-align: center;
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 50px auto;
    padding: 20px;
    width: 322px;
    max-width: calc(100% - 20px);
    background: none repeat scroll 0% 0% #FFF;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.3s linear 0s, transform 0.3s ease-out 0s;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 640px) {

	p, li {
	font-size: 100%;
	line-height: 1.25;
	}
	
	.uk-container, .uk-panel-box{
	
	}
	
	li h2 {
	padding: 0 10px;
	font-size: 120%;
	line-height: 1.25;
	}
	
	.top-block {
	min-height: 50px;
	}
	
	nav.transparent {
  	margin-top: 5px;
	}
	
	.uk-navbar-center{
	max-width: 100%;
	}
	
	.brand-small{
	padding-top: 5px;
	}

}