/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext");

@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");


@import url(normalize.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);



* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #110f0a;
}

a {
  color: #ffffff;
  text-decoration: none;
  outline: none !important;
}

.layout_padding {
  padding-bottom: 80px;
  padding-top: 80px;
}

.logo {
  width: 100%;
  float: left;
}

.header_section {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
  padding: 20px 0px;
}

nav.main-menu {
  float: left;
  margin-left: 0;
  padding-top: 10px;
}

.main-menu ul {
  margin: 0;
  list-style-type: none;
  margin-bottom: 10px;
}

.main-menu ul > li {
  position: inherit;
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  font-size: 16pt;
  color: #060608;
}
.notbold{
  font-weight:normal
}​

.submit_bt {
  font-size: 14pt;
  color: #ffffff;
  background-color: #69c934;
  border: 0px;
  height: 50px;
  padding: 0px 20px;
  margin-top: 30px;
}
.submit_bt a:hover {
  color: #000;
}

.search_main {
  width: 78%;
  float: right;
}

.bg-light {
  background-color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
  /* color: #060608; */
  font-size: 20pt;
  padding-top: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.7rem;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.7);
  border-color: #000;
}

.login_text {
  font-size: 14pt;
  color: #060608;
  display: none;
}

.doctor {
  padding-right: 10px;
}

