/* ================================= Color Scheme - S Blue ================================= */
/* BLUE*/

/* Background  */

.blue-bg,
.image-effect-bottom,
.side-arrow,
.pagination > li > a:hover,
.pagination > .active > a, 
.pagination > .active > span,
.pagination > .active > a:hover,
.reply,
.contact-btn,
.pricing-table h3,
.down-arrow{
	background-color: #36c9f2;
	font-family: "微軟正黑體", sans-serif;
}

/* Text */

.blue,
.pricing-table .color,
.sub span,
.navbar-left.nav  > li:hover > a,
.navbar-left.nav li.active a,
.price-column .btn:hover{
	color: #3cc7ee;
	font-family: "微軟正黑體", sans-serif;
}

/* Border Colors */
.navbar-left.nav li:hover, 
.navbar-left.nav li.active{
	border-color:#3cc7ee;
}


/*------------- GREEN -----------------*/

/*  Background */

.green-bg,
.carousel-indicators .active,
.carousel-indicators  li:hover,
.trainer,
.image-effect-top,
.slider-btn,
.highlight h3,
.highlight .down-arrow{
	background-color: #9ac928;
	font-family: "微軟正黑體", sans-serif;
}

/*  Text */
.green,
.highlight .color,
.member span,
.stats i,
.highlight .btn:hover,
.posted-date,
.member i,
.search .fa,
.widget a:hover,
.post-item h2 a:hover,
.post-content h5 a:hover,
.comment-meta .user-name{
	color: #9ac928;
	font-family: "微軟正黑體", sans-serif;
}

/*------------  Violet  -------------*/

/*  Background */

.violet-bg{
	background-color:#754dae;
}

/* Text */

.violet{
	color:#754dae;
}


/*-----------  Orange  --------------*/

/*  Background */


.orange-bg{
	background-color:#fda700;
}

/* Text */

.orange{
	color:#fda700;
}


/*--------------  White  -------------------*/

/*  Background */

.white-bg{
	color:#ffffff;
}
/* Text */
.white{
	color:#ffffff;
}
