@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
html {
	font-size: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	font-size: 1em;
	line-height: 1.75em;
}
p {
	margin: 2.5em 0;
}
a {
	color: #2ba0db;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h2 a, h3, h3 a {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
}
h3 {
	font-size: 1.5em;
}
h3 a {
	text-decoration: none;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.6em;
}
ul {
	margin-left: 20px;
	padding: 0;
}
li {
	margin: 5px 0;
}
button {
	border-radius: .6em;
	margin: .5em 0;
	padding: .8em 20px;
	width: 100%;
	cursor: pointer;
	border: 1px solid #ccc;
}
section {
	margin: 1em 0;
}
.impvnon  {color:#000099; font-weight:bold; text-decoration:underline;}

.logo {
	display: block;
	margin-right: 30%;
	padding-left: 10px;
}
.phone a {
	background: #fc7508;
	width: 70%;
	margin: 10px auto;
	padding: 5px 0 7px 0;
	display: block;
	border-radius: 10px;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
}
.phone a:hover {
	text-decoration: none;
}
.home {
	margin-top: 1em; /* reduce top margin on main homepage */
}
.home p {
	margin: 1em 0;
}
/* ------- UTILITY CLASSES --------*/

.flex-vert {
	display: flex;
	display: -ms-flexbox;
	height: 100vh;
	flex-direction: column;
	-ms-flex-direction: column;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.flex, .flex-hp {
	display: block;
}
.half {
	width: 100%;
}
.flex-hp .half {
	margin-top: 3em;
	width: 100%;
	clear: both;
}
.quarter {
	width: 100%;
}
.flex-hp p {
	margin: auto;
}
.flex-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 25px 0 5em;
}
.gallery {
	justify-content: space-around;
	margin-bottom: 1em;
}
.center {
	text-align: center;
}
/*.left, .right {display: block; width: 60%; margin: 0 auto;}*/
.lg-text {
	font-size: 1.2em;
	margin-top: 0;
}
.sm-text {
	font-size: .9em;
	line-height: 1.5em;
}
.note {
	background-color: #f1f1f1;
	border-radius: 3px;
	text-align: center;
	padding: 10px;
}
.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.more-info, .cta-btn, .secondary-btn, .sm-cta-btn {
	display: block;
	padding: 7px;
	border-radius: 3px;
	font-size: .85em;
	line-height: 20px;
	text-decoration: none;
	margin: 1em 0;
	text-align: center;
}
.secondary-btn {
	transition: background-color 0.5s ease;
}
.more-info:hover, .cta-btn:hover, .secondary-btn:hover, .sm-cta-btn:hover {
	text-decoration: none;
}
.orange {
	background-color: #fc7508;
	color: #fff;
	transition: background-color 0.5s ease;
}
.orange:hover {
	background-color: #ff8828;
}
.cta-btn, .sm-cta-btn {
	font: 400 1.4em 'Oswald', sans-serif;
	padding: 10px;
	margin: 1.5em auto;
}
.sm-cta-btn {
	font-size: 1.2em;
}
.dark-blue {
	background-color: #126d9b;
	color: #fff;
}
.dark-blue:hover {
	background-color: #41b6f1;
	color: #fff;
}
.blue {
	background-color: #2ba0db;
	color: #fff;
}
.guarantee {
	display: block;
	margin: 0 auto;
	max-width: 200px;
}
.swiper-container {
	margin: 0 auto 1em;
	padding: 0 20px;
}
#top-nav {
	display: none;
}
.sidebar {
	display: none;
}
/* SLICK NAV */

.slicknav_btn {
	background-color: #2ba0db;
	top: 25px;
}
.slicknav_menu .slicknav_icon {
	margin: .188em 0 0 .438em;
}
.slicknav_menu .slicknav_menutxt {
	display: none;
}
.slicknav_btn {
	background-color: #2ba0db;
}
.slicknav_menu {
	background: none;
	padding: 0;
}
.slicknav_menu .slicknav_icon {
	margin: 0;
}
.slicknav_menu {
	display: block;
}
.slicknav_btn {
	position: absolute;
	padding: .8em;
	top: 15px;
	right: 10px;
}
.slicknav_nav li.orange a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ff8828;
	color: #fff
}
/* ------- SECTIONS --------- */

