@media (max-width: 767px) {
/* xs */
    .text-xs-left { text-align: left !important; }
    .text-xs-right { text-align: right !important; }
    .text-xs-center { text-align: center !important; }
    .text-xs-justify { text-align: justify !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
/* sm */
    .text-sm-left { text-align: left !important; }
    .text-sm-right { text-align: right !important; }
    .text-sm-center { text-align: center !important }
    .text-sm-justify { text-align: justify !important; }
}
@media (min-width: 992px) {
 /* md */
    .text-md-left { text-align: left !important; }
    .text-md-right { text-align: right !important; }
    .text-md-center { text-align: center !important; }
    .text-md-justify { text-align: justify !important; }
}

html,
body {
    height: 100%;
	font-size: 62.5%;
}


body {
    font-family: "Helvetica Neue", Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
}

/*
li li, li p, div, a {
	font-size: 1.1em;
}
*/

/*
div, p, li, a {
	font-size: 1em;
}
*/

h1,
.h1 {
  font-size: 4em;
}
h2,
.h2 {
  font-size: 3.6em;
}
h3,
.h3 {
  font-size: 3.0em;
}
h4,
.h4 {
  font-size: 2.8em;
}
h5,
.h5 {
  font-size: 2.2em;
}
h6,
.h6 {
  font-size: 1.8em;
}





.wrap {
    height: auto;
    margin: 0 auto 0px;
    padding: 100px 0 0px;
}

@media screen and (min-width: 992px){
    .wrap {
        /* padding-top: 130px; */
    }
}

.wrap > .container {
    padding: 0px 15px 20px;
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

a {
    color: #000;
    /* font-size: 1.7em; */
}

a:hover,
a:focus,
a:active {
    color: #000;
}

.jumbotron {
    padding: 0px;
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 2.1em;
    padding: 14px 24px;
}

.carousel-indicators li {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    background-color: #F40F00;
    border-color: #F40F00;
    margin: 1px;
}
@media screen and (min-width: 768px) {
    #home_carousel .carousel-indicators {
        bottom: 12%;
    }
    #tab_group {
        margin-top: -50px;
    }
    #tab_group .row {
        margin: 0 10%;
    }
}

.not-set {
    color: #c55;
    font-style: italic;
}

.btn-danger {
    background-color: #dd0023;
    border-color: #dd0023;
}

.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.panel-default {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.panel-default .panel-heading {
    background-color: #F8CF47;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-default .panel-body {
    padding: 0px;
}

div#search-model > .panel:first-of-type .panel-title {
    padding: 1%;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

ul#switch_lang {
	margin-top:5px;
}

@media screen and (max-width: 991px) {
    nav#main_nav {
        height: 100px;
        border-bottom: 4px solid #F8CF47;
        background-color: #FFFFFF;
    }
}

nav#main_nav .navbar-nav > li > .dropdown-menu {
	margin-top: 4px;
}

#main_nav .navbar-nav > li > a {
    font-size: 2.4em;
	line-height: 60px;
}

#main_nav .navbar-nav .dropdown-menu > li > a {
	font-size: 1.2em;
}

@media screen and (max-width: 991px) {
	#main_nav .navbar-nav > li > a {
		line-height: 20px;
	}
}

#main_nav .dropdown-submenu > a:after {
	margin-top: 10px;
	border-left-color: #dd0023;
}

#main_nav .dropdown-submenu:hover > a:after,
#main_nav .active.dropdown-submenu > a:after {
    border-left-color: #ffffff;
}


/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    nav#main_nav {
        height: 107px;
        border-bottom: 4px solid #F8CF47;
        background-color: #FFFFFF;
    }

    nav#main_nav div.container {
        height: inherit;
        vertical-align: middle;
    }

    li.lang > a{
        color: #dddddd;

    }

    li.lang~li.lang {
        border-left: 1px solid #dddddd;
    }

    li.active > a {
        color: #DD0023;
    }

    ul#switch_lang > li {
        padding: 0 1rem;
    }

    ul#switch_lang > li a {
        display: inline;
        text-align: center;
        text-decoration: none;
        font-size: 2.2em;
		line-height: 26px;
    }

    li#dropdown_lang {
        display: none;
    }

    li.lang > a.active {
        color: #DD0023;
    }

    /*.navbar-brand,*/
    /*.navbar-nav li a {*/
        /*line-height: 150px;*/
        /*height: 150px;*/
        /*padding-top: 0;*/
    /*}*/
}

