

/* --------------------------------

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

html h1 {
	font-size: 2.55em;
}

html h2 {
	font-size: 2.2em;
}

html p {
	font-size: 100%;
	line-height: 1.25em;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
font-family: 'Source Sans Pro', sans-serif;  background-color: transparent;
  cursor: default;
}




body, html {
  /* important */
  height: 100%;
  margin: 0;
  padding: 0;
}

.jared{

    color: black;
    background-color: #DEEB0E!important;
    border-color: #DEEB0E!important;
    font-weight: bold;

}


#email2 { display: none; } 

a {
  color: rgba(93,135,191,1.00);
  font-weight: 400;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	color: rgba(10,27,31,1.00);
}

.btn.btn-default {
	background-color: rgba(252,252,252,1.00);
	font-size: 0.8em;
	color: rgba(171,1,4,1.00);
	padding: 10px 15px 10px 15px;
	border: 1px solid rgba(204,204,204,1.00);
	border-radius: 5px;
}

.btn.btn-default.sm {
	font-size: 0.7em;
	background-color: rgba(88,88,88,1.00);
	color: rgba(235,235,235,0.8);
	border: none;
}

.btn.btn-default.sm:hover {
	text-decoration: none;
	opacity: 0.8;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12{
    float:none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	position: relative;
}

.col{
  margin-left: 1.5%;
}

.col:first-child {
  margin-left:0;
}

.span1{
  width: 6.95833333333%;
  
}
.span2{
  width: 15.4166666667%;
  
}
.span3{
  width: 23.875%;
  
}
.span4{
  width: 32.3333333333%;  
}
.span5{
  width: 40.7916666667%;
  
}
.span6{
  width: 49.25%;
  
}
.span7{
  width: 57.7083333333%;
  
}
.span8{
  width: 66.1666666667%;
}
.span9{
  width: 74.625%;
  
}
.span10{
  width: 83.0833333333%;
  
}
.span11{
  width: 91.5416666667%;
  
}
.span12{
  width: 100%;
}



/* --------------------------------

Main components

-------------------------------- */
#mask {
  position: absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

#boxes .window {
  position: relative;
  left:0;
  top:0;
  width:auto;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:80%; 
  height:auto;
  padding:10px;
  background-color:#fff;
  opacity: 0.95;
}

#boxes #dialog img {
	width: 98%;
}





.cd-header {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}


.cd-header:after {
  content: "";
  display: table;
  clear: both;
}
  #cd-logo {
	width: 17%;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  opacity: 0.8;
}

#cd-logo img {
	width: 100%;
}

.cd-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

#dropdown a{
	color: #DEEB0E!important;
}

#dropdown2 a{
	color: rgba(236,235,235,1.00);
}

#dropdown a.active {
  color: rgba(93,135,191,1.00)!important;
}

#dropdown2 a.active {
  color: rgba(31,31,31,1.00)!important;
}


#dropdown.active ul:nth-child(-n+2) {
	  width: 320px;
	  margin: 0;
	  margin-top: 1px;
	  margin-left: -80px;
	  position: absolute;
  	  background: white;
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	   z-index: 999;
   }

#dropdown2.active ul:nth-child(-n+2) {
	  width: 320px;
	  margin: 0;
	  margin-top: 1px;
	  margin-left: -80px;
	  position: absolute;
  	  background: white;
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	   z-index: 999;
	  
   }
	
	


.main-content {
  /* assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
}


.fixed-bg.bg-1 {
  background-image: url("../img/retail-displays.jpg");
}

.fixed-bg.bg-2 {
  background-image: url("../img/clients1.jpg");
}

.fixed-bg.bg-3 {
  background-image: url("../img/window-shopping3.jpg");
}

.fixed-bg.bg-5 {
  background-image: url("../img/cu-jbl.jpg");
}
.fixed-bg.bg-6 {
  background-image: url("../img/guitar-wall2.jpg");
}

.fixed-bg.bg-7 {
  background-image: url(../img/info-graphic.jpg);
}


.custom-bullet {
	color: rgba(235,235,235,0.8);
}

#clients {
	width: 100%;
	height: auto;
	position: relative;
}

#clients img {
	width: 100%;
	height: auto;
}



.address a {
	color: black;
}

.address li {
	list-style: none;
	text-align: center;
	margin-left: -35px;
	margin-bottom: 5px;
	line-height: 1.2em;
}

.video-container {
	width: 98%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
	margin: auto;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	left: -5px;
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.slider-caption {
	width: 80%;
	color: rgba(14,19,22,1.00);
	line-height: 0.65em;
	margin: 5px 0 30px 15px;
}

.caption {
	color: rgba(14,19,22,1.00);
	font-weight: 500;
}

.slider-caption p {
	margin-left: 0;
	padding-left: 5px;
	font-size: 1.25em;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 -32px;
	display: none;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px -32px;
	display: none;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}


   /*************
 	SCROLLING BG STYLES BEGIN
**********************************/


.scrolling-bg {
 width: 25%;
 height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  background-color: rgba(24,27,27, .90);
}


.about-container {
	overflow: hidden;
}

 @media only screen and (min-width : 2px) and (max-width : 480px)  {

.btn.btn-default.sm {
	font-size: 0.9em;
}

.fixed-bg {
  position: relative;
  height: 100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat!important;
  background-position: top center;
  background-attachment: scroll;

  }

  .fixed-bg.bg-6 {
  background-image: url("../img/guitar-wall2.jpg");
  display: none;
}


.jared {
margin-left: 24% !important;
}

h1.guitar-wall-quote {
	font-size: 1em;
	text-align: left;
	width: 100%;
	font-weight: 400;
	margin-top: 80%;
	padding: 20px 10px 30px 15px;
	color: #fff;
	background-color: rgba(15,15,15,0.6);
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9999999;
  display: none;
}

.global-shop {
	font-size: 0.6em;
	text-align: left;
	width: 60%;
	font-weight: 300;
	left: 52%;
	margin-top: 100%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
	  display: none;

}

.fixed-bg.bg-3 {
  background-image: url("../img/window-shopping3.jpg");
  display: none;
}

.fixed-bg.bg-5 {
  background-image: url("../img/cu-jbl.jpg");
  display: none;
}

/*************
 	HEADER STYLES BEGIN
**********************************/

	.cd-header {
  display: none;
}

	.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}


.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

  #logo {
	  display: none;
 }

#logo img {
	width: 100%;
	height: 100%;
}

.menu-btn {
    width: 100px;
	height: 30px;
    padding: 10px;
	float: right;
	margin-top: -45px;
    background: transparent;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.mobile-logo {
	width: 50%;
	height: auto;
	top: 0;
	left: 0;
	position: relative;
}

.mobile-logo img {
	width: 100%;
}

.cd-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.mobile-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.menu-btn.active {
    width: 100px;
	height: 30px;
    padding: 10px;
	float: right;
	margin-top: -40px!important;
    margin-bottom: 30px;
    background: #fff;
    color: rgba(29,29,29,1.00);
    text-align: center;
    cursor: pointer;

}



	.cd-main-nav {
	display: none;
}

  .scrolling-bg {
 width: 100%;
 height: auto;
  position: relative;
  float: none;
  overflow: hidden;
  margin: 0;
  background-color: rgba(24,27,27, .90);
}

.scrolling-bg-services {
 width: 100%;
 height: auto;
  position: relative;
  float: none;
  overflow: hidden;
  margin: 0;
  background-color: rgba(24,27,27, .90);
}

 /*************
 	HOME SCREEN STYLES BEGIN
**********************************/

 #top {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
 }

 .home-mobile {
	display: none;
}

.headline-container {
	  width: 100%;
	  max-width: 400px;
	  height: 100%;
	  position: relative;
	  overflow: hidden;
	  margin: auto;
	  margin-top: 45%;
  }

h1.intro-headline {
	font-size: 2.5em;
	font-weight: 400;
	line-height: 1.05em;
	width: 100%;
	  max-width: 400px;
	text-align: center;
	padding: 5px;
	color: rgba(243,243,243,1.00);
	text-shadow: 4px 4px 5px rgba(61,61,61,1.00);
	position: relative;
	z-index: 9;
        margin-top: 48px;
}


h2.intro-headline {
	font-size: 1.05em;
	font-weight:400;
	width: 85%;
	  max-width: 400px;
	text-align: center;
	margin-top: -50px;
	left: 27px;
	padding: 5px;
	color: #E9F351;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9;
}

  .homepage {
	position: relative;
	color: white;
	background-color: #326e8a;
	font-size: 0.85em;
	font-weight: 200;
	padding: 10px 20px 10px 20px;
	margin: 100px 0 0 30%;
	z-index: 9;
}


  .homepage:hover {
	  text-decoration: none;
	  color: white;
	  transition: 0.98s ease;
	  background-color: #296484;
  }
	 
	 
	 .move-message {
	font-size: 1.05em;
	font-weight:400;
	width: 85%;
	  max-width: 400px;
	text-align: center;
	margin-top: 50px;
	left: 27px;
	padding: 5px;
	color: #FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9; 
	 }
	 
	 .new-address {
		font-size: 1.05em;
	font-weight:400;
	width: 85%;
	  max-width: 400px;
	text-align: center;
	margin-top: 5px;
	left: 27px;
	padding: 5px;
	color:#FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9; 
	 }

  .scroll {
	 display: none;
  }

  .guitar-wall-quote, .global-shop {
	  display: none;
  }

  .bg-6 {
	  display: none;
	    }

.home-mobile .fixed-bg .bg-1 {
	display: none;
}

  .fixed-bg.bg-2 {
	  display: none;
  }



  .scrolling-bg {
 width: 100%;
 height: auto;
  position: relative;
  float: none;
  overflow: hidden;
  margin: 0;
  background-color: rgba(24,27,27, .90);
}

.scrolling-bg-services {
 width: 100%;
 height: auto;
  position: relative;
  float: none;
  overflow: hidden;
  margin: 0;
  background-color: rgba(24,27,27, .90);
}


  .homepage:hover {
	  text-decoration: none;
	  color: white;
	  transition: 0.98s ease;
	  background-color: #296484;
  }

 /*************
 	CUSTOM DISPLAYS STYLES BEGIN
**********************************/


#pop {
	height: auto;
	overflow: hidden;
	margin: 10px auto;
	position: relative;
}



    #pop .container {
        margin:0;
	}


  .custom-headline {
	width: 97%;
	position: relative;
	text-align: center;
	font-size: 1.8em;
	color: rgba(22,31,41,1.00);
}

 .slider-container {
	 width: 100%;
	 position: relative;
	 float: left;
	 margin:-15px 2% 0 -5%;
 }

.slider-caption {
	width: 87%;
	height: auto;
	position: relative;
	color: rgba(14,19,22,1.00);
	margin: auto;
	margin-right: 50px;
}


.slider-caption h2{
	font-size: 1.65em;
	line-height: 0.95em;
	margin: 0;
}

.slider-caption p {
	width: 98%;
	font-size: 1em;
	margin-left: 0px;
	padding: 0;
}


.sidebar-container {
    width: 98.5%;
    position: relative;
    margin-top: 12%;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 1em;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h1 {
	font-size: 1.45em;
	margin-top: 90px;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,0.85);
}

.sidebar-container h2 {
	font-size: 2em;
	color: rgba(208,217,52,1.00);
	padding: 0 10px 0 10px;
}

.custom-bullet li {
	font-size: 0.85em;
}

.cta {
	 width: 100px;
	 font-size: 0.7em;
	 line-height: 1em;
	 text-align: center;
	 letter-spacing: 0.01em;
	 border-radius: 5px;
	 position: absolute;
	 top: 81%;
	 right: 3%;
	 padding: 10px 10px 10px 10px;
	 background-color: rgba(47,104,172,1.00);
	 color: rgba(237,237,237,1.00);
	 z-index: 9;
 }

 .cta:hover{
	 text-decoration:none;
	 opacity: 0.9;
 }





/*************
 	PORTFOLIO STYLES BEGIN
**********************************/

    #portfolio {
        width: 100%;
        height: auto;
		overflow: hidden;
        position: relative;
		margin: 100px auto;
}



.portfolio-headline {
    text-align: center;
	font-size: 2.45em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}

.cs-headline {
	text-align:  center;
	font-size: 1.9em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}


    .case-studies {
        width: 100%;
        height:auto;
        position:relative;
        overflow: hidden;
        margin: auto;
		margin-top: 30px;
}

    .cs-grid {
        width: 99.5%;
		height: auto;
		position: relative;
		margin-bottom: 50px;
        background-color: #fff;
    }

    .cs-grid img {
        margin: auto;
		margin-left: 1%;
		position:relative;
    }

    .cs-grid h3 {
       padding-left: 10px;
        font-size: 1.25em;
		text-align: left;
    }

    .cs-grid p{
        width: 100%;
		position: relative;
        font-size: 1em;
        padding: 5px 10px 15px 10px;
		margin-top: -15px;
		text-align: left;
    }



