﻿@charset "UTF-8";
@import "dcvisu-icons.css";

body {
	background: #fcfcfc;
}
h1, h2, h3, h4 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 100;
}

.site_navigation {
	display:block;
	width:60px;
	height:60px;
	padding: 15px 0 0;
	border-radius: 50%;
	position: fixed;
	bottom: 15px;
	right: 15px;
	text-align:center;
	color:#8F7AB7;
	text-decoration:none;
	cursor: pointer;
	font-weight:bold;
	line-height: 30px;
	font-size:30px;
	background:linear-gradient(to top, #2A5F4D, #3A826A);
	z-index:9999;
	opacity:0.5;
}
.site_navigation:hover {
	color:#fff;
	opacity:1;
}

a, .btn-link, .brand-green {
	color:#2A5F4D;
}
a:hover {
	/* text-decoration: none; */
	color:#3A8369;
}
a.glyphicon:hover {
	text-decoration: none;
}


.btn-default-inv {
	color:#333;
	background-color:#e6e6e6;
	border-color:#ccc;
   }
.btn-default-inv.focus,.btn-default-inv:focus {
	color:#333;
	background-color:#fff;
	border-color:#ccc;
}
.btn-default-inv:hover {
	color:#333;
	background-color:#fff;
	border-color:#adadad;
}
.btn-default-inv.active,.btn-default-inv:active,.open>.dropdown-toggle.btn-default-inv {
	color:#333;
	background-color:#e6e6e6;
	border-color:#adadad
}
.btn-default-inv.active.focus,.btn-default-inv.active:focus,.btn-default-inv.active:hover,.btn-default-inv:active.focus,.btn-default-inv:active:focus,.btn-default-inv:active:hover,.open>.dropdown-toggle.btn-default-inv.focus,.open>.dropdown-toggle.btn-default-inv:focus,.open>.dropdown-toggle.btn-default-inv:hover {
	color:#333;
	background-color:#d4d4d4;
	border-color:#8c8c8c
}
.btn-default-inv.active,.btn-default-inv:active,.open>.dropdown-toggle.btn-default-inv {
	background-image:none
}
.btn-default-inv.disabled.focus,.btn-default-inv.disabled:focus,.btn-default-inv.disabled:hover,.btn-default-inv[disabled].focus,.btn-default-inv[disabled]:focus,.btn-default-inv[disabled]:hover,fieldset[disabled] .btn-default-inv.focus,fieldset[disabled] .btn-default-inv:focus,fieldset[disabled] .btn-default-inv:hover {
	background-color:#fff;
	border-color:#ccc
}

a.link-dashed {
	text-decoration: none;
	border-bottom: 1px dashed #3A8369;
}

.btn-primary {
	background-color: #2A5F4D;
	border-color: rgb(33, 75, 61);
}
.btn-primary:hover {
	background-color: rgb(48, 105, 86);
	border-color: rgb(38, 85, 69);
}
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
	background-color: rgb(32, 85, 67);
	border-color: rgb(27, 63, 51);
}

