.menuBall {
         position: relative;
         width: 20%;
         height: 80px;
         margin: 4px;
         display: flex;
         font-size: 12px;
         font-family: "Open Sans";
         align-content: center;
         justify-content: center;
         background: #bf1f2a;
         /*align-items:center;*/
         }
         .ball {
         position:absolute;
         width:100%;
         height:100%;
         /* -moz-border-radius: 50%;
         -webkit-border-radius: 50%;
         -o-border-radius: 50%;
         border-radius: 50%;*/
         /*    border: 2px dashed #641934;*/
         /*margin: 10px;*/
         text-decoration: none;
         text-align: center;
         color:#fff;
         text-decoration: none !important;
         /*display:flex;
         justify-content: center;
         align-items: center;*/
         }
         .ball span
         {
         font-size: 15px; 
         /* padding-top: 15px;
         display: block; */
         height: 100%;
         display: flex;
         align-items: center;
         justify-content: center;
         }
         .ball:hover {
         -webkit-animation: pulse 1s ease 0s infinite normal;
         -o-animation: pulse 1s ease 0s infinite normal;
         -moz-animation: pulse 1s ease 0s infinite normal;
         animation: pulse 1s ease 0s infinite normal;
         color: yellow;
         }
         .blueball {
         /*background: #bf1f2a;*/
         /*background: rgba(150,111,99,1);
         background: -moz-linear-gradient(top, rgba(150,111,99,1) 0%, rgba(111,53,38,1) 8%, rgba(108,49,33,1) 93%, rgba(64,22,10,1) 100%);
         background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(150,111,99,1)), color-stop(8%, rgba(111,53,38,1)), color-stop(93%, rgba(108,49,33,1)), color-stop(100%, rgba(64,22,10,1)));
         background: -webkit-linear-gradient(top, rgba(150,111,99,1) 0%, rgba(111,53,38,1) 8%, rgba(108,49,33,1) 93%, rgba(64,22,10,1) 100%);
         background: -o-linear-gradient(top, rgba(150,111,99,1) 0%, rgba(111,53,38,1) 8%, rgba(108,49,33,1) 93%, rgba(64,22,10,1) 100%);
         background: -ms-linear-gradient(top, rgba(150,111,99,1) 0%, rgba(111,53,38,1) 8%, rgba(108,49,33,1) 93%, rgba(64,22,10,1) 100%);
         background: linear-gradient(to bottom, rgba(150,111,99,1) 0%, rgba(111,53,38,1) 8%, rgba(108,49,33,1) 93%, rgba(64,22,10,1) 100%);
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#966f63', endColorstr='#40160a', GradientType=0 );*/
         }
         .menuText {
         font-size: larger;
         color: black;
         position: relative;
         vertical-align: middle;
         text-align: center;
         font-size: 16px;
         }
         .topvenublk 
         {
         display: block;
         width: 75%;
         margin: auto;
         padding-left: 7.3%;
         text-align: center;
         }
         .topvenublk li
         {
         display: inline-block;    
         vertical-align: middle;
         }
         .timeblk{     
         padding: 7px;
         border-top: 1px solid #333;
         border-bottom: 1px solid #333;
         }
         .timeinnerblk h3, .timeinnerblk p
         {
         margin: 0;
         padding-top: 10px;
         }
         .timeinnerblk
         {
         float: left;
         padding: 5px;
         text-align: center;
         border-top: 1px solid;
         margin-left: 5px;
         padding-bottom: 10px;
         }
         .ttblk
         {
         background: #4B4B4D;
         color: #fff;
         }
         .ttvenue
         {
         background: #641a35;
         color: #fff;
         }
         .awardbgblk
         {
         width: 180px;
         margin: auto;
         display: block;
         vertical-align: top;
         padding-top: 30%;
         }
         .timeblk span
         {
         display: block;
         width: 54px;
         height: 112px; 
         float: left;
         padding-top: 7px;
         }
         .spanleftblk
         {
         background: linear-gradient(to left, #333 0%, #fff 100%);
         }
         .spanrightblk
         {
         margin-left: 5px;
         background: linear-gradient(to left, #fff 0%, #333 100%);
         }
         .topvenublk li:first-child, .topvenublk li:last-child
         {
         padding: 0 ;
         width: 24.7%;     
         height: 150px; 
         }
         .topvenublk li img, .awardbgblk img
         {
         max-height: 100%;
         max-width: 100%;
         margin: auto;
         display: block;
         }
         .container_leftblk
         {
         float: left;
         display: inline-block;
         width: 20%;
         }
         .container_rightblk
         {
         float: right;
         display: inline-block;
         width: 20%;
         }
         .rightbgblk
         {
         width: 140px;
         padding: 25px 10px 10px 10px;
         }
         .container_leftblk img
         {
         max-height: 100%;
         max-width: 100%;
         margin: auto;
         display: block;
         }
         .registerformblk {
         float: left;
         width: 58%;
         display: block;
         margin: 10px;
         }
         .rgblk {
         position: fixed;
         top: 140px;
         right: 0;
         color: #FC8545;
         display: block;
         z-index: 999999;    
         text-transform: uppercase;
         background: rgba(150,111,99,1);
         background: -moz-linear-gradient(top, rgba(150,111,99,1) 0%, rgba(111,53,38,1) 8%, rgba(108,49,33,1) 93%, rgba(64,22,10,1) 100%);
         background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(150,111,99,1)), color-stop(8%, rgba(111,53,38,1)), color-stop(93%, rgba(108,49,33,1)), color-stop(100%, rgba(64,22,10,1)));
         background: -webkit-linear-gradient(top, rgba(150,111,99,1) 0%, rgba(111,53,38,1) 8%, rgba(108,49,33,1) 93%, rgba(64,22,10,1) 100%);
         background: -o-linear-gradient(top, rgba(150,111,99,1) 0%, rgba(111,53,38,1) 8%, rgba(108,49,33,1) 93%, rgba(64,22,10,1) 100%);
         background: -ms-linear-gradient(top, rgba(150,111,99,1) 0%, rgba(111,53,38,1) 8%, rgba(108,49,33,1) 93%, rgba(64,22,10,1) 100%);
         background: linear-gradient(to bottom, rgba(150,111,99,1) 0%, rgba(111,53,38,1) 8%, rgba(108,49,33,1) 93%, rgba(64,22,10,1) 100%);
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#966f63', endColorstr='#40160a', GradientType=0 );
         }
         .rgblk span
         {
         color: #fff;
         font-size: 11px;
         display: block;
         }
        
         @-webkit-keyframes pulse {
         0% {
         -webkit-transform: scale(1) rotate(0deg); 
         }
         50% {
         -webkit-transform: scale(1.1) rotate(-5deg); 
         }
         100% {
         -webkit-transform: scale(1) rotate(0deg); 
         }
         }
         @-o-keyframes pulse {
         0% {
         -o-transform: scale(1) rotate(0deg); 
         }
         50% {
         -o-transform: scale(1.1) rotate(-5deg); 
         }
         100% {
         -o-transform: scale(1) rotate(0deg); 
         }
         }
         @-moz-keyframes pulse {
         0% {
         -moz-transform: scale(1) rotate(0deg); 
         }
         50% {
         -moz-transform: scale(1.1) rotate(-5deg); 
         }
         100% {
         -moz-transform: scale(1) rotate(0deg); 
         }
         }
         @keyframes pulse {
         0% {
         transform: scale(1) rotate(0deg); 
         }
         50% {
         transform: scale(1.1) rotate(-5deg); 
         }
         100% {
         transform: scale(1) rotate(0deg); 
         }
         }
         @-webkit-keyframes bump {
         0% {
         top: 0;
         }
         5% {
         top: 3px;
         }
         10% {
         top:0;
         }
         100% {
         top:0;
         }
         }
         @-o-keyframes bump {
         0% {
         top: 0;
         }
         5% {
         top: 3px;
         }
         10% {
         top:0;
         }
         100% {
         top:0;
         }
         }
         @-moz-keyframes bump {
         0% {
         top: 0;
         }
         5% {
         top: 3px;
         }
         10% {
         top:0;
         }
         100% {
         top:0;
         }
         }
         @keyframes bump {
         0% {
         top: 0;
         }
         5% {
         top: 3px;
         }
         10% {
         top:0;
         }
         100% {
         top:0;
         }
         }
         .media-container-row{
         margin-left:0;
         margin-right: 0;
         }
         @media only screen and (max-width:991px)
         {
         #header14-e .container
         {
         max-width:100% !important;
         }
         }
         @media only screen and (max-width:767px)
         {
         #ballMenuContainer 
         {
         position: absolute;
         display: grid;
         z-index: 999999;
         text-transform: uppercase;
         left: inherit;
         margin: auto !important;
         top: inherit;
         width: 100%;
         text-align: center;
         justify-content: center;
         }
         .menuBall
         {
         margin: 10px;
         }
         #ballMenuContainer
         {
         left: 0;
         right: 0 !important;
         }
         #header14-e .container
         {
         max-width:100% !important;
         }
         .cid-rfvi6UAGHf
         {
         background: #5e0f2b;
         background-image: none;
         }
         .media-container-row
         {
         box-shadow: 0 0 15px #260303;
         display: block;
         }
         .media-container-row img
         {
         max-width: 100%;
         margin: auto;
         display: block;
         }
         .mbr-fullscreen
         {
         display: block !important;
         }
         .ball
         {
         margin:0;
         left: 0;
         }
         }
         img{
         width: 100%;
         }
         @media (min-width:1025px) and (max-width:1199px){
         .ball span {
         font-size: 13px;
         /*padding-top: 5px;*/
         }
         .menuBall{
         height: 60px;
         }
         #ballMenuContainer{
         top: 90px;
         }
         }
         @media (min-width:992px) and (max-width:1024px){
         #ballMenuContainer{
         top: 70px;
         }
         .ball span {
         font-size: 12px;
         padding-top:0px;
         }
         .menuBall{
         height: 58px;
         }
         #ballMenuContainer{
         top: 80px;
         }
         }
         @media (min-width:768px) and (max-width:991px){
         #ballMenuContainer{
         top: 70px;
         }
         .ball span {
         font-size: 12px;
         padding-top:0px;
         }
         .menuBall{
         height: 58px;
         }
         #ballMenuContainer{
         top: 70px;
         }
         }
         @media (min-width:576px) and (max-width:767px){
         #ballMenuContainer{
         display: flex !important;
         flex-direction: column;
         background: #5e0f2b;
         }
         .menuBall{
         margin: 20px auto !important;
         width: 30%;
         height: 60px;
         }
         }
         @media (max-width:575px) {
         .menuBall{
         width: 50%;
         height: 80px;
         margin: 20px auto !important;
         }
         #ballMenuContainer{
         display: flex !important;
         flex-direction: column;
         background: #5e0f2b;
         }
         }
