/*
Item Name : CMS framework | myid.ltd
Author : Taco Hsiung
Version : 1.0 
*/
/*======================== [main navigation variable] ============================*/
html {
  background: #fffdf5;
  overflow-x: hidden;
}
body {
  font-family: "Open Sans", "Helvetica Neue", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #100805;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
a {
  color: #451212;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
a:hover,
a:focus {
  color: #b02d2c;
  text-decoration: none;
}
label {
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.float-l,
.left {
  float: left;
  display: inline-block;
}
.float-r,
.right {
  float: right;
}
.label-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.text1 {
  color: #b02d2c;
}
.text2 {
  color: #c09b64;
}
.text3 {
  color: #e8dcc6;
}
.text4 {
  color: #fff8db;
}
.text5 {
  color: #d76062;
}
.text-light {
  color: #f8f1f1;
}
.text-white {
  color: #fff;
}
.text-dark {
  color: #a08f8f;
}
.text-muted {
  color: #5e2f1d;
}
.hide-text,
.ht {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
small {
  font-size: 90%;
}
.clear {
  display: block;
  overflow: hidden;
}
.accordion-group,
.accordion-inner {
  border-color: #ae8888;
  border-radius: 5px;
}
.form-control {
  border-color: #d9d9d9;
  border-radius: 5px;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #c09b64;
}
.input-s-sm {
  width: 120px;
}
.input-s {
  width: 200px;
}
.input-s-lg {
  width: 250px;
}
.input-group-addon {
  border-color: #d9d9d9;
  background-color: #fdfbfb;
}
.list-group {
  border-radius: 5px;
}
.list-group.no-radius .list-group-item {
  border-radius: 0 !important;
}
.list-group.no-borders .list-group-item {
  border: none;
}
.list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.list-group.no-bg .list-group-item {
  background-color: transparent;
}
.list-group-item {
  border-color: #ae8888;
  padding-right: 15px;
}
.list-group-item.media {
  margin-top: 0;
}
.list-group-item.active {
  color: #fff;
  border-color: #b02d2c !important;
  background-color: #b02d2c !important;
}
.list-group-item.active .text-muted {
  color: #e49291;
}
.list-group-item.active a {
  color: #fff;
}
.list-group-alt .list-group-item:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, 0.02);
}
.list-group-lg .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-group-sp .list-group-item {
  margin-bottom: 5px;
  border-radius: 3px;
}
.list-group-item > .badge {
  margin-right: 0;
}
.list-group-item > .fa-chevron-right {
  float: right;
  margin-top: 4px;
  margin-right: -5px;
}
.list-group-item > .fa-chevron-right + .badge {
  margin-right: 5px;
}
.nav-pills.no-radius > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a {
  color: #fff !important;
  background-color: #c09b64 !important;
}
/*cols*/
.col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-0 {
  clear: left;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col"] {
  padding: 0;
}
.modal-backdrop {
  background-color: #a08f8f;
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-over {
  width: 100%;
  height: 100%;
  position: relative;
  background: #a08f8f;
}
.modal-center {
  position: absolute;
  left: 50%;
  top: 50%;
}
.modal-content {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.icon-muted {
  color: #ccc;
}
#Navi {
  height: 50px;
  display: block;
}
@media screen and (max-width: 767px) {
  #Navi {
    height: 0!important;
  }
}
#Navi .affix {
  width: 100%;
  min-width: 940px;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
#MainNav1 {
  z-index: 9998;
}
#MainNav2 {
  z-index: 9997;
}
.MainNav *,
.MainNav *:before,
.MainNav *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.MainNav_fixed {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 10px 0;
}
.MainNav {
  position: relative;
  margin: 0 auto;
  float: left;
  padding: 0;
  width: 100%;
  z-index: 9990;
  font-size: 13px;
  background-image: url("../images/bar_bg.png") repeat-x 0 0;
  background-size: 5px 51px;
  /* Parent Elements */
  /* 1. Basic Typography */
}
.MainNav .MainNav_wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.MainNav .MainNav_menu_right {
  float: right;
}
.MainNav .MainNav_menu {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  float: left;
  border-radius: 10px;
  box-shadow: 0px 3px 3px rgba(50, 25, 0, 0.3);
}
.MainNav .MainNav_menu .divide {
  border-left: 0px solid #9c2827;
  background: url("../images/menu/divider.png");
  background-size: cover;
  width: 1px;
}
.MainNav .MainNav_menu .btn01,
.MainNav .MainNav_menu .btn01:hover {
  background-image: url("../images/menu/btn_1.png");
  background-size: cover;
  border-radius: 10px 0px 0px 10px;
  width: 90px;
}
.MainNav .MainNav_menu .btn02,
.MainNav .MainNav_menu .btn02:hover {
  background-image: url("../images/menu/btn_2.png");
  background-size: cover;
  width: 90px;
}
.MainNav .MainNav_menu .btn03,
.MainNav .MainNav_menu .btn03:hover {
  background-image: url("../images/menu/btn_3.png");
  background-size: cover;
  width: 140px;
}
.MainNav .MainNav_menu .btn04,
.MainNav .MainNav_menu .btn04:hover {
  background-image: url("../images/menu/btn_4.png");
  background-size: cover;
  width: 89px;
}
.MainNav .MainNav_menu .btn05,
.MainNav .MainNav_menu .btn05:hover {
  background-image: url("../images/menu/btn_5.png");
  background-size: cover;
  width: 75px;
}
.MainNav .MainNav_menu .btn06,
.MainNav .MainNav_menu .btn06:hover {
  background-image: url("../images/menu/btn_6.png");
  background-size: cover;
  width: 89px;
}
.MainNav .MainNav_menu .btn07,
.MainNav .MainNav_menu .btn07:hover {
  background-image: url("../images/menu/btn_7.png");
  background-size: cover;
  width: 89px;
}
.MainNav .MainNav_menu .btn08,
.MainNav .MainNav_menu .btn08:hover {
  background-image: url("../images/menu/btn_8.png");
  background-size: cover;
  width: 73px;
}
.MainNav .MainNav_menu .btn09,
.MainNav .MainNav_menu .btn09:hover {
  background-image: url("../images/menu/btn_9.png");
  background-size: cover;
  width: 107px;
}
.MainNav .MainNav_menu .btn10,
.MainNav .MainNav_menu .btn10:hover {
  background-image: url("../images/menu/btn_10.png");
  background-size: cover;
  border-radius: 0px 10px 10px 0px;
  width: 89px;
}
.MainNav .MainNav_menu .btn11,
.MainNav .MainNav_menu .btn11:hover {
  background-image: url("../images/menu/btn_11.png");
  width: 50px;
}
.MainNav .MainNav_menu .btn12,
.MainNav .MainNav_menu .btn12:hover {
  background-image: url("../images/menu/btn_12.png");
  width: 50px;
}
.MainNav .MainNav_menu .btn13,
.MainNav .MainNav_menu .btn13:hover {
  background-image: url("../images/menu/btn_13.png");
  width: 50px;
}
.MainNav .MainNav_menu .btn14,
.MainNav .MainNav_menu .btn14:hover {
  background-image: url("../images/menu/btn_14.png");
  width: 50px;
}
.MainNav .MainNav_menu .btn15,
.MainNav .MainNav_menu .btn15:hover {
  background-image: url("../images/menu/btn_15.png");
  width: 50px;
}
.MainNav .MainNav_menu > li {
  background: #b02d2c;
  background-image: ;
  height: 50px;
  float: left;
  text-align: center;
  width: ;
  background-position: center 0%!important;
  position: relative;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.MainNav .MainNav_menu > li > a,
.MainNav .MainNav_menu > li > span {
  color: #f8f1f1;
  font-size: 13px;
  font-weight: normal;
  line-height: 50px;
  padding: 0px 12px;
  text-indent: -9999px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle !important;
}
.MainNav .MainNav_menu > li .lang {
  margin-top: -15px;
  font-size: 11px;
}
.MainNav .MainNav_menu > li span a {
  color: #f8f1f1;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-left: 14px;
}
.MainNav .MainNav_menu > li > span + a i {
  margin-right: 0px;
}
.MainNav .MainNav_menu > li i {
  margin-right: 9px;
}
.MainNav .MainNav_menu > li:hover,
.MainNav .MainNav_menu > li.active {
  background: #872322;
  background-position: center 100%!important;
}
.MainNav .MainNav_menu > li:hover > a,
.MainNav .MainNav_menu > li:hover > span,
.MainNav .MainNav_menu > li:hover > span > a,
.MainNav .MainNav_menu > li.active > a,
.MainNav .MainNav_menu > li.active > span,
.MainNav .MainNav_menu > li.active > span > a {
  color: ;
}
.MainNav .MainNav_menu > li.flexnav_mega {
  position: static;
}
.MainNav .MainNav_menu {
  /* Show Drop Downs on Mouse Hover */
}
.MainNav .MainNav_menu .dropdown {
  overflow: visible!important;
  background: #d76062;
  border: 1px solid #d24c4e;
  border-bottom: 0px;
  position: absolute;
  top: -9999em;
  z-index: 9999;
  padding: 0;
  margin: 0 auto;
  opacity: 0;
  display: block;
  margin-top: 0px;
  width: 180px;
}
.MainNav .MainNav_menu .dropdown_fly_out {
  padding: 0;
}
.MainNav .MainNav_menu .dropdown:before,
.MainNav .MainNav_menu .dropdown:after {
  display: table;
  content: " ";
}
.MainNav .MainNav_menu .dropdown:after {
  clear: both;
}
.MainNav .MainNav_menu .dropdown_right {
  right: 0;
}
.MainNav .MainNav_menu li:hover > .dropdown {
  opacity: 1;
  top: auto;
}
.MainNav .sub {
  padding: 0;
  margin: 0;
  list-style: none;
}
.MainNav .sub .sub_lv {
  padding: 0;
  margin: 0;
  list-style: none;
}
.MainNav .sub li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d24c4e;
}
.MainNav .sub li a,
.MainNav .sub li span {
  padding: 5px 15px;
  float: left;
  width: 100%;
  text-align: left;
  display: block;
  cursor: pointer;
}
.MainNav .sub li span:hover,
.MainNav .sub li a:hover {
  background: #d24c4e;
}
.MainNav .sub .sub_lv_left {
  left: -102%;
  right: 100%;
}
.MainNav .sub .sub_lv li {
  width: 180px;
  padding: 0 ;
}
.MainNav .sub li.last {
  border-bottom: 0;
}
.MainNav .sub ul.MainNav_icons li {
  margin-left: -12px !important;
}
.MainNav .sub .sub_lv {
  background: #d76062;
  border: 1px solid #d24c4e;
  border-bottom: 0px;
  position: absolute;
  margin: 0px 0 0 0;
  padding: 0px;
  left: 100%;
  top: auto;
  display: none;
  zoom: 1;
  float: left;
}
.MainNav .sub li:hover > .sub_lv,
.MainNav .sub li:hover > .sub_lv_left {
  display: block;
}
.MainNav .sub .parent i {
  font-size: 15px;
  line-height: 21px;
  margin-right: 12px;
}
.MainNav .parent > span:after {
  content: '\f105';
  font-family: FontAwesome;
  float: right;
  padding-top: 1px;
}
.MainNav .parent_left > span:after {
  content: '\f104';
  font-family: FontAwesome;
  float: right;
  padding-top: 1px;
}
.MainNav .dropdown p,
.MainNav .dropdown ul,
.MainNav .dropdown ol {
  margin: 0;
  color: #f8f1f1;
  font-size: 16px;
  margin: 0 0 21px 0;
  line-height: 21px;
}
.MainNav .dropdown a,
.MainNav .dropdown .sub li span {
  text-decoration: none;
  color: #f8f1f1;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.MainNav .dropdown a:hover,
.MainNav .dropdown .sub li span:hover {
  color: ;
}
.eng .MainNav .MainNav_menu .btn01,
.eng .MainNav .MainNav_menu .btn01:hover {
  background-image: url("../images/menu/eng/btn_1.png");
  width: 110px;
}
.eng .MainNav .MainNav_menu .btn02,
.eng .MainNav .MainNav_menu .btn02:hover {
  background-image: url("../images/menu/eng/btn_2.png");
  width: 100px;
}
.eng .MainNav .MainNav_menu .btn03,
.eng .MainNav .MainNav_menu .btn03:hover {
  background-image: url("../images/menu/eng/btn_3.png");
  width: 110px;
}
.eng .MainNav .MainNav_menu .btn04,
.eng .MainNav .MainNav_menu .btn04:hover {
  background-image: url("../images/menu/eng/btn_4.png");
  width: 110px;
}
.eng .MainNav .MainNav_menu .btn05,
.eng .MainNav .MainNav_menu .btn05:hover {
  background-image: url("../images/menu/eng/btn_5.png");
  width: 110px;
}
.eng .MainNav .MainNav_menu .btn06,
.eng .MainNav .MainNav_menu .btn06:hover {
  background-image: url("../images/menu/eng/btn_6.png");
  width: 110px;
}
.eng .MainNav .MainNav_menu .btn07,
.eng .MainNav .MainNav_menu .btn07:hover {
  background-image: url("../images/menu/eng/btn_7.png");
  width: 110px;
}
.eng .MainNav .MainNav_menu .btn08,
.eng .MainNav .MainNav_menu .btn08:hover {
  background-image: url("../images/menu/eng/btn_8.png");
  width: 110px;
}
.eng .MainNav .MainNav_menu .btn09,
.eng .MainNav .MainNav_menu .btn09:hover {
  background-image: url("../images/menu/eng/btn_9.png");
  width: 110px;
}
.eng .MainNav .MainNav_menu .btn10,
.eng .MainNav .MainNav_menu .btn10:hover {
  background-image: url("../images/menu/eng/btn_10.png");
  width: 50px;
}
.eng .MainNav .MainNav_menu .btn11,
.eng .MainNav .MainNav_menu .btn11:hover {
  background-image: url("../images/menu/eng/btn_11.png");
  width: 50px;
}
.eng .MainNav .MainNav_menu .btn12,
.eng .MainNav .MainNav_menu .btn12:hover {
  background-image: url("../images/menu/eng/btn_12.png");
  width: 50px;
}
.eng .MainNav .MainNav_menu .btn13,
.eng .MainNav .MainNav_menu .btn13:hover {
  background-image: url("../images/menu/eng/btn_13.png");
  width: 50px;
}
.eng .MainNav .MainNav_menu .btn14,
.eng .MainNav .MainNav_menu .btn14:hover {
  background-image: url("../images/menu/eng/btn_14.png");
  width: 50px;
}
.eng .MainNav .MainNav_menu .btn15,
.eng .MainNav .MainNav_menu .btn15:hover {
  background-image: url("../images/menu/eng/btn_15.png");
  width: 50px;
}
/* IE8 */
.MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse {
  display: none;
}
/* -----------------Switch between the desktop and mobile versions---------------------- */
@media only screen and (min-width: 767px) {
  .MainNav .MainNav_wrapper .MainNav_menu > li {
    display: block !important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #Navi .affix {
    position: absolute;
    min-width: 40px;
  }
  .MainNav {
    position: absolute;
    top: 0;
    left: 0;
    /*----- Multilevel fly-outs --------*/
  }
  .MainNav .divide {
    display: none!important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu {
    width: 100%!important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li {
    position: static;
    height: 50px!important;
    width: 100%!important;
    background: #b02d2c !important;
    border-bottom: 1px solid #a42a29;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li > span,
  .MainNav .MainNav_wrapper .MainNav_menu > li > a {
    text-align: left;
    text-indent: 0!important;
    line-height: 55px!important;
    padding-left: 20px;
    font-size: 16px;
  }
  .MainNav .MainNav_wrapper .MainNav_menu .dropdown,
  .MainNav .MainNav_wrapper .MainNav_menu .dropdown_full {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .MainNav .sub,
  .MainNav .sub .sub_lv,
  .MainNav .sub .sub_lv_left {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    width: 100%;
    margin: 0;
    border: none;
  }
  .MainNav .sub li,
  .MainNav .sub .sub_lv li {
    border-bottom: solid 1px #fff7d6;
    background: #fff8db;
    width: 100%;
    padding: 0;
  }
  .MainNav .sub_lv li a,
  .MainNav .parent {
    background: #fffdf5;
  }
  .MainNav .sub_lv .sub_lv li a {
    background: #ffffff;
    padding-left: 10%;
  }
  .MainNav .sub li a:hover,
  .MainNav .sub li span:hover,
  .MainNav .sub .sub_lv li a:hover {
    background: #fff3c2;
  }
  .MainNav .sub li > a,
  .MainNav .sub li > span {
    width: 100%;
    padding: 15px 10px 15px 40px;
  }
  .MainNav .sub ul.MainNav_icons li {
    margin-left: 0 !important;
  }
  .MainNav ul.MainNav_icons > li > .sub_lv > li {
    padding-left: 18px !important;
  }
  .MainNav .parent > span:after,
  .MainNav .parent_left > span:after,
  .MainNav .parent.noactive > span:after,
  .MainNav .parent_left.noactive > span:after {
    content: '\f107';
  }
  .MainNav .parent.active > span:after,
  .MainNav .parent_left.active > span:after {
    content: '\f106';
  }
}
@media only screen and (max-width: 767px) {
  .MainNav_btn {
    display: none;
  }
  .MainNav_fixed {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 30px auto;
  }
  .MainNav {
    height: auto;
  }
  .MainNav .MainNav_wrapper .MainNav_menu_right {
    float: left;
    width: 100%;
  }
  .MainNav .MainNav_wrapper .MainNav_menu {
    width: 100%;
    box-shadow: 0px 0px 0px rgba(50, 25, 0, 0.3);
  }
  .MainNav .MainNav_wrapper .MainNav_menu .btn01,
  .MainNav .MainNav_wrapper .MainNav_menu .btn01:hover {
    border-radius: 0px 0px 0px 0px;
  }
  .MainNav .MainNav_wrapper .MainNav_menu .btn10,
  .MainNav .MainNav_wrapper .MainNav_menu .btn10:hover {
    border-radius: 0px 0px 0px 0px;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li {
    width: 100%!important;
    display: none;
    float: left;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse span {
    padding: 0 20px;
    text-indent: 0!important;
    line-height: 50px!important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_active,
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_active:hover {
    background: #872322;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_noactive,
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_noactive:hover {
    background: #b02d2c;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse > span {
    color: #ffffff!important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li:hover {
    box-shadow: none;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li:first-child {
    margin-left: 0;
  }
  .MainNav .MainNav_wrapper .MainNav_menu .dropdown {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .MainNav .MainNav_wrapper .MainNav_menu .dropdown a,
  .MainNav .MainNav_wrapper .MainNav_menu .dropdown .sub li span {
    color: #b02d2c;
  }
  .MainNav .MainNav_wrapper .MainNav_menu .dropdown a:hover,
  .MainNav .MainNav_wrapper .MainNav_menu .dropdown .sub li span:hover {
    color: #9c2827;
  }
}
/*

CMS Global Setting - Layout v1.0
last updated by - Taco Hsiung [2015 Jul]
---------------------------------------------------

1 - BODY setting ==================================
	1.1 - Body background (.body_bg)
	1.2 - back to top button (.back-to-top)
	1.3 - Container width (.container)

2 - TOP BAR (#header_bar) ========================
	
	→ id="header_bar"
	→ class="container" (set min width 960)
		→ class="f-left"
		→ class="f-right"
			→ class="home_btn"
			→ class="lang_btn"
			→ class="login_btn"
	
	2.1 Float Left block (.f-left)
	2.2 Float Left block (.f-right)

3 - Background Slideshow (#bg-slide) ==============
	→ id="bg-slide"
		→ class="mask"
		→ class="slide_content"
			→ class="owl-carousel"
				→ <div><img>

4 - HEADER (#header) ==============================


	4.1 school logo (.logo)
	4.2 header banner (#header_banner)
	4.3 MOBILE setting

	
	→ id="header" class="header-wrap container" 
	              (.container / .container-fluid)
	   → class="wrap"
	   	→ class="logo"
	   		→ <a><img><h4>

	   → id="header_banner" class="owl-carousel"	
	   	→ <div><img>

	   → id="Navi"
	   	→ class="affix"
	   		→ id="MainNav1" class="MainNav"
	   			→ class="MainNav_wrapper"
	   				→ <ul> class="MainNav_menu"
	   				......

5 - Contents WIDGET's layout (#widgets) ===========

	→ id="widgets" class="container content"
		→ class="content_wrap"
			→ class="widget_wrap row row1" 
				→ class="col-sm-3 Col-1"
					→class="widget ..."
				→ class="col-sm-3 Col-2"
				→ class="col-sm-3 Col-3" ....

			→ class="widget_wrap row row2" 
				→ class="col-sm-3 Col-1"
				→ class="col-sm-3 Col-2"
				→ class="col-sm-3 Col-3" 
			....


6 - Footer (#footer) ==============================
	6.1 Contact info - Left (.contact)
	6.2 Contact info - Right (.copyright)

	→ id="footer"
		→ class="container"
			→ class="row row-footer"
				→ class="col-sm-6 contact"
					→ class="address"
					→ class="phone"
					→ class="best-view"
				→ class="col-sm-6 copyright"


7 - Carousel Theme(.owl-theme) ====================

8 - Contents Wrap Style ===========================

9 - Others ========================================
	9.1 - Scroll bar

10- POPUP =========================================

===================================================*/
.body_bg {
  background: url("../images/header_bg.png") center top no-repeat, url("../images/footer_bg.png") center bottom repeat-x, url("../images/bg.png") repeat;
  background-size: 1250px 525px, 1500px 250px, 97px 97px;
}
@media (max-width: 767px) {
  .body_bg {
    background: url("../images/char_studnet_girl.png") left bottom no-repeat, url("../images/char_studnet_boy.png") right bottom no-repeat, url("../images/header_bg_xs.png") center top no-repeat, url("../images/footer_bg_xs.png") center bottom repeat-x, url("../images/bg.png") repeat;
    background-size: 200px 175px, 200px 175px, 1100px 500px, 800px 255px, 97px 97px;
  }
}
@media (max-width: 600px) {
  .body_bg {
    background: url("../images/header_bg_xs.png") center top no-repeat, url("../images/footer_bg_xs.png") center bottom repeat-x, url("../images/bg.png") repeat;
    background-size: 1100px 500px, 800px 255px, 97px 97px;
  }
}
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 8888;
}
.back-to-top a {
  color: #f8f1f1;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 15px;
  background-color: #b02d2c;
  border-radius: 500px;
}
.back-to-top a:hover {
  background: #731d1d;
}
@media (max-width: 767px) {
  .body_wrap {
    padding-top: 50px;
  }
  .container {
    padding: 0;
  }
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 767px) {
  .container {
    width: 970px!important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px!important;
  }
}
#header_bar {
  background: #ffffff;
  height: 30px;
  padding: 5px 0;
  margin: 0 auto;
  display: block;
}
#header_bar a {
  line-height: 16px;
}
#header_bar .f-left {
  display: inline-block;
  float: left;
  display: block;
  width: 50%;
}
#header_bar .f-right {
  display: inline-block;
  float: right;
  display: block;
  width: 50%;
  text-align: right;
}
#header_bar .motto {
  width: 300px;
}
#bg-slide {
  position: relative;
}
#bg-slide .mask {
  background: url("../images/mask.png") repeat-x;
  background-position: bottom;
  position: absolute;
  z-index: -888;
  top: 0;
  width: 100%;
  display: block;
  height: 600px;
}
#bg-slide .slide_content {
  position: absolute;
  z-index: -9999;
  top: 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 600px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#bg-slide .slide_content .owl-carousel {
  max-width: ;
  margin: 0 auto;
  display: block;
}
#bg-slide .slide_content img {
  width: 100%;
}
@media (max-width: 767px) {
  #bg-slide .mask,
  #bg-slide .slide_content {
    height: 400px;
  }
}
.header-wrap.container-fluid {
  padding: 0!important;
}
.affix {
  z-index: 9999;
}
#header .header_wrap {
  position: relative;
}
#header .logo {
  width: 464px;
  height: 82px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
