/* Generic */
.baseColor {
  color: #333333; }

.accent_01 {
  color: #346678; }

.accent_02 {
  color: #ffffff !important; }

.bg_accent_02 {
  background: #ffffff; }

.fontType_1 {
  font-family: "Oxygen", sans-serif; }

.fontType_2 {
  font-family: "Oswald", sans-serif; }

.fc-gray {
  color: #e9e9e9; }

/* font size base 15px*/
.fs-10 {
  font-size: 0.83333em; }

.fs-12 {
  font-size: 1em; }

.fs-13 {
  font-size: 1.08333em; }

.fs-14 {
  font-size: 1.16667em; }

.fs-18 {
  font-size: 1.5em; }

.fs-22 {
  font-size: 1.83333em; }

/* font color */
.fc-black {
  color: #000000; }

/* Table width */
.tw-5 {
  width: 5%; }

.tw-10 {
  width: 10%; }

.tw-17 {
  width: 17%; }

.tw-45 {
  width: 45%; }

p.desc {
  margin: 20px 13px;
  text-align: justify; }

.loader {
  display: none; }

input[type=submit] {
  outline: none;
  border: none; }

input[type=text], input[type=password], input[type=number], input[type=tel], input[type=email], textarea, select {
  border: 1px #d0d0d0 solid;
  padding: 6px 15px;
  background: #ffffff; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

::-webkit-input-placeholder {
  color: #555555; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #555555; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555; }

:-ms-input-placeholder {
  color: #555555; }

a {
  color: #346678; }

a:focus, a:hover {
  text-decoration: none;
  outline: none; }

.phone_link a {
  color: #333333; }

input[type=text].whiteBg {
  border: none;
  background-color: #ffffff;
  color: #333333;
  padding: 5px 6px; }

.blue_btn {
  background: #346678;
  color: #ffffff;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  padding: 9px 30px;
  text-align: center;
  display: inline-block; }

.more_btn {
  font-size: 1.16667em;
  font-weight: bold;
  background: url(../img/arrow_down.png) no-repeat right center;
  padding: 3px 30px 3px 0;
  display: inline-block;
  margin-top: 30px;
  color: #333333;
  cursor: pointer; }

p {
  line-height: 155%; }

img {
  margin: 0 auto; }

h1 {
  font-size: 2em;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #333333;
  margin-top: .5em; }

h2 {
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 5px; }

h3 {
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  font-weight: bold; }

h4 {
  font-size: 1em;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase; }

h5 {
  font-size: 1.66667em;
  font-family: "Oswald", sans-serif;
  color: #333333;
  font-weight: normal; }

.hidden {
  display: none; }

table.form {
  width: 100%; }

table.form td {
  padding: 10px; }

table.form input[type=text], table.form input[type=password] {
  width: 100%; }

table.form textarea {
  width: 100%;
  height: 100px; }

table.info {
  width: 100%; }

table.info td {
  padding: 5px; }

table.option td {
  padding: 5px; }

div.popupFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: none; }

div.popup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 20px;
  display: none; }

.fullBorder {
  border: solid 1px #346678; }

.bottom-border {
  border-bottom: solid 1px #333333; }

.bottom-border-white {
  border-bottom: solid 1px #ffffff; }

.g-recaptcha, #rc-imageselect {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

/* Content css */
body {
  font-family: "Oxygen", sans-serif;
  font-size: 12px;
  color: #333333;
  background-color: #346678;
  margin: 0 auto;
  position: relative;
  min-height: 100%; }

#frame {
  background-color: #f0f0f0;
  margin: 0 auto;
  padding-bottom: 110px;
  /* must same with stickyFooter height */
  min-height: 100vh;
  position: relative; }

#header_container {
  z-index: 99;
  width: 100%;
  background: #333333; }

#header_container.home {
  background: transparent;
  position: absolute; }

#header_container.home > #header {
  border-bottom: solid 1px #ffffff; }

#header {
  height: 50px;
  position: relative;
  z-index: 999; }

ul#menuNav {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  text-transform: uppercase;
  text-align: right; }

ul#menuNav li {
  display: inline-block;
  text-align: center; }

ul#menuNav li > a {
  color: #ffffff;
  font-size: 1em;
  font-family: "Oxygen", sans-serif;
  font-weight: normal;
  padding: 0 25px;
  background: transparent;
  line-height: 50px;
  display: inline-block; }

ul#menuNav li.active > a, ul#menuNav li:hover > a {
  background-color: #346678; }

ul#menuNav li.order_btn {
  position: relative;
  margin-left: 1px; }

ul#menuNav li.order_btn a {
  line-height: normal;
  background-color: #000000;
  padding: 12px 17px;
  border: solid 1px #000000; }

ul#menuNav li.order_btn a:hover, ul#menuNav li.order_btn.active a {
  border: solid 1px #ffffff; }

.arrowDown {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #346678;
  display: inline-block;
  margin-left: 5px; }

ul#menuNav li.order_btn #order_container {
  background: #ffffff;
  padding: 20px 10px 0;
  border: solid 1px #d0d0d0;
  position: absolute;
  top: 46px;
  right: 0;
  text-align: center;
  display: none;
  animation: hideFormAnimation 0.4s;
  animation-fill-mode: forwards;
  min-width: 600px; }

ul#menuNav li.order_btn.active #order_container {
  display: block;
  animation: showFormAnimation 0.4s;
  animation-fill-mode: forwards; }

#order_form {
  text-align: center; }

#order_form .form_content {
  position: relative; }

#order_form .form-loading {
  display: none;
  background: url(../img/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }

#order_form .error, #order_form .success {
  text-transform: none; }

