@charset "UTF-8";
/*!
Theme Name: xpec
Theme URI: http://ftdesign.tw
Author: Ftdesign.tw
Author URI: http://ftdesign.tw
Version: 1.0.0
Text Domain: xpec
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

xpec is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 1em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* All  News  Archive  */
#allnews {
  padding-top: 50px;
  margin-bottom: 100px;
  /*  hnews  */
  /*  game  */ }
  #allnews article.hnews {
    padding-bottom: 10px; }
    #allnews article.hnews h3 {
      margin-bottom: 0; }
      #allnews article.hnews h3 a {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28.8px;
        text-transform: none;
        letter-spacing: 0px;
        word-spacing: 0;
        color: #28262b;
        margin-bottom: 0;
        -webkit-background-size: 200.22% auto;
        -ms-background-size: 200.22% auto;
        -moz-background-size: 200.22% auto;
        -o-background-size: 200.22% auto;
        background-size: 200.22% auto;
        background-position: 0% 0;
        background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f4f4f4 50%);
        background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f4f4f4 50%);
        background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f4f4f4 50%);
        background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f4f4f4 50%);
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f4f4f4 50%);
        color: inherit;
        -webkit-transition: background-position 0.5s ease-out, color .3s ease-in-out;
        -moz-transition: background-position 0.5s ease-out, color .3s ease-in-out;
        transition: background-position 0.5s ease-out, color .3s ease-in-out; }
      #allnews article.hnews h3 a:hover {
        background-position: -99.99% 0; }
    #allnews article.hnews .date {
      font-style: italic;
      font-weight: 300;
      font-size: 11px;
      margin-bottom: 15px;
      line-height: 20.8px;
      text-transform: none;
      letter-spacing: 0px;
      word-spacing: 0;
      color: #bcbcbc; }
    #allnews article.hnews .summary {
      font-size: 14px;
      margin: 20px 0;
      line-height: 1.8em;
      color: #565656; }
    #allnews article.hnews .more-button {
      color: #e11515;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s; }
    #allnews article.hnews .more-button:hover {
      color: #000; }
    #allnews article.hnews .thumbnail {
      display: block;
      max-height: 320px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
      position: relative; }
      #allnews article.hnews .thumbnail img {
        opacity: 0; }
    #allnews article.hnews hr {
      margin-top: 25px;
      width: 100%;
      background: #fff;
      border-bottom: 1px dotted #d6d6d6;
      margin-bottom: 0px; }
  #allnews article.game {
    margin-bottom: 30px;
    /*  dfd-read-share  */ }
    #allnews article.game h3 {
      margin: 15px 0 10px; }
      #allnews article.game h3 a {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28.8px;
        text-transform: none;
        letter-spacing: 0px;
        word-spacing: 0;
        color: #28262b;
        margin-bottom: 0; }
    #allnews article.game .summary,
    #allnews article.game .summary p {
      height: 3.2em;
      line-height: 1.6;
      font-size: 13px;
      color: #565656;
      overflow: hidden; }
    #allnews article.game .thumbnail {
      display: block;
      max-height: 320px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
      position: relative; }
      #allnews article.game .thumbnail img {
        opacity: 0; }
      #allnews article.game .thumbnail .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 990;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s; }
      #allnews article.game .thumbnail h6 {
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        padding: 0 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 40px;
        z-index: 1100;
        opacity: 0;
        text-align: center;
        margin-left: -20px; }
    #allnews article.game .thumbnail:hover .mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 990;
      background: rgba(0, 0, 0, 0.5);
      opacity: 1; }
    #allnews article.game .thumbnail:hover h6 {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      padding: 0 20px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff;
      font-style: normal;
      font-weight: 700;
      font-size: 35px;
      line-height: 40px;
      z-index: 1100;
      margin-left: 0px;
      opacity: 1; }
    #allnews article.game .dfd-read-share {
      padding: 7px 0;
      margin-top: 25px;
      border-top: 1px dotted #d6d6d6;
      border-bottom: 1px dotted #d6d6d6; }
      #allnews article.game .dfd-read-share .read-more-wrap {
        float: left;
        height: 36px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 36px; }
        #allnews article.game .dfd-read-share .read-more-wrap a {
          height: 100%;
          line-height: inherit;
          font-size: 13px;
          padding-left: 0;
          border-left: 0px solid transparent;
          -webkit-transition: padding-left .3s ease, border-left-width .3s ease, border-left-color .3s ease;
          -moz-transition: padding-left .3s ease, border-left-width .3s ease, border-left-color .3s ease;
          transition: padding-left .3s ease, border-left-width .3s ease, border-left-color .3s ease; }
        #allnews article.game .dfd-read-share .read-more-wrap a:hover {
          border-left: 4px solid #e11212;
          padding-left: 15px; }
      #allnews article.game .dfd-read-share .dfd-blog-share-popup-wrap {
        float: right; }
        #allnews article.game .dfd-read-share .dfd-blog-share-popup-wrap .dfd-share-icons {
          position: absolute;
          right: 0;
          width: 196px;
          height: 36px;
          overflow: hidden;
          opacity: 0;
          -webkit-transition: opacity .3s ease;
          -moz-transition: opacity .3s ease;
          transition: opacity .3s ease; }
        #allnews article.game .dfd-read-share .dfd-blog-share-popup-wrap .dfd-share-title {
          font-size: 11px;
          text-transform: uppercase;
          overflow: hidden;
          width: 100px;
          height: 36px;
          line-height: 36px;
          text-align: center;
          background: #e8e8e8;
          border-radius: 36px;
          -webkit-transition: width .3s ease, opacity .3s ease;
          -moz-transition: width .3s ease, opacity .3s ease;
          transition: width .3s ease, opacity .3s ease; }
          #allnews article.game .dfd-read-share .dfd-blog-share-popup-wrap .dfd-share-title span {
            padding-left: 2px; }

/*  share   */
.social-share {
  font-size: inherit;
  color: inherit; }

.social-share a {
  color: inherit;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }

