/*
Theme Name: anozero
Theme URI: 
Description: anozero Theme is the based on the CDV theme http://cdv.dei.uc.pt
Version: 3.7.2
Author: CDV Lab
Author URI: http://www.cdv.dei.uc.pt
Tags: 2 column theme, clean, grid based
*/

/* Fonts */

/*
 
*/

@font-face {
	font-family: Outsiders;
	src: url("fonts/Azo_Sans_Medium.otf");
	/*file:///public_html/wp-content/themes/anozero/fonts/Azo_Sans_Medium.otf*/
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Outsiders;
	src: url("fonts/Azo_Sans_MediumItalic.otf");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: Outsiders;
	src: url("fonts/Azo_Sans_Bold.otf");
	/*file:///public_html/wp-content/themes/anozero/fonts/Azo_Sans_Bold.otf*/
	font-weight: bold;
	font-style: normal;
	
}

@font-face {
	font-family: Outsiders;
	src: url("fonts/Azo_Sans_Bold_Italic.otf");
	font-weight: bold;
	font-style: italic;
}

/*-- variables --*/
:root {
 --cfooter: #E3CDA4;
  --csel: #CCBAA7;
  --hsel:#7F674C;
  --ftcolour:#000;
  --subscribecolour: #000;
  
  
  --typec:#000;
  --blue: #203A8E;
  --red: #D43F3E;
  
  --black: #000000;
  --margin-left: 175px;
  --background: #e2d9c5;
  --backgroundrgba: rgb(226,217,197,.7);
}

/* Global */
* { 
	margin: 0;
	padding: 0; 
}

body { 
	font-size: 62.5%;
	font-size: 1.3em;
	font-family: 'Outsiders', sans-serif;
	font-weight: 400;
	color: var(--typec);
	line-height: 150%;
	letter-spacing: .5px; 
	text-rendering: optimizeLegibility;
	background-color: var(--background);
	
}

area {
  display: block;
  cursor: pointer;
}

.background-color {
	color:var(--background);
}
::selection{
	background: var(--red);
	color: var(--blue);
}

.bold {
	font-weight: 700;
}

img { border: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
#main_container { 
	opacity: 0;
	max-width: 1200px;
	position: relative;
	overflow: hidden;
	margin-top: 200px;
	
}
h1,h2,h3,h4,h5,p { margin: 0px 0; }
a { color: #000; text-decoration: none; }
a:hover { color:#000; }

p a, #single_left > a, #single_left > ul > li > a{
	color: #000; /*tiago*/
	/*text-decoration: underline;*/ /*tiago*/
	/*border-bottom: 1px solid #222; /*tiago*/
	-webkit-transition: .2s; /* Safari */ 
	transition: .2s;
}

p a:hover, #single_left > a:hover, #single_left > ul > li > a:hover{
	color: var(--red); /*tiago*/
	border-bottom: none; /*tiago*/
	/*border-bottom: 1px solid #aaa; /*tiago*/*/
	/*border-color:#aaaaaa;*/
}

h2{
	font-size: 17px;
	line-height: 24px;
}

/*-- Header --*/
#header_container{
	position: fixed;
	min-width: 1000px !important;
	top: 0px;
	left: 0px;
	width: 98%;
	margin-left: 175px;
	z-index: 10;
	background-color: rgb(226,217,197);
	padding-left:2%;
	opacity:0;
	/*border-bottom: 2px #000 solid;*/	
}

#header_container img {
	height:105px;
	width: 1044px;
}

.margin-top {
	margin-top: 2.7em !important;	
}

.medium-size-typeface {
	font-size: 14px !important;
}


#header_top { position: relative; border-bottom: 1px solid #D4D4D3; }
.header_top_border { position: absolute; left: 0; top: 0; height: 9px; width: 1125px; background-color: #272725; z-index: 10; }
#header_top .search { float: right; position: relative; margin-top: 9px;  }
#header_top .search img { position: absolute; top: 10px; right: 10px; }
#header_top .search .search_icon { position: absolute; top: 10px; right: 10px; }
#header_top .search input[type=text] { width: 265px; height: 33px; border: none; border-left: 1px solid #E4E4E2; padding-left: 10px; color: #666; text-decoration: none;}

#header_top .social { float: left; margin-top: 15px; }
#header_top .social img { float: left; margin: 0 7px; }

#header_top .menu_cont { float: right; position: relative; z-index: 15; margin-right: 15px; }
#header_top .menu_cont ul { list-style-type: none; }
#header_top .menu_cont li { float: left; }
#header_top .menu_cont a { color: #666; text-decoration: none; display: block; padding: 19px 10px 0px; margin: 0 5px;  }
#header_top .menu_cont li.current-menu-item a { border-top: 9px solid #e4e4e2; padding-top: 10px; }
#header_top .menu_cont a:hover { border-top: 9px solid #e4e4e2; padding-top: 10px; }

#header_menu ul.sub-menu{
	position: absolute;
	left: 140px;
	top: 20px;
	height: 100%;
	
}



#header { 
	position: relative;
	/*padding-top: 30px;*/
	height: 150px;
	width: 90%; 
	/*margin-left: 30px;*/
}

#datas_anozero {
	color: rgb(212, 63, 62);
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	/*top: 50px;*/ 
	top: 97px;
	left: 150px;

}

.loader_44{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("images/loader_30.gif");
	opacity: 1;
	z-index: 10;

	top: 0; left: 0; bottom: 0; right: 0;
	margin: auto;
}

/*logo animation*/

@keyframes logo_play {
	100% { background-position: -2880px; }
}

@-webkit-keyframes logo_play {
	100% { background-position: -2880px; }
}

@-moz-keyframes logo_play {
	100% { background-position: -2880px; }
}

@-ms-keyframes logo_play {
	100% { background-position: -2880px; }
}

@-o-keyframes logo_play {
	100% { background-position: -2880px; }
}

/*-- LOGOTYPE --*/
.logo_dots {
	top:10px;
	width: 150px; 
	height: 60px;
	position: absolute;
}
.logo { 
	top: 20px;
	position: absolute;
}

.temp-logo {
	top:33px;
	margin-left:2%;
	/*100px100px*/
	width: 90px;
	height: 90px;
	/*background: yellow;*/
	position: fixed;
	z-index: 3;
	opacity:0;
}

