@font-face {
    font-family: 'seganlight';
    src: url('/fonts/segan-light-webfont.woff2') format('woff2'),
         url('/fonts/segan-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
  font-family: 'seganlight', Fallback, sans-serif;
}
/*SIDE MENU*/
div.side-menu {
  position: fixed;
  width: 175px;
  height: 100%;
  background-color: white;
  z-index: 100; 
}

/*START - LOGO*/
div.side-menu div.row-logo {
  width: 175px;
  height: 80px; 
}

div.side-menu div.row-logo img {
  width: 135px;
  margin: 19px;
  margin-top: 16px;
}

/*END - LOGO*/
/*START - HAMBURGER*/
div.side-menu div.row-hamburger {
  background-color: white;
  color: #ecf0f1;
  margin-right: 0;
  margin-left: 0;
  transition: background-color 0.5s ease;
  height: 120px;
  cursor: pointer; 
  padding-left: 20px;
}

div.side-menu div.row-hamburger:hover {
  background-color: #2578AE; 
}

div.side-menu div.row-hamburger:hover div.three div.hamburger span.line{
  background-color: white; 
}

div.side-menu div.row-hamburger div.three {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  width: 125px;
  height: 100px; }

div.side-menu div.row-hamburger div.three div.hamburger span.line {
  /*width: 50px;*/
  /*height: 5px;*/
  width: 30px;
  height: 3px;
  background-color: black;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

div.side-menu div.row-hamburger div.three div.hamburger:hover {
  cursor: pointer; }

div.side-menu div.row-hamburger div.three div#hamburger-1 .line:nth-child(1) {
  margin-bottom: 5px; }

div.side-menu div.row-hamburger div.three div#hamburger-1 .line:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px; }

div.side-menu div.row-hamburger div.three div#hamburger-1 .line:nth-child(3) {
  margin-top: 5px; }

div.side-menu div.row-hamburger div.three div#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
  margin-bottom: 15px; }

div.side-menu div.row-hamburger div.three div#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }

div.side-menu div.row-hamburger div.three div#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg); }

/*END - HAMBURGER*/
/*START - LOGIN*/
div.login p {
  font-size: 12px;
  /*float: right;*/
  margin-top: 30px;
  margin-right: 50px;
  margin-right: 20px;
  background-color: #256DAC;
  color: white;
  border-radius: 5px;
  position: absolute;
  right: 0;
  z-index: 700;
  border: none;
  height: 35px;
  width: 148px;
  line-height: 30px;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center; 
  border: 3px solid #256DAC;
}
/*END - LOGIN*/
/*START - SIDEMENU BLOCKS*/
div.side-menu div.block-height {
  height: 118px;
  transition: background-color 0.5s ease; }

div.side-menu div.block-height:hover {
  background-color: #1C232D;
}

/*a{
  font-family: "Century Gothic", "Apple Gothic",Apple Gothic,"URW Gothic L","Avant Garde",Futura,sans-serif !important;
  font-size: 12px !important;
  color: black !important;
}*/

div.side-menu a:hover{
  text-decoration: none !important;
}

div.side-menu a:hover p.sidemenu-font{
  color: white;
}

div.side-menu a div.is-active {
  background-color: #1C232D; 
}

div.side-menu a div.is-active p.sidemenu-font{
  color: white; 
}

div.side-menu div.block-height img {
  width: 40px;
  /*height: 43px;*/
  margin-top: 30px;
  padding-bottom: 7px;
}

div.side-menu p.sidemenu-font {
  font-size: 14px;
  color: #1C232D; 
}

/*END - SIDEMENU BLOCKS*/
/*START - ABOUT PLATE*/
div.side-menu div.row-aboutplate {
  height: 90px; 
}

div.side-menu div.row-aboutplate p {
  color: black;
  padding-top: 37px; 
}

/*END - ABOUT PLATE*/
/*START - BUSINESS*/
div.side-menu div.row-business {
  height: 90px; 
}

div.side-menu div.row-business p {
  color: black;
  padding-top: 37px; 
}

/*END - BUSINESS*/
/*START - CORPORATE*/
div.side-menu div.row-corporate {
  height: 90px; 
}

div.side-menu div.row-corporate p {
  color: black;
  padding-top: 37px; 
}

/*END - CORPORATE*/
/*START - CLIENTS*/
div.side-menu div.row-clients {
  height: 90px; 
}

div.side-menu div.row-clients p {
  color: black;
  padding-top: 37px; 
}

/*END - CLIENTS*/
/*START - GALLERY*/
div.side-menu div.row-gallery {
  height: 90px; 
}

div.side-menu div.row-gallery p {
  color: black;
  padding-top: 37px; 
}

/*END - GALLERY*/
/*START - PRICING*/
div.side-menu div.row-pricing {
  height: 90px; 
}

div.side-menu div.row-pricing p {
  color: black;
  padding-top: 37px; 
}

/*END - PRICING*/
/*START - TRY PLATE*/
div.side-menu div.row-tryplate {
  height: 90px; 
}

div.side-menu div.row-tryplate p {
  color: black;
  padding-top: 37px; 
}
/*END - TRY PLATE*/
/*START - SOCIAL MEDIA*/
div.side-menu div.row-social-media {
  position: fixed;
  bottom: 15px;
  left: 20px; 
}

div.side-menu div.row-social-media img {
  width: 50px;
}

div.side-menu div.row-social-media img#andriodlogo {
  padding-right: 25px;
}

div.side-menu div.row-social-media img#applelogo {
  padding-right: 25px;
}

div.side-menu div.row-social-media img#windowlogo {
  width: 25px;
}


@media (max-width: 768px) {

  div.side-menu {
    display: none;
  }

  div.side-menu div.row-logo {
  width: 150px;
  }

  div.side-menu div.row-hamburger {
  padding-left: 10px;
  }

  div.side-menu div.row-logo img {
  width: 150px;
  }

  div.side-menu div.row-social-media {
  left: 10px; 
  }
}

@media (max-width: 480px) {
  div.login a p {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
}

/*END - SOCIAL MEDIA*/

/*SIDE MENU*/