 @font-face {
 font-family: 'bebas-neue';
 src: url('../fonts/BebasNeueBold.eot'); /* IE9 Compat Modes */
 src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/BebasNeueBold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/BebasNeueBold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/BebasNeueBold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/BebasNeueBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.cursor-close {
cursor:auto;
cursor: url(../imgs/main-menu-icon-close.png), auto;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}

.scrolldown {
   
  animation: bounce .5s infinite alternate;
  -webkit-animation: bounce .5s infinite alternate;
}

.blockContent .block .iFrame {
    height: 4000px;
}

body {
	overflow:auto;
	overflow-x:hidden;
	background-color: #EAEAEA;
	margin:0;
	
}
.image-popup-bg {
	position: fixed;
	top:0;
	left:0;
	background-color:#EAEAEA;
	opacity:1;
	z-index:6000;
	display:none;
}
input, textarea {
outline:none;
}
.img {
	position: fixed;
	z-index:6001;
	box-shadow:0 0 4px #666;
	
	margin:20px 20px;
	border: 20px solid #fff;
	border-bottom: 35px solid #fff;
	display:none;
}
.img-nav {
position: fixed;
display:none;
width:100%;
z-index:7000;
}
.next {
position: absolute;
right:6px;
z-index:7000;
cursor: pointer;
}
.previous {
position: absolute;
left:5px;
z-index:7000;
cursor: pointer;
}


.main-wrapper {
	position:relative;
	display:none;
}
h1 {
	float: left;
	font-family:"bebas-neue", sans-serif;
	font-size:16px;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 1s;
	opacity:1;
	font-weight:normal;
	margin:0;
}

h1 a {
color:#000;
}
.description{
font-family:"Montserrat", sans-serif;
	font-size:12px;
text-transform: uppercase;
}
.description-headline{
font-family:"bebas-neue", sans-serif;
	font-size:24px;
	opacity:1;
	font-weight:normal;
	margin:0;
}
.description2 {
font-family:"Montserrat", sans-serif;
	font-size:14px;
}
.description2 a {
    text-decoration: underline;
color: black;
}
.padding-description{
    background-color:#fff !important;
padding:5px;
}

@-webkit-keyframes slideIn {
    0% {
        margin-left: -20px;
		opacity:0;
    }
    100% {
        margin-left: 0px;
		opacity:1;
    }
}
.hamburger-menu {
	position:relative;
	margin-top:0px;
	float: right;
	cursor:pointer;
	width:26px;
	height:17px;
        transition: opacity .2s;
        
}
.hamburger-menu img {
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
.hamburger-menu img.close {
	display:none;
}

.clear {
	clear: both;
}
.header {
	position:fixed;
	left:0;
	right:0;
	top:0;
	padding:18px 20px 14px 20px;
	background-color:#FFF;
	z-index:1000;
	box-shadow:0 0 3px #999;
}
ul {
	margin:0;
	list-style:none;
	padding:0;
}
.content-wrapper {
	position:relative;
	padding-top:72px;
}
.inner {
	background-position: center center;
	background-size: cover;
margin:0px 0px 5px 0px;
	
	/*box-shadow:0 0 3px #ccc;*/

	border-color: rgba(255,255,255,0);
	cursor:pointer;
	transition: opacity .2s;
}
.whiteBorder{
    border-color: rgba(255,255,255,100);
}
img {
	
}
.item img {
	visibility:hidden;
	cursor:pointer;
	/*box-shadow:0 0 10px #afafaf;*/
	max-width:100%;
	
}
.item {
	width: 100%;
	cursor:pointer;
}


@-webkit-keyframes slideUp {
    0% {
        margin-top: 20px;
		opacity:0;
    }
    100% {
        margin-top: 0px;
		opacity:1;
    }
}

#container {
	margin:0 0px;
}
.menu-layer {
	display:none;
	position:fixed;
	top:64px;
	left:0;
	z-index:2000;
	text-align:center;
	height:100px;
	background-color:#fff;
	opacity:.95;
}
ul.main-menu {
	position:fixed;
	top:70px;
	text-align:center;
	z-index:3000;
	display:none;
}
ul.main-menu img, .social img{
	margin:20px 5px 0 5px;
	opacity:.5;
	transition: opacity .2s;
}


.font-2 a {
	text-transform:uppercase;
	font-family:"bebas-neue", sans-serif;
	font-size:30px;
	color:#999;
    transition: color .5s;
}
.font-2 {
	text-transform:uppercase;
	font-family:"bebas-neue", sans-serif;
	font-size:30px;
	}
.menu-separator {
	padding-top:15px;
}

a {
	text-decoration:none;
}
.font-1 a {
	font-family:"Montserrat", sans-serif;
	font-size:14px;
	color:#CCC;
	line-height:25px;
	text-transform:uppercase;
	letter-spacing:2px;
        transition: color .5s;
}
li.active a {
	color:#000;
}
.font-1 a:hover, .font-2 a:hover {
	color:#000;
}
.active {
	color:#000 !important;
}
.copyright {
	text-align:right;
	position:fixed;
	bottom:15px;
	right:20px;
}
.scrolldown {
display: none; 
margin: auto;

}
.loading{
    text-align:center;
    font-family:"Montserrat", sans-serif;
  font-size:12px;
  font-weight: bold;
}

#object{
	width: 50px;
	height: 50px;
	background-color: #fff;
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
.footer {
	margin-top:10px;
	background-color:#fff;
	padding-top: 15px;
	
}
.social {
	width:200px;
	position:absolute;
	left:50%;
	margin-left:-100px;
}
.social li{
 text-align:center;
}
.footer-menu {
text-align:center;
margin-top:66px;
font-family:"Montserrat", sans-serif;
	font-size:14px;
}

.footer-menu a {
        text-decoration: none;
	color: #000;
	padding: 0 10px;
	transition: opacity .2s;
	opacity:.5;
}
.footer-menu a:hover {
	opacity: 1;
}
.footer-copyright {
	margin-top:20px;
	text-algign: center;
	background-color:#8E8E8B;
	color:#fff;
	padding: 20px 0;
}

.contact-container {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom:20px;
  width: 85%;
  font-family:"Montserrat", sans-serif;
  font-size:14px;
}
.contact-text {
  font-family:"Montserrat", sans-serif;
  font-size:14px;
  margin-bottom:20px;
}

.textfield {
  background-color: #000000;
  border: medium none;
  color: #FFFFFF;
  font-family:"Montserrat", sans-serif;
  font-size:14px;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 10px;
  width: 95%;
  padding-bottom: 15px;
  padding: 14px;
}
.send {
  border: none;
  background-color: #fff;
  color: #000;
  padding: 14px;
  float: left;
  font-family:"Montserrat", sans-serif;
  font-size:14px;
}
.send.send-error {
background-color:red;
color:#fff;
}
.send.send-success{
background-color:green;
color:#fff;
}
.code {
  width: 40px;
  float: left;
  margin-left:10px;
  text-align:center;
}
.centered{
 text-align: center;
}
.code-hint {
  float: left;
  margin-left: 36px;
}
.red {

color:red;
}
.contact-container a {

color:black;
text-decoration: underline !important;
}

@-webkit-keyframes animate {
  0% { -webkit-transform: perspective(160px); }
  50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}
 
@keyframes animate {
  0% { 
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
  } 50% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
  } 100% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}



 @media only screen and (min-width: 481px) and (max-width: 760px) {
 .item {
 width: 100%;
 cursor:pointer;
}
.side-menu {
 display: none;
}
#container {
 margin-left:0px;
}
.inner {
  margin:0px 0px 5px 0px;
    /*
border: 20px solid #fff;
border-bottom: 35px solid #fff;
*/	
}
.contact-container {
  margin: 0 auto;
  margin-top: 50px;
  width: 75%;
  margin-bottom:20px;
}

}
 @media only screen and (min-width: 761px) {
 h1 {
 font-size:24px;
 }
 .item {
 width: 50%;
 cursor:pointer;
}
.side-menu {
 display: none;
}
#container {
 margin-left:0px;
}
.inner {
   margin:0px 0px 5px 0px;
   /* 
border: 20px solid #fff;
border-bottom: 30px solid #fff;
*/ 
cursor:pointer;
}
.contact-container {
  margin: 0 auto;
  margin-top: 50px;
  width: 55%;
  margin-bottom:20px;
}

}