.btn-link:focus, .btn-link:hover {
	/* text-decoration:none; */
	color: #3A8369;
}
.clear {
	clear:both !important;
}
.clear_m25pxt {
	clear: both;
	display: block;
	height: 15px;
	width: 100%;
}
.mg0 {
	margin:0 auto;
}
.mgr25 {
	margin-right:25px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb25 {
	margin-bottom:25px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}
.mt25 {
	margin-top:25px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mr25 {
	margin-right:25px;
}
.ml5 {
	margin-left:5px;
}
.ml10 {
	margin-left:10px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml25 {
	margin-left:25px;
}
.ta_left {
	text-align:left !important;
}
.ta_right {
	text-align:right !important;
}
.ta_center {
	text-align:center !important;
}
.left {
	float:left !important;
	overflow:hidden !important;
}
.right {
	float:right !important;
	overflow:hidden !important;
}
.block {
	display:block !important;
}
.ov_hidden {
	overflow:hidden !important;
}

.auto {
	margin:auto !important;
}

.form-control:focus {
	border-color: #aaa;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(80, 80, 80, 0.35);
}

.container-fluid.first-container {
	max-width: 1920px;
	margin: 50px auto 0;
}
header {
	display:block;
	overflow:hidden;
}
.tour_wrapper {
	text-align: center;
}
.page_header {
	padding: 10px 0;
	margin: 0;
	text-align: center;
}
.page_header_floating {
	width: 100%;
	position: fixed;
	left: 0;
	line-height: 44px;
	font-size: 24px;
	background: rgba(255, 255, 255, 0.75);
	text-align: left;
	margin: 0;
	padding: 4px 15px 4px 5px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	transition: 0.3s;
	top: 0;
	z-index: -1;
	opacity: 0;
}
.page_header_floating.is_visible {
	top: 50px;
	z-index: 900;
	opacity: 1;
}
.floating_header_logo,
.header_logo {
	width: 48px;
	vertical-align: top;
	margin:0 5px;
	float: left;
}
.page_header_floating .close {
	font-size: 28px;
	margin-top: 8px;
}
.header_logo {
	width: 36px;
}
.header_prototype_warning {
	float: right;
	width: 400px;
	color: #940505;
	font-size: 12px;
	line-height: 1;
	text-align: left;
}
.header_prototype_warning h4 {
	margin: 0 0 5px;
}
.page_header_text {
	float: left;
}

.navbar-default {
	border: none;
	margin-bottom: 10px;
	background: #1A1A1A;
	margin-left: -15px;
	margin-right: -15px;
	border-radius: 0;
}
.navbar-default .navbar-toggle {
	border-color: #2A5F4D;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #F2F2F2;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 30px;
	height: 4px;
	border-radius: 1px;
}
.navbar-default .navbar-nav>li>a {
	color: #e7e7e7;
	font-size: 1.2em;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 5px 15px 0 20px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-toggle {
	margin-top: 5px;
	margin-bottom: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: rgba(0, 0, 0, 0.2);
}

a.logo {
	display: block;
	overflow: hidden;
	width: 207px;
	height: 66px;
	background-image: url(img/logo.png);
	position: absolute;
	margin-top: 30px;
	margin-left: 50px;
}
.back-home-icon {
	float: left;
	margin-right: 5px;
	font-size: 12px;
	line-height: 18px;
}
.language-selector {
	margin-top: -39px;
	margin-right: 60px;
	max-width: 120px;
}
.language-selector > li > a {
	color:#e7e7e7;
	padding:2px 5px;
}
.language-selector > li > a:focus, .language-selector > li > a:hover {
	color:#CDCDCD;
}
.language-selector > li.active > a {
	color:#555;
	background-color:#e7e7e7;
}
.search-menu-item.open:after {
	content: "\e253";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	bottom: -1px;
	left: 50%;
	height: 10px;
	margin-left: -6px; 
	font-size: 12px;
	line-height: 1;
	color: #fff;
	z-index: 903;
}

/* Main menu mobile */
@media (min-width: 751px) and (max-width: 970px) {
	.navbar-nav > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}

	.navbar-brand {
		padding-right: 8px;
	}

	.navbar-nav li.search-sign {
		margin-right: 4px;
	}
}

@media (max-width: 768px) {

	.navbar-collapse {
		background: #f8f8f8;
		padding: 0 30px;
		color: #333;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	}
	.navbar-default .navbar-nav > li > a {
		color: #333;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a.open,
	.navbar-default .navbar-nav .dropdown-submenu.open > .dropdown-toggle,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		background: rgba(0, 0, 0, 0.1);
		color: #333;
	}

	.dropdown-submenu .dropdown-menu {
		padding-left: 20px;
	}

	.navbar-nav .open .dropdown-menu li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-nav .dropdown-submenu .dropdown-toggle:after {
		content: "\e252";
		position: static;
		display: inline-block;
		margin-left: 5px;
		font-size: 8px;
	}

	.navbar-right {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding: 10px 0 0 10px;
	}

	.navbar-right > li {
		display: inline-block;
	}

	.cabinet-menu {
		float: right;
	}

	.search-field {
		margin-top: 10px;
	}

}

/* End Main menu mobile */



/* Flags */
/*
.nav .flag-icon {
	margin-right: 10px;
	width: 20px;
	padding-left: 0;
	padding-right: 0;
}

.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}
.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}
.flag-icon:before {
	content: "\00a0";
}
.flag-icon.flag-icon-squared {
	width: 1em;
}
.disabled .flag-icon {
	opacity: 0.5;
}

.flag-icon-gb {
  background-image: url(flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(flags/1x1/gb.svg);
}
.flag-icon-us {
	background-image: url(flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
	background-image: url(flags/1x1/us.svg);
}
.flag-icon-ua {
	background-image: url(flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
	background-image: url(flags/1x1/ua.svg);
}
.flag-icon-ru {
	background-image: url(flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
	background-image: url(flags/1x1/ru.svg);
}
*/
/* End Flags */

.nav a.lang-link {
	padding-left: 6px;
	padding-right: 6px;
}

.container-fluid.breadcrumb > .row > ol.breadcrumb {
	margin-bottom: 0;
}
a.th-large {
	margin: 20px 0;
}
a.th-large:focus, a.th-large:hover {
	text-decoration:none;
}
div.pagination > ul.pagination {
	margin-top: 5px;
}

.pagination {
	vertical-align: middle;
}

.pagination .btn {
	float: left;
}

.list_options_dropdown {
	margin: 20px 0;
	float: left;
}

.dropdown-header {
	padding: 12px 12px 4px;
}

.dropdown-entry-checkbox {
	padding: 3px 12px;
}

.dropdown-entry-checkbox label {
	font-weight: normal;
}

.dropdown-entry-radio input {
	display: none;
}

.dropdown-menu .dropdown-entry-radio a {
	padding-left: 12px;
	position: relative;
}

.dropdown-entry-radio a:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333;
	vertical-align: middle;
	margin:-1px 6px 0 0;
	opacity: 0;
}

.dropdown-entry-radio input:checked + a:before {
	opacity: 1;
}

footer {
	display:block;
	overflow:hidden;
	background: #2A5F4D;
	color: #fff;
	font-size: 16px;
	padding:20px 0;
}
.footer {
	display: block;
	overflow: hidden;
}
ul.footer-nav > li > a {
	font-size: 1.5rem;
	margin: 5px 0;
	display: block;
	overflow: hidden;
	color: #F2F2F2;
}
ul.footer-nav > li > a:focus, ul.footer-nav > li > a:hover, ul.footer-nav > li.active > a {
	text-decoration:none;
}
ul.footer-nav > li > a:focus:before, ul.footer-nav > li > a:hover:before, ul.footer-nav > li.active > a:before {
	content: "►  ";
	}ul.footer-nav > li > a:focus:after, ul.footer-nav > li > a:hover:after, ul.footer-nav > li.active > a:after {
	content: "  ◄";
}
.copyright {
	font-size: 1.6rem;
	color: #F2F2F2;
}
.footer_project_link {
	text-align: center;
	margin-bottom: 30px;
}
.footer_project_link a {
	color: #fff;
}

a.footer_logo {
	display: block;
	overflow: hidden;
	margin: 44px 0;
}
.license {
	margin-left: 40px;
}
.licenses {
	margin: 0 auto;
}
.licenses img {
	margin-right: 5px;
}

a.th-large.thumbnail {
	border: none;
	border-radius: 0;
	background: #F7F7F9;
}
div.th-large-thumbnail-img {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
div.th-large-thumbnail-img > img {
	margin-top: -75%;
}
div.thumbnail-p {
	display: block;
	overflow: hidden;
	border-left: 5px solid;
	padding: 10px 0 0 10px;
	/* margin: 15px 0; */
	margin:0 0 10px;
	border-radius: 4px;
}
/* Mixin */
.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Usage */
.branch-name-h4-intro {
	display: inline-block;
	max-width: 100%;
	.text-overflow();
}
.text-overflow-clip {
	overflow: hidden;
	text-overflow: ellipsis;
	height: 58px;
	padding-right:13px;
}
.branch-name-p-intro {
	font-size: 13px;
	color: #555;
	margin: 0;
}
.branch-name-p-intro-clip {
	display: block;
	max-width: 100%;
	.text-overflow-clip();
}
.map_marker,
.map_marker:hover {
	font-size: 14px;
	text-decoration: none;
}
.input-group .form-control.results_per_page {
	width: auto;
}
.content-demo-type {
	margin: 0;
	padding: 0;
	font-size: 32px;
	line-height:28px;
}
.content-demo-type:focus, .content-demo-type:hover {
	text-decoration:none;
}
.content-demo-type.active {
	color:#BCBCBC;
}
div.thumbnail-p:above {
	display:block;
	overflow:hidden;
	content:"…";
}
div.thumbnail-p:after {
	content: "…";
	display: block;
	overflow: hidden;
	float: right;
	margin-top: -57px;
}
.navbar-default {
	background: #2A5F4D;
}
footer > .first-container {
	margin: 0 auto !important;
}
.breadcrumb {
	position: relative;
	margin-bottom:0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumb > li {
	display: inline;
}

#ViewChangeAnchor { /* make anchor point above view selection control due to fixed position items that covers it */
	position: absolute;
	left: 0;
	top: -55px;
	z-index: -3;
	opacity: 0;
}

.home_icon {
	font-size: 12px;
	margin-right: 6px;
}
.home_icon:hover,
.home_icon:focus {
	text-decoration: none;
}

.thumbnail-h2.branch-name-h2-index-intro {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	display: block;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 5px;
	font-weight: 300;
}
a > .thumbnail-h2.branch-name-h2-index-intro:focus, a > .thumbnail-h2.branch-name-h2-index-intro:hover {
	text-decoration:none !important;
	color:#E5E5E5;
}
a.index-thumbnail-a {
	display: block;
	overflow: hidden;
	position: relative;
}
a.index-thumbnail-a:hover {
	text-decoration: none;
}
.index-thumbnail-div {
	display: block;
	overflow: hidden;
	margin-top: -75px;
	background: #2A5F4D;
	position: absolute;
	margin-left: 2%;
	margin-right: 2%;
	width: 89%;
	opacity: 0.8;
}
.index-thumbnail-div:hover, .index-thumbnail-div:focus {
	opacity: 1;
}
.index-thumbnail-div h2 {
	margin: 5px 0;
}
.index-thumbnail-a > img {
	position: relative;
}
.banner-title {
	background: linear-gradient(to top, #A4A4A4, #FFFFFF);
	text-shadow: 0px 0px 2px #fff;
	padding: 5px 0 2px;
}
.banner-title em em {
	color: #940505;
}
.banner-title em {
	font-size: 18px;
}
.page-select {
	max-width: 40px;
	float: left;
	margin:0 2px 0 1px;
}

ul.top-pagination {
    margin-bottom:10px;
}

.bgc3A8369 {
	background-color: #3A8369;
	color: #ddd;
}
.bgc3A8369:hover, .bgc3A8369:focus {
	background-color:#4AA685;
}
.bgc54873C {
	background: linear-gradient(to right, #2A5F4D 0%, #2A5F4D 39px, #3A8369 39px, #3A8369 100%);
	color: #ddd;
}
.bgc54873C:hover, .bgc54873C:focus {
	background:#4AA685;
}
input#filtersopenoff {
	display: none;
}

/* TO DELETE? */
.collections-list-thumbnail-img, .objects-th-thumbnail-img, .objects-th-large-thumbnail-img, .div-objects-thumbnail-img {
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.collections-list-thumbnail-img:before, .objects-th-thumbnail-img:before, .objects-th-large-thumbnail-img:before {
	content: "";
	display: block;
	padding-top: 67%;
}
.div-objects-thumbnail-img:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.collections-list-thumbnail-img > img, .objects-th-thumbnail-img > img, .objects-th-large-thumbnail-img > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.a-objects-th, .a-objects-list {
	display:block;
	position:relative;
}
.a-objects-list, .a-objects-th-large {
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.a-objects-list:hover > .div-objects-thumbnail-img, .a-objects-list:hover, .a-objects-th-large:hover {
	background-color:#f5f5f5;
}
.a-objects-th > .a-hover-objects-th-div-content {
	display: block;
	background:#fff;
	position:absolute;
	width: 100%;
	height:100%;
	margin-left:-15px;
	border:1px solid #ccc;
	border-radius: 5px;
	opacity:0;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.a-hover-objects-th-div-content {
	background: #fff;
	border: 1px solid #ddd;
}

.a-objects-th:hover > .a-hover-objects-th-div-content {
	display: block;
	height:auto;
	opacity:1;
	z-index:1029;
}
.a-objects-th > .a-hover-objects-th-div-content > h4 {
	text-align:center;
	padding:3px 5px;
}
.a-objects-th > .a-hover-objects-th-div-content > img {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.a-objects-th > .a-hover-objects-th-div-content > .thumbnail-p {
	border:0;
}
.div-objects-thumbnail-img {
	background-size: contain !important;
	background: center center no-repeat;
	padding:0;
	opacity:0.9;
}
.div-objects-thumbnail-img:hover {
	opacity:1;
}
.h4-collection-list {
	padding: 12px 7px;
	border-radius: 4px;
}

.collection-list-only-ol .card_tabs_header {
	margin-left: 0;
}
.collection-list-only-ol .card-details-link {
	margin-left: auto;
}

.objects-th-content {
	padding-left: 0;
}
.objects-list-only-content {
	padding-left: 0;
	margin: 5px 0;
}
.objects-th-lange-content {
	display: block;
	overflow: hidden;
	background: #fff;
	position: absolute;
	opacity: 0.1;
	width: 85%;
	margin-left: 5%;
	bottom: 0;
	margin-bottom: 25px;
}
.objects-th-lange-content:hover, .objects-th-lange-content:focus {
	opacity:1;
}
.collection-intro {
	margin: 0;
	border: none !important;
	padding: 0 !important;
}
.rotatable{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.glyphicon.glyphicon-list.text-center.content-demo-type.rotatable {
	font-size: 30px;
	padding: 0 1px 2px 1px;
}
a.a-collapse {
	display: block;
	overflow: hidden;
	padding: 15px 10px;
	margin: -15px -10px;
	text-align: center;
	color: #333;
}
a.a-collapse:hover, a.a-collapse:focus {
	text-decoration:none;
}
.h4-collection-intro-collapse-button {
	margin: 0 -7px -12px;
}
a.a-collapse.list-group-item.bgc3A8369.collapsed {
	background: #3A8369;
	color: #ddd;
}
.bold {
	font-weight:bold;
}
td.w-10 {
	padding:3px 10px 3px 0;
}
.navbar-default .navbar-nav>li>a > .glyphicon.glyphicon-info-sign {
	color: #e7e7e7;
	/* font-size: 1.2em; */
}
li.search-sign {
	margin-right: 30px;
}
.info-sign > .btn {
	text-decoration: none !important;
	padding-top: 14px;
	padding-bottom: 14px;
}
.bgcf5f5f5 {
	background: #f5f5f5;
}
.col-xs-12.filtersopenoff-label{
	width: calc(100% - 30px);
	margin:0 15px;
}
@media (min-width: 768px) {
	.col-sm-6.filtersopenoff-label {
		width: calc(50% - 30px);
		margin:0 15px;
	}
}
@media (min-width: 992px) {
	.col-md-8.filtersopenoff-label {
		width: calc(66.66666667% - 30px);
		margin:0 15px;
	}
}
@media (min-width: 1200px) {
	.col-lg-10.filtersopenoff-label {
		width: calc(83.33333333% - 30px);
		margin:0 15px;
	}
}
.filters-h3 {
	margin: 0px 0 15px;
}
.filters_div {
	display: block;
	overflow: hidden;
	height: 0px;
	/* margin-top: -50px; */
	opacity:0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
input#filtersopenoff:checked + label + .filters_div {
    height: auto;
    margin-top: 45px;
    opacity: 0.9;
    position: absolute;
    z-index: 1027;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}
input#filtersopenoff:checked + label {
	background-color:#4AA685;
}
.filtersopenoff-caret {
	border-top:6px dashed;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
input#filtersopenoff:checked + label > .filtersopenoff-caret {
	border-top:0;
	border-bottom:6px dashed;
}
.checkbox-in-column > label {
	/* clear: both !important; */
	/* display: block; */
	/* overflow: hidden; */
	/* margin-right: 15px; */
	font-weight: normal;
}
a.tab-to-obgects {
	background-color: #fff;
}
.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "✔";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	margin-top:2px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
	color:#fff;
	padding-left:2px;
	line-height:100%;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* .checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
content: "f00c"; } */
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #428bca;
	border-color: #428bca; 
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
	color: #fff; 
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f; 
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
	color: #fff; 
}

.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de; 
}
.checkbox-info input[type="checkbox"]:checked + label::after {
	color: #fff; 
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e; 
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
	color: #fff; 
}

.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #4AA685;
	border-color: #5cb85c; 
}
.checkbox-success input[type="checkbox"]:checked + label::after {
	color: #fff; 
}

.radio {
	padding-left: 20px; 
}
.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px; 
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out; 
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); 
}
.radio input[type="radio"] {
	opacity: 0; 
}
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; 
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1); 
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65; 
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed; 
}
.radio.radio-inline {
	margin-top: 0; 
}

.radio-primary input[type="radio"] + label::after {
	background-color: #428bca; 
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #428bca; 
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #428bca; 
}

.radio-danger input[type="radio"] + label::after {
	background-color: #d9534f; 
}
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #d9534f; 
}
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #d9534f; 
}

