@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic&subset=latin,cyrillic);
body {
  font-family: "PT Serif", "Times New Roman", serif; }

hr.small-margin {
  margin-top: 4px;
  margin-bottom: 4px; }

hr.fading-effect {
  max-height: 1px;
  min-height: 1px;
  border: 0; }

.btn {
  border-radius: 0; }

.form-control {
  border-radius: 0; }

.modal-content {
  box-shadow: none !important;
  border-radius: 0; }

/**
 * Helper class to truncate and add ellipsis to a string too long for it to fit on a single line.
 *
 * 1. Prevent content from wrapping, forcing it on a single line.
 * 2. Add ellipsis at the end of the line.
 */
.h-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.breadcrumb {
  background-color: transparent;
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 0; }

.no-padding {
  padding: 0 !important;
  margin: 0 !important; }

.c-shared-url-control,
.c-shared-url-control[readonly] {
  background-color: #fff; }

a {
  color: #B90D0D;
  text-decoration: none; }
  a:hover {
    color: #6f1717;
    text-decoration: none; }
  a.btn {
    text-decoration: none; }

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -71px;
  padding: 0 0 71px; }

.rabovsky .site-logo {
  height: 37px;
  margin-top: 24px;
  margin-bottom: 18px; }

.rabovsky .site-header {
  padding-top: 12px;
  margin-bottom: 32px; }
  @media (max-width: 768px) {
    .rabovsky .site-header {
      margin-bottom: 0; } }
  .rabovsky .site-header .info {
    padding-top: 8px; }

.rabovsky .navbar-toggle {
  float: none !important;
  border: none;
  margin-left: 44px; }

