@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:300,400");
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; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
@font-face {}/*
.jf-loading body {
	opacity: 0;
	visibility: hidden;
}

.jf-active body, .jf-inactive body{ 
	opacity: 1;
	visibility: visible;	
}
*/
.jf-active *, .jf-inactive * {
  /*處理成功或失敗，都以漸變顯示*/
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
@font-face {}/*
.jf-loading body {
	opacity: 0;
	visibility: hidden;
}

.jf-active body, .jf-inactive body{ 
	opacity: 1;
	visibility: visible;	
}
*/
.jf-active *, .jf-inactive * {
  /*處理成功或失敗，都以漸變顯示*/
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

.accessibility-header {
  z-index: 5;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  box-shadow: 1px 1.7px 5.8px 2.2px rgba(8, 8, 8, 0.75); }
  .accessibility-header li {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    float: left; }
    .accessibility-header li a {
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      color: #060102;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold; }
    .accessibility-header li:hover a, .accessibility-header li.current-lang a, .accessibility-header li a:focus {
      background: #000;
      color: #FFF; }
  .accessibility-header .accessibility-menu li a {
    padding: 9px 10px;
    display: block;
    font-size: 12px; }
  .accessibility-header .size-picker {
    padding-right: 6px; }
    .accessibility-header .size-picker li a {
      display: block;
      line-height: 22px;
      font-weight: bold;
      padding: 4px 10px; }
    .accessibility-header .size-picker li.sitemap a {
      display: block;
      font-size: 12px; }
    .accessibility-header .size-picker li a.smallest {
      font-size: 8px; }
    .accessibility-header .size-picker li a.normal {
      font-size: 12px; }
    .accessibility-header .size-picker li a.biggest {
      font-size: 16px; }

@media only screen and (max-width: 768px) {
  .accessibility-header {
    display: none; } }

.search-results .lang-item {
  display: none; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
@font-face {}/*
.jf-loading body {
	opacity: 0;
	visibility: hidden;
}

.jf-active body, .jf-inactive body{ 
	opacity: 1;
	visibility: visible;	
}
*/
.jf-active *, .jf-inactive * {
  /*處理成功或失敗，都以漸變顯示*/
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

.articles.articles-masonry .first-col,
.articles.articles-masonry .second-col {
  width: calc(50% - 0px);
  float: left; }

.articles.articles-masonry .article {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  border-right: 1px solid #c6c6c6;
  width: 100%; }
  .articles.articles-masonry .article .text {
    width: calc(100% - 100px);
    height: auto; }
  .articles.articles-masonry .article .category {
    position: absolute;
    top: 0px;
    right: 10%;
    background-color: #2f9ac6;
    color: #FFF;
    padding: 6px 10px;
    font-size: 14px;
    letter-spacing: 6px;
    padding-right: 5px; }

.articles .article {
  overflow: hidden;
  border-bottom: 1px solid #c6c6c6; }
  .articles .article .text {
    width: 62%;
    min-height: 240px;
    padding: 30px 50px;
    float: left; }
    .articles .article .text .title a {
      color: #5e5e5e;
      font-size: 22px;
      margin-bottom: 10px;
      font-weight: bold;
      line-height: 34px;
      text-decoration: none; }
      .articles .article .text .title a:hover, .articles .article .text .title a:focus {
        color: #2f9ac6;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
    .articles .article .text .meta {
      color: grey;
      font-size: 12px;
      margin-bottom: 20px;
      display: block; }
    .articles .article .text p {
      font-size: 14px;
      line-height: 26px;
      color: grey;
      margin-bottom: 20px; }
    .articles .article .text .btn {
      border: 2px solid grey;
      padding: 6px;
      font-size: 14px;
      text-decoration: none;
      color: #929392;
      float: right; }
      .articles .article .text .btn:hover {
        border-color: #2f9ac6;
        color: #2f9ac6;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
  .articles .article.article-full-width .text {
    width: calc(100% - 100px);
    height: auto; }
  .articles .article .image {
    width: calc(38% - 100px);
    background: #FFF;
    float: right;
    height: 301px;
    position: relative; }
    .articles .article .image img {
      width: 100%;
      height: 100%; }
    .articles .article .image .category {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #2f9ac6;
      color: #FFF;
      padding: 6px 10px;
      font-size: 14px;
      letter-spacing: 6px;
      padding-right: 5px; }

.articles.newsletters .article .text, .articles.events .article .text {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 0; }

body.en-US .articles .article .category {
  letter-spacing: 0 !important;
  padding-left: 6px;
  padding-right: 6px; }

@media only screen and (max-width: 1024px) {
  .articles.articles-masonry .first-col,
  .articles.articles-masonry .second-col {
    width: calc(100%);
    float: left; }
  .articles.articles-masonry .article .text {
    min-height: 0 !important; } }

@media only screen and (max-width: 768px) {
  .articles.articles-masonry .article .text {
    width: calc(100% - 40px) !important;
    padding: 20px !important;
    min-height: 0 !important; }
  .articles .article {
    position: relative; }
    .articles .article .image {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 26px; }
      .articles .article .image img {
        display: none; }
      .articles .article .image .category {
        position: static;
        background-color: #2f9ac6;
        color: #FFF;
        padding: 6px 10px;
        font-size: 14px;
        letter-spacing: 6px;
        padding-right: 5px;
        float: right;
        margin-right: 10%; }
    .articles .article .text {
      width: calc(100% - 40px) !important;
      padding: 10px 20px;
      padding-top: 30px;
      height: auto; }
  .articles.newsletters .article .text, .articles.events .article .text {
    width: 100% !important; } }

.home .articles .article .text p {
  margin-bottom: 0 !important; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
@font-face {}/*
.jf-loading body {
	opacity: 0;
	visibility: hidden;
}

.jf-active body, .jf-inactive body{ 
	opacity: 1;
	visibility: visible;	
}
*/
.jf-active *, .jf-inactive * {
  /*處理成功或失敗，都以漸變顯示*/
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

.article-detail .article .category, .page-general .article .category {
  text-align: center;
  margin: 20px; }
  .article-detail .article .category span, .page-general .article .category span {
    text-align: center;
    background-color: #2f9ac6;
    display: inline-block;
    color: #FFF;
    padding: 6px 8px;
    margin: auto;
    font-size: 16px; }
    .article-detail .article .category span a, .page-general .article .category span a {
      color: #FFF;
      text-decoration: none; }

.article-detail .article .title, .page-general .article .title {
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #5e5e5e;
  font-weight: bold; }

.article-detail .article .date, .page-general .article .date {
  font-size: 15px;
  color: #4a4a4a;
  text-align: center; }

.article-detail .article .featured-image, .page-general .article .featured-image {
  margin-top: 40px; }
  .article-detail .article .featured-image img, .page-general .article .featured-image img {
    width: 100%;
    height: auto; }

.article-detail .article .social-sharing, .page-general .article .social-sharing {
  margin-top: 50px; }
  .article-detail .article .social-sharing img, .page-general .article .social-sharing img {
    width: 350px; }

.article-detail .article .article-content, .page-general .article .article-content {
  margin-top: 20px;
  margin-bottom: 20px;
  color: grey;
  word-wrap: break-word; }
  .article-detail .article .article-content p, .page-general .article .article-content p {
    color: grey;
    font-size: 16px;
    margin: 25px 0;
    letter-spacing: 2px;
    line-height: 24px; }
  .article-detail .article .article-content blockquote, .page-general .article .article-content blockquote {
    padding-left: 40px; }
    .article-detail .article .article-content blockquote p, .page-general .article .article-content blockquote p {
      border-left: 4px solid grey;
      padding-left: 20px;
      font-size: 20px;
      font-style: italic; }
  .article-detail .article .article-content h1, .page-general .article .article-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold; }
  .article-detail .article .article-content h2, .page-general .article .article-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold; }
  .article-detail .article .article-content h3, .page-general .article .article-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold; }
  .article-detail .article .article-content h4, .page-general .article .article-content h4 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold; }
  .article-detail .article .article-content h5, .page-general .article .article-content h5 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold; }
  .article-detail .article .article-content h6, .page-general .article .article-content h6 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold; }
  .article-detail .article .article-content a, .page-general .article .article-content a {
    color: #2f9ac6 !important; }
    .article-detail .article .article-content a:hover, .page-general .article .article-content a:hover {
      text-decoration: underline !important; }
    .article-detail .article .article-content a span, .page-general .article .article-content a span {
      color: inherit !important; }
  .article-detail .article .article-content strong, .article-detail .article .article-content b, .page-general .article .article-content strong, .page-general .article .article-content b {
    font-weight: bold; }

.article-detail .meta-box, .page-general .meta-box {
  border: 1px solid #d8d8d8;
  width: 100%;
  color: #5e5e5e;
  border-bottom: 0; }

.article-detail .tags-box, .page-general .tags-box {
  padding: 10px 20px;
  border-bottom: 1px solid #d8d8d8; }

.article-detail .tag, .page-general .tag {
  background-color: #d8d8d8;
  border-radius: 10px;
  display: inline-block;
  color: #5e5e5e;
  padding: 10px 20px;
  margin: 0px 0;
  font-size: 12px; }
  .article-detail .tag.tag-small, .page-general .tag.tag-small {
    padding: 8px 16px; }

.article-detail .comment-box, .page-general .comment-box {
  padding: 20px;
  width: calc(30% - 40px);
  border-right: 1px solid #d8d8d8;
  float: left; }
  .article-detail .comment-box a, .page-general .comment-box a {
    text-decoration: none !important;
    cursor: pointer; }

.article-detail .comments, .page-general .comments {
  height: auto;
  border-top: 1px solid #d8d8d8;
  overflow: hidden; }
  .article-detail .comments.loaded, .page-general .comments.loaded {
    height: 0; }
  .article-detail .comments.show, .page-general .comments.show {
    height: auto;
    border-bottom: 1px solid #d8d8d8; }

.article-detail .share-box, .page-general .share-box {
  width: calc(70% - 41px);
  padding: 20px;
  float: left; }
  .article-detail .share-box .share-button, .page-general .share-box .share-button {
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    padding: 8px 16px;
    text-decoration: none !important;
    background-color: #197da3;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .article-detail .share-box .share-button i, .page-general .share-box .share-button i {
      margin-right: 10px; }
    .article-detail .share-box .share-button:hover, .article-detail .share-box .share-button:focus, .page-general .share-box .share-button:hover, .page-general .share-box .share-button:focus {
      filter: alpha(opacity=90);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      -webkit-opacity: 0.9;
      -khtml-opacity: 0.9;
      -moz-opacity: 0.9;
      -ms-opacity: 0.9;
      -o-opacity: 0.9;
      opacity: 0.9; }
    .article-detail .share-box .share-button.share-button-facebook, .page-general .share-box .share-button.share-button-facebook {
      background-color: #274a77; }
    .article-detail .share-box .share-button.share-button-linkedin, .page-general .share-box .share-button.share-button-linkedin {
      background-color: #313335; }

.article-detail .article-navigation, .page-general .article-navigation {
  margin-top: 40px; }
  .article-detail .article-navigation > div:not(.clearfix), .page-general .article-navigation > div:not(.clearfix) {
    border-top: 1px solid #c6c6c6;
    width: calc(50% - 1px - 80px);
    float: left;
    padding: 30px 40px;
    display: table;
    height: 70px; }
    .article-detail .article-navigation > div:not(.clearfix) .text, .page-general .article-navigation > div:not(.clearfix) .text {
      display: table-cell;
      vertical-align: middle;
      word-break: break-all;
      word-wrap: break-word;
      width: calc(70% - 50px);
      width: 80%;
      color: #5e5e5e; }
      .article-detail .article-navigation > div:not(.clearfix) .text a, .page-general .article-navigation > div:not(.clearfix) .text a {
        color: inherit;
        text-decoration: none !important;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .article-detail .article-navigation > div:not(.clearfix) .text a:hover, .article-detail .article-navigation > div:not(.clearfix) .text a:focus, .page-general .article-navigation > div:not(.clearfix) .text a:hover, .page-general .article-navigation > div:not(.clearfix) .text a:focus {
          color: #2f9ac6; }
      .article-detail .article-navigation > div:not(.clearfix) .text div, .page-general .article-navigation > div:not(.clearfix) .text div {
        margin-top: 8px;
        line-height: 20px; }
    .article-detail .article-navigation > div:not(.clearfix) img, .page-general .article-navigation > div:not(.clearfix) img {
      margin-top: 10px; }
    .article-detail .article-navigation > div:not(.clearfix) strong, .page-general .article-navigation > div:not(.clearfix) strong {
      font-weight: bold;
      margin-bottom: 6px; }
  .article-detail .article-navigation > div:first-child, .page-general .article-navigation > div:first-child {
    border-right: 1px solid #c6c6c6; }
    .article-detail .article-navigation > div:first-child img, .page-general .article-navigation > div:first-child img {
      float: left; }
  .article-detail .article-navigation > div:nth-child(2) img, .page-general .article-navigation > div:nth-child(2) img {
    float: right;
    margin-left: 20px; }
  .article-detail .article-navigation > div:nth-child(2) .text, .page-general .article-navigation > div:nth-child(2) .text {
    text-align: right; }

.article-detail .related-articles, .page-general .related-articles {
  background-color: #d8d8d8;
  padding: 30px 20px; }
  .article-detail .related-articles .related-article, .page-general .related-articles .related-article {
    margin: 0 10px;
    background: #FFF;
    width: calc(33% - 60px - 20px - 2px);
    display: inline-block;
    padding: 30px; }
    .article-detail .related-articles .related-article .category, .page-general .related-articles .related-article .category {
      margin-bottom: 20px; }
      .article-detail .related-articles .related-article .category a, .page-general .related-articles .related-article .category a {
        color: #2f9ac6;
        text-decoration: none !important; }
    .article-detail .related-articles .related-article a.title, .page-general .related-articles .related-article a.title {
      color: #5e5e5e;
      font-weight: bold;
      font-size: 20px;
      text-decoration: none !important; }

.page-general .article-content {
  margin-top: 0 !important; }

body.en-US .article-detail .article .article-content p,
body.en-US .page-general .article .article-content p {
  letter-spacing: 0 !important; }

@media only screen and (max-width: 1024px) {
  .article-detail .related-articles {
    margin: 0 -40px; }
    .article-detail .related-articles .related-article {
      width: calc(100% - 80px);
      margin-bottom: 20px; }
      .article-detail .related-articles .related-article:last-child {
        margin-bottom: 0; }
  .share-box i .mobile-hidden {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .article-detail .article .title {
    font-size: 26px; }
  .article-detail .article .date {
    font-size: 12px; }
  .article-detail .article p {
    color: grey;
    font-size: 15px !important;
    margin: 30px 0;
    letter-spacing: 2px;
    line-height: 24px; }
  .article-detail .article blockquote {
    padding-left: 0px !important; }
    .article-detail .article blockquote p {
      border-left: 4px solid grey;
      padding-left: 20px;
      font-size: 20px;
      font-style: italic; }
  .article-detail .article h1 {
    font-size: 36px !important; }
  .article-detail .article h2 {
    font-size: 32px !important; }
  .article-detail .article h3 {
    font-size: 30px !important; }
  .article-detail .article h4 {
    font-size: 26px !important; }
  .article-detail .article h5 {
    font-size: 24px !important; }
  .article-detail .article h6 {
    font-size: 20px !important; }
  .article-detail .article .category {
    margin: 0 -40px;
    background-color: #70abc3; }
    .article-detail .article .category span {
      background: transparent; }
  .article-detail .meta-box {
    overflow: hidden !important; }
  .article-detail .comment-box,
  .article-detail .share-box {
    width: 100%; }
  .article-detail .comment-box {
    border-bottom: 1px solid #d8d8d8; }
  .article-detail .share-box a {
    width: 10px; }
  .article-detail .share-box i {
    margin-right: 0; }
  .article-detail .article-navigation > div:not(.clearfix) {
    width: calc(100% - 1px);
    padding: 30px 0; }
    .article-detail .article-navigation > div:not(.clearfix) strong {
      font-size: 16px; }
    .article-detail .article-navigation > div:not(.clearfix) .text div {
      font-size: 14px; }
  .article-detail .article-navigation > div:first-child {
    border-right: 0; }
  .article-detail .related-articles {
    margin: 0 -40px; }
    .article-detail .related-articles .related-article {
      margin: 0 20px;
      width: calc(100% - 100px);
      margin-bottom: 20px; } }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
@font-face {}/*
.jf-loading body {
	opacity: 0;
	visibility: hidden;
}

.jf-active body, .jf-inactive body{ 
	opacity: 1;
	visibility: visible;	
}
*/
.jf-active *, .jf-inactive * {
  /*處理成功或失敗，都以漸變顯示*/
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

.sidebar {
  border-right: 3px solid #FFF;
  width: 270px;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  z-index: 4;
  overflow: auto;
  color: #FFF;
  font-weight: 400; }
  .sidebar .sidebar-wrapper {
    position: relative;
    width: calc(100% - 20px * 2);
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: auto;
    background: #2f9ac6 center center no-repeat no-repeat;
    background-color: #2f9ac6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2f9ac6), to(#2d92bc));
    background-image: -webkit-linear-gradient(top, #2f9ac6, #2d92bc);
    background-image: -moz-linear-gradient(top, #2f9ac6, #2d92bc);
    background-image: -ms-linear-gradient(top, #2f9ac6, #2d92bc);
    background-image: -o-linear-gradient(top, #2f9ac6, #2d92bc);
    background-image: linear-gradient(top, #2f9ac6, #2d92bc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2f9ac6', endColorStr='#2d92bc'); }
  .sidebar .brand,
  .sidebar .sub-brand {
    margin: 20px 0; }
    .sidebar .brand img,
    .sidebar .sub-brand img {
      float: left;
      width: 40px;
      margin-top: 2px;
      margin-right: 8px; }
  .sidebar .brand {
    text-transform: uppercase;
    font-size: 32px; }
    .sidebar .brand a {
      color: inherit !important; }
      .sidebar .brand a:hover {
        text-decoration: underline !important; }
    .sidebar .brand .chinese {
      display: block;
      letter-spacing: 4px;
      padding-top: 6px;
      font-size: 22px; }
  .sidebar .sub-brand {
    font-size: 14px;
    line-height: 24px; }
  .sidebar .separator {
    height: 3px;
    width: 100%;
    background-color: #35addf; }
  .sidebar .main-menu {
    margin-top: 50px;
    text-align: center; }
    .sidebar .main-menu li {
      font-size: 16px;
      position: relative; }
      .sidebar .main-menu li.lang-item {
        display: none; }
      .sidebar .main-menu li a {
        color: #FFF;
        text-decoration: none !important;
        padding: 13px;
        display: inline-block;
        width: calc(100% - 10px);
        height: 100%; }
      .sidebar .main-menu li:before {
        content: " ";
        position: absolute;
        left: -20px;
        top: 0;
        width: 7px;
        height: 100%;
        border-left: 7px solid #fcee6a;
        border-width: 7px;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0; }
      .sidebar .main-menu li:hover:before, .sidebar .main-menu li.current-menu-item:before, .sidebar .main-menu li.current-post-ancestor:before, .sidebar .main-menu li.current-category-ancestor:before {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }
      .sidebar .main-menu li:hover a {
        text-decoration: underline; }
  .sidebar .sidebar-wrapper2.fixed {
    position: fixed;
    width: calc(270px - 0px);
    height: 100%;
    top: 25px; }
  .sidebar .icon-menu .icon-selection {
    border-top: 3px solid #FFF;
    border-bottom: 1.5px solid #FFF;
    width: calc(50% - 1.5px);
    padding-top: 47%;
    background-color: #4c7a76;
    position: relative;
    text-align: center;
    display: inline-block;
    float: left; }
    .sidebar .icon-menu .icon-selection:hover > .icon,
    .sidebar .icon-menu .icon-selection:focus > .icon,
    .sidebar .icon-menu .icon-selection.current > .icon {
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      -webkit-transform: scale(1.2);
      -khtml-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .sidebar .icon-menu .icon-selection:nth-child(2n) {
      border-left: 3px solid #FFF; }
    .sidebar .icon-menu .icon-selection:nth-child(n+5) {
      border-bottom-width: 3px; }
    .sidebar .icon-menu .icon-selection:nth-child(2) {
      background: url("../img/icon-menu-2-bg.jpg");
      z-index: 2; }
      .sidebar .icon-menu .icon-selection:nth-child(2):after {
        content: " ";
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-opacity: 0.8;
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        -ms-opacity: 0.8;
        -o-opacity: 0.8;
        opacity: 0.8;
        background-color: #636b8b;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1; }
    .sidebar .icon-menu .icon-selection:nth-child(3) {
      background: url("../img/icon-menu-3-bg.jpg");
      z-index: 2; }
      .sidebar .icon-menu .icon-selection:nth-child(3):after {
        content: " ";
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -webkit-opacity: 0.7;
        -khtml-opacity: 0.7;
        -moz-opacity: 0.7;
        -ms-opacity: 0.7;
        -o-opacity: 0.7;
        opacity: 0.7;
        background-color: #897127;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1; }
    .sidebar .icon-menu .icon-selection:nth-child(4) {
      background-color: #3b67ae; }
    .sidebar .icon-menu .icon-selection:nth-child(5) {
      background-color: #277fa4; }
    .sidebar .icon-menu .icon-selection:nth-child(6) {
      background: url("../img/icon-menu-6-bg.jpg");
      z-index: 2; }
      .sidebar .icon-menu .icon-selection:nth-child(6):after {
        content: " ";
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-opacity: 0.5;
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-opacity: 0.5;
        -o-opacity: 0.5;
        opacity: 0.5;
        background-color: #0a64b7;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1; }
    .sidebar .icon-menu .icon-selection .icon {
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
      .sidebar .icon-menu .icon-selection .icon img {
        width: 45%; }
      .sidebar .icon-menu .icon-selection .icon .img-wrapper {
        width: 50%;
        padding-top: 50%;
        position: relative; }
        .sidebar .icon-menu .icon-selection .icon .img-wrapper img {
          width: 100%;
          position: absolute;
          top: 0; }
      .sidebar .icon-menu .icon-selection .icon .icon-wrapper {
        letter-spacing: normal; }
      .sidebar .icon-menu .icon-selection .icon .seperator {
        width: 70%;
        height: 4px;
        background: white;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px; }
      .sidebar .icon-menu .icon-selection .icon a {
        color: #FFF;
        padding: 14px;
        display: block;
        font-size: 16px;
        text-decoration: none !important;
        letter-spacing: 6px; }

body.en-US .sidebar .icon-menu .icon-selection .icon a {
  letter-spacing: 0; }

body.ios a,
body.ios span.title {
  font-weight: 300 !important; }

body.safari a,
body.safari span.title {
  font-weight: 300 !important; }

@media only screen and (min-width: 1440px) {
  .sidebar {
    width: 320px; }
    .sidebar .sidebar-wrapper2.fixed {
      width: calc(270px + 50px - 4px); }
    .sidebar .icon-menu .icon-selection .icon a {
      padding: 25px; } }

@media only screen and (max-width: 768px) {
  .sidebar {
    position: fixed;
    z-index: 6;
    top: 80px;
    left: 0;
    height: 0;
    border-right: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .sidebar .main-menu {
      margin-top: 0;
      padding: 0 5%;
      text-align: left; }
      .sidebar .main-menu li.lang-item:before {
        display: none !important; }
      .sidebar .main-menu li a {
        width: calc(50%);
        font-size: 20px;
        border-bottom: 1px solid #53a6bf;
        padding-top: 16px;
        padding-bottom: 16px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .sidebar .main-menu li.lang-item {
        display: inline-block; }
        .sidebar .main-menu li.lang-item a {
          font-size: 12px;
          width: auto;
          padding: 10px;
          margin-top: 10px; }
    .sidebar .sidebar-wrapper2 .icon-selection {
      width: 100%;
      border: none !important;
      padding-top: 90px;
      background-image: none !important;
      overflow: hidden; }
      .sidebar .sidebar-wrapper2 .icon-selection .icon a {
        padding: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .sidebar .sidebar-wrapper2 .icon-selection .icon a .icon-wrapper {
          float: left;
          font-size: 2.7em !important;
          padding: 20px 0;
          margin-left: 10%;
          width: 45px; }
        .sidebar .sidebar-wrapper2 .icon-selection .icon a span {
          display: inline-block;
          font-size: 20px;
          padding: 32px 0; }
      .sidebar .sidebar-wrapper2 .icon-selection:after {
        background-color: transparent !important; }
    .sidebar .sidebar-wrapper2 .icon-selection:nth-child(1) {
      background-color: #65A7A1 !important; }
    .sidebar .sidebar-wrapper2 .icon-selection:nth-child(2) {
      background-color: #8EB8E5 !important; }
    .sidebar .sidebar-wrapper2 .icon-selection:nth-child(3) {
      background-color: #7C99B4 !important; }
    .sidebar .sidebar-wrapper2 .icon-selection:nth-child(4) {
      background-color: #6B7F82 !important; }
    .sidebar .sidebar-wrapper2 .icon-selection:nth-child(5) {
      background-color: #2C365E !important; }
    .sidebar .sidebar-wrapper2 .icon-selection:nth-child(6) {
      background-color: #2B193D !important; }
    .sidebar .brand,
    .sidebar .sub-brand {
      position: absolute; }
    .sidebar .brand {
      bottom: 0px; }
    .sidebar .sub-brand {
      bottom: 0; }
    .sidebar .mobile-menu-hidden {
      display: none; }
    .sidebar .mobile-menu-toggle {
      height: 17px;
      width: 18px;
      background: url("../img/mobile-menu.png") no-repeat no-repeat;
      background-size: 17px 15px;
      display: inline-block;
      position: absolute;
      bottom: 10px;
      cursor: pointer;
      left: 20px;
      top: 10px;
      z-index: 6; }
  body.mobile-menu-active .sidebar {
    background: #FFF;
    height: 100%; } }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
@font-face {}/*
.jf-loading body {
	opacity: 0;
	visibility: hidden;
}

.jf-active body, .jf-inactive body{ 
	opacity: 1;
	visibility: visible;	
}
*/
.jf-active *, .jf-inactive * {
  /*處理成功或失敗，都以漸變顯示*/
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.yvii_single_video_player {
  display: none !important; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.hidden {
  display: none; }

*:focus {
  outline-color: #000 !important; }

.welcoming-message {
  display: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

.noselect, .content .categories-selection .category-selection .category h3 a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

::selection {
  background: #2f9ac6;
  /* WebKit/Blink Browsers */
  color: #FFF; }

::-moz-selection {
  background: #2f9ac6;
  /* Gecko Browsers */
  color: #FFF; }

html {
  /*margin-left: calc(100vw - 100%);*/ }

body {
  font-family: "Noto Sans", sans-serif;
  height: 100%;
  width: 100%; }
  body.zoom-in {
    zoom: 1.3; }
  body.zoom-out {
    zoom: 0.8; }

.ie10 .sidebar {
  display: none; }

.ie10 .content {
  position: relative;
  left: 270px; }

.wrapper {
  min-width: 320px;
  max-width: 1920px;
  margin: auto;
  height: calc(100% - 30px);
  position: relative; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover, a:focus {
    text-decoration: none !important;
    color: #2f9ac6; }

input.search {
  border: 2px solid #5e5e5e;
  padding: 15px 25px;
  color: #5e5e5e;
  font-size: 16px;
  width: 50%; }

.content {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0;
  height: 100%;
  margin-top: 28px;
  margin-left: 270px;
  padding-bottom: 30px;
  overflow-x: hidden;
  overflow-y: hidden; }
  .content .content-wrapper {
    padding: 40px 5%;
    padding-bottom: 0; }
  .content.content-no-padding {
    padding: 0; }
  .content.content-no-bottom-padding {
    padding-bottom: 0; }
  .content .categories-selection {
    min-width: 100% !important;
    height: 100%; }
    .content .categories-selection .category-selection {
      margin-top: 3px;
      display: inline-block;
      width: 25%;
      float: left;
      height: 137px; }
      .content .categories-selection .category-selection:nth-child(1) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(2) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(3) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(4) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(5) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(6) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(7) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(8) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(9) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(10) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(11) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(12) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(13) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(14) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(15) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(16) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(17) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(18) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(19) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(20) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(21) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(22) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(23) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(24) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(25) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(26) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(27) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(28) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(29) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(30) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(31) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(32) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(33) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(34) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(35) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(36) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(37) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(38) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(39) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(40) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(41) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(42) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(43) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(44) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(45) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(46) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(47) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(48) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(49) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(50) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(51) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(52) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(53) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(54) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(55) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(56) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(57) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(58) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(59) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(60) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(61) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(62) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(63) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(64) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(65) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(66) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(67) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(68) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(69) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(70) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(71) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(72) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(73) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(74) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(75) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(76) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(77) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(78) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(79) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(80) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(81) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(82) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(83) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(84) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(85) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(86) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(87) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(88) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(89) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(90) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(91) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(92) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(93) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(94) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(95) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(96) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(97) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(98) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(99) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection:nth-child(100) .category {
        background: #2f9ac6 no-repeat no-repeat center center; }
      .content .categories-selection .category-selection .category {
        margin-right: 4px;
        height: 100%;
        text-align: center;
        position: relative;
        background-size: cover !important;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .content .categories-selection .category-selection .category:after {
          content: " ";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #2f9ac6;
          background-color: rgba(0, 0, 0, 0.4); }
        .content .categories-selection .category-selection .category h3 {
          position: absolute;
          z-index: 1;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -khtml-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          display: table; }
          .content .categories-selection .category-selection .category h3 a {
            width: 100%;
            height: 100%;
            color: #FFF;
            text-decoration: none;
            font-size: 24px;
            display: table-cell;
            vertical-align: middle;
            letter-spacing: 4px;
            padding: 0 6px; }
      .content .categories-selection .category-selection:nth-child(4n) .category {
        margin-right: 0; }
      .content .categories-selection .category-selection:hover .category:after {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }

body.en-US .content .categories-selection .category-selection .category h3 a {
  font-size: 20px;
  letter-spacing: 0px !important; }

@media only screen and (min-width: 1440px) {
  .content {
    margin-left: 320px; } }

@media only screen and (min-width: 1600px) {
  .content .banner {
    height: 307px; }
  .content .categories-selection .category-selection {
    height: 110px; } }

@media only screen and (max-width: 768px) {
  .welcoming-message {
    display: block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-bottom: 1px solid #c6c6c6; }
    .welcoming-message img {
      max-width: 30%;
      padding: 10px 0;
      padding-left: 10px;
      float: left; }
    .welcoming-message h3 {
      color: #5e5e5e;
      color: #2f9ac6;
      font-size: 22px;
      padding: 20px;
      padding-left: 0;
      padding-right: 10px;
      float: left;
      width: calc(60% + 10px);
      line-height: 28px; }
  body.en-US .welcoming-message h3 {
    font-size: 16px; }
  .mobile-hidden {
    display: none !important; }
  body.mobile-menu-active {
    overflow-x: hidden;
    overflow-y: hidden; }
  .content {
    padding-top: 80px !important;
    margin-top: 0;
    margin-left: 0;
    left: 0;
    position: relative; }
    .content .categories-selection-mobile-wrapper {
      width: 100%;
      overflow-x: scroll; }
    .content .categories-selection {
      height: 117px;
      min-width: 100%; }
      .content .categories-selection .clearfix {
        display: none; }
      .content .categories-selection .category-selection {
        width: 220px;
        height: 110px; }
        .content .categories-selection .category-selection:nth-child(4n) .category {
          margin-right: 4px; }
        .content .categories-selection .category-selection:nth-child(8) .category {
          margin-right: 0px; }
    .content p {
      font-size: 15px; } }

footer {
  height: 200px;
  width: calc(100% - 60px);
  background-color: #0b5473;
  position: relative;
  z-index: 5;
  padding: 30px 30px; }
  footer div.contact .web-for-all {
    float: right;
    width: 40%;
    margin-left: 10px; }
    footer div.contact .web-for-all img {
      width: 100%; }
  footer div.contact .links {
    margin-top: 30px; }
  footer div.contact .footer-menu li {
    display: inline-block;
    padding-right: 6px; }
    footer div.contact .footer-menu li:not(:last-child) {
      border-right: 1px solid #FFF; }
    footer div.contact .footer-menu li a {
      color: #FFF !important;
      font-size: 12px; }
      footer div.contact .footer-menu li a:hover {
        text-decoration: underline !important; }
  footer .connect .social-row-1 a,
  footer .connect .social-row-2 a {
    display: block;
    width: calc(25%);
    float: left;
    text-align: center;
    height: 60px; }
    footer .connect .social-row-1 a img,
    footer .connect .social-row-2 a img {
      height: 50px;
      width: auto;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    footer .connect .social-row-1 a:hover img, footer .connect .social-row-1 a:focus img,
    footer .connect .social-row-2 a:hover img,
    footer .connect .social-row-2 a:focus img {
      height: 60px; }
  footer .connect .social-row-2 {
    margin-top: 20px; }
    footer .connect .social-row-2 a {
      width: calc(25%); }
  footer > div:not(.clearfix) {
    width: calc(33% - 40px);
    padding: 0 20px;
    float: left; }
    footer > div:not(.clearfix) .title {
      color: #f8f8f8;
      font-size: 22px;
      text-transform: uppercase;
      border-bottom: 1px solid #a6a6a6;
      padding-bottom: 10px;
      margin-bottom: 20px;
      width: 100%; }
    footer > div:not(.clearfix) p {
      line-height: 20px;
      font-size: 14px;
      margin: 10px 0;
      color: #f8f8f8; }
      footer > div:not(.clearfix) p a {
        color: inherit; }
  footer div.signup .form-group {
    margin: 10px 0; }
  footer div.signup input {
    border: 1px solid #fffc1c;
    background: transparent;
    padding: 10px;
    color: #FFF;
    width: calc(100% - 20px);
    font-family: "Noto Sans", sans-serif; }
  footer div.signup input:-webkit-autofill {
    background: transparent; }
  footer div.signup input[type=submit] {
    background: #fffc1c;
    color: #0b5473;
    width: auto;
    float: right;
    font-family: "Noto Sans", sans-serif;
    cursor: pointer; }
  footer div.signup input:hover,
  footer div.signup input:focus {
    outline-color: #fffc1c !important; }
  footer div.signup ::-webkit-input-placeholder {
    color: #FFF;
    font-family: "Noto Sans", sans-serif; }
  footer div.signup :-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
    font-family: "Noto Sans", sans-serif; }
  footer div.signup ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
    font-family: "Noto Sans", sans-serif; }
  footer div.signup :-ms-input-placeholder {
    color: #FFF;
    font-family: "Noto Sans", sans-serif; }

@media only screen and (max-width: 768px) {
  footer {
    height: auto;
    width: calc(100%);
    padding: 30px 0px; }
    footer > div:not(.clearfix) {
      width: calc(100% - 40px);
      margin-bottom: 40px; } }

.contact .left, .contact .right {
  padding: 20px 40px;
  width: calc(50% - 40px);
  display: inline-block;
  float: left;
  color: #464747; }
  .contact .left h3, .contact .right h3 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold; }

.contact .left {
  padding-left: 0; }
  .contact .left .form-group {
    margin: 30px 0; }
    .contact .left .form-group ::-webkit-input-placeholder {
      color: #464747;
      font-family: "Noto Sans", sans-serif; }
    .contact .left .form-group :-moz-placeholder {
      /* Firefox 18- */
      color: #464747;
      font-family: "Noto Sans", sans-serif; }
    .contact .left .form-group ::-moz-placeholder {
      /* Firefox 19+ */
      color: #464747;
      font-family: "Noto Sans", sans-serif; }
    .contact .left .form-group :-ms-input-placeholder {
      color: #464747;
      font-family: "Noto Sans", sans-serif; }
  .contact .left input:not([type=checkbox]), .contact .left textarea {
    padding: 14px 20px;
    font-size: 12px;
    border: 1px solid #464747;
    width: calc(100% - 40px);
    font-family: "Noto Sans", sans-serif; }
  .contact .left textarea {
    resize: none;
    height: 200px;
    font-family: "Noto Sans", sans-serif; }
  .contact .left input[type=submit] {
    width: 100%;
    background-color: #464747;
    color: #FFF;
    font-family: "Noto Sans", sans-serif; }

.contact .right {
  padding-right: 0; }
  .contact .right h4 {
    font-size: 22px;
    margin-bottom: 20px; }
  .contact .right p {
    margin: 6px 0px; }
  .contact .right .map {
    margin-top: 20px; }
    .contact .right .map iframe {
      width: 100%;
      height: 100%; }

@media only screen and (max-width: 768px) {
  .contact .left, .contact .right {
    padding: 20px 0px;
    width: calc(100% - 0px);
    float: none; } }

.content .slideshow {
  height: 575px; }
  .content .slideshow .slides {
    height: 100%;
    position: relative;
    background: #2f9ac6; }
    .content .slideshow .slides .control {
      position: absolute;
      right: 0;
      top: 0px;
      z-index: 1; }
      .content .slideshow .slides .control ul {
        padding-top: 0px;
        background-color: #00a5be; }
        .content .slideshow .slides .control ul li {		
    text-align: center;
          background-color: #00a5be;
          padding: 5px 10px;
          color: #FFF;
          cursor: pointer;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -khtml-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
          .content .slideshow .slides .control ul li.active, .content .slideshow .slides .control ul li:hover {
            background-color: #00798b; }
    .content .slideshow .slides .slide {
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      height: 100%;
      overflow: hidden;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: transparent no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      .content .slideshow .slides .slide .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 80px);
        background-color: rgba(21, 68, 88, 0.7);
        color: #FFF;
        padding: 10px 40px; }
        .content .slideshow .slides .slide .caption .title {
          font-size: 20px;
          width: 100%;
          line-height: 28px;
          float: left; }
        .content .slideshow .slides .slide .caption .date {
          margin-top: 4px;
          float: right;
          font-size: 14px; }
    .content .slideshow .slides .slide.show {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }

@media only screen and (max-width: 768px) {
  .content .slideshow .slides .slide .caption {
    background: rgba(21, 68, 88, 0.5);
    bottom: 0;
    padding: 5px 10px;
    width: calc(100% - 20px); }
    .content .slideshow .slides .slide .caption .title {
      width: 100%;
      line-height: 22px;
      font-size: 15px; } }

.albums {
  padding: 40px; }
  .albums .album-select {
    display: block;
    padding: 0 20px; }
    .albums .album-select > ul {
      border: 1px solid #2f9ac6;
      color: #2f9ac6;
      width: auto;
      display: inline-block; }
      .albums .album-select > ul li {
        padding: 5px 10px;
        position: relative;
        background: #FFF;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .albums .album-select > ul li ul {
          display: none;
          position: absolute;
          z-index: 1;
          left: -1px;
          top: 26px;
          width: 100%;
          border: 1px solid #2f9ac6; }
          .albums .album-select > ul li ul li {
            padding: 6px 10px; }
            .albums .album-select > ul li ul li:hover {
              background: #2f9ac6;
              color: #FFF; }
        .albums .album-select > ul li:hover ul {
          display: block; }
  .albums .album {
    margin: 20px;
    width: calc(33% - 40px);
    float: left;
    position: relative;
    height: 0;
    padding-bottom: 20%;
    overflow: hidden; }
    .albums .album a {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }
    .albums .album img {
      width: 100%;
      height: auto;
      min-height: 100%; }
    .albums .album .caption {
      position: absolute;
      bottom: 0px;
      width: calc(100% - 40px);
      color: #FFF;
      background-color: rgba(47, 154, 198, 0.7);
      padding: 20px; }
      .albums .album .caption .title {
        font-size: 17px;
        margin-bottom: 6px;
        line-height: 22px; }
      .albums .album .caption .date {
        float: right;
        font-size: 12px; }
  .albums.videos .album {
    width: calc(50% - 40px);
    padding-bottom: 33%; }
    .albums.videos .album .pretty-embed {
      position: relative;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .albums.videos .album .pretty-embed.play {
        z-index: 1; }

@media only screen and (max-width: 1280px) {
  .albums .album {
    width: calc(50% - 40px);
    padding-bottom: 33%; } }

@media only screen and (max-width: 1024px) {
  .albums .album {
    width: calc(100%);
    padding-bottom: 70%;
    margin-left: 0;
    margin-right: 0; }
  .albums.videos .album {
    width: calc(100%);
    padding-bottom: 70%; } }

@media only screen and (max-width: 768px) {
  .albums {
    padding: 20px 20px;
    width: calc(100% - 40px); } }

.about {
  color: #5e5e5e; }
  .about .info-top {
    margin-bottom: 60px; }
  .about .info-bottom {
    margin-top: 60px; }
  .about .featured-image {
    float: left;
    margin-right: 60px;
    width: 40%; }
  .about h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold; }
  .about h4 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold; }
  .about h5 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold; }
  .about h6 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold; }
  .about p {
    line-height: 28px;
    font-size: 16px;
    margin: 20px 0; }
  .about hr {
    margin: 10px 0;
    border: none;
    border-top: 1px solid #c6c6c6; }
  .about .gallery {
    width: 60%;
    float: left; }
    .about .gallery img {
      width: calc(50% - 20px);
      margin: 5px;
      display: inline-block; }

@media only screen and (max-width: 768px) {
  .about {
    padding: 30px 20px; }
    .about .featured-image {
      float: right;
      margin: 0;
      margin-left: 5px; }
    .about p {
      margin-left: 0;
      margin-right: 0; } }

.mobile-header {
  display: none; }

@media only screen and (max-width: 768px) {
  .mobile-header {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    display: block;
    background: #2f9ac6;
    width: calc(100%);
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 10px 0;
    left: 0; }
    .mobile-header a {
      display: inline-block !important; }
    .mobile-header .lego {
      margin-left: 10px; }
    .mobile-header .mobile-menu-toggle {
      height: 25px;
      width: 25px;
      background: url("../img/mobile-menu.png") no-repeat no-repeat;
      background-size: 25px;
      display: inline-block;
      position: absolute;
      bottom: 24px;
      cursor: pointer;
      right: 10px; }
    .mobile-header .logo {
      color: #FFF;
      font-size: 20px;
      position: absolute;
      bottom: 22px;
      left: 70px; }
    .mobile-header .lang {
      position: absolute;
      right: 35px;
      top: 35px; }
      .mobile-header .lang .lang-item {
        color: #FFF;
        list-style: none;
        font-size: 12px;
        color: transparent;
        position: relative;
        float: left; }
        .mobile-header .lang .lang-item [hreflang=zh]:after,
        .mobile-header .lang .lang-item [hreflang=en]:after {
          color: #FFF;
          position: absolute;
          left: 0; }
        .mobile-header .lang .lang-item [hreflang=zh]:after {
          content: "中"; }
        .mobile-header .lang .lang-item [hreflang=en]:after {
          content: "ENG"; } }

.widget_sow-editor {
  margin: 0 !important; }

.widget .portfolio-item {
  margin: 20px 0;
  margin-bottom: 40px;
  width: 100%;
  display: inline-block; }
  .widget .portfolio-item .icon {
    float: left;
    margin-right: 50px; }
  .widget .portfolio-item .info {
    float: left;
    width: calc(100% - 100px - 50px); }
    .widget .portfolio-item .info p {
      margin: 0 0px; }
  .widget .portfolio-item h5 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 10px; }
  .widget .portfolio-item.portfolio-item-left-right h5 {
    display: block; }
  .widget .portfolio-item.portfolio-item-left-right .left,
  .widget .portfolio-item.portfolio-item-left-right .right {
    display: inline-block; }
  .widget .portfolio-item.portfolio-item-left-right .left {
    width: 150px; }

.widget .banner {
  width: calc(100% + 10% + 20px);
  height: 295px;
  background: #2f9ac6 no-repeat no-repeat center center;
  background-color: #2f9ac6;
  background-size: cover;
  position: relative;
  color: #FFF;
  margin: -40px -5%;
  margin-right: calc(-5% - 10px);
  margin-bottom: 0;
  left: -5px; }
  .widget .banner:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2f9ac6;
    background-color: rgba(0, 0, 0, 0.4); }
  .widget .banner .banner-title {
    font-size: 46px !important;
    position: absolute;
    bottom: 56px;
    left: 49px;
    z-index: 1;
    letter-spacing: 20px;
    font-weight: inherit !important;
    padding: 10px;
    padding-right: 0; }
  @media only screen and (max-width: 768px) {
    .widget .banner .banner-title {
      letter-spacing: 0;
      left: 10px; } }

@media only screen and (max-width: 768px) {
  .widget .portfolio-item {
    margin-bottom: 60px; }
    .widget .portfolio-item .icon {
      float: left;
      width: 100%;
      text-align: center;
      margin-bottom: 40px; }
    .widget .portfolio-item .info {
      float: left;
      width: 100%; }
      .widget .portfolio-item .info p {
        font-size: 14px; }
  .widget .banner {
    height: 200px; }
    .widget .banner h1 {
      bottom: 20px;
      left: 20px; } }

.content-no-padding .banner {
  width: calc(100% + 5px);
  margin: 0; }

body.en-US .widget .banner h1 {
  letter-spacing: 0 !important; }

@media only screen and (max-width: 768px) {
  .widget .banner h1 {
    font-size: 32px; } }

/* WordPress Gallery 
------------------------------------------ */
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em; }

.gallery:after {
  display: table;
  content: "";
  clear: both; }

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em; }

.gallery-item img {
  width: 100%;
  height: auto;
  border: none !important; }

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.3333%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6667%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery-columns-3 .charles-photo {
  width: calc(33% - 15px); }

@media only screen and (max-width: 1024px) {
  .gallery-columns-3 .gallery-item {
    width: calc(50% - 1em) !important; }
  .gallery-columns-4 .gallery-item {
    width: calc(50% - 1em) !important; }
  .gallery-columns-5 .gallery-item {
    width: calc(50% - 1em) !important; }
  .gallery-columns-6 .gallery-item {
    width: calc(50% - 1em) !important; }
  .gallery-columns-7 .gallery-item {
    width: calc(50% - 1em) !important; }
  .gallery-columns-8 .gallery-item {
    width: calc(50% - 1em) !important; }
  .gallery-columns-9 .gallery-item {
    width: calc(50% - 1em) !important; }
  .gallery-columns-3 .charles-photo {
    width: calc(100%) !important; } }

@media only screen and (max-width: 768px) {
  .gallery-item {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .gallery-columns-3 .gallery-item {
    width: calc(100%) !important; }
  .gallery-columns-4 .gallery-item {
    width: calc(100%) !important; }
  .gallery-columns-5 .gallery-item {
    width: calc(100%) !important; }
  .gallery-columns-6 .gallery-item {
    width: calc(100%) !important; }
  .gallery-columns-7 .gallery-item {
    width: calc(100%) !important; }
  .gallery-columns-8 .gallery-item {
    width: calc(100%) !important; }
  .gallery-columns-9 .gallery-item {
    width: calc(100%) !important; } }

.content .error {
  margin: 60px 0;
  text-align: center;
  color: #5e5e5e; }
  .content .error .error-404 {
    font-size: 196px; }
  .content .error .error-message {
    font-size: 26px;
    font-weight: bold; }
  .content .error .error-navagation {
    margin: 60px 0;
    margin-bottom: 40px; }
  .content .error a {
    border: 2px solid #5e5e5e;
    padding: 15px 25px;
    color: #5e5e5e;
    margin: 0 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .content .error a:hover, .content .error a:focus {
      color: #2f9ac6;
      border-color: #2f9ac6;
      text-decoration: none !important; }

.pagination {
  width: calc(100% - 80px);
  margin: 40px;
  text-align: center; }
  .pagination .page-numbers {
    color: #2f9ac6;
    font-size: 18px;
    display: inlinie-block;
    padding: 4px 10px;
    margin-right: 10px; }
    .pagination .page-numbers.current {
      background-color: #2f9ac6;
      color: #FFF; }

.page-id-9963 .article-content .widget widget_categories li {
  padding: 5px 0; }

.votes table {
  border: 2px solid #E1E1E1;
  background: #F6F6F8;
  color: #3A383B;
  font-size: 18px;
  width: 100%; }
  .votes table td {
    padding: 20px 20px;
    border-bottom: 2px solid #E1E1E1;
    vertical-align: middle;
    text-align: center; }
    .votes table td img {
      max-width: 25px;
      vertical-align: middle;
      margin-right: 10px; }
    .votes table td:first-child {
      text-align: left;
      padding-left: 40px;
      padding-right: 0; }
    .votes table td:nth-child(2) {
      padding-right: 0;
      max-width: 25px; }
    .votes table td:nth-child(3) {
      padding-left: 0; }
    .votes table td:nth-child(3), .votes table td:nth-child(4) {
      border-right: 2px solid #E1E1E1; }
    .votes table td:nth-child(4) {
      max-width: 60px; }
    .votes table td:nth-child(5) {
      width: 40%; }
  .votes table .vote-Negatived {
    background: #EEE2E2; }
  .votes table .vote-Passed {
    background: #F0F9F9; }

@media only screen and (max-width: 768px) {
  .votes table {
    font-size: 11px; } }

.home .articles.articles-home {
  display: flex;
  flex-wrap: wrap; }
  .home .articles.articles-home .article {
    width: 50%;
    padding: 30px 50px;
    box-sizing: border-box; }
    .home .articles.articles-home .article:nth-child(odd) {
      border-right: 1px solid #c6c6c6; }
      @media only screen and (max-width: 1230px) {
        .home .articles.articles-home .article:nth-child(odd) {
          border-right: none; } }
    @media only screen and (max-width: 1230px) {
      .home .articles.articles-home .article {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .home .articles.articles-home .article {
        padding: 20px; } }
    .home .articles.articles-home .article .title {
      color: #5e5e5e;
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: bold;
      line-height: 34px;
      text-decoration: none; }
    .home .articles.articles-home .article .posts {
      margin-top: 40px; }
      @media only screen and (max-width: 768px) {
        .home .articles.articles-home .article .posts {
          margin-top: 30px; } }
      .home .articles.articles-home .article .posts .post-title {
        font-size: 16px;
        line-height: 26px;
        color: #4a4a4a;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 4px; }
        .home .articles.articles-home .article .posts .post-title a {
          text-overflow: ellipsis;
          width: 85%;
          white-space: nowrap;
          overflow: hidden; }
          @media only screen and (max-width: 1680px) {
            .home .articles.articles-home .article .posts .post-title a {
              width: 80%; } }
          @media only screen and (max-width: 1230px) {
            .home .articles.articles-home .article .posts .post-title a {
              width: 90%; } }
          @media only screen and (max-width: 1024px) {
            .home .articles.articles-home .article .posts .post-title a {
              width: 80%; } }
          @media only screen and (max-width: 768px) {
            .home .articles.articles-home .article .posts .post-title a {
              width: 70%; } }
        .home .articles.articles-home .article .posts .post-title .date {
          color: #4a4a4a;
          font-size: 13px;
          margin-left: 10px; }
    .home .articles.articles-home .article .read-more-links {
      margin-top: 20px; }
      .home .articles.articles-home .article .read-more-links .btn {
        border: 2px solid #4a4a4a;
        padding: 6px;
        font-size: 14px;
        text-decoration: none;
        color: #4a4a4a;
        float: right; }
        .home .articles.articles-home .article .read-more-links .btn:hover {
          border-color: #2f9ac6;
          color: #2f9ac6;
          transition: all 0.2s ease-in-out 0s; }

.home .articles.articles-home .article .posts .post-title{
	color: #4a4a4a !important;
}

