@charset "utf-8";
/* BOOSTRAP OVERRIDE */
.navbar { 
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
    text-transform: uppercase;
	padding: 2rem 0 1.5rem 0;
	background-image: url("../img/nav-back.png");
	background-position: top center;
	background-repeat: repeat-x;
    width: 100vw !important;
}
.navbar .logo { width: 300px; }
.navbar .navbar-toggler {
	position: absolute;
	right: 15px;
	top: 2rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #1B4C5C;
	padding-top:16px;
}
.navbar-light .navbar-nav .nav-link.green {
    color: #70b16c;
	padding-top:16px;
}
.navbar-light.bg-light{
    background-color: #FFF !important;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light  .navbar-nav .nav-link:focus {
	color: #1B4C5C;
}
.dropdown-menu {
	border: none;
	left: -1rem;
}
a.dropdown-item {
	text-transform: none;
	color: #5D1B0A;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}
.border-primary {
	border-color: #DF7C4C !important;
}
.btn { 
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
    padding: 0.2rem 2rem; 
    border-radius: 0.50rem; 
}
.btn-primary {
    color: #FDFADE;
	background-color: #1E2F35;
	border-color: #1E2F35;
	text-transform: uppercase;
	font-size:22px;
}
.btn-primary:hover {
    color: #fff;
	background-color: #2e4851;
	border-color: #2e4851;
}
.modal-body .btn-primary,
.modal-footer .btn-primary  {
    color: #FDFADE;
	background-color: #1E2F35;
	border-color: #1E2F35;
	text-transform: uppercase;
	font-size: 16px;
    line-height: 1.8;
}
.btn-secondary {
    color: #FDFADE;
    background-color: #DF7C4C;
    border-color: #DF7C4C;
	font-size:16px;
    text-transform: uppercase;
    line-height: 1.8;
}
.btn-secondary:hover {
    color: #fff;
	background-color: #7E0707;
	border-color: #7E0707;
}
.btn-tertiary {
    color: #FDFADE;
    background-color: #225874;
    border-color: #225874;
	font-size:16px;
    text-transform: uppercase;
    line-height: 1.8;
}
.btn-tertiary:hover {
    color: #fff;
	background-color: #052738;
	border-color: #052738;
}
.btn-contactcalc {
    padding: 0.2rem 0.5rem; 
    color: #FDFADE;
    background-color: #DF7C4C;
    border-color: #DF7C4C;
	font-size:16px;
    text-transform: uppercase;
    line-height: 1.8;
}
.btn-contactcalc:hover {
    color: #fff;
	background-color: #7E0707;
	border-color: #7E0707;   
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
	background-color: #2e4851;
	border-color: #FDFADE;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
	background-color: #7E0707;
	border-color: #FDFADE;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
    color: #fff;
	background-color: #052738;
	border-color: #FDFADE;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus,
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus 
{
    box-shadow: 0 0 0 0.2rem rgba(253,250,220,0.5);
}
.btn-primary:focus, .btn-primary.focus,
.btn-secondary:focus, .btn-secondary.focus,
.btn-tertiary:focus, .btn-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(253,250,220,0.5);
}
.btn-primary i, .btn-secondary i, .btn-tertiary i { margin-left: 10px;}
.rounded-lg {
    border-radius: 1.0rem !important;
}
.btn-100 { width: 100%; } 
.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right:0;
}
.jobs .card {
	background-color: #DF7C4C;
	color: #FFF;
	padding: 15px 30px;
}
.bg-info {
    background-color: #df7c4c !important;
}
/* BOOSTRAP OVERRIDE */

body {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
    line-height: 1.8;
    color: #1B4C5C;    
	background-color: #FFF;
	overflow-x: hidden;
}

