@font-face {
  font-family: "mojfont";
  src: url("../font/Vipnagorgialla Bd.otf");
  font-weight: bold;
}
@import url(assets/css/fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");


/* Basic */
@-ms-viewport {
  width: device-width; }

/*body {
  -ms-overflow-style: scrollbar; }
*/
@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px; } }

/*html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }
*/
/*html, body {
  height: 100%;
  overflow-x: hidden;
  width: 100%; }
  @media screen and (max-height: 640px) {
    html, body {
      height: auto;
      min-height: 100%; } }
*/
/*
body {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  /*background-color: #000;*/
  /*padding: 6em 4em 4em 4em; }
  
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }
  body > * {
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 1680px) {
    body {
      padding: 6em 3.5em 3.5em 3.5em; } }
  @media screen and (max-width: 736px) {
    body {
      padding: 5em 2em 2em 2em; } }
  @media screen and (max-width: 360px) {
    body {
      padding: 5em 1.25em 1.25em 1.25em; } }

*/
body{
	
}
/* BG */
#bg {
  -moz-transition: opacity 0s ease-in-out;
  -webkit-transition: opacity 0s ease-in-out;
  -ms-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out;
  height: 100%;
  left: 0;
  /*opacity: 0.35;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1; }
  #bg div {
   -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%; }
    #bg div.visible {
      -moz-animation: bg 45s linear infinite;
      -webkit-animation: bg 45s linear infinite;
      -ms-animation: bg 45s linear infinite;
      animation: bg 45s linear infinite;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      #bg div.visible.top {
        z-index: 2; }
      @media screen and (max-width: 1280px) {
        #bg div.visible {
          -moz-animation: bg 29.25s linear infinite;
          -webkit-animation: bg 29.25s linear infinite;
          -ms-animation: bg 29.25s linear infinite;
          animation: bg 29.25s linear infinite; } }
      @media screen and (max-width: 736px) {
        #bg div.visible {
          -moz-animation: bg 18s linear infinite;
          -webkit-animation: bg 18s linear infinite;
          -ms-animation: bg 18s linear infinite;
          animation: bg 18s linear infinite; } }
    #bg div:only-child {
      -moz-animation-direction: alternate !important;
      -webkit-animation-direction: alternate !important;
      -ms-animation-direction: alternate !important;
      animation-direction: alternate !important; }
  body.is-preload #bg {
    opacity: 0; }


/* Type */
body{
	color: rgba(255, 255, 255, 0.75);
	font-family: "mojfont";
	font-size: 16pt;
	font-weight: 400;
	/*letter-spacing: -0.01em;
	line-height: 1.65em;*/
}

input, select, textarea {
  color: rgba(255, 255, 255, 1);
  font-family: "Poppins";
  font-size: 16pt;
  font-weight: 400;
  /*letter-spacing: -0.01em;
  line-height: 1.65em;*/
}
textarea{
	width: 270px;
	height: 120px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.3) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.3) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.3) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.3) !important;
}


@media screen and (max-width: 1680px) {
    body, input, select, textarea {
      font-size: 12pt; }
		#container input, select, textarea{
			font-size: 15pt;
		}}
@media screen and (max-width: 1280px) {
    body, input, select, textarea {
      font-size: 12pt; }
		#container input, select, textarea{
			font-size: 15pt;
		}}
@media screen and (max-width: 980px) {
    body, input, select, textarea {
      font-size: 12pt; }
		#container input, select, textarea{
			font-size: 15pt;
		}}
@media screen and (max-width: 736px) {
    body, input, select, textarea {
      font-size: 12pt; } 
	  #container input, select, textarea{
			font-size: 15pt;
		}}
@media screen and (max-width: 480px) {
    body, input, select, textarea {
      font-size: 12pt; } 
	  #container input, select, textarea{
			font-size: 15pt;
		}}

a {
  -moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
  -webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
  -ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
  transition: border-bottom-color 0.2s ease, color 0.2s ease;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.25);
  color: #fff;
  text-decoration: none; }

