/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* maintenance mode logo fix */

.page-header .logo img {
    width:250px;
}

/* maintenance mode logo fix */


.header-top .col-logo img {
     max-width:350px;
}
.effect-layla:hover > a img {
-webkit-transform: scale3d(1, 1, 1) !important;
-moz-transform: scale3d(1, 1, 1)  !important;
-ms-transform: scale3d(1, 1, 1)  !important;
-o-transform: scale3d(1, 1, 1)  !important;
transform: scale3d(1, 1, 1)  !important;
}

.footer-top .footer-content-news.style-0 {
transform: translateY(15%);
}

/* EN STANDARDI */

.standard-div {
  width: 380px;
  margin: 40px 10px 40px 10px;
  box-shadow: 0px 0px 17px 5px #000;
  border-radius: 10px 10px 10px 10px;
  padding: 55px;
  transition: transform .2s;
 display: inline-block;
}

.standard-div:hover {
  transform: scale(1.1);
}

.standard-div img {
  width: 100%;
  margin-bottom: 30px;
}

.standard-div p {
  margin-bottom: 40px;
  color: #3a3a3a;
}

.standard-button {
  color: #ffffff !important;
  background-color: #F7B518;
  border-radius: 30px 30px 30px 30px;
  padding: 15px 25px 15px 25px;
  font-weight: bold;
}

/* EN standardi pageovi */

.standardi-page-container {
  width: 80%;
  margin: 20px auto;
  box-shadow: 0px 0px 17px 5px #000;
  border-radius: 10px 10px 10px 10px;
  padding: 55px;
}

@media only screen and (max-width: 470px) {

/* EN standardi mobilna */

  .standard-div {
    width: 280px;
    padding: 35px;
}

.standardi-page-container {
  width: 95%;
  text-align: left;
  padding : 20px;
}

}
