@charset "UTF-8";
/*
  Project: Hermeticphilosophy
  Author: Xfive
 */
/* Fontawesome  */
/*!
 *  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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #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;
}

/** flexslider **/
/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/** Bootstrap include **/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

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

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
  float: left;
}

.col-xs-1 {
  width: 6.25%;
}

.col-xs-2 {
  width: 12.5%;
}

.col-xs-3 {
  width: 18.75%;
}

.col-xs-4 {
  width: 25%;
}

.col-xs-5 {
  width: 31.25%;
}

.col-xs-6 {
  width: 37.5%;
}

.col-xs-7 {
  width: 43.75%;
}

.col-xs-8 {
  width: 50%;
}

.col-xs-9 {
  width: 56.25%;
}

.col-xs-10 {
  width: 62.5%;
}

.col-xs-11 {
  width: 68.75%;
}

.col-xs-12 {
  width: 75%;
}

.col-xs-13 {
  width: 81.25%;
}

.col-xs-14 {
  width: 87.5%;
}

.col-xs-15 {
  width: 93.75%;
}

.col-xs-16 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 6.25%;
}

.col-xs-pull-2 {
  right: 12.5%;
}

.col-xs-pull-3 {
  right: 18.75%;
}

.col-xs-pull-4 {
  right: 25%;
}

.col-xs-pull-5 {
  right: 31.25%;
}

.col-xs-pull-6 {
  right: 37.5%;
}

.col-xs-pull-7 {
  right: 43.75%;
}

.col-xs-pull-8 {
  right: 50%;
}

.col-xs-pull-9 {
  right: 56.25%;
}

.col-xs-pull-10 {
  right: 62.5%;
}

.col-xs-pull-11 {
  right: 68.75%;
}

.col-xs-pull-12 {
  right: 75%;
}

.col-xs-pull-13 {
  right: 81.25%;
}

.col-xs-pull-14 {
  right: 87.5%;
}

.col-xs-pull-15 {
  right: 93.75%;
}

.col-xs-pull-16 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 6.25%;
}

.col-xs-push-2 {
  left: 12.5%;
}

.col-xs-push-3 {
  left: 18.75%;
}

.col-xs-push-4 {
  left: 25%;
}

.col-xs-push-5 {
  left: 31.25%;
}

.col-xs-push-6 {
  left: 37.5%;
}

.col-xs-push-7 {
  left: 43.75%;
}

.col-xs-push-8 {
  left: 50%;
}

.col-xs-push-9 {
  left: 56.25%;
}

.col-xs-push-10 {
  left: 62.5%;
}

.col-xs-push-11 {
  left: 68.75%;
}

.col-xs-push-12 {
  left: 75%;
}

.col-xs-push-13 {
  left: 81.25%;
}

.col-xs-push-14 {
  left: 87.5%;
}

.col-xs-push-15 {
  left: 93.75%;
}

.col-xs-push-16 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 6.25%;
}

.col-xs-offset-2 {
  margin-left: 12.5%;
}

.col-xs-offset-3 {
  margin-left: 18.75%;
}

.col-xs-offset-4 {
  margin-left: 25%;
}

.col-xs-offset-5 {
  margin-left: 31.25%;
}

.col-xs-offset-6 {
  margin-left: 37.5%;
}

.col-xs-offset-7 {
  margin-left: 43.75%;
}

.col-xs-offset-8 {
  margin-left: 50%;
}

.col-xs-offset-9 {
  margin-left: 56.25%;
}

.col-xs-offset-10 {
  margin-left: 62.5%;
}

.col-xs-offset-11 {
  margin-left: 68.75%;
}

.col-xs-offset-12 {
  margin-left: 75%;
}

.col-xs-offset-13 {
  margin-left: 81.25%;
}

.col-xs-offset-14 {
  margin-left: 87.5%;
}

.col-xs-offset-15 {
  margin-left: 93.75%;
}

.col-xs-offset-16 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left;
  }
  .col-sm-1 {
    width: 6.25%;
  }
  .col-sm-2 {
    width: 12.5%;
  }
  .col-sm-3 {
    width: 18.75%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-5 {
    width: 31.25%;
  }
  .col-sm-6 {
    width: 37.5%;
  }
  .col-sm-7 {
    width: 43.75%;
  }
  .col-sm-8 {
    width: 50%;
  }
  .col-sm-9 {
    width: 56.25%;
  }
  .col-sm-10 {
    width: 62.5%;
  }
  .col-sm-11 {
    width: 68.75%;
  }
  .col-sm-12 {
    width: 75%;
  }
  .col-sm-13 {
    width: 81.25%;
  }
  .col-sm-14 {
    width: 87.5%;
  }
  .col-sm-15 {
    width: 93.75%;
  }
  .col-sm-16 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 6.25%;
  }
  .col-sm-pull-2 {
    right: 12.5%;
  }
  .col-sm-pull-3 {
    right: 18.75%;
  }
  .col-sm-pull-4 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 31.25%;
  }
  .col-sm-pull-6 {
    right: 37.5%;
  }
  .col-sm-pull-7 {
    right: 43.75%;
  }
  .col-sm-pull-8 {
    right: 50%;
  }
  .col-sm-pull-9 {
    right: 56.25%;
  }
  .col-sm-pull-10 {
    right: 62.5%;
  }
  .col-sm-pull-11 {
    right: 68.75%;
  }
  .col-sm-pull-12 {
    right: 75%;
  }
  .col-sm-pull-13 {
    right: 81.25%;
  }
  .col-sm-pull-14 {
    right: 87.5%;
  }
  .col-sm-pull-15 {
    right: 93.75%;
  }
  .col-sm-pull-16 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 6.25%;
  }
  .col-sm-push-2 {
    left: 12.5%;
  }
  .col-sm-push-3 {
    left: 18.75%;
  }
  .col-sm-push-4 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 31.25%;
  }
  .col-sm-push-6 {
    left: 37.5%;
  }
  .col-sm-push-7 {
    left: 43.75%;
  }
  .col-sm-push-8 {
    left: 50%;
  }
  .col-sm-push-9 {
    left: 56.25%;
  }
  .col-sm-push-10 {
    left: 62.5%;
  }
  .col-sm-push-11 {
    left: 68.75%;
  }
  .col-sm-push-12 {
    left: 75%;
  }
  .col-sm-push-13 {
    left: 81.25%;
  }
  .col-sm-push-14 {
    left: 87.5%;
  }
  .col-sm-push-15 {
    left: 93.75%;
  }
  .col-sm-push-16 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 6.25%;
  }
  .col-sm-offset-2 {
    margin-left: 12.5%;
  }
  .col-sm-offset-3 {
    margin-left: 18.75%;
  }
  .col-sm-offset-4 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 31.25%;
  }
  .col-sm-offset-6 {
    margin-left: 37.5%;
  }
  .col-sm-offset-7 {
    margin-left: 43.75%;
  }
  .col-sm-offset-8 {
    margin-left: 50%;
  }
  .col-sm-offset-9 {
    margin-left: 56.25%;
  }
  .col-sm-offset-10 {
    margin-left: 62.5%;
  }
  .col-sm-offset-11 {
    margin-left: 68.75%;
  }
  .col-sm-offset-12 {
    margin-left: 75%;
  }
  .col-sm-offset-13 {
    margin-left: 81.25%;
  }
  .col-sm-offset-14 {
    margin-left: 87.5%;
  }
  .col-sm-offset-15 {
    margin-left: 93.75%;
  }
  .col-sm-offset-16 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left;
  }
  .col-md-1 {
    width: 6.25%;
  }
  .col-md-2 {
    width: 12.5%;
  }
  .col-md-3 {
    width: 18.75%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-5 {
    width: 31.25%;
  }
  .col-md-6 {
    width: 37.5%;
  }
  .col-md-7 {
    width: 43.75%;
  }
  .col-md-8 {
    width: 50%;
  }
  .col-md-9 {
    width: 56.25%;
  }
  .col-md-10 {
    width: 62.5%;
  }
  .col-md-11 {
    width: 68.75%;
  }
  .col-md-12 {
    width: 75%;
  }
  .col-md-13 {
    width: 81.25%;
  }
  .col-md-14 {
    width: 87.5%;
  }
  .col-md-15 {
    width: 93.75%;
  }
  .col-md-16 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 6.25%;
  }
  .col-md-pull-2 {
    right: 12.5%;
  }
  .col-md-pull-3 {
    right: 18.75%;
  }
  .col-md-pull-4 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 31.25%;
  }
  .col-md-pull-6 {
    right: 37.5%;
  }
  .col-md-pull-7 {
    right: 43.75%;
  }
  .col-md-pull-8 {
    right: 50%;
  }
  .col-md-pull-9 {
    right: 56.25%;
  }
  .col-md-pull-10 {
    right: 62.5%;
  }
  .col-md-pull-11 {
    right: 68.75%;
  }
  .col-md-pull-12 {
    right: 75%;
  }
  .col-md-pull-13 {
    right: 81.25%;
  }
  .col-md-pull-14 {
    right: 87.5%;
  }
  .col-md-pull-15 {
    right: 93.75%;
  }
  .col-md-pull-16 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 6.25%;
  }
  .col-md-push-2 {
    left: 12.5%;
  }
  .col-md-push-3 {
    left: 18.75%;
  }
  .col-md-push-4 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 31.25%;
  }
  .col-md-push-6 {
    left: 37.5%;
  }
  .col-md-push-7 {
    left: 43.75%;
  }
  .col-md-push-8 {
    left: 50%;
  }
  .col-md-push-9 {
    left: 56.25%;
  }
  .col-md-push-10 {
    left: 62.5%;
  }
  .col-md-push-11 {
    left: 68.75%;
  }
  .col-md-push-12 {
    left: 75%;
  }
  .col-md-push-13 {
    left: 81.25%;
  }
  .col-md-push-14 {
    left: 87.5%;
  }
  .col-md-push-15 {
    left: 93.75%;
  }
  .col-md-push-16 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 6.25%;
  }
  .col-md-offset-2 {
    margin-left: 12.5%;
  }
  .col-md-offset-3 {
    margin-left: 18.75%;
  }
  .col-md-offset-4 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 31.25%;
  }
  .col-md-offset-6 {
    margin-left: 37.5%;
  }
  .col-md-offset-7 {
    margin-left: 43.75%;
  }
  .col-md-offset-8 {
    margin-left: 50%;
  }
  .col-md-offset-9 {
    margin-left: 56.25%;
  }
  .col-md-offset-10 {
    margin-left: 62.5%;
  }
  .col-md-offset-11 {
    margin-left: 68.75%;
  }
  .col-md-offset-12 {
    margin-left: 75%;
  }
  .col-md-offset-13 {
    margin-left: 81.25%;
  }
  .col-md-offset-14 {
    margin-left: 87.5%;
  }
  .col-md-offset-15 {
    margin-left: 93.75%;
  }
  .col-md-offset-16 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left;
  }
  .col-lg-1 {
    width: 6.25%;
  }
  .col-lg-2 {
    width: 12.5%;
  }
  .col-lg-3 {
    width: 18.75%;
  }
  .col-lg-4 {
    width: 25%;
  }
  .col-lg-5 {
    width: 31.25%;
  }
  .col-lg-6 {
    width: 37.5%;
  }
  .col-lg-7 {
    width: 43.75%;
  }
  .col-lg-8 {
    width: 50%;
  }
  .col-lg-9 {
    width: 56.25%;
  }
  .col-lg-10 {
    width: 62.5%;
  }
  .col-lg-11 {
    width: 68.75%;
  }
  .col-lg-12 {
    width: 75%;
  }
  .col-lg-13 {
    width: 81.25%;
  }
  .col-lg-14 {
    width: 87.5%;
  }
  .col-lg-15 {
    width: 93.75%;
  }
  .col-lg-16 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 6.25%;
  }
  .col-lg-pull-2 {
    right: 12.5%;
  }
  .col-lg-pull-3 {
    right: 18.75%;
  }
  .col-lg-pull-4 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 31.25%;
  }
  .col-lg-pull-6 {
    right: 37.5%;
  }
  .col-lg-pull-7 {
    right: 43.75%;
  }
  .col-lg-pull-8 {
    right: 50%;
  }
  .col-lg-pull-9 {
    right: 56.25%;
  }
  .col-lg-pull-10 {
    right: 62.5%;
  }
  .col-lg-pull-11 {
    right: 68.75%;
  }
  .col-lg-pull-12 {
    right: 75%;
  }
  .col-lg-pull-13 {
    right: 81.25%;
  }
  .col-lg-pull-14 {
    right: 87.5%;
  }
  .col-lg-pull-15 {
    right: 93.75%;
  }
  .col-lg-pull-16 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 6.25%;
  }
  .col-lg-push-2 {
    left: 12.5%;
  }
  .col-lg-push-3 {
    left: 18.75%;
  }
  .col-lg-push-4 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 31.25%;
  }
  .col-lg-push-6 {
    left: 37.5%;
  }
  .col-lg-push-7 {
    left: 43.75%;
  }
  .col-lg-push-8 {
    left: 50%;
  }
  .col-lg-push-9 {
    left: 56.25%;
  }
  .col-lg-push-10 {
    left: 62.5%;
  }
  .col-lg-push-11 {
    left: 68.75%;
  }
  .col-lg-push-12 {
    left: 75%;
  }
  .col-lg-push-13 {
    left: 81.25%;
  }
  .col-lg-push-14 {
    left: 87.5%;
  }
  .col-lg-push-15 {
    left: 93.75%;
  }
  .col-lg-push-16 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 6.25%;
  }
  .col-lg-offset-2 {
    margin-left: 12.5%;
  }
  .col-lg-offset-3 {
    margin-left: 18.75%;
  }
  .col-lg-offset-4 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 31.25%;
  }
  .col-lg-offset-6 {
    margin-left: 37.5%;
  }
  .col-lg-offset-7 {
    margin-left: 43.75%;
  }
  .col-lg-offset-8 {
    margin-left: 50%;
  }
  .col-lg-offset-9 {
    margin-left: 56.25%;
  }
  .col-lg-offset-10 {
    margin-left: 62.5%;
  }
  .col-lg-offset-11 {
    margin-left: 68.75%;
  }
  .col-lg-offset-12 {
    margin-left: 75%;
  }
  .col-lg-offset-13 {
    margin-left: 81.25%;
  }
  .col-lg-offset-14 {
    margin-left: 87.5%;
  }
  .col-lg-offset-15 {
    margin-left: 93.75%;
  }
  .col-lg-offset-16 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/** Site Css **/