nav#main_nav .navbar-toggle .icon-bar {
    color: #FFFFFF;
	background-color: #888888;
}

nav#main_nav .navbar-toggle {
    background-color: #dddddd;
}
nav#level2-cat-navbar .navbar-toggle {
    background-color: #dddddd;
}

#main_nav .navbar-brand {
    max-height: 90px;
}

#main_nav .navbar-brand {
    max-width: 250px;
}
#main_nav .navbar-brand img {
    max-width: 100%;
}


nav#main_nav li:not(.lang) > a {
    color: #DD0023;
}

nav#main_nav li.active > a {
    color: #000;
}

nav#main_nav .dropdown-menu > li > a {
	line-height: 36px;
}


.wrapper {
    padding: 30px 0;
    background-size: auto 100vw;
}

.wrapper-default {
    background-color: #FFFFFF;
}

.wrapper-no-padding {
    padding:0;
}

.wrapper-lg {
    padding: 10% 0;
}

.vert-list {
    display: flex;
    flex-direction: column;
}

.hori-list {
    display: flex;
    flex-direction: row;
}

.list-center {
    align-items: center;
}

.list-top,.list-left {
    align-items: flex-start;
}

@media screen and (max-width: 992px){
    .icon {
        max-height: 40px;
        max-width: 40px;
    }

    .wrapper p {
        font-size: 1.2em;
    }
}

.text-center {
    text-align: center;
}

.bg {
    background-position: center;
    background-size: cover;
    height: 100%;
}

.bg-prof-serv {
    background-image: url("../images/bkg_3.png");
}

.parallax {
    /*
    The image used is stated by another class
     */

    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*style for home image box*/
.img-with-cap {
    /* todo: change the size to relative like percentage */
/*    max-width: 320px;
    max-height: 213px;
*/
    position: relative;
	background-color: #ffffff;
	border:2px solid #cccccc;
	border-bottom: 0px;
}

@media screen and (max-width: 991px){
	.img-with-cap {
		margin-bottom: 30px;
	}
}


.img-with-cap > img {
	/*
    width: 100%;
    height: 100%;
	*/
}

.img-with-cap > div.caption
{
    /* position: absolute;
    bottom: 0px;
    height: 30%;
    width: 100%;
	*/
    background-color: #FFFFFF;
    z-index: 99;
    color: red;
    border-bottom: 5px solid red;
}

.img-with-cap > div.caption
, .img-with-cap > div.caption a
, .img-with-cap > div.caption a:visited
, .img-with-cap > div.caption a:link
{
    color: red;
}

.img-with-cap > div.caption h3 {
    /*font-size: 1em;*/
    padding-left: 15px;
}

.img-with-cap > div.caption h3 a {
}

/*
Edit byLeslie 20161011
*/
@media screen and (max-width: 400px){
    .img-with-cap > div.caption h2 {
        /*font-size: 1em;*/
        padding: 15px;
        margin: 0;
    }

    .img-with-cap > div.caption h2 a {
        font-size: 20px;
    }
}


.list-inline > li.img-with-cap {
	padding-left:0;
	padding-right:0;
	margin-left: 5px;
	margin-right: 5px;
	/* width: 120px; */
}



article.list-item {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 1%;
    border-color: inherit;
    border-bottom: 1px solid #dddddd;
}

div.search-result > div:last-of-type{
    border-bottom: none;
}

div#search-model > div:first-of-type {
    margin-bottom: 1.5%;
}

div#search-model > div:first-of-type .panel-title {
    font-size: 2.2em;
    color: #F20D00;
}

#footerStyle {
    color: #ffffff;
}

.footerTitle {

    font-weight: bolder;
    font-family: "Heiti TC";

}

.footerContent {

    color: #555555;
    font-family: "Heiti TC";

}

.footerMapPhone {

    color: #F20D00;
    font-size: 150%;
    font-family: "Arial";
    font-weight: bolder;

}
.date {
    color: #666666;
}

div.search-result > div:nth-of-type(even) {
    background-color: #f0f0f0;
}

.red-title {
    color: #F40F00;
}

.bar {
    width: 100%;
    height: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px){
    .bar {
        /* display: none; */
    }
}