.temp-logo img {
	width: 100%;
}

/*-- ANIMATED LOGO ANOZERO --*/
#logo_raphael, #logo_p5 {
	/*idth: 150px;
    height: 150px;*/
    left:45px;
    width: 60px;
    height: 60px;
    margin:auto;
    position: absolute;
    /*top: 25px;
    /*left: 0;*/
   /* right: 15px;*/
    outline: none;
	-webkit-animation: logo_play 1s 3s steps(24) 1;
    -moz-animation: logo_play 1s 3s steps(24) 1;
    -ms-animation: logo_play 1s 3s steps(24) 1;
    -o-animation: logo_play 1s 3s steps(24) 1;
    animation: logo_play 1s 3s steps(24) 1;
    -webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}



#logo_p5 {
  display:block;
}

/*-- ANOZERO 2017 MARK --*/
.logo_container {
	/*ALIGN*/
	top:3px;
	width: 232.7px; 
	height: 60px;
	left: 125px;
	position: absolute;
	overflow: hidden;   
	background-image: url('http://2017.anozero-bienaldecoimbra.pt/wp-content/themes/anozero/images/logo_topo_esquerdo_com_data2.png'); 
	background-size: 100% 60px;
}

/*-- MENU --*/
#header_menu { 
	padding-left: 20px;
}

#header_menu ul { 
	/*margin-top:-5px; /* !!!!! */
	/*height: 50px;*/
	list-style-type: none; 
	float: left;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 1.25em;
	text-align: center;
	color: var(--typec);
	margin-top: 1em;
	margin-bottom: 1em;
}
#header_menu ul li { 
	/*background: yellow;*/
	display: inline-block;
	height: 1.5em;
	margin-right: 20px;
	

}
#header_menu ul li a { 
	color: inherit;
}



#header_menu ul li.current-menu-item > a { 
	color: var(--red) !important;
	/*text-decoration: underline; color: #000; */
	/*border-bottom: 1px solid #000;*/
}
/*#header_menu ul li.current-menu-parent > a { 
	text-decoration: underline; color: #000; 
	color: var(--red); /** !!!! AQUI !!!! */
	/*border-bottom: 1px solid #000;*/
/*}*/


#header_menu ul li a:hover {
	/*border-bottom: 1px solid #000;*/
	/*text-decoration: underline; /*tiago*/
	/*border-bottom: 2px solid var(--typec);*/
	color: var(--red);
}

#header_menu ul li.current-menu-item ul.sub-menu { 
	display: block;
}

#header_menu ul li.current-menu-parent > ul { 
	display: block;
	/*border-bottom: 1px solid #000;*/
}


/*-- Search Form --*/

/*#search-container{
	/*width: 140px*/
/*}*/

textarea:focus, input:focus{
	/*FOCUS*/
	color: var(--red) !important;
	outline: none;
    outline-style:none;
	box-shadow:none;
	border-color:transparent;	
}

form#search-form{
	margin-top: 10px; /* !!!!  ALGINED AT EYE*/
	float: right;
}

#search-form ::-webkit-input-placeholder {
	color: rgb(150,150,150);
	text-decoration: none; 
	overflow: hidden;	
}

#search-form ::-moz-placeholder  {
	color: rgb(150,150,150);
	text-decoration: none; 
	overflow: hidden;	
}

input {
	font-family: 'Outsiders', sans-serif;
}

#search-form input{
	left:460px;
	width: 150px;
	/* TYPO */
	margin-top: 2px;
	font-size: 16px;
	/*text-transform: uppercase;*/
	text-transform: capitalize;
	border: none;
	background: none;
	outline: none;
	color: rgb(150,150,150);
	z-index: 1;
	margin-left: 25px;
	/*background: yellow;*/
	/*background: yellow;*/
}

#search-form input:hover::-webkit-input-placeholder {
	cursor: text;
	color: var(--red);
}

#search-form input:hover::-moz-placeholder {
	cursor: text;
	color: var(--red);
}


.gallery-caption {	
	margin:0;	
	font-size: .75em;
	text-align: center;
	line-height: 1.35em;
	padding: 15px;
}


/*#autocomplete{
	position: absolute;
	border: none;
	outline: none;
	z-index: -1;
}*/

/*.search-font{
	font-size: 16px;
	line-height: 15px;
	letter-spacing: 0.25px;
	
}*/


#search-icon{
	left:455px; /* !!!!! */
	width: 17px;
	height: 17px;
	margin-top: 5px; /*!!!! */
	background-image: url('https://iconmonstr.com/wp-content/g/gd/makefg.php?i=../assets/preview/2012/png/iconmonstr-magnifier-2.png&r=150&g=150&b=150');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}


#search-icon:hover {
	background-image: url('https://iconmonstr.com/wp-content/g/gd/makefg.php?i=../assets/preview/2012/png/iconmonstr-magnifier-2.png&r=217&g=84&b=83');
	/*#D43F3E 217,84,83)*/
}

#search-form input, #search-icon{
	display: inline;
	position: absolute;
}

/* -- CHANGE PLACEHOLDER -- */

.placechange::-moz-placeholder {
	color: var(--red) !important;
}

.placechange::-webkit-input-placeholder {
	color: var(--red) !important;
}

/* -- about --*/
.about {
	/*border-top: 2pt solid black;*/
	background: yellow;
	min-width: 1010px;
	width: 100%;
}

.site-main {
	/*margin-top: 160px;*/
	max-width: 600px;
	/*margin-left: 19%;*/
	/*185px;*/
	color: #000;
	font-size: 19px;
	line-height: 1.35em;
	/*margin-left:10px;*/
	
}

.hidden {
	border-bottom: 2pt solid black;
	margin-bottom: .7em !important;
	/*background: yellow;*/
}

.arrow {
	width: 18px !important;
	display: block;
	float: right;
	cursor:pointer;
	
}

