

/* Global Styles

================================================================================================================ */

html {

	min-height: 100%;

}



body {

	font-family: 'Open Sans', sans-serif;

	font-size: 16px;

	font-weight: 400;

	border-top: 5px solid rgba(140,0,0,1);

	line-height: 1.5em;

}



a {

	text-decoration: none;

}



li {

	list-style-type: none;

}



#menu-icon {

	display: none;

}



.group:after {

  content: "";

  display: table;

  clear: both;

}



h1,
h2,
h3,
h4,
h5,
h6											{ font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif; }
h1											{ color: rgba(140,0,0,1); }
*											{ box-sizing: border-box; }



/* Backgrounds and Background Colors

================================================================================================================ */

body                                        { background: rgba(245,245,245,1); }

header    	                                { background: url(../img/main-graphic-9.jpg) no-repeat left top; }

#history                                    { background: url(../img/history-main-graphic.jpg) no-repeat left top; }

.browsing-header                            { background: rgba(255,255,255,.95); }

.main-nav a                                 { background: none }

.main-nav a:hover,

.browsing-nav a:hover,

.get-directions a                           { background: rgba(255,255,255,.35); }

.browsing-nav a                             { background: rgba(255,255,255,0); }

.main-logo a,

.main-logo a:hover                          { background: none; }

.content-row li                             { background: rgba(255,255,255,.9); }

.content-row a                              { background: rgba(140,0,0,1); }

.services-content-wrapper,

.products-content-wrapper,

.services-content,

.products-content,

.showroom-content-wrapper,

.story-text-wrapper,

.contact-content-wrapper,

.showroom-main-graphic a                    { background: rgba(255,255,255,1); }

.products-vendor-party                      { background: url(../img/products.jpg) center no-repeat; }

.showroom-main-graphic                      { background: url(../img/showroom-one.jpg) center; }

#emtek-promo-tile:hover span,

#schlage-promo-tile:hover span,

#bobrick-promo-tile:hover span,

#creations-promo-tile:hover span            { background: rgba(255,255,255,.9); }

#map                                        { background: url(../img/google-map-blur.jpg); }

#showroom-bottom                            { background: url(../img/showroom-three.jpg); }

.jiffy-set-main-graphic                     { background: url(../img/jiffy-set-main-graphic.jpg) no-repeat top; }

#jiffy-set-bottom                           { background: url(../img/louver.jpg) bottom; }

.history-one                                { background: url(../img/front-entry.jpg); }

.contact-content input[type=search]         { background: rgba(100,100,100,.1) url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center; }

.contact-content input[type=search]:focus   { background: rgba(255,255,255,1) url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center; }

a[href^="tel"]                              { background: none; }



/* Home Page Tiles */
.tile-base {
	background-size: cover;
	position: relative;
	box-sizing: content-box;
}

/* Text Tiles */
.tile-base__text {
	top:40px; 
	right: 15px; 
	left: 15px; 
	bottom: 15px;
	padding: 0; 
	display: block; 
	/* width: 100%;  */
	/* height: 80%;  */
	opacity: 1; 
	position: absolute;
	overflow: hidden;
}

.tile-base__text a {
	position: absolute; 
	width: 50%; 
	right: 0px; 
	bottom: 0px; 
	left: 0px; 
	margin-left: 25%;
}

/* .tile-base-button {
	position: absolute; 
	width: 50%; 
	right: 0px; 
	bottom: 0px; 
	left: 0px; 
	margin-left: 25%;
} */

/* Use If Using Image Tiles */
.tile-base__image {
	top:0px; 
	right: 0px; 
	left: 0px; 
	bottom: 0px;
	padding: 0; 
	display: block; 
	width: 100%; 
	height: 100%; 
	opacity: 1; 
	position: absolute;
	overflow: hidden;
	background-color:black;
}

.tile-base__image a {
	background: none;
	padding: 0px !important;
	border: none !important;
}

.tile-base__image img {
	height: 100%;
	width: 100%;
	transition: .25s;
}

