@keyframes filter-sepia
{
   0% { filter: sepia(1);  }
   100% { filter: sepia(0);  }
}
@keyframes heartbeat-1
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-zoom-in-right
{
   0% { transform: translate3d(1000px,0px,0px) rotateX(0deg) scale3d(0.1,0.1,0.1) ; opacity: 0;  }
   60% { transform: translate3d(-10px,0px,0px) rotateX(0deg) scale3d(0.5,0.5,0.5) ; opacity: 1;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) scale3d(1.0,1.0,1.0) ; opacity: 1;  }
}
a.LS-white-gold
{
   color: #E0A100;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.LS-white-gold::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 2px;
   background: #E0A100;
   opacity: 0;
   transform: translateY(10px);
   margin-top: 2px;
   transition: all 300ms linear;
}
a.LS-white-gold:hover::after
{
   background: #E0A100;
   opacity: 1;
   transform: translateY(0px);
}
a.LS-white-gold:visited
{
   color: #E0A100;
   font-weight: bold;
   text-decoration: none;
}
a.LS-white-gold:active
{
   color: #E0A100;
   font-weight: bold;
   text-decoration: none;
}
a.LS-white-gold:hover
{
   color: #E0A100;
   font-weight: bold;
   text-decoration: none;
}
a.LS-bialy-gold
{
   color: #DCDCDC;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.LS-bialy-gold::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.LS-bialy-gold:hover::after
{
   background: #E0A100;
   width: 100%;
}
a.LS-bialy-gold:visited
{
   color: #DCDCDC;
   font-weight: bold;
   text-decoration: none;
}
a.LS-bialy-gold:active
{
   color: #E0A100;
   font-weight: bold;
   text-decoration: none;
}
a.LS-bialy-gold:hover
{
   color: #E0A100;
   font-weight: bold;
   text-decoration: none;
}
a.LS-czarny-czarny
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.LS-czarny-czarny::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.LS-czarny-czarny:hover::after
{
   background: #000000;
   width: 100%;
}
a.LS-czarny-czarny:visited
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.LS-czarny-czarny:active
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.LS-czarny-czarny:hover
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