.arrow img {
	
	width: 100%;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.hidden-title {
	display: inline;
	vertical-align: top;
}

.hidden h4, .arrow  {
	display: inline;
}

.hidden h4 {
	margin-top: 2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 70%; 
	/*background: red;*/
	cursor: pointer;
}

.hidden h4, .hidden .arrow {

}

.hidden p {
	display: none;
}

.site-main p {
	margin-bottom: 1.35em;
}

.margin-botton {
	margin-bottom: 3.3em !important;
	/*border-bottom: 1pt dotted black !important;*/
	/*background: blue;*/
}

.end-filet {
	margin-bottom: 1.95em !important; 
}

.hidden-space {
	border-top: 2pt solid black;
	margin-bottom: .7em !important;
	display: none;
	/*background: yellow;*/
	/*border-top: 1pt dashed #000;*/
	/*height: .35em !important;*/
}

.tec p {
	font-size: 16px !important;
	line-height: 1.35em;
	/*font-size: 16px !important;
	line-height: 1.35em;*/
	
}



.tec-name {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 700;
}

.red {
	color:var(--red) !important;
	transition: .3s;
}

.blue {
	color: var(--blue) !important;
	transition: .3s;
}

.sub-title {
	
}

.site-main div {
	margin-bottom: 1.35em;
}

.medium-type {
	font-size: 16px !important;
}

.section-title {
	font-weight: 700;
	line-height: 1.35em;
}
/*catalog*/

#catalog_container{
	overflow: hidden;
	width: 762px;
	float: left;
}

#catalog_container h1:not(:first-child){
	margin-top: 40px;
}

#catalogUserForm{
	width: 200px;
	margin-left: 140px;
}

td.feedback_message_h{
	height: 50px;
	padding-top: 10px;
	vertical-align: top;
}

#feedback_message{
	color: rgb(212, 63, 62);
	font-size: 10px;
	line-height: 13px;
	/*margin-top: 10px;*/
	position: relative;
}

.catalog_img{
	overflow: hidden;
	width: 760px;
	height: 536px;
	background-size: 760px auto;
	background-repeat: no-repeat;
	border: 1px dashed #aaa;
}

.catalog_img:not(:last-child){
	margin-bottom: 20px;
}

/*-- Newsletter --*/
.subscribe-input {
	display: inline;
	height: 20px;
	width: 118px;
	padding: 0px 0px;
	border:none;
	border-bottom: 1px solid var(--subscribecolour);
	color: var(--red);
	font-weight: 700;
	background: none;
	outline: none;
	top: -2px;
	position: relative;
}

.subscribe-input::-webkit-input-placeholder{
	color: #555;
	padding: 0px !important;
	margin:0px !important;
	left:0px !important;

}

.subscribe-input:focus {
	outline: none;
	border-color:var(--red);
}
	
.subscribe-submit {
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 22px;
	width: 70px;
	background: #fff;
	border: 1px solid var(--subscribecolour);
	cursor: pointer;
}

.subscribe-submit:focus {
    outline: none;
    border: 1px solid #aaa;
}

.subscribe-submit:active {
    outline: none;
    border: none;
}

.subscribe-form {
	top: 3px;
	position: relative;
	height: 29px;
	float: left;
	clear: left;
}




.myForm td, input, select, textarea, checkbox  {
    /*font-family: tahoma;
    font-size: 12px;*/
    vertical-align: bottom;
    border-spacing: 0px;
    margin-bottom: 5px;
}

.myForm {
	border-spacing: 0px;
	border-collapse: separate;
	top: 5px;
	position: relative;
}

.required {
    color: red;
}




#logs-parceria{
	width: 900px;
	position: relative;
	/*left: 143px;*/
	/*top: 10px;*/
	float: left;
}

.apoios {
	width: 485px;
	height: 80px;
	background-size: auto 120px;
	background-repeat: no-repeat;
	background-image: url("images/logos_Anozero.png");
}

.apoios-first {
	
	background-position: -17px -19px;
}
.apoios-second {
	background-position: -528px -17px;
}

.newsletter-logos{
	width: 800px;
}

.left_padding {
	padding-left: 0px;
}

/* Content */

#content {  
	/*margin-top: 190px;*/
	
	/*margin-left: 30px;*/
	position: relative;
	overflow: hidden;
	/*width: 100%;
	min-width: 800px*/
	opacity: 0;
}

#content_inside{
	position: relative;
	/*padding-left: 25px !important;*/
	max-width: 1080px;
	overflow: hidden;
	/*width: 100%;*/
	margin: 0;
	/*padding-left: 20px;*/
	padding-bottom: 2px;
	/*min-width: 780px;*/
	
}

#content_inside p {
	max-width: 700px;

}

#current_day {
	position: relative;
}



/*Project post*/

