/* -------------------------------*/
/* -------------------------------*/
/* START OF RESETSTYLE css code*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* END OF RESETSTYLE css code*/
/* -------------------------------*/
/* -------------------------------*/


/* -------------------------------*/
/* START MetClimVOC style css code*/

/* change the style*/
*{
	text-decoration: none;
	list-style: none;
}

body{
	background-color:#F1F1F1;
}


.logo {
	width:100px;
	height:100%;
	background-color:#FFF;
	background-image:url("img/logo.png"); 
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	padding-left: 5px;
	
}

/* navigation menu */
.nav-main {
	position:fixed;
	top:0;
	width: 100%;
	height: 120px;
	background-color:#FFF;
	display: flex;
	flex-wrap: wrap;
	z-index: 1000;
}

.nav-main-item:nth-child(1)::after{
	content: '';
	height: 15px;
	width: 15px;
	display: inline-block;
	background: url("img/drop_btn.png");
	background-size:50%;
	background-repeat: no-repeat;
	background-position:center;
	vertical-align: middle;
	/*margin-right: 5px;*/
}


.nav-main ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 15px;
}

.nav-main ul li{
	line-height: 120px; 
}

.nav-main ul li a{
	display: block;
	height: 100%;
	padding:0 20px;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #1e73be;
}

.nav-main ul li a:hover {
	text-decoration: underline;
}

.nav-main ul li ul{
	display: none;
	margin-left: 0px;
	position: absolute;
	background-color: #fff;
	padding: 0px 0px;
}


.nav-main ul li ul li{
	width: 150px;
	text-align:center;
}


.nav-main ul li ul li a{
	line-height: 50px;
	font-size: 16px;	
	text-align: left;
}

.nav-main ul li ul li a:hover {
	text-decoration: underline;
}


.nav-main ul li:hover ul{
	display: block;
}

.nav-sidebar{
	visibility:hidden;
	position:fixed;
	left:0;
	bottom:0;
	width:90px;
	height: calc(100vh - 120px);
	padding: 0 5px;
	background-color:#FFF;
	z-index: 1000;
}

.nav-sidebar ul{
	padding-top: 15px;
	overflow:hidden;
	visibility:hidden;
	
}

.nav-sidebar ul li{
	line-height: 60px;	
}

.nav-sidebar ul li a{
	display: block;
	height: 100%;
	padding: 0 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #1e73be;
	white-space:nowrap;	
	opacity: 0;
	
}

.nav-sidebar ul li a:hover{
	text-decoration: underline;
}


.container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 160px;
	width: 100%;
	font-family:'Roboto', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:1.6;
	text-align:justify;
	text-justify:inter-word;
	color:#333;
	background-color:#fff;
}

.row{margin-right:-15px;margin-left:-15px}

.col-sm-8{
	position:relative;
	min-height:1 px;
	padding-right: 15px;
	padding-left: 15 px;
}

.col-sm-4-text-right{
	position:relative;
	min-height:1 px;
	padding-right: 10px;
	padding-left: 10 px;
	text-align:right;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #1e73be;
}


.col-sm-4-text-right ul li a{
	font-family: 'Roboto', sans-serif;
	color: #1e73be;
	font-size: 14px;
}


a.anchor-lnk{
	display: block;
	position: relative;
	top: -120px;
	visibility:hidden;
	
}

.foot{
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
}
.licence{
	padding-left:5px;
	padding-right:5px
}

.img-about1, .img-activities1, .news1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.img-blg1-1, .img-blg1-2{
	display: block;
	/*margin-left: auto;
	margin-right: auto;*/
	width: 150px;
}

.aligncenter{
	text-align: center;
}
.img-blg2-1{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

.img-blg2-2{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}



.blg1-text{
	display: inline-block;
	width:70%;
	margin-left: 30px;
}

.blg1-author{
	display: inline-block; 
	vertical-align: top;
	width: 18%;
}
.blg2-author{
	display: inline-block; 
	vertical-align: top;
	width: 20%;
}

table {
  width:95%;
  margin-left:auto;
  margin-right:auto;
}

td {
  text-align:center;
  border: 1px solid gray;
  word-wrap:break-word;
  padding-left:5px;
}

.info{padding-left:10px;}
.lnk-blg{color: #1e73be;}
.lnk-SC{color: black;}
.license{font-size:12px;}

.logo-partners-h{
	width: 100px;
	cursor:pointer;
	padding-right:5px;
	padding-left:5px;
}
.logo-partners-h2{
	width: 90px;
	cursor:pointer;
	padding-right:5px;
	padding-left:5px;
}
.logo-partners-v{
	width: 70px;
	cursor:pointer;
	padding-right:5px;
	padding-left:5px;
}

.logo-partners-v2{
	width: 40px;
	cursor:pointer;
	padding-right:5px;
	padding-left:5px;
}

.logo-collab-h{
	width: 140px;
	cursor:pointer;
	padding-right:5px;
	padding-left:5px;
}

.logo-collab-h2{
	width: 200px;
	cursor:pointer;
	padding-right:5px;
	padding-left:5px;
}

.logo-partners-h:hover{opacity: 60%;}
.logo-partners-h2:hover{opacity: 60%;}
.logo-partners-v:hover{opacity: 60%;}
.logo-partners-v2:hover{opacity: 60%;}
.logo-collab-h:hover{opacity: 60%;}
.logo-collab-h2:hover{opacity: 60%;}

.img-euralogo{cursor: pointer; width:220px;}

.side-link{font-size:16px;}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #1e73be;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #89D8F1;
  
}


/* Add a background color and some padding around the form */
.container-form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

@media (max-width: 768px){ 
	.nav-main ul{display: none;}
	.img-about1,.img-activities1,.news1{width:90%;}
	.col-sm-8{width:100%;}
	.col-sm-4-text-right{width:90%;text-align:left;padding-left:10px;}
	.img-euralogo{padding-left:5px; width:60%;}
	.container{font-size:14px;}
	.h3-blg,.h4-blg{font-size: 15px;}
	.h2-blg{font-size: 16px;}
	.h5-blg{font-size: 14px;}
	.blg1-text{width:80%;}
	.blg1-author, .blg2-author {width:30%;}
	.img-blg2-1,.img-blg2-2 {width:90%;}
	.logo-partners-h {width:30%;}
	.logo-partners-v, .logo-partners-h2{width:20%;}
	.logo-partners-v2 {width:15%;}
	table {width:70%;}
	table, tr, td, th {font-size:11px;}
	table tr th:nth-child(2),
	table tr td:nth-child(2){
    display: none;}
}


@media (max-width: 870px){
	.btn-toggle-nav {
		display:visible;
		width: 80px;
		height:100%;
		background-color:#FFF;
		background-image:url("img/btn_menu.png");
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center;
		cursor: pointer;
	}
	.btn-toggle-nav:hover{opacity: 0.7;}
	.nav-main ul{display: none;}	
	.img-euralogo{padding-left:5px; width:60%;}
}



@media (min-width: 1000px){ 
	.nav-sidebar ul{display: none;}
	.btn-toggle-nav{display:none;}
	.btn-toggle-nav:hover{opacity: 1;}
	.btn-toggle-nav {cursor: default;}
	.euralogo {margin-top:100px; text-align:bottom;}
}




