/*
Theme Name: floordesign
Theme URL: http://floordesign-fl.de
Description: Floordesign Lier & Flaig
Author: Matthias Martin
Author URL: http://www.matzemachtdesign.de/
Version: 1.0
*/

/* COLORS
#fff	White
*/

/* FONTS
300 Light
400 Normal
500 Medium
700 Bold
*/

/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none; word-wrap:break-word;}
img {display: block;}
:focus {outline:0;}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], button{
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-background-clip: padding;-moz-background-clip: padding;background-clip:padding-box;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-appearance:none;background-color:#fff;color:#000;outline:0;margin:0;padding:0;text-align: left;vertical-align: middle; font-family: 'Roboto', sans-serif;}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


html {
	-webkit-text-size-adjust: none; 
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Ubuntu', 'Helvetica Neue', sans-serif;
	font-weight: 400;
}
body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

#textpage a {
	font-size: 15px;
	color: #111;
	line-height: 22px;
	text-decoration: none;
	position: relative;
	font-weight: 500;
}
#textpage a:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #555;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
#textpage a:hover:after {
	opacity: 1;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	transform: translateY(2px);
}
#textpage a:before {
	content: "\e603";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	float: left;
	margin-top: 4px; 
	/* text-shadow: 1px 0 0 #000; */
}

h1 {
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
	border-bottom: 1px dashed #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
p+h1 {
	margin-top: 40px;
}
h2 {
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 10px;
}
p+h2 {
	margin-top: 35px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.noJavascript {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 5000;
	width: 100%;
	height: 100%;
	padding-top: 10%;
	background: #fff url('images/logo-floordesign.jpg') center center no-repeat;
}
.noJavascript p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}
@media (max-width: 850px) {
	.noJavascript {
		background-size: 250px 234px;
	}
}
@media (max-width: 500px) {
	.noJavascript {
		background-size: 150px 140px;
	}
}

#contentWrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .7s ease-in-out; /* Ch, Saf  3.2 */
     -moz-transition: all .7s ease-in-out; /* 4 < Fx <16 */
      -ms-transition: all .7s ease-in-out; /* IE 10 */
       -o-transition: all .7s ease-in-out; /* 10.5 < Op < 12.1 */
          transition: all .7s ease-in-out; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
}
#contentWrapper.showMenu {
	-webkit-transform: translate3d(300px,0,0); /* Ch, Saf  */
	    -moz-transform: translate3d(300px,0,0); /* Fx <16 */
	     -ms-transform: translate3d(300px,0,0); /* IE 9 */
	      -o-transform: translate3d(300px,0,0); /* Op <12.1 */
	         transform: translate3d(300px,0,0); /* IE 10, Fx 16+, Op 12.1+ */
}
#contentWrapper.showText {
	-webkit-transform: translate3d(900px,0,0); /* Ch, Saf  */
	    -moz-transform: translate3d(900px,0,0); /* Fx <16 */
	     -ms-transform: translate3d(900px,0,0); /* IE 9 */
	      -o-transform: translate3d(900px,0,0); /* Op <12.1 */
	         transform: translate3d(900px,0,0); /* IE 10, Fx 16+, Op 12.1+ */
}

