html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2;
}

.ie7 .clearfix {
	zoom: 1; 
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #666666;
	min-width: 962px;
	background: #fff url(../images/bg_body.png) repeat-x;
}

body.home {
	background: #fff url(../images/bg_home.png) repeat-x 0 18px;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #616161;
}

input::-webkit-input-placeholder {
	color: #616161;
}

input::-moz-placeholder {
	color: #616161;
}

a, a:visited {
	text-decoration: none;
	color: #f23522;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}


/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 962px;
	margin: 0 auto;
}


/* Header
------------------------------------------------------------------------------*/

#header {
	height: 123px;
}

#header .call {
	float: right;
	font-size: 20px;
	line-height: 25px;
	padding: 40px 5px 0 0;
	color: #A7A7B7;
	font-family: 'Asap', serif;
	font-weight: bold;
	font-style: italic;
}

#logo {
	width: 612px;
	height: 77px;
	display: block;
	float: left;
	margin: 25px 0 0 17px;
	cursor: pointer;
	text-indent: -9999em;
	background: url(../images/logo.png) no-repeat;
}


/* Navigation
------------------------------------------------------------------------------*/

#menu {
	background: url(../images/bg_menu_w.png) repeat-x;
	height: 50px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

#menu ul {
	display: table;
}

#menu li {
	display: table-cell;
	height: 50px;
	text-align: center;
	width: 10%;
	padding: 0 2px 0 0;
	background: url(../images/bg_menu.png) no-repeat 100% 0;
}

#menu li:last-child {
	background: none;
}

#menu a {
	display: block;
	padding: 0 10px;
	color: #fff;
	line-height: 50px;
	font-size: 13px;
	text-transform: uppercase;
	text-shadow:1px 1px #B90000;
	font-weight:bolder;
}

#menu .current {
	font-weight: bold;
}


#menu a:hover {
	text-decoration: none;
	background: #ff0000;
}

#steps {
	background: #faf9f8;
	border: 1px solid #eaeaeb;
	text-align: center;
	padding: 23px 10px 26px;
}

#steps li {
	display: inline-block;
	position: relative;
	padding: 0 10px 0 180px;
	color: #CACAD8;
	font-size: 15px;
	font-family: 'Asap', serif;
	font-weight: bold;
}

#steps li.first {
	padding-left: 20px;
	font-size: 15px;
}

#steps li a {
	color: #CACAD8;
}

#steps li:after {
	content: "";
	border-bottom: 1px solid #CACAD8;
	width: 165px;
	position: absolute;
	top: 10px;
	left: 0;
}

#steps li.done:after {
	border-bottom: 1px solid #FF0000;
}

#steps li.first:after {
	display: none;
}

#steps li.done a {
	color: #FF0000;
}


/* Content
------------------------------------------------------------------------------*/

.breadcrumbs {
	font-size: 11px;
	background: #f4f3f2;
	padding: 5px 24px 6px;
	color: #666;
}

.breadcrumbs a {
	color: #666;
	text-decoration: underline;
}

.step-box {
	position: relative;
	padding: 0 0 0 14px;
	height: 183px;
}

.step-box h1 {
	font-family: 'Asap', serif;
	font-size: 45px;
	color: #414151;
	font-weight: bold;
	line-height: 40px;
	padding: 47px 0 18px;
	margin: 0;
}

.step-box h3 {
	font-family: 'Asap', serif;
	font-size: 16px;
	color: #F13521;
	font-style: italic;
	width: 320px;
	line-height: 20px;
}

.step-box .bg {
	position: absolute;
	top: 0;
	z-index: -1;
	right: 0;
}

#step-content {
	background: #faf9f8;
	border: 1px solid #eaeaeb;
	text-align: left;
	padding: 13px 16px 8px;
	overflow: hidden;
}

#step-content .include {
	font-size: 16px;
	color: #858594;
	float: left;
	line-height: 20px;
	padding: 12px 0 0;
	font-family: 'Asap', serif;
}

#step-content .price {
	float: left;
	padding: 10px 5px 0 10px;
}

