@-webkit-keyframes animate-fade-in-down
{
   0% { -webkit-transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-down
{
   0% { -moz-transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes animate-fade-in-up
{
   0% { -webkit-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-up
{
   0% { -moz-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes animate-rotate-in-left
{
   0% { -webkit-transform: translate(-1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { -webkit-transform: translate(0px,0px) rotate(360deg) ;  }
}
@-moz-keyframes animate-rotate-in-left
{
   0% { -moz-transform: translate(-1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { -moz-transform: translate(0px,0px) rotate(360deg) ;  }
}
@keyframes animate-rotate-in-left
{
   0% { transform: translate(-1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(360deg) ;  }
}
@-webkit-keyframes heartbeat-1
{
   0% { -webkit-transform: rotate(0deg) ;  }
   15% { -webkit-transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { -webkit-transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { -webkit-transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes heartbeat-1
{
   0% { -moz-transform: rotate(0deg) ;  }
   15% { -moz-transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { -moz-transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { -moz-transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.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) ;  }
}
@-webkit-keyframes hole-in
{
   0% { -webkit-transform: rotate(180deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes hole-in
{
   0% { -moz-transform: rotate(180deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@keyframes hole-in
{
   0% { transform: rotate(180deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes transform-fly-in
{
   0% { -webkit-transform: translate(-100%,-100%) rotate(-180deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes transform-fly-in
{
   0% { -moz-transform: translate(-100%,-100%) rotate(-180deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-fly-in
{
   0% { transform: translate(-100%,-100%) rotate(-180deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes transform-lightspeed-in
{
   0% { -webkit-transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { -webkit-transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { -webkit-transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@-moz-keyframes transform-lightspeed-in
{
   0% { -moz-transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { -moz-transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { -moz-transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@keyframes transform-lightspeed-in
{
   0% { transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
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: #F5F5F5;
   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;
   height: 0;
   width: 100%;
   margin-top: 2px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.style1:hover::after
{
   background: #FFFFFF;
   height: 2px;
}
a.style1:visited
{
   color: #F5F5F5;
   text-decoration: none;
}
a.style1:active
{
   color: #F5F5F5;
   text-decoration: none;
}
a.style1:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.mENU
{
   color: #313131;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.mENU::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.mENU:hover::after
{
   background: #000000;
   width: 100%;
}
a.mENU:visited
{
   color: #313131;
   text-decoration: none;
}
a.mENU:active
{
   color: #313131;
   text-decoration: none;
}
a.mENU:hover
{
   color: #000000;
   text-decoration: none;
}
a.MENU2
{
   color: #4F4F4F;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.MENU2::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.MENU2:hover::after
{
   background: #000000;
   width: 100%;
}
a.MENU2:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
a.MENU2:active
{
   color: #4F4F4F;
   text-decoration: none;
}
a.MENU2:hover
{
   color: #000000;
   text-decoration: none;
}
a.Mobile
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Mobile:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Mobile:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Mobile:hover
{
   color: #C71585;
   text-decoration: underline;
}
a.More_Details
{
   color: #4F4F4F;
   text-decoration: none;
}
a.More_Details:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
a.More_Details:active
{
   color: #4F4F4F;
   text-decoration: none;
}
a.More_Details:hover
{
   color: #000000;
   text-decoration: underline;
}
a.menublue
{
   color: #DCDCDC;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.menublue::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   right: 0;
   bottom: 0;
   width: 0;
   height: 1px;
   margin-top: 1px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.menublue:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.menublue:visited
{
   color: #DCDCDC;
   text-decoration: none;
}
a.menublue:active
{
   color: #DCDCDC;
   text-decoration: none;
}
a.menublue:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   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, .h5
{
   font-family: Arial;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-size: 16px;
   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;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
.style1
{
   font-family: "Raleway";
   font-weight: 400;
   font-weight: 400;
   font-weight: 600;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #A9A9A9;
   background-color: transparent;
}
@media only screen and (min-width: 1280px) and (max-width: 1919px)
{
.style1
{
   font-family: "Raleway";
   font-weight: 400;
   font-weight: 400;
   font-weight: 600;
   font-size: 12px;
   line-height: 21.03px;
   text-decoration: none;
   background-color: transparent;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
.style1
{
   font-family: "Raleway";
   font-weight: 400;
   font-weight: 400;
   font-weight: 600;
   font-size: 12px;
   line-height: 21.03px;
   text-decoration: none;
   color: #A9A9A9;
   background-color: transparent;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
.style1
{
   font-family: "Raleway";
   font-weight: 400;
   font-weight: 400;
   font-weight: 600;
   font-size: 11px;
   line-height: 19.53px;
   text-decoration: none;
   background-color: transparent;
}
}
@media only screen and (min-width: 450px) and (max-width: 767px)
{
.style1
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 12px;
   line-height: 21.03px;
   text-decoration: none;
   background-color: transparent;
}
}
@media only screen and (min-width: 360px) and (max-width: 449px)
{
.style1
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 11px;
   line-height: 19.53px;
   text-decoration: none;
   background-color: transparent;
}
}
@media only screen and (max-width: 359px)
{
.style1
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 11px;
   line-height: 19.53px;
   text-decoration: none;
   color: #696969;
   background-color: transparent;
}
}
