@charset "utf-8";

/* Reset Styles */ 
article, aside, footer, header, nav, section{
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


code{
    font-family: monospace, serif;
    font-size: 1em;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

form {
    margin: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}p {
    margin: 1em 0;
}

small {
    font-size: 80%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, img, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.hidden {display: none;}
.invisible {visibility: hidden;}

/* Sets defauly font to 10px */
body{font-size:62.5%;}

/* Clear Fix Styles */

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Styles for devices with 1024 or less physical pixels */
@media only screen and (max-width:1024px){
	
}

/* Styles for devices with 768 or less physical pixels */
@media only screen and (max-width:768px){
	
}

/* Styles for devices with 640 or less physical pixels */
@media only screen and (max-width:640px){
	
}

/* Styles for devices with 480 or less physical pixels */
@media only screen and (max-width:480px){
	
}

/* Styles for devices with 320 or less physical pixels */
@media only screen and (max-width:320px){
	
}

/* Styles for devices with 240 or less physical pixels */
@media only screen and (max-width:240px){
	
}

/* Print styles */
@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}

a, a:visited {
	text-decoration: underline;
}

a[href]:after {
	content: " (" attr(href) ")";
}

a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}

tr, img {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

p, h2, h3 {
	orphans: 3;
	widows: 3;
}
	
}