.social-share a:hover {
  color: #c39f76; }

.social-share i {
  font-size: 13px;
  line-height: inherit; }

.dfd-share-cover .dfd-blog-share-popup-wrap {
  position: relative;
  float: right; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-icons {
  position: absolute;
  right: 0;
  width: 196px;
  height: 36px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-icons > a {
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 160px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: text-shadow .3s ease, left .3s ease, -webkit-transform .3s ease;
  -moz-transition: text-shadow .3s ease, left .3s ease, -moz-transform .3s ease;
  -o-transition: text-shadow .3s ease, left .3s ease, -o-transform .3s ease;
  transition: text-shadow .3s ease, left .3s ease, -webkit-transform .3s ease, transform .3s ease; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-icons > a.facebook {
  background: #39579a;
  text-shadow: 1px 1px 0px transparent; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-icons > a.facebook:hover {
  text-shadow: #283d6c 1px 1px, #283d6c 2px 2px, #283d6c 3px 3px, #293f6f 4px 4px, #2a4173 5px 5px, #2b4376 6px 6px, #2d457a 7px 7px, #2e477d 8px 8px, #2f4981 9px 9px, #314b84 10px 10px, #324d88 11px 11px, #334f8b 12px 12px, #35518f 13px 13px, #365392 14px 14px, #375596 15px 15px, #39579a 16px 16px; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-icons > a.twitter {
  background: #50abf0;
  text-shadow: 1px 1px 0px transparent; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-icons > a.twitter:hover {
  text-shadow: #3878a8 1px 1px, #3878a8 2px 2px, #3878a8 3px 3px, #397bad 4px 4px, #3b7fb3 5px 5px, #3d83b8 6px 6px, #3f87be 7px 7px, #418bc3 8px 8px, #438fc9 9px 9px, #4493ce 10px 10px, #4697d4 11px 11px, #489bd9 12px 12px, #4a9fdf 13px 13px, #4ca3e4 14px 14px, #4ea7ea 15px 15px, #50abf0 16px 16px; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-icons > a.googleplus {
  background: #df4a32;
  text-shadow: 1px 1px 0px transparent; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-icons > a.googleplus:hover {
  text-shadow: #9c3423 1px 1px, #9c3423 2px 2px, #9c3423 3px 3px, #a13524 4px 4px, #a63725 5px 5px, #ab3926 6px 6px, #b03a27 7px 7px, #b53c28 8px 8px, #ba3e29 9px 9px, #c03f2b 10px 10px, #c5412c 11px 11px, #ca432d 12px 12px, #cf442e 13px 13px, #d4462f 14px 14px, #d94830 15px 15px, #df4a32 16px 16px; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-icons > a.linkedin {
  background: #e1003a;
  text-shadow: 1px 1px 0px transparent; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-icons > a.linkedin:hover {
  text-shadow: #9e0029 1px 1px, #9e0029 2px 2px, #9e0029 3px 3px, #a3002a 4px 4px, #a8002b 5px 5px, #ad002c 6px 6px, #b2002e 7px 7px, #b7002f 8px 8px, #bc0030 9px 9px, #c20032 10px 10px, #c70033 11px 11px, #cc0034 12px 12px, #d10036 13px 13px, #d60037 14px 14px, #db0038 15px 15px, #e1003a 16px 16px; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-icons > a.pinterest {
  background: #cd1d1e;
  text-shadow: 1px 1px 0px transparent; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-icons > a.pinterest:hover {
  text-shadow: #901415 1px 1px, #901415 2px 2px, #901415 3px 3px, #941415 4px 4px, #991516 5px 5px, #9e1617 6px 6px, #a21617 7px 7px, #a71718 8px 8px, #ac1819 9px 9px, #b01819 10px 10px, #b5191a 11px 11px, #ba1a1b 12px 12px, #be1a1b 13px 13px, #c31b1c 14px 14px, #c81c1d 15px 15px, #cd1d1e 16px 16px; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-title {
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #e8e8e8;
  border-radius: 36px;
  -webkit-transition: width .3s ease, opacity .3s ease;
  -moz-transition: width .3s ease, opacity .3s ease;
  transition: width .3s ease, opacity .3s ease;
  font-weight: 600; }

.dfd-share-cover .dfd-blog-share-popup-wrap .dfd-share-title > span {
  padding-left: 2px; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons,
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-icons {
  opacity: 1; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons > a,
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-icons > a {
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons > a:nth-child(1),
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-icons > a:nth-child(1) {
  left: 0; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons > a:nth-child(2),
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-icons > a:nth-child(2) {
  left: 40px; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons > a:nth-child(3),
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-icons > a:nth-child(3) {
  left: 80px; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons > a:nth-child(4),
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-icons > a:nth-child(4) {
  left: 120px; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons > a:nth-child(5),
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-icons > a:nth-child(5) {
  left: 160px; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons > a.facebook,
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-icons > a.facebook {
  background: #39579a; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons > a.twitter,
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-icons > a.twitter {
  background: #50abf0; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons > a.googleplus,
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-icons > a.googleplus {
  background: #df4a32; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons > a.linkedin,
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-icons > a.linkedin {
  background: #e1003a; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons > a.pinterest,
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-icons > a.pinterest {
  background: #cd1d1e; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-title,
.dfd-share-cover.dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-title {
  width: 0;
  opacity: 0; }

.dfd-share-cover .dfd-blog-share-popup-wrap:hover .dfd-share-icons {
  opacity: 1 !important;
  z-index: 99; }

.dfd-read-share {
  padding: 7px 0;
  margin-top: 25px;
  border-top: 1px dotted #d6d6d6;
  border-bottom: 1px dotted #d6d6d6; }

.dfd-read-share .read-more-wrap {
  float: left;
  height: 36px;
  line-height: 36px; }

#sub-footer {
  width: 100%;
  overflow-x: hidden;
  background: #323232;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 74px;
  height: 74px; }
  #sub-footer .row {
    max-width: 1200px;
    margin: auto; }
    #sub-footer .row .subfooter-copyright {
      line-height: 74px;
      font-size: 13px;
      color: #A3A4A3;
      font-weight: 300; }

/*   back to  Top  */
.body-back-to-top {
  font-size: 12px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  color: #353535;
  background: url(../img/backtop.svg) rgba(0, 0, 0, 0.01) no-repeat top center;
  border: 1px solid rgba(38, 38, 38, 0.11);
  border-radius: 2px; }

.body-back-to-top:hover {
  color: #fff;
  background: #2d2d2d;
  background: url(../img/backtop.svg) #2d2d2d no-repeat bottom center;
  border-color: #2d2d2d; }

.body-back-to-top i {
  display: block;
  line-height: inherit;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.body-back-to-top.align-left {
  left: 40px; }

.body-back-to-top.align-right {
  right: 40px; }

.back-to-top {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-left: -14px; }

.back-to-top:hover:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

@-webkit-keyframes animButtonIcon {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes animButtonIcon {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes animButtonIcon {
  0% {
    -o-transform: rotate(0); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes animButtonIcon {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@font-face {
  font-family: 'fontello-nav';
  src: url("../fonts/fontello.eot?2586346");
  src: url("../fonts/fontello.eot?2586346#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?2586346") format("woff"), url("../fonts/fontello.ttf?2586346") format("truetype"), url("../fonts/fontello.svg?2586346#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'fontello-nav';
    src: url("../fonts/fontello.svg?2586346#fontello") format("svg"); } }
.load {
  position: fixed;
  width: 100%;
  height: 150vh;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  z-index: 9999999;
  background: white; }

body.done .load {
  opacity: 0; }

#page {
  padding-top: 70px; }

.wpb_content_element:last-child {
  margin-bottom: 0; }

blockquote {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px !important;
  padding-left: 65px;
  border-width: 0;
  list-style: none;
  overflow: hidden;
  border-left: 2px solid #e11212; }

blockquote:before {
  content: "\e800";
  font-family: "fontello-nav" !important;
  font-size: 45px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 10px;
  color: inherit;
  opacity: .2; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

body, div, dl, dt, dd, ul, ol, li, pre, form, p, blockquote, th, td {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  color: #565656; }

a {
  color: #242424; }

h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 45.1px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  color: #28262b; }

/*  Pc  Menu */
#header-container {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  /*  #header */
  /*  Lang */
  /*   ################################    Mobile Menu  ####################################  */ }
  #header-container #header {
    max-height: 70px; }
    #header-container #header .header-inner {
      max-height: 70px;
      padding: 20px 0;
      /*  menu */ }
      #header-container #header .header-inner .logo {
        display: block;
        height: 40px;
        margin-top: -5px; }
        #header-container #header .header-inner .logo img {
          height: 100%; }
      #header-container #header .header-inner nav#main_menu ul {
        margin: 0;
        padding-left: 120px; }
        #header-container #header .header-inner nav#main_menu ul li:first-child:before {
          display: none; }
        #header-container #header .header-inner nav#main_menu ul li:before {
          content: "";
          display: block;
          width: 1px;
          height: 15.6px;
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -7.8px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          background: rgba(40, 38, 43, 0.1); }
        #header-container #header .header-inner nav#main_menu ul li {
          position: relative;
          float: left;
          list-style: none; }
          #header-container #header .header-inner nav#main_menu ul li a {
            display: block;
            color: #28262b;
            border: 1px solid transparent;
            font-size: 0.875rem;
            font-weight: 400;
            height: 30px;
            line-height: 30px;
            padding: 0 20px; }
          #header-container #header .header-inner nav#main_menu ul li a:active {
            border: 1px solid #e21212; }
      #header-container #header .header-inner nav ul li {
        position: relative;
        float: left;
        list-style: none; }
        #header-container #header .header-inner nav ul li a {
          color: #28262b;
          border: 1px solid transparent;
          font-size: 0.875rem;
          font-weight: 500;
          height: 30px;
          line-height: 30px;
          padding: 0 20px; }
    #header-container #header #right_nav {
      margin: 0; }
      #header-container #header #right_nav li.mobile_btn {
        display: none; }
  #header-container .icon-mobile-menu {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    text-indent: -900em;
    z-index: 2; }
  #header-container .icon-mobile-menu span.icon-wrap {
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #28262b; }
  #header-container .icon-mobile-menu span.icon-wrap.dfd-middle-line {
    width: 20px; }
  #header-container .icon-mobile-menu span.icon-wrap.dfd-top-line {
    width: 25px;
    margin-top: -5px; }
  #header-container .icon-mobile-menu span.icon-wrap.dfd-bottom-line {
    width: 31px;
    margin-top: 5px; }
  #header-container .header-wrap.fixed .dl-menuwrapper > .dl-trigger {
    top: -41px; }
  #header-container .lang-sel {
    position: relative;
    font-size: 13px;
    font-style: normal;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: 0;
    overflow: visible;
    height: 30px;
    line-height: 30px;
    width: 50px;
    z-index: 9999;
    float: right; }
  #header-container .lang-sel > a {
    display: block;
    height: 100%;
    line-height: inherit;
    text-align: center;
    overflow: hidden;
    color: #28262b;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease .6s, visibility .3s ease .6s;
    -moz-transition: opacity .3s ease .6s, visibility .3s ease .6s;
    transition: opacity .3s ease .6s, visibility .3s ease .6s; }
  #header-container .lang-sel ul {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 50px;
    margin-bottom: 0;
    overflow: hidden;
    list-style: none;
    margin-left: 0; }
  #header-container .lang-sel ul > li {
    position: relative;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #282828;
    opacity: 0;
    visibility: hidden; }
  #header-container .lang-sel ul > li:nth-child(1) {
    margin-top: 0;
    z-index: 3;
    -webkit-transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .0s;
    -moz-transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .0s;
    transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .0s; }
  #header-container .lang-sel ul > li:nth-child(2) {
    margin-top: -50px;
    z-index: 2;
    -webkit-transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .2s;
    -moz-transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .2s;
    transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .2s; }
  #header-container .lang-sel ul > li:nth-child(3) {
    margin-top: -50px;
    z-index: 1;
    -webkit-transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .4s;
    -moz-transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .4s;
    transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s, margin-top .2s ease-in-out .4s; }
  #header-container .lang-sel ul > li a {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: 0;
    display: block;
    height: inherit;
    line-height: inherit;
    text-align: center;
    margin: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, color .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out; }
  #header-container .lang-sel ul > li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: -100%;
    top: 50%;
    margin-top: -0.5px;
    background: rgba(255, 255, 255, 0.5);
    visibility: hidden; }
  #header-container .lang-sel ul > li:hover a:before {
    -webkit-animation: dfdMenuHoverAnim 0.9s ease;
    -moz-animation: dfdMenuHoverAnim 0.9s ease;
    animation: dfdMenuHoverAnim 0.9s ease; }
  #header-container .lang-sel:hover > a {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease 0s, visibility .3s ease 0s;
    -moz-transition: opacity .3s ease 0s, visibility .3s ease 0s;
    transition: opacity .3s ease 0s, visibility .3s ease 0s; }
  #header-container .lang-sel:hover ul {
    -webkit-transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    -moz-transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s; }
  #header-container .lang-sel:hover ul li {
    margin-top: 0;
    visibility: visible;
    opacity: 1; }
  #header-container .lang-sel ul li a {
    padding: 0 !important;
    height: 50px !important;
    line-height: 50px !important; }
  #header-container .lang-sel ul li {
    float: none !important;
    padding: 0; }
  #header-container .lang-sel:hover ul li a span,
  #header-container .lang-sel:hover ul li a {
    color: #fff !important; }
  #header-container .lang-sel:hover ul li:nth-child(1) {
    -webkit-transition: background .2s ease, margin-top .2s ease-in-out .6s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    -moz-transition: background .2s ease, margin-top .2s ease-in-out .6s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    transition: background .2s ease, margin-top .2s ease-in-out .6s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s; }
  #header-container .lang-sel:hover ul li:nth-child(2) {
    -webkit-transition: background .2s ease, margin-top .2s ease-in-out .4s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    -moz-transition: background .2s ease, margin-top .2s ease-in-out .4s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    transition: background .2s ease, margin-top .2s ease-in-out .4s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s; }
  #header-container .lang-sel:hover ul li:nth-child(3) {
    -webkit-transition: background .2s ease, margin-top .2s ease-in-out .2s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    -moz-transition: background .2s ease, margin-top .2s ease-in-out .2s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s;
    transition: background .2s ease, margin-top .2s ease-in-out .2s, opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s; }
  #header-container #header-container.dfd-new-headers .lang-sel {
    font-family: "Lora";
    font-weight: 400;
    font-style: normal;
    width: 70px; }
  #header-container #header-container.dfd-new-headers .lang-sel span.flag {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 8px; }
  #header-container #header-container.dfd-new-headers .lang-sel > a {
    position: relative;
    overflow: visible; }
  #header-container #header-container.dfd-new-headers .lang-sel > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  #header-container #header-container.dfd-new-headers .lang-sel > a span.flag {
    background: transparent url(../img/eng.png) center center no-repeat; }
  #header-container #header-container.dfd-new-headers .lang-sel ul {
    width: 70px;
    margin-top: -18px;
    -webkit-transform: perspective(0);
    -moz-transform: perspective(0);
    -o-transform: perspective(0);
    transform: perspective(0);
    z-index: -1;
    -webkit-transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s, box-shadow .2s ease .2s;
    -moz-transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s, box-shadow .2s ease .2s;
    transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out .2s, box-shadow .2s ease .2s; }
  #header-container #header-container.dfd-new-headers .lang-sel ul > li {
    height: 36px;
    line-height: 36px;
    color: #28262b;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #header-container #header-container.dfd-new-headers .lang-sel ul > li:hover {
    background: #f4f4f4; }
  #header-container #header-container.dfd-new-headers .lang-sel ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  #header-container #header-container.dfd-new-headers .lang-sel ul > li:nth-child(1) span.flag {
    background: transparent url(../img/eng.png) center center no-repeat; }
  #header-container #header-container.dfd-new-headers .lang-sel ul > li:nth-child(2) span.flag {
    background: transparent url(../img/de.png) center center no-repeat; }
  #header-container #header-container.dfd-new-headers .lang-sel ul > li:nth-child(3) span.flag {
    background: transparent url(../img/fr.png) center center no-repeat; }
  #header-container #header-container.dfd-new-headers .lang-sel ul > li a {
    font-family: "Lora";
    font-weight: 400;
    font-style: normal; }
  #header-container #header-container.dfd-new-headers .lang-sel:hover > a {
    opacity: 1;
    visibility: visible; }
  #header-container #header-container.dfd-new-headers .lang-sel:hover ul {
    z-index: 4;
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    -o-transform: perspective(400px);
    transform: perspective(400px); }
  #header-container .lang-sel > a {
    padding: 0 !important; }
    #header-container .lang-sel > a span {
      font-size: 0.8125rem; }
  #header-container .lang-sel ul > li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: -100%;
    top: 50%;
    margin-top: -0.5px;
    background: rgba(255, 255, 255, 0.5);
    visibility: hidden; }
  #header-container .lang-sel ul > li:hover a:before {
    -webkit-animation: dfdMenuHoverAnim 0.9s ease;
    -moz-animation: dfdMenuHoverAnim 0.9s ease;
    animation: dfdMenuHoverAnim 0.9s ease; }
  #header-container #sidr {
    left: -260px;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0;
    background: #2d2d2d;
    color: rgba(255, 255, 255, 0.5);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    #header-container #sidr .sidr-top {
      position: relative;
      overflow: hidden;
      padding: 20px 50px 20px 20px; }
    #header-container #sidr ul {
      display: block;
      margin: 0 0 15px;
      padding: 0; }
      #header-container #sidr ul li {
        display: block;
        margin: 0;
        line-height: 48px;
        border-top: 1px dotted rgba(255, 255, 255, 0.1);
        -webkit-transition: background .3s ease, border-top .3s ease;
        -moz-transition: background .3s ease, border-top .3s ease;
        transition: background .3s ease, border-top .3s ease; }
        #header-container #sidr ul li a {
          font-size: 12px;
          font-weight: 300;
          position: relative;
          display: block;
          font-size: 12px;
          padding: 0 25px;
          text-decoration: none;
          color: rgba(255, 255, 255, 0.5);
          -webkit-transition: color .3s ease, background .3s ease;
          -moz-transition: color .3s ease, background .3s ease;
          transition: color .3s ease, background .3s ease; }
        #header-container #sidr ul li a:hover {
          background: #252525; }
  #header-container #sidr.open {
    left: 0px; }
  #header-container .dfd-sidr-close {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 260px;
    right: 0;
    z-index: 999998; }
  #header-container .dfd-sidr-close.open {
    display: block; }

