
body {font-family: 'Open Sans', Arial;}

h1 {font-size: 40px; line-height: 42px; font-weight: 600; margin: 0; font-family: 'Open Sans Condensed';}
h2 {font-size: 30px; line-height: 32px; margin: 0;}
h3 {font-size: 24px; line-height: 26px; margin: 0; font-family: 'Open Sans Condensed';}
h4 {font-size: 20px; line-height: 22px;}
h5 {font-size: 16px; line-height: 18px; font-weight: 600; margin: 0;}
ul {list-style: none; padding: 0;}
p {font-size: 14px;}

.container {padding: 0;}

header {position: relative; height: 268px; background: url(../img/flag.png) top right no-repeat #115188; color: #fff;}  
header .logo {display: block; text-align: center; margin-top: 30px;}
header .logo img { }
header h1 {margin-top: 50px;}
.nav-small {position: relative; width: 100px; margin: 20px 0;  }
.nav-small li {float: left; margin-left: 10px; }
.nav-small li:first-child {margin-left: 0; }
.nav-small li i {color: #fff; }

.sidebar {position: relative; width: 90%; margin: 0 auto;}
 nav { margin: 10px auto 40px; background: #fff; border-top: 3px solid #ececec; border-left: 1px dotted #ececec; padding: 10px 20px;}
 nav li {margin-bottom: 10px;}
 nav li a {font-family: 'Open Sans Condensed'; font-size: 16px; font-weight: 700;}
 nav li span {display: block; font-size: 10px; }
 nav li.active a {color:#d58512; cursor: default; text-decoration: none;}

.btn-form {width: 100%;}
.link_password {display: block; margin-top: 5px;}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {background: none;}


section {position: relative;} 
.bg-primary, .bg-warning {padding: 5px 10px; margin: 20px 0;}
.bg-primary a {float: right; font-size: 12px; font-family: 'Open Sans', Arial; color: #fff;}

form {margin: 20px 0;}
.form-group {}
.form-group label, 
.form-group input, 
.form-group textarea {display: inline-block; vertical-align: middle;} 
.form-group label {width: 20%; padding-left: 10px;}
.form-group input {width: 78%;}
.form-group textarea {width: 78%;}
.form-group input.inp20 {width: 20%;}
.form-group input.inp10 {width: 10%;}
.form-group span {display: inline-block;}
.form-group .checkbox {margin-left: 22%; width: 70%; padding: 0;}
.form-group .checkbox label,
.form-group .checkbox input {width: auto;}
.form-group .form-group {margin-left: 20%;}
.form-group .form-group input {margin-bottom: 10px;}
.form_description {margin-left: 20%;}
.form_description span {width: 25%; float: left; padding: 0 10px; font-size: 12px;}
.form_description span.inp10 {width: 13%;}

.preview {position: relative; margin: 20px 0;}
.preview-item {position: relative;}
.preview-item .settings {background: #e6e6e6; font-size: 12px; padding: 3px 0;}
.preview-item .settings span { padding: 3px 10px; }
.preview-item .settings .date {background: #a8a8a8;font-weight: 600;}
.preview-item h5 {}
.preview-item p {font-size: 12px; padding: 0; margin: 0;}
.preview-item a {display: block; font-size: 12px; text-align: right;}

.preview.full .preview-item {margin: 20px 0;}
 
.about {position: relative; margin: 20px 0;}
.about img {float: left; margin-right: 10px;}

.tab-content {border:1px solid #ddd; border-top: 0; padding: 20px 0;}
.contact_box {position: relative; margin: 20px 10px;}
.contact_box h3, .contact_form h3 {margin-bottom: 20px;}

footer {position: relative; background: #e7e7e7; font-size: 12px;} 
address {margin: 0;}

@media (max-width: 800px) {
  .sidebar nav {
    margin: 0 auto 40px;
  }
  .about img {display: none;}
}