.projects_holder.v4 .mix {
  width:19%
}
/* Slider full width */
.container1 {
  display: flex;
  width: 100%;
  padding: 1% 1% 4% 1%;
  box-sizing: border-box;
}

.container_inner .container_inner2 {
  padding: 30px 0px 0px 0px;
}

@media screen and (max-width: 600px) {
.container1 {
   height: 30vh;
}
}

@media screen and (min-width: 601px) {
.container1 {
   height: 60vh;
}
}


.container.top_move .container_inner {
  width:100% !important;
}


@media screen and (max-width: 768px) {
.povezava1 {
    display:none;
}
}

@media screen and (min-width: 769px) {
.povezava2 {
    display:none;
}
}

/* Random */

.fp1 {
  font-size:1.2em;
  color:#4c4c4c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fp1 {
   margin: 1% 0% 15% 0%;
  }
  }
  
  @media screen and (min-width: 769px) {
  .fp1 {
   margin: 1% 0% 4% 0%;
  }
  }
  
.fp2 {
  font-size:22px;
  line-height:22px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fp2 {
   margin: 15% 0% 1% 0%;
  }
  }
  
@media screen and (min-width: 769px) {
  .fp2 {
   margin: 4% 0% 1% 0%;
  }
  }

.fp3 {
    font-size:25px;
    line-height:45px;
    color:#ffffff;
    text-align: center;
    font-family: poppins;
    font-weight: 400;
    
  }

.fp4 {
  font-size:22px;
  line-height:30px;
  font-family: Poppins;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 768px) {
.fp4 {
    text-align: center;
}
}

.fp5 {
  font-size:40px;
  line-height:40px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin: 15px 0 15px 0;
}




@media only screen and (max-width: 480px) {
 .header {
  background-color: #ffffff !important;
}
}
.selectnav_button span {
background-image:url(https://solevoznje.si/wp/wp-content/uploads/2020/07/hamb.png);
}
p:empty  {
    display: none;
}


/* Frontpage vrstice */
.levo1 {
    background-color: #88ba66;
    padding: 100px;
    height: 700px;
}

@media only screen and (max-width: 768px) {
.levo1 {
   padding: 100px 20px !important;
}
}

.levo2 {
    background-color: #445dc7;
    padding: 100px;
    height: 700px;
}

@media only screen and (max-width: 768px) {
.levo2 {
   padding: 100px 20px !important;
}
}

.levo1img {
    height: 900px;
    object-fit: cover; 
}

.povez1 {
  margin-left: auto;
  margin-right: auto;
  width:100px;
  margin-top: 100px;
}
.povez2 {
  margin-left: auto;
  margin-right: auto;
  width:100px;
  margin-top: 70px;
}


.Standard {
display:inline-block;
}
.povez1:hover .Standard {
display:none;
}
.ShowOnHover {
display:none;
}
.povez1:hover .ShowOnHover {
display:inline-block;
}


.Standard {
display:inline-block;
}
.povez2:hover .Standard {
display:none;
}
.ShowOnHover {
display:none;
}
.povez2:hover .ShowOnHover {
display:inline-block;
}


.column_inner {
  padding: 0px !important;
}


@media only screen and (max-width: 768px) {
.column1 {
    margin: 0px!important;
}
}

.selectnav_button {
  padding: 15px 0;
}

::-moz-selection { /* Code for Firefox */
  background: #e2e2e2;
}

::selection {
  background: #e2e2e2;
}
footer {
      margin: 0 auto 0 auto !important;
}
h1 {
 text-shadow: none !important; 
}
.sredina {
  display: block;
	margin-left:auto;
  margin-right:auto;
}

@media screen and (max-width: 768px) {
.nemobilno {
    display:none;
}
}

@media screen and (min-width: 769px) {
.mobilno {
    display:none;
}
}
.darklink {
 color:#333;
}
.darklink:hover {
 color:#9f9fa0;
}