.banner_section {
  width: 100%;
  float: left;
  background-image: url('../images/b.png');
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.banner_taital {
  width: 100%;
  float: left;
  color: white;
  font-size: 44pt;
  text-align: center;
}

.browse_text {
  width: 100%;
  float: left;
  font-size: 14pt;
  color: white;
  text-align: center;
  padding-bottom: 50px;
  font-weight: 500;
  margin-left: 0px;
}

.banner_bt {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.read_bt {
  width: 20%;
  height: 50px;
  background-color: #69c934;
  color: #ffffff;
  border: 0px;
  font-size: 17pt;
  margin-bottom: 100px;
}

.search_box {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
  padding: 60px 20px;
  top: -125px;
  position: relative;
  box-shadow: 0px 0px 8px 0px;
}

.email_boton {
  width: 100%;
  float: left;
  color: black;
  border: 1px solid #69c934;
  padding: 10px 15px;
  font-size: 14pt;
}

.search_bt {
  width: 90%;
  float: left;
  color: #ffffff;
  background-color: #69c934;
  font-size: 14pt;
  border: 0px;
  height: 55px;
}


.images_main {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.images {
  width: 100%;
  float: left;
}

.main-content {
  flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Footer: stick to bottom when content is short */
.footer {
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
}

.footer_section .dolor_text,
.footer_section p.dolor_text {
  margin: 0 0 0.5em 0;
  font-weight: 100;
  line-height: 1.5;
}

.footer_section .dolor_text:last-child,
.footer_section .row .col:last-child .dolor_text:last-child {
  margin-bottom: 0;
}

.footer .quick_text {
  width: 100%;
  border-bottom: 4px solid #3e7f21;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.footer .quick_text a {
  color: #ffffff;
}

.footer .quick_text a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.copyright {
  padding: 0.5rem 0;
}

.copyright_text {
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.footer_section .dolor_text,
.footer_section .quick_text {
  word-wrap: break-word;
  max-width: 100%;
}

.promoted_bt {
  width: 90%;
  text-align: center;
  background-color: #ffffff;
  margin: 0 auto;
  display: list-item;
  top: -35px;
  position: relative;
  height: 50px;
  border: 0px;
  font-size: 14pt;
}

.eye-icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.like-icon {
  padding-left: 20px;
}
.numbar_text {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 17pt;
  color: #000;
}

.mobile_bt {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 14pt;
  color: #fcfcfc;
  background-color: #4bc714;
  border: 0px;
  display: block;
}
.mobile_bt a:hover {
  color: #000;
}


.slider_img {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 110px;
}

.electronic_text {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 32pt;
  color: #4bc714;
  padding-top: 35px;
}

.contrary_text {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  font-size: 13pt;
  color: #080000;
}

.view_bt {
  width: 18%;
  margin: 0 auto;
  text-align: center;
  font-size: 15pt;
  color: #fcfcfc;
  background-color: #4bc714;
  border: 0px;
  display: block;
  height: 50px;
  margin-top: 45px;
}

.view_bt a {
  color: #fcfcfc;
}
.view_bt :hover {
  color: #000;
}

.about_section {
  width: 100%;
  float: left;
  background-image: url('../images/banner.png');
  height: auto;
  padding: 110px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.about_taital {
  width: 62%;
  margin: 0 auto;
  font-size: 44pt;
  text-align: center;
  color: #ffffff;
  border-bottom: 4px solid#4bc714;
}

.lorem_text {
  width: 100%;
  float: left;
  font-size: 13pt;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  font-weight: 500;
}

.clients_section {
  width: 100%;
  float: left;
}

.client_img {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 100px;
}

.client_text {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 30pt;
  color: #000;
  padding-top: 15px;
}

.adiser_text {
  width: 96%;
  float: left;
  font-size: 17px;
  color: #4bc714;
  text-align: center;
}

.long_text {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  font-size: 13pt;
  color: #000;
  padding-top: 15px;
  font-weight: 500;
}

.carousel-indicators .active {
  background-color: #052501;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 47px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: #6dcf4b;
}

.carousel {
  position: relative;
  padding-bottom: 60px;
}

.contact_section {
  width: 100%;
  float: left;
  background-color: #000;
  height: auto;
}
.input_main {
  width: 75%;
  float: right;
}

.email-bt {
  background: #ffffff;
  border: none;
  color: #052501;
  width: 100%;
  height: 55px;
  font-size: 22px;
  padding: 20px;
  margin-bottom: 20px;
}

.massage-bt {
  background: #ffffff;
  border: none;
  color: #052501;
  width: 100%;
  height: 160px;
  font-size: 22px;
  padding: 20px;
}

.map {
  width: 100%;
  float: left;
  background-size: 100%;
}

.footer_section {
  width: 100%;
  float: left;
  background-color: #1b1b1b;
  height: auto;
}

.dolor_text {
  width: 100%;
  float: left;
  font-size: 12pt;
  color: #fffefa;
  line-height: 53px;
  margin-left: 0;
  font-weight: 100;
}

.quick_text {
  width: 68%;
  float: left;
  font-size: 24pt;
  color: #ffffff;
  border-bottom: 4px solid #3e7f21;
  margin-bottom: 26px;
}

.padding-left {
  padding-left: 10px;
}

.subscribe_text {
  width: 90%;
  float: left;
  font-size: 24pt;
  color: #ffffff;
  border-bottom: 4px solid#3e7f21;
  margin-bottom: 26px;
}

.ipsum_text {
  width: 100%;
  float: left;
  font-size: 12pt;
  color: #fffefa;
  line-height: 30px;
  margin: 0;
  font-weight: 100;
}

.email_text {
  width: 100%;
  float: left;
  background-color: #ffffff;
  color: #a09f9b;
  border-radius: 5px;
  padding: 5px 15px;
  margin-top: 20px;
  border: 0px;
  font-size: 14pt;
}

.submit_text {
  width: 60%;
  float: left;
  background-color: #3e7f21;
  color: #fbf5f5;
  border-radius: 5px;
  padding: 8px 15px;
  margin-top: 20px;
  border: 0px;
  font-size: 14pt;
}

.map_flag {
  width: 100%;
  float: left;
  font-size: 12pt;
  color: #ffffff;
  display: inline-flex;
}
.copyright {
  width: 100%;
  float: left;
  background-color: #388417;
}

.copyright_text {
  width: 100%;
  float: left;
  font-size: 14pt;
  color: #ffffff;
  text-align: center;
  font-weight: 100;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 62px;
  height: 60px;
  background: #4bc714;
  opacity: 1;
  font-size: 30px;
  color: #fff;
  border-radius: 35px;
  top: 40% !important;
}
.copyright_text a {
  color: #ffffff;
}
.copyright_text a:hover {
  color: #000000;
}

.popout {
  font-family: Futura, sans-serif;
  font-weight: 900;
  font-size: 60px;
  padding: 40px;
}
@keyframes ani {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  30% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  70% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
  100% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
}
.popout span {
  position: relative;
  display: inline-block;
  animation: ani 5s infinite alternate cubic-bezier(0.86, 0, 0.07, 1);
}
.popout span:nth-last-child(1n) {
  animation-delay: -0.8333333333s;
}
.popout span:nth-last-child(2n) {
  animation-delay: -1.6666666667s;
}
.popout span:nth-last-child(3n) {
  animation-delay: -2.5s;
}


.popout-sub {
  font-family: Futura, sans-serif;
  font-weight: 900;
  font-size: 25px;
  /* padding: 10px; */
}




.popout-intro {
  font-family: Futura, sans-serif;
  font-weight: 900;
  font-size: 35px;
  padding: 0px;
}
@keyframes ani {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  30% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  70% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
  100% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
}
.popout-intro span {
  position: relative;
  display: inline-block;
  animation: ani 5s infinite alternate cubic-bezier(0.86, 0, 0.07, 1);
}
.popout-intro span:nth-last-child(1n) {
  animation-delay: -0.8333333333s;
}
.popout-intro span:nth-last-child(2n) {
  animation-delay: -1.6666666667s;
}
.popout-intro span:nth-last-child(3n) {
  animation-delay: -2.5s;
}

.gain{
  color: green;
}

.lose{
  color: red;
}

.popout-stock {
  font-family: Futura, sans-serif;
  font-weight: 900;
  font-size: 40px;
  padding: 0px;
}
@keyframes ani {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  30% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  70% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
  100% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
}
.popout-stock span {
  position: relative;
  display: inline-block;
  animation: ani 5s infinite alternate cubic-bezier(0.86, 0, 0.07, 1);
}
.popout-stock span:nth-last-child(1n) {
  animation-delay: -0.8333333333s;
}
.popout-stock span:nth-last-child(2n) {
  animation-delay: -1.6666666667s;
}
.popout-stock span:nth-last-child(3n) {
  animation-delay: -2.5s;
}

.popout1 {
  font-family: Futura, sans-serif;
  font-weight: 900;
  font-size: 40px;
  padding: 30px;
}
@keyframes ani {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  30% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  70% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
  100% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
}
.popout1 span {
  position: relative;
  display: inline-block;
  animation: ani 5s infinite alternate cubic-bezier(0.86, 0, 0.07, 1);
}
.popout1 span:nth-last-child(1n) {
  animation-delay: -0.8333333333s;
}
.popout1 span:nth-last-child(2n) {
  animation-delay: -1.6666666667s;
}
.popout1 span:nth-last-child(3n) {
  animation-delay: -2.5s;
}


.popout2 {
  font-family: Futura, sans-serif;
  font-weight: 900;
  font-size: 40px;
  padding: 30px;
}
@keyframes ani {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  30% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  70% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
  100% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
}
.popout2 span {
  position: relative;
  display: inline-block;
  animation: ani 5s infinite alternate cubic-bezier(0.86, 0, 0.07, 1);
}
.popout2 span:nth-last-child(1n) {
  animation-delay: -0.8333333333s;
}
.popout2 span:nth-last-child(2n) {
  animation-delay: -1.6666666667s;
}
.popout2 span:nth-last-child(3n) {
  animation-delay: -2.5s;
}


.investingone {
  font-family: Futura, sans-serif;
  font-weight: 900;
  font-size: 60px;
  padding: 30px;
}

.ui-autocomplete { max-height: 200px; overflow-y: scroll; overflow-x: hidden;}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@keyframes ani {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  30% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  70% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
  100% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
}
.investingone span {
  position: relative;
  display: inline-block;
  animation: ani 5s infinite alternate cubic-bezier(0.86, 0, 0.07, 1);
}
.investingone span:nth-last-child(1n) {
  animation-delay: -0.8333333333s;
}
.investingone span:nth-last-child(2n) {
  animation-delay: -1.6666666667s;
}
.investingone span:nth-last-child(3n) {
  animation-delay: -2.5s;
}


.investingtwo {
  font-family: Futura, sans-serif;
  font-weight: 900;
  font-size: 30px;
  padding: 10px;
}
@keyframes ani {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  30% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightgreen;
    color: black;
 }
  70% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
  100% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightgreen;
    color: black;
 }
}
.investingtwo span {
  position: relative;
  display: inline-block;
  animation: ani 5s infinite alternate cubic-bezier(0.86, 0, 0.07, 1);
}
.investingtwo span:nth-last-child(1n) {
  animation-delay: -0.8333333333s;
}
.investingtwo span:nth-last-child(2n) {
  animation-delay: -1.6666666667s;
}
.investingtwo span:nth-last-child(3n) {
  animation-delay: -2.5s;
}


@import "compass/css3";
.wrapper {
	text-align: center;
}
.legend {
	display: inline-block;
	width: 400px;
	vertical-align: text-bottom;
	margin-left: 1px;
	background-color: white;
}
.legend span {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 10px 0 20px;
}
.legend span.green {
	background-color: #30b32d;
}
.legend span.yellow {
	background-color: #fd0;
}
.legend span.orange {
	background-color: #ffa500;
}
.legend span.red {
	background-color: #f03e3e;
}
 

@import "compass/css3";
.wrapper1 {
	text-align: center;
}
.legend1 {
	display: inline-block;
	width: 400px;
	vertical-align: text-bottom;
	margin-left: 1px;
	background-color: white;
}
.legend1 span {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 10px 0 20px;
}
.legend1 span.green {
	background-color: #30b32d;
}
.legend1 span.yellow {
	background-color: #fd0;
}
.legend1 span.orange {
	background-color: #ffa500;
}
.legend1 span.red {
	background-color: #f03e3e;
}




.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid green;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: black;
}

.searchTerm:focus{
  color: black;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid green;
  background: green;
  text-align: center;
  color: #fff; 
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 50%;
  margin: 15px auto;
  padding: 20px;
  /* transform: translate(-50%, -50%); */
}


section {
  width: 100%;
  height: 40px;
}

@keyframes ticker-tape-scrolling {
  0% {
    left: 0
  }
  100% {
    left: -50%
  }
}

.ticker-tape {
  background: white;
  width: 100%;
  height: 2.5rem;
  margin: 0 auto 0;
  border: 2px solid lightgrey;
}

.ticker-tape-title {
  float: left;
  white-space: nowrap;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: lightgray;
}

.ticker-tape .ticker-tape-scroll {
  overflow: hidden;
  white-space: nowrap;
}

.ticker-tape .ticker-tape-collection {
  display: table-cell;
  position: relative;
  animation: ticker-tape-scrolling 45s linear infinite running;
}
.ticker-tape .ticker-tape-collection:hover {
  animation-play-state: paused; 
}

.ticker-tape .ticker-tape-story {
  display: inline-block;
  vertical-align: top;
  line-height: 2.5rem;
}

.ticker-tape .ticker-tape-story:after {
  overflow: hidden;
  text-indent: -9999rem;
  font-size: 0;
  line-height: 0;
  content: "line after";
  display: inline-block;
  height: 1.875rem;
  margin-bottom: 0.1875rem;
  border-right: 2px solid lightgray;
  vertical-align: middle;
}

.ticker-tape .ticker-tape-link {
  text-decoration: none;
  outline: 0;
  display: inline-block;
  padding: 0 1.25rem;
  color: lightgray;
}

.ticker-tape .ticker-tape-link:hover {
  background-color: lightblue;
}

.ticker-tape-story span {
  padding-right: 0.3125rem;
  font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}

.ticker_img {
  border-radius: 50%;
  padding-right: 5px;
  width: 30px;
} 

.tickername{
  font-weight: bold;
}

@media all {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

/* @media (min-width: 400px) {
  html{
    width: 100%;
  }
} */

/* Extra small devices (phones, 600px and down) */


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  html{
    width: 100%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  html{
    width: 100%;
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  html{
    width: 100%;
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  html{
    width: 100%;
  }
}
