html, body {
    height: 100%;
    font-family: "微軟正黑體","儷黑","新細明體","細明體","標楷體","Arial" !important;
}

hr {
    border: none;
    height: 1px;
    color: #dddddd;
    background-color: #dddddd;
}

a.listingl{
	color:white;
}

/**/
/* Teacher Properties */
.left-bg-th { /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, right top, from(#c4fdd1), to(#4bc47e));
    background: linear-gradient(to right, #c4fdd1, #4bc47e); /* Stardard syntax */
}
.login-bg-th { /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, right top, from(#c4fdd1), to(#4bc47e));
    background: linear-gradient(to right, #c4fdd1, #4bc47e); /* Stardard syntax */
}
/* Student Properties */

.left-bg-st { 
    background: -webkit-gradient(linear, left top, right top, from(#FBD9C5), to(#FFEDCB)); 
    background: linear-gradient(to right, #FBD9C5, #FFEDCB); 
}
.login-bg-st {
    background: -webkit-gradient(linear, left top, right top, from(#FBD9C5), to(#FFEDCB));
    background: linear-gradient(to right, #FBD9C5, #FFEDCB); 
}

/* Breadcrumb */
.nav-breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}
.nav-breadcrumb > li > a {
    color: #337ab7;
}
.nav-breadcrumb > li.active {
    font-weight: bold;
    color: #000000;
}
.nav-breadcrumb > li + li:before {
    content: ">";
}

.new-bg-th > td {
    background-color: #16bb96;
}
.modal-header.news-title, .new-bg-th-line {
    background-color: #16bb96;
}

.nav-bg {
    background-color: #ffffff;
    overflow: hidden;
}
.nav-bg-th > li > a {
    background-color: #fff2dc;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    border-bottom: none;
}
.nav-bg-th > li.active > a,
.nav-bg-th > li.active > a:focus,
.nav-bg-th > li.active > a:hover {
    background-color: #ffcb74;
    border-color: #ffcb74;
    color: white;
}

.product-bg-th {
    background-color: #ffcb74;
}
.footer-bg-th {
    background-color: #5BBDEA;
}


/**/
/* Student Properties */


/**/
/* Image Properties */

.home-img img {
    display: block;
    width: auto;
    margin: auto;
}

.logo-mers {
    max-height: 80px;
    width: auto;
}
.logo-web {
    max-height: 64px; 
}


/**/
/* Shadow Properties */

.shadow-inset-left {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.shadow-inset-left:after {
    position:absolute;
    content:'';
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: -4%;
    right: 100%;
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 6px 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 6px 3px rgba(0,0,0,0.5);
}
.shadow-inset-right {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.shadow-inset-right:after {
    position:absolute;
    content:'';
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -2%;
    -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
}


/**/
/* Hamburger Menu Icon Properties */

#burger-toggle .icon-bar {
    background-color: white;
    width: 22px;
}
#burger-toggle .bar-top, #burger-toggle .bar-middle, #burger-toggle .bar-bottom {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#burger-toggle .bar-top {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -moz-transform: rotate(45deg);
    -moz-transform-origin: 10% 10%;
    -o-transform: rotate(45deg);
    -o-transform-origin: 10% 10%;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 10% 10%;
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
#burger-toggle .bar-middle {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
}
#burger-toggle .bar-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 10% 90%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 10% 90%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 10% 90%;
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
#burger-toggle.collapsed .bar-top {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
#burger-toggle.collapsed .bar-middle {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
}
#burger-toggle.collapsed .bar-bottom {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}


/**/
/* Navigation Tabs Properties */

.nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    text-align: right;
    border: none; /* override bootstrap.css style */
}
.nav-tabs > li {
    display: inline-table;
    float: none;
    padding-top: 0px;
}

.nav-tabs > li > a {
    font-size: 16px;
}


/**/
/* Footer Properties */

.footer-box {
    xposition: absolute;
    xbottom: 0;
    width: 100%;
    word-wrap: break-word;
    text-align: center;
    xheight: 30px;
}
.footer {
    font-size: 11px;
    xline-height: 30px;
    color: white;
}
.footer a:hover, 
.footer a:active,
.footer a:visited,
.footer a:focus {
    color: white;
    text-decoration: underline;
}


/**/
/* Image Properties */

.bg-image img {
    display: block;
    width: 100%;
    margin: auto;
}


/**/
/* Links Box Properties */

.links-box {
    position: absolute;
    bottom: 0;
    right: 10px;
    left: 10px;
}
.links-box-xs button,
.links-box button{
    background-color: rgba(255,255,255,0.5);
    color: #025DAB;
}
.links-box-icon {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}


/**/
/* Login Box Properties */

.login-title {
    font-size: 16px;
    color: #666666;
    margin: 0;
}


/**/
/* News Properties */

.news {
    font-size: 16px;
    color: #333333;
}
.news-title {
    font-size: 20px;
    color: white;
}
.news-date {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #09779F;
    width: 150px;
}
.news-line {
    width: 1px;
    padding: 0 !important;
}


/**/
/* Product Properties */

.product {
    font-size: 16px;
    xcolor: #025DAB;
}
.p-thumbnail {
    font-size: 18px;
	font-weight:bold;
}

.p-thumbnail img {
    width: 100%;
}
.p-thumbnail p {
    xheight: 50px;
}
.p-title {
    font-size: 24px;
    font-weight: bold;
    color: #337ab7;
    padding-top: 10px;
}


/**/
/* Thumbnail Properties */

.p-thumbnail img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.p-thumbnail:hover img{
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.p-thumbnail:hover {
    background: rgba(2,93,171,0.2);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    color: white;
}


/**/
/* Table Properties */

.table-01 {
    width: 100%;
}
.table-01 th,
.table-01 td {
    border: solid 1px #369712; /*#ffcB74;*/
    padding:10px;
}
.table-01 th {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000000; /*#bf8525;*/
    background-color: #b1ee9b; /*#ffe8c3;*/
}
.table-01 td {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    background-color: rgba(177,238,155,0.2)
}


/**/
/* Chapter Menu Properties */

.chapter-menu {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    border: none; /* override bootstrap.css style */
}
.cm-btn-01 .cm-chapter,
.cm-btn-01 .cm-title,
.cm-btn-01:after {
    background-color: #3bafda;
}
.cm-btn-02 .cm-chapter,
.cm-btn-02 .cm-title,
.cm-btn-02:after {
    background-color: #d770ad;
}
.cm-btn-03 .cm-chapter,
.cm-btn-03 .cm-title,
.cm-btn-03:after {
    background-color: #37bc9b;
}
.cm-btn-04 .cm-chapter,
.cm-btn-04 .cm-title,
.cm-btn-04:after {
    background-color: #967adc;
}
.cm-btn-05 .cm-chapter,
.cm-btn-05 .cm-title,
.cm-btn-05:after {
    background-color: #da4453;
}
.cm-btn-06 .cm-chapter,
.cm-btn-06 .cm-title,
.cm-btn-06:after {
    background-color: #8cc152;
}
.cm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
    z-index: -1;
}
.cm-btn:hover:after {
    width: 100%;
}
.cm-chapter {
    border-radius: 0;
    font-size: 12px;
    line-height: 10px;
    color: white;
}
.cm-chapter span {
    font-size: 16px;
}
.cm-title {
    border-radius: 0;
    height: 45px;
    font-size: 16px;
    line-height: 30px;
    color: black;
    opacity: 0.5;
	font-weight: bold;
}
.cm-btn:hover .cm-chapter,
.cm-btn:hover .cm-title {
    color: white;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
    opacity: 1;
}
.cm-btn:hover .cm-title {
    font-weight: bold;
}
.cm-btn.active .cm-chapter,
.cm-btn.active .cm-title {
    color: white;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
    opacity: 1;
}
.cm-btn.active .cm-title {
    font-weight: bold;
}


/* Shutter In Vertical */

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #d770ad;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-in-vertical-01,
.hvr-shutter-in-vertical-01.active div {
    opacity: 1;
    color: white;
    background: #3bafda;
}

.hvr-shutter-in-vertical-02,
.hvr-shutter-in-vertical-02.active div {
    opacity: 1;
    color: white;
	background: #d770ad;
}
.hvr-shutter-in-vertical-03,
.hvr-shutter-in-vertical-03.active div {
    opacity: 1;
    color: white;
	background: #37bc9b;
}
.hvr-shutter-in-vertical-04,
.hvr-shutter-in-vertical-04.active div {
    opacity: 1;
    color: white;
    background: #967adc;
}
.hvr-shutter-in-vertical-05,
.hvr-shutter-in-vertical-05.active div {
    opacity: 1;
    color: white;
    background: #da4453;
}
.hvr-shutter-in-vertical-06,
.hvr-shutter-in-vertical-06.active div {
    opacity: 1;
    color: white;
    background: #8cc152;
}
.hvr-shutter-in-vertical:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #ebb8d6;
        -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: 50%;
      transform-origin: 50%;
      -webkit-transition-property: transform;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical-01:before {
 background: #9dd7ed;
}
.hvr-shutter-in-vertical-02:before {
 background: #ebb8d6;
}
.hvr-shutter-in-vertical-03:before {
 background: #9bdecd;
}
.hvr-shutter-in-vertical-04:before {
 background: #cbbdee;
}
.hvr-shutter-in-vertical-05:before {
 background: #eda2a9;
}
.hvr-shutter-in-vertical-06:before {
 background: #c6e0a9;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.chapter-menu a:hover div, 
.chapter-menu a:focus div {
    color: white;
    opacity: 1;
}
.chapter-menu .active div {
    cursor: default;
    border-bottom: 5px solid rgba(0,0,0,0.5);
}


/**/
/* Icon Stack */

.icon-stack {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    xwidth: 100%;
    height: 40px;
    line-height: 50px;
}
.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.icon-stack-1x {
    font-size: 12px;
}
.icon-stack-2x {
    font-size: 30px;
    line-height: inherit;
}

.fa-file-word-o {
    color: #295391;
}
.fa-file-pdf-o {
    color: #ea4c3a;
}
.fa-file-powerpoint-o {
    color: #c44423;
}


/**/
/* Announcement */

.ann {
    margin-top: 15px;
    text-decoration: none;
    padding: 10px;
    xborder-radius: 5px;
    xborder: 1px solid #dddddd;
    background-color: rgba(255,255,255,0.75);
}
.ann-title {
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #025dab;
}
.ann-subtitle {
    line-height: 18px;
    font-size: 16px;
    color: #df4850;
}
.ann a:hover {
    text-decoration: none;
}
.ann a:hover .ann-title {
    color: #7f1383;
}




/**/
/* Common Properties */

.color-black {
    color: black;
}
.color-white {
    color: white;
}
.color-yellow {
    color: yellow;
}
.color-light-blue {
    color: #CCFFFF;
}

.all-0 {
    padding: 0px;
}
.all-5 {
    padding: 5px;
}
.all-10 {
    padding: 10px;
}
.all-15 {
    padding: 15px;
}
.all-20 {
    padding: 20px;
}

.top-0 {
    padding-top: 0px;
}
.top-4 {
    padding-top: 4px;
}
.top-5 {
    padding-top: 5px;
}
.top-8 {
    padding-top: 8px;
}
.top-10 {
    padding-top: 10px;
}
.top-15 {
    padding-top: 15px;
}
.top-20 {
    padding-top: 20px;
}
.top-30 {
    padding-top: 30px;
}
.top-40 {
    padding-top: 40px;
}
.top-50 {
    padding-top: 50px;
}

.bottom-0 {
    padding-bottom: 0px;
}
.bottom-5 {
    padding-bottom: 5px;
}
.bottom-10 {
    padding-bottom: 10px;
}
.bottom-15 {
    padding-bottom: 15px;
}
.bottom-20 {
    padding-bottom: 20px;
}
.bottom-30 {
    padding-bottom: 30px;
}
.bottom-40 {
    padding-bottom: 40px;
}
.bottom-50 {
    padding-bottom: 50px;
}

.left-0 {
    padding-left: 0px;
}
.left-5 {
    padding-left: 5px;
}
.left-10 {
    padding-left: 10px;
}
.left-15 {
    padding-left: 15px;
}
.left-20 {
    padding-left: 20px;
}
.left-30 {
    padding-left: 30px;
}
.left-40 {
    padding-left: 40px;
}
.left-50 {
    padding-left: 50px;
}

.right-0 {
    padding-right: 0px;
}
.right-5 {
    padding-right: 5px;
}
.right-10 {
    padding-right: 10px;
}
.right-15 {
    padding-right: 15px;
}
.right-20 {
    padding-right: 20px;
}
.right-30 {
    padding-right: 30px;
}
.right-40 {
    padding-right: 40px;
}
.right-50 {
    padding-right: 50px;
}

.align-all-0 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
}
.align-all-10 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 10px;
}
.align-all-20 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 20px;
}

.align-top-0 {
    position: absolute;
    top: 0px;
    margin-top: 0px;
}
.align-top-10 {
    position: absolute;
    top: 0px;
    margin-top: 10px;
}
.align-top-20 {
    position: absolute;
    top: 0px;
    margin-top: 20px;
}

.align-bottom-0 {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
.align-bottom-10 {
    position: absolute;
    bottom: 0px;
    margin-bottom: 10px;
}
    
.align-bottom-20 {
    position: absolute;
    bottom: 0px;
    margin-bottom: 20px;
}

.align-left-0 {
    position: absolute;
    left: 0px;
    margin-left: 0px;
}
.align-left-10 {
    position: absolute;
    left: 0px;
    margin-left: 10px;
}
.align-left-20 {
    position: absolute;
    left: 0px;
    margin-left: 20px;
}

.align-right-0 {
    position: absolute;
    right: 0px;
    margin-right: 0px;
}
.align-right-10 {
    position: absolute;
    right: 0px;
    margin-right: 10px;
}
.align-right-20 {
    position: absolute;
    right: 0px;
    margin-right: 20px;
}

.center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.borderless tr td {
    border: none !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


/* Media quary targets high resolution screens */

@media (max-width:992px) {
    .footer-box {
        position: absolute;
        width: 100%;
    }
}
@media (min-width:992px) {
    .footer-box {
        position: absolute;
        width: 100%;
        /* bottom: 0; */
    }
}

@media (max-width:768px) {
    .p-tool-col {
        padding-top: 10px;
    }
}
@media (min-width:768px) {
    .p-tool-col {
        padding-left: 10px;
    }
}

/* added 2016-03-15 */
/*
table.gridtable {
	xfont-family: verdana,arial,sans-serif;
	xfont-size:14px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
	background-color: #d9edf7;
}
			
table.gridtable th.th2 {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
	background-color: #faebcc;
}			
			
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
	background-color: #ffffff;
}
*/
/* added 2016-03-24*/
/*
所有ICON下的字
	Normal: #333
	Mouseover: #23527c; underline;

1	danger	#f2dede
2	success	#dff0d8
3	info	#d6efed
4	warning	#fcf8e3
5	other	#dfd8ec
6	primary	#d9edf7

1	success	#dff0d8
2	primary	#d9edf7
3	danger	#f2dede
4	info	#d6efed
5	warning 	#fcf8e3 
6	other 	#dfd8ec


.btn-ls@@1@@{   @extend .btn-@@2@@;}
.text-ls@@1@@{   @extend .text-@@2@@;}
.bg-ls-@@2@@{   background-color:@@3@@ !important}
*/
/*
a.res_link {
	xxcolor:#333	
}
a:hover.res_link{
	text-decoration: underline;
}

.btn-other {
    background: #9a7bdb;
    color: #ffffff;
}
.btn-other:hover, .btn-other:focus, .btn-other:active, .btn-other.active, .open > .dropdown-toggle.btn-other {
    background: #8b6ad4;
	color: #ffffff;
}
.btn-other:active, .btn-other.active {
    background: #ac92e2;
    box-shadow: none;
}
.text-other {
  color: #5d4b86;
}

.bg-ls-success{   background-color:#dff0d8 !important}
.bg-ls-primary{   background-color:#d9edf7 !important}
.bg-ls-danger{   background-color:#f2dede !important}
.bg-ls-info{   background-color:#d6efed !important}
.bg-ls-warning {   background-color:#fcf8e3  !important}
.bg-ls-other {   background-color:#dfd8ec !important}
*/

.thumbnail_2 img {
    xmax-width: 100px;
    width: 100%;
    margin: 10px;
    border-radius: 5px;
}
.thumbnail_2 .caption-title {
    font-size: 18px;
    text-align: left;
}
.thumbnail_2  caption {
    font-size: 12px;
    line-height: 16px;
    xcolor: #999999;
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
}

.modal-current .modal-dialog {
    margin: 0px;
    padding: 15px;
    width: 100%;
    height: 100%;
}
.modal-current .modal-content {
    height: auto;
    min-height: 100%;
}
.modal-current. modal-body {
    height: 100%;
}
.modal-current .modal-footer {
    xposition: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}


#chunky-buttons {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    border: none; /* override bootstrap.css style */
}
#chunky-buttons div {
    display: inline-table;
    float: none;
    padding-top: 0px;
}
#chunky-buttons a {
    float: left;
    display: inline-block;
    position: relative;
    margin: 0;
    margin-top: 8px;
    margin-left: 6px;
}



/* ===[ Begin Chunky Button ]=== */

.chunky a {
    /* Normal State */
    padding: 4px 35px 7px 35px;
    width: auto;
    height: auto;
    color: #fff;
    font-family: "微軟正黑體","儷黑","新細明體","細明體","標楷體","Arial" !important;

    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.50);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.50);
    border-top: 1px solid rgba(0,0,0,0.001);
    box-shadow: 0 0 20px rgba(0,0,0,0.60), 0px 2px 6px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    xcursor: pointer;
}

.chunky a:hover {
    /* Hover State */
    box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.4);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.4);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.4);
    -webkit-animation: glow 1s infinite ease-in-out;
    xcursor: pointer;
}

