
/* Global Reset & Standards ---------------------- */
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Arial;
	line-height:normal;
}

html {	-webkit-text-size-adjust: auto; /* Automatically adjusted for Safari on iPhone. */	-ms-text-size-adjust: auto;	}
body {background:#fcf8d1;font-family: Arial, Helvetica, sans-serif;font-weight: normal; font-style: normal; font-size: 13px; color: #222222; position: relative; -webkit-font-smoothing: antialiased;line-height: 1.42857; width:100%;height:100%;}
html, body{height:100%;}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {display: block;}
fieldset, img {	border: 0;}

/* Links ---------------------- */
a { color: #ff6d00; text-decoration: none; line-height:inherit; outline:none;
-webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;}
a:hover { color: #000; }
p a, p a:visited {line-height: inherit;}


/* Reset for strange margins by default on <figure> elements */
figure { margin: 0; }

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px; direction: ltr; }

/* Lists ---------------------- */
ul, ol, dl { margin:0; padding:0; list-style:none; }
ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; }
ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }

/* headings */
h1, h2, h3, h4, h5, h6 {font-size:100%;	font-weight:normal;}

/* inpput */
input::-moz-focus-inner{border: 0; padding: 0;}

strong{font-weight:normal;font-family: Arial, Helvetica, sans-serif;}

/* Misc ---------------------- */
.left { float: left !important; }
.right { float: right !important; }
.text-left { text-align: left !important;}
.text-right { text-align: right !important;}
.text-center { text-align: center !important;}
.hide { display: none !important; }
.highlight { background: #ffff99; }
.nomargin{margin:0 !important;}
.nopadding{padding:0 !important;}
.noborder{border:none !important;}
.none_transition{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;}
.clearfix {}
.clearfix:before, .clearfix:after {	content: "";	display: table;}
.clearfix:after {clear: both;}
.gap {height:20px; display:block;clear:both;}
.aligncenter{text-align:center !important;}
.clear{clear:both; display:block;}
.nobackground{background:none !important;}
.nomargin_bottom{margin-bottom:0 !important;}
.nomargin_right{margin-right:0 !important;}

.img_responsive {display: inline-block; height: auto;max-width: 100%;}


/* typography */
@font-face {
font-family: 'OpenSans-Bold';
src: url('../fonts/opensansbold.eot');
src: url('../fonts/opensansbold.eot?#iefix') format('embedded-opentype'),
url('../fonts/opensansbold.woff') format('woff'),
url('../fonts/opensansbold.ttf') format('truetype'),
url('../fonts/opensansbold.svg#opensansbold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OpenSans-Light';
src: url('../fonts/opensanslight.eot');
src: url('../fonts/opensanslight.eot?#iefix') format('embedded-opentype'),
url('../fonts/opensanslight.woff') format('woff'),
url('../fonts/opensanslight.ttf') format('truetype'),
url('../fonts/opensanslight.svg#opensanslight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OpenSans';
src: url('../fonts/opensansregular.eot');
src: url('../fonts/opensansregular.eot?#iefix') format('embedded-opentype'),
url('../fonts/opensansregular.woff') format('woff'),
url('../fonts/opensansregular.ttf') format('truetype'),
url('../fonts/opensansregular.svg#opensansregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OpenSans-Semibold';
src: url('../fonts/opensanssemibold.eot');
src: url('../fonts/opensanssemibold.eot?#iefix') format('embedded-opentype'),
url('../fonts/opensanssemibold.woff') format('woff'),
url('../fonts/opensanssemibold.ttf') format('truetype'),
url('../fonts/opensanssemibold.svg#opensanssemibold') format('svg');
font-weight: normal;
font-style: normal;
}
