@font-face {
	font-family: 'vossDefaultFont';
	src: url('/font/voss_default_font.woff') format('woff'),  url('/font/voss_default_font.ttf') format('truetype');
}
@font-face {
	font-family: 'vossSpecialFont';
	src: url('/font/voss_special_font.woff') format('woff');
}
@font-face {
	font-family: 'vossSpecialFontBold';
	src: url('/font/voss_special_font_bold.woff') format('woff');
}

@font-face {
	font-family: 'DP-Black';
	src: url('/font/DP-Black.woff') format('woff');
}
@font-face {
	font-family: 'DP-Bold';
	src: url('/font/DP-Bold.woff') format('woff');
}
@font-face {
	font-family: 'DP-Light';
	src: url('/font/DP-Light.woff') format('woff');
}
@font-face {
	font-family: 'DP-Regular';
	src: url('/font/DP-Regular.woff') format('woff');
}
@font-face {
	font-family: 'DP-Thin';
	src: url('/font/DP-Thin.woff') format('woff');
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
	min-width: 720px;
	overflow-x: hidden;
	overflow-y: auto;
	
}
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
}

* {margin: 0;padding: 0;}

body {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000;
	color: #e5e4df;
	font-family: "DP-Regular", Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-size: 17px;
  line-height: 26px;	
	letter-spacing: 1px;
	/*	-webkit-text-stroke: 1px transparent;	*/
	-webkit-font-smoothing: antialiased;
}

.f-light {font-family: geomanistlight;}
.f-reg {font-family: geomanist_regularregular;}
.f-book {font-family: geomanistbook;}
.f-bold {font-family: geomanistbold;}

a {
	cursor: pointer;
	text-decoration: none;
	color: #575756;
}

b, strong, h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1, h2, h3, h4, h5, h6 {font-family: Georgia,"Times New Roman"; text-transform: uppercase; line-height: normal;}

h1, h2, h3 { padding-bottom: 30px;}
h4, h5, h6 { padding-bottom: 10px;}

h1 {font-size: 30px; line-height: 40px;}
h2 {font-size: 24px; letter-spacing: 2px;}
h3 {font-size: 19px; letter-spacing: 1px;}
h4 {font-size: 16px; letter-spacing: 1px;}

h1 a{font-size: 35px;}
h2 a{font-size: 24px; letter-spacing: 2px;}
h3 a{font-size: 19px; letter-spacing: 1px;}
h4 a{font-size: 16px;}

p  {
	display: block;
}

ul { list-style-type: none;}
.clearfix {
	display: block;
}

section.bg-b h1, section.bg-b h2, section.bg-b h3, section.bg-b h4, section.bg-b h5, section.bg-b h6 {color: rgba(226, 31, 29, 1);}

span.block {white-space: nowrap;}
span.dot {}


.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
img {
	border: none;
}
input, textarea, label {
	-webkit-appearance: none;
}
.center {
	text-align: center;
}
.upper {
	text-transform:uppercase;
}
.bold {
	font-weight:bold;
}

.notransition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.fg-0 {color: #fff;}
.fg-1 {color: #676767;}
.fg-2 {color: #87463C;}
.bg-1 {background-color: #f6f6f6; color: #676767;}
.bg-2 {background-color: #000; color: #fff;}
.bg-3 {background-color: #8bb326; color: #fff;}

#wrapper {
	position: absolute;
	z-index: 1;
	padding: 0;
	top: 0; 
	bottom: 0;
	margin: 0;
	width: 100%;
	/*opacity: 0; transform: scale(2);*/
}

/*
#wrapper.on {
	-webkit-animation: wrapper-on 0.6s linear;
	-moz-animation: wrapper-on 0.6s linear;
	-ms-animation: wrapperon 0.6s linear;
	-o-animation: wrapper-on 0.6s linear;
	animation: wrapper-on 0.6s linear;
}
@-webkit-keyframes wrapper-on {
 from {opacity: 0; transform: scale(2);}
 to { opacity: 1; transform: scale(1); }
}
@-moz-keyframes wrapper-on {
 from {opacity: 0; transform: scale(2);}
 to { opacity: 1; transform: scale(1); }
}
@-o-keyframes wrapper-on {
 from {opacity: 0; transform: scale(2);}
 to { opacity: 1; transform: scale(1); }
}
@keyframes wrapper-on {
 from {opacity: 0; transform: scale(2);}
 to { opacity: 1; transform: scale(1); }
}
*/

section {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}


section#section-object.fullmode {
	height: 96%;
	height: calc(100% - 20px);
}


section#section-footer {
	width: 100%;
	height: 95px;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
}

section#section-object .item-wrap,
section#section-footer .item-wrap {
	position: relative; 
	width: 200%; 
	height: 100%; 
	overflow: hidden;
}

section#section-object .item-wrap {
	height: 100%;
}

section#section-object .item {position: relative; float: left; width: 50%;
height: 100%; display: inline-block;}
section#section-object .mainview {
	position: relative; width: 100%; height: 100%; max-height: 100%; overflow: hidden;
   width:100%; 
   height:100%; 
   background: url() center center no-repeat;		
	 -webkit-background-size: cover;
	 background-size: cover;
}
section#section-object .mainview img.img {
	margin: 0 -100%;
	width: 100%;
}