#step-content .price span {
	font-family: 'Asap', serif;
	font-size: 52px;
	color: #F13521;
	font-weight: bold;
	line-height: 30px;
	padding: 0;
	position: relative;
	top: -2px;
}

#step-content .price strong {
	position: relative;
	top: -17px;
	color: #F13521;
	font-size: 32px;
	font-weight: bold;
}

#content .book-bow {
	margin: -20px 0 0;
	padding: 0 0 0 20px;
}

#content .book-bow form {
	overflow: hidden;
	padding: 10px 0 0;
	margin: 0 -22px 0 0;
}

#content .book-bow fieldset {
	overflow: hidden;
	padding: 0 0 14px;
	margin: 0 -90px 0 0;
}

label.error {
	display: none !important;
}

input.error {
	border: 1px solid #F00 !important;
}

#content .book-bow input[type=text] {
	float: left;
	width: 219px;
	height: 18px;
	margin: 0 59px 0 0;
	padding: 5px 10px;
	line-height: 18px;
	border: 1px solid rgba(68,68,68,.25);
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.1), inset 0 0 0 1px rgba(255,255,255,.5);
}

#content .book-bow button {
	margin-top: 0;
	width: 239px;
	margin: 0 92px;
}

#content .book-bow h2 {
	font-family: 'Asap', serif;
	font-size: 35px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	line-height: 35px;
	padding: 0;
}

#content .book-bow p {
	padding: 0 0 15px;
}

#content .book-bow p {
	padding: 0 0 15px;
}

#content .book-bow ul {
	font-family: 'Asap', serif;
	font-size: 20px;
	color: #414151;
	position: relative;
	z-index: 9;
	overflow: hidden;
	font-weight: bold;
	padding: 24px 0 15px 10px;
}

#content .book-bow li {
	padding: 0 62px 5px 42px;
	line-height: 32px;
	float: left;
	margin: 0 -10px;
}

#content .book-bow li.award {
	background: url(../images/ico_award.png) no-repeat 4px 0;
}

#content .book-bow li.shipping {
	background: url(../images/ico_ship.png) no-repeat 0 4px;
}

#content .book-bow li.time {
	background: url(../images/ico_time.png) no-repeat 1px 3px;
}

.home-box {
	position: relative;
	padding: 0 0 0 594px;
	margin: 10px 0 0;
	height: 507px;
}

.home-box .bg {
	position: absolute;
	top: 0;
	z-index: -1;
	left: -54px;
}

.home-box h1 {
	font-family: 'Asap', serif;
	font-size: 24px;
	color: #F13521;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	z-index: 9;
	padding: 55px 0 0;
}

.home-box ul {
	font-family: 'Asap', serif;
	font-size: 20px;
	color: #414151;
	position: relative;
	z-index: 9;
	font-weight: bold;
	padding: 30px 10px 0 25px;
}

.home-box ul li {
	padding: 0 0 5px 48px;
	line-height: 24px;
	margin: 0 -10px;
	margin-bottom: 10px;
}

.home-box .quote {
	position: relative;
	z-index: 9;
}

.home-box .quote a {
	margin: 15px 0 0 5px;
	font-size: 25px;
}

.home-box p {
	position: relative;
	font-family: 'Asap', serif;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 7px 185px 0 7px;
	z-index: 9;
}

.home-box ul li.award {
	background: url(../images/ico_award.png) no-repeat 4px 0;
}

.home-box ul li.shipping {
	background: url(../images/ico_ship.png) no-repeat 0 4px;
}

.home-box ul li.time {
	background: url(../images/ico_time.png) no-repeat 1px 3px;
}

.home-box h3 {
	font-family: 'Asap', serif;
	font-size: 30px;
	color: #414151;
	font-weight: bold;
	line-height: 30px;
	padding: 0;
	margin: -7px 0 0;
}

.home-box h2 {
	font-family: 'Asap', serif;
	font-size: 60px;
	color: #F13521;
	font-weight: bold;
	line-height: 60px;
	padding: 0;
}

.home-box h2 strong {
	position: relative;
	top: -7px;
	font-size: 40px;
	font-weight: bold;
}

.head {
	position: relative;
	padding: 0 0 0 294px;
	overflow: hidden;
	height: 184px;
}

