@charset "utf-8";
/* CSS Document */

/* Standalone CSS for #startbuildingformnew
   Generated from the previous HTML and stylesheet.
*/


#startbuildingformnew,
#startbuildingformnew * {
  box-sizing: border-box;
}

#startbuildingformnew {
  font: 400 14px/1.6 'Lato', Verdana, sans-serif;
  color: #505050;
}

#startbuildingformnew h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}

#startbuildingformnew label {
  font-weight: 700;
}

#startbuildingformnew img {
  max-width: 100%;
}

/* Basic message handling */
#startbuildingformnew .message {
  display: none;
}
#startbuildingformnew .message.error,
#startbuildingformnew .message.sqfoot.error {
  display: block;
  color: #aa2333;
  background: #fff4f4;
  border: 1px solid #e4b7b7;
  padding: 10px 12px;
  margin-bottom: 15px;
}

.internalpage.container {
    margin-top: 152px;
}

@media (min-width: 992px) {
.boxed .sticky-menu.fixed .container,
.boxed-long .sticky-menu.fixed .container {
		width:970px;
	}
.boxed .sticky-menu.fixed .container,
.boxed-long .sticky-menu.fixed .container {
		margin:0 auto;
	}
}

@media (min-width: 1200px) {
.boxed .sticky-menu.fixed .container,
.boxed-long .sticky-menu.fixed .container {
		width:1170px;
	}
}

@media (min-width: 1280px) {
.container {
		width: 1200px;
	}
.boxed .sticky-menu.fixed .container,
.boxed-long .sticky-menu.fixed .container {
		width:1200px;
	}
}

.modal-content ul {
    list-style: disc;
    margin: 10px 24px;
}

.modal-content img {
    max-width: 100%;
}

img.pull-right {
	margin-left:20px;
	margin-bottom:20px;
}

.btn.min-width {
	min-width: 140px;
	text-align: center !important;
}

.btn.min-width-md {
	min-width: 160px;
	text-align: center !important;
}

.btn.min-width-lg {
	min-width: 180px;
	text-align: center !important;
}

.btn.min-width-xlg {
	min-width: 200px;
	text-align: center !important;
}

.btn {
	padding: 9px 16px;
	font-size: 14px;
	transition:color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
	-webkit-transition:color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
}

.btn.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.5;
}

.btn.btn-sm,
.btn-group-sm > .btn {
	padding: 7px 10px;
	font-size: 12px;
}

