/*<!-- easyRAUM GmbH ilya Vishnevskiy info@ivstudio.de -->*/


@font-face {
	font-family: "AvenirNextLTW04-Light"; src: url("../css/fonts/Avenir Next LT W04 Light.eot"); src: url("../css/fonts/Avenir Next LT W04 Light.eot?#iefix") format("embedded-opentype"), url("../css/fonts/Avenir Next LT W04 Light.woff2") format("woff2"), url("../css/fonts/Avenir Next LT W04 Light.woff") format("woff"), url("../css/fonts/Avenir Next LT W04 Light.ttf") format("truetype"), url("../css/fonts/Avenir Next LT W04 Light.svg#AvenirNextLTW04-Light") format("svg"); }
@font-face {
	font-family: "AvenirHeavy"; src: url("../css/fonts/Avenir Heavy.eot"); src: url("../css/fonts/Avenir Heavy.eot?#iefix") format("embedded-opentype"), url("../css/fonts/Avenir Heavy.woff2") format("woff2"), url("../css/fonts/Avenir Heavy.woff") format("woff"), url("../css/fonts/Avenir Heavy.ttf") format("truetype"), url("../css/fonts/Avenir Heavy.svg#Avenir Heavy") format("svg"); }


html,
body {
    width: 100%;
    height: 100%;
	max-width: 1920px;
	margin: auto;
	font-size: 14px;
	font-family: "AvenirNextLTW04-Light",Helvetica,Arial,sans-serif;
	color: #000;
}
.logo{
	margin: 25px 50px;
    position: absolute;
    left: auto;
    z-index: 9;
}
.logo img{
	width:100%;
}



	
strong{
	font-family: "AvenirHeavy",Helvetica,Arial,sans-serif;
	font-size: 18px!important;
    letter-spacing: 1px;	
}
h2{
	font-family: "AvenirHeavy",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: #a78b41;
    color: #fff;
    padding: 20px;
    margin: 10px;
    transition: all 0.2s ease;
    text-transform: uppercase;
	float:none;
	}
.best_btn:hover{
	background: #a5a5a5;
	cursor: pointer;
	}
	.active{
	background: #a5a5a5!important;
	}


			
h6 { 
	font-size: 14px;
	font-weight: bold;
    }
.col-md-2,.col-md-3,.col-md-4 {
    margin-right: -2px !important;
    margin-left: -2px !important;

}

@media only screen and (max-width: 600px) {

   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 {

}
.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:auto !important;
    white-space: nowrap !important;
}
video {
	position: absolute;
    left: 0;
    max-width: 1920px;
    z-index: 2;
    width: 100% !important;
    padding: 0 15px;
    height: auto;
	}       
table {       
        background-color: #FFF;
        color: #000;
        text-align:center;
        font-family: "AvenirNextLTW04-Light",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:16px;
		line-height: 1em;
		display: block;
		margin-bottom: 10px;
		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: #a78b41;
      margin-left: auto;
    margin-right: auto;
}

.frontPage_button a {
	font-size: 1.5em;
	font-weight:600;
	display: block;
	color: white;
	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;
	}
	


