﻿/*
	Theme Name		: CIF
	Description		: This is the official Theme for CIF
	Author			: Ravi Gupta
	Author URI		: http://www.enhancedesignstudio.com/
	Version			: 3.5
	Tags			: css3,blue,green,white,one-column,two-columns,three-columns,fixed-width,responsive-designs,custom-css-menu,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,bootstrap-ready,fontawesome.
	License			: TBA
	License URI		: TBA
*/
/*! ATTENTION:This project uses SASS! Please make your CSS edits in sass/default.scss. */
/* Button --> Colors */
/* Social --> Colors */
/* Border --> Widths */
/* Widths --> Window Width */
/*
 Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't
 properly apply the media queries in Bootstrap's CSS. To address this,
 you can optionally include the following CSS and JavaScript to work around this problem until Microsoft issues a fix.
*/
@import url("font-awesome.min.css");
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*
 Internet Explorer 10 doesn't differentiate device width from viewport width,
 and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, following CSS code applied
*/
@-ms-viewport {
  width: auto !important; }
.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

html {
  color: #000; }

body.noscroll {
  position: fixed;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Padding */
/* Transitions */
/* Sizes */
/* Gradient Mixin */
/*! @include overflow-scrolling(touch);To enable Touch Scroll for Devices */
/* Transition Delay */
.text-sm {
  font-size: 10.08px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0px;
  color: #000000; }

.text-md {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -0.3px;
  color: #000000; }

.text-lg {
  font-size: 25.2px;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: -0.3px;
  color: #000000; }

/*@include placeholder {
    color:$black;
    @include opacity(0.25);
}*/
.hs, .ibf {
  zoom: 1; }

.ibf {
  display: inline; }

.bb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ls35 {
  letter-spacing: 0.035em; }

.ls5 {
  letter-spacing: 0.050em; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.select, .selectCont select, .selectCont select:focus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGcgZmlsbD0iIzM4MzgzOCI+PHBhdGggZD0iTTkuNzg5IDIuMTU4bC03LjIyOCA4Ljg0M2gxNC44Nzh6TTEwLjIxMSAyOS44NDJsNy4yMjgtOC44NDNIMi41NjF6Ii8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  -webkit-background-size: 18px auto;
  /* Chrome, Safari, Opera */
  -moz-background-size: 18px auto;
  /* Mozilla Firefox */
  -ms-background-size: 18px auto;
  /* IE 9 */
  -o-background-size: 18px auto;
  background-size: 18px auto;
  background-position: right center; }

.flex_CHV, #hero_inner .flexslider .inner .col-table {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .flex_CHV, #hero_inner .flexslider .inner .col-table {
      display: block; } }
  .flex_CHV.flex_End, #hero_inner .flexslider .inner .flex_End.col-table {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .flex_CHV.flex_Start, #hero_inner .flexslider .inner .flex_Start.col-table {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

.flex_CHVC, #hero .carousel .hero_overlay .hero_caption, #hero .welcome .hero_overlay .hero_caption, #hero_inner .carousel .hero_overlay .hero_caption, #hero_inner .welcome .hero_overlay .hero_caption {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.ellipsis {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.vertically__center {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  -moz-transform: translateY(-50%);
  /* Mozilla Firefox */
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  transform: translateY(-50%); }

.swipe:after, .button:after {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 0px;
  bottom: 0px;
  z-index: -1;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  -moz-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -ms-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s; }
.swipe:hover:after, .button:hover:after {
  width: 100%; }

.glow:before {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  content: ' ';
  background: #ffffff;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 50%;
  border-radius: 50%; }
.glow:hover:before, .glow:focus:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: glow;
  animation-name: glow; }
.glow:after {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  content: ' ';
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: scale(0.5);
  /* Chrome, Safari, Opera */
  -moz-transform: scale(0.5);
  /* Mozilla Firefox */
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  /* IE 9 */
  transform: scale(0.5);
  z-index: 0; }
.glow:hover:after, .glow:focus:after {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  -moz-transform: scale(1);
  /* Mozilla Firefox */
  -o-transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  transform: scale(1); }

/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */
/* FONT PATH
 * -------------------------- */
/* Gotham Family */
@font-face {
  font-family: 'GothamLight';
  src: 	url('../font/GothamLight.eot');
  src:  url('../font/GothamLight.eot') format('embedded-opentype'),
    		url('../font/GothamLight.woff2') format('woff2'),
    		url('../font/GothamLight.woff') format('woff'),
    		url('../font/GothamLight.ttf') format('truetype'),
    		url('../font/GothamLight.svg') format('svg');
	  font-style: normal;
	  font-weight: normal; }

@font-face {
  font-family: 'GothamBook';
  src:
		url("../font/GothamBook.eot"),
		url("../font/GothamBook.eot") format("embedded-opentype"),
		url("../font/GothamBook.woff2") format("woff2"),
		url("../font/GothamBook.woff") format("woff"),
		url("../font/GothamBook.ttf") format("truetype"),
		url("../font/GothamBook.svg") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'GothamMedium';
  src:	url('../font/GothamMedium.eot');
  src:	url('../font/GothamMedium.eot') format('embedded-opentype'),
    	  url('../font/GothamMedium.woff2') format('woff2'),
      	url('../font/GothamMedium.woff') format('woff'),
      	url('../font/GothamMedium.ttf') format('truetype'),
      	url('../font/GothamMedium.svg') format('svg');
  font-style: normal;
  font-weight: normal; }

 @font-face {
    font-family: 'NotoSansTC-Bold';
    src: url('../font/NotoSansTC-Bold-Alphabetic.eot');
    src: url('../font/NotoSansTC-Bold-Alphabetic.eot') format('embedded-opentype'),
        url('../font/NotoSansTC-Bold-Alphabetic.woff2') format('woff2'),
        url('../font/NotoSansTC-Bold-Alphabetic.woff') format('woff'),
        url('../font/NotoSansTC-Bold-Alphabetic.ttf') format('truetype'),
        url('../font/NotoSansTC-Bold-Alphabetic.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

 @font-face {
  font-family: 'GothamBold';
  src:
	  url("https://www.cifsf.com.hk/dist/fonts/GothamBold/GothamBold/GothamBold.eot"),
	  url("../font/GothamBold.eot") format("embedded-opentype"),
	  url("../font/GothamBold.woff2") format("woff2"),
	  url("../font/GothamBold.woff") format("woff"),
	  url("../font/GothamBold.ttf") format("truetype"),
	  url("../font/GothamBold.svg") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'GothamBlack';
  src:
	  url("../font/GothamBlack.eot"),
	  url("../font/GothamBlack.eot") format("embedded-opentype"),
	  url("../font/GothamBlack.woff2") format("woff2"),
	  url("../font/GothamBlack.woff") format("woff"),
	  url("../font/GothamBlack.ttf") format("truetype"),
	  url("../font/GothamBlack.svg") format("svg");
  font-style: normal;
  font-weight: normal; }
  
  @font-face {
  font-family: 'helvetica';
  src:
	  url("https://www.cifsf.com.hk/dist/fonts/helvetica/helvetica.eot"),
	  url("https://www.cifsf.com.hk/dist/fonts/helvetica/helvetica.eot?") format("embedded-opentype"),
	  url("https://www.cifsf.com.hk/dist/fonts/helvetica/helvetica.woff2") format("woff2"),
	  url("https://www.cifsf.com.hk/dist/fonts/helvetica/helvetica.woff") format("woff"),
	  url("https://www.cifsf.com.hk/dist/fonts/helvetica/helvetica.ttf") format("truetype"),
	  url("https://www.cifsf.com.hk/dist/fonts/helvetica/helvetica.svg") format("svg");
  font-style: normal;
  font-weight: normal; }
  
  
.GothamLight {
  font-family: "GothamLight", Arial, sans-serif !important; }

.GothamBook {
  font-family: "GothamBook", Arial, sans-serif !important; }

.GothamMedium {
  font-family: "GothamMedium", Arial, sans-serif !important; }

.GothamBold {
  font-family: "GothamBold", Arial, sans-serif !important; }

.GothamBlack {
  font-family: "GothamBlack", Arial, sans-serif !important; }

[class^="icon-"],
[class*=" icon-"],
.Features-Section .circle i.fa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-elemental-tip:before {
  content: "\e900"; }

.icon-browser:before {
  content: "\e901"; }

.icon-newsletter:before {
  content: "\e902"; }

.icon-partnership:before {
  content: "\e903"; }

.icon-book-cover:before,
.Features-Section .circle i.fa-shopping-cart:before {
  content: "\e904"; }

.icon-answer:before,
.Features-Section .circle i.fa-html5:before {
  content: "\e905"; }

.icon-puzzle:before,
.Features-Section .circle i.fa-tint:before {
  content: "\e906"; }

.icon-classroom:before,
.Features-Section .circle i.fa-tablet:before {
  content: "\e907"; }

.type-sans {
  font-family: "GothamMedium", Arial, sans-serif; }

.SaturdayScript {
  font-family: "GothamMedium", Arial, sans-serif !important; }

/* 13px */
/* 12px */
/* 16px */
/* 18px */
/* 20px */
/* 32px */
/* 22px */
/* 30px */
strong, .strong {
  font-weight: 700; }

em, .em {
  font-style: italic; }

.upper, .triggerButton, ul.page-sidebar-menu li a {
  text-transform: uppercase; }

.fullwidth {
  width: 100%; }

.black {
  color: #000000; }

.white {
  color: #ffffff; }

.txt-l {
  text-align: left; }

.txt-c {
  text-align: center; }

.txt-r {
  text-align: right; }

.txt-t {
  vertical-align: top; }

.txt-m {
  vertical-align: middle; }

.txt-b {
  vertical-align: bottom; }

.text-white {
  color: #ffffff; }

.text-blue {
  color: #223b52; }

.text-pblue {
  color: #abc96e; }

.text-dark {
  color: #08090c; }

.text-grey {
  color: #474747; }

.text-green {
  color: #222222; }

.text-lightgrey {
  color: #7e7e7e; }

.text-black {
  color: #000000; }

.text-red {
  color: #b85227; }

.txt-dec-none {
  text-decoration: none; }

html, body {
  font-family: "helvetica", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 14px;
  color: #ffffff; }

h1, h2, h3 {
 /* font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif; */
  font-family: "Microsoft JhengHei", Arial, sans-serif; }

h3, h4 {
  /*font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif; */
  font-family: "Microsoft JhengHei", Arial, sans-serif; 
  }

h5, h6 {
  /*font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif; */
  font-family: "Microsoft JhengHei", Arial, sans-serif; 
  }

h1 {
  font-size: 34px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

p {
  font-size: 14px; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 16px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 15px; }

  p {
    font-size: 13px; } }
.form-section h2 {
  font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif; }

.header-heading {
  margin-bottom: 15px; }

p, .content p {
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 15px; }

.alert p:last-child {
  margin-top: 5px; }

.alert h1, .alert h2, .alert h3, .alert h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px; }

.alert li, .alert p {
  font-size: 16px;
  margin-bottom: 10px; }

[class^="custom-"] label, .alert p:last-child, .alert li:last-child {
  margin-bottom: 0px; }

[class^="custom-"] .help-block {
  display: none; }

.error .help-block, .has-success .help-block {
  display: block; }

a, a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none; }

a.no-underline {
  text-decoration: none; }

/* Typography
------------------------------------*/
h1 {
  line-height: 1.6; }

h2 {
  line-height: 1.5; }

h3 {
  line-height: 1.4; }

h4 {
  line-height: 1.3; }

h5 {
  line-height: 1.2; }

h6 {
  line-height: 1.2; }

p {
  color: inherit;
  line-height: 1.4rem;
  margin-bottom: 20px;
  font-size: 13px; }
  p:last-child, p:only-child {
    margin-bottom: 0px; }

ul {
  position: relative; }
  ul li {
    line-height: 1.4;
    font-size: 13px; }

ol li {
  line-height: 22px;
  list-style-position: outside;
  font-size: 13px; }

.marker-list li {
  list-style: square;
  list-style-position: inside; }

ul li a:hover {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

iframe {
  border: 0px none; }

q {
  color: #000000;
  line-height: 26px;
  font-style: italic;
  font-weight: 300 !important;
  font-size: 18px; }

i {
  font-size: 18px; }

.pull-left, .alignleft {
  float: left; }

.pull-right, .alignright {
  float: right; }

.clear:after, .aligncenter:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.clear, .aligncenter {
  clear: both; }

.tc {
  display: table-cell; }

.alignright {
  margin: 0 0 20px 20px; }

.alignleft {
  margin: 0 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 20px auto; }

.alignnone {
  margin: 0 0 20px 20px; }

/* Layout --> Generic Content section
----------------------------- */
.generic-content-section {
  padding: 20px 10px; }
  .generic-content-section.black {
    color: #000000; }
  .generic-content-section.white {
    color: #ffffff; }
  .generic-content-section.red {
    color: #b20103; }

@media (max-width: 767px) {
  .generic-content-section {
    padding: 20px 30px; } }
.upper, .triggerButton, ul.page-sidebar-menu li a {
  text-transform: uppercase; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* Forms
------------------------------------*/
label {
  cursor: pointer;
  font-size: 14px;
  color: #223b52;
  margin-bottom: 8px; }

.horizontal-form label {
  min-height: 20px; }
.horizontal-form .form-group {
  margin-bottom: 15px; }
  .horizontal-form .form-group.no-margin-bottom {
    margin-bottom: 0px; }

.form-control-static-value {
  display: table;
  width: 100%; }
  .form-control-static-value > p {
    height: 46px;
    line-height: 1.2;
    display: table-cell;
    color: #08090c;
    font-size: 14px;
    padding-left: 20px;
    vertical-align: middle; }

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="search"], input[type="url"], input[type="number"], select, textarea {
  display: block;
  width: 100%;
  padding: 4px 8px;
  outline: none;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  height: 45px;
  text-align: left;
  box-shadow: none !important;
  font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #d3d8dc;
  background: #ebebeb none repeat scroll 0 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #d3d8dc; }

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="search"], input[type="url"], input[type="number"] {
  height: 45px; }
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="search"]:focus, input select:focus, input textarea:focus {
  border: 2px solid #222222;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ebebeb none repeat scroll 0 0; }

.form-control {
  color: #000000;
  font-weight: 400;
  border-color: #d3d8dc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ebebeb none repeat scroll 0 0 !important; }

select {
  height: 40px;
  cursor: pointer;
  padding: 4px 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

select:focus, textarea:focus {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #222222 !important;
  background: #ebebeb none repeat scroll 0 0; }

textarea {
  height: 120px;
  border: 2px solid #d3d8dc;
  background: #ebebeb none repeat scroll 0 0; }

.selectCont {
  margin: 0 0 15px;
  position: relative; }
  .selectCont select {
    padding: 5px 4px; }
  .selectCont label {
    top: 0;
    bottom: 0;
    right: 10px;
    line-height: 34px;
    position: absolute;
    pointer-events: none; }
  .selectCont option {
    padding: 5px 8px; }

.selectCont label i {
  color: #474747;
  font-size: 20px;
  vertical-align: -14.2857%;
  -webkit-transform: translate(0px, 2px);
  /* Chrome, Safari, Opera */
  -moz-transform: translate(0px, 2px);
  /* Mozilla Firefox */
  -o-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  /* IE 9 */
  transform: translate(0px, 2px); }

.req, .has-error label {
  color: #ee0101 !important; }

.has-error input[type="text"], .has-error input[type="password"], .has-error input[type="tel"], .has-error input[type="number"], .has-error input[type="url"], .has-error input[type="email"], .has-error input[type="search"], .has-error input[type="text"]:focus, .has-error input[type="password"]:focus, .has-error input[type="tel"]:focus, .has-error input[type="number"]:focus, .has-error input[type="url"]:focus, .has-error input[type="email"]:focus, .has-error input[type="search"]:focus {
  color: #b20103;
  border-color: #b20103;
  background: #ffffff none repeat scroll 0 0; }
.has-error select, .has-error textarea, .has-error .cog-input-group .input-group-addon, .has-error select:focus, .has-error textarea:focus, .has-error .cog-input-group .input-group-addon:focus {
  color: #b20103;
  border-color: #b20103;
  background: #ffffff none repeat scroll 0 0; }

.has-success input[type="text"], .has-success input[type="password"], .has-success input[type="tel"], .has-success input[type="number"], .has-success input[type="url"], .has-success input[type="email"], .has-success input[type="search"], .has-success input[type="text"]:focus, .has-success input[type="password"]:focus, .has-success input[type="tel"]:focus, .has-success input[type="number"]:focus, .has-success input[type="url"]:focus, .has-success input[type="email"]:focus, .has-success input[type="search"]:focus {
  color: #000000;
  border-color: #d3d8dc;
  background: #ffffff none repeat scroll 0 0; }
.has-success select, .has-success textarea, .has-success .cog-input-group .input-group-addon, .has-success select:focus, .has-success textarea:focus, .has-success .cog-input-group .input-group-addon:focus {
  color: #000000;
  border-color: #d3d8dc;
  background: #ffffff none repeat scroll 0 0; }

.added-placeholder [type="text"]:focus {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #d3d8dc;
  background: #ffffff none repeat scroll 0 0; }

.form-control::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.form-control::-moz-placeholder {
  color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.form-control::-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.form-control::-o-placeholder {
  color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50); }

/* Custom Radio and Checkboxes
------------------------------------- */
.form-wrap.text-center label.error {
  display: table;
  margin-top: 5px;
  text-align: left !important; }

.button-set {
  position: relative;
  margin-bottom: 0px; }
  .button-set [class^="column"] {
    margin-right: 50px;
    display: inline-block; }
    @media screen and (min-width: 200px) and (max-width: 480px) {
      .button-set [class^="column"] {
        display: block;
        margin-right: 0px; } }
  .button-set label {
    color: #223b52;
    cursor: pointer;
    font-weight: 600;
    margin-right: 0px;
    font-size: 15px; }
  .button-set input[type="radio"], .button-set input[type="checkbox"] {
    margin: 0;
    height: 10px;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    pointer-events: none; }
  .button-set input[type="radio"] + span, .button-set input[type="checkbox"] + span {
    width: 18px;
    height: 18px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    vertical-align: text-bottom;
    position: relative;
    margin-right: 6px;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-border-radius: 1px;
    border-radius: 1px; }
  .button-set input[type="radio"] + span {
    top: 1px; }
  .button-set input[type="checkbox"] + span {
    top: 0px; }
  .button-set input[type="radio"] + span::after, .button-set input[type="checkbox"] + span::after {
    content: "";
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .button-set input[type="radio"]:focus + span, .button-set input[type="checkbox"]:focus + span, .button-set input[type="radio"]:active + span, .button-set input[type="checkbox"]:active + span {
    border-color: #222222; }
  .button-set input[type="radio"]:checked + span::after, .button-set input[type="checkbox"]:checked + span::after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .button-set input[type="radio"].error + span, .button-set input[type="checkbox"].error + span {
    border-color: #ee0101; }
  .button-set input[type="radio"] + span {
    -webkit-border-radius: 100%;
    border-radius: 100%; }
    .button-set input[type="radio"] + span::after {
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-color: #223b52;
      border-color: #223b52; }
  .button-set input[type="radio"]:checked + span {
    border: 1px solid #223b52;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .button-set input[type="checkbox"]:checked + span {
    border: 1px solid #223b52;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .button-set input[type="radio"]:checked + span::after {
    border: 4px solid #ffffff; }
  .button-set input[type="checkbox"] + span::after {
    top: 11px;
    left: 2.5px;
    width: 65%;
    height: 37.5%;
    background-color: transparent;
    border: 0 solid #223b52;
    -webkit-transform: rotate(-45deg) translate(50%, -75%);
    -moz-transform: rotate(-45deg) translate(50%, -75%);
    -ms-transform: rotate(-45deg) translate(50%, -75%);
    -o-transform: rotate(-45deg) translate(50%, -75%);
    transform: rotate(-45deg) translate(50%, -75%); }
  .button-set input[type="checkbox"]:checked + span::after {
    border-left-width: 2px;
    border-bottom-width: 2px; }

form.contact-form .help-block-error {
  display: block; }

.title .button-set label {
  color: #000000; }
.title .button-set input[type="radio"] + span, .title .button-set input[type="checkbox"] + span {
  border: 0px none; }

/* Chosen Select */
.chosen-container {
  min-height: 40px; }
  .chosen-container.chosen-container-single .chosen-single {
    height: 40px;
    border-color: #d3d8dc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .chosen-container.chosen-container-single .chosen-single span {
      color: #474747;
      font-weight: 400;
      line-height: 38px;
      font-size: 16px; }
    .chosen-container.chosen-container-single .chosen-single div {
      width: 32px;
      cursor: pointer; }
    .chosen-container.chosen-container-single .chosen-single div > b {
      display: none; }
    .chosen-container.chosen-container-single .chosen-single div:before {
      width: 20px;
      height: 20px;
      color: #8e98a7;
      display: block;
      cursor: pointer;
      font-size: 20px;
      margin-top: 3px;
      margin-left: 6px;
      content: "\f107";
      vertical-align: top;
      font-family: "FontAwesome";
      font-weight: 200 !important; }
  .chosen-container.chosen-container-active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .chosen-container.chosen-container-active .chosen-single {
      border-color: #223b52; }
  .chosen-container .chosen-drop {
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25); }
    .chosen-container .chosen-drop .chosen-search {
      padding: 2.5px 5px; }
      .chosen-container .chosen-drop .chosen-search input[type="text"] {
        height: 32px;
        border-color: #d3d8dc;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background-position: 100% -21px; }
        .chosen-container .chosen-drop .chosen-search input[type="text"]:focus {
          border-color: #223b52; }
    .chosen-container .chosen-drop .chosen-results {
      margin: 0px;
      max-height: 150px;
      padding: 0px;
      padding-bottom: 5px; }
      .chosen-container .chosen-drop .chosen-results li {
        color: #000000;
        cursor: pointer;
        font-weight: 400;
        text-align: left;
        line-height: 25px;
        border: 0px none !important;
        padding: 2px 10px;
        font-size: 15px; }
        .chosen-container .chosen-drop .chosen-results li:hover {
          border: 0px none !important;
          background: #f5f5f5 none repeat scroll 0 0 !important; }
        .chosen-container .chosen-drop .chosen-results li.highlighted {
          border: 0px none !important; }
        .chosen-container .chosen-drop .chosen-results li.result-selected {
          background: #f5f5f5 none repeat scroll 0 0 !important; }

/* Use this class if Search is not required under Select */
.missio-select .chosen-container .chosen-drop .chosen-search input[type="text"] {
  display: none; }

.product__sizes label {
  position: relative; }
  .product__sizes label b {
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    -moz-transform: translate(-50%, -50%);
    /* Mozilla Firefox */
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    transform: translate(-50%, -50%);
    font-size: 11.99996px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0em;
    color: #000604; }
  .product__sizes label.label-selected b {
    color: #ffffff; }
.product__sizes input[type="radio"] {
  margin: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  pointer-events: none;
  width: 36px;
  height: 36px; }
.product__sizes input[type="radio"] + span {
  margin-right: 0px;
  position: relative;
  text-align: center;
  display: inline-block;
  border: 2px solid #d9d9d9;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  vertical-align: text-bottom;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
.product__sizes input[type="radio"] + span {
  top: 1px; }
.product__sizes input[type="radio"] + span::after {
  top: 0;
  left: 0;
  content: " ";
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease; }
.product__sizes input[type="radio"]:focus + span, .product__sizes input[type="radio"]:active + span {
  border-color: #6a962a; }
.product__sizes input[type="radio"]:checked + span::after {
  opacity: 1;
  filter: alpha(opacity=100); }
.product__sizes input[type="radio"] + span {
  -webkit-border-radius: 100%;
  border-radius: 100%; }
  .product__sizes input[type="radio"] + span::after {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #86be35;
    border-color: #ffffff; }
.product__sizes input[type="radio"]:checked + span {
  border: 2px solid #6a962a;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease; }
.product__sizes input[type="radio"]:checked + span::after {
  border: 4px solid #86be35; }

.button-set .eds-checked {
  top: 1px;
  position: relative;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle; }
  .button-set .eds-checked:before {
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale3d(2.3, 2.3, 1);
    /* Chrome, Safari, Opera */
    -moz-transform: scale3d(2.3, 2.3, 1);
    /* Mozilla Firefox */
    -o-transform: scale3d(2.3, 2.3, 1);
    -ms-transform: scale3d(2.3, 2.3, 1);
    /* IE 9 */
    transform: scale3d(2.3, 2.3, 1); }
.button-set .eds-checked .check {
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #d3d8dc;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 1px;
  border-radius: 1px; }
  .button-set .eds-checked .check:before {
    content: "";
    display: block;
    margin-top: -3px;
    margin-left: 7px;
    position: absolute;
    background: #583a76 !important;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg);
    /* Mozilla Firefox */
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    transform: rotate(45deg);
    -webkit-animation: checkbox-off 0.3s forwards;
    -moz-animation: checkbox-off 0.3s forwards;
    -o-animation: checkbox-off 0.3s forwards;
    -ms-animation: checkbox-off 0.3s forwards;
    animation: checkbox-off 0.3s forwards; }
.button-set input[type=checkbox]:focus + .eds-checked .check:after {
  opacity: 0.2;
  filter: alpha(opacity=20); }
.button-set input[type=checkbox]:checked + .eds-checked .check {
  background: #583a76 !important;
  border-color: #493061; }
  .button-set input[type=checkbox]:checked + .eds-checked .check:before {
    color: #ffffff;
    background: #583a76 !important;
    -webkit-animation: checkbox-on 0.3s forwards;
    -moz-animation: checkbox-on 0.3s forwards;
    -ms-animation: checkbox-on 0.3s forwards;
    -o-animation: checkbox-on 0.3s forwards;
    animation: checkbox-on 0.3s forwards;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -moz-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -ms-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -o-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; }
.button-set input[type=checkbox][disabled] ~ .eds-checked .check {
  border-color: #583a76;
  opacity: 0.26;
  filter: alpha(opacity=26); }
.button-set input[type=checkbox][disabled] + .eds-checked .check:after {
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(-45deg);
  /* Mozilla Firefox */
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  transform: rotate(-45deg);
  background-color: #583a76 !important; }

.button-set input[type=checkbox]:checked + .eds-checked:before,
.button-set input[type=radio]:checked + .eds-checked:before {
  -webkit-animation: rippleOn 500ms;
  -moz-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  -ms-animation: rippleOn 500ms;
  animation: rippleOn 500ms;
  background-color: rgba(217, 26, 133, 0.3); }

.button-set input[type=checkbox]:checked + .eds-checked .check:after,
.button-set input[type=radio]:checked + .eds-checked span:after {
  -webkit-animation: rippleOn 500ms forwards;
  -moz-animation: rippleOn 500ms forwards;
  -o-animation: rippleOn 500ms forwards;
  -ms-animation: rippleOn 500ms forwards;
  animation: rippleOn 500ms forwards; }

.button-set input[type=checkbox]:not(:checked) + .eds-checked:before,
.button-set input[type=radio]:not(:checked) + .eds-checked:before {
  -webkit-animation: rippleOff 500ms;
  -moz-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  -ms-animation: rippleOff 500ms;
  animation: rippleOff 500ms;
  background-color: rgba(217, 26, 133, 0.3); }

@keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    -moz-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    -ms-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    -o-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    -moz-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    -ms-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    -o-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -moz-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -ms-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -o-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }
@keyframes rippleOn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=20); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes rippleOff {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=20); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0); } }
/* Chosen Select */
.chosen-container {
  min-height: 40px; }
  .chosen-container.chosen-container-single .chosen-single {
    height: 40px;
    border-color: #d3d8dc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .chosen-container.chosen-container-single .chosen-single span {
      color: #474747;
      font-weight: 400;
      line-height: 38px;
      font-size: 16px; }
    .chosen-container.chosen-container-single .chosen-single div {
      width: 32px;
      cursor: pointer; }
    .chosen-container.chosen-container-single .chosen-single div > b {
      display: none; }
    .chosen-container.chosen-container-single .chosen-single div:before {
      width: 20px;
      height: 20px;
      color: #8e98a7;
      display: block;
      cursor: pointer;
      font-size: 20px;
      margin-top: 3px;
      margin-left: 6px;
      content: "\f107";
      vertical-align: top;
      font-family: "FontAwesome";
      font-weight: 200 !important; }
  .chosen-container.chosen-container-active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .chosen-container.chosen-container-active .chosen-single {
      border-color: #223b52; }
  .chosen-container .chosen-drop {
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25); }
    .chosen-container .chosen-drop .chosen-search {
      padding: 2.5px 5px; }
      .chosen-container .chosen-drop .chosen-search input[type="text"] {
        height: 32px;
        border-color: #d3d8dc;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background-position: 100% -21px; }
        .chosen-container .chosen-drop .chosen-search input[type="text"]:focus {
          border-color: #223b52; }
    .chosen-container .chosen-drop .chosen-results {
      margin: 0px;
      max-height: 150px;
      padding: 0px;
      padding-bottom: 5px; }
      .chosen-container .chosen-drop .chosen-results li {
        color: #000000;
        cursor: pointer;
        font-weight: 400;
        text-align: left;
        line-height: 25px;
        border: 0px none !important;
        padding: 2px 10px;
        font-size: 15px; }
        .chosen-container .chosen-drop .chosen-results li:hover {
          border: 0px none !important;
          background: #f5f5f5 none repeat scroll 0 0 !important; }
        .chosen-container .chosen-drop .chosen-results li.highlighted {
          border: 0px none !important; }
        .chosen-container .chosen-drop .chosen-results li.result-selected {
          background: #f5f5f5 none repeat scroll 0 0 !important; }

/* Use this class if Search is not required under Select */
.missio-select .chosen-container .chosen-drop .chosen-search input[type="text"] {
  display: none; }

.tips {
  left: 50%;
  width: auto;
  bottom: 100%;
  color: #ffffff;
  padding: 8px 8px;
  position: absolute;
  white-space: nowrap;
  margin-bottom: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(178, 1, 3, 0.98);
  -webkit-transform: translate(-50%, 10px);
  /* Chrome, Safari, Opera */
  -moz-transform: translate(-50%, 10px);
  /* Mozilla Firefox */
  -o-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  /* IE 9 */
  transform: translate(-50%, 10px);
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 11.99996px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #ffffff;
  /* This bridges the gap so you can mouse into the tooltip without it disappearing */
  /* CSS Triangles */ }
  .tips:before {
    left: 0;
    width: 100%;
    height: 20px;
    content: " ";
    bottom: -20px;
    display: block;
    position: absolute; }
  .tips:after {
    left: 50%;
    content: " ";
    bottom: -6px;
    position: absolute;
    width: 0px;
    height: 0px;
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    -moz-transform: translateX(-50%);
    /* Mozilla Firefox */
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    transform: translateX(-50%);
    border-left: solid transparent 6px;
    border-right: solid transparent 6px;
    border-top: solid rgba(178, 1, 3, 0.98) 6px; }
  .tips.one {
    display: block; }
  .tips.two {
    display: none; }

.button-set:hover .tips {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0px);
  /* Chrome, Safari, Opera */
  -moz-transform: translate(-50%, 0px);
  /* Mozilla Firefox */
  -o-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  /* IE 9 */
  transform: translate(-50%, 0px); }

/* Quantity */
.quantity {
  width: 95px;
  margin-top: 10px;
  position: relative; }

input[type=number] {
  -moz-appearance: textfield; }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none; }

.quantity input {
  margin: 0;
  padding: 0;
  float: left;
  width: 95px;
  height: 42px;
  color: #000000;
  display: block;
  line-height: 1.65;
  text-align: center;
  padding-left: 10px;
  padding-right: 28px;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .quantity input:focus {
    outline: 0; }

.quantity-nav {
  float: left;
  height: 42px;
  position: relative; }

.quantity-button {
  width: 20px;
  color: #000000;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif !important;
  -webkit-transform: translateX(-100%);
  /* Chrome, Safari, Opera */
  -moz-transform: translateX(-100%);
  /* Mozilla Firefox */
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .quantity-button.quantity-up {
    top: 0;
    height: 50%;
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  .quantity-button.quantity-down {
    height: 50%;
    bottom: 0px;
    position: absolute; }

/* Customized Bootstrap Buttons
-----------------------------------*/
.btn {
  box-shadow: none !important; }

.button {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 15px;
  padding: 9px 25px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
  border: 2px solid rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: uppercase; }
  .button.small {
    font-size: 12px;
    padding: 6px 15px; }
  .button.medium {
    font-size: 14px;
    padding: 9px 20px; }
  .button.large {
    font-size: 24px;
    padding: 12px 35px; }
  .button.button-circle {
    padding: 0px;
    width: 32px;
    height: 32px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #acb3be;
    background: #ffffff repeat scroll 0 0 transparent; }
    .button.button-circle:hover, .button.button-circle:focus, .button.button-circle.focus, .button.button-circle.disabled, .button.button-circle[disabled] {
      border: 1px solid #223b52;
      background: #ffffff repeat scroll 0 0 transparent; }
    .button.button-circle .override {
      overflow: visible; }
  .button.button-centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .button.button-square {
    padding: 0px;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0px solid transparent;
    background: none repeat scroll 0 0 transparent; }
  .button.button-rectangular {
    -webkit-border-radius: 0;
    border-radius: 0; }
  .button.button-rounded {
    -webkit-border-radius: 50px;
    border-radius: 50px; }
  .button.button-border-less {
    padding: 0px;
    border: 0px solid transparent;
    background: none repeat scroll 0 0 transparent; }

.btn-group > .button:first-child {
  margin-left: 0; }

.btn-group-vertical > .button {
  float: left;
  position: relative; }

.btn-group > .button {
  float: left;
  position: relative; }
.btn-group .button + .button, .btn-group .button + .btn-group {
  margin-left: -2px; }
.btn-group .btn-group + .button, .btn-group .btn-group + .btn-group {
  margin-left: -2px; }
.btn-group > .button:not(:first-child):not(:last-child) {
  border-radius: 0; }
  .btn-group > .button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
.btn-group > .button:first-child {
  margin-left: 0; }
  .btn-group > .button:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
.btn-group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.equal-button .button {
  min-width: 175px; }

a:focus, button:focus, .button.focus {
  outline: none !important;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

button:active:focus, .button:active.focus, button.active:focus {
  outline: none !important;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.button.active.focus {
  outline: thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.button:hover, .button:focus, .button.focus {
  color: #333333;
  text-decoration: none; }
.button:active, .button.active {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
.button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
.button.disabled, .button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  filter: alpha(opacity=65); }

fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  filter: alpha(opacity=65); }

.button {
  /* Button --> Default */
  /* Button --> Grey */
  /* Button --> Blue */
  /* Button --> Primary Blue */
  /* Button --> Pink */
  /* Button --> Green */
  /* Button --> Purple */
  /* Button --> Opaque */
  /* Button --> Black */
  /* Button --> Yellow */
  /* Button --> Red */
  /* Button --> coral pink */ }
  .button.default {
    color: #000000;
    border-color: #7e7e7e;
    background: none repeat scroll 0 0 #7e7e7e; }
    .button.default:hover, .button.default:focus, .button.default.focus, .button.default.disabled, .button.default[disabled] {
      color: #000000;
      border-color: #7e7e7e;
      background: none repeat scroll 0 0 #7e7e7e; }
    .button.default.bordered {
      color: #ffffff;
      border-color: #ffffff;
      background: none repeat scroll 0 0 transparent; }
      .button.default.bordered:hover, .button.default.bordered:focus, .button.default.bordered.focus, .button.default.bordered.disabled, .button.default.bordered[disabled] {
        color: #000000;
        border-color: #000000;
        background: none repeat scroll 0 0 transparent; }
      .button.default.bordered:hover, .button.default.bordered:focus, .button.default.bordered.focus, .button.default.bordered.disabled, .button.default.bordered[disabled] {
        color: #ffffff;
        border-color: #000000;
        background: none repeat scroll 0 0 #000000; }
  .button.grey {
    color: #ffffff;
    border-color: #474747;
    background: none repeat scroll 0 0 #474747; }
    .button.grey:hover, .button.grey:focus, .button.grey.focus, .button.grey.disabled, .button.grey[disabled] {
      color: #474747;
      border-color: #474747;
      background: none repeat scroll 0 0 #474747; }
    .button.grey.bordered {
      color: #474747;
      border-color: #474747;
      background: none repeat scroll 0 0 transparent; }
      .button.grey.bordered:hover, .button.grey.bordered:focus, .button.grey.bordered.focus, .button.grey.bordered.disabled, .button.grey.bordered[disabled] {
        color: #474747;
        border-color: #474747;
        background: none repeat scroll 0 0 transparent; }
      .button.grey.bordered:hover, .button.grey.bordered:focus, .button.grey.bordered.focus, .button.grey.bordered.disabled, .button.grey.bordered[disabled] {
        color: #ffffff;
        border-color: #474747;
        background: none repeat scroll 0 0 #474747; }
  .button.blue {
    color: #ffffff;
    border-color: #223b52;
    background: none repeat scroll 0 0 #223b52; }
    .button.blue:hover, .button.blue:focus, .button.blue.focus, .button.blue.disabled, .button.blue[disabled] {
      color: #223b52;
      border-color: #223b52;
      background: none repeat scroll 0 0 transparent; }
    .button.blue.bordered {
      color: #223b52;
      border-color: #223b52;
      background: none repeat scroll 0 0 transparent; }
      .button.blue.bordered:hover, .button.blue.bordered:focus, .button.blue.bordered.focus, .button.blue.bordered.disabled, .button.blue.bordered[disabled] {
        color: #223b52;
        border-color: #223b52;
        background: none repeat scroll 0 0 transparent; }
      .button.blue.bordered:hover, .button.blue.bordered:focus, .button.blue.bordered.focus, .button.blue.bordered.disabled, .button.blue.bordered[disabled] {
        color: #ffffff;
        border-color: #223b52;
        background: none repeat scroll 0 0 #223b52; }
  .button.primary-blue {
    color: #ffffff;
    border-color: #abc96e;
    background: none repeat scroll 0 0 #abc96e; }
    .button.primary-blue:hover, .button.primary-blue:focus, .button.primary-blue.focus, .button.primary-blue.disabled, .button.primary-blue[disabled] {
      color: #abc96e;
      border-color: #abc96e;
      background: none repeat scroll 0 0 transparent; }
    .button.primary-blue.bordered {
      color: #abc96e;
      border-color: #abc96e;
      background: none repeat scroll 0 0 transparent; }
      .button.primary-blue.bordered:hover, .button.primary-blue.bordered:focus, .button.primary-blue.bordered.focus, .button.primary-blue.bordered.disabled, .button.primary-blue.bordered[disabled] {
        color: #abc96e;
        border-color: #abc96e;
        background: none repeat scroll 0 0 transparent; }
      .button.primary-blue.bordered:hover, .button.primary-blue.bordered:focus, .button.primary-blue.bordered.focus, .button.primary-blue.bordered.disabled, .button.primary-blue.bordered[disabled] {
        color: #ffffff;
        border-color: #abc96e;
        background: none repeat scroll 0 0 #abc96e; }
  .button.pink {
    color: #ffffff;
    border-color: #d91a85;
    background: none repeat scroll 0 0 #d91a85; }
    .button.pink:hover, .button.pink:focus, .button.pink.focus, .button.pink.disabled, .button.pink[disabled] {
      color: #ffffff;
      border-color: #d91a85;
      background: none repeat scroll 0 0 #d91a85; }
    .button.pink.bordered {
      color: #d91a85;
      border-color: #d91a85;
      background: none repeat scroll 0 0 transparent; }
      .button.pink.bordered:hover, .button.pink.bordered:focus, .button.pink.bordered.focus, .button.pink.bordered.disabled, .button.pink.bordered[disabled] {
        color: #ffffff;
        border-color: #d91a85;
        background: none repeat scroll 0 0 #d91a85; }
      .button.pink.bordered:hover, .button.pink.bordered:focus, .button.pink.bordered.focus, .button.pink.bordered.disabled, .button.pink.bordered[disabled] {
        color: #ffffff;
        border-color: #d91a85;
        background: none repeat scroll 0 0 #d91a85; }
  .button.green {
    color: #ffffff;
    border-color: #222222;
    background: none repeat scroll 0 0 #222222; }
    .button.green:hover, .button.green:focus, .button.green.focus, .button.green.disabled, .button.green[disabled] {
      color: #222222;
      border-color: #222222;
      background: none repeat scroll 0 0 transparent; }
    .button.green.bordered {
      color: #222222;
      border-color: #222222;
      background: none repeat scroll 0 0 transparent; }
      .button.green.bordered:hover, .button.green.bordered:focus, .button.green.bordered.focus, .button.green.bordered.disabled, .button.green.bordered[disabled] {
        color: #222222;
        border-color: #222222;
        background: none repeat scroll 0 0 transparent; }
      .button.green.bordered:hover, .button.green.bordered:focus, .button.green.bordered.focus, .button.green.bordered.disabled, .button.green.bordered[disabled] {
        color: #ffffff;
        border-color: #222222;
        background: none repeat scroll 0 0 #222222; }
  .button.purple {
    color: #ffffff;
    border-color: #583a76;
    background: none repeat scroll 0 0 #583a76; }
    .button.purple:hover, .button.purple:focus, .button.purple.focus, .button.purple.disabled, .button.purple[disabled] {
      color: #ffffff;
      border-color: #583a76;
      background: none repeat scroll 0 0 #583a76; }
    .button.purple.bordered {
      color: #583a76;
      border-color: #583a76;
      background: none repeat scroll 0 0 transparent; }
      .button.purple.bordered:hover, .button.purple.bordered:focus, .button.purple.bordered.focus, .button.purple.bordered.disabled, .button.purple.bordered[disabled] {
        color: #583a76;
        border-color: #583a76;
        background: none repeat scroll 0 0 transparent; }
      .button.purple.bordered:hover, .button.purple.bordered:focus, .button.purple.bordered.focus, .button.purple.bordered.disabled, .button.purple.bordered[disabled] {
        color: #ffffff;
        border-color: #583a76;
        background: none repeat scroll 0 0 #583a76; }
  .button.opaque {
    color: #ffffff;
    border-color: #ffffff;
    background: none repeat scroll 0 0 #ffffff; }
    .button.opaque:hover, .button.opaque:focus, .button.opaque.focus, .button.opaque.disabled, .button.opaque[disabled] {
      color: #ffffff;
      border-color: #ffffff;
      background: none repeat scroll 0 0 transparent; }
    .button.opaque.bordered {
      color: #ffffff;
      border-color: rgba(255, 255, 255, 0.3);
      background: none repeat scroll 0 0 transparent; }
      .button.opaque.bordered:hover, .button.opaque.bordered:focus, .button.opaque.bordered.focus, .button.opaque.bordered.disabled, .button.opaque.bordered[disabled] {
        color: #000000;
        border-color: #ffffff;
        background: none repeat scroll 0 0 transparent; }
      .button.opaque.bordered:hover, .button.opaque.bordered:focus, .button.opaque.bordered.focus, .button.opaque.bordered.disabled, .button.opaque.bordered[disabled] {
        color: #ffffff;
        border-color: #ffffff;
        background: none repeat scroll 0 0 transparent; }
  .button.black {
    color: #ffffff;
    border-color: #000000;
    background: none repeat scroll 0 0 #000000; }
    .button.black:hover, .button.black:focus, .button.black.focus, .button.black.disabled, .button.black[disabled] {
      color: #000000;
      border-color: #000000;
      background: none repeat scroll 0 0 transparent; }
    .button.black.bordered {
      color: #000000;
      border-color: #000000;
      background: none repeat scroll 0 0 transparent; }
      .button.black.bordered:hover, .button.black.bordered:focus, .button.black.bordered.focus, .button.black.bordered.disabled, .button.black.bordered[disabled] {
        color: #000000;
        border-color: #000000;
        background: none repeat scroll 0 0 transparent; }
      .button.black.bordered:hover, .button.black.bordered:focus, .button.black.bordered.focus, .button.black.bordered.disabled, .button.black.bordered[disabled] {
        color: #ffffff;
        border-color: #000000;
        background: none repeat scroll 0 0 #000000; }
  .button.yellow {
    color: #ffffff;
    border-color: #abc96e;
    background: none repeat scroll 0 0 #abc96e; }
    .button.yellow:hover, .button.yellow:focus, .button.yellow.focus, .button.yellow.disabled, .button.yellow[disabled] {
      color: #abc96e;
      border-color: #abc96e;
      background: none repeat scroll 0 0 transparent; }
    .button.yellow.bordered {
      color: #abc96e;
      border-color: #abc96e;
      background: none repeat scroll 0 0 transparent; }
      .button.yellow.bordered:hover, .button.yellow.bordered:focus, .button.yellow.bordered.focus, .button.yellow.bordered.disabled, .button.yellow.bordered[disabled] {
        color: #abc96e;
        border-color: #abc96e;
        background: none repeat scroll 0 0 transparent; }
      .button.yellow.bordered:hover, .button.yellow.bordered:focus, .button.yellow.bordered.focus, .button.yellow.bordered.disabled, .button.yellow.bordered[disabled] {
        color: #ffffff;
        border-color: #abc96e;
        background: none repeat scroll 0 0 #abc96e; }
  .button.red {
    color: #ffffff;
    border-color: #364150;
    background: none repeat scroll 0 0 #364150; }
    .button.red:hover, .button.red:focus, .button.red.focus, .button.red.disabled, .button.red[disabled] {
      color: #364150;
      border-color: #364150;
      background: none repeat scroll 0 0 transparent; }
    .button.red.bordered {
      color: #364150;
      border-color: #364150;
      background: none repeat scroll 0 0 transparent; }
      .button.red.bordered:hover, .button.red.bordered:focus, .button.red.bordered.focus, .button.red.bordered.disabled, .button.red.bordered[disabled] {
        color: #364150;
        border-color: #364150;
        background: none repeat scroll 0 0 transparent; }
      .button.red.bordered:hover, .button.red.bordered:focus, .button.red.bordered.focus, .button.red.bordered.disabled, .button.red.bordered[disabled] {
        color: #ffffff;
        border-color: #364150;
        background: none repeat scroll 0 0 #364150; }
  .button.orange {
    color: #ffffff;
    border-color: #eca84c;
    background: none repeat scroll 0 0 #eca84c; }
    .button.orange:hover, .button.orange:focus, .button.orange.focus, .button.orange.disabled, .button.orange[disabled] {
      color: #eca84c;
      border-color: #eca84c;
      background: none repeat scroll 0 0 transparent; }
    .button.orange.bordered {
      color: #eca84c;
      border-color: #eca84c;
      background: none repeat scroll 0 0 transparent; }
      .button.orange.bordered:hover, .button.orange.bordered:focus, .button.orange.bordered.focus, .button.orange.bordered.disabled, .button.orange.bordered[disabled] {
        color: #ffffff;
        border-color: #eca84c;
        background: none repeat scroll 0 0 #eca84c; }
  .button i {
    margin-right: 10px; }

/* Button --> Sizes */
.button-huge {
  padding: 12px 22px;
  font-size: 24px; }

.button-large {
  padding: 11px 25px;
  font-size: 20px; }

.button-small {
  padding: 6px 15px;
  font-size: 12px; }

/* Button --> Full Width */
.button-block {
  width: 100%;
  display: block;
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important; }

/* Text Button --> Blue */
a.link-blue {
  color: #223b52; }
  a.link-blue:hover, a.link-blue:focus, a.link-blue.focus, a.link-blue.disabled, a.link-blue[disabled] {
    color: #223b52; }
  a.link-blue .fa {
    padding-right: 6px; }

a.link-red {
  color: #d91a85; }
  a.link-red:hover, a.link-red:focus, a.link-red.focus, a.link-red.disabled, a.link-red[disabled] {
    color: #d91a85; }
  a.link-red .fa {
    padding-right: 6px; }

a.link-purple {
  color: #583a76; }
  a.link-purple:hover, a.link-purple:focus, a.link-purple.focus, a.link-purple.disabled, a.link-purple[disabled] {
    color: #583a76; }
  a.link-purple .fa {
    padding-right: 6px; }

a.link-green {
  color: #01696c; }
  a.link-green:hover, a.link-green:focus, a.link-green.focus, a.link-green.disabled, a.link-green[disabled] {
    color: #01696c; }
  a.link-green .fa {
    padding-right: 6px; }

a.link-black {
  color: #000000; }
  a.link-black:hover, a.link-black:focus, a.link-black.focus, a.link-black.disabled, a.link-black[disabled] {
    color: #000000; }
  a.link-black .fa {
    padding-right: 6px; }

a.link-grey {
  color: #474747; }
  a.link-grey:hover, a.link-grey:focus, a.link-grey.focus, a.link-grey.disabled, a.link-grey[disabled] {
    color: #474747; }
  a.link-grey .fa {
    padding-right: 6px; }

[class^="text-pink"] {
  color: #d91a85; }

a[class^="link-"] {
  position: relative; }
  a[class^="link-"]:after {
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    bottom: -2px;
    display: block;
    position: absolute;
    background-color: #223b52;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  a[class^="link-"]:hover, a[class^="link-"]:focus, a[class^="link-"]:active {
    color: #223b52; }
    a[class^="link-"]:hover:after, a[class^="link-"]:focus:after, a[class^="link-"]:active:after {
      width: 100%; }

a[class^="link-green"]:after {
  background-color: #222222; }
a[class^="link-green"]:hover, a[class^="link-green"]:focus, a[class^="link-green"]:active {
  color: #222222; }

a[class^="link-red"] {
  color: #b20103; }
  a[class^="link-red"]:after {
    background-color: #b20103; }
  a[class^="link-red"]:hover, a[class^="link-red"]:focus, a[class^="link-red"]:active {
    color: #b20103; }

a[class^="link-yellow"] {
  color: #f8c207; }
  a[class^="link-yellow"]:after {
    background-color: #f8c207; }
  a[class^="link-yellow"]:hover, a[class^="link-yellow"]:focus, a[class^="link-yellow"]:active {
    color: #f8c207; }

a[class^="link-pink"] {
  color: #d91a85 !important; }
  a[class^="link-pink"]:after {
    background-color: #d91a85 !important; }
  a[class^="link-pink"]:hover, a[class^="link-pink"]:focus, a[class^="link-pink"]:active {
    color: #d91a85 !important; }

a[class^="link-black"] {
  color: #000000; }
  a[class^="link-black"]:after {
    background-color: #000000; }
  a[class^="link-black"]:hover, a[class^="link-black"]:focus, a[class^="link-black"]:active {
    color: #000000; }

a[class^="link-orange"] {
  color: #eca84c; }
  a[class^="link-orange"]:after {
    background-color: #eca84c; }
  a[class^="link-orange"]:hover, a[class^="link-orange"]:focus, a[class^="link-orange"]:active {
    color: #eca84c; }

a[class^="link-purple"] {
  color: #583a76 !important; }
  a[class^="link-purple"]:after {
    background-color: #583a76 !important; }
  a[class^="link-purple"]:hover, a[class^="link-purple"]:focus, a[class^="link-purple"]:active {
    color: #583a76 !important; }

/* Buttons */
.nectar-button {
  border: 0px none;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  color: #FFFFFF;
  font-weight: 600;
  font-family: 'Open Sans', "Microsoft JhengHei";
  font-size: 12px;
  letter-spacing: 2px !important;
  padding: 13px 18px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  opacity: 1;
  line-height: 20px;
  background-color: #27CFC3;
  display: inline-block;
  text-decoration: none; }

.nectar-button.small {
  border-radius: 3px;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 9px 12px; }

.nectar-button.medium {
  border-radius: 3px;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 13px 15px; }

.nectar-button.large {
  height: 56px;
  font-size: 16px;
  box-shadow: none;
  border-radius: 5px;
  letter-spacing: 1px;
  font-family: "Lato", "Open Sans", "Microsoft JhengHei", open-sans, sans-serif;
  -webkit-transition: box-shadow .2s ease, border .2s ease;
  transition: box-shadow .2s ease, border .2s ease; }

.nectar-button span {
  left: 0px;
  transition: opacity 0.2s ease-out, left 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, left 0.2s ease-out;
  position: relative; }

.nectar-button span.rt {
  right: 0px;
  transition: opacity 0.2s ease-out, right 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, right 0.2s ease-out;
  position: relative; }

.nectar-button i {
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out; }

.nectar-button.left i {
  left: 30px; }

.nectar-button.small i {
  font-size: 14px; }

.nectar-button i {
  background-color: transparent !important; }

.nectar-button.has-icon:hover span {
  left: -15px; }

.nectar-button.left.has-icon:hover span.rt {
  right: -15px !important; }

.nectar-button.small.has-icon:hover span {
  left: -10px; }

.nectar-button.has-icon:hover i {
  right: 20px;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"; }

.nectar-button.left.has-icon:hover i {
  left: 20px;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"; }

.nectar-button.small.has-icon:hover i {
  right: 10px;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"; }

.nectar-button.has-icon:hover span,
.nectar-button.has-icon:hover i {
  color: #fff; }

.nectar-button.has-icon {
  padding-left: 35px;
  padding-right: 35px; }

.nectar-button.small.has-icon {
  padding-left: 25px;
  padding-right: 25px; }

.nectar-button:hover {
  opacity: 0.75;
  color: #fff; }

.nectar-button:not([data-color-override="false"]),
.nectar-button:not([data-hover-color-override="false"]) {
  visibility: hidden; }

.nectar-button.cancel {
  background-color: #b9b9b9 !important; }

.nectar-button.blue-color {
  background-color: #27b8fa !important; }

.nectar-button.green-color {
  background-color: #1ab01d !important; }

.nectar-button.purple-color {
  background-color: #3c3b51 !important; }

.triggerButton {
  width: auto;
  height: 56px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  font-weight: 300;
  border: 0px none;
  line-height: 53px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0px 35px 3px;
  display: inline-block;
  font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #4b3265;
  /* Old browsers */
  background: -moz-linear-gradient(legacy-direction(#583a76), #4b3265);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(legacy-direction(#583a76), #4b3265);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(#583a76, #4b3265);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#583a76", EndColorStr="#4b3265");
  /* IE6-9 */
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.33);
  -ms-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.33); }
  @media (max-width: 767px) {
    .triggerButton {
      height: 42px;
      font-size: 15px;
      line-height: 39px;
      padding: 0px 20px 3px; } }
  .triggerButton.button3 {
    color: #ffffff;
    border: 0px none;
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .triggerButton.button3 a {
      color: #ffffff;
      display: block;
      text-decoration: none; }
    .triggerButton.button3 span {
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .triggerButton.button3:after {
      left: 0;
      top: 0px;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      content: attr(data-text);
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translate(-30%, 0);
      /* Chrome, Safari, Opera */
      -moz-transform: translate(-30%, 0);
      /* Mozilla Firefox */
      -o-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      /* IE 9 */
      transform: translate(-30%, 0); }
    .triggerButton.button3:hover {
      background: #c21777;
      /* Old browsers */
      background: -moz-linear-gradient(legacy-direction(#d91a85), #c21777);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(legacy-direction(#d91a85), #c21777);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(#d91a85, #c21777);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#d91a85", EndColorStr="#c21777");
      /* IE6-9 */ }
      .triggerButton.button3:hover > span {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(0px, 40px);
        /* Chrome, Safari, Opera */
        -moz-transform: translate(0px, 40px);
        /* Mozilla Firefox */
        -o-transform: translate(0px, 40px);
        -ms-transform: translate(0px, 40px);
        /* IE 9 */
        transform: translate(0px, 40px); }
      .triggerButton.button3:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0px, 0px);
        /* Chrome, Safari, Opera */
        -moz-transform: translate(0px, 0px);
        /* Mozilla Firefox */
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        /* IE 9 */
        transform: translate(0px, 0px); }

.no-padd {
  padding: 0px !important; }

.no-padding-top {
  padding-top: 0px; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-top {
  margin-top: 0px; }

.has-margin-top-10 {
  margin-top: 10px; }

.has-margin-top-15 {
  margin-top: 15px; }

.has-margin-top-20 {
  margin-top: 20px; }

.has-margin-top-25 {
  margin-top: 25px; }

.has-margin-top-30 {
  margin-top: 30px; }

.has-margin-top-35 {
  margin-top: 35px; }

.has-margin-top-40 {
  margin-top: 40px; }

.has-margin-top-45 {
  margin-top: 45px; }

.has-margin-top-50 {
  margin-top: 50px; }

.no-padding-bottom {
  padding-bottom: 0px; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-left {
  margin-left: 0px; }

.has-margin-bottom-10 {
  margin-bottom: 10px; }

.has-margin-bottom-15 {
  margin-bottom: 15px; }

.has-margin-bottom-20 {
  margin-bottom: 20px; }

.has-margin-bottom-25 {
  margin-bottom: 25px; }

.has-margin-bottom-30 {
  margin-bottom: 30px; }

.has-margin-bottom-35 {
  margin-bottom: 35px; }

.has-margin-bottom-40 {
  margin-bottom: 40px; }

.has-margin-bottom-45 {
  margin-bottom: 45px; }

.has-margin-bottom-50 {
  margin-bottom: 50px; }

.has-margin-bottom-60 {
  margin-bottom: 60px; }

.has-margin-bottom-70 {
  margin-bottom: 70px; }

.has-margin-bottom-80 {
  margin-bottom: 80px; }

.has-margin-right-10 {
  margin-right: 10px; }

.has-margin-right-20 {
  margin-right: 20px; }

.has-margin-left-10 {
  margin-left: 10px; }

.has-margin-left-20 {
  margin-left: 20px; }

.has-padding-bottom-20 {
  padding-bottom: 22px !important; }

/* Layout --> Lists
----------------------------- */
.list-unstyled {
  padding-left: 15px; }
  .list-unstyled li {
    position: relative;
    margin-bottom: 10px; }
    .list-unstyled li:last-child {
      margin-bottom: 15px; }

ul.list-unstyled li {
  list-style: disc; }

ol.list-unstyled li {
  list-style: circle; }

.styled-check, .styled-circle, .styled-disc, .styled-bullet {
  padding-left: 0px; }
  .styled-check li, .styled-circle li, .styled-disc li, .styled-bullet li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.005em;
    color: #4f4f4f; }
    @media (max-width: 767px) {
      .styled-check li, .styled-circle li, .styled-disc li, .styled-bullet li {
        font-size: 15.4px;
        font-weight: 300;
        line-height: 1.15;
        letter-spacing: 0.005em;
        color: #4f4f4f; } }
    .styled-check li:before, .styled-circle li:before, .styled-disc li:before, .styled-bullet li:before {
      color: #223b52;
      margin-right: 12px;
      font-family: "FontAwesome";
      font-size: 14px; }
    .styled-check li:last-child, .styled-circle li:last-child, .styled-disc li:last-child, .styled-bullet li:last-child {
      margin-bottom: 15px; }
  .styled-check.text-red li:before, .styled-circle.text-red li:before, .styled-disc.text-red li:before, .styled-bullet.text-red li:before {
    color: #b20103; }

.styled-check li:before {
  top: 6px;
  left: 0px;
  content: '\f00c';
  position: absolute; }

.styled-circle li:before {
  content: '\f00c';
  padding-left: 3px; }

.styled-circle li:after {
  top: 3px;
  left: 0px;
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #583a76;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.styled-disc li:before {
  top: 3px;
  left: 0px;
  content: '\f111';
  position: absolute;
  font-size: 12px; }

.styled-bullet {
  margin-bottom: 20px; }
  .styled-bullet:last-child, .styled-bullet:only-child {
    margin-bottom: 0px; }
  .styled-bullet li {
    padding-left: 12px; }
    .styled-bullet li:before {
      left: 0px;
      top: 4.5px;
      content: ' ';
      position: absolute;
      width: 5px;
      height: 5px;
      background-color: #ffffff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      /*@include transform(translateY(-55%));*/ }

/* Layout --> Modal
----------------------------- */
.modal {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0; }

.modal {
  text-align: center; }

.modal-backdrop.in {
  opacity: 0.95;
  filter: alpha(opacity=95); }

.modal-intro {
  color: #ffffff;
  text-align: left; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475);
  -o-transition: -o-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475);
  -webkit-transform: translate(0, -25%);
  /* Chrome, Safari, Opera */
  -moz-transform: translate(0, -25%);
  /* Mozilla Firefox */
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  /* IE 9 */
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  /* Chrome, Safari, Opera */
  -moz-transform: translate(0, 0);
  /* Mozilla Firefox */
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  /* IE 9 */
  transform: translate(0, 0); }

.modal:before {
  content: " ";
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.modal-dialog {
  text-align: left;
  display: inline-block;
  vertical-align: middle; }

/*  */
/* Modal Sizes */
/*  */
.modal-dialog.modal-sm {
  width: 400px; }
  @media screen and (min-width: 200px) and (max-width: 480px) {
    .modal-dialog.modal-sm {
      width: 90%;
      max-width: 280px; } }
  @media screen and (min-width: 481px) and (max-width: 667px), screen and (min-width: 668px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 992px) {
    .modal-dialog.modal-sm {
      width: 90%;
      max-width: 320px; } }

.modal-dialog.modal-md {
  width: 680px; }
  @media screen and (min-width: 200px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 667px), screen and (min-width: 668px) and (max-width: 767px) {
    .modal-dialog.modal-md {
      width: 90%;
      max-width: 320px; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .modal-dialog.modal-md {
      width: 90%;
      max-width: 680px; } }

.modal-dialog.modal-lg {
  width: 760px; }
  @media screen and (min-width: 200px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 667px), screen and (min-width: 668px) and (max-width: 767px) {
    .modal-dialog.modal-lg {
      width: 90%;
      max-width: 320px; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .modal-dialog.modal-lg {
      width: 90%;
      max-width: 740px; } }

.modal-dialog.modal-extlg {
  width: 1100px; }
  @media screen and (min-width: 200px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 667px), screen and (min-width: 668px) and (max-width: 767px) {
    .modal-dialog.modal-extlg {
      width: 90%;
      max-width: 320px; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .modal-dialog.modal-extlg {
      width: 90%;
      max-width: 740px; } }
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    .modal-dialog.modal-extlg {
      width: 90%;
      max-width: 900px; } }
  @media screen and (min-width: 1025px) and (max-width: 1150px) {
    .modal-dialog.modal-extlg {
      width: 90%;
      max-width: 1000px; } }

/*  */
/* Modal Header */
/*  */
.modal-header {
  color: #000000;
  padding: 7px 15px;
  border-bottom: 1px solid #eee;
  background: #f5f5f5 none repeat scroll 0 0; }
  .modal-header > h3 {
    font-size: 26px;
    font-weight: 600;
    font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif; }

/*  */
/* Modal Footer */
/*  */
.modal-footer {
  color: #000000;
  margin: 0px auto;
  padding: 12px 15px;
  text-align: center;
  border-top: 1px solid #eee;
  background: #f5f5f5 none repeat scroll 0 0; }
  .modal-footer .button {
    padding: 10px 20px;
    font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
    background: #223b52 none repeat scroll 0 0;
    font-size: 17.5px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #ffffff; }
    .modal-footer .button:hover, .modal-footer .button:hover, .modal-footer .button:hover {
      background: #13212e none repeat scroll 0 0;
      font-size: 17.5px;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: 0px;
      color: #ffffff; }

/*  */
/* Modal Content */
/*  */
.modal-content {
  border: 0px none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 8px 35px 8px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 8px 35px 8px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: 0 8px 35px 8px rgba(0, 0, 0, 0.9);
  box-shadow: 0 8px 35px 8px rgba(0, 0, 0, 0.9); }

/*  */
/* Modal Body */
/*  */
.modal-body {
  color: #000000; }

/*  */
/* Modal Close */
/*  */
.modal-close {
  top: 60px;
  right: 60px;
  z-index: 50;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(0px) rotate(90deg);
  /* Chrome, Safari, Opera */
  -moz-transform: translateY(0px) rotate(90deg);
  /* Mozilla Firefox */
  -o-transform: translateY(0px) rotate(90deg);
  -ms-transform: translateY(0px) rotate(90deg);
  /* IE 9 */
  transform: translateY(0px) rotate(90deg); }

.modal.in .modal-close {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px) rotate(0deg);
  /* Chrome, Safari, Opera */
  -moz-transform: translateY(0px) rotate(0deg);
  /* Mozilla Firefox */
  -o-transform: translateY(0px) rotate(0deg);
  -ms-transform: translateY(0px) rotate(0deg);
  /* IE 9 */
  transform: translateY(0px) rotate(0deg); }

.x-close {
  top: 35px;
  right: 25px;
  z-index: 50;
  border: none;
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  background: transparent;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media screen and (min-width: 200px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 667px), screen and (min-width: 668px) and (max-width: 767px) {
    .x-close {
      top: 20px;
      right: 20px; } }
  .x-close:before, .x-close:after {
    top: 50%;
    left: -15%;
    right: -15%;
    height: 1px;
    content: ' ';
    position: absolute;
    background-color: #ffffff;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .x-close:before {
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg);
    /* Mozilla Firefox */
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    transform: rotate(45deg); }
  .x-close:after {
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(-45deg);
    /* Mozilla Firefox */
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    transform: rotate(-45deg); }
  .x-close:hover {
    -webkit-transform: translateY(0px) rotate(90deg) !important;
    /* Chrome, Safari, Opera */
    -moz-transform: translateY(0px) rotate(90deg) !important;
    /* Mozilla Firefox */
    -o-transform: translateY(0px) rotate(90deg) !important;
    -ms-transform: translateY(0px) rotate(90deg) !important;
    /* IE 9 */
    transform: translateY(0px) rotate(90deg) !important; }
    .x-close:hover:before, .x-close:hover:after {
      background-color: #3c3c3c; }

/* Layout --> Navigation
-----------------------------------*/
@media (min-width: 992px) {
  .navigation {
    top: 52px;
    z-index: 10;
    right: 11px;
    height: 36px;
    margin: 0px 0px;
    margin-top: 0px;
    position: absolute;
    padding: 0;
    width: calc(100% - 236px);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0; }
    .navigation .mainNav {
      width: auto;
      height: 100%;
      padding: 0px;
      height: 36px;
      font-size: 0px;
      text-align: right;
      position: relative;
      vertical-align: middle;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      /* Sub Menus */
      /*li:hover > .sub-menu,*/ }
      .navigation .mainNav > li {
        width: auto;
        height: auto;
        margin: 0px 1px;
        text-align: left;
        position: relative;
        display: inline-block;
        vertical-align: middle; }
        .navigation .mainNav > li:last-child, .navigation .mainNav > li:only-child {
          margin-right: 0px; }
        .navigation .mainNav > li > a {
          text-align: center;
          position: relative;
          display: inline-block;
          padding: 8px 10px 8px;
          font-family: "NotoSansTC-Bold" , "Microsoft JhengHei", Arial, sans-serif;
          text-transform: uppercase;
          text-decoration: none !important;
         -webkit-border-radius: 4px !important;
          border-radius: 4px !important;
          font-size: 20px;
          font-weight: 700;
          line-height: 22px;
          letter-spacing: 0px;
          color: #223b52; }
          .navigation .mainNav > li > a:hover {
            color: #ffffff;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-border-radius: 4px !important;
            border-radius: 4px !important;
            background: #223b52 none repeat scroll 0 0;
            -webkit-box-shadow: 0 1px 3px transparent !important;
            -moz-box-shadow: 0 1px 3px transparent !important;
            -ms-box-shadow: 0 1px 3px transparent !important;
            box-shadow: 0 1px 3px transparent !important; }
          .navigation .mainNav > li > a.active {
            color: #ffffff !important;
            -webkit-border-radius: 4px !important;
            border-radius: 4px !important;
            background: #223b52 none repeat scroll 0 0;
            -webkit-box-shadow: 0 1px 3px transparent !important;
            -moz-box-shadow: 0 1px 3px transparent !important;
            -ms-box-shadow: 0 1px 3px transparent !important;
            box-shadow: 0 1px 3px transparent !important; }
            .navigation .mainNav > li > a.active.has-child:after {
              color: #223b52; }
          .navigation .mainNav > li > a.has-child:hover:after {
            color: #223b52; }
        .navigation .mainNav > li.selected > a {
          color: #ffffff;
          -webkit-border-radius: 4px !important;
          border-radius: 4px !important;
          background: #b69147 none repeat scroll 0 0;
          -webkit-box-shadow: 0 1px 3px transparent !important;
          -moz-box-shadow: 0 1px 3px transparent !important;
          -ms-box-shadow: 0 1px 3px transparent !important;
          box-shadow: 0 1px 3px transparent !important; }
        .navigation .mainNav > li:hover > a, .navigation .mainNav > li.submenu-open > a {
          -webkit-border-radius: 4px !important;
          border-radius: 4px !important;
          background: #b69147 none repeat scroll 0 0;
          -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
          -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
          -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
          font-size: 20px;
          font-weight: 700;
          line-height: 22px;
          letter-spacing: 0px;
          color: #ffffff; }
          .navigation .mainNav > li:hover > a.has-child:after, .navigation .mainNav > li.submenu-open > a.has-child:after {
            color: #ffffff; }
        .navigation .mainNav > li:first-child {
          margin-left: 0px; }
        .navigation .mainNav > li.global > a {
          color: #ffffff;
          margin-left: 5px;
          background-color: #b69147; }
          .navigation .mainNav > li.global > a:hover {
            /*background-color: #223b52;*/ }

		.navigation .mainNav > li.global1 > a {
          color: #ffffff;
          margin-left: 0px;
          background-color: #0e3149; }
          .navigation .mainNav > li.global1 > a:hover {
            /*background-color: #223b52;*/ }
		.navigation .mainNav > li.global2 > a {
          color: #ffffff;
          margin-left: 0px;
          background-color: #c14912; }
          .navigation .mainNav > li.global2 > a:hover {
            /*background-color: #223b52;*/ }
    	   .navigation .mainNav > li.global > a {
			text-align: center;
			position: relative;
			display: inline-block;
			padding: 8px 10px 8px;
			font-family: "NotoSansTC-Bold" , "Microsoft JhengHei", Arial, sans-serif;
			text-transform: uppercase;
			text-decoration: none !important;
			-webkit-border-radius: 0px !important;
			border-radius: 0px !important;
			font-size: 13px;
			font-weight: 700;
			line-height: 22px;
			letter-spacing: 0px;
			color: #fff;
		}

	   .navigation .mainNav > li.global1 > a {
			text-align: center;
			position: relative;
			display: inline-block;
			padding: 8px 10px 8px;
			font-family: "NotoSansTC-Bold", "Microsoft JhengHei", Arial, sans-serif;
			text-transform: uppercase;
			text-decoration: none !important;
			-webkit-border-radius: 0px !important;
			border-radius: 0px !important;
			font-size: 13px;
			font-weight: 700;
			line-height: 22px;
			letter-spacing: 0px;
			color: #fff;
		}
			   .navigation .mainNav > li.global2 > a {
			text-align: center;
			position: relative;
			display: inline-block;
			padding: 8px 10px 8px;
			font-family: "NotoSansTC-Bold", "Microsoft JhengHei", Arial, sans-serif;
			text-transform: uppercase;
			text-decoration: none !important;
			-webkit-border-radius: 0px !important;
			border-radius: 0px !important;
			font-size: 13px;
			font-weight: 700;
			line-height: 22px;
			letter-spacing: 0px;
			color: #fff;
		}

		.navigation .mainNav > li.global
		{
			margin: 0px !important;
		}
		.navigation .mainNav > li.global1
		{
			margin: 0px !important;
		}
		.navigation .mainNav > li.global2
		{
			margin: 0px !important;
		}
		.navigation .mainNav > li.WeChat > a {
          color: #ffffff;
          margin-left: 5px;
          background-color: #09b83e; }
          .navigation .mainNav > li.WeChat > a:hover {
           /* background-color: #223b52;*/ }


      .navigation .mainNav .sub-menu {
        left: 0px;
        top: 125px;
        z-index: 99;
        margin: 0px;
        width: 200px;
        padding: 0px;
        text-align: left;
        visibility: hidden;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        background-color: #b69147;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        -moz-transition: all 0.3s linear 0.15s;
        -o-transition: all 0.3s linear 0.15s;
        -webkit-transition: all 0.3s linear 0.15s;
        -ms-transition: all 0.3s linear 0.15s;
        transition: all 0.3s linear 0.15s;
        -webkit-box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.5) !important;
        -moz-box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.5) !important;
        -ms-box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.5) !important;
        box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.5) !important; }
        .navigation .mainNav .sub-menu h3 {
          padding: 0px;
          margin-bottom: 10px;
          font-size: 17.5px;
          font-weight: 500;
          line-height: 1;
          letter-spacing: 0px;
          color: #223b52; }
        .navigation .mainNav .sub-menu.right {
          left: auto;
          right: -14px; }
        .navigation .mainNav .sub-menu .sub-dropdown {
          margin: 0px;
          padding: 0px;
          padding-left: 0px;
         /* margin-bottom: 30px;*/ }
          .navigation .mainNav .sub-menu .sub-dropdown:last-child, .navigation .mainNav .sub-menu .sub-dropdown:only-child {
            margin-bottom: 0px; }
          .navigation .mainNav .sub-menu .sub-dropdown > li {
            margin: 0px;
            height: auto;
            padding: 0px;
            display: block;
            margin-top: 0px;
            background-color: transparent;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
            .navigation .mainNav .sub-menu .sub-dropdown > li a {
              display: block;
              text-align: left;
              position: relative;
              border: 0px none !important;
              padding: 8px 18px 4px;
              font-size: 15.4px;
              font-weight: 500;
              line-height: 27px;
              letter-spacing: 0px;
              color: #ffffff;
              /*&:before {
                  top:5px;
                  left:-10px;
                  content:'';
                  position:absolute;
                  @include size(5px);
                  background-color:$white;
                  @include border-radius(50%);
                  @include transition(all ease 0.3s);
              }*/ }
              .navigation .mainNav .sub-menu .sub-dropdown > li a:hover {
                color: #223b52;
                /*&:before {
                    background-color:lighten($blue, 5%);
                }*/ }
            .navigation .mainNav .sub-menu .sub-dropdown > li:last-child, .navigation .mainNav .sub-menu .sub-dropdown > li:only-child {
              border-bottom: 0px none; }
        .navigation .mainNav .sub-menu > li {
          margin: 0;
          height: auto;
          display: block;
          padding: 0px 0px;
          background-color: transparent;
          /*&:first-child {
              @include border-radius(0px 5px 0px 0px!important);
              > a {
                  @include border-radius(0px 5px 0px 0px!important);
                  &:before {
                      @include border-radius(0px 5px 0px 0px!important);
                  }
                  &:hover, &.active {
                      @include border-radius(0px 5px 0px 0px!important);
                      &:before {
                          @include border-radius(0px 5px 0px 0px!important);
                      }
                  }
              }
          }
          &:last-child {
              @include border-radius(0px 0px 5px 5px!important);
              > a {
                  @include border-radius(0px 0px 5px 5px!important);
                  &:before {
                      @include border-radius(0px 0px 5px 5px!important);
                  }
                  &:hover, &.active {
                      @include border-radius(0px 0px 5px 5px!important);
                      &:before {
                          @include border-radius(0px 0px 5px 5px!important);
                      }
                  }
              }
          }
          &:only-child {
              @include border-radius(0px 5px 5px 5px!important);
              > a {
                  @include border-radius(0px 5px 5px 5px!important);
                  &:before {
                      overflow:hidden;
                      @include border-radius(0px 5px 5px 5px!important);
                  }
                  &:hover, &.active {
                      @include border-radius(0px 5px 5px 5px!important);
                      &:before {

                          @include border-radius(0px 5px 5px 5px!important);
                      }
                  }
              }
          }*/ }
          .navigation .mainNav .sub-menu > li a {
            display: block;
            text-align: left;
            position: relative;
            letter-spacing: 0px;
            text-transform: uppercase;
            border: 0px none !important;
            padding: 10px 25px;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            -ms-box-shadow: none !important;
            box-shadow: none !important;
            background: #b69147 none repeat scroll 0 0;
            font-size: 15.4px;
            font-weight: 500;
            line-height: 28px;
            letter-spacing: 0px;
            color: #ffffff; }
            .navigation .mainNav .sub-menu > li a > span {
              z-index: 10;
              position: relative;
              /*background:#1ebbf0;
              background-color:#1ebbf0;
              background:-webkit-linear-gradient(135deg,#1ebbf0 30%,#39dfaa 100%);
              background:linear-gradient(135deg,#1ebbf0 30%,#39dfaa 100%);*/ }
            .navigation .mainNav .sub-menu > li a:before {
              top: 0px;
              left: 0px;
              width: 0px;
              z-index: 1;
              height: 100%;
              content: ' ';
              position: absolute;
              background: #ffffff;
              -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
              -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
              -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
              -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
              transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1); }
            .navigation .mainNav .sub-menu > li a:hover, .navigation .mainNav .sub-menu > li a.active {
              border: 0px none !important;
              padding: 10px 25px;
              -webkit-box-shadow: none !important;
              -moz-box-shadow: none !important;
              -ms-box-shadow: none !important;
              box-shadow: none !important;
              font-size: 15.4px;
              font-weight: 500;
              line-height: 28px;
              letter-spacing: 0px;
              color: #ffffff; }
              .navigation .mainNav .sub-menu > li a:hover:before, .navigation .mainNav .sub-menu > li a.active:before {
                width: 100%;
                background: #b69147 none repeat scroll 0 0; }
          .navigation .mainNav .sub-menu > li:hover .sub-menu {
            top: 0; }
        .navigation .mainNav .sub-menu .sub-menu {
          top: 10px;
          left: 100%; }
      .navigation .mainNav li.submenu-open > .sub-menu {
        top: 36px;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible; }
      .navigation .mainNav li.submenu-open > a {
        -webkit-border-radius: 4px 4px 0px 0px !important;
        border-radius: 4px 4px 0px 0px !important; }
    .navigation .mainNav li > a.has-child:after {
      top: -1px;
      speak: none;
      color: #223b52;
      line-height: 1;
      content: "\f107";
      margin-left: 5px;
      padding-right: 5px;
      text-shadow: none;
      position: relative;
      margin-right: -10px;
      font-weight: normal;
      text-transform: none;
      font-variant: normal;
      font-family: "FontAwesome";
      display: inline-block;
      font-size: 13px;
      -webkit-font-smoothing: antialiased; }
    .navigation .mainNav li > a.has-child.active:after {
      color: #ffffff; }
    .navigation .mainNav li.submenu-open > a.has-child:after {
      color: #ffffff;
      -moz-transition: rotate 90deg;
      -o-transition: rotate 90deg;
      -webkit-transition: rotate 90deg;
      -ms-transition: rotate 90deg;
      transition: rotate 90deg; } }
.navigation .mainNav > li.submenu-open > a {
  -webkit-border-radius: 4px 4px 0px 0px !important;
  border-radius: 4px 4px 0px 0px !important; }
.navigation .mainNav > li.submenu-open .sub-menu {
  -webkit-border-radius: 0px 6px 7px 7px !important;
  border-radius: 0px 6px 7px 7px !important; }

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .navigation .mainNav > li {
    height: 36px; }
    .navigation .mainNav > li > a {
      padding: 8px 6px 8px;
      font-size: 13px;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: 0px;
      color: #223b52; }
    .navigation .mainNav > li:hover > .sub-menu {
      top: 36px; }
    .navigation .mainNav > li:hover > a {
      padding: 8px 15px 0px;
      font-size: 15.4px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0px;
      color: #ffffff; } }
/* Menu mobile */
.open-menu {
  top: 50%;
  right: 5px;
  z-index: 9;
  bottom: auto;
  margin: auto;
  display: none;
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  -moz-transform: translateY(-50%);
  /* Mozilla Firefox */
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  transform: translateY(-50%); }
  @media(max-width: 608px){
  	.open-menu{
  	top: 62%;
  	}
  }
  .open-menu span {
    left: auto;
    right: 12px;
    font-size: 0;
    margin: auto;
    display: block;
    overflow: hidden;
    padding: 0px 10px;
    position: absolute;
    width: 42px;
    height: 1px;
    background-color: #01696c;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    .open-menu span:after {
      top: 0;
      left: 0;
      content: ' ';
      display: block;
      position: absolute;
      background-color: #223b52;
      width: 100%;
      height: 1px;
      -webkit-transform: translateX(100%);
      /* Chrome, Safari, Opera */
      -moz-transform: translateX(100%);
      /* Mozilla Firefox */
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      /* IE 9 */
      transform: translateX(100%);
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .open-menu .item-1 {
    top: 6px;
    width: 32px; }
  .open-menu .item-2 {
    top: 0;
    bottom: 0;
    width: 32px; }
    .open-menu .item-2:after {
      transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      -webkit-transition-delay: 0.3s;
      -ms-transition-delay: 0.3s; }
  .open-menu .item-3 {
    width: 32px;
    bottom: 6px; }
    .open-menu .item-3:after {
      transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      -webkit-transition-delay: 0.3s;
      -ms-transition-delay: 0.3s; }
  .open-menu:hover span:after {
    -webkit-transform: translateZ(0);
    /* Chrome, Safari, Opera */
    -moz-transform: translateZ(0);
    /* Mozilla Firefox */
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    /* IE 9 */
    transform: translateZ(0); }

.close-menu {
  top: 15px;
  right: 15px;
  display: none;
  cursor: pointer;
  z-index: 999999999;
  position: absolute;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .close-menu:hover {
    color: #ffffff;
    -moz-transition: rotate(45deg);
    -o-transition: rotate(45deg);
    -webkit-transition: rotate(45deg);
    -ms-transition: rotate(45deg);
    transition: rotate(45deg); }
  .close-menu [class^="icon_close"] {
    fill: #ffffff;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    width: 20px;
    height: 20px; }
  .close-menu:hover [class^="icon_close"] {
    fill: #ffffff;
    -webkit-transform: translateY(0px) rotate(90deg) !important;
    /* Chrome, Safari, Opera */
    -moz-transform: translateY(0px) rotate(90deg) !important;
    /* Mozilla Firefox */
    -o-transform: translateY(0px) rotate(90deg) !important;
    -ms-transform: translateY(0px) rotate(90deg) !important;
    /* IE 9 */
    transform: translateY(0px) rotate(90deg) !important; }

.menu-mobile.nh-navigation {
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  overflow: hidden;
  text-align: left;
  padding: 36px 0px;
  z-index: 99999999;
  background-color: #583a76;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  -moz-transform: translateZ(0);
  /* Mozilla Firefox */
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  /* IE 9 */
  transform: translateZ(0);
  -webkit-transform: translateX(100%);
  /* Chrome, Safari, Opera */
  -moz-transform: translateX(100%);
  /* Mozilla Firefox */
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed !important; }
  .menu-mobile.nh-navigation:after {
    /*fixscroll overflow hidden android*/
    content: '';
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0; }
  .menu-mobile.nh-navigation.navigation-active {
    -webkit-transform: translateX(0);
    /* Chrome, Safari, Opera */
    -moz-transform: translateX(0);
    /* Mozilla Firefox */
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0); }
  .menu-mobile.nh-navigation .nav {
    margin: 0; }
    .menu-mobile.nh-navigation .nav li {
      margin: 0;
      padding: 0;
      width: 100%;
      text-align: left;
      position: relative;
      display: block !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
      .menu-mobile.nh-navigation .nav li:before {
        display: none; }
      .menu-mobile.nh-navigation .nav li a {
        color: #ffffff;
        display: block;
        background: none;
        text-align: left;
        font-weight: 500;
        line-height: 26px;
        text-transform: uppercase;
        padding: 10px 20px;
        font-size: 13px; }
        .menu-mobile.nh-navigation .nav li a:hover {
          color: #223b52; }
      .menu-mobile.nh-navigation .nav li span.plus {
        top: 0;
        right: 0;
        z-index: 9;
        width: 36px;
        height: 45px;
        display: block;
        color: #ffffff;
        cursor: pointer;
        text-align: center;
        position: absolute;
        font-size: 26px; }
        .menu-mobile.nh-navigation .nav li span.plus > span {
          display: inline-block;
          line-height: .5em; }
        .menu-mobile.nh-navigation .nav li span.plus.plus-active > span {
          color: #ffffff; }
        .menu-mobile.nh-navigation .nav li span.plus.plus-active + a {
          color: #ffffff;
          background-color: rgba(255, 255, 255, 0.12); }
      .menu-mobile.nh-navigation .nav li.active > a, .menu-mobile.nh-navigation .nav li.current-menu-item > a, .menu-mobile.nh-navigation .nav li.active > .plus, .menu-mobile.nh-navigation .nav li.current-menu-item > .plus {
        color: #ffffff;
        background: #3f2954 none repeat scroll 0 0; }
  .menu-mobile.nh-navigation .sub-menu {
    margin: 0;
    display: none;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12); }
    .menu-mobile.nh-navigation .sub-menu li a {
      text-indent: 0px;
      position: relative;
      font-weight: 500;
      line-height: 26px;
      padding: 10px 20px;
      font-size: 13px; }

.menu-mobile.nh-navigation .sub-menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 88%;
  height: 100%;
  overflow: hidden;
  padding: 36px 0px;
  text-align: left;
  border: 0px none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 99999999;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  -moz-transform: translateZ(0);
  /* Mozilla Firefox */
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  /* IE 9 */
  transform: translateZ(0);
  -webkit-transform: translateX(100%);
  /* Chrome, Safari, Opera */
  -moz-transform: translateX(100%);
  /* Mozilla Firefox */
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #251832; }
  .menu-mobile.nh-navigation .sub-menu .sub-menu {
    background-color: #0c080f; }
    .menu-mobile.nh-navigation .sub-menu .sub-menu .sub-menu {
      background-color: black; }

.menu-mobile.nh-navigation .sub-menu.active {
  -webkit-transform: translateX(0);
  /* Chrome, Safari, Opera */
  -moz-transform: translateX(0);
  /* Mozilla Firefox */
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0); }

.next-item {
  top: 0;
  right: 0;
  width: 40px;
  height: 42px;
  z-index: 9999;
  color: #ffffff;
  cursor: pointer;
  line-height: 44px;
  text-align: center;
  position: absolute;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0; }

li.back .fa {
  padding-right: 10px; }

@media (max-width: 992px) {
  .navigation {
    display: none !important; }

  .nh-navigation.menu-mobile, .open-menu, .nh-navigation.menu-mobile.navigation-active {
    display: block !important; }

  /* Navigation */
  .mainNav li > a.has-child::after {
    display: none !important; }

  .mainNav {
    width: 100%; }

  .nh-navigation ul.nav li:first-child {
    margin-left: 0px; } }
/* Layout --> Tabs
----------------------------- */
.nav-tabs {
  border-bottom: 2px solid #b85227; }
  @media (max-width: 480px) {
    .nav-tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .nav-tabs li {
    float: left;
    width: 25%;
    margin: 0px;
    border: 0px none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: transparent none repeat scroll 0 0; }
    @media (max-width: 480px) {
      .nav-tabs li {
        width: 25%; } }
    .nav-tabs li a {
      margin-right: 0px;
      border-radius: 0px;
      text-align: center;
      position: relative;
      /*padding: 15px 65px 15px;*/
      border: 0px none !important;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      -ms-box-shadow: none !important;
      box-shadow: none !important;
      background: #ffffff none repeat scroll 0 0;
      font-size: 21px;
      font-weight: 600;
      line-height: 1.25;
      letter-spacing: 0em;
      color: #b85227; }
      @media (max-width: 480px) {
        .nav-tabs li a {
          padding: 12px 10px 12px;
          font-size: 14px;
          font-weight: 600;
          line-height: 1.25;
          letter-spacing: 0em;
          color: #b85227; } }
      @media screen and (min-width: 481px) and (max-width: 767px) {
        .nav-tabs li a {
          padding: 18px 15px 5px;
          font-size: 16.1px;
          font-weight: 600;
          line-height: 1.25;
          letter-spacing: 0em;
          color: #b85227; } }
      .nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
        font-size: 21px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0em;
        color: #ffffff;
        background: #b85227 none repeat scroll 0 0;
        }
        @media (max-width: 480px) {
          .nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
            padding: 18px 10px 5px;
            font-size: 11.9px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #ffffff; } }
        @media screen and (min-width: 481px) and (max-width: 767px) {
          .nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
            padding: 18px 15px 5px;
            font-size: 16.1px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #ffffff; } }
    .nav-tabs li.active,.nav-tabs li:hover, .nav-tabs li:focus {
      background: #b85227 none repeat scroll 0 0;
      color: #fff; }
      .nav-tabs li.active a {
        font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important;
        background: #b85227 none repeat scroll 0 0;
        font-size: 21px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0em;
        color: #ffffff; }
        @media (max-width: 480px) {
          .nav-tabs li.active a {
            padding: 13px 10px 12px;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #ffffff; } }
        @media screen and (min-width: 481px) and (max-width: 767px) {
          .nav-tabs li.active a {
            padding: 13px 15px 12px;
            font-size: 15px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #ffffff; } }
        .nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .nav-tabs li.active a:active {
          background: #b85227 none repeat scroll 0 0;
          font-size: 21px;
          font-weight: 600;
          line-height: 1.25;
          letter-spacing: 0em;
          color: #ffffff; }
          @media (max-width: 480px) {
            .nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .nav-tabs li.active a:active {
              padding: 13px 10px 12px;
              font-size: 14px;
                  height: 57px;
              font-weight: 600;
              line-height: 1.25;
              letter-spacing: 0em;
              color: #ffffff; } }
          @media screen and (min-width: 481px) and (max-width: 767px) {
            .nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .nav-tabs li.active a:active {
              padding: 18px 15px 5px;
              font-size: 15px;
              font-weight: 600;
              line-height: 1.25;
              letter-spacing: 0em;
              color: #ffffff; } }
  .nav-tabs.item-one li {
    width: 100%; }
  .nav-tabs.item-two li {
    width: 50%; }
  .nav-tabs.item-three li {
    width: 33.3333%; }
  .nav-tabs.item-four li {
    width: 25%; }
  .nav-tabs.item-five li {
    width: 20%; }
  .nav-tabs.item-six li {
    width: 16.66666%; }

/* Begin Tabbing second design */
.Tab__Area .tab-content {
  padding: 40px 0px; }
  @media (max-width: 767px) {
    .Tab__Area .tab-content {
      padding: 25px 0px; } }

body.no-scroll {
  overflow: hidden !important; }

.responsive-navigation {
  top: 0;
  right: 0;
  width: 250px;
  overflow: hidden;
  text-align: left;
  z-index: 99999999;
  padding: 60px 0px 30px;
  position: fixed !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  height: 100% !important;
  background-color: #b69147;
  min-height: 100% !important;
  max-height: 100% !important;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  -moz-transform: translateZ(0);
  /* Mozilla Firefox */
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  /* IE 9 */
  transform: translateZ(0);
  -webkit-transform: translateX(100%);
  /* Chrome, Safari, Opera */
  -moz-transform: translateX(100%);
  /* Mozilla Firefox */
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
    .responsive-navigation {
      height: 100vh !important;
      min-height: 100vh !important;
      max-height: 100vh !important; } }
  .responsive-navigation.navigation-active {
    display: block !important;
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    -moz-transform: translateX(0px);
    /* Mozilla Firefox */
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    /* IE 9 */
    transform: translateX(0px);
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.8) !important;
    -moz-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.8) !important;
    -ms-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.8) !important;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.8) !important; }
  .responsive-navigation__list {
    margin: 0px;
    list-style: none;
    padding: 4px 0px 20px; }
    .responsive-navigation__list__item {
      position: relative; }
  .responsive-navigation__link {
    display: block;
    padding: 0px 30px 0px 20px;
    -moz-transition: all;
    -o-transition: all;
    -webkit-transition: all;
    -ms-transition: all;
    transition: all;
    font-size: 11.9px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.6);
    font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif; }

.responsive-navigation-scroller {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 50px !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.responsive-navigation__list {
  padding-top: 0px !important; }
  .responsive-navigation__list > .responsive-navigation__item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.175); }
    .responsive-navigation__list > .responsive-navigation__item a {
      display: block;
      padding: 18px 20px 8px;
      /*padding-left:50px;*/
      font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: 0.05em;
      color: #ffffff; }
      .responsive-navigation__list > .responsive-navigation__item a:hover, .responsive-navigation__list > .responsive-navigation__item a.active {
        background-color: #223b52;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.02);
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0.05em;
        color: #ffffff; }
    .responsive-navigation__list > .responsive-navigation__item .next-item {
      top: 0;
      right: 0;
      width: 45px;
      height: 47px;
      z-index: 9999;
      color: #ffffff;
      margin-top: 0px;
      cursor: pointer;
      line-height: 58px;
      text-align: center;
      position: absolute;
      font-size: 20px;
      border-left: 1px solid rgba(255, 255, 255, 0.175);
      background: rgba(255, 255, 255, 0) none repeat scroll 0 0; }
    .responsive-navigation__list > .responsive-navigation__item li.back .fa {
      padding-right: 10px;
      font-size: 14px; }
    .responsive-navigation__list > .responsive-navigation__item li.back a:hover {
      color: #ffffff;
      background-color: #223b52; }
    .responsive-navigation__list > .responsive-navigation__item:first-child {
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .responsive-navigation__list > .responsive-navigation__item.first {
      vertical-align: middle;
      background-color: rgba(0, 0, 0, 0.15);
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .responsive-navigation__list > .responsive-navigation__item.first .profile-icon {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle; }
      .responsive-navigation__list > .responsive-navigation__item.first .name {
        width: 24px;
        height: 24px;
        vertical-align: middle; }
      .responsive-navigation__list > .responsive-navigation__item.first .next-item {
        height: 45px; }
    .responsive-navigation__list > .responsive-navigation__item.selected a {
      background-color: rgba(0, 0, 0, 0.2);
      text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.02);
      font-size: 14px;
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: 0.05em;
      color: #ffffff; }
      .responsive-navigation__list > .responsive-navigation__item.selected a .tsg-icon {
        fill: #ffffff; }

.responsive-navigation .sub-menu {
  right: 0px;
  width: 80%;
  height: 100%;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  z-index: 99999999;
  top: 0px !important;
  padding: 50px 0px 40px;
  position: fixed !important;
  border: 0px none !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  -moz-transform: translateZ(0);
  /* Mozilla Firefox */
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  /* IE 9 */
  transform: translateZ(0);
  -webkit-transform: translateX(100%);
  /* Chrome, Safari, Opera */
  -moz-transform: translateX(100%);
  /* Mozilla Firefox */
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #917439; }
  .responsive-navigation .sub-menu .sub-menu {
    background-color: #6d572a; }
    .responsive-navigation .sub-menu .sub-menu .sub-menu {
      background-color: #48391c; }
  .responsive-navigation .sub-menu .sub-dropdown {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    margin-bottom: 30px; }
    .responsive-navigation .sub-menu .sub-dropdown:last-child, .responsive-navigation .sub-menu .sub-dropdown:only-child {
      margin-bottom: 0px; }
    .responsive-navigation .sub-menu .sub-dropdown > li {
      margin: 0px;
      height: auto;
      padding: 0px;
      display: block;
      background-color: transparent;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .responsive-navigation .sub-menu .sub-dropdown > li a {
        display: block;
        text-align: left;
        position: relative;
        border: 0px none !important;
        padding: 15px 20px 6px 20px;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        color: #ffffff;
        /*&:before {
            top:50%;
            left:15px;
            content:'';
            position:absolute;
            @include size(5px);
            background-color:$white;
            @include border-radius(50%);
            @include transform(translateY(-50%));
            @include transition(all ease 0.3s);
        }*/ }
        .responsive-navigation .sub-menu .sub-dropdown > li a:hover {
          color: #223b52 !important;
          background-color: rgba(182, 145, 71, 0) !important;
          /*&:before {
              background-color:lighten($primary, 15%)!important;
          }*/ }
  .responsive-navigation .sub-menu h3 {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16.1px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #ffffff; }

.responsive-navigation .sub-menu.navigation-active {
  width: 100%;
  -webkit-transform: translateX(0px);
  /* Chrome, Safari, Opera */
  -moz-transform: translateX(0px);
  /* Mozilla Firefox */
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  /* IE 9 */
  transform: translateX(0px); }

.close-menu {
  top: 10px;
  left: 20px;
  width: 20px;
  height: 20px;
  display: none;
  cursor: pointer;
  z-index: 999999999;
  position: absolute;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -moz-transition: rotate(0deg);
  -o-transition: rotate(0deg);
  -webkit-transition: rotate(0deg);
  -ms-transition: rotate(0deg);
  transition: rotate(0deg); }
  .close-menu:hover {
    color: #223b52;
    -moz-transition: rotate(45deg);
    -o-transition: rotate(45deg);
    -webkit-transition: rotate(45deg);
    -ms-transition: rotate(45deg);
    transition: rotate(45deg); }
  .close-menu [class^="icon_close"] {
    cursor: pointer;
    margin-top: 0px;
    line-height: 20px;
    /*fill:$black;*/
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .close-menu [class^="icon_close"]:hover {
      -webkit-transform: translateY(0px) rotate(90deg) !important;
      /* Chrome, Safari, Opera */
      -moz-transform: translateY(0px) rotate(90deg) !important;
      /* Mozilla Firefox */
      -o-transform: translateY(0px) rotate(90deg) !important;
      -ms-transform: translateY(0px) rotate(90deg) !important;
      /* IE 9 */
      transform: translateY(0px) rotate(90deg) !important; }
    .close-menu [class^="icon_close"]:before, .close-menu [class^="icon_close"]:after {
      top: 50%;
      left: -15%;
      right: -15%;
      content: ' ';
      height: 1.5px;
      position: absolute;
      background-color: white;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .close-menu [class^="icon_close"]:before {
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      -moz-transform: rotate(45deg);
      /* Mozilla Firefox */
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      /* IE 9 */
      transform: rotate(45deg); }
    .close-menu [class^="icon_close"]:after {
      -webkit-transform: rotate(-45deg);
      /* Chrome, Safari, Opera */
      -moz-transform: rotate(-45deg);
      /* Mozilla Firefox */
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      /* IE 9 */
      transform: rotate(-45deg); }
    .close-menu [class^="icon_close"]:hover:before, .close-menu [class^="icon_close"]:hover:after {
      background-color: #223b52; }

.menu-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 9999;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s; }

body.no-scroll .menu-overlay {
  display: block;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s; }

::-moz-selection {
  background-color: #223b52;
  color: #ffffff; }

::selection {
  background-color: #223b52;
  color: #ffffff; }

/* Loader
----------------------------- */
#loader-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  background-color: #000000;
  /*background-image:url('../images/pattern.svg');
  background-repeat:repeat;*/ }

#loader {
  left: 0;
  right: 0;
  top: 53%;
  width: 90px;
  margin: auto;
  position: fixed; }
  #loader ul {
    margin: 0;
    padding: 0;
    width: 90px;
    height: 10px;
    list-style: none;
    position: relative; }
    #loader ul li {
      bottom: 0;
      height: 0;
      width: 2px;
      position: absolute;
      background-color: #b20103; }
      #loader ul li:nth-child(1) {
        left: 0;
        animation: sequence1 0.8s ease infinite 0; }
      #loader ul li:nth-child(2) {
        left: 15px;
        animation: sequence2 0.8s ease infinite 0.1s; }
      #loader ul li:nth-child(3) {
        left: 30px;
        animation: sequence1 0.8s ease-in-out infinite 0.2s; }
      #loader ul li:nth-child(4) {
        left: 45px;
        animation: sequence2 0.8s ease-in infinite 0.3s; }
      #loader ul li:nth-child(5) {
        left: 60px;
        animation: sequence1 0.8s ease-in-out infinite 0.4s; }
      #loader ul li:nth-child(6) {
        left: 75px;
        animation: sequence2 0.8s ease infinite 0.5s; }

@keyframes sequence1 {
  0% {
    height: 10px; }
  50% {
    height: 50px; }
  100% {
    height: 10px; } }
@keyframes sequence2 {
  0% {
    height: 20px; }
  50% {
    height: 65px; }
  100% {
    height: 20px; } }
.animation {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Basic
----------------------------- */
html {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  color: #474747;
  font-size: 100%;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  font-family: "helvetica", "Microsoft JhengHei", Arial, sans-serif !important;
  font-size: 14px;
  counter-reset: section;
  /* Set the section counter to 0 */
  background: #ffffff none repeat scroll 0 0; }

svg:not(:root) {
  overflow: hidden; }

.boxed {
  max-width: 1060px;
  margin: 0px auto;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4); }
  @media screen and (min-width: 200px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 667px), screen and (min-width: 668px) and (max-width: 767px), screen and (max-width: 992px) {
    .boxed {
      max-width: 100%; } }

.nicescroll-rails {
  z-index: 999 !important; }

a {
  text-decoration: none;
  color: #474747;
  outline: none;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  a:hover {
    color: inherit;
    text-decoration: none; }
  a img {
    border: 0px none; }
  a:hover {
    outline: none; }
  a:active {
    outline: none;
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    color: inherit;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

button:focus, .button.focus {
  outline: thin dotted #000 !important;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.clear, .aligncenter, .aligncenter {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px; }

ul, ol {
  padding: 0px;
  margin: 0px;
   }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  box-shadow: none; }

::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {
  color: #999;
  opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; }

article, section, footer, header, figure, aside, hgroup, nav, header, nav, article, footer, section, aside, figure, figcaption {
  display: block; }

.full-width {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  clear: both; }
  .full-width:last-child {
    padding-bottom: 0px; }

.full-height {
  height: 100vmin;
  position: relative;
  float: left;
  width: 100%; }

.vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.vertical-align {
  top: 50%;
  left: 0px;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*.page-pricing {
	.vertical-align {
		height:200px;
	}
}*/
.center_img {
  position: absolute; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px; }

@media (min-width: 768px) {
  .container, page-max-container {
    width: 96%;
    margin: 0px auto; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .container, page-max-container {
    width: 96%;
    margin: 0px auto; }

  .page-features .page-max-container {
    position: relative; } }
@media (min-width: 1200px) and (max-width: 1250px) {
  .container, page-max-container {
    width: 1170px;
    margin: 0px auto; } }
@media (min-width: 1251px) and (max-width: 1350px) {
  .container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 1351px) and (max-width: 1459px) {
  .container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 1460px) and (max-width: 1669px) {
  .container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 1670px) and (max-width: 1879px) {
  .container {
    width: 1550px;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 1880px) {
  .container {
    width: 1750px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 767px) {
  .container, [class^="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; } }
.img-responsive {
  width: 100%;
  height: auto;
  max-width: 100%;
  border: medium none;
  vertical-align: middle;
  transition: all 0.3s ease 0s; }

.n {
  background-color: rgba(255, 0, 0, 0.5); }

/* Layout --> Divider
----------------------------- */
.hr {
  width: 100%;
  display: inline-block; }
  .hr.m10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .hr.m20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .hr.m30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .hr.m40 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .hr.m50 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .hr hr {
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #d3d8dc; }

@media (max-width: 767px) {
  .no-offset {
    margin-left: 0px; }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }

  [class^="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
.padd-top-35 {
  padding-top: 35px; }

/* Layout --> Miscellaneous
----------------------------- */
.article-heading {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.elements, .elements-padd {
  padding-top: 90px;
  padding-bottom: 90px; }

.content, .pricing-table-container {
  padding-top: 8px;
  padding-bottom: 35px; }

.padd60, .elements-padd60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.padd40, .elements-padd40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padd20, .elements-padd20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.no-data {
  color: #474747;
  text-align: center;
  margin-bottom: 0px;
  padding: 30px; }
  .no-data span {
    color: #474747;
    font-size: 15px;
    font-weight: 900;
    margin-left: 1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
    animation: dot 1.3s infinite; }
  .no-data .one {
    animation-delay: 0.0s; }
  .no-data .two {
    animation-delay: 0.2s; }
  .no-data .three {
    animation-delay: 0.3s; }

@-webkit-keyframes dot {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes dot {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Column centered */
.col-centered {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

/* Slimscroll Beutification */
.slimScrollDiv .slimScrollBar {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #223b52 !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important; }
.slimScrollDiv:hover .slimScrollBar {
  opacity: 0.85 !important; }

/* Retina Support Images
----------------------------- */
/* Scss Document */
.row:before, .row:after,
.page-header:before, .page-header:after,
.contact-block:before, .contact-block:after,
.featured-block:before, .featured-block:after,
.post-list:before, .post-list:after,
.modal-footer:before, .modal-footer:after,
.the-process > ul:before, .the-process > ul:after {
  content: " ";
  display: table;
  font-size: 0px;
  line-height: 0; }

.row:after, .page-header:after, .contact-block:after, .featured-block:after, .post-list:after, .modal-footer:after, .the-process > ul:after {
  clear: both; }

/* Layout --> Header Area
----------------------------- */
.pre_header {
  z-index: 2;
  color: #ffffff;
  max-height: 34px;
  padding: 10px 0px;
  text-align: right;
  position: relative;
  background: #7e7e7e none repeat scroll 0 0; }
  @media screen and (min-width: 200px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 667px), screen and (min-width: 668px) and (max-width: 767px) {
    .pre_header {
      padding: 5px 0px;
      max-height: inherit; } }
  @media (max-width: 767px) {
    .pre_header .flex_CHV, .pre_header #hero_inner .flexslider .inner .col-table, #hero_inner .flexslider .inner .pre_header .col-table {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .pre_header p.info {
    margin-left: 15px;
    margin-bottom: 0px;
    font-size: 11.9px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0;
    color: #ffffff; }
    .pre_header p.info a {
      color: #ffffff; }
      .pre_header p.info a:hover {
        color: #d91a85 !important; }
    @media screen and (min-width: 200px) and (max-width: 480px) {
      .pre_header p.info {
        font-size: 12px;
        text-align: center; } }
    .pre_header p.info .fa {
      color: #92a966; }
    @media (max-width: 480px) {
      .pre_header p.info span {
        display: block; } }
    .pre_header p.info:first-child {
      margin-left: 0px; }

#header.header-horizontal {
  width: 100%;
  z-index: 100;
  color: #474747;
  height: 124px;
  font-weight: 400;
  position: relative;
  font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
  padding: 15px 0px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: white none repeat scroll 0 0;
  /*@include box-shadow(0 0 20px 0 rgba($black,0.25));*/
  /* Logo */ }
  @media (max-width: 420px) {
    #header.header-horizontal {
      height: 95px;
      padding: 10px 0px;
      margin-bottom: 10px;
    }
     .hdr__btm__links{
     	text-align: center!important;
     }
  }
  @media screen and (min-width: 421px) and (max-width: 601px) {
    #header.header-horizontal {
      height: 104px;
      padding: 10px 0px; }
      .hdr__btm__links{
     	text-align: center!important;
     }
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #header.header-horizontal {
      height: 98px;
      padding: 10px 0px; } }
  @media screen and (min-width: 992px) and (max-width: 1100px) {
    #header.header-horizontal {
      height: 122px;
      padding: 15px 0px; } }
  @media screen and (min-width: 1101px) and (max-width: 1199px) {
    #header.header-horizontal {
      height: 122px;
      padding: 15px 0px; } }
  #header.header-horizontal .page-logo {
    width: 200px;
    padding: 0px;
    height: auto;
    display: block;
    position: relative;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #header.header-horizontal .page-logo img {
      width: 100%;
      -moz-transition: all 0.6s ease-out;
      -o-transition: all 0.6s ease-out;
      -webkit-transition: all 0.6s ease-out;
      -ms-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out; }
    @media (max-width: 421px) {
      #header.header-horizontal .page-logo {
        width: 100px;
        padding-top: 40px;
       }
    }
    @media screen and (min-width: 421px) and (max-width: 601px) {
      #header.header-horizontal .page-logo {
        width: 110px;
        padding-top: 35px;
        } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #header.header-horizontal .page-logo {
        width: 170px; } }
    @media screen and (min-width: 992px) and (max-width: 1100px) {
      #header.header-horizontal .page-logo {
        width: 200px; } }
    @media screen and (min-width: 1101px) and (max-width: 1199px) {
      #header.header-horizontal .page-logo {
        width: 200px; } }
  #header.header-horizontal .Additional__Info {
    top: 10px;
    right: 15px;
    position: absolute;
    font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #08090c;
    /*@media screen and (min-width:992px) and (max-width:1150px) {
        top:32px;
        right:60px;
    }*/ }
    @media (max-width: 600px) {
      #header.header-horizontal .Additional__Info {
        font-size: 24.5px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0;
        color: #08090c; } }
    @media (max-width: 600px) {
      #header.header-horizontal .Additional__Info {
        top: 0px;
        left: auto;
        right: 7px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-transform: translateY(0px);
        /* Chrome, Safari, Opera */
        -moz-transform: translateY(0px);
        /* Mozilla Firefox */
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        /* IE 9 */
        transform: translateY(0px);
         } }
    @media screen and (min-width: 601px) and (max-width: 767px) {
      #header.header-horizontal .Additional__Info {
        top: 25px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #header.header-horizontal .Additional__Info {
        top: 22px;
        right: 60px; } }
    #header.header-horizontal .Additional__Info .hdr__links, #header.header-horizontal .Additional__Info .hdr__btm__links {
      width: 100%;
      margin: 0px;
      padding: 0px;
      font-size: 0px;
      margin: 0px 0px;
      list-style: none;
      text-align: right;
      display: inline-block; }
      #header.header-horizontal .Additional__Info .hdr__links > li, #header.header-horizontal .Additional__Info .hdr__btm__links > li {
        padding: 0px;
        font-size: 0px;
        margin-left: 6px;
        display: inline-block; }
    #header.header-horizontal .Additional__Info .hdr__links > li a {
      display: block;
      padding: 10px 15px;
      font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
      background-color: #b69147;
      -webkit-border-radius: 5px !important;
      border-radius: 5px !important;
      font-size: 16.1px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0;
      color: #ffffff; }
      @media (max-width: 600px) {
        #header.header-horizontal .Additional__Info .hdr__links > li a {
          font-size: 14px;
          font-weight: 400;
          line-height: 1;
          letter-spacing: 0;
          color: #ffffff; } }
      #header.header-horizontal .Additional__Info .hdr__links > li a.primary {
        background-color: #b69147; }
        #header.header-horizontal .Additional__Info .hdr__links > li a.primary:hover, #header.header-horizontal .Additional__Info .hdr__links > li a.primary:focus, #header.header-horizontal .Additional__Info .hdr__links > li a.primary:active {
          background-color: #917439; }
      #header.header-horizontal .Additional__Info .hdr__links > li a.blue {
        background-color: #223b52; }
        #header.header-horizontal .Additional__Info .hdr__links > li a.blue:hover, #header.header-horizontal .Additional__Info .hdr__links > li a.blue:focus, #header.header-horizontal .Additional__Info .hdr__links > li a.blue:active {
          background-color: #13212e; }
      #header.header-horizontal .Additional__Info .hdr__links > li a.turquoise {
        background-color: #01696c; }
        #header.header-horizontal .Additional__Info .hdr__links > li a.turquoise:hover, #header.header-horizontal .Additional__Info .hdr__links > li a.turquoise:focus, #header.header-horizontal .Additional__Info .hdr__links > li a.turquoise:active {
          background-color: #013839; }
      #header.header-horizontal .Additional__Info .hdr__links > li a.brick-red {
        background-color: #b85227; }
        #header.header-horizontal .Additional__Info .hdr__links > li a.brick-red:hover, #header.header-horizontal .Additional__Info .hdr__links > li a.brick-red:focus, #header.header-horizontal .Additional__Info .hdr__links > li a.brick-red:active {
          background-color: #8e3f1e; }
    #header.header-horizontal .Additional__Info .hdr__btm__links > li {
      margin-left: 0px;
      padding: 0px 10px;
      position: relative;
      font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif; }
      #header.header-horizontal .Additional__Info .hdr__btm__links > li:before {
        top: -1px;
        left: 0px;
        margin: 0px;
        content: '|';
        position: absolute;
        font-size: 16.1px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0;
        color: #223b52; }
        @media (max-width: 600px) {
          #header.header-horizontal .Additional__Info .hdr__btm__links > li:before {
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0;
            color: #223b52; } }
      #header.header-horizontal .Additional__Info .hdr__btm__links > li:first-child:before {
        display: none; }
      #header.header-horizontal .Additional__Info .hdr__btm__links > li:last-child {
        margin-right: 0px; }
      #header.header-horizontal .Additional__Info .hdr__btm__links > li a {
        padding: 0px;
        display: block;
        font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
        font-size: 16.1px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0;
        color: #223b52; }
        @media (max-width: 600px) {
          #header.header-horizontal .Additional__Info .hdr__btm__links > li a {
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0;
            color: #223b52; } }
        #header.header-horizontal .Additional__Info .hdr__btm__links > li a:hover, #header.header-horizontal .Additional__Info .hdr__btm__links > li a:focus, #header.header-horizontal .Additional__Info .hdr__btm__links > li a:active {
          color: #b69147 !important; }
    @media screen and (min-width: 601px) and (max-width: 767px) {
      #header.header-horizontal .Additional__Info {
        right: 70px; }
        #header.header-horizontal .Additional__Info .hdr__links, #header.header-horizontal .Additional__Info .hdr__btm__links {
          margin: 5px 0px; }
        #header.header-horizontal .Additional__Info .hdr__links > li a {
          display: block;
          padding: 7px 10px;
          font-size: 11.9px;
          font-weight: 400;
          line-height: 1;
          letter-spacing: 0;
          color: #ffffff; }
        #header.header-horizontal .Additional__Info .hdr__btm__links > li:last-child {
          padding-right: 0px; } }
  @media (min-width: 992px) {
    #header.header-horizontal {
      /*&.fixed-top {
          top:0;
          left:0;
          width:100%;
          z-index:999;
          height:104px;
          position:fixed;
          @include padding(0px);
          @include transition(all 0.6s ease-out);
          @include box-shadow(0 0 20px 0 rgba($black,0.25));
          background:rgba($fixedHeaderColor,1) none repeat scroll 0 0;
      }*/ } }
  #header.header-horizontal .container, #header.header-horizontal .container-fluid {
    position: relative; }

/* Layout
-----------------------------------*/
.page-wrapper {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .page-wrapper.innerPage {
    margin-top: 40px; }

.fullheight {
  min-height: 100vh; }

.padding-v-60 {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (min-width: 200px) and (max-width: 480px) {
    .padding-v-60 {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 481px) and (max-width: 667px) {
    .padding-v-60 {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 668px) and (max-width: 767px) {
    .padding-v-60 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.padding-v-40 {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 200px) and (max-width: 480px) {
    .padding-v-40 {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 481px) and (max-width: 667px) {
    .padding-v-40 {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 668px) and (max-width: 767px) {
    .padding-v-40 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.padding-v-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.bg-image {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  /* Chrome, Safari, Opera */
  -moz-background-size: cover;
  /* Mozilla Firefox */
  -ms-background-size: cover;
  /* IE 9 */
  -o-background-size: cover;
  background-size: cover; }

.image_cover {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  /* Chrome, Safari, Opera */
  -moz-background-size: cover;
  /* Mozilla Firefox */
  -ms-background-size: cover;
  /* IE 9 */
  -o-background-size: cover;
  background-size: cover; }

.v-center {
  position: relative;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.v-center-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row; }

.boxed-width {
  margin: 0px auto;
  width: 1170px;
  position: relative; }

.section-content {
  -moz-transition: all 0.4s ease-out 0.1s;
  -o-transition: all 0.4s ease-out 0.1s;
  -webkit-transition: all 0.4s ease-out 0.1s;
  -ms-transition: all 0.4s ease-out 0.1s;
  transition: all 0.4s ease-out 0.1s; }

.modal-opened .section-content {
  -webkit-transform: scale(0.9);
  /* Chrome, Safari, Opera */
  -moz-transform: scale(0.9);
  /* Mozilla Firefox */
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  /* IE 9 */
  transform: scale(0.9); }

.fix-header-affix {
  margin-top: 95px; }
  @media screen and (min-width: 200px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 667px) {
    .fix-header-affix {
      margin-top: -3px; } }
  @media screen and (min-width: 668px) and (max-width: 767px) {
    .fix-header-affix {
      margin-top: 95px; } }

.content-wrap {
  margin: 0px auto;
  padding: 0px 0px 0px; }
  @media screen and (min-width: 200px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 667px), screen and (min-width: 668px) and (max-width: 767px) {
    .content-wrap {
      padding-top: 0px; } }
  .content-wrap .content_area {
    padding: 0px 50px; }
    @media screen and (min-width: 200px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 667px), screen and (min-width: 668px) and (max-width: 767px) {
      .content-wrap .content_area {
        padding: 0px 15px; } }
    @media screen and (min-width: 200px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 667px) {
      .content-wrap .content_area {
        margin-top: 0px;
        padding-top: 5px; }
        .content-wrap .content_area > .heading:first-child {
          margin-bottom: 30px; }
          .content-wrap .content_area > .heading:first-child h3 {
            font-weight: 700; } }
    @media screen and (min-width: 200px) and (max-width: 480px) {
      .content-wrap .content_area > .heading h3 {
        font-size: 7vw; } }
    @media screen and (min-width: 481px) and (max-width: 667px) {
      .content-wrap .content_area > .heading h3 {
        font-size: 5vw; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .content-wrap .content_area {
        padding: 0px 20px; } }

.contactuspage_area, .content_area {
  padding: 30px;
  background: #ffffff none repeat scroll 0 0; }

.content-wrap.notopmargin {
  margin-top: 0px; }

@media screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden !important; }

  .contactuspage_area, .content_area {
    margin-bottom: 30px;
    padding: 0px 15px;
    background: #ffffff none repeat scroll 0 0; }

  main.container {
    padding: 0px; } }
.right-sidebar {
  float: right; }
  @media screen and (max-width: 767px) {
    .right-sidebar {
      border-bottom: 3px solid rgba(0, 0, 0, 0.2); } }
  .right-sidebar .sidebar {
    padding: 0px;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .right-sidebar .sidebar {
        padding-left: 0px; } }

.left-sidebar {
  float: left; }
  @media screen and (max-width: 767px) {
    .left-sidebar {
      border-bottom: 3px solid rgba(0, 0, 0, 0.2); } }
  .left-sidebar .sidebar {
    padding: 0px;
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      .left-sidebar .sidebar {
        padding-right: 0px; } }

.fancy-header {
  width: 100%;
  margin-top: 0px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .fancy-header h1, .fancy-header h2, .fancy-header h3, .fancy-header h4, .fancy-header h5 {
    margin: 0px;
    padding: 0px;
    line-height: 1;
    text-align: center; }

/* Layout --> Collapse
----------------------------- */
/* ie8 fixes */
.ie8 .page-sidebar {
  width: 225px;
  position: absolute; }

.widget {
  width: 100%;
  margin-bottom: 30px; }
  .widget:last-child {
    margin-bottom: 0px; }
    @media screen and (min-width: 200px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 667px), screen and (min-width: 668px) and (max-width: 767px) {
      .widget:last-child {
        margin-bottom: 30px; } }

ul.page-sidebar-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff none repeat scroll 0 0; }
  ul.page-sidebar-menu li {
    margin: 0;
    padding: 0;
    border: 0px;
    display: block;
    border-bottom: 1px solid #d3d8dc; }
    ul.page-sidebar-menu li:last-child, ul.page-sidebar-menu li.last {
      border-bottom: 0px none !important; }
    ul.page-sidebar-menu li a {
      margin: 0;
      border: 0px;
      display: block;
      position: relative;
      padding: 14px 20px;
      text-decoration: none;
      font-size: 13.00251px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0;
      color: #000000; }
    ul.page-sidebar-menu li.open {
      background: #f9f9f9 none repeat scroll 0 0; }
      ul.page-sidebar-menu li.open > a:before {
        top: 50%;
        right: 0px;
        width: 10px;
        content: '';
        height: 30px;
        float: right;
        display: block;
        position: absolute;
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        -moz-transform: translateY(-50%);
        /* Mozilla Firefox */
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        /* IE 9 */
        transform: translateY(-50%);
        background-image: url("https://www.cifsf.com.hk/dist/images/icons/sidebar-menu-arrow.svg");
        background-position: left center;
        background-repeat: no-repeat; }

.page-sidebar-fixed ul.page-sidebar-menu li a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

ul.page-sidebar-menu li a i {
  font-size: 16px;
  margin-right: 5px;
  text-shadow: none; }
ul.page-sidebar-menu li.break {
  margin-bottom: 20px; }
ul.page-sidebar-menu li.active a {
  border: none;
  text-shadow: none; }
  ul.page-sidebar-menu li.active a .selected {
    display: block;
    width: 8px;
    height: 25px;
    background-image: url("https://www.cifsf.com.hk/dist/img/sidebar-menu-arrow.png");
    float: right;
    position: absolute;
    right: 0px;
    top: 8px; }

.page-sidebar ul li a .arrow:before {
  float: right;
  margin-top: -1px;
  margin-right: 5px;
  display: inline;
  font-size: 16px;
  font-family: "FontAwesome";
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none; }

ul.page-sidebar-menu li a .arrow.open:before {
  float: right;
  margin-top: -1px;
  margin-right: 3px;
  display: inline;
  font-family: "FontAwesome";
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none; }
ul.page-sidebar-menu li ul.sub-menu {
  margin: 0px;
  clear: both;
  display: none;
  list-style: none;
  background: #e9ecf5 none repeat scroll 0 0 !important; }
ul.page-sidebar-menu li.active ul.sub-menu {
  display: block; }
ul.page-sidebar-menu li ul.sub-menu li {
  margin: 0px;
  padding: 0px;
  background: none;
  border-bottom: 1px solid #dbdee5; }
  ul.page-sidebar-menu li ul.sub-menu li:last-child {
    border-bottom: 0px none; }
  ul.page-sidebar-menu li ul.sub-menu li a {
    margin: 0px;
    display: block;
    background: none;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 13.00251px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #a2a5ae; }
    ul.page-sidebar-menu li ul.sub-menu li a:hover, ul.page-sidebar-menu li ul.sub-menu li a:focus, ul.page-sidebar-menu li ul.sub-menu li a:active {
      font-size: 13.00251px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 0;
      color: #000000; }
  ul.page-sidebar-menu li ul.sub-menu li ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px 0px 0px 0px; }
  ul.page-sidebar-menu li ul.sub-menu li a .arrow:before {
    float: right;
    margin-top: -1px;
    margin-right: 20px;
    display: inline;
    font-size: 16px;
    font-family: "FontAwesome";
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none; }
  ul.page-sidebar-menu li ul.sub-menu li a .arrow.open:before {
    float: right;
    margin-top: -1px;
    margin-right: 18px;
    display: inline;
    font-family: "FontAwesome";
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none; }
ul.page-sidebar-menu li.active ul.sub-menu li.active ul.sub-menu {
  display: block; }
ul.page-sidebar-menu li ul.sub-menu li ul.sub-menu li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important; }
  ul.page-sidebar-menu li ul.sub-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
    padding-left: 60px; }
  ul.page-sidebar-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
    padding-left: 80px; }
ul.page-sidebar-menu li.active ul.sub-menu li.active ul.sub-menu li.active ul.sub-menu {
  display: block; }
ul.page-sidebar-menu li ul.sub-menu li ul.sub-menu li a i {
  font-size: 13px; }

.page-sidebar-closed ul.page-sidebar-menu li a .selected {
  right: -3px !important; }
.page-sidebar-closed ul.page-sidebar-menu li a .title,
.page-sidebar-closed ul.page-sidebar-menu li a .arrow {
  display: none !important; }
.page-sidebar-closed .sidebar-toggler {
  margin-right: 3px; }
.page-sidebar-closed .page-sidebar .sidebar-search {
  margin-top: 6px;
  margin-bottom: 6px; }
.page-sidebar-closed ul.page-sidebar-menu {
  width: 35px !important; }
  .page-sidebar-closed ul.page-sidebar-menu li a {
    padding-left: 7px; }

.page-sidebar-fixed.page-sidebar-closed ul.page-sidebar-menu li a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.page-sidebar-closed ul.page-sidebar-menu li:hover {
  width: 236px !important;
  position: relative !important;
  z-index: 2000;
  display: block !important; }
  .page-sidebar-closed ul.page-sidebar-menu li:hover .selected {
    display: none; }
  .page-sidebar-closed ul.page-sidebar-menu li:hover a i {
    margin-right: 10px; }
  .page-sidebar-closed ul.page-sidebar-menu li:hover .title {
    display: inline !important; }
.page-sidebar-closed ul.page-sidebar-menu li .sub-menu {
  display: none !important; }
.page-sidebar-closed ul.page-sidebar-menu li:hover .sub-menu {
  width: 200px;
  position: absolute;
  z-index: 2000;
  left: 36px;
  margin-top: 0;
  top: 100%;
  display: block !important; }
  .page-sidebar-closed ul.page-sidebar-menu li:hover .sub-menu li .sub-menu {
    width: 200px; }
    .page-sidebar-closed ul.page-sidebar-menu li:hover .sub-menu li .sub-menu li .sub-menu {
      width: 200px; }

/* 2rd level sub menu*/
.page-sidebar-closed ul.page-sidebar-menu li:hover .sub-menu li a {
  padding-left: 20px !important; }

/* 3rd level sub menu*/
.page-sidebar-closed ul.page-sidebar-menu li ul.sub-menu li .sub-menu li a {
  padding-left: 20px !important; }

/* 4rd level sub menu*/
.page-sidebar-closed ul.page-sidebar-menu li ul.sub-menu li .sub-menu li .sub-menu li a {
  padding-left: 40px !important; }

/* Layout --> Collapse
----------------------------- */
/* ie8 fixes */
.ie8 .page-sidebar {
  width: 225px;
  position: absolute; }

.sidebar {
  position: relative; }

.widget {
  margin-bottom: 0px;
  padding-right: 20px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /*&__Category {
      margin:0px;
      width:100%;
      padding:0px;
      overflow:hidden;
      list-style:none;
      border:1px solid $border;
      border-top:0px none;
      border-bottom:0px none;
      @include border-bottom-left-radius(4px);
      @include border-bottom-right-radius(4px);
      > li {
          border-top:1px solid $border;
          &:first-child {
              border-top:0px none;
          }
          &:last-child {
              @include border-bottom-left-radius(4px);
              @include border-bottom-right-radius(4px);
          }
          > a {
              left:0px;
              display:block;
              margin:0 0 -1px;
              padding:10px 14px;
              position:relative;
              text-decoration:none!important;
              @include transition(all 0.3s ease 0s);
              @include text-sm($font-weight:400, $color:$black, $font-multiplier:1.1, $line-height:1.55, $letter-spacing:0em);
              &:before {
                  content:'\f101';
                  padding-right:8px;
                  display:inline-block;
                  font-family:$iconfont;
              }
              &:hover, &:focus, &:active, &.active {
                  left:10px;
                  color:$hero;
              }
          }
      }
  }*/ }
  @media (max-width: 767px) {
    .widget {
      padding-right: 0px; } }
  .widget + .widget {
    padding-top: 15px;
    position: relative;
    padding-bottom: 15px;
    border-top: 1px dashed #222222;
    background: #f2eeee none repeat scroll 0 0; }
    .widget + .widget:before, .widget + .widget:after {
      top: -2px;
      width: 20px;
      height: 4px;
      content: ' ';
      position: absolute;
      background: #f2eeee none repeat scroll 0 0; }
    .widget + .widget:before {
      left: 0px; }
    .widget + .widget:after {
      right: 0px; }
  .widget__Inner {
    padding: 0px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f2eeee none repeat scroll 0 0; }
    .widget__Inner__Title {
      width: auto;
      color: #ffffff;
      display: block;
      text-align: left;
      padding: 10px 20px;
      margin-bottom: 0px;
      margin-left: -20px;
      margin-right: -20px;
      text-shadow: none !important;
      -webkit-border-top-left-radius: 4px;
      -moz-border-top-left-radius: 4px;
      -ms-border-top-left-radius: 4px;
      -o-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-top-right-radius: 4px;
      -ms-border-top-right-radius: 4px;
      -o-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      background: #474747 none repeat scroll 0 0;
      -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
      font-size: 21px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0em;
      color: #ffffff; }
    .widget__Inner__Content {
      width: 100%;
      overflow: hidden;
      padding: 15px 0px 20px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-bottom-left-radius: 4px;
      -ms-border-bottom-left-radius: 4px;
      -o-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-bottom-right-radius: 4px;
      -ms-border-bottom-right-radius: 4px;
      -o-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px; }
      .widget__Inner__Content .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px; }
      .widget__Inner__Content .form-horizontal label {
        color: #474747;
        font-weight: 400;
        margin-bottom: 3px;
        font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif; }
        .widget__Inner__Content .form-horizontal label .red {
          color: #ee0101;
          line-height: 1;
          font-size: 20px;
          position: relative;
          display: inline-block;
          vertical-align: middle; }
      .widget__Inner__Content .form-horizontal .form-control {
        height: 36px;
        padding: 6px 8px;
        border-width: 2px;
        font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif; }
      .widget__Inner__Content .form-horizontal select.form-control {
        height: 36px;
        padding: 6px 4px;
        border-width: 2px; }
      .widget__Inner__Content .form-horizontal select option {
        padding: 5px 0px; }
      .widget__Inner__Content .form-horizontal textarea.form-control {
        height: 100px;
        padding: 6px 8px;
        border-width: 2px; }
      .widget__Inner__Content .form-horizontal .insurenex-button {
        height: 42px;
        line-height: 40px;
        padding: 0px 20px 2px; }

a.link-purple {
  color: #a8abe6;
  text-decoration: none; }

.widget {
  margin-top: 0px !important; }
  .widget__Inner {
    position: relative; }
    .widget__Inner__Content * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .widget__Inner__Content .bbtmd {
      width: 100%;
      display: table;
      margin-bottom: 0px;
      padding-bottom: 10px;
      border-bottom: 1px solid #d3d8dc; }
      .widget__Inner__Content .bbtmd a.removeProduct {
        color: #b20103;
        margin-top: 0px;
        line-height: normal !important;
        text-decoration: none !important; }
      .widget__Inner__Content .bbtmd .prdtImage {
        width: 100%;
        margin: 0px;
        padding: 0px;
        border: 0px none;
        display: inline-block;
        vertical-align: text-top;
        width: 70px;
        height: 70px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        .widget__Inner__Content .bbtmd .prdtImage .thumbnail {
          padding: 0px;
          overflow: hidden;
          border: 0px none;
          position: relative;
          margin-bottom: 0px;
          width: 70px;
          height: 70px;
          background-position: center center;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
          /* Chrome, Safari, Opera */
          -moz-background-size: cover;
          /* Mozilla Firefox */
          -ms-background-size: cover;
          /* IE 9 */
          -o-background-size: cover;
          background-size: cover;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
      .widget__Inner__Content .bbtmd table td {
        padding: 5px; }
      .widget__Inner__Content .bbtmd .prdtTitle {
        width: 100%;
        margin: 0px;
        padding: 4px;
        vertical-align: top;
        display: inline-block; }
        .widget__Inner__Content .bbtmd .prdtTitle > h4 {
          margin-bottom: 0;
          word-break: keep-all;
          font-size: 15.4px;
          font-weight: 600;
          line-height: 1.55;
          letter-spacing: 0em;
          color: #000000; }
    .widget__Inner__Content .cart-prdt-details {
      width: 100%;
      color: #000000;
      font-weight: 500;
      padding: 5px 10px;
      border-bottom: 1px solid #d3d8dc; }
      .widget__Inner__Content .cart-prdt-details input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
        max-width: 26px;
        margin-top: -4px;
        max-height: 26px;
        padding: 3px 0px;
        text-align: center;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
    .widget__Inner__Content .cartTotal {
      padding: 5px 10px;
      border-bottom: 1px solid #d3d8dc;
      background: none repeat scroll 0 0 #ffffff;
      font-size: 15.4px;
      font-weight: 600;
      line-height: 1.55;
      letter-spacing: 0em;
      color: #000000; }
    .widget__Inner__Content .cart-button {
      color: rgba(0, 0, 0, 0.6); }
      .widget__Inner__Content .cart-button .btn {
        margin: 0;
        border: 0;
        float: left;
        border-radius: 0;
        width: 50%;
        height: 50px;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .widget__Inner__Content .cart-button .btn.btn-danger {
          color: #ffffff;
          background-color: #222222;
          border-left: 1px solid rgba(0, 0, 0, 0.1); }
          .widget__Inner__Content .cart-button .btn.btn-danger:hover {
            color: #ffffff;
            background-color: black; }
        .widget__Inner__Content .cart-button .btn.btn-primary {
          color: #ffffff;
          background-color: #18dff4; }
          .widget__Inner__Content .cart-button .btn.btn-primary:hover {
            color: #ffffff;
            background-color: #09a6b7; }
        .widget__Inner__Content .cart-button .btn > i {
          margin-right: 5px; }
    .widget__Inner__Content table.sites {
      border: 0px;
      width: 100%; }
      .widget__Inner__Content table.sites tr td {
        float: left;
        padding: 0px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        vertical-align: middle; }
        .widget__Inner__Content table.sites tr td:first-child {
          text-align: left; }
        .widget__Inner__Content table.sites tr td:last-child {
          text-align: right; }
  .widget #wait {
    top: 50%;
    left: 50%;
    z-index: 99;
    padding: 25px;
    line-height: 45px;
    position: absolute;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 1px solid rgab(#000000, 0.2);
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    -moz-transform: translate(-50%, -50%);
    /* Mozilla Firefox */
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; }
    .widget #wait img {
      top: 50%;
      left: 50%;
      position: absolute;
      width: 40px;
      height: 40px;
      -webkit-transform: translate(-50%, -50%);
      /* Chrome, Safari, Opera */
      -moz-transform: translate(-50%, -50%);
      /* Mozilla Firefox */
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      /* IE 9 */
      transform: translate(-50%, -50%); }

/* Layout --> Footer Area
----------------------------- */
.footer-wrap {
  color: #ffffff;
  font-weight: 300;
  text-align: left;
  position: relative;
  padding: 45px 0px;
  /*font-family: "GothamBook", sans-serif !important;*/
  background: #b69147 none repeat scroll 0 0; }
  .footer-wrap p {
    font-weight: 300;
     margin-bottom: 10px;
}
  @media (max-width: 991px) {
    .footer-wrap {
      text-align: left;
      padding: 20px 0px; } }
  .footer-wrap .footer_links {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    @media(max-width: 800px) and (min-width: 767px){

      .footer-wrap .footer_links {
        padding-top: 10px;
      }
    }
    @media (max-width: 767px) {
      .footer-wrap .footer_links {
        padding-left: 0px; } }
    .footer-wrap .footer_links > li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      flex: 1 0 calc(33.3333% - 0px);
      max-width: calc(33.3333% - 0px); }
      .footer-wrap .footer_links > li > a {
      	width: 85%;
      	border-bottom: 1px solid #fff;
        margin-bottom: 25px;
        font-size: 17.5px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0em;
        color: #ffffff; }

        @media (max-width: 600px) {
          .footer-wrap .footer_links > li > a {
            font-size: 15px;
            min-height: 40px;
            font-weight: 700;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #ffffff; } }
      .footer-wrap .footer_links > li ul {
        padding-left: 0px; }
        .footer-wrap .footer_links > li ul li {
          margin-bottom: 10px;
		  font-family:'Helvetica', "Microsoft JhengHei",Sans-Serif;}
          .footer-wrap .footer_links > li ul li a {
            position: relative;
            font-size: 16px;
            font-weight: 600;
			font-family:'Helvetica', "Microsoft JhengHei",Sans-Serif;
            line-height: 20px;
            letter-spacing: 0em;
            color: #ffffff; }
            @media (max-width: 600px) {
              .footer-wrap .footer_links > li ul li a {
                font-size: 12.6px;
                font-weight: 400;
                line-height: 1.25;
                letter-spacing: 0em;
                color: #ffffff; } }
            .footer-wrap .footer_links > li ul li a:before {
              content: '-';
              padding-right: 4px; }
  .footer-wrap .G__Map {
    width: 100%;
    height: auto;
    display: block; }
    @media (max-width: 767px) {
      .footer-wrap .G__Map {
        margin-bottom: 30px; } }
  .footer-wrap .entry-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    .footer-wrap .entry-meta .button {
      border: 0px none;
      margin-left: 30px;
      position: relative;
      padding: 15px 30px 15px;
      background-color: #223b52;
      -webkit-border-radius: 1px;
      border-radius: 1px;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
      font-size: 17.5px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0em;
      color: #ffffff; }
      @media(max-width: 860px){
         .footer-wrap .entry-meta .button{
            margin-left: 13px;
            font-size: 16px;
         }
      }
      @media (max-width: 740px) {
        .footer-wrap .entry-meta .button {
          margin-left: 5px;
          font-size: 15px;
          font-weight: 700;
          padding: 10px 15px;
          line-height: 1;
          letter-spacing: 0em;
          color: #ffffff; } }

      .footer-wrap .entry-meta .button:first-child {
        margin-left: 0px; }
      .footer-wrap .entry-meta .button:hover, .footer-wrap .entry-meta .button:focus, .footer-wrap .entry-meta .button:active {
        margin-top: -10px;
        -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5); }

      @media (max-width: 620px) {
      	.footer-wrap .entry-meta .button:hover, .footer-wrap .entry-meta .button:focus, .footer-wrap .entry-meta .button:active{
      		margin-top: -5px;
      	}
        .footer-wrap .entry-meta{
       		display: block;
       	}
        .footer-wrap .entry-meta .button {
          margin-right: 3px;
          margin-bottom: 10px;
          margin-left: 0px;
        }
       }
  .footer-wrap .Footer__Logo {
    width: 170px;
    height: auto;
    display: block;
    margin: 0px 0px;
    text-align: left; }
    @media (max-width: 767px) {
      .footer-wrap .Footer__Logo {
        width: 110px;
        margin: 0px auto;
        text-align: center;
        margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .footer-wrap .text-right {
      text-align: center !important; } }
.footer-bottom {
  color: #ffffff;
  font-size: 12px;
  padding: 14px 0px 10px;
  background: #223b52 none repeat scroll 0 0; }
  @media (max-width: 767px) {
    .footer-bottom {
      text-align: center !important;
      padding: 15px; } }
  .footer-bottom p {
    font-size: 12px; }

/* Global classes
================================ */
.red-txt {
  color: #b20103 !important; }

.whiteBg {
  background-color: #ffffff !important; }

.gotham-regular {
  font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif !important; }

.italic {
  font-style: italic; }

.White-BG-Section {
  padding: 75px 0px;
  background: #ffffff none repeat scroll 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075); }
  @media (max-width: 767px) {
    .White-BG-Section {
      padding: 40px 0px; } }

.diffBlue {
  background-color: #18dff4;
  background-color: #18dff4;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075); }

.blueBg {
  background-color: #abc96e;
  background-color: #abc96e; }

.link-underline:after {
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  bottom: -2px;
  display: block;
  position: absolute;
  background-color: #223b52;
  -moz-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -ms-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s; }
.link-underline:hover:after {
  width: 100%; }

.divider-line {
  font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 15px;
  color: #ffffff; }
  .divider-line:before {
    content: "";
    display: block;
    height: 2px;
    background-color: #ffffff;
    width: 30px;
    margin-bottom: 15px; }
  .divider-line.red-color {
    color: #b20103; }
    .divider-line.red-color:before {
      background-color: #b20103; }

.no-padding {
  padding: 0px; }

.BGFixed,
.Parallax-BG-Section, .Newsletter-BG-Section, .Box-BG-Section, .Testimonial-BG-Section, .NexStep, .NexStep {
  background-position: center center;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  /* Chrome, Safari, Opera */
  -moz-background-size: cover !important;
  /* Mozilla Firefox */
  -ms-background-size: cover !important;
  /* IE 9 */
  -o-background-size: cover !important;
  background-size: cover !important; }

.fullwidth {
  width: 100%;
  display: block; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.column-narrow, .column-wide {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.column-narrow {
  width: 33%; }
  @media (max-width: 480px) {
    .column-narrow {
      width: 100%; } }
  .column-narrow:last-child {
    width: 30%; }
    @media (max-width: 480px) {
      .column-narrow:last-child {
        width: 100%; } }

.column-wide {
  width: 37%; }
  @media (max-width: 480px) {
    .column-wide {
      width: 100%; } }

.W__Content__Wrap {
  padding: 45px 0px 60px; }
  @media (max-width: 767px) {
    .W__Content__Wrap {
      padding: 25px 0px 30px; } }

/* Layout --> Hero Banner
----------------------------- */
.HeroArea {
  z-index: 1;
  padding: 0px;
  position: relative;
  margin: 0px auto 0px;
  background: #b69147 none repeat scroll 0 0;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.33) !important;
  -moz-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.33) !important;
  -ms-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.33) !important;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.33) !important; }

  .HeroArea>div {
    max-width: 1170px;
    margin: auto;
    /*height: 67px;*/
    height: 80px;
    padding: 15px 0px;
  }
  @media(max-width: 1064px){
    .HeroArea>div{
      /*height: 83px;*/
      height: 85px;
    }

  }
  @media(max-width: 788px){
    .HeroArea>div{
      /*height: 115px;*/
      height: 125px;
    }

  }

  @media (max-width: 600px) {
    .HeroArea {
      padding: 0px;
      margin: 10px 0px 0px;
    }
    .HeroArea>div{
      height: 159px;
    }
    .HeroArea .no-padd-right, .HeroArea .no-padd-left {
        padding: 0px !important;
      }
  }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .HeroArea {
      padding: 0px;
      padding-top: 15px;
      margin: 5px 0px 0px; } }
  @media (min-width: 991px) {
    .HeroArea .no-padd-right {
      padding-right: 0px !important; }
    .HeroArea .no-padd-left {
      padding-left: 0px !important; } }
  .HeroArea .HeroTableArea {
    margin: 2px 0px;
    border: 1px solid #8b7d60; }
    @media (max-width: 767px) {
      .HeroArea .HeroTableArea {
        margin-top: 10px;
        margin-bottom: 10px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .HeroArea .HeroTableArea {
        min-height: calc(450px - 4px);
        max-height: calc(450px - 4px); } }
    @media screen and (min-width: 992px) and (max-width: 1099px) {
      .HeroArea .HeroTableArea {
        min-height: calc(550px - 4px);
        max-height: calc(550px - 4px); } }
    @media screen and (min-width: 1100px) and (max-width: 1499px) {
      .HeroArea .HeroTableArea {
        min-height: calc(600px - 4px);
        max-height: calc(600px - 4px); } }
    @media (min-width: 1500px) {
      .HeroArea .HeroTableArea {
        min-height: calc(750px - 4px);
        max-height: calc(750px - 4px); } }
  .HeroArea .table {
    margin-bottom: 0px; }
    .HeroArea .table thead tr td, .HeroArea .table tbody tr td {
      line-height: 1;
      font-size: 13px;
      text-align: center;
      white-space: nowrap;
      padding: 10px 2px 3px; }
      .HeroArea .table thead tr td.code, .HeroArea .table tbody tr td.code {
        color: #000000; }
      .HeroArea .table thead tr td.price, .HeroArea .table tbody tr td.price {
        color: #000000; }
      .HeroArea .table thead tr td.time, .HeroArea .table tbody tr td.time {
        color: #000000; }
      .HeroArea .table thead tr td.other, .HeroArea .table tbody tr td.other {
        color: #000000; }
      @media (max-width: 767px) {
        .HeroArea .table thead tr td, .HeroArea .table tbody tr td {
          white-space: nowrap; } }
    .HeroArea .table thead tr th {
      color: #ffffff;
      line-height: 1;
      font-size: 13px;
      font-weight: bold;
      text-align: center;
      padding: 8px 2px 3px; }
  .HeroArea__Inner {
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    position: absolute; }
    @media (max-width: 767px) {
      .HeroArea__Inner {
        padding-top: 0px;
        position: relative; } }
    .HeroArea__Inner .paddL50 {
      padding-left: 50px; }
      @media (max-width: 767px) {
        .HeroArea__Inner .paddL50 {
          height: 250px;
          max-height: 250px;
          padding-left: 0px; } }

@media (max-width: 767px) {
  .HeroTableArea {
    height: 230px;
    margin-top: 10px;
    max-height: 230px; }
    .HeroTableArea .table-responsive {
      border: 0px none !important;
      margin-bottom: 0px !important; }

  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    border: 0px none !important;
    white-space: nowrap !important;
    padding: 12px 8px 3px !important; } }
.image-cover,
.home-cta .container,
.box-item .media_thumbnail span.figure,
.Parallax-Section {
  background-position: center center;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  /* Chrome, Safari, Opera */
  -moz-background-size: cover !important;
  /* Mozilla Firefox */
  -ms-background-size: cover !important;
  /* IE 9 */
  -o-background-size: cover !important;
  background-size: cover !important; }

#hero {
  z-index: 1;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  background: url("../image/loading.svg") no-repeat center center;
  -webkit-background-size: 32px auto;
  /* Chrome, Safari, Opera */
  -moz-background-size: 32px auto;
  /* Mozilla Firefox */
  -ms-background-size: 32px auto;
  /* IE 9 */
  -o-background-size: 32px auto;
  background-size: 32px auto; }
  @media (max-width: 480px) {
    #hero {
      min-height: 230px;
      max-height: 230px; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    #hero {
      min-height: 280px;
      max-height: 280px; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    #hero {
      min-height: 320px;
      max-height: 320px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #hero {
      min-height: 450px;
      max-height: 450px; } }
  @media screen and (min-width: 992px) and (max-width: 1099px) {
    #hero {
      min-height: 550px;
      max-height: 550px; } }
  @media screen and (min-width: 1100px) and (max-width: 1499px) {
    #hero {
      /*min-height: 600px;*/
      max-height: 600px; } }
  @media (min-width: 1500px) {
    #hero {
      /*min-height: 750px;*/
      max-height: 750px; } }
  @media (max-width: 420px) {
    #hero {
      margin-top: 0px; } }
  @media screen and (min-width: 421px) and (max-width: 991px) {
    #hero {
      margin-top: 0px; } }
  #hero .carousel, #hero .welcome, #hero .video-container {
    height: auto;
    max-height: inherit; }
    @media (max-width: 767px) {
      #hero .carousel, #hero .welcome, #hero .video-container {
        height: auto;
        max-height: inherit; } }
    #hero .carousel .height-530, #hero .welcome .height-530, #hero .video-container .height-530 {
      height: auto;
      max-height: inherit; }

#hero .image-cover, #hero_inner .image-cover {
  -webkit-object-fit: cover !important;
  /* Chrome, Safari, Opera */
  -moz-object-fit: cover !important;
  /* Mozilla Firefox */
  -ms-object-fit: cover !important;
  /* IE 9 */
  -o-object-fit: cover !important;
  object-fit: cover !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  /* Chrome, Safari, Opera */
  -moz-background-size: cover !important;
  /* Mozilla Firefox */
  -ms-background-size: cover !important;
  /* IE 9 */
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important; }

#hero {
  position: relative; }
  #hero .image-cover {
    width: 100% !important; }
  #hero .image-cover, #hero .flexslider .slides .image-cover, #hero .flexslider .image-cover {
    -webkit-object-fit: cover !important;
    /* Chrome, Safari, Opera */
    -moz-object-fit: cover !important;
    /* Mozilla Firefox */
    -ms-object-fit: cover !important;
    /* IE 9 */
    -o-object-fit: cover !important;
    object-fit: cover !important; }
    @media (max-width: 480px) {
      #hero .image-cover, #hero .flexslider .slides .image-cover, #hero .flexslider .image-cover {
        min-height: 230px;
        max-height: 230px; } }
    @media screen and (min-width: 481px) and (max-width: 600px) {
      #hero .image-cover, #hero .flexslider .slides .image-cover, #hero .flexslider .image-cover {
        min-height: 280px;
        max-height: 280px; } }
    @media screen and (min-width: 601px) and (max-width: 767px) {
      #hero .image-cover, #hero .flexslider .slides .image-cover, #hero .flexslider .image-cover {
        min-height: 320px;
        max-height: 320px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #hero .image-cover, #hero .flexslider .slides .image-cover, #hero .flexslider .image-cover {
        min-height: 450px;
        max-height: 450px; } }
    @media screen and (min-width: 992px) and (max-width: 1099px) {
      #hero .image-cover, #hero .flexslider .slides .image-cover, #hero .flexslider .image-cover {
        min-height: 550px;
        max-height: 550px; } }
    @media screen and (min-width: 1100px) and (max-width: 1499px) {
      #hero .image-cover, #hero .flexslider .slides .image-cover, #hero .flexslider .image-cover {
        min-height: 550px;
        max-height: 550px; } }
    @media (min-width: 1500px) {
      #hero .image-cover, #hero .flexslider .slides .image-cover, #hero .flexslider .image-cover {
        min-height: 550px;
        max-height: 550px; } }

@media (max-width: 480px) {
  #hero_inner .slider-home {
    min-height: 220px;
    max-height: 220px; } }
@media screen and (min-width: 481px) and (max-width: 600px) {
  #hero_inner .slider-home {
    min-height: 260px;
    max-height: 260px; } }
@media screen and (min-width: 601px) and (max-width: 767px) {
  #hero_inner .slider-home {
    min-height: 300px;
    max-height: 300px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  #hero_inner .slider-home {
    min-height: 350px;
    max-height: 350px; } }
@media screen and (min-width: 992px) and (max-width: 1099px) {
  #hero_inner .slider-home {
    min-height: 400px;
    max-height: 400px; } }
@media screen and (min-width: 1100px) and (max-width: 1499px) {
  #hero_inner .slider-home {
    min-height: 450px;
    max-height: 450px; } }
@media (min-width: 1500px) {
  #hero_inner .slider-home {
    min-height: 600px;
    max-height: 600px; } }

#hero_inner {
  overflow: hidden;
  margin-top: 150px;
  position: relative;
  margin-bottom: 20px;
  background: url("../image/loading.svg") no-repeat center center;
  -webkit-background-size: 32px auto;
  /* Chrome, Safari, Opera */
  -moz-background-size: 32px auto;
  /* Mozilla Firefox */
  -ms-background-size: 32px auto;
  /* IE 9 */
  -o-background-size: 32px auto;
  background-size: 32px auto; }
  @media (max-width: 420px) {
    #hero_inner {
      margin-top: 0px; } }
  @media screen and (min-width: 421px) and (max-width: 991px) {
    #hero_inner {
      margin-top: 0px; } }
  #hero_inner .Page-Title {
    margin-top: 0px; }
    @media (max-width: 420px) {
      #hero_inner .Page-Title {
        margin-top: 0px; } }
    @media screen and (min-width: 421px) and (max-width: 991px) {
      #hero_inner .Page-Title {
        margin-top: 0px; } }

#hero_inner .image-cover, #hero_inner .flexslider .slides .image-cover {
  width: 100%;
  -webkit-object-fit: cover !important;
  /* Chrome, Safari, Opera */
  -moz-object-fit: cover !important;
  /* Mozilla Firefox */
  -ms-object-fit: cover !important;
  /* IE 9 */
  -o-object-fit: cover !important;
  object-fit: cover !important; }
  @media (max-width: 480px) {
    #hero_inner .image-cover, #hero_inner .flexslider .slides .image-cover {
      min-height: 220px;
      max-height: 220px; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    #hero_inner .image-cover, #hero_inner .flexslider .slides .image-cover {
      min-height: 260px;
      max-height: 260px; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    #hero_inner .image-cover, #hero_inner .flexslider .slides .image-cover {
      min-height: 300px;
      max-height: 300px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #hero_inner .image-cover, #hero_inner .flexslider .slides .image-cover {
      min-height: 350px;
      max-height: 350px; } }
  @media screen and (min-width: 992px) and (max-width: 1099px) {
    #hero_inner .image-cover, #hero_inner .flexslider .slides .image-cover {
      min-height: 400px;
      max-height: 400px; } }
  @media screen and (min-width: 1100px) and (max-width: 1499px) {
    #hero_inner .image-cover, #hero_inner .flexslider .slides .image-cover {
      min-height: 450px;
      max-height: 450px; } }
  @media (min-width: 1500px) {
    #hero_inner .image-cover, #hero_inner .flexslider .slides .image-cover {
      min-height: 600px;
      max-height: 600px; } }

#hero .carousel, #hero .welcome, #hero_inner .carousel, #hero_inner .welcome {
  width: 100%;
  overflow: hidden;
  max-height:550px; }
  #hero .carousel .hero_overlay, #hero .welcome .hero_overlay, #hero_inner .carousel .hero_overlay, #hero_inner .welcome .hero_overlay {
    top: 0px;
    left: 0px;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%; }
    #hero .carousel .hero_overlay .hero_caption, #hero .welcome .hero_overlay .hero_caption, #hero_inner .carousel .hero_overlay .hero_caption, #hero_inner .welcome .hero_overlay .hero_caption {
      top: auto;
      right: 0px;
      bottom: 0px;
      z-index: 10;
      color: #ffffff;
      text-align: left;
      position: absolute;
      padding: 0px;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0);
      /* Old browsers */
      background: -moz-linear-gradient(legacy-direction(to bottom), rgba(255, 255, 255, 0) 20%, transparent 60%, transparent 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(legacy-direction(to bottom), rgba(255, 255, 255, 0) 20%, transparent 60%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, transparent 60%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="to bottom", EndColorStr="rgba(255, 255, 255, 0) 20%, transparent 60%, transparent 100%");
      /* IE6-9 */ }
      #hero .carousel .hero_overlay .hero_caption .hero_caption_balance, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance {
        text-align: left;
        width: 100% !important;
        vertical-align: middle;
        font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif; }
        #hero .carousel .hero_overlay .hero_caption .hero_caption_balance .container, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance .container, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance .container, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance .container {
          margin: 0px auto;
          text-align: center;
          /*width:auto!important;*/ }
        #hero .carousel .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance .max_wrapper {
          padding: 0px;
          max-width: 60%;
          text-align: left;
          padding-top: 0px;
          padding-top: 0px; }
          @media (max-width: 600px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance .max_wrapper {
              max-width: 100%;
              padding-top: 0px;
              padding-top: 0px;
              padding-left: 15px;
              padding-right: 15px; } }
          @media screen and (min-width: 601px) and (max-width: 767px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance .max_wrapper {
              max-width: 75%;
              padding-top: 0px;
              padding-top: 0px;
              padding-left: 15px;
              padding-right: 15px; } }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance .max_wrapper {
              padding-top: 0px;
              padding-top: 0px; } }
          @media screen and (min-width: 992px) and (max-width: 1199px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance .max_wrapper {
              padding-top: 0px;
              padding-top: 0px; } }
        #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h4, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h4, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h4, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h4, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h4 p {
          margin: 0px;
          clear: both;
          width: 100%;
          display: block;
          text-align: left;
          padding-bottom: 10px;
          font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
          text-shadow: 0 2px 1px rgba(0, 0, 0, 0.33);
          font-size: 42px;
          font-weight: 400;
          line-height: 1.15;
          letter-spacing: 0em;
          color: #3c3c3c; }
          @media (max-width: 600px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h4, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h4, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h4, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h4, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h4 p {
              padding-left: 0px;
              padding-right: 0px;
              padding-bottom: 5px; } }
          @media screen and (min-width: 601px) and (max-width: 767px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h4, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h4, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h4, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h4, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h4 p {
              padding-left: 0px;
              padding-right: 0px;
              padding-bottom: 5px; } }
          @media (max-width: 767px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h4, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h4, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h4, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h4, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h4 p {
              width: auto;
              margin-bottom: 0px;
              display: inline-block;
              font-size: 17.5px;
              font-weight: 400;
              line-height: 1.15;
              letter-spacing: 0em;
              color: #3c3c3c; } }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h4, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h4, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h4, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h4, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h4 p {
              width: auto;
              padding-left: 30px;
              padding-right: 30px;
              display: inline-block;
              font-size: 35px;
              font-weight: 400;
              line-height: 1.15;
              letter-spacing: 0em;
              color: #3c3c3c; } }
          @media screen and (min-width: 1025px) and (max-width: 1150px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h4, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h4, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h4, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h4 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h4, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h4 p {
              width: auto;
              padding-left: 30px;
              padding-right: 30px;
              display: inline-block; } }
        #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p {
          margin: 0px;
          width: 100%;
          margin-top: 0px;
          text-align: left;
          font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
          font-size: 80.0px;
          font-weight: 400;
          line-height: 1.5;
          letter-spacing: 0em;
          color: #ffffff; }
          #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p p {
            display: block;
            font-size: 80.0px;
            font-weight: 400;
            line-height: 1.5;
            letter-spacing: 0em;
            color: #ffffff; }
          @media (max-width: 600px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p {
              text-align: left;
              margin-bottom: 12px;
              font-size: 31.5px;
              font-weight: 400;
              line-height: 1.5;
              letter-spacing: 0em;
              color: #ffffff; }
              #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p p {
                display: block;
                font-size: 31.5px;
                font-weight: 400;
                line-height: 1.5;
                letter-spacing: 0em;
                color: #ffffff; } }
          @media screen and (min-width: 601px) and (max-width: 767px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p {
              margin-bottom: 15px;
              font-size: 38.5px;
              font-weight: 400;
              line-height: 1.5;
              letter-spacing: 0em;
              color: #ffffff; }
              #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p p {
                display: block;
                font-size: 38.5px;
                font-weight: 400;
                line-height: 1.5;
                letter-spacing: 0em;
                color: #ffffff; } }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p {
              margin-bottom: 20px;
              font-size: 49px;
              font-weight: 400;
              line-height: 1.5;
              letter-spacing: 0.05em;
              color: #ffffff; }
              #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p p {
                display: block;
                font-size: 49px;
                font-weight: 400;
                line-height: 1.5;
                letter-spacing: 0em;
                color: #ffffff; } }
          @media screen and (min-width: 1025px) and (max-width: 1150px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p {
              margin-bottom: 20px;
              font-size: 70px;
              font-weight: 400;
              line-height: 1.5;
              letter-spacing: 0.05em;
              color: #ffffff; }
              #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance h2 p p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 span, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p span, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance h2 p p {
                display: block;
                font-size: 70px;
                font-weight: 400;
                line-height: 1.5;
                letter-spacing: 0em;
                color: #ffffff; } }
        #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p p {
          text-align: center;
          margin-bottom: 30px;
          font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
          font-size: 21px;
          font-weight: 300;
          line-height: 1;
          letter-spacing: 0em;
          color: #ffffff; }
          @media (max-width: 420px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p p {
              display: block;
              margin-bottom: 15px;
              font-size: 11.9px;
              font-weight: 300;
              line-height: 1;
              letter-spacing: 0em;
              color: #ffffff; } }
          @media screen and (min-width: 421px) and (max-width: 600px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p p {
              display: block;
              margin-bottom: 15px;
              font-size: 14px;
              font-weight: 300;
              line-height: 1;
              letter-spacing: 0em;
              color: #ffffff; } }
          @media screen and (min-width: 601px) and (max-width: 767px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p p {
              display: block;
              margin-bottom: 20px;
              font-size: 16.1px;
              font-weight: 300;
              line-height: 1;
              letter-spacing: 0em;
              color: #ffffff; } }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p p {
              display: block;
              margin-bottom: 25px;
              font-size: 18.2px;
              font-weight: 300;
              line-height: 1;
              letter-spacing: 0em;
              color: #ffffff; } }
          @media screen and (min-width: 992px) and (max-width: 1050px) {
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p p {
              display: block;
              margin-bottom: 25px;
              font-size: 19.6px;
              font-weight: 300;
              line-height: 1;
              letter-spacing: 0em;
              color: #ffffff; } }
          #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p span, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p p span, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p span, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p p span, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p span, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p p span, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p span, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p p span {
            width: 100%;
            display: block;
            margin-bottom: 5px;
            text-align: center; }
            #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p span:last-child, #hero .carousel .hero_overlay .hero_caption .hero_caption_balance p p span:last-child, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p span:last-child, #hero .welcome .hero_overlay .hero_caption .hero_caption_balance p p span:last-child, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p span:last-child, #hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance p p span:last-child, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p span:last-child, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance p p span:last-child {
              font-weight: 600;
              margin-bottom: 0px; }
  #hero .carousel .text-align-center .container, #hero .welcome .text-align-center .container, #hero_inner .carousel .text-align-center .container, #hero_inner .welcome .text-align-center .container {
    margin: 0px auto;
    text-align: center;
    float: none !important; }
    @media (max-width: 767px) {
      #hero .carousel .text-align-center .container, #hero .welcome .text-align-center .container, #hero_inner .carousel .text-align-center .container, #hero_inner .welcome .text-align-center .container {
        padding-left: 0px !important;
        padding-right: 0px !important; } }
    #hero .carousel .text-align-center .container *, #hero .welcome .text-align-center .container *, #hero_inner .carousel .text-align-center .container *, #hero_inner .welcome .text-align-center .container * {
      text-align: center; }
  #hero .carousel .text-align-left .container, #hero .welcome .text-align-left .container, #hero_inner .carousel .text-align-left .container, #hero_inner .welcome .text-align-left .container {
    margin: 0px auto;
    text-align: left; }
    @media (max-width: 767px) {
      #hero .carousel .text-align-left .container, #hero .welcome .text-align-left .container, #hero_inner .carousel .text-align-left .container, #hero_inner .welcome .text-align-left .container {
        padding-left: 0px !important;
        padding-right: 0px !important; } }
    #hero .carousel .text-align-left .container *, #hero .welcome .text-align-left .container *, #hero_inner .carousel .text-align-left .container *, #hero_inner .welcome .text-align-left .container * {
      text-align: left; }
  #hero .carousel .text-align-right .container, #hero .welcome .text-align-right .container, #hero_inner .carousel .text-align-right .container, #hero_inner .welcome .text-align-right .container {
    margin: 0px auto;
    text-align: right; }
    @media (max-width: 767px) {
      #hero .carousel .text-align-right .container, #hero .welcome .text-align-right .container, #hero_inner .carousel .text-align-right .container, #hero_inner .welcome .text-align-right .container {
        padding-left: 0px !important;
        padding-right: 0px !important; } }
    #hero .carousel .text-align-right .container *, #hero .welcome .text-align-right .container *, #hero_inner .carousel .text-align-right .container *, #hero_inner .welcome .text-align-right .container * {
      text-align: right; }
#hero .video-container.Video-Playing .hero_overlay, #hero_inner .video-container.Video-Playing .hero_overlay {
  display: none !important; }
#hero .video-container.Video-Pause .hero_overlay, #hero_inner .video-container.Video-Pause .hero_overlay {
  display: block !important; }
#hero .video-container #play_pause_video, #hero_inner .video-container #play_pause_video {
  top: 50%;
  left: 50%;
  z-index: 1000;
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 0px solid #fae13e !important;
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla Firefox */
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.85);
  /* Old browsers */
  background: -moz-linear-gradient(legacy-direction(to bottom), rgba(0, 0, 0, 0.85) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(legacy-direction(to bottom), rgba(0, 0, 0, 0.85) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="to bottom", EndColorStr="rgba(0, 0, 0, 0.85) 0%, black 100%");
  /* IE6-9 */ }
  #hero .video-container #play_pause_video .fa, #hero_inner .video-container #play_pause_video .fa {
    color: #223b52;
    font-size: 40px;
    line-height: 100px; }

#hero_inner .carousel .hero_overlay .hero_caption .hero_caption_balance .max_wrapper, #hero_inner .welcome .hero_overlay .hero_caption .hero_caption_balance .max_wrapper {
  padding-top: 0px; }

#hero_inner .flexslider .inner {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }
  @media (max-width: 767px) {
    #hero_inner .flexslider .inner {
      padding: 0px; } }
  #hero_inner .flexslider .inner .col-table {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    color: #ffffff;
    position: absolute;
    text-align: center;
    padding: 0px;
    background: rgba(255, 255, 255, 0);
    /* Old browsers */
    background: -moz-linear-gradient(legacy-direction(to bottom), rgba(255, 255, 255, 0) 20%, transparent 60%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(legacy-direction(to bottom), rgba(255, 255, 255, 0) 20%, transparent 60%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, transparent 60%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="to bottom", EndColorStr="rgba(255, 255, 255, 0) 20%, transparent 60%, transparent 100%");
    /* IE6-9 */ }
    @media (max-width: 767px) {
      #hero_inner .flexslider .inner .col-table {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
        #hero_inner .flexslider .inner .col-table .container {
          width: 100%;
          text-align: left; } }
    #hero_inner .flexslider .inner .col-table h2 {
      margin: 0px;
      text-align: left;
      margin-top: -50px;
      font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
      font-size: 80.0px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0em;
      color: #ffffff; }
      #hero_inner .flexslider .inner .col-table h2 span, #hero_inner .flexslider .inner .col-table h2 p {
        display: block;
        font-size: 80.0px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0em;
        color: #ffffff; }
      @media (max-width: 600px) {
        #hero_inner .flexslider .inner .col-table h2 {
          margin-top: 0px;
          text-align: left;
          margin-bottom: 12px;
          font-size: 31.5px;
          font-weight: 400;
          line-height: 1.5;
          letter-spacing: 0em;
          color: #ffffff; }
          #hero_inner .flexslider .inner .col-table h2 span, #hero_inner .flexslider .inner .col-table h2 p {
            display: block;
            font-size: 31.5px;
            font-weight: 400;
            line-height: 1.5;
            letter-spacing: 0em;
            color: #ffffff; } }
      @media screen and (min-width: 601px) and (max-width: 767px) {
        #hero_inner .flexslider .inner .col-table h2 {
          margin-top: 0px;
          margin-bottom: 15px;
          font-size: 38.5px;
          font-weight: 400;
          line-height: 1.5;
          letter-spacing: 0em;
          color: #ffffff; }
          #hero_inner .flexslider .inner .col-table h2 span, #hero_inner .flexslider .inner .col-table h2 p {
            display: block;
            font-size: 38.5px;
            font-weight: 400;
            line-height: 1.5;
            letter-spacing: 0em;
            color: #ffffff; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #hero_inner .flexslider .inner .col-table h2 {
          margin-bottom: 20px;
          font-size: 49px;
          font-weight: 400;
          line-height: 1.5;
          letter-spacing: 0.05em;
          color: #ffffff; }
          #hero_inner .flexslider .inner .col-table h2 span, #hero_inner .flexslider .inner .col-table h2 p {
            display: block;
            font-size: 49px;
            font-weight: 400;
            line-height: 1.5;
            letter-spacing: 0em;
            color: #ffffff; } }
      @media screen and (min-width: 1025px) and (max-width: 1150px) {
        #hero_inner .flexslider .inner .col-table h2 {
          margin-bottom: 20px;
          font-size: 70px;
          font-weight: 400;
          line-height: 1.5;
          letter-spacing: 0.05em;
          color: #ffffff; }
          #hero_inner .flexslider .inner .col-table h2 span, #hero_inner .flexslider .inner .col-table h2 p {
            display: block;
            font-size: 70px;
            font-weight: 400;
            line-height: 1.5;
            letter-spacing: 0em;
            color: #ffffff; } }

/* Welcome Banner
------------------------------*/
.slider-home, .welcome {
  margin-bottom: 0px !important; }

.flexslider {
  overflow: hidden;
  padding: 0px !important;
  border: 0px none !important;
  border-radius: 0 !important;
  margin-bottom: 0px !important; }

.welcome .slide, slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

@media only screen and (min-width: 768px) {
  #hero .flex-control-nav {
    /*top: 50%;
    width: 30px;*/
    height: auto;
    margin: 0px;
    padding: 0px;
    bottom: inherit;
    position: absolute;
    text-align: center;
    right: calc(100% - 1300px);
    transform: translateY(-70%);
    /*display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    display: inline-block;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-flow: row wrap; }
   #hero .flex-control-paging {
    /*display: none !important;*/
    z-index: 99;
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    right: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #hero .flex-control-paging li {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
        margin: 0 6px;
    display: inline-block;
    zoom: 1;
     }
    #hero .flex-control-paging li:last-child {
      margin-bottom: 0px; }
    #hero .flex-control-paging li:before {
      content: '';
      color: #18dff4; }
    #hero .flex-control-paging li:first-child:before {
      display: none; }
  #hero .flex-control-paging li a {
        width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border:1px solid #b69147;  }
  #hero .flex-control-paging li a:hover, #hero .flex-control-paging li a.flex-active {
    border: 0px solid rgba(88, 58, 118, 0);
    background: rgba(182,145,71, 1) none repeat scroll 0 0; }
  #hero .flex-control-paging li a.flex-active {
    color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100); }
  #hero .flex-control-paging li a.flex-active {
    cursor: default; }
  #hero .flex-direction-nav {
    top: 50%;
    display: none;
    z-index: 10;
    width: 100%;
    position: absolute; }
  #hero .flex-direction-nav a {
    top: auto;
    bottom: 0px;
    color: #ffffff;
    font-size: 0px;
    margin-top: 0px;
    line-height: 34px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    width: 34px;
    height: 34px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: none repeat scroll 0 0 rgba(182, 145, 71, 0.1); }
  #hero .flex-direction-nav a:hover {
    color: #ffffff;
    background: none repeat scroll 0 0 #b69147; }
  #hero .flex-direction-nav .flex-prev {
    left: 50px;
    text-align: center;
    right: auto !important; }
  #hero .flex-direction-nav .flex-next {
    text-align: center;
    left: auto !important;
    right: 50px !important; }
  #hero .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    left: auto !important;
    right: 50px !important; }
  #hero .flex-direction-nav a:before {
    color: #ffffff;
    font-size: 28px;
    content: '\f104';
    text-shadow: none;
    text-align: center;
    font-family: "FontAwesome"; }
  #hero .flex-direction-nav a:hover:before {
    color: #ffffff; }
  #hero .flex-direction-nav a.flex-next:before {
    content: "\f105"; }
  #hero .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 50px !important;
    right: auto !important; }
  #hero .flex-pauseplay {
    display: none; } }
@media (max-width: 767px) {
  .flex-control-nav {
    /*display: none;*/ } }
@media (min-width: 992px) {
  .flex-direction-nav .flex-prev {
    left: 50px; }

  .flexslider:hover .flex-direction-nav .flex-prev {
    left: 50px !important; }

  .flex-direction-nav .flex-next {
    right: 50px !important; }

  .flexslider:hover .flex-direction-nav .flex-next {
    right: 50px !important; } }
@media (max-width: 767px) {
  #hero .carousel, #hero .welcome, #hero .video-container {
    height: auto;
    max-height: inherit; }
    #hero .carousel .height-530, #hero .welcome .height-530, #hero .video-container .height-530 {
      height: auto;
      max-height: inherit; }

  .ytplayer-container, .ytplayer-player {
    height: auto;
    max-height: inherit; }

  .video-stream.html5-main-video {
    left: 0px !important;
    right: 0px !important;
    width: 100% !important;
    height: auto; }

  .flex-direction-nav a {
    top: auto;
    opacity: 1;
    color: #ffffff;
    bottom: 10px;
    font-size: 0px;
    margin-top: 0px;
    line-height: 32px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: none repeat scroll 0 0 rgba(182, 145, 71, 0.1); }

  .flex-direction-nav a:hover {
    color: #ffffff;
    background: none repeat scroll 0 0 #b69147; }

  .flex-direction-nav .flex-prev {
    left: auto !important;
    right: 40px !important;
    text-align: center; }

  .flex-direction-nav .flex-next {
    right: 5px !important;
    text-align: center; }

  .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 5px !important; }

  .flex-direction-nav a:before {
    color: #ffffff;
    font-size: 24px;
    content: '\f104';
    text-shadow: none;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
    font-family: "FontAwesome"; }

  .flex-direction-nav a:hover:before {
    color: #ffffff; }

  .flex-direction-nav a.flex-next:before {
    content: "\f105"; }

  .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    filter: alpha(opacity=100);
    left: auto !important;
    right: 40px !important; } }
.video-container, #player-frame {
  position: relative; }

.video-container {
  max-height: 600px;
  padding-bottom: 45%; }
  .video-container .hero_overlay .hero_caption .hero_caption_balance h2 {
    font-size: 90px !important;
    font-weight: 900 !important; }
    .video-container .hero_overlay .hero_caption .hero_caption_balance h2 span {
      font-size: 90px !important; }
    @media (max-width: 600px) {
      .video-container .hero_overlay .hero_caption .hero_caption_balance h2 {
        font-size: 30px !important; }
        .video-container .hero_overlay .hero_caption .hero_caption_balance h2 span {
          font-size: 30px !important; } }
    @media screen and (min-width: 601px) and (max-width: 767px) {
      .video-container .hero_overlay .hero_caption .hero_caption_balance h2 {
        font-size: 40px !important; }
        .video-container .hero_overlay .hero_caption .hero_caption_balance h2 span {
          font-size: 40px !important; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .video-container .hero_overlay .hero_caption .hero_caption_balance h2 {
        font-size: 70px !important; }
        .video-container .hero_overlay .hero_caption .hero_caption_balance h2 span {
          font-size: 70px !important; } }

.video-container iframe, .video-container object, .video-container embed, #player-frame iframe, #player-frame object, #player-frame embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

#hero .flexslider li h2,
#hero .flexslider li h4,
#hero .flexslider li p,
#hero .flexslider li span,
#hero .flexslider li p {
  -webkit-animation-duration: 0.6s;
  -khtml-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: fadeOut;
  -khtml-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-fill-mode: both;
  -khtml-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }
  #hero .flexslider li h2:nth-child(n),
  #hero .flexslider li h4:nth-child(n),
  #hero .flexslider li p:nth-child(n),
  #hero .flexslider li span:nth-child(n),
  #hero .flexslider li p:nth-child(n) {
    -webkit-animation-duration: 0.6s;
    -khtml-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-name: fadeOut;
    -khtml-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-fill-mode: both;
    -khtml-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both; }
#hero .flexslider li.flex-active-slide .max_wrapper h2,
#hero .flexslider li.flex-active-slide .max_wrapper h4,
#hero .flexslider li.flex-active-slide .max_wrapper p,
#hero .flexslider li.flex-active-slide .max_wrapper p span,
#hero .flexslider li.flex-active-slide .max_wrapper p {
  -webkit-animation-delay: 0.4s;
  -khtml-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  -khtml-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: fadeIn;
  -khtml-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  -khtml-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }
  #hero .flexslider li.flex-active-slide .max_wrapper h2:nth-child(n),
  #hero .flexslider li.flex-active-slide .max_wrapper h4:nth-child(n),
  #hero .flexslider li.flex-active-slide .max_wrapper p:nth-child(n),
  #hero .flexslider li.flex-active-slide .max_wrapper p span:nth-child(n),
  #hero .flexslider li.flex-active-slide .max_wrapper p:nth-child(n) {
    -webkit-animation-delay: 0.4s;
    -khtml-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.6s;
    -khtml-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-name: fadeIn;
    -khtml-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    -khtml-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both; }
#hero .flexslider li.flex-active-slide .max_wrapper h4 {
  -webkit-animation-delay: 0.6s;
  -khtml-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }
#hero .flexslider li.flex-active-slide .max_wrapper h2 {
  -webkit-animation-delay: 1.6s;
  -khtml-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s; }
#hero .flexslider li.flex-active-slide .max_wrapper p {
  -webkit-animation-delay: 1.6s;
  -khtml-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s; }
  #hero .flexslider li.flex-active-slide .max_wrapper p.first {
    -webkit-animation-delay: 1s;
    -khtml-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s; }
  #hero .flexslider li.flex-active-slide .max_wrapper p.second {
    -webkit-animation-delay: 2.6s;
    -khtml-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -ms-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s; }
  #hero .flexslider li.flex-active-slide .max_wrapper p.third {
    -webkit-animation-delay: 4.2s;
    -khtml-animation-delay: 4.2s;
    -moz-animation-delay: 4.2s;
    -ms-animation-delay: 4.2s;
    -o-animation-delay: 4.2s;
    animation-delay: 4.2s; }
  #hero .flexslider li.flex-active-slide .max_wrapper p.forth {
    -webkit-animation-delay: 5.8s;
    -khtml-animation-delay: 5.8s;
    -moz-animation-delay: 5.8s;
    -ms-animation-delay: 5.8s;
    -o-animation-delay: 5.8s;
    animation-delay: 5.8s; }

/* Layout --> Home Page
----------------------------- */
.Hero__News__Ticker {
  left: 0px;
  top: 300px;
  z-index: 1;
  width: 100%;
  position: absolute;
  pointer-events: none; }
  @media(max-width: 1150px) and (min-width: 767px){
  	.Hero__News__Ticker{
  		top:300px;
  	}
  }

  @media (max-width: 767px) {
    .Hero__News__Ticker {
      /*top: 230px;*/
      top: 0px;
      padding: 20px 0px;
      position: relative;
      /*background: #c0dffb;*/
      background: #fff;
      border-bottom: 1px solid #a9c4dd; } }
  @media(max-width: 769px) and (min-width: 767px){
    .Hero__News__Ticker{
      top:240px;
    }
  }

  .Hero__News__Ticker__Inner {
    padding: 20px 15px;
	margin-top:75px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    pointer-events: all !important;
    background-color: rgba(184, 82, 39, 0.75);
    -webkit-box-shadow: -2px 6px 16px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px 6px 16px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: -2px 6px 16px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -2px 6px 16px 0 rgba(0, 0, 0, 0.5); }

	@media(max-width: 769px){
  .Hero__News__Ticker__Inner {
		margin-top:10px !important;
	}
  }
    .Hero__News__Ticker__Inner h3 {
      padding-top: 8px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px;
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      font-size: 23.1px;
      font-weight: 600;
      line-height: 1.25;
      letter-spacing: 0em;
      color: #ffffff; }
      .morText{
      	display: inline-block;
      	padding: 6px;
      	font-size: 14px;
      }
      @media (max-width: 600px) {
        .Hero__News__Ticker__Inner h3 {
          font-size: 17.5px;
          font-weight: 600;
          line-height: 1.25;
          letter-spacing: 0em;
          color: #ffffff; } }
      @media screen and (min-width: 601px) and (max-width: 767px) {
        .Hero__News__Ticker__Inner h3 {
          font-size: 20.3px;
          font-weight: 600;
          line-height: 1.25;
          letter-spacing: 0em;
          color: #ffffff; } }
      .Hero__News__Ticker__Inner h3 span {
        top: 8px;
        right: 0px;
        font-family: "GothamBook", "Microsoft JhengHei", sans-serif;
        position: absolute;
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
        letter-spacing: 0em;
        color: #ffffff; }
    .Hero__News__Ticker__Inner ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .Hero__News__Ticker__Inner ul > li {
        padding: 10px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.75); }
        .Hero__News__Ticker__Inner ul > li:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.75); }
        .Hero__News__Ticker__Inner ul > li .excerpt {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .Hero__News__Ticker__Inner ul > li .excerpt picture {
            display: block;
            margin-right: 10px;
            width: 50px;
            height: 50px;
            background-color: #ffffff; }
          .Hero__News__Ticker__Inner ul > li .excerpt .details {
            display: block;
            max-width: 150px;
            padding-top: 10px;
            font-size: 15.4px;
            font-weight: 300;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #ffffff; }
          .Hero__News__Ticker__Inner ul > li .excerpt:before {
            top: 50%;
            right: 0px;
            content: " ";
            position: absolute;
            width: 0px;
            height: 0px;
            pointer-events: none;
            border: solid transparent;
            transform: translateY(-50%);
            border-color: rgba(255, 255, 255, 0);
            border-left-color: #ffffff;
            border-width: 10px;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .Hero__News__Ticker__Inner ul > li .excerpt:hover .details, .Hero__News__Ticker__Inner ul > li .excerpt:focus .details, .Hero__News__Ticker__Inner ul > li .excerpt:active .details {
            font-size: 15.4px;
            font-weight: 300;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #b0daff; }
          .Hero__News__Ticker__Inner ul > li .excerpt:hover:before, .Hero__News__Ticker__Inner ul > li .excerpt:focus:before, .Hero__News__Ticker__Inner ul > li .excerpt:active:before {
            right: -8px;
            border-left-color: #477cac; }
.Hero__News__Tab {
  float: right;
  max-width: 390px;
  pointer-events: all !important; }
  .slideLeftItem{
        float: right;
  }
  @media (max-width: 767px) {
    .slideLeftItem{
        float: none;
    }
    .Hero__News__Tab {
      /*left: auto;*/
      /*top: -240px;*/
      /*bottom: 0px;*/
      /*right: 32px;*/
      /*position: absolute;*/
      margin:auto;
      position: initial;
      float: none;
      /*width: calc(100% - 65px);*/
      width: 100%;
      max-width:
      /*max-width: 390px;*/ } }
  .Hero__News__Tab .tabs {
    border: 2px solid #4956a6; }
    .Hero__News__Tab .tabs .nav-tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 0px none; }
      .Hero__News__Tab .tabs .nav-tabs li {
        width: 33.3333%;
        border-left: 2px solid #4956a6;
      }
      @media(max-width: 767px){
        .Hero__News__Tab .tabs .nav-tabs li {
          background: rgba(73,86,166,0.4);
        }
      }
        .Hero__News__Tab .tabs .nav-tabs li:first-child {
          border-left: 0px none; }
        .Hero__News__Tab .tabs .nav-tabs li a {
          text-align: center;
          padding: 12px 0px 10px;
          background: transparent none repeat scroll 0 0;
          font-size: 14px;
          font-weight: 600;
          line-height: 1.25;
          letter-spacing: 0em;
          color: #ffffff; }
          @media (max-width: 480px) {
            .Hero__News__Tab .tabs .nav-tabs li a {
              font-size: 10.5px;
              font-weight: 600;
              line-height: 1.25;
              letter-spacing: 0em;
              color: #ffffff; } }
          @media screen and (min-width: 481px) and (max-width: 767px) {
            .Hero__News__Tab .tabs .nav-tabs li a {
              font-size: 11.9px;
              font-weight: 600;
              line-height: 1.25;
              letter-spacing: 0em;
              color: #ffffff; } }
          .Hero__News__Tab .tabs .nav-tabs li a:hover, .Hero__News__Tab .tabs .nav-tabs li a:focus, .Hero__News__Tab .tabs .nav-tabs li a:active {
            font-size: 14px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #ffffff;
            background: #4956a6 none repeat scroll 0 0; }


            .Hero__News__Tab .tabs .nav-tabs li:hover, .Hero__News__Tab .tabs .nav-tabs li:focus{
            	background: #4956a6 none repeat scroll 0 0;
            }
            @media (max-width: 480px) {
              .Hero__News__Tab .tabs .nav-tabs li a:hover, .Hero__News__Tab .tabs .nav-tabs li a:focus, .Hero__News__Tab .tabs .nav-tabs li a:active {
                font-size: 10.5px;
                font-weight: 600;
                line-height: 1.25;
                letter-spacing: 0em;
                color: #ffffff; } }
            @media screen and (min-width: 481px) and (max-width: 767px) {
              .Hero__News__Tab .tabs .nav-tabs li a:hover, .Hero__News__Tab .tabs .nav-tabs li a:focus, .Hero__News__Tab .tabs .nav-tabs li a:active {
                font-size: 11.9px;
                font-weight: 600;
                line-height: 1.25;
                letter-spacing: 0em;
                color: #ffffff; } }
        .Hero__News__Tab .tabs .nav-tabs li.active {
          background: #4956a6 none repeat scroll 0 0; }
          .Hero__News__Tab .tabs .nav-tabs li.active a {
            background: #4956a6 none repeat scroll 0 0;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #ffffff; }
            @media (max-width: 480px) {
              .Hero__News__Tab .tabs .nav-tabs li.active a {
                font-size: 10.5px;
                font-weight: 600;
                line-height: 1.25;
                letter-spacing: 0em;
                color: #ffffff; } }
            @media screen and (min-width: 481px) and (max-width: 767px) {
              .Hero__News__Tab .tabs .nav-tabs li.active a {
                font-size: 11.9px;
                font-weight: 600;
                line-height: 1.25;
                letter-spacing: 0em;
                color: #ffffff; } }
            .Hero__News__Tab .tabs .nav-tabs li.active a:hover, .Hero__News__Tab .tabs .nav-tabs li.active a:focus, .Hero__News__Tab .tabs .nav-tabs li.active a:active {
              background: #4956a6 none repeat scroll 0 0;
              font-size: 14px;
              font-weight: 600;
              line-height: 1.25;
              letter-spacing: 0em;
              color: #ffffff; }
              @media (max-width: 480px) {
                .Hero__News__Tab .tabs .nav-tabs li.active a:hover, .Hero__News__Tab .tabs .nav-tabs li.active a:focus, .Hero__News__Tab .tabs .nav-tabs li.active a:active {
                  font-size: 10.5px;
                  font-weight: 600;
                  line-height: 1.25;
                  letter-spacing: 0em;
                  color: #ffffff; } }
              @media screen and (min-width: 481px) and (max-width: 767px) {
                .Hero__News__Tab .tabs .nav-tabs li.active a:hover, .Hero__News__Tab .tabs .nav-tabs li.active a:focus, .Hero__News__Tab .tabs .nav-tabs li.active a:active {
                  font-size: 11.9px;
                  font-weight: 600;
                  line-height: 1.25;
                  letter-spacing: 0em;
                  color: #ffffff; } }
  .Hero__News__Tab .tab-content {
    color: #ffffff;
    padding: 20px 8px 10px;
    border: 2px solid #4956a6;
    border-top: 0px none;
    background-color: rgba(31, 54, 74, 0.5);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0em;
    color: #ffffff;
    min-width: 370px;
  }
    @media (min-width: 992px) {
      .Hero__News__Tab .tab-content {
        min-height: 305px;

        } }
    @media (max-width: 480px) {
      .Hero__News__Tab .tab-content {
        font-size: 10.5px;
        min-width: 300px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0em;
        color: #ffffff; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .Hero__News__Tab .tab-content {
        font-size: 11.9px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0em;
        color: #ffffff; } }
    @media (max-width: 767px) {
      .Hero__News__Tab .tab-content {
        min-height: 230px;
        max-height: 290px;
        padding: 15px 10px 10px; } }

.Sticky__Elements {
  top: 320px;
  right: 0px;
  width: 90px;
  z-index: 1000;
  position: fixed; }
  @media (max-width: 480px) {
    .Sticky__Elements {
      top: 200px;
      width: 90px; }
    }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .Sticky__Elements {
      top: 145px;
      width: 90px; } }
  .Sticky__Elements ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .Sticky__Elements ul > li {
      width: 100%;
      right: -10px;
      display: block;
      list-style: none;
      position: relative;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .Sticky__Elements ul > li > a {
        height: 65px;
        display: block;
        text-align: center;
        padding: 0px 11px 0px 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        /*padding-top: 10px;*/
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0px;
        color: #ffffff; }
        @media (max-width: 480px) {
          .Sticky__Elements ul > li > a {
            font-size: 10.5px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #ffffff; } }
        @media screen and (min-width: 481px) and (max-width: 767px) {
          .Sticky__Elements ul > li > a {
            font-size: 13.3px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #ffffff; } }
        @media (max-width: 480px) {
          .Sticky__Elements ul > li > a {
            height: 45px;
            padding: 0px 8px;
            -webkit-border-radius: 5px 0px 0px 5px;
            border-radius: 5px 0px 0px 5px; } }
        @media screen and (min-width: 481px) and (max-width: 767px) {
          .Sticky__Elements ul > li > a {
            height: 50px;
            padding: 0px 10px;
            -webkit-border-radius: 6px 0px 0px 6px;
            border-radius: 6px 0px 0px 6px; } }
        .Sticky__Elements ul > li > a > span {
          width: 100%;
          display: block; }
      .Sticky__Elements ul > li.Live__Chat > a {
        background-color: #0e3149;
        -webkit-border-radius: 8px 0px 0px 0px;
        border-radius: 8px 0px 0px 0px; }
      .Sticky__Elements ul > li.Live__FAQ > a {
        background-color: #b69147;
        -webkit-border-radius: 0px 0px 0px 8px;
        border-radius: 0px 0px 0px 8px; }
      .Sticky__Elements ul > li.Live__3rd > a {
        background-color: #b85227; }
      .Sticky__Elements ul > li.Live__4th > a {
        background-color: #01696c; }
      .Sticky__Elements ul > li:hover {
        right: 0px; }

section {
  padding: 40px 0px 25px; }
  @media (max-width: 600px) {
    section {
      padding: 25px 0px; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    section {
      padding: 30px 0px 25px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    section {
      padding: 30px 0px 25px; } }
  @media screen and (min-width: 1025px) and (max-width: 1199px) {
    section {
      padding: 30px 0px 25px; } }

.Icon__Block__Area {
  padding: 0px;
  position: relative;
  padding: 30px 0px 50px;
  /*background-color: #223b52;*/
  background-image: url("../image/half-world.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto; }
  @media (max-width: 767px) {
    .Icon__Block__Area:before {
      left: 0px;
      right: 0px;
      bottom: 0px;
      content: '';
      position: absolute;
      /*background-color: #223b52;*/ } }
  @media (max-width: 600px) {
    .Icon__Block__Area {
      padding: 30px 0px; }
      .Icon__Block__Area:before {
        height: 83%; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .Icon__Block__Area:before {
      height: 83%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .Icon__Block__Area:before {
      height: 83%; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .Icon__Block__Area {
      padding: 30px 0px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .Icon__Block__Area {
      padding: 30px 0px 30px;
      background-size: 130% auto;
    }
    }
  @media(max-width: 769px) and (min-width: 700px){
    .Icon__Block__Area{
      background-size: 169% auto;
    }
  }
  @media screen and (min-width: 1025px) and (max-width: 1199px) {
    .Icon__Block__Area {
      padding: 30px 0px 50px; } }
  @media screen and (min-width: 1100px) and (max-width: 1499px) {
    .Icon__Block__Area {
      min-height: 540px;
      padding: 30px 0px 50px;
      background-size: 115% auto; }
    }
  @media screen and (min-width: 1366px) {
    .Icon__Block__Area {
      padding: 10px 0px 50px;
    }
  }

    @media screen and (max-width: 1100px) and (min-width: 900px) {
    .Icon__Block__Area {
      padding: 30px 0px 29px;
      background-size: 119% auto;
    }
  }
  .Icon__Block__Area .Chaos__Icon__Block {
    margin: 0px -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .Icon__Block__Area .Chaos__Icon__Block {
        /*padding-left: 20px;*/ } }
    .Icon__Block__Area .Chaos__Icon__Block__Content {
      margin: 5px;
      min-height: 185px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      flex: 1 0 calc(25% - 20px);
      max-width: calc(25% - 20px);
      border: 2px solid #223b52;
      background-color: #ffffff; }
      @media (max-width: 600px) {
        .Icon__Block__Area .Chaos__Icon__Block__Content {
          min-height: 140px;
          margin-bottom: 15px;
          flex: 1 0 calc(50% - 20px);
          max-width: calc(50% - 20px); } }
      @media screen and (min-width: 601px) and (max-width: 767px) {
        .Icon__Block__Area .Chaos__Icon__Block__Content {
          min-height: 165px;
          margin-bottom: 15px;
          flex: 1 0 calc(33.3333% - 20px);
          max-width: calc(33.3333% - 20px); } }
      .Icon__Block__Area .Chaos__Icon__Block__Content p {
        margin-bottom: 0px;
        font-family: "GothamBold", "Microsoft JhengHei", Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 2px;
        color: #223b52; }
        @media (max-width: 600px) {
          .Icon__Block__Area .Chaos__Icon__Block__Content p {
            font-size: 14px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #223b52; } }
    .Icon__Block__Area .Chaos__Icon__Block .Chaos__Icon {
      display: block;
      margin-bottom: 15px;
      width: 90px;
      height: 90px; }
      @media (max-width: 600px) {
        .Icon__Block__Area .Chaos__Icon__Block .Chaos__Icon {
          width: 70px;
          height: 70px; } }
      @media screen and (min-width: 601px) and (max-width: 767px) {
        .Icon__Block__Area .Chaos__Icon__Block .Chaos__Icon {
          width: 80px;
          height: 80px; } }
      .Icon__Block__Area .Chaos__Icon__Block .Chaos__Icon .missio_svg {
        display: block;
        width: 96px;
        height: 96px; }
        @media (max-width: 600px) {
          .Icon__Block__Area .Chaos__Icon__Block .Chaos__Icon .missio_svg {
            width: 70px;
            height: 70px; } }
        @media screen and (min-width: 601px) and (max-width: 767px) {
          .Icon__Block__Area .Chaos__Icon__Block .Chaos__Icon .missio_svg {
            width: 80px;
            height: 80px; } }
        .Icon__Block__Area .Chaos__Icon__Block .Chaos__Icon .missio_svg .st0 {
          fill: #b69147; }
  @media(min-width: 767px){
     .BlueBG {
     padding-top: 5px;
    padding-bottom: 75px;
    background: #223b52 none repeat scroll 0 0; }
  }
  @media(min-width: 1370px){
     .BlueBG {
       padding-top: 50px;
      padding-bottom: 50px;
    }
  }



  @media (max-width: 767px) {
    .BlueBG {
      padding-bottom: 30px;
          background-color: #223b52;
          } }
  .BlueBG .Chaos__Icon__Block {
    margin: 0px -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .BlueBG .Chaos__Icon__Block {
        margin: 0px -10px; } }
    .BlueBG .Chaos__Icon__Block__Content {
      margin: 0px 5px;
      padding: 20px 0px;
      min-height: 285px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      text-align: center;
      margin-bottom: 0px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      flex: 1 0 calc(25% - 20px);
      max-width: calc(25% - 20px);
      border: 2px solid #ffffff;
      background-color: #223b52; }
      @media (max-width: 600px) {
        .BlueBG .Chaos__Icon__Block__Content {
          min-height: 140px;
          margin-bottom: 20px;
          flex: 1 0 calc(50% - 20px);
          max-width: calc(50% - 20px); } }
      @media screen and (min-width: 601px) and (max-width: 767px) {
        .BlueBG .Chaos__Icon__Block__Content {
          min-height: 180px;
          margin-bottom: 10px; } }
      .BlueBG .Chaos__Icon__Block__Content p {
        margin-bottom: 0px;
        font-family: "GothamBold", "Microsoft JhengHei", Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0em;
        color: #ffffff; }
        @media (max-width: 600px) {
          .BlueBG .Chaos__Icon__Block__Content p {
            font-size: 13px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #ffffff; } }
      .BlueBG .Chaos__Icon__Block__Content h4 {
        margin-bottom: 3px;
        font-size: 18.9px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0em;
        color: #ffffff; }
        @media (max-width: 600px) {
          .BlueBG .Chaos__Icon__Block__Content h4 {
            font-size: 14px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #ffffff; } }
      .BlueBG .Chaos__Icon__Block__Content .excerpt {
        padding: 0px 15px 0px; }
    .BlueBG .Chaos__Icon__Block .Chaos__Icon {
      display: block;
      margin-bottom: 26px;
      width: 150px;
      height: 150px; }
      @media (max-width: 600px) {
        .BlueBG .Chaos__Icon__Block .Chaos__Icon {
          width: 70px;
          height: 70px; } }
      @media screen and (min-width: 601px) and (max-width: 767px) {
        .BlueBG .Chaos__Icon__Block .Chaos__Icon {
          width: 100px;
          height: 100px; } }
      .BlueBG .Chaos__Icon__Block .Chaos__Icon .missio_svg, .BlueBG .Chaos__Icon__Block .Chaos__Icon img {
        display: block;
        margin: 0px auto;
        text-align: center;
        width: 150px;
        height: 150px; }
        @media (max-width: 600px) {
          .BlueBG .Chaos__Icon__Block .Chaos__Icon .missio_svg, .BlueBG .Chaos__Icon__Block .Chaos__Icon img {
            width: 85px;
            height: 85px; } }
        @media screen and (min-width: 601px) and (max-width: 767px) {
          .BlueBG .Chaos__Icon__Block .Chaos__Icon .missio_svg, .BlueBG .Chaos__Icon__Block .Chaos__Icon img {
            width: 85px;
            height: 85px; } }

.Tab__Area {
  padding: 35px 0px 35px;
  background: #ffffff none repeat scroll 0 0;
  min-height: 435px;
}
  @media (max-width: 1200px) {
    .Tab__Area {
      padding: 20px 0px 20px;
    }
  }
  @media (max-width: 767px) {
    .Tab__Area {
      padding: 20px 0px 20px; } }
  .Tab__Area .Thumbnail_Wrapper {
    padding-right: 75px; }
    @media (max-width: 767px) {
      .Tab__Area .Thumbnail_Wrapper {
        padding-right: 0px; } }
    .Tab__Area .Thumbnail_Wrapper .thumbnail {
      margin: 0px;
      padding: 0px;
      border: 0px none;
      background-color: #e6e6e6;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
    .Tab__Area .Thumbnail_Wrapper .details {
	padding:5px;
      /*padding: 20px;*/
      background-color: #e6e6e6; }
      .Tab__Area .Thumbnail_Wrapper .details p {
        font-size: 21px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0em;
        color: #223b52; }
        @media (max-width: 600px) {
          .Tab__Area .Thumbnail_Wrapper .details p {
            font-size: 16.1px;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #223b52; } }
        .Tab__Area .Thumbnail_Wrapper .details p:last-child, .Tab__Area .Thumbnail_Wrapper .details p:only-child {
          margin-bottom: 0px; }
    .Tab__Area .Thumbnail_Wrapper date {
      width: 100%;
      display: block;
      font-family: "GothamBook", "Microsoft JhengHei", sans-serif;
      margin-bottom: 10px;
      font-size: 12px;
      font-weight: 300;
      line-height: 1.25;
      letter-spacing: 0em;
      color: #223b52; }
      @media (max-width: 767px) {
        .Tab__Area .Thumbnail_Wrapper date {
          font-size: 14px;
          font-weight: 300;
          line-height: 1.25;
          letter-spacing: 0em;
          color: #223b52; } }
  .Tab__Area .Border_Lists {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top: 1px solid #223b52; }
    @media (max-width: 767px) {
      .Tab__Area .Border_Lists {
        margin-top: 20px; } }
    .Tab__Area .Border_Lists date {
      width: 100%;
      display: block;
      font-family: "GothamBook", "Microsoft JhengHei", sans-serif;
      margin-bottom: 5px;
      font-size: 16.1px;
      font-weight: 300;
      line-height: 1.25;
      letter-spacing: 0em;
      color: #223b52; }
      @media (max-width: 600px) {
        .Tab__Area .Border_Lists date {
          font-size: 11.9px;
          font-weight: 300;
          line-height: 1.25;
          letter-spacing: 0em;
          color: #223b52; } }
    .Tab__Area .Border_Lists li {
      padding-top: 8px;
      padding-bottom: 10px;
      border-bottom: 1px solid #223b52; }
      .Tab__Area .Border_Lists li p {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        color: #223b52; }
        @media (max-width: 767px) {
          .Tab__Area .Border_Lists li p {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.25;
            letter-spacing: 0em;
            color: #223b52; } }
        .Tab__Area .Border_Lists li p:last-child, .Tab__Area .Border_Lists li p:only-child {
          margin-bottom: 0px; }

.Gridlove_Cover_Item {
  padding: 0px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .Gridlove_Cover_Item .Gridlove_Cover {
    overflow: hidden; }
    @media (max-width: 600px) {
      .Gridlove_Cover_Item .Gridlove_Cover {
        height: 220px;
        max-height: 220px; } }
    @media screen and (min-width: 601px) and (max-width: 767px) {
      .Gridlove_Cover_Item .Gridlove_Cover {
        height: 300px;
        max-height: 300px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .Gridlove_Cover_Item .Gridlove_Cover {
        height: 350px;
        max-height: 350px; } }
    @media screen and (min-width: 1025px) and (max-width: 1440px) {
      .Gridlove_Cover_Item .Gridlove_Cover {
        height: 390px;
        max-height: 390px; } }
    @media (min-width: 1441px) {
      .Gridlove_Cover_Item .Gridlove_Cover {
        height: 490px;
        max-height: 490px; } }
    .Gridlove_Cover_Item .Gridlove_Cover img {
      width: auto;
      height: 100%;
      max-width: 100%;
      display: inline-block;
      -webkit-object-fit: cover;
      /* Chrome, Safari, Opera */
      -moz-object-fit: cover;
      /* Mozilla Firefox */
      -ms-object-fit: cover;
      /* IE 9 */
      -o-object-fit: cover;
      object-fit: cover; }
    .Gridlove_Cover_Item .Gridlove_Cover:after {
      top: 0;
      z-index: 2;
      content: "";
      height: 100%;
      position: absolute; }
  .Gridlove_Cover_Item .gridlove-hidden-overlay {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(182, 145, 71, 0.65);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .Gridlove_Cover_Item:hover .gridlove-hidden-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(182, 145, 71, 0.75); }
  .Gridlove_Cover_Item .overlay-vh-center {
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: 111;
    padding: 90px 0px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    -moz-transform: translate(-50%, -50%);
    /* Mozilla Firefox */
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .Gridlove_Cover_Item .overlay-vh-center {
        padding: 40px 0px; } }
    .Gridlove_Cover_Item .overlay-vh-center .entry-header {
      margin-bottom: 30px; }
    .Gridlove_Cover_Item .overlay-vh-center .entry-title {
      font-family: "GothamBold", "Microsoft JhengHei", Arial, sans-serif;
      font-size: 42px;
      font-weight: 700;
      line-height: 1.25;
      letter-spacing: 0em;
      color: #ffffff; }
      @media (max-width: 767px) {
        .Gridlove_Cover_Item .overlay-vh-center .entry-title {
          font-size: 21px;
          font-weight: 700;
          line-height: 1.25;
          letter-spacing: 0em;
          color: #ffffff; } }
    .Gridlove_Cover_Item .overlay-vh-center .entry-meta {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
      .Gridlove_Cover_Item .overlay-vh-center .entry-meta .button {
        border: 0px none;
        margin-left: 21px;
        position: relative;
        padding: 15px 20px 15px 20px;
        background-color: #223b52;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0em;
        color: #ffffff; }


        @media (max-width: 600px) {
          .Gridlove_Cover_Item .overlay-vh-center .entry-meta{
            display: block;
          }
          .Gridlove_Cover_Item .overlay-vh-center .entry-meta .button {
            font-size: 16.1px;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 0em;
            color: #ffffff; } }
        .Gridlove_Cover_Item .overlay-vh-center .entry-meta .button:hover, .Gridlove_Cover_Item .overlay-vh-center .entry-meta .button:focus, .Gridlove_Cover_Item .overlay-vh-center .entry-meta .button:active {
          margin-top: -10px;
          -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5);
          -ms-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5); }
        @media (max-width: 600px) {
        	.Gridlove_Cover_Item .overlay-vh-center .entry-meta .button:hover, .Gridlove_Cover_Item .overlay-vh-center .entry-meta .button:focus, .Gridlove_Cover_Item .overlay-vh-center .entry-meta .button:active{
        		margin-top:-5px;
        	}
          .Gridlove_Cover_Item .overlay-vh-center .entry-meta .button {
            margin-left: 5px;
            margin-bottom: 10px;
            padding: 16px 13px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center; }
            .Gridlove_Cover_Item .overlay-vh-center .entry-meta .button:first-child {
              margin-left: 0px; } }

/* Parallax */
.Parallax-Section {
  padding: 100px 0px;
  position: relative;
  background-position: center center;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  /* Chrome, Safari, Opera */
  -moz-background-size: cover !important;
  /* Mozilla Firefox */
  -ms-background-size: cover !important;
  /* IE 9 */
  -o-background-size: cover !important;
  background-size: cover !important; }
  @media (max-width: 767px) {
    .Parallax-Section {
      padding: 40px 0px;
      background-image: url("../image/parallax-BG.jpg"); } }
  .Parallax-Section:before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(0, 0, 0, 0.75);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .Parallax-Section .container {
    z-index: 1;
    color: #ffffff;
    position: relative; }
  .Parallax-Section .jcgmt-container {
    width: 100%;
    height: 300px;
    position: relative; }
    @media (max-width: 480px) {
      .Parallax-Section .jcgmt-container {
        height: 200px; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .Parallax-Section .jcgmt-container {
        height: 230px; } }
  .Parallax-Section .jcgmt-container .jcgmt-lbl {
    bottom: 0px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
    color: #ffffff; }
    @media (max-width: 480px) {
      .Parallax-Section .jcgmt-container .jcgmt-lbl {
        top: 150px;
        bottom: auto;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0em;
        color: #ffffff; } }
    @media screen and (min-width: 481px) and (max-width: 600px) {
      .Parallax-Section .jcgmt-container .jcgmt-lbl {
        top: 170px;
        bottom: auto;
        font-size: 16.1px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0em;
        color: #ffffff; } }
    @media screen and (min-width: 601px) and (max-width: 767px) {
      .Parallax-Section .jcgmt-container .jcgmt-lbl {
        top: 200px;
        bottom: auto;
        font-size: 17.5px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0em;
        color: #ffffff; } }
  .Parallax-Section .jcgmt-clockHolder {
    width: 220px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    @media (max-width: 480px) {
      .Parallax-Section .jcgmt-clockHolder {
        width: 125px; } }
    @media screen and (min-width: 481px) and (max-width: 600px) {
      .Parallax-Section .jcgmt-clockHolder {
        height: 150px; } }
    @media screen and (min-width: 601px) and (max-width: 767px) {
      .Parallax-Section .jcgmt-clockHolder {
        height: 175px; } }
  .Parallax-Section .jcgmt-sec,
  .Parallax-Section .jcgmt-min,
  .Parallax-Section .jcgmt-hour {
    display: block;
    position: absolute;
    width: 220px;
    height: 220px; }
    @media (max-width: 480px) {
      .Parallax-Section .jcgmt-sec,
      .Parallax-Section .jcgmt-min,
      .Parallax-Section .jcgmt-hour {
        width: 125px;
        height: 125px; } }
    @media screen and (min-width: 481px) and (max-width: 600px) {
      .Parallax-Section .jcgmt-sec,
      .Parallax-Section .jcgmt-min,
      .Parallax-Section .jcgmt-hour {
        width: 150px;
        height: 150px; } }
    @media screen and (min-width: 601px) and (max-width: 767px) {
      .Parallax-Section .jcgmt-sec,
      .Parallax-Section .jcgmt-min,
      .Parallax-Section .jcgmt-hour {
        width: 175px;
        height: 175px; } }
  .Parallax-Section .jcgmt-clock {
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 220px;
    height: 220px; }
    @media (max-width: 480px) {
      .Parallax-Section .jcgmt-clock {
        width: 125px;
        height: 125px; } }
    @media screen and (min-width: 481px) and (max-width: 600px) {
      .Parallax-Section .jcgmt-clock {
        width: 150px;
        height: 150px; } }
    @media screen and (min-width: 601px) and (max-width: 767px) {
      .Parallax-Section .jcgmt-clock {
        width: 175px;
        height: 175px; } }
  .Parallax-Section .jcgmt-rotatingWrapper {
    left: 50%;
    position: absolute;
    width: 220px;
    height: 220px;
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    -moz-transform: translateX(-50%);
    /* Mozilla Firefox */
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    transform: translateX(-50%); }
    @media (max-width: 480px) {
      .Parallax-Section .jcgmt-rotatingWrapper {
        width: 125px;
        height: 125px; } }
    @media screen and (min-width: 481px) and (max-width: 600px) {
      .Parallax-Section .jcgmt-rotatingWrapper {
        width: 150px;
        height: 150px; } }
    @media screen and (min-width: 601px) and (max-width: 767px) {
      .Parallax-Section .jcgmt-rotatingWrapper {
        width: 175px;
        height: 175px; } }
  .Parallax-Section .jcgmt-digital,
  .Parallax-Section .jcgmt-date {
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-left: 8px; }

.Primary_BG_Area {
  padding: 45px 0px 45px;
  background: #b69147 none repeat scroll 0 0; }

.Equal__Height {
  padding: 0px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 600px) {
    .Equal__Height {
      display: block; } }
.Equal__Column {
  padding: 25px;
  margin: 0px 10px;
  width: calc(100% / 2);
  background-color: #b85227;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  @media (max-width: 600px) {
    .Equal__Column {
      padding: 15px;
      margin: 0px 15px;
      margin-bottom: 30px;
      width: calc(100% - 30px); }
      .Equal__Column:last-child, .Equal__Column:only-child {
        margin-bottom: 0px; } }
  .Equal__Column:last-child {
    background-color: #01696c; }
  .Equal__Column .thumbnail {
    padding: 0px;
    border: 0px none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent; }
  .Equal__Column__Content h2 {
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    color: #ffffff; }
    @media (max-width: 600px) {
      .Equal__Column__Content h2 {
        font-size: 18.9px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0em;
        color: #ffffff; } }
  .Equal__Column .Column__Details {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    .Equal__Column .Column__Details .CIF__Icons {
      position: relative;
      width: 120px;
      height: 120px; }
      @media (max-width: 600px) {
        .Equal__Column .Column__Details .CIF__Icons {
          width: 80px;
          height: 80px; } }
      @media screen and (min-width: 601px) and (max-width: 767px) {
        .Equal__Column .Column__Details .CIF__Icons {
          width: 100px;
          height: 100px; } }
    .Equal__Column .Column__Details ul {
      margin: 0px;
      padding: 0px;
      padding-left: 20px; }
      .Equal__Column .Column__Details ul li {
        color: #ffffff;
        margin-bottom: 15px;
        font-size: 16.1px;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: 0em;
        color: #ffffff; }
        @media (max-width: 600px) {
          .Equal__Column .Column__Details ul li {
            margin-bottom: 10px;
            font-size: 11.2px;
            font-weight: 400;
            line-height: 1.35;
            letter-spacing: 0em;
            color: #ffffff; } }
        @media screen and (min-width: 601px) and (max-width: 767px) {
          .Equal__Column .Column__Details ul li {
            font-size: 12.6px;
            font-weight: 400;
            line-height: 1.35;
            letter-spacing: 0em;
            color: #ffffff; } }
        .Equal__Column .Column__Details ul li:last-child, .Equal__Column .Column__Details ul li:only-child {
          margin-bottom: 0px; }

.Row__Ticker {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .Row__Ticker:last-child, .Row__Ticker:only-child {
    margin-bottom: 0px; }
  .Row__Ticker__Inner {
    width: 100%;
    height: 275px;
    background-color: #ffffff;
    border: 1px solid #b85227;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px; }
    @media (max-width: 600px) {
      .Row__Ticker__Inner {
        min-height: 220px; } }
    .Row__Ticker__Inner header {
      color: #ffffff;
      padding: 8px 10px;
      text-align: center;
      background-color: #b85227;
      -webkit-border-radius: 8px 8px 0px 0px;
      border-radius: 8px 8px 0px 0px; }
      .Row__Ticker__Inner header h3 {
        font-size: 16.1px;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: 0em;
        color: #ffffff; }
        @media (max-width: 600px) {
          .Row__Ticker__Inner header h3 {
            margin-bottom: 10px;
            font-size: 11.2px;
            font-weight: 400;
            line-height: 1.35;
            letter-spacing: 0em;
            color: #ffffff; } }
  .Row__Ticker__Content {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 38px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 16.1px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0em;
    color: #000000; }
    @media (max-width: 600px) {
      .Row__Ticker__Content {
        margin-bottom: 10px;
        font-size: 11.2px;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: 0em;
        color: #000000; } }

.Image__Gallery {
  margin: 0px -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
  width: calc(100% + 20px); }
  @media (max-width: 767px) {
    .Image__Gallery {
      margin-top: 15px; } }
  .Image__Gallery__Holder {
    height: 100%;
    margin: 0px 5px;
    margin-bottom: 10px;
    width: calc(100% / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    @media (max-width: 767px) {
      .Image__Gallery__Holder:first-child {
        margin-left: 10px; }
      .Image__Gallery__Holder:last-child {
        margin-right: 10px; } }
    .Image__Gallery__Holder__Thumb {
      height: 275px;
      overflow: hidden;
      margin-left: 10px;
      margin-bottom: 10px;
      width: calc(50% - 5px);
      background-color: #b69147;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .Image__Gallery__Holder__Thumb:first-child, .Image__Gallery__Holder__Thumb:nth-child(odd) {
        margin-left: 0px; }
      @media (max-width: 480px) {
        .Image__Gallery__Holder__Thumb {
          height: 120px;
          max-height: 120px; } }
      @media screen and (min-width: 481px) and (max-width: 600px) {
        .Image__Gallery__Holder__Thumb {
          height: 150px;
          max-height: 150px; } }
      @media screen and (min-width: 601px) and (max-width: 767px) {
        .Image__Gallery__Holder__Thumb {
          height: 210px;
          max-height: 210px; } }
      .Image__Gallery__Holder__Thumb.Double {
        width: 100%;
        height: 560px;
        margin-left: 0px;
        max-height: 560px; }
        @media (max-width: 480px) {
          .Image__Gallery__Holder__Thumb.Double {
            height: 250px;
            max-height: 250px; } }
        @media screen and (min-width: 481px) and (max-width: 600px) {
          .Image__Gallery__Holder__Thumb.Double {
            height: 310px;
            max-height: 310px; } }
        @media screen and (min-width: 601px) and (max-width: 767px) {
          .Image__Gallery__Holder__Thumb.Double {
            height: 430px;
            max-height: 430px; } }
  .Image__Gallery .image-cover {
    width: 100%;
    height: 275px;
    max-height: 275px;
    -webkit-object-fit: cover !important;
    /* Chrome, Safari, Opera */
    -moz-object-fit: cover !important;
    /* Mozilla Firefox */
    -ms-object-fit: cover !important;
    /* IE 9 */
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    @media (max-width: 480px) {
      .Image__Gallery .image-cover {
        height: 120px;
        max-height: 120px; } }
    @media screen and (min-width: 481px) and (max-width: 600px) {
      .Image__Gallery .image-cover {
        height: 150px;
        max-height: 150px; } }
    @media screen and (min-width: 601px) and (max-width: 767px) {
      .Image__Gallery .image-cover {
        height: 210px;
        max-height: 210px; } }
  .Image__Gallery .Double .image-cover {
    height: 560px;
    max-height: 560px; }
    @media (max-width: 480px) {
      .Image__Gallery .Double .image-cover {
        height: 250px;
        max-height: 250px; } }
    @media screen and (min-width: 481px) and (max-width: 600px) {
      .Image__Gallery .Double .image-cover {
        height: 310px;
        max-height: 310px; } }
    @media screen and (min-width: 601px) and (max-width: 767px) {
      .Image__Gallery .Double .image-cover {
        height: 430px;
        max-height: 430px; } }

.speaking-Page .PattyStaco__Video .Video__Position__Details .fs20 {
  margin-bottom: 0px;
  font-family: "GothamBlack", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0em;
  color: #ffffff; }
  @media (max-width: 600px) {
    .speaking-Page .PattyStaco__Video .Video__Position__Details .fs20 {
      font-size: 16.1px;
      font-weight: 300;
      line-height: 1.65;
      letter-spacing: 0em;
      color: #ffffff; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .speaking-Page .PattyStaco__Video .Video__Position__Details .fs20 {
      font-size: 17.5px;
      font-weight: 300;
      line-height: 1.65;
      letter-spacing: 0em;
      color: #ffffff; } }
  .speaking-Page .PattyStaco__Video .Video__Position__Details .fs20 > span {
    color: #ed6cb4; }

	@media all and (-ms-high-contrast:none)
    {
		/* IE10 */
		.Icon__Block__Area .Chaos__Icon__Block__Content
		{
		  padding: 15px 6%;
		  margin: 5px;
		}
		.BlueBG .Chaos__Icon__Block__Content
		{
		  padding: 20px 5%;
		}
		.footer-wrap .footer_links > li{ margin: 0px 30px; }
		.footer-wrap .footer_links > li > a{ width:100%; }
			/* IE11 */

		 *::-ms-backdrop, .Icon__Block__Area .Chaos__Icon__Block__Content
		{
		  padding: 15px 6%;
		  margin: 5px;
		 }
		*::-ms-backdrop,.BlueBG .Chaos__Icon__Block__Content
		{
		  padding: 20px 5%;
		}
		*::-ms-backdrop, .footer-wrap .footer_links > li { margin: 0px 25px;}
		*::-ms-backdrop,.footer-wrap .footer_links > li > a{ width:100%; }
	}