#header .logo img {
  width: 100%;
}
#header .logo h4 {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#header #header_banner {
  position: relative;
  overflow: hidden;
  display: block;
  height: 360px;
}
#header #header_banner img {
  width: 100%;
}
#header .macot {
  display: block;
  margin: 180px 0px 0px 360px;
}
#header .macot .macott {
  display: inline-block;
  margin: 10px;
  background: url("../images/char_tracy.png") no-repeat 0 0;
  background-size: cover;
  width: 156px;
  height: 151px;
}
#header .macot .macoty {
  display: inline-block;
  margin: 10px;
  background: url("../images/char_yesley.png") no-repeat 0 0;
  background-size: cover;
  width: 156px;
  height: 151px;
}
#header .macot .macote {
  display: inline-block;
  margin: 10px;
  background: url("../images/char_eric.png") no-repeat 0 0;
  background-size: cover;
  width: 156px;
  height: 151px;
}
#header .macotxs {
  display: block;
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  #header {
    margin-top: 0!important;
  }
  #header .logo {
    width: 95%;
    max-width: 464px;
    margin: 20px auto 20px auto;
  }
  #header_banner {
    height: 330px !important;
    width: auto;
  }
  #header_banner .macot {
    display: none;
  }
  #header_banner .macotxs {
    width: 100%;
    margin: 30px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 10px;
  }
}
#inner #header_banner {
  height: 360px;
}
@media screen and (max-width: 767px) {
  #inner #header_banner {
    height: 330px;
  }
}
#widgets {
  display: block;
}
#widgets .widget_wrap {
  margin-top: 20px;
  display: block;
}
#widgets .row1 .Col-2 {
  padding-left: 0!important;
}
#widgets .row2 .Col-1 {
  padding-right: 0!important;
}
#widgets .row2 .Col-3 {
  padding-left: 0!important;
}
@media screen and (max-width: 767px) {
  #widgets .row {
    margin: 15px!important;
  }
  #widgets .row2 .Col-1,
  #widgets .row2 .Col-2 {
    padding: 0 0px 20px 0px!important;
    margin-bottom: 20px;
  }
}
/*--------------------------------[6 Footer]-------------------------*/
#footer {
  background: transparent;
  border-top: 0px solid #ae8888;
  display: block;
  overflow: hidden;
}
#footer .row-footer {
  font: #a08f8f;
  font-size: 80%;
  padding: 20px 0px 40px 0px;
}
#footer .row-footer a {
  color: #b02d2c;
}
#footer .row-footer a:hover {
  color: #872322;
}
#footer .row-footer .logo_s {
  margin-left: 10px;
  height: 67px;
  width: 67px;
  background: url("../../../../public/data/school_right_logo.png") no-repeat 0 0;
  background-size: cover;
}
#footer .row-footer .contact {
  text-align: left;
}
#footer .row-footer .contact div {
  padding-bottom: 5px;
}
#footer .row-footer .contact .school {
  display: block;
  font-size: 130%;
}
#footer .row-footer .contact .address {
  font-size: 130%;
  display: block;
}
#footer .row-footer .contact .address .map {
  color: #f8f1f1;
  background: #b02d2c;
  padding: 2px 5px;
  font-size: 80%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#footer .row-footer .contact .address .map:hover {
  background: #872322;
  color: #ffffff;
}
#footer .row-footer .contact .phone span {
  margin-right: 15px;
}
#footer .row-footer .contact .best-view {
  color: #887474;
  margin-top: 5px;
}
#footer .row-footer .contact .myidltd {
  margin: 10px;
  float: right;
  color: #100805;
  top: 60px;
}
#footer .row-footer .copyright {
  padding-left: 15px;
  text-align: left;
}
#footer .row-footer .copyright span {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #footer .contact,
  #footer .copyright {
    text-align: center!important;
    padding: 15px;
    font-size: 120%!important;
  }
  #footer .map {
    clear: both;
    display: block;
    width: 80%;
    padding: 10px!important;
    margin: 10px auto;
    font-size: 18px!important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
  }
  #footer .phone {
    margin-top: 10px;
  }
  #footer .phone span {
    margin: 0 0 5px 0;
    display: block;
    clear: both;
    font-size: 120%;
  }
  #footer .copyright {
    width: 50%;
    margin: 0 auto;
  }
}
#header .owl-controls,
.owl-pagination,
.owl-nav {
  display: ;
}
.owl-theme .owl-controls {
  width: 100%;
  height: 100%;
  text-align: center;
  /* Styling Next and Prev buttons */
  /* 7.1 Use it for non-touch hover action */
  /* 7.2 Styling Pagination*/
}
.owl-theme .owl-controls .owl-nav div {
  position: absolute;
}
.owl-theme .owl-controls .owl-nav div {
  color: #b02d2c;
  zoom: 1;
  width: 22px;
  height: 22px;
  display: block;
  line-height: 22px;
  font-size: 13px;
  border-radius: 500px;
  background: #f8f1f1;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.owl-theme .owl-controls .owl-nav div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 8px;
  top: 50%;
}
.owl-theme .owl-controls .owl-nav .owl-next {
  right: 8px;
  top: 50%;
}
.owl-theme .owl-controls .owl-dots {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.owl-theme .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 3px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-radius: 500px;
  background: #f8f1f1;
}
.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span {
  background: #b02d2c;
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-theme .owl-controls .owl-dot span.owl-numbers {
  /* If PaginationNumbers is true */
  height: auto;
  width: auto;
  color: #b02d2c;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url("../images/AjaxLoader.gif") no-repeat center center;
}
@media (max-width: 767px) {
  .owl-controls,
  .owl-dots,
  .owl-nav {
    display: none;
  }
}
/*----------------------------------[8 content wrap]-------------------------------*/
.contents_wrap {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.contents_wrap h1,
.contents_wrap h2,
.contents_wrap h3 {
  color: #b02d2c !important;
  margin: 20px 0 15px 0;
  font-weight: 100;
}
.contents_wrap h4,
.contents_wrap h5,
.contents_wrap h6 {
  color: #825757!important;
  margin: 10px 0;
  font-weight: 500;
}
.contents_wrap h1 {
  font-size: 35px;
}
.contents_wrap h2 {
  font-size: 28px;
}
.contents_wrap h3 {
  font-size: 24px;
}
.contents_wrap h4 {
  font-size: 20px;
}
.contents_wrap h5 {
  font-size: 18px;
}
.contents_wrap h6 {
  font-size: 16px;
}
.contents_wrap p {
  margin-bottom: 25px;
}
.contents_wrap img {
  max-width: 100%;
}
.contents_wrap img.left {
  margin: 5px 15px 15px 0px;
}
.contents_wrap img.right {
  margin: 5px 0px 15px 15px;
}
.contents_wrap ul {
  padding-left: 25px;
}
.contents_wrap ol {
  padding-left: 35px;
}
.contents_wrap ul li {
  list-style-type: disc;
}
.contents_wrap ol li {
  list-style-type: decimal-leading-zero;
}
.contents_wrap li {
  padding-bottom: 10px;
}
.contents_wrap hr {
  margin: 15px 0;
  clear: both;
  display: block;
  overflow: hidden;
  border-top: #c09b64 1px dotted;
}
.contents_wrap q,
.contents_wrap mark {
  background-color: #ff9;
}
.contents_wrap dl {
  padding: 10px 0;
  clear: both;
}
.contents_wrap dl dt {
  font-weight: 500;
  font-size: 15px;
  color: #b02d2c;
}
.contents_wrap dl dd {
  margin: 0;
  padding: 0 0 10px 0;
}
.contents_wrap table {
  display: table;
  border-spacing: 0px;
  border-collapse: collapse;
  max-width: 100%;
  margin: 15px 0;
}
.contents_wrap table th {
  font-weight: bold;
  color: #f8f1f1;
  background: #b02d2c;
  border: 1px solid #872322;
  padding: 5px 10px;
  font-size: 15px;
}
.contents_wrap table td {
  padding: 5px 10px;
  border: 1px solid #d96969;
}
.chi .contents_wrap p {
  letter-spacing: 2px!important;
}
.eng .contents_wrap p {
  letter-spacing: 0px!important;
  word-spacing: 1px;
}
/*--------------------------------------[9 OTHERS]--------------------------------*/
@media (min-width: 767px) {
  .body_wrap {
    min-width: 940px;
  }
  .scrollable {
    -webkit-overflow-scrolling: touch;
  }
  ::-webkit-scrollbar {
    width: 5px;
    height: 7px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #c09b64;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #c09b64;
  }
  ::-webkit-scrollbar-track {
    background-color: rgba(50, 50, 50, 0.1);
  }
  ::-webkit-scrollbar-track:hover {
    background-color: rgba(50, 50, 50, 0.2);
  }
}
.nicescroll-rails div {
  background: #c09b64 !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.slim-scroll {
  display: block;
  position: relative;
  overflow: auto;
}
/*--------------------------------------[10 POPUP]--------------------------------*/
#popup {
  margin: 0 auto;
  position: absolute;
  display: block;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#popup .popup_topbar {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0;
  background: #b02d2c;
}
#popup .popup_topbar .title {
  margin: 0;
  line-height: 40px;
  color: #f8f1f1;
  font-weight: 300;
  font-size: 15px;
  padding: 0 15px;
}
#popup .popup_topbar a {
  color: #f8f1f1;
}
#popup .scroll-pane {
  background: #fffdf5;
  display: block;
  position: relative;
  margin-top: 40px;
  height: 100%;
  overflow: auto;
}
#popup .popup_content {
  position: relative;
}
#popup .popup_content .contn {
  color: #100805;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
  background: #fffdf5;
  display: block;
  position: relative;
  font-size: 15px;
}
#popup .popup_content .contn .title {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #b02d2c;
  border-bottom: 1px solid #ae8888;
}
#popup .popup_content .contn .title span {
  font-size: 13px;
  margin-left: 10px;
  letter-spacing: 0;
  color: #a08f8f;
}
#popup .popup_content .contn img {
  max-width: 100%;
}
#popup .contents_wrap img {
  padding: 10px;
}
#popup .popup_pictures {
  min-height: 200px;
  background: #c09b64;
  display: block;
  padding: 15px 0;
}
#popup .popup_pictures .wrap {
  max-width: 800px;
  margin: 0 auto;
}
#popup .popup_pictures .picture {
  float: left;
  display: inline;
  margin: 0 1%;
  width: 31%;
}
#popup .popup_pictures img {
  border: solid 1px #f8f1f1;
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #popup .paragraph_block {
    font-size: 120%;
    line-height: 29px;
  }
  #popup .popup_topbar {
    height: 65px;
    padding-top: 10px;
  }
  #popup .popup_topbar .title {
    margin: 10px 0!important;
    font-size: 20px;
  }
  #popup .popup_content .contn {
    padding: 20px;
  }
  #popup .scroll-pane {
    margin-top: 65px;
    height: auto;
    display: block;
    overflow: auto;
    padding-top: 20px;
  }
  #popup .scroll-pane .title {
    font-size: 23px!important;
    line-height: 28px!important;
  }
}
/*
-----------------------------------------------
CMS Widget components v1.0
last updated by - Taco Hsiung [2015 Jul]
------------------------------------------------


1 - Widget basic setting =======================

	1.1 Titles master setting (.div_title)
	1.2 More btn master setting (.more)
	1.3 Mobile view setting


2 - MOTTO (.motto)  =============================

	→ class="widget motto"
		→ class="wrap"
			→ class="div_title"
			→ class="motto_content" 
				→ <P> Contents


3 - LOGIN (.login) ===============================

	→ class="widget login hidden-xs "
		→ class="div_title"
		→ class="wrap"
			→ class="login_btn"
			→ class="form-wrap"
				→ class="id-wrap"
					→ label
					→ class="login_id_input" > input
				→ class="pw-wrap"
					→ label
					→ class="login_pw_input" > input



4 - GALLERY (.gallery) =============================

	→ class="widget gallery"
		→ class="div_title"
		→ class="more"
		→ class="gallery_wrap wrap"
			→ class="owl-carousel"
				→ <div><img>


5 -  NEWS ==========================================
	 (.news | .award | .notice | .gallery-list)  

	→ class="widget" 
	  (.news | .award | .notice | .gallery-list )

		→ class="div_title"  
		→ class="wrap"
		→ class="slim-scroll"
			→ <ul> class="list" (class="list lightbox" if is lightbox)
				→ <li> class="no-thumb"  (Don't show thumbnail)
				→ <li> class="last"      (Last cell)
				→ <li> class="sticky"    (Stacky at top)
					→ <a>
						→ class="thumb"
							→ <img>
						→ class="content"
							→ <i>
							→ <span> class="title"
							→ <small> class="date"
			

6 - CALENDAR (.calendar) ===========================

	→ class="widget calendar"
		→ class="div_title"

		[6.1] Calender Table (#calendar)
			→ class="wrap_cal_table"
				→ id="calendar"
					→ class="cal_table"

		[6.2] Calendar list (.list)
			→ class="wrap"
				→ class="slim-scroll"
					→ <ul> class="list lightbox"
						→ <li>
							→ <a>
								→ small class="date"
								→ span class="title"


7 - REPLYSLIP (.replyslip) ============================

	→ class="widget replyslip"
		→ class="div_title"
		→ class="more"
		→ class="clearfix"
		→ class="wrap"
			→ class="slim-scroll"
				→ <ul> class="list"
					→ <li>
						→ <a>
							→ <small> class="date"
							→ <span> class="title"
							→ <i>

		====[Mini Dropdown button]====
		→ <a> class="dropdown-toggle btn_replyslip"	
			→ <span><i class="fa fa-paperclip">	
			→ <i> class="fa fa-chevron-down icon-r"

		→ <section> class="dropdown-menu animated fadeInDown"
			→ class="wrap"
				.....		


8 - HANDBOOK (.handbook) ================================

	→ class="widget handbook"
		→ class="div_title"
		→ class="wrap"
			<ul> class="list lightbox"
				→ <li>
					→ <a>
						
		====[Mini Dropdown button]====
		→ <a> class="dropdown-toggle btn_handbook"	
			→ <span><i>class="fa fa-book"	
			→ <i> class="fa fa-chevron-down icon-r"

		→ <section> class="dropdown-menu animated fadeInDown"
			→ class="wrap"
				.....		



9 - MINI BUTTON -handbook , replyslip =====================
    
    (.btn_handbook  | .btn_replyslip)


10 - FACEBOOK (.facebook) =================================

	→ class="widget facebook"
		→ class="div_title"
		→ class="wrap"


11- LINKS (.links) =========================================

	→ class="widget links hidden-xs"
		→ class="div_title"
		→ class="wrap"
			→ class="slim-scroll"
				→ <a>

===========================================================*/
#widget {
  z-index: 5;
}
.widget {
  position: relative;
  line-height: 20px;
}
.widget .wrap {
  display: block;
  overflow: hidden;
}
.widget .div_title {
  color: #b02d2c;
  font-size: 15px;
  line-height: 22px;
  height: 22px;
  width: ;
  display: block;
  overflow: hidden;
  font-weight: bold;
}
.widget .more > a {
  background: #b02d2c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 80%;
  color: #f8f1f1;
  padding: 2px 20px;
  float: right;
  transition: 0.5s;
}
.widget .more > a:hover {
  background: #872322;
}
@media screen and (max-width: 767px) {
  .widget {
    font-size: 135%;
    line-height: 25px;
  }
  .div_title {
    font-size: 20px!important;
    height: 50px!important;
  }
  .slim-scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    height: auto !important;
  }
}
.motto {
  color: #e15558;
  width: 100%;
  padding: 10px 0;
}
.motto .div_title_graphic {
  background: url("../images/widget/title_theme.png") no-repeat left bottom;
  background-size: cover;
  width: 228px;
  height: 64px;
  position: absolute;
}
.motto .wrap {
  padding: 10px 5px;
  background: url("../images/widget/graphic_theme_r.png") no-repeat right bottom, url("../images/widget/border_theme.png") no-repeat center bottom;
  background-size: 174px 54px, 509px 15px;
  width: 100%;
  height: 64px;
}
.motto .motto_content {
  overflow: hidden;
  width: 50%;
  height: 30px;
  line-height: 30px;
  font-size: 170%;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0px auto 0px 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .motto .wrap {
    background: url("../images/widget/graphic_theme_l.png") no-repeat left bottom, url("../images/widget/graphic_theme_r.png") no-repeat right bottom, url("../images/widget/border_theme.png") no-repeat center bottom;
    background-size: 170px 56px, 174px 54px, 509px 15px;
  }
  .motto .motto_content {
    width: 100%;
    margin: 0 auto;
    font-size: 130%;
  }
}
@media (max-width: 600px) {
  .motto .div_title {
    height: 20px!important;
  }
  .motto .wrap {
    background: transparent;
    padding: 10px 0px;
  }
  .motto .motto_content {
    text-align: left;
    font-size: 120%;
  }
}
.login {
  background: transparent;
  margin-top: 15px;
}
.login .div_title {
  display: none;
}
.login .login_btn {
  background: url("../images/widget/btn_login.png") no-repeat 0 0;
  background-size: cover;
  width: 227px;
  height: 55px;
  line-height: 55px;
  color: #f8f1f1;
  font-size: 13px;
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
.login .login_btn:hover {
  background: url("../images/widget/btn_login_pressed.png") no-repeat 0 0;
  background-size: cover;
}
.login .from-wrap {
  width: 100%;
  display: block;
  padding-right: 227px;
}
.login .id-wrap,
.login .pw-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.login .id-wrap {
  margin-bottom: 5px;
}
.login label {
  float: left;
  display: inline-block;
  width: 60px;
  height: 25px;
  line-height: 25px;
  color: #f8f1f1;
  overflow: hidden;
  margin: 0;
}
.login input {
  float: left;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  border: #d9d9d9;
  margin: 0;
  position: absolute;
  left: 63px;
  color: #b02d2c;
  padding: 2px 5px;
}
.gallery {
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(50, 25, 0, 0.3);
}
.gallery .div_title {
  float: left;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: url("../images/widget/title_gallery.png") no-repeat center left #c09b64;
  background-size: 130px 26px;
  width: 100%;
  height: 40px;
}
.gallery .more {
  position: absolute;
  right: 10px;
  top: 8px;
  bottom: auto;
}
.gallery .wrap {
  padding: 10px;
  background: url("../images/widget/bg_gallery.png") no-repeat center center #ffffff;
  background-size: 438px 314px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 370px;
}
.gallery .wrap .owl-carousel {
  background: #ffffff;
  overflow: hidden;
  display: block;
  width: 420px;
  height: 315px;
  border: 8px #ffffff solid;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  margin: 20px auto;
  box-shadow: 0px 5px 10px rgba(50, 25, 0, 0.3);
}

.gallery .wrap .owl-carousel a {
	display: block;
	height:100%;
	width:100%;
	text-align:center;
}

.gallery .wrap .owl-carousel img {
  max-width: 100%;
  margin:0 auto;
}
@media screen and (max-width: 767px) {
  .gallery .more > a {
    padding: 3px 20px;
  }
  .gallery .wrap {
    height: auto!important;
    background: url("../images/widget/bg_gallery.png") no-repeat center center #ffffff;
    background-size: 438px 314px;
  }
  .gallery .wrap .owl-carousel {
    width: auto;
    max-width: 420px;
    height: auto;
    max-height: 315px;
  }
}
@media (max-width: 500px) {
  .gallery .wrap {
    background: #ffffff;
  }
}
.news,
.award,
.notice,
.gallery-list,
.widget-list {
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(50, 25, 0, 0.3);
}
.news .div_title,
.award .div_title,
.notice .div_title,
.gallery-list .div_title,
.widget-list .div_title {
  float: left;
  display: inline-block;
}
.news .wrap,
.award .wrap,
.notice .wrap,
.gallery-list .wrap,
.widget-list .wrap {
  border: solid 0px #ae8888;
  background: #ffffff;
  padding: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.news ul,
.award ul,
.notice ul,
.gallery-list ul,
.widget-list ul {
  padding: 0;
}
.news li,
.award li,
.notice li,
.gallery-list li,
.widget-list li {
  position: relative;
  padding: 8px;
  border-bottom: solid 1px #c3a6a6;
  display: block;
  overflow: hidden;
  /*.thumb{
			position: absolute;
			text-align: center;
			overflow: hidden;
			width: @thumb_w;
			height: @thumb_h;
			.round(@thumb_border-reaius);

			img{
				height: auto;
				max-width: 100%;
				vertical-align: middle;
				text-align: center;	
			}
		}*/
  /*&.no-thumb{
			min-height:20px;
			.thumb{display: none;}
			.content{padding-left:0 ;}
		}*/
}
.news li.last,
.award li.last,
.notice li.last,
.gallery-list li.last,
.widget-list li.last {
  border-bottom: 0;
}
.news li:hover,
.award li:hover,
.notice li:hover,
.gallery-list li:hover,
.widget-list li:hover {
  background: #fffdf5;
}
.news li a,
.award li a,
.notice li a,
.gallery-list li a,
.widget-list li a {
  color: #100805;
}
.news li a:hover,
.award li a:hover,
.notice li a:hover,
.gallery-list li a:hover,
.widget-list li a:hover {
  color: #b02d2c;
}
.news li i,
.award li i,
.notice li i,
.gallery-list li i,
.widget-list li i {
  font-size: 15px;
}
.news li .fa-trophy,
.award li .fa-trophy,
.notice li .fa-trophy,
.gallery-list li .fa-trophy,
.widget-list li .fa-trophy {
  color: #e8dcc6;
}
.news li .fa-picture-o,
.award li .fa-picture-o,
.notice li .fa-picture-o,
.gallery-list li .fa-picture-o,
.widget-list li .fa-picture-o {
  color: #d76062;
}
.news li .content,
.award li .content,
.notice li .content,
.gallery-list li .content,
.widget-list li .content {
  display: inline-block;
}
.news li .content .date,
.award li .content .date,
.notice li .content .date,
.gallery-list li .content .date,
.widget-list li .content .date {
  display: inline-block;
  width: fit-content;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #b02d2c;
  padding: 0px 5px;
  color: #f8f1f1;
  letter-spacing: 0;
  white-space: nowrap;
}
.news li.sticky,
.award li.sticky,
.notice li.sticky,
.gallery-list li.sticky,
.widget-list li.sticky {
  background: #efe7d8;
}
.news li.sticky:hover,
.award li.sticky:hover,
.notice li.sticky:hover,
.gallery-list li.sticky:hover,
.widget-list li.sticky:hover {
  background: #e8dcc6;
}
.news li.sticky a,
.award li.sticky a,
.notice li.sticky a,
.gallery-list li.sticky a,
.widget-list li.sticky a {
  color: #100805;
}
.news li.sticky a:hover,
.award li.sticky a:hover,
.notice li.sticky a:hover,
.gallery-list li.sticky a:hover,
.widget-list li.sticky a:hover {
  color: #872322;
}
.gallery-list .wrap {
  border: 1px solid #c7a776;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.news .slim-scroll {
  height: 200px;
}
.award .slim-scroll {
  height: 240px;
}
.notice .slim-scroll {
  height: 200px;
}
.gallery-list .slim-scroll {
  height: 150px;
}
.news .div_title {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: url("../images/widget/title_news.png") no-repeat center left #c09b64;
  background-size: 130px 26px;
  width: 100%;
  height: 40px;
}
.award .div_title {
  color: #b02d2c !important;
}
.gallery-list .div_title {
  display: none!important;
}
@media screen and (max-width: 767px) {
  .slim-scroll {
    height: auto;
    max-height: 400px!important;
  }
}
.calendar {
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(50, 25, 0, 0.3);
}
.calendar #calendar .cal_table {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #e8dcc6;
  padding: 10px;
}
.calendar #calendar .cal_table table {
  width: 100%;
  margin: 0 auto;
}
.calendar #calendar .months {
  position: relative;
  text-align: center;
  padding: 5px 0;
  width: auto;
  height: 30px;
  vertical-align: middle;
  background: #e8dcc6;
  line-height: 30px;
  border-bottom: 0px solid #d9c6a2 !important;
}
.calendar #calendar .years {
  color: #b02d2c;
  font-weight: bolder;
  font-size: 15px;
}
.calendar #calendar .months a {
  color: #b02d2c;
  top: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 10px;
  overflow: hidden;
  cursor: pointer;
}
.calendar #calendar .months a:hover {
  color: #360e0d;
}
.calendar #calendar #premonth {
  float: left;
}
.calendar #calendar #nextmonth {
  float: right;
}
.calendar #calendar .weeks_bar {
  background: #e8dcc6;
  border-bottom: 0px solid #efe7d8 !important;
}
.calendar #calendar .weeks {
  font-size: 90%;
  color: #99753e !important;
  *background: #e8dcc6;
}
.calendar #calendar tr {
  height: 30px;
}
.calendar #calendar td {
  letter-spacing: 0;
  color: #100805;
  line-height: 30px;
  text-align: center;
}
.calendar #calendar td > a {
  *width: 100%;
  *text-align: center;
  *display: block;
}
.calendar #calendar .event a,
.calendar #calendar .today a {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  border-radius: 500px;
}
.calendar #calendar .event a {
  background: #c09b64;
  color: #100805;
  text-decoration: none;
}
.calendar #calendar .today a {
  background-color: #f8f1f1;
  color: #100805;
}
.calendar .wrap {
  border: 0px solid #c3a6a6;
  background: #ffffff;
  padding: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.calendar .slim-scroll {
  height: 150px;
}
@media screen and (max-width: 767px) {
  .calendar #calendar tr {
    height: 42px;
  }
  .calendar #calendar .years {
    font-size: 20px;
  }
  .calendar .slim-scroll {
    height: auto;
    max-height: 200px!important;
  }
}
.calendar .list li {
  border-bottom: solid 1px #c3a6a6;
  position: relative;
}
.calendar .list li.last {
  border-bottom: 0;
}
.calendar .list li:hover {
  background: #fffdf5;
}
.calendar .list li a {
  color: #100805;
  padding: 8px 5px;
  display: block;
}
.calendar .list li a:hover {
  color: #b02d2c;
}
.calendar .list li .title {
  position: relative;
  padding-left: 80px;
  display: inline-block;
}
.calendar .list li .date {
  color: #f8f1f1;
  background: #b02d2c;
  font-size: 12px;
  width: 70px;
  text-align: center;
  position: absolute;
  top: 8px;
  letter-spacing: 0;
  padding: 0 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .calendar .list li .title {
    padding-left: 105px;
  }
  .calendar .list li .date {
    font-size: 16px;
    width: 100px;
  }
}
.download {
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(50, 25, 0, 0.3);
  background: #ffffff;
  height: 130px;
}
.download .div_title {
  float: left;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: url("../images/widget/title_download.png") no-repeat center left #c09b64;
  background-size: 130px 26px;
  width: 100%;
  height: 40px;
}
.download .wrap {
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  .download {
    margin-top: 60px;
    height: 180px !important;
  }
}
.replyslip {
  z-index: 1000;
}
.replyslip .div_title {
  float: left;
  display: inline-block;
}
.replyslip .wrap {
  border: 1px solid #ae8888;
  background: #ffffff;
  padding: 5px;
}
.replyslip .slim-scroll {
  height: 300px;
}
.replyslip .dropdown-menu {
  width: 100%;
}
.replyslip .dropdown-menu .wrap {
  height: auto;
  max-height: 300px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.replyslip .list li {
  border-bottom: solid 1px #c3a6a6;
  position: relative;
}
.replyslip .list li.last {
  border-bottom: 0;
}
.replyslip .list li:hover {
  background: #fffdf5;
}
.replyslip .list li a {
  color: #100805;
  padding: 8px 5px;
  display: block;
}
.replyslip .list li a:hover {
  color: #b02d2c;
}
.replyslip .list li .title {
  position: relative;
  padding-left: 80px;
  display: inline-block;
  padding-right: 25px;
}
.replyslip .list li .date {
  color: #fff8db;
  background: #b02d2c;
  font-size: 12px;
  width: 70px;
  text-align: center;
  position: absolute;
  top: 8px;
  letter-spacing: 0;
  padding: 0 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.replyslip .list li i {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #d76062;
}
.replyslip .list li i:hover {
  color: #cd373a;
}
@media screen and (max-width: 767px) {
  .replyslip .dropdown-menu {
    font-size: 75%;
  }
  .replyslip .list li .title {
    padding-left: 105px;
  }
  .replyslip .list li .date {
    width: 100px;
    font-size: 16px;
  }
}
.handbook {
  z-index: 999;
}
.handbook .wrap {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  padding: 5px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.handbook .slim-scroll {
  height: 155px;
}
.handbook .dropdown-menu {
  width: 100%;
}
.handbook .dropdown-menu .wrap {
  height: auto;
  max-height: 300px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.handbook .list li {
  padding: 10px 5px;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
.handbook .list li.last {
  border-bottom: 0;
}
.handbook .list a {
  display: inline-block;
  font-size: 15px;
  color: #f8f1f1;
  background: #dc7476;
  padding: 3px 5px;
  line-height: 21px;
  margin-right: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.handbook .list a:hover {
  background: #d24c4e;
  color: #f8f1f1;
}
@media screen and (max-width: 767px) {
  .handbook .list a {
    font-size: 18px;
    padding: 8px 10px;
    margin-right: 4px;
  }
}
.btn_handbook,
.btn_replyslip {
  margin: 10px 15px 10px 15px;
  padding: 4px;
  display: block;
  width: 85%;
  vertical-align: middle;
  background: #fff8db;
  color: #634b28;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #c09b64;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.btn_handbook i,
.btn_replyslip i {
  margin: 0 5px;
}
.btn_handbook:hover,
.btn_replyslip:hover {
  background: #ffffff;
  color: #876737;
}
.btn_handbook .icon-r,
.btn_replyslip .icon-r {
  float: right;
  display: block;
  ertical-align: middle;
  line-height: 25px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .btn_handbook,
  .btn_replyslip {
    font-size: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.facebook .wrap {
  border: 1px solid #ae8888;
  background: #fff;
  padding: 0;
  height: 229px;
  display: block;
}
.links {
  background: #e8dcc6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 10px;
}
.links .wrap {
  display: block;
  overflow: hidden;
  width: 100%;
}
.links .slim-scroll {
  height: 114.4px;
}
.links a {
  width: 166px;
  height: 52px;
  margin: 4px 6px 4px 6px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  color: #499fce;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.links a span {
  background: #e1f2fa;
  height: 52px;
  padding: 10px;
  vertical-align: middle;
  display: block;
  -webkit-transition: 0.5s;
  /* Safari */
  transition: 0.5s;
}
.links a img {
  height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.links a:hover span {
  color: darketn(#499fce, 5%);
  background: #f7fbfe;
}
.bg-light {
  background-color: #f8f1f1;
  color: #100805;
}
.bg-light.lt,
.bg-light .lt {
  background-color: #fbf6f6;
}
.bg-light.lter,
.bg-light .lter {
  background-color: #ffffff;
}
.bg-light.dk,
.bg-light .dk {
  background-color: #f5ecec;
}
.bg-light.dker,
.bg-light .dker {
  background-color: #efe0e0;
}
.bg-light .bg {
  background-color: #f8f1f1;
}
.bg-dark {
  background-color: #a08f8f;
  color: #ffffff;
}
.bg-dark.lt,
.bg-dark .lt {
  background-color: #ac9d9d;
}
.bg-dark.lter,
.bg-dark .lter {
  background-color: #b7abab;
}
.bg-dark.dk,
.bg-dark .dk {
  background-color: #948181;
}
.bg-dark.dker,
.bg-dark .dker {
  background-color: #887474;
}
.bg-dark .bg {
  background-color: #a08f8f;
}
.bg-dark a {
  color: #ffffff;
}
.bg-dark a:hover {
  color: #ffffff;
}
.bg-dark a.list-group-item:hover,
.bg-dark a.list-group-item:focus {
  background-color: inherit;
}
.bg-black {
  background-color: #484b4e;
  color: #bbbec0;
}
.bg-black.lt,
.bg-black .lt {
  background-color: #54585b;
}
.bg-black.lter,
.bg-black .lter {
  background-color: #606569;
}
.bg-black.dk,
.bg-black .dk {
  background-color: #3c3e41;
}
.bg-black.dker,
.bg-black .dker {
  background-color: #303233;
}
.bg-black .bg {
  background-color: #484b4e;
}
.bg-black a {
  color: #c8cbcd;
}
.bg-black a:hover {
  color: #ffffff;
}
.bg-black a.list-group-item:hover,
.bg-black a.list-group-item:focus {
  background-color: inherit;
}
.bg1 {
  background-color: #b02d2c;
  color: #e9a6a6;
}
.bg1.lt,
.bg1 .lt {
  background-color: #c43231;
}
.bg1.lter,
.bg1 .lter {
  background-color: #cf4140;
}
.bg1.dk,
.bg1 .dk {
  background-color: #9c2827;
}
.bg1.dker,
.bg1 .dker {
  background-color: #872322;
}
.bg1 .bg {
  background-color: #b02d2c;
}
.bg1 a {
  color: #f8e3e3;
}
.bg1 a:hover {
  color: #ffffff;
}
.bg1 a.list-group-item:hover,
.bg1 a.list-group-item:focus {
  background-color: inherit;
}
.bg2 {
  background-color: #c09b64;
  color: #f4ede3;
}
.bg2.lt,
.bg2 .lt {
  background-color: #c7a776;
}
.bg2.lter,
.bg2 .lter {
  background-color: #cfb288;
}
.bg2.dk,
.bg2 .dk {
  background-color: #b98f52;
}
.bg2.dker,
.bg2 .dker {
  background-color: #ab8246;
}
.bg2 .bg {
  background-color: #c09b64;
}
.bg2 a {
  color: #ffffff;
}
.bg2 a:hover {
  color: #ffffff;
}
.bg2 a.list-group-item:hover,
.bg2 a.list-group-item:focus {
  background-color: inherit;
}
.bg3 {
  background-color: #e8dcc6;
  color: #ffffff;
}
.bg3.lt,
.bg3 .lt {
  background-color: #efe7d8;
}
.bg3.lter,
.bg3 .lter {
  background-color: #f7f2ea;
}
.bg3.dk,
.bg3 .dk {
  background-color: #e1d1b4;
}
.bg3.dker,
.bg3 .dker {
  background-color: #d9c6a2;
}
.bg3 .bg {
  background-color: #e8dcc6;
}
.bg3 a {
  color: #ffffff;
}
.bg3 a:hover {
  color: #ffffff;
}
.bg3 a.list-group-item:hover,
.bg3 a.list-group-item:focus {
  background-color: inherit;
}
.bg4 {
  background-color: #fff8db;
  color: #ffffff;
}
.bg4.lt,
.bg4 .lt {
  background-color: #fffdf5;
}
.bg4.lter,
.bg4 .lter {
  background-color: #ffffff;
}
.bg4.dk,
.bg4 .dk {
  background-color: #fff3c2;
}
.bg4.dker,
.bg4 .dker {
  background-color: #ffeea8;
}
.bg4 .bg {
  background-color: #fff8db;
}
.bg4 a {
  color: #ffffff;
}
.bg4 a:hover {
  color: #ffffff;
}
.bg4 a.list-group-item:hover,
.bg4 a.list-group-item:focus {
  background-color: inherit;
}
.bg5 {
  background-color: #d76062;
  color: #fbefef;
}
.bg5.lt,
.bg5 .lt {
  background-color: #dc7476;
}
.bg5.lter,
.bg5 .lter {
  background-color: #e1898a;
}
.bg5.dk,
.bg5 .dk {
  background-color: #d24c4e;
}
.bg5.dker,
.bg5 .dker {
  background-color: #cd373a;
}
.bg5 .bg {
  background-color: #d76062;
}
.bg5 a {
  color: #ffffff;
}
.bg5 a:hover {
  color: #ffffff;
}
.bg5 a.list-group-item:hover,
.bg5 a.list-group-item:focus {
  background-color: inherit;
}
.bg-white {
  background-color: #fff;
  color: #100805;
}
.bg-white a {
  color: #451212;
}
.bg-white a:hover {
  color: #1d0707;
}
.bg-white .text-muted {
  color: #5e2f1d !important;
}
.bg-white-only {
  background-color: #fff;
}
.bg-empty {
  background-color: transparent;
}
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.line {
  *width: 100%;
  height: 2px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
  background-color: transparent;
  border-width: 0;
  border-top: 1px solid #ae8888;
}
.line-xs {
  margin: 0;
}
.line-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}
.line-dashed {
  border-style: dashed;
  background: transparent;
}
.no-line {
  border-width: 0;
}
.no-border,
.no-borders {
  border-color: transparent;
  border-width: 0;
}
.block {
  display: block;
}
.block.hide {
  display: none;
}
.inline {
  display: inline-block !important;
}
.pull-none {
  float: none;
}
.no-radius {
  border-radius: 0;
}
.rounded {
  border-radius: 500px;
}
.l-h-2x {
  line-height: 2em;
}
.l-h-1x {
  line-height: 1.2;
}
.l-h {
  line-height: 1.5;
}
.v-middle {
  vertical-align: middle !important;
}
.v-top {
  vertical-align: top !important;
}
.v-bottom {
  vertical-align: bottom !important;
}
.box-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.wrapper-sm {
  padding: 10px;
}
.wrapper {
  padding: 15px;
}
.wrapper-lg {
  padding: 30px;
}
.wrapper-xl {
  padding: 50px;
}
.no-padder {
  padding: 0 !important;
}
.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}
.pull-out {
  margin: -10px -15px;
}
.b-a {
  border: 1px solid #996a6a;
}
.b-t {
  border-top: 1px solid #996a6a;
}
.b-r {
  border-right: 1px solid #996a6a;
}
.b-b {
  border-bottom: 1px solid #996a6a;
}
.b-l {
  border-left: 1px solid #996a6a;
}
.b-light {
  border-color: #efe0e0;
}
.b-dark {
  border-color: #ac9d9d;
}
.b-black {
  border-color: #54585b;
}
.b-white {
  border-color: #ffffff;
}
.b1 {
  border-color: #c43231;
}
.b2 {
  border-color: #c7a776;
}
.b3 {
  border-color: #efe7d8;
}
.b4 {
  border-color: #fffdf5;
}
.b5 {
  border-color: #dc7476;
}
.b-2x {
  border-width: 2px;
}
.b-3x {
  border-width: 3px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.p {
  padding: 10px;
}
.p-xs {
  padding: 5px;
}
.p-md {
  padding: 15px;
}
.p-lg {
  padding: 20px;
}
.p-v-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-v {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-v-md {
  padding-top: 15px;
  padding-bottom: 15px;
}
.thumb-wrapper {
  padding: 2px;
  border: 1px solid #dddddd;
}
.img-full {
  max-width: 100%;
}
.img-full > img {
  max-width: 100%;
}
.scroll-x,
.scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.scroll-y {
  overflow-y: auto;
}
.scroll-x {
  overflow-x: auto;
}
.no-touch .scroll-x,
.no-touch .scroll-y {
  overflow: hidden;
}
.no-touch .scroll-x:hover,
.no-touch .scroll-x:focus,
.no-touch .scroll-x:active {
  overflow-x: auto;
}
.no-touch .scroll-y:hover,
.no-touch .scroll-y:focus,
.no-touch .scroll-y:active {
  overflow-y: auto;
}
.no-touch .hover-action {
  display: none;
}
.no-touch .hover:hover .hover-action {
  display: inherit;
}
.h {
  font-size: 170px;
  font-weight: 300;
  text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}
.dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-border-radius: 0 ;
  -moz-border-radius: 0 ;
  border-radius: 0;
}
/*desktop*/
@media screen and (min-width: 992px) {
  .col-lg-2-4 {
    width: 20.000%;
    float: left;
  }
}
/*phone*/
@media (max-width: 767px) {
  .shift {
    display: none !important;
  }
  .shift.in {
    display: block !important;
  }
  .row-2 [class*="col"] {
    width: 50%;
    float: left;
  }
  .row-2 .col-0 {
    clear: none;
  }
  .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .pull-none-xs {
    float: none !important;
  }
  .hidden-xs.show {
    display: inherit !important;
  }
}
