a {
	color: #7BA566;
	text-decoration: underline;
}

a.readon {
	color: #7BA566;
}

#ja-container2 ul.menu li li a:hover,
#ja-container2 ul.menu li li a:active,
#ja-container2 ul.menu li li a:focus {
	color: #7BA566;
}

.bignumber {
	color: #7BA566;
}

#ja-container2 ul.menu li.active a {
	color: #7BA566;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	color: #7BA566;
}

div.module h3 {
	color: #7BA566;
}

     
 .example_a {
color: #fff !important;
text-transform: uppercase;
background: #ed3330;
padding: 10px;
border-radius: 5px;
display: inline-block;
border-width: 3px 3px 3px 3px;
border-spacing: 15px;
}
.example_a:hover {
background: #434343;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}
* {box-sizing:border-box}
      

      
      
hedrop {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-color:  yellow; 
    margin-left: 3px;
   
}


      @keyframes fade-in-up {
      0%{opacity:0}
      100%{transform:translateY(0);opacity:1}
      }
      @-webkit-keyframes ripple {
      70%{box-shadow:0 0 0 50px rgba(255,0,0,0)}
      100%{box-shadow:0 0 0 0 rgba(255,0,0,0)}
      }
      @keyframes ripple {
      70%{box-shadow:0 0 0 50px rgba(255,0,231,0)}
      100%{box-shadow:0 0 0 0 rgba(255,0,0,0)}
      }
      @-moz-keyframes ripple {
      70%{box-shadow:0 0 0 50px rgba(255,0,0,0)}
      100%{box-shadow:0 0 0 0 rgba(255,0,0,0)}
      }
      .fa-expand::before{content:"\f065"}
      .fa-arrows::before{content:"\f047"}
      .fa-close::before{content:"\f00d";}
      .video-wrap{text-align:center}
      .video-index iframe{max-width:100%;max-height:100%}
      .video-index{position:fixed;bottom:10px;right:10px;z-index:99999}
      #can-vd2{position:absolute;top:5px;left:5px;background:transparent;border:1px solid #575757;color:#FFF;font-size:16px;outline:none;padding:4px 6px}
      #livebtbox{position:fixed;bottom:150px;right:100px;display:none;z-index:99999;}
      #livedrag{position:absolute;}
      #live-bt{height:60px;width:60px;border-radius:50%;background-color:green;color:#FFF;box-shadow:2px 2px 5px #888;text-align:center;font-weight:700;margin:0 auto;font-size:12px;z-index:9999}
      #live-bt a{text-decoration:none;color:#FFF;font-size:10px;line-height:60px;font-family:'Roboto',sans-serif;font-weight:700;display:block;cursor:pointer;}
      .circle-rippl,.circle-rippl::after,.circle-rippl::before{position:absolute;right:0px;bottom:0px;height:60px;width:60px;z-index:-1;border-radius:50%;box-shadow:0 0 0 0 rgba(255,0,0,.2);-webkit-animation:ripple 3s infinite;-moz-animation:ripple 3s infinite;-ms-animation:ripple 3s infinite;-o-animation:ripple 3s infinite;animation:ripple 3s infinite}
      .circle-rippl::after,.circle-rippl::before{content:"";position:absolute;top:0;right:0}
      .circle-rippl::after{-webkit-animation-delay:.6s;-moz-animation-delay:.6s;-ms-animation-delay:.6s;-o-animation-delay:.6s;animation-delay:.6s}
      #video-expand{position:absolute;top:5px;right:5px;background:transparent;border:1px solid #575757;color:#FFF;font-size:16px;outline:none;padding:3px 6px}
      .videomove{bottom:10px;right:10px;position:absolute;width:320px;height:240px;background:#000;border:1px solid #FFF;transform:translateY(100%);animation:fade-in-up .25s ease forwards;z-index:9999;-webkit-box-shadow:0 0 12px -1px rgba(0,0,0,0.42);-moz-box-shadow:0 0 12px -1px rgba(0,0,0,0.42);box-shadow:0 0 12px -1px rgba(0,0,0,0.42);}