/*****************************************
DESIGNED & DEVELOPED BY DESIGN380 LIMITED
------------------------------------------
WWW.DESIGN380.COM
INFO@DESIGN380.COM
*****************************************/
@font-face {
	font-family: 'london_tubenormal';
	src: url('../fonts/london-tube-webfont.eot');
	src: url('../fonts/london-tube-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/london-tube-webfont.woff2') format('woff2'),
	url('../fonts/london-tube-webfont.woff') format('woff'),
	url('../fonts/london-tube-webfont.ttf') format('truetype'),
	url('../fonts/london-tube-webfont.svg#london_tubenormal') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*****************************************
BODY STYLES
*****************************************/
body {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #a0a0a0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x:hidden;
	background: #171f25;
}
html, body {
	height: 100%;
	min-height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin: 0 auto -70px;
}
.push {
	height: 70px;
	clear: both;
}
/*****************************************
LINKS AND HIGHLIGHT STYLES
*****************************************/
::-moz-selection {
	background: #253440;
	color:#fff;
}
::selection {
	background: #253440;
	color: #fff;
}
a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #253440;
	text-decoration: none;
}
/*****************************************
TYPOGRAPHY
*****************************************/
h1, h2, h3, h4, h5 ,h6 {
	font-weight: 700;
	color:#fff;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
}
h5 {
}
h6 {
}
/*****************************************
HEADER STYLES
*****************************************/
body#homepage .header-container {
	position: absolute!important;
	top: 0px;
	left: 0px;
	right: 0px;
}
.header-container {
	z-index: 999;
	height: auto;
	padding-top: 20px;
}
.header {
	background: url(../images/transparent-border.png) repeat-x left bottom;
	padding-bottom: 20px;
}
a.logo {
	height: auto;
	display: block;
	float: left;
}
p.contact {
	float: right;
	width: auto;
	text-align: right;
	color:#ccc;
	font-size: 13px;
	margin: 0;
}
p.contact a,
p.contact a:hover {
	color:#fff;
}
p.contact span {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	margin-left: 10px;
	letter-spacing: 1px;
}
p.contact span:first-of-type {
	margin-left: 0;
}
p.contact span span {
	margin-right: 5px;
}
.cart {
	float: right;
	padding: 10px 10px 11px 10px;
	border-radius: 4px;
	border: solid 1px #fff;
	margin-left: 30px;
	text-align: center;
	position: relative;
}
.cart a {
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}
.cart p {
	color: #fff;
	margin: 0;
}
.cart p:first-of-type {
	margin-bottom:5px;
	font-weight: 700;
	font-size:16px;
	text-transform: uppercase;
}
.cart:hover p {
	color: #efefef;
}
ul.social-icons {
	float: right;
	margin-left: 10px;
}
ul.social-icons li {
	border-radius: 4px;
	border:solid 1px #fff;
	text-align:center;
	margin-top: 5px;
}
ul.social-icons li:first-child {
	margin-top: 0;
}
ul.social-icons li a {
	display: block;
	padding: 5px 10px;
}
/*****************************************
NAVIGATION STYLES
*****************************************/
.breadcrum-nav-links {
	width: 100%;
	overflow: hidden;
	float: left;
}
ul.breadcrum-nav  {
	list-style: none;
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
ul.breadcrum-nav li:first-child {
	border-left:none;
}
ul.breadcrum-nav li {
	position: relative;
	float: left;
	display: block;
	width: 20%;
	text-align: center;
	border-left:2px solid #171f25;
}
ul.breadcrum-nav li a {
	display: block;
	background: rgb(0, 0, 0);
	background: rgba(255, 255, 255, 0.2);
	font-weight: 700;
	text-transform: uppercase;
	color: #989898;
}
ul.breadcrum-nav li.active a {
	color:#fff;
}
/*****************************************
HOMEPAGE CONTENT
*****************************************/
.homepage-content {
	background: #e2e4e3;
	padding-bottom: 60px;
}
.homepage-content h2 {
	color:#3a3a3a;
}
.homepage-content p,
.homepage-content a {
	color: #676767;
	font-size: 14px;
}
.homepage-content a:hover {
	color:#000;
}
.homepage-gallery p {
	margin-bottom: 15px;
}
.homepage-gallery a {
	background: #fff;
	padding: 5px;
	display: block;
	width: 100%;
	height: 100%;
}
/*****************************************
SLIDER
*****************************************/
.slider {
	background: #253440;
	overflow: hidden;
	max-height: 934px;
	min-height: 571px;
}
.slider-bar {
	background: url(../images/slider-bar.png) repeat-x center top;
	height: 38px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index:1000;
}
.slider-intro {
	position: absolute!important;
	top: 50%;
	left: 0px;
	z-index:10;
}
.slider-intro h1 {
	margin-bottom: 20px;
}
.slider-intro p {
	color: #b6b6b6;
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 20px;
}
.slider-intro a {
	float: left;
	padding: 20px 20px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	width: 35%;
	margin-right: 30px;
	text-align: center;
	border:transparent solid 2px;
	margin-top: 20px;
}
.slider-intro a:before {
	border-radius: 4px;
	border:#fff solid 2px;
	left:-2px;
	right:-2px;
	top:-2px;
	bottom:-2px;
}
.slider-intro a:hover {
	color: #fff;
	border:solid 2px #fff;
	border-radius: 4px;
}
/*****************************************
CART STYLES
*****************************************/
.CartTable {
	color:#fff;
	margin-top: 30px;
}
.CartTable>thead>tr>th {
	font-size:18px;
	border:none;
}
.CartTable>tbody>tr>td {
	border:solid 1px #656f75;
	padding: 20px;
}
.CartTable ul,
.CartTable ul li {
	float: left;
	width: 100%;
}
.CartTable ul li {
	margin: 5px;
	height: 35px;
	line-height:35px;
}
.CartTable ul li:first-child {
	margin-top: 0;
}
body#view-cart .busblind {
	margin-top: 30px;
	margin-bottom: 0;
	color:#fff;
}
td.empty {
	border:none!important;
	text-align:right;
}
/*****************************************
DESIGN STAGES STYLES
*****************************************/
.tf_bg {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
}
.tf_bg img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: -1;
}
.design-stage h1 {
	text-align:center;
	font-size:22px;
}
.design-stage p {
	text-align: center;
	color: #a0a0a0;
	font-size: 14px;
}
.busblind {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}
.BusBlindInputLrg,
.BusBlindInputSml {
	background: #000;
	border-radius: 0px;
	border:none;
	height:auto;
	color:#fff;
	text-transform:uppercase;
	float:none;
	margin:auto;
	overflow:hidden;
}
.BusBlindInputLrg {
	font-size:48px;
	text-align:center;
	/*height: 72px;*/
	line-height:0;
	padding: 15px;
	font-family: 'london_tubenormal';
}
.ie8 .BusBlindInputLrg,
.ie9 .BusBlindInputLrg {
	line-height:55px;
}
.BusBlindInputSml {
	font-size:20px;
	text-align:right;
	float: right;
	padding:10px 14px;
	padding-top: 0;
	width: 100%!important;
}
.BusBlindInputLrg:focus,
.BusBlindInputSml:focus {
	box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
}
.input-container {
	display:inline-block;
	background: #000;
	margin:auto;
	position: relative;
}
.top-size,
.left-size {
	position: absolute;
	width: 200px;
}
.top-size {
	left: 50%;
	top: -40px;
	height: 20px;
	margin-left: -100px;
	background: url(../images/top-arrows.png) no-repeat center center;
}
.left-size {
	top: 50%;
	margin-top: -62px;
	width: 120px;
	height: 125px;
	left:-120px;
	line-height:125px;
}
.top-size p,
.left-size p {
	margin: 0;
	color: #fff;
	font-size:11px;
	text-align: center;
}
.BuilderButtons .radio,
.BuilderButtons .checkbox {
	border: solid 1px #646d75;
	padding: 5px;
}
.BuilderButtons .radio,
.BuilderButtons .radio label ,
.BuilderButtons .checkbox,
.BuilderButtons .checkbox label {
	width: 100%;
	color:#fff;
	line-height: 35px;
}
.BuilderButtons .radio label,
.BuilderButtons .checkbox label {
	padding: 0;
	padding-right: 60px;
}
.BuilderButtons input[type=radio],
.BuilderButtons input[type=checkbox] {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.BtnBlock {
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 15px;
}
.BtnBlock.sub-text {
	color: #000;
	font-size: 22px;
	padding-left: 8px;
}
.Black{
	background:#000;
}
.Blue {
	background:#11487e;
}
.color-white {
	background: #fff;
}
.color-antique {
	background: #eeeee4;
}
.colour-red {
	background: #900314;
}
.colour-amber {
	background: #f9fe42;
}
.colour-blue {
	background: #11487e;
}
.sub-text {
	background: #fff;
}
.fcolor-white {
	background: #eeeee4;
}
.fcolor-charcoal {
	background: #454344;
}
.frame-black {
	background: url(../images/black-frame.jpg) no-repeat center center;
}
.frame-wblack {
	background: url(../images/wblack-frame.jpg) no-repeat center center;
}
.frame-chrome {
	background: url(../images/chrome-frame.jpg) no-repeat center center;
}
.BuilderButtons .radio label .fa-check,
.BuilderButtons .checkbox label .fa-check {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
	font-size: 22px;
	display: none;
}
.BuilderButtons .radio label.active .fa-check,
.BuilderButtons .checkbox label.active .fa-check {
	display: block;
}
#LrgInput[disabled],
#SmlInput[disabled] {
	background: #000;
	cursor:default;
}
#SmlInput.NoSubTxt {
	display: none;
}
#SmlInput.YesSubTxt {
	display: block;
}
#LrgInput.YesSubTxt {
	padding-bottom: 0;
}
#LrgInput.WhiteTxt,
#SmlInput.WhiteTxt {
	color: #fff;
}
#LrgInput.AntiqueTxt,
#SmlInput.AntiqueTxt {
	color: #eeeee4;
}
#LrgInput.CherryTxt,
#SmlInput.CherryTxt {
	color: #900314;
}
#LrgInput.AmberTxt,
#SmlInput.AmberTxt {
	color: #f9fe42;
}
#LrgInput.BlueTxt,
#SmlInput.BlueTxt {
	color: #11487e;
}
.hiddendiv {
	display: none;
}
#TextExceeded h2 {
	margin-top: 0;
}
#TextExceeded h2,
#TextExceeded p {
	text-align:center;
	color: #000;
}
#TextExceeded p a {
	color: #ce4e4e;
}
#TextExceeded h4.modal-title {
	text-align:center;
	color:#000;
}
#TextExceeded h4.modal-title span {
	color: orange;
}
.frametype,
.mounttype {
	float: left;
}
.MountNone {
}
.MountWhite,
.MountCharcoal {
	padding: 10px;
}
.MountWhite {
	background:#eeeee4;
}
.MountCharcoal {
	background:#454344;
}
.FrameTypeNone {
}
.FrameTypeBlack {
	background: #39312d;
	padding: 8px;
}
.FrameTypeWblack {
	background: #39312d;
	padding: 12px;
}
.frametype .chromemount {
	position: absolute;
	display: none;
}
.frametype.FrameTypeChrome .chromemount {
	display: block;
}
.mounttop {
	top: -8px;
	left: 0;
	right: 0;
	height: 8px;
	width: 100%;
	background: url(../images/chrome-top.jpg) repeat-x center center;
}
.mountleft {
	left: -8px;
	top: 0;
	bottom: 0;
	width: 8px;
	height: 100%;
	background: url(../images/chrome-left.jpg) repeat-y center center;
}
.mountright {
	right: -8px;
	top: 0;
	bottom: 0;
	width: 8px;
	height: 100%;
	background: url(../images/chrome-right.jpg) repeat-y center center;
}
.mountbottom {
	bottom: -8px;
	height: 8px;
	width: 100%;
	left: 0;
	right: 0;
	background: url(../images/chrome-bottom.jpg) repeat-x center center;
}
.mounttop-left {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0px;
	left: -8px;
	background: url(../images/chrome-top-left.jpg) no-repeat left top;
}
.mounttop-right {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0px;
	right: -8px;
	background: url(../images/chrome-top-right.jpg) no-repeat right top;
}
.mountbottom-left {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0px;
	left: -8px;
	background: url(../images/chrome-bottom-left.jpg) no-repeat left top;
}
.mountbottom-right {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0px;
	right: -8px;
	background: url(../images/chrome-bottom-right.jpg) no-repeat right top;
}
.step-btns {
	margin-top: 30px;
}
.proceed-btn {
	float: right;
}
.proceed-back {
	float: left;
}
.proceed-btn,
.proceed-back,
.contact-send {
	background: transparent;
	border: solid 1px #fff;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 20px;
	font-weight: 700;
	border:transparent solid 1px;
	min-width: 173px;
	margin-bottom: 30px;
}
.proceed-btn:before,
.proceed-back:before,
.contact-send:before {
	border-radius: 4px;
	border:#fff solid 1px;
	left:-1px;
	right:-1px;
	top:-1px;
	bottom:-1px;
}
.proceed-btn:hover,
.proceed-back:hover,
.contact-send:hover {
	color: #fff;
	border:solid 1px #fff;
	border-radius: 4px;
}
.proceed-btn:focus,
.proceed-back:focus,
.contact-send:focus {
	box-shadow:none;
	-webkit-box-shadow:none;
	border:1px solid transparent;
	outline:none;
	color:#fff;
}
.busblind.NoSubTxt span#SignHeight2 {
	display: none;
}
.busblind.NoSubTxt span#SignHeight {
	display: block;
	background: url(../images/side-arrows-sml.png) no-repeat center center;
}
.busblind.YesSubTxt span#SignHeight2 {
	display: block;
	background: url(../images/side-arrows.png) no-repeat center center;
}
.busblind.YesSubTxt span#SignHeight {
	display: none;
}
.img-repsonsive{
	width: 100%!important;
	height: auto;
}
/*****************************************
CONTACT PAGE STYLES
*****************************************/
.contact-form {
	margin-top: 30px;
}
.contact-send {
	float: right;
	margin-top: 30px;
}
.captcha {
	margin-top: 10px;
}
.contact-page h1 {
	font-size: 22px;
	text-align: center;
}
.contact-page p {
	color: #a0a0a0;
	text-align: center;
}
.contact-form label {
	color: #fff;
}
.contact-form input,
.contact-form textarea {
	border: solid 1px #000;
	background: rgba(255, 255, 255, 0.2);
	padding: 20px;
	color: #fff;
}
.has-feedback label~.form-control-feedback {
	top:29px;
}
/*****************************************
DELIVERY STYLES
*****************************************/
.delivery-box {
	border-left:1px solid #000;
	padding-left: 30px;
}
.invoice-box {
	margin-right: 30px;
}
.CheckoutForm input,
.CheckoutForm select,
.CheckoutForm textarea {
	resize: none;
}
.form-control[disabled], fieldset[disabled] .form-control {
	border: solid 1px #000;
	background: rgba(255, 255, 255, 0.2);
}
.CheckoutForm .has-feedback label~.form-control-feedback {
	top:25px;
}
.confirmation-checkout {
	background: rgba(23, 31, 37, 0.9);
	padding: 30px;
	margin-top: 20px;
	overflow:hidden;
	min-height:269px;
}
.confirmation-checkout span.fa {
	position: absolute;
	bottom: 15px;
	right: 30px;
	font-size: 180px;
	color: rgba(255, 255, 255, 0.05);
}
.confirmation-checkout h2 {
	margin-top: 0;
}
.confirmation-checkout p {
	margin-bottom: 0;
}
/*.paypal {
	margin-top: 60px;
}*/
.paypal p {
	float: left;
	color:#fff;
/*	line-height: 55px;*/
	margin: 0;
	font-size:16px;
	text-align:right;
	width: 100%;
	margin-top: 30px;
}
.paypal-gfx {
	width: 200px;
	height:100%;
	float: left;
	margin-right: 30px;
}
a.checkout-btn,
button.checkout-btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #faa814;
	border: solid 1px #c9963a;
	background-image: -webkit-linear-gradient(bottom, #f0a929, #ffefb3);
	background-image: -moz-linear-gradient(bottom, #f0a929, #ffefb3);
	background-image: -o-linear-gradient(bottom, #f0a929, #ffefb3);
	background-image: -ms-linear-gradient(bottom, #f0a929, #ffefb3);
	background-image: linear-gradient(to top, #f0a929, #ffefb3);
	padding: 15px 25px;
	font-size:16px;
	color:#000;
	margin-top: 15px;
	display: block;
	float: right;
	margin-bottom: 30px;
}
.promo {
	padding: 15px 20px;
	background: rgba(23, 31, 37, 0.9);
	border-radius: 4px;
	margin-bottom: 30px;
}
.promo .form-group {
	position: relative;
	padding-right: 100px;
}
.promo .form-group label {
	color:#fff;
}
.promo .form-group button {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color:#fff;
	border:solid 1px #fff;
	background:transparent;
}
.promo .form-group input {
	border:solid 1px #fff;
	background:transparent;
	color: #fff;
}
/*****************************************
STATIC STYLES
*****************************************/
.static h1 {
	font-size:22px;
}
.static h2 {
	font-size:18px;
}
.static h3 {
	font-size:16px;
}
.static h4 {
	font-size:14px;
}
.static h5 {
	font-size:13px;
}
.static h6 {
	font-size:12px;
}
.static p a,
.static a {
	color:#ce4e4e;
}
.static p a:hover,
.static a:hover {
	color:#fff;
}
.static p,
.static ul,
.static ol {
	color: #a0a0a0;
}
.static ul,
.static ol {
	margin-top: 15px;
}
.static ul li,
.static ol li {
	padding-left: 15px;
	position: relative;
	margin:5px 0;
	font-style: italic;
}
.static ul li:before,
.static ol li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f111";
	font-size: 7px;
	color: #fff;
	position: absolute;
	top:8px;
	left: 0px;
}
/*****************************************
GALLERY
*****************************************/
.gallery  {
	margin-top: 30px;
}
.gallery-image {
	margin-bottom: 30px;
}
.gallery-image a {
	display: block;
	padding: 5px;
	background: rgba(255, 255, 255, 0.2);
}
.gallery-image a:hover {
	background: rgba(255, 255, 255, 0.8);
}
/*****************************************
TESTIMONIALS
*****************************************/
.testimonial {
	padding: 15px;
	background: transparent;
	border:solid 1px #656f75;
	border-radius:4px;
	margin-top: 15px;
}
.testimonial p {
	color:#fff;
	z-index:2;
	position: relative;
}
.testimonial p.name {
	color: #ce4e4e;
	font-style: italic;
}
.testimonial span.fa {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size:40px;
	z-index:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
/*****************************************
FOOTER STYLES
*****************************************/
body#homepage .footer {
	background: #253440;
}
body#homepage .footer-inside  {
	background: none;
}
.footer-inside {
	background: transparent url(../images/transparent-border.png) repeat-x left top;
	padding: 15px 0;
}
.footer p {
	color: #fff;
	font-size: 12px;
	margin: 0;
}
.footer p strong {
	color: #ce4e4e;
}
.footer ul {
	float: right;
	width: auto;
}
.footer ul li {
	float: left;
	margin-left: 15px;
	line-height: 39px;
}
.footer ul li a {
	display: block;
	color: #a0a0a0;
}
.footer ul li a:hover {
	color: #ce4e4e;
}
/*****************************************
MISC STYLES
*****************************************/
* {
	margin: 0;
	outline: none;
}
ul, ol, li {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.col-100 {
	width: 100%;
	float: left;
	position: relative;
}
.img-center {
	display: block;
	margin: auto;
}
.img-responsive {
	width: 100%;
}
.clear {
	clear: both;
}
.float-L {
	float: left!important;
}
.float-R {
	float: right!important;
}
a:focus {
	outline: none;
}
/*****************************************
MEDIA QUERIES
*****************************************/
/*****************************************
AFFECTS ALL COL-XS COLUMNS
*****************************************/
@media(max-width:767px) {
/*	.bx-wrapper img {
		max-width: 300%!important;
		}*/
		.slider {
			max-height: 654px;
		}
		.slider-intro {
			margin-top: -155px;
		}
/*	.slider {
		min-height: 900px;
		}*/
		.slider-intro h1 {
			font-size: 22px;
		}
/*	.slider-intro a {
		margin: 0;
		width: 100%;
		margin-top: 10px;
		}*/
		.container {
			width: 100%;
		}
		p.contact {
			float: left;
			width: 100%;
			text-align:center;
		}
		a.logo {
			width: 150px;
			margin-right: auto;
		}
		ul.breadcrum-nav li a {
			padding: 10px 0px;
			font-size:11px;
		}
		.social-icons{
			display: none;
		}
		.cart{
			margin-left: 10px;
		}
		.header{
			display: flex;
			align-items: center;
		}
		.contact{
			display: none;
		}
		.slider {
			height: 880px;
			min-height: auto;
			max-height: none;
		}
		.slider-intro {
			top: 15%;
		}
		.slider-intro {
			margin-top: 0;
			text-align: center;
		}
		.slider-intro a{
			width: 100%;
			margin: 5px 0;
		}
		.footer{
			text-align: center;
			padding: 30px 0;
		}
		.footer ul{
			margin-top: 20px!important;
		}
		.footer ul,
		.footer ul li{
			width: 100%;
			margin: 0;
			line-height: 28px;
		}
		.footer .social-icons{
			display: flex;
			justify-content: center;
			text-align: center;
		}
		.footer .social-icons li{
			display: flex;
			align-items: center;
			justify-content: center;
			width: 40px;
			height: 40px;
			margin: 0 2px;
		}
		.footer .contact{
			display: block;
			margin-top: 20px!important;
		}
		ul.breadcrum-nav li{
			width: 100%;
			margin: 1px 0;
		}
		.proceed-btn, .proceed-back, .contact-send{
			width: 100%;
		}
		.BusBlindInputLrg{
			width: 100%!important;
			font-size: 30px;
		}
		.busblind {
			margin-top: 100px;
		}
		.left-size {
			top: -114px;
			left: -30px;
			margin-top: 0;
		}
		.top-size {
			right: 0;
			left: auto;
			top: -60px;
			margin-left: 0;
		}
		.CartTable thead{
			display: none;
		}
		.CartTable tr{
			display: block;
			width: 100%;
		}
		.CartTable tr td{
			display: block;
			width: 100%;
		}
		.CartTable tr td .proceed-btn{
			float: none;
			margin: 0;
			color: red;
			border: solid 1px red;
		}
		.CartTable ul, .CartTable ul li {
			float: none;
			width: 100%;
		}
		td.empty{
			text-align: left;
		}
		td.cart-total{
			color: green;
			border-color: green!important;
		}
		.delivery-box{
			padding-left: 0;
			border-left: none;
		}
		ul.breadcrum-nav li{
			border-left: none!important;
		}
		.input-container.Black{
			/* width: 100%; */
		}
		.form-control.BusBlindInputLrg.NoSubTxt {
			/* width: 100%; */
		}
		.FrameTypeNone,
		.MountNone {
			/* width: 100%; */
		}
		.form-control.BusBlindInputSml.YesSubTxt{
			text-align: center;
		}
		.left-size {
			top: -95px;
			left: -30px;
			margin-top: 0;
			overflow: hidden;
			display: flex;
			justify-content: center;
			align-items: center;
			height: 80px;
		}
	}
/*****************************************
AFFECTS ALL COL-SM COLUMNS
*****************************************/
@media(min-width:768px) {
	.slider-intro h1  {
		font-size: 22px;
	}
	.slider-intro {
		margin-top: -170px;
	}
	a.logo {
		width: 280px;
	}
	p.contact {
		margin-top: 2px;
	}
	.bx-wrapper .bx-viewport {
		height: 571px;
	}
	.bx-wrapper img {
		max-width: 160%!important;
	}
	.container {
		width: 100%;
	}
	p.contact {
		float: left;
		width: 100%;
		text-align:center;
	}
	ul.breadcrum-nav li a {
		padding: 10px 0px;
		font-size:11px;
	}
	.footer .social-icons{
		display: none;
	}
	.footer .contact{
		display: none;
	}
}
/*****************************************
AFFECTS ALL COL-MD COLUMNS
*****************************************/
@media(min-width:992px) {
	.slider-intro h1  {
		font-size: 28px;
	}
	.slider-intro {
		margin-top: -173px;
	}
	a.logo {
		width: 330px;
	}
	p.contact {
		margin-top: 10px;
	}
	.bx-wrapper .bx-viewport {
		height: auto;
	}
	.bx-wrapper img {
		max-width: 130%!important;
	}
	.container {
		width: 992px;
	}
	p.contact {
		float: right;
		width: auto;
		text-align:right;
	}
	ul.breadcrum-nav li a {
		padding: 10px 10px;
	}
}
/*****************************************
AFFECTS ALL COL-LG COLUMNS
*****************************************/
@media(min-width:1200px) {
	.slider-intro h1  {
		font-size: 36px;
	}
	.slider-intro {
		margin-top: -197px;
	}
	.bx-wrapper img {
		max-width: 100%!important;
	}
	.container {
		width: 1200px;
	}
	ul.breadcrum-nav li a {
		padding: 10px 20px;
	}
}