@-webkit-keyframes dfdMenuHoverAnim {
  0% {
    left: -100%;
    visibility: hidden; }
  10% {
    left: -100%;
    opacity: 1;
    visibility: visible; }
  65% {
    opacity: .3; }
  80% {
    left: 100%;
    opacity: .1;
    visibility: visible; }
  81% {
    left: 100%;
    visibility: hidden; }
  100% {
    left: -100%;
    visibility: hidden; } }
@-moz-keyframes dfdMenuHoverAnim {
  0% {
    left: -100%;
    visibility: hidden; }
  10% {
    left: -100%;
    opacity: 1;
    visibility: visible; }
  65% {
    opacity: .3; }
  80% {
    left: 100%;
    opacity: .1;
    visibility: visible; }
  81% {
    left: 100%;
    visibility: hidden; }
  100% {
    left: -100%;
    visibility: hidden; } }
@-o-keyframes dfdMenuHoverAnim {
  0% {
    left: -100%;
    visibility: hidden; }
  10% {
    left: -100%;
    opacity: 1;
    visibility: visible; }
  65% {
    opacity: .3; }
  80% {
    left: 100%;
    opacity: .1;
    visibility: visible; }
  81% {
    left: 100%;
    visibility: hidden; }
  100% {
    left: -100%;
    visibility: hidden; } }
