html.mobile, .mobile body{
	overflow: auto;
}
.mobile body{
	min-width: 320px;
}
#mobileCont{
	height: 100%;
	overflow-y: scroll; /* has to be scroll, not auto */
  	-webkit-overflow-scrolling: touch;
}
.mobile #intro{
	height: auto;
	padding: 40px 0;
	margin-left: 81px;
	width: auto;
}
.mobile #intro header h1{
	margin-left: 40px;
	font-size: 16px;
	line-height: 22px;
}
.mobile #intro header h1:after{
	margin-bottom: 20px;
}
.mobile #intro header p{
	margin: 40px 40px 0 40px;
	color: #8a8a8a;
	font-size: 14px;
}
.mobile #welcome{
	font-size: 24px;
	line-height: 26px;
}
.mobile #welcome:after{
	margin-top: 32px;
}
.mobile #welcome a{
	padding: 0 4px;
	line-height: 30px;
	margin-right: 0;
}
.mobile #about{
	width: auto;
	height: auto;
	opacity: 1;
	position: relative;
	left: 0;
	border: none;
	background: #333;
	z-index: 100;
	margin-left: 81px;
}
.mobile #about p, .mobile #about h2{
	padding-left: 40px;
	padding-right: 40px;
}
.mobile .go{
	margin-left: 0;
	margin-right: 0;
}

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

.icon-phone, .icon-envelope {
	font-family: 'mobile';
	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-envelope:before {
	content: "\e600";
}
.icon-phone:before {
	content: "\e607";
}
#main_menu li a.icon-phone, #main_menu li a.icon-envelope{
	font-size: 20px;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
@font-face {
	font-family: 'fr';
	src:url('../fonts/fr.eot');
	src:url('../fonts/fr.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fr.woff') format('woff'),
		url('../fonts/fr.ttf') format('truetype'),
		url('../fonts/fr.svg#fr') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-up, .icon-down, .icon-left, .icon-right, .icon-close, .icon-bullet {
	font-family: 'fr';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
}
.icon-up:before {
	content: "\e000";
}
.icon-down:before {
	content: "\e001";
}
.icon-left:before {
	content: "\e002";
}
.icon-right:before {
	content: "\e003";
}
.icon-close:before {
	content: "\e004";
}
.icon-bullet:before {
	content: "\e005";
}



/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 16, 2013 */
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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

}

html,
button,
input,
select,
textarea {
    color: #222;
	background: #3a3a3a;
	
	/*font-family: 'OSP-DIN';*/
	font-family: 'raleway-regular', sans-serif;
    font-weight: normal;
    font-style: normal; 
}

body {
    font-size: 1em;
    line-height: 1.4;
	min-width: 720px;
}

::-moz-selection {
    background: #3A3A3A;
	color: #fff;
    text-shadow: none;
}

::selection {
    background: #3A3A3A;
	color: #fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: #efefef;
    text-align: center;
	z-index: 9999;
	padding-top: 100px;
	
	border-top: 6px solid #d2d2d2;
	color: #8A8A8A;
}
.chromeframe h1{
	color: #3a3a3a;
	font-family: 'montserrat', sans-serif;
	font-size: 30px;
	line-height: 34px;
    font-style: normal;
    font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0;
}
.chromeframe ul{
	margin: 20px 0;
}
.chromeframe a{
	color: #333;
    font-weight: bold;
    font-style: normal; 
}
.chromeframe a.go{
	margin-top: 20px;
	text-decoration: none;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
    font-weight: bold;
	text-transform: uppercase;
	border: 3px solid #3a3a3a;
	color: #3a3a3a;
	display: inline-block;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out; 
}
.chromeframe a.go:hover{
	background: #3a3a3a;
	color: #f8f8f8;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*html:after{
	content: "";
	display: block;
	position: absolute;
	top: -16px;
	left: 0;
	height: 16px;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 0px 2px rgba(0,0,0,0.4);
}*/
#content{
	position: relative;
}
#pre_overlay img, .pre_overlay img{
	color: #efefef;
}
#pre_overlay figure, .pre_overlay figure{
	position: absolute;
	width: 80px;
	text-align: center;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
#pre_overlay figcaption, .pre_overlay figcaption{
	margin-top: 2px;
	color: #b7b7b7;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 10px;
	-webkit-font-smoothing: antialiased;
}
#pre_overlay{
	text-align: center;
	opacity: 1;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 81px;
	background: /*url(../img/loading-logo.gif) no-repeat center center*/ #EFEFEF;
	z-index: 9999;
}
#progress{
	background: #d2d2d2;
	height: 6px;
	width: 0%;
	position: relative;
	top: 0;
	left: 0; 
	
	-webkit-transition: width 0.2s ease-out 0s; 
     -moz-transition: width 0.2s ease-out 0s; 
       -o-transition: width 0.2s ease-out 0s; 
          transition: width 0.2s ease-out 0s; 
}
.pre_overlay{
	text-align: center;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0px;
	background: /*url(../img/loading-logo.gif) no-repeat center center*/ #EFEFEF;
	z-index: 9999;
	min-height: 1600px;
}
.progress{
	background: #d2d2d2;
	height: 6px;
	width: 0%;
	position: relative;
	top: 0;
	left: 0; 
	
	-webkit-transition: width 0.2s ease-out 0s; 
     -moz-transition: width 0.2s ease-out 0s; 
       -o-transition: width 0.2s ease-out 0s; 
          transition: width 0.2s ease-out 0s; 
}

