@charset "UTF-8";
/*-----------------
[Master Stylesheet]
Project:	Interior & Furniture
-----------------*/	

/*-----------------
[Table of contents]

1. Body
2. Click Top / #topcontrol
4. Header / .header
5. navbar / .navbar
6. Theme Banner / #banner
7. section-about / #section-about
8. Our Service / #Our Service
9. section-testimonial / #section-testimonial
10. section-portfolio / #portfoliolist
11. bg-image / #bg-image 
12. event / .event
13. footer / .footer
-------------------------------------------------------------------
[Color codes]
Body-Font:  	#ffffff {white}
Background:		#ffffff (white)
Content:		#111111 (dark grey)
Default:		#fecb38 (grey)
Primary:		#2bb9c3	(Turquoise)
Info:			#fd7397	(Pink)
Success:		#128807	(Green)
Warning:		#f0ad4e	(Yellow)
Danger:			#f33923	(Red)

a (standard):	#212121 (dark grey)
a (visited):	#fecb38 (Yellow )
a (active):	 	#fecb38 (Yellow )
 
-------------------------------------------------------------------

Body defaults:14px 'Ubuntu', sans-serif;;
Input, textarea:14px 'Ubuntu', sans-serif;;
Notes:	decreasing heading by 0.4em with every subsequent heading level

-------------------------------------------------------------------*/
/* Page css
@import "../../assets/css/bootstrap.min.css";
@import "../../assets/css/style.css";
@import "../../assets/css/hover.css";
@import "../../assets/css/banner.css";
@import "../../assets/css/layout.css"; */
/* Page css */

/*responsive css
@import "../../assets/css/responsive.css";*/
/*responsive css*/

/*coming-soon
@import "../../assets/coming-soon/css/style.css";*/
/*coming-soon*/

/*font-awesome
@import "../../assets/font-awesome/css/font-awesome.min.css";*/
/*font-awesome*/

/***************************首頁用*/
/*index_banner*/
.mouse_icon {
  width: 100px;
  height: 100px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -59px;
  left: 47.5%;
  margin: 0 0 0 -50px;
  z-index: 201;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.mouse_icon:before {
  content: "";
  background: url(../images/mouse_icon.svg) center 9px no-repeat;
  width: 100px;
  height: 100px;
  display: block;
  background-size: 35%;
}





@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}