.portfolio-container {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.portfolio-category {
	width: 46%;
	height: 200px;
	position: relative;
	float: left;
	margin: 5px;
	border: 1px solid rgba(201,201,201,1.00);
}

.portfolio-category:hover {
	opacity: 0.9;
	transition: 0.1s ease-in-out;

}

.category-title {
	width: 100%;
	position: relative;
	font-size: 1em;
	text-align: center;
	color: #E8E8E8;
	top: 72%;
	padding: 10px 0 10px 0;
	background-color: rgba(31,31,31,0.85);
}


.cat1 {
	background-image: url(../img/interactive-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat2 {
	background-image: url(../img/floor-disp-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat3 {
	background-image: url(../img/lightbox/wall-display8.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat4 {
	background-image: url(../img/store-env-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat5 {
	background-image: url(../img/signs-graphics-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat6 {
	background-image: url(../img/casework-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;

}


.clear {
  clear: both;
  float: none;
  width: 100%;
}


/*************
 	SERVICES/CAPABILITIES STYLES BEGIN
**********************************/

#services {
	width: 100%;
	position: relative;
    overflow: hidden;
}

#services-grid-container {
	 width: 100%;
    position: relative;
	overflow: hidden;
    margin:  0;

}

.services-headline {
	width: 98%;
	text-align: center;
	font-size: 2.45em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}


.department {
    width: 99.5%;
    position: relative;
	background: rgba(252,252,252,1.00);
	margin: auto;
}

    .department h3 {
        font-size: 1.35em;
        font-weight: 800;
		margin: 0;
        padding-left: 5px;
    }

    .department p {
        font-size: 1em;
        font-weight: 400;
        padding: 5px 5px 5px 5px;
		margin-top: 5px;
    }

	.service-container {
		width: 99%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: auto;
	}

	.service-department {
 		width: 30%;
    	position: relative;
    	float: left;
		margin: 3% 10px 15px 30px;
	}

.sidebar-container {
    width: 98%;
    position: relative;
    margin-top: 8%;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 0.85em;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h2 {
	font-size: 1.9em;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,1.00);
}

.sidebar-container h2 {
	font-size: 1.25em;
	color: rgba(208,217,52,0.85);
	padding: 0 10px 0 10px;
}


.services-video {
	margin-bottom: 155px;
}



	/*************
 	ABOUT STYLES BEGIN
**********************************/

#about {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.about-headline {
	width: 100%;
	font-size: 3em;
    font-weight: 400;
	text-align: center;
	margin: 30px auto;
	margin-bottom: 15px;
	color: rgba(22,31,41,1.00);

}


img.about img {
	margin: 0 30px 0 30px;
}


 .about-container {
	 width: 100%;
	 height: auto;
	 position: relative;
	 overflow: hidden;
	 margin: auto;
 }

 .about-column {
	 width: 95.5%;
	 position: relative;
	 margin: auto;
 }



 .about-img {
	 width: 100%;
	 height: auto;
	 position: relative;
	 margin: auto;
	 border: 1px solid rgba(216,216,216,1.00);
	 clear: both;
 }


 #contact-link5 {
	 width: auto;
	 float: right;
	 margin-right: 10px;
 }




 /*************
 	OFF CANVAS PANEL STYLES BEGIN
**********************************/

 .panel {
	 width: 100%;
	 height: 98.5%;
	 background-color: #fff;
	 position: absolute;
	 margin-left: -200%;
	 z-index: 99999999999999;
	 -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
 }

 .panel:target {
	 margin: 4% 0 0 0;
 }

 .panel-content {
	 width: 100%;
	 position: relative;
	 margin: auto;
	 display: block;
}


.close-panel {
	width: 75px;
	height: 75px;
	position:  absolute;
	text-align: center;
	line-height: 0.9em;
	top: 5px;
	left: 88%;
	z-index: 9;
	opacity: 0.85;
}

.close-panel img {
	width: 50%;
	height: auto;
	position: relative;
}

.close {
	color: black;
	position: relative;
	padding: 0 5px 0 5px;
}

.close-panel:hover {
	opacity: .70;
}


.panel-main {
	margin: 5px 0 50px 0;
}

.process {
	width: 85%;
	height: auto;
	margin: auto;
}



.process img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
}





.close-panel-process {
	width: 40px;
	height: 40px;
	position: absolute;
	text-align: center;
	top:260px;
	left: 85%;
	z-index: 9;
	opacity: 0.85;
}

.process .close-panel {
	color: white;
	opacity: 0.8;
}




h1.window-shop-headline {
	font-size: 3em;
	text-align: center;
	width: 95%;
	margin: 15% 0 0 3%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9999999;
	display: none;
}

h1.final-headline {
	font-size: 3em;
	text-align: center;
	width: 95%;
	margin: 25% 0 0 1%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9999999;
	display: none;
}





/* Footer */
.footer {
    margin: auto;
    width: 100%;
	height: 100%;
    max-width: 960px;
    display: block;
    }


.form-container {
	width: 100%;
	position: relative;
	margin: auto;
}

.jumbotron {
	margin: 200px 0 0 0;
}

.text-center {
	text-align: center;
	margin: 0 3% 30% 3%;
	background-color: rgba(240,240,240,1.00);
	border-radius: 15px;
}



label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.text-center h1 {
	width: 75%;
	margin: 5px auto;
	padding-top: 50px;
	font-size: 2.7em;
	font-weight: 100;
}

.text-center h2 {
font-size: 1.4em;
font-weight: 100;
}

#feedbackForm {
	width: auto;
	margin-top: -100px;
}

.form-group {
	margin: 15px 0 5px 0;
}

.copy {
	width: 50%;
	position: relative;
	margin: auto;
}

.copy p {
	font-size: 1em;
	font-weight: 100;
	text-align: center;
}

.association {
	width: 50%;
	position: relative;
	margin-left: 25%;
}


output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {

  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

 }

@media only screen and (min-width : 481px) and (max-width : 767px){


 .btn.btn-default.sm {
	font-size: 0.9em;
}

.fixed-bg {
  position: relative;
  height: 100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  }




	/*************
 	HEADER STYLES BEGIN
**********************************/

	.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: none;
}

	.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}


.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

  #logo {
  width: 25%;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  opacity: 0.8;

}

#logo img {
	width: 100%;
	height: 100%;
}

.menu-btn {
    width: 100px;
    padding: 10px;
	float: right;
	margin-top: -50px;
    background: transparent;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.mobile-logo {
	width: 40%;
	height: auto;
	top: 0;
	left: 0;
	position: relative;
}

.mobile-logo img {
	width: 100%;
}

.cd-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.mobile-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.menu-btn.active {
    width: 100px;
    padding: 10px;
	float: right;
	margin-top: -60px!important;
    margin-bottom: 30px;
    background: #fff;
    color: rgba(29,29,29,1.00);
    text-align: center;
    cursor: pointer;
}



	.cd-main-nav {
    width: 80%;
    height: 47px;
	position: relative;
	float: right;
	margin: 0;
    background: none;
	display: none;
}

  .cd-main-nav ul {
    position: relative;
    width: 100%;
	float: right;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 16px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: .5em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    background: transparent;
    padding: .6em;
    border-top: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85em;
	line-height: 16px;
  }

  .cd-main-nav a.active {
	color: black;
  }


  .no-touch .cd-main-nav a:hover {
	text-decoration: none;
	transition: 0.4s ease-in-out;
    color: #3E6584;
  }


.fixed-bg  {
  position: relative;
  min-height: 100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  }

  .scrolling-bg {
 width: 100%;
 height: auto;
  position: relative;
  float: none;
  overflow: hidden;
  margin: 0;
  background-color: rgba(24,27,27, .90);
}

 .scrolling-bg-services {
 width: 100%;
 height: auto;
  position: relative;
  float: none;
  overflow: hidden;
  margin: 0;
  background-color: rgba(24,27,27, .90);
}




 /*************
 	HOME SCREEN STYLES BEGIN
**********************************/

 #top {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
 }

 .home-mobile {
	display: none;
}

.headline-container {
	  width: 100%;
	  max-width: 690px;
	  height: 65%;
	  position: relative;
	  overflow: hidden;
	  margin: auto;
	  margin-top: 90px;
  }

h1.intro-headline {
	font-size: 2.8em;
	max-width: 600px;
	font-weight:700;
	line-height: 1.05em;
	width: 80%;
	text-align: center;
	padding: 5px;
	color: rgba(243,243,243,1.00);
	text-shadow: 4px 4px 5px rgba(61,61,61,1.00);
	position: absolute;
	margin: auto;
	margin-left: 75px;
        margin-top: 60px;
	z-index: 9;
}

.jared {
margin-left: 37% !important;
}


h2.intro-headline {
	font-size: 1.35em;
	font-weight:400;
	width: 60%;
	text-align: center;
	margin-top: 135px;
	left: 22.5%;
	padding: 5px;
	color: #E9F351;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: absolute;
	z-index: 9;
}

  .homepage {
	position: absolute;
	color: white;
	background-color: #326e8a;
	font-size: 0.8em;
	font-weight: 200;
	padding: 10px 20px 10px 20px;
	margin: 215px 0 0 42.5%;
	z-index: 9;
}


  .homepage:hover {
	  text-decoration: none;
	  color: white;
	  transition: 0.98s ease;
	  background-color: #296484;
  }
	
	 .move-message {
	font-size: 1.05em;
	font-weight:400;
	width: 85%;
	  max-width: 400px;
	text-align: center;
	margin-top: 300px;
	left: 20%;
	padding: 5px;
	color: #FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9;
	 }
	 
	 .new-address {
	font-size: 1.05em;
	font-weight:400;
	width: 85%;
	  max-width: 400px;
	text-align: center;
	margin-top: 5px;
	left: 20%;
	padding: 5px;
	color:#FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9; 
	 }


  .scroll {
	 display: none;
  }

  .guitar-wall-quote, .global-shop {
	  display: none;
  }

  .bg-6 {
	  display: none;
	    }

.home-mobile .fixed-bg .bg-1 {
	display: none;
}


/*************
 	CUSTOM DISPLAYS STYLES BEGIN
**********************************/


#pop {
	height: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	position: relative;
}



    #pop .container {
        margin:0;
	}


  .custom-headline {
	width: 98%;
	position: relative;
	text-align: center;
	font-size: 2.25em;
	color: rgba(22,31,41,1.00);
}

 .slider-container {
	 width: 100%;
	 position: relative;
	 float: left;
	 margin:-15px 2% 0 1%;
 }

.slider-caption {
	width: 90%;
	height: auto;
	position: relative;
	float: left;
	color: rgba(14,19,22,1.00);
	margin: 45px 0 10px 0;
}


.slider-caption h2{
	margin: 0;
}

.slider-caption p {
	margin-left: 0;
	padding: 0;
}


.sidebar-container {
    width: 98.5%;
    position: relative;
    margin-top: 12%;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 0.95em!important;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h1 {
	font-size: 1.45em;
	margin-top: 90px;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,0.85);
}

.sidebar-container h2 {
	font-size: 2em;
	color: rgba(208,217,52,1.00);
	padding: 0 10px 0 10px;
}

.custom-bullet li {
	font-size: 0.85em;
}

.cta {
	 /*width: 160px;
	 line-height: 1em;*/
	 text-align: center;
	 letter-spacing: 0.01em;
	 border-radius: 5px;
	 position: absolute;
	 top: 90%;
	 right: 15%;
	 padding: 10px 10px 10px 10px;
	 background-color: rgba(47,104,172,1.00);
	 color: rgba(237,237,237,1.00);
	 z-index: 9;
 }

 .cta:hover{
	 text-decoration:none;
	 opacity: 0.9;
 }





/*************
 	PORTFOLIO STYLES BEGIN
**********************************/

    #portfolio {
        width: 100%;
        height: auto;
		overflow: hidden;
        position: relative;
		margin: auto;
}



.portfolio-headline {
    text-align: center;
	font-size: 2.45em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}

.cs-headline {
	text-align:  center;
	font-size: 1.9em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}


    .case-studies {
        width: 100%;
        height:auto;
        position:relative;
        overflow: hidden;
        margin: auto;
		margin-top: 30px;
}

    .cs-grid {
        width: 48.5%;
		height: auto;
		position: relative;
		float: left;
        margin-left: 1%;
		margin-bottom: 50px;
        background-color: #fff;
    }

    .cs-grid img {
        margin: auto;
		margin-left: 1%;
		position:relative;
    }

    .cs-grid h3 {
       padding-left: 10px;
        font-size: 1.25em;
		text-align: left;
    }

    .cs-grid p{
        width: 80%;
        font-size: 1em;
        padding: 5px 10px 15px 10px;
		margin-top: -15px;
		text-align: left;
    }

	  .fixed-bg.bg-2 {
	  display: none;
  }