.artwork canvas{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
}
body, html{
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
ul, ol, li, p, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
#menu{
	overflow: hidden;
	position: fixed;
	z-index: 9900;
	width: 80px;
	height: 2000px;
	background: #3a3a3a;
	border-right: 1px solid rgba(0, 0, 0, 0.4);
	
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	background-clip: border-box;
	
	/*-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;*/
	
	/*-moz-box-shadow:    1px 0 0 #273032;
	-webkit-box-shadow: 1px 0 0 #273032;
	box-shadow:         1px 0 0 #273032;*/
}
#menu{
	-webkit-transition: height 0.3s ease-out; 
     -moz-transition: height 0.3s ease-out; 
       -o-transition: height 0.3s ease-out; 
          transition: height 0.3s ease-out; 
}
#main_menu li a{
	position: relative;
	text-decoration: none;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #efefef;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	
	-webkit-transition: all 0.3s ease-out 0s; 
     -moz-transition: all 0.3s ease-out 0s; 
       -o-transition: all 0.3s ease-out 0s; 
          transition: all 0.3s ease-out 0s;
}
#main_menu li a span{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 80px;
	height: 16px;
	line-height: 16px;
	opacity: 0;
	font-family: 'raleway-regular';
	text-transform: uppercase;
	font-size: 10px;
	/*text-rendering: optimizeLegibility;
	-webkit-text-stroke-width: 0.1px;*/
	-webkit-font-smoothing: antialiased;
	
	-webkit-transition: all 0.3s ease-out 0s; 
     -moz-transition: all 0.3s ease-out 0s; 
       -o-transition: all 0.3s ease-out 0s; 
          transition: all 0.3s ease-out 0s;
}
#main_menu li a:hover, #main_menu li a.active{
	background: #333333;
	color: #333333;
	cursor: pointer;
	line-height: 0px;
}
#main_menu li a:hover span, #main_menu li a.active span{
	bottom: 32px;
	opacity: 1;
	color: #fff;
}
#main_menu li#logo a:hover{
	background: none;
	line-height: 80px;
}
/*#works_menu{
	width: 100%;
	background: #efefef;
    position: relative;
    z-index: 999;
	background: #efefef;
	border-top: 1px solid #d2d2d2;
	height: 47px;
	overflow: hidden;
}
#works_menu li, #works_menu li a{
	display: block;
    float: left;
}
#works_menu li{
	border-right: 1px solid #d2d2d2;
	position: relative;
}
#works_menu li a{
	position: relative;
	height: 47px;
	line-height: 41px;
	
	border-bottom: 6px solid #d2d2d2;
	padding-left: 14px;
	color: #8a8a8a;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
	
	-webkit-transition: all 0.2s ease-out 0s; 
     -moz-transition: all 0.2s ease-out 0s; 
       -o-transition: all 0.2s ease-out 0s; 
          transition: all 0.2s ease-out 0s; 
}
#works_menu li a span{
	height: 47px;
	line-height: 47px;
	padding-left: 14px;
	display: block;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -41px;
	background: #d2d2d2;
	color: #fff;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
	
	-webkit-transition: all 0.2s ease-out 0s; 
     -moz-transition: all 0.2s ease-out 0s; 
       -o-transition: all 0.2s ease-out 0s; 
          transition: all 0.2s ease-out 0s; 
}
#works_menu li a em{
	position: relative;
	z-index: 999;
	font-style: normal;
	
	-webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out; 
}

#works_menu li a:hover em{
	color: #fff;
}

#works_menu li a:hover em.dark{
	color: #000;
}


#works_menu li a:hover span{
	bottom: 0;
}
#works_menu li.active a{
	background: #F5F7F8;
}*/
#logo a img{
	cursor: pointer;
	/*-webkit-transition: all 0.68s ease-out; 
     -moz-transition: all 0.68s ease-out; 
       -o-transition: all 0.68s ease-out; 
          transition: all 0.68s ease-out;
		  
	outline: 1px solid transparent;*/
}
#logo{
	cursor: pointer;	
}
#logo a{
	display: inline-block;
	width: 61px;
	margin: 22px auto;
	
	/*-webkit-transform: perspective(1000);
	-moz-transform: perspective(1000);
	transform: perspective(1000);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
	
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;*/
	
}
/*#logo a:hover img{
	transform: rotateY(-360deg);
	-webkit-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);
}
#logo a:active img, #logo a:focus img{
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	
	-webkit-transition: none; 
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}*/

