@charset "utf-8";
@font-face {
  font-family: Anta-Regular; /*https://fonts.google.com/specimen/Anta*/
  src: url(/fonts/Anta-Regular.ttf);
}
@font-face {
  font-family: courierNewBold;
  src: url(/fonts/courierNewBold.ttf);
}

/* BASIC COLORS */
:root {
  --masterText: #000;
  --masterURL: #6e6e6e;
  --nyyloRed: #C20E1A;
  --red: #ff0000;
}


/* CSS Document */

* {
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;

}
h1, h2 {
  font-family: Anta-Regular;
}

ul li {
  list-style: none;
  padding: 5px 6px 5px 20px;

}
.red {
  color: red !important;
}
.separator {
  margin-top: 10px;
}
html,body {
  font-family: Verdana, sans-serif;
  color: var(--masterText);
  height: 100vh;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

.bodyBg {
  /* The image used */
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;


  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;

}
.bodyBg.carouselUse {
  display: none;
}
.bodyBg.carouselUse:before {
  background: none, linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 59%;
  content: "";
  display: block;
  margin-left: 18vw;
}
.bodyBg.carouselUse.active {
  display: block;
}
.messageWrap {
  width: 100%;
position: fixed;
bottom: 0;
z-index: 1000;
display: none;
}
.message {
  width: 30%;
margin: auto;
padding: 20px;
text-align: center;
height: 60px;
font-weight: bold;
background: #009f35;
color: #fff;
box-sizing: border-box;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
border-top: 3px;
border-left: 3px;
border-right: 3px;
border-color: #fff;
border-style: solid;
border-radius: 20px 20px 0 0;
}
.message.E {
  background: #ff6c6c;
}
.message.I {
  background: #f1aa49;
}
.message.A {
  background: #009f35;
}
a {
  text-decoration: none;
  color: var(--masterURL);
}
a:hover {
  text-decoration: underline;

}
body #privacyWrap {
  width: 100%;
  background: #000;
  position: fixed;
  box-sizing: border-box;
  bottom: 0;
  padding: 10px 20px;
  z-index: 200;
  color: #fff;

  font-size: 14px;
}
body #privacyWrap a {
  color: var(--masterURL);
}
body #privacyWrap span {
  background: #ff0000;
display: inline-block;
padding: 1px;
}
body #privacyWrap span button {
  border: 2px solid var(--nyyloRed);
background: var(--nyyloRed);
padding: 3px 12px;
color: #fff;
box-sizing: border-box;

}
body #privacyWrap span button:hover {
  border-color: #ff0000;
  background: #ff0000;
}
body #privacyWrap span:hover {
  background: var(--nyyloRed);
}
body>header {
  height: 100px;
  background: #fffffff0;
  position: relative;
  z-index: 2;
}

body>header #logoContainer {
  margin: 0px 10vw;
  display: block;
  width: 330px;
  text-decoration: none;
  color: #24344E;
  height: 100%;
}

body>header #logoContainer #logo {
  background-image: url('/images/web_root/logo/NYYLO_H.png');
  width: 327px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 65px;
  position: relative;
  top: 20px;
}
body>header #logoContainer #motto {
  position: relative;
  top: 12px;
  text-align: center;

  font-weight: bold;
  color: #fff;
  mix-blend-mode: difference
}
body > header nav {
  display: block;
  height: 80px;
  position: absolute;
  right: 10vw;
  top: 0;
  text-align: center;
  padding: 35px 10px;
  box-sizing: border-box;
  font-size: 20px;
}
body > header nav .burger {
  display: none;
}

body>header nav ul li {
  display: inline-block;
  padding: 0 2px 0 2px;
}
body>header nav ul li .selectedLanguage {
  width: 32px;
  height: 23px;
  position: relative;
  top: 6px;
  z-index: 1;
}
body>header nav ul li .selectedLanguage img {
  width: 32px;
  cursor: pointer;
}
body>header nav ul li .languageSelector {

  position: absolute;
  z-index: 2;
  margin-top: -26px;
  display: none;
  background: #00000091;
  margin-left: -5px;

}
body>header nav ul li .languageSelector img {
  padding: 5px;
  cursor: pointer;
}
.languageSelector:hover,.selectedLanguage:hover+.languageSelector {

  display: block;
}
body main .partsite {
  height: 80vh;
  position: absolute;
  left: 10vw;
  background: #00000070;
  color: #fff;
  top: 100px;
  right: 10vw;

}