.portfolio-container {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.portfolio-category {
	width: 48%;
	height: 200px;
	position: relative;
	float: left;
	margin: 5px;
	border: 1px solid rgba(201,201,201,1.00);
}

.portfolio-category:hover {
	opacity: 0.9;
	transition: 0.1s ease-in-out;

}

.category-title {
	width: 100%;
	position: relative;
	font-size: 1em;
	text-align: center;
	color: #E8E8E8;
	top: 72%;
	padding: 10px 0 10px 0;
	background-color: rgba(31,31,31,0.85);
}


.cat1 {
	background-image: url(../img/interactive-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat2 {
	background-image: url(../img/floor-disp-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat3 {
	background-image: url(../img/lightbox/wall-display8.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat4 {
	background-image: url(../img/store-env-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat5 {
	background-image: url(../img/signs-graphics-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat6 {
	background-image: url(../img/casework-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;

}


.clear {
  clear: both;
  float: none;
  width: 100%;
}


/*************
 	SERVICES/CAPABILITIES STYLES BEGIN
**********************************/

#services {
	width: 100%;
	position: relative;
    overflow: hidden;
}

#services-grid-container {
	 width: 100%;
    position: relative;
	overflow: hidden;
    margin:  0;

}

.services-headline {
	width: 100%;
	text-align: center;
	font-size: 2.45em;
    font-weight: 400;
	color: rgba(22,31,41,1.00);
}


.department {
    width: 48%;
    position: relative;
	background: rgba(252,252,252,1.00);
    float: left;
	margin-left: 10px;
}

    .department h3 {
        font-size: 1.15em;
        font-weight: 500;
		margin: 0;
        padding-left: 5px;
    }

    .department p {
        font-size: 0.95em;
        font-weight: 400;
        padding: 5px 5px 5px 5px;
		margin-top: 5px;
    }

	.service-container {
		width: 99%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: auto;
	}

	.service-department {
 		width: 30%;
    	position: relative;
    	float: left;
		margin: 3% 10px 15px 30px;
	}

.sidebar-container {
    width: 98%;
    position: relative;
    margin-top: 8%;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 0.85em;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h2 {
	font-size: 1.9em;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,1.00);
}

.sidebar-container h2 {
	font-size: 1.25em;
	color: rgba(208,217,52,0.85);
	padding: 0 10px 0 10px;
}


.services-video {
	margin-bottom: 155px;
}



	/*************
 	ABOUT STYLES BEGIN
**********************************/

#about {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.about-headline {
	width: 100%;
	font-size: 3em;
    font-weight: 400;
	text-align: center;
	margin: 30px auto;
	margin-bottom: 15px;
	color: rgba(22,31,41,1.00);

}

.about-column h2 {
	font-size: 1.7em;
}

p.about {
	font-size: 0.85em;
}


img.about img {
	margin: 0 30px 0 30px;
}


 .about-container {
	 width: 100%;
	 height: auto;
	 position: relative;
	 overflow: hidden;
	 margin: auto;
 }

 .about-column {
	 width: 47%;
	 position: relative;
	 float: left;
	 margin: 0 5px 40px 10px;
 }



 .about-img {
	 width: 100%;
	 height: 300px;
	 position: relative;
	 margin: auto;
	 border: 1px solid rgba(216,216,216,1.00);
	 clear: both;
 }


 #contact-link5 {
	 width: auto;
	 float: right;
	 margin-right: 10px;
 }




 /*************
 	OFF CANVAS PANEL STYLES BEGIN
**********************************/

 .panel {
	 width: 100%;
	 height: 98.5%;
	 background-color: #fff;
	 position: absolute;
	 margin-left: -200%;
	 z-index: 99999999999999;
	 -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
 }

 .panel:target {
	 margin: 4% 0 0 0;
 }

 .panel-content {
	 width: 100%;
	 position: relative;
	 margin: auto;
	 display: block;
}


.close-panel {
	width: 75px;
	height: 75px;
	position:  absolute;
	text-align: center;
	line-height: 0.9em;
	top: 5px;
	left: 88%;
	z-index: 9;
	opacity: 0.85;
}

.close-panel img {
	width: 50%;
	height: auto;
	position: relative;
}

.close {
	color: black;
	position: relative;
	padding: 0 5px 0 5px;
}

.close-panel:hover {
	opacity: .70;
}


.process {
	width: 80%;
	height: auto;
	margin: auto;
}

.process img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
}

.close-panel-process {
	width: 5px;
	height: 50px;
	position: absolute;
	text-align: center;
	top:15px;
	left: 88%;
	z-index: 9;
	opacity: 0.85;
}

.process .close-panel {
	color: white;
	opacity: 0.8;
}

/*.slider-container.panel-slider img {
	border: 1px solid red;
}

.panel-container {
	width: 100%;
	position: relative;
	margin-right: 0;
	margin-top: 1%;
}

.panel-container img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 15px;
	border: 1px solid rgba(96,96,96,0.40);
}

.panel-icon {
	width: 100px;
	height: 100px;
	position: relative;
	float: left;
}

.panel-icon img {
	width: 100%;
	height: auto;
	position: relative;
	border: none;
}

.panel-content-view {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.panel-content-view-text {
	width: 83%;
	height: auto;
	position: relative;
	float: left;
	margin: 25px 0 0 0;
}

h1.panel-headline {
	width: 80%;
	position: relative;
	float: left;
	font-size: 2.8em;
	margin: 0!important;
	padding: 5px;
	text-align: left;
}

h2.panel-headline {
	width: 100%;
	font-size: 1.55em;
	color: rgba(104,104,104,1.00);
	position: relative;
	float: left;
	margin: 0!important;
	padding: 5px;
	text-align: left;
}

.panel-content-view-text p {
	width: 98%;
	position: relative;
	font-size: 1em;
	float: left;
	margin: 0;
	padding: 5px;
}



.panel-bullet-container {
	width: 89%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: right;
	margin: auto;
}

.left {
	width: auto;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 10px 0 20px;
}

.right {
	width: auto;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 20px 0 10px;
}

.panel-bullet {
	width: 48%;
	font-size: 1em;
	line-height: 1.5em;
	position: relative;
	float: left;
	margin: 5px 0 5px 10px;
	padding: 5px;
}

.vid-icon {
	width: 34px;
	position: relative;
	margin: auto;
}




.portfolio-panel:target {
	 margin: 1% 0 0 3%!important;
	 position: relative;
 }

 .portfolio-panel-container {
	width: 98.5%;
    height:auto;
    position:relative;
    overflow: hidden;
   	margin: auto;
	margin-bottom: 50px;
}


.gallery {
	width: 98.5%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: auto;
	margin-top: 15px;

}

.gallery li:hover {
	opacity: 0.85;
}

.portfolio-item-countertop {
	width: 120px;
	height: 120px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	border: 1px solid rgba(215,215,215,0.5);
}

.portfolio-item-countertop:last-child {
	width: 240px;
}

.portfolio-item-floor {
	width: 103px;
	height: 160px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	border: 1px solid rgba(215,215,215,0.5);
}

.portfolio-item-floor:nth-child(3) {
	width: 290px;
}


.portfolio-item-wall {
	width: 160px;
	height: 120px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	border: 1px solid rgba(215,215,215,0.5);
}

.portfolio-item-store {
	width: 182px;
	height: 120px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	border: 1px solid rgba(215,215,215,0.5);
}




.gallery img {
	width: 100%;
	padding: 0;
	margin: 0;
}

.portfolio-panel-headline {
	width: 70%;
	position: relative;
	text-align: center;
	color: rgba(11,21,29,1.00);
	float: left;
	margin: 60px 0 35px 13%;
}

.portfolio-more a {
	color: rgba(24,53,71,1.00);
	text-align: center;
}*/




h1.window-shop-headline {
	font-size: 3.4em;
	text-align: center;
	width: 65%;
	margin: 15% 0 0 3%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9999999;
}

h1.final-headline {
	font-size: 3.4em!important;
	text-align: center;
	width: 80%;
	margin: 15% 0 0 9%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9999999;
}





/* Footer */
.footer {
    margin: auto;
    width: 100%;
	height: 100%;
    max-width: 960px;
    display: block;
    }


.form-container {
	width: 100%;
	position: relative;
	margin: auto;
}

.jumbotron {
	margin: 200px 0 0 0;
}

.text-center {
	text-align: center;
	margin: 0 3% 30% 3%;
	background-color: rgba(240,240,240,1.00);
	border-radius: 15px;
}



label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.text-center h1 {
	width: 75%;
	margin: 5px auto;
	padding-top: 50px;
	font-size: 2.7em;
	font-weight: 100;
}

.text-center h2 {
font-size: 1.4em;
font-weight: 100;
}

#feedbackForm {
	width: auto;
	margin-top: -100px;
}

.form-group {
	margin: 15px 0 5px 0;
}

.copy {
	width: 50%;
	position: relative;
	margin: auto;
}

.copy p {
	font-size: 1em;
	font-weight: 100;
	text-align: center;
}

.association {
	width: 50%;
	position: relative;
	margin-left: 25%;
}


output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

}





 @media only screen
and (min-width : 768px) and (max-width : 881px) {



 .btn.btn-default.sm {
	font-size: 0.9em;
}

.fixed-bg {
  position: relative;
  height: 100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  }




	/*************
 	HEADER STYLES BEGIN
**********************************/

	.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: none;
}

	.mobile-header {
display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 57px;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}


.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

  #logo {
  width: 25%;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  opacity: 0.8;

}

#logo img {
	width: 100%;
	height: 100%;
}

.menu-btn {
    width: 100px;
    padding: 10px;
	float: right;
	margin-top: -60px;
    margin-bottom: 30px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.mobile-logo {
	width: 30%;
	height: auto;
	top: 0;
	left: 0;
	position: relative;
}

.mobile-logo img {
	width: 100%;
}

.cd-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.mobile-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.menu-btn.active {
    width: 100px;
    padding: 10px;
	float: right;
	margin-top: -60px!important;
    margin-bottom: 30px;
    background: #fff;
    color: rgba(29,29,29,1.00);
    text-align: center;
    cursor: pointer;
}



	.cd-main-nav {
    width: 80%;
    height: 47px;
	position: relative;
	float: right;
	margin: 0;
    background: none;
	display: none;
}

  .cd-main-nav ul {
    position: relative;
    width: 100%;
	float: right;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 16px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: .5em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    background: transparent;
    padding: .6em;
    border-top: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85em;
	line-height: 16px;
  }

  .cd-main-nav a.active {
	color: black;
  }


  .no-touch .cd-main-nav a:hover {
	text-decoration: none;
	transition: 0.4s ease-in-out;
    color: #3E6584;
  }


.fixed-bg  {
  position: relative;
  min-height: 100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  }

  .scrolling-bg {
 width: 100%;
 height: auto;
  position: relative;
  float: none;
  overflow: hidden;
  margin: 0;
  background-color: rgba(24,27,27, .90);
}

 .scrolling-bg-services {
 width: 100%;
 height: auto;
  position: relative;
  float: none;
  overflow: hidden;
  margin: 0;
  background-color: rgba(24,27,27, .90);
}



 /*************
 	HOME SCREEN STYLES BEGIN
**********************************/

 #top {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
 }

 .home-mobile {
	display: none;
}

.headline-container {
	  width: 90%;
	  height: 80%;
	  position: relative;
	  overflow: hidden;
	  margin: auto;
	  margin-top: 35%;
  }

h1.intro-headline {
	font-size: 5.5em;
	font-weight:700;
	line-height: 1.05em;
	width: 100%;
	text-align: center;
	padding: 5px;
	color: rgba(243,243,243,1.00);
	text-shadow: 4px 4px 5px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}


h2.intro-headline {
	font-size: 1.5em;
	font-weight:400;
	width: 100%;
	text-align: center;
	margin-top: 210px;
	padding: 5px;
	color: #E9F351;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: absolute;
	z-index: 9;
}

  .homepage {
	position: absolute;
	color: white;
	background-color: #326e8a;
	font-size: 16px;
	font-weight: 200;
	padding: 15px 45px 15px 45px;
	margin: 320px 0 0 36%;
	z-index: 9;
}


  .homepage:hover {
	  text-decoration: none;
	  color: white;
	  transition: 0.98s ease;
	  background-color: #296484;
  }
	
	
	 .move-message {
	font-size: 1.35em;
	font-weight:400;
	width: 85%;
	  max-width: 400px;
	text-align: center;
	margin-top: 450px;
	left: 20%;
	padding: 5px;
	color: #FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9;
	 }
	 
	 .new-address {
		font-size: 1.05em;
	font-weight:400;
	width: 85%;
	  max-width: 400px;
	text-align: center;
	margin-top: 5px;
	left: 21%;
	padding: 5px;
	color:#FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9; 
	 }


  .scroll {
	 display: none;
  }

  .guitar-wall-quote, .global-shop {
	  display: none;
  }

  .bg-6 {
	  display: none;
	    }

.home-mobile .fixed-bg .bg-1 {
	display: none;
}


/*************
 	CUSTOM DISPLAYS STYLES BEGIN
**********************************/


#pop {
	height: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	position: relative;
}



    #pop .container {
        margin:0;
	}


  .custom-headline {
	width: 98%;
	position: relative;
	text-align: center;
	font-size: 2.25em;
	color: rgba(22,31,41,1.00);
}

 .slider-container {
	 width: 100%;
	 position: relative;
	 float: left;
	 margin:-15px 2% 0 1%;
 }

.slider-caption {
	width: 90%;
	height: auto;
	position: relative;
	float: left;
	color: rgba(14,19,22,1.00);
	margin: 45px 0 10px 0;
}


.slider-caption h2{
	margin: 0;
}

.slider-caption p {
	margin-left: 0;
	padding: 0;
}


.sidebar-container {
    width: 98.5%;
    position: relative;
    margin-top: 12%;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 0.95em!important;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h1 {
	font-size: 1.45em;
	margin-top: 90px;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,0.85);
}

.sidebar-container h2 {
	font-size: 2em;
	color: rgba(208,217,52,1.00);
	padding: 0 10px 0 10px;
}

.custom-bullet li {
	font-size: 0.85em;
}

.cta {
	 width: 160px;
	 line-height: 1em;
	 text-align: center;
	 letter-spacing: 0.01em;
	 border-radius: 5px;
	 position: absolute;
	 top: 90%;
	 right: 18%;
	 padding: 15px 20px 15px 20px;
	 background-color: rgba(47,104,172,1.00);
	 color: rgba(237,237,237,1.00);
	 z-index: 9;
 }

 .cta:hover{
	 text-decoration:none;
	 opacity: 0.9;
 }





/*************
 	PORTFOLIO STYLES BEGIN
**********************************/

    #portfolio {
        width: 100%;
        height: auto;
		overflow: hidden;
        position: relative;
		margin: auto;
}



.portfolio-headline {
    text-align: center;
	font-size: 2.45em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}

.cs-headline {
	text-align:  center;
	font-size: 1.9em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}


    .case-studies {
        width: 100%;
        height:auto;
        position:relative;
        overflow: hidden;
        margin: auto;
		margin-top: 30px;
}

    .cs-grid {
        width: 48.5%;
		height: auto;
		position: relative;
		float: left;
        margin-left: 1%;
		margin-bottom: 50px;
        background-color: #fff;
    }

    .cs-grid img {
        margin: auto;
		margin-left: 1%;
		position:relative;
    }

    .cs-grid h3 {
       padding-left: 10px;
        font-size: 1.25em;
		text-align: left;
    }

    .cs-grid p{
        width: 80%;
        font-size: 1em;
        padding: 5px 10px 15px 10px;
		margin-top: -15px;
		text-align: left;
    }

	  .fixed-bg.bg-2 {
	  display: none;
  }




