body {
    font-family: 'Roboto';
    line-height: 26px;
    margin: 0;
    padding: 0px;
    color: #2d2d2d;
    font-size: 14px;
   /*  background-image: url(../images/body-bg.jpg); */
   background-repeat: no-repeat;
   background-position: top center;
   background-size: cover;

   -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf')  format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Thin';
  src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf')  format('truetype'), url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf')  format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf')  format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


img {
  max-width: 100%;
  display: block
}
a {
  text-decoration: none
}
a:hover {
  text-decoration: none
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.indroduction-panel{
    padding: 50px 0;
}
.indroduction-panel .intro-box{
    background: rgba(234,234,234,0.8);
    -moz-box-shadow:    inset 0 0 50px #919191;
    -webkit-box-shadow: inset 0 0 50px #919191;
    box-shadow:         inset 0 0 50px #919191;
    padding: 50px 80px;
    border: solid 4px #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #01337a;
    max-width: 750px;
    margin: 0 auto;
    /* line-height: 30px; */
}
.indroduction-panel .intro-box h1 {
    color: #27ff01;
    font-size: 44px;
    font-family: 'Roboto-Bold';
    /* text-transform: uppercase; */
    margin-top: 0;
    text-align: center;
    text-shadow: 4px 3px 5px #000;
    margin-bottom: 20px;
}
.indroduction-panel .intro-box h2{
    margin-top: 0;
    font-family: 'Roboto-Bold';
    margin-bottom: 20px;
}
.indroduction-panel .intro-box p {
    font-size: 18px;
    margin-bottom: 10px;
}
.play-btn{
    margin-top: 30px;
}
.indroduction-panel .intro-box .oval-btn{
    background: #a3a3a3;
    background: -moz-linear-gradient(top, rgba(163,163,163,0.5) 0%, rgba(163,163,163,0.5) 48%, rgba(193,193,191,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(163,163,163,0.5) 0%,rgba(163,163,163,0.5) 48%,rgba(193,193,191,0.5) 100%);
    background: linear-gradient(to bottom, rgba(163,163,163,0.5) 0%,rgba(163,163,163,0.5) 48%,rgba(193,193,191,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(163,163,163,0.5)', endColorstr='rgba(193,193,191,0.5)',GradientType=0 );
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin:0 auto;
    display: block;
    border: solid 4px #fff;
    text-align: center;
    font-size: 30px;
    color: #000;
    padding-top: 44px;
    font-family: 'Roboto-Bold';
    -moz-box-shadow:    inset 0 0 35px #6e6e6c;
    -webkit-box-shadow: inset 0 0 35px #6e6e6c;
    box-shadow:         inset 0 0 35px #6e6e6c; 
}
.indroduction-panel .intro-box .oval-btn:hover{
    background: #056a13;
    background: -moz-linear-gradient(top, rgba(5,106,19,0.5) 0%, rgba(5,106,19,0.5) 48%, rgba(10,167,30,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(5,106,19,0.5) 0%,rgba(5,106,19,0.5) 48%,rgba(10,167,30,0.5) 100%);
    background: linear-gradient(to bottom, rgba(5,106,19,0.5) 0%,rgba(5,106,19,0.5) 48%,rgba(10,167,30,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(5,106,19,0.5)', endColorstr='rgba(10,167,30,0.5)',GradientType=0 );
    -moz-box-shadow:    inset 0 0 35px #02560e;
    -webkit-box-shadow: inset 0 0 35px #02560e;
    box-shadow:         inset 0 0 35px #02560e;
    color: #fff;
}

.popquiz-category{
    padding: 50px 0;
}

.popquiz-category .gray-bg{
    background: rgba(234,234,234,0.8);
    -moz-box-shadow:    inset 0 0 50px #919191;
    -webkit-box-shadow: inset 0 0 50px #919191;
    box-shadow:         inset 0 0 50px #919191;
    padding: 20px 20px;
    border: solid 4px #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #01337a;
    height: 730px;
    margin: 0 auto;
    /* line-height: 30px; */
    height: 670px;
}
.popquiz-category .gray-bg h2 {
    color: #27ff01;
    font-size: 35px;
    font-family: 'Roboto-Bold';
   /*  text-transform: uppercase; */
    margin-top: 0;
    text-align: center;
    text-shadow: 4px 3px 5px #000;
    margin-bottom: 20px;
}
.popquiz-category .gray-bg p {
    font-size: 18px;
    margin-bottom: 10px;
}
.popquiz-category .choose-category {
    background: #c5c6be;
    padding: 10px 20px;
    margin: 0 -20px;
    color: #003375;
    margin-bottom: 20px;
    /* margin-top: 80px; */
}
.popquiz-category .oval-btn{
    background: #a3a3a3;
    background: -moz-linear-gradient(top, rgba(163,163,163,0.5) 0%, rgba(163,163,163,0.5) 48%, rgba(193,193,191,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(163,163,163,0.5) 0%,rgba(163,163,163,0.5) 48%,rgba(193,193,191,0.5) 100%);
    background: linear-gradient(to bottom, rgba(163,163,163,0.5) 0%,rgba(163,163,163,0.5) 48%,rgba(193,193,191,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(163,163,163,0.5)', endColorstr='rgba(193,193,191,0.5)',GradientType=0 );
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin:0 auto;
    display: block;
    border: solid 3px #fff;
    text-align: center;
    font-size: 12px;
    color: #000;
   /*  text-shadow: 1px 2px 0 #fff;  */
    padding-top: 20px;
    font-family: 'Roboto-Bold';
    -moz-box-shadow:    inset 0 0 35px #6e6e6c;
    -webkit-box-shadow: inset 0 0 35px #6e6e6c;
    box-shadow:         inset 0 0 35px #6e6e6c;
    line-height: 15px; 
}
.popquiz-category .oval-btn:hover{
    background: #056a13;
    background: -moz-linear-gradient(top, rgba(5,106,19,0.5) 0%, rgba(5,106,19,0.5) 48%, rgba(10,167,30,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(5,106,19,0.5) 0%,rgba(5,106,19,0.5) 48%,rgba(10,167,30,0.5) 100%);
    background: linear-gradient(to bottom, rgba(5,106,19,0.5) 0%,rgba(5,106,19,0.5) 48%,rgba(10,167,30,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(5,106,19,0.5)', endColorstr='rgba(10,167,30,0.5)',GradientType=0 );
    -moz-box-shadow:    inset 0 0 35px #02560e;
    -webkit-box-shadow: inset 0 0 35px #02560e;
    box-shadow:         inset 0 0 35px #02560e;
    color: #fff;
}
.popquiz-category .choose-category .choose {
    width: 190px;
    float: left;
}
.popquiz-category .choose-category .choose-btn {
    width: 120px;
    float: left;
}
.popquiz-category .choose-category .choose .title-left {
    font-size: 22px;
    font-family: 'Roboto-Bold';
}
.popquiz-category .choose-category .choose .smaal-title {
    font-size: 20px;
}
.colm-choose {
    width: 360px;
    float: left;
    margin-right: 15px;
    margin-top: 17px;
}
.colm-question {
    width: 720px;
    float: left;
    margin-top: -37px;
    position: relative;
}
.colm-question img {
    /* margin: 0 auto; */
    width: 110px;
}
.colm-question.gif-ani {
    margin-top: 30px;
}
.container{
    width: 1170px;
    max-width: 1170px;
}
.choosen-btn a.oval-btn{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding-top: 26px;
}
.loading-img .loading-now {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    border: solid 13px #1e60ae;
    max-width: 550px;
    text-align: center;
    color: #1e60ae;
    font-size: 34px;
    line-height: 38px;
    padding: 38px 0;
    background: #fff;
    border-radius: 100px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    /* text-shadow: 1px 2px 0 #000; */
}


.colm-question h3 {
    color: #fff;
    margin-top: 0;
    text-transform: capitalize;
    text-align: center;
    font-size: 30px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 4px 4px 0 #000;
}
.colm-question .question-bg{
    background: rgba(234,234,234,0.7);
    -moz-box-shadow:    inset 0 0 50px #919191;
    -webkit-box-shadow: inset 0 0 50px #919191;
    box-shadow:         inset 0 0 50px #919191;
    padding: 10px;
    border: solid 4px #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #01337a;
    line-height: 30px;
    margin-bottom: 5px;
    height: 136px;
}
.colm-question .image-oval {
    width: 120px;
    float: left;
    margin-right: 10px;
}
.colm-question .oval-description {
    width: 560px;
    float: left;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    padding-top: 5px;
}

.colm-question .questionary .question-box {
    margin-bottom: 35px;
}
.colm-question .questionary .question-box .alpha {
    width: 86px;
    float: none;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.colm-question .questionary .question-box .alpha .alpha-oval{
    background: #a3a3a3;
    background: -moz-linear-gradient(top, rgba(163,163,163,0.5) 0%, rgba(163,163,163,0.5) 48%, rgba(193,193,191,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(163,163,163,0.5) 0%,rgba(163,163,163,0.5) 48%,rgba(193,193,191,0.5) 100%);
    background: linear-gradient(to bottom, rgba(163,163,163,0.5) 0%,rgba(163,163,163,0.5) 48%,rgba(193,193,191,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(163,163,163,0.5)', endColorstr='rgba(193,193,191,0.5)',GradientType=0 );
    width: 86px;
    height: 86px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: solid 2px #fff;
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding-top: 33px;
    font-family: 'Roboto-Bold';
    -moz-box-shadow:    inset 0 0 35px #6e6e6c;
    -webkit-box-shadow: inset 0 0 35px #6e6e6c;
    box-shadow:         inset 0 0 35px #6e6e6c;
    line-height: 15px;
    text-transform: uppercase;
    text-shadow: 0 4px 0 #000;
}

.colm-question .questionary .question-box .alpha .alpha-oval.red-color{
    background: #d72424;
background: -moz-linear-gradient(top, rgba(215,36,36,0.8) 0%, rgba(215,36,36,0.8) 30%, rgba(233,34,30,0.8) 100%);
background: -webkit-linear-gradient(top, rgba(215,36,36,0.8) 0%,rgba(215,36,36,0.8) 30%,rgba(233,34,30,0.8) 100%);
background: linear-gradient(to bottom, rgba(215,36,36,0.8) 0%,rgba(215,36,36,0.8) 30%,rgba(233,34,30,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(215,36,36,0.8)', endColorstr='rgba(233,34,30,0.8)',GradientType=0 );
    width: 86px;
    height: 86px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: solid 2px #fff;
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding-top: 33px;
    font-family: 'Roboto-Bold';
    -moz-box-shadow:    inset 0 0 20px #6e6e6c;
    -webkit-box-shadow: inset 0 0 20px #6e6e6c;
    box-shadow:         inset 0 0 20px #6e6e6c;
    line-height: 15px;
    text-transform: uppercase;
    text-shadow: 0 4px 0 #000;
}

.colm-question .questionary .question-box .alpha .alpha-oval.green-color{
    background: #319d40;
    background: -moz-linear-gradient(top, rgba(49,157,64,0.8) 1%, rgba(49,157,64,0.8) 38%, rgba(28,114,74,0.8) 98%);
    background: -webkit-linear-gradient(top, rgba(49,157,64,0.8) 1%,rgba(49,157,64,0.8) 38%,rgba(28,114,74,0.8) 98%);
    background: linear-gradient(to bottom, rgba(49,157,64,0.8) 1%,rgba(49,157,64,0.8) 38%,rgba(28,114,74,0.8) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(49,157,64,0.8)', endColorstr='rgba(28,114,74,0.8)',GradientType=0 );
    width: 86px;
    height: 86px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: solid 2px #fff;
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding-top: 33px;
    font-family: 'Roboto-Bold';
    -moz-box-shadow:    inset 0 0 20px #6e6e6c;
    -webkit-box-shadow: inset 0 0 20px #6e6e6c;
    box-shadow:         inset 0 0 20px #6e6e6c;
    line-height: 15px;
    text-transform: uppercase;
    text-shadow: 0 4px 0 #000;
}



#eraserBtn img {
    margin: 0 auto;
}

.colm-question .questionary .question-box .alpha .alpha-oval.dark-color{
background: #373737;
background: -moz-linear-gradient(top, rgba(55,55,55,0.8) 1%, rgba(55,55,55,0.8) 30%, rgba(37,37,37,0.8) 100%);
background: -webkit-linear-gradient(top, rgba(55,55,55,0.8) 1%,rgba(55,55,55,0.8) 30%,rgba(37,37,37,0.8) 100%);
background: linear-gradient(to bottom, rgba(55,55,55,0.8) 1%,rgba(55,55,55,0.8) 30%,rgba(37,37,37,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(55,55,55,0.8)', endColorstr='rgba(37,37,37,0.8)',GradientType=0 );
    width: 86px;
    height: 86px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: solid 2px #fff;
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding-top: 33px;
    font-family: 'Roboto-Bold';
    -moz-box-shadow:    inset 0 0 35px #6e6e6c;
    -webkit-box-shadow: inset 0 0 35px #6e6e6c;
    box-shadow:         inset 0 0 35px #6e6e6c;
    line-height: 15px;
    text-transform: uppercase;
    text-shadow: 0 4px 0 #000;
}

.colm-question .questionary .question-box .question-word {
    width: 600px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.colm-question .questionary .question-box .question-word p {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    padding-top: 14px;
    text-shadow: 0 3px 0 #000;
    line-height: 34px;
}


.funFactTxtFont{
    font-size: 20px;

}

.choose-category.final-screem {
    /* margin-top: 155px !important; */
}


.eraser-btn:hover,.eraser-btn:focus{
    /* background: #e0a7d1;
    color: #fff;
    text-decoration: none; */
}
.option-hover{
     background: #056a13;
   background: -moz-linear-gradient(top, rgba(5,106,19,0.5) 0%, rgba(5,106,19,0.5) 48%, rgba(10,167,30,0.5) 100%);
   background: -webkit-linear-gradient(top, rgba(5,106,19,0.5) 0%,rgba(5,106,19,0.5) 48%,rgba(10,167,30,0.5) 100%);
   background: linear-gradient(to bottom, rgba(5,106,19,0.5) 0%,rgba(5,106,19,0.5) 48%,rgba(10,167,30,0.5) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(5,106,19,0.5)', endColorstr='rgba(10,167,30,0.5)',GradientType=0 );
   -moz-box-shadow:    inset 0 0 35px #02560e;
   -webkit-box-shadow: inset 0 0 35px #02560e;
   box-shadow:         inset 0 0 35px #02560e;
   color: #fff; 
}
.eraser-btn-box {
   /*  text-align: center;
   position: absolute;
   left: 0;
   right: 0;
   bottom: -120px; */
}


#intro_playBtn img{
    margin: 0 auto;
    display: block;
}
.colm-choose .choosen-btn{
    margin-top: -15px;
}
.colm-choose .choosen-btn a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -10px;
}
.popquiz-category .choose-category .choose-btn #nextCatagoryBtn{}
.popquiz-category .choose-category .choose-btn #nextCatagoryBtn img {
    width: 110px;
    position: relative;
    margin: 0 auto;
    margin-top: -20px;
    margin-left: 20px;
}
.eraser-btn-box img {
    width: auto;
    float: left;
}
.gif-ani img{
    width: auto;
}
.pop-up-center {
    background: rgba(234,234,234,0.9);
    -moz-box-shadow: inset 0 0 50px #919191;
    -webkit-box-shadow: inset 0 0 50px #919191;
    box-shadow: inset 0 0 50px #919191;
    padding: 50px 30px;
    border: solid 4px #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #01337a;
    max-width: 720px;
    margin: 0 auto;
    line-height: 30px;
    position: fixed;
    top: 33%;
    width: 720px;
    left: 300px;
    right: 0;
    height: 400px;
}
.specific-center {
    background: rgba(234,234,234,1);
    -moz-box-shadow: inset 0 0 50px #919191;
    -webkit-box-shadow: inset 0 0 50px #919191;
    box-shadow: inset 0 0 9px 0px #919191;
    padding: 10px 20px;
    border: solid 4px #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #01337a;
    max-width: 720px;
    margin: 0 auto;
    line-height: 30px;
    position: fixed;
    top: 33%;
    width: 400px;
    left: 620px;
    right: 0;
    height: 200px;
}

.feedback-center {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 20px;
    padding-top: 0;
    text-shadow: 0 3px 0 #000;
    line-height: 34px;
    width: 100%;
    height: 45px;
    text-align: center;
}

.hint-center {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: yellow;
    font-size: 20px;
    padding-top: 0;
    text-shadow: 0 3px 0 #000;
    line-height: 34px;
    width: 100%;
    height: 45px;
    text-align: center;
    margin-bottom: 30px;
}
.pop-up-center h1{
    color: #27ff01;
    font-size: 44px;
    font-family: 'Roboto-Bold';
    margin-top: -38px;
    text-align: center;
    text-shadow: 4px 3px 5px #000;
    margin-bottom: 20px;
}

/* .feedback-center {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Roboto-Bold';
    margin-top: 0;
    text-align: center;
    text-shadow: 4px 3px 5px #000;
    margin-bottom: 20px;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    width: 400px;
    margin: 0 auto;
} */
/* .feedback-center {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Roboto-Bold';
    margin-top: 0;
    text-align: center;
    text-shadow: 4px 3px 5px #000;
    margin-bottom: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    margin: 0 auto;
    margin: 0 auto;
    margin-bottom: 30px;
} */
/* .eraser-btn {
    
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
    position: fixed;
    left: 350;
    right: 0;
    top: 80%;
    width: 400px;
    
} */
.eraser-btn-box {
    width: 100%;
    FLOAT: left;
    text-align: center;
    padding-left: 150px;
}

.close-btn-right {
    float: right;
    position: absolute;
    bottom: 0;
    right: -1px;
}
#optionsContainer {
    height: 350px;
}
div#question_container {
    height: 150px;
}
#intro_playBtn {
    margin: 0 auto;
}
.left-side-occ .choose-category {
    /* margin-top: 180px; */
}
.p-height {
    height: 340px;
    overflow-y: auto;
}
body .second-pop-quiz{
    margin-top: 38px;
}


/**************************** Media ******************************/

@media (max-width:1366px) and (min-width:1280px) {
.indroduction-panel .intro-box {
    padding: 20px 80px;
}
.play-btn {
    margin-top: 0px;
}
.indroduction-panel {
    padding: 20px 0;
}
.popquiz-category {
    padding: 20px 0;
}
.popquiz-category-third {
    padding-top: 40px;
}
.colm-question h3 {
    margin-top: 8px;
    font-size: 30px;
}
.colm-question .questionary .question-box .alpha .alpha-oval {
    width: 75px;
    height: 75px;
    font-size: 32px;
    padding-top: 28px;
}
.colm-question .questionary .question-box .alpha .alpha-oval.red-color{
    width: 75px;
    height: 75px;
    font-size: 32px;
    padding-top: 28px;
}
.colm-question .questionary .question-box .alpha .alpha-oval.green-color{
    width: 75px;
    height: 75px;
    font-size: 32px;
    padding-top: 28px;
}
.colm-question .questionary .question-box .alpha .alpha-oval.dark-color{
    width: 75px;
    height: 75px;
    font-size: 32px;
    padding-top: 28px;
}
.colm-question .questionary .question-box {
    margin-bottom: 20px;
}
#optionsContainer {
    height: 310px;
}
}

@media (max-width:1199px) and (min-width:980px) {
    
}

@media (max-width:979px) and (min-width:768px) {
    
}

@media (max-width:767px) {
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
}

@media(min-width:320px) and (max-width:480px) {
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
}



/*animation 

https://daneden.github.io/animate.css/
*/



@keyframes shake {
    from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
  
}

.shake {
  position:relative;
  animation: shake 1s ease-in-out;
 }


 @keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
    position:relative;
    animation: bounce 1s ease-in-out;
  
}


@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
     position:relative; 
  animation-name: bounceInDown;
}






/**************************** Media ******************************/

