/*Custom Style Sheet*/
html {
    background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
        -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button::-moz-focus-inner {
  border: 0;
}

body    {margin: 0;font-family: Roboto, sans-serif;font-weight: normal;overflow: hidden;width: 100%;overflow: hidden;}
.overlay{width: 100%;height: 100%;left: 0;position: absolute;top: 0;background: rgba(0,0,0,0.5);}
.clear  { clear: both;  }



.coolFacts {position: relative;margin: 0 auto;overflow-x:hidden;z-index: 9999;}

.copyBlock{    margin: 0 auto;    position: absolute;    text-align: center;    width: 100%;    color: #fff;    padding: 12px 0;    font-size: 10px;opacity: 0.5;}
.copyBlockBG{position: relative;background: #000;margin: 0 auto;opacity: 0.2;width: 118px;height: 20px;margin-top: 8px;border-radius: 5px;z-index: -1;}
sup {    margin-top: -4px;    display: inline-block;}
.spanMargin1{display: none;position: absolute;top: -50px;font-size: 12px !important;font-style: normal;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;background: #3b3d46;}
.arrowBottom1{width: 19px;height: 18px;right: 30px;top: 24px;display: none;position: absolute;-webkit-transform: rotate(-225deg);-moz-transform: rotate(-225deg);-o-transform: rotate(-225deg);transform: rotate(-225deg);background: #3b3d46;}

.spanMargin2{display: none;position: absolute;top: -49px;font-size: 12px !important;font-style: normal;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;background: #3b3d46;}
.arrowBottom2{width: 19px;height: 18px;right: 25px;top: 24px; display: none;position: absolute;-webkit-transform: rotate(-225deg);-moz-transform: rotate(-225deg);-o-transform: rotate(-225deg);transform: rotate(-225deg);background: #3b3d46;}

@media screen and (max-width: 680px) {  #ascrail2000 div{width:6px !important; }
  .actTopBar h1           { font-size: 12px; padding: 10px;width: 68%;}
  .actTopBar img {  width: 34px;padding-right: 10px;}
  .actTitleBar h2 { font-size: 12px;padding: 5px 10px;}
} 
@media screen and (max-width: 320px) {
   #ascrail2000 div{width:6px !important; }
  .actTopBar h1           { font-size: 12px; padding: 10px;width: 68%;}
  .actTopBar img {  width: 34px;padding-right: 10px;}
  .actTitleBar h2 { font-size: 12px;padding-left: 10px;}
}

html { 
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.redBox{float: left;display: block;width: 85px;height: 85px;background-image: url('../images/coolfacts.png');background-size: 100% 100%;vertical-align: middle;display: table-cell;z-index: 10;text-align: center;margin-top: 15px;display: table-cell;vertical-align: middle;}
.totalDiv{width: 1400px;height: 115px;display: table;padding-top: 20px;margin: 0 auto;display: table;}
.headingText{font-size: 24px;font-weight: 400;text-align: justify;vertical-align: middle;display: table-cell;background: rgba(16, 16, 16, 0.8);color: #FFF;border-radius: 15px;position: relative;left: -55px;z-index: -1;padding: 10px 60px 10px 80px;width: 1350px;}
.coolFacts{position:relative;width: 1380px;margin-top:20px;}



@media only screen and (max-width: 479px) {
  .totalDiv{width: 450px;}
  .headingText{width: 430px;}
  .coolFacts{width: 460px;}
}
@media only screen and (min-width: 480px) {
  .totalDiv{width: 450px;}
  .headingText{width: 430px;}
  .coolFacts{width: 460px;}
}
@media only screen and (min-width: 600px) {
  .totalDiv{width: 600px;}
  .headingText{width: 550px;}
  .coolFacts{width: 580px;}
}
@media only screen and (min-width: 700px) {
  .totalDiv{width: 700px;}
  .headingText{width: 650px;}
  .coolFacts{width: 680px;}

}
@media only screen and (min-width: 800px) {
  .totalDiv{width: 800px;}
  .headingText{width: 750px;}
  .coolFacts{width: 780px;}

}
@media only screen and (min-width: 900px) {
  .totalDiv{width: 900px;}
  .headingText{width: 850px;}
  .coolFacts{width: 880px;}
}

@media only screen and (min-width: 1000px) {
  .totalDiv{width: 1000px;}
  .headingText{width: 950px;}
  .coolFacts{width: 980px;}
}
@media only screen and (min-width: 1280px) {
  .totalDiv{width: 1200px;}
  .headingText{width: 1230px;}
  .coolFacts{width: 1260px;}
}
@media only screen and (min-width: 1400px) {
  .totalDiv{width: 1400px;}
  .headingText{width: 1230px;}
  .coolFacts{width: 1350px;}
}

.extra{padding-top: 0px;}