@font-face {
  font-family: FontAwesome;
  src: url("../assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Fonts
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* Colors
   ========================================================================== */
/** Responsive breakpoints **/
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* ==========================================================================
   #NORMALIZE
   ========================================================================== */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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-.
     */
figcaption,
figure {
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 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 */
}

/* Links
       ========================================================================== */
/**
     * 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 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and 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.
     */
button {
  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 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 macOS.
       */
}

[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 */
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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;
}

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 1.3rem;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 1rem;
}

.hero-banner {
  background: #181818;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  color: #fff;
}

.hero-banner .content-wrapper {
  display: table;
  height: 821px;
  width: 100%;
}

.hero-banner .content-wrapper .content-inner {
  display: table-cell;
  padding-top: 17.7%;
}

.hero-banner .img-holder {
  margin-bottom: 46px;
}

.hero-banner .img-holder img {
  width: 86px;
}

.hero-banner .title {
  margin-bottom: 9px;
  letter-spacing: 4px;
}

.hero-banner .txt-high {
  font-size: 1.111em;
  font-style: italic;
  margin-bottom: 43px;
}

.hero-banner .txt-high a {
  border-bottom: 1px solid #efbf19;
  color: inherit;
  text-decoration: none;
}

.hero-banner .txt-high a:hover, .hero-banner .txt-high a:focus {
  color: inherit;
  border-color: #fff;
}

.hero-banner .scroll-down {
  display: none;
}

.hero-banner.image-only {
  background-position: center top;
  height: 671px;
}

.hero-banner.cloud-bottom {
  position: relative;
  z-index: 10;
}

.hero-banner.cloud-bottom::after {
  background: url("../assets/images/design/white_clouds.png") no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 451px;
  width: 100%;
  z-index: 10;
}

.video-banner {
  overflow: hidden;
  height: 821px;
}

.video-banner .banner-cnt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

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

.video-banner .video-bg video, .video-banner .video-bg iframe {
  width: 100%;
}

/* Video background */
.videobg {
  display: none;
  position: relative;
  width: 100%;
  /* Set video container element width here */
  height: 100%;
  /* Set video container element height here */
  overflow: hidden;
  background: #111;
  /* bg color, if video is not high enough */
}

/* horizontally center the video */
.videobg-width {
  position: absolute;
  width: 100%;
  /* Change width value to cover more area */
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}

.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.videobg-hide-controls {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px;
  /* 16:9 ratio */
  top: -55px;
  left: -97.7777px;
  /* 16:9 ratio */
}

.videobg video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}

/** Intro section banner **/
.intro .img-holder {
  margin-bottom: 22px;
}

.intro .img-holder img {
  width: 44px;
}

.intro h2 {
  margin-bottom: 31px;
}

.intro .content-wrapper {
  height: auto;
}

.intro .content-wrapper .content-inner {
  padding-top: 202px;
}

.intro .txt-wrapper {
  padding-top: 78px;
}

.intro .txt-wrapper p {
  margin-bottom: 35px;
}

/** Responsive styling **/
@media (max-width: 767px) {
  .hero-banner {
    background-size: auto;
    /** image only banner **/
  }
  .hero-banner .content-wrapper {
    height: 645px;
  }
  .hero-banner .content-wrapper .content-inner {
    padding-top: 135px;
  }
  .hero-banner .img-holder {
    margin-bottom: 18px;
  }
  .hero-banner .title {
    font-size: 1.24rem;
    margin-bottom: 16px;
  }
  .hero-banner p {
    font-size: 1rem;
    line-height: 1.7rem;
    margin-bottom: 32px;
  }
  .hero-banner .signup-form {
    margin-bottom: 75px;
  }
  .hero-banner .scroll-down {
    display: block;
  }
  .hero-banner .scroll-down span {
    margin-bottom: 1px;
  }
  .hero-banner .scroll-down .fa {
    font-size: 22px;
  }
  .hero-banner.image-only {
    background-size: auto 100%;
    height: 430px;
  }
  .hero-banner.cloud-bottom::after {
    background-image: url("../assets/images/design/white_clouds-small.png");
    height: 230px;
    bottom: -1px;
  }
  .video-banner {
    height: 645px;
  }
  /** hero section inner **/
  .hero-abt {
    padding-bottom: 60px;
  }
  .intro {
    padding-top: 180px;
  }
  .intro .img-holder {
    margin-bottom: 28px;
  }
  .intro .txt-wrapper {
    padding-top: 96px;
  }
}

@media (max-width: 420px) {
  .hero-banner.cloud-bottom::after {
    background-image: url("../assets/images/design/white_clouds-mobile.png");
    height: 134px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .hero-banner.cloud-bottom::after {
    background-image: url("../assets/images/design/white_clouds-small.png");
    height: 300px;
    bottom: -1px;
  }
}

/* ==========================================================================
   #BLOCKQUOTES
   ========================================================================== */
blockquote {
  quotes: '“' '”' '‘' '’';
  font-style: italic;
}

blockquote p:first-child:before {
  content: open-quote;
}

blockquote p:last-child:after {
  content: close-quote;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-btn, .faq-cnt .faq-answer .more-link, .faq-cnt .faq-answer .less-link {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font-family: "Lato", sans-serif;
  /* [3] */
  font-weight: 700;
  font-size: 14px;
  line-height: 1.571em;
  letter-spacing: 1px;
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 0.5rem 1.4rem;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 3px;
}

/* Style variants
   ========================================================================== */
.c-btn--primary, .faq-cnt .faq-answer .more-link, .faq-cnt .faq-answer .less-link {
  background-color: transparent;
  border: 1px solid #efbf19;
  color: #efbf19;
  text-transform: uppercase;
}

.c-btn--primary, .faq-cnt .faq-answer .more-link, .faq-cnt .faq-answer .less-link, .c-btn--primary:hover, .faq-cnt .faq-answer .more-link:hover, .faq-cnt .faq-answer .less-link:hover, .c-btn--primary:active, .faq-cnt .faq-answer .more-link:active, .faq-cnt .faq-answer .less-link:active, .c-btn--primary:focus, .faq-cnt .faq-answer .more-link:focus, .faq-cnt .faq-answer .less-link:focus {
  text-decoration: none;
  /* [4] */
  color: #efbf19;
}

.c-btn--primary:hover, .faq-cnt .faq-answer .more-link:hover, .faq-cnt .faq-answer .less-link:hover, .c-btn--primary:focus, .faq-cnt .faq-answer .more-link:focus, .faq-cnt .faq-answer .less-link:focus {
  background-color: #efbf19;
  border-color: #efbf19;
  color: #fff;
}

/* Size variants
   ========================================================================== */
.c-btn--small {
  padding: 0.25rem 0.5rem;
}

.c-btn--large {
  padding: 0.55rem 2.3rem;
}

.basic-parallax {
  background-attachment: fixed;
}

.yellow-line-v, .intro .txt-wrapper, .section-signup .text, .section-why .txt-wrapper, .faq-cnt .faq-answer {
  position: relative;
  padding-top: 72px;
}

.yellow-line-v::before, .intro .txt-wrapper::before, .section-signup .text::before, .section-why .txt-wrapper::before, .faq-cnt .faq-answer::before {
  background-color: #efbf19;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 56px;
  z-index: 1;
}

.full-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  height: 649px;
}

.yellow-title {
  border-bottom: 1px solid #e5e5e5;
  color: #efbf19;
  font-size: 0.889rem;
  padding-bottom: 22px;
}

.yellow-title.small {
  font-size: 14px;
  letter-spacing: 1px;
  padding-bottom: 17px;
}

.yellow-bdr, .info-style .title, .blog-items .item .title, .book-list .item .title, .event-items .item .title {
  position: relative;
  padding-bottom: 17px;
}

.yellow-bdr::after, .info-style .title::after, .blog-items .item .title::after, .book-list .item .title::after, .event-items .item .title::after {
  background-color: #efbf19;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -38px;
  width: 77px;
  z-index: 1;
}

.info-style .content-inner, .blog-items .item .content-inner, .book-list .item .content-inner, .event-items .item .content-inner {
  padding: 0 10px;
}

.info-style .img-holder, .blog-items .item .img-holder, .book-list .item .img-holder, .event-items .item .img-holder {
  margin-bottom: 35px;
}

.info-style .img-holder img, .blog-items .item .img-holder img, .book-list .item .img-holder img, .event-items .item .img-holder img {
  -webkit-box-shadow: 4px 4px 25px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 25px 2px rgba(0, 0, 0, 0.25);
}

.info-style .title, .blog-items .item .title, .book-list .item .title, .event-items .item .title {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 16px;
}

.info-style p, .blog-items .item p, .book-list .item p, .event-items .item p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 33px;
}

