/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {border:0;font-size:100%;font:inherit;margin:0;padding:0}
strike,strong,sub,sup,em,u,b,i {border:0;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}

html, body {
	height: 100%;
}

body {
	font-style: normal; 
	font-variant: normal;
	font-size: 13px;
    line-height: 20px; 
    font-family: 'Roboto', sans-serif;;
	color: #000;
	background: #fffff;
}
a {
	color: #000;
	outline: none;
    text-decoration: none;
}

input[type="submit"]:focus  { outline: none }

/* Use clearfix class on parent to clear nested columns,
   or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after,
.row:before, .row:after,
.testimonial:before, .testimonial:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}
.row:after, .clearfix:after, .testimonial:after {
	clear: both; 
}
.row, .clearfix {
	zoom: 1; 
}
