@charset "UTF-8";
/** font face **/
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400,400i,700,900|Roboto+Condensed:300,400,400i,700|Roboto:300,400,400i,500,700,900");
.font-a, #print-news-section .magazine__posts li a {
  font-family: 'Roboto', sans-serif; }

.font-b, .ho-co-newsletter, .post.post--normal .post__title {
  font-family: 'Roboto Condensed', sans-serif; }

.font-c, #print-news-section .magazine__posts li, .post.post--featured .post__title, .post.post--normal p, .category-list .posts .post.post--featured .post__excerpt, .scientist p {
  font-family: 'Merriweather', serif; }

.font-d {
  font-family: 'PhotinaMT'; }

@font-face {
  font-family: 'PhotinaMT';
  src: url("../fonts/PhotinaMT.eot?#iefix") format("embedded-opentype"), url("../fonts/PhotinaMT.woff") format("woff"), url("../fonts/PhotinaMT.ttf") format("truetype"), url("../fonts/PhotinaMT.svg#PhotinaMT") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PhotinaMT';
  src: url("../fonts/PhotinaMT-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PhotinaMT-Italic.woff") format("woff"), url("../fonts/PhotinaMT-Italic.ttf") format("truetype"), url("../fonts/PhotinaMT-Italic.svg#PhotinaMT-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'PhotinaMT';
  src: url("../fonts/PhotinaMT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PhotinaMT-Bold.otf") format("opentype"), url("../fonts/PhotinaMT-Bold.woff") format("woff"), url("../fonts/PhotinaMT-Bold.ttf") format("truetype"), url("../fonts/PhotinaMT-Bold.svg#PhotinaMT-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
.fa-light {
  font-weight: 300; }

.fa-med {
  font-weight: 500; }

.fa-normal {
  font-weight: normal; }

.fa-bo {
  font-weight: bold; }

.fa-bl {
  font-weight: 900; }

/** font face **/
/* Addresses margins handled incorrectly in IE 6/7. */
* {
  margin: 0;
  padding: 0;
  outline: none; }

html, body {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  line-height: 1.4;
  color: #000000; }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
*/
html, body, button, input, select, textarea {
  font-family: "Roboto", "Helvetica", "Calibri";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/***** [Reserve CSS Stylesheet] *****/
.opac a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.invisible {
  visibility: hidden; }

/* Hide visually and from screenreaders, but maintain layout */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
small {
  font-size: 80%; }

/* Addresses inconsistent and variable font size in all browsers. */
/***** CSS3 SCROLL BAR Styles *****/
html, .scroll-content, .hc-ma-dd .dropdown-menu {
  /* Track */
  /* Handle */ }
  html::-webkit-scrollbar, .scroll-content::-webkit-scrollbar, .hc-ma-dd .dropdown-menu::-webkit-scrollbar {
    width: 7px;
    background: #fff; }
  html::-webkit-scrollbar-track, .scroll-content::-webkit-scrollbar-track, .hc-ma-dd .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  html::-webkit-scrollbar-thumb, .scroll-content::-webkit-scrollbar-thumb, .hc-ma-dd .dropdown-menu::-webkit-scrollbar-thumb {
    background: #000; }

/* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
*/
[hidden] {
  display: none; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
*/
a {
  outline: none;
  color: #8f0500;
  text-decoration: none;
  _noFocusLine: expression(this.hideFocus=true);
  cursor: pointer; }

a:active, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  _noFocusLine: expression(this.hideFocus=true); }

a:focus, a:hover {
  color: #8f0500; }

/* ==========================================================================
   Typography
   ========================================================================== */
/* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/* Addresses styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic; }

/* Addresses styling not present in IE 6/7/8/9. */
mark {
  background: #ff0;
  color: #000; }

/* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improves readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Addresses CSS quotes not supported in IE 6/7. */
q {
  quotes: none; }

/* Addresses `quotes` property not supported in Safari 4. */
q:before, q:after {
  content: '';
  content: none; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses paddings set differently in IE 6/7.
*/
menu, ol, ul {
  margin: 0; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul, nav ol, li {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
*/
form {
  margin: 0; }

/* Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  outline: none;
  _noFocusLine: expression(this.hideFocus=true);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

textarea {
  outline: none;
  resize: none; }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
*/
button, input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
*/
button[disabled], input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/* Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
  vertical-align: middle; }

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
  */
  .ir a:after,
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2, h3 {
    page-break-after: avoid; } }
h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.67em; }

.par p {
  padding: 10px 0px; }

.par2 p {
  padding: 5px 0px; }

.bp-center {
  text-align: center; }

.bp-left {
  text-align: left; }

.bp-right {
  text-align: right; }

.bp-justify {
  text-align: justify; }

.bp-tt {
  text-transform: uppercase; }

.par-small {
  font-size: 12px; }

.par-medium {
  font-size: 14px; }

.par-large {
  font-size: 16px; }

.par-xlarge, .hd-co-set h4, .hc-co-list li h4 {
  font-size: 18px; }

.par-xxlarge {
  font-size: 20px; }

.par-max {
  font-size: 22px; }

.par-max2, .popup-v2 .fancybox-nav, .ab-ne-list li.set h4 {
  font-size: 24px; }

.par-max3, .in-bq-capt h4 {
  font-size: 26px; }

.par-max4 {
  font-size: 30px; }

.bp-title.title-large, .title-large.hc-title, .in-as-list li a.title-large, .il-de-det li span.title-large.capt, .title-large.il-de-capt, .title-large.bu-title, .title-large.jo-title {
  font-size: 60px; }
.bp-title.title-large2, .title-large2.hc-title, .in-as-list li a.title-large2, .il-de-det li span.title-large2.capt, .title-large2.il-de-capt, .title-large2.bu-title, .title-large2.jo-title {
  font-size: 74px; }
.bp-title.title-large3, .title-large3.hc-title, .in-as-list li a.title-large3, .il-de-det li span.title-large3.capt, .title-large3.il-de-capt, .title-large3.bu-title, .title-large3.jo-title, .ib-se-top h1 {
  font-size: 80px; }
.bp-title.title-med, .title-med.hc-title, .in-as-list li a.title-med, .il-de-det li span.title-med.capt, .title-med.il-de-capt, .title-med.bu-title, .title-med.jo-title, .in-ab-dd .ic-dd-title h2, .ib-se-top h1 small {
  font-size: 37px; }
.bp-title.title-med2, .title-med2.hc-title, .in-as-list li a.title-med2, .il-de-det li span.title-med2.capt, .title-med2.il-de-capt, .title-med2.bu-title, .title-med2.jo-title {
  font-size: 42px; }
.bp-title.title-med3, .title-med3.hc-title, .in-as-list li a.title-med3, .il-de-det li span.title-med3.capt, .title-med3.il-de-capt, .title-med3.bu-title, .title-med3.jo-title {
  font-size: 46px; }
.bp-title.title-med4, .title-med4.hc-title, .in-as-list li a.title-med4, .il-de-det li span.title-med4.capt, .title-med4.il-de-capt, .title-med4.bu-title, .title-med4.jo-title {
  font-size: 48px; }
.bp-title.title-small, .title-small.hc-title, .in-as-list li a.title-small, .il-de-det li span.title-small.capt, .title-small.il-de-capt, .title-small.bu-title, .title-small.jo-title {
  font-size: 23px; }
.bp-title.title-small2, .title-small2.hc-title, .in-as-list li a.title-small2, .il-de-det li span.title-small2.capt, .title-small2.il-de-capt, .title-small2.bu-title, .title-small2.jo-title {
  font-size: 28px; }
.bp-title.title-small3, .title-small3.hc-title, .in-as-list li a.title-small3, .il-de-det li span.title-small3.capt, .title-small3.il-de-capt, .title-small3.bu-title, .title-small3.jo-title, .il-de-sns h1 {
  font-size: 31px; }

.hc-title, .in-as-list li a, .il-de-det li span.capt, .il-de-capt {
  position: relative;
  display: inline-block;
  padding: 0 15px 2px 5px; }
  .hc-title > span, .in-as-list li a > span, .il-de-det li span.capt > span, .il-de-capt > span {
    z-index: 2;
    position: relative; }
  .hc-title:after, .in-as-list li a:after, .il-de-det li span.capt:after, .il-de-capt:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: #8f0500; }
  .hc-title.small:after, .in-as-list li a.small:after, .il-de-det li span.small.capt:after, .small.il-de-capt:after {
    height: 7px; }
  .hc-title.bd-yellow-green:after, .in-as-list li a.bd-yellow-green:after, .il-de-det li span.bd-yellow-green.capt:after, .bd-yellow-green.il-de-capt:after {
    background: #d9e021; }
  .hc-title.bd-green-sea:after, .in-as-list li a.bd-green-sea:after, .il-de-det li span.bd-green-sea.capt:after, .bd-green-sea.il-de-capt:after {
    background: #066c61; }
  .hc-title.bd-alizarin:after, .in-as-list li a.bd-alizarin:after, .il-de-det li span.bd-alizarin.capt:after, .bd-alizarin.il-de-capt:after {
    background: #e55659; }
  .hc-title.bd-mildyellow:after, .in-as-list li a.bd-mildyellow:after, .il-de-det li span.bd-mildyellow.capt:after, .bd-mildyellow.il-de-capt:after {
    background: #e5d0a6; }
  .hc-title.bd-turquoise:after, .in-as-list li a.bd-turquoise:after, .il-de-det li span.bd-turquoise.capt:after, .bd-turquoise.il-de-capt:after {
    background: #8bd3c3; }
  .hc-title.bd-midnight-blue:after, .in-as-list li a.bd-midnight-blue:after, .il-de-det li span.bd-midnight-blue.capt:after, .bd-midnight-blue.il-de-capt:after {
    background: #06445f; }
  .hc-title.bd-sun-flower:after, .in-as-list li a.bd-sun-flower:after, .il-de-det li span.bd-sun-flower.capt:after, .bd-sun-flower.il-de-capt:after {
    background: #ffb830; }
  .hc-title.bd-emerald:after, .in-as-list li a.bd-emerald:after, .il-de-det li span.bd-emerald.capt:after, .bd-emerald.il-de-capt:after {
    background: #51b848; }
  .hc-title.bd-peter-river:after, .in-as-list li a.bd-peter-river:after, .il-de-det li span.bd-peter-river.capt:after, .bd-peter-river.il-de-capt:after {
    background: #bbd0e7; }
  .hc-title.bd-wet-asphalt:after, .in-as-list li a.bd-wet-asphalt:after, .il-de-det li span.bd-wet-asphalt.capt:after, .bd-wet-asphalt.il-de-capt:after {
    background: #687aa0; }
  .hc-title.v2, .in-as-list li a.v2, .il-de-det li span.v2.capt, .v2.il-de-capt {
    padding: 0 0 0 17px; }
    .hc-title.v2:after, .in-as-list li a.v2:after, .il-de-det li span.v2.capt:after, .v2.il-de-capt:after {
      top: 0;
      bottom: inherit;
      left: 0;
      width: 7px;
      height: 100%; }
  .hc-title.v3, .in-as-list li a.v3, .il-de-det li span.v3.capt, .v3.il-de-capt {
    padding: 0 10px; }

.hc-bo-title {
  display: inline-block;
  min-width: 145px;
  padding: 5px 15px;
  border: 2px solid #000000;
  text-align: center; }

.hi-title {
  padding: 3px 15px;
  background: #8f0500;
  color: #ffffff; }

.bu-title {
  position: relative;
  display: inline-block; }
  .bu-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000000; }

.jo-title {
  padding: 12px 15px;
  background: #8f0500;
  color: #ffffff;
  text-align: center; }

.bc-title {
  margin-top: 0; }
  @media (min-width: 1200px) {
    .bc-title {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); } }
  @media (max-width: 1200px) {
    .bc-title {
      top: 0 !important;
      right: 0 !important; } }

@media (max-width: 1400px) {
  .par-large {
    font-size: 14px; }

  .par-xlarge, .hd-co-set h4, .hc-co-list li h4 {
    font-size: 16px; }

  .par-xxlarge {
    font-size: 18px; }

  .par-max {
    font-size: 20px; }

  .par-max2, .popup-v2 .fancybox-nav, .ab-ne-list li.set h4 {
    font-size: 22px; }

  .par-max3, .in-bq-capt h4 {
    font-size: 24px; }

  .par-max4 {
    font-size: 26px; }

  .bp-title.title-large, .title-large.hc-title, .in-as-list li a.title-large, .il-de-det li span.title-large.capt, .title-large.il-de-capt, .title-large.bu-title, .title-large.jo-title {
    font-size: 56px; }
  .bp-title.title-large2, .title-large2.hc-title, .in-as-list li a.title-large2, .il-de-det li span.title-large2.capt, .title-large2.il-de-capt, .title-large2.bu-title, .title-large2.jo-title {
    font-size: 66px; }
  .bp-title.title-large3, .title-large3.hc-title, .in-as-list li a.title-large3, .il-de-det li span.title-large3.capt, .title-large3.il-de-capt, .title-large3.bu-title, .title-large3.jo-title, .ib-se-top h1 {
    font-size: 74px; }
  .bp-title.title-med, .title-med.hc-title, .in-as-list li a.title-med, .il-de-det li span.title-med.capt, .title-med.il-de-capt, .title-med.bu-title, .title-med.jo-title, .in-ab-dd .ic-dd-title h2, .ib-se-top h1 small {
    font-size: 34px; }
  .bp-title.title-med2, .title-med2.hc-title, .in-as-list li a.title-med2, .il-de-det li span.title-med2.capt, .title-med2.il-de-capt, .title-med2.bu-title, .title-med2.jo-title {
    font-size: 40px; }
  .bp-title.title-med3, .title-med3.hc-title, .in-as-list li a.title-med3, .il-de-det li span.title-med3.capt, .title-med3.il-de-capt, .title-med3.bu-title, .title-med3.jo-title {
    font-size: 44px; }
  .bp-title.title-med4, .title-med4.hc-title, .in-as-list li a.title-med4, .il-de-det li span.title-med4.capt, .title-med4.il-de-capt, .title-med4.bu-title, .title-med4.jo-title {
    font-size: 46px; }
  .bp-title.title-small, .title-small.hc-title, .in-as-list li a.title-small, .il-de-det li span.title-small.capt, .title-small.il-de-capt, .title-small.bu-title, .title-small.jo-title {
    font-size: 20px; }
  .bp-title.title-small2, .title-small2.hc-title, .in-as-list li a.title-small2, .il-de-det li span.title-small2.capt, .title-small2.il-de-capt, .title-small2.bu-title, .title-small2.jo-title {
    font-size: 26px; }
  .bp-title.title-small3, .title-small3.hc-title, .in-as-list li a.title-small3, .il-de-det li span.title-small3.capt, .title-small3.il-de-capt, .title-small3.bu-title, .title-small3.jo-title, .il-de-sns h1 {
    font-size: 28px; } }
@media (max-width: 950px) {
  .bp-title.title-large, .title-large.hc-title, .in-as-list li a.title-large, .il-de-det li span.title-large.capt, .title-large.il-de-capt, .title-large.bu-title, .title-large.jo-title {
    font-size: 54px; }
  .bp-title.title-large2, .title-large2.hc-title, .in-as-list li a.title-large2, .il-de-det li span.title-large2.capt, .title-large2.il-de-capt, .title-large2.bu-title, .title-large2.jo-title {
    font-size: 60px; }
  .bp-title.title-large3, .title-large3.hc-title, .in-as-list li a.title-large3, .il-de-det li span.title-large3.capt, .title-large3.il-de-capt, .title-large3.bu-title, .title-large3.jo-title, .ib-se-top h1 {
    font-size: 70px; }
  .bp-title.title-med, .title-med.hc-title, .in-as-list li a.title-med, .il-de-det li span.title-med.capt, .title-med.il-de-capt, .title-med.bu-title, .title-med.jo-title, .in-ab-dd .ic-dd-title h2, .ib-se-top h1 small {
    font-size: 32px; }
  .bp-title.title-med2, .title-med2.hc-title, .in-as-list li a.title-med2, .il-de-det li span.title-med2.capt, .title-med2.il-de-capt, .title-med2.bu-title, .title-med2.jo-title {
    font-size: 38px; }
  .bp-title.title-med3, .title-med3.hc-title, .in-as-list li a.title-med3, .il-de-det li span.title-med3.capt, .title-med3.il-de-capt, .title-med3.bu-title, .title-med3.jo-title {
    font-size: 42px; }
  .bp-title.title-med4, .title-med4.hc-title, .in-as-list li a.title-med4, .il-de-det li span.title-med4.capt, .title-med4.il-de-capt, .title-med4.bu-title, .title-med4.jo-title {
    font-size: 44px; }
  .bp-title.title-small, .title-small.hc-title, .in-as-list li a.title-small, .il-de-det li span.title-small.capt, .title-small.il-de-capt, .title-small.bu-title, .title-small.jo-title {
    font-size: 18px; }
  .bp-title.title-small2, .title-small2.hc-title, .in-as-list li a.title-small2, .il-de-det li span.title-small2.capt, .title-small2.il-de-capt, .title-small2.bu-title, .title-small2.jo-title {
    font-size: 24px; }
  .bp-title.title-small3, .title-small3.hc-title, .in-as-list li a.title-small3, .il-de-det li span.title-small3.capt, .title-small3.il-de-capt, .title-small3.bu-title, .title-small3.jo-title, .il-de-sns h1 {
    font-size: 26px; } }
@media (max-width: 640px) {
  .par-medium {
    font-size: 12px; }

  .par-large {
    font-size: 13px; }

  .par-xlarge, .hd-co-set h4, .hc-co-list li h4 {
    font-size: 14px; }

  .par-xxlarge {
    font-size: 16px; }

  .par-max {
    font-size: 18px; }

  .par-max2, .popup-v2 .fancybox-nav, .ab-ne-list li.set h4 {
    font-size: 20px; }

  .par-max3, .in-bq-capt h4 {
    font-size: 22px; }

  .par-max4 {
    font-size: 24px; }

  .bp-title.title-large, .title-large.hc-title, .in-as-list li a.title-large, .il-de-det li span.title-large.capt, .title-large.il-de-capt, .title-large.bu-title, .title-large.jo-title {
    font-size: 50px; }
  .bp-title.title-large2, .title-large2.hc-title, .in-as-list li a.title-large2, .il-de-det li span.title-large2.capt, .title-large2.il-de-capt, .title-large2.bu-title, .title-large2.jo-title {
    font-size: 56px; }
  .bp-title.title-large3, .title-large3.hc-title, .in-as-list li a.title-large3, .il-de-det li span.title-large3.capt, .title-large3.il-de-capt, .title-large3.bu-title, .title-large3.jo-title, .ib-se-top h1 {
    font-size: 60px; }
  .bp-title.title-med, .title-med.hc-title, .in-as-list li a.title-med, .il-de-det li span.title-med.capt, .title-med.il-de-capt, .title-med.bu-title, .title-med.jo-title, .in-ab-dd .ic-dd-title h2, .ib-se-top h1 small {
    font-size: 26px; }
  .bp-title.title-med2, .title-med2.hc-title, .in-as-list li a.title-med2, .il-de-det li span.title-med2.capt, .title-med2.il-de-capt, .title-med2.bu-title, .title-med2.jo-title {
    font-size: 32px; }
  .bp-title.title-med3, .title-med3.hc-title, .in-as-list li a.title-med3, .il-de-det li span.title-med3.capt, .title-med3.il-de-capt, .title-med3.bu-title, .title-med3.jo-title {
    font-size: 36px; }
  .bp-title.title-med4, .title-med4.hc-title, .in-as-list li a.title-med4, .il-de-det li span.title-med4.capt, .title-med4.il-de-capt, .title-med4.bu-title, .title-med4.jo-title {
    font-size: 38px; }
  .bp-title.title-small, .title-small.hc-title, .in-as-list li a.title-small, .il-de-det li span.title-small.capt, .title-small.il-de-capt, .title-small.bu-title, .title-small.jo-title {
    font-size: 16px; }
  .bp-title.title-small2, .title-small2.hc-title, .in-as-list li a.title-small2, .il-de-det li span.title-small2.capt, .title-small2.il-de-capt, .title-small2.bu-title, .title-small2.jo-title {
    font-size: 22px; }
  .bp-title.title-small3, .title-small3.hc-title, .in-as-list li a.title-small3, .il-de-det li span.title-small3.capt, .title-small3.il-de-capt, .title-small3.bu-title, .title-small3.jo-title, .il-de-sns h1 {
    font-size: 24px; }
  .bp-title.pb5, .pb5.hc-title, .in-as-list li a.pb5, .il-de-det li span.pb5.capt, .pb5.il-de-capt, .pb5.bu-title, .pb5.jo-title {
    padding-bottom: 25px; }

  .hc-bo-title {
    min-width: 0; } }
@media (max-width: 480px) {
  .par-max {
    font-size: 16px; }

  .par-max2, .popup-v2 .fancybox-nav, .ab-ne-list li.set h4 {
    font-size: 18px; }

  .par-max3, .in-bq-capt h4 {
    font-size: 20px; }

  .par-max4 {
    font-size: 20px; }

  .bp-title.title-large, .title-large.hc-title, .in-as-list li a.title-large, .il-de-det li span.title-large.capt, .title-large.il-de-capt, .title-large.bu-title, .title-large.jo-title {
    font-size: 46px; }
  .bp-title.title-large2, .title-large2.hc-title, .in-as-list li a.title-large2, .il-de-det li span.title-large2.capt, .title-large2.il-de-capt, .title-large2.bu-title, .title-large2.jo-title {
    font-size: 40px; }
  .bp-title.title-large3, .title-large3.hc-title, .in-as-list li a.title-large3, .il-de-det li span.title-large3.capt, .title-large3.il-de-capt, .title-large3.bu-title, .title-large3.jo-title, .ib-se-top h1 {
    font-size: 46px; }
  .bp-title.title-med, .title-med.hc-title, .in-as-list li a.title-med, .il-de-det li span.title-med.capt, .title-med.il-de-capt, .title-med.bu-title, .title-med.jo-title, .in-ab-dd .ic-dd-title h2, .ib-se-top h1 small {
    font-size: 24px; }
  .bp-title.title-med2, .title-med2.hc-title, .in-as-list li a.title-med2, .il-de-det li span.title-med2.capt, .title-med2.il-de-capt, .title-med2.bu-title, .title-med2.jo-title {
    font-size: 30px; }
  .bp-title.title-med3, .title-med3.hc-title, .in-as-list li a.title-med3, .il-de-det li span.title-med3.capt, .title-med3.il-de-capt, .title-med3.bu-title, .title-med3.jo-title {
    font-size: 32px; }
  .bp-title.title-med4, .title-med4.hc-title, .in-as-list li a.title-med4, .il-de-det li span.title-med4.capt, .title-med4.il-de-capt, .title-med4.bu-title, .title-med4.jo-title {
    font-size: 34px; }
  .bp-title.title-small, .title-small.hc-title, .in-as-list li a.title-small, .il-de-det li span.title-small.capt, .title-small.il-de-capt, .title-small.bu-title, .title-small.jo-title {
    font-size: 14px; }
  .bp-title.title-small2, .title-small2.hc-title, .in-as-list li a.title-small2, .il-de-det li span.title-small2.capt, .title-small2.il-de-capt, .title-small2.bu-title, .title-small2.jo-title {
    font-size: 18px; }
  .bp-title.title-small3, .title-small3.hc-title, .in-as-list li a.title-small3, .il-de-det li span.title-small3.capt, .title-small3.il-de-capt, .title-small3.bu-title, .title-small3.jo-title, .il-de-sns h1 {
    font-size: 20px; } }
@media (max-width: 400px) {
  .par-max {
    font-size: 16px; }

  .par-max2, .popup-v2 .fancybox-nav, .ab-ne-list li.set h4 {
    font-size: 18px; }

  .par-max3, .in-bq-capt h4 {
    font-size: 18px; }

  .par-max4 {
    font-size: 18px; }

  .bp-title.title-large, .title-large.hc-title, .in-as-list li a.title-large, .il-de-det li span.title-large.capt, .title-large.il-de-capt, .title-large.bu-title, .title-large.jo-title {
    font-size: 46px; }
  .bp-title.title-large2, .title-large2.hc-title, .in-as-list li a.title-large2, .il-de-det li span.title-large2.capt, .title-large2.il-de-capt, .title-large2.bu-title, .title-large2.jo-title {
    font-size: 36px; }
  .bp-title.title-large3, .title-large3.hc-title, .in-as-list li a.title-large3, .il-de-det li span.title-large3.capt, .title-large3.il-de-capt, .title-large3.bu-title, .title-large3.jo-title, .ib-se-top h1 {
    font-size: 46px; }
  .bp-title.title-med, .title-med.hc-title, .in-as-list li a.title-med, .il-de-det li span.title-med.capt, .title-med.il-de-capt, .title-med.bu-title, .title-med.jo-title, .in-ab-dd .ic-dd-title h2, .ib-se-top h1 small {
    font-size: 22px; }
  .bp-title.title-med2, .title-med2.hc-title, .in-as-list li a.title-med2, .il-de-det li span.title-med2.capt, .title-med2.il-de-capt, .title-med2.bu-title, .title-med2.jo-title {
    font-size: 30px; }
  .bp-title.title-med3, .title-med3.hc-title, .in-as-list li a.title-med3, .il-de-det li span.title-med3.capt, .title-med3.il-de-capt, .title-med3.bu-title, .title-med3.jo-title {
    font-size: 32px; }
  .bp-title.title-med4, .title-med4.hc-title, .in-as-list li a.title-med4, .il-de-det li span.title-med4.capt, .title-med4.il-de-capt, .title-med4.bu-title, .title-med4.jo-title {
    font-size: 34px; }
  .bp-title.title-small, .title-small.hc-title, .in-as-list li a.title-small, .il-de-det li span.title-small.capt, .title-small.il-de-capt, .title-small.bu-title, .title-small.jo-title {
    font-size: 14px; }
  .bp-title.title-small2, .title-small2.hc-title, .in-as-list li a.title-small2, .il-de-det li span.title-small2.capt, .title-small2.il-de-capt, .title-small2.bu-title, .title-small2.jo-title {
    font-size: 18px; }
  .bp-title.title-small3, .title-small3.hc-title, .in-as-list li a.title-small3, .il-de-det li span.title-small3.capt, .title-small3.il-de-capt, .title-small3.bu-title, .title-small3.jo-title, .il-de-sns h1 {
    font-size: 20px; } }
/** CSS for pace preloader **/
body:before, body:after {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.pace {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ffffff; }

.pace-inactive {
  opacity: 0;
  filter: alpha(opacity=0); }

.pace .pace-progress {
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.5); }

/** CSS for pace preloader **/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?dhij95");
  src: url("../fonts/icomoon.eot?dhij95#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dhij95") format("truetype"), url("../fonts/icomoon.woff?dhij95") format("woff"), url("../fonts/icomoon.svg?dhij95#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-add:before {
  content: "\e900"; }

.icon-left-arrow:before {
  content: "\e901"; }

.icon-remove:before {
  content: "\e902"; }

.icon-right-arrow:before {
  content: "\e903"; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  z-index: 999;
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
@keyframes caret {
  50% {
    opacity: 0.1;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8); } }
@-webkit-keyframes caret {
  50% {
    opacity: 0.1;
    -webkit-transform: scaleY(0.8); } }
.fancyInput {
  display: inline-block;
  letter-spacing: -1px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  width: auto;
  font-family: "Fjalla One", sans-serif;
  position: relative;
  /* only Caret which is  */
  /* lettes */
  /*.fancyInput > div span:last-of-type ~ br{ display:block; white-space:pre; }*/
  /*.fancyInput br:last-of-type + .caret{ position:static; display:inline-block; }*/
  /* text effects */ }

.fancyInput ::-webkit-input-placeholder {
  color: transparent; }

.fancyInput :-moz-placeholder {
  color: transparent; }

.fancyInput ::-moz-placeholder {
  color: transparent; }

.fancyInput :-ms-input-placeholder {
  color: transparent; }

.fancyInput.textarea {
  white-space: normal;
  overflow: auto; }

.fancyInput input, .fancyInput textarea {
  color: transparent;
  position: absolute;
  z-index: 2;
  width: 100%;
  border: 0;
  outline: 0;
  top: 0px;
  left: 0;
  background: none;
  padding: inherit;
  padding-bottom: 0;
  font-family: "Fjalla One", sans-serif;
  font-size: inherit;
  letter-spacing: -1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.fancyInput input {
  top: 1px;
  left: -1px;
  padding-right: 0; }

.fancyInput textarea {
  word-break: break-all;
  overflow: hidden;
  height: 100%; }

.fancyInput > div {
  display: inline-block;
  position: relative; }

.fancyInput > div:before {
  opacity: 0;
  left: -20px;
  content: attr(data-placeholder);
  position: absolute;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.fancyInput > div.empty:before {
  opacity: 0.2;
  left: 0; }

.fancyInput input:focus ~ div.empty:before {
  opacity: .1; }

.fancyInput.textarea > div {
  width: 99.9%; }

.fancyInput *:focus ~ .caret,
.fancyInput *:focus ~ div .caret {
  opacity: .8;
  -webkit-box-shadow: 0 0 8px #FFF;
          box-shadow: 0 0 8px #FFF;
  -webkit-animation: 0.4s 40ms caret infinite;
  animation: 0.4s 40ms caret infinite; }

.fancyInput .caret {
  font-weight: normal;
  opacity: 0;
  display: inline-block;
  width: 3px;
  margin-left: -3px;
  background: #FFF;
  border-radius: 4px;
  -moz-user-select: none; }

.fancyInput span:not(.deleted) ~ .caret {
  position: absolute;
  margin: 0; }

.fancyInput > div span {
  -webkit-transition: 100ms cubic-bezier(0, 0.6, 0.55, 1.4);
  transition: 100ms cubic-bezier(0, 0.6, 0.55, 1.4);
  display: inline-block;
  position: relative; }

.fancyInput > input[type=password] + div span:empty::after {
  content: 'ΓùÅ';
  display: inline; }

.fancyInput > div .deleted {
  opacity: 0;
  -webkit-transition: 140ms;
  transition: 140ms;
  -webkit-transform: translateX(12px);
  transform: translateX(12px); }

.fancyInput > div span.state1 {
  -webkit-transform: translateY(-25px) rotateX(90deg);
  transform: translateY(-25px) rotateX(90deg); }

.fancyInput > div span.state2 {
  -webkit-transform: translateY(25px) rotateX(90deg);
  transform: translateY(25px) rotateX(90deg); }

/* DEMO text effects */
.effect2 .fancyInput > div span.state1, .effect2 .fancyInput > div span.state2 {
  -webkit-transform: translateX(10px) scale(1.8);
  transform: translateX(10px) scale(1.8); }

.effect3 .fancyInput > div span {
  -webkit-transition: 200ms cubic-bezier(0, 0.6, 0.55, 1.4);
  transition: 200ms cubic-bezier(0, 0.6, 0.55, 1.4); }

.effect3 .fancyInput > div span.state1, .effect3 .fancyInput > div span.state2 {
  opacity: 0;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-filter: blur(2px); }

.effect4 .fancyInput > div span {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms; }

.effect4 .fancyInput > div span.state1, .effect4 .fancyInput > div span.state2 {
  opacity: 0;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px); }

.effect5 .fancyInput > div span {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms; }

.effect5 .fancyInput > div span.state1, .effect5 .fancyInput > div span.state2 {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: visible !important; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/popup/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/popup/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/popup/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/popup/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/popup/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../images/popup/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
html, body {
  height: 100%;
  min-height: 100%; }

header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.header-content {
  background: #ffffff; }
  .header-content .he-co-main, .header-content .he-co-bottom {
    -webkit-transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .header-content .he-co-main {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%; }
  .header-content .he-co-bottom {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(240px) rotateX(-90deg);
    transform: translateY(240px) rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0; }
  .header-content.down .he-co-main {
    -webkit-transform: translateY(-240px) rotateX(-90deg);
    transform: translateY(-240px) rotateX(-90deg); }
  .header-content.down .he-co-bottom {
    -webkit-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0); }
  @media (max-width: 950px) {
    .header-content .he-co-main {
      -webkit-transform: translateY(-240px) rotateX(-90deg);
      transform: translateY(-240px) rotateX(-90deg); }
    .header-content .he-co-bottom {
      -webkit-transform: translateY(0) rotateX(0);
      transform: translateY(0) rotateX(0); } }

.he-co-main {
  background: #ffffff; }

.hc-ma-top {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 17px solid #8f0500;
  border-bottom: 1px solid #cccccc; }
  .hc-ma-top .logo {
    width: 350px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }

.hc-ma-col {
  position: absolute;
  bottom: 0; }
  .hc-ma-col.left {
    left: 0; }
  .hc-ma-col.right {
    right: 0; }

.hc-ma-list {
  text-transform: uppercase; }
  .hc-ma-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .hc-ma-list > ul > li {
      display: inline-block;
      vertical-align: bottom;
      margin: 0 15px; }
      .hc-ma-list > ul > li:first-child {
        margin-left: 0; }
      .hc-ma-list > ul > li:last-child {
        margin-right: 0; }
      .hc-ma-list > ul > li a {
        display: block;
        color: inherit; }
        .hc-ma-list > ul > li a.icon {
          color: #4b4b4b; }
      .hc-ma-list > ul > li:hover a {
        color: #8f0500; }
  .hc-ma-list .fa {
    font-size: 24px; }
  @media (max-width: 1400px) {
    .hc-ma-list {
      font-size: 1.1vw; } }
  @media (max-width: 950px) {
    .hc-ma-list {
      font-size: 16px; } }
  @media (max-width: 640px) {
    .hc-ma-list > ul > li {
      margin: 0 10px; } }

.hc-ma-search {
  width: 22px; }
  .hc-ma-search .two {
    display: none; }
  .hc-ma-search.active .one {
    display: none; }
  .hc-ma-search.active .two {
    display: block; }

.hc-ma-bottom .me-co-bar {
  margin-left: -15px;
  margin-right: -15px; }
@media (min-width: 1200px) {
  .hc-ma-bottom .me-co-bar {
    margin-left: -40px;
    margin-right: -40px; } }

.menu {
  position: relative; }
  .menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu > ul > li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 24px;
      position: relative; }
      .menu > ul > li:first-child {
        margin-left: 0 !important; }
      .menu > ul > li:last-child {
        margin-right: 0 !important; }
      .menu > ul > li > a {
        display: block; }
      .menu > ul > li .custom-select-wrapper {
        display: inline-block;
        padding: 0;
        background: none;
        color: inherit; }
        .menu > ul > li .custom-select-wrapper .custom-select-display {
          height: auto;
          padding: 0; }
      .menu > ul > li .dropdown-menu {
        padding: 20px; }
  @media (max-width: 1400px) {
    .menu {
      font-size: 1.3vw; }
      .menu > ul > li {
        margin: 0 15px; } }
  @media (max-width: 1024px) {
    .menu {
      font-size: 1.38vw; }
      .menu > ul > li {
        margin: 0 10px; } }

.menu-link, .menu > ul > li > a, .menu > ul > li .custom-select-wrapper .custom-select-display {
  display: block;
  padding: 3px 7px;
  position: relative;
  color: inherit;
  line-height: 1.0;
  text-transform: uppercase;
  font-weight: bold; }
  .menu-link span, .menu > ul > li > a span, .menu > ul > li .custom-select-wrapper .custom-select-display span {
    z-index: 2;
    position: relative; }
  .menu-link:after, .menu > ul > li > a:after, .menu > ul > li .custom-select-wrapper .custom-select-display:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: #8f0500; }
  .menu-link.simple:after, .menu > ul > li > a.simple:after, .menu > ul > li .custom-select-wrapper .custom-select-display:after {
    opacity: 0;
    background: #ededed; }
  .menu-link.alizarin:after, .menu > ul > li > a.alizarin:after, .menu > ul > li .custom-select-wrapper .alizarin.custom-select-display:after {
    background: #e55659; }
  .menu-link.green-sea:after, .menu > ul > li > a.green-sea:after, .menu > ul > li .custom-select-wrapper .green-sea.custom-select-display:after {
    background: #066c61; }
  .menu-link.turquoise:after, .menu > ul > li > a.turquoise:after, .menu > ul > li .custom-select-wrapper .turquoise.custom-select-display:after {
    background: #8bd3c3; }
  .menu-link.midnight-blue:after, .menu > ul > li > a.midnight-blue:after, .menu > ul > li .custom-select-wrapper .midnight-blue.custom-select-display:after {
    background: #06445f; }
  .menu-link.sunflower:after, .menu > ul > li > a.sunflower:after, .menu > ul > li .custom-select-wrapper .sunflower.custom-select-display:after {
    background: #ffb830; }
  .menu-link.video:after, .menu > ul > li > a.video:after, .menu > ul > li .custom-select-wrapper .video.custom-select-display:after {
    background: #d4de9e; }
  .menu-link.mildyellow:after, .menu > ul > li > a.mildyellow:after, .menu > ul > li .custom-select-wrapper .mildyellow.custom-select-display:after {
    background: #e5d0a6; }
  .menu-link.peter-river:after, .menu > ul > li > a.peter-river:after, .menu > ul > li .custom-select-wrapper .peter-river.custom-select-display:after {
    background: #bbd0e7; }
  .menu-link:hover, .menu > ul > li > a:hover, .menu > ul > li .custom-select-wrapper .custom-select-display:hover, .menu-link.active, .menu > ul > li > a.active, .menu > ul > li .custom-select-wrapper .active.custom-select-display, .menu > ul > li:hover > a, .menu > ul > li.active > a {
    color: #8f0500; }
    .menu-link:hover.simple, .menu > ul > li > a:hover.simple, .menu > ul > li .custom-select-wrapper .custom-select-display:hover, .menu-link.active.simple, .menu > ul > li > a.active.simple, .menu > ul > li .custom-select-wrapper .active.custom-select-display, .menu > ul > li:hover > a.simple, .menu > ul > li.active > a.simple {
      color: inherit; }
      .menu-link:hover.simple:after, .menu > ul > li > a:hover.simple:after, .menu > ul > li .custom-select-wrapper .custom-select-display:hover:after, .menu-link.active.simple:after, .menu > ul > li > a.active.simple:after, .menu > ul > li .custom-select-wrapper .active.custom-select-display:after, .menu > ul > li:hover > a.simple:after, .menu > ul > li.active > a.simple:after {
        opacity: 1; }
    .menu-link:hover.alizarin, .menu > ul > li > a:hover.alizarin, .menu > ul > li .custom-select-wrapper .custom-select-display:hover.alizarin, .menu-link.active.alizarin, .menu > ul > li > a.active.alizarin, .menu > ul > li .custom-select-wrapper .active.alizarin.custom-select-display, .menu > ul > li:hover > a.alizarin, .menu > ul > li.active > a.alizarin {
      color: #e55659; }
    .menu-link:hover.green-sea, .menu > ul > li > a:hover.green-sea, .menu > ul > li .custom-select-wrapper .custom-select-display:hover.green-sea, .menu-link.active.green-sea, .menu > ul > li > a.active.green-sea, .menu > ul > li .custom-select-wrapper .active.green-sea.custom-select-display, .menu > ul > li:hover > a.green-sea, .menu > ul > li.active > a.green-sea {
      color: #066c61; }
    .menu-link:hover.turquoise, .menu > ul > li > a:hover.turquoise, .menu > ul > li .custom-select-wrapper .custom-select-display:hover.turquoise, .menu-link.active.turquoise, .menu > ul > li > a.active.turquoise, .menu > ul > li .custom-select-wrapper .active.turquoise.custom-select-display, .menu > ul > li:hover > a.turquoise, .menu > ul > li.active > a.turquoise {
      color: #8bd3c3; }
    .menu-link:hover.midnight-blue, .menu > ul > li > a:hover.midnight-blue, .menu > ul > li .custom-select-wrapper .custom-select-display:hover.midnight-blue, .menu-link.active.midnight-blue, .menu > ul > li > a.active.midnight-blue, .menu > ul > li .custom-select-wrapper .active.midnight-blue.custom-select-display, .menu > ul > li:hover > a.midnight-blue, .menu > ul > li.active > a.midnight-blue {
      color: #06445f; }
    .menu-link:hover.sunflower, .menu > ul > li > a:hover.sunflower, .menu > ul > li .custom-select-wrapper .custom-select-display:hover.sunflower, .menu-link.active.sunflower, .menu > ul > li > a.active.sunflower, .menu > ul > li .custom-select-wrapper .active.sunflower.custom-select-display, .menu > ul > li:hover > a.sunflower, .menu > ul > li.active > a.sunflower {
      color: #ffb830; }
    .menu-link:hover.mildyellow, .menu > ul > li > a:hover.mildyellow, .menu > ul > li .custom-select-wrapper .custom-select-display:hover.mildyellow, .menu-link.active.mildyellow, .menu > ul > li > a.active.mildyellow, .menu > ul > li .custom-select-wrapper .active.mildyellow.custom-select-display, .menu > ul > li:hover > a.mildyellow, .menu > ul > li.active > a.mildyellow {
      color: #e5d0a6; }
    .menu-link:hover.peter-river, .menu > ul > li > a:hover.peter-river, .menu > ul > li .custom-select-wrapper .custom-select-display:hover.peter-river, .menu-link.active.peter-river, .menu > ul > li > a.active.peter-river, .menu > ul > li .custom-select-wrapper .active.peter-river.custom-select-display, .menu > ul > li:hover > a.peter-river, .menu > ul > li.active > a.peter-river {
      color: #bbd0e7; }

.current-menu-item .video:before {
  content: "";
  background: #d4de9e;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 25px;
  pointer-events: none; }
  @media (max-width: 767px) {
    .current-menu-item .video:before {
      display: none; } }

.me-co-bar {
  min-height: 70px;
  background: transparent; }
  .me-co-bar.red {
    background: #8f0500; }
  .me-co-bar.alizarin {
    background: #e55659; }
  .me-co-bar.green-sea {
    background: #066c61; }
  .me-co-bar.turquoise {
    background: #8bd3c3; }
  .me-co-bar.midnight-blue {
    background: #06445f; }
  .me-co-bar.sunflower {
    background: #ffb830; }
  .me-co-bar.mildyellow {
    background: #e5d0a6; }
  .me-co-bar.peter-river {
    background: #bbd0e7; }
  @media (max-width: 1024px) {
    .me-co-bar {
      min-height: 50px; } }

.hc-ma-dd {
  position: inherit; }
  .hc-ma-dd .dropdown-menu {
    background: #ededed;
    width: 100%;
    margin: 0;
    padding: 50px 60px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none;
    border-radius: 0;
    overflow: auto;
    color: #000000; }

.hm-dd-col > ul > li.set {
  display: inline-block;
  vertical-align: top; }
  .hm-dd-col > ul > li.set .hd-co-set {
    margin-bottom: 30px; }
    .hm-dd-col > ul > li.set .hd-co-set:last-child {
      margin-bottom: 0; }
.hm-dd-col.col5 {
  margin-left: -8px;
  margin-right: -8px; }
  .hm-dd-col.col5 > ul > li.set {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -2px;
    margin-right: -2px; }

.hd-co-set h4 {
  margin: 0 0 15px 0;
  font-weight: bold; }
.hd-co-set ul li {
  margin: 2px 0; }
  .hd-co-set ul li a {
    color: inherit; }
  .hd-co-set ul li:hover a {
    color: #8f0500; }

.he-co-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #8f0500;
  color: #ffffff; }
  .he-co-bottom .menu > ul > li {
    margin: 0 9px; }
    .he-co-bottom .menu > ul > li > a:after {
      left: 50%;
      width: 0;
      background: #b3b3b3; }
    .he-co-bottom .menu > ul > li:hover > a, .he-co-bottom .menu > ul > li.active > a {
      color: #ffffff; }
      .he-co-bottom .menu > ul > li:hover > a:after, .he-co-bottom .menu > ul > li.active > a:after {
        left: 0;
        width: 100%; }
  .he-co-bottom .hc-ma-list > ul > li a.icon {
    color: inherit; }
  .he-co-bottom .hc-ma-list > ul > li:hover a, .he-co-bottom .hc-ma-list > ul > li.active a {
    color: #ffffff; }
  .he-co-bottom .hc-bo-col:first-child {
    padding-left: 0; }
  .he-co-bottom .hc-bo-col:last-child {
    padding-right: 0; }
    .he-co-bottom .hc-bo-col:last-child:after {
      display: none; }
  @media (max-width: 1400px) {
    .he-co-bottom .menu {
      font-size: 1.12vw; } }
  @media (max-width: 1024px) {
    .he-co-bottom .menu > ul > li {
      margin: 0 5px; } }
  @media (max-width: 950px) {
    .he-co-bottom {
      padding-left: 50px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .he-co-bottom .menu {
        display: none; }
      .he-co-bottom .logo {
        float: left;
        width: 55px; }
      .he-co-bottom .hc-ma-list {
        float: right; } }

.hc-bo-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.hc-bo-col {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px; }
  .hc-bo-col:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 53px;
    background: url("../images/page_template/border_sep1.png") repeat-y; }
  @media (max-width: 950px) {
    .hc-bo-col:after {
      display: none; } }

.he-co-search {
  z-index: 3;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.hc-se-main {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; }

.hc-se-form {
  text-align: center;
  font-size: 72px;
  font-weight: bold; }
  .hc-se-form .form-control {
    height: auto;
    padding: 0;
    border: none;
    background: none;
    font-size: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center; }
  .hc-se-form.fancyInput {
    padding: 15px;
    display: block;
    overflow: hidden;
    text-shadow: none; }
    .hc-se-form.fancyInput .caret {
      height: 100%;
      background: #8f0500;
      border-right-width: 2px;
      border-left-width: 2px; }
    .hc-se-form.fancyInput > div:before {
      left: 50%;
      color: inherit;
      font-weight: bold;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .hc-se-form.fancyInput > div.empty:before {
      opacity: 1; }
  @media (max-width: 767px) {
    .hc-se-form {
      font-size: 40px; } }

.header-right-menu li:first-child {
  border-right: 1px solid #646464;
  margin-right: 0;
  padding-right: 15px; }
.header-right-menu--red li:first-child {
  border-color: #fff; }

@media (max-width: 767px) {
  #wpadminbar {
    display: none !important; }

  .menu-mobile {
    padding-bottom: 30px !important;
    padding-top: 68px !important; }
    .menu-mobile .menu > ul > li {
      margin: 0 !important;
      padding-bottom: 8px;
      padding-top: 10px;
      border-bottom: 1px solid #707070;
      text-align: left; }
      .menu-mobile .menu > ul > li a {
        font-weight: bold;
        font-size: 15px;
        line-height: 1;
        margin-top: 0; }
      .menu-mobile .menu > ul > li .custom-select-wrapper .custom-select-display {
        font-size: 15px;
        padding-top: 0;
        padding-bottom: 0; }
    .menu-mobile aside {
      width: 100%; }
      .menu-mobile aside img {
        width: 100%; }

  .he-co-bottom {
    padding-top: 0;
    padding-bottom: 0; }
    .he-co-bottom .logo-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: auto;
      height: 60px; }
    .he-co-bottom .hc-ma-search {
      margin-top: 16px; } }
@media (max-width: 767px) {
  .push-top {
    padding-top: 75px !important; } }

footer {
  z-index: 2;
  position: relative;
  background: #f2f2f2; }

.footer-content {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 40px solid #8f0500; }
  @media (min-width: 992px) {
    .footer-content {
      text-align: inherit; }
      .footer-content .row > *[class*="col"] {
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: 1px solid #000000; }
        .footer-content .row > *[class*="col"]:first-child {
          border-left: none; } }
  @media (max-width: 950px) {
    .footer-content {
      padding-top: 40px;
      padding-bottom: 20px; } }

.fo-co-top > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px; }
  .fo-co-top > *:first-child {
    margin-left: 0; }
  .fo-co-top > *:last-child {
    margin-right: 0; }
@media (max-width: 400px) {
  .fo-co-top {
    text-align: center; }
    .fo-co-top span {
      margin: 5px; }
      .fo-co-top span:first-child {
        margin-top: 0; }
      .fo-co-top span:last-child {
        margin-bottom: 0; } }

.fc-logo {
  display: table-cell;
  vertical-align: middle;
  width: 81px;
  height: 81px;
  text-align: center;
  border: 4px solid #8f0500;
  text-align: center; }

.fo-co-copyright span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px; }
  .fo-co-copyright span:first-child {
    margin-left: 0; }
  .fo-co-copyright span:last-child {
    margin-right: 0; }
@media (max-width: 480px) {
  .fo-co-copyright {
    margin: 20px 0; }
    .fo-co-copyright span {
      display: block;
      margin: 5px 0; }
      .fo-co-copyright span:first-child {
        margin-top: 0; }
      .fo-co-copyright span:last-child {
        margin-bottom: 0; } }

@media (max-width: 950px) {
  .fo-co-bottom {
    margin: 40px 0 20px 0 !important; } }
@media (max-width: 480px) {
  .fo-co-bottom {
    margin: 30px 0 !important; } }

.fo-co-links li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  margin: 2px 13px 2px 0;
  border-right: 1px solid #bcbcbc; }
  .fo-co-links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none; }
  .fo-co-links li a {
    display: block;
    color: inherit; }
    .fo-co-links li a:hover {
      color: #8f0500; }
@media (max-width: 1024px) {
  .fo-co-links {
    font-size: 14px; } }
@media (max-width: 480px) {
  .fo-co-links {
    text-align: left; }
    .fo-co-links li {
      display: block;
      border-right: none; }
      .fo-co-links li:before, .fo-co-links li:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff; }
      .fo-co-links li:before {
        bottom: 1px;
        border-bottom-color: #e6e6e6; }
      .fo-co-links li a {
        display: inline-block;
        padding: 7px 10px; } }

.fo-co-sns li {
  display: inline-block;
  margin: 0 5px; }
  .fo-co-sns li:first-child {
    margin-left: 0; }
  .fo-co-sns li:last-child {
    margin-right: 0; }

.fc-sns {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border: 2px solid #8f0500;
  color: #8f0500;
  text-align: center;
  font-size: 30px;
  line-height: 1.0; }
  .fc-sns:hover, .fc-sns.active {
    background: #8f0500;
    color: #ffffff; }
    .fc-sns:hover.fc-fb, .fc-sns.active.fc-fb {
      background: #3b5998;
      border-color: #3b5998;
      color: #ffffff; }
    .fc-sns:hover.fc-twitter, .fc-sns.active.fc-twitter {
      background: #46d0ee;
      border-color: #46d0ee;
      color: #ffffff; }
    .fc-sns:hover.fc-linkedin, .fc-sns.active.fc-linkedin {
      background: #026fad;
      border-color: #026fad;
      color: #ffffff; }
  @media (max-width: 767px) {
    .fc-sns {
      width: 40px;
      height: 40px;
      font-size: 20px; } }

.fo-co-form {
  max-width: 535px;
  margin-left: auto;
  margin-right: auto; }
  .fo-co-form .form-control {
    border: none;
    border-bottom: 1px solid #8f0500;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: 300; }
  .fo-co-form button {
    background: #8f0500;
    color: #ffffff;
    text-transform: uppercase; }
    .fo-co-form button:hover, .fo-co-form button:active, .fo-co-form button:focus {
      background: #760400;
      color: #ffffff; }
  @media (max-width: 400px) {
    .fo-co-form .input-group {
      display: block; }
      .fo-co-form .input-group > * {
        display: blcok;
        margin: 10px 0; }
        .fo-co-form .input-group > *:first-child {
          margin-top: 0; }
        .fo-co-form .input-group > *:last-child {
          margin-bottom: 0; }
    .fo-co-form .form-control, .fo-co-form .input-group-btn, .fo-co-form .btn {
      display: block;
      width: 100%;
      float: none;
      text-align: center; } }

@media (max-width: 991px) and (min-width: 768px) {
  .fc-bo-bottom > * {
    display: inline-block;
    vertical-align: middle;
    margin: 10px; }
    .fc-bo-bottom > *:first-child {
      margin-left: 0; }
    .fc-bo-bottom > *:last-child {
      margin-right: 0; } }
@media (max-width: 810px) {
  .fc-bo-bottom > * {
    display: inline-block;
    vertical-align: middle;
    margin: 10px; }
    .fc-bo-bottom > *:first-child {
      margin-left: 0; }
    .fc-bo-bottom > *:last-child {
      margin-right: 0; } }

.fo-co-arrow {
  z-index: 3;
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 20px;
  margin: 15px; }

.fixed-sidebar.fixed {
  position: fixed;
  top: 60px; }
.fixed-sidebar.absolute {
  position: absolute;
  top: auto;
  bottom: 0; }
@media (max-width: 767px) {
  .fixed-sidebar {
    display: none !important; } }

footer .auto.par-large {
  max-width: 1430px;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 767px) {
  footer .fo-co-sns {
    margin-right: 0; }
  footer .fc-btn.bp-tt {
    display: inline-block !important; }
    footer .fc-btn.bp-tt br {
      display: none !important; }
  footer .fo-co-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto; }
    footer .fo-co-links ul li {
      line-height: 11px;
      margin-right: 0;
      margin-bottom: 12px;
      padding-left: 12px;
      padding-right: 12px;
      border-right: 1px solid #707070;
      border-bottom: 0 !important;
      font-size: 8px; }
      footer .fo-co-links ul li::after, footer .fo-co-links ul li::before {
        display: none; }
      footer .fo-co-links ul li a {
        padding: 0;
        border-bottom: 0 !important; }
      footer .fo-co-links ul li:nth-of-type(4) {
        border-right: 0; } }
#main-container {
  position: relative;
  height: 100%;
  height: auto !important;
  min-height: 100%;
  overflow: hidden; }

.hide {
  position: relative; }

.ease, .menu-link:after, .menu > ul > li > a:after, .menu > ul > li .custom-select-wrapper .custom-select-display:after, .he-co-bottom .menu > ul > li > a:after, .custom-select-wrapper, .custom-select-wrapper:after, .hc-btn > *.icon > span, .car2 .owl-dots .owl-dot, .nav1 .owl-nav div, .ho-co-banner > a .bp-img, .ho-co-banner > a .ha-btn, .ho-co-banner > a .ab-te-banner, .ho-co-banner > a .ib-se-icon, .ho-co-cover, .hc-ne-cover, .in-ab-dd .ic-dd-title, .in-as-list li a:after, .as-co-set a h4, .me-mo-main, a, input[type="submit"], button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ease2 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.loader {
  position: relative;
  overflow: hidden;
  background: #fff url("../images/page_template/loading.gif") no-repeat center; }

.auto {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .auto.med {
    max-width: 1080px; }

.fl {
  float: left; }

.fr {
  float: right; }

.clr, .ab-mil-list > ul > li.set:after {
  display: block;
  float: none;
  clear: both; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center; } }
@media (max-width: 991px) and (min-width: 768px) {
  .flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .flex-sm-row-none {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit; }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

  .text-center-sm {
    text-align: center; } }
@media (min-width: 992px) {
  .flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .flex-md-row-none {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit; }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
@media (min-width: 1200px) {
  .flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .flex-lg-row-none {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit; }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

  .text-center-lg {
    text-align: center; } }
.bp-set {
  display: inline-block;
  *display: inline; }
  .bp-set.vm {
    vertical-align: middle; }
  .bp-set.vt {
    vertical-align: top; }
  .bp-set.vb {
    vertical-align: bottom; }

.bp-box, .bp-col, .custom-select-wrapper .custom-select-display {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.bp-rel {
  position: relative; }

.bp-ab {
  position: absolute; }

.co-black {
  color: #000000; }

.co-white {
  color: #ffffff; }

.co-ash {
  color: #4d4d4d; }

.co-dust {
  color: #777779; }

.co-red {
  color: #8f0500; }

.bg-ash {
  background: #f4f3f3; }

.bg-nude {
  background: #f3dbb3; }

.bg-dust {
  background: #ededed; }

.bg-white {
  background: #ffffff; }

.bg-dirty-white {
  background: #f2f2f2; }

.bg-gray {
  background: #2d2d2d; }

.bg-gradient-nude {
  background: #f7deba;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7deba), to(#e2c097));
  background: linear-gradient(to bottom, #f7deba 0%, #e2c097 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7deba', endColorstr='#e2c097',GradientType=0 ); }

.bg-gradient-bq {
  background: #f47772;
  background: -webkit-gradient(linear, left top, right top, from(#f47772), to(#f0cd54));
  background: linear-gradient(to right, #f47772 0%, #f0cd54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47772', endColorstr='#f0cd54',GradientType=1 ); }

.pad-edge {
  padding-left: 15px;
  padding-right: 15px; }

.bp-img img, .ha-btn img, .ab-te-banner img, .ib-se-icon img {
  max-width: 100%;
  height: auto; }
.bp-img.wide img, .wide.ha-btn img, .wide.ab-te-banner img, .wide.ib-se-icon img {
  width: 100%; }

.bp-nocurve, .nav1 .flex-direction-nav a:before {
  border-radius: 0; }

.bp-curve, .jo-title {
  border-radius: 5px; }

.bp-circle, .fc-logo, .fc-sns, .hc-btn > *.icon > span, .car1 .flex-control-paging li a, .car2 .flex-control-paging li a, .car3 .flex-control-paging li a, .car2 .owl-dots .owl-dot, .hc-ne-icon.play, .hc-ca-list li:before, .ab-te-banner, .ab-te-banner img, .il-de-det li:after, .id-sns-set > *.icon > span {
  border-radius: 50%; }

.mobile-input, .hc-se-form .form-control, .fo-co-form .form-control, .fo-co-form button, .fc-btn, .ma-btn, .hc-ne-form .form-control, .hc-ne-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

.bp-centralize, .hc-bo-col:after, .hc-se-main, .custom-select-wrapper:after, .nav1 .owl-nav div, .popup-v2 .fancybox-nav, .hc-ba-tag, .in-ab-dd .ic-dd-title:after, .menu-bar {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.bp-centralize2, .hc-se-form.fancyInput > div:before, .hc-ba-tag > span:after, .hc-ba-tag:after {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.bp-centralize3 {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.bp-col.fl {
  padding-right: 10px; }
.bp-col.fr {
  padding-left: 10px; }
.bp-col.half {
  width: 50%; }
@media (max-width: 480px) {
  .bp-col {
    float: none !important;
    display: block;
    width: auto; }
    .bp-col.fl {
      padding-right: 0; }
    .bp-col.fr {
      padding-left: 0; }
    .bp-col.half {
      width: auto; } }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.pt1 {
  padding-top: 10px; }

.pt2 {
  padding-top: 20px; }

.pt3 {
  padding-top: 30px; }

.pt4 {
  padding-top: 40px; }

.pt5 {
  padding-top: 50px; }

.pb1 {
  padding-bottom: 10px; }

.pb2 {
  padding-bottom: 20px; }

.pb3 {
  padding-bottom: 30px; }

.pb4 {
  padding-bottom: 40px; }

.pb5 {
  padding-bottom: 50px; }

.mt1 {
  margin-top: 10px; }

.mt2 {
  margin-top: 20px; }

.mt3 {
  margin-top: 30px; }

.mt4 {
  margin-top: 40px; }

.mt5 {
  margin-top: 50px; }

.mb1 {
  margin-bottom: 10px; }

.mb2 {
  margin-bottom: 20px; }

.mb3 {
  margin-bottom: 30px; }

.mb4 {
  margin-bottom: 40px; }

.mb5 {
  margin-bottom: 50px; }

@media (max-width: 640px) {
  .pt2 {
    padding-top: 10px; }

  .pt3 {
    padding-top: 20px; }

  .pt4 {
    padding-top: 30px; }

  .pt5 {
    padding-top: 40px; }

  .pb2 {
    padding-bottom: 10px; }

  .pb3 {
    padding-bottom: 20px; }

  .pb4 {
    padding-bottom: 30px; }

  .pb5 {
    padding-bottom: 40px; }

  .mt2 {
    margin-top: 10px; }

  .mt3 {
    margin-top: 20px; }

  .mt4 {
    margin-top: 30px; }

  .mt5 {
    margin-top: 40px; }

  .mb2 {
    margin-bottom: 10px; }

  .mb3 {
    margin-bottom: 20px; }

  .mb4 {
    margin-bottom: 30px; }

  .mb5 {
    margin-bottom: 40px; } }
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.spinner {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-animation: rotatee 2s infinite linear;
  animation: rotatee 2s infinite linear; }

.s-dot {
  display: inline-block;
  position: absolute;
  width: 60%;
  height: 60%;
  top: 0;
  background-color: #8f0500;
  border-radius: 100%;
  -webkit-animation: bouncee 2s infinite ease-in-out;
  animation: bouncee 2s infinite ease-in-out; }

.s-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.explorer .preloader {
  background: #fff url("../images/page_template/loading.gif") no-repeat center; }

.explorer .preloader .spinner {
  display: none; }

.anim-content, .animated, .animate, .tween {
  opacity: 0; }

.animated.visible {
  opacity: 1; }

.anim-content.visible {
  -webkit-animation: animRun 0.5s ease forwards;
  animation: animRun 0.5s ease forwards; }

@-webkit-keyframes animRun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes animRun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.bp-banner, .parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.parallax {
  background-attachment: fixed; }
  .parallax.bp-ab {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .parallax.top {
    background-attachment: inherit;
    background-position: 50% 50% !important; }
  .parallax.v2 {
    background-size: auto 100%; }
  @media (max-width: 810px) {
    .parallax.v2 {
      background-size: 200% auto; } }

.grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

html.bp-touch .parallax {
  background-attachment: inherit;
  background-position: 50% 50% !important; }
  html.bp-touch .parallax.v2 {
    background-position: 50% 0% !important; }

.bp-frame iframe {
  display: block;
  width: 100%; }

.ho-ba-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.custom-select-wrapper {
  position: relative;
  display: block;
  line-height: 1.0;
  color: #c3bebe;
  background: #efeeee; }
  .custom-select-wrapper:after {
    content: '\f107';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-family: "FontAwesome"; }
  .custom-select-wrapper .custom-select-display {
    display: block;
    min-width: 27px;
    height: 36px;
    padding: 11px;
    margin-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .custom-select-wrapper select {
    display: block;
    padding: 10px;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
  .custom-select-wrapper:hover, .custom-select-wrapper:active {
    color: #000000; }
    .custom-select-wrapper:hover:after, .custom-select-wrapper:active:after {
      border-top-color: #000000; }

.btn {
  display: block; }
  .btn.bp-set {
    display: inline-block; }
  .btn.btn-med {
    min-width: 268px; }

.fc-btn {
  padding: 10px;
  text-align: left;
  border: 3px solid #8f0500;
  color: #8f0500; }
  .fc-btn:hover, .fc-btn:active, .fc-btn:focus {
    background: #8f0500;
    color: #ffffff; }
  @media (max-width: 950px) {
    .fc-btn {
      padding: 10px 15px; } }

.hc-btn {
  padding: 0;
  color: inherit;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .hc-btn > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }
    .hc-btn > *:first-child {
      margin-left: 0;
      margin-right: 0; }
    .hc-btn > *.icon > span {
      display: table-cell;
      vertical-align: middle;
      width: 33px;
      height: 33px;
      background: #8f0500;
      color: #ffffff; }
  .hc-btn:hover {
    color: #8f0500; }
    .hc-btn:hover > *.icon > span {
      background: #760400; }
  .hc-btn.v2 > *.icon > span {
    background: #000000; }
  .hc-btn.v2:hover {
    color: #8f0500; }
    .hc-btn.v2:hover > *.icon > span {
      background: #760400; }

.ma-btn {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  text-align: center;
  color: inherit;
  border: 3px solid #000000; }
  .ma-btn > span {
    display: block;
    padding: 5px 10px;
    border: 1px solid #000000; }
  .ma-btn:hover {
    background: #8f0500;
    color: #ffffff;
    border-color: #8f0500; }
    .ma-btn:hover > span {
      border-color: #ffffff; }

.ha-btn {
  color: #666666;
  border-bottom: 9px solid #8f0500; }
  .ha-btn > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
    .ha-btn > *:first-child {
      margin-left: 0; }
    .ha-btn > *:last-child {
      margin-right: 0; }
  .ha-btn:hover {
    color: #8f0500; }

.ib-btn {
  padding: 5px 15px;
  background: #8f0500;
  color: #ffffff; }
  .ib-btn:hover, .ib-btn:active, .ib-btn:focus {
    background: #760400;
    color: #ffffff; }

@media (max-width: 950px) {
  .ma-btn {
    font-size: 4vw; }
    .ma-btn.bp-title, .ma-btn.hc-title, .in-as-list li a.ma-btn, .il-de-det li span.ma-btn.capt, .ma-btn.il-de-capt, .ma-btn.bu-title, .ma-btn.jo-title {
      font-size: 4vw; } }
@media (max-width: 767px) {
  .btn.btn-med {
    min-width: 200px; } }
@media (max-width: 640px) {
  .ma-btn {
    font-size: 7vw; }
    .ma-btn.bp-title, .ma-btn.hc-title, .in-as-list li a.ma-btn, .il-de-det li span.ma-btn.capt, .ma-btn.il-de-capt, .ma-btn.bu-title, .ma-btn.jo-title {
      font-size: 7vw; } }
.car1 .flex-control-nav, .car2 .flex-control-nav, .car3 .flex-control-nav {
  position: relative;
  bottom: 0;
  margin: 20px 0; }
.car1 .flex-control-paging li, .car2 .flex-control-paging li, .car3 .flex-control-paging li {
  margin: 0 6px; }
  .car1 .flex-control-paging li a, .car2 .flex-control-paging li a, .car3 .flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer; }
    .car1 .flex-control-paging li a.flex-active, .car2 .flex-control-paging li a.flex-active, .car3 .flex-control-paging li a.flex-active, .car1 .flex-control-paging li a:hover, .car2 .flex-control-paging li a:hover, .car3 .flex-control-paging li a:hover {
      background: #000000; }
    .car1 .flex-control-paging li a.flex-active, .car2 .flex-control-paging li a.flex-active, .car3 .flex-control-paging li a.flex-active {
      cursor: default; }

.car2 .flex-control-nav {
  margin: 15px 0 0 0; }
.car2 .flex-control-paging li {
  margin: 0 10px; }
  .car2 .flex-control-paging li a {
    width: 15px;
    height: 15px; }
    .car2 .flex-control-paging li a.flex-active, .car2 .flex-control-paging li a:hover {
      background: #8f0500; }
.car2 .owl-controls {
  margin-top: 20px; }
.car2 .owl-dots {
  text-align: center; }
  .car2 .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #cfcbcb; }
    .car2 .owl-dots .owl-dot:hover, .car2 .owl-dots .owl-dot.active {
      background: #8f0500; }

.car3 .flex-control-nav {
  margin: 15px 0 0 0; }
.car3 .flex-control-paging li a {
  background: #cfcbcb; }
  .car3 .flex-control-paging li a.flex-active, .car3 .flex-control-paging li a:hover {
    background: #8f0500; }

.nav1.owl-carousel {
  position: relative;
  width: auto;
  overflow: hidden; }
.nav1 .owl-nav {
  font-size: 60px; }
  .nav1 .owl-nav div {
    z-index: 10;
    opacity: 1;
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    color: #000000; }
    .nav1 .owl-nav div:before {
      content: '';
      display: table-cell;
      vertical-align: middle;
      width: auto;
      height: auto;
      text-align: center;
      font-family: "FontAwesome";
      text-align: center;
      line-height: 1.0;
      font-size: inherit;
      text-shadow: none; }
    .nav1 .owl-nav div.owl-prev {
      left: -50px; }
      .nav1 .owl-nav div.owl-prev:before {
        content: '\f104'; }
    .nav1 .owl-nav div.owl-next {
      right: -50px; }
      .nav1 .owl-nav div.owl-next:before {
        content: '\f105'; }
    .nav1 .owl-nav div:hover {
      color: #8f0500; }
.nav1:hover .owl-nav div {
  opacity: 1; }
  .nav1:hover .owl-nav div.owl-prev {
    left: 35px; }
  .nav1:hover .owl-nav div.owl-next {
    right: 35px; }
.nav1.flexslider {
  position: relative;
  overflow: hidden; }
.nav1 .flex-direction-nav a {
  display: block;
  width: auto;
  height: auto;
  margin-top: -18px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #ffffff; }
  .nav1 .flex-direction-nav a:before {
    content: '';
    display: table-cell;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    text-align: center;
    font-family: "FontAwesome";
    text-align: center;
    line-height: 1.0;
    font-size: 30px;
    text-shadow: none;
    color: inherit; }
  .nav1 .flex-direction-nav a.flex-prev:before {
    content: '\f104'; }
  .nav1 .flex-direction-nav a.flex-next:before {
    content: '\f105'; }
  .nav1 .flex-direction-nav a:hover {
    background: #8f0500; }
    .nav1 .flex-direction-nav a:hover.flex-prev:before {
      border-right-color: #ffffff; }
    .nav1 .flex-direction-nav a:hover.flex-next:before {
      border-left-color: #ffffff; }
.nav1:hover .flex-direction-nav .flex-prev {
  left: 35px; }
.nav1:hover .flex-direction-nav .flex-next {
  right: 35px; }
@media (max-width: 1400px) {
  .nav1.owl-carousel {
    padding-left: 30px;
    padding-right: 30px; }
  .nav1 .owl-nav div.owl-prev {
    left: 0; }
  .nav1 .owl-nav div.owl-next {
    right: 0; }
  .nav1:hover .owl-nav div {
    opacity: 1; }
    .nav1:hover .owl-nav div.owl-prev {
      left: 0; }
    .nav1:hover .owl-nav div.owl-next {
      right: 0; }
  .nav1 .flex-direction-nav a {
    opacity: 1; }
  .nav1 .flex-direction-nav .flex-prev {
    left: 35px; }
  .nav1 .flex-direction-nav .flex-next {
    right: 35px; } }
@media (max-width: 640px) {
  .nav1 .owl-nav {
    font-size: 40px; }
    .nav1 .owl-nav div.owl-prev {
      left: 0; }
    .nav1 .owl-nav div.owl-next {
      right: 0; }
  .nav1 .flex-direction-nav .flex-prev {
    left: 15px !important; }
  .nav1 .flex-direction-nav .flex-next {
    right: 15px !important; } }

.popup-content {
  width: 1400px; }
  @media (max-width: 1400px) {
    .popup-content {
      width: 100%; } }

.popup-v2 .fancybox-close {
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: 20px;
  background: none;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.0; }
  .popup-v2 .fancybox-close:before {
    content: '\f00d';
    display: block;
    font-family: "FontAwesome"; }
.popup-v2 .fancybox-nav {
  top: 50%;
  width: auto;
  height: auto;
  padding: 10px 20px;
  background-image: url("../images/page_template/border_sep2.png");
  background-repeat: repeat-y;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold; }
  .popup-v2 .fancybox-nav:before {
    content: attr(title);
    display: block; }
  .popup-v2 .fancybox-nav span {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    visibility: visible; }
    .popup-v2 .fancybox-nav span:before {
      content: '';
      display: inline-block;
      font-family: "FontAwesome";
      font-size: 40px; }
  .popup-v2 .fancybox-nav.fancybox-prev {
    left: 10px;
    background-position: 100% 0; }
    .popup-v2 .fancybox-nav.fancybox-prev:before {
      content: 'prev'; }
    .popup-v2 .fancybox-nav.fancybox-prev span:before {
      content: '\f104'; }
  .popup-v2 .fancybox-nav.fancybox-next {
    right: 10px; }
    .popup-v2 .fancybox-nav.fancybox-next:before {
      content: 'next'; }
    .popup-v2 .fancybox-nav.fancybox-next span:before {
      content: '\f105'; }
@media (max-width: 810px) {
  .popup-v2 .fancybox-nav {
    top: 55px;
    -webkit-transform: none;
    transform: none; }
    .popup-v2 .fancybox-nav.fancybox-prev {
      left: 0; }
    .popup-v2 .fancybox-nav.fancybox-next {
      right: 0; } }
@media (max-width: 480px) {
  .popup-v2 .fancybox-nav {
    display: none; } }

.container-fluid {
  max-width: 1600px; }
  .container-fluid.no-padding {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 480px) {
    .container-fluid .auto {
      padding-top: 0;
      padding-bottom: 0; } }

.ho-co-par p:last-child {
  margin-bottom: 0; }
.ho-co-par p a {
  text-decoration: underline;
  color: #8f0500; }
  .ho-co-par p a:hover {
    color: #5c0300; }
.ho-co-par ol {
  margin-left: 20px; }
  .ho-co-par ol li {
    margin-bottom: 10px;
    list-style: disc; }
    .ho-co-par ol li:last-child {
      margin-bottom: 0; }

.hc-par-list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px; }
  .hc-par-list > ul > li > * {
    display: inline-block;
    vertical-align: top; }
    .hc-par-list > ul > li > *.icon {
      width: 35px; }
    .hc-par-list > ul > li > *.title {
      min-width: 90px; }
  .hc-par-list > ul > li:last-child {
    margin-bottom: 0; }

.row.row-medium {
  margin-left: -10px;
  margin-right: -10px; }
  .row.row-medium > *[class*="col"] {
    padding-left: 10px;
    padding-right: 10px; }
.row.row-medium2 {
  margin-left: -8px;
  margin-right: -8px; }
  .row.row-medium2 > *[class*="col"] {
    padding-left: 8px;
    padding-right: 8px; }
.row.row-large {
  margin-left: -30px;
  margin-right: -30px; }
  .row.row-large > *[class*="col"] {
    padding-left: 30px;
    padding-right: 30px; }

.in-co-line {
  height: 8px;
  background: #000000; }
  .in-co-line.short {
    width: 198px; }

.in-co-dd .ic-dd-main {
  display: none; }

.ic-dd-title {
  cursor: pointer; }

.er-co-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.er-co-capt {
  position: relative;
  left: 50px; }
  @media (max-width: 950px) {
    .er-co-capt {
      left: 0; } }

.text--18 {
  font-size: 18px; }

.divider {
  border-bottom: 4px solid #000;
  margin: 32px 0; }
  @media (max-width: 767px) {
    .divider {
      margin: 15px 0; } }

.socials b {
  font-size: 12px;
  line-height: 21px; }
.socials a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  font-size: 15px;
  border: 2px solid #000;
  margin-right: 10px;
  border-radius: 50%;
  color: #000;
  text-align: center; }
  .socials a i {
    color: #000; }

.widget {
  margin-bottom: 40px; }

@media (max-width: 767px) {
  .home-content .row, footer .row {
    margin: 0 !important; }
    .home-content .row > div, footer .row > div {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.home-content .main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .home-content .main-row .col-md-3 {
    position: relative; }

.ho-co-banner > a {
  display: block;
  position: relative;
  color: #ffffff;
  overflow: hidden; }
  .ho-co-banner > a:hover .ho-co-cover.black {
    background: rgba(0, 0, 0, 0.5); }
  .ho-co-banner > a:hover .bp-img, .ho-co-banner > a:hover .ha-btn, .ho-co-banner > a:hover .ab-te-banner, .ho-co-banner > a:hover .ib-se-icon {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
@media (max-width: 400px) {
  .ho-co-banner > a {
    color: inherit; } }

.ho-co-cover {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .ho-co-cover.black {
    background: rgba(0, 0, 0, 0.2); }

.hc-ba-main {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px; }
  .hc-ba-main h1 {
    margin-top: 0; }
  @media (max-width: 640px) {
    .hc-ba-main {
      padding: 15px; } }
  @media (max-width: 400px) {
    .hc-ba-main {
      position: relative;
      padding: 15px 0 0 0;
      background: #ffffff; } }

.hc-ba-tag {
  z-index: 5;
  position: absolute;
  top: 0;
  left: -15px;
  width: 242px;
  background: #ffffff;
  text-transform: uppercase;
  text-align: center; }
  .hc-ba-tag > span {
    z-index: 2;
    display: block;
    position: relative;
    top: -5px;
    left: -5px;
    padding: 10px;
    background: #000000;
    color: #ffffff; }
    .hc-ba-tag > span:after {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-top: -1px;
      border-top: 12px solid #000000;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent; }
  .hc-ba-tag:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -1px;
    border-top: 12px solid #ffffff;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent; }
  @media (max-width: 1400px) {
    .hc-ba-tag {
      left: -5px; } }
  @media (max-width: 950px) {
    .hc-ba-tag {
      top: 5px; } }
  @media (max-width: 480px) {
    .hc-ba-tag {
      width: 120px; }
      .hc-ba-tag:after {
        border-top-width: 6px;
        border-left-width: 7px;
        border-right-width: 7px; }
      .hc-ba-tag > span {
        top: -3px;
        left: -3px;
        padding: 5px 10px; }
        .hc-ba-tag > span:after {
          border-top-width: 6px;
          border-left-width: 7px;
          border-right-width: 7px; } }

.ho-co-list {
  border-top: 20px solid #000000; }
  .ho-co-list li.set {
    margin-bottom: 28px; }
    .ho-co-list li.set:last-child {
      margin-bottom: 0; }
  @media (max-width: 1400px) {
    .ho-co-list li.set {
      margin-bottom: 20px; } }

.hc-li-set {
  line-height: 1.2; }
  .hc-li-set a {
    display: block;
    color: inherit; }
    .hc-li-set a p {
      margin: 0; }
    .hc-li-set a:hover {
      color: #8f0500; }

.hl-set-sub {
  margin-top: 5px;
  color: #4d4d4d; }

.ho-co-newsletter {
  font-weight: 300; }
  .ho-co-newsletter h1 {
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1; }
    .ho-co-newsletter h1 span {
      display: inline-block;
      padding: 2px 54px 0px 14px;
      margin: 2px 0;
      background: #8f0500;
      color: #ffffff;
      font-size: 28px;
      line-height: 40px;
      font-weight: bold; }
  .ho-co-newsletter p {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.07px;
    color: #606060;
    margin-bottom: 18px; }
  .ho-co-newsletter form .form-control {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding-left: 12px;
    font-size: 15px !important;
    height: 20px;
    max-width: calc(100% - 9px); }
    .ho-co-newsletter form .form-control::-webkit-input-placeholder {
      font-style: italic; }
    .ho-co-newsletter form .form-control:-ms-input-placeholder {
      font-style: italic; }
    .ho-co-newsletter form .form-control::-ms-input-placeholder {
      font-style: italic; }
    .ho-co-newsletter form .form-control::placeholder {
      font-style: italic; }
  .ho-co-newsletter form button {
    font-size: 13px;
    border: 1px solid #8f0500;
    background: none;
    color: #8f0500;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0; }
  @media (max-width: 767px) {
    .ho-co-newsletter {
      background-color: #000;
      padding: 7px 17px 11px 11px; }
      .ho-co-newsletter h1 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 0; }
        .ho-co-newsletter h1 span {
          background: none;
          padding: 0; }
      .ho-co-newsletter p {
        color: #fff;
        font-size: 12px;
        line-height: 14px; }
      .ho-co-newsletter form {
        padding-top: 11px; }
        .ho-co-newsletter form .input-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .ho-co-newsletter form input.form-control {
          background: none;
          border-bottom: 1px solid #fff !important;
          color: #fff;
          font-size: 15px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .ho-co-newsletter form input.form-control::-webkit-input-placeholder {
            color: #fff;
            opacity: 1; }
          .ho-co-newsletter form input.form-control:-ms-input-placeholder {
            color: #fff;
            opacity: 1; }
          .ho-co-newsletter form input.form-control::-ms-input-placeholder {
            color: #fff;
            opacity: 1; }
          .ho-co-newsletter form input.form-control::placeholder {
            color: #fff;
            opacity: 1; }
        .ho-co-newsletter form .input-group-btn {
          width: 60px; }
        .ho-co-newsletter form button {
          border-color: #fff;
          color: #fff; }
          .ho-co-newsletter form button:hober {
            color: #000;
            background-color: #fff; } }

.hc-ne-form .form-control, .hc-ne-form button {
  height: 38px; }
.hc-ne-form .form-control {
  border: 3px solid #000000;
  font-size: inherit; }
.hc-ne-form button {
  background: #8f0500;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: 300; }
  .hc-ne-form button:hover, .hc-ne-form button:active, .hc-ne-form button:focus {
    background: #760400;
    color: #ffffff; }
.hc-ne-form .btn {
  margin-left: -3px !important; }

.ho-co-line {
  height: 8px;
  background: #000000; }
  .ho-co-line.white {
    background: #ffffff; }

.hc-ne-list li.set {
  display: inline-block;
  vertical-align: top; }
.hc-ne-list.col3 {
  margin-bottom: 10px;
  margin-left: -13px;
  margin-right: -13px; }
  .hc-ne-list.col3 li.set {
    width: 33.33%;
    padding: 15px;
    margin-left: -1.5px;
    margin-right: -1.5px; }
    .hc-ne-list.col3 li.set.large {
      width: 50%; }
.hc-ne-list.col4 {
  margin-left: -13px;
  margin-right: -13px; }
  .hc-ne-list.col4 li.set {
    width: 25%;
    padding: 15px;
    margin-left: -1.5px;
    margin-right: -1.5px; }
    .hc-ne-list.col4 li.set.large {
      width: 50%; }
@media (max-width: 1024px) {
  .hc-ne-list.col4 li.set {
    width: 33.33%; }
    .hc-ne-list.col4 li.set.large {
      width: 66.66%; } }
@media (max-width: 767px) {
  .hc-ne-list.col3, .hc-ne-list.col4 {
    margin-left: -9px;
    margin-right: -9px; }
    .hc-ne-list.col3 li.set, .hc-ne-list.col4 li.set {
      width: 50%;
      padding: 10px; }
      .hc-ne-list.col3 li.set.large, .hc-ne-list.col4 li.set.large {
        width: 100%; } }
@media (max-width: 400px) {
  .hc-ne-list.col3, .hc-ne-list.col4 {
    margin-left: 0;
    margin-right: 0; }
    .hc-ne-list.col3 li.set, .hc-ne-list.col4 li.set {
      float: none;
      display: block;
      width: auto !important;
      padding: 0;
      margin-bottom: 30px; } }

.hc-ne-set {
  position: relative; }
  .hc-ne-set > a {
    display: block;
    color: inherit; }
  .hc-ne-set:hover .hc-ne-cover {
    opacity: 1; }
  .hc-ne-set.v2 .hc-ne-capt {
    padding-bottom: 40px; }
    .hc-ne-set.v2 .hc-ne-capt .main {
      padding-left: 35px;
      padding-right: 35px; }
  @media (max-width: 1024px) {
    .hc-ne-set.v2 .hc-ne-capt {
      padding-bottom: 20px; }
      .hc-ne-set.v2 .hc-ne-capt .hc-title, .hc-ne-set.v2 .hc-ne-capt .in-as-list li a, .in-as-list li .hc-ne-set.v2 .hc-ne-capt a, .hc-ne-set.v2 .hc-ne-capt .il-de-det li span.capt, .il-de-det li .hc-ne-set.v2 .hc-ne-capt span.capt, .hc-ne-set.v2 .hc-ne-capt .il-de-capt {
        margin-left: 20px; }
      .hc-ne-set.v2 .hc-ne-capt .main {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (max-width: 640px) {
    .hc-ne-set.v2 .hc-ne-capt .hc-title, .hc-ne-set.v2 .hc-ne-capt .in-as-list li a, .in-as-list li .hc-ne-set.v2 .hc-ne-capt a, .hc-ne-set.v2 .hc-ne-capt .il-de-det li span.capt, .il-de-det li .hc-ne-set.v2 .hc-ne-capt span.capt, .hc-ne-set.v2 .hc-ne-capt .il-de-capt {
      margin-left: 15px; }
    .hc-ne-set.v2 .hc-ne-capt .main {
      padding-left: 15px;
      padding-right: 15px; } }

.hc-ne-icon {
  text-align: center; }
  .hc-ne-icon.play {
    width: 46px;
    height: 46px;
    padding: 11px 14px;
    border: 3px solid #ffffff; }
    .hc-ne-icon.play:before {
      content: '';
      display: inline-block;
      border-left: 15px solid #ffffff;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent; }

.hc-ne-cover {
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(10%, rgba(27, 78, 138, 0)), to(black));
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(27, 78, 138, 0) 10%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#000000',GradientType=0 ); }
  .hc-ne-cover.full {
    height: 100%; }
  .hc-ne-cover.short {
    height: 300px; }
  .hc-ne-cover.transparent {
    background: transparent; }
  .hc-ne-cover.white {
    pointer-events: none;
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(86%, white), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 86%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .hc-ne-cover:hover.transparent {
    background: rgba(0, 0, 0, 0.2); }

.hc-ne-capt .hc-title, .hc-ne-capt .in-as-list li a, .in-as-list li .hc-ne-capt a, .hc-ne-capt .il-de-det li span.capt, .il-de-det li .hc-ne-capt span.capt, .hc-ne-capt .il-de-capt {
  margin-left: -12px; }
  .hc-ne-capt .hc-title.no-margin, .hc-ne-capt .in-as-list li a.no-margin, .in-as-list li .hc-ne-capt a.no-margin, .hc-ne-capt .il-de-det li span.no-margin.capt, .il-de-det li .hc-ne-capt span.no-margin.capt, .hc-ne-capt .no-margin.il-de-capt {
    margin-left: 0; }
.hc-ne-capt .main {
  padding-left: 20px;
  padding-right: 20px; }
.hc-ne-capt.bp-ab {
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%; }
.hc-ne-capt h3 a {
  color: inherit; }
.hc-ne-capt:hover h3 a, .hc-ne-capt.active h3 a, .hc-ne-set:hover .hc-ne-capt h3 a {
  color: #8f0500; }
.hc-ne-capt.v2 {
  padding: 20px; }
.hc-ne-capt.v3 {
  padding: 15px; }
.hc-ne-capt.v4 .hc-title, .hc-ne-capt.v4 .in-as-list li a, .in-as-list li .hc-ne-capt.v4 a, .hc-ne-capt.v4 .il-de-det li span.capt, .il-de-det li .hc-ne-capt.v4 span.capt, .hc-ne-capt.v4 .il-de-capt {
  margin-left: 0; }
.hc-ne-capt.v4 .main {
  padding-left: 30px; }
@media (max-width: 1024px) {
  .hc-ne-capt .hc-title, .hc-ne-capt .in-as-list li a, .in-as-list li .hc-ne-capt a, .hc-ne-capt .il-de-det li span.capt, .il-de-det li .hc-ne-capt span.capt, .hc-ne-capt .il-de-capt {
    margin-left: 0; }
  .hc-ne-capt.v4 .main {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 767px) {
  .hc-ne-capt.v4 .main {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 640px) {
  .hc-ne-capt .main {
    padding-left: 15px;
    padding-right: 15px; }
  .hc-ne-capt.v2 {
    padding: 15px; } }

.hc-ca-sub {
  display: none; }

@media (max-width: 1400px) {
  .column-carousel {
    padding-left: 15px;
    padding-right: 15px; } }

.ho-vid-list li.set {
  float: left; }
.ho-vid-list.col4 li.set {
  width: 25%; }
@media (max-width: 1200px) {
  .ho-vid-list.col4 li.set {
    width: 33.33%; } }
@media (max-width: 950px) {
  .ho-vid-list.col4 li.set {
    width: 50%; } }
@media (max-width: 480px) {
  .ho-vid-list.col4 li.set {
    float: none;
    display: block;
    width: auto; } }

.hc-ca-list li {
  display: inline-block;
  vertical-align: middle; }
  .hc-ca-list li:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 10px;
    background: #ffffff; }
  .hc-ca-list li:first-child:before {
    display: none; }

.ho-ico-list li.set {
  display: inline-block;
  vertical-align: top; }
.ho-ico-list.col3 {
  margin-left: -14px;
  margin-right: -14px; }
  .ho-ico-list.col3 li.set {
    max-width: 350px;
    width: 33.33%;
    padding: 15px;
    margin-left: -1.5px;
    margin-right: -1.5px; }
@media (max-width: 480px) {
  .ho-ico-list.col3 li.set {
    width: 50%; } }
@media (max-width: 400px) {
  .ho-ico-list.col3 li.set {
    float: none;
    display: block;
    width: auto;
    margin: 0; } }

.ho-an-col.top {
  border-bottom: 1px solid #000000; }
.ho-an-col.main .row > *[class*="col"] {
  border-right: 1px solid #000000; }
  .ho-an-col.main .row > *[class*="col"]:last-child {
    border-right: none; }
@media (max-width: 767px) {
  .ho-an-col.main .row > *[class*="col"] {
    min-height: 0 !important; } }

.ha-co-col.top {
  min-height: 40px; }
@media (max-width: 767px) {
  .ha-co-col.top {
    min-height: 0; } }

.hc-co-list li {
  margin-bottom: 12px; }
  .hc-co-list li:last-child {
    margin-bottom: 0; }
  .hc-co-list li h4 {
    margin: 0;
    font-family: "Roboto Condensed"; }

#print-news-section {
  padding: 0 60px 35px; }
  #print-news-section .flex-viewport li .magazine__details .magazine__header, #print-news-section .flex-viewport li .magazine__details .magazine__image, #print-news-section .flex-viewport li .magazine__details .magazine__image img {
    opacity: 1 !important; }
  #print-news-section .flex-viewport li .magazine__details * {
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  #print-news-section .flex-viewport li.flex-active-slide .magazine__details * {
    opacity: 1; }
  #print-news-section .hc-bo-title {
    padding: 13px 20px 12px;
    font-weight: bold;
    line-height: 1;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0; }
    #print-news-section .hc-bo-title a {
      color: #000; }
  #print-news-section > h2 {
    position: absolute;
    left: 60px;
    top: 0; }
  #print-news-section .btn-subscribe {
    margin-top: 10px;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    padding: 9px 32px 7px 20px;
    background: #000;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold; }
  #print-news-section .magazine__details {
    max-width: 460px; }
    #print-news-section .magazine__details a {
      color: #000; }
    #print-news-section .magazine__details .magazine__big-title {
      font-size: 38px; }
  #print-news-section .magazine__header {
    line-height: 20px; }
    #print-news-section .magazine__header strong {
      font-size: 18px; }
    #print-news-section .magazine__header span {
      font-size: 15px; }
    #print-news-section .magazine__header h2 {
      font-weight: bold;
      line-height: 1; }
  #print-news-section .magazine__posts li {
    font-size: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #707070; }
    #print-news-section .magazine__posts li a {
      color: #000;
      font-size: 18px;
      line-height: 21px; }
    #print-news-section .magazine__posts li:last-child {
      border: 0; }
  #print-news-section .magazine__image img {
    width: 100%; }
  @media (max-width: 767px) {
    #print-news-section .magazine {
      padding: 0 30px 0 0; }
      #print-news-section .magazine .magazine__details {
        text-align: center; }
        #print-news-section .magazine .magazine__details > * {
          text-align: left; }
        #print-news-section .magazine .magazine__details h2.hc-bo-title {
          margin: 0;
          font-size: 12px;
          padding: 7px 12px 5px;
          border-width: 2px; }
        #print-news-section .magazine .magazine__details h2.magazine__big-title {
          font-size: 38px;
          line-height: 1; }
      #print-news-section .magazine .magazine__image {
        margin-bottom: 25px; } }
  #print-news-section .flex-direction-nav .flex-prev {
    left: 10px !important;
    opacity: 1 !important; }
  #print-news-section .flex-direction-nav .flex-next {
    right: 10px !important;
    opacity: 1 !important; }
  #print-news-section .flex-direction-nav li a {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 16px; }
  @media (max-width: 767px) {
    #print-news-section {
      padding-left: 0;
      padding-right: 0; }
      #print-news-section .hc-bo-title {
        font-size: 12px;
        padding: 7px 12px 5px;
        border-width: 2px;
        width: 130px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
      #print-news-section .flex-viewport {
        overflow: visible !important; }
      #print-news-section .flex-direction-nav {
        display: none !important; }
      #print-news-section .slides {
        padding-right: 50px; } }

.in-ab-main {
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 1024px) {
    .in-ab-main {
      padding-left: 0;
      padding-right: 0; } }

.in-ab-dd .ic-dd-title {
  position: relative;
  padding: 50px 15px 50px 0;
  border-top: 1px solid #bcbcbc; }
  .in-ab-dd .ic-dd-title:first-child {
    border-top: none; }
  .in-ab-dd .ic-dd-title:after {
    content: '\e900';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-family: "icomoon"; }
  .in-ab-dd .ic-dd-title h2 {
    margin: 0;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-weight: bold; }
  .in-ab-dd .ic-dd-title.selected:after, .in-ab-dd .ic-dd-title.active:after {
    content: '\e902'; }
  .in-ab-dd .ic-dd-title:hover {
    color: #8f0500; }
.in-ab-dd .ic-dd-main {
  margin-bottom: 50px; }
@media (max-width: 950px) {
  .in-ab-dd .ic-dd-title {
    padding-top: 30px;
    padding-bottom: 30px; }
  .in-ab-dd .ic-dd-main {
    margin-bottom: 30px; } }
@media (max-width: 640px) {
  .in-ab-dd .ic-dd-title {
    padding-top: 20px;
    padding-bottom: 20px; }
  .in-ab-dd .ic-dd-main {
    margin-bottom: 20px; } }

.ab-mil-list {
  position: relative;
  padding: 15px 0; }
  .ab-mil-list:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 142px;
    height: 100%;
    background: #8f0500; }
  .ab-mil-list > ul > li.set {
    padding: 15px 0; }
    .ab-mil-list > ul > li.set:after {
      content: '';
      display: block; }
    .ab-mil-list > ul > li.set .am-li-col {
      z-index: 3;
      position: relative; }
      .ab-mil-list > ul > li.set .am-li-col.main {
        padding-top: 55px; }
        .ab-mil-list > ul > li.set .am-li-col.main:before {
          content: '';
          display: block;
          border-top: 1px solid #bcbcbc; }
    .ab-mil-list > ul > li.set ul li.set {
      padding: 5px 0; }
      .ab-mil-list > ul > li.set ul li.set .am-li-col.main {
        padding: 10px 0; }
        .ab-mil-list > ul > li.set ul li.set .am-li-col.main:before {
          display: none; }
  @media (max-width: 480px) {
    .ab-mil-list:before {
      width: 120px; }
    .ab-mil-list > ul > li.set ul li.set .am-li-col.main {
      padding: 5px 0; } }

.am-li-col.date {
  float: left;
  padding: 5px 27px;
  width: 142px;
  background: #8f0500;
  color: #ffffff;
  text-align: right;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.0; }
  .am-li-col.date.large {
    font-size: 60px;
    line-height: 0.9; }
.am-li-col.main {
  margin-left: 157px; }
@media (max-width: 480px) {
  .am-li-col.date {
    width: 120px; }
  .am-li-col.main {
    margin-left: 130px; } }

.al-co-main {
  padding: 0 10px; }

.ab-ne-list li.set {
  margin-bottom: 25px; }
  .ab-ne-list li.set:last-child {
    margin-bottom: 0; }
  .ab-ne-list li.set h4 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold; }

.ab-te-list li.set {
  display: inline-block;
  vertical-align: top; }
.ab-te-list.col2 {
  margin-left: -8px;
  margin-right: -7px; }
  .ab-te-list.col2 li.set {
    width: 50%;
    max-width: 470px;
    padding: 10px 10px 15px 10px;
    margin-left: -2px;
    margin-right: -2px; }
.ab-te-list.col4 {
  margin-left: -8px;
  margin-right: -7px; }
  .ab-te-list.col4 li.set {
    width: 25%;
    padding: 10px 10px 15px 10px;
    margin-left: -2px;
    margin-right: -2px; }
.ab-te-list.col5 {
  margin-left: -8px;
  margin-right: -7px; }
  .ab-te-list.col5 li.set {
    width: 20%;
    padding: 10px 10px 15px 10px;
    margin-left: -2px;
    margin-right: -2px; }
.ab-te-list.v2 li.set {
  display: block;
  padding: 40px;
  margin-bottom: 35px;
  background: #fafafa; }
  .ab-te-list.v2 li.set:last-child {
    margin-bottom: 0; }
@media (max-width: 1024px) {
  .ab-te-list.col4 li.set {
    width: 50%; } }
@media (max-width: 767px) {
  .ab-te-list.v2 li.set {
    padding: 20px; } }
@media (max-width: 640px) {
  .ab-te-list.col2 {
    margin-left: 0;
    margin-right: 0; }
    .ab-te-list.col2 li.set {
      display: block;
      max-width: 100%;
      width: auto;
      padding: 0 0 15px 0;
      margin-left: 0;
      margin-right: 0; }
      .ab-te-list.col2 li.set .ib-se-box {
        min-height: 0 !important; }
  .ab-te-list.col5 {
    margin-left: -4px;
    margin-right: -4px; }
    .ab-te-list.col5 li.set {
      padding: 5px; }
  .ab-te-list.v2 li.set {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .ab-te-list.col4 {
    margin-left: 0;
    margin-right: 0; }
    .ab-te-list.col4 li.set {
      display: block;
      width: auto;
      padding: 0 0 15px 0;
      margin-left: 0;
      margin-right: 0; }
  .ab-te-list .ib-se-box {
    min-height: 0 !important; } }

.ab-te-banner {
  position: relative;
  overflow: hidden; }

.ab-te-line {
  border-top: 1px solid #bcbcbc; }

.at-se-col.banner {
  width: 328px; }
.at-se-col.main {
  margin-left: 378px; }
@media (max-width: 767px) {
  .at-se-col.banner {
    width: 210px; }
  .at-se-col.main {
    margin-left: 225px; } }
@media (max-width: 640px) {
  .at-se-col {
    float: none !important;
    display: inline-block;
    vertical-align: middle; }
    .at-se-col.main {
      width: calc(100% - 235px);
      margin-left: 15px; }
      .at-se-col.main.bottom {
        margin-left: 0;
        width: auto; } }
@media (max-width: 480px) {
  .at-se-col.banner {
    width: 110px; }
  .at-se-col.main {
    width: calc(100% - 135px); } }

.ab-co-par p {
  line-height: 1.7; }

.in-as-list li a {
  display: inline-block;
  padding: 0 15px;
  color: inherit; }
  .in-as-list li a:after {
    left: 0;
    bottom: 7px;
    width: 0; }
.in-as-list li:hover a:after, .in-as-list li.active a:after {
  left: 0;
  width: 100%; }

.as-co-list > ul > li.set {
  display: inline-block;
  vertical-align: top; }
.as-co-list.col1 > ul > li.set {
  margin-bottom: 30px; }
  .as-co-list.col1 > ul > li.set:last-child {
    margin-bottom: 0; }
  .as-co-list.col1 > ul > li.set .as-co-set .hc-ne-capt {
    min-height: 140px; }
.as-co-list.col4 {
  margin-left: -14px;
  margin-right: -14px; }
  .as-co-list.col4 > ul > li.set {
    width: 25%;
    padding: 15px;
    margin-left: -1.5px;
    margin-right: -1.5px; }
.as-co-list.col5 {
  margin-left: -14px;
  margin-right: -14px; }
  .as-co-list.col5 > ul > li.set {
    width: 20%;
    padding: 15px;
    margin-left: -1.5px;
    margin-right: -1.5px; }
@media (max-width: 1200px) {
  .as-co-list.col1 {
    margin-left: -14px;
    margin-right: -14px; }
    .as-co-list.col1 > ul > li.set {
      width: 33.33%;
      padding: 15px;
      margin-left: -1.5px;
      margin-right: -1.5px; } }
@media (max-width: 950px) {
  .as-co-list.col5 > ul > li.set {
    width: 25%; } }
@media (max-width: 767px) {
  .as-co-list.col1 {
    margin-left: -9px;
    margin-right: -9px; }
    .as-co-list.col1 > ul > li.set {
      width: 50%;
      padding: 10px; }
  .as-co-list.col4 {
    margin-left: -9px;
    margin-right: -9px; }
    .as-co-list.col4 > ul > li.set {
      width: 33.33%;
      padding: 10px; }
  .as-co-list.col5 {
    margin-left: -6px;
    margin-right: -6px; }
    .as-co-list.col5 > ul > li.set {
      width: 33.33%;
      padding: 7px; } }
@media (max-width: 640px) {
  .as-co-list.col4 > ul > li.set {
    width: 50%; } }
@media (max-width: 480px) {
  .as-co-list.col5 > ul > li.set {
    width: 50%; } }
@media (max-width: 400px) {
  .as-co-list.col1 > ul > li.set, .as-co-list.col4 > ul > li.set {
    float: none;
    display: block;
    width: auto; } }
@media (max-width: 320px) {
  .as-co-list.col5 > ul > li.set {
    float: none;
    display: block;
    width: auto; } }

.as-co-pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px; }
  .as-co-pagination li:first-child {
    margin-left: 0; }
  .as-co-pagination li:last-child {
    margin-right: 0; }
  .as-co-pagination li a {
    display: block;
    color: inherit; }
  .as-co-pagination li.num a {
    display: table-cell;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    text-align: center; }
  .as-co-pagination li.active a, .as-co-pagination li:hover a {
    color: #8f0500; }
  .as-co-pagination li.active.num a, .as-co-pagination li:hover.num a {
    background: #8f0500;
    color: #ffffff; }

.asian-scientist-popup {
  padding: 62px 137px;
  background: #2d2d2d;
  color: #ffffff; }
  @media (max-width: 810px) {
    .asian-scientist-popup {
      padding: 55px 100px; } }
  @media (max-width: 480px) {
    .asian-scientist-popup {
      padding: 55px 15px 30px 15px; } }

.po-co-col {
  display: inline-block;
  vertical-align: middle; }
  .po-co-col.banner {
    width: 255px; }
  .po-co-col.main {
    width: calc(100% - 260px);
    padding-left: 40px; }
  @media (max-width: 767px) {
    .po-co-col {
      display: block; }
      .po-co-col.banner {
        max-width: 210px;
        margin-left: auto;
        margin-right: auto; }
      .po-co-col.main {
        width: auto;
        padding: 0; } }

.as-co-set .hc-ne-capt {
  min-height: 195px;
  border-bottom: 1px solid #bcbcbc; }
.as-co-set:hover h4 {
  color: #8f0500; }
@media (max-width: 400px) {
  .as-co-set .hc-ne-capt {
    min-height: 0; } }

.in-bq-list > ul > li.set {
  display: inline-block;
  vertical-align: top; }
.in-bq-list.col2 {
  margin-left: -14px;
  margin-right: -14px; }
  .in-bq-list.col2 > ul > li.set {
    width: 50%;
    padding: 15px;
    margin-bottom: 20px;
    margin-left: -1.5px;
    margin-right: -1.5px; }
    .in-bq-list.col2 > ul > li.set:nth-child(2n+1) {
      padding-right: 35px; }
    .in-bq-list.col2 > ul > li.set:nth-child(2n) {
      padding-left: 35px; }
@media (max-width: 1400px) {
  .in-bq-list.v2 {
    padding-right: 120px; } }
@media (max-width: 1200px) {
  .in-bq-list.v2 {
    padding-right: 0; } }
@media (max-width: 767px) {
  .in-bq-list.col2 {
    margin-left: 0;
    margin-right: 0; }
    .in-bq-list.col2 > ul > li.set {
      display: block;
      width: auto;
      padding: 15px 0 !important;
      margin: 0; } }

.in-bq-set > * {
  z-index: 3;
  position: relative; }

.in-bq-capt h4 {
  text-transform: uppercase;
  font-weight: bold; }
.in-bq-capt ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }
  .in-bq-capt ol li:last-child {
    margin-bottom: 0; }
  .in-bq-capt ol li > span {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px; }
    .in-bq-capt ol li > span:first-child {
      padding-left: 0;
      white-space: nowrap; }
    .in-bq-capt ol li > span:last-child {
      padding-right: 0; }

.ib-se-top {
  position: relative; }
  .ib-se-top h1 {
    z-index: 3;
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.0; }
    .ib-se-top h1 small {
      display: block;
      font-weight: 500;
      color: inherit; }

.ib-se-icon {
  top: 0;
  left: 0; }
  .ib-se-icon.one {
    top: 40px;
    left: 75px; }
  .ib-se-icon.two {
    top: 0;
    left: 85px; }
  .ib-se-icon.three {
    top: 0;
    left: 100px; }
  .ib-se-icon.four {
    top: 0;
    left: 124px; }
  @media (max-width: 640px) {
    .ib-se-icon {
      max-width: 100px; }
      .ib-se-icon.one {
        top: 10px;
        left: 60px; }
      .ib-se-icon.two {
        top: -15px;
        left: 50px;
        max-width: 130px; }
      .ib-se-icon.three {
        top: -15px;
        left: 60px; }
      .ib-se-icon.four {
        top: 0;
        left: 80px; } }

.ib-se-box {
  padding: 25px;
  border: 1px solid #bcbcbc;
  cursor: default; }
  .ib-se-box:hover {
    border-color: #8f0500; }
  @media (max-width: 767px) {
    .ib-se-box {
      padding: 20px; } }

.is-bo-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 480px) {
    .is-bo-top {
      display: block;
      min-height: 0 !important; } }

.in-la-list > ul > li.set {
  margin-bottom: 65px; }
  .in-la-list > ul > li.set:last-child {
    margin-bottom: 40px; }
  .in-la-list > ul > li.set:nth-child(2n+1) .hc-ne-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
@media (max-width: 767px) {
  .in-la-list > ul > li.set {
    margin-bottom: 35px; }
    .in-la-list > ul > li.set:nth-child(2n+1) .hc-ne-set {
      display: block; } }

.il-de-det li {
  display: inline-block;
  vertical-align: middle; }
  .il-de-det li:last-child:after {
    display: none; }
  .il-de-det li:after {
    content: '';
    position: relative;
    top: -1px;
    right: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin: 0 10px;
    background: #000000; }
  .il-de-det li span.capt {
    padding: 0; }
    .il-de-det li span.capt:after {
      top: 100%;
      height: 5px; }

.il-de-col.short {
  float: left;
  width: 170px; }
.il-de-col.main {
  margin-left: 175px; }
@media (max-width: 810px) {
  .il-de-col.short {
    float: none;
    width: auto; }
  .il-de-col.main {
    margin-left: 0; } }

.il-de-capt {
  padding: 15px 0; }
  .il-de-capt.fl {
    margin-bottom: 10px;
    margin-right: 25px; }
  .il-de-capt.fr {
    margin-bottom: 10px;
    margin-left: 25px; }
  .il-de-capt:after {
    height: 13px; }
  .il-de-capt.short {
    max-width: 375px; }

.in-la-par p {
  line-height: 1.7; }

.in-la-sep {
  padding: 15px 0;
  border-top: 1px solid #bcbcbc; }

.il-co-prof > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px; }
  .il-co-prof > *:first-child {
    margin-left: 0; }
  .il-co-prof > *:last-child {
    margin-right: 0; }

.ic-pr-col.banner {
  width: 94px; }
.ic-pr-col.main {
  width: calc(100% - 124px); }

.il-de-sns h1 {
  display: inline-block;
  margin: 0;
  padding: 5px 15px;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold; }
.il-de-sns > ul > li {
  margin-bottom: 10px; }
  .il-de-sns > ul > li:last-child {
    margin-bottom: 0; }
@media (max-width: 810px) {
  .il-de-sns > * {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0; }
  .il-de-sns > ul {
    margin: 0; }
    .il-de-sns > ul > li {
      display: inline-block;
      vertical-align: middle;
      margin: 5px 10px; } }

.id-sns-set {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit; }
  .id-sns-set > * {
    display: inline-block;
    margin: 0 7px; }
    .id-sns-set > *:first-child {
      margin-left: 0; }
    .id-sns-set > *:last-child {
      margin-right: 0; }
    .id-sns-set > *.icon > span {
      display: table-cell;
      vertical-align: middle;
      width: 39px;
      height: 39px;
      text-align: center;
      border: 2px solid #000000;
      font-size: 20px;
      line-height: 1.0; }
      .id-sns-set > *.icon > span .fa {
        position: relative;
        top: 1px; }
  .id-sns-set.sns-fb > *.icon > span {
    color: #3b5998;
    border-color: #3b5998; }
  .id-sns-set.sns-twitter > *.icon > span {
    color: #46d0ee;
    border-color: #46d0ee; }
  .id-sns-set.sns-whatsapp > *.icon > span {
    color: #64bc52;
    border-color: #64bc52; }
  .id-sns-set:hover {
    color: inherit; }
    .id-sns-set:hover > *.icon > span {
      background: #8f0500;
      color: #ffffff;
      border-color: #8f0500; }
    .id-sns-set:hover.sns-fb > *.icon > span {
      background: #3b5998;
      color: #ffffff;
      border-color: #3b5998; }
    .id-sns-set:hover.sns-twitter > *.icon > span {
      background: #46d0ee;
      color: #ffffff;
      border-color: #46d0ee; }
    .id-sns-set:hover.sns-whatsapp > *.icon > span {
      background: #64bc52;
      color: #ffffff;
      border-color: #64bc52; }

.section {
  margin-bottom: 70px; }
  .section__title {
    padding-top: 10px;
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
    border-top: 4px solid #000;
    margin-bottom: 15px; }
  @media (max-width: 767px) {
    .section {
      margin-bottom: 40px; }
      .section__title {
        font-size: 20px;
        line-height: 24px; } }

.infinite-scroll-wrapper .infinite-scroll__item--hidden {
  display: none; }

.filter-dropdown {
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 25px; }
  .filter-dropdown .minus {
    display: none; }
  .filter-dropdown .plus {
    display: inline-block; }
  .filter-dropdown__button {
    font-size: 25px;
    line-height: 26px;
    cursor: pointer; }
  .filter-dropdown__menu {
    font-size: 18px;
    line-height: 26px; }
    .filter-dropdown__menu li {
      margin-bottom: 10px;
      font-size: 16px; }
      .filter-dropdown__menu li a {
        color: #000; }
  .filter-dropdown.open .minus {
    display: inline-block; }
  .filter-dropdown.open .plus {
    display: none; }
  @media (max-width: 767px) {
    .filter-dropdown {
      padding: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .filter-dropdown .filter-dropdown__button {
        font-size: 14px;
        margin: 0;
        padding: 5px 15px 9px 15px;
        line-height: 1; }
      .filter-dropdown .filter-dropdown__menu {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: calc(100vw + 1px);
        background: #000;
        z-index: 100;
        padding-top: 16px;
        padding-bottom: 12px;
        margin-top: -1px;
        left: 0;
        right: 0; }
        .filter-dropdown .filter-dropdown__menu li {
          width: 33%;
          padding-left: 15px;
          padding-right: 10px;
          font-size: 12px;
          line-height: 16px; }
          .filter-dropdown .filter-dropdown__menu li a {
            color: #fff; }
      .filter-dropdown.open .filter-dropdown__button {
        position: relative;
        background-color: #000;
        color: #fff; }
        .filter-dropdown.open .filter-dropdown__button::after {
          content: "";
          z-index: 100;
          position: absolute;
          bottom: 1px;
          left: 15px;
          right: 15px;
          border-bottom: 1px solid #fff; } }

.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .posts .col-xs-12:last-child .post {
      border: 0; } }

.post.post--featured {
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 4px solid #000;
  margin-bottom: 25px; }
  .post.post--featured .post__header {
    position: relative;
    text-align: center;
    overflow: hidden; }
    .post.post--featured .post__header span {
      display: inline-block;
      background-color: #000;
      font-style: italic;
      color: #fff;
      padding: 9px 32px;
      font-size: 15px;
      list-height: 18px;
      font-weight: bold;
      position: relative; }
      .post.post--featured .post__header span::before {
        content: "";
        position: absolute;
        left: -9999px;
        right: calc(100% + 12px);
        top: 18px;
        border-bottom: 2px solid #000; }
      .post.post--featured .post__header span::after {
        content: "";
        position: absolute;
        right: -9999px;
        left: calc(100% + 12px);
        top: 18px;
        border-bottom: 2px solid #000; }
  .post.post--featured .post__title {
    font-size: 35px;
    line-height: 44px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold; }
    .post.post--featured .post__title a {
      color: #000; }
  .post.post--featured .post__excerpt {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px; }
    .post.post--featured .post__excerpt p {
      margin-bottom: 0; }
  .post.post--featured img {
    width: 100%; }
  @media (max-width: 767px) {
    .post.post--featured {
      margin-bottom: 16px;
      padding-bottom: 10px; } }
.post.post--latest-featured {
  background-color: #000;
  text-align: left;
  padding-bottom: 0;
  padding-left: 15px;
  border-bottom: 0;
  margin-bottom: 0; }
  .post.post--latest-featured * {
    color: #fff !important; }
  .post.post--latest-featured .post__title {
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    max-width: 100%; }
  .post.post--latest-featured .post__excerpt {
    padding: 0 !important;
    font-size: 16px;
    font-weight: normal; }
  .post.post--latest-featured .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row; }
    .post.post--latest-featured .row .col-md-4 {
      padding-top: 15px;
      padding-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .post.post--latest-featured .row .col-md-8 {
      background-size: cover; }
      .post.post--latest-featured .row .col-md-8 a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .post.post--latest-featured .row .col-md-8 img {
        opacity: 0;
        visibility: hidden; }
.post.post--normal {
  margin-bottom: 40px; }
  .post.post--normal .post__title {
    margin-top: 0;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 13px;
    font-weight: bold; }
    .post.post--normal .post__title a {
      color: #000; }
  .post.post--normal p {
    margin-bottom: 0; }
  .post.post--normal img {
    display: block;
    margin-bottom: 15px; }
  @media (max-width: 767px) {
    .post.post--normal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid #807F7F; }
      .post.post--normal .post__thumbnail {
        width: 165px;
        min-width: 165px;
        margin-right: 10px; }
        .post.post--normal .post__thumbnail img {
          margin-bottom: 0; }
      .post.post--normal .post__title {
        font-size: 18px;
        line-height: 21px; } }
.post .post__category {
  display: inline-block;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 8px; }
  .post .post__category a {
    color: #000;
    position: relative; }
    .post .post__category a span {
      font-size: 12px;
      position: relative;
      z-index: 2; }
    .post .post__category a::after {
      content: "";
      height: 4px;
      background-color: #8C191C;
      position: absolute;
      bottom: 1px;
      width: 100%;
      left: 0;
      right: 0; }
    .post .post__category a.in-the-lab::after {
      background-color: #e55659; }
    .post .post__category a.in-the-lab::after {
      background: #e55659; }
    .post .post__category a.health::after {
      background: #066c61; }
    .post .post__category a.technology::after {
      background: #8bd3c3; }
    .post .post__category a.pharma::after {
      background: #06445f; }
    .post .post__category a.academia::after {
      background: #e5d0a6; }
    .post .post__category a.features::after {
      background: #ffb830; }
    .post .post__category a.columns::after {
      background: #bbd0e7; }
.post .post__excerpt {
  font-family: "Merriweather";
  font-size: 16px; }
  @media (max-width: 767px) {
    .post .post__excerpt {
      font-size: 14px; } }
@media (max-width: 767px) {
  .post.post--featured {
    padding-bottom: 30px;
    margin-bottom: 12px; }
    .post.post--featured .post__header {
      margin-top: 15px; }
      .post.post--featured .post__header span {
        font-size: 10px;
        padding: 3px 11px 2px; }
        .post.post--featured .post__header span::before, .post.post--featured .post__header span::after {
          top: 8px; }
    .post.post--featured .post__title {
      font-size: 33px;
      line-height: 41px;
      margin-top: 12px; }
    .post.post--featured .post__excerpt {
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      font-size: 15px;
      font-weight: normal; } }

.category-list .posts .post.post--featured {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #D5D0D0; }
  .category-list .posts .post.post--featured .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .category-list .posts .post.post--featured .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
        .category-list .posts .post.post--featured .row .col-md-4 {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .category-list .posts .post.post--featured .row .col-md-8 {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0;
          margin-bottom: 10px; } }
  .category-list .posts .post.post--featured .post__title {
    font-family: "Roboto";
    font-size: 22px;
    line-height: 25px;
    margin-top: 0;
    text-align: left; }
    .category-list .posts .post.post--featured .post__title a {
      color: #000; }
  .category-list .posts .post.post--featured .post__excerpt {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    font-weight: normal; }
.category-list .posts .post.post--normal .post__category {
  display: none; }
.category-list--latest-news .posts .post.post--normal .post__category {
  display: block; }

@media (max-width: 767px) {
  .page-template-tpl-latest-news .post.post--normal, .archive.category .post.post--normal, .group-blog:not(.home) .post.post--normal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 16px;
    padding-bottom: 16px; }
    .page-template-tpl-latest-news .post.post--normal > div, .archive.category .post.post--normal > div, .group-blog:not(.home) .post.post--normal > div {
      width: 100%; }
    .page-template-tpl-latest-news .post.post--normal .post__thumbnail, .archive.category .post.post--normal .post__thumbnail, .group-blog:not(.home) .post.post--normal .post__thumbnail {
      margin-right: 0;
      margin-bottom: 10px; }
    .page-template-tpl-latest-news .post.post--normal .post__excerpt, .archive.category .post.post--normal .post__excerpt, .group-blog:not(.home) .post.post--normal .post__excerpt {
      display: block !important; } }

.category-topbar {
  font-size: 10px;
  line-height: 26px;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background: #e55659;
  z-index: 1000;
  display: none !important;
  text-align: center; }
  @media (max-width: 767px) {
    .category-topbar {
      display: block !important; } }
  .category-topbar.topnews {
    color: #fff;
    background: #8C191C; }
  .category-topbar.in-the-lab {
    background: #e55659;
    color: #fff; }
  .category-topbar.health {
    background: #066c61;
    color: #fff; }
  .category-topbar.technology {
    background: #8bd3c3; }
  .category-topbar.pharma {
    background: #06445f;
    color: #fff; }
  .category-topbar.academia {
    background: #e5d0a6; }
  .category-topbar.features {
    background: #ffb830; }
  .category-topbar.columns {
    background: #bbd0e7;
    color: #fff; }

.author__name {
  margin-top: 0;
  font-size: 40px;
  border-bottom: 1px solid #000;
  border-top: 5px solid #000;
  padding-top: 10px;
  padding-bottom: 10px; }
.author h3 {
  font-size: 24px;
  font-weight: bold; }
.author__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .author__details img {
    margin-right: 25px;
    max-width: 250px; }
  .author__details p {
    font-size: 16px; }
  .author__details .socials {
    margin-top: 25px; }

.scientist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 28px;
  padding-top: 28px;
  border-bottom: 1px solid #707070; }
  .scientist .scientist__avatar {
    min-width: 225px;
    width: 225px;
    margin-right: 16px; }
  .scientist h4 {
    margin-top: 0;
    font-size: 30px;
    line-height: 26px;
    margin-bottom: 12px; }
  .scientist span {
    font-size: 20px;
    line-height: 26px;
    display: inline-block; }
  .scientist p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px; }
  .scientist h4 a {
    color: #000; }
  @media (max-width: 767px) {
    .scientist {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .scientist .scientist__avatar {
        width: 120px;
        min-width: 120px;
        margin-right: 16px;
        margin-bottom: 16px; }
      .scientist .scientist__details {
        min-width: calc(100% - 136px);
        width: calc(100% - 136px);
        margin-bottom: 16px; }
      .scientist p {
        font-size: 15px;
        line-height: 20px;
        margin: 0; } }

#asian-scientists .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    #asian-scientists .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      margin-left: -15px !important;
      margin-right: -15px !important; }
      #asian-scientists .row > div {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
#asian-scientists .section-content {
  font-size: 12px;
  border-top: 22px solid #000;
  background-color: #EBBC62;
  padding-top: 50px;
  padding-bottom: 50px; }
  #asian-scientists .section-content img {
    width: 100%;
    max-width: 360px;
    display: block;
    margin-left: 60px; }
  #asian-scientists .section-content h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 38px;
    font-weight: 900;
    border-bottom: 2px solid #000; }
  #asian-scientists .section-content .subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500; }
  #asian-scientists .section-content ul {
    padding-top: 20px; }
    #asian-scientists .section-content ul li {
      border-bottom: 1px solid #707070;
      padding-top: 5px;
      padding-bottom: 5px;
      margin: 0; }
      #asian-scientists .section-content ul li:last-child {
        border: 0; }
      #asian-scientists .section-content ul li a {
        font-size: 18px;
        line-height: 21px;
        font-weight: bold;
        color: #000; }
  @media (max-width: 767px) {
    #asian-scientists .section-content.col-md-5 {
      border-top: 0;
      padding-bottom: 20px; }
    #asian-scientists .section-content.col-md-7 {
      padding-top: 20px;
      padding-bottom: 0; }
    #asian-scientists .section-content img {
      margin-left: auto;
      margin-right: auto;
      max-width: 180px; }
    #asian-scientists .section-content ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #asian-scientists .section-content ul li {
        width: calc(50% - 5px); }
        #asian-scientists .section-content ul li:last-child {
          padding-top: 16px;
          width: 100%;
          margin-left: calc(50% + 5px); } }

.scientists-banner {
  min-height: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 22px solid #000; }
  .scientists-banner .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .scientists-banner .banner-content .banner__image {
      width: 33%;
      max-width: 400px;
      margin-right: 55px; }
    .scientists-banner .banner-content .banner__content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 0; }
    @media (max-width: 767px) {
      .scientists-banner .banner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
        .scientists-banner .banner-content .banner__image {
          width: 100%;
          margin-right: 0;
          text-align: center; } }
  .scientists-banner h2 {
    font-size: 42px;
    line-height: 49px;
    color: #000;
    font-weight: 900;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .scientists-banner div {
    font-size: 20px;
    line-height: 22px; }
  .scientists-banner .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .scientists-banner .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
  @media (max-width: 767px) {
    .scientists-banner {
      min-height: auto; }
      .scientists-banner h2 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 8px;
        margin-bottom: 12px; }
      .scientists-banner > div {
        font-size: 15px;
        padding-bottom: 60px; } }

.scientists h3 {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 900;
  font-size: 35px;
  line-height: 26px; }
@media (max-width: 767px) {
  .scientists h3 {
    font-size: 23px;
    color: #000 !important;
    background: none !important;
    padding: 0;
    border: 0; }
  .scientists .scientists__filter {
    margin-left: -8px;
    margin-right: -8px;
    max-width: calc(100% + 16px);
    padding: 0 !important; }
    .scientists .scientists__filter > h3 {
      margin-top: 20px;
      padding-left: 15px;
      padding-right: 15px; }
    .scientists .scientists__filter > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .scientists .scientists__filter > div::after {
        content: "";
        position: absolute;
        margin-top: 26px;
        left: 15px;
        right: 15px;
        height: 1px;
        background-color: #000; }
  .scientists .scientist__details span {
    font-size: 13px;
    line-height: 1; }
  .scientists .scientist__details h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px; }
  .scientists .scientist {
    padding-top: 16px;
    padding-bottom: 16px; } }

.single-scientist.scientist {
  padding-bottom: 0;
  border-bottom: 0; }
  .single-scientist.scientist .scientist__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #000;
    padding-top: 8px;
    margin-top: 30px;
    margin-bottom: 80px; }
    .single-scientist.scientist .scientist__header h3 {
      font-size: 30px;
      line-height: 35px;
      font-weight: 900;
      margin: 0;
      text-transform: uppercase; }
    .single-scientist.scientist .scientist__header .divider {
      border-left: 1px solid #000;
      margin: 0 12px;
      height: 12px; }
    .single-scientist.scientist .scientist__header > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .single-scientist.scientist .scientist__header a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000;
      font-size: 12px;
      line-height: 14px;
      font-style: italic; }
      .single-scientist.scientist .scientist__header a i {
        color: #fff;
        border-radius: 50%;
        background-color: #000;
        width: 24px;
        height: 24px;
        line-height: 20px;
        text-align: center;
        font-size: 20px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 10px; }
    @media (max-width: 767px) {
      .single-scientist.scientist .scientist__header {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 25px;
        padding-top: 0; }
        .single-scientist.scientist .scientist__header h3 {
          font-size: 15px;
          line-height: 20px;
          margin-bottom: 15px; }
        .single-scientist.scientist .scientist__header a i {
          font-size: 14px;
          width: 18px;
          height: 18px;
          margin: 0 7px; } }
  .single-scientist.scientist .scientist__name {
    padding-top: 4px;
    font-size: 43px;
    line-height: 56px;
    font-weight: bold;
    border-top: 1px solid #000;
    border-bottom: 4px solid #000;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .single-scientist.scientist .scientist__name {
        font-size: 28px;
        line-height: 32px; } }
  .single-scientist.scientist .scientist__bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    .single-scientist.scientist .scientist__bio p {
      margin-top: 0;
      font-size: 22px;
      line-height: 26px; }
      .single-scientist.scientist .scientist__bio p b {
        margin-bottom: 8px;
        display: inline-block; }
      .single-scientist.scientist .scientist__bio p:last-child {
        margin-bottom: 0; }
    .single-scientist.scientist .scientist__bio .scientist__avatar {
      width: 345px;
      min-height: 345px;
      max-width: 100%;
      margin-right: 15px; }
      .single-scientist.scientist .scientist__bio .scientist__avatar img {
        width: 100%; }
    .single-scientist.scientist .scientist__bio .scientist__details {
      padding-top: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    @media (max-width: 767px) {
      .single-scientist.scientist .scientist__bio {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        margin-bottom: 18px; }
        .single-scientist.scientist .scientist__bio > div {
          width: 100% !important;
          margin-right: 0 !important; }
          .single-scientist.scientist .scientist__bio > div.scientist__details {
            margin-bottom: 0;
            padding-bottom: 15px;
            border-bottom: 1px solid #000; }
            .single-scientist.scientist .scientist__bio > div.scientist__details p {
              margin-bottom: 15px;
              font-size: 15px;
              line-height: 1; }
              .single-scientist.scientist .scientist__bio > div.scientist__details p span {
                font-size: 15px;
                line-height: 1; } }
  .single-scientist.scientist .scientist__content {
    margin-bottom: 40px; }
    .single-scientist.scientist .scientist__content p {
      margin-top: 0; }
  .single-scientist.scientist .scientist__awards li {
    border-bottom: 1px solid #707070;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 7px;
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .single-scientist.scientist .scientist__awards li {
      font-size: 15px;
      line-height: 26px;
      padding-bottom: 0;
      margin-bottom: 12px; } }

.menu-bar {
  display: none;
  position: absolute;
  top: 50%;
  left: 15px;
  cursor: pointer; }
  .menu-bar span {
    display: block;
    width: 32px;
    height: 4px;
    margin: 5px 0;
    background: #ffffff;
    -webkit-transition: all 0.3s 0.3s ease;
    transition: all 0.3s 0.3s ease; }
  @media (max-width: 950px) {
    .menu-bar {
      display: block; } }
  .menu-bar.active span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  .menu-bar.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  .menu-bar.active span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg); }

.menu-mobile {
  z-index: 8;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.98);
  overflow: auto;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }
  .menu-mobile .menu {
    font-size: 30px;
    text-align: center; }
    .menu-mobile .menu > ul {
      display: block; }
      .menu-mobile .menu > ul > li {
        display: block;
        margin: 20px 0; }
        .menu-mobile .menu > ul > li > a {
          display: inline-block; }
  @media (min-width: 951px) {
    .menu-mobile {
      display: none !important; } }
  @media (max-width: 480px) {
    .menu-mobile .menu {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .menu-mobile .btn-subscribe {
      font-size: 18px;
      line-height: 21px;
      color: #8C191C;
      font-weight: bold;
      display: inline-block;
      padding: 5px 17px 5px 12px;
      border: 1px solid #8C191C;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px); } }

.me-mo-main {
  position: relative; }
/*# sourceMappingURL=style.css.map */