.head img.bg {
	display: block;
	width: 100%;
	height: 184px;
	position: absolute;
	top: 0;
	left: 0;
}

.head .quote {
	position: absolute;
	top: 0;
	right: 10px;
	width: 300px;
	bottom: 0;
	background: #fbfbfa;
	text-align: center;
	box-shadow: 0 0 7px rgba(0,0,0,.4);
}

.head .quote a {
	display: inline-block;
	line-height: 45px;
	height: 45px;
	color: #fff;
	font-weight: bolder;
	letter-spacing: 1px;
	font-size: 25px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	border: 1px solid #ce301e;
	border-radius: 5px / 4px;
	background-color: #f13521;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4MSA0NCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxODEiIGhlaWdodD0iNDQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
	position: relative;
	padding: 0 30px 0 15px;
	margin: 70px 0 0;
}

.head .quote a:hover {
	text-decoration: none;
	background: #ff0000;
}

.head .quote a:after {
	background: url(../images/ico_arrow.png) no-repeat;
	height: 16px;
	width: 12px;
	position: absolute;
	top: 15px;
	right: 12px;
	display: block;
	content: ""; 
}

.head .price {
	position: absolute;
	top: 25px;
	left: 5px;
}

.head h1 {
	font-size: 35px;
	color: #333333;
	position: relative;
	z-index: 9;
	font-weight: bold;
	padding: 47px 0 0;
	font-family: 'Asap', serif;
}

.head h3 {
	font-size: 26px;
	line-height: 27px;
	color: #f23522;
	position: relative;
	z-index: 9;
	padding: 17px 0 0;
	font-family: 'Asap', serif;
	width: 340px;
	font-style: italic;
}

.head h3 strong {
	font-weight: bold;
	font-family: 'Asap', serif;
}

#body {
	overflow: hidden;
	position: relative;
	margin: 0 2px -10px;
	padding: 0 0 10px;
	background: #faf9f8;
	border-right: 1px solid #eaeaeb;
	box-shadow: -7px -6px 7px -7px rgba(0,0,0,.2);
}

#body.whole {
	overflow: visible;
	margin: 0 0 15px;
	border-bottom: 1px solid #eaeaeb;
}

#body:after {
	width: 309px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #fbfbfa;
	box-shadow: 0 0 7px rgba(0,0,0,.2);
}

#body.no-side:after {
	display: none;
}

#body.whole:after {
	bottom: 20px;
}

#content {
	float: right;
	width: 540px;
	background: #faf9f8;
	text-align: justify;
	padding: 46px 55px 10px;
	/**margin: 0 14px -500px 0;**/
}

.whole #content {
	padding-bottom: 0;
	margin-bottom: 0;
}

#content h2 {
	font-family: 'Asap', serif;
	font-size: 20px;
	padding: 0 0 30px;
	color: #f23522;
}

#content img.left {
	float: left;
	padding: 0 20px 0 0;
	margin: -2px 0 0;
}

#content img.right {
	float: right;
	padding: 0 0 0 20px;
	margin: -2px 0 0;
}

#content hr {
	border: 0;
	background: none;
	display: block;
	clear: both;
	padding: 20px;
}


/* Sidebar
------------------------------------------------------------------------------*/

.right-hold {
	float: right;
	width: 650px;
	padding: 0 0 10px;
}

.about .head-p {
	float: right;
	width: 562px;
	margin: 0 0 0 -20px;
	padding: 0;
}

.about .full-hold {
	float: none;
	clear: both;
	padding: 0 50px;
	margin: 0;
	width: auto;
}

.about .full-hold h2 {
	font-family: 'Asap', serif;
	font-size: 20px;
	line-height: 22px;
	padding: 13px 0 15px;
	color: #F13521;
}

.about .full-hold p {
	padding: 0 5px 32px;
	font-size: 15px;
	line-height: 21px;
}

.right-images {
	float: right;
	padding: 22px 15px 15px 55px;
}

.right-images img {
	display: block;
	padding: 0 0 55px;
}

