@font-face {
	font-family: 'Sylfaen';
	src: url('Sylfaen.eot');
	src: url('Sylfaend41d.eot?#iefix') format('embedded-opentype'), url('Sylfaen.woff') format('woff'), url('Sylfaen.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Publico';
	src: url('Publico-BlackItalic.eot');
	src: url('Publico-BlackItalicd41d.eot?#iefix') format('embedded-opentype'), url('Publico-BlackItalic.woff') format('woff'), url('Publico-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}
body {
	font-family: 'Open Sans';
	background: #2E2420;
}
.menuleft {
	display: block;
	float: left;
	width: 360px;
	position: absolute;
}
.sectionright {
	float: right;
}
.fullpage {
	overflow: hidden;
	height: 100%;
}
#section1.container-fluid {
	height: 100vh;
	margin: 0;
	padding: 0;
	position: relative;
}
#section1.container-fluid .hero {
	height: 100%;
	background-size: cover;
	background-position: center;
}
#section2.container-fluid {
	margin: 0;
	padding: 0;
}
#section2.container-fluid [class*="col-"] {
	margin: 0;
	padding: 0;
}
#section2.container-fluid .row-small {
	height: 280px;
	background-size: cover;
	background-position: center;
}
#section2.container-fluid .row-big {
	height: 280px;
	background-size: cover;
	background-position: center;
}
#section2.container-fluid .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
#section2.container-fluid .inner .text {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	text-align: left;
	width: 100%;
	color: #ccc;
	background-image: url(concrete_wall.png);
	z-index: 99;
	padding: 15px;
}
#section2.container-fluid .inner .text .strong {
	font-weight: normal;
}
#section2.container-fluid .inner .text h3 {
	font-size: 15px;
	font-family: 'Sylfaen';
	color: #ccc;
	margin: 10px 0 10px 0;
}

#section2.container-fluid .inner .text p {
	display: none;
}
#section2.container-fluid .inner .text button {
	position: absolute;
	right: 15px;
	top: 20px;
	text-decoration: none;
	font-family: 'Open Sans';
	color: #aaa;
	border: none;
	outline: none;
	padding-left: 0px;
	background: none;
	display: block;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 11px;
	border: 1px solid rgba(255, 255, 225, 0.25);
	/*margin-bottom: 20px;*/
}
#section3.container-fluid {
	position: relative;
	margin: 0;
	padding: 50px;
	width: 100%;
	background-size: cover;
	background-position: center;
}
#section3.container-fluid .box {
	position: relative;
	padding: 20px;
	background: rgba(255, 255, 255, 0.65);
	overflow: auto;
}
#section3.container-fluid .box h3 {
	font-family: 'Sylfaen';
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
#section3.container-fluid .box h4 {
	font-family: 'Sylfaen';
	font-size: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
#section3.container-fluid .box .scroller {
	overflow: auto;
	height: 250px;
	font-size: 12px;
}
#section4.container-fluid {
	margin: 0;
	padding: 0;
	background-image: url(concrete_wall.png);
	padding: 50px;
	color: #ccc;
}

#section4.container-fluid .col-md-7 {
	margin-bottom: 50px;
}
#section4.container-fluid h3 {
	font-size: 28px;
	font-family: 'Sylfaen';
	margin: 0 0 20px 0;
	color: #efefef;
}
#section4.container-fluid p {
	margin-bottom: 20px;
}
#section4.container-fluid ul {
	padding: 0;
	margin: 0;
}
#section4.container-fluid ul li {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-family: 'Open Sans';
	color: #aaa;
	border: none;
	outline: none;
	padding-left: 0px;
	background: none;
	display: inline-block;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 11px;
	border: 1px solid rgba(255, 255, 225, 0.25);
	margin: 0 10px 10px 0;
	float: left;
}
#section4.container-fluid a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-family: 'Open Sans';
	color: #aaa;
	border: none;
	outline: none;
	padding-left: 0px;
	background: none;
	display: inline-block;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 11px;
	border: 1px solid rgba(255, 255, 225, 0.25);
}

@media only screen and (max-width: 424px) {
	#section3.container-fluid {
		padding: 20px;
	}
	#section4.container-fluid {
		padding: 20px;
	}
}
@media only screen and (min-width: 768px) {
	#section3.container-fluid {
		height: 100vh;
		padding: 50px;
	}
	#section3.container-fluid .box {
		position: relative;
		padding: 50px;
		width: 550px;
		margin: 0;
		margin-left: 150px;
		top: 50%;
		transform: translateY(-50%);
	}
	#section3.container-fluid .box h3 {
		font-size: 40px;
	}
	#section3.container-fluid .box .scroller {
		font-size: 15px;
	}
	#section2.container-fluid .row-small {
		height: 35vh;
		background-size: cover;
		background-position: center;
	}
	#section2.container-fluid .row-big {
		height: 65vh;
		background-size: cover;
		background-position: center;
	}
	#section2.container-fluid .inner {
		width: 100%;
		height: 100%;
		overflow: hidden;
		cursor: pointer;
	}
	#section2.container-fluid .inner .text {
		font-size: 12px;
		display: block;
		position: relative;
		vertical-align: bottom;
		text-align: left;
		width: 100%;
		height: 100%;
		color: #ccc;
		background-image: url(concrete_wall.png);
		transform: translate(0, 100%);
		transition: all 0.25s ease-out;
		z-index: 99;
		transition-delay: 0.25s;
	}
	#section2.container-fluid .inner:hover .text {
		transform: translate(0, 0%);
		transition: all 0.25s ease-out;
		transition-delay: 0.25s;
	}
	#section2.container-fluid .inner .text .strong {
		position: absolute;
		font-weight: normal;
		bottom: 0;
		left: 0px;
		padding: 45px;
	}
	#section2.container-fluid .inner .text h3 {
		font-size: 18px;
		font-family: 'Sylfaen';
		color: #ccc;
		margin: 0 0 15px 0;
	}
	#section2.container-fluid .inner .text p {
		display: block;
		text-align: left;
		line-height: 1.7;
		color: #888;
		margin-bottom: 15px;
	}
	#section2.container-fluid .inner .text button {
		position: relative;
		right: 0;
		top: 0;
	}
	#section2.container-fluid .inner .text.opened {
		transform: translate(0, -100%);
		opacity: 1;
	}
	#section4.container-fluid {
		height: 100vh;
		padding: 50px;
	}
	#section4.container-fluid .container {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
}

.sb-left {
	background: #271f1b;
	background-image: url(example-introx.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px;
}
.sb-left .sb-logo {
	width: 100%;
}
.sb-left .frontmenu {
	position: absolute;
	left: 40px;
	bottom: 40px;
	right: 40px;
}
.sb-left .frontmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sb-left .frontmenu ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sb-left .frontmenu ul li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.sb-left .frontmenu ul li a {
	padding: 7px 20px;
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}
.identity-index {
	position: fixed;
	left: 50px;
	top: 50px;
	width: 350px;
	z-index: 999;
	display: none;
}
.identity-index .menu {
	position: absolute;
	left: 0;
	top: 5px;
	width: 40px;
	font-size: 20px;
	padding: 5px;
	text-align: center;
	color: rgba(255, 255, 255, 0.45);
	background: rgba(0, 0, 0, 0.15);
	background: #271f1b;
	cursor: pointer;
	z-index: 999;
}
.identity-index .logo {
	padding-left: 50px;
	width: 260px;
	cursor: pointer;
}