.portfolio-container {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.portfolio-category {
	width: 32%;
	height: 200px;
	position: relative;
	float: left;
	margin: 5px;
	border: 1px solid rgba(201,201,201,1.00);
}

.portfolio-category:hover {
	opacity: 0.9;
	transition: 0.1s ease-in-out;

}

.category-title {
	width: 100%;
	position: relative;
	font-size: 1em;
	text-align: center;
	color: #E8E8E8;
	top: 72%;
	padding: 10px 0 10px 0;
	background-color: rgba(31,31,31,0.85);
}


.cat1 {
	background-image: url(../img/interactive-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat2 {
	background-image: url(../img/floor-disp-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat3 {
	background-image: url(../img/lightbox/wall-display8.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat4 {
	background-image: url(../img/store-env-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat5 {
	background-image: url(../img/signs-graphics-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat6 {
	background-image: url(../img/casework-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;

}


.clear {
  clear: both;
  float: none;
  width: 100%;
}


/*************
 	SERVICES/CAPABILITIES STYLES BEGIN
**********************************/

#services {
	width: 100%;
	position: relative;
    overflow: hidden;
}

#services-grid-container {
	 width: 100%;
    position: relative;
	overflow: hidden;
    margin:  0;

}

.services-headline {
	width: 100%;
	text-align: center;
	font-size: 2.45em;
    font-weight: 400;
	color: rgba(22,31,41,1.00);
}


.department {
    width: 40.85%;
    position: relative;
	background: rgba(252,252,252,1.00);
    float: left;
	margin-left: 7%;
}

    .department h3 {
        font-size: 1.15em;
        font-weight: 500;
		margin: 0;
        padding-left: 5px;
    }

    .department p {
        font-size: 0.95em;
        font-weight: 400;
        padding: 5px 5px 5px 5px;
		margin-top: 5px;
    }

	.service-container {
		width: 99%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: auto;
	}

	.service-department {
 		width: 30%;
    	position: relative;
    	float: left;
		margin: 3% 10px 15px 30px;
	}

.sidebar-container {
    width: 98%;
    position: relative;
    margin-top: 8%;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 0.85em;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h2 {
	font-size: 1.9em;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,1.00);
}

.sidebar-container h2 {
	font-size: 1.25em;
	color: rgba(208,217,52,0.85);
	padding: 0 10px 0 10px;
}


.services-video {
	margin-bottom: 155px;
}



	/*************
 	ABOUT STYLES BEGIN
**********************************/

#about {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.about-headline {
	width: 100%;
	font-size: 3em;
    font-weight: 400;
	text-align: center;
	margin: 30px auto;
	margin-bottom: 15px;
	color: rgba(22,31,41,1.00);

}


img.about img {
	margin: 0 30px 0 30px;
}


 .about-container {
	 width: 100%;
	 height: auto;
	 position: relative;
	 overflow: hidden;
	 margin: auto;
 }

 .about-column {
	 width: 47%;
	 position: relative;
	 float: left;
	 margin: 0 5px 40px 15px;
 }



 .about-img {
	 width: 100%;
	 height: 300px;
	 position: relative;
	 margin: auto;
	 border: 1px solid rgba(216,216,216,1.00);
	 clear: both;
 }


 #contact-link5 {
	 width: auto;
	 float: right;
	 margin-right: 10px;
 }




 /*************
 	OFF CANVAS PANEL STYLES BEGIN
**********************************/

 .panel {
	 width: 100%;
	 height: 98.5%;
	 background-color: #fff;
	 position: absolute;
	 margin-left: -200%;
	 z-index: 99999999999999;
	 -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
 }

 .panel:target {
	 margin: 4% 0 0 0;
 }

 .panel-content {
	 width: 100%;
	 position: relative;
	 margin: auto;
	 display: block;
}


.close-panel {
	width: 75px;
	height: 75px;
	position:  absolute;
	text-align: center;
	line-height: 0.9em;
	top: 5px;
	left: 88%;
	z-index: 9;
	opacity: 0.85;
}

.close-panel img {
	width: 50%;
	height: auto;
	position: relative;
}

.close {
	color: black;
	position: relative;
	padding: 0 5px 0 5px;
}

.close-panel:hover {
	opacity: .70;
}


.close-panel-process {
	width: 50px;
	height: 50px;
	position: absolute;
	text-align: center;
	top:15px;
	left: 92%;
	z-index: 9;
	opacity: 0.85;
}

.panel-main {
	margin: 5px 0 50px 0;
}

.process {
	width: 80%;
	height: auto;
	margin: auto;
}

.process img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
}

.process .close-panel {
	color: white;
	opacity: 0.8;
}

/*.slider-container.panel-slider img {
	border: 1px solid red;
}

.panel-container {
	width: 100%;
	position: relative;
	margin-right: 0;
	margin-top: 1%;
}

.panel-container img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 15px;
	border: 1px solid rgba(96,96,96,0.40);
}

.panel-icon {
	width: 100px;
	height: 100px;
	position: relative;
	float: left;
}

.panel-icon img {
	width: 100%;
	height: auto;
	position: relative;
	border: none;
}

.panel-content-view {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.panel-content-view-text {
	width: 83%;
	height: auto;
	position: relative;
	float: left;
	margin: 25px 0 0 0;
}

h1.panel-headline {
	width: 80%;
	position: relative;
	float: left;
	font-size: 2.8em;
	margin: 0!important;
	padding: 5px;
	text-align: left;
}

h2.panel-headline {
	width: 100%;
	font-size: 1.55em;
	color: rgba(104,104,104,1.00);
	position: relative;
	float: left;
	margin: 0!important;
	padding: 5px;
	text-align: left;
}

.panel-content-view-text p {
	width: 98%;
	position: relative;
	font-size: 1em;
	float: left;
	margin: 0;
	padding: 5px;
}



.panel-bullet-container {
	width: 89%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: right;
	margin: auto;
}

.left {
	width: auto;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 10px 0 20px;
}

.right {
	width: auto;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 20px 0 10px;
}

.panel-bullet {
	width: 48%;
	font-size: 1em;
	line-height: 1.5em;
	position: relative;
	float: left;
	margin: 5px 0 5px 10px;
	padding: 5px;
}

.vid-icon {
	width: 34px;
	position: relative;
	margin: auto;
}




.portfolio-panel:target {
	 margin: 1% 0 0 3%!important;
	 position: relative;
 }

 .portfolio-panel-container {
	width: 98.5%;
    height:auto;
    position:relative;
    overflow: hidden;
   	margin: auto;
	margin-bottom: 50px;
}


.gallery {
	width: 98.5%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: auto;
	margin-top: 15px;

}

.gallery li:hover {
	opacity: 0.85;
}

.portfolio-item-countertop {
	width: 120px;
	height: 120px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	border: 1px solid rgba(215,215,215,0.5);
}

.portfolio-item-countertop:last-child {
	width: 240px;
}

.portfolio-item-floor {
	width: 103px;
	height: 160px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	border: 1px solid rgba(215,215,215,0.5);
}

.portfolio-item-floor:nth-child(3) {
	width: 290px;
}


.portfolio-item-wall {
	width: 160px;
	height: 120px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	border: 1px solid rgba(215,215,215,0.5);
}

.portfolio-item-store {
	width: 182px;
	height: 120px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	border: 1px solid rgba(215,215,215,0.5);
}




.gallery img {
	width: 100%;
	padding: 0;
	margin: 0;
}

.portfolio-panel-headline {
	width: 70%;
	position: relative;
	text-align: center;
	color: rgba(11,21,29,1.00);
	float: left;
	margin: 60px 0 35px 13%;
}

.portfolio-more a {
	color: rgba(24,53,71,1.00);
	text-align: center;
}*/




h1.window-shop-headline {
	font-size: 6em;
	text-align: center;
	width: 65%;
	margin: 15% 0 0 3%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}

h1.final-headline {
	font-size: 6em!important;
	text-align: center;
	width: 80%;
	margin: 15% 0 0 9%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}





/* Footer */
.footer {
    margin: auto;
    width: 100%;
	height: 100%;
    max-width: 960px;
    display: block;
    }


.form-container {
	width: 100%;
	position: relative;
	margin: auto;
}

.jumbotron {
	margin: 200px 0 0 0;
}

.text-center {
	text-align: center;
	margin: 0 3% 30% 3%;
	background-color: rgba(240,240,240,1.00);
	border-radius: 15px;
}



label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.text-center h1 {
	width: 75%;
	margin: 5px auto;
	padding-top: 50px;
	font-size: 2.7em;
	font-weight: 100;
}

.text-center h2 {
font-size: 1.4em;
font-weight: 100;
}

#feedbackForm {
	width: auto;
	margin-top: -100px;
}

.form-group {
	margin: 15px 0 5px 0;
}

.copy {
	width: 50%;
	position: relative;
	margin: auto;
}

.copy p {
	font-size: 1em;
	font-weight: 100;
	text-align: center;
}

.association {
	width: 50%;
	position: relative;
	margin-left: 25%;
}


output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}


}


	  @media screen
  and (min-width: 882px) and (max-width : 1024px)  {



 .btn.btn-default.sm {
	font-size: 0.9em;
}

.fixed-bg {
  position: relative;
  height: 100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  }

  .fixed-bg.bg-2 {
	  display: none;
  }




	/*************
 	HEADER STYLES BEGIN
**********************************/


		.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: none;
}

	.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}


.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

  #logo {
  width: 25%;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  opacity: 0.8;

}

#logo img {
	width: 100%;
	height: 100%;
}

.menu-btn {
    width: 100px;
    padding: 10px;
	float: right;
	margin-top: -50px;
    background: transparent;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.mobile-logo {
	width: 30%;
	height: auto;
	top: 0;
	left: 0;
	position: relative;
}

.mobile-logo img {
	width: 100%;
}

.cd-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.mobile-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.menu-btn.active {
    width: 100px;
    padding: 10px;
	float: right;
	margin-top: -60px!important;
    margin-bottom: 30px;
    background: #fff;
    color: rgba(29,29,29,1.00);
    text-align: center;
    cursor: pointer;
}



	.cd-main-nav {
    width: 80%;
    height: 47px;
	position: relative;
	float: right;
	margin: 0;
    background: none;
	display: none;
}


.fixed-bg  {
  position: relative;
  min-height: 100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  }

  .fixed-bg.bg-2 {
	  display: none;
  }

  .scrolling-bg {
 width: 30%;
min-height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  margin-top: -100px;
  background-color: rgba(24,27,27, .90);
}

.scrolling-bg-services {
 width: 30%;
 height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  margin-top: 5px;
  background-color: rgba(24,27,27, .90);
  clear: left;
}


 /*************
 	HOME SCREEN STYLES BEGIN
**********************************/

 #top {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
 }

 .home-mobile {
	display: none;
}

.headline-container {
	  width: 85%;
	  height: 80%;
	  position: relative;
	  overflow: hidden;
	  margin: auto;
	  margin-top: 7%;
  }

h1.intro-headline {
	font-size: 6em;
	font-weight:700;
	line-height: 1.05em;
	width: 100%;
	text-align: center;
	padding: 5px;
	color: rgba(243,243,243,1.00);
	text-shadow: 4px 4px 5px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}


h2.intro-headline {
	font-size: 1.65em;
	font-weight:400;
	width: 100%;
	text-align: center;
	margin-top: 230px;
	padding: 5px;
	color: #E9F351;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: absolute;
	z-index: 9;
}

  .homepage {
	position: absolute;
	color: white;
	background-color: #326e8a;
	font-size: 18px;
	font-weight: 200;
	padding: 15px 45px 15px 45px;
	margin: 290px 0 0 40%;
	z-index: 9;
}


  .homepage:hover {
	  text-decoration: none;
	  color: white;
	  transition: 0.98s ease;
	  background-color: #296484;
  }
	  
	   .move-message {
	font-size: 1.25em;
	font-weight:400;
	width: 85%;
	  max-width: 1000px;
	text-align: center;
	margin-top: 380px;
	left: 7%;
	padding: 5px;
	color: #FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9;
	 }
	 
	 .new-address {
	font-size: 1.05em;
	font-weight:400;
	width: 85%;
	  max-width: 400px;
	text-align: center;
	margin-top: 0;
	left: 25%;
	padding: 5px;
	color:#FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9; 
	 }


  .scroll {
	 display: none;
  }


 h1.guitar-wall-quote {
	display: none;
}

.global-shop {
	display: none;
}



/*************
 	CUSTOM DISPLAYS STYLES BEGIN
**********************************/


#pop {
	height: 100%;
	margin: 0;
	position: relative;
}



    #pop .container {
        margin:0;
	}


  .custom-headline {
	width: 68%;
	position: relative;
	float: right;
	margin-right: 15px;
	text-align: center;
	font-size: 2.15em;
	color: rgba(22,31,41,1.00);
}

 .slider-container {
	 width: 65%;
	 position: relative;
	 float: right;
	 margin:-15px 2% 0 1%;
 }

.slider-caption {
	width: 90%;
	height: auto;
	position: relative;
	float: left;
	color: rgba(14,19,22,1.00);
	margin: 45px 0 10px 0;
}


.slider-caption h2{
	margin: 0;
}

.slider-caption p {
	margin-left: 0;
	padding: 0;
}


.sidebar-container {
    width: 98.5%;
    position: relative;
    margin-top: 15%;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 0.95em!important;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h1 {
	font-size: 1.45em;
	margin-top: 90px;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,0.85);
}

.sidebar-container h2 {
	font-size: 1em;
	color: rgba(208,217,52,1.00);
	padding: 0 10px 0 10px;
}

.custom-bullet li {
	font-size: 0.85em;
}

.cta {
	 /*width: 160px;
	 line-height: 1em;*/
	 text-align: center;
	 letter-spacing: 0.01em;
	 border-radius: 5px;
	 position: absolute;
	 top: 93%;
	 right: 15%;
	 padding: 10px 15px 10px 15px;
	 background-color: rgba(47,104,172,1.00);
	 color: rgba(237,237,237,1.00);
	 z-index: 9;
 }

 .cta:hover{
	 text-decoration:none;
	 opacity: 0.9;
 }





/*************
 	PORTFOLIO STYLES BEGIN
**********************************/

    #portfolio {
        width: 100%;
        height: auto;
		overflow: hidden;
        position: relative;
}



.portfolio-headline {
    text-align: center;
	font-size: 2.45em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}

.cs-headline {
	text-align:  center;
	font-size: 1.9em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}


    .case-studies {
        width: 100%;
        height:auto;
        position:relative;
        overflow: hidden;
        margin: auto;
		margin-top: 30px;
}

    .cs-grid {
        width: 25%;
		position: relative;
        float: left;
        margin-left: 40px;
        background-color: #fff;
    }

    .cs-grid img {
        margin-left: 10px;
    }

    .cs-grid h3 {
       padding-left: 10px;
        font-size: 1.25em;
    }

    .cs-grid p{
        width: 80%;
        font-size: 1em;
        padding: 5px 10px 5px 10px;
		margin-top: -15px;
    }