.bar ul.list-inline {
    padding: 0px;
    margin: 0px;
}

.bar ul.list-inline li~li {
    border-left: 1px solid #000000;
    margin-left: 1em;
    padding-left: 1em;
}


/*ul.list-inline li {*/
    /*display:inline;*/
    /*list-style-type:none;*/
    /*padding-left:1em;*/
    /*margin-left:1em;*/
    /*border-left:1px solid #ccc*/
/*}*/
/*ul.list-inline li:first-child {*/
    /*border-left:none !important;*/
/*}*/

/*ul.list-inline li:after {*/
    /*content:" | ";*/
/*}*/


.home-circle-icon {
	margin-bottom: 10px;
}

.home-circle-icon-div {
	height: 140px;
}

.home-circle-icon-div, .home-circle-icon-div a, .home-circle-icon-div a:visited, .home-circle-icon-div:link {
	font-size: 1.6em;
}


ul.list-inline .home-circle-icon-div {
	width:190px;
}

.home-aastock-tabs {
	/* background: #ffffff; */
	border: 2px solid #ffffff;
}

.home-aastock-tabs-content {
	background: #ffffff;
}

.home-aastock-tabs .nav li {
	/* background-color: #E30001; */
}
.home-aastock-tabs .nav > li > a {
	color: #ffffff;
	background-color: #E30001;
}
.home-aastock-tabs .nav > li > a:hover, .home-aastock-tabs .nav > li > a:focus {
	color: #E30001;
	background-color: #eeeeee;

}

.home-aastock-tabs .panel-group .panel + .panel {
    margin-top: 0px;
}

.home-aastock-tabs .panel-group {
	margin-bottom: 0px;
}

.home-aastock-tabs .panel-default .panel-heading {
    background-color: #E30001;
	color: #ffffff;
}



.home-aastock-tabs .panel-default .panel-heading a, .home-aastock-tabs .panel-default .panel-heading a:link, .home-aastock-tabs .panel-default .panel-heading a:visited {
	color: #ffffff;
}

.home-aastock-tabs .panel-default .panel-body {
    padding: 10px;
}



.nav-tabs li a {
	font-size: 2.2em;
}


.home-aastock-tabs .nav-tabs.nav-justified > .active > a
, .home-aastock-tabs .nav-tabs.nav-justified > .active > a:hover
, .home-aastock-tabs .nav-tabs.nav-justified > .active > a:focus
{
    border: 1px solid #FFFFFF;
}


.home-aastock-tabs .nav li.active {
	/* background-color: #fffff; */
}
.home-aastock-tabs .nav > li.active > a {
	color: #000000;
	background-color: #ffffff;
}

.home-aastock-tabs .nav li+li {
	border-left: 2px solid #ffffff;
}

.home-aastock-tabs .tab-pane {
	padding: 15px;

}



#homebanner, #topbanner {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

@media only screen and (max-width : 1280px) {
    #homebanner, #topbanner {
        background-size: cover;
    }
}
@media only screen and (max-width : 992px) {
}

.img-transparent {
    opacity: 0;
    filter: alpha(opacity=0);
}

#homebanner-slides {
	list-style: none;
}

#homebanner-slides > li {
    background-repeat: no-repeat;
    background-position: -9999px -9999px;;
}



@media (max-width: 767px) {
/* xs */
    .text-xs-left { text-align: left !important; }
    .text-xs-right { text-align: right !important; }
    .text-xs-center { text-align: center !important; }
    .text-xs-justify { text-align: justify !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
/* sm */
    .text-sm-left { text-align: left !important; }
    .text-sm-right { text-align: right !important; }
    .text-sm-center { text-align: center !important }
    .text-sm-justify { text-align: justify !important; }
}
@media (min-width: 992px) {
 /* md */
    .text-md-left { text-align: left !important; }
    .text-md-right { text-align: right !important; }
    .text-md-center { text-align: center !important; }
    .text-md-justify { text-align: justify !important; }
}
#main_nav {
	background-color: #ffffff;
}
#main_nav .dropdown-menu {
	padding: 0;
}

#main_nav .dropdown-submenu > .dropdown-menu {
	margin-top: -1px;
}

#main_nav .dropdown-submenu > .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#main_nav .dropdown-menu > .active > a,
#main_nav .dropdown-menu > .active > a:hover,
#main_nav .dropdown-menu > .active > a:focus {
	background-color: #dd0023;
	color: #ffffff;
}

