body {
	font-family: 'PT Sans', sans-serif;
	background-color: transparent;
}

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: #006cb8;
	text-transform: uppercase;
}
button:hover, button:focus, a.button:hover, a.button:focus {
	background: #000;
}
a.button.mobile {
	color: #fff;
	width: 124px;
	padding-top: 6px;
}
a.button.mobile:hover, a.button.mobile:focus {
	color: #fff;
}
button.text, button.returnTo {
	color: #006CB8;
}

button.text:hover, button.returnTo:hover {
	color: #222;
}

a:link, a:visited {
	color: #006CB8;
	text-decoration: none;
}

a:hover, a:active {
	color: #222;
	text-decoration: underline;
}

#sto-logo{
	width: 219px;
	/* height: 130px; */
}

body #wrapper:before {
    top: 170px;
}

button.style2 {
    background-color: #E20613;
	border: 1px solid #E20613;
	transition: background-color 0.2s linear, border-color 0.2s linear;
}

button.style2:not([disabled]):hover, button.style2:not([disabled]):focus {
    background-color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
}

button.style2:active, .button.style2:active {
    background-color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
}

.icon {
	background: 0;
	display: inline;
	height: auto;
	line-height: normal;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
}
.icon.required {
    display: inline-block;
    margin: -4px 0 0 2px;
    vertical-align: top;
}
.icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
}
.progress li:first-child:before, p.required:before, span.required:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
}
.icon.required:before, p.required:before {
    color: #B71F38;
    content: "\f069";
    font-size: 8px;
}
.icon span {
    left: -1000em;
    position: absolute;
}

.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: #006CB8;
	padding-top: 1px;
}

#wrapper {
	box-shadow: 0 0 0;
	position: static;
	background-color: transparent;
}

#wrapper:before {
	content: '';
	background-color: #36454F;
	height: 52px;
	width: 100%;
	position: absolute;
	top: 140px;
	left: 0;
	z-index: -1;
}

#wrapper .products .labelInner1 .title {
	color: #006CB8;
}

.mast {
	margin-bottom: 80px;
}

.mast .sleeve a .mobile {
	display: none;
}

.mast .sleeve div {
	padding: 0px 0px 15px 0px;
}

fieldset:first-child legend {
    padding-top: 8px;
}

.informSleeve > fieldset > legend {
    background: #EDEDEE;
    margin-bottom: 16px;
    border-bottom: 0;
}

.navigation-home {
	position: absolute;
	z-index: 10;
	color: red;
	width: 40px;
	height: 52px;
	display: inline-block;
	top: 140px;
	line-height: 64px;
	text-align: center;
}

/* FOOTER */

.footer ul {
	clear: both;
	background-color: #E20613;
	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;
}

@media print {
	h2 {
		font-size: 100% !important;
	}
	table, table li, table p, p {
		font-size: 10pt;
		line-height: 1.2;
	}
	.address {
		margin-right: 20px;
	}
	.payment {
		margin-left: 0;
	}
}
 @media only screen and (max-width:767px) {
	.footer li {
		display: block;
		border-top: 0 none;
		padding-top: 0;
	}
	#sto-logo{
		width: 71px;
		/* height: 130px; */
	}
	body #wrapper:before {
		top: 62px;
		height: 1px;
	}
	.mast {
		margin-bottom: 0px;
	}
}