.menu {
	position: absolute;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #fff;
	z-index: 10;
}
@media (max-width: 500px) {
	#contentWrapper.showMenu {
		-webkit-transform: translate3d(250px,0,0); /* Ch, Saf  */
	    -moz-transform: translate3d(250px,0,0); /* Fx <16 */
	     -ms-transform: translate3d(250px,0,0); /* IE 9 */
	      -o-transform: translate3d(250px,0,0); /* Op <12.1 */
	         transform: translate3d(250px,0,0); /* IE 10, Fx 16+, Op 12.1+ */
	}
	.menu {
		left: -250px;
		width: 250px;
	}
}
.topNav {
	height: 90%;
	width: 100%;
	position: relative;
}
.topNav a {
	color: #2b2b2b;
	text-align: center;
	text-decoration: none;
	box-shadow: -2px 2px 4px rgba(0,0,0,0.1);
	display: block;
}
.topNav .big {
	height: 23.5%;
	display: table;
	width: 100%;
}
.topNav .tc {
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all .3s ease-out; /* Ch, Saf  3.2 */
     -moz-transition: all .3s ease-out; /* 4 < Fx <16 */
      -ms-transition: all .3s ease-out; /* IE 10 */
       -o-transition: all .3s ease-out; /* 10.5 < Op < 12.1 */
          transition: all .3s ease-out; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
}
.topNav .big .f {
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	display: block;
	text-transform: uppercase;
}
.topNav .big .s {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	width: 100%;
	text-transform: uppercase;
}
.topNav .big .s:after {
	content: "";
	display: block;
	height: 3px;
	opacity: 0;
	background: #2b2b2b;
	width: 20px;
	margin: -3px auto 0 auto;
	-webkit-transition: all .3s ease-out; /* Ch, Saf  3.2 */
     -moz-transition: all .3s ease-out; /* 4 < Fx <16 */
      -ms-transition: all .3s ease-out; /* IE 10 */
       -o-transition: all .3s ease-out; /* 10.5 < Op < 12.1 */
          transition: all .3s ease-out; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
}
.topNav .big:hover .s:after {
	opacity: 1;
	-webkit-transform: translate3D(0,8px,0); /* Ch, Saf  */
	    -moz-transform: translate3D(0,8px,0); /* Fx <16 */
	     -ms-transform: translate3D(0,8px,0); /* IE 9 */
	      -o-transform: translate3D(0,8px,0); /* Op <12.1 */
	         transform: translate3D(0,8px,0); /* IE 10, Fx 16+, Op 12.1+ */
}
.topNav .big:hover .tc {
	-webkit-transform: translate3D(0,-4px,0); /* Ch, Saf  */
	    -moz-transform: translate3D(0,-4px,0); /* Fx <16 */
	     -ms-transform: translate3D(0,-4px,0); /* IE 9 */
	      -o-transform: translate3D(0,-4px,0); /* Op <12.1 */
	         transform: translate3D(0,-4px,0); /* IE 10, Fx 16+, Op 12.1+ */
}
.topNav .small {
	height: 6%;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
    float: left;
	display: table;
	width: 50%;
	box-shadow: none;
	padding-top: 2px;
}

.small:hover {
    font-weight: 400;
	color: #000;
}