.right-hold h2 {
	font-size: 25px;
	font-family: 'Asap', serif;
	color: #000;
	line-height: 26px;
	padding: 12px;
	margin: 0 18px 25px;
}

.right-hold .post {
	padding: 15px 25px 32px;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
}

.right-hold h3 {
	font-size: 25px;
	line-height: 20px;
	padding: 0 0 15px;
	font-family: 'Asap', serif;
	color: #D80000;
}

.right-hold p {
	padding: 0 5px;
}

.right-hold .right {
	float: right;
	padding: 0 0 0 55px;
	margin: -10px 0 0;
}

.right-hold .head-p {
	position: relative;
	z-index: 99;
	padding: 0 0 20px;
}

.right-hold .head-p img {
	display: block;
}

.right-hold .price {
	position: absolute;
	top: 138px;
	display: block;
	left: -60px;
}

.left-hold {
	float: left;
	width: 255px;
	padding: 30px 0 30px 30px;
}

.left-hold .badgets li {
	padding: 0 0 45px 45px;
	line-height: 14px;
	margin: 0 -10px;
}

.left-hold .badgets li.award {
	background: url(../images/ico_award.png) no-repeat 4px 6px;
}

.left-hold .badgets li.shpping {
	background: url(../images/ico_ship.png) no-repeat 0 10px;
}

.left-hold .badgets li.time {
	background: url(../images/ico_time.png) no-repeat 0 2px;
}

.left-hold .badgets li h3 {
	font-size: 18px;
	font-weight:600;
	line-height: 27px;
	color: #f23522;
	position: relative;
	z-index: 9;
	padding: 6px 0 8px 0;
	font-family: 'Asap', serif;
}

.left-hold .quote-box {
	padding: 10px 10px 60px;
	overflow: hidden;
}

.left-hold .quote-box h3 {
	font-family: 'Asap', serif;
	font-size: 35px;
	line-height: 40px;
	padding: 0 0 17px;
	color: #333;
	font-weight: bold;
}

.left-hold .quote-box h4 {
	font-size: 26px;
	line-height: 27px;
	color: #f23522;
	position: relative;
	z-index: 9;
	padding: 0 15px 20px 0;
	font-family: 'Asap', serif;
	font-style: italic;
}

.left-hold .quote-box .btn-red {
	float: left;
	font-size: 25px;
	margin: 20px -5px;
}

.about .left-hold {
	width: 345px;
	padding: 47px 0 0 30px;
	font-size: 26px;
}

.about .left-hold .quote-box {
	padding: 10px 10px 25px;
}

.about .left-hold .quote-box h4 {
	font-family: 'Asap', serif;
	font-size: 26px;
	line-height: 27px;
	letter-spacing: -1px;
	padding: 0 0 17px;
}

.about .left-hold .quote-inner {
	padding: 45px 45px 45px 55px;
	margin: 5px 35px 0 -8px;
	background: #fbfbfa;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 0 7px rgba(0,0,0,.4);
}

#sidebar {
	float: left;
	width: 280px;
	position: relative;
	z-index: 99;
}

#sidebar .includes {
	padding: 20px 28px 11px;
}

#sidebar .includes h3 {
	font-family: 'Asap', serif;
	font-size: 20px;
	line-height: 20px;
	padding: 5px 0 25px;
	color: #F13521;
}

#sidebar .includes table {
	font-family: 'Asap', serif;
	width: 310px;
	margin: 0 -28px;
}

#sidebar .includes table th {
	border: 1px solid #e4e4e3;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 14px;
	color: #878787;
}

#sidebar .includes table .select {
	color: #FF0000;
}

#sidebar .includes table img {
	display: block;
	padding: 5px;
}

#sidebar .includes table td {
	padding: 6px 22px;
	border: 1px solid #e4e4e3;
}

#sidebar .includes table tr:nth-child(2) td {
	padding-top: 25px;
}

#sidebar .includes table tr:last-child td {
	border: none;
	padding-bottom: 40px;
}

#sidebar .includes table tr:last-child td.select {
	border: 0;
	border-left: 1px solid #e4e4e3;
}

.contact #content {
	float: left;
	margin: 0;
	padding: 25px 0 0 40px;
	width: 545px;
}

