/* Base ============================================================ */
::selection {
  background: #ddd;
}
::-moz-selection {
  background: #ddd;
}

/* Fonts */
@font-face {
  font-family: 'ptsans_regular';
  src: url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_regular/PTS55F-webfont.eot');
  src: url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_regular/PTS55F-webfont.eot') format('embedded-opentype'),
       url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_regular/PTS55F-webfont.woff') format('woff'),
       url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_regular/PTS55F-webfont.ttf') format('truetype'),
       url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_regular/PTS55F-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ptsans_italic';
  src: url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_italic/PTS56F-webfont.eot');
  src: url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_italic/PTS56F-webfont.eot') format('embedded-opentype'),
       url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_italic/PTS56F-webfont.woff') format('woff'),
       url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_italic/PTS56F-webfont.ttf') format('truetype'),
       url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_italic/PTS56F-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ptsans_bold';
  src: url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_bold/PTS75F-webfont.eot');
  src: url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_bold/PTS75F-webfont.eot') format('embedded-opentype'),
       url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_bold/PTS75F-webfont.woff') format('woff'),
       url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_bold/PTS75F-webfont.ttf') format('truetype'),
       url('https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/fonts/ptsans_bold/PTS75F-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Custom ============================================================ */
html, body, .wrapper {
  height: 100%;
}

body {
  background: #cb8e58 url(https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/images/bg.jpg) repeat;
  font-family: 'ptsans_regular';
  font-size: 16px;
}

.wrapper {
  overflow:  hidden;
  height: auto;
  min-height: 100%;
}

.main {
  padding-bottom: 50px;
}

.box-area {
  padding: 40px 0 20px;
}

.box {
  position: relative;
  background: #fff;
  
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.box-padding {
  padding: 30px;
}

.white {
  position: relative;
  z-index: 80;
  background: #fff;
}

.white.before:before {
  content: "";
  background: url(https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/images/bg-top.png) no-repeat center bottom;
  height: 50px;
  width: 100%;
  position: absolute;
  top: -49px;
}

.white:after {
  content: "";
  background: url(https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/images/bg-bottom.png) no-repeat center bottom;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: -49px;
}

.container {
  min-width: 970px;
  width: 100%;
  max-width: 1270px;
}

.form-control {
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.form-control:focus {
  border-color: rgba(0, 0, 0, .3);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 0, 0, .2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 0, 0, .2);
}

.dropdown-menu {
  font-size: 16px;
}

.modal-sm {
  width: 400px;
}

a, button, input[type="button"] {
  outline:0px !important;
  -webkit-appearance:none;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
}

b, strong, th {
  font-weight: normal;
  font-family: 'ptsans_bold';
}

.pagination {
  margin: 0;
}

div.pagination {
  text-align: center;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #6dbb45;
  border-color: #6dbb45;
}

.pagination>li>a, .pagination>li>span {
  color: #6dbb45;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #333;
}

.grid-view .summary { 
  margin-top: 5px;
  font-family: 'ptsans_italic';
  color: #999;
}

.grid-view thead a {
  font-size: 18px;
  color: #333;
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.grid-view thead a:hover {
  text-decoration: none;
  color: #d35944;
  border-bottom: 1px solid rgba(211, 89, 68, 0.3);
}

.grid-view tbody a {
  color: #6dbb45;
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.grid-view tbody a:hover {
  text-decoration: none;
  color: #d35944;
  border-bottom: 1px solid rgba(211, 89, 68, 0.3);
}

.grid-view  table tbody tr td:first-of-type {
text-align: center;
}

.no-ul-margin ul {
  margin: 0;
  padding: 0 0 0 15px;
}

/* Buttons ============================================================ */
.btn {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn-success {
  background-color: #6dbb45;
  border-color: #4cae4c;
  border-bottom-width: 2px;
  border-bottom-color: #5fa43e;
}

.btn-custom.btn-success {
  padding: 15px 21px;
  
  font-family: 'ptsans_bold';
  text-transform: uppercase;
  
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border-bottom-width: 5px;
  -moz-box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.5);
}

.btn-custom.btn-success:hover,
.btn-custom.btn-success:focus,
.btn-custom.btn-success:active {
  border-color: #3d8f3d;
}

/* Links ============================================================ */
.show-more {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 15px;
  
  color: #fff;
  
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.show-more:hover {
  background: #6dbb45;
  color: #fff;
  text-decoration: none;
}

a.link-one {
  font-size: 18px;
  color: #6dbb45;
  border-bottom: 1px solid #6dbb45;
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

a.link-one:hover {
  text-decoration: none;
  color: #d35944;
  border-bottom: 1px solid rgba(211, 89, 68, 0.3);
}

/* Helpers ============================================================ */
.relative {
  position: relative;
}

.lowercase {
  text-transform: lowercase;
}

.margin-ten {
  margin-bottom: 10px;
}

.margin-twenty {
  margin-bottom: 20px;
}

.margin-thirty {
  margin-bottom: 30px;
}

.margin-fourty {
  margin-bottom: 40px;
}

.margin-fifty {
  margin-bottom: 50px;
}

.icon-left i {
  margin-right: 5px;
}

.shadow-one {
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.green {
  background-color: #6dbb45;
  background: -moz-linear-gradient(left, #6dbb45 0%, #15b093 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6dbb45), color-stop(100%,#15b093));
  background: -webkit-linear-gradient(left, #6dbb45 0%,#15b093 100%);
  background: -o-linear-gradient(left, #6dbb45 0%,#15b093 100%);
  background: -ms-linear-gradient(left, #6dbb45 0%,#15b093 100%);
  padding: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.green-white {
  background: #fff;
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* Titles ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'ptsans_bold';
  font-weight: normal;
  margin: 0;
}

h1, .h1 {
  font-size: 30px;
}

.title-main {  
  font-size: 36px;
  color: #fff;
  
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.tm-additional {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.title-black { 
  font-size: 22px;
  text-transform: uppercase;
}

.title-green { 
  font-size: 22px;
  text-transform: uppercase;
}

.title-green span {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  background-color: #15b093;
  background-image: -moz-linear-gradient(left, #15b093 0%, #6dbb45 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#15b093), color-stop(100%,#6dbb45));
  background-image: -webkit-linear-gradient(left, #15b093 0%,#6dbb45 100%);
  background-image: -o-linear-gradient(left, #15b093 0%,#6dbb45 100%);
  background-image: -ms-linear-gradient(left, #15b093 0%,#6dbb45 100%);
  background-image: linear-gradient(to right, #15b093 0%,#6dbb45 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Clean ============================================================ */
.clean {
  padding: 100px 0;
}

.login-to-ap {
  width: 400px;
  margin: 0 auto;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.4);
}

.login-to-ap .title-green {
  padding: 20px 20px 0;
}

.panel-body {
  padding: 20px;
}

.captcha {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: 20px 0 10px;
  padding: 5px 15px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.captcha-image {
  min-height: 50px;
}

.captcha .form-group {
  margin-bottom: 0;
}

.captcha .control-label {
  display: none;
}

.captcha .help-block {
  margin-bottom: 0;
}

.captcha a {
  margin-left: 10px;
  color: #92a500;
}

.captcha a:hover {
  color: #d4a900;
}

.captcha-input {
  margin-top: 5px;
}

.login-to-ap .btn {
  text-transform: uppercase;
}

/* Menu ============================================================ */
header {
  position: relative;
  z-index: 90;
  background: #fff;
  padding: 10px 0;
}

header.no-active {
  padding: 10px 0 16px;
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}

.header-content {
  position: relative;
  padding-left: 280px;
}

.logo {
  position: absolute;
  top: 2px;
  left: 0;
  background: url(https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/images/logo.png) no-repeat;
  width: 238px;
  height: 65px;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;  
}

.header-contacts {
  margin-bottom: 10px;
}

.header-contacts .phone {
  font-size: 20px;
  color: #999;
  margin-right: 20px;
}

.header-contacts  .btn {
  vertical-align: top;
  font-size: 14px;
}

.header-contacts .circle-icon {
  display: block;
  float: left;
  margin-left: 10px;
  background: #999;
  color: #fff;
  
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s
}

.header-contacts .circle-icon.tw:hover{
  background: #31adf4;
}

.header-contacts .circle-icon.vk:hover{
  background: #527397;
}

.header-contacts .circle-icon.fb:hover{
  background: #304591;
}

.navbar-nav > li {
  padding-right: 30px;
}

.navbar-nav > li > a {
  padding: 0;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.nav > li > a:hover, 
.nav > li > a:focus {
  color: #d35944;
  border-bottom: 1px solid rgba(211, 89, 68, 0.3);
  background-color: transparent;
}

.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  color: #d35944;  
  border-bottom: 1px solid rgba(211, 89, 68, 0.3);
}

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
  background-color: transparent;
}

.nav > li.active > a:after {
  content: '';
  display: block;
  position: absolute;
  background: transparent url(https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/images/nav_pointer.png) 0 0 no-repeat;
  
  bottom: -23px;
  left: -1250px;
  height: 13px;
  width: 2500px;
  margin-left: 50%;
  
  pointer-events: none;
  cursor: default;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
  background-color: #6dbb45;
}

.navbar-nav > li > .dropdown-menu:before {
  position: absolute;
  top: -8px;
  left: 31px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  border-left: 8px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar-nav > li > .dropdown-menu:after {
  position: absolute;
  top: -7px;
  left: 32px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid transparent;
  content: '';
}

/* Slider & Represent ============================================================ */
.box.slider-represent {
  height: 400px;
}

.shadow-bottom {
  width: 100%;
  height: 29px;
  background: url(https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/images/shadow-bottom.png) no-repeat 50% 0;
  background-size: 100% 100%;
}

.shadow-book {
  width: 14px;
  height: 100%;
  max-height: 398px;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 10;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slider {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.slider .owl-stage-outer {
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}

.slider .go-prev, 
.slider  .go-next {
  position: absolute;
  z-index: 10;
  background: #50A70A;
  
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  
  line-height: 37px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.slider .go-prev {
  left: 30px;
  padding-left: 11px;
}

.slider .go-next {
  right: 30px;
  padding-left: 13px;
}

.slider .go-next:hover, 
.slider .go-prev:hover {
  background: #d35944;
  color: #fff;
}

.slider-item {
  width: 100%;
  height: 400px;
  overflow: hidden;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.slider-item.si-one {
  background: transparent url(https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/images/slider/1.jpg) center center no-repeat;
}

.slider-item.si-two {
  background: transparent url(https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/images/slider/2.jpg) center center no-repeat;
}

.slider-item.si-three {
  background: transparent url(https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/images/slider/3.jpg) center center no-repeat;
}

.slider-item.si-four {
  background: transparent url(https://web.archive.org/web/20181128071702im_/http://cn-ufa.ru/assets/58172a36/images/slider/4.jpg) center center no-repeat;
}

.owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
}

.owl-theme .owl-dots {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 2px 1px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #d35944;
}

/* Represent ============================================================ */
.represent {
  padding: 30px 20px 30px 5px;
}

.represent h1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.r-text {
  margin-top: 10px;
  font-size: 18px;
  color: #999;
}

.r-link {
  margin-top: 20px;
}

.r-link a {
  display: inline-block;
  position: relative;
  padding: 15px 15px 15px 65px;
  border: 2px solid #dbdbdb;
  font-family: 'ptsans_bold';
  color: #333;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.r-link a:hover {
  background: #50A70A;
  color: #fff;
  text-decoration: none;
  border: 2px solid #50A70A;
}

.r-link i {
  position: absolute;
  top: 10px;
  left: 15px;
}

/* Content ============================================================ */
.content {
  padding: 50px 0 0;
}

.white.before .content {
  padding: 20px 0 0;
}

.content-right-pad {
  padding-right: 40px;
}

.content-left-pad {
  padding-left: 40px;
}

.shadow-list {
  position: absolute;
  height: 100%;
  width: 12px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 10;
}

.content-right-pad .shadow-list {
  right: 10px;
  top: 0;
}

.content-left-pad .shadow-list {
  left: 10px;
  top: 0;
}

/* Objects ============================================================ */
.object-item {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 12px 10px -10px rgba(0,0,54, 0.3);
  -webkit-box-shadow: 0 12px 10px -10px rgba(0,0,54, 0.3);
  box-shadow: 0 12px 10px -10px rgba(0,0,54, 0.3);
}

.object-item .oi-img{
  position: relative;
}

.object-item .oi-img img{
  width: 100%;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.object-item .oi-img .oi-counter {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 0 7px;
  font-size: 14px;
  color: #fff;
  background:  rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.object-item .oi-img .oi-type {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  
  height: 25px;
  text-transform: lowercase;
  
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff; /* for ellipsis ... */
}

.object-item .oi-img .oi-type span {
  background: #d35944;
  padding: 3px 7px 4px;
  font-size: 14px;
  color: #fff;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.object-item .oi-content {
  padding: 10px 15px;
}

.object-item .oi-content .oi-link {
  height: 70px;
  overflow: hidden;
}

.object-item .oi-content .oi-link a {
  color: #333;
  word-wrap: break-word;
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.object-item .oi-content .oi-link a:hover {
  color: #d35944;
  border-bottom: 1px solid rgba(211, 89, 68, 0.3);
  text-decoration: none;
}

.object-item .oi-content .oi-price {
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  
  font-family: 'ptsans_bold';
  font-size: 18px;
  color: #6dbb45;
}

.object-item .oi-content .oi-category {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #f0f0f0;
  text-transform: lowercase;
}

.object-item .oi-content .oi-category a,
.object-item-inside .oii-category a { 
  font-family: 'ptsans_italic';
  color: #999;

  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.object-item .oi-content .oi-category a:hover,
.object-item-inside .oii-category a:hover {
  color: #d35944;
  border-bottom: 1px solid rgba(211, 89, 68, 0.3);
  text-decoration: none;
}

/* Object inside ============================================================ */
.object-item-inside .oii-image {
  width: 100%;
}

.object-item-inside .oii-images {
  position: relative;
  padding: 0 40px;
  margin-bottom: 80px;
}

.object-item-inside .oii-images .owl-theme .owl-controls {
  bottom: -40px;
}

.object-item-inside .oii-images .go-prev,
.object-item-inside .oii-images .go-next {
  position: absolute;
  z-index: 10;
  background: #50A70A;
  
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.object-item-inside .oii-images .go-prev {
  left: 0;
  padding-left: 6px;
}

.object-item-inside .oii-images .go-next {
  right: 0;
  padding-left: 8px;
}

.object-item-inside .oii-images .go-next:hover, 
.object-item-inside .oii-images .go-prev:hover {
  background: #d35944;
  color: #fff;
}

.object-item-inside .oii-content h1 {
  margin: 7px 20px 0 0;
  font-size: 24px;
}

.object-item-inside .oii-category {
  margin-bottom: 15px;
}

.object-item-inside .oii-price {
  margin-right: 20px;
  font-family: 'ptsans_bold';
  font-size: 30px;
  color: #6dbb45;
}

.object-item-inside .oii-type {
  margin-top: 7px;
  background: #d35944;
  padding: 3px 7px 4px;
  font-size: 14px;
  color: #fff;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Workers ============================================================ */
.worker-item  .wi-title {
  margin-bottom: 10px;
}

.worker-item  .wi-title a {
  font-family: 'ptsans_bold';
  font-size: 18px;
  color: #6dbb45;
  border-bottom: 1px solid #6dbb45;
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.worker-item .wi-title a:hover {
  text-decoration: none;
  color: #d35944;
  border-bottom: 1px solid rgba(211, 89, 68, 0.3);
}

/* Search ============================================================ */
.search .btn {
  font-family: 'ptsans_bold';
  font-size: 16px;
  text-transform: uppercase;
}

.search .form-group:last-of-type {
  margin-bottom: 0;
}

.search .form-group .control-label {
  display: none;
}

/* Partners ============================================================ */
.partners-slider {
  position: relative;
  background: #fff;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  
  -moz-box-shadow: 0 12px 10px -10px rgba(0,0,54, 0.3);
  -webkit-box-shadow: 0 12px 10px -10px rgba(0,0,54, 0.3);
  box-shadow: 0 12px 10px -10px rgba(0,0,54, 0.3);
}

.partners-slider .go-prev,
.partners-slider .go-next {
  position: absolute;
  z-index: 10;
  background: #50A70A;
  
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.partners-slider .go-prev {
  left: -15px;
  padding-left: 6px;
}

.partners-slider .go-next {
  right: -15px;
  padding-left: 8px;
}

.partners-slider .go-next:hover, 
.partners-slider .go-prev:hover {
  background: #d35944;
  color: #fff;
}

/* News ============================================================ */
.news-item img {
  width: 64px;
}

.news-item .media-body a {
  font-family: 'ptsans_bold';
  text-decoration: none;
  color: #333;
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.news-item .media-body a:hover {
  color: #d35944;
  border-bottom: 1px solid rgba(211, 89, 68, 0.3);
}

.news-item .media-body .ni-date {
  margin-top: 5px;
  font-family: 'ptsans_italic';
  color: #757575;
}

.news-view  .nv-content{
  margin-bottom: 5px;
}

.news-view  .nv-date{
  font-family: 'ptsans_italic';
  color: #757575;
}

/* Contact button one ============================================================ */
.cb-bottom {
  position: relative;
}

.cb-bottom:after {
  content: '';
  position: absolute;
  
  top: 27px;
  left: 0;
  width: 100%;
  height: 1px;
  
  background: #ddd;
}

.cbb-bg {
  position: relative;
  z-index: 10;
  width: 500px;
  margin: 0 auto;
  background: #fff;
}

.cb-bottom .cbb-text {
  color: #999;
}

/* Pre-footer ============================================================ */
.pre-footer {
  padding: 70px 0 40px;
}

/* News ============================================================ */
.article-item {
  position: relative;
  background: #fff;
  
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.article-item:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  
  width: 94%;
  left: 3%;
  bottom: -5px;
  height: 5px;
  
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background: rgba(255, 255, 255, .6);
}

.article-item img {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.article-item .ai-content {
  padding: 15px;
  word-wrap: break-word;
}

.article-item .ai-content a {
  font-family: 'ptsans_bold';
  text-decoration: none;
  color: #333;
  
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);

  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.article-item .ai-content a:hover {
  color: #d35944;
  border-bottom: 1px solid rgba(211, 89, 68, 0.3);
}

.article-item .ai-text {
  margin-top: 10px;
}

/* Contacts ============================================================ */
.map {
  padding: 5px;
  background-color: #6dbb45;
  background: -moz-linear-gradient(left, #6dbb45 0%, #15b093 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6dbb45), color-stop(100%,#15b093));
  background: -webkit-linear-gradient(left, #6dbb45 0%,#15b093 100%);
  background: -o-linear-gradient(left, #6dbb45 0%,#15b093 100%);
  background: -ms-linear-gradient(left, #6dbb45 0%,#15b093 100%);
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 10px 35px -5px #9d9cab;
  -webkit-box-shadow: 0px 10px 35px -5px #9d9cab;
  box-shadow: 0px 10px 35px -5px #9d9cab;
}

.map-bg {
  background: #fff;
  height: 350px;
}

/* Footer ============================================================ */
footer {
  background: rgba(0, 0, 0, 0.2);
  height: 50px;
  padding-top: 15px;
  margin-top: -50px;
  
  color: rgba(255, 255, 255, 0.7);
  
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer .container a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

footer .container a:hover {
  text-decoration: none;
  
  color: #fff;
  border-bottom: 1px solid #fff;
}

.slash {
  margin: 0 5px;
}
/*
     FILE ARCHIVED ON 07:17:02 Nov 28, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:38:45 Sep 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.836
  load_resource: 134.689 (2)
  PetaboxLoader3.resolve: 99.161 (2)
  PetaboxLoader3.datanode: 34.543 (2)
*/