.portfolio-container {
	width: 90%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.portfolio-category {
	width: 32%;
	height: 200px;
	position: relative;
	float: left;
	margin: 5px;
	border: 1px solid rgba(201,201,201,1.00);
}

.portfolio-category:hover {
	opacity: 0.9;
	transition: 0.1s ease-in-out;

}

.category-title {
	width: 100%;
	position: relative;
	font-size: 1em;
	text-align: center;
	color: #E8E8E8;
	top: 72%;
	padding: 10px 0 10px 0;
	background-color: rgba(31,31,31,0.85);
}


.cat1 {
	background-image: url(../img/interactive-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat2 {
	background-image: url(../img/floor-disp-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat3 {
	background-image: url(../img/lightbox/wall-display8.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat4 {
	background-image: url(../img/store-env-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat5 {
	background-image: url(../img/signs-graphics-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat6 {
	background-image: url(../img/casework-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;

}


.clear {
  clear: both;
  float: none;
  width: 100%;
}


/*************
 	SERVICES/CAPABILITIES STYLES BEGIN
**********************************/

#services {
	width: 100%;
	position: relative;
    overflow: hidden;
}

    .scrolling-bg color-6 {
        height: 100%;
    }

#services-grid-container {
	 width: 68%;
    position: relative;
	overflow: hidden;
    float: right;
    margin: 5px 10px 0 5px;

}

.services-headline {
	width: 60%;
	font-size: 2.45em;
	float: right;
    font-weight: 400;
	color: rgba(22,31,41,1.00);
}


.department {
    width: 45%;
    position: relative;
	background: rgba(252,252,252,1.00);
    float: left;
	margin: 0 25px 5px 5px;
}

    .department h3 {
        font-size: 1.15em;
        font-weight: 500;
		margin: 0;
        padding-left: 5px;
    }

    .department p {
        font-size: 0.95em;
        font-weight: 400;
        padding: 5px 5px 5px 5px;
		margin-top: 5px;
    }

	.service-container {
		width: 99%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: auto;
	}

	.service-department {
 		width: 30%;
    	position: relative;
    	float: left;
		margin: 3% 10px 15px 30px;
	}

.sidebar-container {
    width: 98%;
    position: relative;
    margin-top: 8%;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 0.85em;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h2 {
	font-size: 1.9em;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,1.00);
}

.sidebar-container h2 {
	font-size: 1.25em;
	color: rgba(208,217,52,0.85);
	padding: 0 10px 0 10px;
}


.services-video {
	margin-bottom: 155px;
}



	/*************
 	ABOUT STYLES BEGIN
**********************************/

#about {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.about-headline {
	width: 80%;
	font-size: 3em;
    font-weight: 400;
	text-align: center;
	margin: 30px auto;
	margin-bottom: 15px;
	color: rgba(22,31,41,1.00);

}


img.about img {
	margin: 0 30px 0 30px;
}


 .about-video {
	 width: 35%;
	 height: auto;
	 position: relative;
	 margin: auto;
	 float: left;
	 border: 1px solid rgba(100,100,100,0.40);

 }


 .about-container {
	 width: 960px;
	 height: auto;
	 position: relative;
	 overflow: hidden;
	 margin: auto;
 }

 .about-column {
	 width: 40%;
	 position: relative;
	 float: left;
	 margin: 0 15px 40px 15px;
 }

 .about-right {
	 margin-left: 135px;
 }

 .about-img {
	 width: 100%;
	 height: 300px;
	 position: relative;
	 margin: auto;
	 border: 1px solid rgba(216,216,216,1.00);
	 clear: both;
 }







 /*************
 	OFF CANVAS PANEL STYLES BEGIN
**********************************/

 .panel {
	 width: 100%;
	 height: 98.5%;
	 background-color: #fff;
	 position: absolute;
	 margin-left: -200%;
	 z-index: 99999999999999;
	 -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
 }

 .panel:target {
	 margin: 4% 0 0 0;
 }

 .panel-content {
	 width: 80%;
	 position: relative;
	 margin: auto;
	 display: block;
}


.close-panel {
	width: 75px;
	height: 75px;
	position:  absolute;
	text-align: center;
	line-height: 0.9em;
	top: 5px;
	left: 88%;
	z-index: 9;
	opacity: 0.85;
}

.close-panel img {
	width: 50%;
	height: auto;
	position: relative;
}

.close {
	color: black;
	position: relative;
	padding: 0 5px 0 5px;
}

.close-panel:hover {
	opacity: .70;
}

.panel-main {
	margin: 5px 0 50px 0;
}

.process {
	width: 80%;
	height: auto;
	margin: auto;
}

.process img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
}

.process .close-panel {
	color: white;
	opacity: 0.8;
}

/*.slider-container.panel-slider img {
	border: 1px solid red;
}

.panel-container {
	width: 70%;
	position: relative;
	float: right;
	margin-right: 0;
	margin-top: 1%;
}

.panel-container img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 15px;
	border: 1px solid rgba(96,96,96,0.40);
}

.panel-icon {
	width: 100px;
	height: 100px;
	position: relative;
	float: left;
}

.panel-icon img {
	width: 100%;
	height: auto;
	position: relative;
	border: none;
}

.panel-content-view {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.panel-content-view-text {
	width: 83%;
	height: auto;
	position: relative;
	float: left;
	margin: 25px 0 0 0;
}

h1.panel-headline {
	width: 80%;
	position: relative;
	float: left;
	font-size: 2.8em;
	margin: 0!important;
	padding: 5px;
	text-align: left;
}

h2.panel-headline {
	width: 100%;
	font-size: 1.55em;
	color: rgba(104,104,104,1.00);
	position: relative;
	float: left;
	margin: 0!important;
	padding: 5px;
	text-align: left;
}

.panel-content-view-text p {
	width: 98%;
	position: relative;
	font-size: 1em;
	float: left;
	margin: 0;
	padding: 5px;
}



.panel-bullet-container {
	width: 89%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: right;
	margin: auto;
}

.left {
	width: auto;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 10px 0 20px;
}

.right {
	width: auto;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 20px 0 10px;
}

.panel-bullet {
	width: 48%;
	font-size: 1em;
	line-height: 1.5em;
	position: relative;
	float: left;
	margin: 5px 0 5px 10px;
	padding: 5px;
}

.vid-icon {
	width: 34px;
	position: relative;
	margin: auto;
}




.portfolio-panel:target {
	 margin: 1% 0 0 3%!important;
	 position: relative;
 }

 .portfolio-panel-container {
	width: 98.5%;
    height:auto;
    position:relative;
    overflow: hidden;
   	margin: auto;
	margin-bottom: 50px;
}


.gallery {
	width: 98.5%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: auto;
	margin-top: 15px;

}

.gallery li:hover {
	opacity: 0.85;
}

.portfolio-item-countertop {
	width: 120px;
	height: 120px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	border: 1px solid rgba(215,215,215,0.5);
}

.portfolio-item-countertop:last-child {
	width: 240px;
}

.portfolio-item-floor {
	width: 103px;
	height: 160px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	border: 1px solid rgba(215,215,215,0.5);
}

.portfolio-item-floor:nth-child(3) {
	width: 290px;
}


.portfolio-item-wall {
	width: 160px;
	height: 120px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	border: 1px solid rgba(215,215,215,0.5);
}

.portfolio-item-store {
	width: 182px;
	height: 120px;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	border: 1px solid rgba(215,215,215,0.5);
}




.gallery img {
	width: 100%;
	padding: 0;
	margin: 0;
}

.portfolio-panel-headline {
	width: 70%;
	position: relative;
	text-align: center;
	color: rgba(11,21,29,1.00);
	float: left;
	margin: 60px 0 35px 13%;
}

.portfolio-more a {
	color: rgba(24,53,71,1.00);
	text-align: center;
}*/




h1.window-shop-headline {
	font-size: 6em;
	text-align: center;
	width: 65%;
	margin: 15% 0 0 3%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}

h1.final-headline {
	font-size: 6em!important;
	text-align: center;
	width: 80%;
	margin: 15% 0 0 9%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}





/* Footer */
.footer {
    margin: auto;
    width: 100%;
	height: 100%;
    max-width: 960px;
    display: block;
    }


.form-container {
	width: 50%;
	position: relative;
	margin: auto;
}

.jumbotron {
	margin: 200px 0 0 0;
}

.text-center {
	text-align: center;
	margin: 0 3% 30% 3%;
	background-color: rgba(240,240,240,1.00);
	border-radius: 15px;
}



label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.text-center h1 {
	width: 75%;
	margin: 5px auto;
	padding-top: 50px;
	font-size: 2.7em;
	font-weight: 100;
}

.text-center h2 {
font-size: 1.4em;
font-weight: 100;
}

#feedbackForm {
	width: auto;
	margin-top: -100px;
}

.form-group {
	margin: 15px 0 5px 0;
}

.copy {
	width: 50%;
	position: relative;
	margin: auto;
}

.copy p {
	font-size: 1em;
	font-weight: 100;
	text-align: center;
}

.association {
	width: 50%;
	position: relative;
	margin-left: 25%;
}


output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}


 }

 @media only screen and (min-width: 1025px) and (max-width: 1119px) {

	.fixed-bg {
  position: relative;
  height: 100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  }

    .fixed-bg.bg-2 {
	  display: inherit;
	  background-image: url("../img/clients.jpg");

  }

#clients {
	display: none;
}



	/*************
 	HEADER STYLES BEGIN
**********************************/

	.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: none;
}

	.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}


.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

  #logo {
  width: 10%;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  opacity: 0.8;

}

#logo img {
	width: 100%;
	height: 100%;
}

.menu-btn {
    width: 100px;
    padding: 10px;
	float: right;
	margin-top: -50px;
    background: transparent;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.mobile-logo {
	width: 30%;
	height: auto;
	top: 0;
	left: 0;
	position: relative;
}

.mobile-logo img {
	width: 100%;
}

.cd-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.mobile-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.menu-btn.active {
    width: 100px;
    padding: 10px;
	float: right;
	margin-top: -60px!important;
    margin-bottom: 30px;
    background: #fff;
    color: rgba(29,29,29,1.00);
    text-align: center;
    cursor: pointer;
}



	.cd-main-nav {
    width: 80%;
    height: 47px;
	position: relative;
	float: right;
	margin: 0;
    background: none;
	display: none;
}





/*************
 	HOME SCREEN STYLES BEGIN
**********************************/
 #top {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
 }

 .home-mobile {
	display: none;
}

.headline-container {
	  width: 70%;
	  height: 80%;
	  position: relative;
	  overflow: hidden;
	  margin: auto;
	  margin-top: 20%;
  }

h1.intro-headline {
	font-size: 6em;
	font-weight:700;
	line-height: 1.05em;
	width: 100%;
	text-align: center;
	padding: 5px;
	color: rgba(243,243,243,1.00);
	text-shadow: 4px 4px 5px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}


h2.intro-headline {
	font-size: 1.65em;
	font-weight:400;
	width: 100%;
	text-align: center;
	margin-top: 240px;
	padding: 5px;
	color: #E9F351;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: absolute;
	z-index: 9;
}

  .homepage {
	position: absolute;
	color: white;
	background-color: #326e8a;
	font-size: 18px;
	font-weight: 200;
	padding: 15px 45px 15px 45px;
	margin: 340px 0 0 37%;
	z-index: 9;
}


  .homepage:hover {
	  text-decoration: none;
	  color: white;
	  transition: 0.98s ease;
	  background-color: #296484;
  }

  .scroll {
	  width: auto;
	  position: absolute;
	  z-index: 9;
	  top: 80%;
	  left: 41.5%;
	  opacity: 0.5;
  }


/*************
 	CUSTOM DISPLAYS STYLES BEGIN
**********************************/


#pop {
	min-height: 100%;
	margin: 0;
}

    #pop .container {
        margin:0;
	}


  .custom-headline {
	width: 60%;
	position: relative;
	float: right;
	margin-right: 90px;
	text-align: center;
	font-size: 2.25em;
	color: rgba(22,31,41,1.00);
}

.scrolling-bg {
	margin-top: -106px;
	height: auto;
}

 .slider-container {
	 width: 72%;
	 position: relative;
	 float: right;
	 margin:-15px 1.5% 0 1%;
 }

.slider-caption {
	width: 90%;
	height: auto;
	color: rgba(14,19,22,1.00);
	margin: 45px 0 10px 15px;
}


.slider-caption h2{
	margin: 0;
}

.slider-caption p {
	margin-left: 0;
	padding: 0;
}


.sidebar-container {
    width: 98.5%;
    position: relative;
    margin-top: 8%;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 1.15em!important;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h1 {
	font-size: 1.75em;
	margin-top: 90px;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,0.85);
}

.sidebar-container h2 {
	font-size: 1.25em;
	color: rgba(208,217,52,1.00);
	padding: 0 10px 0 10px;
}

.cta {
	 width: 160px;
	 line-height: 1em;
	 text-align: center;
	 letter-spacing: 0.01em;
	 border-radius: 5px;
	 position: absolute;
	 top: 93%;
	 right: 18%;
	 padding: 15px 20px 15px 20px;
	 background-color: rgba(47,104,172,1.00);
	 color: rgba(237,237,237,1.00);
	 z-index: 9;
 }

 .cta:hover{
	 text-decoration:none;
	 opacity: 0.9;
 }





/*************
 	PORTFOLIO STYLES BEGIN
**********************************/

    #portfolio {
        width: 100%;
        height: auto;
		overflow: hidden;
        position: relative;
}



.portfolio-headline {
    text-align: center;
	font-size: 2.45em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}

.cs-headline {
	text-align:  center;
	font-size: 1.9em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}


    .case-studies {
        width: 100%;
        height:auto;
        position:relative;
        overflow: hidden;
        margin: auto;
		margin-top: 30px;
}

    .cs-grid {
        width: 29%;
		position: relative;
        float: left;
        margin-left: 40px;
        background-color: #fff;
    }

    .cs-grid img {
        margin-left: 10px;
    }

    .cs-grid h3 {
       padding-left: 10px;
        font-size: 1.25em;
    }

    .cs-grid p{
        width: 80%;
        font-size: 1em;
        padding: 5px 10px 5px 10px;
		margin-top: -15px;
    }



