/*/////////////////////////////////////////////
  
  Author: Medienreformer
  Author URI: http://www.medienreformer.de
  Version: 2.0
  Date: 20.05.2016
  
//////////////////////////////////////////////*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:600,400);
 
/*---------------------------------------------------------------------------------------------*/
/*	General Structure
/*---------------------------------------------------------------------------------------------*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body {
	background: #FFF;
	color: #000; 
	font-family: 'Courier New', Courier, mono; 
	font-weight: normal; 
	font-style: normal;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
			hyphens: auto;  
}

#page { 
	position: relative;
	width: 100%;
	padding-left: 20px;
  	padding-right: 20px;
}

.content {
	position: absolute;
	top: 216px;
	left: 15px;
	clear: both;
	width: 960px;
	height: auto;
	min-height: 320px;
}

.content_overview {
	position: relative;
	clear: both;
	width: 960px;
	height: auto;
	padding: 0 0 0 15px
}

.content_overview_start {
	position: relative;
	clear: both;
	min-width: 1060px;
	height: auto;
	padding: 0 0 0 4px; 
}

#result,
#primary {  
	width: 100%;
	float: left;
}

#secondary { 
	width: 100%;
}

#show {  
	width: 350px;
	height: 200px;  
}

#show2 {  
	width: 320px;
	height: 320px; 
	float: left; 
}

#slider { 
	width: 640px; 
	height: 320px;    
}

.col-left { 
	width: 480px; 
	float: left;
	overflow: hidden;
}

.col-right { 
	width: 480px;
	float: right; 
	overflow: hidden;
}

@media (min-width: 1200px) {

	#page { 
		width: 1200px; 
	}
	
	#home #page,
	#art-direction #page { 
		min-width: 1200px;
		width: 100%;  
	}
	
	#show {  
		width: 640px;
		height: 320px;
		margin-left: 315px; 
		float: left; 
	}
	
	#result,
	#primary {  
		width: 600px;
	}
	
	#work #primary {
		width: 730px;
	}
	
	#secondary { 
		width: 520px;
		float: right;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#page { 
		width: 960px; 
	}
	
	#home #page,
	#art-direction #page { 
		min-width: 960px;
		width: 100%;  
	}
	
	#show {  
		width: 640px;
		height: 320px;
		margin-left: 315px; 
		float: left; 
	}
	
	#result,
	#primary {  
		width: 480px; 
	}
	
	#work #primary {
		width: 610px;
	}
	
	#secondary { 
		width: 420px;
		float: right; 
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Typo
/*-----------------------------------------------------------------------------------*/

h1.logo-text {
	width: 290px;
	height: 80px;
	opacity: 0.7;
	display: block;
	margin-top: 15px;
}

h1.logo-text a {
	display: block;
	text-indent: -9999px;
	width: 290px;
	height: 80px;
	background: url(../images/logo-header.svg) no-repeat;
	background-size: 290px 80px;
}

h1 { 
	font-style: normal; 
	line-height: 16px; 
	font-size: 14px; 
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 { 
	font-style: normal; 
	line-height: 14px; 
	font-size: 12px; 
	font-weight: bold;  
}

h3 { 
	font-style: normal; 
	line-height: 14px; 
	font-size: 12px; 
	font-weight: bold; 
}

p {
	color: #000; 
	font-style: normal; 
	line-height: 14px; 
	font-size: 12px; 
	margin-bottom: 14px; 
}

strong {
	font-weight: bold;
}

b {
	font-weight: normal;
}

em {
	font-style: italic;
}

pre {
	margin: 0 0 20px 0;
	padding: 10px;
	background:#f7f7f7;
	font-family: monospace;
	font-size: 1.1em;
	line-height: 1.3;
}

small {
	font-size: .7em;
}

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li, ol li {
	margin: 0;
	padding: 0;
}

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

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

.clearfix:after {
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*	Links
/*-----------------------------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #000;
}

.entry-content a,
.work_description a,
.press_subscribe a,
.press_publications a {
	border-bottom: 1px solid #DDD;
}

a:hover,
a:focus,
a:active {
	color: #000;
	outline: 0;
	-moz-outline-style: none;
}

img {
	height: auto;
	max-width: 100%;
}

a img {
	border: 0;
}

.entry-content a:hover,
.entry-content a:active,
.work_description a:hover,
.work_description a:active,
.press_subscribe a:hover,
.press_subscribe a:active, 
.press_publications a:hover,
.press_publications a:active { 
	border-color: #000; 
}

/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

#branding {
	width: 100%;
	display: block;
	height: auto;
	z-index: 30;
}

@media (min-width: 992px) {

	#branding {
		position: absolute;
		top: 0;
		left: 0;
		width: 320px;
	}

	#home #branding {
		height: 320px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Main Navigation Text
/*-----------------------------------------------------------------------------------*/

#navigation-text {
	padding-top: 10px;
	padding-bottom: 10px;
}

#navigation-text ul {  
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}