.btn.btn-xs,
.btn-group-xs > .btn {
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn.btn-border {
	border-width:2px;
	padding: 3px 11px;
	background-color: transparent;
}

.btn.btn-border.btn-sm {
	padding: 6px 9px;
}

.btn.btn-border.btn-lg {
	padding: 9px 15px;
}

.btn.btn-border.btn-xs {
	padding: 1px 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}

.btn-custom.active,
.btn-custom2.active,
.btn-custom3.active {
	color: #fff;
}

.btn-dark {width: 100%;
    color: #eaeaea;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

.portfolio-item .btn-dark {width: 87%;
    position: absolute;
    color: #eaeaea;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    bottom: 17px;
}

.btn-dark.cartupdate.wow {
    background-color: #02525c;
    border-color: #02525c;
}

.col-md-2.price-col {
    font-size: 17px;
}

.col-md-2.price-total-col {
    font-size: 17px;
    font-weight: bold;
}

.col-md-12.productlist.cart-table {
    border-top: solid 1px #ccc;
    padding: 26px 10px;
}

.col-md-12.productheader {
    background-color: #f5f5f5;
    color: #3a3a3a;
    padding: 25px 20px;
    text-transform: uppercase;
    font: 700 16px/1.6 'Raleway', Verdana;
    letter-spacing: -0.3px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
	color: #f0f0f0;
	background-color: #2a2a2a;
	border-color: #2a2a2a;
}

.btn-gray.active {
	color: #4a4a4a;
	background-color: #e1e1e1;
	border-color: #e1e1e1;
}

.btn-white.active {
	color: #000;
	background-color: #f1f1f1;
	border-color: #f1f1f1;
}

.btn.btn-border.btn-default {
	color:#aeaeae;
	border-color:#aeaeae;
}

.btn.btn-border.btn-default:hover,
.btn.btn-border.btn-default:focus {
	color:#505050;
	border-color:#adadad;
	background-color: #e6e6e6;
}

.btn.btn-border.btn-primary {
	color:#337ab7;
}

.btn.btn-border.btn-primary:hover,
.btn.btn-border.btn-primary:focus {
	color:#fff;
	border-color:#204d74;
	background-color: #286090;
}

.btn.btn-border.btn-success {
	color:#4caf50;
}

.btn.btn-border.btn-success:hover,
.btn.btn-border.btn-success:focus {
	color:#fff;
	border-color:#327334;
	background-color: #3d8b40;
}

.btn.btn-border.btn-warning {
	color:#ffc107;
}

.btn.btn-border.btn-warning:hover,
.btn.btn-border.btn-warning:focus {
	color:#fff;
	border-color:#af8300;
	background-color: #d39e00;
}

.btn.btn-border.btn-danger {
	color:#ea1c0d;
}

.btn.btn-border.btn-danger:hover,
.btn.btn-border.btn-danger:focus {
	color:#fff;
	border-color:#c8180b;
	background-color: #ea1c0d;
}

.btn.btn-border.btn-info {
	color:#2196f3;
}

.btn.btn-border.btn-info:hover,
.btn.btn-border.btn-info:focus {
	color:#fff;
	border-color:#0a68b4;
	background-color: #0c7cd5;
}

.btn.btn-border.btn-custom:hover,
.btn.btn-border.btn-custom:focus,
.btn.btn-border.btn-custom2:hover,
.btn.btn-border.btn-custom2:focus,
.btn.btn-border.btn-custom3:hover,
.btn.btn-border.btn-custom3:focus {
	color:#fff;
}

.btn.btn-border.btn-dark {
	color:#2a2a2a;
}

.btn.btn-border.btn-dark:hover,
.btn.btn-border.btn-dark:focus {
	color:#f1f1f1;
	border-color:#1a1a1a;
	background-color:#2a2a2a;
}

.btn.btn-border.btn-gray {
	color:#505050;
	border-color:#eaeaea;
}

.btn.btn-border.btn-gray:hover,
.btn.btn-border.btn-gray:focus {
	color:#505050;
	border-color:#eaeaea;
	background-color:#eaeaea;
}

.btn.btn-border.btn-white {
	color:#fff;
	background: transparent;
	border-color:white;
}

.btn.btn-border.btn-white:hover,
.btn.btn-border.btn-white:focus,
.btn.btn-border.btn-white.v2:hover,
.btn.btn-border.btn-white.v2:focus {
	color:#fff;
}

.btn.no-radius {
	border-radius:0 !important;
}

.btn.radius-lg {
	border-radius:12px !important;
}

.btn.radius-lger {
	border-radius:24px !important;
}

.btn-group > .btn + .btn {
	border-left: 1px solid rgba(0, 0, 0, .07);
}

textarea.form-control {
	height:auto !important;
}

.form-control {
	height: 40px;
	padding: 9px 16px;
	box-shadow:none;
	-webkit-box-shadow:none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	border: 1px solid #eaeaea;
	color:inherit;
	font-size:16px;
}

.form-control.border-bottom {
	border-radius:0 !important;
	border-left:none;
	border-right:none;
	border-top:none;
}

.form-control:focus {
	border-color: #dadada;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0, 0.22);
	box-shadow: 0 0 8px rgba(0,0,0, 0.22);
}

.form-control.border-bottom:focus {
	box-shadow:none;
	-webkit-box-shadow:none;
}

.form-control::-moz-placeholder {
	color: #6a6a6a;
}

.form-control:-ms-input-placeholder {
	color: #6a6a6a;
}

.form-control::-webkit-input-placeholder {
	color: #6a6a6a;
}

.form-control {
	margin-bottom: 25px;
}

.form-group .form-control {
	margin-bottom:0;
}

.form-group-sm .form-control {
	height: 34px;
	padding: 7px 12px;
}

select.input-sm,
select.form-group-sm .form-control {
	height: 34px;
	line-height: 34px;
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 18px;
}

select.input-lg,
select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px;
}

#addnewaddress .fa {
    margin-right: 10px;
}

.input-group-btn > .btn + .btn {
	border-left:1px solid rgba(0, 0, 0, .05);
}

.input-group-btn:last-child > .btn {
	margin-left:0;
}

