@charset "utf-8";

@font-face {
	font-family: "ProximaNovaSoft-Medium";
	src: url("fonts/2344f0_0_0-webfont.eot");
	src: url("fonts/2344f0_0_0-webfont.eot?#iefix")
		format("embedded-opentype"), url("fonts/2344f0_0_0-webfont.woff")
		format("woff"), url("fonts/2344f0_0_0-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "ProximaNovaSoft-Semibold";
	src: url("fonts/2344f0_1_0-webfont.eot");
	src: url("fonts/2344f0_1_0-webfont.eot?#iefix")
		format("embedded-opentype"), url("fonts/2344f0_1_0-webfont.woff")
		format("woff"), url("fonts/2344f0_1_0-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "ProximaNovaSoft-Bold";
	src: url("fonts/2344f0_2_0-webfont.eot");
	src: url("fonts/2344f0_2_0-webfont.eot?#iefix")
		format("embedded-opentype"), url("fonts/2344f0_2_0-webfont.woff")
		format("woff"), url("fonts/2344f0_2_0-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "ProximaNovaSoft-Regular";
	src: url("fonts/2344f0_3_0-webfont.eot");
	src: url("fonts/2344f0_3_0-webfont.eot?#iefix")
		format("embedded-opentype"), url("fonts/2344f0_3_0-webfont.woff")
		format("woff"), url("fonts/2344f0_3_0-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	font-family: "ProximaNovaSoft-Regular", Arial, Helvetica, sans-serif;
	background-color: #e1e1e1;
}

#logout a,#logout a:ACTIVE,#logout a:VISITED,#logout a:FOCUS {
	color: white;
}

a {
	text-decoration: none;
}

#header {
	margin: 0 auto;
	max-width: 768px;
}

.gradient {
	margin: 0 0 35px 0;
	position: absolute;
	height: 95px;
	width: 100%;
	max-width: 768px;
	-webkit-box-shadow: black 0px 3px 14px -3px;
	-moz-box-shadow: black 0px 3px 14px -3px;
	box-shadow: black 0px 3px 14px -3px;
	opacity: 0.5;
	background: #1f58b1;
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1f58b1), to(#010d1d) );
	background: -webkit-radial-gradient(circle, #1f58b1, #010d1d);
	background: -moz-radial-gradient(circle, #1a82f7, #2f2727);
	background: -ms-radial-gradient(circle, #1a82f7, #2f2727);
	z-index: 2;
}

.logo {
	display: block;
	float: left;
	position: relative;
	margin: 1.5% 0 0 3%;
}

.logo img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

#carousel img {
	margin: 0 auto;
	line-height: 1;
	display: block;
}

.header_top {
	position: absolute;
	width: 100%;
	z-index: 3;
	max-width: 768px;
}

.login {
	display: block;
	float: right;
	position: relative;
	margin: 2% 3% 0 0;
	width: 15%;
}

#logout {
	padding: 20% 0;
}

.arrow {
	float: right;
}

.site_switch {
	text-align: center;
	font: 10px Verdana, Geneva, sans-serif;
	color: #999;
}

.site_switch a:link,.site_switch a:visited {
	color: #0072c7;
}

p {
	margin: 10px 10px 10px 2px;
}

.swipe li div,.swipe div div div {
	margin: 0 10px;
	padding: 50px 10px;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

#wrapper_main {
	max-width: 768px;
	margin: 0 auto;
	background-color: #f2f2f3;
}

#wrapper_content ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
	list-style-type: none;
}

#wrapper_content .main_list {
	box-shadow: 0px 6px 11px -10px black;
	margin: 0 0 6px 0;
}

#wrapper_content .main_list li {
	border-bottom: 1px solid #e1e1e1;
	line-height: 40px;
}

#wrapper_content .main_list li a {
	color: black;
	font: 26px "ProximaNovaSoft-Regular", Arial, Helvetica, sans-serif;
	padding: 3%;
	width: 94%;
	display: block;
	line-height: 20px;
}

#wrapper_content .sub_list li {
	border-bottom: 1px solid #e1e1e1;
	line-height: 40px;
	background-color: #e8e8e8;
}

#wrapper_content .sub_list li a {
	color: black;
	font: 22px "ProximaNovaSoft-Regular", Arial, Helvetica, sans-serif;
	padding: 3%;
	width: 94%;
	display: block;
	line-height: 20px;
}

#wrapper_content .footer li {
	background-color: #1f1f1f;
	float: left;
	width: 33.33%;
	text-align: center !important;
}

#wrapper_content .footer li a {
	font: 17px "ProximaNovaSoft-Regular", Arial, Helvetica, sans-serif;
	color: white;
	display: inline-block;
	float: left;
	width: 99%;
	border-right: 1px solid #363636;
	line-height: 20px;
}

#wrapper_content .footer li a.last {
	border-right: none;
	width: 100%;
}

.login .btn-primary {
	padding: 15% 0;
	width: 100%;
	height: 60%;
}

#carousel {
	line-height: 1;
	background-image: url(/resources/images/mobile/bg_main.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	padding: 12% 0 0 0;
}

