/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic&subset=latin,latin-ext,vietnamese);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,700,800,400,600&subset=latin,cyrillic,greek-ext,cyrillic-ext,latin-ext,greek,vietnamese);
@import url(http://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic,latin-ext);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, h1, h2, p, a {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

h1, h2 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

b {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

* {
  outline: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.map-wrap {
  *zoom: 1;
}
.map-wrap:before, .map-wrap:after {
  content: " ";
  display: table;
}
.map-wrap:after {
  clear: both;
}

ul, .services-nav ul, .news-nav ul, .footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal, .callback-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.86);
  display: none;
}

.modal {
  display: none;
  background: white;
  min-height: 400px;
  max-height: 400px;
  position: fixed;
  z-index: 100000;
  width: 60%;
}
.modal .modal-close {
  background: url(../img/close.jpg) no-repeat;
  height: 42px;
  width: 42px;
  position: absolute;
  display: inline-block;
  z-index: 9999;
  top: 0;
  right: 0;
}
.modal .modal-image {
  height: 100%;
}
.modal .modal-image img {
  max-height: 100%;
}
.modal .modal-text-wrap {
  padding: 15px;
}
.modal .modal-text-wrap h1 {
  margin: 0;
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.modal .modal-text-wrap p {
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  font-size: 300;
  color: #989797;
}
.modal .modal-text-wrap p.pre-header {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #989797;
  margin-bottom: 13px;
}

.callback-message {
  padding: 20px;
  position: absolute;
  z-index: 99999;
  background: white;
  text-align: center;
  display: none;
}
.callback-message h1 {
  font-weight: 300;
  font-size: 30px;
  margin: 0;
}
.callback-message p {
  text-transform: uppercase;
  color: #989797;
  font-size: 16px;
  margin: 15px 0;
  display: block;
}
.callback-message button {
  width: 35%;
  margin: 0 auto;
  background: white;
  border: 2px solid black;
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  height: 34px;
  display: block;
  transition: all 150ms;
  -o-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  -ms-transition: all 150ms;
}
.callback-message button:hover {
  background: black;
  color: white;
}
.callback-message button:active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  font-size: 14px;
}

p {
  margin: 0;
  padding: 0;
}

a {
  transition: all 150ms;
  -o-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  -ms-transition: all 150ms;
}

.inner-grid {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.inner-grid:after {
  content: " ";
  display: block;
  clear: both;
}

.latest-news .news-block {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
.latest-news .news-block:last-child {
  float: right;
  margin-right: 0;
}

.thumb-wrap {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
}
.thumb-wrap:last-child {
  float: right;
  margin-right: 0;
}

.footer-item {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}
.footer-item:last-child {
  float: right;
  margin-right: 0;
}

.empty {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  display: inline-block;
  float: left;
  height: 78.8vh;
}

.about-text {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
  display: inline-block;
  float: left;
}

.about-image {
  width: 100%;
  height: 100%;
  background: url(../img/about_img.jpg) no-repeat;
  background-size: 50%;
}

.material-wrap {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
.material-wrap:last-child {
  float: right;
  margin-right: 0;
}

.modal-image {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  display: inline-block;
  float: left;
}

.modal-text {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
  display: inline-block;
  float: left;
}

.services-inner,
.news-inner {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}

.services-block, .services-wrap .news-block, .news-wrap .news-block {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
}

.form-item {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
.form-item:last-child {
  float: right;
  margin-right: 0;
}

.callback-message {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  margin: 0 auto;
}

.left-part1 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.right-part1 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
}

header {
  background: #000000;
  color: white;
  position: relative;
  z-index: 10;
  height: 120px;
  padding-top: 10px;
}

a {
  color: white;
}

.header-link a {
  margin-left: 8px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
.header-link a:hover {
  border-bottom: 1px solid white;
}

.top-header {
  height: 50px;
  line-height: 50px;
}
.top-header .header-link {
  display: inline-block;
  margin-right: 10px;
}
.top-header .language a {
  color: #989797;
  margin-left: 8px;
  text-decoration: none;
  text-transform: uppercase;
}
.top-header .language a:hover {
  color: white;
}

ul li {
  display: inline-block;
}

.logo-white {
  height: 100px;
  width: auto;
}

.bottom-header {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.bottom-header .menu-nav li a {
  text-transform: uppercase;
  color: #989797;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-left: 18px;
}
.bottom-header .menu-nav li a:hover {
  color: white;
  text-decoration: none;
}
.bottom-header .menu-nav li a.active {
  color: white;
}

.hero-img-wrap {
  height: 90vh;
}

#hero-slider {
  overflow: hidden;
}
#hero-slider .owl-controls {
  top: 38%;
}
#hero-slider .owl-controls .owl-prev,
#hero-slider .owl-controls .owl-next {
  position: static;
}
#hero-slider .owl-controls .owl-prev i,
#hero-slider .owl-controls .owl-next i {
  font-size: 74px;
  color: white;
}
#hero-slider .owl-controls .owl-prev {
  position: absolute;
  top: 45%;
  left: 5%;
}
#hero-slider .owl-controls .owl-next {
  position: absolute;
  top: 45%;
  right: 5%;
}
#hero-slider .owl-controls .owl-buttons {
  position: relative;
}

