*{
    padding: 0;
    margin: 0;
    outline: 0;
    text-decoration: none;  
    color: #808285;
    font-family: 'Lato';
    font-size: 100%;
    font-weight: 300;
}

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
}
:focus {
	outline: 0;
}
body {
        font-size: 62.5%;
	line-height: 1;
	color: black;
	background: white;
        overflow-x: hidden;
}
html, body {
    display:block;
  overflow-x:hidden 
} 
ol, ul {
	list-style: none;
        margin: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: center;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.smooth {
	-webkit-transition-property: background;
	-webkit-transition: 200ms ease-in 100ms;
	-moz-transition: 200ms ease-in 100ms;
	-o-transition: 200ms ease-in 100ms;
	transition: 200ms ease-in 100ms;
}
.smooth * {
	-webkit-transition-property: background;
	-webkit-transition: 50ms ease-in 50ms;
	-moz-transition: 50ms ease-in 50ms;
	-o-transition: 50ms ease-in 50ms;
	transition: 50ms ease-in 50ms;
}
.smooth-2{
	-webkit-transition-property: background;
	-webkit-transition: 500ms linear 70ms;
	-moz-transition: 500ms linear 70ms;
	-o-transition: 500ms linear 70ms;
	transition: 500ms linear 70ms;
}
.smooth-2 * {
	-webkit-transition-property: background;
	-webkit-transition: 500ms linear 70ms;
	-moz-transition: 500ms linear 70ms;
	-o-transition: 500ms linear 70ms;
	transition: 500ms linear 70ms;
}
*::-moz-selection {background: #0075bf;color:#FFF;}
*::selection {background: #0075bf;color:#FFF;}

*::-moz-placeholder{color: #ffffff!important;font-family: 'Lato';}
*:-moz-placeholder{color: #ffffff!important;font-family: 'Lato';}
*:-ms-input-placeholder{color: #ffffff!important;font-family: 'Lato';}
*::-webkit-input-placeholder{color: #ffffff!important;font-family: 'Lato';}

#fLogin *::-moz-placeholder{color: #a7a7a7!important;font-family: 'Lato';}
#fLogin *:-moz-placeholder{color: #a7a7a7!important;font-family: 'Lato';}
#fLogin *:-ms-input-placeholder{color: #a7a7a7!important;font-family: 'Lato';}
#fLogin *::-webkit-input-placeholder{color: #a7a7a7!important;font-family: 'Lato';}
 
body{overflow: hidden!important;}
.nicescroll-rails{z-index: 9999999!important;opacity: 1!important;}
.nicescroll-rails .nicescroll-cursors{background: #d5d2d2!important;border: 1px solid #d5d2d2!important;}
.nicescroll-rails-hr{display: none!important;}