@keyframes dfdMenuHoverAnim {
  0% {
    left: -100%;
    visibility: hidden; }
  10% {
    left: -100%;
    opacity: 1;
    visibility: visible; }
  65% {
    opacity: .3; }
  80% {
    left: 100%;
    opacity: .1;
    visibility: visible; }
  81% {
    left: 100%;
    visibility: hidden; }
  100% {
    left: -100%;
    visibility: hidden; } }
/*    Search  form     */
.form-search-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.95);
  z-index: 9999; }

.form-search-section.shift-form .row .form-search {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  transition: all .3s ease .15s; }

.form-search-section .row {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%; }

.form-search-section .row .form-search {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease; }

.form-search-section::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  font-family: "Montserrat";
  line-height: 53.9px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #fff; }

.form-search-section::-moz-placeholder {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  font-family: "Montserrat";
  line-height: 53.9px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #fff; }

.form-search-section:-ms-input-placeholder {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  font-family: "Montserrat";
  line-height: 53.9px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #fff; }

.form-search-section input:-moz-placeholder {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  font-family: "Montserrat";
  line-height: 53.9px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #fff; }

.form-search-section input[type="text"] {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  font-family: "Montserrat";
  line-height: 53.9px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #fff;
  height: auto;
  margin: 0;
  padding-right: 45px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%; }

.form-search-section .inside-search-icon,
.form-search-section .searchsubmit-icon,
.form-search-section .btn {
  font-size: 15px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: transparent;
  border-width: 0; }

.form-search-section .btn {
  text-indent: 100px;
  cursor: pointer;
  z-index: 2; }

.form-search-section .close-search {
  z-index: 0; }

.form-search-section .close-search:before {
  content: "";
  display: block;
  width: 5000px;
  height: 5000px;
  position: absolute;
  top: -2000px;
  left: -2000px;
  background: transparent; }

.dfd-custom-padding-html .form-search-section {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  width: auto;
  height: auto; }

@media screen and (max-width: 1200px) {
  #header {
    max-width: none !important;
    width: 100%; } }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# VC
--------------------------------------------------------------*/
p, div, h5, a, span, li, .widget h3.widget-title, h4, h1, h2, h3, h6, h2, .ts-title-typed-string, td, th, .wpcf7-submit {
  font-family: Roboto,"微軟正黑體",Helvetica,Arial,sans-serif; }

.mx1080 {
  max-width: 1080px;
  margin: auto !important; }

.mx1150 {
  max-width: 1150px;
  margin: auto !important; }

.mx1200 {
  max-width: 1200px;
  margin: auto !important; }

.mx1100 {
  max-width: 1100px;
  margin: auto !important; }

.recent-works-slider .recent-works-item {
  position: relative;
  overflow: hidden; }
  .recent-works-slider .recent-works-item .entry-thumb .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s; }
  .recent-works-slider .recent-works-item .wdr_link {
    top: 65%;
    z-index: 9;
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s; }
    .recent-works-slider .recent-works-item .wdr_link h6.widget-title {
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      position: absolute;
      opacity: 0;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 22px;
      font-weight: 700;
      line-height: 40px;
      text-transform: none;
      word-spacing: 0; }
      .recent-works-slider .recent-works-item .wdr_link h6.widget-title a {
        opacity: 0;
        color: #fff; }
    .recent-works-slider .recent-works-item .wdr_link h6.widget-title:before {
      content: "";
      position: absolute;
      width: 10%;
      height: 1px;
      bottom: -30px;
      left: 40%;
      background-color: rgba(255, 255, 255, 0.5);
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition-duration: .3s;
      /* Safari */
      -webkit-transition-delay: .3s;
      /* Safari */
      -moz-transition-duration: .3s;
      /* Safari */
      -moz-transition-delay: .3s;
      /* Safari */
      transition-duration: .3s;
      transition-delay: .3s; }
    .recent-works-slider .recent-works-item .wdr_link .entry-tag {
      position: absolute;
      text-align: center;
      width: 100%;
      opacity: 0;
      top: 35%;
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s; }
      .recent-works-slider .recent-works-item .wdr_link .entry-tag ul {
        margin: 0;
        padding: 0; }
        .recent-works-slider .recent-works-item .wdr_link .entry-tag ul li a {
          text-align: center;
          color: rgba(255, 255, 255, 0.5);
          font-style: italic; }
.recent-works-slider .recent-works-item:hover .entry-thumb .mask {
  opacity: 1; }
.recent-works-slider .recent-works-item:hover .wdr_link {
  top: 40%; }
  .recent-works-slider .recent-works-item:hover .wdr_link h6.widget-title {
    opacity: 1;
    width: 100%; }
    .recent-works-slider .recent-works-item:hover .wdr_link h6.widget-title a {
      opacity: 1; }
  .recent-works-slider .recent-works-item:hover .wdr_link h6:before {
    visibility: visible;
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    width: 100%;
    left: 0%;
    -webkit-transition-duration: .3s;
    /* Safari */
    -webkit-transition-delay: .3s;
    /* Safari */
    -moz-transition-duration: .3s;
    /* Safari */
    -moz-transition-delay: .3s;
    /* Safari */
    transition-duration: .3s;
    transition-delay: .3s;
   /*
  -webkit-transition-delay: 3s;
   transition-delay: 3s;
  -webkit-transition:  .4s ease-out 0s;
  transition: .4s ease-out 0s;
  */ }
  .recent-works-slider .recent-works-item:hover .wdr_link .entry-tag {
    opacity: 1;
    top: 15%; }

.ts-figure-navigation-item {
  box-shadow: 0px 1px 8px 2px #D0D0D0;
  cursor: pointer; }
  .ts-figure-navigation-item figure {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .ts-figure-navigation-item img {
    display: none; }
  .ts-figure-navigation-item .ts-figure-navigation-handle {
    background-color: #dd3333;
    border-color: #dd3333;
    color: #ffffff;
    width: 64px;
    height: 40px;
    margin: -20px auto 0;
    position: relative;
    top: -20px;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    border-width: 0; }
    .ts-figure-navigation-item .ts-figure-navigation-handle img {
      display: block;
      margin: auto;
      width: 55%; }
  .ts-figure-navigation-item .ts-figure-navigation-handle:before {
    display: block;
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: inherit;
    border-width: 15px 32px 0; }
  .ts-figure-navigation-item .ts-figure-navigation-handle:after {
    display: block;
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: inherit;
    border-width: 0 32px 15px; }
  .ts-figure-navigation-item .ts-figure-navigation-content {
    height: 0px;
    overflow: hidden;
    transition: all .75s ease-out;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    padding-left: 20px;
    padding-right: 20px; }
    .ts-figure-navigation-item .ts-figure-navigation-content p {
      opacity: 0;
      transition: 1.2s ease-out;
      -webkit-transition: 1.2s ease-out;
      -moz-transition: 1.2s ease-out;
      -ms-transition: 1.2s ease-out;
      line-height: 25px;
      height: 125px !important;
      max-height: 125px;
      overflow: hidden;
      margin: 0;
      font-size: 14px;
      color: #565656; }
  .ts-figure-navigation-item .ts-outer {
    height: 0;
    overflow: hidden; }
    .ts-figure-navigation-item .ts-outer .ts-figure-navigation-button {
      display: block;
      margin: 20px auto;
      opacity: 0;
      color: #fff;
      padding: 10px;
      max-width: 100%;
      background-color: #e9544e;
      text-decoration: none;
      font-size: 15px;
      font-weight: 700;
      text-align: center;
      -webkit-transition-delay: 2s;
      /* Safari */
      transition-delay: 2s;
      transition: 0.5s;
      -webkit-transition: 0.2s; }
  .ts-figure-navigation-item .ts-figure-navigation-title {
    padding: 10px 0 22px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center; }

.ts-figure-navigation-item.ts-figure-navigation-hover .ts-figure-navigation-handle {
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -khtml-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: ts-teaser-rotate;
  -khtml-animation-name: ts-teaser-rotate;
  -moz-animation-name: ts-teaser-rotate;
  -ms-animation-name: ts-teaser-rotate;
  -o-animation-name: ts-teaser-rotate;
  animation-name: ts-teaser-rotate; }

@-webkit-keyframes ts-teaser-rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes ts-teaser-rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes ts-teaser-rotate {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
@-o-keyframes ts-teaser-rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
@keyframes ts-teaser-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.ts-figure-navigation-item.ts-figure-navigation-hover .ts-outer {
  height: auto; }
  .ts-figure-navigation-item.ts-figure-navigation-hover .ts-outer .ts-figure-navigation-button {
    -webkit-transition-delay: 2s;
    /* Safari */
    transition-delay: 2s;
    transition: 1s;
    -webkit-transition: 1s;
    opacity: 1; }
.ts-figure-navigation-item.ts-figure-navigation-hover .ts-figure-navigation-content {
  height: auto; }
  .ts-figure-navigation-item.ts-figure-navigation-hover .ts-figure-navigation-content p {
    opacity: 1; }

.home_top_slider {
  overflow-x: hidden; }

.home_new_box {
  padding: 0 15px 30px; }
  .home_new_box .htitle {
    font-size: 24px;
    line-height: 28px; }
    .home_new_box .htitle a {
      color: #000; }
    .home_new_box .htitle a:hover {
      color: #e21212; }
  .home_new_box .date {
    font-style: italic;
    line-height: 24px;
    font-size: 14px;
    color: #565656;
    padding: 5px 0; }
  .home_new_box .hexpert {
    line-height: 24px;
    padding: 15px 0 0;
    color: #565656; }

.link_btn {
  text-align: center;
  margin: 0 10px 30px; }
  .link_btn .button {
    margin: auto;
    display: inline-block;
    border: 1px solid #e21212;
    border-radius: 20px;
    padding: 17px 45px;
    color: #e21212;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
  .link_btn .button:hover {
    background: #e21212;
    color: #fff; }

.aio-icon-component {
  /*  .aio-icon-box */ }
  .aio-icon-component .aio-icon-box.left {
    text-align: left; }
  .aio-icon-component .aio-icon-box.right {
    text-align: right; }
  .aio-icon-component .aio-icon-box {
    position: relative;
    margin-bottom: 0 !important;
    text-align: center; }
    .aio-icon-component .aio-icon-box .aio-icon-left {
      text-align: left;
      position: relative;
      display: inline-block; }
      .aio-icon-component .aio-icon-box .aio-icon-left .align-icon {
        display: table-cell;
        vertical-align: middle;
        padding-right: 25px; }
      .aio-icon-component .aio-icon-box .aio-icon-left .aio-icon-header {
        display: table-cell;
        vertical-align: middle; }
        .aio-icon-component .aio-icon-box .aio-icon-left .aio-icon-header .feature-title {
          height: 100%;
          display: table-cell;
          vertical-align: middle; }
      .aio-icon-component .aio-icon-box .aio-icon-left .aio-icon.circle {
        margin-bottom: 10px;
        height: 2em;
        width: 2em;
        text-align: center;
        line-height: 2em;
        border-radius: 50%; }
      .aio-icon-component .aio-icon-box .aio-icon-left .aio-icon.square {
        margin-bottom: 10px;
        height: 2em;
        width: 2em;
        text-align: center;
        line-height: 2em; }
  .aio-icon-component .aio-icon-top {
    text-align: center; }
    .aio-icon-component .aio-icon-top .aio-icon {
      margin-bottom: 10px;
      height: 1.7em;
      width: 2em;
      text-align: center;
      line-height: 2em;
      background: none; }
    .aio-icon-component .aio-icon-top .aio-icon.circle {
      margin-bottom: 10px;
      height: 2em;
      width: 2em;
      text-align: center;
      line-height: 2em;
      border-radius: 50%; }
    .aio-icon-component .aio-icon-top .aio-icon.square {
      margin-bottom: 10px;
      height: 2em;
      width: 2em;
      text-align: center;
      line-height: 2em; }
    .aio-icon-component .aio-icon-top .align-icon img {
      max-height: 80px; }
  .aio-icon-component .aio-icon-header {
    margin-bottom: 15px; }
    .aio-icon-component .aio-icon-header .feature-title {
      text-align: center;
      font-weight: normal;
      font-size: 15px;
      line-height: 25.65px;
      text-transform: none;
      letter-spacing: 0px;
      word-spacing: 0;
      color: #28262b;
      -webkit-transition: color .3s ease-in-out, border-bottom-color .3s ease-in-out;
      -moz-transition: color .3s ease-in-out, border-bottom-color .3s ease-in-out;
      transition: color .3s ease-in-out, border-bottom-color .3s ease-in-out; }
  .aio-icon-component .aio-icon-description div {
    position: relative;
    padding-bottom: 10px;
    font-size: 14px;
    color: #565656;
    line-height: 25px; }

.typed-cursor {
  opacity: 0; }

.ts-title-typed-container.ts-title-typed-style1:after,
.ts-title-typed-container.ts-title-typed-style1:before {
  display: inline-block;
  content: "";
  width: 70px;
  height: 2px;
  margin-top: -2px;
  vertical-align: middle;
  background-color: #444;
  background-color: transparent !important;
  width: 50px !important;
  border-bottom: 2px #949494 dotted; }

.ts-title-typed-holder {
  margin: 0 auto;
  padding: 0 15px;
  display: inline-block;
  max-width: 100%;
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  text-align: inherit !important; }

@media screen and (max-width: 500px) {
  .ts-title-typed-container.ts-title-typed-style1:after,
  .ts-title-typed-container.ts-title-typed-style1:before {
    display: none; } }
@media screen and (max-width: 1024px) {
  #header-container #header .header-inner nav#main_menu ul {
    padding-left: 50px; } }
@media screen and (max-width: 920px) {
  #header-container #header .header-inner nav#main_menu {
    display: none; }

  #header-container #header #right_nav .lang-sel {
    display: none; }

  #header-container #header #right_nav .mobile_btn {
    display: block !important; } }
.brand_slick_slider a {
  display: block; }
.brand_slick_slider .witem {
  text-align: center;
  position: relative;
  opacity: 0.5;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s; }
  .brand_slick_slider .witem img {
    display: block;
    margin: auto; }
.brand_slick_slider .witem:hover {
  opacity: 1; }
.brand_slick_slider .slick-prev:hover:before,
.brand_slick_slider .slick-next:hover:before {
  color: #e11212; }
.brand_slick_slider .slick-prev:before {
  content: "\ec2c"   !important;
  font-family: "icomoon" !important;
  color: #333;
  font-size: 32px; }
.brand_slick_slider .slick-next:before {
  content: "\ec46" !important;
  font-family: "icomoon" !important;
  color: #333;
  font-size: 32px; }
.brand_slick_slider .slick-next {
  right: 20px;
  z-index: 999; }
.brand_slick_slider .slick-prev {
  left: 20px;
  z-index: 999; }

#custom_menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #custom_menu ul li {
    position: relative;
    padding: 10px 0 10px 25px;
    border-bottom: 1px dotted #d6d6d6;
    -webkit-transition: color .3s ease-in-out, padding-left .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, padding-left .3s ease-in-out;
    transition: color .3s ease-in-out, padding-left .3s ease-in-out;
    list-style: none; }
    #custom_menu ul li a {
      font-size: 14px;
      color: #565656; }
  #custom_menu ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    background: #e11212;
    width: 5px;
    height: 5px; }
  #custom_menu ul li:hover {
    padding-left: 32px; }
    #custom_menu ul li:hover a {
      color: #e11212; }

/**
 * Tooltip Styles
 */
/* Base styles for the element that has a tooltip */
.modal_text {
  /* Base styles for the entire tooltip */
  /* Show the entire tooltip on hover and focus */
  /* Base styles for the tooltip's directional arrow */
  /* Base styles for the tooltip's content area */
  /* Directions */
  /* Top (default) */
  /* Horizontally align top/bottom tooltips */
  /* Left */
  /* Bottom */
  /* Right */
  /* Move directional arrows down a bit for left/right tooltips */
  /* Vertically center tooltip content for left/right tooltips */ }
  .modal_text [data-tooltip],
  .modal_text .tooltip {
    position: relative;
    cursor: pointer; }
  .modal_text [data-tooltip]:before,
  .modal_text [data-tooltip]:after,
  .modal_text .tooltip:before,
  .modal_text .tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none; }
  .modal_text [data-tooltip]:hover:before,
  .modal_text [data-tooltip]:hover:after,
  .modal_text [data-tooltip]:focus:before,
  .modal_text [data-tooltip]:focus:after,
  .modal_text .tooltip:hover:before,
  .modal_text .tooltip:hover:after,
  .modal_text .tooltip:focus:before,
  .modal_text .tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .modal_text .tooltip:before,
  .modal_text [data-tooltip]:before {
    z-index: 301;
    border: 6px solid transparent;
    background: transparent;
    content: ""; }
  .modal_text .tooltip:after,
  .modal_text [data-tooltip]:after {
    z-index: 100;
    padding: 12px 8px;
    width: 100px;
    background-color: #e11212;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px; }
  .modal_text [data-tooltip]:before,
  .modal_text [data-tooltip]:after,
  .modal_text .tooltip:before,
  .modal_text .tooltip:after,
  .modal_text .tooltip-top:before,
  .modal_text .tooltip-top:after {
    bottom: 100%;
    left: 50%; }
  .modal_text [data-tooltip]:before,
  .modal_text .tooltip:before,
  .modal_text .tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #e11212; }
  .modal_text [data-tooltip]:after,
  .modal_text .tooltip:after,
  .modal_text .tooltip-top:after {
    margin-left: -50px; }
  .modal_text [data-tooltip]:hover:before,
  .modal_text [data-tooltip]:hover:after,
  .modal_text [data-tooltip]:focus:before,
  .modal_text [data-tooltip]:focus:after,
  .modal_text .tooltip:hover:before,
  .modal_text .tooltip:hover:after,
  .modal_text .tooltip:focus:before,
  .modal_text .tooltip:focus:after,
  .modal_text .tooltip-top:hover:before,
  .modal_text .tooltip-top:hover:after,
  .modal_text .tooltip-top:focus:before,
  .modal_text .tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px); }
  .modal_text .tooltip-left:before,
  .modal_text .tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto; }
  .modal_text .tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: rgba(51, 51, 51, 0.9); }
  .modal_text .tooltip-left:hover:before,
  .modal_text .tooltip-left:hover:after,
  .modal_text .tooltip-left:focus:before,
  .modal_text .tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px); }
  .modal_text .tooltip-bottom:before,
  .modal_text .tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%; }
  .modal_text .tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: rgba(51, 51, 51, 0.9); }
  .modal_text .tooltip-bottom:hover:before,
  .modal_text .tooltip-bottom:hover:after,
  .modal_text .tooltip-bottom:focus:before,
  .modal_text .tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px); }
  .modal_text .tooltip-right:before,
  .modal_text .tooltip-right:after {
    bottom: 50%;
    left: 100%; }
  .modal_text .tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: rgba(51, 51, 51, 0.9); }
  .modal_text .tooltip-right:hover:before,
  .modal_text .tooltip-right:hover:after,
  .modal_text .tooltip-right:focus:before,
  .modal_text .tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px); }
  .modal_text .tooltip-left:before,
  .modal_text .tooltip-right:before {
    top: 3px; }
  .modal_text .tooltip-left:after,
  .modal_text .tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px; }

