html{
	scroll-behavior: smooth;
}

.nunito-f {
	font-family: "Nunito", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
  }

body{
	margin: 0px;
	_font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-family: 'Nunito', sans-serif;
	height:100%;
	background: white;
	/**/
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center; 
	/**/
}

#mySidenav {display: none;}
.row-menu-phone { display: none;}
.content-body-mobile {display: none;}

p{text-align: justify;}

/*
#img-category-spawanie{
	height: 350px; 
	float: left; 
	margin-right: 35px;
}
*/

#img-right{
	margin-top: -55px;
	height: 500px; 
	padding: 15px; 
	float: right;
}
#img-left{
	margin-top: -55px;
	height: 500px; 
	padding: 15px; 
	float: left;
}
/*
.loader{
	z-index:50;
	position:absolute;
	right: 10px;
	top: 30px;
	
	border: 5px solid #F3F3F3;
	border-radius: 50%;
	border-top: 5px solid #3498db;
	width:20px;
	height:20px;
	
	animation: spin 6000ms linear infinite;
}
*/

@keyframes spin{
	0% {transform: rotate(0deg);}
	0% {transform: rotate(360deg);}
}
h3{
	color: #191919;
	font-variant: small-caps;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 2;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
	transition: transform 0.8s;
}
#back-to-top:hover {
	transform: rotate(180deg);
	transition: transform 0.8s;
}

#backLink{
	margin: 30px;
	color: #888888;
}

#backLink:hover{
	color: #003c8c;
}

.page-logo-main{
	position: absolute; 
	z-index:2;
	width: 550px;
	height: 120px;
	margin-left: -50px;
	_background: white;
}
.fast-icon-bar{
	_background: white;
	height: 35px;
	width: 100%;
}

.fast-icon-bar a {
	padding: 0 5px 0 5px;
  	color: grey;
	text-decoration: none;
	font-size: 16px;
}

.fast-icon-bar a :hover{
	color: black;
	background: white;
}

.chip {
	color: #dadada;
	margin-top: 3px;
	float: right;
	display: inline-block;
	padding: 0 10px 0 30px;
	font-size: 16px;
	line-height: 25px;

	margin-right: 10px;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 25px;
    width: 25px;

}

.menu-main-bar{
	height: 65px;

}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 4px;
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

.topnav {
  overflow: hidden;
  padding-right: 2%;
  margin-right: 10%;
  margin-bottom: 10px;
  width: 50%;
  float: right;
  
}

.topnav a {
  float: right;
  display: block;
  color: black;
  text-align: center;

  margin-left: 5px;
  margin-right: 5px;

  padding-top: 25px;
  padding-bottom: 5px ;
  padding-left: 5px;
  padding-right: 5px;

  text-decoration: none;
}

.dropdown a:hover {
  border-bottom:2px solid #ffcc00;
  background: white;
  _animation: bounceInLeft 1s;
  _transition: 2s;
}

.active {
  border-bottom: 3px solid #191919;
  color: #191919;
}

.topnav .icon {
  display: none;
}
/*****************************************************************/
/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: right;
  overflow: hidden;
  font-family: 'Nunito', sans-serif; 
  font-size: 20px;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  margin-top: 65px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}
  /* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}
/******************************************************************/

.parallax {
  /*box-shadow: 0px 6px 35px grey;
  /* The image used */
  
  filter: blur(1px);
  /* Set a specific height */
  min-height: 500px; 
  /* Create the parallax scrolling effect */
  clear:both;
  margin-top: 70px;
  background-image: url("img/wood-bg.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#parallax-content{
	width: 1300px;
	margin:auto;	
}

#parallax-right{
	width: 480px;
	padding: 15px;
	float: left;
}

#parallax-left{
	width: 740px;
	padding: 15px;
	float: left;	
}
/******************************************************************/
.skewLeft {
    transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    -moz-transform: skew(15deg, 0deg);
    -o-transform: skew(15deg, 0deg);
}

.skewRight{
    transform: skew(-15deg, 0deg);
	-webkit-transform: skew(-15deg, 0deg);
	-moz-transform: skew(-15deg, 0deg);
	-o-transform: skew(-15deg, 0deg);
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.bg-image-banner {
  margin-top: 30px;
  width: 100%; 
  position: relative;

}

/* Position text in the middle of the page/image */
.bg-text-banner {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.3); /* Black w/opacity/see-through */
  margin-top:95px;
  color: white;
  font-weight: bold;
  border-left: 10px solid #ffcc00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 40px;
  text-align: left;
}

.bg-text-banner-h1 {
	font-family: 'Nunito', sans-serif; 
	font-size:40px; 
	animation: bounceInLeft 1s;
}
.bg-text-banner-h2 {
	font-family: 'Nunito', sans-serif; 
	font-size:30px; 
	animation: bounceInLeft 2s;
}

.btn {
	border: none;
	outline:none;
	color: black;
	padding: 14px 28px;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
	width: 170px;
  }
  .more {
	background-color: #ffcc00;
	color: #191919;
  }
  
  .more:hover {
	background: #191919;
	color: #ffcc00;
  }

  .eLearning {
	background-color: #fc0;
	color: #191919;
  }

  .eLearning:hover {
	background: #191919;
	color: #ffcc00;
	border-bottom: none;
  }

.button-bar-main{
	margin-top:-44px;
	padding-top:65px;
	margin-bottom: 10px;
	height: 85px;
	background: #d8d8d8;
	box-shadow: 0px 6px 15px grey;
}

.off{
	 height: 85px; 
	 padding-top: 115px; 
	 margin-top: 25px; 
	 margin-bottom: 0; 
	 box-shadow: none; 
	 background-image: url(img/bg_off4.png); 
	 background-repeat: no-repeat; 
	 background-size: cover;
}
.item-content{
	_width: 1103px;
}
.flip-box {
  float: right;
  margin-right:20px;
  background-color: transparent;
  width: 250px;
  height: 55px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #f0f0f0;
  border: 5px solid white;
}