#main_nav .dropdown-menu > li > a:hover, #main_nav .dropdown-menu > li > a:focus {
	background-color: #dd0023;
	color: #ffffff;
}

#main_nav .nav > li > a:hover, #main_nav.nav > li > a:focus {
	background-color: #dd0023;
	color: #ffffff;
}



/* navbar height */
#main_nav .navbar {
  margin-bottom: 20px;
}

#main_nav .navbar-brand {
  padding: 23px 15px;
  height: 110px;
}

#main_nav .navbar-toggle {
  margin-top: 16px;
  margin-bottom: 16px;
}

#main_nav .navbar-nav {
  /* margin: 11.5px -15px; */
}


@media (min-width: 992px) {
  #main_nav .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#main_nav .navbar-form {
  margin-top: 16px;
  margin-bottom: 16px;
}

#main_nav .navbar-btn {
  margin-top: 16px;
  margin-bottom: 16px;
}
#main_nav .navbar-btn.btn-sm {
  margin-top: 18px;
  margin-bottom: 18px;
}
#main_nav .navbar-btn.btn-xs {
  margin-top: 22px;
  margin-bottom: 22px;
}
#main_nav .navbar-text {
  margin-top: 23px;
  margin-bottom: 23px;
}

#main_nav .nav .open > a, #main_nav .nav .open > a:hover, #main_nav .nav .open > a:focus {
    background-color: #DD0023;
	color: #ffffff;
    border-color: #337ab7;
}

#main_nav-collapse {
	background-color: #FFFFFF;
}

#level2-cat-navbar {
	border: 0;
	background-color: #DD0023;
	color: #FFFFFF;
	min-height: 30px;
}

#level2-cat-navbar a, #level2-cat-navbar a:link, #level2-cat-navbar a:visited {
	color: #FFFFFF;
}

#level2-cat-navbar .divider {
    height: 15px;
	width: 1px;
    margin: 0px 12px;
    overflow: hidden;
    border-left: 1px solid #e5e5e5;
}

#level2-cat-navbar .divider:last-child {
	display: none;
}


#level2-cat-navbar .navbar-nav > .active > a, #level2-cat-navbar .navbar-nav > .active > a:hover, #level2-cat-navbar .navbar-nav > .active > a:focus {
    color: #F8CF47;
    background-color: #DD0023;
	font-weight: bold;
}

#level2-cat-navbar  .navbar-nav {
    width: 100%;
    text-align: center;
}
#level2-cat-navbar  .navbar-nav > li {
      float: none;
      display: inline-block;
}



@media (min-width: 992px) {
	#level2-cat-navbar {
		border-radius: 0px;
	}
	#level2-cat-navbar .navbar-nav > li > a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

@media (max-width: 991px) {
	#level2-cat-navbar .divider {
		height: 1px;
		width: 100%;
		margin: 8px 0px;
		overflow: hidden;
		background-color: #e5e5e5;
	}
	#level2-cat-navbar .navbar-nav {
		text-align: left;
	}
}


.cms-html {
	font-size: 2.2em;
}

.cms-html .cms-html {
	font-size: 1em;
}

.cms-html img {
	max-width: 100%;
}

.cms-html a:not(.btn) {
	color: blue;
}

.cms-html h3x {
	font-size: 1em;
}


.red-bullet-list ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

.red-bullet-list li {
    padding-left: 16px;
}

.red-bullet-list li:before {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: #dd0023; /* Or a color you prefer */
}


.page-files-panel .list-group-item, .page-news-panel .list-group-item {
	font-size: 2.2em;
}

.page-files-panel .list-group-item .cms-html, .page-news-panel .list-group-item .cms-html {
	font-size: 1em;
}

.list-group-item-title {
}

.list-group-item-title-expanded {
	font-size: 1.5em;
}

.list-group-item .publish-date {
	padding-right: 8px;
}


.page-files-panel .panel-heading h4 {
	margin-top: 0;
	margin-bottom: 0;
}

.page-files-panel .panel-heading .list-group-item a
, .page-files-panel .panel-heading .list-group-item a:link
, .page-files-panel .panel-heading .list-group-item a:visited
{
	color: #333333;
}

.page-news-panel-heading-border-only {
	padding: 4px 0px 0px 0px ;
}

