body{margin: 10px; font-size: 12pt;}
.hide-lg{display: none;}
.show-sm{display: none;}
.show-md{display: none;}
.small-text{font-size: 10pt;}
.big-text{font-size: 16pt;}
h2{
	
	padding: 12px;
	margin: 0;
	color: #eeeeee;
	font-family: 'Open Sans'; 
	font-size: 48px;
	font-weight: normal;
	/*background: rgba(0,0,0,0.5);*/
}
h3{
	
	padding: 12px;
	margin: 0;
	color: #111111;
	font-family: 'Open Sans'; 
	font-size: 48px;
	font-weight: normal;
	/*background: rgba(255,255,255,0.5);*/
}
.welcome2{
    background-image: url('../img/black60.png');
    position: relative;
    width: 320px;
    top: 140px;
    left: 24px;
    padding: 12px;
}
.contact-box{
	position: relative; 
	top: 140px; 
	left: 24px;
	height: 400px; 
	width: 344px;
	background-image: url('../img/black60.png');
	border-bottom: 1px solid yellow;
	color: #eeeeee;
}
.navigation{
	/*border-bottom: 4px solid gray;
	margin-bottom: 8px;*/
}
.navpoint{
	float: left;
	padding: 10px;
}

.wrapper{
	width: 960px;
}
.panel{
	width: 445px;
	height: 300px;
}
.side-panel{
	position: fixed;
	top: 51px;/*22%;*/
	left: -2px;
	border-radius: 3px;
	background-image: url('../img/black50.png');
	border: 1px solid silver;
	z-index: 5000;
}
.brand-view{
	height: 36px; 
	padding: 4px;
}
.headline-wrapper{
	height: 100px;
}
.stores{
	/*background-image: url('../img/black50.png');*/
	background-color: rgba(0,0,0,0.5);
	background-image: url('../img/next-icon.png');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 304px 8px;
    position: absolute;
    width: 320px;
    top: 207px;
    left: 0;
    padding: 12px;
	color: #eeeeee;
	cursor: pointer;
}
.special1{
    position: absolute;
    /*width: 444px;
	height: 220px;
    top: 257px;*/
	top: 84px;
    right: 2px;
}
.special2{
    position: absolute;
    /*width: 344px;
	height: 220px;*/
	bottom: 157px;
    left: 52px;
	padding: 12px;
}
.middle-nav{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 100px;*/
	background-image: url('../img/black50.png');
	border-top: 2px solid #ffffff;
	/*border-bottom: 1px solid #cc0000;*/
	z-index: 4000;
	-webkit-box-shadow: 0px 7px 9px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 9px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 9px -5px rgba(0,0,0,0.75);
}
.xpanel{
	width: 446px;
}
.ximage{
	height: 250px !important;
}
/*forms*/
.contactform{
	height: 576px;
	width: 640px;
	padding: 20px;
	border: 10px solid #222222;
	background: white;
}
.text-form-input, .div-form-input, .textarea-form-input, .select-form-input{
	padding: 8px;
	border: none;
	width: 290px;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
	background: #dddddd;
}
.textarea-form-input{
	height: 100px;
	width: 604px;
}