section#section-object .layerTxt {
	display: block;
   position: absolute;
	 z-index: 100;
   top: 10%;
   left: 10%;
	 max-width: 90%;
   width: 0;
	 opacity: 0;
	 overflow: hidden;

	-webkit-transition: width 0.9s linear 0s, opacity 0.9s linear;
	-moz-transition: width 0.9s linear, opacity 0.9s linear;
	-ms-transition: width 0.9s linear, opacity 0.9s linear;
	-o-transition: width 0.9s linear, opacity 0.9s linear;
	transition: width 0.9s linear, opacity 0.9s linear;
}
section#section-object .layerTxtInner {
		font-family: "DP-Bold", Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
		display: block;
	  width: 1200px;
		height: 100%;
		color: #fff;
    text-transform: uppercase;
		font-size: 55px;
		letter-spacing: 0;
    line-height: 65px;
    text-align: left;
		text-transform: uppercase;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); 
}

section#section-object .layerTxt.on {
	opacity: 1;
	max-width: 90%;
	width: 1200px;
	-webkit-transition: width 0.9s linear 0.9s, opacity 0.7s linear 0.9s;
	-moz-transition: width 0.9s linear 0.9s, opacity 0.7s linear 0.9s;
	-ms-transition: width 0.9s linear 0.9s, opacity 0.7s linear 0.9s;
	-o-transition: width 0.9s linear 0.9s, opacity 0.7s linear 0.9s;
	transition: width 0.9s linear 0.9s, opacity 0.7s linear 0.9s;
}	

section#section-info .view,
section#section-info .content {
	float:left;
	width: 48%;
	width: calc((100% - 5px) / 2);
	height: 100%;
	overflow: hidden;
	text-align: left;
}	

section#section-info .item {position: relative; float: left; width: 50%; height: 100%; display: inline-block;}
section#section-info .view {position: relative; text-align:center;}
section#section-info .view img.img {
	height: 100%; margin: 0 -100%;
}


section#section-info .content {
	margin-left: 5px;
}

section#section-info .content h2,
section#section-info .content .txt {padding: 40px;}

section#section-info .content h2 {padding-bottom: 20px;}
section#section-info .content .txt {padding-top: 0;}


section#section-footer .item-wrap {
	text-align: center;
}

section#section-footer .item {position: relative; float: left; width: 50%; height: 100%; height: calc(100% - 60px); display: inline-block; text-align: center;}

section#section-footer .item .content {
	display: table;
	height: 100%;
	width: 100%;
}

section#section-footer .item  h1 {
	display: table-cell;
	height: 100%;
	padding: 0 15% 0 15%;
	max-width: 900px;
	vertical-align: middle;	
	text-align: center;
}

section#section-footer .item h1 span {
	display: block;
	margin: 0 auto;
	max-width: 950px;
	min-height: 20px;
}
/*
section#section-footer .item h1 span.smaller {
	font-size: 28px;
}
*/

section#section-footer .bottom {
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
	width: 80%;
	height: 95%;
	height: calc(100% - 30px);

	text-align: center;
}

section#section-footer .bottom ul {
	display: inline-block;
	text-transform: uppercase;
	width: 100%;
}	
section#section-footer .bottom ul li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 2%;
}	
section#section-footer .bottom ul li:last-child  {border-right: none;} 
section#section-footer .bottom ul li img.qr {
	
}