a:hover {
    border-bottom-color: transparent;
    /*color: #1cb495 !important;*/
	color: #ff7518 !important;
    text-decoration: none; }

strong, b {
  color: #fff;
  font-weight: 700; }

em, i {
  font-style: normal; }

/*
p {
  margin: 0 0 2em 0; }
*/
/*h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 1em 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }

h1 {
  font-size: 2.5em;
  line-height: 1.25em; }

h2 {
  font-size: 1.75em;
  line-height: 1.5em; }

h3 {
  font-size: 1.35em;
  line-height: 1.5em; }

h4 {
  font-size: 1.1em;
  line-height: 1.5em; }

h5 {
  font-size: 0.9em;
  line-height: 1.5em; }

h6 {
  font-size: 0.7em;
  line-height: 1.5em; }

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

blockquote {
  border-left: solid 8px rgba(255, 255, 255, 0.35);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em; }

code {
  background: rgba(255, 255, 255, 0.125);
  border-radius: 6px;
  border: solid 2px rgba(255, 255, 255, 0.35);
  font-family: "mojfont", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em; }

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "mojfont", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0; }
  pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto; }

hr {
  border: 0;
  border-bottom: solid 2px rgba(255, 255, 255, 0.35);
  margin: 2em 0; }
  hr.major {
    margin: 3em 0; }

/* Section/Article */
section.special, article.special {
  text-align: center; }

/*
@media screen and (max-width: 980px) {
  header br {
    display: none; } }

@media screen and (max-width: 736px) {
  header br {
    display: inline; } }

@media screen and (max-width: 480px) {
  header br {
    display: none; } }

/* Icon */

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; 
}
.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; 
}
.icon > .label {
    display: none; }
.icon:before {
    line-height: inherit; 
}
.icon.solid:before {
    font-weight: 900; 
}
.icon.brands:before {
    font-family: 'Font Awesome 5 Brands'; 
}

/* List */
/*ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em; }
  ol li {
    padding-left: 0.25em; }

ul {
  list-style: none;
  margin: 0 0 2em 0;
  padding-left: 1em; }
  ul li {
    padding-left: 0.5em; }

/* Icons */
/*ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0; 
}
ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0; }
    ul.icons li:last-child {
      padding-right: 0; }
    ul.icons li .icon:before {
      font-size: 1.25em; }
    ul.icons li a {
      color: inherit; 
}

/* Form */
/*form {
  margin: 0 0 2em 0; }
  form .message {
    text-decoration: none;
    -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    height: 2.75em;
    line-height: 2.75em;
    opacity: 0; }
    form .message:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    form .message:before {
      margin-right: 0.5em; }
    form .message.visible {
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    form .message.success {
      color: #1cb495; }
      form .message.success:before {
        content: '\f00c'; }
    form .message.failure {
      color: #ff2361; }
      form .message.failure:before {
        content: '\f119'; }

label {
  color: #fff;
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0 0 1em 0; }

@-moz-keyframes focus {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025); }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes focus {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025); }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes focus {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025); }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes focus {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025); }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -ms-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  background-color: transparent;
  border-radius: 6px;
  border: none;
  border: solid 2px rgba(255, 255, 255, 0.35);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%; }
  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  select:focus,
  textarea:focus {
    -moz-animation: focus 0.1s;
    -webkit-animation: focus 0.1s;
    -ms-animation: focus 0.1s;
    animation: focus 0.1s;
    background-color: rgba(255, 255, 255, 0.125);
    border-color: #1cb495; }

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.35)' /%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 2.75em;
  padding-right: 2.75em;
  text-overflow: ellipsis; }
  select option {
    color: #fff;
    background: #000; }
  select:focus::-ms-value {
    background-color: transparent; }
  select::-ms-expand {
    display: none; }

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.75em; }

textarea {
  padding: 0.75em 1em; }

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background: rgba(255, 255, 255, 0.125);
      border-radius: 6px;
      border: solid 2px rgba(255, 255, 255, 0.35);
      content: '';
      display: inline-block;
      font-size: 0.8em;
      height: 1.65em;
      left: 0;
      line-height: 1.65em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 1.65em; }
  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    background: #1cb495;
    border-color: #1cb495;
    color: #ffffff;
    content: '\f00c'; }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: #1cb495;
    box-shadow: 0 0 0 2px #1cb495; }

input[type="checkbox"] + label:before {
  border-radius: 6px; }

input[type="radio"] + label:before {
  border-radius: 100%; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0; }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0; }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0; }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0; }

.formerize-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0; }

/* Button */
/*
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  background-color: #1cb495;
  border-radius: 6px;
  border: 0;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 1.125em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: #e97142; }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  button:active,
  .button:active {
    background-color: #199e83; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  button.disabled,
  button:disabled,
  .button.disabled,
  .button:disabled {
    opacity: 0.5; }
@media screen and (max-width: 480px) {
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
	.button {
      padding: 0; } }
	  
	  
/* Logotip */
#logotip{
		width: 100%;
		height: 100px;
		background-color: rgba(0, 0, 0, 0.3);
		position: fixed;
		top: 0px;
		left: 0px;
	}
	