#intro{
	height: 1200px;
	width: 1920px;
	position: relative;
	
	background: #EFEFEF;
	border-top: 6px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: left;
	-moz-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	
	-webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 

}
#intro header{
	display: block;
	z-index: 9999;
	position: relative;
}
#intro header h1{
	font-family: 'montserrat', sans-serif;
	font-size: 30px;
	line-height: 34px;
    font-style: normal;
    font-weight: bold;
	text-transform: uppercase;
	margin-left: 100px;
	color: #8A8A8A;
	
	width: 960px;
}
#intro header h1:after{
	display: block;
	height: 1px;
	width: 100px;
	content: "";
	background: #8A8A8A;
	margin: 20px 0 46px 0;
}
#intro header .go, #about .go, #detail .go{
	text-decoration: none;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
    font-weight: bold;
	text-transform: uppercase;
	margin-right: 20px;
	border: 3px solid #3a3a3a;
	color: #3a3a3a;
	display: inline-block;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out;
}
#detail .go{
	margin-top: 60px;
	margin-right: 0;
	width: 20%;
}
#goAbout{
	margin-left: 100px;
}
#intro header .go:hover, #intro header #goAbout.active, #detail .go.back:hover{
	background: #3a3a3a;
	color: #fff;
}
#welcome{
	color: #3a3a3a;
	display: block;
	font-size: 60px;
	line-height: 66px;
	/*margin-left: -6px;*/
}
#welcome a{
	background: #3A3A3A;
	color: #fff;
    text-shadow: none;
	display: inline-block;
    line-height: 80px;
    padding: 0 14px;
	margin-right: 120px;
}
#welcome:after{
	display: block;
	height: 1px;
	width: 100px;
	content: "";
	background: #8A8A8A;
	margin: 20px 0 26px 0;
}
/*ABOUT*/
#about{
	overflow: hidden;
	position: fixed;
	z-index: 9900;
	width: 655px;
	left: -575px;
	height: 2000px;
	opacity: 0;
	background:  url(../img/logo.jpg) 585px 31px no-repeat #3a3a3a;
	background-size: 61px 64px;
	border-right: 1px solid rgba(0, 0, 0, 0.4);
	
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	background-clip: border-box;
	
	-webkit-transition: left 0.4s ease-out, height 0.3s ease-out; 
     -moz-transition: left 0.4s ease-out, height 0.3s ease-out; 
       -o-transition: left 0.4s ease-out, height 0.3s ease-out; 
          transition: left 0.4s ease-out, height 0.3s ease-out;
}
#about.opened{
	left: 0;
}
#closeAbout{
	position: absolute;
	top: 124px;
	right: -81px;
	text-align: center;
	
	-webkit-transition: all 0.3s ease-out 0s; 
     -moz-transition: all 0.3s ease-out 0s; 
       -o-transition: all 0.3s ease-out 0s; 
          transition: all 0.3s ease-out 0s;
}
#closeAbout.opened{
	right: 0px;
}
.pt-perspective.minimized{
	left: 575px;
}
.pt-perspective #aboutOverlay{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	background: rgba(0,0,0,0);
	
	-webkit-transition: background 0.4s ease-out; 
     -moz-transition: background 0.4s ease-out; 
       -o-transition: background 0.4s ease-out; 
          transition: background 0.4s ease-out;
}
.pt-perspective.minimized #aboutOverlay{
	background: rgba(0,0,0,0.2);
}
#about article{
	height: 100%;
    padding: 60px 0;
    overflow-y: scroll;
	width: 100%;
	
	-webkit-overflow-scrolling: touch;
}
#about article p{
	color: rgba(255,255,255,0.6);
	padding-bottom: 8px;
	padding-left: 60px;
	padding-right: 110px;
}
#about article p.last{
	color: rgba(255,255,255,0.6);
	padding-bottom: 30px;
}
#about article h2{
	color: #fff;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
    font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 8px;
	padding-left: 60px;
	padding-right: 120px;
}
#about .go{
	color: #efefef;
	border-color: #efefef;
	margin-left: 60px;
}
#about .go.goMail{
	margin-left: 0px;
}
#about .go:hover{
	color: #3A3A3A;
	background: #efefef;
}