/** hero banner inner **/
.hero-abt {
  background-position: center top;
  color: #181818;
  padding-bottom: 65px;
  background: #a9a9a9;
  background-size: cover;
}

.hero-abt .content-wrapper {
  height: 758px;
}

.hero-abt .content-wrapper .content-inner {
  padding-top: 26%;
}

.hero-abt .txt-wrapper {
  padding-top: 78px;
}

@media (max-width: 767px) {
  .full-image {
    height: 237px;
  }
  .yellow-title {
    font-size: 1rem;
    padding-bottom: 22px;
  }
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1 {
  font-size: 2.111rem;
}

h2 {
  font-size: 1.556rem;
}

h3 {
  font-size: 1.333rem;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
  }
  h2 {
    font-size: 1.24rem;
  }
}

/* ==========================================================================
   #HR
   ========================================================================== */
hr {
  display: block;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 18px;
  /* [1] */
  /* 13px */
  min-height: 100%;
  /* [3] */
  overflow-x: hidden;
  overflow-y: scroll;
  /* [2] */
  padding: 0;
}

html body {
  background: #fff;
  color: #181818;
  font-size: 1rem;
  font-family: "Lora", sans-serif;
  line-height: 1.889em;
  /* [1] */
  position: relative;
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
    line-height: 1.75em;
  }
  html .container {
    padding: 0 18px;
  }
}

