<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Custom Style
=========================== */


@font-face {
  font-family: 'brickwhale';
  src: url('../fonts/brickwhale.eot?65482916');
  src: url('../fonts/brickwhale.eot?65482916#iefix') format('embedded-opentype'),
  url('../fonts/brickwhale.woff?65482916') format('woff'),
  url('../fonts/brickwhale.ttf?65482916') format('truetype'),
  url('../fonts/brickwhale.svg?65482916#brickwhale') format('svg');
  font-weight: normal;
  font-style: normal;
}


.demo-icon
{
  font-family: "brickwhale";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;

  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */

  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */

  color: #fe8b3c;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}





#top-head span {
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: inline-block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background: url(../images/bg-logo01.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -khtml-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  -khtml-animation: aitf 80s linear infinite;
  -moz-animation: aitf 80s linear infinite;
  -ms-animation: aitf 80s linear infinite;
  -o-animation: aitf 80s linear infinite;
  animation: aitf 80s linear infinite;


  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -khtml-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}





#top-head {
	padding: 30px 0px;
	position: relative;
  /*min-height: 200px;*/
  border-top: 5px solid #f26d23;
}



#top-head .demo-icon {
	font-size: 130px;
}


.core-nav.nav-core-sticky.on-scroll {
	border-bottom: solid 1px #efefef;
	z-index: 999999999999;
}


.core-nav .dropdown&gt;.dropdown-menu&gt;li&gt;a {
	border-bottom: solid 1px #eee;
	padding: 10px 15px;
	font-size: 16px;
	text-align: left;
}



.zoon-language .btn-language{
  background: transparent;
  color: #333333;
  padding: 5px 10px;
}

.zoon-language .btn-language:hover{
  background: #333333;
  color: #f26d23;
}

.zoon-language .btn-language.action{                                
  background: #f26d23;
  color: #ffffff;
}





@media (max-width: 992px) {
  #top-head {
    padding: 15px 0px;
    padding-bottom: 5px;
  }
  #top-head span {
   padding: 10px 0px;
 }
 #top-head .demo-icon {
  font-size: 80px;
}

#top-head .logo{
  width: 150px;

}
}

@media (max-width: 768px) {


}


@media (min-width: 1200px){
	.core-nav .nav-container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1600px){
  .core-nav .nav-container {
    width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* =========================== */
</pre></body></html>