.contact #content p {
	padding: 0 0 37px;
}

.contact #content h1 {
	font-family: 'Asap', serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 0 25px;
	color: #0E0E1E;
}

.contact #content fieldset {
	overflow: hidden;
	padding: 5px 7px 10px;
	margin: 0 -90px 0 0;
}

.contact #content input[type=text] {
	float: left;
	width: 219px;
	height: 18px;
	margin: 0 59px 0 0;
	padding: 5px 10px;
	line-height: 18px;
	border: 1px solid rgba(68,68,68,.25);
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.1), inset 0 0 0 1px rgba(255,255,255,.5);
}

#content button {
	display: inline-block;
	line-height: 45px;
	height: 45px;
	color: #fff;
	float: right;
	font-weight: bolder;
	letter-spacing: 1px;
	font-size: 16px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	border: 1px solid #ce301e;
	border-radius: 5px / 4px;
	background-color: #f13521;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4MSA0NCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxODEiIGhlaWdodD0iNDQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
	position: relative;
	padding: 0 30px 0 15px;
	text-align: left;
	width: auto;
	margin: 22px 82px 0 0;
	width: 180px;
}

#content button:after {
	background: url(../images/ico_arrow.png) no-repeat;
	height: 16px;
	width: 12px;
	position: absolute;
	top: 15px;
	right: 12px;
	display: block;
	content: ""; 
}

#content button:hover {
	text-decoration: none;
	background: #ff0000;
}

.contact #sidebar {
	float: right;
	margin: 0;
	padding: 55px 20px 30px;
	width: 300px;
}

.contact #sidebar h3 {
	font-size: 20px;
	font-family: 'Asap', serif;
	color: #f23522;
	line-height: 24px;
	padding: 0 0 13px;
}

.contact #sidebar p {
	padding: 0 0 18px;
}

.contact #sidebar img {
	display: block;
}

.contact #sidebar .map {
	padding: 0 0 25px;
}

.contact #sidebar li {
	padding: 6px 0 5px 34px;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}

.contact #sidebar li.email {
	background: url(../images/ico_mail.png) no-repeat 0 15px;
}

.contact #sidebar li.phone {
	background: url(../images/ico_phone.png) no-repeat 3px 10px;
}

.contact #sidebar li.address {
	background: url(../images/ico_map.png) no-repeat 0 7px;
}

.contact#body:after {
	width: 350px;
	left: auto;
	right: 0;
	top: 0;
}

#sidebar .menu {
	padding: 42px 32px;
}

#sidebar .menu li {
	font-size: 13px;
	line-height: 24px;
	color: #666666;
}

#sidebar .menu li a {
	color: #8b8b8b;
	display: block;
	padding: 0 0 0 20px;
	background: url(../images/ico_link.png) no-repeat 0 8px;
}

#sidebar .menu li a:hover,
#sidebar .menu li.current a {
	color: #f23522;
	text-decoration: underline;
}


/* Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	position: relative;
	z-index: 100;
	overflow: hidden;
	padding: 0 0 15px;
}

#footer .cols {
	background: #ff0000;
	position: relative;
	z-index: 100;
	padding: 37px 0 40px 50px;
	overflow: hidden;
	color: #fff;
}

#footer .col {
	float: left;
	min-height: 280px;
	border-left: 1px solid #ff3333;
	padding: 0 68px 0 18px;
	line-height: 16px;
	width: 220px;
}

#footer .col:last-child {
	padding-right: 0;
}

#footer .col h3 {
	font-family: 'Asap', serif;
	font-size: 22px;
	padding: 0 0 17px;
	font-weight: bold;
	line-height: 20px;
}

#footer .col p {
	padding: 0 0 17px;
}

#footer .col li a {
	display: block;
	margin: 0 0 10px;
}

#footer .copy {
	text-align: right;
	padding: 7px 30px 5px;
	font-size: 13px;
	color: #666;
}

#footer .copy a {
	color: #666;
}

#footer .copy img {
	float: right;
}

a.btn-red {
	display: inline-block;
	line-height: 45px;
	height: 45px;
	color: #fff;
	font-weight: bolder;
	letter-spacing: 1px;
	font-size: 20px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	border: 1px solid #ce301e;
	border-radius: 5px / 4px;
	background-color: #f13521;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4MSA0NCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxODEiIGhlaWdodD0iNDQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
	position: relative;
	padding: 0 30px 0 15px;
	margin: 70px 0 0;
}

a.btn-red:after {
	background: url(../images/ico_arrow.png) no-repeat;
	height: 16px;
	width: 12px;
	position: absolute;
	top: 15px;
	right: 12px;
	display: block;
	content: ""; 
}

.btn-red:hover {
	text-decoration: none;
	background: #ff0000;
}

a.btn-quote {
	display: block;
	background: url(../images/btn_quote.png) no-repeat;
	height: 48px;
	width: 195px;
	font-weight: bolder;
	line-height: 49px;
	padding: 0 15px;
	letter-spacing: 1px;
	margin: 0 0 0 -10px;
	font-size: 25px;
}

a.btn-quote:hover {
	color: #fff;
	text-decoration: none;
	background-position: 0 -48px;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position:absolute;
	top: 0;
	display: none;
}

.ui-selectmenu-menu ul.ui-menu {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	border: 1px solid #ccc;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item a {
	display: block;
	padding: 14px 10px;
	font-weight: bold;
	font-size: 18px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item a:hover {
	display: block;
	padding: 14px 10px;
	font-weight: bold;
	font-size: 18px;
	background: red;
	text-decoration: none;
	color:#fff;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-button a.ui-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	background: url(../images/bg_select.png) no-repeat;
	height: 48px;
	width: 263px !important;
	margin: 2px;
	text-decoration: none;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0 12px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	color: #434343
}

.ui-helper-hidden-accessible {
	display: none;
}

#quote-now {
	position: relative;
	margin: -1px 0 10px;
	padding: 0 0 30px;
	background: #faf9f8;
	border: 1px solid #eaeaeb;
	box-shadow: none;
}

#quote-now:after {
	width: 349px;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fbfbfa;
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}

#quote-now #content {
	float: left;
	margin: 0;
	padding: 35px 0 0 48px;
	width: 545px;
}

#quote-now #content p {
	font-size: 13px;
	padding: 0 0 37px;
}

#quote-now #content form p {
	padding: 0 0 10px;
}

#quote-now #content h1 {
	font-family: 'Asap', serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 0 20px;
	color: #0E0E1E;
}

#quote-now #content .two-types {
	width: 503px;
	margin: 5px 0 0px -8px;
	overflow: hidden;
	padding: 15px 0 12px 0px;
	border-top: 1px solid #eeeeed;
	background: #fff;
	border-bottom: 1px solid #eeeeed;
}

#quote-now #content .two-types .variants:first-child {
	display: block;
}

#quote-now #content .two-types .variants {
	display: none;
}

#quote-now #content .two-types label {
	float: left;
	width: 190px;
	padding: 7px 0 0 50px;
	opacity: .2;
}

#quote-now #content .two-types label.second {
	padding: 7px 0 0 25px;
}

#quote-now #content .two-types label.ui-state-active {
	opacity: 1;
}

#quote-now #content .two-types .or {
	background: url(../images/bg_or.png) no-repeat;
	height: 34px;
	width: 34px;
	margin: 165px 2px 0;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
}

#quote-now #content .two-types img {
	display: block;
	padding: 0 0 16px 0;
	height:130px;
}

#quote-now #content .two-types strong {
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 3px;
}

#quote-now #content .radios {
	width: 503px;
	margin: 5px 0 8px -8px;
	overflow: hidden;
	padding: 15px 0 12px 0px;
	border-top: 1px solid #eeeeed;
	background: #fff;
	border-bottom: 1px solid #eeeeed;
}

#quote-now #content .radios label {
	float: left;
	width: 58px;
	margin: 0 1px 0 22px;
	font-size: 11px;
	padding: 0;
	color: #878787;
	position: relative;
	text-align: center;
}

#quote-now #content .radios label.ui-state-active:after {
	content: "";
	border: 4px solid #dd4a35;
	position: absolute;
	top: 0;
	left: 0;
	width: 47px;
	height: 47px;
}

#quote-now #content .radios label img {
	display: block;
	width: 55px;
	margin: 0;
	padding: 0;
	height: 55px;
}

#quote-now #content .radios label .ui-button-text span {
	display: block;
	padding: 9px 0 0;
	height: 22px;
	margin: 0 -5px 0 -8px;
	line-height: 14px;
}

#quote-now #content .select {
	width: 505px;
	margin: 5px 0 8px -8px;
	padding: 15px 0 12px 18px;
	border-top: 1px solid #eeeeed;
	border-bottom: 1px solid #eeeeed;
}

#quote-now #content .select select {
	width: 260px;
}

#quote-now #content form {
	width: 545px;
	margin: 5px 0 0;
	border-top: 1px solid #eeeeed;
}

#quote-now #content h3 {
	font-family: 'Asap', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding: 16px 0 10px;
	margin: 0 -5px;
	color: #F13521;
}

#quote-now #content fieldset {
	overflow: hidden;
	padding: 5px 7px 10px;
}

#quote-now #content input[type=text] {
	float: left;
	width: 219px;
	height: 18px;
	margin: 0 59px 0 0;
	padding: 5px 10px;
	line-height: 18px;
	border: 1px solid rgba(68,68,68,.25);
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.1), inset 0 0 0 1px rgba(255,255,255,.5);
}

#quote-now #content button {
	margin: 22px 35px 0 0;
}

#quote-now #sidebar {
	float: right;
	margin: 0;
	padding: 110px 20px 30px;
	width: 290px;
}

#quote-now #sidebar h3 {
	font-size: 22px;
	font-family: 'Asap', serif;
	color: #31313F;
	font-weight: bold;
	line-height: 24px;
	padding: 0 0 18px;
}

#quote-now #sidebar li {
	background: url(../images/bg_side_1.png) no-repeat;
	width: 260px;
	position: relative;
	height: 363px;
	margin: -5px -5px -50px;
	padding: 6px;
}

#quote-now #sidebar li.item1 {
	z-index: 10;
}

#quote-now #sidebar li.item2 {
	z-index: 7;
	background: url(../images/bg_side_2.png) no-repeat;
}

#quote-now #sidebar li.item3 {
	z-index: 6;
}

#quote-now #sidebar li img {
	width: 260px;
	margin: 0 0 15px;
}

#quote-now #sidebar li.item2 img {
	margin: 0 0 -15px;
}

#quote-now #sidebar li.item3 img {
	margin: 0 0 10px;
}

#quote-now #sidebar li.item3 h4 {
	line-height: 18px;
	padding: 25px 10px;
}

#quote-now #sidebar li h4 {
	font-size: 20px;
	font-family: 'Asap', serif;
	color: #F13521;
	padding: 5px 20px;
	line-height: 26px;
}

#quote-now #sidebar p {
	padding: 0 0 18px;
}


p{line-height:18px;}

.variants label:first-child {opacity:1 !important;}

.example-image-link {
	display: inline-block;
	padding: 4px;
	margin: 0 0.5rem 1rem 0.5rem;
	background-color: #fff;
	line-height: 0;
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}
.example-image-link:hover {
	background-color: #B90000
}
.example-image {
	width: 7rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}
.menu-button{
    display:none;
}
.show{
    display:block !important;
}

.new-images {
    text-align: center;
}

.new-images img {
    margin: 10px 0;
}

.kitchen-ctas {
    padding-left: 20px;
}

.kitchen-ctas ul li {
    line-height: 1.3;
    color: #fff;
    font-weight: bolder;
    font-size: 17px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    border: 1px solid #ce301e;
    border-radius: 5px / 4px;
    background-color: #f13521;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.15);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…AiIHdpZHRoPSIxODEiIGhlaWdodD0iNDQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
    background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
    position: relative;
    padding: 5px 5px 5px 10px;
    margin: 20px 0;
}

.kitchen-cta {
    display: inline-block;
    max-width: 88%;
    vertical-align: middle;
    margin-left: 10px;
}