.chunky a:active,
.chunky .active {
    /* Active State (clicked on) */
	font-weight: bold;
	text-shadow: none;
  padding: 6px 40px 5px 40px;
    border-top: 1px solid rgba(0,0,0,0.35);
	 -webkit-box-shadow: none;
	 box-shadow: none;
	border-bottom: none;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.6), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-animation: none;
    cursor: default !important;*/
	
	
}

.chunky_u01 .active {
    /* Active State (clicked on) */
	background: white;
    padding: 6px 40px 5px 40px;
    border-top: 3px solid rgba(119,173,12,1);
	border-left: 3px solid rgba(119,173,12,1);
	border-right: 3px solid rgba(119,173,12,1);
	
    /*box-shadow: 0 0 0px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.6), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-animation: none;*/
    cursor: default !important;
	color: #77AD0C;
	
	
}



.chunky_u02 .active {
    /* Active State (clicked on) */
	background: white;
    padding: 6px 40px 5px 40px;
    border-top: 3px solid rgba(0,102,204,1);
	border-left: 3px solid rgba(0,102,204,1);
	border-right: 3px solid rgba(0,102,204,1);
	
    /*box-shadow: 0 0 0px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.6), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-animation: none;*/
    cursor: default !important;
	color: #0066cc;
	
	
}


