* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          
    /*-webkit-transition:
        color .25s linear,
	    background-color .25s linear,
	    border-color .25s linear;
    transition:
	    color .25s linear,
	    background-color .25s linear,
	    border-color .25s linear;*/
}
/*
*:link, *:visited, *:hover, *:active, *:focus {
-webkit-transition:
	color .25s linear,
	background-color .25s linear,
	border-color .25s linear;
transition:
	color .25s linear,
	background-color .25s linear,
	border-color .25s linear;
}
*/
* html body{
	behavior:url("csshover3.htc");
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, fieldset, form, label, legend, caption, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									


article, aside, figure, footer, header, nav, section, details, summary {display: block;}



:focus {outline: 0;}
img{border:none;height: auto;/*max-width: 100%;*/}


/*html {overflow-y: scroll;}*/
body {font-size: 0.8rem;}

/*ul li {
    list-style:none;
}*/

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; vertical-align: baseline; background: transparent ;text-decoration:none;}


ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}


mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}


/*table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}*/

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0 .5em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

/*::selection {
    background: #ccc;
    color: #fff;
}
::-moz-selection {
    background: #ccc;
    color: #fff;
}*/


.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}


pre, code, kbd, samp {font-family: monospace, sans-serif;}


.clickable,
input[type="checkbox"] + label, 
input[type="radio"] + label, 
input[type=button], 
input[type=submit], 
input[type=file], 
input[type="radio"],
input[type="checkbox"],
button {cursor: pointer;}


button, input, select, textarea {margin: 0;}
textarea {
    resize: none;
}


button,
input[type=button] {width: auto; overflow: visible;}
 

.ie7 img {-ms-interpolation-mode: bicubic;}



/* ClearFix
=============================================================================================== */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Media - Fluid Images - Video
============================================================================================== */

figure {
  margin: 0;
}


object,
embed,
video {
  _width: 100%;
  max-width: 100%;
}

/* Fluid images */

img {
  height: auto;
  vertical-align: middle;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -ms-interpolation-mode: bicubic;
}

/* Correct IE9 overflow */

svg:not(:root) {
  overflow: hidden;
}

/* Avoid Google maps broken with max-width 100% */

img[src*="maps.gstatic.com"],
img[src*="googleapis.com"] {
  max-width: none;
}

/* Links (No outline borders)
============================================================================================== */

a:hover,
a:active {
  outline: 0;
}
