@font-face {
	font-family: 'Gothamhtf book';
	src: url('../fonts/GothamHTF-Book.otf');
}
/*
 * overrides
 */
.form-control {
	height: 40px;
	font-size: 16px;
}
.with-errors {
	color: #a94442;
	margin: 3px 0px 0px 12px;
	height: 12px;
	font-size: 12px;
}
.dropdown-toggle {
	height: 40px;
	font-size: 16px;
}
.dropdown-menu {
	font-size: 16px;
}
/* -------------- */

.spin-dual-ring {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.spin-dual-ring:after {
	content: " ";
	display: block;
	width: 32px;
	height: 32px;
	margin: 1px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-color: #888888 transparent #888888 transparent;
	animation: spin-dual-ring 1.2s linear infinite;
}
@keyframes spin-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.subscr-txt-title {
	font-size: 30pt;
}
.subscr-txt-lg {
	font-size: 14pt;
	font-weight: normal;
}
.subscr-txt-hdr-lg {
	font-size: 14pt;
	font-weight: bold;
}
.subscr-txt-md {
	font-size: 12pt;
	font-weight: normal;
}
.subscr-txt-hdr-md {
	font-size: 12pt;
	font-weight: bold;
}
.subscr-txt-sm {
	font-size: 10pt;
	font-weight: normal;
}
.subscr-txt-hdr-sm {
	font-size: 10pt;
	font-weight: bold;
}
.subscr-center-div {
	margin: auto;
}
.subscr-content-w {
	width: 1000px;
}
.subscr-no-display {
	display: none;
}
.subscr-header {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px 14px 0px;
}
.subscr-pg-title {
	margin:0px;
	color:#202020;
	font-size:26pt;
	font-family: 'Gothamhtf book', sans-serif;
}
.subscr-pg-title-sm {
	/*font-size:12pt;*/
	font-style: italic;
}
.subscr-back-btn {
	font-size: 40px;
	color: #337ab7;
	cursor: pointer;
	visibility: hidden;
}
.subscr-main-div {
	width: 572px;
}
.subscr-content-div {
	width: 500px;
}
.subscr-first-div {
	margin-top: 45px;
}
.subscr-second-div {
	margin-top: 30px;
}
.subscr-svrloc-help {
	margin: 5px 0px;
}
.subscr-svrloc {
	margin-bottom: 10px;
}
.subscr-coupon-txt {
	margin: 15px 0px 15px 0px;
	color: blue;
	cursor: pointer;
}
.subscr-coupon-box-inp {
	/*display: table-cell;*/
}
.subscr-coupon-box {
	height:0px;
	width: 260px;
	margin: 0px;
	overflow: hidden;
}
.subscr-soupon-apply {
	margin: 0px 0px 0px 10px;
	cursor: pointer;
	color: blue;
}
.subscr-est-cont {
	position: absolute;
	width:  0px;
	height: 0px;
}
.subscr-est-modal {
	position: absolute;
	background-color: #e1e1e1;
	opacity: 0;
	margin: -8px;
	border: 1px solid #b1b1b1;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}
.subscr-modal-spin {
	position: absolute;
	top: 50px;
	left: 210px;
}
.subscr-country-div {
	height: 59px;
}
.subscr-chk-lbl {
	font-weight: normal;
	margin-left:5px;
}
.subscr-addtl-auth-div {
	margin: 10px 0px 36px 0px;
}
.subscr-num-auth-div {
	width: 200px;
	/*margin: 0px auto;*/
}
.subscr-num-auth-inp {
	font-size: 18pt;
	text-align: center;
	height: 60px;
	color: #02027a;
}
.subscr-div1-btns {
	height: 38px;
	margin: 8px 0px 0px 0px;
}
.subscr-btn {
	background-color: #0fa0db;
	font-family: 'Gothamhtf book', sans-serif;
	color: white;
	border: 0px;
	border-radius: 20px;
}
.subscr-btn:hover {
	background-color: #0d77a2;
}
.subscr-cont-btn {
	float: right;
	height: 40px;
	width: 150px;
	letter-spacing: 1px;
	font-size: 17px;
	margin: 5px 0px 20px 0px;
}
.subscr-term-div {
	display: table;
	margin-top: 16px;
}
.subscr-terms-chk {
	margin: 0px 6px 0px 0px !important;
	display: table-cell;
	position: relative;
	top: 3px;
}
.subscr-terms {
	font-size: 9pt;
	display: table-cell;
}
#subscr-plan-info {
	margin-top: 20px;
}
.subscr-plan-help {
	font-size: 17pt;
	color: rgb(15, 160, 219);
	margin: 0px 0px 0px 4px;
	cursor: pointer;
	/*top: 9px;*/
	position: relative;
}
.subscr-auth-btn {
	font-size: 14pt;
	height: 60px;
}
.subscr-hvr-enable {}
.subscr-hvr-enable:hover {
	background-color: #e9e9e9;
}
.subscr-hvr-disable{}
.subscr-hvr-disable:hover {}
.subscr-sel-label {
	margin: -17px 0px 0px 0px;
	font-size: 14pt;
	font-weight: normal;
	width: 190px;
	padding-left: 0px;
}
.subscr-sel-div {
	width: 220px;
	margin: 0px 0px 0px 5px;
}
.subscr-est-amt {
	font-weight: bold;
}
.subscr-div2-btns {
	position: relative;
	margin: 25px 0px;
	width: 400px;	/* same as .StripeElement */
	text-align: center;
}
.subscr-purchase-btn {
	width: 178px;
	font-size: 13pt;
	letter-spacing: 2px;
	margin: 5px 0px 20px 0px;
}
.subscr-free-btn {
	width: 320px;
	font-size: 13pt;
	letter-spacing: 2px;
	margin: 5px 0px 20px 0px;
}
.subscr-purchase-spinner {
	top: 7px;
	left: 314px;
}
.subscr-free-signup-spinner {
	top: 7px;
	left: 376px;
}
div.with-errors > ul > li {
	background-color: white;
	position: relative;
}

/***********************************************************************************
 * Stripe stuff
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
	background-color: white;
	height: 56px;
	width: 400px;
	padding: 18px 15px 0px 15px;
	margin: 5px 0px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)!important;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}
.Stripe-error {
	height: 0px;
	font-size: 11pt;
	color: #d01e27;
	margin: 0px 0px 0px 15px;
}
