div.div_hide_pic {     /* this will hide div with class div_class_name */
  display:none;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
	
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50;
}

.div typography{
    display: block;
	float:left;
}

@font-face {
	font-family: 'Source Sans Pro', sans serif;

}
   
.typography, body {
	font-family: 'Source Sans Pro', sans serif;
	font-size: small;
	color: #000000;
}
.typography, small {
	font-family: 'Source Sans Pro', sans serif;
	font-size: 12px;
	color: #000000;
}

.typography a:link, #nav a:link, .typography a:active, #nav a:active, .typography a:visited, #nav a:visited {
	color: #000000;
	text-decoration: none;
	
}

.typography small {
	font-family: 'Source Sans Pro', sans serif;
	font-size: 12px;
	

}

.typography a:hover {
	color: #e5ff00;;
	text-decoration: none;
	
}

.typography p a:hover , a:active{
	text-decoration: none;
	color: #000000;
	background-color: #e5ff00;;
	
}

 h1 {
	font-family: 'Source Sans Pro', sans serif;
	font-size:  22px;
	font-weight:normal;
	
}

h2 {
	font-family: 'Source Sans Pro', sans serif;
	font-size:  20px;
	font-weight: 400;
}
	

h3 {
	font-family: 'Source Sans Pro', sans serif;
	font-size:  17px;
	font-weight: 400;
	
}

.typography h1 {
	font-family: 'Source Sans Pro', sans serif;
	font-size:  22px;
	font-weight: 400;
	margin-top:20px;
	margin-bottom:10px;
}

.typography h2{
	font-family: 'Source Sans Pro', sans serif;
	font-size:  20px;
	font-weight: 400;
	margin-top:20px;
	margin-bottom:10px;
	
}
.typography h3 {
	font-family: 'Source Sans Pro', sans serif;
	font-size:  17px;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;	
}

.typography.portfolio > table {
	margin:  0 0 50px;
}


.typography {
	width:100%;
	float:left;
	}



.typography h1 a, .typography h2 a, .typography h3 a, .typography h1 a:hover, .typography h2 a:hover, .typography h3 a:hover {
	text-decoration: none;
	color: #000000;
	background-color:transparent;

}

.typography p {
	line-height:145%;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
}

.typography.information.news p a  {
	font-family: 'Source Sans Pro', sans serif;
	padding-left: 10px;
	color: #000000;
	font-size: 14px;
	text-transform: none;
}
p.quotation {
	font-family: 'Source Sans Pro', sans serif;
	color: #000000;
	text-transform: none;
	font-size: 16px;
}

.typography.news h2 span.date {
	color:  #746d63;
	padding-right: 10px;
}

.typography.information.news h2 {
	margin-bottom: 5px;
}

.typography.biography p, .typography.news p {
	color: #746d63;
	
}



.typography ul {
	text-indent: 0;
	margin: 0;
	padding: 0;
	line-height: 26px;
	
}

.typography ul li {
	text-indent: 0;
	list-style: square;
	list-style-position: inside;
}

.typography table tr td, span.readonly table tr td {
	color: #000000;
	width: 410px;
	height:26px;
	text-align: justify;
	vertical-align: top;
	font: normal 14px/24px Verdana, Arial, Helveltica, sans-serif;
}

div.gallery > .film .videoTile .content p {
	font: normal 14px/24px Verdana, Arial, Helveltica, sans-serif;
	display:block;
	float: left;
}



.typography table tr td p {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
}

.typography.information a:link, .typography.information a:visited  {
	font-size: 11px;
	color: #817a71;
	text-transform: uppercase;
}





/* CMS CSS Hack*/	
fieldset > label, fieldset > h6 {
	font-size: 11px;
	color: #666;
	padding-left: 0.2em;
}

fieldset > h6 {
	font-weight: bold;
}

.typography.information a:link.download, .typography.information a:visited.download { 
	font-family: Verdana, Arial, Helveltica, sans-serif; 
	font-size:  11px; 
	background:url(images/gallery-controls.jpg) no-repeat 0 -32px; 
	text-transform:uppercase; 
	text-decoration:none; 
	color:#000000; 
	padding-left:20px; 
	margin: 0 5px;
}

	

/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */
::selection {
 background: #000000; color: #fff; }

::-moz-selection {
  background: #000000; color: #fff; }

*:focus, *:active, *:hover, *:link {
  outline: 0; }

.clear {
  clear: both; }

.clearfix:after {
  height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility: hidden; }


#container {
  display: none; }

#nav ul {
  text-indent: 0;
  margin: 0;
  padding: 0; }

#nav ul li {
  text-indent: 0;
  list-style: none;
  list-style-position: 0; }

#nav {
	position: relative;
	margin-left:60px;
	width: 200px;
	height: 100%;
	float:left;
}

#nav ul {
  margin: 0 0 40px 0; }

#nav ul ul {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  display: none; }

#nav ul ul.selected {
	opacity: 1;
	display: block;
	font-weight: normal;
}

#nav ul ul li {
  display: none; }

#nav ul ul.selected li {
	display: block;
	font-weight: bold;
}

#nav ul li {
	font-family: 'Source Sans Pro';
	font-weight: 400;
	font-size: small;
	margin-top: 13px;
  }

#nav div#LangSelection {
  margin-left: 20px; }

#nav div#LangSelection a:hover {
  text-decoration: none; }

#nav ul li a, #nav div#LangSelection a {
	font-family: 'Source Sans Pro';
	font-weight: 400;
	font-size: 14px;
	line-height: 13px;
	color: #000000;
}

#nav li.active >  {
	text-decoration: none;
	color: #585858;
	
}