@media (max-width: 500px) {
	.topNav .hide {
		display: none;
	}
	.topNav .big {height: 22.5%;}
	.topNav .small {height: 10%;}
}
.bottomNav {
	height: 10%;
	width: 100%;
	position: relative;
	background: #eee;
}
.bottomNav .fb,
.bottomNav .ig {
	width: 50%;
	height: 100%;
	float: left;
	display: block;
	text-align: center;
	-webkit-transition: all .3s ease-out; /* Ch, Saf  3.2 */
     -moz-transition: all .3s ease-out; /* 4 < Fx <16 */
      -ms-transition: all .3s ease-out; /* IE 10 */
       -o-transition: all .3s ease-out; /* 10.5 < Op < 12.1 */
          transition: all .3s ease-out; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
}
.bottomNav .fb {
	background: #aaa url('images/logo-fb.png') center center no-repeat;
	background-size: contain;
}
.bottomNav .fb:hover {
	background-color: #3b5998;
}
.bottomNav .ig {
	background: #ccc url('images/logo-ig') center center no-repeat;
	background-size: contain;
}
.bottomNav .ig:hover {
	background-color: #517fa4;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 144dpi),
only screen and (                min-resolution: 2dppx) { 
	.bottomNav .fb {
		background-image: url('images/logo-fb-2x.png');
	}
	.bottomNav .ig {
		background-image: url('images/logo-ig-2x.png');
	}
}

.icon-menu {
	padding: 27px 20px;
	height: 80px;
	width: 80px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 10;
}
.icon-menu span {
	display: block;
	height: 6px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .5s ease-out, background 0.2s; /* Ch, Saf  3.2 */
     -moz-transition: all .5s ease-out, background 0.2s; /* 4 < Fx <16 */
      -ms-transition: all .5s ease-out, background 0.2s; /* IE 10 */
       -o-transition: all .5s ease-out, background 0.2s; /* 10.5 < Op < 12.1 */
          transition: all .5s ease-out, background 0.2s; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
}
.icon-menu span.s {
	margin: 4px 0;
}
.icon-menu:hover span {
	background: #fff;
}
.icon-menu.opened span.s {opacity: 0;}
.icon-menu.opened span.f {
	-webkit-transform: translateY(10px) rotate(-45deg) scaleY(0.75); /* Ch, Saf  */
    -moz-transform: translateY(10px) rotate(-45deg) scaleY(0.75); /* Fx <16 */
     -ms-transform: translateY(10px) rotate(-45deg) scaleY(0.75); /* IE 9 */
      -o-transform: translateY(10px) rotate(-45deg) scaleY(0.75); /* Op <12.1 */
         transform: translateY(10px) rotate(-45deg) scaleY(0.75); /* IE 10, Fx 16+, Op 12.1+ */
}
.icon-menu.opened span.t {
	-webkit-transform: translateY(-10px) rotate(45deg) scaleY(0.75); /* Ch, Saf  */
    -moz-transform: translateY(-10px) rotate(45deg) scaleY(0.75); /* Fx <16 */
     -ms-transform: translateY(-10px) rotate(45deg) scaleY(0.75); /* IE 9 */
      -o-transform: translateY(-10px) rotate(45deg) scaleY(0.75); /* Op <12.1 */
         transform: translateY(-10px) rotate(45deg) scaleY(0.75); /* IE 10, Fx 16+, Op 12.1+ */
}
.icon-menu:after {
	font-family: 'Ubuntu', 'Helvetica Neue', sans-serif;
	content: "Menu";
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 29px;
	left: 75px;
	opacity: 1;
	font-size: 22px;
	font-weight: 300;
	-webkit-transition: all .5s ease-out; /* Ch, Saf  3.2 */
     -moz-transition: all .5s ease-out; /* 4 < Fx <16 */
      -ms-transition: all .5s ease-out; /* IE 10 */
       -o-transition: all .5s ease-out; /* 10.5 < Op < 12.1 */
          transition: all .5s ease-out; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
}
.icon-menu:before {
	font-family: 'Ubuntu', 'Helvetica Neue', sans-serif;
	content: "Close";
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 29px;
	left: 100px;
	opacity: 0;
	font-size: 22px;
	font-weight: 300;
	-webkit-transition: all .5s ease-out; /* Ch, Saf  3.2 */
     -moz-transition: all .5s ease-out; /* 4 < Fx <16 */
      -ms-transition: all .5s ease-out; /* IE 10 */
       -o-transition: all .5s ease-out; /* 10.5 < Op < 12.1 */
          transition: all .5s ease-out; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
}
.icon-menu.opened:after {
	left: 100px;
	opacity: 0;
}
.icon-menu.opened:before {
	left: 75px;
	opacity: 1;
}
@media (max-width: 500px) {
	.icon-menu {
		padding: 15px 10px;
		height: 54px;
		width: 60px;
		top: 0;
		left: 0;
	}
	.icon-menu:before,
	.icon-menu:after {
		display: none;
	}
}

#fullscreen .loading {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff url('images/logo-floordesign.jpg') center center no-repeat;
	z-index: 1000;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 144dpi),
only screen and (                min-resolution: 2dppx) { 
	#fullscreen .loading {
		background-image: url("images/logo-floordesign-2x.jpg"); 
		background-size: 350px 327px;
	}
}

#fullscreen .logo {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('images/logo-floordesign-white.png') center center no-repeat;
	pointer-events: none;
	z-index: 9;
	overflow: hidden;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 144dpi),
