
/*body{
	width:100%;
	height:100%;
	padding: 0; 
	margin: 0;
}*/

html{
	width:100%;
	height:100%;
}

#header {
	height: none;
        overflow: hidden;
}

/*.section-intro {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #ffffff;
}*/

.section-content {
	padding-top: 20px;
	padding-bottom: 60px;
	background-color: #ffffff;
}

/*.intro-logo{
	width: 100%;
	height: 100%;
	margin-bottom: -5px;
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    text-align: center;
    overflow: hidden;
}*/
.intro-navigate{
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #eef1f8;
	background: rgba(255,255,255,.9);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
/*.intro-logo:before{
    content: "";
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #a83279;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(-45deg,#a83279,#d38312);
    background-image: linear-gradient(-45deg,#a83279,#d38312);
    opacity: .7;
    filter: alpha(opacity=70);
}*/
.intro-navigate>p{
	text-align: center;
	margin: 0px;
}
.intro-navigate.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    bottom: inherit;
    z-index: 99;
    background: rgba(255,255,255,.95);
    transition: background 2s;
}
.navigater-list{
	font-family: Arial,simsun;
	color:#444444;
	font-weight: 100;
	font-size: 1.2em;
}
.navigater-list>a {
	padding: 25px 20px 25px 20px;
	line-height: 60px;
}
body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: none; /* Remove any background */
}
.home-bg{
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	bottom: 100px;
	background: none;
	background-color: transparent;
}

/*.blur{	
    filter: url(blur.svg#blur); 
    
    -webkit-filter: blur(5px); 
       -moz-filter: blur(5px);
        -ms-filter: blur(5px);    
            filter: blur(5px);
    
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false); 
}*/

/* FireFox, Chrome, Opera */ /* Chrome, Opera */ /* IE6~IE9 */

.homelogo{
	max-width: 400px;
	height: auto;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	filter:alpha(opacity=90);  -moz-opacity:0.9;  -khtml-opacity: 0.9;  opacity: 0.9;
}
.homelogoback {
	overflow: hidden;
	padding: 20px;
	margin-left: auto;
    margin-right: auto;
	filter:alpha(opacity=90);  -moz-opacity:0.9;  -khtml-opacity: 0.9;  opacity: 0.9;
}
.homelogoback>h1>a {
	color: #000;
	letter-spacing: 9px;
	text-transform: uppercase;
}
    
/*.thumb{
	display: block;
    height: auto;
    max-width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/
/*.thumb:hover{
	opacity: 0.95;
}*/
.image{
	height: 200px; 
	width: auto; 
	overflow: hidden;
}
.image>img{
	height: 100%; 
	width: 100%; 
	display: block;
}

#footer {
	width: 100%;
	background: #292b31;
	text-align: center;
	color: #BBB;
	padding: 30px 0 15px;
	line-height: 22px;
}
.wrapper,.copyright {
	padding: 10px;
	text-align: center;
}
h1 {
    font-family: "futura-pt",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3",Microsoft JhengHei,WenQuanYi Micro Hei,"Microsoft YaHei",sans-serif;
    font-weight: bold;
    font-size: 25px;
    margin: 12px 0;
    left: 4px;
}
h3 {
	font-family: "futura-pt-light", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", Microsoft JhengHei, WenQuanYi Micro Hei, "Microsoft YaHei", sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 30px;
    left: 3px;
}
hr{
	margin: 5px 5px;
	border-top:2px solid #1C1E26 ;
	border-bottom:2px solid #38404D;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
}
.social-icons .fa {
	font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
#beautifont{
	font-family: Microsoft JhengHei,Roboto,Helvetica,Arial,sans-serif;
}
canvas {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
a {
    color: #000;
    text-decoration: none;
    transition: color,background-color .2s ease;
}

footer>.container>.row>p>a {
	color: #ddd;
}
footer>.container>.row>p>a:hover  {
	color: #f33;
}

@media (max-width: 680px) {
	.pagination-lg > li > a, .pagination-lg > li > span {
		padding: 10px 12px;
		font-size: 16px;
	}
	.navigater-list>a {
		padding: 5px;
		line-height: 40px;
	}
	.homelogoback>h1>a {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 5px;
	}
	.homelogoback>h3 {
		font-size: 16px;
	}
	h1{
		font-size: 1.5em;
	}
	h2{
		font-size: 1.3em;
	}
	h3{
		font-size: 1.2em;
	}
	h4{
		font-size: 1.1em;
	}

}

@media (max-width: 400px) {
	.homelogoback>h1>a {
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 4px;
	}
}
