@charset "utf-8";
/* CSS Document */

body {
	font-family: 'PT Sans', sans-serif;
}
h1, h2 {
	color: #212121;
}
h1 {
	font-size: 2.9em;
	line-height: 1.241;
}
h3, h4, h5, h6 {
	font-size: 1.6em;
	line-height: 1.56;
}
p {
	font-size: 1.6em;
	line-height: 1.56;
}
p.style1 {
	font-size: 1.8em;
	line-height: 1.55;
}
li {
	font-size: 1.6em;
	line-height: 1.56;
}
ol li {
	margin-left: 27px;
}
dl {
	font-size: 1.6em;
	line-height: 1.56;
}
address {
	font-size: 1.6em;
	line-height: 1.56;
}
table {
	font-size: 1.6em;
	line-height: 1.56;
}
label, fieldset fieldset legend {
	font-size: 1.6em;
	line-height: 1.56;
}
input.text, select, textarea {
	border: 1px solid #DCDCDC;
	font-size: 1.6em;
}
button, a.button {
	border: 0;
	border-radius: 5px;
	background-color: #26A1B9;
	font-family: 'PT Sans', sans-serif;
}
button:hover, a.button:hover {
	background-color: #196A79;
}
button.text, button.returnTo {
	color: #26A1B9;
}
button.text:hover, button.returnTo:hover {
	color: #222;
	background-color:#fff;
	
}
button.style2, .button.style2 {
	background-color: #26A1B9;
	border: 1px solid #26A1B9;
}
button.style2:hover, button.style2:focus, .button.style2:hover, .button.style2:focus {
	background-color: #196A79;
	border: 1px solid #196A79;
}
button.style2:active, .button.style2:active {
	background-color: #196A79;
	border: 1px solid #196A79;
}
a:link, a:visited {
	color: #2085D0;
	text-decoration: none;
}
a:hover, a:active {
	color: #222;
	text-decoration: underline;
}
.validationBox h2 {
	font-size: 1.6em;
	line-height: 1.56;
}
.validationBox li {
	font-size: 1.6em;
	line-height: 1.56;
}
.paymentType .radiogroup label > span {
	color: #2085D0;
	padding-top: 1px;
}
#wrapper .products .labelInner1 .title {
	color: #2085D0;
}
.mast .sleeve a .mobile {
	display: none;
}
.mast .sleeve div {
	padding: 35px;
	background-color: #26A1B9;
}
/* FOOTER */

.footer ul {
	clear: both;
	background-color: #26A1B9;
	color: #fff;
	width: 100%;
	padding: 13px;
	float: none;
	text-align: center;
}
.footer li {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.4em;
}
.footer ul li a {
	color: #fff;
}
.footer .sleeve div {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	color: #888;
}
#wrapper .products .description {
	font-size: 11px;
}
#wrapper .products .labelInner1 .subVariant {
	margin: 0;
}
#wrapper .products .labelInner1 .payable {
	padding: 0;
}
.product #offerVariantSelectionWrapper h2, table thead th {
	background-color: #f0f0f0;
	font-weight: bold;
}
pre, .address div.checkbox, div.password {
	background-color: #f0f0f0;
}
#wrapper .products .field:hover {
	background-color: #FFFFC6;
	cursor: pointer;
}
table tfoot tr.total td, .summaryTable tfoot .summaryTableFooter .totals .total th {
		background-color: #FFFFC6;
}

@media only screen and (max-width: 996px) {
a.button.mobile {
	color: #fff;
}
}

@media only screen and (max-width:767px) {
.mast .sleeve a [class='desktop'] {
	display: none;
}
.mast .sleeve a [class='mobile'] {
	display: block;
}
.footer li {
	display: block;
	border-top: 0 none;
	padding-top: 0;
}
}