.logotip{
	margin-left: 10%;
}
.is-preload #logotip {
		
}
#logotip a{
	border-bottom-color: transparent;
    text-decoration: none;
}

#logotip a:hover{
	border-bottom-color: transparent;
    text-decoration: none;
	
}
#logo{
	
}

#menu{
	float: right;
	top: 15px;
	right:10%;
	position: fixed;
	text-align: center;
	
}
#menu ul{
	
}

#menu ul li{
	width:100px;
	height:auto;
	margin-left: 5px;
	margin-right: 5px;
}
#menu ul li a{
	display: block;
	font-family: Poppins;
	font-size: 18px;
}
/* Header */
header{
	width: auto;
	height: auto;
	margin-top: 100px;


}
.skrol100{
	position: absolute;
	top: 100px;
	bottom: 50px;
    left: 0;
    right: 0;
	overflow: auto;
}

header h1 {
  font-size: 4.75em;
  margin: 0 0 0.55em 0;
	color: #ff7518;}
.is-preload header h1 {
}

header p {
  font-size: 1.35em;
  line-height: 1.65em;
}

header a {
  color: inherit;
  margin: 0 20px 0 0;  
}

@media screen and (max-width: 1920px) {
	header h1 {
		font-size: 4.75em; }
	header p {
		font-size: 1em; }
	header h3{
		font-size: 2em;
	}
	header i{
		font-size: 1.8em;
	}
	header a {
		font-size: 20px; 
	}
	.collapsible-header i{
		font-size: 1.8em;
	}
	}

@media screen and (max-width: 1680px) {
	header h1 {
		font-size: 4.75em; }
	header p {
		font-size: 1em; }
	header h3{
		font-size: 2em;
	}
	header i{
		font-size: 1.4em;
	}
	header a {
		font-size: 1.3em; }
	.collapsible-header i{
		font-size: 1.8em;
	}
	}	  
	  
@media screen and (max-width: 1280px) {
	header h1 {
    font-size: 4em; }
	header p {
    font-size: 1em; }
	header h3{
		font-size: 1.8em;
	}
	header a {
		font-size: 1.2em; }
	.collapsible-header i{
		font-size: 1.4em;
	}}
	  
@media screen and (max-width: 980px) {
	header h1 {
    font-size: 3em; }
	header p {
    font-size: 1em; }
	header h3{
		font-size: 1.8em;
	}
	header a {
		font-size: 1.2em; }
	.collapsible-header i{
		font-size: 1.2em;
	}}

@media screen and (max-width: 736px) {
	header h1 {
    font-size: 3em; }
	header p {
    font-size: 1em; }
	header a {
		font-size: 1.2em; }
	header h3{
		font-size: 1.6em;
	}
	.collapsible-header i{
		font-size: 1.2em;
	}}

@media screen and (max-width: 480px) {
	header h1 {
    font-size: 2.5em; }
	header a {
		font-size: 1.2em; }
	header h3{
		font-size: 1.6em;
	}
	.collapsible-header i{
		font-size: 1.2em;
	}	
	}

/* Signup Form */
#signup-form {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative; }
  #signup-form input[type="text"],
  #signup-form input[type="password"],
  #signup-form input[type="email"] {
    width: 18em; }
  #signup-form > * {
    margin: 0 0 0 1em; }
  #signup-form > :first-child {
    margin: 0 0 0 0; }
  @media screen and (max-width: 480px) {
    #signup-form {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #signup-form input[type="type"],
      #signup-form input[type="password"],
      #signup-form input[type="email"] {
        width: 100%; }
      #signup-form > * {
        margin: 1.25em 0 0 0; }
      #signup-form .message {
        bottom: -1.5em;
        font-size: 0.9em;
        height: 1em;
        left: 0;
        line-height: inherit;
        margin-top: 0;
        position: absolute; } }