.radio-info input[type="radio"] + label::after {
	background-color: #5bc0de; 
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #5bc0de; 
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #5bc0de; 
}

.radio-warning input[type="radio"] + label::after {
	background-color: #f0ad4e; 
}
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #f0ad4e; 
}
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #f0ad4e; 
}

.radio-success input[type="radio"] + label::after {
	background-color: #5cb85c; 
}
.radio-success input[type="radio"]:checked + label::before {
	border-color: #5cb85c; 
}
.radio-success input[type="radio"]:checked + label::after {
	background-color: #5cb85c; 
}

/* Filters */

.form-control-plaintext {
	display: table-cell;
	width: 1%;
	line-height: 34px;
	padding-right: 5px;
	vertical-align: middle;
	white-space: nowrap;
}

/* End Filters */

/* 3rd level menu */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    margin-left: -1px;
	border-radius: 0 6px 6px 6px;
	overflow: hidden;
}

@media (min-width: 769px) {

	/* Show menu on hover only for desktop */
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
}

.dropdown-submenu > .dropdown-toggle {
	padding-right: 35px;
	position: relative;
}

.dropdown-submenu > a:after {
    display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	font-family: "Glyphicons Halflings";
	content: "\e250";
	font-size: 10px;
	line-height: 1;
	color: #444;
}

