body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans',sans-serif;
}
.backg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../img/bg.jpg) no-repeat;
	background-size: cover;
}
body,html {}
p {}
h1, h2, h3, h4, h5 {

}
br.clear {
	clear: both;
} 
.fl {
  float: left;

}
.fr {
  float: right;
}
header {
	padding: 10px;
	/*background: #ebebeb;*/
	/*color: #fff;*/
	box-sizing: border-box;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 13px;
}
header p {
	margin: 0;
}

h1 {
	color: #2f2f2f;
	font-size: 28px;
  margin-top: 0;
}
#front-load h2 {
  margin-top: 15px;
}
.bg {
  max-width: 920px;
  background: rgba(255,255,255,0.8);
  margin: 0 auto;
  position: relative;
  border-radius: 3px;
  padding: 15px 0;
  box-sizing: border-box;
  min-height: 370px;
  text-align: center;
  margin-top: 10px;
  width: 95%;
}
#main {}
#main h2 {
  font-size: 20px;
}
#main h3 {
  font-size: 22px;
  font-weight: 400;
}
#main p.ea {
  border-top: 1px solid #d5d5d5;
  margin: 24px 0 0;
  padding: 10px 0;
}
.front {
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  display: block;
}
.code {
  font-size: 25px;
}
.code span {
  display: block;
  background: #D7E4EF;
  color: #01559d;
  border: 1px solid #D7E4EF;
  padding: 10px;
  max-width: 280px;
  margin: 10px auto 5px;
}
.form {}
.form p {
  font-weight: 700;
}
.form p input {
  border: 1px solid #eee;
  padding: 7px;
  box-sizing: border-box;
  max-width: 190px;
}
a.btn.proceed {
	display:none;
}
a.btn {
  display: inline-block;
  /* padding: 12px; */
  background: #0094E6;
  color: #fff !important;
  /* font-weight: 700; */
  text-decoration: none;
  font-size: 19px;
  /* width: 95%; */
  /* max-width: 320px; */
  text-align: center;
  box-sizing: border-box;
  margin: 15px auto;
  border-radius: 8px;
  
}
#main--2 {
  min-height: 500px;
}
.rotate-wrapper {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.rotate-wrapper li {
  list-style-type: none;
  font-weight: 700;
  font-size: 22px;
  line-height: 2
}
.rotate-wrapper li img {
  display: block;
  margin: 10px auto 0;
  max-height: 250px;
  height: auto;
  /*width: 100%;*/
}
.div_img_gift {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: center;
}
.img_gift {
    display: none;
    max-width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    margin: 0 auto;
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes tapa_superior {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
#overlay,#loader,#last_page,.question {
	display: none;
}
.ans-btn {
  display: block;
  max-width: 290px;
  width: 95%;
  
  margin: 5px auto;
  color: #fff;
  background: #01559D;
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
}
.ans-btn:hover {
  color: #01559D;
  text-decoration: none;
  opacity: 0.7;
}
.ans-btn >span {
  display: block;
  font-size: small;
  font-style: italic;
  
}
#front-modal .modal-footer {
    display: initial!important;
    text-align: center;
}
#modal_load h3 {
  text-align: center;
  font-size: 22px;
}
#modal_load img {
  display: block;
  margin: 0 auto 15px;
}
.ls {
  opacity: 0;
  transition: 0.5s ease;
  margin: 0 0 5px;
}
.ls i {
  color: green;
}
#quests h3 {
	font-weight: 400;
	font-size: 16px;
}
div#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}

.margin {
  position: fixed;
  max-width: 580px;
  margin: 0 auto;
  padding: 15px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background: #fff;
  top: 24%;
  text-align: center;
  width: 95%;
  z-index: 99;
  transform: translate(0,-50%);
  border-radius: 5px;
}

#main--4 {}
#main--4 h2 {
  font-size: 18px;
  font-weight: 400;
}
#main--4 #quests h3 {
  font-weight: 700;
  font-size: 21px;
  margin-top: 20px;
} 
#modal_win {
  text-align: center;
}
#modal_win h2 {
  font-size: 21px;
}
#modal_win img {
  margin: 10px auto;
}
#modal_win p {
  margin: 10px 0;
  font-size: 18px;
}
#modal_win p span {
  font-weight: 700
}
#modal_win ol {
  margin-top: 20px;
  text-align: left;
}