p {
  margin-bottom: 1.4rem;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  font-style: italic;
  /* [2] */
  max-width: 100%;
  /* [1] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] {
  max-width: none;
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  color: #f2ca40;
  text-decoration: underline;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover, a:focus {
  color: #e8b60c;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* ==========================================================================
   #LISTS
   ========================================================================== */
li {
  margin-bottom: 0.5rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-top: 0.5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

/** section-signup **/
.section-signup {
  margin: 142px 0 296px;
}

.section-signup .title {
  font-size: 1.889rem;
  margin-bottom: 30px;
}

.section-signup .text {
  margin-bottom: 86px;
  padding-top: 80px;
}

.section-signup .signup-wrapper h3 {
  margin-bottom: 7px;
}

.section-signup .signup-wrapper p {
  font-size: 0.889rem;
  font-style: italic;
  margin-bottom: 34px;
}

.section-signup .wrapper-inner {
  border: 1px solid #e0e0e0;
  height: 45px;
  max-width: 340px;
}

.section-signup .wrapper-inner .form-group {
  width: 73%;
}

.section-signup .wrapper-inner .form-group::after {
  right: -3px;
  height: 5px;
  width: 5px;
  margin-top: -3px;
}

.section-signup .wrapper-inner .form-control {
  height: 45px;
}

.section-signup .wrapper-inner .btn-signup {
  font-size: 12px;
  height: 45px;
  width: 26.5%;
}

.section-signup .wrapper-inner .btn-signup::after {
  left: -3px;
  height: 5px;
  width: 5px;
  margin-top: -3px;
}

/** Responsive styling **/
@media (max-width: 768px) {
  /** section-signup **/
  .section-signup {
    margin-top: 68px;
    margin-bottom: 259px;
  }
  .section-signup .title {
    font-size: 1.24rem;
  }
  .section-signup .text {
    margin-bottom: 70px;
    padding-top: 58px;
    line-height: 1.6em;
  }
  .section-signup .text br {
    display: none;
  }
  .section-signup .signup-wrapper h3 {
    margin-bottom: 15px;
  }
  .section-signup .signup-wrapper p {
    line-height: 1.8em;
    margin-bottom: 42px;
  }
  .section-signup .signup-form {
    height: 50px;
  }
  .section-signup .signup-form .form-group {
    width: 65%;
  }
  .section-signup .signup-form .form-control {
    height: 50px;
  }
  .section-signup .signup-form .btn-signup {
    font-size: 14px;
    height: 50px;
    width: 35%;
  }
  .section-signup .signup-form .btn-signup::after {
    left: -4px;
    margin-top: -4px;
    height: 7px;
    width: 7px;
  }
}

/** Section why **/
.section-why {
  background: url("../assets/images/design/why-bg.jpg") no-repeat center top;
  padding-top: 138px;
}

.section-why .title {
  font-size: 1.556rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-why .vision {
  margin-bottom: 26px;
}

.section-why .vision img {
  width: 46px;
}

.section-why .txt-wrapper {
  padding-top: 73px;
  margin-bottom: 126px;
}

.section-why .txt-wrapper p {
  margin-bottom: 1em;
}

.benifits .highlight {
  color: rgba(0, 0, 0, 0.4);
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.benifits .key {
  margin: 64px 0 102px;
}

.benifits .key img {
  width: 41px;
}

.benifit-points {
  margin: 0;
  padding: 0;
}

.benifit-points li {
  background: url("../assets/images/design/point.png") no-repeat center bottom;
  font-size: 1.333em;
  font-style: italic;
  list-style: none;
  padding-bottom: 35px;
  margin-bottom: 48px;
}

.benifit-points li:first-child {
  padding-bottom: 56px;
  margin-bottom: 45px;
}

.benifit-points li:last-child {
  background-image: url("../assets/images/design/points-last.png");
  background-size: 38px auto;
  padding-bottom: 75px;
  margin-bottom: 60px;
}

/** Responsive styling **/
@media (max-width: 768px) {
  /** Section why **/
  .section-why {
    padding-top: 38px;
  }
  .section-why .vision {
    margin-bottom: 27px;
  }
  .section-why .title br {
    display: none;
  }
  .section-why .txt-wrapper {
    padding-top: 83px;
    margin-bottom: 150px;
  }
  .section-why .txt-wrapper p {
    line-height: 2.125rem;
  }
  .benifits .highlight br {
    display: none;
  }
  .benifits .key {
    margin-top: 87px;
    margin-bottom: 108px;
  }
  .benifit-points li {
    font-size: 1.125rem;
    line-height: 1.2em;
    padding-bottom: 34px !important;
    margin-bottom: 29px !important;
  }
  .benifit-points li:last-child {
    padding-bottom: 61px !important;
    margin-bottom: 57px !important;
  }
}

.signup-form .wrapper-inner {
  background-color: #fff;
  border-radius: 5px;
  clear: both;
  height: 50px;
  margin: 0 auto;
  max-width: 354px;
  overflow: hidden;
  width: 100%;
}

.signup-form .form-group {
  float: left;
  width: 70%;
  position: relative;
}

.signup-form .form-group::after {
  background-color: #efbf19;
  border-radius: 50%;
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  margin-top: -3px;
  height: 7px;
  width: 7px;
  z-index: 1;
}

.signup-form .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  outline: none;
  padding: 14px 17px;
  width: 100%;
}

.signup-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.signup-form .btn-signup {
  background-color: transparent;
  border: none;
  border-left: 1px solid #e0e0e0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 700;
  float: right;
  height: 50px;
  outline: 0;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 30%;
}

.signup-form .btn-signup::after {
  background-color: #efbf19;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -3px;
  height: 7px;
  width: 7px;
  z-index: 1;
}

.signup-form .btn-signup:hover, .signup-form .btn-signup:focus {
  color: #efbf19;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.signup-form .btn-signup:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.signup-form .response {
  text-shadow: 1px 1px 1px black;
  font-size: 14px;
  line-height: 1.5em;
  padding-top: 10px;
}

/** section-signup **/
.section-signup {
  margin: 142px 0 296px;
}

.section-signup .title {
  font-size: 1.889rem;
  margin-bottom: 30px;
}

.section-signup .text {
  margin-bottom: 86px;
  padding-top: 80px;
}

.section-signup .signup-wrapper h3 {
  margin-bottom: 7px;
}

.section-signup .signup-wrapper p {
  font-size: 0.889rem;
  font-style: italic;
  margin-bottom: 34px;
}

.section-signup .wrapper-inner {
  border: 1px solid #e0e0e0;
  height: 45px;
  max-width: 340px;
}

.section-signup .wrapper-inner .form-group {
  width: 73%;
}

.section-signup .wrapper-inner .form-group::after {
  right: -3px;
  height: 5px;
  width: 5px;
  margin-top: -3px;
}

.section-signup .wrapper-inner .form-control {
  height: 45px;
}

.section-signup .wrapper-inner .btn-signup {
  font-size: 12px;
  height: 45px;
  width: 27%;
}

.section-signup .signup-form .response {
  text-shadow: none;
}

/** Responsive styling **/
@media (max-width: 768px) {
  /** section-signup **/
  .section-signup {
    margin-top: 68px;
    margin-bottom: 259px;
  }
  .section-signup .title {
    font-size: 1.24rem;
  }
  .section-signup .text {
    margin-bottom: 70px;
    padding-top: 58px;
    line-height: 1.6em;
  }
  .section-signup .text br {
    display: none;
  }
  .section-signup .signup-wrapper h3 {
    margin-bottom: 15px;
  }
  .section-signup .signup-wrapper p {
    line-height: 1.8em;
    margin-bottom: 42px;
  }
  .section-signup .signup-form {
    height: 50px;
  }
  .section-signup .signup-form .form-group {
    width: 65%;
  }
  .section-signup .signup-form .form-control {
    height: 50px;
  }
  .section-signup .signup-form .btn-signup {
    font-size: 14px;
    height: 50px;
    width: 35%;
  }
  .section-signup .signup-form .btn-signup::after {
    left: -4px;
    margin-top: -4px;
    height: 7px;
    width: 7px;
  }
}

.story-items {
  font-family: "Lato", sans-serif;
  font-size: 1.111rem;
  line-height: 1.8em;
  margin-top: -23px;
  position: relative;
  z-index: 1;
}

.story-items .item {
  position: relative;
}

.story-items .img-holder {
  float: right;
  text-align: right;
  width: 63%;
}

.story-items .img-holder img {
  width: auto;
  height: 100%;
}

.story-items .item.left {
  text-align: right;
}

.story-items .item.right .img-holder {
  float: left;
  text-align: left;
}

.story-items .item.right .txt-wrapper {
  float: right;
}

.story-items .item.right .table-cell {
  vertical-align: bottom;
  top: -113px;
}

.story-items .item.right .table-cell::before {
  margin-left: 42%;
}

.story-items .content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.story-items .table-dis {
  display: table;
  height: 100%;
  width: 100%;
}

.story-items .table-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -17px;
}

.story-items .table-cell::before {
  background-color: #efbf19;
  content: '';
  display: block;
  height: 1px;
  width: 58%;
}

.story-items .txt-wrapper {
  padding-top: 50px;
  position: relative;
}

.story-items .txt-wrapper a {
  border-color: inherit;
  color: inherit;
}

.story-items .txt-wrapper a:hover, .story-items .txt-wrapper a:focus {
  color: #e8b60c;
}

.story-items .txt-wrapper p {
  line-height: 2rem;
}

.story-items .highlight {
  border-top: 1px solid #e5e5e5;
  display: block;
  font-weight: 700;
  line-height: 1.2em;
  padding-top: 30px;
  text-transform: uppercase;
}

.story-items .highlight a {
  color: #efbf19;
  border-bottom: none;
  text-decoration: none;
}

.story-items .highlight a:hover, .story-items .highlight a:focus {
  color: #181818;
}

.story-items.single .item {
  margin-bottom: 109px;
}

.story-items.single .item:nth-child(odd) {
  text-align: left;
}

.story-items.single .item:nth-child(odd) .table-cell {
  vertical-align: bottom;
  top: -87px;
}

.story-items.single .img-holder {
  float: left;
  text-align: left;
}

.story-items.single .txt-wrapper {
  float: right;
}

.story-items.single .cnt-inner {
  max-width: 430px;
}

.story-items.single .table-cell::before {
  margin-left: 42%;
}

/** Responsive styling **/
@media (max-width: 768px) {
  .story-items {
    font-size: 1rem;
  }
  .story-items .img-holder {
    float: none;
    width: 100%;
  }
  .story-items .img-holder img {
    width: auto;
    height: auto;
  }
  .story-items .content-wrapper {
    position: static;
  }
  .story-items .txt-wrapper {
    padding-top: 15px;
  }
  .story-items .table-dis {
    padding: 0;
  }
  .story-items .table-dis .table-cell {
    top: 0 !important;
    vertical-align: middle !important;
  }
  .story-items .table-dis .table-cell:before {
    margin-left: 0 !important;
    width: 100%;
  }
  .story-items .item {
    margin-bottom: 80px;
  }
  .story-items .item .txt-wrapper {
    left: auto !important;
  }
  .story-items .item:last-child {
    margin-bottom: 0;
  }
  .story-items .highlight {
    line-height: 1.5em;
    padding-top: 27px;
  }
  .story-items.single .img-holder {
    margin-bottom: 40px;
  }
  .story-items.single .txt-wrapper {
    padding-top: 10px;
  }
  .story-items.single .txt-wrapper p {
    line-height: 2.3rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .story-items .img-holder {
    width: 100%;
  }
  .story-items .img-holder img {
    width: auto;
    height: auto;
  }
  .story-items .content-wrapper {
    position: static;
  }
  .story-items .item .txt-wrapper {
    left: auto !important;
  }
  .story-items .table-dis {
    padding: 0;
  }
  .story-items .table-dis .table-cell {
    top: 0 !important;
    vertical-align: middle !important;
  }
  .story-items .table-dis .table-cell:before {
    margin-left: 0 !important;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /** section story **/
  .story-items .img-holder img {
    width: auto;
    height: auto;
  }
  .story-items .table-dis {
    padding: 20px 0;
  }
  .story-items .table-dis .table-cell {
    top: 0 !important;
    vertical-align: middle !important;
  }
}

@media (min-width: 1600px) {
  .story-items .img-holder img {
    width: 100%;
    height: auto;
  }
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/* Simple flexbox layout system */
.o-layout {
  display: block;
}

@media (min-width: 768px) {
  .o-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.o-layout__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.o-layout--guttered {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.o-layout--guttered > .o-layout__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (min-width: 768px) {
  .o-layout--2 > .o-layout__item {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .o-layout--3 > .o-layout__item {
    width: 32%;
  }
}

@media (min-width: 768px) {
  .o-layout--4 > .o-layout__item {
    width: 24%;
  }
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  list-style: none;
  margin-left: 0;
}

.o-list-inline__item {
  display: inline-block;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.o-media {
  display: block;
}

.o-media:after {
  content: '' !important;
  display: block !important;
  clear: both !important;
}

.o-media__img {
  float: left;
  margin-right: 1rem;
}

.o-media__img > img {
  display: block;
}

.o-media__body {
  display: block;
  overflow: hidden;
}

.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Reversed media objects
   ========================================================================== */
.o-media--reverse > .o-media__img {
  float: right;
  margin-left: 1rem;
  margin-right: 0;
}

/* Gutterless media objects
   ========================================================================== */
.o-media--flush > .o-media__img {
  margin-left: 0;
  margin-right: 0;
}

/* ==========================================================================
   #TABLE
   ========================================================================== */
/**
 * A simple object for manipulating the structure of HTML `table`s.
 */
.o-table {
  width: 100%;
}

/* Equal-width table cells.
   ========================================================================== */
/**
 * `table-layout: fixed` forces all cells within a table to occupy the same
 * width as each other. This also has performance benefits: because the browser
 * does not need to (re)calculate cell dimensions based on content it discovers,
 * the table can be rendered very quickly. Further reading:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout#Values
 */
.o-table--fixed {
  table-layout: fixed;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.o-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}

.o-wrapper:after {
  content: '' !important;
  display: block !important;
  clear: both !important;
}

/** Founder section **/
.section-founder {
  padding-top: 33px;
}

.section-founder p {
  margin-bottom: 1.1rem;
}

.section-founder .more-wrapper {
  display: none;
}

.section-founder .read-more {
  margin-bottom: 85px;
}

/** section knwo **/
.section-know {
  background-image: url("../assets/images/design/section-know-bg.jpg");
  background-position: center bottom;
  padding-top: 60px;
}

.section-know .vision {
  margin-bottom: 24px;
}

.section-know .txt-wrapper {
  padding-top: 81px;
  margin-bottom: 85px;
}

/** section signup inner **/
.section-signup.inner {
  margin: 63px 0 70px;
}

.section-signup.inner h2 {
  margin-bottom: 7px;
}

.section-signup.inner p {
  font-size: 1rem;
  margin-bottom: 28px;
}

/** section philosophy **/
.section-about {
  background-image: url("../assets/images/design/circles-dark.jpg");
  background-color: #181818;
  color: #fff;
  padding-top: 84px;
}

.section-about .vision img {
  width: 49px;
}

.section-about .txt-wrapper {
  margin-bottom: 110px;
  padding-top: 77px;
}

.section-about .benifit-points {
  padding-top: 83px;
  background: url("../assets/images/design/points-last.png") no-repeat center top;
  background-size: 38px auto;
}

.section-about .benifit-points li:last-child {
  background-image: none;
}

.section-about .bottom-cnt {
  background-color: #efbf19;
  padding: 38px 0;
}

.section-about .bottom-cnt .highlight {
  color: #fff;
}

/** section leaders **/
.section-leaders .full-image {
  height: 672px;
}

.section-leaders .top-cnt {
  padding: 71px 0 69px;
}

.section-leaders .top-cnt h2 {
  margin-bottom: 14px;
}

.section-leaders .top-cnt .subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Lato", sans-serif;
  font-size: 0.889rem;
  text-transform: uppercase;
}

.leader-slide {
  border: 0;
  margin: 0 0 68px;
}

.leader-slide .img-holder {
  float: left;
  padding-right: 21px;
  width: 61%;
}

.leader-slide .img-holder img {
  max-width: 100%;
}

.leader-slide .cnt-section {
  border-top: 1px solid #efbf19;
  float: left;
  height: 100%;
  margin-top: 9.7%;
  padding-top: 44px;
  position: relative;
  width: 39%;
}

.leader-slide .cnt-section .cnt-inner {
  max-width: 410px;
  padding-right: 10px;
  width: 100%;
}

.leader-slide .cnt-section .name {
  display: block;
  font-size: 1.556rem;
  margin-bottom: 0;
}

.leader-slide .cnt-section .position {
  color: #efbf19;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 0.889rem;
  line-height: 1.7em;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.leader-slide .cnt-section p {
  font-size: 0.889rem;
  line-height: 2em;
}

.leader-slide .custom-navigation a {
  background: url("../assets/images/design/slide-arrows.png") no-repeat;
  border-bottom: none;
  color: #efbf19;
  display: block;
  height: 52px;
  position: absolute;
  top: 48%;
  text-decoration: none;
  width: 24px;
  z-index: 10;
}

.leader-slide .custom-navigation .flex-prev {
  display: none;
  float: left;
  left: 60px;
}

.leader-slide .custom-navigation .flex-next {
  background-position: -24px 0;
  float: right;
  right: 62px;
}

.leader-slide .flex-control-paging {
  bottom: auto;
  text-align: left;
  right: 0;
  top: 0;
  padding-top: 9.7%;
  margin-top: -9px;
  width: 39%;
  z-index: 10;
}

.flex-control-paging li {
  margin: 0 0 0 23px;
}

.flex-control-paging li:first-child {
  margin-left: 0;
}

.flex-control-paging li a {
  border: 1px solid #efbf19;
  background-color: #fff;
  height: 18px;
  width: 18px;
}

.flex-control-paging li a:hover {
  background-color: #fff;
}

.flex-control-paging li a.flex-active {
  background-color: #efbf19;
}

/** Responsive styling **/
@media (max-width: 767px) {
  /** section founder **/
  .section-founder {
    padding-top: 0;
  }
  .section-founder br {
    display: none;
  }
  .section-founder p {
    line-height: 1.625rem;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .section-founder .read-more {
    margin-bottom: 42px;
  }
  /** Section know **/
  .section-know {
    padding-top: 91px;
  }
  .section-know .vision {
    margin-bottom: 32px;
  }
  .section-know .txt-wrapper {
    padding-top: 102px;
    margin-bottom: 25px;
  }
  .section-know .benifit-points li {
    line-height: 1.9em;
    padding-bottom: 27px !important;
    margin-bottom: 20px !important;
  }
  .section-know .benifit-points li:last-child {
    padding-bottom: 84px !important;
    margin-bottom: 40px !important;
  }
  /** Signup inner **/
  .section-signup.inner {
    margin-bottom: 54px;
  }
  .section-about .bottom-cnt br {
    display: none;
  }
  /** section leader **/
  .section-leaders .full-image {
    height: 230px;
  }
  .section-leaders .top-cnt {
    padding-top: 37px;
    padding-bottom: 13px;
  }
  .section-leaders .top-cnt h2 {
    margin-bottom: 0;
  }
  .leader-slide .img-holder {
    padding-bottom: 49px;
    width: 100%;
  }
  .leader-slide .cnt-section {
    border-top: none;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    width: 100%;
    position: relative;
  }
  .leader-slide .cnt-section:before {
    content: '';
    border-top: 1px solid #efbf19;
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% - 10px);
  }
  .leader-slide .cnt-section .cnt-inner {
    max-width: none;
    padding-right: 0;
  }
  .leader-slide .cnt-section .name {
    margin-bottom: 5px;
  }
  .leader-slide .cnt-section .position {
    margin-bottom: 30px;
  }
  .leader-slide .cnt-section p {
    font-size: 1rem;
    line-height: 1.7em;
  }
  .leader-slide .flex-control-paging {
    float: right;
    width: calc(100% - 10px);
  }
  .leader-slide .custom-navigation a {
    background-image: url("../assets/images/design/slide-arrows-mob.png");
    top: 15.5%;
    height: 22px;
    width: 11px;
  }
  .leader-slide .custom-navigation .flex-next {
    background-position: -11px 0;
    right: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .leader-slide .img-holder {
    width: 100%;
  }
  .leader-slide .cnt-section {
    border-top: none;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    position: relative;
  }
  .leader-slide .cnt-section:before {
    content: '';
    border-top: 1px solid #efbf19;
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% - 10px);
  }
  .leader-slide .cnt-section .cnt-inner {
    padding-right: 0;
    max-width: none;
  }
  .leader-slide .flex-control-paging {
    float: right;
    width: calc(100% - 10px);
  }
  .leader-slide .custom-navigation a {
    top: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .leader-slide .img-holder {
    width: 50%;
  }
  .leader-slide .cnt-section {
    margin-top: 10%;
    width: 50%;
  }
  .leader-slide .flex-control-paging {
    padding-top: 10%;
    width: 50%;
  }
}

/** heromember **/
.hero-member {
  background-position: center bottom;
  color: #fff;
}

.hero-member .content-wrapper {
  height: 634px;
}

.hero-member .content-wrapper .content-inner {
  padding-top: 25.7%;
}

.hero-member .title {
  font-size: 2.333rem;
  letter-spacing: 2px;
  margin-bottom: 29px;
}

.hero-member .txt-wrapper {
  padding-top: 87px;
}

.hero-member .txt-wrapper p {
  line-height: 1.5em;
}

/** member info **/
.member-info {
  margin-top: -55px;
  margin-bottom: 79px;
}

.member-info .member {
  margin: 0 auto 64px;
  max-width: 81px;
  width: 100%;
}

.member-info .member img {
  width: 100%;
}

.member-info .title {
  float: left;
  width: 100%;
  margin-bottom: 26px;
  padding-bottom: 18px;
  position: relative;
}

.member-info .title h3 {
  line-height: 1.4em;
}

.member-info .title+.desc {
  position: relative;
  float: left;
  width: 100%;
}

.member-info .title+.desc::after {
  content: '';
  background-color: #efbf19;
  position: absolute;
  left: -10px;
  top: -27px;
  height: 1px;
  width: 56px;
  z-index: 1;
}

.member-info .col .note {
  float: left;
  width: 100%;
  margin-top: -41px;
  color: #f2ca40;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  z-index: 1;
}

.member-info .info p {
  margin-bottom: 8px;
}

.member-info .col:nth-child(odd) {
  text-align: right;
  padding-right: 39px;
}

.member-info .col:nth-child(odd) .title::after {
  display: none;
}

.member-info .col:nth-child(even) {
  padding-left: 40px;
}

/** member-contact */
.member-contact {
  background-color: #181818;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center bottom;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.333rem;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 0.5px;
}
.member-contact p {
  margin-bottom: 0;
}

.member-contact .dis-table {
  display: table;
  height: 542px;
  width: 100%;
}

.member-contact .dis-table .dis-cell {
  display: table-cell;
  vertical-align: top;
  padding-top: 192px;
}

.member-unable {
  background-color: #efbf19;
  padding: 87px 0 107px;
}

.member-unable h2 {
  letter-spacing: 3px;
  margin-bottom: 43px;
}

.member-unable .txt-wrapper {
  padding-top: 90px;
}

.member-unable .txt-wrapper::before {
  background-color: #fff;
}

.member-unable .txt-wrapper p {
  margin-bottom: 43px;
}

.member-unable em {
  font-size: 1.111rem;
  font-style: italic;
}

.member-unable em a {
  color: #fff;
}

.member-unable em a:hover, .member-unable em a:focus {
  color: #333;
}

/** Responsive breakpoints **/
@media (max-width: 767px) {
  .hero-member {
    background-size: cover;
  }
  .hero-member br {
    display: none;
  }
  .hero-member .content-wrapper {
    height: 636px;
  }
  .hero-member .content-wrapper .content-inner {
    padding-top: 221px;
  }
  .hero-member .title {
    font-size: 1.375rem;
    margin-bottom: 34px;
  }
  .hero-member .txt-wrapper {
    padding-top: 85px;
  }
  .hero-member .txt-wrapper p {
    line-height: 2.1em;
  }
  .member-info {
    margin-top: -60px;
  }
  .member-info .member {
    margin-bottom: 54px;
  }
  .member-info p {
    line-height: 2em;
  }
  .member-info .title::after {
    left: 0;
  }
  .member-info .title h3 {
    line-height: 1.3em;
  }
  .member-info .title .note {
    right: auto;
    left: 0;
  }
  .member-info .info-able {
    padding-right: 0;
    text-align: left;
    margin-bottom: 75px;
  }
  .member-info .info-able .title {
    padding-bottom: 27px;
  }
  .member-info .info-unable {
    padding-left: 0;
  }
  .member-info .info-unable p {
    line-height: 1.7em;
  }
  .member-info .info-unable .title {
    padding-bottom: 16px;
    margin-bottom: 14px;
  }
  .member-info .info-unable h3 {
    margin-bottom: 0;
  }
  .member-unable {
    padding-top: 56px;
    padding-bottom: 73px;
  }
  .member-unable br {
    display: none;
  }
  .member-unable .intro {
    padding-top: 0;
  }
  .member-unable h2 {
    margin-bottom: 27px;
  }
  .member-unable .txt-wrapper {
    padding-top: 81px;
  }
  .member-unable .txt-wrapper p {
    line-height: 1.5em;
    margin-bottom: 19px;
  }
  .member-unable em {
    display: block;
    font-size: 1rem;
    line-height: 1em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .member-info .title::after {
    left: 0;
  }
  .member-info .title .note {
    right: auto;
    left: 0;
  }
  .member-info .info-able {
    padding-right: 0;
    text-align: left;
    margin-bottom: 90px;
  }
  .member-info .info-unable {
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .member-info p br {
    display: none;
  }
}

.blog-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 420px;
}

.blog-single {
  margin-bottom: 80px;
}

.blog-single .cnt-top {
  padding: 62px 0 0;
}

.blog-single .title {
  font-size: 1.778rem;
  line-height: 1.281em;
  margin-bottom: 27px;
  padding-bottom: 24px;
  position: relative;
}

.blog-single .title::after {
  background-color: #efbf19;
  content: '';
  height: 2px;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.blog-single .sub-title {
  font-family: "Lora", sans-serif;
  font-size: 1.222rem;
  letter-spacing: 0;
  margin-bottom: 0;
  text-transform: none;
}

.blog-single .info {
  display: table;
  margin-bottom: 43px;
  width: 100%;
}

.blog-single .info .item {
  display: table-cell;
  vertical-align: middle;
}

.blog-single .info .item:last-child {
  text-align: right;
}

.blog-single .info .date {
  color: #cacaca;
  font-size: 0.889rem;
  font-style: italic;
}

.blog-single .back-link-mob {
  display: none;
}

.blog-single .blog-cnt {
  padding-bottom: 53px;
  position: relative;
}

.blog-single .blog-cnt::after {
  background-color: #efbf19;
  content: '';
  height: 1px;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.blog-single .blog-cnt p {
  color: #000;
  line-height: 1.778em;
  margin-bottom: 40px;
}

/** Responsive breakpoints **/
@media (max-width: 767px) {
  .blog-banner {
    height: 260px;
  }
  .blog-single {
    margin-bottom: 51px;
  }
  .blog-single .cnt-top {
    margin-bottom: 14px;
    padding: 33px 0 21px;
  }
  .blog-single .cnt-top .title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 24px;
    padding-bottom: 26px;
  }
  .blog-single .cnt-top .sub-title {
    font-size: 1.125rem;
    line-height: 1.7em;
  }
  .blog-single .info {
    margin-bottom: 38px;
  }
  .blog-single .info .date {
    font-size: 1rem;
  }
  .blog-single .info .back-link {
    display: none;
  }
  .blog-single .blog-cnt {
    padding-bottom: 15px;
  }
  .blog-single .blog-cnt::after {
    display: none;
  }
  .blog-single .back-link-mob {
    display: inline-block;
  }
}

.navigation.pagination {
  display: table;
  margin: -20px auto 50px;
}

.navigation.pagination .screen-reader-text {
  display: none;
}

.navigation.pagination a,
.navigation.pagination .current {
  border: 1px solid transparent;
  text-decoration: none;
  color: #efbf19;
  background-color: transparent;
  color: #efbf19;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.571em;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 2px;
  cursor: pointer;
  padding: 0.5rem 14px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 3px;
}

.navigation.pagination .current {
  color: #181818;
}

.navigation.pagination a:hover {
  border-color: #efbf19;
}

/** section blog **/
.section-blog .cnt-top {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 49px;
  padding: 21px 0 35px;
}

.section-blog .cnt-top .title {
  border-bottom: 2px solid #efbf19;
  display: inline-block;
  font-size: 2.278rem;
  font-weight: 400;
  line-height: 1.415em;
  letter-spacing: 1px;
  margin-bottom: 9px;
  text-transform: capitalize;
}

.section-blog .cnt-top strong {
  font-weight: 700;
  text-transform: uppercase;
}

.section-blog .cnt-top .title p {
  margin-bottom: 0;
}

.section-blog .cnt-top .subtitle {
  color: #ababab;
  font-size: 0.889rem;
  font-family: "Lora", sans-serif;
  line-height: 1.313em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-items {
  margin-bottom: 100px;
}

.blog-items .item {
  float: left;
  margin-bottom: 93px;
  width: 33.33%;
}

.blog-items .item .content-inner {
  margin: 0 auto;
  max-width: 300px;
  padding: 0;
  width: 100%;
}

.blog-items .item .img-holder {
  margin-bottom: 24px;
}

.blog-items .item:nth-child(3n + 1) .content-inner {
  float: left;
}

.blog-items .item:nth-child(3n) .content-inner {
  float: right;
}

.blog-items .img-holder img {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.blog-items .title h6 {
  margin-bottom: 7px;
}

.blog-items .title .date {
  font-size: 0.889rem;
  font-style: italic;
}

/** Responsive breakpoints **/
@media (max-width: 767px) {
  .section-blog .cnt-top {
    padding-top: 33px;
  }
  .section-blog .cnt-top .title {
    font-size: 1.875rem;
    letter-spacing: 0;
    padding-bottom: 4px;
  }
  .section-blog .cnt-top .subtitle {
    font-size: 1rem;
  }
  .blog-items {
    margin-bottom: 19px;
  }
  .blog-items .item {
    margin-bottom: 65px;
    width: 100%;
  }
  .blog-items .item .content-inner {
    float: none !important;
  }
  .blog-items .item .title {
    padding-bottom: 20px;
  }
  .blog-items .title h6 {
    font-size: 1.125rem;
  }
  .blog-items .title .date {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-items {
    margin-bottom: 100px;
  }
  .blog-items .item {
    width: 50%;
  }
  .blog-items .item .content-inner {
    float: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-items {
    margin-bottom: 100px;
  }
  .blog-items .item {
    width: 50%;
  }
  .blog-items .item .content-inner {
    float: none !important;
  }
}

/** hero section **/
.hero-books {
  background-position: center bottom;
}

.hero-books .content-wrapper {
  height: 519px;
}

.hero-books .content-wrapper .content-inner {
  padding-top: 25%;
}

.hero-books .img-holder {
  margin-bottom: 25px;
}

.hero-books .title {
  font-size: 2.278rem;
  margin-bottom: 30px;
}

.hero-books .txt-wrapper {
  padding-top: 87px;
}

.hero-books .txt-wrapper p {
  line-height: 1.5em;
}

/** Books section **/
.book-section {
  margin-bottom: 40px;
}

.book-section .cnt-top {
  margin-bottom: 70px;
}

.book-list .item {
  float: left;
  margin-bottom: 90px;
  width: 33.3333%;
}

.book-list .item .title {
  display: table;
  letter-spacing: 1px;
  padding-bottom: 13px;
  position: relative;
  width: 100%;
}

.book-list .item .title p {
  margin-bottom: 0;
}

.book-list .item .title-wrapper {
  display: table-cell;
  vertical-align: bottom;
}

.book-list .img-holder {
  height: 237px;
}

.book-list .img-holder img {
  height: 100%;
}

.book-list .content-inner {
  margin: 0 auto;
  max-width: 300px;
  padding: 0 10px;
  width: 100%;
}

/** Responsive breakpoints **/
@media (max-width: 767px) {
  .hero-books br {
    display: none;
  }
  .hero-books .content-wrapper {
    height: 497px;
  }
  .hero-books .content-wrapper .content-inner {
    padding-top: 195px;
  }
  .hero-books .img-holder {
    margin-bottom: 17px;
  }
  .hero-books .title {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
  .hero-books .txt-wrapper {
    padding-top: 81px;
  }
  .hero-books .txt-wrapper p {
    line-height: 1.8em;
  }
  .book-section {
    margin-bottom: 0;
  }
  .book-section .yellow-title.small {
    padding-bottom: 26px;
  }
  .book-section .cnt-top {
    margin-bottom: 60px;
  }
  .book-list .item {
    margin-bottom: 81px;
    width: 100%;
  }
  .book-list .item .title {
    font-size: 1.125rem;
  }
}

/** hero-section **/
.hero-contact {
  background-position: center bottom;
}

.hero-contact .content-wrapper {
  height: 640px;
}

.hero-contact .content-wrapper .content-inner {
  padding-top: 21%;
}

.hero-contact .img-holder {
  margin-bottom: 25px;
}

.hero-contact .img-holder img {
  width: 45px;
}

.hero-contact .title {
  font-size: 2.333rem;
  letter-spacing: 2px;
  margin-bottom: 28px;
}

.hero-contact .txt-wrapper {
  padding-top: 85px;
  line-height: 27px;
}

.hero-contact .txt-wrapper strong {
  font-family: "Lato", sans-serif;
  font-size: 1.111rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  margin-top: 30px;
  text-transform: uppercase;
}

/** section contact **/
.section-contact {
  margin-top: -129px;
}

.section-contact .box {
  color: #fff;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 855px;
  padding-top: 65px;
  position: relative;
  width: 100%;
}

.section-contact .box::after {
  background-color: #efbf19;
  content: '';
  left: 50%;
  top: 0;
  height: calc(100% - 44px);
  margin-left: -1px;
  position: absolute;
  width: 1px;
  z-index: 1;
}

.section-contact .box .dis-table {
  background-color: #181818;
  display: table;
  height: 187px;
  position: relative;
  width: 100%;
}

.section-contact .box .dis-table.single {
  z-index: 10;
}

.section-contact .box .dis-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
  width: 50%;
}

.section-contact .box .dis-cell p {
  margin-bottom: 0;
}

.section-contact .box a:hover, .section-contact .box a:focus {
  color: #989898;
}

.section-contact .ok {
  margin-top: 85px;
}

.section-contact .ok img {
  width: 45px;
}

/** section signup **/
.signup-contact {
  margin: 52px 0 80px;
}

.signup-contact .signup-form .response {
  text-shadow: none;
}

@media (max-width: 767px) {
  .hero-contact .content-wrapper .content-inner {
    padding-top: 153px;
  }
  .hero-contact .img-holder {
    margin-bottom: 27px;
  }
  .hero-contact .txt-wrapper {
    padding-top: 84px;
  }
  .hero-contact .title {
    font-size: 1.25rem;
  }
  .hero-contact .address {
    line-height: 1.5em;
    margin-top: 18px;
  }
  .section-contact {
    margin-top: -154px;
  }
  .section-contact br {
    display: none;
  }
  .section-contact .wrapper {
    padding: 0;
  }
  .section-contact .box {
    display: block;
    font-size: 1.125rem;
    padding: 0;
    position: relative;
  }
  .section-contact .box::after {
    display: none;
  }
  .section-contact .box .dis-table {
    display: block;
    height: auto;
    z-index: 10;
  }
  .section-contact .box .dis-cell {
    display: block;
    width: 100%;
    padding: 35px 10px;
  }
  .section-contact .box .dis-cell:nth-child(2) {
    padding-bottom: 62px;
  }
  .signup-contact {
    margin-top: 68px;
    margin-bottom: 89px;
  }
  .signup-contact .signup-wrapper h3 {
    margin-bottom: 12px;
  }
  .signup-contact .signup-wrapper p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .signup-contact .signup-form {
    height: 45px;
  }
  .signup-contact .signup-form .form-group {
    width: 66%;
  }
  .signup-contact .signup-form .form-control {
    height: 45px;
  }
  .signup-contact .signup-form .btn-signup {
    height: 45px;
    width: 34%;
  }
  .signup-contact .signup-form .btn-signip::after {
    left: -3px;
    height: 5px;
    width: 5px;
    margin-top: -3px;
  }
}

/** hero section **/
.hero-event {
  padding-bottom: 55px;
}

.hero-event .lighthouse img {
  width: 66px;
}

.hero-event .content-wrapper {
  height: auto;
}

.hero-event .content-wrapper .content-inner {
  padding-top: 20%;
}

.hero-event .txt-wrapper {
  padding-top: 72px;
}

/** Upcoming events section **/
.upcoming-events {
  font-size: 0.889rem;
  line-height: 1.75em;
  margin-bottom: 84px;
}

.upcoming-events .cnt-top {
  margin-bottom: 75px;
}

.upcoming-events .cnt-top p {
  font-family: "Lato", sans-serif;
  line-height: 1.3em;
  letter-spacing: 1px;
}

.event-items .item {
  float: left;
  margin-top: 70px;
  max-width: 340px;
  width: 50%;
}

.event-items .item:first-child, .event-items .item:nth-child(2) {
  margin-top: 0;
}

.event-items .item:nth-child(even) {
  float: right;
}

.event-items .item .title {
  padding-bottom: 18px;
}

/** Testimonial section **/
.testimonial-section {
  margin-top: 84px;
  margin-bottom: 40px;
}

.testimonial-section .testimonial-icon {
  margin-bottom: 58px;
}

.testimonial-section .testimonial-icon img {
  width: 44px;
}

.testimonial-section .cnt-top {
  margin-bottom: 54px;
}

.testimonial-item .item {
  float: left;
  margin-bottom: 57px;
  width: 33.3333%;
}

.testimonial-item .item .content-inner {
  margin: 0 auto;
  max-width: 340px;
  padding: 0 10px;
  width: 100%;
}

.testimonial-item .item:nth-child(3n + 1) .content-inner {
  float: left;
}

.testimonial-item .item:nth-child(3n) .content-inner {
  float: right;
}

.testimonial-item p {
  color: #000;
  font-size: 0.889rem;
  font-style: italic;
  line-height: 1.375em;
  margin-bottom: 10px;
}

.testimonial-item .name {
  color: #d1d1d1;
  font-size: 14px;
  line-height: 1.571em;
  text-transform: uppercase;
}

/** Event signup **/
.event-signup {
  margin: 40px 0 100px;
}

.event-signup .signup-wrapper h2 {
  margin-bottom: 16px;
}

.event-signup .signup-wrapper p {
  font-style: normal;
}

/** Responsive breakpoints **/
@media (max-width: 767px) {
  .hero-event {
    padding-bottom: 52px;
  }
  .hero-event .content-wrapper .content-inner {
    padding-top: 139px;
  }
  .hero-event .img-holder {
    margin-bottom: 30px;
  }
  .hero-event h2 {
    margin-bottom: 26px;
  }
  .hero-event .txt-wrapper {
    padding-top: 76px;
  }
  .upcoming-events {
    font-size: 1rem;
    margin-bottom: 81px;
  }
  .upcoming-events br {
    display: none;
  }
  .upcoming-events .cnt-top {
    margin-bottom: 48px;
  }
  .upcoming-events .cnt-top p {
    line-height: 1.6em;
  }
  .event-items .item {
    float: none;
    margin: 0 auto 70px;
    max-width: 340px;
    width: 100%;
  }
  .event-items .item:nth-child(even) {
    float: none;
  }
  .event-items .item:last-child {
    margin-bottom: 0;
  }
  .testimonial-section {
    margin-top: 81px;
  }
  .testimonial-section .cnt-top {
    margin-bottom: 26px;
  }
  .testimonial-section .yellow-title.small {
    padding-bottom: 29px;
  }
  .testimonial-item .item {
    float: none;
    margin-bottom: 35px;
    width: 100%;
  }
  .testimonial-item .item .content-inner {
    float: none !important;
    margin: 0 auto;
  }
  .testimonial-item p {
    font-size: 1rem;
  }
  .event-signup {
    margin-top: 73px;
    margin-bottom: 70px;
  }
  .event-signup h3 {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 18px;
  }
  .event-signup h3::after {
    background-color: #efbf19;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
    width: 77px;
    z-index: 1;
  }
  .event-signup .signup-wrapper p {
    font-size: 1rem;
  }
}

/** hero section **/
.hero-faq {
  background-position: center bottom;
}

.hero-faq .content-wrapper {
  height: 670px;
}

.hero-faq .content-wrapper .content-inner {
  padding-top: 19%;
}

.hero-faq .img-holder {
  margin-bottom: 26px;
}

.hero-faq .img-holder img {
  width: 45px;
}

.hero-faq .title {
  font-size: 2.333rem;
  letter-spacing: 2px;
}

.faq-questions {
  margin: -353px 0 110px;
}

.faq-questions li {
  list-style: none;
  margin-bottom: 16px;
}

.faq-questions a {
  color: #000;
  font-style: italic;
}

.faq-questions a:hover, .faq-questions a:focus {
  color: #e8b60c;
  border-color: #f2ca40;
}

.faq-cnt {
  margin-bottom: 20px;
}

.faq-cnt .title {
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 29px;
}

.faq-cnt .faq-answer {
  padding-top: 84px;
  padding-bottom: 95px;
  position: relative;
  overflow: hidden;
}

.faq-cnt .faq-answer .summary {
  margin-bottom: 93px;
}

.faq-cnt .faq-answer .more-link {
  position: absolute;
  bottom: 115px;
  left: 50%;
  margin-left: -71px;
}

.faq-cnt .faq-answer .less-link {
  display: inline-block;
  margin-top: 50px;
}

.faq-cnt .faq-answer p {
  margin-bottom: 18px;
}

.faq-cnt .item:first-child .title {
  margin-bottom: 39px;
}

.faq-cnt .item:first-child .faq-answer {
  padding-bottom: 115px;
}

/** Responsive breakpoints **/
@media (max-width: 767px) {
  .hero-faq .content-wrapper .content-inner {
    padding-top: 147px;
  }
  .hero-faq .title {
    font-size: 1.25rem;
  }
  .hero-faq .img-holder {
    margin-bottom: 49px;
  }
  .faq-questions {
    margin-top: -398px;
    margin-bottom: 83px;
  }
  .faq-questions li {
    margin-bottom: 20px;
  }
  .faq-cnt .title {
    margin-bottom: 28px;
  }
}

/* ==========================================================================
   #FOOTER
   ========================================================================== */
.c-footer {
  color: #fff;
  font-family: "Lora", sans-serif;
  font-size: 14px;
  line-height: 1.571em;
  font-style: italic;
}

.c-footer .content-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 19px 0;
}

.c-footer p {
  margin-bottom: 0;
}

.alternate .c-footer {
  color: #c8c8c8;
}

.alternate .c-footer .content-inner {
  border-color: #eaeaea;
}

.alternate-footer .c-footer {
  color: #c8c8c8;
}

.alternate-footer .c-footer .content-inner {
  border-color: #eaeaea;
}

.page-member .c-footer {
  background-color: #efbf19;
  color: #fff;
}

.page-member .c-footer .o-wrapper {
  border-color: #fff;
}

/** founder intro **/
.founder-intro {
  padding-top: 0;
  margin-bottom: 53px;
}

.founder-intro .title {
  font-size: 2.333rem;
}

.founder-intro .txt-wrapper {
  padding-top: 82px;
}

/** Founded section **/
.founded-items {
  margin-top: 0;
  font-size: 1rem;
}

.founded-items .img-holder {
  width: 38%;
}

.founded-items .table-cell::before {
  display: none;
}

.founded-items .txt-wrapper {
  padding-top: 36px;
}

.founded-items .txt-wrapper p {
  line-height: 1.9em;
}

.section-founded:nth-child(even) .img-holder {
  float: left;
  text-align: left;
}

.section-founded:nth-child(odd) .img-holder {
  float: right;
  width: 40%;
}

.section-founded .item:nth-child(odd) {
  text-align: left;
}

.section-founded:nth-child(odd) .txt-wrapper {
  padding-left: 0;
  padding-top: 14px;
  position: relative;
  right: -20px;
}

/** Section books **/
.section-books {
  margin: 30px 0 25px;
}

.section-books .img-holder {
  width: 40%;
}

.section-books .txt-wrapper {
  padding-left: 0;
  padding-top: 14px;
  position: relative;
  right: -20px;
}

/** section year **/
.section-year {
  background-size: auto 100%;
  padding-top: 77px;
  min-height: 1042px;
}

.section-year .title {
  font-size: 2.778rem;
  margin-bottom: 17px;
}

.section-year .txt-wrapper {
  margin-bottom: 60px;
}

.section-year .img-holder {
  margin-top: 67px;
  padding-top: 64px;
}

.section-year .img-holder img {
  width: 56px;
}

/** Books collection section **/
.books-collection {
  margin: 124px 0 140px;
}

.book-item {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 41px;
  padding: 0 0 61px;
  width: 100%;
}

.book-item li {
  list-style: none;
  padding-left: 36px;
  float: left;
  text-align: center;
}

.book-item li:first-child {
  padding-left: 0;
  text-align: left;
}

.book-item li:last-child {
  text-align: right;
}

.book-item li a {
  border: none;
  display: block;
}

.book-item img {
  -webkit-box-shadow: 4px 4px 25px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 25px 2px rgba(0, 0, 0, 0.25);
  max-width: 153px;
}

.book-item li:nth-child(even) img {
  position: relative;
  top: -19px;
}

/** Responsive breakpoints **/
@media (max-width: 767px) {
  .founder-intro .title {
    font-size: 1.25rem;
    margin-bottom: 27px;
  }
  .founded-items .img-holder {
    width: 81%;
  }
  .section-books {
    font-size: 18px;
    margin-top: 92px;
  }
  .section-books .img-holder {
    width: 100%;
  }
  .section-books .content-wrapper {
    margin-top: 0;
  }
  .section-books .txt-wrapper {
    padding-top: 30px;
    right: 0;
  }
  .section-year {
    padding-top: 71px;
  }
  .section-year .title {
    font-size: 3.125rem;
  }
  .section-year .txt-wrapper {
    padding-top: 79px;
  }
  .section-year .txt-wrapper p {
    line-height: 1.8em;
    margin-bottom: 12px;
  }
  .section-year .img-holder {
    margin-top: 40px;
    padding-top: 0;
  }
  /** Books list section **/
  .books-collection {
    margin-top: 55px;
    margin-bottom: 100px;
  }
  .book-item {
    margin-bottom: 14px;
    padding-bottom: 16px;
  }
  .book-item li {
    width: 50%;
    margin-bottom: 32px;
    padding: 0;
  }
  .book-item li:nth-child(odd) {
    text-align: center;
  }
  .book-item li:nth-child(even) {
    text-align: center;
  }
  .book-item img {
    max-width: 140px;
  }
}

@media (max-width: 420px) {
  .book-item li:nth-child(odd) {
    text-align: left;
  }
  .book-item li:nth-child(even) {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .founded-items .img-holder {
    width: 100%;
  }
  .section-books .content-wrapper {
    margin-top: 0;
  }
  .section-books .txt-wrapper {
    right: 0;
  }
  .book-item li {
    width: 33.33%;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .book-item {
    padding-bottom: 40px;
  }
  .book-item li {
    width: 33.33%;
    margin-bottom: 60px;
    padding: 0;
    text-align: center !important;
  }
}

/* ==========================================================================
   #HEADER
   ========================================================================== */
.c-header {
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.page-blog .c-header {
  height: 100px;
}

.c-header .o-wrapper {
  padding: 27px 59px 27px 42px;
}

.c-header .logo {
  float: left;
  font-size: 0;
  line-height: 0;
}

.c-header .logo a {
  float: left;
  width: 100%;
  height: 100%;
}

.c-header .main-navigation {
  float: right;
  max-width: 975px;
}

.c-header a {
  color: inherit;
}

.logo {
  border-bottom: none;
  display: table;
  text-decoration: none;
}

.logo img {
  float: left;
}

.logo span {
  display: table-cell;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  line-height: 1em;
  text-transform: uppercase;
  vertical-align: middle;
  width: 109px;
}

.logo:hover, .logo:focus {
  text-decoration: none;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.main-navigation li {
  float: left;
  list-style: none;
  margin-bottom: 0;
  margin-left: 31px;
}

.main-navigation a {
  border-bottom: none;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 46px;
  text-decoration: none;
  text-transform: uppercase;
}

.page-founder .main-navigation a {
  color: #fff;
}

.page-founder .menu-trigger, 
.page-founder .mobile-menu .close-trigger,
.page-founder .close-trigger {
  border-color: #fff !important;
  color: #fff;
}

.main-navigation .magic-line {
  margin-left: 0;
}

.magic-line {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #efbf19;
  margin-left: 0;
}

.menu-trigger, .mobile-menu .close-trigger {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  display: none;
  float: right;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 21px;
  margin-top: 11px;
  text-transform: uppercase;
}

.mobile-menu {
  background-color: rgba(0, 0, 0, 0.95);
  display: none;
  padding: 0 59px 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.mobile-menu .close-trigger {
  color: #fff;
  margin: 38px 0 24px;
}

.mobile-menu .main-navigation {
  clear: both;
  color: #fff;
  display: block;
}

.mobile-menu .main-navigation li {
  float: none;
  display: block;
  margin-left: 0;
  margin-bottom: 11px;
  text-align: right;
}

.mobile-menu .main-navigation a {
  font-size: 18px;
  display: inline-block;
  line-height: 2.278em;
}

.mobile-menu .main-navigation .magic-line {
  display: none !important;
}

.mobile-menu .current_page_item a {
  border-bottom: 1px solid #efbf19;
}

.alternate .c-header {
  color: #181818;
}

.alternate .menu-trigger, .alternate .mobile-menu .close-trigger, .mobile-menu .alternate .close-trigger {
  border-color: #181818;
}

.alternate .mobile-menu .close-trigger {
  border-color: #fff;
}

.no-hero .c-header {
  position: static;
}

/** Responsive breakpoints **/
@media (max-width: 767px) {
  .c-header .o-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
  .mobile-menu {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 1199px) {
  .menu-trigger, .mobile-menu .close-trigger {
    display: block;
  }
  .main-navigation {
    display: none;
  }
}

/** Section scroll down **/
.scroll-down span {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 1em;
  margin-bottom: 4px;
}

.scroll-down .fa {
  color: #efbf19;
  font-size: 30px;
  line-height: 1em;
}

/** Section story **/
.section-story .top-section {
  padding-top: 62px;
  position: relative;
  z-index: 2;
}

.section-story .story-icon {
  margin-bottom: 24px;
}

.section-story .story-icon img {
  width: 42px;
}

.section-story .title {
  font-size: 1.556rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-story .item:nth-child(2) .txt-wrapper {
  left: -20px;
}

.home-story .item:nth-child(3) .table-cell {
  top: 4px;
}

.home-story .item:nth-child(4) .table-cell {
  top: -174px;
}

.home-story .item:nth-child(4) .txt-wrapper {
  margin-right: 6.5%;
}

/** Bg bottom div for bg image **/
.bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

/** Responsive styling **/
@media (max-width: 768px) {
  /** Scroll Down **/
  .scroll-down {
    display: none;
  }
  /** section story **/
  .section-story {
    padding-bottom: 76px;
  }
  .section-story .top-section {
    padding-top: 52px;
    margin-bottom: 20px;
  }
  .section-story .top-section .story-icon {
    margin-bottom: 18px;
  }
  .section-story .top-section br {
    display: none;
  }
  .home-story .item:nth-child(4) .txt-wrapper {
    margin-right: 0;
  }
  .bg-bottom {
    background-size: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /** section story **/
  .section-story {
    padding-bottom: 75px;
  }
  .home-story .item:nth-child(4) .txt-wrapper {
    margin-right: 0;
  }
}

/* ==========================================================================
   #STYLEGUIDE
   ========================================================================== */
.c-style-guide__intro {
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  border-right-width: 2px;
  margin: 2em 0 1em 0;
  padding: 2em;
}

.c-style-guide__title {
  color: #666;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0 0 0.25em 0;
  text-transform: uppercase;
}

.c-style-guide__desc {
  color: #666;
  margin: 0;
}

.c-style-guide__section {
  padding: 1rem 0;
}

.c-style-guide__section:after {
  content: '' !important;
  display: block !important;
  clear: both !important;
}

.c-style-guide__section-title {
  border-bottom: 1px solid #ccc;
  clear: both;
  color: #666;
  font-size: 1.25rem;
  font-weight: normal;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  width: 50%;
}

.c-style-guide__section-subtitle {
  border-left: 6px solid #ccc;
  clear: both;
  color: #999;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 2em 0;
  padding-left: 1em;
  text-transform: uppercase;
}

/* ==========================================================================
   #ALIGN
   ========================================================================== */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

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

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

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

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: '' !important;
  display: block !important;
  clear: both !important;
}

/* ==========================================================================
   #COLOR
   ========================================================================== */
.u-fill {
  background: #e5e5e5;
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

.u-hidden\@small {
  display: none;
}

@media (min-width: 768px) {
  .u-hidden\@small {
    display: block;
  }
}

/* ==========================================================================
   #SPACING
   @todo generate more generic classes and sizes
   ========================================================================== */
.u-margin {
  margin: 1em;
}

.u-margin-top {
  margin-top: 1em;
}

.u-margin-right {
  margin-right: 1em;
}

.u-margin-bottom {
  margin-bottom: 1em;
}

.u-margin-left {
  margin-left: 1em;
}

.u-padding {
  padding: 1em;
}

.u-padding-top {
  padding-top: 1em;
}

.u-padding-right {
  padding-right: 1em;
}

.u-padding-bottom {
  padding-bottom: 1em;
}

.u-padding-left {
  padding-left: 1em;
}

/* WordPress Default Styling
========================================================================== */

.alignnone {
  margin: 0.625rem 0.9375rem 0.9375rem 0;
}

.aligncenter {
  display: block;
  margin: 0.625rem auto;
}

.alignright {
  float: right;
  margin: 0.625rem 0 0.9375rem 0.9375rem;
}

.alignleft {
  float: left;
  margin: 0.625rem 0.9375rem 0.9375rem 0;
}

a .alignright {
  float: right;
  margin: 0.625rem 0 0.9375rem 0.9375rem;
}

a .alignleft {
  float: left;
  margin: 0.625rem 0.9375rem 0.9375rem 0;
}

a .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 0.625rem 3px 0 3px;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.wp-caption.aligncenter {
  margin: 0.625rem auto 0.9375rem auto;
}

.wp-caption.alignnone {
  margin: 0.625rem auto 0.9375rem auto;
}

.wp-caption.alignleft {
  margin: 0.625rem 0.9375rem 0.9375rem 0;
}

.wp-caption.alignright {
  margin: 0.625rem 0 0.9375rem 0.9375rem;
}

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: -22px 0 8px;
  padding: 0 4px 0.625rem;
  font-size: 11px;
  line-height: 17px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Posts and Pages */
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* Comments */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Galleries */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Blog page
------------------------------------------------------------------------------*/

.entry-header {
  display: table;
  float: left;
  width: 100%;
  min-height: 21.75rem;
  text-align: center;
  background: #efefef;
}

.entry-header h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.5625rem;
  line-height: 0.9756097561em;
}

.entry-header h2 a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #212121;
}

.entry-header h2 a:hover {
  color: #efbf19;
}

.blog .content {
  padding-bottom: 80px;
}

.blog .entry-header {
  margin-top: 5rem;
}

.blog .entry-content {
  padding-bottom: 10px;
}

.blog .post-navigation {
  margin-bottom: 2.5rem;
}

.entry-meta {
  float: left;
  width: 100%;
  margin: 40px 0 10px;
}

.blog .entry-meta {
  margin-bottom: 0;
}

.entry-content {
  float: left;
  width: 100%;
  padding-bottom: 2.375rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  /* Developer: insert font family */
  text-transform: uppercase;
  color: #3c3c3c;
}

.entry-content h2 {
  font-size: 36px;
  margin: 1.8125rem 0;
}

.entry-content h3 {
  margin: 1.8125rem 0 0.875rem;
}

.entry-content h4 {
  margin: 1.8125rem 0 0.875rem;
}

.entry-content h5 {
  margin: 1.8125rem 0 0.375rem;
}

.entry-content h6 {
  margin: 1.8125rem 0 26px;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content pre,
.entry-content table,
.entry-content blockquote {
  margin-bottom: 1.3125rem;
}

.entry-content blockquote {
  margin: 50px 0 53px;
  padding: 0 0 0 47px;
}

.entry-content ul,  .entry-content ol {
  margin-left: 18px;
}

.entry-content ul li {
  list-style-type: disc;
}

.entry-content ol li {
  list-style-type: decimal;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,  .entry-content ol ul {
  margin: 0;
}

.entry-content hr {
  border: 1px solid;
  margin: -1px 0;
}

.entry-content small,
.entry-content code {
  line-height: 1;
}

.entry-content sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.entry-content sub {
  bottom: -0.25em;
}

.entry-content table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.entry-content table {
  border: 1px solid #efbf19;
  background: #fff;
}

.entry-content table td,
.entry-content table th {
  padding: 0.75rem 12px;
}

.entry-content table thead th {
  font-size: 0.9375rem;
  background-color: #e8b60c;
  color: #fff;
}

.entry-content table thead th:first-child {
  border: none;
}

.entry-content table tbody td {
  border-left: 1px solid rgba(255, 223, 114, 0.2);
  font-size: 0.9375rem;
  color: #0f2b38;
}

.entry-content table tbody .alt td {
  background: rgba(255, 223, 114, 0.2);
  color: #00557f;
}

.entry-content table tbody td:first-child {
  border-left: none;
}

.entry-content table tbody tr:last-child td {
  border-bottom: none;
}

.entry-content table tfoot td div {
  border-top: 1px solid #efbf19;
  background: rgba(255, 223, 114, 0.2);
}

.entry-content table tfoot td {
  padding: 0;
  font-size: 0.8125rem;
}

.entry-content table tfoot td div {
  padding: 2px;
}

.entry-content table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.entry-content table tfoot li {
  display: inline;
}

.entry-content table tfoot li a {
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  border: 1px solid #006699;
  text-decoration: none;
  background: #006699;
  color: #fff;
}

.entry-footer {
  float: left;
  width: 100%;
  margin: 0 0 2.5rem;
}

.entry-footer .cat-links {
  float: left;
  width: 100%;
}

.entry-footer .tag-links {
  float: left;
  width: 100%;
}

.post-navigation {
  float: left;
  width: 100%;
  max-width: none !important;
  margin: 0.625rem 0 5rem;
}

.post-navigation a {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #981b27;
}

.post-navigation a:before {
  top: -0.125rem;
  content: '‹';
  background: none;
}

.post-navigation .nav-previous a {
  padding-left: 14px;
}

.post-navigation .nav-next a {
  padding-right: 14px;
}

.post-navigation .nav-next a:before {
  right: 0;
  left: auto;
  content: '›';
}

.nav-links {
  float: left;
  width: 100%;
}

.nav-links .nav-previous {
  float: left;
  max-width: 300px;
}

.nav-links .nav-previous a {
  position: relative;
  float: left;
  padding-left: 10px !important;
  text-align: left;
}

.nav-links .nav-previous a:before {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
}

.nav-links .nav-next {
  float: right;
  max-width: 300px;
}

.nav-links .nav-next a {
  position: relative;
  float: right;
  padding-right: 10px !important;
  line-height: 25px !important;
  text-align: right;
}

.nav-links .nav-next a:before {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 20px;
}

/* Comments */
.comments-area {
  float: left;
  width: 100%;
  margin-top: 36px;
  background: #fff;
}

.comments-area .col-xs-16 {
  padding: 0;
}

.comments-area .comments-title {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  margin-top: 26px;
  font-size: 20px;
  line-height: 1.3448275862em;
  color: #373737;
}

@media screen and (min-width: 768px) {
  .comments-area .comments-title {
    font-size: 22px;
  }
}

.comments-area .comment-list {
  float: left;
  width: 100%;
  margin: 0; 
}

.comments-area .comment {
  float: left;
  width: 100%;
  margin-bottom: 3.125rem;
}

.comments-area .children {
  float: left;
  clear: left;
  margin-top: 1.875rem;
  padding-left: 3%;
}

.comments-area .children .comment {
  margin-bottom: 1.875rem;
}

.comments-area .comment-author,
.comments-area .comment-meta {
  float: left;
  width: 100%;
}

.comments-area .comment-reply-link {
  float: left;
  padding: 0.375rem 28px;
  text-decoration: none;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  transition: opacity 0.1s ease;
  border: 1px solid #efbf19;
  color: #efbf19;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.571em;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 0.5rem 1.4rem;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 3px;
  background: #f2ca40;
  color: #fff;
}

.comments-area .comment-reply-link:hover {
  opacity: 0.7;
}

/* Comment Form */
.comment-respond {
  position: relative;
  float: left;
  clear: left;
  width: 100%;
  margin: 12px auto 36px;
  padding: 1.875rem 32px 1rem;
  border: 1px solid #d3d3d3;
  background: #efefef;
}

.comment-respond input[type="text"],
.comment-respond textarea {
  position: relative;
  border: none;
  margin-bottom: 5px;
  font-size: 14px;
  background: #fff;
  width: 100% !important;
  max-width: 100%;
  outline: none;
}

.comment-respond input[type=text] {
  display: block;
  height: 24px;
  width: 75%;
}

.comment-respond textarea {
  width: 95%;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-comment {
  position: relative;
}

.comment-respond label {
  z-index: 1;
  display: inline-block;
  left: 4px;
  min-width: 60px;
  padding: 4px 0 5px;
  font-size: 16px;
  line-height: 2.2em;
  color: #555;
}

.comment-respond li {
  list-style: none;
}

.comment-respond p {
  font-size: 12px;
}

.comment-respond .comment-form-comment {
  margin: 0;
}

.comment-respond .comment-form-author .required,
.comment-respond .comment-form-email .required {
  font-size: 22px;
  font-weight: bold;
  color: #bd3500;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  margin-bottom: 10px;
  font-size: 15px;
}

.comment-respond .form-submit {
  float: left;
}

.comment-respond .submit {
  position: relative;
  padding: 12px 30px 12px;
  border: none;
  font-size: 16px;
  text-align: center;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: opacity 0.2s ease;
  float: left;
  padding: 0.375rem 28px;
  text-decoration: none;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  transition: opacity 0.1s ease;
  border: 1px solid #efbf19;
  color: #efbf19;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.571em;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 0.5rem 1.4rem;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 3px;
  background: #f2ca40;
  color: #fff;
  cursor: pointer;
  outline: none;
  color: #fff;
}

.comment-respond .submit:hover {
  opacity: 0.8;
}

.comment-respond .submit:active {
  opacity: 0.7;
}

.comment-respond .logged-in-as a:hover,
.comment-respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.blog-single .blog-cnt p
.comment-respond .commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .blog-single .blog-cnt p {
    margin-bottom: 24px;
  }
}

.comment-respond .comment-reply-title {
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 30px;
  color: #373737;
}

.comment-respond #cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  text-transform: uppercase;
  top: 1.1em;
}

.comment-respond #cancel-comment-reply-link:focus,
.comment-respond #cancel-comment-reply-link:active,
.comment-respond #cancel-comment-reply-link:hover {
  color: #ff4b33;
}

.comment-respond .form-allowed-tags {
  display: none;
}

/* 404 error page */
.error404 .content {
  float: left;
  width: 100%;
  padding: 80px 0 140px;
}

.error404 p {
  margin-bottom: 12px;
}