only screen and (                min-resolution: 2dppx) { 
	#fullscreen .logo {
		background-image: url("images/logo-floordesign-white-2x.png"); 
		background-size: 350px 327px;
	}
}
@media (max-width: 850px) {
	#fullscreen .logo,
	#fullscreen .loading {
		background-size: 250px 234px;
	}
}
@media (max-width: 500px) {
	#fullscreen .logo,
	#fullscreen .loading {
		background-size: 150px 140px;
	}
}
	
#fullscreen .slideshow {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
#fullscreen .slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	-webkit-transition: all 1s ease-in-out; /* Ch, Saf  3.2 */
     -moz-transition: all 1s ease-in-out; /* 4 < Fx <16 */
      -ms-transition: all 1s ease-in-out; /* IE 10 */
       -o-transition: all 1s ease-in-out; /* 10.5 < Op < 12.1 */
          transition: all 1s ease-in-out; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
}
#fullscreen .slideshow .slide.right {
	-webkit-transform: translate3d(100%,0,0); /* Ch, Saf  */
	    -moz-transform: translate3d(100%,0,0); /* Fx <16 */
	     -ms-transform: translate3d(100%,0,0); /* IE 9 */
	      -o-transform: translate3d(100%,0,0); /* Op <12.1 */
	         transform: translate3d(100%,0,0); /* IE 10, Fx 16+, Op 12.1+ */
}
#fullscreen .slideshow .slide.left {
	-webkit-transform: translate3d(-100%,0,0); /* Ch, Saf  */
	    -moz-transform: translate3d(-100%,0,0); /* Fx <16 */
	     -ms-transform: translate3d(-100%,0,0); /* IE 9 */
	      -o-transform: translate3d(-100%,0,0); /* Op <12.1 */
	         transform: translate3d(-100%,0,0); /* IE 10, Fx 16+, Op 12.1+ */
}

#fullscreen .slideshow .rightArrow,
#fullscreen .slideshow .leftArrow {
	width: 65px;
	height: 70px;
	font-size: 55px;
	line-height: 70px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	z-index: 10;
	-webkit-transition: all .3s ease-out; /* Ch, Saf  3.2 */
     -moz-transition: all .3s ease-out; /* 4 < Fx <16 */
      -ms-transition: all .3s ease-out; /* IE 10 */
       -o-transition: all .3s ease-out; /* 10.5 < Op < 12.1 */
          transition: all .3s ease-out; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
} 

#fullscreen .slideshow .rightArrow {
	right: 0;
	text-align: right;
}
#fullscreen .slideshow .leftArrow {
	left: 0;
	text-align: left;
}
#fullscreen .slideshow .rightArrow:hover:before {
	content: "\e602";
}
#fullscreen .slideshow .leftArrow:hover:before {
	content: "\e600";
}
#fullscreen .slideshow .rightArrow:active,
#fullscreen .slideshow .leftArrow:active,
#fullscreen .slideshow .rightArrow.active,
#fullscreen .slideshow .leftArrow.active {
	margin-top: -30px;
}