body main .partsite h1 {
  font-family: Anta-Regular;
  font-weight: bold;
  font-size: 10vh;
  display: block;
  width: 90%;
  position: relative;
  top: 15vh;
  left: 3vw;
  text-transform: uppercase;
}

body main .partsite .titleText {
  width: 53vw;
  position: absolute;
  bottom: 15vh;
  left: 20vw;
  font-size: 25px;

  text-align: justify;
}
body main .partsite button {
  font-family: Anta-Regular;
  background: var(--nyyloRed);
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  width: 300px;
  height: 60px;
  bottom: -65px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .partsite button:hover {
  background: #FF0000;
  font-size: 21px;
}

/*************************NEWS*********************************/
body main .partsite.news {
  left: 5vw;
  right: 5vw;
  height: unset;
  padding-bottom: 100px;
}
body main .partsite.news h1 {
  text-align: center;
  position: static;
  margin-top: 100px;
  width: 100%;
  font-size: 3vw;
}
body main .partsite.news .newsWrap {
  padding: 0 100px;
  text-align: center;
}
body main .partsite.news .newsWrap .newsItems {
  display: inline-block;
  position: relative;
  margin: 0 15px;
  cursor: pointer;
  overflow: hidden;
}
body main .partsite.news .newsWrap a {
  color: #fff;

}
body main .partsite.news .newsWrap .newsItems .newsItemsImageWrap {
  width: 15vw;
  height: 25vw;
  overflow: hidden;
}
body main .partsite.news .newsWrap .newsItems img {

  filter: blur(3px);
  transform: scale(1);
  transition: transform .7s, filter .25s ease-in-out;
  height: 100%;

}
body main .partsite.news .newsWrap .newsItems .newsItemsHeader {
  position: absolute;
  bottom: 0;
  padding: 0 10px 10px 25px;
  text-align: left;
  font-size: 40px;
  box-sizing: border-box;
  width: 100%;
  font-family: Anta-Regular;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.85);
}
body main .partsite.news .newsWrap .newsItems .newsItemsHeader:before {
  width: 10px;
  height: 94%;
  content: "";
  background: var(--nyyloRed);
  position: absolute;
  bottom: 15px;
  left: 12px;
}
body main .partsite.news .newsWrap .newsItems:hover > .newsItemsImageWrap img {
  filter: blur(0);
  transform: scale(1.2);
}
body main .partsite.news .newsWrap .newsItems:hover > .newsItemsHeader:before {
  background: var(--red);
}
/*************************NEWS ITEM*********************************/
body main .partsite.newsItemWrap {
  position: relative;
  width: 80vw;
  top: 0;
  height: 100%;
  text-align: center;
  color: #000;
  background: #ffffffc9;
}

body main .partsite.newsItemWrap h1 {
  width: 45%;
  position: static;
  display: inline-block;
  padding: 10% 3%;
  font-size: 74px;
  vertical-align: top;
  box-sizing: border-box;
  margin: 20px;
  text-align: left;
}
body main .partsite.newsItemWrap img {
  width: 30%;
  display: inline-block;
  margin: 100px;
  -webkit-box-shadow: 0px 0px 59px 4px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 0px 59px 4px rgba(0,0,0,0.7);
box-shadow: 0px 0px 59px 4px rgba(0,0,0,0.7);
}
body main .partsite.newsItemWrap .newsWrap {
  font-size: 20px;
  text-align: justify;
  padding: 55px 75px 59px;
  background: #02020291;
  color: #fff;
  margin: 31px 80px 60px;
  position: relative;
  bottom: 28px;
}
/************************* CONTACT *********************************/
body main .partsite.contact {
  left: 5vw;
  right: 5vw;
}

