/*<!-- easyRAUM GmbH ilya Vishnevskiy info@ivstudio.de -->*/



@font-face {
	font-family: "Spartan-Regular"; src: url("../css/fonts/SpartanMB-Regular.otf");
	font-display: swap;
}
@font-face {
	font-family: "Spartan-Bold"; src: url("../css/fonts/SpartanMB-Bold.otf");
	font-display: swap;
}
@font-face {
	font-family: "Spartan-Light"; src: url("../css/fonts/Spartan-Light.ttf");
	font-display: swap;
}
@font-face {
	font-family: "Spartan-Medium"; src: url("../css/fonts/Spartan-Medium.ttf");
	font-display: swap;
}
@font-face {
	font-family: "Spartan-Black"; src: url("../css/fonts/Spartan-Black.ttf");
	font-display: swap;
}


html,
body {
    width: 100%;

	max-width: 1920px;
	margin: auto;
	font-size: 13px;
	font-family: "Spartan-Regular", sans-serif;
background-color: #C49014;
	color: #000;
}
#enter{
	position: fixed;
	position: absolute;
	top: 30vw;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: #c49014;
  color: #FFF0D2;
	font-size: 29px;
	    cursor: pointer;
	    font-weight: 800;
	    font-family: "Spartan-Bold";
	    padding: 10px 20px;
  border: 2px solid #FFF0D2;
}
.logo{
	margin: 25px 50px;
    position: absolute;
    left: auto;
    z-index: 9;
}
.logo img{
	width:100%;
}

.nonboard{
	font-weight: 600;
}
.nonboard td{
	border:0!important;
	padding: 10px 6px!important;
}

.zvezda{
			font-style: normal;
	    font-size: 30px;
	    display: block;
	    height: auto;
	    margin-top: 23px;
	    margin-bottom: -5px;
	    line-height: 0;
	    text-align: center;
}
.bez{
	    text-align: center;
}
tr td:first-child { text-align: left; }
tr:hover td{
	background: #F3B945;
}

strong{
	font-family: "Spartan-Regular",Helvetica,Arial,sans-serif;
	font-size: 18px!important;
    letter-spacing: 1px;
}
h2{
	font-family: "Spartan-Regular",Helvetica,Arial,sans-serif;
	font-size: 30px;
}
.col-lg-12 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
	padding-top: 0;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.active{
	    font-weight: 600;
}
.best_btn{
		display:none;
	}
.best_btn h6{
	background: #F3B945;
    color: #000;
    padding: 20px;
		margin-top: 8px!important;
		margin-right: 8px;
    margin-bottom: 0;
    transition: all 0.2s ease;
    text-transform: uppercase;
	float:none;
	}
	.best_btn .col-md-3:nth-child(4) h6{
  margin-right: 0;
}
.best_btn .col-md-3:nth-child(8) h6{
margin-right: 0;
}
.best_btn .col-md-4:nth-child(3) h6{
margin-right: 0;
}
.best_btn .col-md-6:nth-child(2) h6{
margin-right: 0;
}
@media only screen and (max-width: 992px) {
.best_btn .col-xs-6:nth-child(2) h6{
margin-right: 0;
}
}

.best_btn:hover{
	background: #a5a5a5;
	cursor: pointer;
	}
	.active{
	background: #F3B945!important;
	box-shadow: inset 0 0 2px rgb(0 0 0 / 50%);
	}
	.active2{
	background-color: #F3B945!important;
	}



h6 {
	font-size: 14px;
	font-weight: bold;
    }
.col-md-2,.col-md-3,.col-md-4 {
    margin-right: 0 !important;
    margin-left: 0 !important;

}
.table > thead > tr > th {
    width: 8%;
		white-space: nowrap !important;
		font-weight: 600;
		border: #fff!important;
		border-left: 4px solid #fff!important;
}
#capc th:nth-child(1){
    border-left: 0px solid #fff!important;
}
#up,#down{
	display: none;
}
@media only screen and (max-width: 600px) {
	.table > thead > tr > th {
	    width: auto;

	}
	#up,#down{
		display: fixed;
	}
   body {

font-size: 12px;


color: #000;

}
        h6 {
	font-size: 8px;
	font-weight: bold;
    }


}

.languageselector li.first {
    border: none;
}

ul.inline-list li, ul.link-list li {
    list-style: none;
    float: left;
    margin-left: 22px;
    display: block;
}