.user-info {
	background-image: url(/resources/images/mobile/user-info-shadow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 100%;
	padding: 0 0 3% 0;
	position: relative;
	z-index: 1;
	margin: 0 0 -10% 0;
}

.user-info-inner {
	padding: 18% 3% 4%;
	background-repeat: repeat;
	background-color: #4274c6;
	background-image: url(/resources/images/mobile/bg-hero.jpg);
}

.user-info .hello h1 {
	font-family: "ProximaNovaSoft-Regular", Helvetica Neue, Helvetica, arial,
		sans-serif;
	margin: 0 0 10px 0;
}

.user-info-inner h1 {
	color: white;
	font: 60px "ProximaNovaSoft-Bold", arial, Helvetica, sans-serif;
	margin: 0 30px 0 0;
}

.user-info-inner .intro {
	border-top: 1px solid #5676ad;
	-webkit-box-shadow: #1e3f78 0px -2px 0px -1px;
	-moz-box-shadow: #1e3f78 0px -2px 0px -1px;
	box-shadow: #1e3f78 0px -2px 0px -1px;
	padding: 30px 0 0 0;
}

.user-info .billing {
	color: white;
	margin: 0 0 35px 0;
}

.user-info h5 {
	color: white;
	font-family: Helvetica Neue, Helvetica, arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
}

.user-info .billing p {
	font-size: 30px;
}

.user-info .billing sup {
	font-family: "ProximaNovaSoft-Regular", Helvetica Neue, Helvetica, arial,
		sans-serif;
	top: -9px;
}

.user-info .billing .bill-amount {
	font-family: "ProximaNovaSoft-Bold", Helvetica Neue, Helvetica, arial,
		sans-serif;
}

sup {
	position: relative;
	font-size: 50%;
	line-height: 0;
	vertical-align: baseline;
	top: 0;
}

.progress {
	float: left;
	width: 70%;
	height: 60px;
	margin-right: 2%;
	overflow: hidden;
	background-color: #313131;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: white;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #82e441;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a2eb71),
		to(#82e441) );
	background-image: -webkit-linear-gradient(top, #a2eb71, #82e441);
	background-image: linear-gradient(to bottom, #a2eb71, #82e441);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.user-info .minutes .label {
	display: inline-block;
	background-color: #1f1f1f;
	font-size: 30px;
	line-height: 61px;
	padding: 0 3%;
	text-align: center;
	height: 60px;
	width: 22%;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.user-info .minutes-warning .label.warning {
	background-color: #e30000;
}

.user-info .minutes-warning .label {
	width: 12%;
}

.user-info #select_number {
	font-family: "ProximaNovaSoft-Regular", Helvetica Neue, Helvetica, arial,
		sans-serif;
	color: white;
	font-size: 20px;
}

#mobile_usage {
	font-family: "ProximaNovaSoft-Regular", Helvetica Neue, Helvetica, arial,
		sans-serif;
	font-size: 20px;
}

#usage_details .usage_minutes_info {
	font-family: "ProximaNovaSoft-Regular", Helvetica Neue, Helvetica, arial,
		sans-serif;
	color: white;
	font-size: 17px;
	padding: 2% 0 0 0;
}

.label {
	font-weight: bold;
}

.minutes-warning .progress {
	width: 80%;
}

.minutes-warning .text.warning {
	color: white;
	background: url(/resources/images/mobile/alert.png) 15px 46% no-repeat;
	font-size: 30px;
	line-height: 60px;
	padding: 0 0 0 56px;
	height: 100%;
}

.minutes-progress {
	margin: 0 0 1% 0;
}

.carousel_nav {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 24px;
	height: 42px;
	margin-top: 20px;
}

.prev {
	background: url(/resources/images/mobile/carousel-arrow-left.png) 0 100%
		no-repeat;
}

.next {
	left: auto;
	right: 20px;
	background: url(/resources/images/mobile/carousel-arrow-right.png) 0
		100% no-repeat;
}

.hide {
	display: none;
}

/* Buttons */
.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: whitesmoke;
	background-image: -moz-linear-gradient(top, white, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white),
		to(#e6e6e6) );
	background-image: -webkit-linear-gradient(top, white, #e6e6e6);
	background-image: -o-linear-gradient(top, white, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffe6e6e6', GradientType=0 );
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false );
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
}

.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]
	{
	color: white;
	background-color: #e6e6e6;
}

.btn:hover {
	color: white;
	text-decoration: none;
}

.btn:focus {
	color: white;
	text-decoration: none;
}

.btn.active,.btn:active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
}

.btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	text-shadow: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: white;
	border: none;
	/* fallback */
	background: #aeafb4;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aeafb4),to(#717378) );
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #aeafb4, #717378);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #aeafb4, #717378);
	/* IE 10 */
	background: -ms-linear-gradient(top, #aeafb4, #717378);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #aeafb4, #717378);
}

.btn-large:hover {
	color: white;
	background-color: #aeafb4;
}

.btn-primary {
	font-family: "ProximaNovaSoft-Regular", arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: none;
	color: white;
	border: none;
	padding: 15px 30px;
	/* fallback */
	background: #0b4eb3;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#356dc0),to(#0b4eb3) );
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #356dc0, #0b4eb3);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #356dc0, #0b4eb3);
	/* IE 10 */
	background: -ms-linear-gradient(top, #356dc0, #0b4eb3);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #356dc0, #0b4eb3);
}

#loading_overlay .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	opacity: 0.8;
	z-index: 9998;
}

#loading_overlay .loader {
	background: url(/resources/images/decorations/facebox_loading.gif)
		no-repeat scroll 0% 0% transparent;
	position: fixed;
	z-index: 10000;
	width: 100px;
	height: 100px;
	display: block;
}