.dropdown-submenu:hover > a:after {
    color: #333;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

/* End 3rd level menu */

.dropdown .dropdown-toggle {
	cursor: pointer;
}

.dropdown-menu > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
}

.collection-search {
	padding-left: 20px;
	vertical-align: middle;
}
.dropdown-menu {
	min-width: 100%;
	padding: 0;
}

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

.cabinet-menu {
	margin-left: 15px;
	margin-right: 15px;
}

.login-form {
	width: 340px;
	padding: 12px 20px 20px;
	border: 1px solid #ccc;
}

/* Search panel */

.search-wrapper {
	display: none;
	width: 100%;
	position: fixed;
	top: 49px;
	left: 0;
	padding: 20px;
	z-index: 900;
	margin: 0;
	border-radius: 0;
	border: none;
}

.bootstrap-tagsinput .tag {
	padding: 0.4em 0.6em;
	font-size: 12px;
	background: #f0f0f0;
	color: #333;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 16px;
	padding: 2px;
	margin-top: -2px;
	font-size: 12px;
	border-radius: 50%;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
	font-family: 'Glyphicons Halflings';
	content: "\e014";
	font-weight: normal;
	padding: 0;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	background: rgba(0, 0, 0, 0.15);
}

.bootstrap-tagsinput input {
	min-width: 180px;
}

