/* IE10+ CSS styles go here */
/* IE Edge 12+ CSS styles go here */
/*Quick Class ================*/
.marTop20 {
  margin-top: 20px; }

.NoPadTop {
  padding-top: 0; }

.width50 {
  width: 50%; }

.width25 {
  width: 25%; }

.marTop5p {
  margin-top: 5%; }

/*Quick Class ================END  */
/******************top menu css start**************/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */ }
.preloader_1, .preloader_2 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  position: relative;
}
.preloader_1 > img {
  position: absolute;
  top: 0;
  left: -1000px;
}
.preloader_1 {
  background-image: url(../img/bg.png);
}
.preloader_2 {
  background-image: url(../img/mask.png);
}

ul.main-navigation {
  width: 930px;
  list-style: none;
  padding: 0;
  display: table;
  text-align: right;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  margin: 0;
  
  float: right;
  -webkit-box-shadow: 10px 9px 20px -9px rgba(255, 255, 255, 0.37);
  -moz-box-shadow: 10px 9px 20px -9px rgba(255, 255, 255, 0.37);
  box-shadow: 10px 9px 20px -9px rgba(255, 255, 255, 0.37);
  background-image: url(../img/nav_bg.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 100% 40px; }

ul.main-nav-level {
  background: #f1f2f2; }

/*.main-navigation > li {
  background: transparent; }*/
ul.main-nav-level {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.main-nav-level li {
  text-align: left;
  width: 200px;
  max-width: 200px; }

ul.main-nav-level ul li {
  width: 250px;
  max-width: 250px; 
}

ul.main-navigation >li:first-child {
  padding-left: 14px;
}

ul.main-navigation li a:hover {
  /*background: transparent; */ }

/* top level hover color*/
/* This hides the dropdowns */
ul.main-nav-level {
  display: none; }

ul.main-navigation > li {
  background-image: url(../img/nav_bg.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 100% 40px;
  display: block;
  text-align: center;
  position: relative;
  float: left; }

ul.main-navigation > li:hover {
  background-image: url(../img/nav_bg_hover.png); }

ul.main-navigation li a {
  display: block;
  padding: 10px 14.1px;
  text-decoration: none;
  white-space: nowrap;
  color: white;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: lighter;
  height: 40px; }

ul.main-nav-level li > a {
  padding: 10px 10px;
  padding-right: 40px;
  display: table-cell;
  vertical-align: middle;
  background: white;
  border-bottom: 1px solid lightgrey;
  color: grey;
  position: relative;
  background-image: url(../img/nav_dot.png);
  background-size: 40px 8px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: 10px 9px 20px -9px rgba(255, 255, 255, 0.37);
  -moz-box-shadow: 10px 9px 20px -9px rgba(255, 255, 255, 0.37);
  box-shadow: 10px 9px 20px -9px rgba(255, 255, 255, 0.37); }
ul.main-nav-level li span {
  line-height: 1.8;
}
ul.main-nav-level li span:hover {
  text-decoration: underline;
}
ul.main-navigation li p {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  font-weight: normal;
  padding-right: 5px;
  color: #3d3025;
  font-family: Arial, Helvetica, sans-serif; }

/*  dropdown level Display*/
.main-navigation li > ul {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-top: 5px;
  width: 100%;
  margin-left: -23px; }

.main-navigation li > ul.firstLevelFix {
  margin-left: -14px; }

.main-navigation li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  width: 100%; }

.main-nav-level li > ul {
  top: 0;
  margin-top: 0;
  margin-left: 10px; }

.main-nav-level li:hover > ul {
  margin-left: 0; }

.main-navigation li:hover li {
  float: none; }

.main-navigation li ul li {
  border-top: 0;
  display: table;
  position: relative; }


/* top level hover effect*/
ul.main-navigation > li > a:hover {
  /*background-image: url(../img/nav_bg_hover.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 40px; }

/*inside level arrow effect*/
.main-nav-level li:hover > p {
  background: #b72025; }

/*second level hover effect*/
.main-nav-level li:hover > a {
  background: #b72025;
  color: white; }

/*when hover the button */
.main-navigation li:hover li a:hover {
  background: #b72025; }

/* Displays second level dropdowns to the right of the first level dropdown */
ul.main-navigation ul ul {
  left: 100%;
  top: 0; }

/* Simple clearfix */
ul.main-navigation:before,
ul.main-navigation:after,
ul.main-nav-level:before,
ul.main-nav-level:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

ul.main-navigation:after {
  clear: both; }

.top-nav {
  height: 200px;
  width: 100%; }

ul.main-navigation > li.NavArrow {
  background-image: url(../img/nav_sev.png);
  background-repeat: repeat-x !important;
  background-position: center !important;
  background-size: 100% 40px !important;
  width: 30px !important;
  height: 40px; }

/******************top menu css end**************/
.DBg {
  background-image: url(../img/main_bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  }

.footer {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 20px; }

.DContainer {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  min-width: 1200px;
  width: 100%;
  margin: auto; }

.navPageRow {
  position: relative;
  height: 40px; }

.navPage {
  padding: 0;
  margin: 0;
  width: 100%; }

.DRowPage {
  padding: 0 135px; }

.PageTopBan {
  width: 100%; }

.DLogo {
  width: 250px;
  position: absolute;
  margin: auto;
  left: 0;
  top: 10px; }
  .DLogo img {
    -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    -o-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5)); }

.AboutSponBan {
  position: relative;
  z-index: 5; }

.DAction {
  position: absolute;
  width: 140px;
  margin: auto;
  right: 150px;
  top: 75px;
  z-index: 10; }

.DActionP {
  right: 10px;
  top: 10px; }

.DActionHome {
  position: absolute;
  width: 140px;
  margin: auto;
  right: 10px;
  top: 10px;
  z-index: 10; 
}
.emptyBox {
  height: 500px;
  z-index: 0;
  pointer-events: none; }

.Dfooter {
  color: white;
  font-size: 0.8em;
  max-width: 1200px; }
  .Dfooter .credit {
    font-size: 0.8em; }

.footerUl {
  display: table;
  vertical-align: middle;
  width: 80%;
  margin: auto; }

.footerLi {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  padding: 0 30px;
  border-right: 1px solid white;
  text-align: center; }

.footerLi:last-child {
  border: none; }

.footerLi a {
  color: white;
  text-decoration: none; }

.fa-stack-1x {
  color: white; }

.icon-facebook {
  color: #3b5998;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 4px; }

.NavLevel {
  position: relative;
  z-index: 10; }

.AboutContent {
  background-color: #f47725;
  padding-top: 40px;
}

.AboutContentbg2 {
  background-color: #f47725; }
.AboutContentbg3 {
  /*background-image: url(../img/2018/bg.png); */}
.GradbgBlue {
  background: rebeccapurple;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(right, #e0e8f5, #75b5e3 80%);
  /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(right, #e0e8f5, #75b5e3 80%);
  /* For Fx 3.6 to 15 */
  background: -moz-linear-gradient(right, #e0e8f5, #75b5e3 80%);
  /* Standard syntax */
  background: linear-gradient(to left, #e0e8f5, #75b5e3 80%); }

.GradbgLightPurple {
  background: rebeccapurple;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(right, #ede3f0, #d3bbdb 80%);
  /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(right, #ede3f0, #d3bbdb 80%);
  /* For Fx 3.6 to 15 */
  background: -moz-linear-gradient(right, #ede3f0, #d3bbdb 80%);
  /* Standard syntax */
  background: linear-gradient(to left, #ede3f0, #d3bbdb 80%); }

.AbParagraph {
  color: white;
  font-size: 0.9em;
  letter-spacing: 1.5px;
  line-height: 1.8;
  padding: 5% 20% 5% 10%;
  text-align: justify;
  z-index: 5;
  position: relative; }

.Paragraph {
  color: white;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  line-height: 1.8;
  padding: 5% 12% 5% 12%;
  text-align: justify;
  z-index: 5;
  position: relative; }

.noPaddTop {
  padding-top: 0; }

.TeamParagraph {
  color: white;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  line-height: 2;
  padding: 5% 10% 5% 10%;
  text-align: justify;
  z-index: 5;
  position: relative; }

.AbHead {
  color: #ffff99;
  font-size: 2em;
  letter-spacing: 3px; }

.txtYello {
  color: #ffff99; }

.AbHeadDivider {
  width: 100%;
  font-size: 1px;
  padding-top: 2px;
  padding-bottom: 30px; }
  .AbHeadDivider img {
    height: 2px;
    width: 100%; }

.AbHeadDividerS {
  width: 60%; }

.AbTxt1 {
  padding-bottom: 30px; }

.AbParagraphOff {
  margin-right: -15px;
  padding-bottom: 20px; }

.AbTxt2 {
  width: 75%;
  float: left; }

.imgBox1 {
  width: 23%;
  margin-left: 2%;
  margin-right: 0px;
  float: left;
  margin-top: 0; 
  position: relative;
  overflow: visible;
}
.imgBox1 > img {
  position: absolute;
  left: 0px;
}
.dummyimgBox2 {
  width: 290px;
  height: 160px;
  margin: 15px;
  background: #ca50c7;
  float: left;
  margin-top: 0; }

.footerPage {
  position: absolute;
  margin: auto;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  min-width: 900px;
  padding-bottom: 30px;
  z-index: 10;
  left: 0;
  right: 0; }

.footerIMG {
  overflow: hidden; }
  .footerIMG img {
    margin-bottom: -5px; }

.footerIMG2 {
  overflow: hidden;
  float: right; }
  .footerIMG2 img {
    margin-bottom: -5px;
    width: 260px; }

.footerBox {
  display: inline-block;
  height: 150px;
  width: 100%; }

.footerBox100 {
  display: inline-block;
  height: 100px;
  width: 100%; }

.scheduleHead {
  width: 100%; }
  .scheduleHead tbody tr {
    padding-bottom: 10px; }
    .scheduleHead tbody tr td {
      vertical-align: top;
      padding-bottom: 10px; }
      .scheduleHead tbody tr td:first-child {
        width: 15%; }

.scheduleBox {
  padding-top: 20px;
  position: relative;
  width: 100%; }

.schedulePic1 {
  position: absolute;
  margin: auto;
  right: -10%;
  top: -10%; }
  .schedulePic1 img {
    width: 180px; }

.schedulePic2 {
  position: absolute;
  margin: auto;
  right: -30%;
  bottom: -1%; }
  .schedulePic2 img {
    width: 270px; }

.schedulePic3 {
  position: absolute;
  margin: auto;
  right: -25%;
  top: -11%; }
  .schedulePic3 img {
    width: 250px; }

.scheduleForm {
  width: 100%;
  color: black;
  border-collapse: separate; }
  .scheduleForm .bgRed td {
    background: #b72025 !important;
    color: white; }
  .scheduleForm thead tr:first-child td:first-child {
    border-top-left-radius: 10px; }
  .scheduleForm thead tr:first-child td:last-child {
    border-top-right-radius: 10px; }
  .scheduleForm tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px; }
  .scheduleForm tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px; }
  .scheduleForm td {
    border: 1px solid #b72025;
    background: white;
    vertical-align: top;
    border-right: none;
    border-bottom: none; }
    .scheduleForm td:first-child {
      width: 15%;
      border-left-width: 5px; }
    .scheduleForm td:last-child {
      border-right: 5px solid #b72025; }
  .scheduleForm thead {
    color: #ca50c7; }
    .scheduleForm thead tr:first-child td {
      border-top-width: 5px; }
    .scheduleForm thead tr td {
      padding: 20px 20px 5px 20px; }
  .scheduleForm tbody tr:last-child td {
    border-bottom: 5px solid #b72025; }
  .scheduleForm tbody tr td {
    line-height: 1.5;
    padding: 5px 20px; }

.ContentDivider {
  border-bottom: 1px solid #8e508b;
  width: 100%; }

.footDivider img {
  height: 5px;
  width: 100%; }

.contentp img {
  float: right; }

.contentpL {
  width: 85%; }

.EventHead {
  color: #ca50c7;
  font-size: 1.8em;
  letter-spacing: 3px;
  float: left;
  padding-top: 15px; }

.EventHeadWrap {
  width: 100%;
  position: relative; }
  .EventHeadWrap .AbHeadDivider {
    width: 90%; }

.RewardIco {
  width: 90px;
  position: absolute;
  margin: auto;
  bottom: -16%;
  right: 0; }

img.contentIMG1 {
  width: 250px;
  text-align: right;
  float: right;
  margin: 10px; 
  margin-left: 30px;
  margin-right: -30px;
}

img.flagIMG {
  height: 30px;
  width: auto; }

.actContent {
  padding-bottom: 10px; }

.subHead {
  color: #ffff99;
  font-size: 1.1em; }

.contentOrder {
  list-style-type: decimal;
  padding-left: 0px; }
  .contentOrder li {
    list-style-type: decimal;
    padding-bottom: 5px; }

.flagBan {
  display: inline-block;
  padding-top: 5%;
  width: 100%; }
  .flagBan img {
    float: left;
    width: 10%;
    height: 60px;
    -webkit-box-shadow: 10px 9px 20px -9px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 10px 9px 20px -9px rgba(0, 0, 0, 0.37);
    box-shadow: 10px 9px 20px -9px rgba(0, 0, 0, 0.37); }

img.TeamflagIMG {
  height: 55px;
  width: auto;
  float: right;
  margin-bottom: 5px; }

.TeamHead {
  color: #ffff99;
  font-size: 1.8em;
  letter-spacing: 3px;
  float: left;
  padding-top: 15px; }

img.teamPhoto {
  float: right;
  width: 300px;
  margin: 0 0 10px 10px; }

.footerbg {
  position: absolute;
  margin: auto;
  bottom: 0; }

.StarBox {
  background: rebeccapurple;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(to left bottom, #e005ff, #cbcbcb);
  /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(to left bottom, #e005ff, #cbcbcb);
  /* For Fx 3.6 to 15 */
  background: -moz-linear-gradient(to left bottom, #e005ff, #cbcbcb);
  /* Standard syntax */
  background: linear-gradient(to left bottom, #e005ff, #cbcbcb);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 10px 9px 20px -9px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 10px 9px 20px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 10px 9px 20px -9px rgba(0, 0, 0, 0.37);
  padding: 3% 30% 3% 5%;
  position: relative; }

.starIntro {
  width: 100%; }

.StarName {
  position: absolute;
  margin: auto;
  top: -70px;
  right: -10px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../img/ico_artis1.png);
  background-size: contain;
  /*OR cover*/
  width: 180px;
  height: 180px;
  display: table; }

.StarNameIMG2 {
  background-image: url(../img/ico_artis2.png); }

.StarNameIMG3 {
  background-image: url(../img/ico_artis3.png); }

.StarNameIMG4 {
  background-image: url(../img/ico_artis4.png); }

.starNameTxt {
  margin: 0;
  position: absolute;
  /* 2 */
  top: 50%;
  /* 3 */
  transform: translate(0, -50%);
  font-size: 1.8em;
  line-height: 1;
  text-align: center;
  padding: 0 15%;
  display: table-cell;
  vertical-align: middle; }

.StarIMG {
  position: absolute;
  margin: auto;
  right: -115px;
  top: 32px; }
  .StarIMG img {
    width: 215px; }

.PlayBtn {
  position: absolute;
  margin: auto;
  right: 20px;
  top: 240px; }
  .PlayBtn img {
    width: 60px; }

.AbParagraphR {
  padding: 5% 10% 5% 20%; }
  .AbParagraphR .StarName {
    right: auto;
    top: -70px;
    left: -10px; }
  .AbParagraphR .StarBox {
    padding: 3% 5% 3% 30%; }
  .AbParagraphR .StarIMG {
    left: -115px;
    right: auto;
    top: 32px; }
  .AbParagraphR .PlayBtn {
    position: absolute;
    margin: auto;
    left: 20px;
    right: auto;
    top: 240px; }

.eventPhotos .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
.eventPhotos .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 95px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  /*OR cover*/
  background-image: url("../img/about_img_1.jpg"); }
.eventPhotos .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%; }
.eventPhotos .swiper-pagination-bullet {
  margin: 0 10px; }

.SponlogoWrap {
  text-align: center; }
  .SponlogoWrap img {
    margin: 15px; }
  .SponlogoWrap .logoB {
    width: 150px; }
  .SponlogoWrap .logoM {
    width: 120px; }
  .SponlogoWrap .logoS {
    width: 80px; }

.SponHead {
  text-align: center;
  font-size: 1.32em;
  color: #ffff99;
  margin: 20px 0; }

.couponWrap {
  overflow: hidden; }
  .couponWrap div {
    width: 49%;
    float: left;
    margin-top: 10px; }
    .couponWrap div:nth-child(2n+0) {
      margin-left: 2%; }

/*# sourceMappingURL=main.css.map */

.StarLine {
  margin-top: 33px;
  margin-bottom: 18px;
}
.AbParagraph .StarLine {
  margin-right:  -40px;
  margin-left:  -31px;
}

.AbParagraph.AbParagraphR .StarLine {
  margin-right: -31px;
  margin-left:  -40px;
}

.AbParagraph .starIntro{
  width: 118%;
  margin-left:  20px;
}

.AbParagraph.AbParagraphR .starIntro{
  margin-left:  -90px;
}
#Table_01 a, .aimg {
  display: block;
}
#Table_01 a:hover > img {
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.extrapadding > p {
      margin-bottom: 20px;
}
.extrapadding table {
  margin-top: -15px;
}

.StarBox .PlayBtn:hover {
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;

}
.tncContent a {
  color: #fff;
}
/*.tncContent .AbHeadDividerS {
  width: 100%;
}*/
.table1, .table2, .table3 {
  border-spacing: 0;
  border-collapse: separate;
}
.table1 tr, .table2 tr {
  color: #000;
  background-color: #F8B0A4;
}
.table1 tr:first-child {
  color: #fff;
  background-color: #BC131A;
}


.table1 tr:first-child td{
  font-size: 16px;
}
.table1 td, .table4 td{
  padding: 7px 25px 7px 25px;
}
.table1 td, .table2 td {
  text-align: center;
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
}

.tableRborder tr:first-child td:first-child  {
  border-top-left-radius: 10px;
}
.tableRborder tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.tableRborder tr:last-child td:first-child  {
  border-bottom-left-radius: 10px;
}
.tableRborder tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.tableRborder tr:first-child td{
    border-top-width: 3px;
    border-top-color: #ccc;
    border-top-style: solid;
}
.tableRborder tr:last-child td{
  border-bottom-width: 3px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}
.tableRborder td:first-child{
  border-left-width: 3px;
  border-left-color: #ccc;
  border-left-style: solid;
}
.tableRborder tr td:last-child{
  border-right-width: 3px;
  border-right-color: #ccc;
  border-right-style: solid;
}

.InternationalContent table {
    margin-top: 0px;
}
.table3 td{
  padding: 1px 15px 1px 15px;
  color: #fff;
  background-color: #BC131A;
  text-align: center;
}
.table3 tr:first-child td{
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
}
.table4 > tbody > tr > td{
  padding: 10px;
}
.AboutContentbg2 li, .activiteContentbg li {
  list-style-type: disc; 
}

.AboutContentbg2 ol li, .activiteContentbg ol li {
  list-style-type: decimal;
}

.AboutContentbg2 li, .activiteContentbg li {
  margin-left: 20px;
}
.activiteContentbg {
  /*background-image: url(../img/bg_fireworks2.png);*/
  background-size: 100%;
}
.activitebg {
  /* background-image: url(../img/bg_fireworks.png); */
  background-size: 100%;
  background-repeat: no-repeat;
}
.AbHead.txtYello {
  line-height: 1.3;
}
.AboutContent .Paragraph:first-child {
  padding-top: 80px;
}
.activiteContentbg .contentIMG1 {

  margin-right: -50px;
  margin-top: 50px;
}

.activiteContentbg .tableimg {
  width: 100%;
}
.mcolor {
  color: #ffff99;
}

table table {
  margin-left: -10px;
}
.activi_2 table table {
  width: 100%;
}
.actContent ul , .actContent ol {
  margin-top: -10px;
}
.bigger_fontsize {
  font-size: 120%;
}
.activi_8 > div > div {
  pointer-events: none;
}
.activi_8 img.contentIMG1 {
  pointer-events: auto;
  cursor: pointer;
}
.press_release .press_release_content a {
  display: block;
  float: left;
  margin: 10px;
}
.press_release .press_release_content img {
  display: block;
}
.press_release .photos {
  margin-left: -10px;
  margin-right: -10px;
}
.clear {
  clear: both;
}
.spon3 img {
  width: 110%;
  margin-left: -10%;
}
span.hidden, span.vhidden {
  visibility: hidden;
}

.title {
  font-size: 1.4em;
  color: #ffff99;
  margin-bottom: 10px;
}
.press1 .details, .press2 .details {
  font-size: 1.2em;
}
.press1, .press2 {
  
  background-size: 100% 100%;
  padding: 7% 10%;
  margin-bottom: 30px;
}
.press1 {
  background-image: url('../img/2018/Asset 22.png');
}
.press2 {
  background-image: url('../img/2018/Asset 23.png');
}
.backtop {
  position: fixed;
  bottom: 30px;
  right: 5%;
  cursor: pointer;
  z-index: 100;
}