@media screen and (max-width: 800px)
{
	body::-webkit-scrollbar
	{
	    width: 6px;
	}
	body::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 10px;
	}
	body::-webkit-scrollbar-thumb
	{
		background-color: #6A6F96;
		border-radius: 10px;
	}
	*
	{
/*		font-size: 4vw;
		line-height: 4vw;
border: 2px solid orange;*/
	}
	.C_MASTER
	{
		overflow-x: hidden;
		overflow-y: clip;
		padding-bottom: calc(80px + 26vw);
	}
/*	.C_MASTER > .C_MASTER_HEAD
	{
		width: 100vw;
	}
	.C_MASTER > .C_MASTER_HEAD > div
	{
	}
	.C_MASTER > .C_MASTER_HEAD > div > div.C_LOGO
	{
		height: 12vw;
		text-align: center;
		border-bottom: 1px solid #CCCCCC;
	}
	.C_MASTER > .C_MASTER_HEAD > div > div.C_LOGO > a
	{
		font-size: 10vw;
		line-height: 10vw;
	}
	.C_MASTER > .C_MASTER_HEAD > div > div.C_LOGO > a > img
	{
		width: auto;
		height: 8vw;
		margin: 0.6vw 1vw 0px 0px;
	}*/
/*	.C_MASTER > .C_MASTER_HEAD > div > .C_LINKS
	{
		position: relative;
		right: auto;
		top: auto;
		white-space: nowrap;
    }
	.C_MASTER > .C_MASTER_HEAD > div > .C_LINKS > a
	{
		width: 25vw;
		height: 12vw;
		min-width: 0px;
		text-align: center;
		font-size: 4vw !important;
		overflow: hidden;
		white-space: normal;
		padding: 0px;
		vertical-align: middle;
    }
	body[connected="1"] .C_MASTER > .C_MASTER_HEAD > div > .C_LINKS > a[msaccount="1"]
	{
		font-size: 3vw !important;
		padding: 0px;
    }
	body[connected="1"] .C_MASTER > .C_MASTER_HEAD > div > .C_LINKS > a[msaccount="1"] > span > u
	{
		font-size: inherit;
	}
	body[connected="1"] .C_MASTER > .C_MASTER_HEAD > div > .C_LINKS > a[msaccount="1"] > span > b
	{
		font-size: inherit;
	}*/
/*	.C_MASTER > .C_MASTER_HEAD > div > .C_LINKS > .C_LANGUAGES
	{
		position: absolute;
		right: 0px;
		bottom: 150%;
		min-width: 0px;
		height: auto;
		padding: 2vw 1vw 0vw 1vw;
		text-align: center;
	}
	.C_MASTER > .C_MASTER_HEAD > div > .C_LINKS > .C_LANGUAGES > span
	{
		font-size: 4vw !important;
	}
	.C_MASTER > .C_MASTER_HEAD > div > .C_LINKS > .C_LANGUAGES > span > br
	{
		display: none;
	}
	.C_MASTER > .C_MASTER_HEAD > div > .C_LINKS > .C_LANGUAGES > span > i.fa
	{
		font-size: inherit;
		margin: 0px 0px 0px 1vw;
	}
	.C_MASTER > .C_MASTER_HEAD > div > .C_LINKS > .C_LANGUAGES > ul > li > a
	{
		font-size: 4vw;
		padding: 3vw 3vw 3vw 3vw;
    }*/
	.C_MASTER > .C_MASTER_BODY > .C_MASTER_CONTENT
	{
		width: 100vw;
		margin: 0px auto 0px auto;
		padding: 5vw;
	}

}