.tile-base__image img:hover {
	transform: scale(1.1);
	background-color: black;
	filter: alpha(opacity=80);
	opacity: .7;
}


.tile-base__heading {
	text-shadow: 1px 0 2px rgb(255, 255, 255);
	position: relative;
	z-index: 1;
}



/* Typography Colors and Shadows

================================================================================================================ */

/* included fonts

font-family: 'Open Sans', sans-serif;  (styles=Light 300, Normal 400, Normal 400 Italic, Bold 700)

font-family: 'Playball', cursive;  (styles=Normal 400)

*/

a,

a:visited                                   { color: rgba(0,0,0,1); }

.main-header h2,

.main-header p,

.story-images h2                            { color: rgba(255,255,255,1); text-shadow: 0px 1px 1px rgba(0,0,0,.9); }

.showroom-main-graphic a,

.showroom-main-graphic a:visited            { color: rgba(140,0,0,1); }

.showroom-main-graphic a:hover              { color: rgba(0,0,0,1); }

.main-nav a,

.browsing-nav a,

#emtek-promo-tile:hover span,

#schlage-promo-tile:hover span,

#bobrick-promo-tile:hover span,

#creations-promo-tile:hover span            { color: rgba(0,0,0,.9); }

.main-logo a,

#jiffy-set-banner em                        { color: rgba(140,0,0,1); text-shadow: none; }

.content-row-title,

.services-list-title,

.contact-name,

.contact-name:visited                       { color: rgba(140,0,0,1); }

.products-content                           { color: rgba(0,0,0,.8); }

.products-content p:hover                   { color: rgba(0,0,0,1); }

.content-row a                              { color: rgba(255,255,255,1); text-shadow: 0px -1px 1px rgba(0,0,0,.7); }

a[href^="tel"]                              { color: black; text-shadow: none; }

.directions-wrapper                         { color: rgba(0,0,0,.7); }

#showroom-bottom h1,

#jiffy-set-bottom h1                        { color: rgba(255,255,255,.9); text-shadow: 0px 1px 1px rgba(0,0,0,.9); }

.main-footer,

.footer-link                                { color: rgba(100,100,100,1); }

.main-footer,
.main-footer a								{ background-color: black; color: white; }
.qlicon										{ color: rgba(140,0,0,1); }




/* Fixed-Background Window Styles

================================================================================================================ */

#map,

#showroom-bottom {

	clear: both;

	background-size: cover;

	background-attachment: fixed;

	box-shadow: 0px 5px 15px rgba(0,0,0,.5) inset;

}



.directions-wrapper {

	height: 302px;

	padding: 32px;

	box-sizing: content-box;
}



.directions-wrapper h2 {

	font-size: 2.5em;

	line-height: .97;

	padding: 0;

}



.get-directions a {

	padding: 7px;

	border-radius: .5em;

	border-top: 1px solid rgba(255,255,255,.3);

	border-right: 1px solid rgba(100,100,100,.1);

	border-bottom: 2px solid rgba(100,100,100,.3);

	border-left: 1px solid rgba(100,100,100,.1);

	transition: all .2s;

}



.get-directions a:hover {

	border-top: 1px solid rgba(100,100,100,.3);

	border-right: 1px solid rgba(100,100,100,.1);

	border-bottom: 2px solid rgba(255,255,255,.3);

	border-left: 1px solid rgba(100,100,100,.1);

}





/* Main Header Styles

================================================================================================================ */

header {

	background-size: cover;

	background-attachment: fixed;

	width: 100%;

	padding-bottom: 80px;
	border-bottom: 1px solid rgba(100,100,100,.3);

}



.main-header {

	width: 900px;

	margin: auto;

}



.main-title-mobile,

.history-main-title-mobile {

	display: none;

}



.main-header > * {

	vertical-align: middle;

}



.main-header h2 {

	font-size: 4em;

	margin: 101px 0 0 0;

}



.main-header p {

	font-size: 3em;

	margin: 54px 0 225px 0;

}