body main .partsite.contact h1 {
  text-align: center;
  position: static;
  margin-top: 100px;
  width: 100%;
  font-size: 3vw;
}
body main .partsite.contact .contactInfo {
  text-align: center;
  margin-top: 60px;
  font-size: 25px;
}
body main .partsite.contact .contactIcons {
  text-align: center;
}
body main .partsite.contact .contactIcons img {
  width: 150px;
  margin: 50px;
  position: relative;
  z-index: 1;
}
body main .partsite.contact .contactWrap {
  color: #000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #ffffffe3;
  background: none, linear-gradient(0deg, #fff 35%, rgba(255, 255,255, 0) 95%);
  padding-top: 100px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
body main .partsite.contact .contactWrap .contactItem {
  flex: 0 0 auto;
  width: 440px;

}
body main .partsite.contact .contactWrap .contactItem .contactHeader {
  color:var(--masterURL);
  font-family: Anta-Regular;
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-left: -3px;
}
body main .partsite.contact .contactWrap .contactItem .contactHeader::before {
  background: var(--nyyloRed);
  width: 30%;
  height: 5px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 36px;
  left: 0;
}
body main .partsite.contact .contactWrap .contactItem > div{
  text-align: justify;
  padding-right: 70px;
}
body main .partsite.contact .contactWrap .contactItem > img {
  width: 80px;
  display: inline-block;
  margin: 10px 20px;
}
body main .partsite.contact .contactWrap .contactItem.fullscale {
  flex-grow: 0;
  width: 45%;
  position: relative;
  top: -100px;
}
body main .partsite.contact .contactWrap .contactItem.fullscale .contactHeader::before {
}
/************************* OSTATNI *********************************/
body main .partsite.nextStuff {
  padding: 20px;
}
body main .partsite.nextStuff h1 {
  text-align: center;
  top: 0;
  font-size: 3vw;
  }
body main .partsite.nextStuff .nextStuffWrap {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.6978992280505952) 25%, rgba(235,235,235,0.7035014689469538) 75%, rgba(0,0,0,0) 100%);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-left: 45px;
}

body main .partsite.nextStuff .nextStuffWrap a {
  display: block;
  width: 15vw;
  height: 15vw;
  margin: 10px auto;
  padding: 6vw 30px;
  box-sizing: border-box;
  color: var(--nyyloRed);
  font-weight: bold;
}
body main .partsite.nextStuff .nextStuffWrap:hover {

   background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(194,14,26,1) 25%, rgba(194,14,26,1) 75%, rgba(0,0,0,0) 100%);
}
body main .partsite.nextStuff .nextStuffWrap:hover > a {
  color:#fff;
}
/*************************CAROUSEL*********************************/
body main .carousel {
  display: none;
}

body main .carousel.active
{
  display: block;
}
body main .carouselNav {
  position: relative;
  top: 25px;
  width: 100%;
  text-align: center;
}
body main .carouselNav .carouselNavItem {
  display: inline-block;
  width: 50px;
  height: 15px;
  margin: 15px;
  cursor: pointer;
  background-color: #0000004f;
  border: 2px solid #fff;
  border-radius: 10px;
}
body main .carouselNav .carouselNavItem.active {
  background-color: var(--nyyloRed);
}
/************************* SERVICES LEFT *********************************/
body main #leftSite {
  font-family: Anta-Regular;
  font-size: 22px;
  position: absolute;
  width: 18vw;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
body main #leftSite #carouselMenuWrap {
  margin: 0;
  position: relative;
  top: 98px;
  left: 0;
  background: #000000;
  height: 100%;

}

body main #leftSite #carouselMenuWrap ul {
  margin: 0;
  position: relative;
  bottom: -10%;
}
body main #leftSite #carouselMenuWrap ul li {
  cursor: pointer;
  background: #000;
  color: #fff;
  padding: 16px 60px;
  margin: 2px;
  position: relative;
}
body main #leftSite #carouselMenuWrap ul li:hover {
  text-decoration: underline;
}
body main #leftSite #carouselMenuWrap ul li:hover:after {
  display: inline-block;
  width: 10px;
  height: 60px;
  background: #949494;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