/* Footer */
#footer {
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	/*bottom: 4em;
	color: rgba(255, 255, 255, 0.5);
	left: 4em;*/
	opacity: 0.5;
	position: fixed;
	bottom: 0px;
    left: 0px;
    margin: 1em 0 0 0;
	background-color: #000;
	width: 100%;
	height: 50px;
}

#footer .icons {
	margin-top: 10px;
	float: right;
}

#footer .icons a{
	border: none;
	margin: 0 20px 0 0;
	font-size: 20px;
}

#footer .copyright {
    font-size: 0.8em;
    list-style: none;
    /*padding: 0;*/
	float: left;
}
#footer .copyright li {
     border-left: solid 1px rgba(255, 255, 255, 0.25);
     display: inline-block;
     line-height: 1em;
     margin: 0 0 0 0.75em;
     padding: 0 0 0 0.75em;
}
#footer .copyright li:first-child {
	border-left: 0;
    margin-left: 0;
    padding-left: 0; 
}
#footer .copyright a {
    color: inherit; 
}
#footer:hover {
    opacity: 1; 
}
  #footer > :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1680px) {
    #footer {
      bottom: 0px;
      left: 0px; } }
  @media screen and (max-width: 736px) {
    #footer {
      bottom: 0px;
      left: 0px; } }
  @media screen and (max-width: 360px) {
    #footer {
      bottom: 0px;
      left: 0px; } }
  @media screen and (max-height: 640px) {
    #footer {
      bottom: 0px;
      left: 0px;
      margin: 1em 0 0 0;
      position: fixed; } }




/*
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/*
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
*/

#container{
	height: auto;
	/*float: left;*/
	text-align: center;
	/*margin:50px;*/
}

#container h2{
	font-size: 35px;
	letter-spacing: 15px;
	margin-bottom: 100px;
	text-decoration: underline solid 2px #987654;
}


.collapsible i:hover {
  color: #ff7518;
}
/*
.active{
	background-color: #000;
}*/

/*.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}*/

/*.active:after {
  content: "\2212";
}*/

.content {
  padding: 0 100px;
  max-height: 0;
  overflow: hidden;
  /*transition: max-height 0.3s ease-out;*/
  background: rgba (255, 255, 255, 0.4);
}

.tekst_pocetna{
	text-align: right;
	padding-top:10%;
	padding-bottom: 50px;
	padding-right: 100px;
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
  text-align: center;
  text-decoration: underline solid 2px #987654;
  letter-spacing: 3px;
}

/*.collapsible-body p {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 22px;
}*/

.pitanja{
	font-family: Poppins;
	font-size: 14px;
	color: rgba(255,255,255,1);
	width: 100%;
	letter-spacing: 5px;
}

#onama{
	width: 80%;
	height: auto;
	margin: 0 auto 75px auto;
}

