@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap');

body{
	font-family: 'Arimo', sans-serif!important;
}
button{
	outline: none !important;
}
/*header*/

.top_bar{
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	background-color: darkgray;
}

.site-logo{
	margin: auto;
	width: 100%;
}
.logo-container{
	padding: 5px;
	max-width: 315px;
	display: flex;
	margin: auto;
}
.date-flag{
	display: block;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	border-radius: 50px;
	max-width: 150px;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #efefef;
}

.flag{
	width: 25px;
	display: inline-block;
}



/* message container*/

.congrats{
	position: absolute;
	top: 180px;
	font-size: 35px!important;
	text-shadow: 2px 3px 4px #a9a9a9;
}
.congratst{
	display:none
}
.content{
	margin-top: 12px;
}
.message{
	max-width: 540px!important;
	min-width: 100px;
	padding: 20px;
	padding-bottom: 0;
}
.reward-wrap{
	position: absolute;
	margin-left: 550px;
	margin-right: 60px;
	margin-top: 30px;
}
.reward-small-circle{
	border-radius: 50%;
	position: absolute;
	background-color: #fff;
	top: -50px;
	left: 100px;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	line-height: 1.2;
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	width: 100px;
	height: 100px;
}
.reward-big-circle{
	border-radius: 100px;
	text-align: center;
	line-height: 0.8;
	font-size: 13px;
	padding: 30px 25px 30px 25px;
	animation: heartbeat 3s infinite linear;
	top: 30px;
	background-color: #fff;
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}

@keyframes heartbeat {
  	0% {
    	transform: scale(0.9);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(0.9);
	}
}

.promo{
	font-size: 75px;
	font-weight: bold;
}
.currency{
	vertical-align: top;
	position: relative;
    top: 13px;
    left: -2px;
	font-size: 18px
}

.continue{
	border-radius: 30px;
	border: 1px;
	padding: 10px;
	transition: all 0.6s;
	font-weight: bold;
	font-size: 18px;
}

.message-footer{
	padding: 20px;
	padding-top: 0;
}

.message-footer button{
	width: 100%
}

.message-container{
	box-shadow: 0 0 2px 2px #d2d2d2;
	border-radius: 5px;
	margin-top: 20px; 
}


@media only screen and (max-width: 500px){
   .message{
	   	text-align: center;
	    font-size: 0.9em;
	}
	header{
		height: 100px;
		padding: 0;
	}
	.reward-wrap{
		position: relative;
		top: 30px;
		margin: 0 auto;
		width: 150px;
	}
	.reward-big-circle{
		padding: 32px;
	}
	.desc{
		width: 73%!important;
		margin-left: 6px!important;
	}
	.comment .desc{
		font-size: 12px!important;
	}
	#origahog{
		padding-bottom: 2px!important;
	}
	.site-logo{
		width: 80%;
	}
	.message-footer{
		padding-top: 0;
	}
}
@media only screen and (max-width: 320px){
	.top_bar{
		font-size: 12px;
	}
	.site-logo{
		max-height: 25px;
	}
	.date-flag{
		font-size:  9px;
	}
	.reward-wrap{
		width: 90px;
	}
	.reward-big-circle{
		padding: 14px;
		font-size: 10px;
	}
	.promo{
		font-size: 50px;
	}
	.message{
		font-size: 12px;
	}
	.message-footer{
		padding-top: 0px;
	}
	.currency{
		font-size: 12px;
		top: 5px;
	}
	.reward-small-circle{
		width: 70px;
		height: 70px;
		font-size: 10px;
		padding: 15px;
		left: 50;
	}
}

#origahog{
	margin: 0px;
	padding: 25px 10px 25px 10px;
}
#origahog h3{
	font-size:1.17em;
}

/* survey */
.choices{
	display: none;
}
#questionText{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.choices-content{
	max-width: 600px;
	margin: auto;
	padding-bottom: 30px;
}
.progress{
	justify-content: center;
	height: 60px!important;
	list-style: none;
	padding: 30px;
}

.progress li{
    background-color: #f5f5f5;
}

.choices .answerOption{
	width: 70%;
    padding: 10px;
    display: table;
    margin: auto;
    font-size: 18px;
    font-weight: 700;
	text-align: center;
    border: 1px solid;
    border-radius: 22px;
	cursor: pointer;
	transition: all 0.6s;
}

.answerOption:focus{
	outline: none;
}
.answerOption{
	margin-bottom: 5px!important;
}
#answers-1{
	padding-bottom: 25px;
}

.choices input{
	display: none;
}

.question{
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	animation: move-in 2s ease-in-out forwards;
    transition: .5s all;
}