#navigation-text ul li { 
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	text-align: right;
}

#navigation-text ul a { 
	height: 23px;
	font-size: 23px;
	line-height: 23px;
	display: block;
	padding-bottom: 3px;
	opacity: 0.8;
}

#home #navigation-text ul li.menu-work a,
#work #navigation-text ul li.menu-work a,
#publication #navigation-text ul li.menu-press a,
#information #navigation-text ul li.menu-information a,
#agenda #navigation-text ul li.menu-agenda a,
#search #navigation-text ul li.menu-search a,
#contact #navigation-text ul li.menu-contact a,
#navigation-text ul a:hover { 
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	text-align: left;
	opacity: 1;
}

.menu-toggle { 
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: #000 url(../images/icon-menu.svg) no-repeat 5px 5px;
	background-size: 20px 20px;
	z-index: 100; 
	cursor: pointer; 
	text-indent: -9999px;
	opacity: 1;
}

.menu-toggle:hover { 
	opacity: 0.6;
}

.menu-toggle:focus { 
	outline: 0; 
}

.menu-toggle .active {  
	color: #ffffff; 
}

/*-----------------------------------------------------------------------------------*/
/*	Socials
/*-----------------------------------------------------------------------------------*/

.btn-socials { 
    height: 16px;
    width: 60px;
    padding: 0; 
	z-index: 3;
	margin-bottom: 15px;
}

.btn-socials a { 
	height: 16px;
    width: 16px;
    margin: 0 3px 0 0;
    padding: 0;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    background: url(../images/sprite-socials.png) no-repeat; 
	float: left; 
}

.btn-socials a.btn-facebook-follow { 
    background-position: 0 0;	 
}
.btn-socials a.btn-twitter-follow { 
    background-position: 0 -16px;	 
}
.btn-socials a.btn-vimeo-follow { 
    background-position: 0 -32px;	 
}

/*-----------------------------------------------------------------------------------*/
/*	Content
/*-----------------------------------------------------------------------------------*/

.entry-content {
	width: 100%;
}

.entry-content-image {
	width: 100%;
	padding-right: 20px;
}

.edit {
	background: #d91350;
	color: #FFF;
	border: none;
	padding: 3px 5px; 
	font-size: 11px; 
	width: 80px; 
	text-align: center; 
	margin-top: 15px; 
}

.edit a {
	color: #FFF;
	text-decoration: none;
}


.row1, .row2 { 
	overflow: hidden; 
}

.image-box {
	width: 100%;
	min-height: 10px;
}

#news {
	display: none;
	height: 1px;
	width: 1px;
}

#news p {
	margin-bottom: 1px;
	background-color: #f2f2f2;
	padding: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	Work
/*-----------------------------------------------------------------------------------*/

.overview_spacer {
	width: 320px;
	height: 160px;
	float: left;
}

.overview_item {
	width: 160px;
	height: 160px;
	float: left;
	border: none;
	position: relative; 
}

.overview_item a {
	border: none; 
	width: 160px;
	height: 160px; 
	display: block; 
}

.overview_item a img {
	border: none
}

.overview_item span {
	border: 1px solid #000;
	padding: 4px;
	height: auto;
	min-height: 70px;
	max-height: 150px;
	width: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFF;
	font: normal 12px/14px "Courier New", Courier, mono;
	display: block;
	visibility: hidden
}

.overview_item:hover span{
	visibility: visible;
	text-decoration: none;
	cursor: pointer
}

.overview_file {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	width: 100%;
	height: 22px;
}

.work_description {
	position: relative;
	width: 460px;
	clear: both;
	padding-top: 16px;
	padding-right:322px;
	margin-bottom: 32px;
	float: left;
}

.new_projectclient {
	position:absolute;
	bottom:0;
	margin:0 14px 0;
	text-align:right;
	width:132px; 
	line-height: 14px; 
	font-size: 10px; 
}

#back_to_overview {
	background: #000;
	color: #FFF;
	border: none;
	position: absolute;
	right: 35px;
	top: 15px;
	padding: 3px 5px;
	z-index: 40;
	display: none;
}