#galleryTouch{
	height:340px;
	width:500px;
	overflow:hidden;
	position:relative;
	left: 0;
	background: #efefef;
	/*apply a transfor to kick in the hardware acceleration.  Without this, the first time we add the transform you get odd rendering of the divs (half missing) 
	-webkit-transform: translate3d(0px,0px,0px);*/
}
#galleryTouch h1{
	font-family: 'montserrat', sans-serif;
	color: #484848;
	font-size: 30px;
	line-height: 34px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
	margin: 32px 0 14px 0;
}
#galleryTouch p{
	color: #8a8a8a;
	font-size: 14px;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
	margin-top: 40px;
	opacity: 0;
	
	-webkit-transition: all 0.3s ease-in 0.1s; 
     -moz-transition: all 0.3s ease-in 0.1s; 
       -o-transition: all 0.3s ease-in 0.1s; 
          transition: all 0.3s ease-in 0.1s; 
}
#galleryTouch .line{
 	background-color: #D2D2D2;
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -5%;
    position: absolute;
    top: 106px;
    width: 10%;
	
	opacity: 0;
	
	-webkit-transition: all 0.38s ease-in; 
     -moz-transition: all 0.38s ease-in; 
       -o-transition: all 0.38s ease-in; 
          transition: all 0.38s ease-in; 
}
#galleryTouch #sections {
	float:left;
	display:inline;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	padding:0px;
	margin:0px;
	width:1510px;
	background: #d2d2d2;
	/*apply a transfor to kick in the hardware acceleration.  Without this, the first time we add the transform you get odd rendering of the divs (half missing) 
	-webkit-transform: translate3d(0px,0px,0px);*/
}
#galleryTouch #sections article{
	position: relative;
	float: left;
	display: inline-block;
	padding:0px;
	margin:0px;
	width:500px;
	height:340px;
	background: #efefef;
	overflow: hidden;
	
	border-right: 1px solid #d2d2d2;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	/*apply a transfor to kick in the hardware acceleration.  Without this, the first time we add the transform you get odd rendering of the divs (half missing) 
	-webkit-transform: translate3d(0px,0px,0px);*/
	
	/* Nice effect on page resize*/
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 

}
#galleryTouch #sections article.empty{
	background: #d2d2d2;
}
/*#galleryTouch #sections article.active{
	background: red;
}*/
#galleryTouch #sections article.active figcaption, #galleryTouch #sections figure:hover figcaption{
	background: #fff;
	height: 166px;
	padding-top: 20px;
}
#galleryTouch .active p, #galleryTouch figure:hover p{
	margin-top: 22px;
	opacity: 1;
}
#galleryTouch .active .line, #galleryTouch figure:hover .line{
	top: 96px;
	opacity: 1;
}
#galleryTouch .active .triangle, #galleryTouch figure:hover .triangle{
	bottom: -5px;
}
#galleryTouch #sections article figure{
	bottom: 60px;
    left: 60px;
    overflow: hidden;
    position: relative;
    right: 60px;
    top: 60px;
	cursor: pointer;
	
	border: 1px solid #d7d7d7;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	/*border: 1px solid rgba(0,0,0,0.1);*/
	
	-webkit-box-shadow: 0 9px 0 -6px #d7d7d7;
	-moz-box-shadow: 0 9px 0 -6px #d7d7d7;
	box-shadow: 0 9px 0 -6px #d7d7d7;
}

#galleryTouch #sections article img{
	position: absolute;
	/*top: 60px;
	left: 50%;
	width: 80%;
	margin-left: -40%;*/
}

#galleryTouch #sections article figcaption{
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	/*background: #f5f7f8;*/
	background: #fff;
	border-bottom: 6px solid #d2d2d2;
	
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);*/
	
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	
	/*transition-delay: .5s;
	-webkit-transition-delay: .5s;*/
}
.triangle{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 14px 14px 14px;
	border-color: transparent transparent #d2d2d2 transparent;
    bottom: -25px;
    left: 50%;
    margin-left: -14px;
    position: absolute;  
	-webkit-transform:rotate(360deg);
}
#detail header{
	position: relative;
}
#detail .triangle{
	bottom: auto;
	border-width: 42px 42px 0 42px;
	border-color: #d2d2d2 transparent transparent transparent;
	margin-left: -42px;	
}
#detail .icon-down{
	position: relative;
	top: -6px;
	color: rgba(255,255,255,0.4);
	font-size: 20px;
}
#galleryTouch #sections article .triangle{
	-webkit-transition: bottom 0.3s ease-in 0.12s; 
     -moz-transition: bottom 0.3s ease-in 0.12s; 
       -o-transition: bottom 0.3s ease-in 0.12s; 
          transition: bottom 0.3s ease-in 0.12s; 
}
.awwwards{
	position: absolute;
	z-index: 999;
	left: 60px;
	top: 80px;
}

#galleryTouch #sections article figcaption:after {
    content:"";
    display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 6px;
	width: 100%;
}










/*#works_menu li.active .triangle{
	bottom: 0px;
	
	-webkit-transition: all 0.2s ease-out 0s; 
     -moz-transition: all 0.2s ease-out 0s; 
       -o-transition: all 0.2s ease-out 0s; 
          transition: all 0.2s ease-out 0s;
}*/


/*ANIMATION, this piece of code used to be after media queries...*/

html, body { height: 100%; }
.pt-perspective {
	position: relative;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
	background: #000;
	
	-webkit-transition: all 0.4s ease-out; 
     -moz-transition: all 0.4s ease-out; 
       -o-transition: all 0.4s ease-out; 
          transition: all 0.4s ease-out;
}

