@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Oswald|Raleway:100,200,400,500");
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);

/* ===================================
    01. ALL
====================================== */
html {
  height: 100%;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 15px;
  color: #373737;
  line-height: 24px;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #6f6f6f;
  text-decoration: none; }

a:active, a:focus {
    color: #6f6f6f;
    text-decoration: none; }

a:hover, a:active {
    color: #222;
    text-decoration: none; }

a:focus, a:active {
    outline: none; }

button:focus, button:active {
  outline: none; }

.btn.active.focus, .btn.active:focus {
  outline: none; }

.btn.focus {
  outline: none; }

.btn:active.focus, .btn:active:focus {
  outline: none; }

.btn:focus {
  outline: none; }

a.bg-primary:hover, button.bg-primary:hover, a.bg-primary:focus, button.bg-primary:focus {
  background: #222 !important;
  color: #fff; }

img {
  max-width: 100%;
  height: auto; }

input, textarea, select {
  border: 1px solid #d1d1d1;
  font-size: 15px;
  padding: 8px 10px;
  width: 100%;
  margin: 0 0 20px 0;
  max-width: 100%;
  resize: none; }

input[type="submit"] {
  width: auto; }
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  outline: none; }

textarea {
  -webkit-appearance: none;
  outline: none; }

input[type="submit"] {
  -webkit-appearance: none;
  outline: none; }
input:focus {
  border-color: #585858;
  outline: none; }

textarea:focus {
  border-color: #585858;
  outline: none; }

input[type="button"]:focus {
  outline: none; }

select::-ms-expand {
  display: none; }

iframe {
  border: 0; }

p {
  margin: 0 0 25px; }

b, strong {
  font-weight: 600; }

.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0; }

.alt-font strong {
  font-weight: 700; }

ul, ol, dl {
  list-style-position: outside;
  margin-bottom: 25px; }

.list-style-none li {
  list-style: none; }

* {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }

*:hover {
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s; }

::selection, ::-moz-selection {
  color: #222;
  background: #dbdbdb; }

::-webkit-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis; }

::-moz-placeholder, :-ms-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1; }




/* heading */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400; }

h1 {
  font-size: 26px;
}

h2 {
    font-size: 22px;
    letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #717171;
  font-weight: 600;
}

/* text size */
.text-extra-small {
  font-size: 11px;
  line-height: 14px; }

.text-small {
  font-size: 12px;
  line-height: 20px; }

.text-medium {
  font-size: 16px;
  line-height: 23px; }

.text-large {
  font-size: 18px;
  line-height: 26px; }

.text-medium-large {
  font-size: 24px;
}

.text-extra-large {
  font-size: 42px;
  line-height: 44px; }

.title-large {
  font-size: 100px;
  line-height: 95px; }

.title-extra-large {
  font-size: 130px;
  line-height: 120px; }