.page-news-search {
	background-color: #F8CF47;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
}

.page-news-search-heading {
	font-size: 1.8em;
	color: #DD0023;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.indexbar {
	 margin-left:-15px !important;
	 margin-right:-15px !important;
	 margin-bottom: 0px !important;
}

.indexbar-mob {
	/* background-color: #DD0023; */
	/* border-bottom:1px solid #ffffff; */
}

.indexbar-mob .panel {
	margin-top: 0px;
	margin-bottom: 0px;
}
.indexbar-mob .panel-default .panel-heading {
	background-color: #DD0023;
}
.indexbar-mob .panel-title {
	color: #F8CF47;
}


.page-sidebar {

}
.page-sidebar .list-group-item:first-child, .page-sidebar .list-group-item:last-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.page-sidebar .list-group-item {
    border-left: 0;
    border-right: 0;
}

.page-sidebar .list-group-item
, .page-sidebar a.list-group-item
, .page-sidebar a.list-group-item:link
, .page-sidebar a.list-group-item:visited{
	color: #DD0023;
	font-size: 2.2em;
}
.page-sidebar .list-group-item img {
	max-width: 30px; margin-right: 5px;
}

.fontsize1 {
	font-size: 10px !important;
}
.fontsize2 {
	font-size: 13px !important;
}
.fontsize3 {
	font-size: 16px !important;
}

.fontsize-select a {
	color: #dd0023 !important;

}
.fontsize-select a.active {
	color: #000000 !important;
}
.body-fontsize1 {
	font-size: 62.5%;
}
.body-fontsize2 {
	font-size: 72.5%;
}
.body-fontsize3 {
	font-size: 82.5%;
}

.home-aastock-tabs-content .tab-pane > .cms-html {
	/*
	height: 300px;
	overflow-y: visible;
	*/
}

.home-aastock-tabs-content .tab-pane > .cms-html > p {
	/* height: 100%;
	margin: 0;
	*/
}



.btn-radius-l {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	width: 200px;
}

.btn-radius-m {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	width:120px;
}


.btn-radius-s {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	width:80px;
}

.btn-white {
	background-color: #ffffff;
	color: #dd0023;
}

.home-links {
	height: 110px;

}


ul.list-inline .home-links {
	width:190px;
}


#pro_scroll_wrapper {
	position: relative;
	height: 250px;
}

.pro_scoll_prev {
	position: absolute;
	top: 50%;
	left: 30px;

	width: 17px;
	height:31px;
	background: url('../images/scroller-btn-prev.jpg');
}

.pro_scoll_prev:hover, .pro_scoll_next:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.pro_scoll_next {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 2em;
	color: #DD0023;

	width: 17px;
	height:31px;
	background: url('../images/scroller-btn-next.jpg');
}

.link-more, .link-more:visited, .link-more:link {
	color: #dd0023;
	xfont-size: 1.1em !important;
}
.link-more:hover {
	color: #000000;
}

.section6 {
	height: 300px;
	background-size: 2100px 300px;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

#section6-container {
/*
	position: absolute;
	top: 50%;
	transform: translate(0, -50%)
*/
}

.section6 .left-border {
    border-left: 2px solid red;
    padding-left: 20px;
}

@media (max-width: 991px) {
	.section6 {
		background-image: none !important;
		height: auto;
		padding: 20px 0;
	}
	#section6-container{
		position: relative;
		top: 0;
		transform: translate(0, 0)
	}
}


.pro_scroll_item {
	height: 250px;
	 overflow: hidden;
}
.pro_scroll_item_img {
	height: 120px;
	padding-bottom: 5px;
}
.pro_scroll_item_author a, .pro_scroll_item_author a:link, .pro_scroll_item_author a:visited {
	color: #dd0023;
	font-size: 2.8em;
	font-style: italic;
	font-weight: bold;
}
.pro_scroll_item_date a {
	font-size: 2em;
	padding-bottom: 5px;
}
.pro_scroll_item_title a {
	font-size: 2.2em;
	font-weight: bold;
}

#breadcrumbs-container {
	background-color: #DD0023;
	color: #F8CF47;
}

#breadcrumbs-container .breadcrumb {
	background: transparent;
	color: #F8CF47;
	margin-bottom: 0;
}
#breadcrumbs-container .breadcrumb li
, #breadcrumbs-container .breadcrumb li.active
, #breadcrumbs-container .breadcrumb li a
, #breadcrumbs-container .breadcrumb li a:link
, #breadcrumbs-container .breadcrumb li a:visited
{
	color: #F8CF47;
	font-size: 1.8em;
}

