/** font face **/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:300,400,500,700");
.font-a {
  font-family: 'Open Sans', sans-serif; }

.font-b {
  font-family: 'Roboto', sans-serif; }

.font-c {
  font-family: 'Playlist Script'; }

@font-face {
  font-family: 'Playlist Script';
  src: url("../fonts/Playlist-Script.eot?#iefix") format("embedded-opentype"), url("../fonts/Playlist-Script.otf") format("opentype"), url("../fonts/Playlist-Script.woff") format("woff"), url("../fonts/Playlist-Script.ttf") format("truetype"), url("../fonts/Playlist-Script.svg#Playlist-Script") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa-norm {
  font-weight: normal; }

.fa-light {
  font-weight: 300; }

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

/** 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: #0f1519; }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
*/
html, body, button, input, select, textarea {
  font-family: "Open Sans", "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 {
  /* Track */
  /* Handle */ }
  html::-webkit-scrollbar {
    width: 14px;
    background: #fff; }
  html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  html::-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: #3a68cf;
  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); }

/* ==========================================================================
   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.
*/
/*
 * 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"] {
  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;
  -moz-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 */
    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, h2, h3, h4, h5, h6 {
  font-family: "Roboto"; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 { font-size: 14px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

.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, .menu, .hc-title {
  font-size: 14px; }
  @media all and (max-width: 640px) {
    .par-medium, .menu, .hc-title {
      font-size: 12px; } }

.par-large, .tp-ma-title h5 {
  font-size: 16px; }
  @media all and (max-width: 640px) {
    .par-large, .tp-ma-title h5 {
      font-size: 13px; } }

.par-xlarge, .fancybox-nav {
  font-size: 18px; }
  @media all and (max-width: 640px) {
    .par-xlarge, .fancybox-nav {
      font-size: 14px; } }

.par-xxlarge {
  font-size: 20px; }
  @media all and (max-width: 640px) {
    .par-xxlarge {
      font-size: 16px; } }

.par-max, .ho-ba-set h4 {
  font-size: 24px; }
  @media all and (max-width: 640px) {
    .par-max, .ho-ba-set h4 {
      font-size: 20px; } }

/** CSS for pace preloader **/
body:before, body:after {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-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;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-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 **/
.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;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-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;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-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);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.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;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-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; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  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; }

/*! 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;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-outer {
  padding-bottom: 70px;
  background: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px; }

.fancybox-inner {
  overflow: visible !important; }
  @media (max-width: 950px) {
    .fancybox-inner {
      overflow: auto !important; } }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px;
  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: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: 24px 30px;
  cursor: pointer;
  z-index: 8040;
  font-size: 30px;
  color: gray;
  background: none !important; }
  .fancybox-close:before {
    content: '\f00d';
    display: block;
    font-family: "FontAwesome";
    font-size: 18px; }
  .fancybox-close:hover {
    color: #3a68cf; }

.v2 .fancybox-close {
  top: 0;
  right: 0;
  margin: 7px; }
  .v2 .fancybox-close:before {
    font-size: 14px; }

.fancybox-nav {
  position: absolute;
  min-width: 90px;
  bottom: 20px;
  width: auto;
  height: auto;
  cursor: pointer;
  text-decoration: none;
  z-index: 8040;
  padding: 5px 10px;
  color: #4e4e4e;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  border: 1px solid #4e4e4e; }
  .fancybox-nav .fa {
    font-size: 22px; }
  .fancybox-nav:hover {
    background: #3a68cf;
    border-color: #3a68cf;
    color: #ffffff; }
  @media (max-width: 640px) {
    .fancybox-nav .fa {
      font-size: 17px; } }

.fancybox-prev {
  right: 160px; }

.fancybox-next {
  right: 40px; }

.fancybox-nav span {
  background: none !important; }

.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: rgba(0, 0, 0, 0.4); }

.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;
  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);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  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%; }

body.float-menu-active {
  position: relative;
  overflow: hidden; }

header {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  header.v2 {
    position: fixed;
    background: #ffffff; }
    header.v2 .header-content {
      padding: 13px 15px; }
    header.v2 .logo {
      width: 210px; }

.header-content {
  padding: 65px 15px; }

.menu {
  padding-left: 30px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 500; }
  .menu ul {
    margin: 0; }
  .menu li {
    position: relative;
    display: inline-block;
    padding: 8px; }
    .menu li a {
      display: block;
      color: #0f1519; }
      .menu li a:hover {
        color: #3a68cf; }
    .menu li.active a, .menu li:hover a, .menu li.current_page_item a {
      color: #3a68cf; }
    .menu li.active li a, .menu li:hover li a, .menu li.current_page_item li a {
      color: #0f1519; }
    .menu li.active li.active a, .menu li.active li:hover a, .menu li:hover li.active a, .menu li:hover li:hover a, .menu li.current_page_item li.active a, .menu li.current_page_item li:hover a {
      background: #3a68cf;
      color: #ffffff; }
    .menu li ul {
      display: none;
      position: absolute;
      top: 100%;
      left: -7px;
      width: 200px;
      padding: 5px 0;
      background: #ffffff;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
    .menu li li {
      display: block;
      padding: 0; }
      .menu li li a {
        padding: 7px 15px;
        color: #0f1519; }

.menu-bar {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  margin: 12px 0;
  cursor: pointer; }
  .menu-bar span {
    display: block;
    width: 33px;
    height: 5px;
    margin: 6px 0;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
  .menu-bar.active span {
    background: #000000; }
    .menu-bar.active span:nth-child(1) {
      -webkit-transform: translateY(11px) rotate(45deg);
      -moz-transform: translateY(11px) rotate(45deg);
      -ms-transform: translateY(11px) rotate(45deg);
      -o-transform: translateY(11px) rotate(45deg);
      transform: translateY(11px) rotate(45deg); }
    .menu-bar.active span:nth-child(2) {
      opacity: 0;
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8); }
    .menu-bar.active span:nth-child(3) {
      -webkit-transform: translateY(-11px) rotate(-45deg);
      -moz-transform: translateY(-11px) rotate(-45deg);
      -ms-transform: translateY(-11px) rotate(-45deg);
      -o-transform: translateY(-11px) rotate(-45deg);
      transform: translateY(-11px) rotate(-45deg); }

.he-co-menu {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 65px 15px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.97); }
  .he-co-menu.animated {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  .he-co-menu .menu-bar {
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s; }
  .he-co-menu .menu {
    position: relative;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: bold; }
    .he-co-menu .menu li {
      display: block;
      float: none;
      margin-bottom: 30px; }
      .he-co-menu .menu li:last-child {
        margin-bottom: 0; }
      .he-co-menu .menu li a {
        color: #0f1519; }
        .he-co-menu .menu li a:hover, .he-co-menu .menu li a.active {
          color: #3a68cf; }
      .he-co-menu .menu li.active a, .he-co-menu .menu li:hover a {
        color: #3a68cf; }
      .he-co-menu .menu li.active li a, .he-co-menu .menu li:hover li a {
        color: gray; }
      .he-co-menu .menu li.active li.active a, .he-co-menu .menu li.active li:hover a, .he-co-menu .menu li:hover li.active a, .he-co-menu .menu li:hover li:hover a {
        color: #3a68cf;
        background: none; }
      .he-co-menu .menu li ul {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        padding: 10px 0 0 0;
        background: none;
        box-shadow: none;
        font-size: 24px; }
      .he-co-menu .menu li li {
        margin: 0; }
        .he-co-menu .menu li li a {
          color: gray; }
      .he-co-menu .menu li.sub > a:after {
        content: '\f078';
        position: relative;
        top: -2px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        font-size: 20px;
        font-family: "FontAwesome"; }
      .he-co-menu .menu li.sub > a.selected:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }

footer {
  z-index: 2;
  position: relative; }
footer .auto { position: relative; }
.footer-content {
  background: #000000;
  color: #ffffff; }

.fc-to-list li.set {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 0 -2px;
  padding-right: 15px; }
  .fc-to-list li.set:last-child {
    padding-right: 0; }
  .fc-to-list li.set .fc-title {
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase; }

.fc-links li {
  margin-bottom: 5px; }
  .fc-links li:last-child {
    margin-bottom: 0; }
  .fc-links li a {
    color: #ffffff; }
    .fc-links li a:hover {
      color: #3a68cf; }

.fc-contacts li {
  margin-bottom: 10px; }
  .fc-contacts li h5 {
    margin: 0 0 3px 0;
    color: #3a68cf;
    font-weight: normal;

    font-size: 12px; }

.fc-sns li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0; }
  .fc-sns li:last-child {
    margin-right: 0; }

.fc-sn-btn, .fc-sns li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 27px;
  height: 27px;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: none; }
  .fc-sn-btn .fa, .fc-sns li a .fa {
    position: relative;
    top: 1px; }
  .fc-sn-btn:hover.sns-facebook, .fc-sns li a:hover.sns-facebook {
    background: #3b5998;
    border-color: #3b5998; }
  .fc-sn-btn:hover.sns-twitter, .fc-sns li a:hover.sns-twitter {
    background: #0077b5;
    border-color: #0077b5; }
  .fc-sn-btn:hover.sns-linkedin, .fc-sns li a:hover.sns-linkedin {
    background: #1da1f3;
    border-color: #1da1f3; }

.fo-co-bottom {
  padding: 15px 0;
  border-top: 1px solid #ffffff; }

.fc-back { z-index: 20; position: absolute; bottom: 100%; right: 0; margin: 10px 0; }
  .fc-back a {
    display: table-cell;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #c2c1c1;
    font-size: 16px;
    color: #c2c1c1; }
    .fc-back a:hover {
      background: #3a68cf;
      border-color: #3a68cf;
      color: #ffffff; }

#main-container {
  position: relative;
  height: 100%;
  height: auto !important;
  min-height: 100%;
  overflow: hidden; }

.hide {
  position: relative; }

.ease, .menu-bar span, .he-co-menu .menu, .he-co-menu .menu li.sub > a:after, .ha-link:before, .ha-img, .ho-ab-set .ha-se-img .bp-img, .ab-co-tab .tab-nav li a:after, a, input[type="submit"], button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.loader {
  position: relative;
  overflow: hidden;
  background: #fff url("../images/page_template/loading.gif") no-repeat center; }

.auto {
  max-width: 1100px;
  margin: 0 auto; }
  .auto.small {
    max-width: 948px; }

.fl {
  float: left; }

.fr {
  float: right; }

.clr, .ac-ca-list li.set:after {
  display: block;
  float: none;
  clear: both; }

.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, .fc-to-list li.set, .bp-col, .ac-li-col, .tp-ma-col {
  -webkit-box-sizing: border-box;
  -moz-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; }

.pad-edge {
  padding-left: 15px;
  padding-right: 15px; }

.nopadding {
  padding: 0 !important; }

.nopadding-left {
  padding-left: 0 !important; }

.nopadding-right {
  padding-right: 0 !important; }

.bp-img img {
  max-width: 100%;
  height: auto; }
.bp-img.wide img {
  width: 100%; }

.bp-curve, .fancybox-nav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.bp-circle, .fc-sn-btn, .fc-sns li a, .fc-back a, .hb-btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.mobile-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.bp-centralize, .home-banner .flexslider#hb-slider .flex-control-nav, .hb-se-capt.middle, .ho-ba-sns, .ha-se-capt.middle {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.pt1 {
  padding-top: 10px; }

.pt2 {
  padding-top: 20px; }
  @media (max-width: 640px) {
    .pt2 {
      padding-top: 10px; } }

.pt3 {
  padding-top: 30px; }
  @media (max-width: 640px) {
    .pt3 {
      padding-top: 20px; } }

.pt4 {
  padding-top: 40px; }
  @media (max-width: 640px) {
    .pt4 {
      padding-top: 30px; } }

.pt5 {
  padding-top: 50px; }
  @media (max-width: 640px) {
    .pt5 {
      padding-top: 40px; } }

.pb1 {
  padding-bottom: 10px; }

.pb2 {
  padding-bottom: 20px; }
  @media (max-width: 640px) {
    .pb2 {
      padding-bottom: 10px; } }

.pb3 {
  padding-bottom: 30px; }
  @media (max-width: 640px) {
    .pb3 {
      padding-bottom: 20px; } }

.pb4 {
  padding-bottom: 40px; }
  @media (max-width: 640px) {
    .pb4 {
      padding-bottom: 30px; } }

.pb5 {
  padding-bottom: 50px; }
  @media (max-width: 640px) {
    .pb5 {
      padding-bottom: 40px; } }

.mt1 {
  margin-top: 10px; }

.mt2 {
  margin-top: 20px; }
  @media (max-width: 640px) {
    .mt2 {
      margin-top: 10px; } }

.mt3 {
  margin-top: 30px; }
  @media (max-width: 640px) {
    .mt3 {
      margin-top: 20px; } }

.mt4 {
  margin-top: 40px; }
  @media (max-width: 640px) {
    .mt4 {
      margin-top: 30px; } }

.mt5 {
  margin-top: 50px; }
  @media (max-width: 640px) {
    .mt5 {
      margin-top: 40px; } }

.mb1 {
  margin-bottom: 10px; }

.mb2 {
  margin-bottom: 20px; }
  @media (max-width: 640px) {
    .mb2 {
      margin-bottom: 10px; } }

.mb3 {
  margin-bottom: 30px; }
  @media (max-width: 640px) {
    .mb3 {
      margin-bottom: 20px; } }

.mb4 {
  margin-bottom: 40px; }
  @media (max-width: 640px) {
    .mb4 {
      margin-bottom: 30px; } }

.mb5 {
  margin-bottom: 50px; }
  @media (max-width: 640px) {
    .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;
  -moz-animation: rotatee 2s infinite linear;
  -ms-animation: rotatee 2s infinite linear;
  -o-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: #000000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: bouncee 2s infinite ease-in-out;
  -moz-animation: bouncee 2s infinite ease-in-out;
  -ms-animation: bouncee 2s infinite ease-in-out;
  -o-animation: bouncee 2s infinite ease-in-out;
  animation: bouncee 2s infinite ease-in-out; }

.s-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -ms-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-ms-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-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 {
  opacity: 0; }

.anim-content.visible {
  -webkit-animation: animRun 0.5s ease;
  -moz-animation: animRun 0.5s ease;
  -ms-animation: animRun 0.5s ease;
  -o-animation: animRun 0.5s ease;
  animation: animRun 0.5s ease; }

.animated.visible, .anim-content.visible {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes animRun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(1.05);
    -moz-transform: translateY(30px) scale(1.05);
    -ms-transform: translateY(30px) scale(1.05);
    -o-transform: translateY(30px) scale(1.05);
    transform: translateY(30px) scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }
@-moz-keyframes animRun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(1.05);
    -moz-transform: translateY(30px) scale(1.05);
    -ms-transform: translateY(30px) scale(1.05);
    -o-transform: translateY(30px) scale(1.05);
    transform: translateY(30px) scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }
@-ms-keyframes animRun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(1.05);
    -moz-transform: translateY(30px) scale(1.05);
    -ms-transform: translateY(30px) scale(1.05);
    -o-transform: translateY(30px) scale(1.05);
    transform: translateY(30px) scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }
@-o-keyframes animRun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(1.05);
    -moz-transform: translateY(30px) scale(1.05);
    -ms-transform: translateY(30px) scale(1.05);
    -o-transform: translateY(30px) scale(1.05);
    transform: translateY(30px) scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }
@keyframes animRun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(1.05);
    -moz-transform: translateY(30px) scale(1.05);
    -ms-transform: translateY(30px) scale(1.05);
    -o-transform: translateY(30px) scale(1.05);
    transform: translateY(30px) scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }
.bp-banner, .parallax {
  background-position: 50% 0;
  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; }

html.bp-touch .parallax {
  background-attachment: inherit;
  background-position: 50% 50% !important; }

.flexslider ul.slides li .animate[anim-control="parent"] > .anim-content {
  opacity: 0;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
.flexslider ul.slides li.flex-active-slide .animate[anim-control="parent"] > .anim-content {
  -webkit-animation: animRun 0.5s ease;
  -moz-animation: animRun 0.5s ease;
  -ms-animation: animRun 0.5s ease;
  -o-animation: animRun 0.5s ease;
  animation: animRun 0.5s ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.bp-col.fl, .fl.ac-li-col, .fl.tp-ma-col {
  padding-right: 10px; }
.bp-col.fr, .fr.ac-li-col, .fr.tp-ma-col {
  padding-left: 10px; }
.bp-col.half, .half.ac-li-col, .half.tp-ma-col {
  width: 50%; }
@media (max-width: 480px) {
  .bp-col, .ac-li-col, .tp-ma-col {
    float: none !important;
    display: block;
    width: auto; }
    .bp-col.fl, .fl.ac-li-col, .fl.tp-ma-col {
      padding-right: 0; }
    .bp-col.fr, .fr.ac-li-col, .fr.tp-ma-col {
      padding-left: 0; }
    .bp-col.half, .half.ac-li-col, .half.tp-ma-col {
      width: auto; } }

.hm-title, .tp-ma-title h4 {
  margin: 0;
  font-size: 23px;
  text-transform: uppercase; }

.hm-capt p {
  line-height: 1.7; }

.hm-btn, .ac-btn {
  min-width: 144px;
  padding: 10px 15px;
  background: #3a68cf;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-family: "Roboto";
  font-weight: bold; 
  position: absolute;
  bottom: 30px;
}
  .hm-btn:hover, .ac-btn:hover {
    background: #6387d9;
    color: #ffffff; }

.ac-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.in-breadcrumbs {
  text-transform: uppercase;
  color: #747474; }
  .in-breadcrumbs li {
    display: inline-block;
    vertical-align: middle; }
    .in-breadcrumbs li:after {
      content: '/';
      display: inline-block;
      padding: 0 5px; }
    .in-breadcrumbs li:last-child {
      color: #3a68cf; }
      .in-breadcrumbs li:last-child:after {
        display: none; }

.popup-content {
  max-width: 860px; background: #fff; }

.fancybox-outer {
  padding-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.fc-title a {
  color: #fff; }

/*$url_0: url(../images/select-bg.jpg);*/
.f-modal select, .f-modal textarea, .f-modal input[type=text], .f-modal input[type=email] {
  background: #ffffff;
  margin-bottom: 13px;
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  height: 32px;
  border: 1px solid #8e8e8e;
  color: #000000;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 300; }

.f-modal {
  width: 460px; background: #fff; }
  .f-modal .modal-head {
    padding: 20px;
    border-bottom: 5px solid #666666; }
    .f-modal .modal-head h3 {
      color: #000000;
      font-size: 20px;
      font-family: Roboto, sans-serif;
      font-weight: 500;
      text-transform: uppercase; }
  .f-modal .modal-body {
    padding: 20px; }
  .f-modal p {
    color: #000000;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300; }
  .f-modal form {
    margin-top: 20px; }
  .f-modal select option {
    padding-left: 10px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: #000000; }
  .f-modal textarea {
    width: 100.3%;
    height: 167px;
    padding: 10px; }
    .f-modal textarea + p {
      font-size: 13px; }
  .f-modal input[type=submit] {
    width: 143px;
    margin-top: 34px;
    height: 34px;
    border: 0;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300; }
  .f-modal input[type=checkbox] {
    border: 1px solid #cccccc;
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
    border-radius: 0; }
  .f-modal .select-style {
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #8e8e8e;
    background: #ffffff no-repeat top right; }
    .f-modal .select-style select {
      height: 32px;
      width: 100%;
      border: none;
      box-shadow: none;
      background-color: transparent;
      background-image: none;
      appearance: none;
      margin-bottom: 0 !important; }
      .f-modal .select-style select:focus {
        outline: none; }
  .f-modal span:last-child input[type=text] {
    margin-bottom: 0; }

.file-upload {
  margin-bottom: 23px; }
  .file-upload span {
    color: #000000;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    display: inline-block;
    margin-top: 14px; }

::-webkit-input-placeholder {
  color: #000000; }

:-moz-placeholder {
  color: #000000 !important;
  opacity: 1; }

::-moz-placeholder {
  color: #000000 !important;
  opacity: 1; }

:-ms-input-placeholder {
  color: #000000; }

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px; }

.custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
  margin-top: 0; }
  .custom-file-upload label {
    display: block;
    margin-bottom: 5px; }

.file-upload-wrapper {
  position: relative;
  margin-bottom: 0; }

.file-upload-input {
  width: 220px !important;
  height: 34px !important;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0 !important;
  padding: 11px 17px;
  box-sizing: border-box;
  border: none;
  background-color: #c0392b;
  float: left !important; }
  .file-upload-input:hover {
    background-color: #ab3326;
    outline: none; }
  .file-upload-input:focus {
    background-color: #ab3326;
    outline: none; }

.file-upload-button {
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  width: 180px;
  height: 34px;
  border: none;
  background-color: #000000;
  float: right;
  transition: all 0.2s ease-in; }
  .file-upload-button:hover {
    background-color: #6d2018; }

.wpcf7-form-control-wrap {
  display: block !important; }
  .wpcf7-form-control-wrap.email {
    margin-top: 12px; }

#apply-job.f-modal input[type=submit] {
  margin-top: 20px; }
#apply-job.f-modal fieldset div:first-child {
  overflow: hidden; }
  #apply-job.f-modal fieldset div:first-child input {
    max-width: 221px;
    display: inline-block; }
    #apply-job.f-modal fieldset div:first-child input + input {
      float: right; }

.wpcf7-form br {
  display: none; }

#wpcf7-f410-o1 .wpcf7-form-control-wrap.email {
  margin-top: 0px; }
#wpcf7-f410-o1 p {
  margin: 0; }

.fancybox-inner {  }

.vision-values .tang-dd-set {
  padding-left: 48px;
  font-size: 15px; }
.vision-values > h4 {
  padding-bottom: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #3a68cf;
  font-size: 15px; }
.vision-values ul li {
  padding: 10px 0; }
  .vision-values ul li h4.tang-dd-title {
    position: relative;
    padding-left: 48px;
    font-size: 18px;
    font-weight: 500; }
    .vision-values ul li h4.tang-dd-title.active:before {
      border-bottom: 5px solid #7199bd;
      border-top: none; }
  .vision-values ul li h4:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 11px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #7199bd; }

.tang-dd-title {
  cursor: pointer; }

.tang-dd-set {
  display: none;
  padding-bottom: 10px; }

.ab-charity-list .in-co-title {
  padding-bottom: 15px; }
.ab-charity-list ul li {
  margin-bottom: 25px; }
  .ab-charity-list ul li:last-child {
    margin-bottom: 0; }

.ab-ch-img {
  margin-bottom: 25px; }

.about-awards {
  font-size: 14px; }
  .about-awards ul li {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    width: 208px;
    padding-top: 15px;
    margin: 0 10px 60px;
    border-top: 1px solid #cccccc; }
    .about-awards ul li:nth-child(3n) {
      margin-right: 0; }
    .about-awards ul li:nth-child(3n+1) {
      margin-left: 0; }
    .about-awards ul li h4 {
      font-size: 15px; }

.ab-aw-top {
  padding-bottom: 10px;
  min-height: 145px; }

.ta-glance-list {
  font-size: 15px; }
  .ta-glance-list ul li {
    padding-bottom: 25px; }

.glance-box {
  width: 275px;
  padding: 25px;
  box-sizing: border-box;
  background: #f1f1f1; }
  .glance-box ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px; }
    .glance-box ul li:last-child {
      margin-bottom: 0; }
    .glance-box ul li h4 {
      position: relative;
      font-weight: 300;
      font-size: 14px; }
      .glance-box ul li h4:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 7px;
        width: 0;
        height: 0;
        margin-top: -4px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #7199bd; }
      .glance-box ul li h4 strong {
        font-weight: 500; }

.gl-bo-logo {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc; }

.re-se-list {
  padding-top: 20px;
  /*margin-left: 15px;*/ }
  .re-se-list ol li {
    padding: 10px 0;
    list-style: decimal;
    margin-left: 15px; }
    .re-se-list ol li > span {
      color: #3a68cf; }

.ab-co-desc {
  padding-bottom: 20px;
  /*font-weight: 300;*/
  font-size: 14px; }
  .ab-co-desc ul {
    padding: 10px 0; }
    .ab-co-desc ul li {
      padding: 10px 0;
      list-style: disc inside; }
  .ab-co-desc.par p:first-child {
    padding-top: 0; }
  .ab-co-desc .ba-fi-set ul li {
    padding: 0; }

.in-co-btn a {
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #ffffff;
  background: #0154b0; }
  .in-co-btn a:hover {
    background: #0079ff; }

.markets-slider .flex-direction-nav a {
  width: 20px;
  height: 24px;
  margin-top: -12px;
  background: url("../images/page_template/slider_nav3.png") no-repeat 0 0; }
.markets-slider .flex-direction-nav .flex-next {
  background-position: -20px; }
.markets-slider ul.slides li img {
  max-width: auto; }
.markets-slider .flexslider:hover .flex-prev {
  left: -20px; }
.markets-slider .flexslider:hover .flex-next {
  right: -20px; }

.ba-fi-set {
  float: left;
  width: 350px;
  padding: 0 13px;
  box-sizing: border-box;
  border-right: 1px solid #000000; }
  .ba-fi-set:nth-child(2n) {
    border-right: none; }
  .ba-fi-set:nth-child(2n+1) {
    padding-left: 0; }
  .ba-fi-set ul li a {
    color: #000000; }

.cl-co-text {
  /*float: right;*/
  position: relative;
  width: 1080px;
  padding: 35px;
  font-size: 14px;
  box-sizing: border-box;
  box-shadow: 0 1px 4px #b8b7b7;
  border-radius: 2px; }
  .cl-co-text:before {
    content: '';
    display: block;
    position: absolute;
    width: 45px;
    height: 46px; }
  .cl-co-text h4 {
    color: #000000; }
  .cl-co-text p {
    font-style: italic; }
  .cl-co-text.par p:last-child {
    padding-bottom: 0; }

.clients-content ul li {
  margin-bottom: 70px; }
  .clients-content ul li:nth-child(even) .cl-co-img {
    float: right; }
  .clients-content ul li:nth-child(even) .cl-co-text {
    float: left; }
    .clients-content ul li:nth-child(even) .cl-co-text:before {
      right: -45px;
      background-position: -45px 0; }
  .clients-content ul li:nth-child(odd) .cl-co-text:before {
    left: -45px; }

.c-c-t-set {
  width: 50%;
  padding: 40px 0 70px;
  box-sizing: border-box;
  /*font-weight: 300;*/
  font-size: 14px; }
  .c-c-t-set.fl {
    padding-right: 60px; }
  .c-c-t-set.fr {
    padding-left: 60px; }
  .c-c-t-set h4 {
    padding-bottom: 25px;
    text-transform: uppercase; }
  .c-c-t-set ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px; }
    .c-c-t-set ul li:last-child {
      margin-bottom: 0; }

.c-c-t-icon {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 19px;
  background: url("../images/contact/contact_sprite.png") no-repeat 0 0; }
  .c-c-t-icon.address {
    top: 0;
    background-position: 0 0; }
  .c-c-t-icon.tel {
    background-position: -20px 0; }
  .c-c-t-icon.adnumer {
    background-position: -40px 0; }
  .c-c-t-icon.linumber {
    background-position: -60px 0; }

.contact-testi {
  padding: 57px;
  background: url("../images/contact/bg_testi.jpg");
  color: #ffffff;
  font-size: 14px; }
  .contact-testi .flex-direction-nav a {
    width: 23px;
    height: 40px;
    background: url("../images/page_template/slider_nav2.png") no-repeat;
    margin-top: -20px;
    text-indent: -9999px; }
  .contact-testi .flex-direction-nav .flex-next {
    text-align: left;
    background-position: -23px 0; }
  .contact-testi:hover .flex-direction-nav .flex-prev {
    left: -23px; }
  .contact-testi:hover .flex-direction-nav .flex-next {
    right: -23px; }

.co-te-set {
  padding: 0 57px;
  font-size: 300; }
  .co-te-set h4 {
    font-weight: 500;
    font-size: 14px; }
    .co-te-set h4 span {
      display: block;
      /*font-weight: 100;*/
      margin-top: 5px;
      font-style: italic; }

.co-te-s-top {
  min-height: 133px; }

.co-co-map {
  margin: 70px 0; }

.c-c-m-img {
  z-index: 1; }

.c-c-m-tag {
  z-index: 2;
  position: absolute;
  width: 1px;
  height: 1px;
  cursor: pointer; }
  .c-c-m-tag.singapore {
    z-index: 6;
    top: 57.5%;
    right: 26.4%; }
  .c-c-m-tag.hongkong {
    z-index: 5;
    top: 43%;
    right: 22.4%; }
  .c-c-m-tag.shanghai {
    z-index: 4;
    top: 39%;
    right: 21.5%; }
  .c-c-m-tag.guangzhou {
    z-index: 3;
    top: 40%;
    right: 24.5%; }
  .c-c-m-tag:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 17px;
    margin-left: -6px;
    margin-top: -8px;
    background: url("../images/contact/map_point.png") no-repeat; }
  .c-c-m-tag h4 {
    position: relative;
    top: -2px;
    padding: 0 7px;
    text-transform: uppercase;
    line-height: 1.0; }
    .c-c-m-tag h4.left {
      position: absolute;
      top: -5px;
      right: 10px; }

.c-c-m-details {
  z-index: 10;
  display: none;
  position: absolute;
  bottom: 37px;
  left: -10px;
  width: 226px;
  min-height: 212px;
  padding: 20px 12px;
  box-sizing: border-box;
  background: url("../images/contact/map_blur.png");
  color: #ffffff; }
  .c-c-m-details:after {
    content: '';
    display: block;
    position: absolute;
    left: 9px;
    bottom: -26px;
    width: 25px;
    height: 26px;
    background: url("../images/contact/map_ballon_arrow.png") no-repeat; }
  .c-c-m-details ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px; }

.c-c-m-icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 14px;
  background: url("../images/contact/contact_white_sprite.png") no-repeat 0 0; }
  .c-c-m-icon.address {
    background-position: 0 0; }
  .c-c-m-icon.tel {
    top: 0;
    background-position: -15px 0; }
  .c-c-m-icon.fax {
    background-position: -30px 0; }
  .c-c-m-icon.mail {
    background-position: -45px 0; }

.co-co-top:before, .co-co-top:after {
  content: '';
  display: block;
  position: absolute;
  background: #b8b7b7; }

.co-co-top:before {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%; }
.co-co-top:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px; }

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

.blue-shade {
  color: #3a68cf !important; }

/*.tab-nav {
  width: 30% !important;
  float: left;
}

.tab-content {
  width: 70% !important;
  float: left;
}*/
.home-banner {
  position: relative;
  overflow: hidden;
  background: #000000; }
  .home-banner .flexslider ul {
    margin: 0; }
  .home-banner .flexslider#hb-slider .flex-control-nav {
    width: auto;
    top: 50%;
    right: 0;
    bottom: inherit; }
  .home-banner .flexslider#hb-slider .flex-control-paging li {
    display: block;
    margin: 10px 0; }
    .home-banner .flexslider#hb-slider .flex-control-paging li a {
      background: #ffffff;
      box-shadow: none; }
      .home-banner .flexslider#hb-slider .flex-control-paging li a:hover, .home-banner .flexslider#hb-slider .flex-control-paging li a.flex-active {
        background: #3a68cf; }

.ho-ba-main {
  z-index: 3;
  position: relative; }
  .ho-ba-main .auto {
    position: relative; }

.ho-ba-set {
  position: relative;
  min-height: 500px;
  height: 100vh; }
  .ho-ba-set h4 {
    text-transform: uppercase; }

.hb-se-capt.middle {
  top: 50%;
  left: 0;
  width: 100%; }

.hb-title {
  font-family: "Playlist Script";
  font-size: 100px; }

.ho-ba-sns {
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 20px; }
  .ho-ba-sns ul {
    margin: 0; }
  .ho-ba-sns li {
    padding: 10px 0; }

.hb-btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 52px;
  height: 52px;
  background: #3a68cf;
  color: #ffffff;
  font-size: 22px; }
  .hb-btn:hover {
    background: #6387d9;
    color: #ffffff; }

.sns-linkedin {
  background: #1da1f3; }
  .sns-linkedin:hover {
    background: #4db5f6; }

.ho-ba-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ho-mouse {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 50%;
  width: 130px;
  margin: 0 0 20px -65px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 12px; }
  @media (max-width: 640px) {
    .ho-mouse {
      bottom: 100px; } }

.ho-mo-cursor {
  position: relative;
  width: 18px;
  height: 32px;
  margin-bottom: 5px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .ho-mo-cursor:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-animation: mouseBall 1s infinite linear;
    -moz-animation: mouseBall 1s infinite linear;
    -ms-animation: mouseBall 1s infinite linear;
    -o-animation: mouseBall 1s infinite linear;
    animation: mouseBall 1s infinite linear; }

@-webkit-keyframes mouseBall {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); } }
@-moz-keyframes mouseBall {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); } }
@-ms-keyframes mouseBall {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); } }
@-o-keyframes mouseBall {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); } }
@keyframes mouseBall {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); } }
.hc-title {
  position: relative;
  margin: 0;
  color: #4e4e4e;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  font-weight: 500; }
  .hc-title span {
    display: inline-block;
    position: relative;
    padding: 5px 35px; }
    .hc-title span:before, .hc-title span:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      width: 1000px;
      height: 1px;
      background: #c2c1c1; }
    .hc-title span:before {
      right: 100%; }
    .hc-title span:after {
      left: 100%; }

.ho-ab-list li.set {
  margin-top: 70px; }
  .ho-ab-list li.set:nth-child(2n) {
    margin-top: 0; }

.ho-ab-set {
  position: relative;
  color: #ffffff; }
  .ho-ab-set:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 19px;
    background: url("../images/page_template/bg_shadow_about.png") no-repeat center;
    background-size: 100% 100%; }

.ha-se-img {
  position: relative;
  overflow: hidden; }

.ha-se-capt {
  z-index: 3;
  padding: 50px;
   }
  .ha-se-capt.bp-ab {
    top: 0;
    left: 0;
    width: 100%; }
  .ha-se-capt.middle {
    top: 50%; }
  .ha-se-capt h3 {
    margin: 0;
    font-size: 28px; }
  .ha-se-capt p a {
    color: #ffffff; }

.ha-link {
  position: relative;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  border-left: 4px solid #ffffff; }
  .ha-link span {
    z-index: 3;
    position: relative;
    display: inline-block; }
  .ha-link:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff; }
  .ha-link.active:before, .ha-link:hover:before {
    width: 100%; }

.ha-img:hover, .ho-ab-set .ha-se-img .bp-img:hover, .ha-img.active, .ho-ab-set .ha-se-img .active.bp-img, .ho-ab-set:hover .ha-se-img .bp-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.home-about { /*background: url('../images/home/bg_light_paper.jpg') center;*/ background-color: #000; padding-top: 163px;}

.home-markets {
  background: #fafafa url('../images/home/bg_grunge.jpg') center; }

.ho-ma-list li.set {
  display: inline-block;
  vertical-align: top; }
  .ho-ma-list.col2 li.set {
    width: 48.3%;
    margin: 0 1.5% 15px 1.5%; }
    .ho-ma-list.col2 li.set:nth-child(2n+1) {
      margin-left: 0; }
    .ho-ma-list.col2 li.set:nth-child(2n) {
      margin-right: 0; }

.ho-ma-list.col3 li.set {
  width: 30%;
  margin: 0 1.5% 15px 1.5%; }
  .ho-ma-list.col3 li.set:nth-child(3n+1) {
    margin-left: 0; }
  .ho-ma-list.col3 li.set:nth-child(3n) {
    margin-right: 0; }

.ho-ma-set {
  position: relative;
  padding: 30px;
  background: #ffffff; }
  .ho-ma-set:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 19px;
    background: url("../images/page_template/bg_shadow_about.png") no-repeat center;
    background-size: 100% 100%; }

.ac-ca-col.bp-set {
  float: none; }
.ac-ca-col ol li {
  margin-bottom: 30px; }
  .ac-ca-col ol li:last-child {
    margin-bottom: 0; }
  .ac-ca-col ol li h4 {
    margin: 0;
    font-size: 15px; }

.ab-co-tab .tab-nav {
  padding-right: 30px;
  font-family: "Roboto"; }
  .ab-co-tab .tab-nav li {
    border-bottom: 1px solid #e8e8e8; }
    .ab-co-tab .tab-nav li a {
      position: relative;
      display: block;
      padding: 10px;
      color: #0f1519; }
      .ab-co-tab .tab-nav li a:after {
        opacity: 0;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -4px;
        border-left: 5px solid #3a68cf;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent; }
    .ab-co-tab .tab-nav li.active a, .ab-co-tab .tab-nav li.ui-state-active a, .ab-co-tab .tab-nav li:hover a {
      color: #3a68cf; }
      .ab-co-tab .tab-nav li.active a:after, .ab-co-tab .tab-nav li.ui-state-active a:after, .ab-co-tab .tab-nav li:hover a:after {
        opacity: 1;
        right: 10px; }

.ac-ca-box {
  padding: 25px;
  background: #f1f1f1; }
  .ac-ca-box .ac-line {
    margin: 15px 0; }

.ac-line {
  height: 1px;
  background: #c2c1c1; }

.ac-ca-list li.set {
  margin: 40px 0; }
  .ac-ca-list li.set:last-child {
    margin-bottom: 0; }
  .ac-ca-list li.set:after {
    content: '';
    display: block; }

.ac-li-col.short {
  width: 30px; }
  .ac-li-col.short .glyphicon {
    font-size: 18px; }
.ac-li-col.large {
  margin-left: 30px; }
.ac-li-col h4 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 15px;
  font-family: "Roboto";
  text-transform: uppercase; }
.ac-li-col p {
  line-height: 1.2; }

.ab-co-nav {
  z-index: 3;
  padding: 5px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 14px; }
  .ab-co-nav li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #0f1519; }
    .ab-co-nav li:last-child {
      border-right: none; }
    .ab-co-nav li a {
      display: block;
      padding: 0 6px 0 5px;
      color: #0f1519; }
    .ab-co-nav li.active a, .ab-co-nav li.ui-state-active a, .ab-co-nav li:hover a {
      color: #3a68cf; }
  .ab-co-nav.bp-ab {
    top: 0;
    left: 0; }

.te-co-list li.set {
  display: inline-block;
  vertical-align: top; }
.te-co-list.col4 li.set {
  width: 23%;
  margin: 0 1% 25px 1%; }
  .te-co-list.col4 li.set:nth-child(4n+1) {
    margin-left: 0; }
  .te-co-list.col4 li.set:nth-child(4n) {
    margin-right: 0; }
.te-co-list:hover .te-co-set > a {
  opacity: 0.9; }
  .te-co-list:hover .te-co-set > a:hover {
    opacity: 1; }

.te-co-set > a {
  display: block;
  color: #0f1519; }

.te-co-img img {
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px; }

.te-co-capt h4, .te-co-capt h5 {
  margin: 3px 0; }
.te-co-capt h4 {
  font-weight: 500; }
.te-co-capt h5 {
  font-weight: 300;
  color: #3a68cf;
  font-size: 14px; }

.te-po-main {
  padding: 40px; }

.tp-ma-col.banner {
  width: 186px; }
.tp-ma-col.large {
  margin-left: 201px; }

.tp-ma-link a span {
  display: table-cell;
  padding: 0 5px; }
  .tp-ma-link a span:first-child {
    padding-left: 0; }
  .tp-ma-link a span:last-child {
    padding-right: 0; }
.tp-ma-link .fa {
  font-size: 20px; }

.tp-ma-title h4, .tp-ma-title h5 {
  margin: 0; }
.tp-ma-title h5 {
  font-weight: 300;
  font-style: italic;
  color: #3a68cf; }
.tp-ma-title:after {
  content: '';
  display: block;
  width: 110px;
  height: 3px;
  margin: 10px 0;
  background: #3a68cf; }

/*# sourceMappingURL=style.css.map */
.fo-we-300 {
  font-weight: 300;
}

.c-c-t-icon.no-icon {
  background: none;
  padding-left: 3px;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
}

.hb-btn.sns-linkedin {
  color: #fff !important;
}
