@-webkit-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-o-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-ms-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes magic-in
{
   0% { -webkit-transform-origin: 200% 500%; -webkit-transform: rotate(270deg) scale(0,0) ; opacity: 0;  }
   100% { -webkit-transform-origin: 100% 200%; -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1;  }
}
@-moz-keyframes magic-in
{
   0% { -moz-transform-origin: 200% 500%; -moz-transform: rotate(270deg) scale(0,0) ; opacity: 0;  }
   100% { -moz-transform-origin: 100% 200%; -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1;  }
}
@-o-keyframes magic-in
{
   0% { -o-transform-origin: 200% 500%; -o-transform: rotate(270deg) scale(0,0) ; opacity: 0;  }
   100% { -o-transform-origin: 100% 200%; -o-transform: rotate(0deg) scale(1,1) ; opacity: 1;  }
}
@-ms-keyframes magic-in
{
   0% { -ms-transform-origin: 200% 500%; -ms-transform: rotate(270deg) scale(0,0) ; opacity: 0;  }
   100% { -ms-transform-origin: 100% 200%; -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1;  }
}
@keyframes magic-in
{
   0% { transform-origin: 200% 500%; transform: rotate(270deg) scale(0,0) ; opacity: 0;  }
   100% { transform-origin: 100% 200%; transform: rotate(0deg) scale(1,1) ; opacity: 1;  }
}
@-webkit-keyframes slide-left-in
{
   0% { -webkit-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-left-in
{
   0% { -moz-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-transform-origin: 0 0;  }
}
@-o-keyframes slide-left-in
{
   0% { -o-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -o-transform-origin: 0 0;  }
   100% { opacity: 1; -o-transform: translate(0px,0px) rotate(0deg) ; -o-transform-origin: 0 0;  }
}
@-ms-keyframes slide-left-in
{
   0% { -ms-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -ms-transform-origin: 0 0;  }
   100% { opacity: 1; -ms-transform: translate(0px,0px) rotate(0deg) ; -ms-transform-origin: 0 0;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@-webkit-keyframes slide-right-in
{
   0% { -webkit-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-right-in
{
   0% { -moz-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-transform-origin: 0 0;  }
}
@-o-keyframes slide-right-in
{
   0% { -o-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -o-transform-origin: 0 0;  }
   100% { opacity: 1; -o-transform: translate(0px,0px) rotate(0deg) ; -o-transform-origin: 0 0;  }
}
@-ms-keyframes slide-right-in
{
   0% { -ms-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -ms-transform-origin: 0 0;  }
   100% { opacity: 1; -ms-transform: translate(0px,0px) rotate(0deg) ; -ms-transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@-webkit-keyframes swash-in
{
   0% { -webkit-transform: rotate(0deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   90% { -webkit-transform: rotate(0deg) scale(0.9,0.9) ; -webkit-transform-origin: 50% 50%; opacity: 1;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes swash-in
{
   0% { -moz-transform: rotate(0deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   90% { -moz-transform: rotate(0deg) scale(0.9,0.9) ; -moz-transform-origin: 50% 50%; opacity: 1;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes swash-in
{
   0% { -o-transform: rotate(0deg) scale(0,0) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   90% { -o-transform: rotate(0deg) scale(0.9,0.9) ; -o-transform-origin: 50% 50%; opacity: 1;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes swash-in
{
   0% { -ms-transform: rotate(0deg) scale(0,0) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   90% { -ms-transform: rotate(0deg) scale(0.9,0.9) ; -ms-transform-origin: 50% 50%; opacity: 1;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; -ms-transform-origin: 50% 50%;  }
}
@keyframes swash-in
{
   0% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   90% { transform: rotate(0deg) scale(0.9,0.9) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%;  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
a.HP_Links
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-text-shadow: 0px 0px 25px rgba(0,0,0,1.00);
   -moz-text-shadow: 0px 0px 25px rgba(0,0,0,1.00);
   text-shadow: 0px 0px 25px rgba(0,0,0,1.00);
   -webkit-transition: all 500ms linear;
   -moz-transition: all 500ms linear;
   transition: all 500ms linear;
}
a.HP_Links:visited
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-text-shadow: 0px 0px 25px rgba(0,0,0,1.00);
   -moz-text-shadow: 0px 0px 25px rgba(0,0,0,1.00);
   text-shadow: 0px 0px 25px rgba(0,0,0,1.00);
}
a.HP_Links:active
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-text-shadow: 0px 0px 25px rgba(0,0,0,1.00);
   -moz-text-shadow: 0px 0px 25px rgba(0,0,0,1.00);
   text-shadow: 0px 0px 25px rgba(0,0,0,1.00);
}
a.HP_Links:hover
{
   color: #FFFFFF;
   text-decoration: underline;
   -webkit-text-shadow: 0px 0px 25px rgba(0,0,0,1.00);
   -moz-text-shadow: 0px 0px 25px rgba(0,0,0,1.00);
   text-shadow: 0px 0px 25px rgba(0,0,0,1.00);
}
a.Norm_links
{
   color: #808080;
   text-decoration: none;
}
a.Norm_links:visited
{
   color: #009688;
   text-decoration: none;
}
a.Norm_links:active
{
   color: #696969;
   text-decoration: none;
}
a.Norm_links:hover
{
   color: #696969;
   text-decoration: underline;
}
a.Contact_links
{
   color: #1E1E1E;
   text-decoration: none;
}
a.Contact_links:visited
{
   color: #1E1E1E;
   text-decoration: none;
}
a.Contact_links:active
{
   color: #1E1E1E;
   text-decoration: none;
}
a.Contact_links:hover
{
   color: #1E1E1E;
   font-weight: bold;
   text-decoration: none;
}
h2.h2, .h2
{
   font-family: "Roboto";
   font-weight: 400;
   font-weight: 500;
   font-size: 43px;
   font-style: normal;
   text-decoration: none;
   color: #1E1E1E;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.HEADER-FPH
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 48px;
   font-style: normal;
   text-decoration: none;
   color: #1E1E1E;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.TEXT-FPH
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 29px;
   font-style: normal;
   text-decoration: none;
   color: #1E1E1E;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.TINY-FPH
{
   font-family: Roboto;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   color: #1E1E1E;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.TINY_ALT-FPH
{
   font-family: "Roboto Regular";
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   color: #009688;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.Mobile_Text_FPH
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   color: #1E1E1E;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.Home-FPH
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 64px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 0px 0px 25px rgba(0,0,0,0.59);
   -moz-text-shadow: 0px 0px 25px rgba(0,0,0,0.59);
   text-shadow: 0px 0px 25px rgba(0,0,0,0.59);
   display: inline;
}
.Homesub-FPH
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 37px;
   font-style: italic;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 0px 0px 25px rgba(0,0,0,0.59);
   -moz-text-shadow: 0px 0px 25px rgba(0,0,0,0.59);
   text-shadow: 0px 0px 25px rgba(0,0,0,0.59);
   display: inline;
}
.Home-FPH_copy
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 64px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 0px 0px 20px rgba(0,0,0,0.78);
   -moz-text-shadow: 0px 0px 20px rgba(0,0,0,0.78);
   text-shadow: 0px 0px 20px rgba(0,0,0,0.78);
   display: inline;
}
.Tooling-FPH
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 75px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-text-shadow: 0px 0px 35px rgba(0,0,0,0.59);
   -moz-text-shadow: 0px 0px 35px rgba(0,0,0,0.59);
   text-shadow: 0px 0px 35px rgba(0,0,0,0.59);
   display: inline;
}