.project_post_box { 
	width: 300px; height: 300px; 
	float: left; overflow: hidden; 
	margin-bottom: 20px;
	position: relative;
}
.project_post_box h3 { 
	position: absolute;
	font-size: 16px; 
	font-weight: bold; 
	padding: 25px 10px; margin: 0; 
	z-index: 2;
}
.project_post_box h3 a {color: #FFF}
.project_post_box img {
	min-width: 300px; min-height: 300px;
	opacity:1.0; filter:alpha(opacity=100); 
	z-index: 0;
	position: absolute;
}
.project_post_box img:hover { opacity:0.9; filter:alpha(opacity=90); }

/*News post*/

.news_post_box { 
	width: 300px; height: 140px; 
	float: left; overflow: hidden;  
	margin-bottom: 20px;
	position: relative;
}

/* nao sei se fiz asneira nesta cena
.news_post_box h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	letter-spacing: 0px;
}
*/

.news_post_box img { 
	min-width: 300px; min-height: 140px;
	opacity:1.0; z-index: 0;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	}
.news_post_box img:hover { opacity:0.9; filter:alpha(opacity=90); }



/*Instagram post*/

.post_box { 
	float: left; 
	/*width: 140px; height: 140px;*/ 
	width: 100%; height: 140px;
	background: yellow;
	overflow: hidden; 
	margin-bottom: 20px;
	position: relative;
}
.post_box h3 a {color: #fff}
.post_box img { 
	min-width: 140px; min-height: 140px;
	opacity:1.0; filter:alpha(opacity=100); }
.post_box img:hover { opacity:0.9; filter:alpha(opacity=90); }
.post_box h3 { 
	position: absolute;
	font-size: 13px; padding: 25px 10px; 
	font-weight: normal; margin: 0; 
}

.post_box_title {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 10px 0px 10px;
	/*width: 100%;*/
	/*color: #fff;*/
	z-index: 2;
	/*background: red;*/
	color: rgb(226,217,197) !important;
	font-family: 'Outsiders', sans-serif;
	font-weight: bold;
	overflow: hidden;
	

}

.post_box_title h6 {
	margin-left: 4px;
	text-transform: uppercase;
}

.size11 .post_box_title p{
	/*font-size: 11px !important;*/
	font-size: 16px;
	line-height: 1.35em !important;
	color: rgb(226,217,197) !important;
	font-weight: bold;

}

.size22 .post_box_title {
	width: 280px;
	height: 275px;
}

.text_box {
	/*border: 1px #d6d6d6 dashed;*/
	
}

.text_box .post_box_title {
	color: rgb(226,217,197) !important;
}

.post_box_title h3 {
	font-weight: 600;
	letter-spacing: 0px;
	position: relative;
	font-size: 18px;
	line-height: 20px;
	/*font-weight: bold;*/
	margin: 3px 0 0 4px;
	padding: 0;
	/*width: 270px;*/
	color: #000 !important;
}


.post_box_title p {
	position: relative;
	/*font-size: 13px;*/
	/*color: black;*/
	line-height: 1.35em;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.innerClass {
	font-family: 'Ousiders';
	font-weight: normal;
	font-size: 13px;
	white-space: nowrap;
}

.post_box_title h3 a {color: #FFF}

.post_box_date {
	position: relative;
	/*font-size: 8px;*/
	float: left;
}

.post_box_featured{
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 10px;
}

.post_box_featured p{
	color: #000;
	padding: 2px 2px 2px 3px;
	line-height: 10px;
}

.right_pb {margin-right: 0px}

.gradient{
	position: absolute;
	width: 100%; height: 100%;
	z-index: 1;
	opacity: 0.8; filter:alpha(opacity=80);
	/*mix-blend-mode: multiply;*/
	mix-blend-mode: screen;
}

.project_post_box .gradient{
	background-image: url("images/gradient_5x300.png");
	/*background-blend-mode: multiply;*/

}

.news_post_box .gradient, .post_box .gradient, .post_box21 .gradient, .post_box11 .gradient {
	background-image: url("images/gradient_5x140.png");
}

.events_holder {
	position: relative;
	/*float: left;*/
	/*clear: right;*/
	overflow: hidden;

	margin: 0 auto;
	/*padding-left: 20px;*/
	padding-bottom: 2px;
	/*min-width: 780px;*/
}

.box_link_holder{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}



.load_more_cont { 
	float: left; 
	width: 140px; height: 140px; 
	cursor: pointer;
}
.load_more_text { 
	width: 140px; height: 140px;
	background-image: url("images/load_more_btn.png");
	background-repeat: no-repeat;
	background-position: 0 0;
 }


#content_inside h1 { 
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: 0px;
	color:#000;
	padding: 0px 0px; 
	margin: 0 0 1.35em 0px  !important;
	line-height: 1.3em;
	vertical-align: top;
}

.galleria-counter, .galleria-info-description { /*tiago*/
	font-size: 10px;
	font-weight: 400;top: 3px;
}

.info {
	font-size: 10px; /*tiago*/
	line-height: 1.5em; /*tiago*/
	font-weight: 400; /*tiago*/

	width: 140px;
	float: left;
	margin-top: 3px;
}

.info b { /*tiago*/
	font-weight: 700;
}

.status_info{
	font-size: 9px;
	line-height: 13px;
	width: 140px;
	float: left;
	margin-top: -3px;
}

.blog_box { width: 699px; margin-bottom: 25px; }
.blog_box h3 { font-size: 14px; padding: 8px 10px; font-weight: normal; background-color: #e4e4e2; margin: 0; }
.blog_box img { width: 699px; height: 209px; }

.navigation { padding: 15px 0; }
#submit { padding: 5px 10px; background-color: #000; color: #fff; }


/*Spaces page*/

/*.spaces_container {
	background: blue;
}*/

.s_container {
	/*min-width: 960px;*/
	/*margin-left: 20px;*/
	/*padding-left: 15px;*/
}

#map_spaces{
	position: fixed;
	left: 160px;
	/*left: 230px;*/
	top: 160px;
	/*top: 0px;*/
	z-index: 2;
	/*padding-top: 160px;*/
	background-color: #fff;
	overflow: hidden;
	width: 780px;
	height: 550px;
}


#map_spaces img {
	position: absolute;
	width: 780px;
	height: 550px;
}

.map_background{
	position: fixed;
	left: 160px;
	top: 0px;
	height: 170px;
	width: 780px;
	z-index: 1;
	background-color: #fff;

}

#map_svg{
	z-index: 20;
}

#map_hover_box {
	position: fixed;
	top: 100px;
	left: 100px;
	z-index: 30;
	color: #000;
	background-color: #fff;
	padding: 4px 7px 2px 7px;
	border: 1px dashed #bbb;
	font-weight: bold;
	font-size: 10px;
	display: none;
	opacity: 0.9;
}