.bootstrap-touchspin .input-group-btn:last-child > .btn {
	margin-left:-1px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 18px;
	font-size:16px;
	line-height: 1.5;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px;
	font-size:16px;
	line-height: 1.5;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-btn > .btn {
	height: 34px;
	padding: 7px 12px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
	height: 34px;
	line-height: 34px;
}

textarea.form-control {
	padding-top:12px;
}

.textarea-container textarea.form-control {
	border-radius: 0 0 4px 4px !important;
}

input[type="radio"],
input[type="checkbox"] {
    float: left;
    margin-top: 6px;
    margin-right: 9px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin-left:-22px;
}

.modal-body span.requiredred {
    display: inline;
    color: red;
    padding-left: 4px;
}

.nameoftitle { line-height: 23px;
    font-weight: bold;
    font-size: 20px; 
}

.bottomof .nameoftitle {
    font-size: 20px;
}

.newradio {
  -webkit-appearance:button;
  -moz-appearance:button;
  appearance:button;
  border:4px solid #ccc;
  border-top-color:#bbb;
  border-left-color:#bbb;
  background:#fff;
  width: 29px;
    height: 29px;
 margin-left: 2px !important;
    margin-top: 2px !important;
    margin-bottom: 12px !important;
    margin-right: 3px !important;
  border-radius:50%;
}

.newradio:checked {
  border: 14px solid #b51224; 
}

span#widthnotice {
    float: left;
    padding: 2px 7px;
    background-color: #fffbf4;
    width: 100%;
    color: orange;
    font-size: 13px;
    display: block;
    border: solid 1px;
    margin: 11px 0px;
}

span#costholder {
    width: 100%;
   border-radius: 5px;
    color: #b51224;
    font-size: 22px;
    display: block;
    text-align: center;
    border: solid 1px;
    margin: 11px 0px;
    -webkit-animation-name: customZoom;
    animation-name: customZoom;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    float: left;
}

.newcheckbox {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: 4px solid #ccc;
    border-top-color: #bbb;
    border-left-color: #bbb;
    background: #fff;
    width: 29px;
    height: 29px;
    margin-left: 2px !important;
    margin-top: 10px !important;
    margin-bottom: 12px !important;
    margin-right: 3px !important;
    border-radius: 50%;
}

.newcheckbox:checked {
 border: 10px solid #b51224;
}

#overlaminates label,
.theoptions label,
#masking label {
    display: block; font-size: 17px;
    float: none;
}

#overlaminates label span,
.theoptions label span,
#masking label span {
    font-size: 15px;
}

#masking label span {
    font-size: 16px;
}

.shortdesc a {
    display: block;
    color: red;
}

.productsselect2 .shortdesc a,
.productsselect .shortdesc a {
    display: inline;
    color: #337ab7;
}

.theoptions {
    margin-top: 35px;
}

.roundedOne { margin-top: 8px;
  position: relative;
    display: block;
    overflow: hidden;
    padding: 0px 15px;
}

.roundedTwo { margin-top: 8px;
  position: relative;
    display: block;
    overflow: hidden;
    padding: 0px 15px;
    min-height: 349px;
}

.roundedTwo:nth-child(2n+1),
.roundedOne:nth-child(2n+1) {
    clear:left
}

.roundedTwo.materialselect {

}

.roundedTwo.materialselect:hover,
.roundedTwo.materialselect:focus,
.roundedTwo.materialselect:active {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(2%);
    filter: grayscale(2%);
}

.roundedTwo.materialselect:focus-within {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(2%);
    filter: grayscale(2%);
}

.productsselect2 img {
      width: 100%;
}

span.shortdesc {
   display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.bottomof {
 padding: 5px 11px;
    position: absolute;
    display: block;
    bottom: 0px;
    background-color: #fff;
    color: #000;
    left: -15px;
	min-height: 99px;
width: 100%;
}

span.nameof {
    padding: 10px 0px;
    line-height: 19px;
}

#options span {
    font-weight: normal;
    display: block; font-size: 16px;
}

#startbuildingformnew h3 {
    color: #505457;
}

#startbuildingformnew fieldset {
    margin-bottom: 47px;
}

.fieldgroup {
    border: solid 1px #ccc;
}

.roundedTwo label {
  float: left;
    margin: 0px;
    font-size: 17px;
    font-family: 'Lato';
    width: 100%;
    position: absolute;
    height: 100% !important;
}

.roundedTwo label:hover {
    cursor: pointer;
}

.white .custom-checkbox-container,
.white .custom-radio-container {
	border-color: #fff;
}

.custom-checkbox-container input[type="checkbox"],
.custom-radio-container input[type="radio"] {
	display:block;
	opacity:0;
	filter:alpha(opacity=0);
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	position: absolute;
	left:0;
	top:0;
	z-index:10;
}

.white .custom-checkbox-container .custom-checkbox-icon {
	color:#fff;
}

.disabled .custom-checkbox-container .custom-checkbox-icon {
	background-image: none;
}

.disabled .custom-radio-container .custom-radio-icon {
	background-color: transparent;
}

.custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox-icon,
.custom-radio-container input[type="radio"]:checked + .custom-radio-icon {
	opacity:1;
	filter:alpha(opacity=100);
}

.disabled .custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox-icon {
	background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #f1f1f1;
}

.form-control.no-radius,
.input-group.no-radius .form-control,
.input-border-bottom.form-control,
.input-group.input-border-bottom .form-control {
	border-radius:0 !important;
}

.input-border-bottom.form-control,
.input-group.input-border-bottom .form-control {
	border-left:none !important;
	border-right:none !important;
	border-top:none !important;
	transition:border 0.45s ease;
	-webkit-transition:border 0.45s ease;
	background-color: transparent;
}

.input-border-bottom.form-control:focus,
.input-group.input-border-bottom .form-control:focus {
	box-shadow: none !important;
	-webkit-box-shadow:none !important;
}

.input-border-bottom.form-control {
	transition: padding 0.45s;
	-webkit-transition: padding 0.45s;
}

.input-border-bottom.form-control:focus {
	padding-left:0;
}

.form-control.dark.input-border-bottom {
	background-color: transparent;
	color:#505050;
}

.form-control.dark.input-border-bottom::-moz-placeholder {
	color:#505050;
}

.form-control.dark.input-border-bottom:-ms-input-placeholder {
	color:#505050;
}

.form-control.dark.input-border-bottom::-webkit-input-placeholder {
	color:#505050;
}

.form-control.dark.input-border-bottom::placeholder {
	color:#505050;
}

.form-control.dark {
	border-color:#1a1a1a;
	background-color: #505050;
	color:#c7c7c7;
}

.form-control.dark::-moz-placeholder {
	color:#c7c7c7;
}

.form-control.dark:-ms-input-placeholder {
	color:#c7c7c7;
}

.form-control.dark::-webkit-input-placeholder {
	color:#c7c7c7;
}

.form-control.dark::placeholder {
	color:#c7c7c7;
}

.form-control.dark:focus {
	border-color: #000;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0, 0.52);
	box-shadow: 0 0 8px rgba(0,0,0, 0.52);
}

.form-control.white {
	border-color:#fff;
	background-color: transparent;
	color:#fff;
}

.form-control.white::-moz-placeholder {
	color:#fff;
}

.form-control.white:-ms-input-placeholder {
	color:#fff;
}

.form-control.white::-webkit-input-placeholder {
	color:#fff;
}

.form-control.dark::placeholder {
	color:#fff;
}

.form-control.white:focus {
	border-color: #e0e0e0;
	-webkit-box-shadow: 0 0 8px rgba(255,255,255, 0.8);
	box-shadow: 0 0 8px rgba(255,255,255, 0.8);
}

.bootstrap-touchspin .form-control.vertical-spinner {
	border-radius: 4px 0 0 4px !important;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding:9.5px 12px;
	margin-left: -1px;
	position: relative;
}

.bootstrap-touchspin .btn.btn-default {
	border-color:#eaeaea;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.btn-default:hover,
.bootstrap-touchspin .input-group-btn-vertical > .btn.btn-default:focus {
	border-color:#dadada;
}

.bootstrap-touchspin-up.btn,
.bootstrap-touchspin-down.btn {
	padding:9px 12px;
	border-radius:0 4px 4px 0;
	min-width: 36px;
	text-align: center;
}

.bootstrap-touchspin-down.btn {
	margin-right: -1px !important ;
	border-radius: 4px 0 0 4px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #505050;
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-top-width:4px;
	margin-top:-3px;
	border-bottom-color: transparent;
}

.nav-tabs.nav-tabs-inverse > li.active > a,
.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav-tabs.nav-tabs-inverse > li.active > a:focus {
	border-top-width:0;
	margin-top:0;
	border-bottom-width:4px;
	margin-bottom:-3px;
	border-top-color:transparent;
	border-bottom-color: #eaeaea;
}

@media (min-width: 768px) {
.vertical-tab.left .nav-tabs > li.active > a,
.vertical-tab.left .nav-tabs > li.active > a:hover,
.vertical-tab.left .nav-tabs > li.active > a:focus {
		border: 1px solid #eaeaea;
		border-left-width:4px;
		margin-left:-3px;
		margin-top:0;
		border-right-color: transparent;
	}
.vertical-tab.right .nav-tabs.nav-tabs-inverse > li.active > a,
.vertical-tab.right .nav-tabs.nav-tabs-inverse > li.active > a:hover,
.vertical-tab.right .nav-tabs.nav-tabs-inverse > li.active > a:focus {
		border: 1px solid #eaeaea;
		border-right-width:4px;
		margin-right:-3px;
		margin-bottom:0;
		margin-top:0;
		border-left-color: transparent;
	}
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
}

.nav-pills.nav-tabs-lava > li.active > a,
.nav-pills.nav-tabs-lava > li.active > a:hover,
.nav-pills.nav-tabs-lava > li.active > a:focus {
	color: inherit;
	background-color: transparent;
}

.nav-pills.nav-tabs-border > li.active > a,
.nav-pills.nav-tabs-border > li.active > a:hover,
.nav-pills.nav-tabs-border > li.active > a:focus {
	background-color: transparent;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fff;
}

.tooltip.in {
	filter: alpha(opacity=94);
	opacity: .94;
}

@media (max-width: 480px) {
#costholder {
  position: fixed !important;
  bottom: 0px !important;
  background-color: #aa1f2e !important;
  z-index: 9999999 !important;
  left: 0px !important;
  color: white !important;
}
}