.search-mobile {
	margin: 15px 0;
}

.search-results-page .search-mobile {
	display: none !important;
}

.new-search-title {
	display: none;
}
.old-search {
	display: none;
}

.new-search-title {
	margin-top: -10px;
}

.search-results-page .navbar .new-search,
.search-results-page .search-results .old-search { /* show new search elements only in search results dropdown menu */
	display: block;
}

.search-results-page .navbar .old-search,
.search-results-page .search-results .new-search { /* hide old search elements in search results dropdown menu */
	display: none;
}

/* End Search panel */

.collection_content_list > li {
	margin-bottom: 10px;
}

.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.search-results {
	padding: 30px 20px 20px;
}

.filters-open .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
	column-count: 3;
}

.card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    orphans: 1;
    widows: 1;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.filters-open .card-gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
	column-count: 2;
}

.card-gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.filters-open .card-grid {
    -webkit-column-count: 7;
    -moz-column-count: 7;
	column-count: 7;
}

.card-grid {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.row.card-columns {
	margin-left: 0;
	margin-right: 0;
}

.row.card-grid {
	margin-left: 35px;
	margin-right: 35px;
}

.card-grid .open_object_link_dropdown {
	margin-bottom: 5px;
}

.card-grid .card-details-link {
	float: none;
}
.objects-list-only-ol .card-details-link {
	line-height: 28px;
}

.card {
	width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
	border: 1px solid #ddd;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: 0.15s;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.card:hover {
	border-color: #bbb;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.card-columns .card {
    display: inline-block;
}
.card-columns .card {
    margin-bottom: 2rem;
}

.card-img-wrapper {
	display: block;
	max-height: 360px;
	overflow: hidden;
	position: relative;
}

.card-img {
	width: 100%;
}
.media_object {
	flex-grow: 1;
	position: relative;
}

.object_images_part_wrapper .media_object {
	display: none;
}

.object_images_part_wrapper .media_object.active {
	display: flex;
}

.media_object_image_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.media_object_image_wrapper img {
	max-width: 100%;
	max-height: 100%;
}

.card-img-overlay {
	position: absolute;
	left: 6px;
	color: #555;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 2px;
	padding: 6px;
	line-height: 1;
	z-index: 20;
}
.object_media_switch, .object_media_switch:hover, .object_media_switch:focus {
	font-size: 16px;
	vertical-align: top;
	margin-right: 3px;
	text-decoration: none;
}
.object_media_switch.active, .object_media_switch.active:hover {
	cursor: default;
	color: #555;
	text-decoration: none;
}

.object-number {
	top: 6px;
}

.object-type {
	bottom: 6px;
	font-size: 16px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}

.card-title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.15em;
	max-height: 2.3em;
	overflow: hidden;
	text-overflow: ellipsis;
    margin-bottom: 1.5rem;
}