.pt-page {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 80px;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.detail {
	overflow-y: scroll; /* has to be scroll, not auto */
  	-webkit-overflow-scrolling: touch;
	text-align: center;
	width:auto;
	
	-webkit-transition: width 0.3s ease-out; 
     -moz-transition: width 0.3s ease-out; 
       -o-transition: width 0.3s ease-out; 
          transition: width 0.3s ease-out;
	
	/*min-height: 1024px;*/
}
.role{
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
	text-transform: uppercase;
	
	font-family: 'montserrat', sans-serif;
	font-weight: bold;
	font-style: normal;
}
.role:after{
	display: block;
	margin-left: auto;
    margin-right: auto;
	content: "\e005 \e005";
	font-family: 'fr';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin-top: 20px;
}
.detail > * {
    -webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
	overflow: hidden;
}
.no-touch .detail {
	overflow: auto;
}
img.bg{
	left: 0;
}
.detail img.center{
	max-width: 1336px;
	width: 84%;
	margin: 40px auto;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	border: 1px solid #d7d7d7;
	
	-webkit-box-shadow: 0 9px 0 -6px #d7d7d7;
	-moz-box-shadow: 0 9px 0 -6px #d7d7d7;
	box-shadow: 0 9px 0 -6px #d7d7d7;
}
.detail img.center.onBg{
	max-width: 1334px;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.detail .unite img.center{
	margin-top: 0px;
	margin-bottom: 0;
	border-top: none;
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.detail .unite img.center.first{
	border-top: 1px solid #d7d7d7;
	margin-top: 40px;
}
.detail .unite img.center.last{
	border-bottom: 1px solid #d7d7d7;
	-webkit-box-shadow: 0 9px 0 -6px #d7d7d7;
	-moz-box-shadow: 0 9px 0 -6px #d7d7d7;
	box-shadow: 0 9px 0 -6px #d7d7d7;
	margin-bottom: 40px;	
}
.detail img.center.first{
	/*margin-top: 140px;*/
}
.detail figure{
	margin-top: 40px;
}
.detail figure.first{
	margin-top: 100px;
}

.detail hgroup{
	margin-top: -200px;
	padding-top: 268px;
	padding-bottom: 102px;
}
.detail hgroup h1{
	font-family: 'montserrat', sans-serif;
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 24px;
}
.detail hgroup h1:after, .detail hgroup h2:after {
	display: block;
	height: 1px;
	width: 100px;
	background: #fff;
	margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
	content: "";
	background: rgba(255,255,255,0.4);
}
.detail hgroup h1:after {
	margin-bottom: 40px;
}
.detail hgroup h1 span{
	font-size: 28px;
	position: relative;
    top: -14px;
	padding: 0 28px;
	
	display: none;
}
.detail hgroup h2{
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
	margin-bottom: 22px;
	padding: 0 26%;
	color: rgba(255,255,255,0.4);
}
.detail #detail hgroup .go{
	width: auto;
	color: inherit;
	border-color: inherit;
	margin-top: 30px;
}

.detail figcaption h3{
	color: #484848;
    font-family: 'montserrat',sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
	margin-top: 40px;
}
.detail figcaption h3:before, .detail figcaption h3:after{
	content: "\e005";
	font-family: 'fr';
	font-size: 12px;
	padding: 0 14px;
	position: relative;
	top: -5px;
}

.banner{
	width: 100%;
	height: 354px;
	background-attachment: fixed;
	background-repeat:  no-repeat;
	
	-moz-background-clip: padding;     /* Firefox 3.6 */
	  -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	  background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.ipad.ios7 .banner{
	background-attachment: scroll;
}
.laptop{
	margin: -298px auto 0 auto;
	max-width: 784px;
	width: 90%;
}
.laptopTabletPhone{
	margin: -298px auto 0 auto;
	max-width: 820px;
	width: 90%;
	
	-webkit-transition: width 0.3s ease-out; 
     -moz-transition: width 0.3s ease-out; 
       -o-transition: width 0.3s ease-out; 
          transition: width 0.3s ease-out;
}

.list{
	background: #f8f8f8;
}
#loader{
	background: #f8f8f8;
	padding-bottom: 140px;
	display: none;
}
#icon-nav{
	position: fixed;
	/*bottom: 109px;*/
	bottom: 0px;
	text-align: center;
	left: 0px;
	overflow: hidden;
	width: 80px;
	font-size: 16px;
}
#icon-nav ul{
	position: relative;
}
#close, #next, #prev, #up, #closeAbout{
	color: #f8f8f8;
	cursor: pointer;
	display: block;
	height: 80px;
	width: 80px;
	line-height: 78px;
}
#close:hover, #next:hover, #prev:hover, #up:hover, #closeAbout:hover{
	color: #fff;
	background: #333;
}
#next, #prev{
	margin-left: 0px;
	
	-webkit-transition: all 0.3s ease-out 0s; 
     -moz-transition: all 0.3s ease-out 0s; 
       -o-transition: all 0.3s ease-out 0s; 
          transition: all 0.3s ease-out 0s;
}
.d#next, .d#prev{
	margin-left: -80px;
}
#close, #up{
	position: absolute;
	top: 80px;
	margin-left: 80px;
	background: #3a3a3a;
	
	-webkit-transition: all 0.3s ease-out 0s; 
     -moz-transition: all 0.3s ease-out 0s; 
       -o-transition: all 0.3s ease-out 0s; 
          transition: all 0.3s ease-out 0s;
}
#up{
	top: 0px;
}
.d#close, .d#up{
	margin-left: 0px;
}