#nav > a
			{
				display: none;
			}

#nav ul li a.active, #nav ul li:hover a.active {
 	line-height: 13px;
	color: #585858;
	text-decoration: none;
	background-color: #e5ff00;	
}

#nav ul li.main a, #nav ul li.main.selected a {
	color: #585858;
	font-size: 15px;
	line-height: 21px;
   }


#nav li > a:hover {
  text-decoration: none; 
  color: #585858;
  background-color: #e5ff00;
  }


#nav ul ul li a {
  color: #000000;
  font-size: 16px;
  line-height: 26px; }

#nav ul ul li.selected a {
  font-family: 'Source Sans Pro';
   font-weight: 400;
  color: #585858;
  line-height: 26px; 
  }




#logo {
	font-size: 25px;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 60px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	
	
}

#logo a, #logo a:hover {
	font-family:'Source Sans Pro', sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 30px;
	font-weight: 300;
	background-color:transparent;
	
}

#main {
	background: #fff;
	display: none;
	width: 850px;
	padding-right: 0;
	padding-bottom: 55px;
	padding-left: 0;
	margin-top: 20px;
	float:left;
	
}

#main div.home {
  margin-top: -49px; }

#main div.home > img {
  opacity: 0; }

#main img.mood {
  margin: 0 0 50px 100px; }

#typography.portfolio > .filmGallery {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	max-width: 850px;
	clear:left;
}

div.gallery > div {
	position: relative;
	height: 150px;
  	width: 150px;
	float: left;
	margin: 0 15px 0 0;
	border-bottom: solid 1px #fff;
	overflow: hidden;
}
  div.gallery > div.videoTile {
    height: auto;
    float: none;
    margin: 0; }
	
    div.gallery > div.videoTile h2 {
      margin-bottom: 10px; }
	  
    div.gallery > div.videoTile .content p {
      font-family: 'Source Sans Pro', sans-serif;
      width: auto;
      margin-bottom: 30px;
      margin-left: 0;
      min-height: 27px; }
    div.gallery > div.videoTile .vjs-controls {
      margin: 0;
      z-index: 1000; }
      div.gallery > div.videoTile .vjs-controls.vjs-fade-out {
        visibility: visible;
        opacity: 1; }

div.gallery > .film {
  height: auto;
  float: none; }
  div.gallery > .film .videoTile {
    height: auto;
    float: left;
    line-height: 1;
    margin: 0 50px 0 0; }
    div.gallery > .film .videoTile h2 {
      margin-bottom: 10px; }
    div.gallery > .film .videoTile .content p {
      width: auto;
      margin-bottom: 30px;
      margin-left: 0;
      min-height: 27px; }
    div.gallery > .film .videoTile .vjs-controls {
      margin: 0;
      z-index: 1000; }
      div.gallery > .film .videoTile .vjs-controls.vjs-fade-out {
        visibility: visible;
        opacity: 1; }

div.assigned div.gallery > div {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

div.gallery div a:hover {
  text-decoration: none; }

div.gallery div a img {
  opacity: 0; }

div.gallery div a:hover span {
  font-family: Verdana, Arial, Helveltica, sans-serif;
  background: rgba(0,0,0,0.3);	
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 20px 5% 10px;
  font-size: 12px;
  line-height: 1;
  width: 90%;
  color: #FFF; }



div.gallery div.hover {
  border-color: #000000; }

div.gallery div.hover a span {
  display: block; }

div.project {
  clear: both; }

div.project > h2 {
  margin-bottom: 5px; }

div.project > table {
  margin-bottom: 20px; }

.typography.film p {
  margin: 0 0 80px 0;
  width: 528px; }



.galleryNavi {
  position: absolute;
  bottom: 0; }

.typography.information.news p img {
  margin: 12px 0 20px;
  display: block; }
  
  .img-news{
	 float:left;
  	 padding-right:15px; 
	 padding-bottom:5px;}

  .img-news h3{
	 margin-top:0px;}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 320px) {
  /* Style adjustments for viewports 320px and over go here */


}

@media only screen and (max-width: 640px) {
  /* Style adjustments for viewports 648px and over go here */

		html
			{
				font-size: 100%; /* 12 */
				
			}
	
	.typography, body {
    font-family: Verdana, Arial, Helveltica, sans-serif;
    font-size: 2em;
    color: #000000;
			}
			
	.typography h2  {
    font-family: Verdana, Arial, Helveltica, sans-serif;
    font-size: 24px;
    font-weight: normal;
	}
	
	.typography h3 {
    font-family: Verdana, Arial, Helveltica, sans-serif;
    margin-left: 20px;
    font-size: 35px;
    font-weight: normal;
	}

.typography p {
    line-height: 31px;
    margin-right: 30px;
    margin-left: 20px;
    font-size: 28px;
}
	

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
				margin-left:0px;
				
			}
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #e5ff00;;
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
					font-size: 30px;
    				line-height: 45px;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						font-size: 30px;
    					line-height: 45px;
					}
						
#logo {
	font-size: 50px;
	margin-left: 0px;

	
}

#logo a, #logo a:hover {

	font-size: 50px;

}

}
@media only screen and (max-width: 1143px) {


			#nav
			{
				position: relative;
				top: auto;
				left: auto;
				margin-left:0px;
				
			}
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #e5ff00;;
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
	
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						
    					line-height: 26px;
					}
						
#logo {
	margin-left: 0px;
}
	
	
}



/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}



/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { font-size: 14px; }

body, button, input, select, textarea { font-family: 'Source Sans Pro', sans-serif; font-weight: 400; color: #222; }

/* 

 */

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


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited {
	color: #FF3300;
}

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:focus, a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

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

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