.portfolio-container {
	width: 90%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.portfolio-category {
	width: 30%;
	height: 200px;
	position: relative;
	float: left;
	margin: 5px;
	border: 1px solid rgba(201,201,201,1.00);
}

.portfolio-category:hover {
	opacity: 0.9;
	transition: 0.1s ease-in-out;

}

.category-title {
	width: 100%;
	position: relative;
	font-size: 1em;
	text-align: center;
	color: #E8E8E8;
	top: 72%;
	padding: 10px 0 10px 0;
	background-color: rgba(31,31,31,0.85);
}


.cat1 {
	background-image: url(../img/interactive-bg.jpg);

	background-size:cover;
	background-repeat: no-repeat;
}

.cat2 {
	background-image: url(../img/floor-disp-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat3 {
	background-image: url(../img/lightbox/wall-display8.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat4 {
	background-image: url(../img/store-env-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat5 {
	background-image: url(../img/signs-graphics-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat6 {
	background-image: url(../img/casework-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	}


.clear {
  clear: both;
  float: none;
  width: 100%;
}



/*************
 	SERVICES/CAPABILITIES STYLES BEGIN
**********************************/

#services {
	width: 100%;
	position: relative;
    overflow: hidden;
}

    .scrolling-bg color-6 {
        height: 100%;
    }

#services-grid-container {
	 width: 73%;
    position: relative;
	overflow: hidden;
    float: right;
    margin: 5px 10px 0 5px;

}

.services-headline {
	width: 40%;
	font-size: 2.45em;
	float: right;
    font-weight: 400;
	color: rgba(22,31,41,1.00);
	margin-right: 200px;

}


.department {
    width: 23%;
    position: relative;
	background: rgba(252,252,252,1.00);
    float: left;
	margin: 0 5px 5px 10px;
}

    .department h3 {
        font-size: 1.15em;
        font-weight: 500;
		margin: 0;
        padding-left: 5px;
    }

    .department p {
        font-size: 0.95em;
        font-weight: 400;
        padding: 5px 5px 5px 5px;
		margin-top: 5px;
    }

	.service-container {
		width: 99%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: auto;
	}

	.service-department {
 		width: 30%;
    	position: relative;
    	float: left;
		margin: 3% 10px 15px 30px;
	}

.sidebar-container {
    width: 98%;
    position: relative;
    margin-top: 8%;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 0.85em;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h2 {
	font-size: 1.9em;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,1.00);
}

.sidebar-container h2 {
	font-size: 1.25em;
	color: rgba(208,217,52,0.85);
	padding: 0 10px 0 10px;
}


.services-video {
	margin-bottom: 155px;
}



	/*************
 	ABOUT STYLES BEGIN
**********************************/

#about {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.about-headline {
	width: 80%;
	font-size: 3em;
    font-weight: 400;
	text-align: center;
	margin: 50px auto;
	color: rgba(22,31,41,1.00);

}
.about-img-container{
    width: 72%;
    position: relative;
    float: right;
	margin-right: 20px;
}

.about-grid-container {
       width: 100%;
        height:auto;
        overflow: hidden;
        margin: 0;
  }

.grid-about {
    width: 32%;
    position: relative;
    float: left;
    margin: 10px 5px;
    border: 1px solid #adaeb3;
  }

 .grid-about img {
        width: 100%
    }

img.about img {
	margin: 0 30px 0 30px;
}


 .about-video {
	 width: 35%;
	 height: auto;
	 position: relative;
	 margin: auto;
	 float: left;
	 border: 1px solid rgba(100,100,100,0.40);

 }


 .about-container {
	 width: 1024px;
	 height: auto;
	 position: relative;
	 overflow: hidden;
	 margin: auto;
 }

 .about-column {
	 width: 40%;
	 position: relative;
	 float: left;
	 margin: 0 15px 40px 15px;
 }

 .about-right {
	 margin-left: 135px;
 }

 .about-img {
	 width: 100%;
	 height: 300px;
	 position: relative;
	 margin: auto;
	 border: 1px solid rgba(216,216,216,1.00);
	 clear: both;
 }







 /*************
 	OFF CANVAS PANEL STYLES BEGIN
**********************************/

 .panel {
	 width: 100%;
	 height: 98.5%;
	 background-color: #fff;
	 position: absolute;
	 margin-left: -200%;
	 z-index: 99999999999999;
	 -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
 }

 .panel:target {
	 margin: 4% 0 0 0;
 }

 .panel-content {
	 width: 80%;
	 position: relative;
	 margin: auto;
	 display: block;
}


.close-panel {
	width: 175px;
	height: 175px;
	position:  absolute;
	text-align: center;
	line-height: 0.9em;
	top: 5px;
	left: 88%;
	z-index: 9;
	opacity: 0.85;
}

.close-panel img {
	width: 100%;
	height: auto;
	position: relative;
}

.close {
	color: black;
	position: relative;
	padding: 0 5px 0 5px;
}

.close-panel:hover {
	opacity: .70;
}


.close-panel-process {
	width: 40px;
	height: 40px;
	position: absolute;
	text-align: center;
	top:15px;
	left: 91%;
	z-index: 9;
	opacity: 0.85;
}

.panel-main {
	margin: 5px 0 50px 0;
}

close-panel-process {
	width: 50px;
	height: 50px;
	position: absolute;
	text-align: center;
	top:15px;
	left: 88%;
	z-index: 9;
	opacity: 0.85;
}

.process {
	width: 80%;
	height: auto;
	margin: auto;
}

.process img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
}

.process .close-panel {
	color: white;
	opacity: 0.8;
}

.scrolling-bg-services {
 width: 25%;
 height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  margin-top: 5px;
  background-color: rgba(24,27,27, .90);
  clear: left;
}


h1.guitar-wall-quote {
	font-size: 2.6em;
	text-align: left;
	width: 100%;
	font-weight: 400;
	margin-top: 45%;
	padding: 50px 100px 50px 100px;
	color: #fff;
	background-color: rgba(15,15,15,0.6);
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}

.global-shop {
	font-size: 1.25em;
	text-align: left;
	width: 40%;
	font-weight: 300;
	left: 61%;
	margin-top: 60%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}





h1.window-shop-headline {
	font-size: 7em;
	text-align: center;
	width: 65%;
	margin: 15% 0 0 3%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}

h1.final-headline {
	font-size: 7em!important;
	text-align: center;
	width: 80%;
	margin: 15% 0 0 9%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}

/* Footer */
.footer {
    margin: auto;
    width: 100%;
	height: 100%;
    max-width: 960px;
    display: block;
    }


.form-container {
	width: 50%;
	position: relative;
	margin: auto;
}

.jumbotron {
	margin: 200px 0 0 0;
}

.text-center {
	text-align: center;
	margin: 0 3% 30% 3%;
	background-color: rgba(240,240,240,1.00);
	border-radius: 15px;
}



label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.text-center h1 {
	width: 75%;
	margin: 5px auto;
	padding-top: 50px;
	font-size: 2.7em;
	font-weight: 100;
}

.text-center h2 {
font-size: 1.4em;
font-weight: 100;
}

#feedbackForm {
	width: auto;
	margin-top: -100px;
}

.form-group {
	margin: 15px 0 5px 0;
}

.copy {
	width: 50%;
	position: relative;
	margin: auto;
}

.copy p {
	font-size: 1em;
	font-weight: 100;
	text-align: center;
}

.association {
	width: 50%;
	position: relative;
	margin-left: 25%;
}


output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}


 }


@media only screen and (min-width: 1120px) and (max-width: 1599px) {

	.fixed-bg {
  position: relative;
  height: 100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  }

    .fixed-bg.bg-2 {
	  display: inherit;
	  background-image: url("../img/clients1.jpg");

  }

#clients {
	display: none;
}


	/*************
 	HEADER STYLES BEGIN
**********************************/

.mobile-header {
	display: none;
}

	.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}




.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

  #logo {
  width: auto;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  opacity: 0.8;

}

#logo img {
	width: 100%;
	height: auto;
}

.cd-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}



	.cd-main-nav {
    width: 70%;
    height: 47px;
	position: relative;
	float: right;
	margin: 0;
	margin-left: 40px;
    background: none;
}

  .cd-main-nav ul {
    position: relative;
    width: 90%;
	float: right;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 16px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: .5em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    background: transparent;
    padding: .6em;
    border-top: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85em;
	line-height: 16px;
  }

  .cd-main-nav a.active {
	color: black;
  }


  .no-touch .cd-main-nav a:hover {
	text-decoration: none;
	transition: 0.4s ease-in-out;
    color: #3E6584;
  }

 #dropdown ul:nth-child(-n+2) {
	  width: 320px;
	  margin: 0;
	  margin-top: 1px;
	  position: absolute;
  	  background: rgba(14,21,25,0.80);
	  border-radius: 5px;
	  display: none;
  }
 
   #dropdown:hover ul:nth-child(-n+2) {
	   display: block;
	   transition: 0.4s ease-in-out;
  }
	

    #dropdown.active ul:nth-child(-n+2) {
	  width: 320px;
	  margin: 0;
	  margin-top: 1px;
	  position: absolute;
  	  background-color:rgba(255,255,255,1.00);
   }
	
	 .dropdown2 ul:nth-child(-n+2) {
	  width: 250px;
	  margin: 0;
	  margin-left: -85px;
	  margin-top: 1px;
	  position: absolute;
	  font-size: 1em;
  	  background: rgba(14,21,25,0.90);
	  display: none;
  }

   .dropdown2:hover ul:nth-child(-n+2) {
	   display: block;
	   border-radius: 5px;
  }

  .dropdown2.active ul:nth-child(-n+2) {
	  width: 250px;
	  margin: 0;
	  margin-top: 1px;
	  margin-left: -85px;
	  position: absolute;
	  color: rgba(0,0,0,1.00);
  	  background-color: rgba(255,255,255,1.00);
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   }
	

	

.dropdown2 a.active {
  color: rgba(25,25,25,1.00);
}










/*************
 	HOME SCREEN STYLES BEGIN
**********************************/
 #top {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
 }

 .home-mobile {
	display: none;
}

.headline-container {
	  width: 80%;
	  max-width: 1024px;
	  height: 100%;
	  position: relative;
	  overflow: hidden;
	  margin: auto;
	  margin-top: 9%;
  }

h1.intro-headline {
	font-size: 6.2em;
	font-weight:700;
	line-height: 1.05em;
	width: 100%;
	text-align: center;
	padding: 5px;
	color: rgba(243,243,243,1.00);
	text-shadow: 4px 4px 5px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}


h2.intro-headline {
	font-size: 1.65em;
	font-weight:400;
	width: 100%;
	text-align: center;
	margin-top: 240px;
	padding: 5px;
	color: #E9F351;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: absolute;
	z-index: 9;
}

  .homepage {
	position: absolute;
	color: white;
	background-color: #326e8a;
	font-size: 18px;
	font-weight: 200;
	padding: 15px 45px 15px 45px;
	margin: 350px 0 0 40%;
	z-index: 9;
}


  .homepage:hover {
	  text-decoration: none;
	  color: white;
	  transition: 0.98s ease;
	  background-color: #296484;
  }
	
	 .move-message {
	font-size: 1.6em;
	font-weight:400;
	width: 100%;
	  max-width: 1300px;
	text-align: center;
	margin-top: 450px;
	left: 3%;
	padding: 5px;
	color: #FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9;
	 }
	 
	 .new-address {
		font-size: 1.6em;
	font-weight:400;
	width: 85%;
	  max-width: 800px;
	text-align: center;
	margin-top: -5px;
	left: 12%;
	padding: 5px;
	color:#FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9; 
	 }


  .scroll {
	  width: auto;
	  position: absolute;
	  z-index: 9;
	  top: 65%;
	  left: 41.5%;
	  opacity: 0.5;
  }


/*************
 	CUSTOM DISPLAYS STYLES BEGIN
**********************************/


#pop {
	min-height: 100%;
	margin: 0;
}

    #pop .container {
        margin:0;
	}


  .custom-headline {
	width: 60%;
	position: relative;
	float: right;
	margin-right: 90px;
	text-align: center;
	font-size: 2.25em;
	color: rgba(22,31,41,1.00);
}

.scrolling-bg {
	margin-top: -106px;
	height: auto;
}

 .slider-container {
	 width: 72%;
	 position: relative;
	 float: right;
	 margin:-15px 1.5% 0 1%;
 }

.slider-caption {
	width: 90%;
	height: auto;
	color: rgba(14,19,22,1.00);
	margin: 45px 0 10px 15px;
}


.slider-caption h2{
	margin: 0;
}

.slider-caption p {
	margin-left: 0;
	padding: 0;
}


.sidebar-container {
    width: 98.5%;
    position: relative;
    margin-top: 8%;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 1.15em!important;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h1 {
	font-size: 1.75em;
	margin-top: 90px;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,0.85);
}

.sidebar-container h2 {
	font-size: 1.25em;
	color: rgba(208,217,52,1.00);
	padding: 0 10px 0 10px;
}

.cta {
	 width: 160px;
	 line-height: 1em;
	 text-align: center;
	 letter-spacing: 0.01em;
	 border-radius: 5px;
	 position: absolute;
	 top: 93%;
	 right: 18%;
	 padding: 15px 20px 15px 20px;
	 background-color: rgba(47,104,172,1.00);
	 color: rgba(237,237,237,1.00);
	 z-index: 9;
 }

 .cta:hover{
	 text-decoration:none;
	 opacity: 0.9;
 }





/*************
 	PORTFOLIO STYLES BEGIN
**********************************/

    #portfolio {
        width: 100%;
        height: auto;
		overflow: hidden;
        position: relative;
}



.portfolio-headline {
    text-align: center;
	font-size: 2.45em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}

.cs-headline {
	text-align:  center;
	font-size: 1.9em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}


    .case-studies {
        width: 90%;
        height:auto;
        position:relative;
        overflow: hidden;
        margin: auto;
		margin-top: 30px;
}

    .cs-grid {
        width: 29%;
		position: relative;
        float: left;
        margin-left: 40px;
        background-color: #fff;
    }

    .cs-grid img {
        margin-left: 10px;
    }

    .cs-grid h3 {
       padding-left: 10px;
        font-size: 1.25em;
    }

    .cs-grid p{
        width: 80%;
        font-size: 1em;
        padding: 5px 10px 5px 10px;
		margin-top: -15px;
    }