.anchor {
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.spaces_content{
	margin-top: 580px !important;
	margin-left: 160px !important;
	padding-left: 0px !important;
	font-size: 12px;
	line-height: 150%;
}

.spaces_content b, strong{
	font-weight: bold;
}

/*Spaces modules*/

.space_holder {
	/*width: 780px;*/
	width: 300px;
	clear: both;
	position: relative;
	overflow: hidden;
	display: inline;
	
	
}

.space_holder:not(:last-child){
	margin-bottom: 40px;
	/*margin-bottom: 80px !im*/
}

.space_left_box {
	width: 270px;
	height: 350px;
	margin: 0 20px 0 0px;
	overflow: hidden;
	float: left;
	display: inline;
	/*background: yellow;*/
	position: relative;
}

.space_right_box {
	width: 460px;
	float: left;
	position: relative;
	font-size: 10px;
}


img.space-img {
	/*display: none;*/
	width: 100%;
	

}

.space_title {
	margin-top: 20px;
	color:#000;
	/*font-size: 19px;
	line-height: 1.40em;*/
	font-size: 16px;
	line-height: 1.35em;
}

.space_title:hover {
	/*color: var(--red);*/
	/*cursor: pointer;*/
}

.capt_spaces {
	
	top:1025px;
	margin-left: 620px;
	width: 180px;
}

.capt_spaces p {
	margin-bottom: 1.35em;
}

/*Empty column*/

.empty_column{
	width: 190px;
	height: 1px;
	float: left;
	position: relative;
}

.empty_margin{
	margin-left: 160px;
}

.gutter{
	margin-right: 20px;
}

/*Columns*/
.column_one{
	position: relative;
	float: left;
	width: 140px;
	overflow: hidden;
}

.column_one_padding {
	position: relative;
	float: left;
	width: 120px;
	overflow: hidden;
	padding-left: 20px;
}

.column_two{
	position: relative;
	float: left;
	width: 300px;
	overflow: hidden;
	margin-left: 20px; /* !!!! */
}

.column_three{
	position: relative;
	float: left;
	width: 460px;
	overflow: hidden;
}

.column_three_mais {
	position: relative;
	float: left;
	width: 485px;
	overflow: hidden;
}

.column_four{
	position: relative;
	float: left;
	width: 624px;
	overflow: hidden;
}

.column_four_mais{
	position: relative;
	float: left;
	width: 640px;
	overflow: hidden;
}

.column_five{
	position: relative;
	float: left;
	width: 780px;
	overflow: hidden;
}

#people_container{
	position: relative;
	overflow: hidden;
	
}

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

.people_block h3 {
	/*color: rgb(195, 61, 63);*/
	color: #000;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	height: 16px;
}

.people_block h3 .red {
	color: rgb(195, 61, 63);
	/*color: #000;*/
}

.people_block h3 .slash {
	height: 20px;
	width: 20px;
	background: url("images/slash.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	float: left;
	top: -5px;
	position: relative;
	margin-right: 5px;
}

.half_post_box11{
	height: 70px;
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.half_post_box11 h3{
	position:absolute;
	bottom:0px;
}

#people_container p{
	letter-spacing: 0.49px;
	line-height: 13px;
}

.people_boxes_only{
	position: relative;
	overflow: hidden;
	float: left;
}

/*
* ————— SINGLE PAGE ––––– *
*/

.single_people {
	/*margin-left: 30px !important;*/
	color:#000;
}

.single_people p {
	font-size: 19px;
	line-height: 1.35em;
	margin-bottom: 1.35em;
}


.single_people h4, .publications h4{
	font-size: 19px;
}

#single_left.publications ul{
	/*margin-bottom: 50px;*/
}

.author_img {
	position: absolute;
	top:50px;
	left:865px;
	
	min-width: 300px;
}



.at_text {
	/*margin-left: 7px;*/
	/*background: green;*/
}

.black_white {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}

.black p {
	color:black !important;
}

.plusinfo {
	width:40%;
}

.margin_right{
	margin-right: 20px;
}

.margin_top{
	margin-top: 20px;
}

.notspaceline {
	line-height: 1.35em !important;
}

.margin_bottom{
	margin-bottom: 20px;
}

.margin_left {
	margin-left: 20px;
}

.post_box22{
	width: 300px;
	height: 300px;
}

.post_box22 .post_box_title {
	width: 200px;
	height: 200px;
}

.post_box11{
	/*width: 140px;
	height: 140px;*/
	width:250px;
	height:250px;
	float: left;
	overflow: hidden;
	position: relative;
	background-color: var(--red);
	background-position: center center;
	background-size: 100% 100%;
}

.post_box11 img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	background: var(--red);
	mix-blend-mode: multiply;
	width: 100% !important;
	height: auto;
	
	margin: 0 auto;
	

	
}

.multiplay-red  {
	background: var(--red);
	height: 100%;
	width: 100%;
	opacity: 1;
}
.multiplay-blue {
	background: var(--blue);
	height: 100%;
	width: 100%;
	opacity: 1;

}

.multiplay-background {
	background: var(--background);
	height: 100%;
	width: 100%;
	opacity: 1;
}

.multiplay-background img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	mix-blend-mode: multiply;
}

.multiplay-red img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	mix-blend-mode: multiply;
	
}
.multiplay-red:hover, .multiplay-blue:hover, .multiplay-background:hover {
	background: black;	
	opacity: .7;
}



.multiplay-blue img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	mix-blend-mode: multiply;
}

/*background: url('http://2017.anozero-bienaldecoimbra.pt/wp-content/themes/anozero/images/bloco4B.png');*/


.haveImage:hover {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	background-size: 110% 110%;
}

}

.post_box21{
	width: 300px;
	height: 140px;
	float: left;
	overflow: hidden; 
	position: relative;
}

.gray_box{
	background-color: #AFAFAF;
}

/*Single post*/

#single_left { 
	/*margin-left:0;*/
	/*margin-left:25px;*/
	float: left; 
	/*width: 460px;*/
	overflow: visible; 
	margin-right: 20px;
	
}

#single_left p {
	font-size: 19px;
	line-height: 1.35em;
	max-width: 600px;
	/*color:red;*/
}


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

#single_left h3 { /*tiago*/
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5em;
}

#single_left > ul:not(.cdv_papercite_bibliography){
	list-style-image: url("images/en_dash_6.png");
	list-style-type: none;
	list-style-position: outside;
	margin-left: -3px;
}

#single_left > ul:not(.cdv_papercite_bibliography) li{
	/*margin-left: 10px;*/
	padding-left: 3px;
}

#single_left li{
	color: #000;
}

/*#single_left > ul:not(.cdv_papercite_bibliography) li::before{
	content: '\2013\2002\2002';
	margin: 0 1em;
}*/

.projects { /*tiago*/
	color: #000;
	
}

.projects h6 {
	margin:0;
	font-weight: normal;
	font-size: 16px !important;
	line-height: 1.35em;
	margin-top: 1.35em !important;
	
}

.projects p {
	margin-bottom: 1.35em;
}

.post_title{
	width: 460px;
	position: relative;
}



.galleria {
	width: 620px;
	height: 349px;
	background: #fff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 155px;
    left: 290px;
    z-index: 2;
    display: none;
    background: url("images/ajax_loader_gray_512.gif") no-repeat 2px 2px;
}

figure{
	/*overflow: hidden;*/
	position: relative;
}

figure img {
	max-width: 460px;
	/*overflow: hidden;*/
}

