/*
*
*
*  Dual Pulp/Canfor Content Styles Left
*******************************************/


#content {
	float: right;

}

#subnav {
	float: left;
}

#subnav>div:after {
	left: auto;
	right: 0;
}

/* Pulp title */
#subnavPulp .sr-subnav>li>ul>li.inactive>a {
	font-size: 30px;
	display: block;
}

/* hide subitems*/
#subnavPulp ul.L2>li>ul>li.active {
	display: none;
}

/** Canfor Title **/
#subnavCanfor .sr-subnav>li>ul>li.inactive {
	display: none;
}

/* Pulp Label */
#subnavCanfor .sr-subnav>li>ul>li.active>a {
	font-size: 30px;
	margin-bottom: 24px;
	display: block;
	text-decoration: none;
}

#subnavCanfor {
	margin-bottom: 65px;
}

/** pulp button ***/
#subnav #subnavPulp {}


#subnav #subnavPulp ul.L2>li>a.L2 {
	display: none;
}

#subnav #subnavPulp a {
	position: relative;
	padding: 15px 40px;
	display: block;
	text-align: left;
	color: #fff;
	background: #22314e;
	transition: all .25s;
	text-decoration: none;
	margin: 36px -30px 0 -40px;
}

#subnav #subnavPulp a span {
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 1px;
	opacity: .5;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-top: 10px;

}




#subnav #subnavPulp li {
	margin-bottom: 0;
}




/*************************************
Page exit Animation
*************************************/

/*#subnav{
	transition:all .5s;
	left:0;
}

	.changePage #subnav {
		left:-2000px;
	}*/



/*#content{
	transition:all .5s;
	left:1000px;
}
	.loaded #content{
		left:0px;
		transition:all .2;
	}

	.changePage #content{
		left:1000px;
	}

#subnav{
	transition:all .5s;
	left:-1000px;
}

	.loaded #subnav {
		left:0px;
		transition:all .2;
	}

	.changePage #subnav {
		left:-1000px;
	}

/* GS Responsive */

@media (max-width: 1024px){
	#subnav{
		padding-left: 20px;
		width: 30%;
	}
	#content{
		width: 70%;
		padding: 56px 50px 60px 50px;
	}
	
	
}
@media (max-width: 767px){
#subnav {
	width: 100%;
	height: auto;
	min-height: auto !important;
	order: 2;
	padding: 35px 20px 0;
}
#content {
	width: 100%;
	height: auto;
	min-height: auto;
	order: 1;
	padding: 20px;
}
}