header, footer {
	background-color: #212121;
	padding: 1em 0;
	color: #fff;
	flex-shrink: 0;
}
footer {
	text-align: center;
}
.footer-section {
	border-bottom: 1px solid #4A4A4A;
	padding: 0 20px;
	margin: 2em 0;
}
.footer-section:last-child {
	border-bottom: none;
}
.footer-nav {
	list-style: none;
}
main {
	margin: 2em 1.5em; /* 2.5% */
	flex: 1 0 auto;
	display: flex;
}
.swiper-wrapper {
	padding-bottom: 15px;
}
#items {
	margin: 1.5em 0 0 0;
}
#pricing, #pricing2, #pricing3 {
	margin: 3em 0;
}
#pricing h2, #pricing2 h2 , #pricing3 h2 {
	margin: 0;
}
.sidebar {
	margin-left: 0px;
}
.attachment {
	text-align: center;
	border: 2px solid #E3E3E3;
	border-radius: 3px;
	padding: 10px;
	margin: 20px 0;
}
.attachment p {
	margin: 10px 0 0 0;
}
.product-type {
	width: 90%;
	margin: 1.5em auto 0;
	border: 1px solid #E3E3E3;
	transition: border 0.5s ease;
	border-radius: 3px;
}
.product-type:hover {
	border: 1px solid #41b6f1;
}
.product-type h2 {
	margin: 0;
}
.product-type h2 a {
	color: #fff;
	background-color: #2ba0db;
	display: block;
	padding: 5px;
	font-size: .9em;
	border-radius: 3px;
	transition: background-color 0.5s ease;
	text-align: center;
}
.product-type h2 a:hover {
	background-color: #41b6f1;
	text-decoration: none;
}
.product-type p {
	margin: 0 0 20px 0;
}
.free {
	display: none;
}
.free {
	font-size: .9em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	background-color: #f1f1f1;
}
.free ul {
	list-style: none;
	text-align: center;
	margin-left: 0;
}
.free ul li {
	margin: .6em 0;
	padding: 0 10px;
}
.delivery-dates {
	text-align: center;
	background-color: #f1f1f1;
	margin: 0;
}
.delivery-dates .container {
	padding: 1.5em 10px;
}
.delivery-dates p {
	margin: 0;
}
/* ------- PHOTO GALLERY --------*/

.clear {
	clear: both;
}
.photo-link {
	padding: 7px;
	display: block;
	width: 225px;
}
.featherlight .featherlight-content {
	background: #111;
}
.featherlight .featherlight-close-icon {
	background: #111;
	color: #fff;
}
.featherlight-next span,  .featherlight-previous span {
	color: rgba(0,0,0,0.75);
}
/* ------- STEP INDICATOR -------- */

.step-indicator {
	margin: 20px auto;
}
.step-indicator ul {
	display: flex;
	justify-content: space-between;
}
.step-indicator li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	color: #939190;
	font-size: .8em;
}
.ind-circle {
	display: block;
	border-radius: 50%;
	border: 1px solid #939190;
	height: 40px;
	width: 40px;
	font-size: 1.3em;
	line-height: 40px;
	margin: 5px auto;
	font-weight: bold;
}
.step-indicator li.active {
	color: #fc7508;
}
.step-indicator li.active .ind-circle {
	border: 2px solid #fc7508;
}
.wizard>.content>.body input#add {
	display: block;
	margin: 10px auto 25px auto;
	padding: 10px;
	background: none;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}
.wizard>.content>.body input.delete {
	position: relative;
	width: 30px;
	margin-left: -30px;
	padding: 10px;
	border: none;
	background: none;
	color: #D60003;
	font-size: 1.2em;
	cursor: pointer;
}
.file_input {
	margin: 0;
	padding: 0;
}
/* --------- JQUERY STEPS CUSTOM ---------- */