section .item-wrap.to2 {
	-webkit-animation: item-wrap-to2 1.5s ease forwards;
	-moz-animation: item-wrap-to2 1.5s ease forwards;
	-ms-animation: item-wrap-to2 1.5s ease forwards;
	-o-animation: item-wrap-to2 1.5s ease forwards;
	animation: item-wrap-to2 1.5s ease forwards;
}
section .item-wrap.to1 {
	-webkit-animation: item-wrap-to1 1.5s ease forwards;
	-moz-animation: item-wrap-to1 1.5s ease forwards;
	-ms-animation: item-wrap-to1 1.5s ease forwards;
	-o-animation: item-wrap-to1 1.5s ease forwards;
	animation: item-wrap-to1 1.5s ease forwards;
}
@-webkit-keyframes item-wrap-to2 {
 from { left: 0; }
 to { left: calc((100%) * -1); }
}
@-moz-keyframes item-wrap-to2 {
 from { left: 0; }
 to { left: calc((100%) * -1); }
}
@-o-keyframes item-wrap-to2 {
 from { left: 0; }
 to { left: calc((100%) * -1); }
}
@keyframes item-wrap-to2 {
 from { left: 0; }
 to { left: calc((100%) * -1); }
}

@-webkit-keyframes item-wrap-to1 {
 from { left: 0; }
 to { left: calc((100%) * -1); }
}
@-moz-keyframes item-wrap-to1 {
 from { left: 0; }
 to { left: calc((100%) * -1); }
}
@-o-keyframes item-wrap-to1 {
 from { left: 0; }
 to { left: calc((100%) * -1); }
}
@keyframes item-wrap-to1 {
 from { left: 0; }
 to { left: calc((100%) * -1); }
}


section .item-wrap.inv.to2 {
	-webkit-animation: item-wrap-inv-to2 0.6s linear backwards reverse;
	-moz-animation: item-wrap-inv-to2 0.6s linear backwards reverse;
	-ms-animation: item-wrap-inv-to2 0.6s linear backwards reverse;
	-o-animation: item-wrap-inv-to2 0.6s linear backwards reverse;
	animation: item-wrap-inv-to2 0.6s linear backwards reverse;
}
section .item-wrap.inv.to1 {
	-webkit-animation: item-wrap-inv-to1 0.6s linear backwards reverse;
	-moz-animation: item-wrap-inv-to1 0.6s linear backwards reverse;
	-ms-animation: item-wrap-inv-to1 0.6s linear backwards reverse;
	-o-animation: item-wrap-inv-to1 0.6s linear backwards reverse;
	animation: item-wrap-inv-to1 0.6s linear backwards reverse;
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	-ms-animation-direction: reverse;
	-o-animation-direction: reverse;
	animation-direction: reverse;	
}
@-webkit-keyframes item-wrap-inv-to2 {
 from { left: 0; }
 to { left: calc((100%) * -1); }
}
@-moz-keyframes item-wrap-inv-to2 {
 from { left: 0; }
 to { left: calc((100%) * -1); }
}
@-o-keyframes item-wrap-inv-to2 {
 from { left: 0; }
 to { left: calc((100%) * -1); }
}
@keyframes item-wrap-inv-to2 {
 from { left: 0; }
 to { left: calc((100%) * -1); }
}

@-webkit-keyframes item-wrap-inv-to1 {
 from { left: calc((100%) * -1); }
 to { left: 0; }
}
@-moz-keyframes item-wrap-inv-to1 {
 from { left: calc((100%) * -1); }
 to { left: 0; }
}
@-o-keyframes item-wrap-inv-to1 {
 from { left: calc((100%) * -1); }
 to { left: 0; }
}
@keyframes item-wrap-inv-to1 {
 from { left: calc((100%) * -1); }
 to { left: 0; }
}



section .item-wrap.bld {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;	
}

section .item-wrap.bld .item {
	position: absolute !important; top: 0; left: 0; z-index: 1; float: none; opacity: 0;
 -webkit-transition: opacity 0.6s ease;
 -moz-transition: opacity 0.6s ease;
 -ms-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

section .item-wrap.bld .item.on {opacity: 1; z-index: 2;
 -webkit-transition: opacity 0.6s ease 0.4s;
 -moz-transition: opacity 0.6s ease 0.4s;
 -ms-transition: opacity 0.6s ease 0.4s;
	-o-transition: opacity 0.6s ease 0.4s;
	transition: opacity 0.6s ease 0.4s;
}

/*
section#section-object .item-wrap.inv .item,
section#section-info .item-wrap.inv .item,
section#section-footer .item-wrap.inv .item {float: right;}
*/