.main-logo a {

	font-family: 'playball', cursive;

	font-size: 1.15em;

	padding: 5px;

}



.main-logo a::after {

	content: url(../img/jbl-logo-three-doors-smaller.png);

}





/* Main Navigation Styles

================================================================================================================ */

.main-logo,

.history-main-logo,

.main-nav,

.main-nav li,

nav {

	display: inline-block;

}



.main-logo {

	margin: 0;

}



.main-nav a:hover,

.selected {

	border-bottom: 3px solid rgba(140,0,0,1);

}



.main-logo a,

.history-main-logo a {

	border-radius: .5em;

}



.main-nav {

	margin: 0;

	padding: 5px;

}



.main-nav a {

	font-size: .95em;

	padding: 10px;

	transition: background .3s;

}





/* Main Content Styles

================================================================================================================ */

.content-row li,

.content-row a {

	border-radius: .5em;

}

.content-row {

	width: 900px;

	margin: 5px auto 0 auto;

	padding: 0;

}



.content-row li {

	padding: 15px;

	border-top: 1px solid rgba(255,255,255,1);

	border-right: 1px solid rgba(100,100,100,.2);

	border-bottom: 3px solid rgba(100,100,100,.3);

	border-left: 1px solid rgba(100,100,100,.2);

}



.content-row li:nth-child(3n+3) {

	margin: 10px 0 0 0;

}



.content-row__heading {
	width: auto;
	height: auto;
	margin: 10px 10px 0 214px;
	float: left;
}

.content-row__normal-item {
	width: 261px;
	height: 261px;
	margin: 10px 10px 0 0;
	float: left;
}

.content-row-title,

.content-row-text {

	padding: 0;

	margin: 0;

}



.content-row-title {

	font-family: 'Playball', cursive;

	font-size: 2em;

}



.content-text {

	font-size: .95em;

	line-height: 1.62;

}



.content-row a {

	padding: 5px;

	border-top: 1px solid rgba(100,0,0,.2);

	border-right: 1px solid rgba(100,0,0,.2);

	border-bottom: 2px solid rgba(100,0,0,1);

	border-left: 1px solid rgba(100,0,0,.2);

}



a[href^="tel"]  {

	position: relative;

	top: -15px;

	padding: 5px;

	border-radius: none;

	border-top: none;

	border-right: none;

	border-bottom: none;

	border-left: none;

}





/* Main Product Banner Styles
================================================================================================================ */
#product-banner {
	padding: 27px 0; 
	background-blend-mode: multiply; 
	background-size: cover; 
	background-position: 50%; 
	background-repeat: no-repeat; 
	background-image: url("../img/lightgrey.jpg");
}

#product-banner-grouping {
	width: 900px; 
	margin: auto; 
	max-width: 1080px;
}


/* Main Link Grid Styles
================================================================================================================ */
#link-grid {
	height: auto;
	width: 100%;
	display: inline-block;
	background-image: url("../img/grid-bg-01-50.jpg") !important;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 20%;
}

.link-grid-borders {
	border-top: 8px solid white;
	border-right: 4px solid white;
	border-left: 4px solid white;
}

.link-grid-section {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: contents;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
}

.link-grid-button {
	width: 33.33%;
	padding-top: 50px;
	padding-bottom: 75px;
	float: left;
}

.link-grid-button:hover {
	cursor: pointer;
	background-image: initial;
	background-color: rgba(255,255,255,0.52);
}


/* Main Footer Styles

================================================================================================================ */

.main-footer h3,

.main-footer span {

	display: inline-block;

	margin: 17px 0 24px; 0;

}



.main-footer {

	vertical-align: middle;

}



.main-footer li {

	display: inline;

	padding: 0 25px 25px 25px;

	font-size: .8em;

}



.main-footer a:hover {

	text-decoration: underline;

}





/* Browsing Header Styles

================================================================================================================ */