.wizard>.steps>ul {
	display: flex;
	justify-content: space-between;
}
.wizard>.steps .number {
	font-size: 1.2em;
}
.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
	display: inline-block;
}
.step-title {
	display: none;
}
.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active {
	background: #fc7508;
}
.wizard>.steps .done a, .wizard>.steps .done a:hover, .wizard>.steps .done a:active {
	background: #fe9e52;
}
.wizard>.content {
	background: none;
	min-height: 0;
	overflow: visible;
	height: auto !important;
}
.wizard > .content > .body {
	height: auto;
	width: 100%;
	position: relative;
	padding: 2.5% 0;
}
.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
	padding: .5em .9em;
}
.wizard>.content>.body label, .wizard>.content>.body legend {
	display: block;
	font-weight: bold;
	margin: 0;
}
.wizard>.content>.body label {
	float: none;
	margin: 0;
}
.wizard>.content>.body input[type="text"], .wizard>.content>.body input[type="email"], .wizard>.content>.body input[type="tel"], .wizard>.content>.body input[type="file"], .wizard>.content>.body select, .wizard>.content>.body textarea {
	width: 100%;
	padding: .5em;
	margin: .5em 0 1.5em 0;
	line-height: 1.4;
	border-radius: .6em;
	border: 1px solid #969696;
	outline: 0;
	box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
}
.wizard>.content>.body textarea {
	height: 10em;
}
.wizard>.content>.body input[type="file"] {
	margin: .5em 0 0 0;
	background-color: #fff;
}
.wizard>.content>.body input[type="checkbox"] {
	float: left;
	margin: 10px;
	width: 20%;
	height: 20px;
}
.wizard>.actions>ul {
	text-align: center;
	display: flex;
	flex-direction: column-reverse;
}
.wizard>.actions>ul>li {
	float: none;
	width: 95%;
	margin: .5em auto;
	flex: 0 0 auto;
}
.wizard>.actions>ul>li>a {
	background-color: #fc7508;
	transition: background-color 0.5s ease;
}
.wizard>.actions>ul>li>a:hover {
	background-color: #fa8a2f;
}
.wizard>.actions>ul li:first-child a {
	background-color: #eee;
	color: #aaa;
	transition: background-color 0.5s ease;
}
.wizard>.actions>ul li:first-child a:hover {
	background-color: #DBDBDB;
}
.wizard>.actions a, .wizard>.actions a:hover, .wizard>.actions a:active {
	padding: 1em;
}
.wizard>.actions .disabled a, .wizard>.actions .disabled a:hover, .wizard>.actions .disabled a:active {
	display: none;
}
.wizard>.content>.body input.error, .wizard>.content>.body textarea.error, .wizard>.content>.body select.error {
	background-color: #fff;
	border: 1px solid #D60003;
}
.wizard>.content>.body label.error {
	display: block;
	font-size: .9em;
	color: #D60003;
	font-weight: normal;
	margin: 0;
}

/* REQUEST A DESIGN FORM */
#designRequest{
	font-size: 14px;
}

.numberAndOrNamesP{
	margin: 0;
	font-size: 12px;
	color: indianred;
}

/* PRICING TABLES */

.mobile-hint {
	background-color: #f1f1f1;
	text-align: center;
	padding: 1em;
	font-size: .9em;
	line-height: 1.5em;
	margin: 1em 0;
}
.effective-date {
	text-align: center;
}
table {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
}
tr:nth-child(even) {
	background-color: #e9e9e9;
}
.pricing-table {
	background-color: #fff;
}
.pricing-table td, .pricing-table th {
	padding: 7px;
	position: relative;
	outline: 0;
	font-size: .9em;
}
.pricesR1, .priceheader {
	background-color: #2ba0db;
	color: #fff;
	font-weight: 700;
	font-size: 1.1em;
}
#calcprice, #calcprice2, #calcprice3 {
	text-align: center;
	font-weight: bold;
	height: 1em;
}
.pricing-table td.pricesizes:hover {
	background: #FF8828;
	color: #fff;
}
tbody tr:hover {
	background-color: #ffa;
}
#pricing h2, #pricing2 h2, #pricing3 h2, #pricing2 h4, #pricing3 h4, .effective-date {
	text-align: center;
}
.asi {
	text-align: right;
	margin: 0;
	font-size: .9em;
}
/* COLOR CHART */