figcaption{
	position: absolute;
	top: 300px;
	color:#000;
	/*right: -160px;*/
	font-size: 12px; 
	line-height: 1.5em; /*tiago*/
	font-weight: 400; /*tiago*/
	margin-top: .55em;
}

figcaption.vertical {
	top: 0;
	position: relative;
	
}

figcaption b{ /*tiago*/
	font-weight: 700;
}

a.anchor{
	position: absolute;
	margin-top: -185px;
}

cite::before,blockquote::before,q::before{
	content: open-quote;
}

cite::after,blockquote::after,q::after{
	content: close-quote;
}

cite,blockquote,q{
	font-style: italic;
}

/* Keywords table*/
.keywords_table {
	width: 160px; height: 100%;
	overflow: hidden;
	clear: right;
	float: left;
	position: fixed;
	bottom: 20px;
	margin: 0px 20px 0px 0;
	padding-left: 20px;

	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
}
.keywords_table ul {
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	padding-left: 20px;
	z-index: 4;
}
.keywords_table ul li {
	display: list-item;
	text-align: -webkit-match-parent;
}
.keywords_table a {
	display: block;
	color: var(--blue);

}

.keywords_table a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar { float: right; width: 278px; }
.side_box { margin-bottom: 25px; }
.side_box ul { list-style-type: none; margin-left: 10px; }
.side_box ul li { margin-bottom: 5px; }
.side_box p { padding: 0 10px; }
.side_box div { padding: 0 10px; }

.side_box h3 { font-size: 14px; padding: 8px 10px; font-weight: normal; background-color: #e4e4e2; margin-top: 0; }


/*social networks*/

.sharing-buttons{
  list-style: none;
  text-decoration: none;
  text-align: left;
  width: 140px;
}

.sharing-buttons li{
  display: inline !important;
  margin-right: 13px;
}


/*.sharing-buttons a{
  border: none;
  height: 20px;
  width: 20px;
}*/

.sharing-buttons a:hover{
  text-decoration: none !important;
}

.fa{
  width: 20px;
  height: 20px;
}

.svg path{
	fill: #000;
}

.svg:hover path{
	fill: #666;
}



/*-- Footer --*/
#footer_container {
	color: #000;
	/*min-width: 1080px;*/
	position: relative;
	bottom: 0px;
	overflow: hidden;
	width: 100vw;
	border-top: 1pt solid black;
	background: var(--background)
}

#footer { 
	position: relative;
	overflow: hidden;
	margin: 25px 30px 30px 0px;
	font-size: 11px;
	line-height: 1.4em;
	letter-spacing: 0.25px;
	padding-top:25px;
	margin-left: 2%;
}

#footer ul { 
	list-style-type: none; 
	float: left;
}

#footer ul li { 
	float: none; 
	display: block;
	
}
#footer ul li a { 
	text-decoration: none;
}

#footer ul li a:hover { 
	color: var(--red);
}

#footer a{
	color: #000;  
}

#footer a:hover { 
	color: var(--red);
	text-decoration: none !important;
	/*border-bottom: 1px solid  var(--red);*/
}

.suporters {
	width: 100%;
	padding-top: 2em;
	margin-bottom: 1em;
	/*border-top: 1pt dashed black;*/
}

.horizontal_footer {
	min-width: 1100px;
	clear: both;
	overflow: hidden;
}

a.programacao_button {
	border: none;
}

a.programacao_button:hover {
	text-decoration: none !important;
	border-bottom: 1px solid #222;
}

.logo_holder {
	float: left;
	overflow: hidden;
	background: #3CDA4;
}

/*-- TEMP --*/
.logotype {
	margin-top: 2%;
	width: 100%;
}

.logotype img {
	width: 100%;
	max-width: 1010px;
	padding-left: 40px;
}

.header-temp {
	width: 90%;
}

.temp-divAt {
	
}

.temp-authors {
	color: #000;
	font-size: 19px;
	line-height: 1.35em !important;
}

.temp-authors p {
	color: red;
}

.apoios-temp {
	width: 100%;
}

.apoios-temp img {
	min-width: 700px !important; 
	margin-left: -10px !important;
	/*border: 2pt solid black;*/	
}

.sub-menu-about, .sub-menu-normal{
	/*z-index: 10;*/
	/*top: 197p*/
	position: fixed;
	margin:0;
	/*margin-left: -170px;*/
	color: var(--blue);	
}

.sub-menu-about p, .sub-menu-normal p {
	font-size: 14px !important;
	margin: 0;
	font-weight: 700;
	transition: .1s;
	line-height: 26px !important;
	
}

.sub-menu-about p:hover, .sub-menu-normal p{
	cursor: pointer;
	color: var(--red);
}

/* -- LOGOTYPES --*/

.logo_h {
	height: 90px;
	/*border-top: 1px #000 solid;*/
}

.logo_h img{
	height: 100%;
}

.logo_h p{
	padding-top: 14px;
	max-width: 250px;
	height: 85px;
}

.cisuc {
	width: 300px;
	/*border-top: 1px #000 dashed !important;*/
	background: url("http://2017.anozero-bienaldecoimbra.pt/wp-content/themes/anozero/images/parceiros/logotypes/anozero-17.png") no-repeat 0 10px;
}


.border-dashed {
	border-top: 1px #000 dashed !important;
}


/*-- Papercite --*/

.papercite_bibtex {
    display: none;
}

.papercite_bibtex pre {
    white-space: pre-wrap;
}

.papercite_toggle:link, .papercite_toggle:visited {
    color: gray;
    text-decoration: none;
}


.papercite_link, .papercite_link:link, .papercite_link:visited {
  color: #222;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.papercite_info {
  color: #555;
}

span.papercite_checked_files 
{
	padding: 5px;
	margin: 5px;
	border: 1px solid black;
	font-size: 150%;
	cursor: pointer;
	background: #eee;
	color: red;
	border-radius: 3px;
}

ul.cdv_papercite_bibliography{
	list-style: none;
	margin-bottom: 50px;
	margin-left: 0px;

}

.cdv_papercite_bibliography li{
	margin-bottom: 17px;
	margin-left: 0px;
}

.cdv_papercite_bibliography:last-child li:last-child{
	margin-bottom: 0px;
}

ul.cdv_papercite_bibliography:last-child{
	margin-bottom: 0px;
}