.card-text {
	max-height: 4.5em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-footer {
	padding: 0 1.5rem 1.5rem;
}

.card-footer:after { /* clearfix */
	display: block;
    content: "";
    clear: both;
}

.card-details-link {
	float: right;
	text-decoration: underline;
}

.card-details-link:hover {
	text-decoration: none;
}

.open_object_link {
	border-bottom: 1px dashed #2A5F4D;
	text-decoration: none;
}
.open_object_link:focus {
	text-decoration: none;
}
.open_object_link:after {
	left: 100%;
	top: 50%;
	margin-top: -4px;
	position: absolute;
	font-size: 8px;
	content: "\e252";
	font-family: "Glyphicons Halflings";
	vertical-align: middle;
}
.open_object_link:hover {
	text-decoration: none;
	border-bottom: 1px dashed #23527c;
}

.open_object_link_dropdown {
	display: inline-block;
	position: relative;
	padding-right: 6px;
	margin-right: 8px;
}

.open_object_link_dropdown .dropdown-menu {
	padding: 5px 0;
}

.open_object_link_dropdown .dropdown-menu > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
}

.card-with-hover .card {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px); /* full width including borders */
	transition: 0.15s;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.card-gallery .card-with-hover:hover {
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0);
}

.card-grid .card-with-hover .card {
	top: -5px;
	width: calc(100% + 100px);
	left: -50px;
}

.card-with-hover:hover .card {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

/* Objects list view */

.objects-list-only-ol {
	padding-left: 25px;
}

.list_card {
	padding: 20px 20px 0;
	clear: both;
	transition: 0.2s;
	border: 1px solid transparent;
}

.list_card:hover {
	background: #fff;
	border-color: #e6e6e6;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.object_list_image_wrapper {
	width: 76px;
	height: 76px;
	float: left;
}

.object_list_image_wrapper img {
	position: relative;
	max-width: 76px;
	max-height: 76px;
	transition: 0.2s;
}

.object_list_image_wrapper img:hover {
	transform: scale(5) translateY(30%);
	opacity: 0.7;
	z-index: 1200;
}

.list_card_content {
	margin-left: 96px;
}

.hidden + .list_card_content {
	margin-left: 0;
}

.list_card_content p {
	margin-bottom: 0;
}

.card_tabs_header {
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	border: none;
	margin-left: auto;
}

.list-only-ol {
	padding: 0;
}

.list-only-ol .card-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.card_tabs {
	padding-bottom: 1.5rem;
}

.list-only-ol .open_object_link_dropdown {
	margin-right: 28px;
}

.card_tab_content {
	background: #fff;
	overflow: hidden;
	transition: 0.2s;
	padding: 0 20px;
	max-height: 0;
	opacity: 0;
}

.card_tab_content.active {
	opacity: 1;
	border: 1px solid #ddd;
	padding: 20px;
	max-height: 99em;
}

.list_card_info {
	display: -ms-flexbox;
	display: flex;
}

.object_size,
.object_volume {
	color: #2A5F4D;
}

.object_volume {
	margin-left: auto;
	padding-right: 20px;
}

.objects_number {
	color: #555;
	float: left;
	margin: 20px 0 20px 10px;
	line-height: 34px;
}

.objects_number.on_left {
	margin-left: 0;
}

/* Collections */

.collections {
	margin: 10px 0;
}

.collection-card {
	display: flex;
	padding: 0;
	border: 1px solid #fcfcfc;
}

.collection-card {
	background: #f5f5f5;
}

.collection-card .card-body {
	overflow: hidden;
}

.collection-card .card-title {
	max-height: 5.8em;
	font-size: 14px;
	margin-bottom: 0.75em;
}

.collection-card .card-text {
	color: #555;
	font-size: 12px;
}

.collection-card .card-footer {
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	text-align: center;
	padding-top: 10px;
}

.collection-card .card-footer .btn:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.collections-inv .card-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 186px;
	overflow: hidden;
}

.collections-inv .card-img-wrapper {
	flex-shrink: 0;
	width: 280px;
	height: 186px;
	overflow: hidden;
}

.collections-gallery .card-img-wrapper {
	width: 100%;
	/*max-height: 268px;*/
	overflow: hidden;
}

.collections-gallery .card-content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 45px);
}

.collections-gallery .card-title {
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
}

.collections-gallery .card-text {
	color: #ddd;
}

.collections-gallery .card-text,
.collections-gallery .card-footer {
	transition: 0.25s;
	max-height: 0;
	overflow: hidden;
	padding: 0;
}

.collections-gallery .collection-card:hover .card-text,
.collections-gallery .collection-card.active .card-text {
	max-height: 5.9em;
}
.collections-gallery .collection-card:hover .card-footer,
.collections-gallery .collection-card.active .card-footer {
	max-height: 6em;
	padding: 0 1.5rem 1.5rem;
}

/* Side Filters */

.toggle-search-filters {
	margin-top: 15px;
	text-align: left;
	width: 100%;
	line-height: 34px;
	border-radius: 0;
	background: #f0f0f0;
}

.filters-open .toggle-search-filters .glyphicon:before {
	content: "\e079";
}

.side-filters-wrapper {
	margin-top: -12px;
}

.filters-panel {
	background: #f8f8f8;
}