#breadcrumbs-container .breadcrumb > li + li:before {
    content: "\00bb";
    padding: 0 5px;
    color: #F8CF47;
}

.list-group > .list-group-item:nth-child(even) {background: #F6F6F6;}
.list-group > .list-group-item:nth-child(odd) {background: #FFFFF;}

.home-aastock-tabs-content .list-group > .list-group-item {
	/*padding-top: 0;
	padding-bottom: 0; */
}

.home-aastock-tabs-content .list-group > .list-group-item a {
	color: #000000;
	/*font-size: 0.6em; */
}

.footer-sitemap-bar {
		background-color: #DD0023;
}

.footer-sitemap-list {
	padding-left:0;
}

.footer-sitemap-list > li,
.footer-sitemap-list > li > ul > li {
	list-style: none;
	padding-left: 0;
}
.footer-sitemap-list > li > ul {
	padding-left: 0;
}

.footer-sitemap-list ul ul {
	padding-left: 15px;
}

.footer-sitemap-list > li, .footer-sitemap-list > li > a {
	/* font-size: 1.7em; */
}

.footer-sitemap-list > li li {
	font-weight: normal;
}

.footer-sitemap-list li {
	font-size: 1.8em;
}

.footer-sitemap-list li li {
	font-weight: normal;
	font-size: 1em;
}

.footer-sitemap-list > li > ul > li > ul {
	list-style-type: disc !important;
}

.footer-sitemap-main {
	font-size: 1.1em;
	line-height: 2em;
	font-weight: bold;
}

.footer-sitemap-main a {
	font-size: 1em;
}

#footer-lang {
	font-size: 1.8em;
}

#footer-sitemap-toggle a {
	font-size: 1.8em;
	color: #ffffff;
}
#footer-sitemap-toggle a:hover, #footer-sitemap-toggle a:active, #footer-sitemap-toggle a:focus {
	text-decoration: none;
}

#footer-sitemap-toggle-icon {
	xbackground-color: #ffffff;
	color: #ffffff;
	font-size: 8px;
}


#magazine-iframe {
    display: block;
    border: none;
    height: 854px;
    width: 950px;
}

@media (max-width: 767px) {
/* xs */
}
@media (min-width: 768px) and (max-width: 991px) {
/* sm */
	#magazine-iframe {
		height: 750px;
		width: 750px;
	}
}
@media (min-width: 992px) {
 /* md */
}


/*
* Edit by Leslie 20161018
*/
@media (max-width: 992px) {
    .footer-line-space {
        margin-top: 1em;
    }
}

/*
* Edit by Leslie 20161018
*/
.non-border-radius {
    border-radius: 0 !important;
}

.font-size-2em {
    font-size: 2em !important;
}

.font-size-1_2em {
    font-size: 1.2em !important;
}

.footer-fontsize {
    font-size: 1.2em !important;
}

nav#main_nav .navbar-toggle {
    background-color: #E30001 !important;
}

nav#main_nav .navbar-toggle .icon-bar {
    background-color: #FFFFFF !important;
}



.alert-custom {
	/*background-color: rgb(241, 242, 240);*/
    background-color: #ffffff;
	border-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 5px;
}
.alert-custom > [data-notify="title"] {
	/*color: rgb(51, 51, 51);*/
    padding-left: 3px;
    background-color: #F7CE47;
    color: #000000;
	display: block;
	font-weight: bold;
    font-size: 2.5em;
	margin-bottom: 5px;
    padding: auto 0px;
    min-height: 25px;
    height:auto;
    word-wrap: break-word;
}
.alert-custom > [data-notify="message"] {
    background-color: #FFFFFF;
    color: #000000;
	font-size: 2em;
    line-height: 1.7em;
}

.alert-custom button.close {
    color: rgb(0, 0, 0);
    opacity: 1;
    padding-right: 2px;
    padding-top: auto;
    padding-bottom: auto;
}


.sweet-alert button.confirm {
	background-color: #dd0023 !important;
}

.sweet-alert button.confirm:hover {
	background-color: #c9302c !important;
}


.site-error {
    font-size: 1.2rem;
}