@import url(css.css);

*{margin: 0; padding: 0;}

body, html {
	height: 100%;
	width: 100%;
	background: #10112D;
	font-family: Arial, sans-serif;
	/*font-family: 'PT Sans', sans-serif;*/
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	line-height: 17px;
	color: #FFF;
}
body.page-thankyou{background: #efefef;}

section{
	height: 100%;
	width: 100%;
}

#wrapper{
	margin-bottom: 80px;
}

.inline{display: inline-block;}
.link{
	text-decoration: underline; 
	cursor: hand; cursor: pointer;
	display: inline-block;
}

#unsubscribe-success, #unsubscribe-failed{display: none;}

.top-bar {
	background-color: #000;
	color: #fff;
}

/* TIMER */

.item {
    position: fixed;
    transform: scale(0.5);
    bottom: -30px;
    left: -30px;
    z-index: 1999;
}

.item h2 {
    text-align:center;
    position: absolute;
    line-height: 125px;
    width: 100%;
    top: 15px;
    font-size: 50px;
    z-index: 2000;
}

svg {
   -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
  stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 440;
  transition: all 1s linear;
  stroke: #118c46;
}

/* END TIMER */


h2{
	font-size: 20px;
	line-height: 110%;
	font-weight: normal;
}
h3{
	font-size: 14px;
	line-height: 110%;
	font-weight: normal;
}

h3 span{
	color: #008b00;
	font-weight: bold;
}

.android h3, .ios h3{
	text-align: center;
	margin-left: 15px;
}

.subhead1{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	line-height: 110%;
}

.subhead2{
	color:#a1a1a1;
	font-size: 12px;
	font-weight: bold;
}

.subhead3{
	color:#2b76dc;
	font-size: 18px;
	font-weight: bold;
	float:left;
	width:190px;
	padding-top:40px;
	line-height: 120%;
}

#picbox{
	height:165px;
}

#androidpic{
	background: url(https://join.click2mob.com/lpx/ext/lp/R3Pzbckkz2/RS_sr/click2mob/v1_7/Content/images/androidpic.png) no-repeat;
	width: 105px;
	height: 150px;
	position: absolute;
	right:10px;
}

#iospic{
	background: url(https://join.click2mob.com/lpx/ext/lp/R3Pzbckkz2/RS_sr/click2mob/v1_7/Content/images/iospic.png) no-repeat;
	width: 105px;
	height: 150px;
	position: absolute;
	right:10px;
}

#preloader{
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: #efefef;
	top: 0;
}

#preloader-img{
	background: url(loading.gif) no-repeat;
	width: 50px;
	height: 50px;
	margin: 50px auto;
}

#viewEngineMain, #viewEnginePlaceHolder {
	height: 100%;
}

#msisdn-screen, #pin-screen, #moconfirm-screen, #thankyou-screen{
	display: none;
	min-height: 300px;
}
#msisdn-screen{margin: 5px auto;}
#thankyou-screen{
	height: 95%;
}

.container, .console{
	position: relative;
	height: auto;
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

#info-top {
	padding-top:25px;
	padding-bottom:25px;
	width: 320px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

#header2 {
	padding-top:25px;
	padding-bottom:25px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
}

#subheader{
	margin-bottom: 20px;
}

#info-top .container {
	height: 100%;
}

#statistics{
	margin: 0px auto;
	margin-top:20px;
	width: 100%;
	max-width: 1000px;
	position: relative;
	bottom: 0;
	color: #ccc;
}
#statistics p:nth-child(1), #statistics p:nth-child(3), #statistics p:nth-child(5){
	background: #333;
}
#statistics p{
	padding: 4px 0 4px 5%;
	font-size: 14px;
	line-height: 100%;
	text-align: left;
	text-indent: 20px;
}
#statistics p span{
	float: right;
	width: 45%;
	padding-right: 5%;
}

#headerTxt_1{
	position: relative;
	left: 0px;
	margin-top: 10px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#headerTxt_2{
	position: absolute;
	left: 105px;
	top: 42px;
	font-size: 14px;
	color: #333;
	font-style: italic;
}

#headerTxt_3{
	position: absolute;
	left: 105px;
	top: 62px;
	font-size: 14px;
	color: #333;
}

.default_button{
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0px;
	font-weight: bold;
	display: block;
	position: relative;
	cursor: pointer; cursor: hand;
	max-width: 250px;
	margin: 10px auto;
	padding: 10px 16px;
	text-align: center;
	background: #118c46;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: 1s;
}

.default_button:hover{
	opacity: .8;
}

#infoButton {
	color: #000000;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0px;
	display: block;
	position: relative;
	cursor: pointer; cursor: hand;
	max-width: 250px;
	margin: 10px auto;
	padding: 20px;
	border: solid 1px #d3d3d3; 
	background-color: #f8f8f8;
	text-align: center;
	text-decoration: none;
}

#smsToButton{
	display: block;
	cursor: hand; cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}

.smsToButton img {
	width : 100%;
}

#footer {
	position: relative;
	font-size: 12px;
	width: 300px;
	margin: 0px auto;
	color: #FFF;
	line-height: 120%;
}
#footer a {color: inherit;}
#footer span {cursor: pointer; cursor: hand;}

.scaling{
 animation: scaling 1.5s ease-in-out infinite;
 -webkit-animation: scaling 1.5s ease-in-out infinite;
 display: block;
}

@keyframes scaling {
 0% {
  -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
 }
 50% {
  -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
 }
55% {
  -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    box-shadow: 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px #fff;
    -ms-box-shadow: 0px 0px 0px #fff;
    -moz-box-shadow: 0px 0px 0px #fff;
 }

 100% {
  box-shadow: 0px 0px 40px rgba(255,255,255,0);
  -webkit-box-shadow: 0px 0px 40px rgba(255,255,255,0);
  -ms-box-shadow: 0px 0px 40px rgba(255,255,255,0);
  -moz-box-shadow: 0px 0px 40px rgba(255,255,255,0);
 }
}

@media (min-width: 320px) and (max-width: 479px) {
  .iconImage {
    height: auto !important;
    max-width: 50px !important;
    width: 100% !important;
}
}
  .footer_terms > a {
        font-size: 10px;
        text-decoration: underline;
        color: #9a9ea0;
    }

    .footer_terms > a:link {color: #9a9ea0;}      /* unvisited link */
    .footer_terms > a:visited {color: #9a9ea0;}   /* visited link */
    .footer_terms > a:hover {color: #9a9ea0;}     /* mouse over link */
    .footer_terms > a:active {color: #9a9ea0;}  

.phone-input {
    border: none;
    background-color: #fbfbfb;
    border-radius: 0;
    max-width: 300px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d2cfcf;
    font-size: 20px;
    height: 40px;
    text-align: center;

    display: -webkit-flex;
    display: flex;
    margin: auto;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
    -webkit-align-items: center;
    align-items: center;
}
/* The container */
.checkbox_container {
	width: 300px;
	display: block;
	position: relative;
	padding-left: 0px;
	margin: auto;
	margin-bottom: 2rem;
	margin-top: 2rem;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	left: 10px;
	top: -2px;
	height: 18px;
	width: 18px;
	background-color: transparent;
	border: 1px solid #aaa;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
	background-color: #36ab04;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
	left: 8px;
	top: 3px;
	width: 2px;
	height: 7px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}