.rabovsky .navbar-toggle .icon-bar {
  background-color: #d0d0d0; }

.rabovsky .branding .title {
  color: #333;
  font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 38px;
  font-weight: bold; }

.rabovsky .branding .subtitle {
  position: relative;
  top: -10px;
  color: #999;
  font-style: italic;
  text-transform: uppercase; }

.rabovsky .page-wrapper {
  margin-bottom: 32px; }

.rabovsky .site-footer {
  text-transform: uppercase; }
  .rabovsky .site-footer .copyright {
    color: #999; }

.rabovsky h2 {
  color: #999; }

.rabovsky .site-about .contacts {
  word-break: break-all; }
  .rabovsky .site-about .contacts h2 {
    font-size: 20px; }
  .rabovsky .site-about .contacts h3 {
    font-size: 16px;
    font-weight: bold; }

.rabovsky .site-about .social-media-buttons {
  margin-top: 48px;
  margin-bottom: 48px; }

.rabovsky .site-about .social-media-buttons {
  position: relative; }
  .rabovsky .site-about .social-media-buttons a {
    display: inline-block; }
  .rabovsky .site-about .social-media-buttons img {
    opacity: 0.5;
    width: 32px; }
    .rabovsky .site-about .social-media-buttons img:hover {
      opacity: 1; }

.rabovsky .photo-container {
  margin-bottom: 12px; }
  .rabovsky .photo-container img {
    display: inline-block; }

.rabovsky .photo-slide-item {
  outline: none; }

.rabovsky .photo-container .photo-item {
  text-align: center; }
  .rabovsky .photo-container .photo-item img {
    border: 1px solid #666;
    max-width: 100%; }

.rabovsky .album-list .col-md-* {
  padding: 0; }

.rabovsky .album-list .album-item {
  margin-top: 15px;
  margin-bottom: 15px; }

.rabovsky .album-item {
  position: relative;
  border-radius: 4px;
  text-align: center; }
  .rabovsky .album-item .description {
    margin-top: 4px;
    text-align: center; }
  .rabovsky .album-item .album-label {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px;
    width: 100%; }
    .rabovsky .album-item .album-label h3, .rabovsky .album-item .album-label h4 {
      display: block;
      color: #fff;
      text-shadow: 1px 1px 1px black;
      padding: 8px;
      width: 100%; }
  @media (max-width: 768px) {
    .rabovsky .album-item .album-label {
      padding: 0; }
      .rabovsky .album-item .album-label h3, .rabovsky .album-item .album-label h4 {
        padding: 0; } }
  .rabovsky .album-item.no-cover img.album-cover {
    width: 100%; }

.rabovsky .site-view-album .title {
  margin-bottom: 38px; }

.rabovsky .site-view-album > header .description {
  margin-bottom: 24px; }

.rabovsky .site-view-album .album-content .album-item {
  margin-bottom: 24px;
  text-align: center; }

.rabovsky .site-view-album .album-content .album-item img {
  width: 100%; }

.rabovsky .site-view-album .album-content .album-item .description {
  margin-top: 8px;
  font-style: italic; }

.rabovsky .site-view-album .photo-controls {
  margin-top: 12px; }

.rabovsky .site-index .album-list .album-item {
  margin: 0; }

.photo-info-container {
  margin-bottom: 24px;
  text-align: right; }
  .photo-info-container .photo-title {
    margin-top: 3.5rem;
    font-weight: bold; }
  .photo-info-container .date-holder {
    font-style: italic; }
  .photo-info-container .btn {
    border: none;
    transition: opacity 0.5s ease-in-out;
    opacity: 0.5; }
  .photo-info-container .btn:hover {
    background-color: #f6f6f6;
    opacity: 1; }

.site-search .photo-list-item {
  margin-bottom: 18px; }

.site-search .photo-info-container {
  text-align: left; }
  .site-search .photo-info-container .photo-title {
    margin-bottom: 8px; }
  .site-search .photo-info-container .photo-description {
    margin-bottom: 8px; }

ul.tag-list {
  margin-top: 32px;
  opacity: 0.5;
  list-style: none;
  padding: 8px;
  color: #cecece; }
  ul.tag-list:hover {
    opacity: 1; }
  ul.tag-list > li {
    display: inline-block;
    margin-right: 4px; }

.album-content .owl-carousel .owl-item .item {
  margin-right: 4px; }

.album-content .owl-carousel .owl-item:last-child .item {
  margin-right: 0; }

.gallery-thumbnail-carousel {
  margin-top: 56px;
  text-align: center; }
  .gallery-thumbnail-carousel .item {
    display: inline-block;
    opacity: 0.5;
    margin: 7px;
    transition: opacity 0.4s ease-in; }
  .gallery-thumbnail-carousel .item:hover,
  .gallery-thumbnail-carousel .item.flex-active-slide {
    opacity: 1; }

.mobile-image-tile img {
  width: 100%; }

.owl-carousel .item {
  text-align: center;
  vertical-align: middle; }

.owl-carousel .item a {
  color: #999; }

.owl-carousel .owl-dots .owl-dot.active > span {
  background-color: #666; }

.owl-carousel .owl-dots .owl-dot:hover > span {
  background-color: #6f1717; }

.slider-holder.flexslider {
  margin-bottom: 0; }

.slider-navigation .navigation-button {
  cursor: pointer; }

.slider-navigation img {
  display: block !important;
  width: auto; }

.slider-navigation .navigation-button > * {
  padding: 12px;
  border-radius: 12px;
  font-size: 32px;
  text-shadow: 0 1px 5px black;
  color: #fff; }

.slider-navigation .navigation-button {
  opacity: 0.75;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }

.slider-navigation .navigation-button:hover {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }

.slider-navigation .left-button,
.slider-navigation .right-button {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  z-index: 9999;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px; }

.slider-navigation .left-button {
  left: 18px; }

.slider-navigation .right-button {
  right: 18px; }

.search-box-holder {
  margin-left: 40px;
  margin-top: 16px;
  position: relative;
  left: -12px; }
  .search-box-holder .form-control {
    width: 80px;
    transition: width 1s ease-in-out; }
  .search-box-holder .form-control:focus {
    width: 100%; }
  .search-box-holder input {
    margin-left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #ddd; }
    .search-box-holder input:focus {
      box-shadow: none;
      border-bottom-color: #666; }
  .search-box-holder button {
    position: absolute;
    background: transparent;
    color: #999; }

.site-search h1 {
  margin: 0;
  margin-bottom: 18px; }

.site-search .search-query-string-holder {
  font-style: italic; }

@media (min-width: 991px) {
  .album-item .album-label {
    opacity: 0;
    transition: 0.5s ease-out; }
  .album-item:hover .album-label {
    opacity: 1; } }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.photo-container .photo-item:focus {
  outline: none; }
  .photo-container .photo-item:focus img:focus {
    outline: none; }

.main-page-slider img {
  width: 100%; }

.share-button {
  background-color: transparent; }

.c-album__description {
  margin-bottom: 1rem; }

.main-menu {
  margin-bottom: 12px; }

.side-bar-wrapper {
  margin-bottom: 24px; }
  .side-bar-wrapper .menu {
    text-transform: uppercase; }
    .side-bar-wrapper .menu li {
      list-style-type: none; }
    .side-bar-wrapper .menu li > ul {
      padding-left: 18px; }
    .side-bar-wrapper .menu label, .side-bar-wrapper .menu a {
      margin-bottom: 0;
      cursor: pointer;
      color: #aaa;
      font-family: "PT Sans", Helvetica, sans-serif;
      font-weight: normal;
      -o-transition: color 0.8s ease-in-out;
      -ms-transition: color 0.8s ease-in-out;
      -moz-transition: color 0.8s ease-in-out;
      -webkit-transition: color 0.8s ease-in-out;
      transition: color 0.8s ease-in-out; }
      .side-bar-wrapper .menu label:hover, .side-bar-wrapper .menu a:hover {
        color: #000;
        -o-transition: color 0s ease-in-out;
        -ms-transition: color 0s ease-in-out;
        -moz-transition: color 0s ease-in-out;
        -webkit-transition: color 0s ease-in-out;
        transition: color 0s ease-in-out; }
    .side-bar-wrapper .menu li.active > a {
      color: #000; }

.c-album-list .col-md-* {
  padding: 0; }

.c-album-list .c-album-item {
  margin-top: 15px;
  margin-bottom: 15px; }

.c-album-item {
  position: relative;
  border-radius: 4px;
  text-align: center; }
  .c-album-item .description {
    margin-top: 4px;
    text-align: center; }
  .c-album-item__label {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px;
    width: 100%; }
    .c-album-item__label h3, .c-album-item__label h4 {
      display: block;
      color: #fff;
      text-shadow: 1px 1px 1px black;
      padding: 8px;
      width: 100%; }
  @media (max-width: 768px) {
    .c-album-item__label {
      padding: 0; }
      .c-album-item__label h3, .c-album-item__label h4 {
        padding: 0; } }
  .c-album-item.c-album-item--no-cover .c-album-item__cover {
    width: 100%; }

@media (min-width: 991px) {
  .c-album-item__label {
    opacity: 0;
    transition: 0.5s ease-out; }
  .c-album-item:hover .c-album-item__label {
    opacity: 1; } }

.widget.search-box {
  padding: 0 32px;
  width: 70%; }
  .widget.search-box .btn,
  .widget.search-box .form-control {
    border: none;
    box-shadow: none; }
  .widget.search-box .form-control {
    border-bottom: 1px solid #ccc; }

.pluso-more {
  display: none !important; }

/**
 * Dropzone Theme
 */
.dropzone .dz-preview .dz-image {
  border-radius: 0;
  width: auto;
  height: auto; }

/**
 * BxSlider Theme
 */
.bx-wrapper {
  box-shadow: none;
  border: transparent;
  background-color: transparent; }
  .bx-wrapper .bx-prev {
    left: 10px;
    background: none; }
  .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-prev:focus {
    background-position: 0 0; }
  .bx-wrapper .bx-next {
    right: 10px;
    background: none; }
  .bx-wrapper .bx-next:hover,
  .bx-wrapper .bx-next:focus {
    background-position: -43px 0; }
  .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    display: block;
    border-radius: 12px; }

.bx-wrapper .bx-controls-direction a {
  color: #ddd;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 2.5em;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: auto;
  height: auto;
  text-indent: 0;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/**
 * FlexSlider
 */
.flexslider {
  margin: 0 0 60px;
  background: transparent;
  border: none; }

.flexslider.gallery-thumbnail-carousel {
  margin: 64px 0 60px; }
  .flexslider.gallery-thumbnail-carousel .slides {
    width: auto !important; }
  .flexslider.gallery-thumbnail-carousel .slides .item {
    display: inline !important;
    float: none !important; }
    .flexslider.gallery-thumbnail-carousel .slides .item img {
      width: auto;
      display: inline; }

.slick-slide img {
  display: inline-block; }

.slick-slider {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text; }

.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 12px; }

.site-index .slick-slider {
  margin-bottom: 15px; }

.flexslider .slides .photo-container img {
  width: auto; }

.flexslider .slides .photo-info-container img {
  display: inline-block;
  width: auto; }

.flex-active-slide {
  opacity: 1; }

.flexslider .flex-next {
  opacity: 0.8;
  right: 5px; }

.flexslider .flex-prev {
  opacity: 0.8;
  left: 5px; }

.flexslider .flex-direction-nav a.flex-prev,
.flexslider .flex-direction-nav a.flex-next {
  -moz-transition: none;
  -webkit-transition: none;
  transition: none; }

/**
 * FancyBox
 */
.fancybox-skin {
  padding: 0;
  border-radius: 0; }

/**
 * Menu
 */
/**
 * Share Buttons
 */
.share-btn {
  display: inline-block;
  color: #ffffff;
  border: none;
  padding: 0.5em;
  width: 4em;
  font-size: 20pt;
  outline: none;
  text-align: center; }

.share-btn:hover {
  color: #eeeeee; }

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2; }

.share-btn.twitter {
  background: #55acee; }

.share-btn.google-plus {
  background: #dd4b39; }

.share-btn.facebook {
  background: #3B5998; }

.share-btn.linked-in {
  background: #4875B4; }

.share-btn.reddit {
  background: #ff4500; }

.share-btn.vkontakte {
  background: #45668e; }

.share-btn.email {
  background: #444444; }

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px; }

a.asc:after {
  content: "\e151"; }

a.desc:after {
  content: "\e152"; }

.sort-numerical a.asc:after {
  content: "\e153"; }

.sort-numerical a.desc:after {
  content: "\e154"; }

.sort-ordinal a.asc:after {
  content: "\e155"; }

.sort-ordinal a.desc:after {
  content: "\e156"; }

.grid-view th {
  white-space: nowrap; }

/*# sourceMappingURL=style.css.map */
