a {
	color:#272D69;
}
.main-header {
	height:108px;
	z-index:101;
}
div.steps {
	margin:0 auto 20px;
	text-align:center;
}
div.steps h2 {
	margin-bottom:15px;
}

div.steps div.step, #totalUnitsCount {
	display:inline-block;
	width:210px;
	text-align:center;
	background-color:#fdfdf9;
	margin:0 20px 20px 0; padding:20px 0;
	border-radius:20px; border:2px solid #fc0;
	position:relative;
}
label.radio {
	font-weight: bold;
}
#totalUnitsCount {
	padding: 1rem 1rem 0;
	margin: 0;
	left: 40px;
	bottom: 40px;
	position: fixed;
	z-index: 999;
	background-color:rgba(253, 253, 249, 0.9);
}

#valueTotalUnitsCount {
		font-size: 3rem;
		opacity: .8;
}

.atConfirmButtonBlock {
		position: absolute !important;
		bottom: 180px !important;

}

@media screen and (max-width: 800px) {

	#totalUnitsCount {
		display:inline-block;
		width:50px;
		text-align:center;
		background-color:#fdfdf9;
		margin:0 20px 20px 0; padding:20px 0;
		border-radius: 0 20px 20px 0; 
		border:2px 2px 2px 0px solid #fc0 !important;
		border-left: 0px;
		position:relative;
	}

	#totalUnitsCount h5 {
		font-size: .6rem;
	}

	#totalUnitsCount {
		padding: .5rem .5rem 0;
		margin: 0;
		left: 0px;
		bottom: 40px;
		position: fixed;
		z-index: 999;
		background-color:rgba(253, 253, 249, 0.9);
	}
	
	#valueTotalUnitsCount {
			font-size: 2rem;
			opacity: .8;
	}
	
	.atConfirmButtonBlock {
			position: absolute !important;
			bottom: 180px !important;
	
	}
	
}

@media screen and (max-width: 450px) {

	.atConfirmButtonBlock {
		position: absolute !important;
		bottom: 225px !important;

}

}




