.navbar-brand {
    margin-bottom: -1px;
    padding: 2px 15px 15px 5px;
}
#navigation ul.nav {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 5px;
    padding: 0px;
}

.btn-primary {
	color: #fff;
	background-color: #507299;
	border-color: #357ebd;
}
/* овал кнопок */
.btn-default {
	background-color: #1565c0;
	border-color: #ddd;
	border-radius: 15px !important;
}
.tp-banner .slider-btn {
    border-radius: 20px;
}

.input-group-addon, .input-group-btn, .input-group .form-control  {
    border-radius: 20px;
}
.searchResults .btn-file-download  {
    border-radius: 20px;
}
.input-group .form-control:first-child {
    border-radius: 20px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-radius: 20px;
}

.scrollup {
	background-color: #1565c0;
}
.scrollup  {
    border-radius: 20px;
}
/* отступ с верху он названия файла в скачать стр*/
.section-padding 
{
    padding-top: 90px;
}
/* отступ в стр загрузки*/
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 15px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

/* кнопка скачать*/
.upgrade-table .btn
{
    font-size: 20px;
}


.tp-banner .slider-btn-upload
{
    font-size: 35px;
    font-weight: bold;
}