/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* BODY */
html{
	font:normal 15px / 24px Helvetica, "Microsoft YaHei", "Helvetica Neue",Arial,sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	background:#f8fbfc;
	color:#adb7c1
}

.uk-section-default {
    background:#76161b;
}
.uk-section-default h1 {
    margin-top:100px;
	font-weight:bold;
}
.uk-section-default h1 a{
    color:#f4ca1e;
}
.uk-section-default h1 a:hover{
    color:#b89815;
}
.sub-text p{
	color:#d92b30;
	font-weight:bold;
	margin-bottom:40px;
}

.section-bg01 {
    background-color:#ff9501;
	color:#222;
}
.section-bg02 {
    background-color:#76161b;
}
h2.section-title {
	background: url(../images/section-title.png) no-repeat top center ,transparent;
	line-height:90px;
	color:#fff;
	font-weight:bold;
	margin-bottom:50px;
}
.section-bg02 h2.section-title {
	background: url(../images/section-title2.png) no-repeat top center ,transparent;
	line-height:90px;
	color:#fff;
	font-weight:bold;
	margin-bottom:50px;
}