.portfolio-container {
	width: 90%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.portfolio-category {
	width: 30%;
	height: 200px;
	position: relative;
	float: left;
	margin: 5px;
	border: 1px solid rgba(201,201,201,1.00);
}

.portfolio-category:hover {
	opacity: 0.9;
	transition: 0.1s ease-in-out;

}

.category-title {
	width: 100%;
	position: relative;
	font-size: 1em;
	text-align: center;
	color: #E8E8E8;
	top: 72%;
	padding: 10px 0 10px 0;
	background-color: rgba(31,31,31,0.85);
}


.cat1 {
	background-image: url(../img/interactive-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat2 {
	background-image: url(../img/floor-disp-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat3 {
	background-image: url(../img/lightbox/wall-display8.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat4 {
	background-image: url(../img/store-env-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat5 {
	background-image: url(../img/signs-graphics-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat6 {
	background-image: url(../img/casework-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	}


.clear {
  clear: both;
  float: none;
  width: 100%;
}



/*************
 	SERVICES/CAPABILITIES STYLES BEGIN
**********************************/

#services {
	width: 100%;
	position: relative;
    overflow: hidden;
}

    .scrolling-bg color-6 {
        height: 100%;
    }

#services-grid-container {
	 width: 73%;
    position: relative;
	overflow: hidden;
    float: right;
    margin: 5px 10px 0 5px;

}

.services-headline {
	width: 40%;
	font-size: 2.45em;
	float: right;
    font-weight: 400;
	color: rgba(22,31,41,1.00);
	margin-right: 200px;

}


.department {
    width: 23%;
    position: relative;
	background: rgba(252,252,252,1.00);
    float: left;
	margin: 0 5px 5px 10px;
}

    .department h3 {
        font-size: 1.15em;
        font-weight: 500;
		margin: 0;
        padding-left: 5px;
    }

    .department p {
        font-size: 0.95em;
        font-weight: 400;
        padding: 5px 5px 5px 5px;
		margin-top: 5px;
    }

	.service-container {
		width: 99%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: auto;
	}

	.service-department {
 		width: 30%;
    	position: relative;
    	float: left;
		margin: 3% 10px 15px 30px;
	}

.sidebar-container {
    width: 98%;
    position: relative;
    margin-top: 8%;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 0.85em;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h2 {
	font-size: 1.9em;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,1.00);
}

.sidebar-container h2 {
	font-size: 1.25em;
	color: rgba(208,217,52,0.85);
	padding: 0 10px 0 10px;
}


.services-video {
	margin-bottom: 155px;
}



	/*************
 	ABOUT STYLES BEGIN
**********************************/

#about {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.about-headline {
	width: 80%;
	font-size: 3em;
    font-weight: 400;
	text-align: center;
	margin: 50px auto;
	color: rgba(22,31,41,1.00);

}
.about-img-container{
    width: 72%;
    position: relative;
    float: right;
	margin-right: 20px;
}

.about-grid-container {
       width: 100%;
        height:auto;
        overflow: hidden;
        margin: 0;
  }

.grid-about {
    width: 32%;
    position: relative;
    float: left;
    margin: 10px 5px;
    border: 1px solid #adaeb3;
  }

 .grid-about img {
        width: 100%
    }

img.about img {
	margin: 0 30px 0 30px;
}


 .about-video {
	 width: 35%;
	 height: auto;
	 position: relative;
	 margin: auto;
	 float: left;
	 border: 1px solid rgba(100,100,100,0.40);

 }


 .about-container {
	 width: 1024px;
	 height: auto;
	 position: relative;
	 overflow: hidden;
	 margin: auto;
 }

 .about-column {
	 width: 40%;
	 position: relative;
	 float: left;
	 margin: 0 15px 40px 15px;
 }

 .about-right {
	 margin-left: 135px;
 }

 .about-img {
	 width: 100%;
	 height: 300px;
	 position: relative;
	 margin: auto;
	 border: 1px solid rgba(216,216,216,1.00);
	 clear: both;
 }







 /*************
 	OFF CANVAS PANEL STYLES BEGIN
**********************************/

 .panel {
	 width: 100%;
	 height: 98.5%;
	 background-color: #fff;
	 position: absolute;
	 margin-left: -200%;
	 z-index: 99999999999999;
	 -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
 }

 .panel:target {
	 margin: 4% 0 0 0;
 }

 .panel-content {
	 width: 80%;
	 position: relative;
	 margin: auto;
	 display: block;
}


.close-panel {
	width: 75px;
	height: 75px;
	position:  absolute;
	text-align: center;
	line-height: 0.9em;
	top: 5px;
	left: 88%;
	z-index: 9;
	opacity: 0.85;
}

.close-panel img {
	width: 50%;
	height: auto;
	position: relative;
}

.close {
	color: black;
	position: relative;
	padding: 0 5px 0 5px;
}

.close-panel:hover {
	opacity: .70;
}


.panel-main {
	margin: 5px 0 50px 0;
}

.process {
	width: 80%;
	height: auto;
	margin: auto;
}

.process img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
}

.close-panel-process {
	width: 45px;
	height: 40px;
	position: absolute;
	text-align: center;
	line-height: 0.5em;
	top:15px;
	left: 92%;
	z-index: 9;
	opacity: 0.85;
}

.process .close-panel {
	color: white;
	opacity: 0.8;
}

.scrolling-bg-services {
 width: 25%;
 height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  margin-top: 5px;
  background-color: rgba(24,27,27, .90);
  clear: left;
}



h1.guitar-wall-quote {
	font-size: 3em;
	text-align: left;
	width: 100%;
	font-weight: 400;
	margin-top: 34%;
	padding: 50px 100px 50px 100px;
	color: #fff;
	background-color: rgba(15,15,15,0.6);
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}

.global-shop {
	font-size: 1.5em;
	text-align: left;
	width: 30%;
	font-weight: 300;
	left: 66%;
	margin-top: 44%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}





h1.window-shop-headline {
	font-size: 5em;
	text-align: center;
	width: 65%;
	margin: 15% 0 0 3%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}

h1.final-headline {
	font-size: 5em!important;
	text-align: center;
	width: 80%;
	margin: 15% 0 0 9%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}





/* Footer */
.footer {
    margin: auto;
    width: 100%;
	height: 100%;
    max-width: 960px;
    display: block;
    }


.form-container {
	width: 50%;
	position: relative;
	margin: auto;
}

.jumbotron {
	margin: 200px 0 0 0;
}

.text-center {
	text-align: center;
	margin: 0 3% 30% 3%;
	background-color: rgba(240,240,240,1.00);
	border-radius: 15px;
}



label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.text-center h1 {
	width: 75%;
	margin: 5px auto;
	padding-top: 50px;
	font-size: 2.7em;
	font-weight: 100;
}

.text-center h2 {
font-size: 1.4em;
font-weight: 100;
}

#feedbackForm {
	width: auto;
	margin-top: -100px;
}

.form-group {
	margin: 15px 0 5px 0;
}

.copy {
	width: 50%;
	position: relative;
	margin: auto;
}

.copy p {
	font-size: 1em;
	font-weight: 100;
	text-align: center;
}

.association {
	width: 50%;
	position: relative;
	margin-left: 25%;
}


output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
}

@media only screen and (min-width: 1435px) {

	.close-panel {
		top: 430px;
	}

}



/*******************************************
 DESKTOP MEDIUM - LARGE SCREEN STYLES BEGIN
**********************************/

@media only screen and (min-width: 1600px) {

	.fixed-bg {
  position: relative;
  height: 100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  }

  #clients {
	display: none;
}


.pushy pushy-right {
	display: none;
}

.menu-btn {
	display: none;
}

.mobile-header {
	display: none;
}


	/*************
 	HEADER STYLES BEGIN
**********************************/

	.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}



.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

  #logo {
	  width: auto;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  opacity: 0.8;

}

#logo img {
	width: 100%;
	height: auto;
}

.cd-header.active {
	transition: 0.2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}



	.cd-main-nav {
    width: auto;
    height: 60px;
	position: relative;
	float: left;
	margin-left: 25%;
    background: none;
}

  .cd-main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 30px;
	/* margin-top: 25px; */
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: .5em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
	line-height: 16px;
  }

  .cd-main-nav a.active {
	color: #000;
  }
	
	.no-touch .cd-main-nav a:hover {
	text-decoration: none;
	transition: 0.4s ease-in-out;
    color: #3E6584;
  }

   #dropdown ul:nth-child(-n+2) {
	  width: 320px;
	  margin: 0;
	  margin-top: 1px;
	  position: absolute;
  	  background: rgba(14,21,25,0.80);
	  border-radius: 5px;
	  display: none;
  }
 
   #dropdown:hover ul:nth-child(-n+2) {
	   display: block;
	   transition: 0.4s ease-in-out;
  }
	

    #dropdown.active ul:nth-child(-n+2) {
	  width: 320px;
	  margin: 0;
	  margin-top: 1px;
	  position: absolute;
  	  background-color:rgba(255,255,255,1.00);
   }
	
	 .dropdown2 ul:nth-child(-n+2) {
	  width: 250px;
	  margin: 0;
	  margin-left: -85px;
	  margin-top: 1px;
	  position: absolute;
	  font-size: 1em;
  	  background: rgba(14,21,25,0.90);
	  display: none;
  }

   .dropdown2:hover ul:nth-child(-n+2) {
	   display: block;
	   border-radius: 5px;
  }

  .dropdown2.active ul:nth-child(-n+2) {
	  width: 250px;
	  margin: 0;
	  margin-top: 1px;
	  margin-left: -85px;
	  position: absolute;
	  color: rgba(0,0,0,1.00);
  	  background-color: rgba(255,255,255,1.00);
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   }
	

	

.dropdown2 a.active {
  color: rgba(25,25,25,1.00);
}


	



	


 .no-touch .cd-main-nav a.active:hover {
    color:rgba(47,104,172,1.00);
  }

 .fixed-bg {
  position: relative;
  min-height: 100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  }

  #clients {
	  display: none;
  }


  /*************
 	SCROLLING SIDEBAR STYLES BEGIN
**********************************/

  .scrolling-bg {
 width: 25%;
 height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
 margin-top: -150px;
  background-color: rgba(24,27,27, .90);
}

 .scrolling-bg-services {
 width: 25%;
 height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  margin-left: 5px;
  background-color: rgba(24,27,27, .90);
}

.scrolling-bg.color-1 {
	background-color: rgba(24,27,27, .90);
}

.sidebar-container {
    width: 95.5%;
    position: relative;
	margin: auto;
    margin-top: 70px;
    }

.sidebar-container p {
	padding: 0 10px 0 10px;
	font-size: 1.15em;
	color: rgba(197,197,197, 0.85);
}

.sidebar-container h1 {
	font-size: 2.25em;
	margin-top: 150px;
	padding: 0 10px 0 10px;
	color: rgba(197,197,197,0.85);
}

.sidebar-container h2 {
	font-size: 1.35em;
	color: rgba(208,217,52,0.85);
	padding: 0 10px 0 10px;
}

/*************
 	HOME SCREEN STYLES BEGIN
**********************************/
#top {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
 }

 .home-mobile {
	display: none;
}

 .headline-container {
	  width: 70%;
	  height: 80%;
	  position: relative;
	  overflow: hidden;
	  margin: auto;
	  margin-top: 10%;
  }

h1.intro-headline {
	font-size: 7em;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	line-height: 1.05em;
	width: 100%;
	text-align: center;
	padding: 5px;
	color: rgba(243,243,243,1.00);
	text-shadow: 4px 4px 5px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}


h2.intro-headline {
	font-size: 2.2em;
	font-weight:200;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	text-align: center;
	margin-top: 280px;
	padding: 5px;
	color: #E9F351;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: absolute;
	z-index: 9;
}

  .homepage {
	position: absolute;
	color: white;
	background-color: #326e8a;
	font-size: 1.2em;
	font-weight: 200;
	padding: 15px 35px 15px 35px;
	margin: 32.5% 0 0 42%;
	z-index: 9;
}

  .homepage:hover {
	  text-decoration: none;
	  color: white;
	  transition: 0.98s ease;
	  background-color: #296484;
  }
	
	
	 .move-message {
	font-size: 1.85em;
	font-weight:400;
	width: 100%;
	  max-width: 1020px;
	text-align: center;
	margin-top: 500px;
	left: 12%;
	padding: 5px;
	color: #FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9;
	 }
	 
	 .new-address {
	font-size: 1.85em;
	font-weight:400;
	width: 85%;
	 max-width: 800px;
	text-align: center;
	margin-top: 5px;
	left: 20%;
	padding: 5px;
	color:#FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9; 
	 }


  .scroll {
	  width: auto;
	  position: absolute;
	  z-index: 9;
	  top: 75%;
	  left: 42.75%;
	  opacity: 0.5;
  }


/*************
 	CUSTOM DISPLAYS STYLES BEGIN
**********************************/


#pop {
	height: 100%;
	margin: 0;
	padding: 0;
}

 .custom-headline {
	width: 60%;
	position: relative;
	font-size: 2.8em;
	float: right;
	text-align: center;
	font-weight: 600;
	color: rgba(22,31,41,1.00);
	margin: 80px 10% 0 0;
}

 .slider-container {
	 width: 71%;
	 position: relative;
	 float: right;
	 margin: 1% 1.5% 0 1%;
 }

 .cta {
	 width: 160px;
	 line-height: 1em;
	 text-align: center;
	 letter-spacing: 0.01em;
	 border-radius: 5px;
	 position: absolute;
	 top: 84%;
	 right: 10%;
	 padding: 15px 20px 15px 20px;
	 background-color: rgba(47,104,172,1.00);
	 color: rgba(237,237,237,1.00);
	 z-index: 9;
 }

 .cta:hover{
	 text-decoration:none;
	 opacity: 0.9;
 }

.sidebar-container {
   margin-top: 120px;
    }

.sidebar-container h1 {
	margin-top: 80px!important;
}

.custom-bullet {
	line-height: 2em;
	font-size: 1em;
}

.custom-bullet li:nth-child(n+4):nth-child(-n+6) {
	line-height: 1.3em;
	margin-bottom: 10px;
}



/*************
 	PORTFOLIO STYLES BEGIN
**********************************/

    #portfolio {
        width: 100%;
        height: auto;
		background-color:rgba(205,205,205,0.25);
		overflow: hidden;
        position: relative;


    }

/*#portfolio {
	clear:both;
}*/

.portfolio-headline {
    text-align:  center;
	font-size: 3em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}