.counter-group > .row:last-child .count-container {
	margin-top:50px;
	margin-bottom:0;
}

@media (max-width: 480px) {
.counter-group > .row:last-child .count-container {
		margin-top:0;
		margin-bottom:50px;
	}
}

@media (min-width: 768px) {
.service-group .row:last-child .service:before {
		display: none;
	}
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #ffffff;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #eaeaea;
	cursor: not-allowed;
}

.modal {
	z-index:9999999;
}

.modal-header .close {
	font-family: 'Open Sans', Verdana;
	position: absolute;
	right:-1px;
	top:0;
	height:100%;
	font-size:24px;
	width:42px;
	background: rgba(0,0,0, 0.2);
	color:#fff;
	text-align: center;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	opacity:0.4;
}

.modal-header .close:hover,
.modal-header .close:focus {
	opacity: 0.9;
}

.modal.light .modal-header {
	border-bottom:1px solid #eaeaea;
}

.modal.light .modal-header,
.modal.light .modal-footer {
	background-color: transparent;
	color:#303030;
}

.modal.light .modal-header h2,
.modal.light .modal-header h3,
.modal.light .modal-header h4 {
	color:#303030;
}

.modal.light .modal-header .close {
	background-color: transparent;
	color:#303030;
}

.modal-body {
	padding: 30px 20px;
}

.modal-content {
	background-color: #fafafa;
	border: 1px solid #2a2a2a;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.modal .input-group:last-child {
	margin-bottom: 0;
}

.message.sqfoot {
  display: none !important;
}

.message.sqfoot.error {
  display: block !important;
  color: #bd0202;
  border: solid 1px;
  padding: 3px;
  border-radius: 4px;
}

.boxed .callout .container,
.boxed-long .callout .container {
	width:100% !important;
}

.callout.white {
	background-color: #fff !important;
}

.callout-action .btn + .btn {
	margin-left:10px;
}

@media (max-width: 767px) {
.callout-action .min-width.btn {
		min-width: 0;
	}
}

.navbar-top .pull-right .social-icon:last-child {
	margin-right:0;
}

.navbar-top .dropdowns-container.pull-right {
	padding-right:15px;
	border-right:1px solid transparent;
}

.navbar-top .dropdowns-container.pull-right.last {
	padding-right:0;
	margin-right:0;
	border-right:none;
}

.navbar-top.navbar-color .dropdowns-container.pull-right {
	border-right:none;
	padding-right:0;
}

@media (max-width: 767px) {
.navbar-top .dropdowns-container.pull-right {
		padding-right:0;
		margin-right:0;
		border-right:none;
	}
.navbar-top .account-dropdown.pull-right {
		margin-left:15px;
	}
}

@media (max-width: 992px) {
.navbar-top .pull-right .dropdown+.dropdown {
		margin-right:15px;
	}
}

@media (min-width: 992px) {
.navbar-top .dropdowns-container.pull-right.last .myaccount-dropdown .dropdown-toggle {
		padding-right:0;
	}
.navbar-top .account-dropdown.pull-right > .dropdown-toggle {
		padding:0;
	}
}

.navbar > .container .navbar-brand {
	margin-left:0;
}

.navbar-brand.pull-right {
	border-right:none;
	border-left:1px solid transparent;
}

@media (min-width: 768px) {
.container .navbar-brand {
		padding-left:0;
		margin-left:-2px;
	}
.container .navbar-brand.pull-right {
		padding-left:15px;
		margin-left:0;
	}
    i.fa.fa-shopping-cart {
        color: #1f2937;
    }
a.btn.btn-custom.btn-thecart {
    background-color: #df2a3c;  color: #fff;
}
}

