@-webkit-keyframes transform-pulse
{
   0% { -webkit-transform:  rotate(0deg);  }
   50% { -webkit-transform:  rotate(0deg) scale(1.1,1.1);  }
   100% { -webkit-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-moz-keyframes transform-pulse
{
   0% { -moz-transform:  rotate(0deg);  }
   50% { -moz-transform:  rotate(0deg) scale(1.1,1.1);  }
   100% { -moz-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-o-keyframes transform-pulse
{
   0% { -o-transform:  rotate(0deg);  }
   50% { -o-transform:  rotate(0deg) scale(1.1,1.1);  }
   100% { -o-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-ms-keyframes transform-pulse
{
   0% { -ms-transform:  rotate(0deg);  }
   50% { -ms-transform:  rotate(0deg) scale(1.1,1.1);  }
   100% { -ms-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@keyframes transform-pulse
{
   0% { transform:  rotate(0deg);  }
   50% { transform:  rotate(0deg) scale(1.1,1.1);  }
   100% { transform:  rotate(0deg) scale(1.0,1.0);  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.main_menu
{
   color: #185973;
   text-decoration: none;
   -webkit-transition: all 200ms ease-in-out;
   -moz-transition: all 200ms ease-in-out;
   transition: all 200ms ease-in-out;
   position: relative;
   display: inline-block;
}
a.main_menu::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   -webkit-transition: all 200ms ease-in-out;
   -moz-transition: all 200ms ease-in-out;
   transition: all 200ms ease-in-out;
}
a.main_menu:hover::after
{
   background: #185973;
   width: 100%;
}
a.main_menu:visited
{
   color: #185973;
   text-decoration: none;
}
a.main_menu:active
{
   color: #185973;
   text-decoration: none;
}
a.main_menu:hover
{
   color: #185973;
   text-decoration: none;
}
a.button_blue
{
   color: #0A3A6A;
   text-decoration: none;
}
a.button_blue:visited
{
   color: #0A3A6A;
   text-decoration: none;
}
a.button_blue:active
{
   color: #0A3A6A;
   text-decoration: none;
}
a.button_blue:hover
{
   color: #0A3A6A;
   text-decoration: none;
}
a.link_artweb
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-transition: all 100ms ease;
   -moz-transition: all 100ms ease;
   transition: all 100ms ease;
   position: relative;
   display: inline-block;
}
a.link_artweb::after,
a.link_artweb::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 1px;
   background: #FFFFFF;
   opacity: 0;
   -webkit-transition: all 100ms ease;
   -moz-transition: all 100ms ease;
   transition: all 100ms ease;
}
a.link_artweb::before
{
   top: -1px;
   -webkit-transform: translateY(-10px);
   -moz-transform: translateY(-10px);
   transform: translateY(-10px);
}
a.link_artweb::after
{
   bottom: -1px;
   -webkit-transform: translateY(10px);
   -moz-transform: translateY(10px);
   transform: translateY(10px);
}
a.link_artweb:hover::after,
a.link_artweb:hover::before
{
   background: #FFFFFF;
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   transform: translateY(0px);
}
a.link_artweb:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.link_artweb:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.link_artweb:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.partner_link
{
   color: #808080;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.partner_link::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.partner_link:hover::after
{
   background: #0A3A6A;
   width: 100%;
}
a.partner_link:visited
{
   color: #808080;
   text-decoration: none;
}
a.partner_link:active
{
   color: #0A3A6A;
   text-decoration: none;
}
a.partner_link:hover
{
   color: #0A3A6A;
   text-decoration: none;
}
h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 35px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3
{
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4
{
   font-family: Arial;
   font-weight: normal;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000080;
   background-color: transparent;
}
.button_mouse_out
{
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
}
.button_mouse_move
{
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   border: 2px #0A3A6A solid;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
}
