/*---------------------------------------------------------------------------------


-----------------------------------------------------------------------------------

    0.  CSS Reset
    1.  Document Setup
    2.  Header , Footer
    3.  Banner
    4.  Main
    5.  UK-notify
    6.  RWD


----------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------
    0.  CSS Reset
----------------------------------------------------------------------------------- */

body {
    background-color: #e1e1e1;
}


/*---------------------------------------------------------------------------------
    1.  Document Setup
----------------------------------------------------------------------------------- */
.qq-namber{
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 999;
}
.qq-namber a:hover{
	opacity: 0.85;
	transition: 0.5s;
}
.qq-namber a{
	background-image: url(../images/qq-images.png);
	width: 150px;
	height: 150px;
	background-size: 150px;
	display: block;
}
.qq-namber p{
	position: absolute;
	bottom: 0px;
	margin-bottom: 2px;
	width: 150px;
	text-align: center;
	color: #ffffff;
}
.notice{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* padding: 10px; */
}
.notice p {
    padding: 10px;
    font-size: 18px;
}

/*---------------------------------------------------------------------------------
    2.  Header , Footer
----------------------------------------------------------------------------------- */

header.tm-header {
    background: none !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.tm-header .uk-navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}

.tm-header-two.uk-navbar-container:not(.uk-navbar-transparent) {
    background: rgba(0,0,0,0.6);
}

.tm-header-two .uk-navbar-nav>li>a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}
