/*
Theme Name: Державна реєстраційна служба України
Author: Honcharuk Oleh
Author URI: http://yellowduck.com.ua/
*/
@font-face {
	font-family: 'font-icon';
	src: url('fonts/font-icon.eot?76411911');
	src: url('fonts/font-icon.eot?76411911#iefix') format('embedded-opentype'),
       url('fonts/font-icon.woff2?76411911') format('woff2'),
       url('fonts/font-icon.woff?76411911') format('woff'),
       url('fonts/font-icon.ttf?76411911') format('truetype'),
       url('fonts/font-icon.svg?76411911#font-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#000;
	width: 100%;
	line-height: 1.25;
}
hr { display: none; }
img { max-width: 100%; }
p { 
	word-wrap: break-word; 
	margin-bottom: 15px;
}
a { color: inherit; }
ul, ol {
	margin-left:30px;
	margin-bottom: 10px;
}
li {
	margin-bottom:5px;
}
figure {
	margin-bottom: 10px;
}
figcaption {
	font-style: italic;
	font-weight: 500;
}
address {
	margin-bottom: 10px;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
	font-size: 1em;
	font-style: italic;
	font-weight: 500;
}
dl {
	margin-bottom: 20px;
}
dt {
	font-weight: 700;
}
dt, dd {
	margin-bottom:5px;
}
h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h4, h5, h6 {
	margin-bottom: 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
}
table caption {
	margin-bottom: 5px;
	font-weight: 700;
}
table th,
table td {
	border: 1px solid #d0d5d8;
	padding: 8px;
}
/*  Header */
.entry-header {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #555;
}
.hat {
	display: block;
	text-align: center;
	margin: 15px 0 20px 0;
}

.entry-title, #CommentTitle {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 5px;
}
#CommentTitle { margin-bottom: 15px; }

/* Main */
.page_content {
	padding:30px 0;
}
.center {
	margin: 0 auto;
	padding: 0 2%;
}
.site_title_block,
.logo_top {
	text-align:center;
	margin-bottom:10px;
}
.site_name_block + p {
	text-align:center;
}
.site_name {
	color: #002c69;
	font-size: 1.714em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.01em;
}
.site_slogan {
	font-size: 1.286em;
	font-style: italic;
	margin: 0;
	letter-spacing: 0.014em;
}
/* content */
.entry-content {
	margin-bottom: 35px;
	line-height: 170%;
}

pre {
    white-space: pre-wrap;
}

/* Footer */
.footer {
	margin-top: 25px;
	padding: 25px 0 0 0;
	border-top: 1px solid #555;
}

@media print {
    #comments_controls,
    #print-link {
        display: none;
    }
}
.alignleft, .alignleft {
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright, .alignright {
	float: right;
	margin: 10px 0 5px 10px;
}