@-webkit-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-moz-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-webkit-keyframes transform-rotate-in
{
   0% { -webkit-transform-origin: center center; -webkit-transform: rotate(-200deg) ; opacity: 0;  }
   100% { -webkit-transform-origin: center center; -webkit-transform: rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes transform-rotate-in
{
   0% { -moz-transform-origin: center center; -moz-transform: rotate(-200deg) ; opacity: 0;  }
   100% { -moz-transform-origin: center center; -moz-transform: rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-rotate-in
{
   0% { transform-origin: center center; transform: rotate(-200deg) ; opacity: 0;  }
   100% { transform-origin: center center; transform: rotate(0deg) ; opacity: 1;  }
}
a.brunner_text_navi
{
   color: #333333;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.brunner_text_navi::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.brunner_text_navi:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.brunner_text_navi:visited
{
   color: #333333;
   text-decoration: none;
}
a.brunner_text_navi:active
{
   color: #333333;
   text-decoration: none;
}
a.brunner_text_navi:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.links-1
{
   color: #333333;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.links-1::after,
a.links-1::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 1px;
   background: #263C92;
   opacity: 0;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.links-1::before
{
   top: -1px;
   -webkit-transform: translateY(-10px);
   transform: translateY(-10px);
}
a.links-1::after
{
   bottom: -1px;
   -webkit-transform: translateY(10px);
   transform: translateY(10px);
}
a.links-1:hover::after,
a.links-1:hover::before
{
   background: #263C92;
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}
a.links-1:visited
{
   color: #333333;
   text-decoration: none;
}
a.links-1:active
{
   color: #333333;
   text-decoration: none;
}
a.links-1:hover
{
   color: #263C92;
   text-decoration: none;
}
a.style1
{
   color: #333333;
   font-weight: bold;
   text-decoration: none;
}
a.style1:visited
{
   color: #333333;
   font-weight: bold;
   text-decoration: none;
}
a.style1:active
{
   color: #333333;
   font-weight: bold;
   text-decoration: none;
}
a.style1:hover
{
   color: #263C92;
   font-weight: bold;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1014px)
{
}
@media only screen and (max-width: 767px)
{
}
