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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0 !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
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, button{
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
a:hover, div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input, input[type="text"], input[type="submit"], input[type="button"],input[type="button"]::-moz-focus-inner, input[type="button"]:focus{
	outline: none;
	border:none;
	background-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* input:focus::-webkit-input-placeholder {
    color: transparent;
} */
/*Scroll*/
body::-webkit-scrollbar {
  width: 6px;
}
 
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
 
/*input placeholder reset*/
::-webkit-input-placeholder { 	
	-webkit-opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";/* IE 8 */
	filter: alpha(opacity=0.85);/* IE 5-7 */
	-moz-opacity: 0.85; /* Netscape */
	-khtml-opacity: 0.85;/* Safari 1.x */
	opacity: 0.85;/* Good browsers */
}
::-moz-placeholder { 
	-webkit-opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";/* IE 8 */
	filter: alpha(opacity=0.85);/* IE 5-7 */
	-moz-opacity: 0.85; /* Netscape */
	-khtml-opacity: 0.85;/* Safari 1.x */
	opacity: 0.85;/* Good browsers */
 } /* firefox 19+ */
:-ms-input-placeholder {
	-webkit-opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";/* IE 8 */
	filter: alpha(opacity=0.85);/* IE 5-7 */
	-moz-opacity: 0.85; /* Netscape */
	-khtml-opacity: 0.85;/* Safari 1.x */
	opacity: 0.85;/* Good browsers */
} /* ie */
input:-moz-placeholder {
	-webkit-opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";/* IE 8 */
	filter: alpha(opacity=0.85);/* IE 5-7 */
	-moz-opacity: 0.85; /* Netscape */
	-khtml-opacity: 0.85;/* Safari 1.x */
	opacity: 0.85;/* Good browsers */
}
.clear{
	clear: both;
}