 * { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	} 
.desktop 	{
	display: none!important;
	visibility: hidden;
	}
.mobile	{
	display: block!important;
	visibility: visible;
	}
.weInvestigate	{
	display: none;
	}
.logo	{
	display: block;
	margin: 10px 10px 0 10px;
	padding: 0;
	text-align: center;
	}
img	{
	max-width: 100%;
	height: auto!important;
	}
img.oneHundred, .oneHundred	{
	width: 100%;
	height: auto;
	}	
:focus {
	outline: 0;
	}
a	{
	outline: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
html	{
	min-height: 100%;
	border-bottom: 0!important;
	background: none!important;
	}
body {
	font-size: 14px!important;
	margin: 0 auto;
	padding: 0;	
	min-width: 320px;
	min-height: 100%;
	background: none!important;
	}
.hideModal	{
	max-width: 100%;
	}
 h1	{

	}
h2	{

	}	
h3	{
	}
	
header	{
	min-height: 80px;
	}	
nav ul	{
	display: none;
	}
nav ul li	{
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	}	
nav ul li a	{
	font-size: 16px!important;
	padding: 5px 35px;
	display: block;
	width: 100%;
	border-right: 1px solid #ccc!important
	}	
.trigger	{
	position: relative;
	z-index: 999;
	color: #fff;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	padding: 0 10px;
	line-height: 45px;
	height: 45px;
	background: #231F20;
	text-shadow: none!important;
	border-top: 1px solid #666;
	cursor: pointer;
	clear: both;
	}	
.trigger:after	{
	font-family: FontAwesome;
	color: #fff;
	font-size: 24px;
	content: "\f0c9";
	position: absolute;
	top: 0px;
	right: 10px;
	}
.trigger.active	{
	background: #CA9D52;
	}
.trigger.active:after	{
	font-family: FontAwesome;
	color: #fff;
	font-size: 24px;
	content: "\f00d";
	position: absolute;
	top: -2px;
	right: 10px;
	}
#sticky_navigation	{
	border: 0!important;
	position: relative!important;
	-webkit-box-shadow:  none!important;
	box-shadow:  none!important;
	}
a#toTop	{
	bottom: 3px;
	right: 3px;
	}
	
	
	
	
	
	
	
	
.fullContainer.bodyParts	{
	margin: 0!important;
	top: 0;
	position: relative!important;
	}
.fullContainer.bodyParts > .grid	{
	margin-top: 0!important;
	}
.fullContainer.footerArea	{
	position: relative!important;
	background: #40240A!important;
	}		
.gridFull.quote	{
	margin: 20px 0!important;
	}
	
.fullContainer.showNav	{
	height: 0;
	}	
.fifth	{
	width: 20%;
	height: auto;
	}
.quarter	{
	width: 25%;
	height: auto;
	}
.third	{
	width: 33%;
	height: auto;
	}
.half	{
	width: 50%;
	height: auto;
	}
.twoThirds	{
	width: 66%;
	height: auto;
	}
.threeQuarters	{
	width: 75%;
	height: auto;
	}	
.full	{
	width: 100%;
	height: auto;
	}	
.fullContainer .grid .gridFull:first-child	{
	margin: 0 1.515%;
	}
	
#sticky_navigation	{
	background: transparent;
	height: auto;
	position: relative!important;
	box-shadow: none;
	}
.fullContainer.bodyParts, .fullContainer.footerArea	{
	top: 20px!important;
	}
.quote	{
	margin-top: 15px;
	}
.navShadow, .bx-pager	{
	display: none;
	}
	
.overlayText h1	{
	font-weight: 600;
	}
	
.fullContainer.hdr	{	
	/* background: #40240A; */
	height: 100px;
	}	
.bxslider .overlayText	{
	display: none;
	}
header h3	{
	color: #b6b4b2;
	font-size: 15px;
	font-weight: 400!important;
	text-transform: uppercase;
	text-shadow: none;
	position: absolute;
	bottom: -10px;
	right: 0;
	}
.fullContainer .grid .gridFull:first-child {
    margin: 0!important;
}
.grid .gridFull.first	{
	box-shadow:  none!important;
	}
.centerLine:before {
  background: transparent!important;
  opacity: 0!important;
}

/* |||||||||||||||||||||||||||||||||||||||| Portrait |||||||||||||||||||||||||||||||||||||||| */
@media screen and (orientation:portrait) {
body {
	font-size: 90%!important;
	}	
}
/*  end portrait  */

/* |||||||||||||||||||||||||||||||||||||||| Landscape |||||||||||||||||||||||||||||||||||||||| */
@media screen and (orientation:landscape) {
body { 
	font-size: 100%!important;
	-webkit-text-size-adjust: 95%!important;
	}	
}	
/*  end landscape  */


