.animated{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated-2{animation-delay:1s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(0%)}100%{opacity:1;-webkit-transform:translateX(0%)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(0%)}100%{opacity:1;transform:translateX(0%)}}.fadeInRight{width:100%;-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes lengthen{0%{width:0}100%{width:75px}}@keyframes lengthen{0%{width:0}100%{width:75px}}.sliderText h3:after,.subTitle:after{animation-delay:1s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:lengthen;animation-name:lengthen}@-webkit-keyframes menuBorder{0%{width:0}100%{width:100%}}@keyframes menuBorder{0%{width:0}100%{width:100%}}.dropdown.open .dropdown-toggle:before{animation-delay:0.3s;-webkit-animation-delay:0.3s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:menuBorder;animation-name:menuBorder}@keyframes dropdownMenu{0%{transform:translateY(-10px);opacity:0}100%{transform:translateY(0px);opacity:1}}@-webkit-keyframes dropdownMenu{0%{-webkit-transform:translateY(-10px);-webkit-opacity:0}100%{-webkit-transform:translateY(0);-webkit-opacity:1}}.navbar-nav>li>.dropdown-menu{-webkit-animation-name:dropdownMenu;animation-name:dropdownMenu;animation-duration:.5s;-webkit-animation-duration:.5s;animation-fill-mode:both;-webkit-animation-fill-mode:both}@-webkit-keyframes newsTicker{0%{transform:translateY(30px)}100%{transform:translateY(0px)}}@keyframes newsTicker{0%{transform:translateY(30px)}100%{transform:translateY(0px)}}.newsticker-animation{-webkit-animation-name:newsTicker !important;animation-name:newsTicker;animation-duration:2s;-webkit-animation-duration:2s}@-webkit-keyframes fadeIn2{0%{opacity:0}20%{opacity:1}80%{opacity:1}100%{opacity:0}}@keyframes fadeIn2{0%{opacity:0}20%{opacity:1}80%{opacity:1}100%{opacity:0}}.newsticker-fadein{animation-name:fadeIn2;-webkit-animation-name:fadeIn2;animation-duration:8s;-webkit-animation-duration:8s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}