/* elements
================================================== */
@font-face {
	font-family: "proxima_novaregular";
	src: url("../fonts/proximanova-regular-webfont.eot?#iefix")
		format("embedded-opentype"),
		url("../fonts/proximanova-regular-webfont.woff2") format("woff2"),
		url("../fonts/proximanova-regular-webfont.woff") format("woff"),
		url("../fonts/proximanova-regular-webfont.ttf") format("truetype"),
		url("../fonts/proximanova-regular-webfont.svg#proxima_novaregular")
		format("svg");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "proxima_novasemibold";
	src: url("../fonts/proximanova-semibold-webfont.eot?#iefix")
		format("embedded-opentype"),
		url("../fonts/proximanova-semibold-webfont.woff2") format("woff2"),
		url("../fonts/proximanova-semibold-webfont.woff") format("woff"),
		url("../fonts/proximanova-semibold-webfont.ttf") format("truetype"),
		url("../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold")
		format("svg");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "proxima_novamedium";
	src: url("../fonts/proximanova-medium-webfont.eot?#iefix")
		format("embedded-opentype"),
		url("../fonts/proximanova-medium-webfont.woff2") format("woff2"),
		url("../fonts/proximanova-medium-webfont.woff") format("woff"),
		url("../fonts/proximanova-medium-webfont.ttf") format("truetype"),
		url("../fonts/proximanova-medium-webfont.svg#proxima_novamedium")
		format("svg");
	font-style: normal;
	font-weight: normal;
}

body {
	font-family: "proxima_novamedium", Helvetica, Arial, sans-serif;
	letter-spacing: 1px; padding : 10px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background: #F5F5F5;
	overflow-x: hidden;
	padding: 10px;
}

.container {
	max-width: 980px;
	overflow-x: hidden;
}

a {
    color: #5b8dc5;
}

.well-white {
	margin: 10px auto 10px auto;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.071);
	box-sizing: border-box;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	border-radius: 8px;
}

.pad {
	padding: 5px 10px 0;
}

.control-group {
	margin-bottom: 5px;
}

.linespacer {
	margin: 20px 0;
}

/* fonts
================================================== */
.descriptor {
	color: #666;
	padding: 5px 10px 0;
	font-size: 14px;
	line-height: 20px;
}

.creditdebit {
	height: 36px;
}

.fontsmallgap {
	color: #666;
	padding: 10px 0 15px;
	font-size: 14px;
	line-height: 16px;;
}

h1 {
	color: #999;
	padding: 5px 0 0;
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
}

hr.tall {
	margin: 16px 20px 10px 20px;
}

.choose {
	font-size: 18px;
	font-weight: 400;
	margin: 15px 0px 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ECECEC;
}

.fontred {
	color: #B94A48;
	padding: 2px 0;
	font-size: 31.5px;
	font-weight: 700;
	line-height: 32px;
}

.special {
	color: #666;
	padding: 5px 0 5px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}

.paymentlogos img {
	margin-bottom: 2px;
}

footer {
	color: #b8b8b8;
}

/* #Paypage
================================================== */
.logospacer {
	padding: 2px 0px;
}

label {
	font-weight: 400;
}

select, textarea, input[type="text"], input[type="password"], input[type="date"],
	input[type="month"], input[type="time"], input[type="week"], input[type="number"],
	input[type="email"], input[type="tel"], input[type="color"],
	.uneditable-input {
	background-color: #F0F0F0 !important;
}

/* #Parsley Validation
================================================== */
input.parsley-success {
	color: #468847 !important;
	background-color: #DFF0D8 !important;
	border: 1px solid #D6E9C6 !important;
}

input.parsley-error, select.parsley-error {
	color: #B94A48 !important;
	background-color: #F2DEDE !important;
	border: 1px solid #B94A48 !important;
}

input.parsley-error focus, select.parsley-error focus {
	color: #B94A48 !important;
	background-color: #F2DEDE !important;
	border: 1px solid #B94A48 !important;
}

ul.parsley-error-list, span.ERROR {
	font-size: 11px;
	text-align: right;
	margin: 0 0 5px 0;
	list-style-type: none;
}

ul.parsley-error-list li, span.ERROR {
	color: #B94A48;
	line-height: 11px;
}

#cardcode, #sitepassword {
	margin-left: 2.127659574468085%;
	*margin-left: 2.074468085106383%;
}

@media ( min-width : 1200px) {
	#cardcode, #sitepassword {
		margin-left: 2.564102564102564%;
		*margin-left: 2.5109110747408616%;
	}
}

@media ( min-width : 768px) and (max-width: 979px) {
	#cardcode, #sitepassword {
		margin-left: 2.7624309392265194%;
		*margin-left: 2.709239449864817%;
	}
}

@media ( max-width : 767px) {
	#cardcode, #sitepassword {
		margin-left: 0;
		*margin-left: 0;
	}
}

@media ( max-width : 480px) {
	body {
		padding: 0 10px 10px 10px;;
	}
}

div.paymenttypes img {
	margin-right: 4px;
	margin-bottom: 2px;
}

.productRadios {
	margin-bottom: 6px;
}

.productRadios input {
	width: auto;
	float: left;
	text-align: left;
	margin-right: 6px;
}

.productRadios br {
	display: block;
	margin: 3px;
	content: "";
}

.productRadios label {
	width: auto;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}

.custombox {
	margin: 0 auto 0 auto;
	padding: 15px 20px 15px 20px;
	display: block;
	text-align: center;
	font: bold 23px Helvetica, Arial, sans-serif;
	color: #3a3a3a;
	border-radius: 5px 5px 5px 5px;
}

@media ( max-width : 480px) {
	body {
		padding: 5px !important;
	}
	.well-white {
		margin: 5px auto 5px auto !important;
		padding: 7px !important;
	}
	.well-small {
		padding: 5px !important;
	}
	.choose {
		font-size: 16px !important;
	}
}

div.membershipstyled select {
	width: auto;
}

#SubmitButton {
	font-family: "proxima_novamedium", Helvetica, Arial, sans-serif;
    background: #5b8dc5;
    border: none;
    width: 300px;
    height: 50px;
    color: #ffffff;
    font-size: 19px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

#SubmitButton:hover{
     background: #86A7DE;
     border-color: #86A7DE;
}

#ProductOffersPanelWrapper {
	width: auto !important;
}

#AgeLabelPanel {
	text-align: left;
}

#epoch-logo {
	float: left;
}

#epoch-logo img {
	width: 120px;
    height: 44.55px;
    background: #F5F5F5;
}

#topImage {
	float: right;
}

#topImage img {
	max-height: 74px;
}

#HeaderDescriptionPanel {
	color: #b8b8b8;
}


@media (max-width: 768px) {
	#epoch-logo {
		float: none;
    	margin: 0 auto;
	}
	#topImage {
		float: none;
		text-align: center;
	}
}

.checkbox {
	text-align: left;
}

#AcceptTermsPanel span {
	font-weight: bold;
}

#v3-special-offer, #xsell_heading, #special-offer {
    display: none !important;
}