.color {
	float: left;
	padding: 5px;
	text-align: center;
}
.color p {
	margin-bottom: 0;
	font-size: .9em;
}
.rect {
	height: 40px;
	width: 100px;
}
/* CUSTOM LIST COUNTER */

.custom-counter {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.custom-counter li {
	counter-increment: step-counter;
	margin: 20px 0;
	clear: both;
}
/* ACCORDION */

.accordion, .accordion-pinopts {
	display: none;
}
.accordion-mobile, .accordion-mobile-options {
	overflow: hidden;
	border-radius: 5px;
	margin: 2em 0;
}
.accordion-mobile h2, .accordion-mobile h3 {
	margin: 0;
}
.accordion-block:last-child .accordion-title {
	border-bottom: none;
}
.accordion-title {
	width: 100%;
	padding: 15px;
	display: inline-block;
	transition: all linear 0.15s;
	text-decoration: none;
	font: 1.3em 'Oswald', sans-serif;
	background-color: #2BA0DB;
	color: #fff;
	border-bottom: 1px solid #126d9b;
}
h2 a.accordion-title, h3 a.accordion-title {
	margin: 0;
	font-size: .8em;
}
.accordion-pinopts a:hover {
	background-color: #2BA0DB;
	color: #fff;
}
.accordion-block a.orange:hover {
	background-color: #ff8828;
}
.accordion-block a.active {
	background-color: #126d9b;
}
.accordion-block {
	border: 0;
}
.accordion-content {
	display: none;
	border: none;
	padding: 15px;
	border-radius: 0 0 3px 3px;
	background-color: #f1f1f1;
}
.accordion-block img {
	display: block;
	margin: 0 auto;
}
.accordion-content p {
	margin: 0;
}
/* -------- SOCIAL MEDIA ----------  */
		
ul.social {
	padding: 0;
	margin-left: 0;
}
.social li {
	display: inline-block;
}
.social li a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	height: 46px;
	width: 46px;
	opacity: 0.85;
	filter: alpha(opacity=90);
	transition: opacity 0.5s ease;
}
.social li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=90);
}
li.tw a {
	background: url(images/tw-icon.png) no-repeat center center;
}
li.fb a {
	background: url(images/fb-icon.png) no-repeat center center;
}
li.gt a {
	background: url(images/gt-icon.png) no-repeat center center;
}
.footer-section ul {
	margin-left: 0;
}
.left, .right {
	display: block;
	margin: 0 auto;
}
.funitem p, .funitem table {
	margin: 0;
}
.funitem {
	width: 90%;
	margin: 0 auto 1.5em;
	text-align: center;
}
#customer_testimonials div {
	margin: 3em 0;
}
#customer_testimonials p {
	margin: 0;
}
#customer_testimonials p.credit {
	text-align: right;
	margin-top: .5em;
	margin-right: 13%;
}
p.credit strong {
	font-size: 1.1em;
}
.bubble {
	position: relative;
	padding: 25px;
	background: #f8f8f8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: #2BA0DB solid 2px;
	color: #034d73;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 25px 17px 0;
	border-color: #f8f8f8 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -17px;
	bottom: -25px;
	left: 90%;
}
.bubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 26px 18px 0;
	border-color: #2BA0DB transparent;
	display: block;
	width: 0;
	z-index: 0;
	margin-left: -18px;
	bottom: -28px;
	left: 90%;
}

@media(min-width:27.5em) { /* 456px */
	.slicknav_menu .slicknav_menutxt {
		display: block;
	}
	.slicknav_menu .slicknav_icon {
		margin: .188em 0 0 .438em;
	}
	.cta-btn {
		width: 80%;
	}
	.product-type {
		width: 45%;
		margin: 1.5em 0 0 0;
	}
	.free ul {
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 1em .5em;
	}
	.wizard>.steps, .wizard>.actions>ul {
		width: 75%;
		margin: 0 auto;
	}
	.free li {
		width: 33.33%;
		border-right: 1px solid #41b6f1;
	}
	.free li:last-child {
		border-right: none;
	}
	.sm-cta-btn {
		width: 75%;
		margin: 2em auto;
	}
	.secondary-btn {
		width: 200px;
		margin: 0 auto 3em;
	}
	.accordion-block img {
		float: left;
		margin: 0 20px 10px 0;
	}
	.funitem {
		width: 50%;
	}
}