.filters-panel .panel {
	background: #f8f8f8;
	border-radius: 0;
}
.filters-panel .panel-heading {
	border-radius: 0;
	padding: 15px;
	border: none;
	background: none;
	border-top: 1px solid #e8e8e8;
}
.filters-panel .panel-heading:first-child {
	border-top: none;
}

.filters-panel .list-group {
	border: none !important;
	padding-bottom: 10px;
}
.filters-panel .list-group label {
	font-weight: normal;
	line-height: 1;
}

.filters-panel .list-group-item {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background: none;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
	content: "\e253";
	font-size: 12px;
	line-height: 18px;
    float: right;
    color: #555;
}
.panel-heading a.collapsed:after {
    content: "\e252";
}

.toggle-all-filters a:after {
	display: none;
}

/* End Side Filters */

/* Side Filters mobile */

.filters-panel-header {
	display: none;
}

/* End Side Filters mobile */

.filter-tags {
	margin-top: 15px;
}
.filter-tags dl {
	display: inline-block;
	border-right: 1px solid #ccc;
	padding: 0 10px;
	margin:4px 0;
}

.filter-tags dl:last-child {
	border-right: none;
}

.filter-tags dt {
	display: inline-block;
	vertical-align: middle;
	color: #666;
}

.filter-tags dd {
	display: inline-block;
}

.filter-tag {
	display: inline-block;
}

.filter-tag span {
	vertical-align: middle;
}

.delete-tag {
	width: 24px;
	height: 24px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	border-radius: 50%;
	margin-right: 8px;
	color: #666;
	vertical-align: middle;
}

.delete-tag:before {
	font-family: "Glyphicons Halflings";
	content: "\e014";
}

/* slider accordeon style */