/*COMMENTS SECTION*/
#comments {
  margin-top: 80px;
}
#comments h2 {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  text-indent: 10px;
}
#comments h2 > i{
  color: #303D9C;
  font-size: 22px;
}
#comments h2 > span i{
  color: #d6bc07;
  font-size: 21px;
}
.comment{
  width: 100%;
  margin: 0 auto;
  position: relative;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.title_comment_row{
  padding: 35px 0 5px;
}
.addCommentBox input[type="button"]{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 18px;
  margin: 10px 0;
  float: right;
  cursor: pointer;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
}
.title_cf{
  font-size: 16px;
  color: #414141;
  font-weight: 700;
  padding-bottom: 13px;
  margin-bottom: 15px;
  border-bottom:#e8e8e8 solid 3px;
  text-align: left;
}
.title_comment{
  font-size: 14px;
  color: #414141;
  margin-bottom: 5px;
  text-align: left;
}
.commentTextBox{
  height: 80px;
  width: 100%;
  border: #e7e6e3 solid 1px;
  resize: none;
  padding: 5px;
  outline: none;
  font-family: Arial, sans-serif !important;
  font-size: 13px;
}
.comment_row{
  overflow: hidden;
  padding: 10px 10px 10px;
  text-align: left;
  position: relative;
  margin: 0 auto 10px;
}
.comment_row.img_cr{
  overflow: visible;
}
.comment_row:first-child{
  border-top: 0;
}
.user_img{
  float: left;
  width: 20%;
  /*height: 80px;*/
  /*border-radius: 50%;*/
  overflow: hidden;
  margin-right: 10px;
}
.user_img img{
  display: block;
  width: 100%;
  /*border-radius: 50%;*/
}
.inf_user{
  position: relative;
  width: 100%;
}
.inf_user img.fl {
  margin-right: 10px;
  width: 20%;
  border-radius: 50%;
}
.inf_user2 {
  padding-left: 69px;
}
.inf_user2 div.text_user >.name_user {
  font-weight: 400;
  color: #1863b1;
}
.name_user{
  font-size: 12px;
  color: #303D9C;
  font-weight: 700;
  margin-right: 15px;
  width: 100%;
}
.date_comm{
  font-size: 12px;
  color: #475a86;
  margin-left: 5px;
  display: inline-block;
  font-weight: 400;
}
.text_user{
  line-height: 18px;
  font-size: 13px;
  color: #1d1d1d;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 21px 0 0;
}
div.likes a {
  font-size: 11px;
  text-decoration: none;
  color: #303D9C;
}
div.likes a small {
  color: gray;
}
.comment_row.img_cr .name_user{
  padding-top: 0;
}
.comment_row.img_cr .img_prize{
  margin-top: 5px;
}
#comments .fr {
  width: 74%;
  float: right;
  position: relative;
}
.com_cont {
  width: 95%;
  display: block;
  background: #fff;
  max-width:450px;
  /*border-radius: 5px;*/
  margin: 0 auto;
  padding: 20px 0;
}
.like-wrap {
  max-width: 35px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 35px;
  padding: 2px 5px;
  background: #000;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  padding-left: 30px;
  padding-right: 17px
}
.like-wrap span {
  font-size: 13px;
  display: block;
}
.like-wrap:after {
  content: "";
  position: absolute;
  background: url(../img/like.png);
  width: 20px;
  height: 20px;
  left: 6px;
  top: 2.5px;
  background-size: 100%;
}
/*#comments .comment_row {
  display: none;
}*/
.name-wrap {
  background: #F3F3F5;
  padding: 8px;
  box-sizing: border-box;
  /* border-radius: 15px; */
  float: right;
  width: 75%;
  border-radius: 10px;
}
/*END COMMENTS SECTION*/





.btn-primary{
  color: #fff !important;
  background-color: #01559D !important;
  border-color: #01559D !important;
  
  border-radius: 8px;
}

.mods-final{
  background: url('../img/fireworks.gif');
  background-position: center 55px;
  background-size: 250px 250px;
  background-repeat: no-repeat;
}