#logoImg {
  float: left;
  margin-right: 20px; }

p.orderTxt {
  text-transform: none;
  text-align: justify; }

@keyframes showFormAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes hideFormAnimation {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
#order_container {background: url(../img/contactForm_patter.png) repeat-x left bottom; padding-bottom:85px;}
#order_form {background: $accent_02; padding:27px 55px 0; text-align: center;}*/
#content {
  margin-bottom: 100px; }

#banner {
  position: relative;
  width: 100%; }

#banner #bxslider_container {
  margin-top: -1px;
  visibility: hidden; }

.bx-loading {
  min-height: 500px;
  background: url(../img/bx_loader.gif) center center no-repeat #f0f0f0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: visible; }

#news_preview {
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  padding: 20px 30px 0;
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 270px; }

#news_preview .read_btn {
  background: #346678;
  color: #ffffff;
  padding: 9px 30px;
  text-align: center;
  margin: 40px auto 0;
  display: inline-block; }

#about, #story {
  padding-top: 45px;
  overflow-x: hidden; }

#about {
  background: url(../img/zen_upper.png) no-repeat bottom center #ffffff; }

#story {
  background: url(../img/zen_below.png) no-repeat top center #f0f0f0; }

#story > div > div {
  float: right; }

ul#menuCat {
  list-style-type: none;
  text-align: center;
  background: #346678;
  padding: 8px 0; }

ul#menuCat li {
  display: inline-block;
  padding: 0 3px; }

ul#menuCat li a {
  color: #ffffff;
  padding: 8px 15px;
  text-decoration: none;
  display: inline-block; }

ul#menuCat li a:hover, ul#menuCat li a.active {
  background-color: #1c3943;
  font-weight: bold; }

ul#menuCat li a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px; }

/*#itemList_container {padding-left: 0; padding-right: 0;}
  #itemList_container .item_container {margin-bottom: 35px; text-align: center; position: relative;}
    .item_container .desc_wrapper { width:100%; height:100%; position: relative; border-right:solid 1px $bgColor;}
      .desc_wrapper .item_desc {text-align: center; background-color:#333333; color: $white; padding:30px 25px; cursor: pointer; display: block; height:160px; vertical-align: center;}
      .desc_wrapper .item_desc h2 { margin-top:0;}*/
#itemList_container {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0; }

#itemList_container .item_container {
  margin-bottom: 35px;
  text-align: center;
  position: relative; }

.item_container .desc_wrapper {
  width: 100%;
  height: 100%;
  position: relative; }

.desc_wrapper .item_desc {
  text-align: center;
  background-color: rgba(52, 102, 120, 0.8);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 5px 25px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0; }

.desc_wrapper:hover .item_desc {
  opacity: 1; }

.pagination_container {
  float: right;
  margin-top: 25px; }

ul.prod_pagination {
  list-style-type: none;
  text-align: right; }

ul.prod_pagination li {
  display: inline-block;
  margin: 0 7px; }