@media (min-width: 992px) {
.container .navbar-brand.pull-right {
		padding-left:30px;
		margin-left:0;
	}
}

.btn-toggle.pull-right {
	margin-left:0;
}

.navbar-toggle.pull-right {
	margin-left:-5px;
}

.navbar-btn.pull-right {
	margin-left:0;
	margin-right:10px;
}

.navbar-btn.pull-right.last {
	margin-right:0;
}

.boxed-container .navbar-btn.pull-right.last {
	margin-right:15px;
}

i.fa.fa-shopping-cart-form, i.fa.fa-save {margin: 9px;
}

@media (max-width: 767px) {
.navbar-nav .dropdown-menu.pull-right {
		float:none !important;
	}
.navbar-nav.pull-right {
		float:none !important;
	}
.navbar-header .row {
		margin-left:0;
		margin-right:0;
	}
.navbar-header .navbar-btn.pull-right.last {
		margin-right:15px;
	}
}

@media (min-width: 768px) {
.container > .navbar-collapse {
		margin-right:-15px;
		margin-left:-15px;
	}
.container > .navbar-header {
		margin-right:0;
}
.navbar-nav .sub-dropdown .dropdown-menu.pull-right {
		left:auto;
		right:100%;
	}
.row .navbar-collapse.collapse-row {
		padding:0;
	}
}

@media (min-width: 992px) {
.container > .navbar-header {
		margin-right:6px; float: left;
	}
.container > .navbar-header.fullwidth {
		margin-right:0;
	}
.container .megamenu-container .container-fluid,
.container .megamenu-container .container-fluid {
		padding: 0 15px;
	}
.container-fluid .navbar-btn.pull-right.last {
		margin-right:15px;
	}
.boxed .navbar-btn.pull-right.last,
.boxed-long .navbar-btn.pull-right.last {
		margin-right:0;
	}
}

@media (max-width: 767px) {
.col-md-3.graphicsfix { margin-top: 0px;}
}

#header-search-form .form-control {
	width:100%;
	display:block;
	background-color: transparent;
	border:none;
	height:auto;
	padding:12px 0 12px 40px;
	font:500 16px/1.5 'Raleway', Verdana;
	box-shadow:none;
	-webkit-box-shadow:none;
	text-align: right;
	border-radius: 0;
	margin-bottom: 0;
}

#header-search-form .form-control::-moz-placeholder {
	text-transform: capitalize;
}

#header-search-form .form-control:-ms-input-placeholder {
	text-transform: capitalize;
}

#header-search-form .form-control::-webkit-input-placeholder {
	text-transform: capitalize;
}

#header-search-form .form-control::placeholder {
	text-transform: capitalize;
}

#header-search-form .form-control:focus {
	box-shadow:none;
	-webkit-box-shadow:none;
}

@media (min-width: 768px) {
#header-search-form .form-control {
		padding:20px 0 20px 42px;
		font-size:18px;
	}
}

@media (max-width: 767px) {
#header-search-form .container {
		padding:0;
	}
}

.cart-dropdown.pull-right {
	margin: 0 !important;
}

.cart-dropdown .product {
	position: relative;
	margin-bottom:20px;
}

.cart-dropdown .product figure {
	float:left;
	width:90px;
}

.cart-dropdown .product figure a {
	display:block;
}

@media (min-width:768px) {
.navbar-collapse.collapse.in { display: block !important; }
.cart-dropdown .product:hover .remove-btn,
.cart-dropdown .product:focus .remove-btn {
		opacity:1;
		visibility: visible;
	}
}

.cart-dropdown .btn {
	padding:6.5px 14px;
}

.side-menu #header-search-form .form-control {
	padding:10px 5px 10px 40px;
	border-bottom: 1px solid transparent;
	font-size:14px;
}

@media (max-width: 992px) {
.col-md-3.graphicsfix.slideInRight.fixed {
    bottom: 0px;
}
}

@media (min-width: 992px) {
.boxed-long .side-menu.header-side-menu + #main-content .container,
.boxed .side-menu.header-side-menu + #main-content .container {
		width:100%;
	}
.header-side-menu + #main-content .container {
		padding-left:30px;
		padding-right:30px;
	}
.header-side-menu + #main-content .container.container-masonry {
		padding-left:15px;
		padding-right:15px;
	}
}

@media (min-width: 992px) and (max-width: 1600px) {
.side-menu.header-side-menu + #main-content .container {
		width:100%;
	}
}

.navbar-default .navbar-top .dropdowns-container.pull-right {
	border-right-color:#d7d7d7;
}