/* SECTIONS */
.home section.masthead {
    position: relative;
    margin: 210px 0 0 0;
    padding: 10px 0 10px 0;
    color: #000;
    font-size: 26px;
	background-color: #eaebdd;
	background-image: none !important;
}
section.carousel {
    position: relative;
    margin: 30px 0 200px 0;
    padding: 10px 0 10px 0;
    color: #000;
    font-size: 26px;
	background-color: #eaebdd;
	background-image: none !important;
}
.home section.masthead::before,
section.carousel::before {
    content: '';
    display: block;
    height: 70px;
    width: 100%;
    position: absolute;
    background-image: url("../img/back-slider-top.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    top: -60px;
    left: 0;
	z-index: 100;
}
.home section.masthead::after,
section.carousel::after {
    content: '';
    display: block;
    height: 150px;
    width: 100%;
    position: absolute;
    background-image: url("../img/back-slider-bottom.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -150px;
    left: 0;		
}
.about section.masthead,
.what-we-do section.masthead {
    position: relative;
    margin: 120px 0 0 0;
    padding: 0;
    color: #000;
    min-height: 160px;
    background-image: none;	
}
.about section.masthead .head,
.what-we-do section.masthead .head {
    background-image: url("../img/back-masthead.jpg");
    background-repeat: repeat-x;
    background-position: center center;   
}
.about section.masthead .subnav,
.what-we-do section.masthead .subnav {
    border-top: 1px solid #707070 !important;
    border-bottom: 1px solid #707070 !important;	
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 1px;
	text-transform: uppercase;
}
.news section.masthead {
    position: relative;
    margin: 120px 0 0 0;
    padding: 0;
    color: #000;
    min-height: 160px;
    background-image: none;
}
.news section.masthead .head {
    z-index: 1;
}
.news section.masthead .band {
    border-top: 1px solid #707070 !important;
    border-bottom: 1px solid #707070 !important;
    margin-top: -52px;
    background-image: url("../img/back-masthead.jpg");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 100% 100%;
    background-color: hsla(0,0%,100%,0.70);
    background-blend-mode: overlay;
    color: #7E0707;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 4px;
    z-index: 0;
}
section.masthead {
    position: relative;
    margin: 100px 0 0 0;
    padding: 0;
    color: #000;
    font-size: 26px;
    min-height: 160px;
    background-image: url("../img/back-masthead.jpg");
    background-repeat: repeat-x;
    background-position: center center;
}
.calc section.masthead {
    position: relative;
    margin: 90px 0 0 0;
    padding: 0;
    color: #000;
    font-size: 26px;
    min-height: 120px;
    background-image: url("../img/back-masthead.jpg");
    background-repeat: repeat-x;
    background-position: center center;
}
.jobs section.banner {
	margin: 125px 0 0 0;
}
.jobs section.masthead {
    position: relative;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 26px;
    min-height: 160px;
    background-image: url("../img/back-masthead.jpg");
    background-repeat: repeat-x;
    background-position: center center;	
}
section.home-about .container {
	margin-top: 125px;
	min-height: 500px;
	background-image: url("../img/back-aboutus.jpg");
	background-repeat: no-repeat;
	background-position: left center;
}
section.home-products {
	position: relative;
	background-color: #ebecde;
	background-image: url("../img/back-home-prices-center.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}
section.home-products .container-fluid {
	position: relative;
	background-color: #ebecde;
	background-image: url("../img/back-home-prices-top.jpg");
	background-repeat: no-repeat;
	background-position: top center
}
.home-products .item-image,
.prices .item-image {
	height: 200px;
	vertical-align: bottom;
	display: table-cell;
}
.home-products .item-image img,
.prices .item-image img {
    vertical-align: bottom;
	max-height: 200px;
}
.home-products .item-text,
.prices .item-text {
	margin-top: 2rem;
}
.home-products .item-specials {
	width: 60%;
	margin-right: 4rem;
	overflow: visible;
}
.home-products .special-item-image img {
	max-width: 440px;
	vertical-align: bottom;	
}
.home-products .item-coloredvinyl {
	width: 40%;
	margin-right: 0rem;
	overflow: visible;
}
.home-products .coloredvinyl-item-image img {

}
section.home-banners {
	margin-top: -110px;
	background-color: #FFF;	
	background-image: url("../img/back-home-prices-bottom.jpg");
	background-repeat: no-repeat;
	background-position: top center;	
}
.home-news img,
.vinylnews img,
.about-us img,
section.services img,
section.specials img {
	object-fit: cover;
	height: 350px;
	width: 100%;
	border-radius: 1.0rem !important;
	border: 2px solid #FFF;
	background-color: #FFF;	
	margin-bottom: 1rem;
}
.vinylnews .col-md-8 img {
	height: 500px;
	margin-bottom: 30px;
}
section.home-news,
section.prices,
section.faq {
	position: relative;
	background-image: url("../img/back-home-news.jpg");
	background-repeat: repeat;
	background-position: top center;
	margin: 2rem 0 6rem 0;
	padding-bottom: 100px;
}
section.prices {
	margin: -2rem 0 6rem 0;
}
section.home-news .container-fluid,
section.prices .container-fluid,
section.faq .container-fluid {
	position: relative;
	background-color: #ebecde;
	background-image: url("../img/back-home-news-top.jpg");
	background-repeat: no-repeat;
	background-position: top center;
    min-height: 80px;
}
section.home-news::after,
section.prices::after,
section.faq::after {
    background-color: #FFF;	
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);	
    content: '';
    display: block;
    width: 300%;
    height: 160px;
    position: absolute;
    top: 94%;
    left: -100%;
    right: 0;
    bottom: 0;
}
section.prices::after {
    top: 92%;
}
section.specials {
    margin-top: -100px;
    margin-bottom: 100px;
}
section.vinylnews .container-fluid:nth-of-type(odd) {
	min-height: 500px;
	background-image: url("../img/back-home-news.jpg");
	background-repeat: repeat;
	background-position: top center;
	border-bottom: 1px solid #707070;
}
section.vinylnews .container-fluid:nth-of-type(odd) .order-first,
section.services .container-fluid:nth-of-type(odd) .order-first,
section.specials .container-fluid:nth-of-type(odd) .order-first {
	order: 0 !important;
}
section.vinylnews .container-fluid {
	min-height: 500px;
	background-image: none;
	border-bottom: 1px solid #707070;
}
section.contact {
    margin-bottom: 60px;
}
footer {
	position: relative;
	margin-top: 2rem;
	/*background-color: #225874;*/
    /*background-color: none !important;*/
	background-image: url("../img/back-footer-clean.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1000;
	color: #FFF;	
}
.contact footer {
	position: relative;
	margin-top: -70px;
	/*background-color: #225874;*/
    /*background-color:  none !important;*/
	background-image: url("../img/back-footer-clean.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1000;
	color: #FFF;	
}

footer .container .row {
	padding-top: 100px;
}
footer i { margin-right:10px;}
/* SECTIONS */

/* HEADINGS */
h1 {
    font-family: 'Absolute';
    font-size: 110px;
    font-weight: 300;
    color: #7E0707;
}
section.masthead h1 {
    font-family: 'Absolute';
    font-size: 160px;
    font-weight: 300;
    color: #225874; 
    padding: 0;
    margin:0;
}
.calc section.masthead h1 {
    font-size: 100px;
}
section.home-about h1 {
    font-family: 'Absolute';
    font-size: 72px;
    font-weight: 300;
    color: #7E0707;
	line-height: 0.8;
    padding-left: 1rem !important; margin-bottom: 2rem;
}
section.about-us h1,
section.services h1,
section.jobs h1 {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
	color: #DF7C4C;
}
section.vinylnews h1,
section.vinylnews h1 a,
section.vinylnews h1 a:hover {
    font-family: futura-pt, sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #1B4C5C;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-decoration: none;
}
section.jobs .text h1 {
    font-family: futura-pt, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #1B4C5C;
	text-transform: none;
	margin-bottom: 15px;
	text-decoration: none;	
}
.jobs .card h1 {
    color: #FFF;
	font-size: 26px;
	text-transform: none;
	margin-bottom: 15px;
	text-decoration: none;		
}
section.services h2,
section.colored-vinyl h2,
section.specials h2,
section.home-products h2,
section.faq h2,
section.specs h2,
.ekko-lightbox h4 {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
	color: #DF7C4C;
    text-transform: uppercase;
}
section.prices h2.card-title {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
	color: #DF7C4C;
    text-transform: uppercase;
}
section.faq h2 {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
	color: #DF7C4C;
    text-transform: uppercase;
}
section.colored-vinyl h3 {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
	color: #1B4C5C;
    text-transform: uppercase;
}
h2 {
    font-family: futura-pt, sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #DF7C4C;
	text-transform: uppercase;
}
.home-news h2 {
	min-height: 80px;
}
.coloredvinyl h2 {
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #DF7C4C;
	text-transform: uppercase;   
}
.accordion h3 { 
    font-family: futura-pt-condensed,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #DF7C4C;
    text-transform: uppercase;    
}
footer h3 {
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    font-weight: 600;
	text-transform: uppercase;	
}
/* HEADINGS */

/* TEXT */
/* .head-about { padding-left: 1rem !important; margin-bottom: 2rem; } */
.text-about { padding-left: 6rem;}
.card-text { font-size: 14px; }
.date { margin-bottom: 15px;}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.quantity {
	font-family: futura-pt-condensed,sans-serif;
	font-weight: 700;
    font-size: 18px;
    color: #DF7C4C;
	text-transform: uppercase;
	padding-right: 15px;
}
.strong { font-weight: 700; }
.text-green {
	color: #70b16c;
	font-weight: 700;
}
/* TEXT */

/* COLORS */
.light-blue {
	color: #BEC4E2;
}
.blue {
	color: #6FC0E8;
}
.orange {
	color: #DF7C4C;
}
.yellow {
	color: #FDFADE;
}
.bg-white {
	background-color: #FFF;
}
/* COLORS */

/* LISTS */
.about section.masthead .subnav ul,
.what-we-do section.masthead .subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.about section.masthead .subnav li,
.what-we-do section.masthead .subnav li {
	display: inline;
	margin-right: 30px;
}
footer ul { 
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}
footer ul li a {
	color: #FFF;
}
footer ul li a:hover {
	color: #FFF;
}

.owl-carousel .item ul,
section.home-products .item-text ul {
	margin: 0 0 0 1.8rem;
	padding: 0;
	list-style-type: none;
}
.owl-carousel .item li::before,
section.home-products .item-text li::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    display: inline-block;
    margin-left: -1.8em;
    width: 1.8em;
    color: #7E0707;
}

/* LISTS */

/* LINKS */
a {
    color: #DF7C4C;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #bf6133;
    text-decoration: none;
    background-color: transparent;
}
.subnav a {
    color: #1E2F35;
    text-decoration: none;
    background-color: transparent;    
}
.subnav a:hover,
.subnav a.active {
    color: #DF7C4C;
    text-decoration: none; 
}
footer a i { color: #FFF;} 
/* LINKS */

/* VIDEO */
.video-container { margin: 0 0 20px 0; }
.video-container iframe { 
	border: 0 !important; 
}

/* SLIDER */
.tp-caption { 
    /*display: inline-block !important;*/
    width: 860px !important;
    /*font-size: 32px !important;*/
    /*background-color: #FFF;*/
    background-color: rgba(0,0,0,0.4);
    padding: 10px;
}
.tp-caption h1 {
    /*font-family: 'Absolute';*/
    font-family: futura-pt-condensed,sans-serif !important;
    font-size: 38px !important;
    line-height: 38px;
    font-weight: 700 !important;
	color: #eaebdd !important;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
	text-align: left !important;
    margin-bottom: 6px !important;
    white-space:normal !important;
}
.tp-caption p {
    /*font-family: futura-pt, sans-serif;*/
    font-family: futura-pt-condensed,sans-serif;
    font-size: 18px !important;
    line-height: 18px;
    font-weight: 500 !important;
	color: #eaebdd !important;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
	text-align: left !important;
	/*text-transform: uppercase;*/
    white-space:normal !important;
    margin-bottom: 6px;
}

/* PRICES CAROUSEL */
section.prices .card {
    margin-bottom: 50px !important;
    /*min-width: 14rem;*/
    /*max-width: calc(25% - 15px);*/
    border-radius: 0.50rem;
    border: 1px solid #707070;
    background-color: rgba(255,255,255,0.5);
	min-height:650px;
}
section.prices .card.highlight {
    border: 1px solid #707070;
    background-color: #FFF;
}
section.prices .card.highlight::after {
    content: '';
    display: block;
    height: 120px;
    width: 120px;
    position: absolute !important;
    background-image: url("../img/icon_mostpopular.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: -40px;
    left:-30px;
}
section.prices .card-img-top {
    padding: 0.75rem 1rem;
    width: 100%;
    height: 200px;
    border-top-left-radius: calc(0.50rem - 1px);
    border-top-right-radius: calc(0.50rem - 1px);
    object-fit: contain;
}
section.prices .card-body {
	padding: 0.75rem 1rem;
}
section.prices .card-footer {
    padding: 0.75rem 1rem;
    background-color: transparent;
    border-top: none;
}
section.prices .card-body p:last-of-type {
	margin-bottom: 0;
}
/* PRICES CAROUSEL */

/* FAQ */
.nav-tabs {
    display:none;
}
.accordion .accordion-link { margin-left: 10px;}
.accordion .accordion-link:hover {
    cursor: pointer;
}
.accordion-link::before {
    display: inline-block;
    float: left;
    font-family: "Font Awesome 5 Pro","Montserrat","sans-serif";
    font-weight: 700;
    content: "\f106";
    transform: rotate(180deg);
    transition: all linear 0.25s;
}	
.accordion-link.collapsed::before {
    transform: rotate(0deg);
}
.accordion .card-body {
    padding: 0.25rem 0 1.25rem 0;
}

/* RESPONSIVE */
@media (min-width: 768px) {
	.navbar-brand
    {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    /* FAQ */
    .nav-tabs {
        display: flex;
		background-color: none;
		color: #FFF;
		border: none;
    }
	.nav-tabs .nav-link {
		font-family: futura-pt-condensed,sans-serif;
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;    		
		border: none;
		border-top-left-radius: 0.50rem; 
		border-top-right-radius: 0.50rem;
	}	
	.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
		color: #FFF;
		background-color: #E71D27;
		background-color: #225874;
		border: none;
	} 
	a.nav-link { color: #1B4C5C;}
    .tab-content .tab-pane,
    .accordion .card
    {
        border: none;
		border-radius: 0;
		border-top-right-radius: 0.50rem;
		border-bottom-left-radius: 0.50rem;
		border-bottom-right-radius: 0.50rem;
    }
	.tab-content .tab-pane {
		background-color: rgba(255,255,255,0.50);
	}	
	.tab-content .tab-pane .card-body {
		/*background-color: #FFF;*/
		/*background-color: rgba(255,255,255,0.50);*/
	}
    .tab-content .tab-pane .card-header {
        display:none;
    }  
    .tab-content .tab-pane .collapse {
        display:block;
    }
	.tab-content .accordion .card {
		background-color: transparent !important;
	}
    .tab-content .accordion .card .collapse {
        display:none;
    }
    .tab-content .accordion .card .collapse.show {
        display:block;
    }
    /* FAQ */
    
    
    /* CAROUSEL */

}
@media (max-width: 1100px) {

}
@media (min-width: 1025px) {

}
@media (max-width: 1024px) {
	
}
@media (max-width: 991px) {
	
	.navbar-brand { margin-top: -50px;}
	.navbar-collapse { justify-content: center !important; padding-top: 40px;}
	.navbar-nav.ml-auto { margin-left: 0 !important;} 
	
    .card-deck .card {
        min-width: 14rem;
        max-width: calc(50% - 15px);
    }
}
@media (max-width: 768px) {
    .navbar { background-position: top left; background-size: 100% 18px; }
	.navbar-brand { margin-top: 0px;}
	.navbar .logo { width: 70% !important; margin-left: 15px; }
	.navbar-collapse { padding-top: 10px;}
	.navbar-nav, .navbar-nav.ml-auto { margin-left: 15px !important; }
	
    section.masthead {
        background-position: center left; 
        background-size: 100% 18px;
		min-height: 100px;
		margin: 85px 0 0 0;
    }
    
    .calc section.masthead {
        position: relative;
        margin: 80px 0 0 0;
        padding: 10px 0 0 0;
        color: #000;
        font-size: 26px;
        min-height: 120px;
    }    
    
	section.home-about .container {
		background-position: center 30px;
		background-size: 90%;
	}
	section.home-about .head-about { margin-top: 160px; margin-bottom: 1rem; text-align: center; }
	section.home-about .text-about { padding-left: 0rem !important; padding-bottom: 2rem; text-align: center}	
	
	section.home-products .container-fluid {
    	height: 70px;
	}	
	section.home-products #items, 
    section.home-products #items-specials,
    section.prices #items {
		flex-direction: column !important;
	}
	section.home-products .item, 
    section.prices .item {
		width: 100%;
	}
	
	section.prices .card { min-height: 600px !important;}
	
	section.home-products .item-specials, 
	section.home-products .item-coloredvinyl {
		width: 100%;
	}
	section.home-products .special-item-image img, 
	section.home-products .coloredvinyl-item-image img {	
		width: 100% !important;
	}
	section.home-products .item-specials { margin-bottom: 2rem;}

	section.home-news::after,
    section.prices::after {
		top: 98%;
		left: -200%;
	}
	
	section.vinylnews .container-fluid .order-first,
    section.services .container-fluid .order-first,
    section.specials .container-fluid .order-first {
		order: 0 !important;
	}
	
	.about section.masthead .subnav li,
	.what-we-do section.masthead .subnav li {
		display: inline;
		margin-right: 15px;
	}	
	
	.news section.masthead .head {
		z-index: 1;
		margin-top: -20px;
		margin-bottom: 20px;
	}	
	.news section.masthead .band {
		font-size: 16px;
		line-height: 48px;
		letter-spacing: 2px;
	}	
	
	h1 {
		font-size: 45px;
	}
    section.home-about h1 {
        padding-left: 0 !important;
    }    
    section.masthead h1 {
        font-size: 70px;
    }
    .calc section.masthead h1 {
        font-size: 70px !important;
    }      
	section.vinylnews h1 {
		font-size: 32px;
	}
	section.colored-vinyl h2 {
		font-size: 18px;
	}
	section.colored-vinyl h3 {
		font-size: 20px;
	}

	.btn {
		padding: 0.2rem 1rem !important;
	}
	.btn-tertiary {
		font-size: 14px !important;
	}	
	
    /* SLIDER */
    .tp-caption { 
        width: 370px !important;
    } 
    .tp-caption h1 {
        font-size: 30px !important;
        line-height: 30px !important;
    }
    .tp-caption p {
        font-size: 14px !important;
        line-height: 14px !important;
    }    
    
    /* FAQ */
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }    
	.card .card-header {
		padding: 0.75rem 1.25rem;
		margin-bottom: 0;
		background-color: #E71D27;
		background-color: #225874;
		border-bottom: none;
	}
	.card .card-header a,
	.card.active .card-header a { color: #FFF; }
	.card-header:first-child {
		border-radius: 0;
	}	
	.card .card-header h5 {
		font-family: futura-pt-condensed,sans-serif;
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.collapse .card-body {
		/*background-color: #FFF;*/
		background-color: rgba(255,255,255,0.50);
	} 
    .accordion .card { border: none; background-color: transparent; }
	
	
    /* CAROUSEL */  
	
}
@media (max-width: 600px) {	
    .card-deck .card {
        max-width: 100%;
    }	
}