@font-face {
    font-family: "UniSansThin";
    src: url("/UniSansThin/UniSansThin.eot");
    src: url("/UniSansThin/UniSansThin.eot?#iefix")format("embedded-opentype"),
    url("../UniSansThin/UniSansThin.woff") format("woff"),
    url("../UniSansThin/UniSansThin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "UniSansThinItalic"; */
@font-face {
    font-family: "UniSansThinItalic";
    src: url("/UniSansThinItalic/UniSansThinItalic.eot");
    src: url("/UniSansThinItalic/UniSansThinItalic.eot?#iefix")format("embedded-opentype"),
    url("/UniSansThinItalic/UniSansThinItalic.woff") format("woff"),
    url("/UniSansThinItalic/UniSansThinItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "UniSansHeavy"; */
@font-face {
    font-family: "UniSansHeavy";
    src: url("/UniSansHeavy/UniSansHeavy.eot");
    src: url("/UniSansHeavy/UniSansHeavy.eot?#iefix")format("embedded-opentype"),
    url("/UniSansHeavy/UniSansHeavy.woff") format("woff"),
    url("/UniSansHeavy/UniSansHeavy.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "UniSansHeavyItalic"; */
@font-face {
    font-family: "UniSansHeavyItalic";
    src: url("/UniSansHeavyItalic/UniSansHeavyItalic.eot");
    src: url("/UniSansHeavyItalic/UniSansHeavyItalic.eot?#iefix")format("embedded-opentype"),
    url("/UniSansHeavyItalic/UniSansHeavyItalic.woff") format("woff"),
    url("/UniSansHeavyItalic/UniSansHeavyItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}





html {
    background-color: #fff;
}

body {
    
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
    color: #222;
    text-rendering: optimizelegibility;
}

.aaa {
font-family: UniSansThin;
    font-size: 30px;
width: 900px;
margin: 0 auto;
margin-top: 20%; 
    text-align: center;
}

.yes{font-family: UniSansThin;
text-align: center !important;
margin: 0px auto !important;
width: 900px;
font-size: 25px;
padding: 10px;
}
.d1{    font-family: "UniSansHeavy";
    text-align: center;
    font-size: 25px;
}

.d1_normal{
    font-family: UniSansThin;

}
a {
    color: #0083e8; 
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}



@-webkit-keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    }
}

@keyframes colorize {
    0% {
        filter: grayscale(100%);
    }
    100% {
        filter: grayscale(0%);
    }
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
/*	--------------------------------------------------
	END Reveal Modals
	-------------------------------------------------- */