/* CSS Document */
body {
  margin: 0;
  font-family: 100% "Roboto" sans-serif; }

* {
  box-sizing: border-box; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative; }

.row:before, .row:after {
  content: "";
  display: table;
  clear: both; }

[class*="col-"] {
  width: 100%;
  padding: 15px;
  float: left; }

h1 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 0;
  font-family: "Roboto";
  color: #1ba5b8; }

h2 {
  font-weight: 700;
  font-size: 34px;
  margin-top: 0;
  font-family: "Roboto";
  color: #1ba5b8; }

h3 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  font-family: "Roboto";
  color: #1ba5b8; }

p {
	font-family: 100% "Roboto" sans-serif; 
}

/* 20190123 */
a{
	text-decoration:none; 
	color:#43AFCC
}
	
li {
	font-family: 100% "Roboto" sans-serif; 
}


/* HEADER */
header {
  background-color: #ffffff;
  height: 120px; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

.language {
	position: absolute;
	right: 0;
	top: 60px;
}

header > nav > .logo {
  padding: 10px 0;
  display: inline-block; }

header > nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  float: right;
background-color: #ffffff; }

header nav ul:before, header nav ul:after {
  content: "";
  clear: both;
  display: table; }

header > nav ul > li {
  display: inline-block; }

header > nav ul > li a {
  line-height: 50px;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #282828;
  font-weight: 700;
  font-family: "Roboto"; }

header nav ul li:hover a {
  background-color: #1ba5b8;
  color: #ffffff;}

/* 2019-02-05 */
  header > nav > .Left {
	margin: 0;
	padding: 0px 0px 0px 25px;
	display: inline-block;
	/* position: relative;*/
	height: 35px;
	/*float: left;*/ }
	
  header > nav > .Left .List {
	/* position: relative;*/
	height: 35px; }

  header > nav > .Left .List .Name {
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	font-size: 12px;
	color: #666;
	cursor: default; }

  header > nav > .Left .Name img {
	margin-top: 8px;
	margin-right: 7px;
	vertical-align: top; }

  header > nav > .Left ul ~ .Name:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24'%3E%3Cpath fill='%23999999' d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 7px;
	width: 10px;
	height: 10px;
	display: inline-block; }

  header > nav > .Left:hover ul ~ .Name:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24'%3E%3Cpath fill='%23999999' d='M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z'/%3E%3C/svg%3E"); }

  header > nav > .Left ul {
	background: #FFF;
	border: solid 1px #2A9DB2;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 100%;
	list-style-type: none;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	z-index: 5;
	-o-transition:.3s;
  	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
 	transition:.3s; }

  header > nav > .Left:hover ul {
	margin-top: -4px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible; }

  header > nav > .Left ul li a {
	padding: 3px 30px 3px 10px;
	color: #000;
	display: block; }

  header > nav > .Left ul li a img {
	margin-top: 2px;
	margin-right: 4px;
	vertical-align: top; }

  header > nav > .Left ul li a:hover {
	background: #2A9DB2;
	color: #FFF; }
/**/

/* JUMBOTRON */
.hero {
  width: 100%;
  height: 35vh;
  padding-top: 5vh;
  box-sizing: border-box;
  text-align: center;
  background-image: url(img/earth_foto.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.slogan {
  width: 800px;
  background-color: rgba(0, 0, 0, 0.3);
  float: left;
  text-align: left;
  padding: 0px 10px 20px 20px;
  color: #ffffff;
  text-transform: uppercase; }

.hero .slogan h1 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 0;
  font-family: "Roboto";
  color: #ffffff;}

.hero .slogan h2 {
  font-weight: 700;
  font-size: 34px;
  margin-top: 0; }

/* Content */
section > .container {
  margin: 50px auto;
  text-align: left; }

.features h1 {
  text-transform: uppercase;
  font-weight: 400;
  color: #1ba5b8;
  font-family: "Roboto" }

.features p {
	font-family: "Roboto" }

.features li {
	font-family: "Roboto" }

.contact {
  background-color: #1692a3;
  background-image: url(img/earth_green.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.contact h1 {
  color: #ffffff;
  font-family: "Roboto" }

.contact p {
  color: #ffffff;
  font-family: "Roboto"; }

.form-group {
  font-family: "Roboto"; 
}

.form-control {
  margin-bottom: 15px;
  min-height: 45px;
	width: 65%;
	}

/* Footer */
.footer .container {
  text-align: left; }

.footer {
  background-color: #313332;
  height: inherit;
  color: #fff; }

.footer h1 {
  display: inline-block; }

.footer hr {
  display: inline-block;
  width: 30%; }

.copyright {
  background-color: #1692a3;
  color: #fff;
  font-family: "Roboto";
  padding: 5px;
  margin-top: 0;
  margin-bottom: 0; }

/*RWD */
@media(max-width: 767px) {
  header {
    height: 235px; }

  header > nav > div {
    display: block; }

  header > nav > .logo {
    padding: 10px 0;
    display: table;
    margin: 0 auto; }
	
  .lineBreak {
	display: none; }

  header > nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    float: none; }

  header > nav ul > li {
    display: block;
    text-align: center; }

  header > nav ul > li a {
    line-height: 50px;
    padding: 0 20px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #282828;
    font-family: "Roboto"; }



  .slogan {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    float: right;
    text-align: left;
    padding: 30px;
    color: #fff;
    text-transform: uppercase; }

  .hero .slogan h1 {
    font-weight: 700;
    font-size: 1.7em;
    margin-bottom: 0;
	font-family: "Roboto"; }

  .hero .slogan h2 {
    font-weight: 700;
    font-size: 1.7em;
    margin-top: 0; }
	
  .features h1 {
	text-transform: uppercase;
	font-weight: 400;
	color: #1ba5b8;
	font-family: "Roboto" }
	
  .features p {
	font-family: "Roboto" }
	
  .contact {
	background-color: #1692a3;
	background-image: url(img/earth_green.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden; }

  .contact h1 {
    color: #ffffff;
    font-family: "Roboto" }

  .contact p {
    color: #ffffff;
    font-family: "Roboto" }

  /* Promo */
  .promo {
    display: none; }

  .promo-s {
    display: block;
    height: inherit;
    background-image: url(https://images.pexels.com/photos/27117/pexels-photo-27117.jpg?w=1260&h=750&auto=compress&cs=tinysrgb);
    background-size: cover;
    background-position: center;
    overflow: hidden; }

  .promo-s .container {
    margin: 0 auto; }

  .tablet {
    height: 500px; }

  .promo-s .tablet-image {
    background-image: url(http://www.bartweb.eu/kodilla/tablet.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 70%; }

  .promo-slogan {
    padding-top: 80px; }

  .promo-s .promo-slogan h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0; }

  .promo-s .info p {
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    color: #fff;
    margin-top: 0; } }
@media (max-width: 767px) {
  /* For tablets: */
  .col-s-1 {
    width: 8.33%; }

  .col-s-2 {
    width: 16.66%; }

  .col-s-3 {
    width: 25%; }

  .col-s-4 {
    width: 33.33%; }

  .col-s-5 {
    width: 41.66%; }

  .col-s-6 {
    width: 50%; }

  .col-s-7 {
    width: 58.33%; }

  .col-s-8 {
    width: 66.66%; }

  .col-s-9 {
    width: 75%; }

  .col-s-10 {
    width: 83.33%; }

  .col-s-1 {
    width: 91.66%; }

  .col-s-12 {
    width: 100%; } }
@media (min-width: 768px) {
  /* For desktop: */
  .col-m-1 {
    width: 8.33%; }

  .col-m-2 {
    width: 16.66%; }

  .col-m-3 {
    width: 25%; }

  .col-m-4 {
    width: 33.33%; }

  .col-m-5 {
    width: 41.66%; }

  .col-m-6 {
    width: 50%; }

  .col-m-7 {
    width: 58.33%; }

  .col-m-8 {
    width: 66.66%; }

  .col-m-9 {
    width: 75%; }

  .col-m-10 {
    width: 83.33%; }

  .col-m-11 {
    width: 91.66%; }

  .col-m-12 {
    width: 100%; }

  .col-13 {
    width: 20%; }

  .col-14 {
    width: 40%; }

  .col-15 {
    width: 60%; }

  .col-16 {
    width: 80%; }

  .col-17 {
    width: 100%; }

  .col-offset-0 {
    margin-left: 0; }

  .col-offset-1 {
    margin-left: 8.33%; }

  .col-offset-2 {
    margin-left: 16.66%; }

  .col-offset-3 {
    margin-left: 25%; }

  .col-offset-4 {
    margin-left: 33.33%; }

  .col-offset-5 {
    margin-left: 41.66%; }

  .col-offset-6 {
    margin-left: 50%; }

  .col-offset-7 {
    margin-left: 58.33%; }

  .col-offset-8 {
    margin-left: 66.66%; }

  .col-offset-9 {
    margin-left: 75%; }

  .col-offset-10 {
    margin-left: 83.33%; }

  .col-offset-11 {
    margin-left: 91.66%; } }

/* coockies - 20190123 */
	#cookies-message{
		padding:10px 0px; 
		font-family: 100% "Roboto" sans-serif;
		font-size:14px; 
		line-height:22px; 
		border-bottom:1px solid rgb(211,208,208); 
		text-align:center; 
		position:fixed; 
		top:0px; 
		background-color:#efefef; 
		width:100%; 
		z-index:999 }
		
	#accept-cookies-checkbox{ 
	background-color:#00AFBF; 
	padding:5px 10px; 
	color:#FFF; 
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	display:inline-block; 
	margin-left:10px; 
	text-decoration:none; 
	cursor:pointer }
	
	#accept-cookies-checkbox a{ 
	background-color:#00AFBF; 
	padding:5px 10px; 
	color:#FFF; 
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	display:inline-block; 
	margin-left:10px; 
	text-decoration:none; 
	cursor:pointer }
	
	#accept-cookies-checkbox a.active{ 
	background-color:#00AFBF; 
	padding:5px 10px; 
	color:#FFF; 
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	display:inline-block; 
	margin-left:10px; 
	text-decoration:none; 
	cursor:pointer }


/* 2019-04-16 */
td a{
  font-weight: 700;
  font-size: 12px;
  margin-top: 0;
  font-family: "Roboto";
  color: #1ba5b8; }