@CHARSET "UTF-8";

@font-face{
	font-family: Orator; /* имя шрифта для CSS правил */
	    src: 
		 url(../fonts/OratorStd.otf);
}

.review
{
	position: relative;
	display: inline-block;
}
.review > figcaption
{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	margin:auto;
	top:50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.64);
	transition: opacity 0.5s linear;
	vertical-align: middle;
	color: #000;
	padding: 35% 5%;
	font-weight: 900;
	word-wrap: break-word;
}


.recently {
	color: #363636;
	font-size:20px;
	margin-left:30px;
	margin-top:10px;
	top:10px;
	border-bottom-style: dashed;
	border-bottom-color: #cc3333;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
	color: #cc3333;
    text-decoration: none;
}

a:active {
    text-decoration: underline;
}

.review:hover figcaption
{
	opacity: 1;
}

.text-grey {
    color: #cecece;
    text-decoration: none !important;
}

.logo {
	height: 51px;
	width: 460px;
	margin-top: 68px;
	margin-right: 10px;
	padding-right: 9px;
	border-bottom: 2px solid #363636;
	text-align: right;
	float: right;
}

.text-underline{
	text-decoration: underline;
	font-weight: 600;
}

.btn-round {
	border-radius: 20px;
	padding: 6px 9px;
}

.navbar-default {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

#navbar-menu {
	font-family: Orator;
}

#navbar-menu li a {
	color: #a91531;
	font-weight: bold;
	text-transform: uppercase;
}

#navbar-menu li.active > a {
	color: #fff;
	background-color: #a91531;
}

.pagination { margin: 0; }
.thumbnail { border: none; }
.placeholder { border: 1px dashed silver }

.hidden-image {
	color: white;
	font-size: x-large;
	position: absolute;
	bottom: 50%;
	width: 100%;
	text-align: center;
	margin-left: -10px;	
}

.images .caption {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.images .hidden-image .glyphicon {
	background-color: black;
}

.footer {
	padding-bottom: 20px;
	text-align: right;
}

@media (min-width: 768px) {
	.images {
		min-height: 644px;
	}
}
@media (min-width: 1000px) {
	.images {
		min-height: 840px;
	}
}
@media (min-width: 1200px) {
	.images {
		min-height: 1015px;
	}
}


.container-sroll
{
	overflow-y:scroll;
	height: 500px;
	background-color: #cecece;
	padding: 25px;	
}

.pager
{
	padding: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}
.bg-grey
{
		background-color: #cecece;
}
.types > h5
{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 15px;
}
.types > p{
	display: inline-block;
	width: 30%;
	word-wrap: break-word;
	font-size: 16px;
}


.container-sroll::-webkit-scrollbar {
    width: 15px;
}
 
.container-sroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
	border: 2px solid #5a5d5a;
	
}
 
.container-sroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 

background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}

.catlist {
    width: 100%;
}

 .flex-form
 {
	 display: flex;
	 flex-direction: column;
	 align-content: center;
	 justify-content: space-around;
	 align-items: stretch;
	 flex-wrap: nowrap;
	 background-color: #cecece;
	 width: 60%;
     padding: 50px;
 }

 .flex-form-row
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 15px;
}
 .flex-form-row::last-child
 {
	 margin-bottom: 0;
 }
.flex-form-row > label
{

     width: 25%;
    align-self: flex-start;
}
.flex-form-row >*:not(label)
{
	width: 35%;
}
.flex-form-button {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-right: 100px;
}
.flex-form-button > .btn
{
	width: 150px;
}

.font-22{
	font-size: 22px;
	margin-bottom: 20px;
}
.font-12{
	font-size: 12px;
}

.impressum {
	background: #cecece;
}
.impressum-text {
	margin-left: 5%; 
	padding-top: 2%;
}
.container-sroll-impressum
{
	overflow-y:scroll;
	height: 300px;
	background-color: #cecece;
	padding: 25px;	
}

.document {
    font-family: orator;
    width: 200px;
    text-align: center;
}
.document > li > a {
    color: #a91531 !important;
	font-size: 18px;
}
.login {
	font-family: orator;
	color: #a91531 ;
	padding-bottom: 10px;
	text-decoration: none !important; 
}
.login:hover {
	font-family: orator;
	color: #a91531 ;
	padding-bottom: 10px;
	text-decoration: none !important; 
	cursor: pointer;
}
.navbar-nav {
    margin: 7.5px -10px;
    width: 33%;
}
html {
 overflow-y:  scroll; 
}