/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * 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, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, 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 {	
	margin: 0;	
	padding: 0;	
	border: 0;	
	outline: 0;	
	font-size: 100%;	
	font: inherit;	
	vertical-align: baseline;
	 
}

select{-webkit-appearance: none;-moz-appearance: none;}
html
{
}

/* HTML5 display-role reset for older browsers */

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: '';	
	content: none;
}

table {	
	border-collapse: collapse;	
	border-spacing: 0;
}

a {
    text-decoration: none;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #000000;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    font-style: normal;
    margin: 0 auto;
}
img {
    pointer-events: none;max-width:100%;
}
a img{}
textarea {
    resize: none;
}
.row::after {
    content: "";
    clear: both;
}
.clear {
    clear: both;
}
.row {
    position: relative;
    margin: 0 auto;
    height: inherit;
}
.col {
    float: left;
    min-height: 30px;
    position: relative;
}
.last {
    float: right;
}
.clear {
    clear: both;
}
.one {
    width: 10%;
}
.two {
    width: 20%;
	
}
.three {
    width: 30%;
}
.four {
    width: 40%;
}
.five {
    width: 50%;
}
.six {
    width: 60%;
}
.seven {
    width: 70%;
}
.eight {
    width: 80%;
}
.nine {
    width: 90%;
}
.ten {
    width: 100%;
}
.row img {
    max-width: 100%;
}
.avoid-clicks {
    pointer-events: none;
}
.segment {
    position: relative;
    width: auto;
	overflow:hidden;
}
.content {
    position: relative;
    width: auto;
    overflow: hidden;
    background: #ffffff;
}
.pcontainer {
    max-width: 640px;
    position: relative;
    margin: 0 auto;
}