.browsing-header {

	width: 100%;

	height: 80px;
	position: absolute;
	top: 5px;

	right: 0;

	bottom: 0;

	left: 0;

	margin: 0 auto;

  animation: fadein 1s;

  -moz-animation: fadein 1s; /* Firefox */

  -webkit-animation: fadein 1s; /* Safari and Chrome */

  -o-animation: fadein 1s; /* Opera */

}



@-moz-keyframes fadein { /* Firefox */

    from {

        background: rgba(255,255,255,0);

    }

    to {

        background: rgba(255,255,255,.95);

    }

}



@-webkit-keyframes fadein { /* Safari and Chrome */

    from {

        background: rgba(255,255,255,0);

    }

    to {

        background: rgba(255,255,255,.95);

    }

}



@-o-keyframes fadein { /* Opera */

    from {

        background: rgba(255,255,255,0);

    }

    to {

        background: rgba(255,255,255,.95);

    }

}



@keyframes fadein {

    from {

        background: rgba(255,255,255,0);

    }

    to {

        background: rgba(255,255,255,.95);

    }

}



.browsing-inside-header > * {

	vertical-align: middle;

}



.browsing-inside-header {

	width: 900px;

	margin: auto;

}



.browsing-logo a {

	font-family: 'playball', cursive;

	font-size: 1.15em;

	padding: 5px;

}



.browsing-logo a::after {

	content: url(../img/jbl-logo-three-doors-transparent.png);

}



.browsing-page-header {

	margin: 0;

	font-size: 2.25em;

	padding-top: 58px;

}





/* Services Page Styles

================================================================================================================ */

.services-list-title,

.services-list-content {

	margin-top: 0;

}



.services-content-wrapper {

	width: 100%;

	margin: auto;

}



.services-content {

	width: 850px;

	margin: auto;

	padding: 25px;

}



.services-content img {

	margin-bottom: 20px;

}



.services-list-title {

	font-family: 'Playball', cursive;

	font-size: 2.25em;

	margin: 25px 0 12px 0;

}



.services-list-content {

	font-size: 1em;

	margin: 28px 0 28px 25px;

}





/* Products Page Styles

================================================================================================================ */

.products-content-wrapper {

	width: 100%;

	margin: auto;

}



.products-content {

	width: 900px;

	margin: auto;

	padding: 25px 0;

}



.products-vendor-party {

	height: 400px;

	background-size: contain;

	margin-bottom: 10px;

}



.products-content p {

	font-size: 1.5em;

	cursor: pointer;

}



.products-content p::after {

	content: "\a0 \21c5";

}



.products-by-vendor-list {

	margin-left: 25px;

	display: none;

}



.products-by-vendor-list li {

	display: inline-block;

	vertical-align: middle;

}



.products-by-vendor-list img {

	padding: 5px;

	width: 100px;

}



/* Showroom Page Styles

================================================================================================================ */

.showroom-main-graphic a {

	padding: 5px;

	box-shadow: 0	0 5px rgba(0,0,0,.5);

}



.showroom-main-graphic,

#emtek-promo-tile span,

#schlage-promo-tile span,

#bobrick-promo-tile span,

#creations-promo-tile span,

.showroom-tiles img {	

	border-radius: .5em;

}



#emtek-promo-tile span,

#schlage-promo-tile span,

#bobrick-promo-tile span,

#creations-promo-tile span {

	display: none;

	position: absolute;

	padding: 25px;

	width: 172px;

	height: 97px;

}



#emtek-promo-tile:hover span,

#schlage-promo-tile:hover span,

#bobrick-promo-tile:hover span,

#creations-promo-tile:hover span {

	display: inline;

}



.showroom-features ul,

.showroom-features li,

.showroom-features p {

	vertical-align: middle;

}



.showroom-content-wrapper {

	width: 100%;

	margin: auto;

}



.showroom-narrow-wrapper {

	width: 900px;

	margin: 25px auto;

}



.showroom-main-graphic {

	height: 400px;

	background-size: cover;

}



.showroom-tiles li {

	display: inline-block;

	margin: 4px 0 15px 0;
}



.showroom-tiles img {

	width: 221px;

}