.flip-box-front p{
  color: #0d263c;
  _font-size: 18px;
}

.flip-box  h1{
	margin: 0;
	margin-top: 8px;
	color: #003c8c;
	font-size: 15px;
	
	float:left;
}

.flip-box  h2{
	clear:both;
	color: #9e9ead;
	font-size: 13px;
	margin: 0;
	float:left;
}

.flip-box-back {
  border: 5px solid white;
  background-color: #003c8c;
  color: white;
  transform: rotateX(180deg);
}

.button-image{
	float: right;
	background: #003c8c;
	border-left:5px solid white;
	height:55px;
	width:45px;
}

.button-text{
	float: left;
	padding-left: 10px;
}

.header{
	background-color: #ffcc00;
	margin: 0;
	margin-top: 30px;
	box-shadow: 0px 6px 15px grey;
	margin-bottom: 60px;
}
.header-txt{
	margin-top: 0px;
	color: #191919;
	margin-bottom: 10px;
	padding: 20px;
	text-transform: uppercase;
	font-size: 29px;
	animation: bounceInLeft 1s;
}
@media only screen and (max-width: 1400px) {
	.content{
		width:80%;
		margin: auto;
	}
  }
@media only screen and (min-width: 1401px) {
	.content{
		width:70%;
		margin: auto;
		margin-top: 330px;
	}
  }
.paragraph-main{
	margin:auto;

	height: 100%;
}
.main-point{
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}
.daneTech td{
	border: 1px solid black;
	
}

li{
	margin-left: 30px;
}
ul{
	list-style-image: url('img/pointer.svg');
	list-style-type: circle;
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
}

#paragraph-01{
	_background: yellow;
	_height: 1000px;
}

#paragraph-02{
	clear:both;
	width: 100%;
	_margin-bottom: 20px;
	_background: orange;
	padding: 50px 0 50px 0;
}

.info-box{
	display: flex;
	margin:auto;
	width: 1000px;
	justify-content: space-evenly;
	
}

.info-box h2{
	color: white;
	text-align: center;
}

.info-box img{
	width: 100px;
	/*: center;*/
}

.info-box button{
	clear: both;
	padding: 15px;
	
}
.box-left{
	border: 1px solid red;
	width: 30%;
	background: grey;
}

.box-middle{
	border: 1px solid red;
	width: 30%;
	background: grey;
}

.box-right{
	border: 1px solid red;
	width: 30%;
	background: grey;
}

.collapse{
	margin: 0 auto;
	clear:both;
}

/**/

.attention-section{
	/*padding-top: 50px;
	display:block;
	width: 1100px;
	margin: auto;*/
	
	padding: 50px;
	display: block;
	max-width: 950px;
	margin: auto;
	margin-top: auto;
	background: white;
	position: relative;
	z-index: 5;
	margin-top: -200px;
}

.att-column{
	clear: both;
}

.att-left{
	width: 47%;
	float: left;
	margin: 10px;
	_border: 1px solid red;
	
	
}
.att-right{
	width: 47%;
	float: right;
	margin: 10px;
	_border: 1px solid red;
}

.att-img{
	max-width: 100px; 
	display: block;	
	float:left;
	
	visibility: visible;
	animation-iteration-count: 1;
	animation-name: bounceInUp;
	
}

.att-text-box{
	float: right;
	_border: 1px solid blue;
	width: 75%;
}

.att-text-box p {
	color: #1b3954;
	padding: 10px;
	text-align: justify;
	text-justify: inter-word;
}

.att-text-box h3 {
	color: #715442;
	font-variant: small-caps;
}

/*  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5*/
/* Float four columns side by side */
#content-c-counter{
	position: absolute;
	width: 70%;
	z-index: 3;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -169px;
	
}
.column-counter {
  float: left;
  width: 33%;
  padding: 0 5px;
  _background: white;
  margin: 0 5px 0 5px;
}

.row-counter {
	margin: 25px -5px;
	display: flex;}


/* Responsive columns */
@media screen and (max-width: 600px) {
  .column-counter {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

/* Style the counter cards */
.card-counter {
  _box-shadow: 0 4px 8px 0 rgba(0, 0, 0.2, 0.2);
  padding: 5px;
  height: 350px;
  text-align: center;
  background-color: #ffcc00;
  color: black;
}
.card-counter:hover {
	transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

.fa {font-size:50px;}

/*  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5*/
footer{
	margin-top: -60px;
	clear:both;
	border-top: 10px solid #ffcc00;
	_background: #ffffff;
	
	_color: black;
	_height: 300px;
	margin-top: 35px;
}
h4{
	color: black;
	padding-left: 5px;
	border-left: 10px solid #ffcc00;
}

#a-foot{
	color: black;
	_font-weight: bold;
	text-decoration: none;
}

#a-foot:hover{
	color: #ffcc00;
}

#a-foot-img:hover{
	background-image: rgb(255,255,255);
}

#f_{
	color: #c0c0c0;
}

#foot-menu{
	padding-top: 30px;
	
}

#foot-section-l{
	color: black; 
	float: left; 
	_width: 570px; 
	_border-left: 1px solid #888888; 
	_height: 100%;
	height:200px;
	padding-left:50px; 
	margin-top: 20px;
}
#foot-section-r{
	color: black; 
	float: left; 
	width: 330px; 
	_border-left: 1px solid #888888; 
	_height: 100%; 
	height: 200px;
	padding-left:20px; 
	margin-top: 20px;
}
#foot-section-mobile {display: none;}