a #back_to_overview {
	color: #FFF;
}

#work .image-box h2 { 
	text-indent: -9999px; 
}

#work .thumb-box { 
	width: 480px;  
	float: left; 
}

#work #primary .entry-content { 
	margin-bottom: 30px;
	padding-bottom: 20px; 
	margin-top: 10px; 
}

#work #primary ul { 
	margin-bottom: 14px; 
}

#work #primary ul li { 
	color: #000; 
	font-style: normal; 
	line-height: 14px; 
	font-size: 12px; 
}

.related { 
	position: relative;
	width: 100%;
	clear: both;
	padding-top: 16px;
	margin-bottom: 32px;
	float: left; 
}

.related h2 {  
	border-bottom: 1px solid #DDD; 
	padding-bottom: 15px; 
}

/*-----------------------------------------------------------------------------------*/
/*	Publication
/*-----------------------------------------------------------------------------------*/

#publication #primary .entry-content { 
	margin-bottom: 30px;
	border-bottom: 1px solid #DDD; 
	padding-bottom: 20px; 
}

#publication ul li { 
	color: #000; 
	font-style: normal; 
	line-height: 14px; 
	font-size: 12px; 
}

/* edit */
#publication #secondary .edit {  
	background: transparent;
	color: #d91350;
	border: none;
	padding: 3px 5px; 
	font-size: 11px; 
	width: 70px; 
	text-align: center;  
	display: inline; 
	margin-left: 15px; 
}

#publication #secondary .edit a {  
	color: #d91350; 
}

/*-----------------------------------------------------------------------------------*/
/*	Press
/*-----------------------------------------------------------------------------------*/

.press .image-box { 
	width: 960px; 
	height: 330px;
}

.press_subscribe {
	display: block;
	float: left;
	left: 0;
	top: 0;
	position: relative;
	width: 386px;
}

.press_review {
	float: left;
	display: block;
	position: relative;
	width: 386px;
	margin-top: 32px;
}

.press_publications {
	display: inline;
	float: left;
	position: relative;
	width: 386px;
	margin-left: 160px;
}

.press_inputfield .description {
	width: 162px;
	font: normal 12px/14px "Courier New", Courier, mono;
	color: #000;
}

.submit {
	text-align:right
}

.submit button {
	border: none;
	background: #000;
	color: #FFF;
	padding:0 4px;
	overflow: hidden; 
	line-height: 14px; 
	font-size: 12px; 
}

.press_inputfield .inputfield input {
	border:1px solid #666;
	width: 224px;
}

.pdflink {text-decoration:underline}
.pdflink:hover {text-decoration:none}


/*-----------------------------------------------------------------------------------*/
/*	Information
/*-----------------------------------------------------------------------------------*/

.image_credits {
	position:absolute;
	right:0;
	top:16px;
	width: 290px;
}

.image_credits p {
	font-size: 10px !important;
}

.image_credits h3 {
	margin:0;
	padding:0;  
	line-height: 14px; 
	font-size: 10px; 
	font-weight: bold; 
}

.entry-content a.btn-01 { 
	text-decoration: none; 
	border-bottom-style: none; 
}

.overview-images {
	overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	Search
/*-----------------------------------------------------------------------------------*/

#full { 
	width: 100%; 
}

#search input#searchall,
#search input#submit { 
	font: normal 12px/14px "Courier New", Courier, mono; 
}

#search input#searchall {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 5px 0 10px;
    padding: 9px 5px;
    width: 80%;
}

#search input#submit {
    background: #000;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    margin: 10px 0 0;
    outline: medium none;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: baseline;
}

#result { 
	margin-top: 20px; 
}

#result ul { 
	margin-top: 20px; 
	margin-bottom: 20px;
	border-top: 1px solid #DDDDDD;  
} 

#result ul li {  
	overflow: hidden; 
	border-bottom: 1px solid #DDDDDD; 
	padding-top: 10px; 
	padding-bottom: 10px;
} 

#result ul li img { 
	float: left; 
	margin-right: 10px; 
} 

/*-----------------------------------------------------------------------------------*/
/*	Agenda
/*-----------------------------------------------------------------------------------*/

#agenda #primary .entry-content img { 
	height: auto;
	max-width: 100%;	 
}

/*-----------------------------------------------------------------------------------*/
/*	Agenda
/*-----------------------------------------------------------------------------------*/

