/* -----------------------------------------

   EXIBIT v4
   
----------------------------------------- */

/* -------------------------------------------------- 
   FOUNDATION - SAMPLES
-----------------------------------------------------
	/* 
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License: none (public domain)
	*/
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	html {
		font-size: 62.5%; 
	}

	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	sub {vertical-align: sub;}
	sup {vertical-align: super;}
	
	body { background: #fff; font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; position: relative; -webkit-font-smoothing: antialiased; }
	
	/* 
	Misc
	*/
	.left        { float: left; }
	.right       { float: right; }
	.text-left   { text-align: left; }
	.text-right  { text-align: right; }
	.text-center { text-align: center; }
	.hide        { display: none; }
	.highlight   { background: #ff0; }
	
	/*
	Typography
	*/
	h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; line-height: 1.25 }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; font-size: 4.6rem; margin-bottom: 12px;}
	h2 { font-size: 35px; font-size: 3.5rem; margin-bottom: 9px; }
	h3 { font-size: 28px; font-size: 2.8rem; margin-bottom: 9px; }
	h4 { font-size: 21px; font-size: 2.1rem; margin-bottom: 3px; }
	
	p { font-size: 13px; font-size: 1.3rem; line-height: 1.25; margin: 0 0 18px; }
	p img { margin: 0; }
	
	em, i { font-style: italic; line-height: inherit; }
	strong, b { font-weight: bold; line-height: inherit; }
	small { font-size: 60%; line-height: inherit; }
	
	@media handheld, only screen and (max-width: 767px) {
		h1 { font-size: 32px; font-size: 3.2rem; line-height: 1.3; }
		h2 { font-size: 28px; font-size: 2.8rem; line-height: 1.3; }
		h3 { font-size: 21px; font-size: 2.1rem; line-height: 1.3; }
		h4 { font-size: 18px; font-size: 1.8rem; line-height: 1.2; }
		body, p {  font-size: 15px; font-size: 1.5rem; line-height: 1.4; }
	}
	
	/*
	Grid
	*/
	.container { padding: 0 20px;clear:both; }
	.row { width: 100%; max-width: 980px; min-width: 727px; margin: 0 auto; }
	/* To fix the grid into a certain size, set max-width to width */
	.row .row { min-width: 0; }
	
	.column, .columns { float: left; min-height: 1px; position: relative; }
	.column:first-child, .columns:first-child { margin-left: 0; }
	[class*="column"] + [class*="column"]:last-child { float: right; }
	[class*="column"] + [class*="column"].end { float: left; }
	
	@media only screen and (max-width: 767px) {		
		body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
		.container { min-width: 0; margin-left: 0; margin-right: 0; }
		.row { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; }
		.row .row .column, .row .row .columns { padding: 0; }
		.column, .columns { width: auto !important; float: none; margin-left: 0; margin-right: 0; }
		.column:last-child, .columns:last-child { margin-right: 0; float: none; }
		[class*="column"] + [class*="column"]:last-child { float: none; }
		.column:before, .columns:before, .column:after, .columns:after { content:""; display:table; }
		.column:after, .columns:after { clear: both; }
		
		.offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered { margin-left: 0 !important; }
		
		.push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
		.pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
		
		/* Mobile 4-column Grid */
		.row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child { margin-left: 0; }
		.row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child { float: right; }
		
		.row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four { margin-left: 4.4%; float: left; min-height: 1px; position: relative; padding: 0; }
		
		.row .phone-one 	{ width: 21.68% !important; }
		.row .phone-two 	{ width: 47.8% !important; }
		.row .phone-three 	{ width: 73.9% !important; }
		.row .phone-four 	{ width: 100% !important; }
		
		.row .push-one-phone { left: 26.08%; }
		.row .push-two-phone { left: 52.2% }
		.row .push-three-phone { left: 78.3% }
		
		.row .pull-one-phone { right: 26.08% }
		.row .pull-two-phone { right: 52.2% }
		.row .pull-three-phone { right: 78.3%; }
		
	}
	
	/*
	Mobile
	*/
		.show-on-phones { display: none !important; }	
	.show-on-tablets { display: none !important; }
	.show-on-desktops { display: block !important; }
	
	.hide-on-phones { display: block !important; }	
	.hide-on-tablets { display: block !important; }
	.hide-on-desktops { display: none !important; }
	
	
	/* Modernizr-enabled tablet targeting */
	@media only screen and (max-width: 1280px) and (min-width: 768px) {
		.touch .hide-on-phones { display: block !important; }
		.touch .hide-on-tablets { display: none !important; }
		.touch .hide-on-desktops { display: block !important; }
		
		.touch .show-on-phones { display: none !important; }
		.touch .show-on-tablets { display: block !important; }
		.touch .show-on-desktops { display: none !important; }
	}
	
		
	@media only screen and (max-width: 767px) {
		.hide-on-phones { display: none !important; }
		.hide-on-tablets { display: block !important; }
		.hide-on-desktops { display: block !important; }
		
		.show-on-phones { display: block !important; }
		.show-on-tablets { display: none !important; }
		.show-on-desktops { display: none !important; }
	}