.slider_accordeon {
	width:100%;
	height: 427px;
	overflow: hidden;
	margin: 15px 0 10px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.slider_accordeon ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

.slider_accordeon li {
	-ms-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	-ms-flex-basis: 5%;
	flex-basis: 5%;
	position: relative;
	display: block;
	overflow: hidden;
	border-left: 1px solid #888;
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	transition: 0.45s 0.1s;
}

.slider_accordeon li:hover {
	-ms-flex-grow: 0;
	flex-grow: 0;
	-ms-flex-basis: 640px;
	flex-basis: 640px;
}

.slider_accordeon li img {
	display: block;
	position: relative;
	transition: 0.45s 0.1s;
	left: -60px; /* show image a bit out of left side while slide is inactive */
}

.slider_accordeon li:hover img {
	left: 0; /* returns image to default position for active slide */
}
.slide_wrapper {
	position: relative;
	width: 640px;
}
.slide_title {
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.slide_title a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	font-size: 16px;
}

.slider_text {
	max-width: 240px;
	position: absolute;
	top: 60px;
	right: 20px;
	background: rgba(0, 0, 0, 0.65);
	padding: 20px;
	color: #eee;
	z-index: 2;
}


/* Object images part */


.object_images_part {
	background: #f5f5f5;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
	width: 45vw;
	height: calc(100vh - 150px);
	position: static;
	top: 50px;
	z-index: 300;
}
.object_images_part_wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: relative;
}
.object_images_part_wrapper .card-img-overlay {
	bottom: 100%;
	top: auto;
	left: auto;
	right: 6px;
	margin-bottom: 6px;
}
.object_header_wrapper {
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	position: relative;
}
.object_header {
	font-size: 24px;
	margin: 0;
	padding: 10px 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.object_images_part.affix {
	position: fixed;
}
.object_images_part.affix-bottom {
	position: absolute;
}
.sketchfab-embed-wrapper {
	-ms-flex-grow: 1;
	-ms-flex-direction: column;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.sketchfab-embed-wrapper iframe {
	width: 100%;
	height: 100%;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

.media_carousel.carousel {
	display: flex;
	width: 100%;
	-ms-flex-direction: column;
	-ms-flex-grow: 1;
	-ms-flex-shrink: 1;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
}
.media_carousel .carousel-inner {
	height: 100%;
	overflow: hidden;
}
.media_carousel .carousel-inner > .item {
	height: 100%;
	overflow: hidden;
}
.media_carousel .carousel-inner > .item > a > img {
	max-height: 100%;
	margin: 0 auto;
}

/* Indicators list style */
.article-slide .carousel-indicators {
	width: 100%;
	position: relative;
    bottom: 0;
    left: 0;
    margin-left: 5px;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    max-height: 100%;
    max-width: 100%;
    left: 0;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}

.panel-body .table { /* make tables inside accordion full width without blank paddings on the sides */
	margin: 0 -15px;
	width: auto;
	max-width: none;
	min-width: calc(100% + 30px);
}

.panel-body .table tr td:first-child {
	width: 20%;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background: #f5f5f5;
}

.panel-group .panel-heading {
	color: #333;
	background-color: #e6e6e6;
	border-color: #ccc;
}
.a-collapse {
	color: #333;
}

/*
.oject_images.carousel {
	padding: 0 40px 30px 40px;
}
.oject_images .item_wrapper {
	display: flex;
	align-items: center;
	height: 182px;
}
.oject_images .thumbnail {
	width: 25%;
	margin-bottom: 10px;
}
.oject_images .carousel-control {
	width: 28px;
	height: 28px;
	top: 50%;
	left: -12px;
	margin-top: -36px;
	font-size: 26px;
	border-radius: 50%;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background: #2A5F4D;
}
.oject_images .carousel-control.right {
	left: auto;
	right: -12px;
}
.oject_images .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
.oject_images .carousel-indicators li {
	border: none;
	background: #c0c0c0;
}
.oject_images .carousel-indicators .active {
	background: #333333;
}*/

.object_images .slick-track {
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.object_images.slick-slider {
	margin: 0 24px;
}
.object_images .slick-list {
	padding: 0 2px 10px;
	margin: 0 6px;
}
.object_images .slick-track {
	height: 100%;
}
.object_images .slick-arrow {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: #fefefe;
	background: #2A5F4D;
}
.object_images .slick-arrow:before {
	line-height: 28px;
	font-size: 14px;
	font-family: "Glyphicons Halflings";
	content: "\e257";
}
.object_images .slick-next:before {
	content: "\e258";
}
.object_images .slick-arrow:hover, .object_images .slick-arrow:focus {
	color: #fff;
	background: #397e67;
}
.object_images .thumbnail {
	padding: 0;
	border-color: transparent;
	margin: 8px;
	transition: 0.2s;
	max-height: 100%;
	overflow: hidden;
}
.object_images .slick-slide img {
	max-height: 170px;
}
.object_images .slick-slide {
	position: relative;
	height: auto;
	max-height: 100%;
}
.object_image_caption_link {
	position: absolute;
	left: 8px;
	top: 100%;
	font-size: 12px;
	transition: 0.2s;
	opacity: 0;
	z-index: -1;
	margin-top: -20px;
}
.slick-slide:hover .object_image_caption_link {
	opacity: 1;
	z-index: 3;
	margin-top: -6px;
}

.object_image_actions {
	padding: 12px;
	flex-shrink: 0;
	position: relative;
}
.object_image_actions .open_object_link_dropdown {
	margin-right: 16px;
}
.media_content_dropdown_overlay:not(.partial_width) {
	position: static;
}
.media_content_dropdown_overlay h4 {
	margin: 0 0 12px;
}
.media_content_dropdown_overlay .dropdown-menu {
	margin-bottom: -6px;
	padding: 20px;
}
.media_content_dropdown_overlay .table {
	margin: 0;
}
.partial_width .dropdown-menu {
	min-width: auto;
	white-space: nowrap;
	margin-bottom: 6px;
}



/* Format icons */
.format-icon {
	display: inline-block;
	margin-right: 7px;
	width: 27px;
	height: 32px;
	background-image:url(../img/icon-formats.png);
	vertical-align: middle;
}
.img-page{background-position: 0 0;}
.img-html{background-position: -271px 0;}
.img-pdf{background-position: -34px 0;}
.img-rtf{background-position: -169px 0;}
.img-msword{background-position: -135px 0;}
.img-djvu{background-position: -203px 0;}
.img-ppt{background-position: -339px 0;}
.img-mp3{background-position: -101px 0;}
.img-wav{background-position: -373px 0;}
.img-avi{background-position: -237px 0;}

.admin_card_info {
	display: inline-block;
	line-height: 28px;
	padding: 0.5rem 1rem;
	background: #efefef;
	border-radius: 4px;
	margin: 0.3rem 0;
}

.admin_card_info .edit_icon {
	padding: 4px;
	line-height: 1;
	vertical-align: baseline;
	margin-right: 5px;
}

.admin_card_info .edit_icon:hover {
	background: #fff;
}


/* MEDIA QUERIES FOR MORE THAN... */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	body:not(.filters-open) .side-filters-wrapper {
		width: 0;
		overflow: hidden;
		padding-left: 0;
		padding-right: 0;
	}

	body:not(.filters-open) .content-wrapper {
		width: 100%;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* MEDIA QUERIES FOR LESS THAN... */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.filters-open .card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.filters-open .card-gallery {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.card-gallery {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.filters-open .card-grid {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6;
	}
	
	.card-grid {
		-webkit-column-count: 8;
		-moz-column-count: 8;
		column-count: 8;
	}

	.object_images_part {
		width: auto;
		height: calc(100vh - 150px) !important;
		margin-bottom: 20px;
		position: static !important;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	
	.filters-open .card-grid {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	
	.card-grid {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

	.filters-panel-header {
		display: block;
		position: relative;
		background: #f1f1f1;
	}

	.filters-panel-header h4 {
		margin: 0;
		padding: 15px;
		height: 50px;
		overflow: hidden;
	}
	.filters-panel-header .close {
		position: absolute;
		right: 5px;
		top: 50%;
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.side-filters-wrapper {
		display: none;
		position: fixed;
		top: 70px;
		left: 0;
		bottom: 15px;
		z-index: 80;
	}

	body:not(.filters-open) .side-filters-wrapper {
		display: block !important;
	}

	.side-filters-overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 0;
		background: #000;
		transition: opacity 0.35s;
	}

	body:not(.filters-open) .side-filters-overlay {
		right: 0;
		bottom: 0;
		opacity: 0.75;
		z-index: 78;
	}

	.filters-panel {
		height: 100%;
	}

	.side-filters-content {
		height: calc(100% - 50px);
		overflow-y: auto;
	}

	.filters-panel .panel {
		box-shadow: none;
	}

	.noscroll {
		overflow:hidden;
	}

	.filters-open .card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.filters-open .card-gallery {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.card-gallery {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		margin-left: 0;
		margin-right: 0;
	}

	.collections-inv .card-img-wrapper {
		width: 100%;
		height: 340px;
		text-align: center;
	}

	.collections-inv .collection-card {
		flex-direction: column;
	}

}