
/* HEADER */
.sponsorship-header{
    background-image: url(../images/hkm-zvolen/hkm-zvolen-sponsorships.jpg);
    width: 100%;
    height:600px;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
}
.sponsorship-header{
  display:flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;


}
.sponsorship-holder{
  width: 100%;
}
.sponsorship-title-header{
  margin-top: -65px;
   padding: 20px;
   background: rgba(255,255,255,.6);
}
.sponsorship-title-header h2{
   color:#222;
   font-size: 36px;
   font-weight: 700;
   line-height: 0.90;
}
.sponsorship-title-header h2 strong{
   color:#fa3806;
   font-size: 36px;
   font-weight: 700;
   line-height: 0.7;
}
.sponsorship-title-header h2 b{
   color:#0b4b7b;
   font-size: 48px;
   font-weight: 700;
   line-height: 0.7;
}
.trading-now{
  margin-top: -190px;
  text-align: center;
}
.btn-trading{
  line-height: 40px;
  height: 55px;
  font-weight: 300;
  background: #049d3e;
  color:#fff;
  width: auto;
  font-size: 18px;
  max-width: 100%;
}

.btn-trading:hover, .btn-trading:focus{
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #035623;
  color:#fff;
}

/* CONTAIN */
.sponsorship-konten{
  padding-top: 130px;
  padding-bottom: 70px;
}
.sponsorship-konten h3{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.sponsorship-konten p{
  font-size: 18px;
  line-height: 1.5;
}
.sponsorship-konten h4{
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  margin: 25px 0px;
}
.sponsorship-img{    
  padding-top: 0px;
  margin-top: 20px;
}
.grow-icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.grow-icon:hover, .grow-icon:focus, .grow-icon:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* gallery starts */

.nav-fix {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	transition: all ease 0.3s;
}

.fancybox-overlay {
	background: url('../../assets/images/fancybox_overlay.png') !important;
	z-index: 9999;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../assets/images/fancybox_sprite.png');
	visibility: visible;
}
.thumb_overlay:after {            
	position: absolute;
	/*left: 3rem;*/
	/*bottom: 2.75rem;*/
	transition: 0.3s;
	opacity: 1;
	font-family: Open Sans;
}
/* gallery ends */
.hkm-partner-color {
    color: #333 !important;
    font-weight: 500 !important;
}
.bluecolor{
    color: #0b4b7b;
}

/* hkm header */

@media screen and (max-width:768px) {
    .sub_heading_hkm:lang(fr) {
        font-size: 16px !important;
    }
}
@media screen and (max-width:414px) {
    .sponsorship-title-header h2{
        font-size: 24px;
    }
    .sponsorship-title-header h2 strong{
        font-size: 24;
    }
    .btn-trading{
        font-size: 16px;
    }
    .sponsorship-konten p{
        font-size: 16px;
    }
    .sponsorship-konten h4{
        font-size: 18px;
    }

}