/*VARIANTI SEZIONI*/

.nhb .banner{
	border-top: 6px solid #ffe556;
	background-image: url(../img/detail/nhb_banner.jpg);
	background-color: #000;
	background-position: top center;
}
.gadolla .banner{
	border-top: 6px solid #203f66;
	background-image: url(../img/detail/gadolla_banner.jpg);
	background-color: #faf6ed;
	background-position: top center;
}
.demasi .banner{
	border-top: 6px solid #9CC63D;
	background-image: url(../img/detail/demasi_banner.jpg);
	background-color: #e5e5e5;
	background-position: top center;
}
.kunstler .banner{
	border-top: 6px solid #393c3f;
	background-image: url(../img/detail/kunstler_banner.jpg);
	background-color: #d7d7d7;
	background-position: top center;
}
.keyline .banner{
	border-top: 6px solid #d21212;
	background-image: url(../img/detail/keyline_banner.jpg);
	background-color: #9e999f;
	background-position: top center;
}
.bolli .banner{
	border-top: 6px solid #9c9079;
	background-image: url(../img/detail/bolli_banner.jpg);
	background-color: #3d454e;
	background-position: top center;
}
.wildbicycle .banner{
	border-top: 6px solid #20371f;
	background-image: url(../img/detail/wildbicycle_banner.jpg);
	background-color: #9e999f;
	background-position: top center;
}
.istruementality .banner{
	border-top: 6px solid #47909e;
	background-image: url(../img/detail/istruementality_banner.png);
	background-color: #192c2f;
	background-position: top center;
}




#galleryTouch #sections article.gadolla figcaption{
	border-bottom: 6px solid #203f66;	
}
#galleryTouch #sections article.gadolla figcaption:after{
	background: #203f66;
}
.gadolla .triangle{
	border-color: transparent transparent #203f66 transparent;
}
#detail.gadolla .triangle{
	border-color: #203f66 transparent transparent transparent;
}

#galleryTouch #sections article.nhb figcaption{
	border-bottom: 6px solid #ffe556;	
}
#galleryTouch #sections article.nhb figcaption:after{
	background: #ffe556;
}
.nhb .triangle{
	border-color: transparent transparent #ffe556 transparent;
}
#detail.nhb .triangle{
	border-color: #ffe556 transparent transparent transparent;
}

#galleryTouch #sections article.demasi figcaption{
	border-bottom: 6px solid #9cc63d;	
}
#galleryTouch #sections article.demasi figcaption:after{
	background: #9cc63d;
}
.demasi .triangle{
	border-color: transparent transparent #9cc63d transparent;
}
#detail.demasi .triangle{
	border-color: #9cc63d transparent transparent transparent;
}

#galleryTouch #sections article.kunstler figcaption{
	border-bottom: 6px solid #393c3f;	
}
#galleryTouch #sections article.kunstler figcaption:after{
	background: #393c3f;
}
.kunstler .triangle{
	border-color: transparent transparent #393c3f transparent;
}
#detail.kunstler .triangle{
	border-color: #393c3f transparent transparent transparent;
}

#galleryTouch #sections article.keyline figcaption{
	border-bottom: 6px solid #d21212;	
}
#galleryTouch #sections article.keyline figcaption:after{
	background: #d21212;
}
.keyline .triangle{
	border-color: transparent transparent #d21212 transparent;
}
#detail.keyline .triangle{
	border-color: #d21212 transparent transparent transparent;
}

#galleryTouch #sections article.bolli figcaption{
	border-bottom: 6px solid #9C9079;	
}
#galleryTouch #sections article.bolli figcaption:after{
	background: #9C9079;
}
.bolli .triangle{
	border-color: transparent transparent #9C9079 transparent;
}
#detail.bolli .triangle{
	border-color: #9C9079 transparent transparent transparent;
}


#galleryTouch #sections article.wildbicycle figcaption{
	/*border-bottom: 6px solid #376834;*/
	border-bottom: 6px solid #20371F;
}
#galleryTouch #sections article.wildbicycle figcaption:after{
	background: #20371F;
}
.wildbicycle .triangle{
	border-color: transparent transparent #20371F transparent;
}
#detail.wildbicycle .triangle{
	border-color: #20371f transparent transparent transparent;
}


#galleryTouch #sections article.istruementality figcaption{
	border-bottom: 6px solid #47909e;	
}
#galleryTouch #sections article.istruementality figcaption:after{
	background: #47909e;
}
.istruementality .triangle{
	border-color: transparent transparent #47909e transparent;
}
#detail.istruementality .triangle{
	border-color: #47909e transparent transparent transparent;
}





.progress.nhb, #detail.nhb hgroup{
	background: #ffe556; 
}
.progress.gadolla, #detail.gadolla hgroup{
	background: #203f66; 
}
.progress.demasi, #detail.demasi hgroup{
	background: #9CC63D; 
}
.progress.kunstler, #detail.kunstler hgroup{
	background: #393c3f; 
}
.progress.keyline, #detail.keyline hgroup{
	background: #d21212; 
}
.progress.bolli, #detail.bolli hgroup{
	background: #9C9079; 
}
.progress.wildbicycle, #detail.wildbicycle hgroup{
	background: #20371f; 
}
.progress.istruementality, #detail.istruementality hgroup{
	background: #47909e; 
}