.projectList {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 110px;
	background: rgba(255,255,255,0.7);
}
.projectList .leftArrow,
.projectList .rightArrow {
	display: block;
	float: left;
	color: #2b2b2b;
	font-size: 40px;
	line-height: 110px;
	width: 90px;
	text-align: center;
	top: 0;
	position: absolute;
	z-index: 5;
	cursor: pointer;
}
.projectList .leftArrow:hover,
.projectList .rightArrow:hover {
	background: #fff;
	color: #2b2b2b;
}
.projectList .leftArrow {
	padding-right: 8px;
	left: 0;
}
.projectList .rightArrow {
	padding-left: 8px;
	right: 0;
}
.projectList .projectsWrapper {
	padding: 0 90px;
	position: relative;
	height: 110px;
	width: 100%;
}
.projectList .projectsWrapperInner {
	position: relative;
	width: 100%;
	height: 110px;
	overflow: hidden;
}
.projectList .projects {
	list-style: none;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	-webkit-transition: all .6s ease-in-out; /* Ch, Saf  3.2 */
     -moz-transition: all .6s ease-in-out; /* 4 < Fx <16 */
      -ms-transition: all .6s ease-in-out; /* IE 10 */
       -o-transition: all .6s ease-in-out; /* 10.5 < Op < 12.1 */
          transition: all .6s ease-in-out; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
}
.projectList .projects li {
	float: left;
	color: #2b2b2b;
	display: block;
	padding: 20px 50px 0 50px;
	max-width: 280px;
	height: 110px;
	cursor: pointer;
}
.projectList .projects li:hover,
.projectList .projects li.active {
	background: #fff;
	color: #2b2b2b;
}
.projectList .projects li:hover a,
.projectList .projects li.active a {
	color: #2b2b2b;
}
.projectList a {
	text-decoration: none;
	color: #2b2b2b;
}
.projectList a:hover {
	text-decoration: underline;
}
@media (max-width: 600px) {
  .projectList {
    height: 80px;
  }
  .projectList .projectsWrapper {
    padding: 0;
    height: 80px;
  }
  .projectList .leftArrow, 
  .projectList .rightArrow {
    display: none;
  }
  .projectList .projectsWrapperInner {
    overflow-x: scroll;
    height: 80px;
  }
  .projectList .projects {
    position: relative;
    height: 80px;
  }
  .projectList .projects li:hover {
    background: none;
  }
  .projectList .projects li.active {
  	background: #fff;
  	color: #2b2b2b;
  }
  .projectList h3 {
    font-size: 16px;
    line-height: 19px;
  }
  .projectList .projects li {
    height: 80px;
    padding: 15px 30px 0 30px;
  }
}
.pointNavigation {
	position: absolute;
	z-index: 10;
	bottom: 20px;
	height: 10px;
	left: 50%;	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pointNavigation.projects {
	top: 20px;
}
.pointNavigation li {
	float: left;
	margin: 0 5px;
	height: 10px;
	width: 10px;
	display: block;
	background: #fff;
	opacity: 0.35;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all .5s linear; /* Ch, Saf  3.2 */
     -moz-transition: all .5s linear; /* 4 < Fx <16 */
      -ms-transition: all .5s linear; /* IE 10 */
       -o-transition: all .5s linear; /* 10.5 < Op < 12.1 */
          transition: all .5s linear; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
}
.pointNavigation li.active {
	opacity: 1;
}

.icon-menu-small {
	display: none;
}
#textpage {
	z-index: 10;
	position: absolute;
	height: 100%;
	background: #fafafa;
	width: 600px;
	top: 0;
	left: -900px;
	box-shadow: inset -2px 0px 4px rgba(0,0,0,0.1);
	overflow: hidden;
}
#textpage .scrollpart {
	width: 640px;
	padding-right: 40px;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
#textpage .loading {
	background: #fff;
	box-shadow: inset -2px 0px 4px rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#textpage .loading img {
	width: auto;
	height: 140px;
	margin: -70px auto 0 auto;
	top: 50%;
	position: relative;
}
#textpage .content {
	padding: 50px 50px 50px 30px;	
	width: 600px;
}
#textpage .bg-img {
	width: 600px;
	height: auto;
}
@media (max-width: 500px) {
	#textpage .content {
		padding: 20px 10px 30px 10px;	
		width: 100%;
	}
	#textpage .bg-img {
		width: 100%;
	}	
}
#textpage .scroller {
	position: absolute;
	z-index: 1;
	bottom: 0;
	height: 50px;
	width: 100%;
	background: #fff;
	box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
	text-align: center;
	color: #bbb;
	font-size: 30px;
	line-height: 50px;
	cursor: pointer;
}
#textpage .scroller.hidden {
	display: none;
}
#textpage .scroller:hover {
	background: #bbb;
	color: #fff;
}

