html {
	font-size: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #231f20;
	line-height:1.0;
}
form {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
}

h1 { font-size: 3.1em; }
h2 { font-size: 2.6em; }
h3 { font-size: 2.2em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }

a{text-decoration:none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
p{margin:0px;}

img {
	border: none;
	vertical-align: top;
}

.clear { clear: both; }
.float-l { float: left; }
.float-r { float: right; }
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.align-l { text-align: left; }
.align-r { text-align: right; }
.align-c { text-align: center; }

.text_sm-1 { font-size: 0.95em; }
.text_sm-2 { font-size: 0.9em; }
.text_sm-3 { font-size: 0.85em; }
.text_sm-4 { font-size: 0.8em; }
.text_sm-5 { font-size: 0.75em; }
.text_sm-6 { font-size: 0.7em; }
.text_sm-7 { font-size: 0.65em; }
.text_sm-8 { font-size: 0.6em; }
.text_sm-9 { font-size: 0.55em; }
.text_sm-10 { font-size: 0.5em; }

.text_bg-1 { font-size: 1.05em; }
.text_bg-2 { font-size: 1.1em; }
.text_bg-3 { font-size: 1.15em; }
.text_bg-4 { font-size: 1.2em; }
.text_bg-5 { font-size: 1.25em; }
.text_bg-6 { font-size: 1.3em; }
.text_bg-7 { font-size: 1.35em; }
.text_bg-8 { font-size: 1.4em; }
.text_bg-9 { font-size: 1.45em; }
.text_bg-10 { font-size: 1.5em; }

.text-sh1 { text-shadow: 1px 1px 1px #000; }

.pad { padding: 10px !important; }
.pad-l { padding-left: 10px !important; }
.pad-r { padding-right: 10px !important; }
.pad-t { padding-top: 10px !important; }
.pad-b { padding-bottom: 10px !important; }
.lpad { padding: 20px !important; }
.lpad-l { padding-left: 20px !important; }
.lpad-r { padding-right: 20px !important; }
.lpad-t { padding-top: 20px !important; }
.lpad-b { padding-bottom: 20px !important; }
.spad	 { padding: 5px !important; }
.spad-l { padding-left: 5px !important; }
.spad-r { padding-right: 5px !important; }
.spad-t { padding-top: 5px !important; }
.spad-b { padding-bottom: 5px !important; }	
.pad-none { padding: 0 !important; }

.mar { margin: 10px !important; }
.mar-l { margin-left: 10px !important; }
.mar-r { margin-right: 10px !important; }
.mar-t { margin-top: 10px !important; }
.mar-b { margin-bottom: 10px !important; }
.lmar { margin: 20px !important; }
.lmar-l { margin-left: 20px !important; }
.lmar-r { margin-right: 20px !important; }
.lmar-t { margin-top: 20px !important; }
.lmar-b { margin-bottom: 20px !important; }
.nmar-l { margin-left: -10px !important; }
.nmar-r { margin-right: -10px;}
.nmar-t { margin-top: -10px;}
.nmar-b { margin-bottom: -10px !important; }
.smar { margin: 5px !important; }
.smar-l { margin-left: 5px !important; }
.smar-r { margin-right: 5px !important; }
.smar-t { margin-top: 5px !important; }
.smar-b { margin-bottom: 5px !important; }	
.nsmar-l { margin-left: -5px !important; }
.nsmar-r { margin-right: -5px !important; }
.nsmar-t { margin-top: -5px !important; }
.nsmar-b { margin-bottom: -5px !important; }	
.mar-none { margin: 0 !important; }

.italic { font-style: italic; }
.bold { font-weight:700; }
.normal { font-weight: normal; }
.underline { text-decoration: underline; }
.block { display: block; }
.inline { display: inline; }
.hide { display: none; }
.hide_exc_ie6 { display: none; _display: ; }
.relative { position: relative; }
.nowrap { white-space: nowrap; }

.btn {
	border: none;
	cursor: pointer;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-1b{
	font-size:14px;
	text-transform:uppercase;
	background:#fff;
	color:#000;
	padding:5px 10px;
	border:2px solid #c72118;
}

.btn-1b:hover{
	color:#fff;
	background:#c72118;
}

.bn-submit{position:relative; display:block; margin:20px 0px;}
.bn-input{width:100%; margin:10px 0px; border:1px solid #ccc; outline:none; padding:5px 10px; font-size:14px;}
.bn-input:focus, .bn-inputarea{border:1px solid #c72118;}
.bn-inputarea{width:100%; margin:10px 0px; border:1px solid #ccc; outline:none; padding:5px 10px; font-size:14px; height:350px;}
.bn-checkbox input[type=checkbox] {position:relative; top:2px; margin-right:10px;} 

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 0 0 0 20px;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

.span_12_of_12 {
	width: 940px;
}

.span_11_of_12 {
	width: 860px;
}

.span_10_of_12 {
	width: 780px;
}

.span_9_of_12 {
	width: 700px;
}

.span_8_of_12 {
	width: 620px;
}

.span_7_of_12 {
	width: 540px; 
}

.span_6_of_12 {
	width: 460px; 
}

.span_5_of_12 {
	width: 380px; 
}

.span_4_of_12 {
	width: 300px; 
}

.span_3_of_12 {
	width: 220px;
}

.span_2_of_12 {
	width: 140px; 
}

.span_1_of_12 {
	width: 60px; 
}

img, img.scale, img.responsive {
	max-width: 100%;
	height: auto;
}