/* -----------------------------------------
   CUSTOM STYLES
----------------------------------------- */
/* animation */
@-webkit-keyframes flash {
	0% {opacity: 0.4;}
	100% {opacity: 1;}
}

@-moz-keyframes flash {
	0% {opacity: 0.4;}
	100% {opacity: 1;}
}
/* Font-Face */
@font-face {
	font-family: 'SofiaPro';
	src: url('../fonts/SofiaPro.eot');
	src: url('../fonts/SofiaPro.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SofiaPro.woff') format('woff'),
		 url('../fonts/SofiaPro.ttf') format('truetype'),
		 url('../fonts/SofiaPro.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Foro';
	src: url('../fonts/Foro-ExtraLight.eot');
	src: url('../fonts/Foro-ExtraLight.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Foro-ExtraLight.woff') format('woff'),
		 url('../fonts/Foro-ExtraLight.ttf') format('truetype'),
		 url('../fonts/Foro-ExtraLight.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
@font-face {
	font-family: 'Foro';
	src: url('../fonts/Foro-Black.eot');
	src: url('../fonts/Foro-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Foro-Black.woff') format('woff'),
		 url('../fonts/Foro-Black.ttf') format('truetype'),
		 url('../fonts/Foro-Black.svg#wf') format('svg');
    font-weight: bold;
    font-style: normal;
}
 
/* General */
html{font-size: 100.1%;}
body {
	padding-bottom: 60px;
	background: url('../images/bg3.png') repeat left top;
	color:#131313;
	font-family: "SofiaPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 0.875em;
	line-height: 1.42867em;
}

a { color: rgba(255,255,255,0.8); text-decoration: none; line-height: inherit; }
a:hover { color:rgba(255,255,255,1); }
a:focus { color:rgba(255,255,255,1); outline: none; }
p a, p a:visited { line-height: inherit; }

p{text-align: center;font-size:1em;line-height: 1.42867em;margin-bottom: 1.42867em;}

ul, ol { margin-bottom: 18px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
li { margin-bottom: 12px; }

blockquote{
	border:none;
	color:#000;
	font-size:1.8em;
	line-height: 1.42867em;
	text-align: center;
	margin-bottom: 1.42867em;
	margin: 0 20% 1.42867em 20%;
}
blockquote:after,
blockquote:before{
	color:rgba(255,255,255,0.2);
	font-weight: normal;
	text-shadow: none;
}
blockquote:before{content: '“';padding-right:10px;font-size: 40px;}
blockquote:after{content: '„';padding-left:10px;font-size: 40px;}

.row:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.column, .columns { margin-left: 4%; }
.row .one 		{ width: 8.875%; }
.row .two 		{ width: 21.75%; }
.row .three 	{ width: 34.625%; }
.row .four 		{ width: 47.5%; }
.row .five 		{ width: 60.375%; }
.row .six 		{ width: 73.25%; }
.row .seven 	{ width: 86.125%; }
.row .eight 	{ width: 100%; }

/* Headings */
#header-identity {position: relative;height: 100px;margin-bottom:40px;}

h1,h2,h3,h4,h5,h6 {font-family: "Foro", "Times New Roman", Georgia;}

h1 {
	background:url('../images/logo-exibit.png') no-repeat center center;
	padding:0;
	display: block;
	font-weight: bold;
	width:100px;
	height: 100px;
	margin:0 auto;
	text-align: center;
	font: 0/0 a;
	background-size: 90px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
h1 a {
	display: block;
	text-indent: -999em;
	width:100px;
	height: 100px;
}
h1:hover{
	background-size: 100px;
}
h2 { display:none; }

h3:after,
h3:before{
	font-size: 68px;
	color:rgba(255,255,255,0.2);
	font-weight: normal;
	text-shadow: none;
}
h3:before{content: "{";padding-right:20px;}
h3:after{content: "}";padding-left:20px;}
h3{
	color:#FFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin:0 0 1em 0;
	font-size: 3em;
	line-height: 1em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
h4{
	color:#FFF;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
	font-size: 1.2em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
h5{
	color:#131313;
	font-weight: normal;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

/* Main */
#main{
	background:url('../images/bg1.jpg') repeat left top;
	min-height: 500px;
	padding-top:20px;
	padding-bottom:30px;
}
header{text-align: center;}
#instafeed{margin-bottom: 30px;min-height: 200px;}
.frame{
	background-color: #FFF;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	border: 5px solid #131313;
	text-align: center;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	overflow: hidden;
}
.frame:hover{
	/**/
}
.frame a{
	padding:14% 15% 13% 15%;
	width:70%;
	height: 70%;
	display: block;
	border:1px solid #000;
	border-left:1px solid rgba(0,0,0,0.4);
	border-top:1px solid rgba(0,0,0,0.4);
	cursor: pointer;
	z-index:100;
}
.frame a img{
	z-index:0;
	max-width:100%;
	background-color: #FFF;
	/*border:1px solid #FFF;*/
	border-left:1px solid rgba(0,0,0,0.2);
	border-top:1px solid rgba(0,0,0,0.2);
}
.frame a span{
	display: block;
	position: absolute;
	width:100%;
}
.frame a span.frame-reflect{
	background:transparent url('../images/reflect.png') no-repeat center center;
	top:0;
	left:0;
	text-indent: -999em;
	height: 100%;
}
.frame a span.frame-more{
	background:transparent url('../images/bg_more.png') no-repeat center top;
	left:0;
	top: -38px;
	height: 38px;
	color: #FFF;
	text-indent: -999em;
}
.frame a span.frame-title{
	background-image: linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(20,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgba(0,0,0,0.2)),color-stop(1, rgba(0,0,0,0)));
	left:0;
	bottom: -50px;
	height: 15%;
}
.frame a span.frame-title em{
	font-style: normal;
	display: inline-block;
	padding: 2px 4px 0 4px;
	font-size: 11px;
	line-height: 15px;
	background-color: #000;
	color: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
#first-content,
#secondary-content{margin-bottom: 3.42867em;}
#contact-details{text-align: center;}
#contact-details ul{margin-top: 10px;}
#contact-details li{margin-bottom: 2px;}
#contact-details span {text-transform: uppercase;color: #fff;}
/* Footer */
#contact-details{padding-bottom:40px;background: transparent url('../images/plug.png') no-repeat center bottom;}
#footer{
	background:url('../images/bg2.png') repeat-x left top;
	padding-top: 20px;
	margin-top: -30px;
	position: relative;
}
dl#footer-menu{display:block;position:relative;margin:8px auto 0 auto;height: 30px;text-align: center;padding-top: 4px;}
dl#footer-menu dd{display: inline-block;padding:3px 2px 0px;font-size:12px;text-transform: uppercase;font-weight:bold;}
dl#footer-menu dd a{color:#000;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
dl#footer-menu dd a:hover{color:#fa6704;}

#footer-credits{margin:0 auto;padding:45px 0 0 0;text-align: center;}
#footer-credits a{color:#FFF;color: rgba(255,255,255,0.5);}
#footer-credits a:hover{color:#FFF;color: rgba(255,255,255,0.5);text-decoration: underline;}
#footer-credits p {color:#666666;color: rgba(255,255,255,0.5);font-size:12px;}
#footer-credits p span{color: rgba(255,255,255,0.25);text-transform: uppercase;}

#footer-illustration{position: absolute;left:-200px;bottom: -34px;}

/* ajax */
/* -----------------------------------------
   laoding
----------------------------------------- */
.loading{background:url('../images/loading.png') no-repeat left top;width:48px;height:48px;position: absolute; top:50%;left:50%;-webkit-animation: spining 1s;animation: spining 1s;opacity: .6;}
@-webkit-keyframes spining{
	0%     {-webkit-transform: rotate(-0deg);}
	25%    {-webkit-transform: rotate(-90deg);}
	50%    {-webkit-transform: rotate(-180deg);}
	75%    {-webkit-transform: rotate(-270deg);}
	100%   {-webkit-transform: rotate(-358deg);}
}
@keyframes spining{
	0%     {-webkit-transform: rotate(-0deg);}
	25%    {-webkit-transform: rotate(-90deg);}
	50%    {-webkit-transform: rotate(-180deg);}
	75%    {-webkit-transform: rotate(-270deg);}
	100%   {-webkit-transform: rotate(-358deg);}
}

.close{position: absolute;right:10px;top:10px;}
.close a{background:transparent url('../images/bu-close.png') no-repeat center top;text-indent: -999em;overflow: hidden;display: block;width:24px;height: 24px;}
.close a:hover{background-position: center bottom;}
.box-ajax{position: relative;background-color: #fff; display: none;}
.box-ajax.active{display: block;}
.box-ajax .container{border-bottom: 10px solid #000;}
.box-ajax .content{padding: 20px 0;min-height: 500px;}
/* Code visualisation */
.row.display { background: #f4f4f4; margin-bottom: 10px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.row.display .column, .row.display .columns { background: #e7e7e7; font-size: 11px; text-indent: 3px; padding-top: 6px; padding-bottom: 6px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
/* -----------------------------------------
   slider
----------------------------------------- */
.slider-wrapper{position: relative;}
.slider-menu{position: relative;height: 16px;margin-top: -65px;margin-bottom: 30px;}
.slider-menu a{display:block;position:absolute;opacity:.5;}
.slider-menu a:hover{opacity:1;}
.slider-menu .prev{left: 0;}
.slider-menu .next{right:0;}
/* -----------------------------------------
   icons
----------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  background-image: url('../images/icons.svg');
  background-repeat: no-repeat;
  width:16px;
  height: 16px;
  font-size: 0;
  color:transparent;
}
[class^="icon-"].white,
[class*=" icon-"].white{ background-image: url('../images/icons-white.svg');}
.icon-like {background-position: 0 0;}
.icon-comment {background-position: -16px 0;}
.icon-prev {background-position: -32px 0;}
.icon-next {background-position: -48px 0;}
/* -----------------------------------------
   Responsive styles
----------------------------------------- */

/* Phone */
@media only screen and (max-width: 767px) {
	.container {padding: 0 10px;}
	
	h3{font-size: 16px;}
	
	li.columns.one,
	.row div.columns.one{width: 47.5%;margin-left: 4.4%;float:left;}
	
	#secondary-content > ul > li:nth-child(odd),
	#main-content > .row div.columns.one:nth-child(odd){;margin-left: 0;clear:right;}
	
	#secondary-content > ul > li:nth-child(even),
	#main-content > .row div.columns.one:nth-child(even) {float: right;}
	
	#secondary-content > ul > li#contact-details{clear:both;width:auto !important;}
	
	/* articles */
	.list-blog li{font-size: 16px;}
	
	/* search results */
	
	#footer-credits,#footer-credits a{color:#000;font-size:12px;}
	#footer-illustration{left:120px;bottom:-77px;display: none;}

}
