/* ==========================================================================
   NORMALIZE
   ========================================================================== */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*!
 *  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 PATH
 * -------------------------- */
@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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center; }

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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; }

/* Deprecated as of 4.4.0 */
.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% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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; }

/* ==========================================================================
   OWL CAROUSEL
   ========================================================================== */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Mixin
   ========================================================================== */
/* placeholder-color
   ========================================================================== */
/* clearfix
   ========================================================================== */
/* text-indent-hide
   ========================================================================== */
/* remove-tap-highlight
   ========================================================================== */
/* ellipsis
   ========================================================================== */
/* multiline-ellipsis
   ========================================================================== */
/* scroll
   ========================================================================== */
/* firefox-browser
   ========================================================================== */
.ease2, .ads.large-ads .close, .cards.caption-inline-news .box:before, .cards.reguler-news .image:before, .cards.reguler-news .caption h4 a, .news.popular .item a, .news.editor-pick .big:before, .news.editor-pick .item .image:before, .news.editor-pick .item h4 a, .news.read-also a, .more-content a,
.more-content button, .headline.home .big .image:before, .headline.home .lists .item, .headline.home .lists .image:before, .headline.home .lists h2, .headline.channel .big:before, .headline.channel .lists .item, .headline.channel .lists .image:before, .headline.channel .lists h2, .photos-sidebar .item:before,
.videos-sidebar .item:before, .header form .input-text, .header form button, .footer-section .right a, .detail .font-size-controller .item, .detail .news-tag a, .gallery .top-section .box:before, .gallery .lists-section .image:before, .gallery .lists-section h4 a, .contact-us-form .input-text, .contact-us-form .input-textarea, .contact-us-form .input-button, .page-found-page .button {
  transition: all .2s ease; }

/* ==========================================================================
   Reboot
   ========================================================================== */
/*/
 * Base
 * -----------------------------------------------------------------------------
/*/
*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent; }

html {
  min-height: 100%;
  font-size: 62.5%;
  /* 1rem == 10px */
  position: relative; }

body {
  font-family: "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@-ms-viewport {
  width: device-width; }

[hidden] {
  display: none !important; }

a {
  font-weight: inherit;
  outline: 0;
  color: inherit; }
  a:hover, a:active, a:focus {
    outline: 0; }

a img {
  border: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  font-size: 1.2rem; }

svg {
  overflow: hidden;
  vertical-align: middle; }

hr {
  box-sizing: content-box;
  overflow: visible; }

/*/
 * Content Division
 * -----------------------------------------------------------------------------
/*/
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block; }

/*/
 * Typography
 * -----------------------------------------------------------------------------
/*/
strong,
b {
  font-weight: bold; }

em,
i {
  font-style: italic; }

u {
  text-decoration: underline; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 1;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

p,
ul,
ol,
table,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3; }

ul, ol {
  padding-left: 24px; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/*/
 * Form
 * -----------------------------------------------------------------------------
/*/
label,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  outline: 0; }

button,
select {
  text-transform: none; }

select,
option {
  outline: 0; }
  select:active, select:hover,
  option:active,
  option:hover {
    outline: 0; }