.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .form-control,
.navbar-default input[type="submit"]
#header-search-form.navbar-default .form-control {
	color:#7a7a7a;
}

#header-search-form.navbar-default .form-control::-moz-placeholder {
	color:#7a7a7a;
}

#header-search-form.navbar-default .form-control:-ms-input-placeholder {
	color:#7a7a7a;
}

#header-search-form.navbar-default .form-control::-webkit-input-placeholder {
	color:#7a7a7a;
}

#header-search-form.navbar-default .form-control::placeholder {
	color:#7a7a7a;
}

.navbar-default.side-menu #header-search-form .form-control {
	border-bottom-color: #d7d7d7;
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #e7e7e7;
	}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

@media (min-width: 768px) {
.navbar-default .navbar-nav .sub-dropdown .dropdown-menu.pull-right {
		box-shadow:-2px 4px 10px rgba(0,0,0, 0.2);
		-webkit-box-shadow:-2px 4px 10px rgba(0,0,0, 0.2);
	}
}

.navbar-white .navbar-top .dropdowns-container.pull-right {
	border-right-color: #eaeaea;
    border-left-color: #eaeaea;
    border-left: 1px solid;
    padding-left: 23px;
    background-color: #000;
}

.navbar-white .navbar-nav .active > a,
.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {
	background-color: transparent;
}

.navbar-white .navbar-nav > .disabled > a,
.navbar-white .navbar-nav > .disabled > a:hover,
.navbar-white .navbar-nav > .disabled > a:focus {
	color: #bbb;
	background-color: #eee;
}

.btn {
    border-radius: 0px;
}

.navbar-white .form-control,
.navbar-white input[type="submit"]
#header-search-form.navbar-white .form-control {
	color:#505050;
}

#header-search-form.navbar-white .form-control::-moz-placeholder {
	color:#505050;
}

#header-search-form.navbar-white .form-control:-ms-input-placeholder {
	color:#505050;
}

#header-search-form.navbar-white .form-control::-webkit-input-placeholder {
	color:#505050;
}

#header-search-form.navbar-white .form-control::placeholder {
	color:#505050;
}

.navbar-white.side-menu #header-search-form .form-control {
	border-bottom-color: #eaeaea;
}

@media (max-width: 767px) {
.navbar-white .navbar-nav .open .dropdown-menu > .active > a,
.navbar-white .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-white .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #eaeaea;
	}
.navbar-white .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #bbb;
		background-color: transparent;
	}
}

@media (min-width: 768px) {
.navbar-white .navbar-nav .sub-dropdown .dropdown-menu.pull-right {
		box-shadow:-2px 5px 10px rgba(0,0,0, 0.18);
		-webkit-box-shadow:-2px 5px 10px rgba(0,0,0, 0.18);
	}
}

.navbar-inverse .navbar-top .dropdowns-container.pull-right {
	border-right-color:#3e3e3e;
}

.navbar-inverse .navbar-nav .active > a,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color:#bebebe;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-inverse .form-control,
.navbar-inverse input[type="submit"]
#header-search-form.navbar-inverse .form-control {
	color:#9a9a9a;
}

#header-search-form.navbar-inverse .form-control::-moz-placeholder {
	color:#9a9a9a;
}

#header-search-form.navbar-inverse .form-control:-ms-input-placeholder {
	color:#9a9a9a;
}

#header-search-form.navbar-inverse .form-control::-webkit-input-placeholder {
	color:#9a9a9a;
}

#header-search-form.navbar-inverse .form-control::placeholder {
	color:#9a9a9a;
}

.navbar-inverse.side-menu #header-search-form .form-control {
	border-bottom-color: #4e4e4e;
}

@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #b7b7b7;
		background-color: #3e3e3e;
	}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

@media (min-width: 768px) {
.navbar-inverse .navbar-nav .sub-dropdown .dropdown-menu.pull-right {
		box-shadow:-2px 4px 10px rgba(0,0,0, 0.2);
		-webkit-box-shadow:-2px 4px 10px rgba(0,0,0, 0.2);
	}
}

.navbar-inverse.navbar-transparent .navbar-top .dropdowns-container.pull-right {
	border-right-color:#505050;
}

@media (min-width: 1025) {
.navbar-white.navbar-transparent .navbar-nav > li.active > a {
		background-color: transparent;
	}
.navbar-inverse.navbar-transparent .navbar-nav > li.active > a {
		background-color: transparent;
	}
}

.sticky-menu.fixed > .row > .container {
	position: relative;
}