/*#works_menu li.gadolla a:hover span, #works_menu li.gadolla.active a span{
	background: #203f66;
}
#works_menu li.nhb a:hover span, #works_menu li.nhb.active a span{
	background: #ffe556;
	
}
#works_menu li.demasi a:hover span, #works_menu li.demasi.active a span{
	background: #9cc63d;
}
#works_menu li.kunstler a:hover span, #works_menu li.kunstler.active a span{
	background: #393c3f;
}
#works_menu li.keyline a:hover span, #works_menu li.keyline.active a span{
	background: #d21212;
}
#works_menu li.bolli a:hover span, #works_menu li.bolli.active a span{
	background: #9C9079;
}
#works_menu li.wildbicycle a:hover span, #works_menu li.wildbicycle.active a span{
	background: #20371f;
}

#works_menu li.gadolla a:hover, #works_menu li.gadolla.active a{
	border-bottom: 6px solid #203f66;
}
#works_menu li.nhb a:hover, #works_menu li.nhb.active a{
	border-bottom: 6px solid #ffe556;
	
}
#works_menu li.demasi a:hover, #works_menu li.demasi.active a{
	border-bottom: 6px solid #9cc63d;
}
#works_menu li.kunstler a:hover, #works_menu li.kunstler.active a{
	border-bottom: 6px solid #393c3f;
}*/





.detail .nhb hgroup{
	color: #000;
}
.detail .nhb hgroup h2{
	color: rgba(0,0,0,0.6);
}
.detail .nhb hgroup h1:after, .detail .nhb hgroup h2:after{
	background-color: rgba(0, 0, 0, 0.4);
}
#detail.nhb .icon-down{
	color: rgba(0, 0, 0, 0.6);
}
.detail #detail.nhb hgroup .go{
	color: #000;
	border-color: #000;
}
.detail #detail.nhb hgroup .go:hover{
	color: #ffe556;
	border-color: transparent;
	background: #000;
}

.detail .istruementality hgroup{
	color: #47909e;
	padding-top: 298px;
	margin-top: -205px;
}
.detail .istruementality hgroup{
	color: #fff;
}

.detail .gadolla hgroup{
	color: #e3dfd6;
	padding-top: 298px;
	margin-top: -205px;
}
.detail #detail.gadolla hgroup .go:hover{
	color: #203F66;
	border-color: transparent;
	background: #e3dfd6;
}
/*.detail .gadolla hgroup h2{
	color: rgba(229,229,229,0.6);
}
.detail .gadolla hgroup h1:after{
	background-color: rgba(229,229,229,0.6);
}
#detail.gadolla .icon-down{
	color: rgba(229,229,229,0.4);
}*/
.detail .demasi hgroup{
	color: #fff;
}
.detail .demasi hgroup h2{
	color: rgba(255,255,255,0.7);
}
.detail .demasi hgroup h1:after, .detail .demasi hgroup h2:after{
	background-color: rgba(255,255,255,0.6);
}
#detail.demasi .icon-down{
	color: rgba(255,255,255,0.6);
}
.detail .kunstler hgroup{
	color: #d7d7d7;
	margin-top: -205px;
}
.detail #detail.kunstler hgroup .go:hover{
	color: #393c3f;
	border-color: transparent;
	background: #d7d7d7;
}
/*.detail .kunstler hgroup h2{
	color: rgba(255,255,255,0.4);
}
.detail .kunstler hgroup h1:after{
	background-color: rgba(215,215,215,0.6);
}
#detail.kunstler .icon-down{
	color: rgba(215,215,215,0.6);
}*/

.detail .keyline hgroup h1, .detail .keyline hgroup{
	color: #f8f8f8;
}
.detail .keyline hgroup h2{
	color: rgba(255,255,255,0.8);
}
.detail .keyline hgroup h1:after, .detail .keyline hgroup h2:after{
	background-color: rgba(255,255,255,0.8);
}
#detail.keyline .icon-down{
	color: rgba(255,255,255,0.8);
}
.detail #detail.keyline hgroup .go:hover{
	color: #D21212;
	border-color: transparent;
	background: #f8f8f8;
}

.detail .bolli hgroup{
	color: rgba(255, 255, 255, 0.7);
	padding-top: 298px;
	margin-top: -205px;
}
.detail .bolli hgroup h1{
	color: #fff;
}
.detail .bolli hgroup h2{
	color: rgba(255, 255, 255, 0.7);
}
.detail .bolli hgroup h1:after, .detail .bolli hgroup h2:after{
	background-color: rgba(255, 255, 255, 0.7);
}
#detail.bolli .icon-down{
	color: rgba(255, 255, 255, 0.7);
}
.detail #detail.bolli hgroup .go{
	color: rgba(255, 255, 255, 0.9);
	border-color: rgba(255, 255, 255, 0.9);
}
.detail #detail.bolli hgroup .go:hover{
	color: #9C9079;
	border-color: transparent;
	background: rgba(255, 255, 255, 0.9);
}