#contact-form {
	margin-top: 40px;
}
#result p {
	margin: 0;
	font-weight: 500;
}
label {
	font-size: 13px;
	font-weight: 300;
	color: #2b2b2b;
}
input[type="text"],
input[type="email"] {
	width: 200px;
	height: 35px;
	border: 1px solid #bbb;
	background: #fff;
	margin-top: 15px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Ubuntu', 'Helvetica Neue', sans-serif;
	border-radius: 3px;
	display: block;
}
textarea {
	max-width: 400px;
	width: 100%;
	height: 200px;
	border: 1px solid #bbb;
	background: #fff;
	margin-top: 15px;
	padding: 10px;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Ubuntu', 'Helvetica Neue', sans-serif;
	border-radius: 3px;
	display: block;
}
.btn-default {
	display: block;
	height: 30px;
	padding: 0 10px;
	font-weight: 300;
	font-family: 'Ubuntu', 'Helvetica Neue', sans-serif;
	color: #2b2b2b;
	border: 1px solid #2b2b2b;
	border-radius: 3px;
	margin-top: 20px;
	font-size: 14px;
	background: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-out; /* Ch, Saf  3.2 */
     -moz-transition: all .3s ease-out; /* 4 < Fx <16 */
      -ms-transition: all .3s ease-out; /* IE 10 */
       -o-transition: all .3s ease-out; /* 10.5 < Op < 12.1 */
          transition: all .3s ease-out; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
}
.btn-default:hover {
	background: #2b2b2b;
	color: #fff;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-nu03fy');
	src:url('fonts/icomoon.eot?#iefix-nu03fy') format('embedded-opentype'),
		url('fonts/icomoon.woff?-nu03fy') format('woff'),
		url('fonts/icomoon.ttf?-nu03fy') format('truetype'),
		url('fonts/icomoon.svg?-nu03fy#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-angle-left-hover:before {
	content: "\e600";
}
.icon-angle-left:before {
	content: "\e601";
}
.icon-angle-right-hover:before {
	content: "\e602";
}
.icon-angle-right:before {
	content: "\e603";
}
.icon-chevron-down:before {
	content: "\f078";
}
.icon-caret-left:before {
	content: "\f0d9";
}
.icon-caret-right:before {
	content: "\f0da";
}






@media (max-width: 900px) {
	#textpage {
		-webkit-transition: all .6s ease-in-out; /* Ch, Saf  3.2 */
	     -moz-transition: all .6s ease-in-out; /* 4 < Fx <16 */
	      -ms-transition: all .6s ease-in-out; /* IE 10 */
	       -o-transition: all .6s ease-in-out; /* 10.5 < Op < 12.1 */
	          transition: all .6s ease-in-out; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
	}
	#textpage {
		width: 100%;
		left: 0;
		top: 0;
		opacity: 0;
		padding-top: 50px;
		overflow-y: auto;
		pointer-events: none;
	}
	.showText #textpage {
		opacity: 1;
		pointer-events: all;
	}
	#textpage .scrollpart {
		width: 100%;
		padding: 0;
		max-height: none;
		
	}
	#contentWrapper.showText {
	-webkit-transform: translate3d(0px,0,0); /* Ch, Saf  */
	    -moz-transform: translate3d(0px,0,0); /* Fx <16 */
	     -ms-transform: translate3d(0px,0,0); /* IE 9 */
	      -o-transform: translate3d(0px,0,0); /* Op <12.1 */
	         transform: translate3d(0px,0,0); /* IE 10, Fx 16+, Op 12.1+ */
	}
	.icon-menu-small {
		display: block;
	}
	.icon-menu-small span {
		background: #999;	
	}
	.icon-menu-small:hover span {
		background: #333;
	}	
	.icon-menu-small:after,
	.icon-menu-small:before {
		color: #999;
	}
	.icon-menu-small:hover:after,
	.icon-menu-small:hover:before {
		color: #333;
	}
}