#header-search-form.fixed  .form-control {
	font-size:16px;
	padding-top:15.5px;
	padding-bottom:15.5px;
	height:55px;
}

#header.fixed #header-search-form.fixed  .form-control {
	padding-top:16px;
	padding-top:16px;
	height:56px;
}

.parallax-container .container {
	position: relative;
	z-index: 2;
}

.overlay-container .container {
	position: relative;
	z-index: 2;
}

#scroll-top.white {
	background-color: #fff;
	color:#505050;
}

#scroll-top.white:hover {
	color:#fff;
}

.page-header .container {
    z-index: 9999;
    position: relative;
}

.materialdesc2 .shortdesc { font-size: 14px;
    line-height: 23px;
    padding: 0px 8px;
    margin-bottom: 10px; }

@media (min-width:992px) {
.page-header .col-md-6 h1 {
		margin-bottom:0;
	}
.page-header.larger-desc .col-md-6 h1 {
		margin-bottom:10px;
	}
.page-header .col-md-6 .breadcrumb {
		margin-bottom:0;
	}
.page-header .col-md-6 .breadcrumb {
		margin:2px 0;
		text-align: right;
	}
.page-header.larger-desc .col-md-6 .breadcrumb {
		margin:20.5px 0;
	}
.page-header .col-md-6.col-md-pull-6 .breadcrumb {
		text-align: left;
	}
}

.breadcrumb > .active {
	color: #6a6a6a;
}

.page-header.parallax .breadcrumb > .active {
	color: #e1e1e1;
}

.page-header.dark .breadcrumb > .active {
	color: #bababa;
}

.page-header.parallax.dark .breadcrumb > .active {
	color: #b8b8b8;
}

.page-header.gray .breadcrumb > .active {
	color:#6a6a6a;
}

.page-header.custom .breadcrumb > .active {
	color:#eaeaea;
}

.title-border.white,
.title-border.text-right.white,
.title-border.text-center.white > span,
.title-bottom-border.white {
	border-color: #fff;
}

.title-border.title-bg.white,
.title-bg-line.white:after,
.title-underblock.white:after {
	background-color: #fff;
}

.container.no-padding {
	padding:0 !important;
}

.row.no-margin {
	margin:0 !important;
}

.carousel-tab .carousel-indicators li.active,
.carousel-tab.gray .carousel-indicators li.active {
	width: 25%;
	height: auto;
	margin: 0;
	border:none;
	color:#fff;
}

.carousel-tab .carousel-indicators .active:after {
	content:'';
	position: absolute;
	bottom:0;
	left:50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 14px 14px;
	border-color: transparent transparent #ffffff transparent;
	margin-left:-14px;
}

@media (max-width: 767px) {
.carousel-tab .carousel-indicators .active:after {
		border-width: 0 8px 8px 8px;
		margin-left:-8px;
	}
}

@media screen and (min-width: 1400px) {
.container {
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
.container {
    width: 1500px;
  }
}

@media screen and (min-width: 1900px) {
.container {
    width: 1500px;
  }
}

#footer.footer-inverse .widget .form-control {
	background-color: rgba(0,0,0, 0.12);
	color:#7a7a7a;
}

#footer.footer-inverse .widget .form-control:focus {
	background-color: rgba(0,0,0, 0.26);
}

#footer.footer-inverse .widget .form-control::-moz-placeholder {
	color: #7a7a7a;
}

#footer.footer-inverse .widget .form-control:-ms-input-placeholder {
	color: #7a7a7a;
}

#footer.footer-inverse .widget .form-control::-webkit-input-placeholder {
	color: #7a7a7a;
}

.rigid {
    display: none;
}

label.error {
    font-weight: 400;
    color: #ca1515;
    margin-top: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.form-control.error {
    border-color: #ca1515;
}

@media (max-width: 480px) {
span.shortdesc { height: 1px;
    display: none;
}
}

.modal-body .container {
    max-width: 100% !important;
}

.col-md-12.grouptitle {
    font-weight: bold;
    font-size: 16px;
}

.fieldgroup label {
    font-size: 14px;
    font-weight: normal;
}

.grouptitle p {
    font-size: 14px;
}
label span {
	display: block;}
label span.tag {
    font-size: 12px;
    color: #818181;
    text-transform: uppercase;
} .nameoftitle {
    line-height: 23px;
    font-weight: bold;
    font-size: 20px;
}label span.tag {
    font-size: 12px;
    color: #818181;
    text-transform: uppercase;
}span.shortdesc {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
#overlaminates label span, .theoptions label span, #masking label span {
    font-size: 15px; font-weight: normal;
}