button {
  cursor: pointer; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  height: auto; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration,
[type="search"] {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

input[type="number"] {
  -moz-appearance: textfield; }

/*/
 * Table
 * -----------------------------------------------------------------------------
/*/
table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

/* ==========================================================================
   VARIABLES
   ========================================================================== */
/* COLOR
   ========================================================================== */
/* SOCIAL MEDIA
   ========================================================================== */
/* FONT WEIGHT
   ========================================================================== */
/* SCREEN
   ========================================================================== */
/* ==========================================================================
   DEFAULT
   ========================================================================== */
label,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button, input, textarea {
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  border: 0;
  outline: 0; }

::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif; }

:-moz-placeholder {
  font-family: 'Roboto', sans-serif; }

::-moz-placeholder {
  font-family: 'Roboto', sans-serif; }

:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

html {
  min-height: 100%;
  font-size: 62.5%;
  position: relative; }

body {
  width: 100%;
  margin: 0 0 270px;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.43;
  color: #111;
  background-color: #f0f0f0; }
  body.hold-transition * {
    transition: none !important; }

a {
  color: #002b64;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    color: #383bf3; }

a img {
  border: none; }

input, textarea {
  outline: none; }

textarea {
  resize: none;
  overflow: auto; }

strong,
b {
  font-weight: 700; }

em,
i {
  font-style: italic; }

u {
  text-decoration: underline; }

img {
  margin: 0;
  max-width: 100%;
  font-size: 1.2rem; }

*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent; }

p, li, th, td {
  font-size: 1.3rem;
  line-height: 1.55;
  font-weight: 400; }

p, ul, ol {
  margin: 1rem 0; }

ul, ol {
  padding: 0 0 0 2.4rem; }
  ul li, ol li {
    padding: 0 0 0 0.4rem;
    margin: 0; }
    ul li > ol, ul li > ul, ol li > ol, ol li > ul {
      margin: 0; }

table {
  width: 100%;
  border-collapse: collapse; }
  table th, table td {
    border-bottom: solid 1px #eaeaea;
    padding: 6px 12px 6px 2px;
    color: #111;
    font-size: 1.4rem; }
  table th {
    padding: 8px 12px 4px 2px;
    font-weight: 500;
    color: #002b64;
    text-align: left;
    border-bottom: solid 2px #eaeaea;
    font-size: 1.6rem; }

ul {
  list-style: disc; }
  ul li > ul {
    list-style: square; }
    ul li > ul li > ul {
      list-style: disc; }
      ul li > ul li > ul li > ul {
        list-style: square; }
        ul li > ul li > ul li > ul li > ul {
          list-style: disc; }

ol li > ol {
  list-style: lower-alpha; }
  ol li > ol li > ol {
    list-style: decimal; }
    ol li > ol li > ol li > ol {
      list-style: lower-alpha; }
      ol li > ol li > ol li > ol li > ol {
        list-style: decimal; }

.reguler {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.extra-bold {
  font-weight: 900; }

h1, h2, h3, h4, h5, h6, table, ul, ol, p {
  margin: 0 0 1.6rem;
  line-height: 1.3; }

ul, li, ol, p {
  line-height: 1.5; }

h1 {
  font-size: 2.4rem;
  font-weight: 700; }

h2 {
  font-size: 2rem;
  font-weight: 700; }

h3 {
  font-size: 1.8rem;
  font-weight: 700; }

h4 {
  font-size: 1.6rem;
  font-weight: 700; }

h5 {
  font-size: 1.4rem;
  font-weight: 700; }

h5 {
  font-size: 1.2rem;
  font-weight: 700; }

/* ==========================================================================
   ADS
   ========================================================================== */
.ads {
  text-align: center;
  font-size: 0; }
  .ads a {
    display: inline-block; }
  .ads img {
    display: block;
    margin: 0 auto; }
  .ads.ads-sidebar {
    padding: 1.2rem 0;
    height: 279px; }
  .ads.bg-grey {
    background-color: #eaeaea; }
  .ads.border-bottom {
    border-bottom: solid 1px #eaeaea; }
  .ads.full-width {
    width: 100%;
    height: auto; }
    .ads.full-width img {
      width: 100%;
      display: block; }
    .ads.full-width.no-padding-side {
      padding-left: 0;
      padding-right: 0; }
  .ads.skins.fixed > div {
    position: fixed;
    top: 52px; }
    @media only screen and (max-width: 1366px) {
      .ads.skins.fixed > div {
        top: 48px; } }
  .ads.skins.absolute > div {
    top: auto;
    bottom: 0; }
  .ads.skins > div {
    width: 160px;
    height: 600px;
    position: absolute;
    background-color: #676767; }
    @media only screen and (max-width: 1180px) {
      .ads.skins > div {
        display: none; } }
  .ads.skins .left {
    margin-left: -172px; }
    @media only screen and (max-width: 1366px) {
      .ads.skins .left {
        margin-left: -168px; } }
  .ads.skins .right {
    margin-left: 1192px; }
    @media only screen and (max-width: 1366px) {
      .ads.skins .right {
        margin-left: 1000px; } }
  .ads.large-ads {
    margin-bottom: 1.2rem;
    display: none;
    position: relative; }
    .ads.large-ads .large-desktop {
      display: block; }
      @media only screen and (max-width: 1366px) {
        .ads.large-ads .large-desktop {
          display: none; } }
    .ads.large-ads .medium-desktop {
      display: none; }
      @media only screen and (max-width: 1366px) {
        .ads.large-ads .medium-desktop {
          display: block; } }
    .ads.large-ads .image {
      width: 100%; }
      .ads.large-ads .image img {
        display: block;
        margin: 0 auto; }
    .ads.large-ads .close {
      position: absolute;
      right: 0;
      top: 0;
      color: #fff;
      background-color: #111;
      padding: 6px 1.6rem;
      font-size: 1.2rem;
      line-height: 1;
      cursor: pointer; }
      .ads.large-ads .close:hover {
        background-color: #002b64; }
  .ads.fixed-inner-content {
    position: relative;
    height: 300px;
    width: 100%; }
    @media only screen and (max-width: 1366px) {
      .ads.fixed-inner-content {
        height: 250px; } }
    .ads.fixed-inner-content .inner {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      clip: rect(auto, auto, auto, auto);
      margin: 0; }
    .ads.fixed-inner-content .fixed {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 52px;
      background-color: #111;
      text-align: left;
      width: 100%; }
      @media only screen and (max-width: 1366px) {
        .ads.fixed-inner-content .fixed {
          top: 48px; } }
      .ads.fixed-inner-content .fixed .large-desktop {
        display: block; }
        @media only screen and (max-width: 1366px) {
          .ads.fixed-inner-content .fixed .large-desktop {
            display: none; } }
      .ads.fixed-inner-content .fixed .medium-desktop {
        display: none; }
        @media only screen and (max-width: 1366px) {
          .ads.fixed-inner-content .fixed .medium-desktop {
            display: block; } }
    .ads.fixed-inner-content.list-news .fixed {
      max-width: 829px; }
      .ads.fixed-inner-content.list-news .fixed img {
        width: 100%;
        height: auto; }
      @media only screen and (max-width: 1366px) {
        .ads.fixed-inner-content.list-news .fixed {
          max-width: 641px; } }
    .ads.fixed-inner-content.detail-news {
      padding: 0; }
      .ads.fixed-inner-content.detail-news .fixed {
        max-width: 853px;
        top: 40px; }
        .ads.fixed-inner-content.detail-news .fixed img {
          width: 100%;
          height: auto;
          margin: 0; }
        @media only screen and (max-width: 1366px) {
          .ads.fixed-inner-content.detail-news .fixed {
            max-width: 665px; } }

/* ==========================================================================
   CARDS
   ========================================================================== */
.cards.caption-inline-news::before, .cards.caption-inline-news::after {
  content: " ";
  display: table; }

.cards.caption-inline-news::after {
  clear: both; }

.cards.caption-inline-news .item {
  width: 33.33%;
  padding: 0 6px;
  float: left; }
  .cards.caption-inline-news .item:nth-child(n+4) {
    margin-top: 1.6rem; }

.cards.caption-inline-news .box {
  display: block;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  overflow: hidden;
  border-radius: 3px; }
  @media only screen and (max-width: 1366px) {
    .cards.caption-inline-news .box {
      height: 150px;
      border-radius: 2px; } }
  .cards.caption-inline-news .box:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    height: 65%;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%); }
  .cards.caption-inline-news .box:hover:before {
    height: 50%;
    opacity: 0.95; }

.cards.caption-inline-news .channel {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 2; }

.cards.caption-inline-news .caption {
  position: absolute;
  bottom: 0;
  padding: 1.2rem;
  z-index: 2; }
  .cards.caption-inline-news .caption .date {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 4px; }
    @media only screen and (max-width: 1366px) {
      .cards.caption-inline-news .caption .date {
        font-size: 0.9rem; } }
  .cards.caption-inline-news .caption h5 {
    font-size: 1.3rem;
    margin: 0;
    font-weight: 500;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 1366px) {
      .cards.caption-inline-news .caption h5 {
        font-size: 1.2rem; } }

.cards.reguler-news {
  padding-left: 6px;
  padding-right: 6px; }
  .cards.reguler-news .item {
    padding: 1.2rem 0;
    border-bottom: solid 1px #eaeaea; }
    .cards.reguler-news .item::before, .cards.reguler-news .item::after {
      content: " ";
      display: table; }
    .cards.reguler-news .item::after {
      clear: both; }
    .cards.reguler-news .item:last-child {
      border-bottom: 0; }
  .cards.reguler-news .image {
    display: block;
    width: 224px;
    height: 132px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    border-radius: 2px; }
    @media only screen and (max-width: 1366px) {
      .cards.reguler-news .image {
        border-radius: 1px; } }
    .cards.reguler-news .image:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      height: 60%;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: 1;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
    .cards.reguler-news .image:hover:before {
      height: 40%;
      opacity: 0.95; }
  .cards.reguler-news .caption {
    padding-left: 236px;
    padding-top: 4px; }
    .cards.reguler-news .caption .channel-and-date {
      margin-top: 0;
      margin-bottom: 4px; }
    .cards.reguler-news .caption .date {
      color: #aaa;
      margin-left: 8px;
      font-size: 1rem; }
      @media only screen and (max-width: 1366px) {
        .cards.reguler-news .caption .date {
          font-size: 0.9rem; } }
    .cards.reguler-news .caption h4 {
      margin: 0 0 1.2rem;
      text-transform: initial;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
      .cards.reguler-news .caption h4 a {
        color: #272727;
        text-decoration: none;
        font-weight: 500;
        font-size: 1.8rem; }
        .cards.reguler-news .caption h4 a:hover {
          color: #002b64; }
      @media only screen and (max-width: 1366px) {
        .cards.reguler-news .caption h4 {
          margin-bottom: 8px; }
          .cards.reguler-news .caption h4 a {
            font-size: 1.7rem; } }
    .cards.reguler-news .caption p {
      font-size: 1.3rem;
      color: #676767;
      margin-bottom: 0;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 1366px) {
        .cards.reguler-news .caption p {
          font-size: 1.25rem; } }

/* ==========================================================================
   CHANNEL
   ========================================================================== */
.channel.tag {
  display: inline-block;
  padding: 4px 8px;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #002b64; }

.channel.label {
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 2px;
  text-transform: uppercase;
  color: #002b64; }

/* ==========================================================================
   TABLE
   ========================================================================== */
/* ==========================================================================
   NEWS
   ========================================================================== */
.news.bg-grey {
  background-color: #f7f7f7; }

.news.border-grey {
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea; }

.news.grid-cards {
  padding: 1.6rem 6px; }

.news.reguler-cards {
  padding: 0 6px; }
  .news.reguler-cards h4 {
    margin-top: 1.6rem;
    margin-bottom: 0; }

.news h4 {
  text-transform: uppercase;
  font-weight: 900;
  color: #272727;
  margin-left: 8px;
  margin-bottom: 1.2rem; }

.news.popular {
  padding: 1.6rem 0 0;
  background-color: #fff; }
  .news.popular h4 {
    text-transform: uppercase;
    font-weight: 900;
    margin-left: 1.2rem;
    margin-right: 1.2rem; }
  .news.popular ul, .news.popular li {
    margin: 0;
    padding: 0; }
  .news.popular ul {
    list-style: none; }
  .news.popular .lists {
    border-top: solid 1px #eaeaea; }
  .news.popular .item a {
    position: relative;
    text-decoration: none;
    color: #272727;
    font-weight: 500;
    border-bottom: solid 1px #eaeaea;
    padding: 8px 1.2rem 8px 38px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.3rem;
    line-height: 1.85; }
    .news.popular .item a:hover {
      background-color: rgba(0, 43, 100, 0.075);
      color: #002b64; }
    @media only screen and (max-width: 1366px) {
      .news.popular .item a {
        font-size: 1.2rem; } }
  .news.popular .item span {
    color: #002b64;
    position: absolute;
    left: 12px;
    top: 6px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center; }

.news.editor-pick {
  padding: 1.6rem 1.2rem 4px; }
  .news.editor-pick.focus {
    background-color: #e1e1e1;
    border-bottom: solid 1px #ddd; }
    .news.editor-pick.focus .item {
      border-bottom: solid 1px #ddd; }
      .news.editor-pick.focus .item:last-child {
        border-bottom: 0; }
  .news.editor-pick > h4 {
    margin-left: 0; }
  .news.editor-pick .big {
    text-decoration: none;
    color: #fff;
    height: 188px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 4px;
    overflow: hidden;
    border-radius: 2px; }
    .news.editor-pick .big:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      height: 70%;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: 1;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
    .news.editor-pick .big:hover:before {
      height: 60%;
      opacity: 0.95; }
    .news.editor-pick .big .caption {
      position: absolute;
      bottom: 0;
      padding: 1.6rem;
      z-index: 2; }
    .news.editor-pick .big .channel-and-date {
      margin-top: 0;
      margin-bottom: 8px; }
    .news.editor-pick .big .date {
      color: #fff;
      font-size: 1rem; }
    .news.editor-pick .big h4 {
      margin: 0;
      font-weight: 500;
      color: #fff;
      text-transform: initial;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
  .news.editor-pick .item {
    padding: 8px 0;
    border-bottom: solid 1px #eaeaea; }
    .news.editor-pick .item::before, .news.editor-pick .item::after {
      content: " ";
      display: table; }
    .news.editor-pick .item::after {
      clear: both; }
    .news.editor-pick .item:last-child {
      border-bottom: 0; }
    .news.editor-pick .item .image {
      display: block;
      width: 70px;
      height: 70px;
      float: left;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: relative;
      overflow: hidden;
      border-radius: 2px; }
      .news.editor-pick .item .image:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        height: 70%;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 1;
        background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
      .news.editor-pick .item .image:hover:before {
        height: 60%;
        opacity: 0.95; }
    .news.editor-pick .item .channel-and-date {
      margin-top: 0;
      margin-bottom: 4px; }
    .news.editor-pick .item .date {
      color: #676767;
      font-size: 1rem; }
    .news.editor-pick .item .caption {
      padding-left: 82px; }
    .news.editor-pick .item h4 {
      margin-left: 0;
      margin-bottom: 0;
      text-transform: initial;
      font-weight: 500;
      line-height: 1.3;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
      .news.editor-pick .item h4 a {
        color: #272727;
        text-decoration: none;
        font-size: 1.4rem; }
        .news.editor-pick .item h4 a:hover {
          color: #002b64; }

.news.related {
  width: 280px;
  padding: 0;
  float: left;
  margin-right: 1.2rem;
  margin-bottom: 1.2rem; }
  .news.related .lists {
    border: solid 1px #eaeaea;
    background-color: rgba(234, 234, 234, 0.3); }
    .news.related .lists .item {
      padding-left: 1.2rem;
      padding-right: 1.2rem; }
      .news.related .lists .item:first-child {
        padding-top: 1.2rem; }

.news.read-also {
  margin: 1.2rem 1.2rem 1.6rem; }
  .news.read-also ul, .news.read-also li {
    margin: 0;
    padding: 0; }
  .news.read-also ul {
    list-style-type: none;
    padding: 0;
    border: dotted 1px #eaeaea;
    border-radius: 1px; }
  .news.read-also li {
    width: 100%;
    border-bottom: dotted 1px #eaeaea; }
  .news.read-also a {
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 500;
    padding: 1.2rem 1.6rem;
    display: block;
    background-color: rgba(234, 234, 234, 0.3);
    color: #272727;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .news.read-also a:hover {
      background-color: #fff;
      color: #002b64;
      transform: translateX(2px); }

.more-content {
  padding: 1.6rem 0 2.4rem;
  text-align: center; }
  .more-content.more-gallery {
    padding: 0; }
    .more-content.more-gallery a {
      border: solid 1px rgba(103, 103, 103, 0.2); }
  .more-content.more-e-paper {
    padding: 1.2rem 2rem 2.4rem; }
  .more-content a,
  .more-content button {
    display: inline-block;
    text-decoration: none;
    padding: 8px 32px;
    border: solid 2px #002b64;
    color: #002b64;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 30px;
    background-color: transparent; }
    .more-content a:hover,
    .more-content button:hover {
      color: #fff;
      border-color: #002b64;
      background-color: #002b64; }

.preloader-news {
  text-align: center; }
  .preloader-news img {
    height: 64px; }
    @media only screen and (max-width: 1366px) {
      .preloader-news img {
        height: 56px; } }

/* ==========================================================================
   HEADLINE
   ========================================================================== */
.headline.home .big {
  width: 100%;
  background-color: #000;
  position: relative;
  text-decoration: none;
  color: #fff;
  display: block; }
  .headline.home .big:hover .image:before {
    width: 45%; }
  .headline.home .big .image {
    width: 70%;
    height: 464px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-decoration: none;
    position: relative; }
    @media only screen and (max-width: 1366px) {
      .headline.home .big .image {
        height: 372px; } }
    .headline.home .big .image:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      height: 100%;
      width: 60%;
      bottom: 0;
      right: 0;
      opacity: 1;
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%); }
  .headline.home .big:hover:before {
    height: 50%;
    opacity: 0.95; }
  .headline.home .big .caption {
    position: absolute;
    bottom: 0;
    padding: 2.4rem;
    z-index: 2;
    width: 60%;
    right: 0;
    color: #fff; }
    @media only screen and (max-width: 1366px) {
      .headline.home .big .caption {
        padding: 2rem; } }
    .headline.home .big .caption .channel-and-date {
      margin-top: 0;
      margin-bottom: 1.2rem; }
    .headline.home .big .caption .date {
      color: #fff;
      font-size: 1rem; }
    .headline.home .big .caption h1 {
      margin: 0 0 1.2rem;
      font-weight: 500;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
    .headline.home .big .caption p {
      font-size: 1.3rem;
      margin: 0;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 1366px) {
        .headline.home .big .caption p {
          font-size: 1.2rem; } }

.headline.home .lists {
  background-color: #fff; }
  .headline.home .lists::before, .headline.home .lists::after {
    content: " ";
    display: table; }
  .headline.home .lists::after {
    clear: both; }
  .headline.home .lists .item {
    width: 50%;
    height: 105px;
    float: left;
    padding: 1.2rem;
    display: inline-block;
    border-bottom: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
    text-decoration: none; }
    @media only screen and (max-width: 1366px) {
      .headline.home .lists .item {
        height: 96px; } }
    .headline.home .lists .item:hover {
      background-color: rgba(0, 43, 100, 0.075); }
      .headline.home .lists .item:hover h2 {
        color: #002b64; }
      .headline.home .lists .item:hover .image:before {
        opacity: 0.5; }
    .headline.home .lists .item:nth-child(3), .headline.home .lists .item:nth-child(4) {
      border-bottom: 0; }
    .headline.home .lists .item:nth-child(2), .headline.home .lists .item:nth-child(4) {
      border-right: 0; }
  .headline.home .lists .image {
    float: left;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    border-radius: 2px; }
    @media only screen and (max-width: 1366px) {
      .headline.home .lists .image {
        width: 70px;
        height: 70px;
        border-radius: 1px; } }
    .headline.home .lists .image:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      height: 50%;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: 1;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
  .headline.home .lists .caption {
    padding-left: 9.2rem; }
    @media only screen and (max-width: 1366px) {
      .headline.home .lists .caption {
        padding-left: 8.2rem; } }
  .headline.home .lists .channel {
    margin-bottom: 4px; }
  .headline.home .lists .date {
    color: #aaa;
    margin-left: 8px;
    font-size: 1rem; }
    @media only screen and (max-width: 1366px) {
      .headline.home .lists .date {
        font-size: 0.9rem; } }
  .headline.home .lists .channel-and-date {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 1rem; }
  .headline.home .lists h2 {
    margin: 0;
    font-size: 1.4rem;
    color: #272727;
    font-weight: 500;
    height: 54px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 1366px) {
      .headline.home .lists h2 {
        font-size: 1.3rem;
        height: 45px; } }

.headline.channel::before, .headline.channel::after {
  content: " ";
  display: table; }

.headline.channel::after {
  clear: both; }

.headline.channel .big {
  width: 55%;
  float: left;
  height: 464px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-decoration: none;
  color: #fff; }
  @media only screen and (max-width: 1366px) {
    .headline.channel .big {
      height: 420px; } }
  .headline.channel .big:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    height: 80%;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%); }
  .headline.channel .big:hover:before {
    height: 60%; }
  .headline.channel .big .caption {
    position: absolute;
    bottom: 0;
    padding: 2rem;
    z-index: 2; }
    .headline.channel .big .caption .channel-and-date {
      margin-top: 0;
      margin-bottom: 1.2rem; }
    .headline.channel .big .caption .date {
      color: #fff;
      font-size: 1rem; }
    .headline.channel .big .caption h1 {
      margin: 0 0 1.2rem;
      font-weight: 500;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
    .headline.channel .big .caption p {
      font-size: 1.3rem;
      margin: 0;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 1366px) {
        .headline.channel .big .caption p {
          font-size: 1.2rem; } }

.headline.channel .lists {
  padding-left: 55%; }
  .headline.channel .lists .item {
    height: 92.8px;
    width: 100%;
    padding: 8px;
    display: inline-block;
    border-bottom: solid 1px #eaeaea;
    text-decoration: none; }
    .headline.channel .lists .item:hover {
      background-color: rgba(0, 43, 100, 0.075); }
      .headline.channel .lists .item:hover h2 {
        color: #002b64; }
      .headline.channel .lists .item:hover .image:before {
        opacity: 0.5; }
    .headline.channel .lists .item:last-child {
      border-bottom: 0; }
    @media only screen and (max-width: 1366px) {
      .headline.channel .lists .item {
        height: 84px; } }
  .headline.channel .lists .image {
    float: left;
    width: 76px;
    height: 76px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    border-radius: 2px; }
    @media only screen and (max-width: 1366px) {
      .headline.channel .lists .image {
        border-radius: 1px; } }
    .headline.channel .lists .image:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      height: 50%;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: 1;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
    @media only screen and (max-width: 1366px) {
      .headline.channel .lists .image {
        width: 68px;
        height: 68px; } }
  .headline.channel .lists .caption {
    padding-left: 88px;
    padding-right: 8px; }
    @media only screen and (max-width: 1366px) {
      .headline.channel .lists .caption {
        padding-left: 80px; } }
  .headline.channel .lists .channel {
    margin-bottom: 4px; }
  .headline.channel .lists .date {
    color: #aaa;
    margin-left: 8px; }
  .headline.channel .lists .channel-and-date {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .headline.channel .lists h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #272727;
    font-weight: 500;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 1366px) {
      .headline.channel .lists h2 {
        font-size: 1.2rem;
        height: 30px; } }

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
.home-page .sidebar.fixed,
.channel-page .sidebar.fixed,
.news-detail-page .sidebar.fixed {
  position: fixed; }

.home-page .sidebar.absolute,
.channel-page .sidebar.absolute,
.news-detail-page .sidebar.absolute {
  position: absolute;
  bottom: 0; }

.photos-sidebar,
.videos-sidebar {
  padding: 1.6rem 1.2rem;
  border-top: solid 1px #eaeaea; }
  .photos-sidebar > h4,
  .videos-sidebar > h4 {
    color: #272727;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 1.2rem; }
  .photos-sidebar .item,
  .videos-sidebar .item {
    text-decoration: none;
    color: #fff;
    height: 188px;
    display: block;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    border-radius: 3px; }
    @media only screen and (max-width: 1366px) {
      .photos-sidebar .item,
      .videos-sidebar .item {
        border-radius: 2px; } }
    .photos-sidebar .item:before,
    .videos-sidebar .item:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      height: 70%;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: 1;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
    .photos-sidebar .item:last-child,
    .videos-sidebar .item:last-child {
      margin-bottom: 0; }
    .photos-sidebar .item:hover:before,
    .videos-sidebar .item:hover:before {
      height: 60%;
      opacity: 0.95; }
  .photos-sidebar .caption,
  .videos-sidebar .caption {
    position: absolute;
    bottom: 0;
    padding: 1.6rem;
    z-index: 2; }
    .photos-sidebar .caption .date,
    .videos-sidebar .caption .date {
      color: #fff;
      font-size: 1rem;
      margin-top: 0;
      margin-bottom: 8px; }
    .photos-sidebar .caption h4,
    .videos-sidebar .caption h4 {
      margin: 0;
      font-weight: 500;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
    @media only screen and (max-width: 1366px) {
      .photos-sidebar .caption,
      .videos-sidebar .caption {
        padding: 1.2rem; }
        .photos-sidebar .caption h4,
        .videos-sidebar .caption h4 {
          font-size: 1.4rem; } }

.photos-sidebar .item:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  opacity: 0.5;
  background: url(../images/icon/photos.svg) no-repeat center center/contain; }

.videos-sidebar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: #fff; }
  .videos-sidebar > h4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem; }
  .videos-sidebar .item {
    height: 220px;
    overflow: hidden;
    border-radius: 0; }
    .videos-sidebar .item:after {
      content: "";
      display: block;
      width: 28px;
      height: 28px;
      position: absolute;
      top: 1.2rem;
      left: 1.2rem;
      opacity: 0.5;
      background: url(../images/icon/videos.svg) no-repeat center center/95% auto; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  background-color: #fff; }
  .header .header-top {
    padding: 24px 0; }
  .header .header-info {
    margin-bottom: 4px; }
    .header .header-info::before, .header .header-info::after {
      content: " ";
      display: table; }
    .header .header-info::after {
      clear: both; }
  .header .info {
    float: left;
    font-size: 1.1rem; }
  .header .separator {
    margin: 0 8px; }
  .header .city {
    font-weight: 500; }
  .header .social {
    float: right; }
    .header .social a {
      display: inline-block;
      margin: 0 4px;
      color: #272727; }
      .header .social a.facebook {
        color: #43599c; }
      .header .social a.twitter {
        color: #73abe2; }
      .header .social a.instagram {
        color: #8a3da9; }
      .header .social a.google-plus {
        color: #dd4b39; }
      .header .social a.youtube {
        color: #e62117; }
      .header .social a.rss {
        color: #ef9602; }
  .header .logo {
    float: left;
    display: block;
    margin-top: 5px; }
    .header .logo img {
      display: block; }
  .header .search-form {
    float: right; }
  .header form {
    width: 38rem;
    height: 3.6rem;
    position: relative;
    overflow: hidden;
    border-radius: 3px; }
    .header form .input-text {
      width: 100%;
      height: 100%;
      padding: 4px 44px 4px 8px;
      border: solid 1px #eaeaea;
      outline: 0;
      font-size: 1.2rem;
      color: #111; }
      .header form .input-text:focus {
        border-color: #002b64; }
    .header form button {
      width: 3.6rem;
      height: 3.6rem;
      background-color: #002b64;
      border: 0;
      outline: 0;
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      font-size: 1.4rem; }
      .header form button:hover {
        background-color: #001531; }
  .header .navigation {
    border-top: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea; }
    .header .navigation + .navigation-placeholder {
      height: 40px;
      display: none; }
    .header .navigation.fixed {
      position: fixed;
      width: 100%;
      background-color: #fff;
      top: 0;
      z-index: 99;
      left: 0; }
      .header .navigation.fixed + .navigation-placeholder {
        display: block; }
      .header .navigation.fixed a.home {
        padding: 6px 8px 6px;
        background-color: transparent; }
        .header .navigation.fixed a.home .text {
          display: none; }
        .header .navigation.fixed a.home .logo {
          display: block; }
    .header .navigation ul, .header .navigation li {
      margin: 0;
      padding: 0; }
    .header .navigation ul {
      list-style: none;
      display: table;
      width: 100%;
      text-align: justify; }
    .header .navigation li {
      display: table-cell;
      vertical-align: top;
      text-align: center; }
    .header .navigation a {
      text-decoration: none;
      color: #272727;
      font-weight: 900;
      font-size: 1.2rem;
      text-transform: uppercase;
      padding: 11px 10px;
      display: block;
      margin-top: -1px;
      margin-bottom: -1px;
      transition: color .2s ease; }
      .header .navigation a:hover {
        color: #002b64; }
      .header .navigation a.active {
        background-color: #002b64;
        color: #fff; }
      .header .navigation a.home .logo {
        display: none; }
        .header .navigation a.home .logo img {
          display: block;
          margin: 0 auto; }

/* ==========================================================================
   GRID
   ========================================================================== */
.container {
  position: relative;
  max-width: 1180px;
  margin: 0 auto; }
  .container::before, .container::after {
    content: " ";
    display: table; }
  .container::after {
    clear: both; }
  @media only screen and (max-width: 1366px) {
    .container {
      max-width: 992px; } }

.main {
  margin: 20px 0 0;
  position: relative; }
  @media only screen and (max-width: 1366px) {
    .main {
      margin-top: 16px; } }
  .main .site-content {
    display: table;
    width: 100%;
    background-color: #fff;
    position: relative;
    border: solid 1px #eaeaea;
    table-layout: fixed;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.02); }
  .main .left-content {
    width: 854px;
    float: left;
    border-right: solid 1px #eaeaea; }
    @media only screen and (max-width: 1366px) {
      .main .left-content {
        width: 666px; } }
  .main .sidebar {
    width: 324px;
    float: left;
    position: relative;
    background-color: #f7f7f7;
    z-index: 2; }
    .main .sidebar:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 10;
      background: #f7f7f7 url(../img/icon/preloader.gif) no-repeat center 30px/50px auto; }
  .main.display-table .sidebar,
  .main.display-table .left-content {
    display: table-cell;
    vertical-align: top;
    float: none; }
  .main.display-table .sidebar:after {
    display: none; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 4rem;
  padding-top: 5rem; }
  .footer-section .left {
    float: left;
    margin-top: 4rem;
    padding-left: 6.4rem; }
    @media only screen and (max-width: 1366px) {
      .footer-section .left {
        margin-top: 3.2rem;
        padding-left: 3.2rem; } }
    .footer-section .left .logo {
      display: block;
      position: relative;
      margin-bottom: 1.2rem; }
    .footer-section .left .social-and-copyright {
      padding-top: 1.6rem;
      border-top: solid 1px rgba(119, 119, 119, 0.1); }
    .footer-section .left .social {
      margin-bottom: 1rem; }
      .footer-section .left .social a {
        display: inline-block;
        margin: 0 4px;
        font-size: 1.6rem; }
        .footer-section .left .social a.facebook {
          color: #43599c; }
        .footer-section .left .social a.twitter {
          color: #73abe2; }
        .footer-section .left .social a.instagram {
          color: #8a3da9; }
        .footer-section .left .social a.google-plus {
          color: #dd4b39; }
        .footer-section .left .social a.youtube {
          color: #e62117; }
        .footer-section .left .social a.rss {
          color: #ef9602; }
    .footer-section .left .copyright p {
      font-size: 1rem;
      color: #676767;
      margin: 0; }
  .footer-section .right {
    float: right; }
    .footer-section .right .col {
      float: left;
      margin-right: 6rem; }
    .footer-section .right ul {
      list-style: none; }
    .footer-section .right h4 {
      color: #000;
      font-weight: 500; }
    .footer-section .right ul, .footer-section .right li {
      padding: 0;
      margin: 0; }
    .footer-section .right a {
      color: #111;
      font-size: 1.2rem;
      line-height: 2;
      font-weight: 400;
      text-decoration: none;
      border-bottom: solid 1px transparent; }
      .footer-section .right a.active, .footer-section .right a:hover {
        color: #002b64;
        border-color: #002b64; }

/* ==========================================================================
   DETAIL
   ========================================================================== */
.detail .detail-head {
  padding: 3.2rem 2.4rem 2rem; }
  @media only screen and (max-width: 1366px) {
    .detail .detail-head {
      padding: 2.8rem 2rem 1.6rem; } }

.detail .title-news {
  font-size: 3.4rem;
  font-weight: 900;
  margin: 0;
  color: #272727; }
  @media only screen and (max-width: 1366px) {
    .detail .title-news {
      font-size: 3rem; } }

.detail .create-share {
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: solid 1px #eaeaea; }
  .detail .create-share::before, .detail .create-share::after {
    content: " ";
    display: table; }
  .detail .create-share::after {
    clear: both; }
  @media only screen and (max-width: 1366px) {
    .detail .create-share {
      margin-top: 1.2rem; } }

.detail .create-by-date {
  float: left; }
  .detail .create-by-date .logo {
    float: left;
    width: 40px;
    height: 40px;
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    border: solid 1px #eee;
    background-color: #fff; }
    @media only screen and (max-width: 1366px) {
      .detail .create-by-date .logo {
        width: 38px;
        height: 38px; } }
  .detail .create-by-date .caption {
    padding-left: 52px; }
    @media only screen and (max-width: 1366px) {
      .detail .create-by-date .caption {
        padding-left: 50px; } }
  .detail .create-by-date .create-by {
    font-weight: 700;
    font-size: 1.3rem;
    color: #002b64;
    margin-bottom: 2px; }
    @media only screen and (max-width: 1366px) {
      .detail .create-by-date .create-by {
        font-size: 1.2rem; } }
  .detail .create-by-date .date {
    color: #676767;
    font-size: 1.2rem; }
    @media only screen and (max-width: 1366px) {
      .detail .create-by-date .date {
        font-size: 1.1rem; } }

.detail .image-news img {
  width: 100%;
  height: auto;
  display: block; }

.detail .image-news .caption {
  padding: 1.2rem;
  font-size: 1.2rem;
  color: #676767;
  border-bottom: solid 1px #eaeaea; }

.detail .detail-news {
  padding: 1.6rem 1.6rem 2.4rem;
  overflow: hidden;
  border-bottom: solid 1px #eaeaea; }
  .detail .detail-news p, .detail .detail-news li {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #111; }
    @media only screen and (max-width: 1366px) {
      .detail .detail-news p, .detail .detail-news li {
        font-size: 1.8rem; } }
  .detail .detail-news th, .detail .detail-news td {
    line-height: 1.8; }
  .detail .detail-news th {
    font-size: 1.8rem; }
    @media only screen and (max-width: 1366px) {
      .detail .detail-news th {
        font-size: 1.7rem; } }
  .detail .detail-news td {
    font-size: 1.8rem; }
    @media only screen and (max-width: 1366px) {
      .detail .detail-news td {
        font-size: 1.7rem; } }
  .detail .detail-news img {
    max-width: initial;
    width: 107%;
    display: block;
    height: auto;
    margin-left: -20px; }
  .detail .detail-news.small p, .detail .detail-news.small li, .detail .detail-news.small th {
    font-size: 1.6rem; }
    @media only screen and (max-width: 1366px) {
      .detail .detail-news.small p, .detail .detail-news.small li, .detail .detail-news.small th {
        font-size: 1.6rem; } }
  .detail .detail-news.small td {
    font-size: 1.6rem; }
    @media only screen and (max-width: 1366px) {
      .detail .detail-news.small td {
        font-size: 1.5rem; } }
  .detail .detail-news.large p, .detail .detail-news.large li, .detail .detail-news.large th {
    font-size: 2.2rem; }
    @media only screen and (max-width: 1366px) {
      .detail .detail-news.large p, .detail .detail-news.large li, .detail .detail-news.large th {
        font-size: 2.2rem; } }
  .detail .detail-news.large td {
    font-size: 2.2rem; }
    @media only screen and (max-width: 1366px) {
      .detail .detail-news.large td {
        font-size: 2.2rem; } }

.detail .font-size-controller {
  text-align: right;
  margin-top: 5px;
  padding-right: .6rem; }
  @media only screen and (max-width: 1366px) {
    .detail .font-size-controller {
      padding-right: .2rem; } }
  .detail .font-size-controller .item {
    padding: 5px 1rem;
    cursor: pointer;
    font-weight: 400; }
    .detail .font-size-controller .item:hover, .detail .font-size-controller .item.active {
      color: #002b64; }
  .detail .font-size-controller .small {
    font-size: 1.4rem; }
    @media only screen and (max-width: 1366px) {
      .detail .font-size-controller .small {
        font-size: 1.3rem; } }
  .detail .font-size-controller .medium {
    font-size: 1.8rem; }
    @media only screen and (max-width: 1366px) {
      .detail .font-size-controller .medium {
        font-size: 1.6rem; } }
  .detail .font-size-controller .large {
    font-size: 2.2rem; }
    @media only screen and (max-width: 1366px) {
      .detail .font-size-controller .large {
        font-size: 2rem; } }

.detail .news-tag::before, .detail .news-tag::after {
  content: " ";
  display: table; }

.detail .news-tag::after {
  clear: both; }

.detail .news-tag h4 {
  float: left;
  color: #272727;
  margin-right: 16px;
  position: relative;
  top: 6px;
  font-weight: 900;
  text-transform: uppercase; }

.detail .news-tag ol, .detail .news-tag li {
  padding: 0;
  margin: 0; }

.detail .news-tag ol {
  list-style: none;
  float: left;
  font-size: 0; }

.detail .news-tag li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px; }
  .detail .news-tag li:last-child {
    margin-right: 0; }

.detail .news-tag a {
  font-size: 1.3rem;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  padding: 8px 1.6rem;
  border: solid 1px #eaeaea;
  color: #002b64;
  border-radius: 3px; }
  .detail .news-tag a:hover {
    color: #fff;
    border-color: #002b64;
    background-color: #002b64; }
  @media only screen and (max-width: 1366px) {
    .detail .news-tag a {
      font-size: 1.2rem; } }

.detail .share-news {
  padding: 1rem 0; }
  .detail .share-news > p {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    color: #676767;
    margin: 0 8px 0 0;
    padding-top: 8px; }
    @media only screen and (max-width: 1366px) {
      .detail .share-news > p {
        font-size: 1.3rem; } }
  .detail .share-news .share-box {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px; }
  .detail .share-news.right {
    padding: 0;
    float: right; }

.detail .news-comment {
  border-top: solid 1px #eaeaea;
  padding: 1.6rem; }
  .detail .news-comment h4 {
    color: #272727;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .detail .news-comment .fb-comments {
    margin-left: -8px;
    margin-right: -8px;
    display: block;
    max-width: initial !important;
    width: auto !important; }
    .detail .news-comment .fb-comments iframe, .detail .news-comment .fb-comments span {
      width: 100% !important; }

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery-page .main {
  margin-top: 0;
  padding-top: 2rem;
  background-color: rgba(170, 170, 170, 0.2); }

.gallery-page .site-content {
  background-color: transparent;
  border: 0;
  box-shadow: none; }

.gallery {
  padding-bottom: 2.4rem; }
  @media only screen and (max-width: 1366px) {
    .gallery {
      padding-bottom: 2rem; } }
  .gallery h1 {
    margin: 1.2rem 0;
    color: #272727; }
  .gallery.photos-gallery .top-section .box {
    overflow: hidden;
    border-radius: 3px; }
    @media only screen and (max-width: 1366px) {
      .gallery.photos-gallery .top-section .box {
        border-radius: 2px; } }
    .gallery.photos-gallery .top-section .box:after {
      content: "";
      display: block;
      width: 28px;
      height: 28px;
      position: absolute;
      top: 1.2rem;
      left: 1.2rem;
      opacity: 0.5;
      background: url(../img/icon/photos.svg) no-repeat center center/contain; }
  .gallery.photos-gallery .lists-section .image:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: 0.5;
    background: url(../img/icon/photos.svg) no-repeat center center/contain; }
  .gallery.videos-gallery .top-section .box {
    overflow: hidden;
    border-radius: 3px; }
    @media only screen and (max-width: 1366px) {
      .gallery.videos-gallery .top-section .box {
        border-radius: 2px; } }
    .gallery.videos-gallery .top-section .box:after {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 1.2rem;
      left: 1.2rem;
      opacity: 0.5;
      background: url(../img/icon/videos.svg) no-repeat center center/95% auto; }
  .gallery.videos-gallery .lists-section .image:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: 0.5;
    background: url(../img/icon/videos.svg) no-repeat center center/95% auto; }
  .gallery .top-section .item {
    width: 33.33%;
    height: 272px;
    float: left;
    padding: 0 6px; }
    @media only screen and (max-width: 1366px) {
      .gallery .top-section .item {
        height: 222px; } }
  .gallery .top-section .box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .gallery .top-section .box:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      height: 65%;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: 1;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%); }
    .gallery .top-section .box:hover:before {
      height: 50%;
      opacity: 0.9; }
  .gallery .top-section .caption {
    padding: 1.6rem;
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff; }
    .gallery .top-section .caption h3 {
      margin: 0;
      line-height: 1.5;
      font-weight: 500; }
    @media only screen and (max-width: 1366px) {
      .gallery .top-section .caption {
        padding: 1.2rem; }
        .gallery .top-section .caption h3 {
          font-size: 1.5rem; } }
  .gallery .top-section .date {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 8px; }
    @media only screen and (max-width: 1366px) {
      .gallery .top-section .date {
        font-size: 0.9rem;
        margin-bottom: 4px; } }
  .gallery .row {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 2.4rem; }
    .gallery .row::before, .gallery .row::after {
      content: " ";
      display: table; }
    .gallery .row::after {
      clear: both; }
    @media only screen and (max-width: 1366px) {
      .gallery .row {
        margin-bottom: 2rem; } }
  .gallery .lists-section .item {
    width: 20%;
    float: left;
    padding: 0 6px; }
  .gallery .lists-section .image {
    width: 100%;
    display: block;
    height: 148px;
    margin-bottom: 1.2rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 2px; }
    @media only screen and (max-width: 1366px) {
      .gallery .lists-section .image {
        border-radius: 1px;
        height: 128px;
        margin-bottom: 10px; } }
    .gallery .lists-section .image:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      height: 65%;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: 1;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%); }
    .gallery .lists-section .image:hover:before {
      height: 50%;
      opacity: 0.9; }
  .gallery .lists-section .date {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 8px;
    color: #676767; }
    @media only screen and (max-width: 1366px) {
      .gallery .lists-section .date {
        margin-bottom: 4px;
        font-size: 0.9rem; } }
  .gallery .lists-section h4 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500; }
    .gallery .lists-section h4 a {
      color: #272727;
      text-decoration: none; }
      .gallery .lists-section h4 a:hover {
        color: #002b64; }
    @media only screen and (max-width: 1366px) {
      .gallery .lists-section h4 {
        font-size: 1.2rem; } }

.gallery-detail {
  margin-top: -2rem;
  margin-bottom: 2rem;
  padding: 0;
  text-align: center; }
  .gallery-detail + .container {
    padding-bottom: 2rem; }
  .gallery-detail .photos-frame {
    padding: 3.2rem 0 2.4rem;
    min-height: 240px;
    background: #111 url(../img/icon/preloader.gif) no-repeat center 60px/50px auto; }
    @media only screen and (max-width: 1366px) {
      .gallery-detail .photos-frame {
        padding: 2.8rem 0 2rem; } }
  .gallery-detail .gallery-carousel {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(20px);
    transition: all 1s ease; }
    .gallery-detail .gallery-carousel.show {
      max-height: 100%;
      opacity: 1;
      transform: translateY(0); }
      .gallery-detail .gallery-carousel.show + .container .gallery-description {
        opacity: 1;
        transform: translateY(0); }
    .gallery-detail .gallery-carousel.one-item .detail-body {
      opacity: 1;
      transform: translateY(0); }
    .gallery-detail .gallery-carousel.owl-carousel .owl-item img {
      width: initial;
      display: block;
      margin: 0 auto; }
    .gallery-detail .gallery-carousel .box {
      display: inline-block;
      position: relative;
      text-align: left;
      overflow: hidden;
      border-radius: 2px; }
      @media only screen and (max-width: 1366px) {
        .gallery-detail .gallery-carousel .box {
          border-radius: 1px; } }
    .gallery-detail .gallery-carousel .detail-body {
      bottom: 0;
      padding: 1.2rem 1.6rem;
      transition: all .5s ease; }
      .gallery-detail .gallery-carousel .detail-body p, .gallery-detail .gallery-carousel .detail-body li {
        font-size: 1.4rem;
        line-height: 1.7;
        color: #fff; }
        .gallery-detail .gallery-carousel .detail-body p:last-child, .gallery-detail .gallery-carousel .detail-body li:last-child {
          margin-bottom: 0; }
        @media only screen and (max-width: 1366px) {
          .gallery-detail .gallery-carousel .detail-body p, .gallery-detail .gallery-carousel .detail-body li {
            font-size: 1.3rem; } }
      .gallery-detail .gallery-carousel .detail-body th, .gallery-detail .gallery-carousel .detail-body td {
        line-height: 1.8; }
      .gallery-detail .gallery-carousel .detail-body th {
        font-size: 1.4rem; }
      .gallery-detail .gallery-carousel .detail-body td {
        font-size: 1.3rem; }
  .gallery-detail .owl-item.active .detail-body {
    opacity: 1;
    transform: translateY(0); }
  .gallery-detail .owl-nav > div {
    width: 40px;
    height: 40px;
    top: 53%;
    position: absolute;
    transform: translateY(-50%); }
    .gallery-detail .owl-nav > div i {
      color: #fff;
      font-size: 3.2rem; }
  .gallery-detail .owl-nav .owl-prev {
    left: 0; }
  .gallery-detail .owl-nav .owl-next {
    right: 0; }
  .gallery-detail .gallery-description {
    opacity: 1;
    text-align: left;
    padding: 2.4rem 0 2rem;
    margin-bottom: 2rem;
    border-bottom: solid 1px rgba(103, 103, 103, 0.15);
    transition: all 1s ease; }
    .gallery-detail .gallery-description h1.title {
      margin-bottom: 1.2rem;
      font-size: 3.2rem; }
      @media only screen and (max-width: 1366px) {
        .gallery-detail .gallery-description h1.title {
          font-size: 2.8rem; } }
    .gallery-detail .gallery-description .detail-body p, .gallery-detail .gallery-description .detail-body li {
      font-size: 1.6rem;
      line-height: 1.7;
      color: #111; }
      .gallery-detail .gallery-description .detail-body p:last-child, .gallery-detail .gallery-description .detail-body li:last-child {
        margin-bottom: 0; }
      @media only screen and (max-width: 1366px) {
        .gallery-detail .gallery-description .detail-body p, .gallery-detail .gallery-description .detail-body li {
          font-size: 1.5rem; } }
    .gallery-detail .gallery-description .detail-body th, .gallery-detail .gallery-description .detail-body td {
      line-height: 1.8; }
    .gallery-detail .gallery-description .detail-body th {
      font-size: 1.6rem; }
    .gallery-detail .gallery-description .detail-body td {
      font-size: 1.4rem; }
    .gallery-detail .gallery-description .video-by {
      margin-top: 2rem; }
      .gallery-detail .gallery-description .video-by .creator {
        font-weight: 500;
        font-size: 1.4rem;
        margin-top: 0;
        margin-bottom: 4px; }
      .gallery-detail .gallery-description .video-by .date {
        margin-top: 0;
        font-size: 1.2rem;
        color: #676767; }
        @media only screen and (max-width: 1366px) {
          .gallery-detail .gallery-description .video-by .date {
            font-size: 1.1rem; } }

.videos-frame {
  margin-top: -2rem;
  padding: 2.4rem 0;
  background: #111 url(../img/icon/preloader.gif) no-repeat center 100px/50px auto; }
  @media only screen and (max-width: 1366px) {
    .videos-frame {
      padding: 2rem 0; } }
  .videos-frame iframe {
    width: 100%;
    height: 600px;
    display: block;
    overflow: hidden;
    border-radius: 3px; }
    @media only screen and (max-width: 1366px) {
      .videos-frame iframe {
        height: 480px;
        border-radius: 2px; } }

.videos-detail + .container {
  padding-bottom: 2rem; }

.videos-detail .gallery-description {
  padding: 2.4rem 0 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px rgba(103, 103, 103, 0.15); }
  .videos-detail .gallery-description h1.title {
    margin-bottom: 1.2rem; }
  .videos-detail .gallery-description .detail-body p, .videos-detail .gallery-description .detail-body li {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #111; }
    .videos-detail .gallery-description .detail-body p:last-child, .videos-detail .gallery-description .detail-body li:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 1366px) {
      .videos-detail .gallery-description .detail-body p, .videos-detail .gallery-description .detail-body li {
        font-size: 1.5rem; } }
  .videos-detail .gallery-description .detail-body th, .videos-detail .gallery-description .detail-body td {
    line-height: 1.8; }
  .videos-detail .gallery-description .detail-body th {
    font-size: 1.6rem; }
  .videos-detail .gallery-description .detail-body td {
    font-size: 1.4rem; }

.videos-detail .video-by {
  margin-top: 2rem; }
  .videos-detail .video-by .creator {
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 4px; }
  .videos-detail .video-by .date {
    margin-top: 0;
    font-size: 1.2rem;
    color: #676767; }
    @media only screen and (max-width: 1366px) {
      .videos-detail .video-by .date {
        font-size: 1.1rem; } }

.gallery-share {
  margin-top: 1.6rem;
  text-align: left; }
  @media only screen and (max-width: 1366px) {
    .gallery-share {
      margin-top: 1.2rem; } }
  .gallery-share > p {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    margin-right: 8px;
    padding-top: 8px; }
  .gallery-share .share-box {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px; }

.gallery-comment {
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 2.4rem;
  text-align: left;
  border-radius: 3px; }
  @media only screen and (max-width: 1366px) {
    .gallery-comment {
      padding: 1.6rem;
      margin-bottom: 3.6rem; } }
  .gallery-comment h4 {
    color: #272727;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .gallery-comment .fb-comments {
    margin-left: -10px;
    margin-right: -10px;
    display: block; }
    .gallery-comment .fb-comments iframe, .gallery-comment .fb-comments span {
      width: 100% !important; }

/* ==========================================================================
   ABOUT US
   ========================================================================== */
.about-us .main {
  margin: 0; }

.about-us-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 16rem 0;
  position: relative; }
  @media only screen and (max-width: 1366px) {
    .about-us-title {
      padding: 10rem 0; } }
  .about-us-title:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 43, 100, 0.5); }
  .about-us-title h1 {
    margin: 0;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 400;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 1366px) {
      .about-us-title h1 {
        font-size: 3.2rem; } }

.about-us-content {
  padding: 3.2rem 0 4rem;
  background-color: #fff; }
  .about-us-content p, .about-us-content li {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #111; }
    @media only screen and (max-width: 1366px) {
      .about-us-content p, .about-us-content li {
        font-size: 1.5rem; } }
  .about-us-content th, .about-us-content td {
    line-height: 1.8; }
  .about-us-content th {
    font-size: 1.6rem; }
    @media only screen and (max-width: 1366px) {
      .about-us-content th {
        font-size: 1.5rem; } }
  .about-us-content td {
    font-size: 1.4rem; }
  .about-us-content.contact-us {
    padding-bottom: 6rem; }
    @media only screen and (max-width: 1366px) {
      .about-us-content.contact-us {
        padding-bottom: 4.8rem; } }
  .about-us-content .contact-us-map {
    margin-bottom: 2.4rem; }
    .about-us-content .contact-us-map iframe {
      width: 100%;
      height: 600px;
      border-radius: 3px; }
      @media only screen and (max-width: 1366px) {
        .about-us-content .contact-us-map iframe {
          height: 480px;
          border-radius: 2px; } }

.sitemap-lists {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }
  .sitemap-lists::before, .sitemap-lists::after {
    content: " ";
    display: table; }
  .sitemap-lists::after {
    clear: both; }
  @media only screen and (max-width: 1366px) {
    .sitemap-lists {
      padding-top: 8px;
      padding-bottom: 8px; } }
  .sitemap-lists h4 {
    color: #272727;
    font-weight: 500; }
    .sitemap-lists h4:after {
      content: "";
      width: 20px;
      display: block;
      margin: 8px 0 0;
      border-bottom: solid 2px #002b64; }
  .sitemap-lists .row {
    float: left;
    margin-right: 10rem; }
    .sitemap-lists .row:last-child {
      margin-right: 0; }
  .sitemap-lists ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .sitemap-lists li {
    margin: 0 0 4px;
    padding: 0; }
    .sitemap-lists li a {
      font-size: 1.5rem;
      color: #111; }
      .sitemap-lists li a:hover {
        color: #002b64;
        text-decoration: underline; }
      @media only screen and (max-width: 1366px) {
        .sitemap-lists li a {
          font-size: 1.4rem; } }
      .sitemap-lists li a .fa {
        width: 25px;
        text-align: left;
        font-size: 1.3rem; }
      .sitemap-lists li a.facebook {
        color: #43599c; }
      .sitemap-lists li a.twitter {
        color: #73abe2; }
      .sitemap-lists li a.instagram {
        color: #8a3da9; }
      .sitemap-lists li a.google-plus {
        color: #dd4b39; }
      .sitemap-lists li a.youtube {
        color: #e62117; }
      .sitemap-lists li a.rss {
        color: #ef9602; }

.contact-us-form {
  border-top: solid 2px #eaeaea;
  padding-top: 2.4rem; }
  .contact-us-form h4 {
    text-transform: uppercase; }
  .contact-us-form .input-label {
    font-size: 1.3rem;
    color: #676767;
    margin: 0 0 4px; }
    @media only screen and (max-width: 1366px) {
      .contact-us-form .input-label {
        font-size: 1.2rem; } }
  .contact-us-form .input-text {
    height: 40px;
    padding: 4px 1.2rem;
    border: solid 1px #eaeaea;
    width: 600px;
    outline: 0;
    font-size: 1.4rem;
    color: #111;
    background-color: #eaeaea;
    border-radius: 2px; }
    .contact-us-form .input-text:focus {
      background-color: #fff;
      border-color: #002b64; }
    .contact-us-form .input-text.err-blink {
      -webkit-animation: err-blinking 500ms both;
              animation: err-blinking 500ms both; }
    @media only screen and (max-width: 1366px) {
      .contact-us-form .input-text {
        height: 38px;
        width: 540px;
        font-size: 1.3rem; } }
  .contact-us-form .msg-err {
    color: red;
    font-size: 1.2rem;
    margin: 4px 0 0;
    display: none; }
  .contact-us-form .input-row {
    margin-bottom: 1.6rem; }
    .contact-us-form .input-row:last-child {
      margin-bottom: 0; }
  .contact-us-form .input-textarea {
    height: 200px;
    padding: 1.2rem;
    border: solid 1px #eaeaea;
    width: 720px;
    outline: 0;
    font-size: 1.4rem;
    color: #111;
    border-radius: 2px;
    background-color: #eaeaea; }
    .contact-us-form .input-textarea:focus {
      background-color: #fff;
      border-color: #002b64; }
    @media only screen and (max-width: 1366px) {
      .contact-us-form .input-textarea {
        height: 160px;
        width: 640px;
        font-size: 1.3rem; } }
  .contact-us-form .input-button {
    outline: 0;
    display: block;
    text-decoration: none;
    padding: 1.2rem 3.2rem;
    border: 0;
    color: #fff;
    background-color: #002b64;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 30px; }
    .contact-us-form .input-button:hover {
      background-color: #001531; }
    @media only screen and (max-width: 1366px) {
      .contact-us-form .input-button {
        padding: 10px 2.8rem; } }

.message-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-top: solid 1px #002b64;
  display: none; }
  .message-sticky p {
    margin: 0;
    font-size: 1.3rem;
    color: #002b64; }

@-webkit-keyframes err-blinking {
  0% {
    border: solid 1px #eaeaea;
    background-color: rgba(255, 255, 255, 0.5); }
  30% {
    border: solid 1px #002b64;
    background-color: rgba(0, 43, 100, 0.1); }
  60% {
    border: solid 1px #eaeaea;
    background-color: rgba(255, 255, 255, 0.5); }
  100% {
    border: solid 1px #002b64;
    background-color: rgba(0, 43, 100, 0.1); } }

/* ==========================================================================
   NOT FOUND
   ========================================================================== */
.page-found-page {
  text-align: center;
  padding: 96px 0; }
  @media only screen and (max-width: 1366px) {
    .page-found-page {
      padding: 48px 0; } }
  .page-found-page h1 {
    font-size: 9.6rem;
    font-weight: 900;
    margin: 0 0 16px; }
    @media only screen and (max-width: 1366px) {
      .page-found-page h1 {
        font-size: 8rem;
        margin-bottom: 12px; } }
  .page-found-page p {
    font-size: 2rem;
    color: #676767;
    margin: 0 0 24px; }
    @media only screen and (max-width: 1366px) {
      .page-found-page p {
        font-size: 1.7rem;
        margin-bottom: 16px; } }
  .page-found-page .button {
    display: inline-block;
    text-decoration: none;
    padding: 8px 32px;
    border: solid 2px #aaa;
    color: #676767;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 30px; }
    .page-found-page .button:hover {
      color: #fff;
      border-color: #002b64;
      background-color: #002b64; }
    @media only screen and (max-width: 1366px) {
      .page-found-page .button {
        padding: 8px 28px; } }

/* ==========================================================================
   SEARCH
   ========================================================================== */
.wrapper-search {
  padding: 24px; }
  .wrapper-search .title-search {
    font-weight: 400; }
    .wrapper-search .title-search strong {
      color: #002b64; }
  .wrapper-search .gsc-control-cse {
    padding: 0; }
  .wrapper-search .gsc-tabHeader.gsc-tabhActive {
    border-color: #002b64;
    background-color: #002b64;
    color: #fff; }
  .wrapper-search .gsc-tabHeader {
    line-height: 2.8;
    outline: 0; }
  .wrapper-search .gsc-tabsArea > .gsc-tabHeader {
    height: 32px; }
  .wrapper-search .gsc-tabsArea {
    height: 33px;
    border-color: #002b64; }
  .wrapper-search .gsc-above-wrapper-area-container .gsc-orderby-container {
    text-align: right; }
  .wrapper-search .gsc-above-wrapper-area-container td, .wrapper-search .gsc-above-wrapper-area-container th {
    padding: 0;
    bottom: 0;
    background-color: transparent;
    border: 0;
    font-size: 1.3rem; }
    .wrapper-search .gsc-above-wrapper-area-container td:first-child, .wrapper-search .gsc-above-wrapper-area-container td:last-child, .wrapper-search .gsc-above-wrapper-area-container th:first-child, .wrapper-search .gsc-above-wrapper-area-container th:last-child {
      border: 0; }
  .wrapper-search .gsc-above-wrapper-area-container .gsc-result-info {
    font-size: 1.3rem; }
  .wrapper-search .gsc-above-wrapper-area {
    border: 0; }
  .wrapper-search .gsc-resultsRoot.gsc-tabData.gsc-tabdActive > table {
    display: none; }
  .wrapper-search .gs-result .gs-title, .wrapper-search .gs-result .gs-title * {
    text-decoration: none; }
  .wrapper-search .gsc-thumbnail-inside {
    padding: 0;
    margin-bottom: 4px; }
    .wrapper-search .gsc-thumbnail-inside .gs-title a {
      text-decoration: none; }
      .wrapper-search .gsc-thumbnail-inside .gs-title a:hover {
        color: #002b64; }
  .wrapper-search .gs-webResult.gs-result a.gs-title:hover, .wrapper-search .gs-webResult.gs-result a.gs-title:hover b, .wrapper-search .gs-imageResult a.gs-title:hover, .wrapper-search .gs-imageResult a.gs-title:hover b {
    color: #002b64;
    text-decoration: underline; }
  .wrapper-search .gsc-url-top {
    padding: 0;
    margin-bottom: 4px; }
  .wrapper-search .gs-result .gsc-table-result {
    margin: 0; }
  .wrapper-search .gs-result td, .wrapper-search .gs-result th {
    padding: 0;
    bottom: 0;
    background-color: transparent;
    border: 0;
    font-size: 1.3rem; }
    .wrapper-search .gs-result td:first-child, .wrapper-search .gs-result td:last-child, .wrapper-search .gs-result th:first-child, .wrapper-search .gs-result th:last-child {
      border: 0; }
  .wrapper-search .gs-image-box.gs-web-image-box.gs-web-image-box-landscape,
  .wrapper-search .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    width: auto;
    padding-right: 12px;
    height: auto; }
  .wrapper-search .gs-web-image-box-landscape img.gs-image,
  .wrapper-search .gs-result img.gs-image, .wrapper-search .gs-result img.gs-promotion-image {
    max-width: 88px;
    max-height: 72px;
    border: 0; }
  .wrapper-search .gs-spelling {
    padding: 0; }
  .wrapper-search .gs-result .gs-spelling {
    padding: 0; }
  .wrapper-search .gsc-result-info {
    padding-left: 0;
    padding-right: 0; }
  .wrapper-search .gsc-above-wrapper-area {
    margin-bottom: 20px;
    padding: 0; }
    .wrapper-search .gsc-above-wrapper-area table {
      margin: 0; }
  .wrapper-search .gs-web-image-box, .wrapper-search .gs-promotion-image-box {
    padding: 0; }
  .wrapper-search .gsc-webResult .gsc-result {
    padding: 12px 0;
    border: 0; }
  .wrapper-search .cse .gsc-webResult.gsc-result:hover, .wrapper-search .gsc-webResult.gsc-result:hover, .wrapper-search .gsc-webResult.gsc-result.gsc-promotion:hover, .wrapper-search .gsc-results .gsc-imageResult-classic:hover, .wrapper-search .gsc-results .gsc-imageResult-column:hover {
    border: 0; }
  .wrapper-search .gsc-results .gsc-cursor-box {
    margin: 16px 0 0; }
  .wrapper-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
    margin-right: 16px;
    outline: 0; }
  .wrapper-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #002b64; }
  .wrapper-search .gsc-adBlock {
    display: none; }

/*# sourceMappingURL=maps/app.css.map */
