body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: din-2014, sans-serif;
	background-color: #e8e8e8;
	color: #195562;
}

.page-wrap{
	margin: auto;
	text-align: center;
	max-width: 1200px;
	
}

header{
	top: 0px;
	left: 0px;
	height: 70px;
	background: #fff;
	/* box-shadow: 0px 3px 12px #00394680; */
}

.header{
	width: 100%;
}

#menuToggle
{
  display: block;
  position: relative;
  float: right;
  margin: 24px 50px 0 0;
  cursor: pointer;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  z-index: 99;
  background: #B4A76C;
  border-radius: 3px;

  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

.none{
	display: none !important;
}

span.cross{
	transform: rotate(45deg) translate(-2px, -1px);
}

span:nth-last-child(1).cross{
	display: none;
}

span:nth-last-child(2).cross{
	transform: rotate(-45deg) translate(-7px, 3px);
}

#menuToggle span:nth-last-child(1)
{
  margin-bottom: 0;
}

#menu
{
  position: absolute;
  width: 300px;
  margin: 0;
  padding: 50px;
  right: 0;
  top: 0;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  text-align: left;
  box-shadow: 0px 3px 12px #ccc;
  z-index: 90;
}

#menu li
{
  padding: 10px 0;
  font-size: 1em;
}

#menu table td {
	padding-right: 10px;
	padding-bottom: 5px;
}

.li-space{
	margin-bottom: 30px;
	border-bottom: 2px solid #ddd;
	padding-bottom: 30px !important;
}

.side-logo{
	max-width: 220px;
	margin-bottom: 10px;
}

.logo{
	float: left;
	width: 163px;
	height: 50px;
	padding: 10px 0 0 50px;
}

.box-shadow {
    box-shadow: 0 7px 18px -12px #00384580 inset;
}
.box-shadow img {
    position: relative;
    z-index: -1;
}

h3{
	color: #B4A76C;
	font-weight: 600;
	font-size: 1.8em;
	margin-top: 0;
}

.desc{
	font-size: 1.3em;
	font-weight: 200;
}

.content{
	background-color: #fff;
	display: inline-block;
}

.cleft{
	float: left;
	width: 50%;
}


.text-right{
	text-align: right;
	padding: 20px 15px 20px 100px;
}

.text-left{
	text-align: left;
	padding: 20px 100px 20px 15px;
}

.cright{
	float:right;
	width: 50%;
}

.teaser{
	width: 100%;
}

.teaser-mobile{
	display: none;
}

.content-mobile{
	background-color: #fff;
	display: none;
}
	
.teaser-icon {
	top: 822px;
	left: 925px;
	width: 70px;
	height: 70px;
	transform: matrix(-0.71, -0.71, 0.71, -0.71, 0, 0);
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

.spacer{
	width: 100%;
	height: 18px;
	clear: both;
}

span.count{
	font-size: 2.5em;
	color: #003946B3;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

button{
	background-color: #003946;
	box-shadow: 2px 2px 3px #0000004D;
	border-radius: 8px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 15px 30px;
	font-size: 1.15em;
	border: none;
}

button:hover{
	cursor: pointer;
}

button.order{
	margin-top: -120px;
	position: absolute;
	margin-left: 250px;
}

.box-overlay{
	padding-left:45%;
	margin-top: -31%;
	text-align: left;
}

.box-overlay{
	font-size:1.6em;
	color: #003946;
}

div img{
	max-width: 100%;
}
div.images{
	clear: both;
}

.images img{
	float: left;
	width: 25%;
}

.vers{
	color: #003946;
	font-size: 1.15em;
	font-weight: 100;
}

.vers-container{
	padding: 80px 80px;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #5A7F871A 49%, #FFFFFF 100%) 0% 0% no-repeat padding-box;	
}

.vers-c{
	color: #B4A76C;
	font-size: 1.1em;
	font-weight: 400;
	float: right;
}

.vers-q-t{
	width: 80px;
	position: absolute;
	margin-left: 345px;
	margin-top: -60px;
	transform: rotate(180deg);
}

.vers-q-b{
	width: 80px;
	position: absolute;
	margin-left: -100px;
	margin-top: -10px;
}

.vers-nav-right{
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #00394680;
	position: absolute;
	margin-top: -40px;
	margin-left: 375px;
	cursor: pointer;
}

.vers-nav-left{
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 15px 26.0px 15px 0;
	border-color: transparent #00394680 transparent transparent;
	position: absolute;
	margin-top: -40px;
	margin-left: 340px;
	cursor: pointer;
}

.footer-text{
	font-size: 1.6em;
	font-weight: 600;
}

.footer-table{
	margin: auto;
	padding-left: 50px;
	padding-right: 50px;
}

.footer-logo{
	width: 180px;
	vertical-align: middle;
	padding-bottom: 10px;
}

.footer-third{
	width: 33%;
	float: left;
}

.footer-third img{
	height: 50px;
	margin-bottom: 40px;
	margin-top: 60px;
}

.footer-third button{
	font-size: 0.9em;
	padding: 10px 20px;
}

.first-spacer{
	margin-top: 19%;
}

.top-button{
	position: absolute;
	margin-top: -120px;
	margin-left: 200px;
	font-size: 1.3em !important;
	z-index: 2;
}

.footer a{
	margin-right: 40px;
	text-decoration: none;
	color: #aaa;
}

@media only screen and (max-width: 800px) {
	.teaser-mobile{
		width: 100%;
		display: block;
	}
	
	.teaser{
		display: none;
	}
	
	.content-mobile{
		display: inline-block;
	}
	
	.content-desktop{
		display: none;
	}
	
	.vers-q-t {
		right: 0;
		margin: 0;	
	}
	
	.desktop{
		display: none;
	}
	
	.vers-q-b {
		left: 0;
		margin: 0;	
	}
	
	.vers-nav-right {
		right: 20px;
	}
	
	.vers-nav-left {
		right: 50px;
	}
	
	.box-overlay{
		display: none;
	}
	
	.first-spacer{
		margin-top: 0;
	}
	
	.logo{
		padding: 10px 0 0 10px;
	}

	#menuToggle{
	  margin: 24px 10px 0 0;
	}
	
	.cleft{
		width: 100%;
	}
	
	.cright{
		width: 100%;
	}

	.text-right{
		text-align: left;
		padding: 15px 20px 15px 15px;
	}
	
	.text-left{
		text-align: left;
		padding: 15px 20px 15px 15px;
	}
	
    .images img{
	    float: left;
		width: 50%;
	}
    
    .footer-third{
		width: 100%;
	}
	
	.footer-third img{
		height: 50px;
		margin-bottom: 20px;
		margin-top: 60px;
	}
	
	.footer-third button{
		font-size: 0.9em;
		padding: 10px 20px;
	}
	
}

a.button{
	background-color: #003946;
	box-shadow: 2px 2px 3px #0000004D;
	border-radius: 8px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 10px 20px;
	font-size: 0.9em;
	border: none;
	text-decoration: none;
}

a.button:hover{
	cursor: pointer;
}