div.steps div.step:hover, div.products div.product:hover, #totalUnitsCount:hover {
	background-color:#f8f8f2;
}
div.steps div.cursor, div.products div.cursor {
	cursor:pointer;
}
div.steps div.step img {
	max-width:70%; max-height:150px;
}
div.steps div.step h3 {
	margin:0 10px 20px;
}
div.steps div.accessory h3 {
	font-weight:bold;
	margin:0;
}
div.steps div.accessory h4 {
	font-weight:bold; color:#fed833;
}
div.steps div.step h3 a {
	color:#222323;
}
div.hidden-steps {
	display:none;
}
div.hidden-steps div.step {
	display:none;
}
table.kit, .news-style-one .lower-content .text table {
	width:100%;
	padding:0; margin:20px 0 0;
	border-spacing:0;border-collapse:collapse;
}
.news-style-one .lower-content .text table {
	margin-bottom: 20px;
}
table.kit img {
	max-height:64px; max-width:64px;
}
table.kit th, .news-style-one .lower-content .text table thead td {
	text-align:left;
	background-color:#272D69;
	padding:3px 5px; margin:0;
	color:#fff;
}
label a {
	text-decoration: underline;
}
table.kit tr.yellow th, .news-style-one .lower-content .text table thead tr td {
	background-color:#fed833;
	color:#222323;
}
table.kit td, .news-style-one .lower-content .text table td {
	margin:0; padding:5px;
}
table.kit td a {
	text-decoration:underline;
}
table.kit td.picture {
	width:65px;
	text-align:center;
}
table.kit .price {
	text-align:right;
}
table.kit .price del {
	font-size:12px;
}
table.kit tr:nth-child(even) td, .news-style-one .lower-content .text tr:nth-child(even) td {
	background-color:#fdfdf9;
}
table.kit tr:nth-child(odd) td, .news-style-one .lower-content .text tr:nth-child(odd) td {
	background-color:#f8f8f2;
}
h1 {
	text-align:center;
	margin:0 0 50px;
}
div.clear {
	clear:both;
}
img.kit-picture {
	max-height:200px;
	float:left;
	margin:0 20px 20px 0;
}
.fixed-header .main-box .logo-box .logo img {
	max-height:50px;
}
.page-title {
	padding-top:44px;
}
.page-title .auto-container {
	z-index:100;
}
.footer-style-three .footer-upper {
	padding:45px 0 0;
}
div.steps div.off {
	border-color:gray;
	opacity:0.3;
}
div.off h3 a {
	color:gray;
}
div.off img {
	filter:grayscale(1);
}
.value-form {
	position:relative;
	text-align:center;
	clear:left;
}
.value-form label {
	display: block;
	margin: 12px 0 0;
	line-height: 18px;
}
.value-form .form-group{
	position:relative;
	margin-bottom:30px;	
}
.value-form input[type="text"],
.value-form input[type="email"],
.value-form input[type="password"],
.value-form textarea{
	display:inline-block;
	width:50px;
	line-height:28px; text-align:center;
	height:50px;
	font-size:16px;
	padding:10px 0;	
	background:#fff;
	color:#6f8ba4;
	border-radius:4px;
	box-shadow:0px 0px 15px #f2f3f4;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
.value-form .form-group input::-webkit-input-placeholder{
	color:#6f8ba4;
}
.value-form .form-group textarea{
	height:160px;
	resize:none;	
}
.value-form button{
	font-size:18px;
	color:#222323;
	font-weight:500;
	text-align:center;
	border-radius:5px;
	padding:12px 10px 10px;
	background-color:#fed833;
	margin:10px 0 0;
}
.value-form button:hover {
	cursor:pointer;
}
.value-form select option{
	text-indent:25px;	
}
.value-form input:focus,
.value-form select:focus,
.value-form textarea:focus{
	border-color:#1f8ceb;
}
.value-form input.error,
.value-form select.error,
.value-form textarea.error{
	border-color:#ff0000 !important;	
}
.value-form label.error{
	display:none;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}
.contact-page-section .lower-section{
	position:relative;
	padding:80px 0px 20px;
}
.value-form span.step-buttons {
	display:inline-block;
	width:25px; height:50px;
	position:relative; top:13px;
}
.value-form span.step-buttons a {
	display:inline-block;
	width:25px; height:25px;
	background-color:#fff;
	font-weight:bold; line-height:25px;
}
.value-form span.step-buttons a.yellow {
	background-color: #fed833;
}
.value-form span.step-buttons a.step-add, .value-form span.step-buttons a.qty-add {
	border-bottom:1px solid #fdfdf9; border-radius:5px 5px 0 0;
}
.value-form span.step-buttons a.step-remove, .value-form span.step-buttons a.qty-remove {
	border-radius:0 0 5px 5px;
}
.value-form input.qty-value {
	color: #000; font-weight: bold;
}
div.kit-summary {
	margin:-16px auto 40px; padding:20px;
	width:50%;
	border:1px solid #fed833; border-radius:20px;
}
div.products {
	margin:0 auto 20px;
	text-align:center;
}
div.products h2 {
	margin-bottom:25px;
	line-height:48px;
}
div.products h2 img {
	max-height:48px;
	vertical-align:middle;
	margin:-4px 0 0 15px;
}
div.products div.product {
	display:inline-block;
	width:298px;
	text-align:center; font-size:15px;
	margin:0 20px 20px 0; padding:30px;
	background-color:#fdfdf9;
	border-radius:20px; border:2px solid #fc0;
	position:relative;
}
div.products div.product span.promo,
div.steps div.step span.promo {
	text-indent:-10000px;
	position:absolute; top:-2px; left:-2px;
	display:block;
	width:138px; height:138px;
	background:url(../images/public/promo.png) no-repeat left top;
}
div.products div.product span.new,
div.steps div.step span.new {
	position:absolute; top:10px; right:10px;
	display:block;
	width:56px; height:56px;
	text-indent:-10000px;
	background:url(../images/public/new.png) no-repeat left top;
}
div.steps div.step span.new {
	top:-15px; right:-18px;
}
div.steps div.step span.promo {
	width:80px; height:80px;
	background-size:cover;
}
div.products div.product * {
	text-align:left;
}
div.products div.product h4 {
	font-weight:bold;
}
div.products div.product p.price {
	float:right;
	margin:-3px 0 0;
	font-weight:bold; color:#fc0;
}
div.products div.product p.price strike,
div.steps div.accessory h4 strike {
	font-weight:normal; color:#222323;
}
div.products div.product li {
	font-size:13px; line-height:20px;
}
.sidebar-page-container {
	padding-top:50px;
}
.footer-style-three .footer-bottom .bottom-column {
	margin-bottom:0;
}
.footer-style-three .footer-bottom {
	padding:15px 0 10px;
}
p.buttons {
	float:right;
	z-index:100;
	text-align:right;
}
p.buttons a.csv, p.buttons a.pdf {
	display:inline-block;
	height:48px; width:48px;
	text-indent:-10000px; text-align:left;
}
p.buttons a#client-button {
	font-size:13px; text-decoration:underline;
}
p.buttons input#client-code {
	display:none;
	width:200px;
	line-height:28px; text-align:left;
	height:36px;
	font-size:13px;
	padding:6px 12px; margin:10px 0 0;
	background:#fff;
	color:#6f8ba4;
	border-radius:4px;
	box-shadow:0px 0px 15px #f2f3f4;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
p.buttons input#client-reference {
	width:200px;
	line-height:28px; text-align:left;
	height:36px;
	font-size:13px;
	padding:6px 12px; margin:10px 0 0;
	background:#fff;
	color:#6f8ba4;
	border-radius:4px;
	box-shadow:0px 0px 15px #f2f3f4;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
p.buttons a.csv {
	background:url(../images/public/png.png) no-repeat;
}
p.buttons a.pdf {
	background:url(../images/public/pdf.png) no-repeat;
}
p.legend {
	font-size:14px; text-align:center;
	margin:40px 0 0;
}
.footer-style-three .footer-bottom .copyright {
	float:left;
}
.footer-style-three .footer-bottom .bottom-nav li {
	display:block;
}