.onama-fontstil{
	width: auto;
	/*margin: 0 50px 50px 50px;*/
	font-family: Poppins;
	font-size: 22px;
	color: rgba(255,255,255,1);
	width: 100%;
	letter-spacing: 5px;
}

.nav{
	--bs-nav-link-padding-x:1rem;
	--bs-nav-link-padding-y:0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color:var(--bs-link-color);
	--bs-nav-link-hover-color:var(--bs-link-hover-color);
	--bs-nav-link-disabled-color:#6c757d;
	display:flex;
	flex-wrap:wrap;
	padding-left:0;
	margin-bottom:0;
	list-style:none
}

.card-panel{
	transition:box-shadow .25s;
	padding:10px;
	margin:0.5rem 0 1rem 0;
	border-radius:2px;
}


.collapsible{
	 margin:0.5rem 0 1rem 0;
	color: white;
	/*cursor: pointer;*/
	width: auto;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
}
 
.collapsible-header{
	 display:flex;
	 cursor:pointer;
	 min-height:3rem;
	 line-height:3rem;
	 padding:0 1rem;
	 /*background-color:#fff;*/
	 /*border-bottom:1px solid #ddd;*/
	 margin-left: auto;
	 margin-right: auto;
}
 
 
.collapsible-header i{
	 width: auto;
	 /*font-size: 1.8rem;*/
	 line-height: 2.4rem;
	 display:block;
	 float:left;
	 text-align: center;
	 margin-right: auto;
	 margin-left: auto;
	 color: rgba(255,255,255,1);
	 letter-spacing: 3px;
	 -moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	-webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	-ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
	transition: border-bottom-color 0.2s ease, color 0.2s ease;
	color: #fff;
	text-decoration: none;
}
.collapsible-body{
	display:none;
	/*border-bottom:3px solid #fff;
	border-top:3px solid #fff;*/
	box-sizing:border-box;
	width: 100%;
	margin-left: -15px;
}
 
.collapsible-body p{
	 /*margin-left: 100px;
	 margin-right: 100px;*/
	 padding: 30px;
	 text-align: center;
	 font-size: 20px;
	 letter-spacing: 3px;
	 background-color: rgba(0,0,0,0.7);
	 
}



/*--------------- KONTAKT FORMA ---------------*/

.contact {
	padding-bottom: 0;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
	line-height: 24px;
}

.contact-form {
	padding-top: 50px;

}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
	width: 100%;
	/*color: #F08619;*/
}

.antispam{
	display: none;
}

.contact-form .form-control {
  border-color: #ff7800;
  border-radius: 5px;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 15px;
  background-color: rgba(0,0,0,0.4) !important;
  letter-spacing: 0.1em;
  line-height: 1.65em;
  padding: 6px 12px;
  
}

.contact-form .input-field {
	width: 100%;
	float: left;
	margin-right: 4%;
	
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
	border-bottom-color: #c0392b;
}

label.error {
	color: #c0392b;
	text-transform: capitalize;
	font-weight: normal;
}

.contact-form #form-submit {
  /*background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;*/
  background: none;
  /*border: 0 none;*/
  border-radius: 10px;
  color: #fff;
  font-size: 25px;
  line-height: 24px;
  padding: 10px;
  text-align: center;
  width: 200px;
  cursor: pointer;
}
.contact-form #form-submit:hover {
  /*background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;*/
  background: none;
  /*border: 0 none;*/
  border-radius: 10px;
  color: #ff7800;
  font-size: 25px;
  line-height: 24px;
  padding: 10px;
  text-align: center;
  width: 200px;
  -moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
  -webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
  -ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
  transition: border-bottom-color 0.2s ease, color 0.2s ease;
  
  
}

.fontpoppins{
	font-family: Poppins;
}

.form-control{
	color: #fff;
	opacity: 1;
}

input[type=text]:focus, input[type=email]:focus, textarea[type=textarea]:focus {
  border: 1px solid #ff7800;
  outline: none;
}



<!----------------- FOOTER ------------------>

.futertekst{
	font-color: #ff7518;
}