.cdv_papercite {
	font-size: 15px;
	margin-bottom: 17px;
}

.cdv_papercite_entry{
	width: 460px;
	overflow: visible;
	position: relative;
}

.cdv_papercite_the_entry{
	position: relative;
	width: 460px;
}

.cdv_papercite_links{
	position: absolute;
	width: 140px;
	right: -160px;
	top: 2px;
	font-size: 10px;
}

.cdv_papercite_links ul{
	list-style: none;
	margin-left: 0px;
}

.cdv_papercite_links li{
	display: inline-block;
	margin-right: 1px;
}


/*people page*/

.people_box{
	position: relative;
	width: 100%;
	clear: both;
	overflow: hidden;
}



/*DataTables*/
.igsv-table{

}

table.dataTable{
	/*max-width: 400px;*/
	/*width: 2000px;*/
	/*color: rgb(0, 255, 0);*/
	overflow: hidden;
	table-layout: fixed;
	border-collapse: separate !important;
	border-spacing: 20px 8px !important;
	left: -20px;
	position: relative;
}

.no-footer{
	border: none !important;
}

table.dataTable tr{
	/*min-height: 20px;*/
	position: relative;
	overflow: hidden;
	padding: 0px !important; 
}

table.dataTable tr:not(:last-child){

}



table.dataTable td, table.dataTable th{
	/*border: 20px solid black;*/
	padding: 0px !important; 
	white-space: nowrap;
	text-align: left;
	/*width: 200px;*/
	/*min-width: 460px;*/

	white-space: nowrap;
	overflow: hidden;
	border: none !important;
}



table.dataTable td:not(:last-child), table.dataTable th:not(:last-child){
	/*border: 20px solid black;*/
	margin-right: 20px !important;

}

.info.sp_ind_txt p > a{
	/*border-bottom: .15em solid black;*/
	/*color: red;*/
	/*margin-bottom: 2pt solid black !important;*/
}

.popup-select {
	/*background: yellow;*/
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 5;				
}
			
.select-left {
	left:0;
}
			
.select-left:hover {
	cursor: url('images/cursor-left.png'), pointer;
}
			
.select-right {
	left:50%;
	/*background: red;*/
}
			
.select-right:hover {
	cursor: url('images/cursor-right.png'), auto;
	
}

.info.sp_ind_txt p:hover > a {
	/*border-bottom: .15em solid var(--red);*/
	/*margin-bottom: 2pt solid black !important;*/
}


.col-2{
	/*color: rgb(255, 0, 0);*/
	/*width: 460px !important;*/ /*tres colunas (140*3 + 20*2)*/
	width: 300px !important; /*duas colunas (140*2 + 20)*/
	/*max-width: 650px;*/
}

, .col-3, .col-4, .col-5, .col-6, .col-7{
	width: 140px !important;
	/*max-width: 650px;*/
}

td.emptyData{
	text-align: right;
}

.dt_link{
	color: #000;
	cursor: pointer;
}

.dt_link:hover{
	text-decoration: underline;
}


/*sorting arrows*/

th.sorting{
	background: none !important;
}

th.sorting:hover{
	text-decoration: underline;
}

th.sorting_asc{
	background: url("images/dataTable_ordering.png") no-repeat !important;
	background-position: right 7px !important;
	text-decoration: underline;
}

th.sorting_desc{
	background: url("images/dataTable_ordering.png") no-repeat !important;
	background-position: right -33px !important;
	text-decoration: underline;
}

/*warnup 2017*/
#warn-up {
	/*width:130%;*/
	width: 600px;
	/*margin-left: -10px !important;*/
	/*padding-left: 10%;*/
	/*background:#fafafa;*/
	margin-left: 10px;
	font-size: 1.5em;
	line-height:1.35em;
	color: black;
	/*margin-bottom: 5%;*/

}
#warn-up img {
	min-width: 100%;
}

#warn-up p {
	padding-bottom: 1em;
}

.space-after {
	
	margin-bottom: 1em;
}

.pvideo{
	/*width: 45vw;
 	height: 25.5vw;*/
	width:640px;
	height:360px;
	background: url('http://2017.anozero-bienaldecoimbra.pt/wp-content/uploads/2017/03/delfimsardo_bienalanozero.png') center center;
	background-size: 100% 100%;
    	background-repeat: no-repeat;
	/*height:380px;*/
	/*background:url(../images/loader.gif) center center no-repeat;*/

}

.s_text {
	font-size: 19px;
	line-height: 1.35em;
	color: #000;
	
}

.s_text p {
	color: #000;
	margin-bottom: 1em;
	max-width: 590px;
	padding-right: 50px; 
}

.s_left {
	margin-left:10px !important;
	left: 190px;
	min-width: 500px;
	margin-top: -30px;
	position: relative;
	font-size: 16px !important;
	line-height: 1.35em !important;
	color: #000;
}

.pvideo:hover {
 cursor:pointer;
}

.pvideo iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

}

.play-button {
	position: absolute;
	top:140px !important;
	left:320px;
	width:80px;
	height:80px;
	background: url('https://iconmonstr.com/wp-content/g/gd/makefg.php?i=../assets/preview/2017/png/iconmonstr-media-control-48.png&r=224&g=224&b=224');
	background-size: 100% 100%;
    	background-repeat: no-repeat;
	z-index:10;
	margin:auto;
	/*margin-left: 5%; /**** !!!!!!!!!!!!!!!! **/
	opacity: .4;
	-webkit-transition: .3s; /* Safari */
    	transition: .3s;
}

.pvideo:hover .play-button{
  opacity:.7;
}

.video-caption {
  /*font-size:.75em;*/
font-size:16px;
  line-height:1.4em;
  width:85%;
  

}


.align-bottom {
	background-blend-mode: multiply;
	margin-bottom:-2px !important;
}

/* -- LEFTOVERS --*/

/*-- RAPID INFO --*/
.rapid-info {
	
	top:90%;
	width:100px;
	left:2%;
	font-weight: 700px;
	color: #000;
	position: absolute;
	vertical-align: bottom;
}


/* -- 2015 --*/
.anozero2015 {
	color: #000;
	max-width: 550px !important;
}


/* --- --- */

.support {
font-size: 14px;
line-height: 1.35em;
}