.chunky_u03 .active {
    /* Active State (clicked on) */
	background: white;
    padding: 6px 40px 5px 40px;
    border-top: 3px solid rgba(204,0,0,1);
	border-left: 3px solid rgba(204,0,0,1);
	border-right: 3px solid rgba(204,0,0,1);
	
    /*box-shadow: 0 0 0px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.6), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-animation: none;*/
    cursor: default !important;
	color: #CC0000;
	
	
}



.chunky_u04 .active {
    /* Active State (clicked on) */
	background: white;
    padding: 6px 40px 5px 40px;
    border-top: 3px solid rgba(0,188,212,1);
	border-left: 3px solid rgba(0,188,212,1);
	border-right: 3px solid rgba(0,188,212,1);
	
    /*box-shadow: 0 0 0px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.6), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-animation: none;*/
    cursor: default !important;
	color: #00bcd4;
	
	
}

.chunky_u05 .active {
    /* Active State (clicked on) */
	background: white;
    padding: 6px 40px 5px 40px;
    border-top: 3px solid rgba(255,87,34,1);
	border-left: 3px solid rgba(255,87,34,1);
	border-right: 3px solid rgba(255,87,34,1);
	
    /*box-shadow: 0 0 0px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.6), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-animation: none;*/
    cursor: default !important;
	color: #FF5722 ;
	
	
}






.chunky_u06 .active {
    /* Active State (clicked on) */
	background: white;
    padding: 6px 40px 5px 40px;
    border-top: 3px solid rgba(102,51,153,1);
	border-left: 3px solid rgba(102,51,153,1);
	border-right: 3px solid rgba(102,51,153,1);
	
    /*box-shadow: 0 0 0px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.6), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.7), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 0px 1px 1px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-animation: none;*/
    cursor: default !important;
	color: #663399;
	
	
}



/* ===[ End Chunky Button ]=== */

/* ===[ Start Chunky Button Background Color ]=== */
.chunky_u01 a { background: #77AD0C }
.chunky_u02 a { background: #0066cc }
.chunky_u03 a { background: #CC0000 }
.chunky_u04 a { background: #00bcd4 }
.chunky_u05 a { background: #FF5722 }
.chunky_u06 a { background: #663399 }





/* ===[ End Chunky Button Background Color ]=== */

/* ===[ Start Glow Animation ]=== */

@-webkit-keyframes glow { 
    0% {
        box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
        -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
    }

    100% {
        box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
        -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
    }
}

/* ===[ End Glow Animation ]=== */
