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

area	/* prevent imageMap from having blue outline when user clicks on menu icon */
{
	border:none;
	outline:none;
}

#navFixie {
	position: fixed;
	height: 90px;
	
	padding: 0;
	z-index: 1000;

}

#navFixieWrap {
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	
	overflow-x: hidden;
	overflow-y: hidden;
	
	-webkit-transition: opacity .3s ease-in-out 0s;
}

#logoFixie {
	position: fixed;
	height: 100%;
	width: 150px;
	padding: 0;
	z-index: 500;
	pointer-events: none;
}

#logoFixieWrap {
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	
	width: 100%;
	height: 100%;
	
	overflow-x: hidden;
	overflow-y: hidden;
	
	pointer-events: none;	
}



#navExpandIcon {
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	/*position: fixed;*/
	z-index: 600;
	width: 235px;
	height: 95px;
}

nav {
	z-index: 500;
	position: absolute;
	left: 0;
	top: 0;
}




.navExpandIcon-expanded {	/* when we have expanded hover over the entire rectangle div, only the triangle when closed */
	cursor: pointer;
}

.menu-icon {
	background-image: url(../_images/PDP_Nav_Triangle.svg);
	background-size: 235px 95px;
}

.menu-icon-hover {
	opacity: .9;	
}

#menuBackground {
	position:fixed;
	z-index: 300;
	height:100%;
	width:320px;
	top : 0;
	background-color: #262626;
}



#navContent {
	position:fixed;
	/*background-color: #262626;*/
	padding-top : 88px;
/*	height:100%; */
	font-family: 'BreuerTextLight', sans-serif;
	z-index: 1000;
}

#pdp-menu {
	display: none;
	/*position:fixed;*/
	z-index:100;
}

.pdp-menu-closed {
	/*left : -320px;	*/
	/* start by positioning menu offscreen to left */
}

.pdp-menu-hover {
	/*left : -310px;	*/
	/* start by positioning menu offscreen to left */
}

.pdp-menu-open {
	/*left : 0px;	*/
	/* start by positioning menu offscreen to left */
}

.pdp-menu-closed,
.pdp-menu-hover,
.pdp-menu-open 
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
 
#menu {
	width: 320px;
	/*border-right: 1px solid #000;*/
	padding: 0 0 0 0;	

}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#menu li:first-child {
	border-top: 1px solid #151515; 
}

#menu li {
	font-size: 22px;
	font-weight: 300;
	line-height:60px;
	letter-spacing:1px;
	
	border-bottom: 1px solid #151515;
	padding: 0;
}


#menu li a {
	display: block;
	padding: 20px 5px 20px 1em;
	background-color: #262626;
	-moz-transition-property: background-color, color;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: .5s;
  -o-transition-property: background-color, color;
  -o-transition-duration: .5s;
	color: #fff;
	text-decoration: none;
	width: 100%;
	line-height: 30px;
} 

#menu ul li .selected {
	/*font-family: 'BreuerTextBold';  turn off bold when selected */
	background-color: #171717;
}

html>body #menu li a {
	width: auto;
} 


#menu li a:hover {
	background-color: #171717;
	-moz-transition-property: background-color, color;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: .5s;
  -o-transition-property: background-color, color;
  -o-transition-duration: .5s;
	color: #fff;
}


#navFooter {
	clear:both;
	background-color:#262626;
}
	
#punchCutLogo {
	position:fixed;
	left:0px;
	top:400px;
	visibility:visible;
}

.bgImage-left {
	left : 0;
}

.backdrop
{
	position:absolute;
	top:0;
	left:0; 
	width:100%;
	height:100%;
	opacity: .0;
	filter:alpha(opacity=0);
	z-index: 400;
	display:block;
}

.backdrop-visible {
	display:block;
}

.backdrop-on {
	opacity: 0.75;
	background-color:#01ace4;
	filter:alpha(opacity=75);
}
 
.backdrop-on {
    -webkit-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    transition: background-color .4s linear;
		-webkit-transition: filter .4s linear;
    -moz-transition: filter .4s linear;
    transition: filter .4s linear;
		-webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    transition: opacity .4s linear; 
}

#content {
	position:relative;
}

.content-left {
	left:0;
}

#menu-footer {
	position : absolute;
	bottom:20px;
	margin-left:80px;
	color:white;
	font-family: 'BreuerTextRegular', sans-serif;
	z-index: 90;
	font-size:14px;
	line-height: 18px;
}

.menu-footer-left {
	/*left : -320px;	*/
	/* start by positioning menu offscreen to left */
}

.menu-footer-hover {
	/*left : -310px;	*/
	/* start by positioning menu offscreen to left */
}

.menu-footer-open {
	/*left : 0px;*/
}

.menu-footer-left,
.menu-footer-hover,
.menu-footer-open 
 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contact-text {
	font-size: 14px;
	color : #01ACE4;
	line-height:26px;
	padding: 0px;
	
	font-family: BreuerTextRegular, sans-serif;
	font-weight: 300;
}

.contact-text a:link, .contact-text a:visited {
	color : #01ACE4;
	text-decoration: none;
}

.contact-text a:hover{
	text-decoration: underline;
}

#phone {
	margin-bottom: 10px;
	color: #aaa;
}

.location a:link {
	line-height:26px;
	color : #FFF;
}

.location a:visited {
	color : #FFF;
}


#menu-footer hr {
	text-align:left;
	width: 100px;
	border:0;
	color : #999;
	background-color:#999;
	height:3px;
}

.hr-div {
	width: 26px;
	border:0;
	background-color:#535353;
	height:2px;
	margin-bottom:10px;
}

#social-icons {
	margin-top:30px;
}


#social-icons a {
	margin: 0 5px;
}

#social-icons a:hover {
	color : #000;
	opacity: .8;
}

a:hover {
	opacity: .8;
}

#menu li a:hover {
	background-color: #1a1a1a;
	opacity: 1;
}


@media (max-width: 640px) {

	.menu-icon {
		background-image: url(../_images/PDP_Nav_Triangle.svg);
		background-size: 135px 55px;
	}


	#pdp-menu #navLogo {
		display: none !important;
	}
		
	#menu li {
		font-size: 16px;

	}
	#menu li a {
		padding: 10px 5px 10px 1em;

	} 
	
	#menu-footer {
		position: fixed;
		margin-left: 17px;
		margin-top: 40px;
	}

	#navContent {
	position: relative;
	/*background-color: #262626;*/
	}

}

/* Responsive menu to make it scroll on short mobile screens */
@media (max-width:640px) and (max-height:550px) {


	#menu-footer {
		position: relative;
	}
	
	#navContent {
	position: relative;
	/*background-color: #262626;*/
	padding-top : 70px;
	}
	
	#menuBackground {
	overflow-y: auto;
	overflow-x: hidden;
	}
}
