::selection{
	background: rgb(153, 153, 153,0.99);
	color: #ffffff !important;
}

::-moz-selection{
	background: #999999;
	color: #ffffff !important;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body{
	transition: all 1s;
	opacity: 0;
}

body.faster{
	transition: all 0.2s;
	opacity: 0;
}

.slick-slider{
	margin-bottom: 0px;
}

html.black body{
	background-color: #000000;
}

html{
	margin-top: 0px !important;
}

.tag-element{
	text-decoration: none;
}

#trp-floater-ls{
	height: 0px;
	overflow: hidden;
}

body ins{
	text-decoration: none;
}