.hero-wrap {
  background: url(../img/man.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  top: -2px;
}
.hero-wrap.image2 {
  background: url(../img/Hammer.jpg) no-repeat;
  background-size: cover;
}
.hero-wrap.image3 {
  background: url(../img/carpentry-basics.jpg) no-repeat;
  background-size: cover;
}
.hero-wrap .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero-wrap .hero-text h1 {
  font-weight: 800;
  color: white;
  font-size: 44px;
  margin-bottom: 5px;
  border-bottom: 2px solid white;
  padding-bottom: 5px;
}
.hero-wrap .hero-text p {
  color: white;
  font-weight: 300;
  line-height: 30px;
  font-size: 22px;
}
.hero-wrap .hero-text h1, .hero-wrap .hero-text p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.hero-wrap .hero-text .hero-btn {
  color: black;
  border: 2px solid white;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 26px;
  height: 40px;
  line-height: 36px;
  display: inline-block;
  font-size: 16px;
  background: white;
  margin-top: 15px;
}
.hero-wrap .hero-text .hero-btn:hover {
  background: black;
  color: white;
}

section h1 {
  margin: 0;
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}

.latest-news {
  padding: 45px 0;
}
.latest-news .news-block {
  min-height: 234px;
  background: #000000;
  text-decoration: none;
}
.latest-news .news-block .news-block-img {
  max-height: 160px;
}
.latest-news .news-block .news-block-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.latest-news .news-block .news-block-link {
  max-height: 64px;
  padding: 17px;
  background: url(../img/next.png) no-repeat;
  background-position: 95% 50%;
}
.latest-news .news-block .news-block-link p, .latest-news .news-block .news-block-link span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.latest-news .news-block .news-block-link p {
  color: #989797;
}
.latest-news .news-block:hover {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  background: #570808;
}

.what-we-do {
  padding: 45px 0;
  background: #ededed;
}
.what-we-do h1 {
  margin: 0;
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}
.what-we-do .thumb-wrap {
  position: relative;
}
.what-we-do .thumb-wrap .thumb-img {
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  overflow: hidden;
  height: 120px;
  width: 120px;
  margin: 0 auto;
}
.what-we-do .thumb-wrap img {
  height: 100%;
  max-width: 100%;
}
.what-we-do .thumb-wrap .thumb-wrap-inner {
  background: rgba(0, 0, 0, 0.86);
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 110px;
  height: 110px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transition: all 150ms;
  -o-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  -ms-transition: all 150ms;
  opacity: 0;
  line-height: 110px;
}
.what-we-do .thumb-wrap .thumb-wrap-inner p {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.what-we-do .thumb-wrap:hover .thumb-wrap-inner {
  opacity: 1;
}

.partners {
  padding: 45px 0;
}
.partners h1 {
  margin: 0;
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}

#owl-demo {
  position: relative;
}
#owl-demo .item {
  margin: 3px;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
  height: 100px;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.owl-controls {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.owl-controls .owl-prev {
  position: absolute;
  top: 0px;
  left: -4%;
}
.owl-controls .owl-next {
  position: absolute;
  top: 0px;
  right: -4%;
}
.owl-controls .owl-next,
.owl-controls .owl-prev {
  background: none !important;
  font-size: 48px !important;
  color: #000000 !important;
}

.about-us-wrap {
  height: 78.8vh;
}

.about-text .about-text-wrap {
  padding: 15px;
}
.about-text .about-text-wrap h1 {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
}
.about-text .about-text-wrap p {
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  font-size: 300;
  color: #989797;
}

.material-outer:last-child .material-wrap {
  margin-bottom: 0;
}

.material-wrap {
  background: #000000;
  display: inline-block;
  height: 90px;
  margin-bottom: 34px;
}
.material-wrap:hover {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  background: #570808;
}
.material-wrap .material-image,
.material-wrap .material-desc {
  float: left;
}
.material-wrap .material-image img,
.material-wrap .material-desc img {
  max-height: 100%;
}
.material-wrap .material-desc {
  max-height: 64px;
  padding: 25px;
}
.material-wrap .material-desc p, .material-wrap .material-desc span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.material-wrap .material-desc p {
  color: #989797;
}

.services-wrap, .news-wrap {
  padding: 45px 0;
  display: inline-block;
  width: 100%;
}

.services-nav, .news-nav {
  margin-bottom: 20px;
}
.services-nav ul, .news-nav ul {
  overflow: hidden;
}
.services-nav ul li, .news-nav ul li {
  height: 53px;
  width: 100%;
}
.services-nav ul li a, .news-nav ul li a {
  height: 100%;
  line-height: 53px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  background: #f3f3f3;
  border-bottom: 1px solid white;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-left: 14px;
}
.services-nav ul li a:hover, .news-nav ul li a:hover {
  background: #570808;
  color: white;
}

.services-block, .services-wrap .news-block, .news-wrap .news-block {
  text-align: left;
}
.services-block h1, .services-wrap .news-block h1, .news-wrap .news-block h1 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 23px;
}
.services-block p, .services-wrap .news-block p, .news-wrap .news-block p {
  margin-bottom: 23px;
  color: #989797;
  line-height: 24px;
  font-size: 14px;
}
.services-block .img-block, .services-wrap .news-block .img-block, .news-wrap .news-block .img-block {
  margin-bottom: 23px;
}
.services-block .img-sm, .services-wrap .news-block .img-sm, .news-wrap .news-block .img-sm {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
.services-block .img-sm img, .services-wrap .news-block .img-sm img, .news-wrap .news-block .img-sm img {
  max-width: 100%;
}
.services-block .img-lg, .services-wrap .news-block .img-lg, .news-wrap .news-block .img-lg {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
}
.services-block .img-lg img, .services-wrap .news-block .img-lg img, .news-wrap .news-block .img-lg img {
  max-width: 100%;
}

table {
  width: 100%;
}
table thead, table tbody {
  width: 100%;
}
table thead td {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
table tbody tr {
  width: 100%;
  transition: all 150ms;
  -o-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  -ms-transition: all 150ms;
}
table tbody tr:hover td {
  background: #f3f3f3;
}

table, th, td {
  border: 1px solid black;
  padding: 16px;
  transition: all 150ms;
  -o-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  -ms-transition: all 150ms;
}

.map-wrap {
  width: 100%;
  min-height: 500px;
}

#map {
  width: 50%;
  height: 500px;
}

#map {
  display: block;
  width: 50%;
  margin: 0;
  float: left;
}
#map p {
  line-height: 22px;
}

.overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  position: relative;
  width: 200px;
  height: 215px;
  background: rgba(0, 0, 0, 0.86);
  top: -16px;
}
.overlay img {
  width: 110px;
  height: auto;
  text-align: center;
  margin-bottom: 7px;
}
.overlay:after {
  content: '';
  bottom: -16px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid rgba(0, 0, 0, 0.86);
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.contact-form {
  width: 470px;
  float: left;
}
.contact-form form {
  width: 100%;
  padding-left: 22px;
  padding-top: 36px;
}
.contact-form form h1 {
  text-align: left;
}
.contact-form form .form-row {
  display: inline-block;
  width: 100%;
  margin-bottom: 23px;
}
.contact-form form .form-row .form-item:first-child {
  padding-right: 2%;
}
.contact-form form label {
  text-transform: uppercase;
  color: #989797;
  font-size: 16px;
  margin-bottom: 3px;
  display: block;
}
.contact-form form input {
  width: 100%;
  height: 40px;
  border: 1px solid black;
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  font-size: 12px;
  padding: 5px;
}
.contact-form form textarea {
  width: 100%;
  min-height: 80px;
  border: 1px solid black;
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  font-size: 12px;
  padding: 5px;
  resize: none;
}
.contact-form form input[type="submit"] {
  width: 35%;
  margin: 0 auto;
  background: white;
  border: 2px solid black;
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  transition: all 150ms;
  -o-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  -ms-transition: all 150ms;
}
.contact-form form input[type="submit"]:hover {
  background: black;
  color: white;
}

.news-nav ul li {
  min-height: 53px;
  height: auto;
}
.news-nav ul li a {
  min-height: 50px;
  padding: 16px;
  line-height: normal;
  font-size: 16px;
}
.news-nav ul li:first-child {
  height: 100%;
  line-height: 53px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background: #570808;
  border-bottom: 1px solid white;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-left: 14px;
}

.services-wrap .news-block, .news-wrap .news-block {
  margin-bottom: 20px;
}
.services-wrap .news-block h1, .news-wrap .news-block h1 {
  margin-bottom: 0;
}
.services-wrap .news-block .meta, .news-wrap .news-block .meta {
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 5px;
}
.services-wrap .news-block .meta span, .news-wrap .news-block .meta span {
  color: #989797;
  font-size: 12px;
}
.services-wrap .news-block .meta span i, .news-wrap .news-block .meta span i {
  margin-right: 4px;
}

.read-more {
  padding: 0 15px;
  height: 36px;
  line-height: 32px;
  margin: 0 auto;
  background: white;
  border: 2px solid black;
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  transition: all 150ms;
  -o-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  -ms-transition: all 150ms;
  text-decoration: none;
}
.read-more:hover {
  background: black;
  color: white;
}
.read-more:active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.hidden-post-part {
  display: none;
}

.footer {
  padding: 45px 0;
  background: #000000;
  color: white;
  width: 100%;
}
.footer ul li {
  display: block;
}
.footer ul li:not(:first-child) a {
  color: #989797;
  text-decoration: none;
}
.footer ul li:not(:first-child) a:hover {
  color: white;
}

.post-footer {
  padding-top: 25px;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
