@-webkit-keyframes transform-bounce-in-right
{
   0% { -webkit-transform: translate(500%,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { -webkit-transform: translate(-30px,0px) rotate(0deg) ;  }
   80% { -webkit-transform: translate(10px,0px) rotate(0deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-bounce-in-right
{
   0% { -moz-transform: translate(500%,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { -moz-transform: translate(-30px,0px) rotate(0deg) ;  }
   80% { -moz-transform: translate(10px,0px) rotate(0deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-bounce-in-right
{
   0% { transform: translate(500%,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(-30px,0px) rotate(0deg) ;  }
   80% { transform: translate(10px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
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.style1
{
   color: #81B829;
   font-weight: bold;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style1::after
{
   background: transparent;
   content: "•";
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   color: transparent;
   text-shadow: 0 0 transparent;
   font-size: 1.2em;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   transform: translateX(-50%);
   margin-top: 2px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.style1:hover::after
{
   color: #ED7D31;
   text-shadow: 10px 0 #ED7D31, -10px 0 #ED7D31;
}
a.style1:visited
{
   color: #C5DEB5;
   font-weight: bold;
   text-decoration: none;
}
a.style1:active
{
   color: #4472C4;
   font-weight: bold;
   text-decoration: none;
}
a.style1:hover
{
   color: #ED7D31;
   font-weight: bold;
   text-decoration: none;
}
a.style2
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}
a.style2:visited
{
   color: #191970;
   font-weight: bold;
   text-decoration: none;
}
a.style2:active
{
   color: #191970;
   font-weight: bold;
   text-decoration: none;
}
a.style2:hover
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}
h1, .h1
{
   font-family: "Raleway";
   font-weight: 400;
   font-weight: 400;
   font-weight: 700;
   font-size: 32px;
   text-decoration: none;
   color: #81B829;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: "Raleway";
   font-weight: 400;
   font-weight: 400;
   font-weight: 700;
   font-size: 24px;
   text-decoration: none;
   color: #81B829;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: "Raleway";
   font-weight: 400;
   font-weight: 400;
   font-weight: 700;
   font-size: 21px;
   text-decoration: none;
   color: #81B829;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #3F3F3F;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 21px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   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;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1249px)
{
}
@media only screen and (max-width: 767px)
{
}