@media(min-width:33.750em) { /* 540px */
	.free {
		display: block;
	}
	.guarantee {
		float: left;
		margin-right: 2em;
	}
	.custom-counter li::before {
		content: counter(step-counter);
		margin-right: 4%;
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: #f1f1f1;
		color: #6f9fb7;
		border-radius: 50%;
		display: block;
		width: 40px;
		padding: 5px 0;
		float: left;
		text-align: center;
		font: 700 1.3em 'Bitter';
	}
	.flex-grid {
		margin: 3em 0 5em;
	}
}

@media(min-width:43.125em) { /* 690px */
	.phone a {
		font: 1.7em 'Oswald', sans-serif;
		background: url(images/phone-icon.png) no-repeat left center;
		padding-left: 50px;
		width: auto;
		position: absolute;
		top: 50px;
		right: 15px;
	}
	h1 {
		font-size: 2em;
		margin: 0 0 1em 0;
	}
	.quarter {
		width: 22%;
	}
	.half {
		width: 48%;
	}
	.accordion-block .half {
		width: 100%;
	}
	.guarantee {
		margin-top: -50px;
	}
	.phone a .call {
		display: none;
	}
	.funitem {
		width: 30%;
	}
}

@media(min-width:48em) { /*768*/
	main {
		margin: 2em 2.5em;
	}
	.mobile-hint {
		display: none;
	}
	.left {
		float: left;
		margin: 0 30px 10px 0;
		width: auto;
	}
	.right {
		float: right;
		margin: 0 0 20px 30px;
		width: auto;
	}
	.slicknav_btn {
		top: 15px;
	}
	.product-type {
		width: 22%;
	}
	.flex, .flex > .accordion-mobile {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.advantages a.accordion-title {
		background: url(images/advantages.jpg) no-repeat 0 1em;
		padding-left: 36px;
	}
	.disadvantages a.accordion-title {
		background: url(images/disadvantages.jpg) no-repeat 0 1.1em;
		padding-left: 30px;
	}
	.accordion-mobile {
		margin: 0;
	}
	.delivery-dates {
		padding: 0;
	}
	.delivery-dates .container {
		width: 700px;
		margin: 0 auto;
	}
	.delivery-dates p {
		padding: 2.5em 0 1.5em;
		margin: 0;
	}
	/* ------------ ACCORDION ------------- */


	.accordion-pinopts {
		display: block;
	} /* Show pin options full page */
	.accordion-mobile-options {
		display: none;
	} /* Hide pin options mobile */
	/* Styling for pin options page */
	.accordion-pinopts .accordion-block {
		text-align: center;
		display: flex;
		flex-direction: column;
		width: 30%;
		padding-top: 10px;
		border-radius: 3px;
		border: 2px solid #E3E3E3;
	}
	.accordion-pinopts .accordion-block.active {
		border: 2px solid #2BA0DB;
	}
	.accordion-pinopts .accordion-block-empty {
		width: 30%;
	}
	.spacer {
		display: block;
		flex: 1;
	}
	.accordion-pinopts .accordion-block img {
		margin: 10px auto;
		max-width: 50%;
		width: 50%;
	}
	.accordion-pinopts .accordion-section {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.accordion-pinopts .accordion-title {
		background-color: #fff;
		color: #2BA0DB;
		border-radius: 3px 3px 0 0;
		border-bottom: none;
	}
	.accordion-pinopts .accordion-block a.active {
		background-color: #2BA0DB;
		color: #fff;
	}
	.accordion-pinopts .accordion-content {
		display: none;
		margin-top: 10px;
		padding: 10px;
		background-color: #F5F5F5;
		border-radius: 3px;
	}
	/* Styling for all other accordions */

	h2 .accordion-title:hover, h3 .accordion-title:hover {
		background-color: #fff;
		color: #212121;
		text-decoration: none;
		cursor: default;
	}
	h2 a.accordion-title, h3 a.accordion-title {
		text-align: left;
		background: #fff;
		color: #212121;
		border-bottom: none;
		font-size: 1em;
		padding: 1em 0;
	}
	.accordion-content {
		display: block;
		background-color: #fff;
		padding: 0;
	}
	.accordion-block {
		width: 46%;
	}
	.pin-choices .accordion-block {
		width: 100%;
	}
	.pin-choices .accordion-block img {
		float: right;
		margin-left: 20px;
	}
	.accordion-block a.active {
		background-color: #fff;
	}
	.wizard>.steps, .wizard>.actions>ul {
		width: 50%;
		margin: 0 auto;
	}
	.sm-cta-btn {
		width: 50%;
	}
	.more-info {
		display: inline-block;
	}
	/* ------------ FOOTER ------------- */


	.footer-section {
		width: 33%;
		border-bottom: 0;
		border-right: 1px solid #4A4A4A;
	}
	.footer-section:last-child {
		border-right: 0;
	}
	.footer-section p {
		margin: 1em 0;
	}
	.footer-section ul.flex {
		width: 70%;
		margin: 1em auto 2em;
	}
	.flex {
		display: flex;
	}
	.flex-hp .half {
		width: 90%;
		margin: 3em auto;
		clear: both;
	}
}

/*@media(min-width:61.25em) {*/ /*980*/
@media(min-width: 1210px){
	.effective-date {
		float: right;
	}
	.flex-hp {
		display: flex;
		justify-content: space-between;
	}
	.flex-hp .half {
		width: 48%;
	}
	h2, h2 a, h3, h3 a {
		text-align: left;
	}
	main {
		margin: 4em 2.5% 5em;
	}
	.phone a {
		font-size: 2em;
		top: 0;
		margin: 0;
	}
	.content-sidebar {
		margin-left: 28%;
	}
	.sidebar {
		display: block;
		width: 20%;
		float: left;
		margin-right: 5%;
	}
	h3.sub-nav-header {
		background-color: #126d9b;
		color: #fff;
		font-size: 1.3em;
		margin: 0;
		padding: .3em 20px;
		border-radius: 5px 5px 0 0;
		font-family: 'Oswald', sans-serif;
		text-transform: capitalize;
	}
	h3.sub-nav-header.order {
		background-color: #fc7508;
	}
	h3.sub-nav-header.order a {
		color: #fff;
	}
	.sub-nav.order li:hover {
		background-color: rgba(255,136,40,.9);
	}
	.sub-nav ul {
		margin: 0;
		background-color: rgba(238,238,238,.5);
		border-radius: 0 0 5px 5px;
	}
	.sub-nav li {
		line-height: 1.75em;
		font-size: .9em;
		border-bottom: 1px solid #eee;
		transition: background-color .3s ease;
		text-transform: capitalize;
		margin: 0;
	}
	.sub-nav li:last-child {
		border-bottom: none;
	}
	.sub-nav li a {
		color: #126d9b;
		padding: 5px 20px;
		display: block;
	}
	.sub-nav li:last-child a {
		border-radius: 0 0 5px 5px;
	}
	.sub-nav li:hover {
		text-decoration: none;
		position: relative;
		background: rgba(65,182,241,.9);
	}
	.sub-nav li:last-child {
		border-radius: 0 0 5px 5px;
	}
	.sub-nav li:hover a {
		color: #fff;
		transform: translateX(.5em);
		text-decoration: none;
	}
	.sub-nav li a.subnav-active {
		transform: none;
		transition: none;
		color: #41b6f1;
		background-color: #fff;
	}
	/*a.subnav-active:before{
				content: "-- ";
				padding-left: .5em;
			}*/ 

	li {
		margin: 0;
	}
	#top-nav ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-around;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		text-align: center;
	}
	/* -------- NAVIGATION --------*/


	nav ul {
		list-style: none;
	}
	nav ul a {
		text-decoration: none;
	}
	#top-nav {
		background: #2ba0db;
		display: block;
	}
	#top-nav ul {
		font-size: 0;
		margin: 0;
		padding: 0;
	}
	#top-nav ul li {
		display: inline-block;
		position: relative;
		width: 100%;
		transition: background-color 0.5s ease;
	}
	#top-nav ul li a {
		color: #fff;
		display: block;
		font-size: 16px;
		padding: 15px 10px;
		transition: 0.3s linear;
		text-decoration: none;
	}
	#top-nav ul li:hover {
		background: #126d9b;
	}
	#top-nav ul li.orange:hover {
		background: #ff8828;
	}
	#top-nav ul li ul {
		border-bottom: 5px solid #2ba0db;
		display: none;
		position: absolute;
		z-index: 3;
		width: 100%;
	}
	#top-nav ul li ul.preventWrap {
		width: 125%;
	}
	#top-nav ul li ul li {
		border-top: 1px solid #444;
		display: block;
	}
	#top-nav ul li ul li:first-child {
		border-top: none;
	}
	#top-nav ul li ul li a {
		background: #373737;
		display: block;
		padding: 10px 14px;
		text-align: left;
	}
	#top-nav ul li ul li a:hover {
		background: #126d9b;
	}
	.slicknav_menu {
		display: none;
	}
	/* --------- DESIGN REQUEST FORM ----------- */

	.wizard>.steps {
		width: 75%;
		margin: 0 auto;
	}
	.step-title {
		display: inline;
		margin: 0 10px;
	}
	.sm-cta-btn, .cta-btn {
		display: none;
	}
	.product-type {
		width: 23%;
	}
	.flex-hp .half {
		margin: 0;
	}
	.guarantee {
		margin-top: 0;
	}
}