.showroom-features {

	height: 375px;

	margin: auto;

}



.showroom-features li {

	display: inline-block;

}



.showroom-features p {

	width: 500px;

	padding-left: 95px;

}



.showroom-features img {

	padding: 25px 0;

}



#showroom-bottom h1 {

	font-size: 4em;

	margin-top: 275px;

}





/* Jiffy Set Page Styles

================================================================================================================ */

.jiffy-set-features ul,

.jiffy-set-features li,

.jiffy-set-features p,

.jiffy-set-features img {

	vertical-align: middle;

}



.jiffy-set-main-graphic {

	height: 450px;

	background-size: contain;

	margin-bottom: 40px;

}



.jiffy-set-story {

	margin: 30px 0;

}



.jiffy-set-features {

	margin: auto;

}



.jiffy-set-features li {

	display: inline-block;

	margin-top: 30px;

}



.jiffy-set-features p {

	width: 500px;

	padding-left: 45px;

}



.jiffy-set-features img {

	border-radius: .5em;

}



.jiffy-set-features:nth-of-type(5) {

	padding-bottom: 30px;

}



.showroom-narrow-wrapper a {

	color: blue;

	text-decoration: none;

	text-decoration: underline;

}





/* Contact Page Styles

================================================================================================================ */

.contact-content-wrapper {

	width: 100%;

}



.contact-content {

	width: 900px;

	margin: auto;

}



.contact-content span {

	font-size: 2em;

	display: inline-block;

	padding: 48px 30px 30px 30px;

}



.contact-content em {

	font-style: normal;

}



.contact-content input[type=search] {

	width: 55px;

	margin: 20px 0 0 11px;

	padding: 5px 5px 5px 32px;

	border-radius: .5em;

	border: 1px solid rgba(100,100,100,.5);

	outline: none;	

	transition: all .5s;

}



.contact-content input[type=search]:focus {

	width: 350px;	

}



.contact-list {

	padding-bottom: 30px;

}



.contact-list li {

	display: inline-block;

	width: 250px;

	margin: 10px 10px 12px 10px;

	padding: 10px;

	border-radius: .5em;

	border-top: 1px solid rgba(200,200,200,.3);

	border-right: 1px solid rgba(200,200,200,.5);

	border-bottom: 3px solid rgba(200,200,200,.7);

	border-left: 1px solid rgba(200,200,200,.5);

}



.contact-list p {

	margin: 0;

}



.contact-name,

.contact-name:visited {

	font-family: 'Playball', cursive;

	font-size: 1.5em;

}



.contact-name:hover {

	text-decoration: underline;

}





/* History Page Styles

================================================================================================================ */

#history {

	background-size: cover;

	background-attachment: fixed;

	height: 500px;

}



#history h2 {

	margin: 0;

	padding-top: 200px;

}



.history-main-logo {

	margin: 0;

}



.history-main-logo a {

	padding: 5px;

}



.history-main-logo a::after {

	content: url(../img/jbl-history-logo.png);

}



.story-text-wrapper {

	width: 100%;

	padding: 24px 0;

}



.story-text {

	width: 850px;

	margin: auto;

	line-height: 1.5;

}



.story-images {

	width: 100%;

	height: 600px;

	clear: both;

	background-size: cover;

	background-attachment: fixed;

	box-shadow: 0px 5px 15px rgba(0,0,0,.5) inset;

}



.story-images h2 {

	font-size: 4.2em;

	margin: 0;

	padding-top: 325px;

}





/* Simple Global Styles - these are at the bottom so they override anything above, just in case

================================================================================================================ */

.center {

	text-align: center;

}



.left {

	text-align: left;

}



.three-hundred {

	font-weight: 300;

}


.page-title {
	font-size: 46px;
	margin: 0px;
	padding-top: 2%;
}

.et_pb_row {
	width: 900px;
	margin: auto;
	position: relative;
	padding-bottom: 20px;
}

.img-row {
	margin: 0 10%;
	display: flex;
    align-items: center;
    justify-content: space-around;
}