.support p {
	font-size: 14px !important;
	line-height: 1.35em !important;
}

.divtext {
width: 100%;

text-transform:uppercase;
margin-bottom: 1.35em !important;
letter-spacing: 1px;
}

.horizontal, .horizontal-small {
width:100%;
float:left;
}

.horizontal div {
height: 104px !important;
display:inline;
float:left;
}


.horizontal-small div {

height: 90px !important;
display:inline;
float:left;
}


.horizontal div img, .horizontal-small div img {
float:left;
vertical-align:top;
margin-right:20px;
}

.horizontal-small div img {
height:100% !important;
width:auto;

}
.horizontal div p {

}

.support p {
margin:0;
vertical-align:top;
}

.support-text {

width:50%;
}

.margin_top2 {
	margin-top: 40px !important;
}

.quarter-size {
	width: 50%;
	
	
}

.sp_title {
	/*color:red;*/
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.only-text-sup {
margin-right:20px;
float:left;
width:45%;
vertical-align:top;
}

.break-line {
margin-bottom: .7em !important;
}


a.underline {
	border-bottom: 1px solid black !important;
}

a.underline:hover {
	border-bottom: 1px solid var(--red) !important;
}

.hoverblue:hover {
color: var(--blue) !important;
}

.showResponsive {
		display: none;
		position: relative;
		margin-left: 30px;
		margin-top: 2.7em;
	}
	
.hideResponsive {
		display: block;
	}

.author_img_2 {
	display: none;
}

h1.sp_ind_title{
	/*padding-left: 37px !important;*/
}
.sp_ind_txt {
	width: 100% !important;
	font-size: 19px !important;
	min-height: 220px;
}

figure {
	max-width: 50% !important;
}

figure img{
	/*max-width: 50% !important;*/
	
}

figure figcaption {
	top: 0;
	position: relative;
}

figure figcaption p {
	
	font-size: 16px !important;
	margin-top: 1.35em;
	max-width: 50%;
}

.dest-container{
		display: block;
		position: fixed;
		left:0;
		top:0;
		width: 100vw;
		height: 100vh;
		/*background: var(--background);*/
		background: rgba(226,217,197,.7);
		z-index: 10;
		overflow: hidden;
		
	} 

.img-container {
	height: 55vh;
	width: 55vw;
	opacity: 1 !important;
	position: absolute;
	z-index: 12;
	margin-top: calc(50vh - calc(55vh / 2));
	margin-left: calc(50vw - calc(55vw / 2));
	
	
}

.img-container img {
	width: auto;
	height: 55vh;
	position: relative;
	
}



.popupdiv {
	width: 100%;
	height: 100%;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	text-align: center
}



.img-container .close{
	width: 20px;
	right: 20px;
	/*position: absolute;
		top:10px;*/
	/*color:var(--blue);*/
	/*color: var(--background);*/
	color: var(--red);
	font-size: 1.8em;
	transition-duration: 0.15s;
	/*left: calc(50% - 10px);*/
	position: absolute;
	top: 10px;
	z-index: 10;
}

.img-container .close:hover {
	color: var(--blue);
	transition-duration: 0.15s;
	/*font-size: 1.9em;*/
	cursor: pointer;
	
}

.my-body-noscroll-class {
    overflow: hidden !important;
}

@media only screen and (max-width: 1250px) {
	
	.author_img {
		display:none;
	}
	
	.author_img_2 {
		display: block;
	}
	
	.sub-menu-about {
		display: block;
	}
	

}

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

	.subscribe {
		display: none;
	}
	
	.footer-others {
		display: none;
	}	
	
	#header_menu ul {
		font-size: 14px;
		width: 45%;
		line-height: 1.5em;
		text-align: left;
	}
	
}
/*MOBILE*/
@media only screen and (max-width: 768px) {
	
	.dest-container{
		display: none;
	} 
	
	.keywords_table, .gutter, .temp-logo{
		display: none;
	}
	
	
	.header-temp {
		margin-left: 0px;
	}
	
	#main_container {
		margin-top: 250px !important;
		margin-left: 30px !important;
	}
	
	
	
	#header_menu ul {
		/*font-size: .8rem;*/
		/*font-size: calc( 100vw * 12 / 414)*/
		font-size: 13px;
	}
	
	#header_container img {
		padding-left:10px;
		height: 150px !important;
		width: auto;
	}
	
	#header_container {
		height:210px !important;
		margin-left: 0px;
	}
	
	.s_text {
		margin-top: 0px !important;
		font-size: calc(calc(100vw * 19) / 500) !important;
	}
	
	
	#single_left p, .section-title, .space_title p, h3{
		/*font-size: calc(calc(100vw * 19) / 500) !important;*/
		font-size: 15px !important;
		max-width: 80vw;
	}
	
	#googleMap {
		height: 60vh !important;
	}
	#people_container, .space_movel{
		top: 0px !important;
		font-size: calc(calc(100vw * 19) / 500) !important;
	}
	
	.horizontal div {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 1.35em;
	}
	
	#single_left img {
		width: auto;
		height: 30%;
	}
	
	
	
	.sub-menu-about {
		display: none !important;
	}
	
	#warn-up {
		margin-top: 0px !important;
		margin-left: 0px;
	}
	
	.showResponsive {
		display: block !important;
	}
	
	.hideResponsive {
		display: none !important;
	}
	
	.no-margin-and-padding {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.logotype img {
		padding-left: 5px;
	}
	
	.single_people {
		margin-top:0px !important;
		max-width: 85vw !important;
		margin-left: 0;
	}
	
	
	
	.single_people p, .single_people h1 {
		/*font-size: calc(calc(100vw * 19) / 500) !important;*/
		font-size: 13px !important;
	}
	
	.author_img {
		display:none;
		
	}
	
	.author_img_2 img {
		width:65vw !important;	
		height: auto !important;
	}
	
	figcaption.vertical {
		font-size: calc( 100vw * 12 / 414);
	
	}
}


/*IPHONE SE*/
@media only screen and (max-width: 375px) {
	.space_left_box {
		width: calc(100vw * 270 / 375) !important;
		height: calc(100vw * 350 / 375) !important;
	
	}
	
}

/*responsive moblie*/
/*empty_column gutter*/
