@font-face {
  font-family: 'MyslC';
  src: url('../fonts/MyslC.eot');
  src: url('../fonts/MyslC.eot?#iefix') format('embedded-opentype'), url('../fonts/MyslC.woff') format('woff'), url('../fonts/MyslC.ttf') format('truetype');
}
html,
body {
  height: 100%;
}
body {
  font: 15px/20px Verdana, Arial, Tahoma;
  color: #4c4c4c;
  background: #fff;
  min-width: 1170px;
}
.container {
  width: 1170px;
  max-width: 1170px;
  min-width: 1170px;
}
.wrapper {
  min-height: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'MyslC';
}
h1 {
  font-size: 30px;
}
a {
  color: #a8633d;
  text-decoration: none;
}
a:hover {
  color: #a8633d;
  text-decoration: underline;
}
a:focus,
a:active {
  outline: none;
  color: #a8633d;
  text-decoration: none;
}
.emphasis {
  color: #a8633d;
}
.container-wrapper {
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  padding: 5px 0;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #a8633d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(168, 99, 61, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(168, 99, 61, 0.6);
}
.btn,
.btn-primary {
  border-radius: 0;
  background: #a8633d;
  border-color: #a8633d;
}
.btn:hover,
.btn-primary:hover,
.btn:focus,
.btn-primary:focus,
.btn:active,
.btn-primary:active,
.btn.active,
.btn-primary.active,
.btn.actve:active,
.btn-primary.actve:active {
  background: #93502B;
  border-color: #93502B;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.header-top {
  background: #989898;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  font-family: 'MyslC';
}
.header-top .phone {
  font-size: 20px;
}
.header-top .phone i.fa {
  font-size: 16px;
}
.header-top .address i.fa {
  font-size: 15px;
}
.header-top .email i.fa {
  font-size: 13px;
}
.header-top span {
  margin-right: 60px;
  vertical-align: top;
  display: inline-block;
  max-width: 327px;
}
.header-top span:last-child {
    margin-right: 0;
}
.header-top .address {
    margin-right:20px;
}
.header-top i.fa {
  margin-right: 3px;
}
.header-top a {
  color: #fff;
}
.header-top a:hover {
  color: #4c4c4c;
  text-decoration: none;
}
.navigation {
  margin-top: 5px;
  border-top: 1px solid #989898;
}
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  text-align: center;
}
.menu li {
  display: table-cell;
}
.menu li a {
  display: block;
  font-family: 'MyslC';
  color: #4c4c4c;
  font-size: 20px;
  padding: 25px 15px;
  border: none;
  text-decoration: none;
}
.menu li a:hover {
  text-decoration: none;
  color: #a8633d;
}
.menu li.active a {
  text-decoration: none;
  color: #a8633d;
}
.menu li.dropdown {
  position: relative;
}
.menu li.dropdown:after {
  content: "\f0d7";
  position: absolute;
  bottom: 9px;
  left: 50%;
  margin-left: -3px;
  color: #4c4c4c;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu li.dropdown.active:after {
  color: #a8633d;
}
.menu li.open a {
  color: #a8633d;
}
.menu li.open:after {
  color: #a8633d;
}
.menu li .dropdown-menu {
  max-width: 350px;
  min-width: 350px;
  border-radius: 0;
  border: none;
  padding: 10px 15px;
  margin: 6px 0 0;
  text-align: left;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(4, 7, 9, 0.4);
  box-shadow: 0px 5px 15px 0px rgba(4, 7, 9, 0.4);
  background-color: rgba(255, 255, 255, 0.85);
}
.menu li .dropdown-menu li {
  display: block;
  position: relative;
  padding-left: 10px;
  margin: 5px 0;
}
.menu li .dropdown-menu li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.menu li .dropdown-menu li a {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
  color: #4c4c4c;
  white-space: normal;
}
.menu li .dropdown-menu li a:hover {
  color: #a8633d;
  background: transparent;
}
.menu li .dropdown-menu li.active a {
  color: #a8633d;
  background: transparent;
}
.slider {
  position: relative;
  overflow: hidden;
}
.indicators-wrapper {
  text-align: center;
  position: absolute;
  z-index: 9;
  right: 60px;
  top: 0;
  height: 100%;
  width: 400px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 0px 15px 0px #040709;
  box-shadow: 0px 0px 15px 0px #040709;
}
.indicators-wrapper .logo {
  margin-top: 20px;
}
.indicators-wrapper h2 {
  font-size: 24px;
  padding: 0 77px;
  margin-top: 30px;
  line-height: 30px;
}
.indicators-wrapper .indicators-bg {
  position: relative;
  height: 40px;
}
.indicators-wrapper .indicators-bg ol.carousel-indicators {
  bottom: 0;
}
.indicators-wrapper .indicators-bg ol.carousel-indicators li {
  border-color: #989898;
  width: 14px;
  height: 14px;
  margin: 0 3px;
}
.indicators-wrapper .indicators-bg ol.carousel-indicators li:hover {
  background: #989898;
  border-color: transparent;
}
.indicators-wrapper .indicators-bg ol.carousel-indicators li.active {
  background: #989898;
  border-color: transparent;
}
.main-content{
    margin-bottom: 15px;
}
.textarea {
  padding: 20px 0 60px;
}
.textarea p img{
    padding: 5px;
    margin: 0 5px;
    border: 1px solid #989898;

}
.textarea ul {
  list-style: none;
  padding: 0 0 0 10px;
}
.textarea ul li {
  position: relative;
  padding-left: 12px;
}
.textarea ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  z-index: -2;
}
.textarea h4 {
  margin: 20px 0 10px;
}
.textarea .thumbnail {
  position: relative;
  z-index: 10;
  border-radius: 0;
}
.textarea .thumbnail:hover,
.textarea .thumbnail:focus,
.textarea .thumbnail:active {
  border-color: #a8633d;
}
.textarea .link {
  color: #4c4c4c;
}
.textarea .link:hover {
  color: #a8633d;
}
.textarea .link i.fa {
  margin-left: 5px;
}
h1.heading-style {
  position: relative;
}
h1.heading-style span {
  background: #fff;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 15px 0 0;
}
h1.heading-style:before {
  content: "";
  position: absolute;
  z-index: -2;
  height: 1px;
  width: 100%;
  background: #989898;
  left: 0;
  top: 15px;
}
h1.heading-style:after {
  content: "";
  position: absolute;
  z-index: -2;
  height: 1px;
  width: 100%;
  background: #989898;
  left: 0;
  top: 20px;
}
h2.heading-style {
  position: relative;
}
h2.heading-style span {
  background: #fff;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 15px 0 0;
}
h2.heading-style:before {
  content: "";
  position: absolute;
  z-index: -2;
  height: 1px;
  width: 100%;
  background: #989898;
  left: 0;
  top: 15px;
}
h2.heading-style:after {
  content: "";
  position: absolute;
  z-index: -2;
  height: 1px;
  width: 100%;
  background: #989898;
  left: 0;
  top: 20px;
}
h3.heading-style {
  position: relative;
}
h3.heading-style span {
  background: #fff;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 15px 0 0;
}
h3.heading-style:before {
  content: "";
  position: absolute;
  z-index: -2;
  height: 1px;
  width: 100%;
  background: #989898;
  left: 0;
  top: 11.5px;
}
h3.heading-style:after {
  content: "";
  position: absolute;
  z-index: -2;
  height: 1px;
  width: 100%;
  background: #989898;
  left: 0;
  top: 16.5px;
}
.services h2 {
  margin: 30px 0;
}
.services .services-item {
  margin-bottom: 20px;
}
.services .services-item .img-block {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.services .services-item .img-block:hover {
  opacity: .9;
}
.services .services-item .services-title a {
  color: #4c4c4c;
}
.services .services-item .services-title a:hover {
  text-decoration: none;
  color: #a8633d;
}
.articles-link {
  text-align: center;
  display: block;
  padding: 25px 10px;
  text-transform: uppercase;
  color: #4c4c4c;
  font-size: 24px;
  background: url(../images/texture.jpg) repeat;
  margin: 35px 0 40px;
}
.articles-link:hover {
  text-decoration: none;
}
.content-text {
  background: #989898;
  padding: 0 25px 20px;
  color: #ffffff;
}
.content-text a {
  color: #fff;
}
.content-text a:hover {
  color: #fff;
}
.content-text .sidenews-item {
  margin-bottom: 20px;
}
.content-text .sidenews-item time {
  display: block;
  margin: 0 0 10px;
}
.content-text .sidenews-item .sidenews-intro {
  margin-bottom: 2px;
}
.content-text .sidenews-item .readmore {
  font-style: italic;
  font-size: 13px;
}
.content-text .allnews {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: 1px solid #fff;
  font-size: 18px;
  font-family: 'MyslC';
  padding: 5px 15px;
}
.content-text .allnews:hover {
  text-decoration: none;
  border-color: #989898;
  background: #fff;
  color: #989898;
}
.sidebar {
  padding: 45px 0 60px;
}
.news-list .media {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.news-list .media:last-child {
  border-bottom: none;
}
.news-list .media .media-heading {
  margin: 5px 0;
  padding: 0;
}
.news-list .media time {
  font-size: 14px;
  color: #888;
}
.side-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-menu li {
  display: block;
}
.side-menu li.active a {
  color: #a8633d;
  text-decoration: none;
}
.side-menu li:first-child {
  border-top: 1px solid #989898;
}
.side-menu li:last-child {
  border-bottom: 1px solid #989898;
}
.side-menu li a {
  display: block;
  padding: 15px 0;
  font-family: 'MyslC';
  font-size: 18px;
  color: #4c4c4c;
  margin: 5px 0;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}
.side-menu li a:hover {
  text-decoration: none;
  color: #a8633d;
}
.pushfooter {
  height: 82px;
}
footer {
  padding: 25px 0;
  height: 82px;
  margin-top: -82px;
}
footer .container {
  position: relative;
}
footer .copy {
  padding: 6px 0 0;
  margin: 0;
}
footer .webvortex {
  margin-left: 20px;
}
footer #toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20%;
  left: 20px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  opacity: .8;
  background: url(../images/up-icon.png) no-repeat left top;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
footer #toTop:hover {
  opacity: 1;
}
footer #toTop:active,
footer #toTop:focus {
  outline: none;
}