body main #leftSite #carouselMenuWrap ul li.active {

}
body main #leftSite #carouselMenuWrap ul li.active:after {
  display: inline-block;
  width: 10px;
  height: 60px;
  background: var(--nyyloRed);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
/*************************SERVICES CAROUSEL*********************************/
body main #carouselWrap {
  color: #fff;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
}
body main #carouselWrap h1,body main #carouselWrap .headerText {
  position: absolute;
  left: 50vw;
  top: 0;
}
body main #carouselWrap .headerText {
  top: 100px;
  color: #fff;
  /*mix-blend-mode: difference;*/
}

body main #carouselWrap #carouselVertical {

}
body main #carouselWrap #carouselVertical .carousel {
  position: absolute;
  bottom: 20%;
  left: 18vw;
  width: 82vw;
  padding: 30px 70px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.75);
}
html body main #carouselWrap #carouselVertical .carousel h2 {

}
html body main #carouselWrap #carouselVertical .carousel .titleText {
  padding-left: 0;
}
body main #carouselWrap #carouselVertical .carousel div {
  padding-top: 10px;
  text-align: justify;
}

/************************* SUBLINKS *********************************/
body main.sublinks article {
  background: #ffffffc9;
  width: 80%;
  padding: 10px 100px;
  margin: 100px auto;
}
body main.sublinks article h1
{
  width: 30%;
  padding: 40px 0;
  font-size: 74px;
  box-sizing: border-box;
  margin: 20px;
  text-align: left;
}
body main.sublinks article section
{
  font-size: 20px;
  text-align: justify;
  padding: 40px 60px;
  background: #02020291;
  color: #fff;
  margin: 30px 20px 30px;
}
/************************* PLAINTEXT *********************************/
body main.plaintext {}
body main.plaintext .partsite.plaintextItem {}
body main.plaintext .partsite.plaintextItem h1 {
  top: 30px;
  left: 0;
  text-align: center;
  width: 100%;
}
body main.plaintext .partsite.plaintextItem .plaintextWrap {
  text-align: justify;
  background: #ffffffe5;
  color: #000;
  padding: 50px;
  margin-top: 50px;
}
body main.plaintext .partsite.plaintextItem .plaintextWrap div {
  margin-top: 15px;
}



/************************* FOOTER *********************************/
body footer {
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}


/****************************************************************************/
/****************************** SCEEN SIZES *********************************/
/****************************************************************************/
@media screen and (max-width: 1500px) {
  body > header #logoContainer #logo {
    width: 200px;

  }
  body > header nav {
    font-size: 15px;
    padding-top: 42px;
  }
  body main #leftSite #carouselMenuWrap ul li {
    padding: 10px 30px;
    font-size: 18px;
  }
  body main .partsite.news .newsWrap .newsItems .newsItemsHeader {
    font-size: 30px;
  }

}
/************************* <1280 *********************************/

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


  body > header nav {
    height: unset;
    position: relative;
  left: 0;
  top: 0;
  text-align: left;
  padding: 0;
  }
  body > header nav .burger {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -80px;
    right: 20px;
    border-radius: 25%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background: #DFDFDF;

  }
  body > header nav .burger:hover {
    transform: scale(1.1);
  }
  body > header nav .burger .icon-1, .icon-2, .icon-3 {
    position: absolute;
    left: 25%;
    top: 50%;
    width: 32px;
    height: 3px;
    background-color: var(--nyyloRed);
    transition: all 400ms cubic-bezier(.84,.06,.52,1.8);
}
.icon-1 {
  transform: translateY(-8px);
  animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
}
.icon-1.a {
  transform: rotate(40deg);
}
.icon-3.b {
  transform: rotate(-40deg);
}
.icon-2.c {
  opacity: 0;
}