/* text color */
.text-white {
  color: #fff; }

.text-black {
  color: #222; }

.text-extra-dark-gray {
  color: #232323; }

.text-dark-gray {
  color: #626262; }

.text-extra-medium-gray {
  color: #757575; }

.text-medium-gray {
  color: #939393; }

.text-extra-light-gray {
  color: #f0f0f0; }

.text-light-gray {
  color: #d6d5d5; }

.text-very-light-gray {
  color: #ededed; }

.text-base-color {
  color: #222; }

.text-primary-color {
  color: #fff; }

.text-dark-red {
  color: #b90c0c; }
  
  
 /* Margin Style */ 
.mg_b-20 {
 margin-bottom: 20px; 
} 
  
.mg_b-50 {
 margin-bottom: 50px; 
} 

.mg_b-100 {
 margin-bottom: 100px; 
}

.mg_t-50 {
 margin-top: 50px; 
}

.mg_t-100 {
 margin-top: 100px; 
}

.mg-50 {
 margin: 50px 0; 
}




 /* Padding Style */ 
 .pd_lr-0 {
	 padding-left:0;
	 padding-right:0;
 }
 
.pd_r-20 { 
 padding-right: 20px; 
}

@media (max-width: 760px) {
.pd_r-20 { 
 padding-right: 0; 
}
}
  
  
/******************************  Loading ******************************/
#Loading {
 position: fixed;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background-color: #fff;
 z-index: 9999999;
}

#Loading-img {
	position: fixed;
	width: 150px;
	height: 150px;
	margin-left: -70px;
	margin-top: -110px;
	left: 50%;
	top: 55%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
}

 

/* ===================================
    02. Header Styles
====================================== */
/* HEADER */
header {
  height: 46px; }

/* Menu Red Style */
.navbar-brand {
  background: #fff; }

@media screen and (min-width: 977px){
.nav-control {
  cursor: pointer;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; 
  display: none;
  }
}

@media screen and (max-width: 976px)  {
.nav-control {
  display: inline-block;
  }
}  

.nav-control .bar {
    width: 24px;
    height: 4px;
    background: #fff;
    display: block;
    margin-top: 5px;
    transition: all 0.25s ease-in-out 0s; }

.nav-control .top, .nav-control .middle {
    width: 40px; }

.nav-control .bottom {
    width: 20px; }

.nav-control:hover .top {
    width: 20px; }

.nav-control:hover .middle, .nav-control:hover .bottom {
    width: 40px; }

.navbar-header {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  display: block;
  overflow: hidden;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s,visibility 0s 0.3s;
  transition: opacity 0.3s,visibility 0s 0.5s;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.navbar-header .nav-control {
    position: absolute;
    right: 30px;
    top: 25px;
    height: 38px;
    margin: auto;
    z-index: 999;
    cursor: pointer;
    width: 40px; }

.navbar-header .nav-control .bar {
      position: relative;
      top: 20px;
      margin-top: -4px; }

.navbar-header .nav-menu {
    height: 100%;
    overflow: auto;
    -webkit-transform: translateY(-35%) rotateX(50deg);
    transform: translateY(-35%) rotateX(50deg);
    -webkit-transition: -webkit-transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s; }

.nav-container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 5%;
  width: 95%; }


.navbar-open {
  overflow: hidden; }

.navbar-open .navbar-header {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }

.navbar-open .nav-menu {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    position: relative; }

.navbar-open .top {
    transform: rotate(45deg);
    margin-top: 14px; }

.navbar-open:hover .top {
    width: 40px; }

.navbar-open .middle {
    opacity: 0; }

.navbar-open .bottom {
    transform: rotate(-45deg);
    width: 40px; }

.navbar-open:hover .bottom {
    width: 40px; }

.height-70px {
    height: 70px;
}

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.bg-primary {
  background-color: #fff !important;
  }
  
.box-shadow-light {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

.no-padding {
  padding: 0 !important; }

.line-height-50 {
  line-height: 50px; }
  
.bg-base {
  background-color: #2d2d2d; }  
  
.width-150px {
  width: 150px;}

.height-80px {
  height: 80px; }

.font-weight-700 {
  font-weight: 700; }

.vertical-align-middle {
  vertical-align: middle; }
  
.margin-20px-top {
  margin-top: 20px; }  
  
.padding-10px-right {
  padding-right: 10px; }

.display-inline-block {
  display: inline-block !important; }
  
.no-margin-bottom {
  margin-bottom: 0 !important; }  
  
.margin-15px-top {
  margin-top: 15px; }


@media screen and (max-width: 320px) {
.width-150px {
  width: 100px;
}
.margin-15px-top {
    display: none !important;
}
}
  
  
/* ===================================
    03. TOP Menu - Open Styles
====================================== */
img.logo {
	max-height: 70px;
	display: inline-block;
    text-transform: uppercase;
    float: left;
}

#m_menu {
	float: left;
	margin: 0;
	width: auto;
}

ul.m_menu__list {
	margin: 15px 0;
	font-size: 18px;
	padding: 0;
}

li.mmenu__link {
	display: inline;
	padding: 15px 10px;
}

.menu__link:hover {
    color: #ff8f00;
}
.menu__link {
    position: relative;
	color: #000;
	padding: 5px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
	text-transform:uppercase;
	font-family: 'Noto Sans TC', "Helvetica Neue", "Raleway", 'Noto Sans SC', sans-serif;
}
.menu__link::before, .menu__link::after, .menu__link:hover::before, .menu__link:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.menu__link::before {
    top: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.menu__link::after {
    bottom: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.menu__link::before, .menu__link::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffcb00;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Search & Language */
.probootstrap-right {
    float: right;
	text-align: right;
    display: inline-block;
	margin-top: 10px;
}

.Language-Area {
	display: inline-block;
}
.Lan_sp:hover {
	color: #bd0000;
    background-color: #F0F0F0;
}
.dropdown-item {
	display:block;
	padding: 5px 10px;
	font-family: 'Noto Sans TC','Noto Sans SC',"Helvetica Neue","Raleway", sans-serif;
}

.Search {
	display: inline-block;
	height: 65px;
}
.Search input[type=text] {
    width: 50px;
    box-sizing: border-box;
    border: 0px solid #000;
    font-size: 13px;
    background-image: url('../images/icon/search.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 10px 20px 10px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
form.Search_form {
	height: 70px;
}

.Search input[type=text]:focus {
	width: 250px;
	border: 1px solid #000;
	margin-right: 15px;
}

.nav-mobile-searchBox .Language-Area {
    padding-top: 12px;
}

.nav-mobile-searchBox .Language-Area .dropdown-item {
    display: inline;
}

.nav-mobile__apperbox {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100vh;
}
.nav-mobile__apperbox .row {
	text-align: left !important;
    padding: 0 10em;
}

.navOpen {
	overflow: hidden;
}




@media screen and (max-width: 976px) {
.probootstrap-right {
    display: none;
}
div.nav-mobile-searchBox {
	display:block;
	background: #fff;
    padding-top: 10px;
	padding-bottom: 5px;
	margin: 50px 0;
}

#m_menu {
	display: none;
}

.nav-mobile__apperbox .row {
    padding: 0 2em;
}
}

@media screen and (min-width: 975px) {
div.nav-mobile-searchBox {
	display: none;
}
}


@media screen and (max-width: 870px) {
.nav-mobile__apperbox .row {
    padding: 0 5em;
}
}


@media screen and (max-width: 414px) {
img.logo {
    max-width: 220px;
}
}

/* ===================================
    04. Special Menu Open
====================================== */
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background:rgba(19, 110, 180,0.5);
}
/* Overlay closing cross */
.overlay .overlay-close {
	width: 50px;
    height: 50px;
    position: absolute;
    right: 252px;
    top: 30px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 60%;
    height: 80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
    text-align: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.overlay ul li a {
	font-size:24px;
	font-weight: 400;
	display: block;
	color: #fff;
	margin-bottom: 20px;
	text-decoration:none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
	position: relative;
    left: 15px;
}
/* Effects */
.overlay-genie {
	background: transparent;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
	transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
}
.overlay-genie.open {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 999;
}
.overlay-genie svg {
	position: absolute;
	top: 0;
	left: 0;
}
.overlay-genie .overlay-path {
	fill: rgba(0, 0, 0);
}
.overlay-genie nav {
	opacity: 0;
	-webkit-transform: scale(0.8) translateY(-48%);
	transform: scale(0.8) translateY(-48%);
	-webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.overlay-genie .overlay-close {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.overlay-genie.open nav,
.overlay-genie.open .overlay-close {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.overlay-genie.open nav {
	-webkit-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}
.overlay-genie.close nav,
.overlay-genie.close .overlay-close {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

h1.open-menu__title {
	font-size: 32px;
	color: #fff;
	text-transform:uppercase;
	text-decoration: underline;
}

h1.open-menu__title:hover {
	color: #c6b261;
	text-decoration: none;
}
@media screen and (max-width: 720px) {
h1.open-menu__title {
    text-decoration: underline;
}
h1.open-menu__title:hover {
    text-decoration: none;
}
}
@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}




/* ===================================
    05. Footer Styles
====================================== */
#footer {
  z-index: 0;
}

.footer-top {
  padding: 80px 0px;
}

.footer-bottom {
  padding: 30px 0px; }

.footer-bottom a:hover {
    color: #fff; }
	
#footer .footer-first-row {
    padding-top: 3rem;
    padding-bottom: 0;
	font-family: "Fjalla One", 'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
}

.bg-dark {
    background: linear-gradient(to top, #535353, #222) !important;
}

.dark .text-muted {
	font-family: 'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
    color: #fff !important;
	word-spacing: 2px;
}

ul.list-posts {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}
ul.list-posts li {
	color: #ccc;
}
ul.list-posts.footer-link li {
	display: inline-block;
    padding-right: 10px;
}	

a.title {
	color: #fff;
	font-size: 16px;
}
a.title:hover {
	color: #ffdb4e;
}

a.about {
	color: #fff;
}
a.about:hover {
	color: #ffcb00;
}

.footer-social a {
  display: inline-block;
  margin: 0 25px; }
  
.footer-social a:first-child {
    margin-left: 0; }
	
.footer-social a i {
    color: #626262;
    font-size: 22px; }

.footer-social a:hover i {
    color: #222; }

#footer .footer-second-row {
	font-family: "Helvetica Neue","Raleway", sans-serif;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 12px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

 /* SNS ICON */  
.icon{position:relative;display:inline-block;font-size:40px;width:52px;vertical-align:middle;color:#cfcfcf}
.icon.icon-sm{font-size:18px;width:30px}
.icon.icon-lg{font-size:76px;width:88px}
.icon.icon-xl{font-size:120px;width:130px}

.icon.icon-circle{
	height:35px;
	font-size:20px;
	text-align:center;
	color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	text-align:center
}

.icon.icon-facebook{}
.icon.icon-facebook:hover,.icon.icon-facebook:focus{
	color:#0e6dc9;
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
	transition-duration:.5s;
}
.icon.icon-qq{}
.icon.icon-qq:hover,.icon.icon-qq:focus{
	color:#3aa8db;
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
	transition-duration:.5s;
}
.icon.icon-chat{}
.icon.icon-chat:hover,.icon.icon-chat:focus{
	color:#70cb1c;
	transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
	transition-duration:.5s;
}
.icon.icon-youtube{}
.icon.icon-youtube:hover,.icon.icon-youtube:focus{
	color:#b90000;
	transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
	transition-duration:.5s;
	}
.icon.icon-line{margin-left: 5px;}
.icon.icon-line:hover,.icon.icon-line:focus{
	color:#48cc34;
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
	transition-duration:.5s;
	}
.icon.icon-instagram{}
.icon.icon-instagram:hover,.icon.icon-instagram:focus{
	color:#f9429c;
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
	transition-duration:.5s;
	}
.callus-all {
	position: fixed;
	display: block;
	right: 100px;
	bottom: -4px;
	z-index: 9999999;
	overflow: hidden;
	width: 120px;
	height: 35px;
	border-radius: 3px 3px 0 0;
	transition: max-height .2s,width .3s .2s ease-out;
	background: linear-gradient(-5deg, #32c494 50%, #1fa497 50%);
    text-align: center;
    border: 2px solid #fff;
	opacity: 0.9;
}
.callus-all:hover {
    height: 43px;
}
a.callus-all-link {
	vertical-align: middle;
	color: #fff;
}
.callus-all-link:hover {
	vertical-align: middle;
	color: #000;
}

/* ===================================
    06. Goto TOP
====================================== */
.back-to-top {
  background: #666;
  position: fixed;
  z-index: 100;
  right: 25px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms; }

.back-to-top i {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px; }

.back-to-top:hover {
    background: #8c8c8c !important;
}

.back-to-top.reveal {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    filter: alpha(opacity=100); }

.back-to-top.reveal:focus, .back-to-top.reveal:hover, .back-to-top.reveal:active {
      opacity: 1;
      filter: alpha(opacity=100); }



/* ===================================
    07. Breadcrumbs
====================================== */
.breadcrumbs {
	display: block;
	font-size: 12px;
	color: #666;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 5px;
	font-weight: normal;
}
.breadcrumbs a {
	color: #666;
	text-decoration: none;
	padding: 0 5px;
}
.breadcrumbs a:hover {
	color: #b29f52;
}