#clients .image-box { 
	width: 960px; 
	height: 310px;
	background-color: blue;
}

#clients .entry-content ul { 
	overflow: hidden; 
	margin-top: 14px; 
}

#clients .entry-content ul li { 
	float: left;
	width: 160px; 
	height: 160px; 
}

#clients .entry-content ul li.clients-img { 
	width: 150px; 
	height: 150px; 
}

#clients .entry-content ul li.clients-img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/*-----------------------------------------------------------------------------------*/
/*	Contact
/*-----------------------------------------------------------------------------------*/

#home .image-box,
#art-direction .image-box { 
	width: 960px; 
	height: 300px;  
}

#contact .image-box { 
	width: 960px;  
}

/*-----------------------------------------------------------------------------------*/
/*	Pressbox
/*-----------------------------------------------------------------------------------*/

#pressbox #branding a { 
	text-decoration: none;
	border: none; 
}

#pressbox #branding img { 
	margin-bottom: 30px; 
}

#pressbox .entry-content { 
	margin-bottom: 30px;
	padding-bottom: 20px; 
}

#pressbox ul { 
	margin-top: 20px; 
	margin-bottom: 20px;
	border-top: 1px solid #DDDDDD;  
} 

#pressbox ul li {  
	overflow: hidden; 
	border-bottom: 1px solid #DDDDDD; 
	padding-top: 10px; 
	padding-bottom: 10px;
} 

#pressbox ul li img {  
	float: left;
	margin-right: 10px;  
}

@media (min-width: 1200px) {

	#pressbox .entry-content { 
		width: 800px;
		margin-bottom: 30px;
		padding-bottom: 20px; 
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#pressbox .entry-content { 
		width: 800px;
		margin-bottom: 30px;
		padding-bottom: 20px; 
	}	
}

/*-----------------------------------------------------------------------------------*/
/*	Flexslider
/*-----------------------------------------------------------------------------------*/

.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/*-----------------------------------------------------------------------------------*/
/*	Base style
/*-----------------------------------------------------------------------------------*/

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Default theme
/*-----------------------------------------------------------------------------------*/

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 400px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 400px;
}

.carousel li {
	margin-right: 5px;
}

.flex-control-nav {
  	width: 100%;
  	position: absolute;
  	bottom: -40px;
  	text-align: left;
}

.flex-control-nav li {
  	margin: 0 6px;
  	display: inline-block;
  	zoom: 1;
  	*display: inline;
}

.flex-control-paging li a {
  	width: 6px;
  	height: 6px;
  	display: block;
  	background: #666;
  	background: rgba(0, 0, 0, 0.1);
  	cursor: pointer;
  	text-indent: -9999px;
  	-webkit-border-radius: 20px;
  	-moz-border-radius: 20px;
  	border-radius: 20px;
}

.flex-control-paging li a:hover {
  	background: #333;
  	background: rgba(0, 0, 0, 0.4);
}

.flex-control-paging li a.flex-active {
  	background: #000;
  	background: rgba(0, 0, 0, 0.9);
  	cursor: default;
}

/*-----------------------------------------------------------------------------------*/
/*	Med Theme for jongeriuslab
/*-----------------------------------------------------------------------------------*/

.flexslider .slides {
	height: 100%;
}

.flexslider .slides img {
	max-width: 510px;
	max-height: 340px;
}

.flexslider .slides .slides-items figure {
	float: left;
	}

.flexslider .slides .slides-items .flex-caption {
	width: 50%;
	font-size: 12px;
	line-height: 16px;	
	background: rgba(255, 255, 255, 0.6);
	position: relative;
}

.flexslider .slides .slides-items .flex-caption p {
	margin: 0;
	padding-right: 10px;
	display: none;
}

.flexslider .slides .slides-items .flex-img {
	width: 100%;
}

.flex-direction-nav a {
  	text-decoration: none;
	text-indent: -9999px;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
}


.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    bottom: 0;
    cursor: pointer;
    margin: auto 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 20;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0 ease-in-out;
    -o-transition: all 0 ease-in-out;
    transition: all 0 ease-in-out;
}

@media (min-width: 1200px) {


}