.clear {
  clear: both;
}


  body > header nav .masterUl {
    display: none;
    background: #000000f1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  body > header nav ul li {
    display: block;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
  }
  body > header nav ul li:nth-child(even) {
    display: none;
  }
  body > header nav ul li .selectedLanguage {
    position: static;
    width: 100%;
  }
  body > header nav ul li .languageSelector {
    position: static;
    margin-top: -30px;
  }

  .bodyBg.carouselUse::before {
    margin-left: 30vw;
  }

  body main #leftSite {
    width: 30vw;
  }
  body main #leftSite #carouselMenuWrap {


  }
  body main #leftSite #carouselMenuWrap ul {
    bottom: unset;
    top: 100px;
  }
  body main #carouselWrap {
    height: 80%;
  }
  body main #carouselWrap #carouselVertical .carousel {
    left: 25vw;
  width: 75vw;
  }

  body main .partsite,body main .partsite.newsItemWrap,body main .partsite.contact {
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
  }
  body main .partsite h1 {
    width: 100%;
    left: 0;
    top: 70px;
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 45px;
    box-sizing: border-box;
  }
  body main .partsite h1 br {
    display: inline;
    content: " ";
  }

  body main .partsite .titleText {
    font-size: 20px;
    text-align: justify;
    margin-top: 130px;
    padding: 0 40px;
    width: 100%;
    position: unset;
    box-sizing: border-box;
  }
  body main .partsite button {
    position: unset;
    margin-top: 26px;
    margin-bottom: 40px;
  }
  body main .partsite.newsItemWrap h1 {
    width: 100%;
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 45px;
  }

  body main .partsite.newsItemWrap img {
    margin: 10px;
    width: 350px;
  }
  body main .partsite.newsItemWrap .newsWrap {
    padding: 20px 20px 40px;
    margin: 30px 10px;
  }
}

/************************* <700 *********************************/

@media screen and (max-width: 700px) {
  body > header #logoContainer #logo {
    width: 165px;
    left: -16px;
  }
  body main #leftSite {
    width: 100vw;
    height: unset;
    margin-top: -2px;
    position: unset;
  }

  body main #leftSite #carouselMenuWrap {
    position: unset;
    height: unset;
  }

  body main #leftSite #carouselMenuWrap ul {
    top: 0px;
    text-align: center;
  }

  .bodyBg.carouselUse::before {
    margin-left: 0;
  }
  body main .carouselNav .carouselNavItem {
    width: 30px;
    height: 10px;
    margin: 10px;
  }


  body main #carouselWrap {
    position: unset;
  }
  body main #carouselWrap #carouselVertical .carousel {
    position: unset;
    width: 100%;
    margin-top: -2px;
    padding: 30px;
  }
  body main .partsite,body main .partsite.nextStuff,body main .partsite.news {
    left: 0;
    right: 0;
    padding: 0px 0px 45px;
    height: unset;
  }
  body main .partsite h1,body main .partsite h1,body main .partsite.nextStuff h1,body main .partsite.news h1,body main .partsite.contact h1 {
    font-size: 7vw;
    margin-top: 6px;
  }
  body main .partsite.contact {

    background: rgba(0, 0, 0, 0.75);
  }
  body main .partsite.news .newsWrap {
    padding: 0;
  }

  body main .partsite.news .newsWrap .newsItems .newsItemsImageWrap {
    width: 75vw;
  height: 100vw;
  overflow: hidden;
  }
  body main .partsite.nextStuff .nextStuffWrap a {
    height: unset;
    width: 75vw;
    margin: 20px auto;
  }
  body main .partsite.contact .contactInfo {
    margin: 5px 15px;
  font-size: 20px;
  }
  body main .partsite.contact .contactWrap {
    position: unset;
    padding-top: 35px;
    background: none, linear-gradient(0deg, #fff 65%, rgba(0, 0, 0, 0) 98%);
  }
  body main .partsite.contact .contactWrap .contactItem {
    display: block;
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
  }
  body main .partsite.contact .contactWrap .contactItem > div {
    text-align: left;
  }
  body main .partsite.contact .contactWrap .contactItem .contactHeader {

  }

}