@import url("common.css");
body {
  position: relative;
  font: normal 14px/1.5 'PT Sans', sans-serif;
  letter-spacing: 1px;
  background: #fe4918;
  transition: all 0.4s ease-in-out; }
  body.loaded {
    background-color: white; }
    body.loaded .preloader {
      display: none; }
    body.loaded .main-wrapper {
      opacity: 1; }
  body.navbar-fixed {
    padding-top: 80px; }
    body.navbar-fixed .scrollup {
      transform: translateY(0); }

.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -200px; }

.main-wrapper {
  min-width: 320px;
  opacity: 0;
  transition: all 0.4s ease-in-out; }

a.scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 0.4s ease-in-out;
  transform: translateY(100px);
  background-color: rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  font-size: 21px; }
  a.scrollup:link, a.scrollup:visited {
    color: white; }
  a.scrollup:hover {
    color: white;
    background-color: #fe4918; }

.wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto; }

.inline-block {
  display: inline-block; }

.relative {
  position: relative; }

.highlight {
  color: #fe4918; }

.text-success {
  color: #91d539; }

.text-alt {
  color: #8d93a0; }

.strong,
.bold {
  font-weight: bold; }

.dashed {
  border-bottom: 1px dashed; }

.btn,
a {
  transition: all 0.2s ease-in-out; }

a {
  color: #fe4918; }
  a:hover {
    color: #e23101; }

.half-height {
  height: 50vh;
  min-height: 400px; 
}
.full-height {
  height: 100vh;
  min-height: 800px; }

.full-width {
  width: 100%; }

.vertical-centered {
  height: 100%;
  white-space: nowrap;
  position: relative; }
  .vertical-centered:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -4px; }
  .vertical-centered .inline-block {
    vertical-align: middle;
    white-space: normal;
    float: none; }

.recent-events-list {
  list-style: none;
  padding: 0; }
  .recent-events-list .event-item {
    display: block;
    clear: both;
    margin-bottom: 10px; }
  .recent-events-list .event-thumb {
    float: left; }
  .recent-events-list .event-desciption {
    margin-left: 70px;
    line-height: 20px;
    padding: 5px 0; }
    .recent-events-list .event-desciption a {
      display: block; }

.recent-twitter-list {
  list-style: none;
  padding: 0; }
  .recent-twitter-list .twitter-item {
    display: block;
    margin: 6px; }
    .recent-twitter-list .twitter-item .twitter-thumb {
      float: left; }
    .recent-twitter-list .twitter-item .twitter-desciption {
      margin-left: 70px;
      padding: 5px 0;
      line-height: 20px; }
      .recent-twitter-list .twitter-item .twitter-desciption p {
        font-size: 12px;
        margin: 0; }

.social-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .social-bar .social-link:hover {
    color: #fe4918; }

a.social-link {
  margin: 0 4px;
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 14px;
  color: white;
  transition: all 0.2s ease-in-out; }
  a.social-link.social-link-lg {
    width: 48px;
    height: 48px;
    line-height: 44px;
    font-size: 24px; }

.btn.custom-primary-btn, .btn.custom-default-btn {
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  border: 1px solid #fe4918;
  border-radius: 0; }
  .btn.custom-primary-btn:hover, .btn.custom-default-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: inset none; }
.btn.btn-lg {
  letter-spacing: 2px;
  font-size: 18px; }
.btn.btn-xl {
  letter-spacing: 2px;
  font-size: 21px; }
.btn.custom-primary-btn {
  background-color: #fe4918; }
  .btn.custom-primary-btn:hover {
    border-color: #fe5d31;
    background-color: #fe5d31; }
.btn.custom-default-btn {
  color: #fe4918;
  border: 1px solid #fe4918;
  background-color: transparent; }
  .btn.custom-default-btn:hover {
    color: white;
    border: 1px solid #fe4918;
    background-color: #fe4918; }

.navbar {
  margin-bottom: 0;
  padding: 15px 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out; }
  .navbar a {
    font-weight: 700;
    text-transform: uppercase; }
  .navbar.navbar-inverse {
    border: 0;
    background-color: #262627; }
  .navbar .navbar-nav {
    font-size: 12px; }
    .navbar .navbar-nav > li > a {
      color: white; }
    .navbar .navbar-nav .active > a,
    .navbar .navbar-nav .active > a:focus,
    .navbar .navbar-nav .active > a:hover {
      background-color: inherit;
      color: #fe4918; }
  .navbar .custom-default-btn {
    margin: 8px 0; }

.navbar-collapse {
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent; }

.navbar-header .navbar-brand {
  color: #fe4918; }

.langbar {
  margin: 0;
  padding: 0 20px;
  text-align: center; }
  .langbar li {
    display: inline-block; }
    .langbar li a {
      display: block;
      padding: 15px;
      line-height: 20px;
      color: white;
      font-size: 12px;
      text-decoration: none; }
    .langbar li.active a {
      color: #fe4918; }

@media (max-width: 768px) {
  .navbar-nav a {
    text-align: center; }

  .custom-primary-btn,
  .custom-default-btn {
    width: 100%;
    margin: 6px 0; }

  .langbar {
    float: none !important;
    width: 100%;
    margin: 0; }
    .langbar > li {
      display: inline-block; } }
@media (min-width: 769px) {
  .btn-lg {
    margin: 1em; } }
.pricelist .pricelist-item {
  border: 1px solid #fe4918;
  min-height: 100px;
  padding: 24px;
  margin: 24px 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out; }
  .pricelist .pricelist-item p {
    font-size: 16px;
    line-height: 2; }
  .pricelist .pricelist-item:hover {
    -webkit-box-shadow: inset 0px 0px 0px 5px #fe4918;
    -moz-box-shadow: inset 0px 0px 0px 5px #fe4918;
    box-shadow: inset 0px 0px 0px 5px #fe4918; }

.site-home {
  position: relative;
  background: #420f07 url("../img/bg/firstpage.jpg") center center no-repeat fixed;
  background-size: cover;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
  .site-home h1, .site-home h2, .site-home h3 {
    color: white; }
  .site-home h1 {
    text-transform: uppercase;
    font-size: 72px;
    font-weight: bold; }
  .site-home:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url("../img/overlay-bg.png") fixed; }

.site-contact:after {
  content: "";
  display: block;
/*  background: url("../img/overlay-bg.png") fixed; */ }
.site-contact:after,
.site-contact .gmap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.site-contact .contact-info {
  background-color: white;
  z-index: 1;
  padding: 12px 42px; }

.site-footer {
  color: #8d93a0;
  background-color: #262627; }
  .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: white; }

.site-bottom {
  background-color: #1f2125; }
  .site-bottom a.social-link {
    border: 2px solid white;
    border-radius: 16px; }
    .site-bottom a.social-link.facebook-link:hover {
      background-color: #4867aa;
      border-color: #4867aa;
      color: white; }
    .site-bottom a.social-link.vk-link:hover {
      background-color: #4c75a3;
      border-color: #4c75a3;
      color: white; }
    .site-bottom a.social-link.instagram-link:hover {
      background-color: #3897f0;
      border-color: #3897f0;
      color: white; }
    .site-bottom a.social-link.youtube-link:hover {
      background-color: #df2826;
      border-color: #df2826;
      color: white; }

/* preloader */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

/*# sourceMappingURL=main.css.map */
.gallery .col-md-1 {
	min-height: 100px;
	/* margin: 24px 0; */
	overflow: hidden;
	transition: all 0.2s ease-in-out;
	text-align: center;
}
.gallery .col-md-4 img {
	max-height: 270px !important;
	margin: 0 auto;
	margin-bottom: 5px;
}
.gallery .col-md-4 img {
	-webkit-filter: brightness(85%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
transition: all 0.5s ease;
}
.gallery .col-md-4 img:hover {
	-webkit-filter: brightness(100%);
}