.detail .wildbicycle hgroup{
	color: #fff;
}
.detail #detail.wildbicycle hgroup .go:hover{
	color: #20371F;
	border-color: transparent;
	background: #fff;
}
/*.detail .wildbicycle hgroup h2{
	color: rgba(255,255,255,0.4);
}
.detail .wildbicycle hgroup h1:after{
	background-color: rgba(255,255,255,0.4);
}
#detail.wildbicycle .icon-down{

	color: rgba(255,255,255,0.4);
}*/




/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (orientation:landscape) {
    html.ipad.ios7 > body {
        position: fixed;
        bottom: 0;
        width:100%;
        height: 671px !important;
    }
}
@media (max-width: 1024px) {
	#intro{
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#intro header h1{
		width: 88%;
		margin: 0 10%;
	}
	#goAbout{
		margin-left: 10%;
	}
	#about article h2{
		font-size: 20px;
		line-height: 20px;
	}
	#about article p{
		font-size: 15px;
		line-height: 1.3;
	}
	#detail .go{
		width: 60%;
	}
	
	.detail hgroup h1 {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 14px;
	}
	
	.detail hgroup h2 {
		padding: 0 16%;
	}
	
	.detail .istruementality hgroup, .detail .gadolla hgroup, .detail .bolli hgroup, .detail .kunstler hgroup, .detail .wildbicycle hgroup, .detail .nhb hgroup, .detail .keyline hgroup, .detail .demasi hgroup, .detail .sd hgroup {
		padding-top: 260px;
		/*padding-bottom: 62px;*/
	}
	.detail figcaption h3:before, .detail figcaption h3:after {
		top: -3px;
		padding: 0 12px;
	}
	.detail figcaption h3 {
		font-size: 26px;
		line-height: 30px;
	}
} 


@media (max-width: 768px) {
	#intro{
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#intro header h1{
		width: 64%;
		margin: 0 18%;
	}
	.go{
		display: block;
		width: 60%;
		margin: 0 20% 0 18%;
		text-align: center;
	}
	#detail .go{
		margin: 60px 0 0 0;
		width: 60%;
	}
	#about .go{
		width: auto;
		margin: 0 0 0 60px;
	}
	#about .go.goMail{
		width: auto;
		margin: 0 0 0 20px;
	}
	#goAbout{
		margin: 0 20% 0 18%;
	}
	#goWorks, #goMail{
		margin-top:20px;
	}
	#about article h2{
		font-size: 24px;
		line-height: 1.4;
	}
	#about article p{
		font-size: 16px;
    	line-height: 1.4;
	}
	.mobile #about .go{
		margin: 20px 0 0 40px;
	}
	
	.detail figcaption h3:before, .detail figcaption h3:after {
		top: -2px;
		padding: 0 10px;
	}
	.detail figcaption h3 {
		font-size: 22px;
		line-height: 26px;
	}
} 
@media (max-width: 480px) {
	.mobile #about .go{
		display: block;
		margin: 20px 40px 0 40px;
	}
}
@media only screen and (min-width: 35em) {
	
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




.pt-page-current,
.no-js .pt-page {
	visibility: visible;
	z-index: 1;
}

.no-js body {
	overflow: auto;
}

.pt-page-ontop {
	z-index: 999;
}



.pt-page-moveFromBottom {
	-webkit-animation: moveFromBottom .6s ease both;
	-moz-animation: moveFromBottom .6s ease both;
	animation: moveFromBottom .6s ease both;
}

.pt-page-scaleDown {
	-webkit-animation: scaleDown .7s ease both;
	-moz-animation: scaleDown .7s ease both;
	animation: scaleDown .7s ease both;
}

.pt-page-moveToBottom {
	-webkit-animation: moveToBottom .6s ease both;
	-moz-animation: moveToBottom .6s ease both;
	animation: moveToBottom .6s ease both;
}

.pt-page-scaleUp {
	-webkit-animation: scaleUp .7s ease both;
	-moz-animation: scaleUp .7s ease both;
	animation: scaleUp .7s ease both;
}



@-webkit-keyframes moveFromBottom {
	from { -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveFromBottom {
	from { -moz-transform: translateY(100%); }
}
@keyframes moveFromBottom {
	from { transform: translateY(100%); }
}

@-webkit-keyframes scaleDown {
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleDown {
	to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleDown {
	to { opacity: 0; transform: scale(.8); }
}

@-webkit-keyframes moveToBottom {
	to { -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveToBottom {
	to { -moz-transform: translateY(100%); }
}
@keyframes moveToBottom {
	to { transform: translateY(100%); }
}

@-webkit-keyframes scaleUp {
	from { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleUp {
	from { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleUp {
	from { opacity: 0; transform: scale(.8); }
}







/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	left: 0px;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #3a3a3a;
	position: relative;
}

.jspDrag
{
	background: #333;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}