@media (min-width: 992px) {

	.flexslider .slides {
		padding-top: 115px;
	}
	
	.flexslider .slides .slides-items .flex-caption {
		width: 130px;
		height: 460px;
	}
	
	.flexslider .slides .slides-items .flex-caption p {		
		left: 0;
		bottom: 0;
		position: absolute;
		display: block;
	}

	.flexslider .slides .slides-items .flex-img {
		width: 80%;
	}
	
	.flexslider .slides img {
		max-width: 690px;
		max-height: 460px;
	}
	
	.flex-control-nav {
		text-align: left;
		margin-left: 130px;
	}	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 481px) and (max-width: 767px) {

	.flexslider .slides img {
		max-width: 480px;
		max-height: 320px;		
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

	.flexslider .slides img {
		max-width: 350px;
		max-height: 230px;		
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Colors
/*-----------------------------------------------------------------------------------*/

darkgrey {
	color: #444;
}

#flash_alert {
	padding: 13px 0 5px;
	position: relative;
	background-color: #EEE;
}

.flash_alert_icon {
	position: relative;
	background: url(../images/flash_logo.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 13px;
}

.flash_alert_msg {
	position: relative;
	width: 800px;
	margin-top: -25px;
	margin-left: 47px;
	margin-bottom: 6px;
}

.flash_alert_msg p {
	font-family: normal normal 11px "Lucida Grande", Helvetica, Arial, sans;
	color: #000;
}

.flash_alert_msg a:link,
.flash_alert_msg a:visited,
.flash_alert_msg a:focus {
	color: #444;
	background-color: #D8E7FD;
}

.flash_alert_msg a:hover,
.flash_alert_msg a:active {
	color: #FFF;
	background-color: #F00;
}

/*////////////////////////////////////////////////////////////////////////////////////
  
    Media Query
  
/////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 1200px) {
	
	#information .image-box { 
		width: 480px; 
		height: 480px; 
		float: left; 
	}
	
	#information .image-box {
		margin-left: 130px;
	}
	
	.entry-content {
		width: 600px;
	}

	#work #primary .entry-content,
	#information #primary .entry-content {
		margin-left: 130px;
	}
	
	#secondary .entry-content {
		width: 100%;
	}
	
	#back_to_overview {
		display: block;
	}
	
	.related { 
		width: 1200px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.entry-content {
		width: 460px;
	}
	
	#work #primary .entry-content {
		margin-left: 130px;
	}
	
	#secondary .entry-content {
		width: 100%;
	}
	
	#back_to_overview {
		display: block;
	}
	
	.related { 
		width: 960px;
	}	
}

@media (min-width: 992px) {

	h1.logo-text {
		margin-top: 15px;
		margin-left: 20px;
	}
	
	#navigation-text  {
		padding-top: 30px;
		padding-bottom: 40px;
		margin-left: 20px;
	}

	#navigation-text .menu-text { 
		display: block !important;
	}
	
	.btn-socials { 
    	margin: 0 0 0 20px;
	}
	
	.flex-viewport {
		max-height: 600px;
	}
	
	.image-box {
		width: 100%;
		min-height: 330px;
	}	
}

@media (max-width: 991px) {

	.menu-toggle { 
		display: block; 
	}
	
	#navigation-text .menu-text {
		background-color: rgba(255,255,255,0.7);
	}
	
	#news { 
		display: block;
		height: auto;
		width: 100%;
	}
	
	#news a { 
		display: block;
	}
	
	#show {  
		width: 1px;
		height: 1px;
		display: none;  
	}
	
	#slider { 
		display: none;
		height: 1px !important;
	}
}

@media (max-width: 767px) {

	.hidden-xs {
		display: none !important
	}
	
	.visible-xs-block {
		display: block !important
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Print
/*-----------------------------------------------------------------------------------*/

@media print {
body{background:none !important;font-family:Arial, sans-serif;font-size:10pt;width:100%;text-align:left;font-weight:normal;line-height:1.2;margin:0;}
#content{clear: both !important; display: block !important; float: none !important; max-width: 100%; position: relative !important;}
#secondary {display:none;}
a{font-weight:bold;color:#000 !important;text-decoration:underline;}
h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid;font-weight:bold;}
#site-title a {font-size: 21pt;}
h2#site-description{font-size:10pt;}
#top-nav .search, #top-nav .search-mobile {display:none;}
blockquote,table,pre{page-break-inside:avoid;}
ul,ol,dl{page-break-before:avoid;}
img.aligncentered{display:block;margin-left:auto;margin-right:auto;}
img.alignright{display:inline;margin:0 0 2px 7px;padding:4px;}
img.alignleft{display:inline;margin:0 7px 2px 0;padding:4px;}
.right{float:right;}
.left{float:left;}
img{page-break-inside:avoid;page-break-after:avoid;}
}