@keyframes move-in{
	0% {
    opacity: 0%;
    left: 50%;
	}
	30% {
		left: 0%;
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

.hidden{
	padding-bottom: 25px;
	animation: move-in 2s ease-in-out forwards;
    transition: .5s all;
}

.circle{
	position: relative;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    transition: all .5s;
	border: 1px solid;
	margin: 0 15px 0 15px;
}
.done .circle{
    transition: all .8s;
    transform: scale(3);
}
.old-loader {
    width: 0px !important;
    height: 0px !important;
    overflow: hidden;
}

.load{
	box-shadow: 0 0 2px 2px #d2d2d2;
	height: 100px;
	font-size: 24px;
	padding-top: 30px;
}

.wrapper{
	box-shadow: 0 0 2px 2px #d2d2d2;
}

/* comment container*/

.comment-page{
	box-shadow: 0 0 2px 2px #d2d2d2;
	border-radius: 5px;
	margin-top: 10px;
	padding: 20px 50px;
}

.hidden{
	display:none;
}

.comment-img{
	display: inline-block;
	border-radius: 50%;
	vertical-align: top;
}

.comment .desc{
	display: inline-block;
	width: 85%;
	margin-left: 30px;
	font-size: 14px;
}

.vicon{
	width: 16px;
	margin: 7px;
}
.vtext{
	font-size: 10px;
	font-style: italic;
}

.comment-rating{
	display: block;
	margin-bottom: 15px
}

.comment-rating-img{
	width: 62px;
}

.comment-time{
	font-size: 12px;
	margin-left: 10px;
}


/* footer */

.footer{
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 50px;
}

.footer img{
	display: block;
	margin: auto;
	vertical-align: middle;
}

.copyright{
	font-size: 13px;
}


#policy-btn,
#terms-btn {
    cursor: pointer;
    color: blue;
}

/* Pop Up code Policy */

#policy-close {
    width: 30px;
    height: 30px;
    background: gray;
    float: right;
}

#policy-close img {
    width: 14px;
    padding-top: 7px;
}

iframe {
    border: none;
}

#policy-wrap {
    display: none;
    width: 70%;
    height: 80%;
    padding: 0;
    position: fixed;
    text-align: center;
    z-index: 999999999;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-animation: zoom-in 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: zoom-in 1s 1 cubic-bezier(.77, 0, .175, 1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    background-color: #fff;
    -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 8px 60px 0 rgba(0, 0, 0, 0.31), 0 12px 90px 0 rgba(0, 0, 0, 0.42);
    border-radius: 8px;
    overflow: hidden;
}

/* survey complete */

.demand-text{
	font-size: 15px;
}

.success-text {
    color: #229A22;
    display: block;
}

.reward{
	box-shadow: 0 0 2px 2px #d2d2d2;
	margin-top: 10px;
	margin-left: 0px!important;
	margin-right: 0px!important;
	padding: 20px 30px;
}

.image{
	text-align: center
}

.message-container.complete{
	box-shadow: 0 0 2px 2px #d2d2d2;
	border-radius: 5px;
	width: 100%!important;
	height: auto;
	padding: 20px 30px;
}

.rating{
	width: 80px;
}
.rating-text{
	color: #627aad;
}

.mobile-only {
    display: none;
}

.reward .description i {
    font-size: 14px;
	display: block;
}

.shipping-wrap,.qt-wrap,.price-wrap{
	font-size: 15px!important;
}

.price-wrap del,font{
	color:red
}
.price-wrap font{
	color: green;
	font-weight: bold;
	font-size: 18px;
}


#claim_btn_0{
	border-radius: 30px;
	border: 1px solid;
	padding: 10px;
	width: 100%;
}

.reward.out{
	opacity: .5;
}
/* botton bar expires */

.bottom-bar{
	text-align: center!important;
    background-color: #eee;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 11px 0px 24px 0 rgba(0, 0, 0, .3);
}

.offer_expires{
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}

.thanks_survey{
	display: none;
}

.reward .image-wrapper .image a img {
    max-height: 168px;
    max-width: 100%;
}

.reward:nth-child(1) {
    border: 3px solid #4ea6cb !important;
}
.img_load {
    width: 100px;
    height: 124px;
    margin: 15px auto 0;
    padding: 0 10px;
    padding-top: 10px;
    box-sizing: border-box;
    border: #34ca69 solid 10px;
    border-radius: 10px;
    position: relative;
}
.img_container{
	width: 100%; 
	margin: 0px auto; 
	margin: 10px 0;
}
.elem_load {
    position: absolute;
    background: #fff;
    padding: 0 5px;
    width: 60px;
    box-sizing: border-box;
    top: -20px;
    left: 50%;
    margin-left: -30px;
}

.elem_load span {
    background: #34ca69;
    height: 20px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}
.row_load span {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    margin-top: 5px;
}

.elem_load span:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border: #34ca69 solid 8px;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -13px;
    border-radius: 50%;
}

.row_load .line {
    width: calc(100% - 28px);
}

.line span {
    background: #34ca69;
    width: 100%;
    height: 4px;
}

.row_load img{
	width: 20px;
}

.load_block{
	padding-top: 50px;
    padding-bottom: 50px;
}
#v2b,#v3b,#vfinal{
	display: none;
}
.thankyou-text {
    font-size: 24px;
    font-weight: 500;
}
#thankyou-container{
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0 2px 2px #d2d2d2;
    border-radius: 3px;
    margin-bottom: 12px;
    background-color: #fff;
    padding: 12px;
	display: none;
}
.comment-img{
	max-width: 40px;
}