@import url("https://fonts.googleapis.com/css?family=Lato");
body {
  font-family: 'Lato', sans-serif; }

h2,
h5 {
  font-weight: 400 !important;
  color: #1f3d4e; }

.container-fluid {
  padding: 0px; }

#siteNav {
  background: -webkit-linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.5) 100%);
  padding: 20px 0;
  transition: all .4s; }
  #siteNav a,
  #siteNav a:hover,
  #siteNav a:visited {
    color: #f7f7f9; }
  #siteNav.active {
    background: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    #siteNav.active a {
      border-color: #282828 !important;
      color: #282828 !important; }

#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  padding-top: 85px; }

#menu-btn {
  cursor: pointer !important; }

#main {
  position: relative;
  right: 0;
  transition: all .5s; }

.main {
  right: 200px !important; }

.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
  display: none; }

.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100% !important;
  width: 300px;
  height: calc(100vh - 70px);
  background-color: #fefefe;
  border-left: 1px solid #e3e3e3;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
  padding: 20px 20px 20px 40px; }
  .sidebar li.social-links {
    text-align: center;
    padding: 30px 0; }
    .sidebar li.social-links a {
      font-size: 18px;
      padding: 24px 15px; }
  .sidebar li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 15px 0; }
    .sidebar li a {
      margin: 0px 0px;
      color: #1f3d4e;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 13px;
      padding: 24px 0; }
      .sidebar li a:hover {
        text-decoration: none;
        color: #736456; }

.sidebar-view {
  transform: translateX(0); }

/*About us*/
#about {
  min-height: 340px;
  color: #282828;
  background: url("../assets/images/plastik-ir.png") center center no-repeat; }

/*Development*/
#development {
  background-color: #1f3d4e;
  padding: 1px 0 20px 0; }
  #development h2 {
    color: #fff !important; }
  #development .card {
    color: #282828; }
  #development ul {
    padding: 0; }
    #development ul li.production-item {
      position: relative;
      display: inline-table;
      margin: 0;
      padding: 10px;
      max-width: 350px;
      margin-bottom: 10px;
      background: white; }
      #development ul li.production-item h3 {
        position: relative;
        text-align: left;
        width: 100%;
        bottom: -8px;
        left: 0;
        padding: 15px 0;
        font-size: 1.2em;
        font-weight: 500;
        color: #1f3d4e;
        text-align: center; }
      #development ul li.production-item img.img-thumbnail {
        padding: 0;
        border: none;
        -webkit-transition: all 0.5s;
        filter: grayscale(0.5);
        -webkit-filter: grayscale(0.3);
        -moz-filter: grayscale(0.3);
        -o-filter: grayscale(0.3);
        -ms-filter: grayscale(0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        #development ul li.production-item img.img-thumbnail:hover {
          filter: grayscale(0);
          -webkit-filter: grayscale(0);
          -moz-filter: grayscale(0);
          -o-filter: grayscale(0);
          -ms-filter: grayscale(0);
          -webkit-transform: scale(1.02);
          -moz-transform: scale(1.02);
          -o-transform: scale(1.02);
          transform: scale(1.02); }
      #development ul li.production-item p.product-description {
        height: 155px; }

/*Modal styling*/
.modal {
  padding: 0 !important; }
  .modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: contents; }
    .modal .modal-dialog .modal-content {
      height: auto;
      min-height: 100%;
      border-radius: 0; }
      .modal .modal-dialog .modal-content .modal-body {
        background-color: #1f3d4e;
        padding: 20px; }

/*Contact us*/
#map {
  width: 100%;
  height: 300px; }

.map {
  background: rgba(163, 148, 126, 0.05) !important;
  color: #282828; }

address a {
  color: #1f3d4e; }

/*Footer*/
footer {
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0.9); }

/*Animation*/
.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

.backToTop {
  position: fixed;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  bottom: 70px;
  right: 70px;
  z-index: 999;
  text-align: center;
  padding-top: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0; }
  .backToTop:visited {
    color: #f7f7f9; }
  .backToTop:hover {
    color: #f7f7f9;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#back-to-top.show {
  opacity: 1; }

#filters {
  padding: 0;
  list-style: none;
  display: inline-block; }

#filters li {
  float: left; }

#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer; }

#filters li span.active {
  background: #1f3d4e;
  color: #fff; }

#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 25%;
  display: none;
  float: left;
  overflow: hidden; }

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #666;
  cursor: pointer; }

.portfolio img {
  max-width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.portfolio .label {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.portfolio .label-bg {
  background: #1f3d4e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px; }

.portfolio .text-category {
  display: block;
  font-size: 9px; }

.portfolio:hover .label {
  bottom: 0; }

.portfolio:hover img {
  top: -30px; }

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px; } }

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    width: 95%; }
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%; }
  .backToTop {
    bottom: 25px !important;
    right: 25px !important; }
  #development ul li.production-item p.product-description {
    height: auto; } }

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 70%; } }