.cs-headline {
	text-align:  center;
	font-size: 2.25em;
	font-weight: 400;
	color: rgba(22,31,41,1.00);
}


    .case-studies {
        width: 70%;
        height:auto;
        position:relative;
        overflow: hidden;
        margin: auto;
		margin-top: 15px;
		background-color: #fff;
}

    .cs-grid {
        width: 32.5%;
        float: left;
        margin-left: 5px;
        background-color: #fff;
    }

    .cs-grid img {
        margin-left: 40px;
    }

    .cs-grid h3 {
       padding-left: 40px;
        font-size: 1.5em;
    }

    .cs-grid p{
        width: 80%;
        font-size: 1.05em;
        padding: 5px 10px 5px 40px;
		margin-top: -15px;
    }


.clear {
  clear: both;
  float: none;
  width: 100%;
}

.portfolio-container {
	width: 70%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.portfolio-category-container {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: auto;
	background-color: #fff;
}

.portfolio-category {
	width: 32.5%;
	height: 200px;
	position: relative;
	float: left;
	margin: 4px;
	border: 1px solid rgba(201,201,201,1.00);
}

.portfolio-category:hover {
	opacity: 0.9;
	transition: 0.1s ease-in-out;

}

.category-title {
	width: 100%;
	position: relative;
	font-size: 1em;
	text-align: center;
	color: #E8E8E8;
	top: 72%;
	padding: 10px 0 10px 0;
	background-color: rgba(31,31,31,0.85);
}


.cat1 {
	background-image: url(../img/interactive-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat2 {
	background-image: url(../img/floor-disp-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat3 {
	background-image: url(../img/lightbox/wall-display8.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}

.cat4 {
	background-image: url(../img/store-env-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat5 {
	background-image: url(../img/signs-graphics-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}

.cat6 {
	background-image: url(../img/casework-bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;}


	  .fixed-bg.bg-2 {
	  display: inherit;
	  background-image: url(../img/clients.jpg);

  }




/*************
 	SERVICES/CAPABILITIES STYLES BEGIN
**********************************/


#services {
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}

.sidebar-container h1 {
	margin-top: 130px;
}

.services-video {
	margin-bottom: 100px;
	margin-left: 70px;
}


#services-grid-container {
	 width: 69%;
    position: relative;
	overflow: hidden;
    float: right;
    margin: 25px 3% 0 2%;
}

.services-headline {
	width: 40%;
	font-size: 3em;
    font-weight: 400;
	color: rgba(22,31,41,1.00);
	float: right;
	margin: 60px 250px 0 0;

}


.department {
    width: 24%;
    position: relative;
	background: rgba(255,255,255,1.00);
    float: left;
	margin: 0 10px 15px 0;
}

    .department h3 {
        font-size: 1.4em;
        font-weight: 500;
		margin: 0;
        padding-left: 5px;
    }

    .department p {
        font-size: 0.9em;
        font-weight: 400;
        padding: 5px 5px 5px 5px;
		margin-top: 5px;

    }

	.department p a {
		font-size: 1.15em;
		font-weight: 500;
		}


	.service-container {
		width: 99%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: auto;
		}

	.service-department {
 		width: 30%;
    	position: relative;
    	float: left;
		margin: 3% 10px 15px 30px;
	}

	.service-container p {
		font-size: 1em;
		margin-top: 10px;
	}



	/*************
 	ABOUT STYLES BEGIN
**********************************/

#about {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.about-headline {
	width: 80%;
	font-size: 3em;
    font-weight: 400;
	text-align: center;
	margin: 50px auto;
	color: rgba(22,31,41,1.00);

}
.about-img-container{
    width: 72%;
    position: relative;
    float: right;
	margin-right: 20px;
}

.about-grid-container {
       width: 100%;
        height:auto;
        overflow: hidden;
        margin: 0;
  }

.grid-about {
    width: 32%;
    position: relative;
    float: left;
    margin: 10px 5px;
    border: 1px solid #adaeb3;
  }

 .grid-about img {
        width: 100%
    }

img.about img {
	margin: 0 30px 0 30px;
}


 .about-video {
	 width: 35%;
	 height: auto;
	 position: relative;
	 margin: auto;
	 float: left;
	 border: 1px solid rgba(100,100,100,0.40);

 }


 .about-container {
	 width: 1024px;
	 height: auto;
	 position: relative;
	 overflow: hidden;
	 margin: auto;
 }

 .about-column {
	 width: 40%;
	 position: relative;
	 float: left;
	 margin: 0 15px 40px 15px;
 }

 .about-right {
	 margin-left: 135px;
 }

 .about-img {
	 width: 98.5%;
	 height: 300px;
	 position: relative;
	 margin: auto;
	 border: 1px solid rgba(216,216,216,1.00);
	 clear: both;
 }






 /*************
 	OFF CANVAS PANEL STYLES BEGIN
**********************************/

 .panel {
	 width: 98.5%;
	 height: auto;
	 background-color: rgba(255,255,255,1.00);
	 position: absolute;
	 margin-left: -200%;
	 z-index: 99999999999999;
	 -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	border: 1px solid rgba(127,127,127,1.00);
 }

 .panel:target {
	 margin: 3% 0 0 0.5%;
	 position: relative;
 }

 .panel-content {
	 width: 80%;
	 position: relative;
	 margin: auto;
	 display: block;
}


.close-panel {
	display: inline-block;
	width: 75px;
	height: 75px;
	position:  absolute;
	text-align: center;
	line-height: 0.9em;
	top: 5px;
	left: 88%;
	z-index: 9;
	opacity: 0.85;
}

.close-panel img {
	width: 50%;
	height: auto;
	position: relative;
}

.close {
	color: black;
	position: relative;
	padding: 0 5px 0 5px;
}

.close-panel:hover {
	opacity: .70;
}


.panel-main {
	margin: 5px 0 50px 0;
}

.process {
	width: 80%;
	height: auto;
	margin: auto;
}

.process img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
}

.process .close-panel {
	color: white;
	opacity: 0.8;
}



h1.guitar-wall-quote {
	font-size: 4.5em;
	text-align: left;
	width: 100%;
	font-weight: 400;
	margin-top: 34%;
	padding: 50px 100px 50px 100px;
	color: #fff;
	background-color: rgba(15,15,15,0.6);
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}

.global-shop {
	font-size: 1.8em;
	text-align: left;
	width: 30%;
	font-weight: 300;
	left: 66%;
	margin-top: 48%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,0.85);
	position: absolute;
	z-index: 9;
}

h1.window-shop-headline {
	font-size: 7em;
	text-align: center;
	width: 65%;
	margin: 15% 0 0 3%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}

h1.final-headline {
	font-size: 7em!important;
	text-align: center;
	width: 80%;
	margin: 15% 0 0 9%;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(61,61,61,1.00);
	position: absolute;
	z-index: 9;
}





/* Footer */
.footer {
    margin: auto;
    width: 100%;
	height: 100%;
    max-width: 960px;
    display: block;
    }
	
	.alert .alert-success .contact__msg {
	width: auto;
	position: relative;
	font-size: 1em;
	margin: 50%;
		display: inline-block;
	
}



.form-container {
	width: 45%;
	height: auto;
	position: relative;
	margin: auto;
	font-family: 'Roboto', sans-serif;
}

.jumbotron {
	margin: 100px 0 0 0;

}

.text-center {
	text-align: center;
	margin: 0 3% 10% 3%;
	background-color: rgba(240,240,240,1.00);
	border-radius: 15px;

}
	
	.contact__form {
		width: auto;
		margin: auto;
	}



label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.text-center h1 {
	width: 65%;
	margin: 5px auto;
	padding-top: 50px;
	font-size: 4em;
	font-weight: 100;
}

.text-center h2 {
font-size: 1.4em;
font-weight: 100;
}

#feedbackForm {
	width: auto;
	margin-top: -150px;
}

.form-group {
	margin: 15px 0 5px 0;

}

.copy {
	width: 50%;
	position: relative;
	margin: auto;

}

.copy p {
	font-size: 1em;
	font-weight: 100;
	text-align: center;
}


.address a {
	color: black;
}

.address li {
	list-style: none;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1em;
}



.association {
	width: 50%;
	position: relative;
	margin-left: 25%;
}


output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}


}

@media only screen and (min-width: 1900px) {

	.fixed-bg {
  position: relative;
  height: 100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  }

  .fixed-bg.bg-2 {
	  display: inherit;
	  background-image: url("../img/clients1.jpg");

  }
	
	.no-touch .cd-main-nav a:hover {
	text-decoration: none;
	transition: 0.4s ease-in-out;
    color: #3E6584;
  }
	
.cd-main-nav a.active {
	color: black;
  }


  #dropdown ul:nth-child(-n+2) {
	  width: 320px;
	  margin: 0;
	  margin-top: 1px;
	  position: absolute;
  	  background: rgba(14,21,25,0.80);
	  border-radius: 5px;
	  display: none;
  }
 
   #dropdown:hover ul:nth-child(-n+2) {
	   display: block;
	   transition: 0.4s ease-in-out;
  }
	

    #dropdown.active ul:nth-child(-n+2) {
	  width: 320px;
	  margin: 0;
	  margin-top: 1px;
	  position: absolute;
  	  background-color:rgba(255,255,255,1.00);
   }
	
	 .dropdown2 ul:nth-child(-n+2) {
	  width: 250px;
	  margin: 0;
	  margin-left: -85px;
	  margin-top: 1px;
	  position: absolute;
	  font-size: 1em;
  	  background: rgba(14,21,25,0.90);
	  display: none;
  }

   .dropdown2:hover ul:nth-child(-n+2) {
	   display: block;
	   border-radius: 5px;
  }

  .dropdown2.active ul:nth-child(-n+2) {
	  width: 250px;
	  margin: 0;
	  margin-top: 1px;
	  margin-left: -85px;
	  position: absolute;
	  color: rgba(0,0,0,1.00);
  	  background-color: rgba(255,255,255,1.00);
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   }
	
	/*.dropdown2 a:hover {
		width: 250px;
		position: relative;
		margin: 0;
		background-color: rgba(33,39,43,1.00);
	}*/
	

.dropdown2 a.active {
  color: rgba(25,25,25,1.00);
}


  #clients {
	display: none;
}



		/*************
 	HEADER STYLES BEGIN
**********************************/

.home-mobile {
	display: none;
}

	.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(14,21,25,0.60);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

	.cd-main-nav {
    width: auto;
    height: 72px;
	position: relative;
	float: left;
	margin-left: 25%;
    background: none;
}

  .cd-main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 30px;
	/* margin-top: 30px; */
  }
	
	
	



  .homepage {
	  margin-top: 27%;
	  padding: 15px 40px 15px 40px;
  }
	
	
	
	 .move-message {
	font-size: 2em;
	font-weight:400;
	width: 100%;
	  max-width: 800px;
	text-align: center;
	margin-top: 450px;
	left: 20%;
	padding: 5px;
	color: #FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9;
	 }
	 
	 .new-address {
		font-size: 2em;
	font-weight:400;
	width: 85%;
	  max-width: 800px;
	text-align: center;
	margin-top: 5px;
	left: 20%;
	padding: 5px;
	color:#FCDA77;
	text-shadow: 4px 4px 3px rgba(31,49,66,1.00);
	position: relative;
	z-index: 9; 
	 }


  .slider-container {
	 width: 71%;
	 position: relative;
	 float: right;
	 margin-top: 5px;
 }

.slider-caption {
	width: 75%;
	height: auto;
	position: relative;
	float: left;
	color: rgba(14,19,22,1.00);
	margin: 45px 0 30px 0;
}


.slider-caption h2{
	margin: 0;
}

.slider-caption p {
	margin-left: 0;
	padding: 0;
}


  .cta {
	 right: 25%;
 }

 .custom-headline {
	 float: right;
 }

 .global-shop {
	 top: 95%;
 }


 .scrolling-bg {
 width: 25%;
 height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  margin-top: -135px;
  background-color: rgba(24,27,27, .90);
  clear: left;
}

.scrolling-bg-services {
 width: 25%;
 height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  margin-top: 5px;
  background-color: rgba(24,27,27, .90);
  clear: left;
}

.panel {
	height: 100%;
}

 .panel:target {
	 margin: 3% 0 0 0.5%;
	 position: relative;
 }

 .close-panel-process {
	width: 50px;
	height: 30px;
	position: absolute;
	text-align: center;
	line-height: 0.9em;
	top: 90px;
	left: 91%;
	z-index: 9;
	opacity: 0.85;
}


 .close-panel {
	width: 75px;
	height: 75px;
	position:  absolute;
	text-align: center;
	line-height: 0.9em;
	top: 5px;
	left: 88%;
	z-index: 9;
	opacity: 0.85;
}

.close-panel img {
	width: 100%;
	height: auto;
	position: relative;
}

.close {
	color: black;
	position: relative;
	padding: 0 5px 0 5px;
}

.close-panel:hover {
	opacity: .70;
}



.address {
	width: 50%;
	position: relative;
	margin: auto;
}


	.about-container {
		overflow: hidden;
	}

}

/* Social menu */
.social-menu {
	list-style-type: none;
	display: flex;
	align-items: center;
	grid-gap: 14px;
}

.pushy-social {
	display: flex;
	grid-gap: 10px;
	padding-left: 50px;
}

.pushy-social__item {
	background-color: none;
    border-top: none !important;
	width: auto !important;
}

.pushy-social__item a {
	padding-left: 0 !important;
}

.pushy-social__item svg path {
	fill: #969797;
}

@media screen and (min-width: 1120px) {
	.cd-header {
		align-items: center;
	}

	.cd-main-nav {
		margin-left: auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.cd-main-nav ul {
		display: flex;
		margin-bottom: 0;
	}

	.social-menu {
		margin-bottom: 0;
	}

	.social-menu__link {
		display: block;
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.social-menu__link svg {
		width: 100%;
		height: 100%;
	}

	.social-menu__link svg path {
		fill: #fff;
		transition: .3s ease-in-out;
	}

	.social-menu__link:hover svg path {
		fill: #3E6584;
	}

	.cd-header.active .social-menu__link svg path {
		fill: #000;
	}

	.cd-header.active .social-menu__link:hover svg path {
		fill: #3E6584;
	}
}
/* End Social menu */