ul.prod_pagination li.currentPage, ul.prod_pagination li.active {
  margin: 0 7px;
  font-weight: bold;
  color: #333333; }

ul.prod_pagination img {
  vertical-align: baseline; }

ul.prod_pagination li a {
  color: #ffffff; }

#news .row {
  overflow: hidden; }

#news .row [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

#news .row .col-md-7 {
  background: #ffffff; }

#news .row:nth-child(2n) .col-md-7 {
  background: #f0f0f0; }

.newsContent_container {
  padding: 40px 50px; }

#datepicker_container {
  position: relative; }

#datepicker_container .ui-datepicker-trigger {
  position: absolute;
  right: 13px;
  top: 8px; }

#datepicker_container input[type="text"] {
  padding-right: 25px; }

.form {
  text-align: left;
  width: 100%;
  font-family: "Oxygen", sans-serif; }

.form label {
  display: block;
  float: left;
  width: 100px;
  padding: 5px 0; }

.input_holder {
  overflow: hidden; }

.form input, .form textarea, .form select {
  width: 100%;
  margin-bottom: 7px; }

.form textarea {
  height: 100px;
  resize: none; }

.form .half {
  width: 48%; }

.form input.captcha {
  width: auto;
  height: 35px;
  float: left;
  padding: 7px; }

.form input[type=submit] {
  border: none;
  width: auto;
  padding: 10px 25px;
  text-align: center;
  margin: 30px auto 0; }

#locationFinder {
  padding: 10px 30px;
  background: #ffffff; }

#locationFinder label {
  margin-bottom: 0;
  margin-top: 10px; }

#locationFinder select {
  width: 50%;
  padding-left: 10px; }

.locationContent {
  padding: 25px 50px; }

@media (min-width: 1200px) {
  .locationContent:nth-child(2) {
    height: 235px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .locationContent:nth-child(2) {
    height: 123px; } }
.map_container {
  width: 100%; }

#map {
  width: 100%;
  height: 380px;
  margin-bottom: 20px; }

#contactForm {
  padding: 0 70px;
  text-align: center; }

/* FOOTER */
#stickyFooter {
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  height: 110px;
  width: 100%;
  text-align: center;
  padding-top: 30px; }

#footer_menu {
  list-style-type: none; }

#footer_menu li {
  display: inline-block;
  padding: 2px 7px; }

#footer_menu li a {
  color: #333333; }

/* === NOTIFICATION === */
.notification_box {
  display: none;
  margin: 0 auto;
  padding: 40px 30px;
  float: none;
  border: solid 1px #c7c7c7;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fbfbfb;
  z-index: 9999; }

.notification_box #ok_btn {
  color: white;
  background-color: #346678;
  padding: 5px 10px;
  text-align: center;
  width: 100px;
  margin: 20px auto 0 auto;
  cursor: pointer; }

#popup_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 9999;
  display: none; }

/* Bootstrap Overwrite */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.no-left-padding {
  padding-left: 0; }

.no-right-padding {
  padding-right: 0; }

.container {
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

.img-responsive {
  width: 100%; }

.center-block {
  float: none; }

/* bxslider overwrite */
.bx-wrapper {
  background-color: #010101;
  width: 100%;
  height: 100%; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff; }

.bx-wrapper img {
  width: 100% !important; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #ffffff; }

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  z-index: 10;
  bottom: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  border: solid 1px #ffffff;
  background: transparent;
  margin: 0 11px; }

/* cbox overwrite */
#cboxClose {
  display: none; }

#colorbox:focus, #cboxWrapper:focus, #cboxContent:focus, #cboxLoadedContent:focus {
  outline: none; }

/* mmenu overwrite */
.glyphicon {
  color: #e9e9e9; }

.mm-menu {
  color: #333333; }

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #333333; }

.mm-menu .mm-list > li > a.mm-subclose {
  color: #333333; }

.mm-list a.mm-subopen {
  top: -2px; }

/* jquery ui style overwrite */
#ui-datepicker-div {
  top: 320px; }

.ui-datepicker-trigger {
  cursor: pointer; }

.ui-widget-header {
  border: none;
  background-color: #346678;
  color: #ffffff; }

.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ui-widget-header .ui-icon {
  background-image: url(../img/ui-icons_444444_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../img/ui-icons_444444_256x240.png); }

.ui-state-disabled {
  cursor: default; }

/*# sourceMappingURL=style.css.map */
