      body {
        background-color: #000;
        /*    background-image: url(images/bg.jpg);*/
        background-repeat: no-repeat;
        /*    background-attachment: scroll;*/
        background-position: center top;
        background-size: 100%;
      }
      .topbg {
        background-image: url(images/top_bg.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0px;
        background-size: cover;
        /*min-height: 618px;*/
        /*background-color: #003639;*/
        /*border-bottom:10px; 
          border-style: solid;
          border-bottom-color: #fda925;*/
      }
      .content_bg {
        background-image: url(images/content_bg.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0px;
        /*		  background-attachment: fixed;*/
        /*          background-size: cover;*/
        /*min-height: 618px;*/
        /*background-color: #003639;*/
        /*border-bottom:10px; 
          border-style: solid;
          border-bottom-color: #fda925;*/
      }
.table{
	border-radius: 20px;
	width: 90%;
	margin: auto auto;
}
      .table tr th {
        text-align: center;
        font-size: 18px;
        color: #6A0001;
      }
      .table tr td {
        text-align: center;
        font-size: 18px;
        color: #333;
      }
      .table caption {
        text-align: center;
        font-size: 20px;
        font-weight: bolder;
        color: #000;
      }
      .vs_text {
        font-size: 16px;
      }
      .table {
        background-color: #FFF;
        padding: 15px;
      }
      .table caption {
        color: #000;
        margin: 30px;
      }
      .table thead tr th {
/*        line-height: 36px;*/
      }
      .table tbody tr td {
/*        line-height: 36px;*/
        line-height: 30px;
        margin: auto;
      }
      .contentbg {}
      .copyright {
        font-size: 15px;
        text-align: center;
        color: #CCC;
        line-height: 2em;
        padding: 10px;
      }
      .c_txt {
        font-size: 26px;
        color: #FFF;
        text-align: center;
      }
      .table-hover tr td p {
        transform: translateY(100%);
      }
      .navbar-default {
        background-color: rgba(0, 0, 0, 0.6);
        color: #FFF;
        border: 0px;
        border-radius: 0px;
        margin-bottom: -15px;
        padding: 3px;
      }
      .navbar-default .navbar-nav > li > a {
        color: #FFF;
        font-size: 17px;
        margin: 5px;
        text-align: center;
        /*
		background-color: #650c1a;
		border-radius: 50px;
*/
      }
      .navbar-default .navbar-header > a {
        color: #FFF;
        font-size: 19px;
      }
      .navbar-default .navbar-nav > li > a:hover {
        background-color: #db0225;
        color: #FFF;
        border-radius: 50px;
      }
      .navbar-default .navbar-nav > li > a:visited {
        background-color: #db0225;
        color: #FFF;
        border-radius: 50px;
      }
      .navbar-default .navbar-toggle {
        border-color: #fee1e9;
      }
      .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
        border-color: #fee1e9;
      }
      .navbar-default .navbar-toggle:hover {
        background-color: #ff9c00;
      }
      @-webkit-keyframes zoomInRight {
        from {
          opacity: 0;
          -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
          transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
          -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }
        60% {
          opacity: 1;
          -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
          transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
          -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        }
      }
      @keyframes zoomInRight {
        from {
          opacity: 0;
          -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
          transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
          -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }
        60% {
          opacity: 1;
          -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
          transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
          -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        }
      }
      .zoomInRight {
        -webkit-animation-name: zoomInRight;
        animation-name: zoomInRight;
      }
      @keyframes fadeInDown {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
        }
        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
      }
      .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
      }
      @-webkit-keyframes fadeInUp {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
        }
        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
      }
      @keyframes fadeInUp {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
        }
        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
      }
      .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
      }
      @-webkit-keyframes bounceIn {
        from, 20%, 40%, 60%, 80%, to {
          -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        0% {
          opacity: 0;
          -webkit-transform: scale3d(0.3, 0.3, 0.3);
          transform: scale3d(0.3, 0.3, 0.3);
        }
        20% {
          -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
        }
        40% {
          -webkit-transform: scale3d(0.9, 0.9, 0.9);
          transform: scale3d(0.9, 0.9, 0.9);
        }
        60% {
          opacity: 1;
          -webkit-transform: scale3d(1.03, 1.03, 1.03);
          transform: scale3d(1.03, 1.03, 1.03);
        }
        80% {
          -webkit-transform: scale3d(0.97, 0.97, 0.97);
          transform: scale3d(0.97, 0.97, 0.97);
        }
        to {
          opacity: 1;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
        }
      }
      @keyframes bounceIn {
        from, 20%, 40%, 60%, 80%, to {
          -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        0% {
          opacity: 0;
          -webkit-transform: scale3d(0.3, 0.3, 0.3);
          transform: scale3d(0.3, 0.3, 0.3);
        }
        20% {
          -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
        }
        40% {
          -webkit-transform: scale3d(0.9, 0.9, 0.9);
          transform: scale3d(0.9, 0.9, 0.9);
        }
        60% {
          opacity: 1;
          -webkit-transform: scale3d(1.03, 1.03, 1.03);
          transform: scale3d(1.03, 1.03, 1.03);
        }
        80% {
          -webkit-transform: scale3d(0.97, 0.97, 0.97);
          transform: scale3d(0.97, 0.97, 0.97);
        }
        to {
          opacity: 1;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
        }
      }
      .bounceIn {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-name: bounceIn;
        animation-name: bounceIn;
      }
      .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
      }
      .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
      }
      .animated.delay-0s {
        -webkit-animation-delay: 0.0s;
        animation-delay: 0.0s;
      }
      .animated.delay-1s {
        -webkit-animation-delay: 1.0s;
        animation-delay: 1.0s;
      }
      .animated.delay-2s {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
        margin-left: 0px;
        margin-right: 0px;
      }
      .animated.delay-3s {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.0s;
      }
      .animated.delay-4s {
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s;
      }
      .animated.delay-5s {
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s;
      }
      .animated.delay-6s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
      }
      .animated.delay-7s {
        -webkit-animation-delay: 2.2s;
        animation-delay: 2.2s;
      }
      .animated.delay-8s {
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s;
      }
      .animated.fast {
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms;
      }
      .animated.faster {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
      }
      .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
      }
      .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
      }
      @media (prefers-reduced-motion) {
        .animated {
          -webkit-animation: unset !important;
          animation: unset !important;
          -webkit-transition: none !important;
          transition: none !important;
        }
      }