.sp-megamenu-wrapper ul {
    display: none !important;
}

#sp-header {
    background: none;
    height: 105px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
#sp-top-bar {
    background-color: #fff;
    color: #606060;
    border-bottom: 1px solid #ededed;
}
.sticky-wrapper.is-sticky #sp-header{
background-image: url(/images/greyzz.png);
background-repeat: repeat;
background-size: inherit;
background-attachment: inherit;
background-position: 0 0;
  height:145px;
}
.sticky-wrapper.is-sticky #sp-header .logo{
  margin-top: 0px;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #23acb4;
}
.sp-megamenu-parent > li > a {
    font-size: 22px;
}
#sp-header .logo {
    margin-top: -35px;
  margin-left: -10px;
}
#sp-footer {
  	background: #4f5759;
    color: #aaa;
    text-align: center;
    padding: 20px 0;
}
.customblack {
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 20px;
}
.customblack p{
    font-size: small;
}

.home h1 {
    color: #8CC63F !important;
    font-size: 40px !important;
    margin-top: 30px;
}
.home h3 {
    font-family: Open Sans Condensed;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    color: #e87c3f;
}
a {
    color: #23acb4;
}
a:hover, a:focus {
	color: #42210b;
}
.customblack a:hover {
  	color: #fff;
}
.customblack a:focus {
  	color: #fff;
}
.sppb-addon-content p {
  line-height: 20px;
}
/* IMAGE ANIMACIJA */
.hover01 img, .hover02 img, .hover03 img, .hover04 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 .sppb-addon-content:hover img, .hover02 .sppb-addon-content:hover img, .hover03 .sppb-addon-content:hover img, .hover04 .sppb-addon-content:hover img{
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.hover01 img, .hover02 img, .hover03 img, .hover04 img  {
    border: 5px solid #C8C8C8;
    border-radius: 20px;
}
/* PARTNERS */
.partners img.sppb-img-responsive {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
 opacity: 0.4;
}

.partners img.sppb-img-responsive:hover {
filter: none;
 opacity: 0.8;
   -moz-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.partners {
    padding: 5%;
}
/*    RESPONSIVE CUSTOMISING  */
@media (min-width:992px) and (max-width:1200px) {
  .sp-module.natpis {
    margin-top: 30px;
  	}
  #sp-header  {
    height: 80px !important;
	}
}
@media (min-width:768px) and (max-width:991px) {
  .sp-module.natpis {
    margin-top: 15px;
	}
  #sp-header {
    height: 50px;
	}
  .sp-module.natpis h2 {
    font-size:22px;
  }
}
@media (max-width:700px){
.sp-module.natpis {
    margin-top: 0px;
  }
}
@media (max-width:640px){
  .sp-module.natpis {
    display:none;
  }
}
@media (max-width:550px){
    #sp-header {
    height: 80px;
	}
  #sp-header .logo {
    margin-top: -15px;
    }
}