/*  Tab  Top  */
.vc_tta-tabs-position-top .vc_tta-tabs-list {
  padding: 9px 0; }
  .vc_tta-tabs-position-top .vc_tta-tabs-list .vc_tta-tab {
    margin: 5px 0 0 1px !important;
    border: 1px solid #e6e6e6;
    border-radius: 30px; }
    .vc_tta-tabs-position-top .vc_tta-tabs-list .vc_tta-tab a {
      padding: 10px 20px !important;
      text-align: center;
      border-radius: 30px !important;
      background: none !important;
      border-radius: 0px !important;
      -webkit-transition: color .3s ease, box-shadow .3s, background-color .3s !important;
      -moz-transition: color .3s ease, box-shadow .3s, background-color .3s !important;
      transition: color .3s ease, box-shadow .3s, background-color .3s !important; }
  .vc_tta-tabs-position-top .vc_tta-tabs-list .vc_tta-tab.vc_active {
    border: 1px solid #e11212;
    border-radius: 30px; }
    .vc_tta-tabs-position-top .vc_tta-tabs-list .vc_tta-tab.vc_active a {
      border-radius: 30px !important;
      color: #fff !important;
      background: #e11212 !important; }
.vc_tta-tabs-position-top .vc_tta-panels-container {
  margin-top: 20px;
  border-top: 1px dotted #ddd; }
  .vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels {
    border-color: #fff !important;
    background-color: #fff !important; }
    .vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
      border-color: #fff !important;
      background-color: #fff !important;
      padding: 22px 20px 14px !important; }
      .vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body > div {
        border-bottom: 0px !important; }
      .vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body ul {
        margin: 0; }
        .vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body ul li {
          padding: 0;
          margin: 0; }

/*  Tab  Left  */
.vc_tta-tabs-position-left .vc_tta-tab {
  margin: 5px 0 0 1px !important;
  border: 1px solid #e6e6e6; }
  .vc_tta-tabs-position-left .vc_tta-tab a {
    background: none !important;
    border-radius: 0px !important;
    -webkit-transition: color .3s ease, box-shadow .3s, background-color .3s !important;
    -moz-transition: color .3s ease, box-shadow .3s, background-color .3s !important;
    transition: color .3s ease, box-shadow .3s, background-color .3s !important; }
  .vc_tta-tabs-position-left .vc_tta-tab a:before {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 1.5em; }
  .vc_tta-tabs-position-left .vc_tta-tab a:hover {
    box-shadow: 0 5px 15px #eee; }
.vc_tta-tabs-position-left .vc_tta-tab.vc_active {
  border: 1px solid #e11212; }
  .vc_tta-tabs-position-left .vc_tta-tab.vc_active a {
    color: #fff !important;
    background: #e11212 !important; }
  .vc_tta-tabs-position-left .vc_tta-tab.vc_active a:before {
    content: "" !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 1.5em;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    left: 0 !important;
    border: 0px !important;
    position: absolute;
    display: inline-block !important; }

.vc_tta-panels-container .vc_tta-panels {
  border-color: #fff !important;
  background-color: #fff !important; }
  .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    border-color: #fff !important;
    background-color: #fff !important;
    padding: 0 20px 14px !important; }

.vc_tta.vc_tta-style-classic .vc_tta-tab > a,
.vc_tta.vc_tta-style-classic .vc_tta-panel-body,
.vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
  border: 0px !important; }

/*  Contact 7 form  */
.wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="date"], .wpcf7 input[type="datetime"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="time"], .wpcf7 input[type="url"], .wpcf7 textarea {
  background-color: #fff;
  color: #565656;
  padding: 7px 15px 7px;
  width: 100%;
  display: block;
  font-size: 14px;
  height: 47px;
  line-height: 20px;
  margin: 0 0 13px;
  border-radius: 0;
  border: 1px solid #d6d6d6;
  -webkit-appearance: none;
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out; }

.modal-backdrop {
  z-index: 9999991040; }

.modal_text {
  margin-bottom: 1em; }
  .modal_text a {
    line-height: 1.7em; }

.modal_trigger.center a {
  text-align: center; }

.modal_trigger.left a {
  text-align: left; }

.modal_trigger.right a {
  text-align: right; }

/*# sourceMappingURL=style.css.map */