hr {
    /* max-width: 50px; */
    border-color: #DDDDDD;
    border-width: 2px;
}
hr.light {
    border-color: #fff;
}
a {
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a:hover,
a:focus {
    color: #91adab;
	text-decoration: none;

}
h1,
h2,
h3,
h4,
h5,
h6 {
	 color: #000;
	 float: left;
}
p {
    margin-bottom: 20px;
	font-size: 16px;
    line-height: 2rem;
	text-align: justify;
    text-justify: inter-word;
}

.mod{
	z-index:0;
	margin-top:100px;
	width:100%;

}

.bg-primary {
	background: #C49014;
}
.bg-dark {
    background-color: #F9F9F9;
}
.text-faded {
    color: rgba(255,255,255,.7);
}
.no-padding {
    padding: 0;
}


::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #c00 ;
    background: #000;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}


.mapify-popOver{
    font-size: 10px !important;
    background: #fff !important;
    text-align: center !important;
    padding:4px 14px !important;
    white-space: nowrap !important;
}
video {
	position: absolute;
    left: 0;
    max-width: 1920px;
    z-index: 2;
    width: 100% !important;
    height: auto;
	}
table {
        color: #000;
        text-align:center;
        font-family: "Spartan-Regular",Helvetica,Arial,sans-serif;

}
th {
    text-align:center;
}
.table-responsive {
        color:#fff;
        text-align:center;
        }

a {
    color: #646d72;
}


#up{
position:fixed;
bottom:421px;
right:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#up:hover{
opacity: 1;
}
#down{
position:fixed;
bottom:380px;
right:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#down:hover{
opacity: 1;
}
	@media screen and (max-width: 980px) {
		.logo{
			margin: 5px 20px;
			width:150px;
		}
	}
	@media screen and (max-width: 580px) {
		.logo{
			margin: 5px 20px;
			width:100px;
		}
	}
/*media queries*/
/*ipad lanscape*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

#up{
position:fixed;
top:80px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#up:hover{
opacity: 1;
}
#down{
position:fixed;
top:121px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#down:hover{
opacity: 1;
}
}
/*ipad portrait*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

#up{
position:fixed;
top:80px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#up:hover{
opacity: 1;
}
#down{
position:fixed;
top:121px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#down:hover{
opacity: 1;
}
}
/*iphone4 portrait*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : portrait) {


#up{
position:fixed;
top:80px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#up:hover{
opacity: 1;
}
#down{
position:fixed;
top:121px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#down:hover{
opacity: 1;
}
}
/*iphone 4 lanscape*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : landscape) {

#up{
position:fixed;
top:80px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#up:hover{
opacity: 1;
}
#down{
position:fixed;
top:121px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#down:hover{
opacity: 1;
}
}
/*iphone 6 portrait*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {

#up{
position:fixed;
top:80px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#up:hover{
opacity: 1;
}
#down{
position:fixed;
top:121px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#down:hover{
opacity: 1;
}
}
/*iphone 6 lanscape*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {

#up{
position:fixed;
top:80px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#up:hover{
opacity: 1;
}
#down{
position:fixed;
top:121px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#down:hover{
opacity: 1;
}
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait) {

#up{
position:fixed;
top:80px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#up:hover{
opacity: 1;
}
#down{
position:fixed;
top:121px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#down:hover{
opacity: 1;
}
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape) {

#up{
position:fixed;
top:80px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#up:hover{
opacity: 1;
}
#down{
position:fixed;
top:121px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#down:hover{
opacity: 1;
}
}
/*htc samsung s3 s4 note3 note2 Nokia n9 portrait*/
@media only screen
and (min-device-width : 360px)
and (max-device-width : 640px)
and (orientation : portrait)  {

#up{
position:fixed;
top:80px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#up:hover{
opacity: 1;
}
#down{
position:fixed;
top:121px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#down:hover{
opacity: 1;
}
}
/*htc samsung s3 s4 note3 note2 Nokia n9 lanscape*/
@media only screen
and (min-device-width : 360px)
and (max-device-width : 640px)
and (orientation : landscape)  {

#up{
position:fixed;
top:80px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#up:hover{
opacity: 1;
}
#down{
position:fixed;
top:121px;
left:0;
z-index:4002;
opacity: 0.8;
transition: opacity 0.2s ease-out;
}
#down:hover{
opacity: 1;
}
}


/* Mapify custom popOver example */

	.mapify-popOver strong{
		font-weight: 400;
    font-size: 14px!important;
    line-height: 18px;
    display: block;
    margin-bottom: 2px;
    color: #000;
	}
	.mapify-popOver{
		color: #999;
		font-size: 16px;
		height: 130px;
	}
	.mapify-popOver-content{
		position: relative;
		top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}



/*custom loader Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 5px solid #646d72;
  border-radius: 50%;
  border-top: 5px solid #969ca0;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}
.frontPage_button_right {
	max-width:435px;
	margin:40px;
  background: #c49014;
      margin-left: auto;
    margin-right: auto;
}

.frontPage_button a {
	font-size: 1.5em;
	font-weight:600;
	display: block;
	color: #160901;
	padding: 10px 20px;
}

.frontPage_button a:hover {
  background: rgba(0, 0, 0, 0.25);
}

.frontPage_button .question-sign img {
  max-width: 30px;
  margin-right: 4px;
  position: relative;
  bottom: 3px;
}

.frontPage_button_rand {
  min-height: 100px;
  display: table;
  position: relative;
}

.frontPage_button_rand a {
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  text-align: left;
  position: relative;
  padding-left: 140px;
  padding-right: 15px;
}

.frontPage_button_rand a.textToBig {
  font-size: 75%;
  padding-left: 130px;
}

/* Custom hovering style */
	.mapify-hover{
		fill:rgba(0,0,0,0.15);
		stroke: #fff;
		stroke-width: 1;
	}
