﻿@font-face {
	font-family: 'fontNameRegular';
	src:url('/modules/An.Systems.Web/Resources/Scripts/RTWSYUEGOTRIAL-REGULAR.OTF');
	font-weight: normal;
	font-style: normal;
}



/*[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/

body, html { font-size: 100%; 	padding: 0; margin: 0; width:100%;height:100%;overflow-y:auto;overflow-x:hidden;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{
	background: url('/images/Sysbg2.jpg') no-repeat;
    background-size:100% 100%;
    position:fixed;
	color: #404d5b;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "fontNameRegular", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}

 @media (min-width: 800px){
            body{
            font-size:0.6em;
        }
        } 
  @media (min-width: 1365px){
            body{
            font-size:0.8em;
        }
        } 
@media (min-width: 1550px) {

           body {
                font-size:0.9em;
            }
        }
 @media (min-width: 1800px){
            body{
            font-size:1.05em;
        }
        } 





a{color: #2fa0ec;text-decoration: none;outline: none;}
a:hover,a:focus{color:#74777b;}

.htmleaf-container{
	margin: 0 auto;
    width:100%;
    height:100%;
	text-align: center;
    position:absolute;
}


 .bgcolor-1 { background: #aa9a09; }
 .bgcolor-2 { background: #4c7531; }
 .bgcolor-3 { background: #17588E;}
 .bgcolor-4 { background: #283095; }
 .bgcolor-5 { background: #3c247c; }
 .bgcolor-6 { background: #53297f; }
 .bgcolor-7 { background: #7a2278; }
 .bgcolor-8 { background: #7e1c1d; }
 .bgcolor-9 { background: #993f27;}
/* Header */
.htmleaf-header{
	padding: 1em 190px 1em;
	letter-spacing: -1px;
	text-align: center;
}