@media(min-width:66em) { /* 1066 */
.product-type {
	width: 22%;
}
.half {
	width: 48%;
}
.flex-hp .half {
	width: 45%;
}
.footer-section ul.flex {
	width: 50%;
}
/*.sidebar {
	display: block;
	width: 20%;
	float: left;
	margin-right: 5%;
	min-width: 240px;
}*/
}

@media only screen and (max-width: 900px) {
.pricing-table tr td:nth-child(2), .pricing-table tr th:nth-child(2)  /*  10 */ {
	display: none;
	visibility: hidden;
}
.pricing-table tr td:nth-child(15), .pricing-table tr th:nth-child(15) /* 10k */ {
	display: none;
	visibility: hidden;
}
.pricing-table tr td:nth-child(16), .pricing-table tr th:nth-child(16) /* 25k */ {
	display: none;
	visibility: hidden;
}
.pricing-table tr td:nth-child(17), .pricing-table tr th:nth-child(17) /* 50k */ {
	display: none;
	visibility: hidden;
}
.pricing-table tr td:nth-child(18), .pricing-table tr th:nth-child(18) /* 100k */ {
	display: none;
	visibility: hidden;
}
}

@media only screen and (max-width: 768px) {
.pricing-table tr td:nth-child(3), .pricing-table tr th:nth-child(3)  /*  25 */ {
	display: none;
	visibility: hidden;
}
.pricing-table tr td:nth-child(6), .pricing-table tr th:nth-child(6)  /* 200 */ {
	display: none;
	visibility: hidden;
}
.pricing-table tr td:nth-child(8), .pricing-table tr th:nth-child(8)  /* 400 */ {
	display: none;
	visibility: hidden;
}
.pricing-table tr td:nth-child(10), .pricing-table tr th:nth-child(10) /* 600 */ {
	display: none;
	visibility: hidden;
}
	
	.flex .half, .flex .quarter{
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
.pricing-table tr td:nth-child(4), .pricing-table tr th:nth-child(4)   /*   50 */ {
	display: none;
	visibility: hidden;
}
.pricing-table tr td:nth-child(13), .pricing-table tr th:nth-child(13) /* 2500 */ {
	display: none;
	visibility: hidden;
}
.pricing-table tr td:nth-child(14), .pricing-table tr th:nth-child(14) /* 5000 */ {
	display: none;
	visibility: hidden;
}
}

@media only screen and (max-width: 456px) {
.pricing-table tr td:nth-child(7), .pricing-table tr th:nth-child(7)  /* 300 */ {
	display: none;
	visibility: hidden;
}
.pricing-table tr td:nth-child(11), .pricing-table tr th:nth-child(11) /* 750 */ {
	display: none;
	visibility: hidden;
}

}
