@charset "UTF-8";
/*
Theme Name: NEOVANTAGE
Theme URI: https://pixelspress.com/free-wordpress-theme/
Author: PixelsPress, mohsinrafique
Author URI: https://pixelspress.com
Description: NEOVANTAGE is a versatile sophisticated WordPress theme ideal for bloggers. It’s totally responsive so it adapts to your style as well as the device it’s viewed on.
Version: 2.0.5
Tested up to: 5.8
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neovantage
Tags: one-column, right-sidebar, left-sidebar, featured-images, post-formats, translation-ready, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

NEOVANTAGE is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*------------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------------------------
# Bootstrap
# Variables
# Fonts
# Core
# Components
# Site
------------------------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Karla', Corbel, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  font-weight: 400;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #26c6da;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #f2f2f2;
}
.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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #cccccc;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: 18px;
    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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #666;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav > li.disabled > a {
  color: #cccccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #cccccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2f2f2;
  border-color: #222;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 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.5;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f2f2f2 #f2f2f2 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #a2a2a2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.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: #26c6da;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #cccccc;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #b3b3b3;
}
.label-primary {
  background-color: #26c6da;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1e9faf;
}
.label-success {
  background-color: #30e397;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1bc57d;
}
.label-info {
  background-color: #1cd6fa;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #05bbde;
}
.label-warning {
  background-color: #f7941d;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #d97a08;
}
.label-danger {
  background-color: #fa331c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #de1b05;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #222;
}
.thumbnail .caption {
  padding: 9px;
  color: #222;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f2f2f2;
  color: #cccccc;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #cccccc;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #26c6da;
  border-color: #26c6da;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d4f4f8;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Karla', Corbel, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.modal-header:after,
.modal-footer:after,
.dl-horizontal dd:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.form-horizontal .form-group: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,
.visible-sm,
.visible-md,
.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;
  }
}
/*------------------------------------------------------------------------------
# Fonts
------------------------------------------------------------------------------*/
@font-face {
  font-family: "lynny-customized";
  src: url("fonts/lynny/lynny-customized.eot");
  src: url("fonts/lynny/lynny-customized.eot?#iefix") format("embedded-opentype"), url("fonts/lynny/lynny-customized.woff") format("woff"), url("fonts/lynny/lynny-customized.ttf") format("truetype"), url("fonts/lynny/lynny-customized.svg#lynny-customized") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "lynny-customized" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="lynny-"]:before,
[class*=" lynny-"]:before {
  font-family: "lynny-customized" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lynny-general-home:before {
  content: "\61";
}
.lynny-general-close:before {
  content: "\62";
}
.lynny-general-file:before {
  content: "\64";
}
.lynny-general-search:before {
  content: "\65";
}
.lynny-general-comment:before {
  content: "\66";
}
.lynny-general-folder:before {
  content: "\67";
}
.lynny-general-folders:before {
  content: "\68";
}
.lynny-general-calendar:before {
  content: "\69";
}
.lynny-general-tag:before {
  content: "\6a";
}
.lynny-general-tags:before {
  content: "\6b";
}
.lynny-arrow-down-2:before {
  content: "\6c";
}
.lynny-general-setting:before {
  content: "\6d";
}
.lynny-right-arrow-1:before {
  content: "\6e";
}
.lynny-left-arrow-1:before {
  content: "\6f";
}
.lynny-up-arrow-2:before {
  content: "\70";
}
.lynny-left-arrow-2:before {
  content: "\71";
}
.lynny-right-arrow-2:before {
  content: "\72";
}
.lynny-web-rss-1:before {
  content: "\73";
}
.lynny-general-view:before {
  content: "\74";
}
.lynny-post-link:before {
  content: "\75";
}
.lynny-post-photo-list:before {
  content: "\47";
}
.lynny-post-video:before {
  content: "\48";
}
.lynny-post-music:before {
  content: "\49";
}
.lynny-post-photo:before {
  content: "\4a";
}
.lynny-post-status:before {
  content: "\4b";
}
.lynny-post-aside:before {
  content: "\4c";
}
.lynny-general-person-2:before {
  content: "\4d";
}
.lynny-general-person-3:before {
  content: "\4e";
}
.lynny-post-chat:before {
  content: "\4f";
}
.lynny-general-user-1:before {
  content: "\50";
}
.lynny-general-user-2:before {
  content: "\51";
}
.lynny-post-audio:before {
  content: "\52";
}
.lynny-post-sticky:before {
  content: "\53";
}
.lynny-post-quote:before {
  content: "\54";
}
.lynny-web-stumbleupon:before {
  content: "\55";
}
.lynny-web-digg:before {
  content: "\56";
}
.lynny-web-reddit:before {
  content: "\57";
}
.lynny-web-facebook:before {
  content: "\76";
}
.lynny-web-linkedin:before {
  content: "\77";
}
.lynny-web-twitter:before {
  content: "\78";
}
.lynny-web-wordpress:before {
  content: "\79";
}
.lynny-web-tumblr:before {
  content: "\41";
}
.lynny-web-pinterest:before {
  content: "\7a";
}
.lynny-web-gplus:before {
  content: "\42";
}
.lynny-web-instagram:before {
  content: "\43";
}
.lynny-general-archive:before {
  content: "\44";
}
.lynny-web-url:before {
  content: "\46";
}
.lynny-web-dribbble:before {
  content: "\45";
}
.lynny-responsive:before {
  content: "\58";
}
.lynny-included:before {
  content: "\59";
}
.lynny-support:before {
  content: "\5a";
}
.lynny-documentation:before {
  content: "\30";
}
.lynny-installation:before {
  content: "\31";
}
.lynny-optimized:before {
  content: "\32";
}
.lynny-theme-development:before {
  content: "\34";
}
.lynny-plugin-development:before {
  content: "\35";
}
.lynny-right-arrow-3:before {
  content: "\33";
}
.lynny-left-arrow-3:before {
  content: "\36";
}
.lynny-latest:before {
  content: "\37";
}
.lynny-general-menu:before {
  content: "\63";
}
.lynny-edit:before {
  content: "\38";
}
.lynny-reply:before {
  content: "\39";
}
.lynny-share:before {
  content: "\21";
}
/*------------------------------------------------------------------------------
# Core
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## Core -> Reset & Typography
------------------------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "Overpass Mono", "Courier New", monospace;
  font-size: 1em;
}
code,
.wp-block-code {
  padding: 4px 10px;
  font-size: 90%;
  color: #fff;
  background-color: #001628;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  -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: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #888;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
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;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*------------------------------------------------------------------------------
## Core -> Typography
------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Noto Sans', Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.5;
  color: #26c6da;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #cccccc;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 15px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 24px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #cccccc;
}
.text-primary {
  color: #26c6da;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1e9faf;
}
.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;
  background-color: #26c6da;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1e9faf;
}
.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;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
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: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #cccccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
.wp-block-paragraph.has-background {
  margin: 32px auto;
}
@media screen and (min-width: 749px) {
  .wp-block-paragraph.has-background {
    margin-bottom: 42px;
    margin-top: 42px;
  }
}
/* Classes needed by Theme Check */
.bypostauthor {
  line-height: 1.2;
}
/*------------------------------------------------------------------------------
## Block -> Paragraph
------------------------------------------------------------------------------*/
.has-drop-cap:not(:focus):first-letter {
  background: #26c6da;
  padding: 5px 5px 7px;
  font-size: 74px;
  color: #fff;
}
/*------------------------------------------------------------------------------
## Block -> Table
------------------------------------------------------------------------------*/
.wp-block-table {
  margin-bottom: 10px;
}
.wp-block-table td,
.wp-block-table th {
  word-wrap: break-word;
  word-break: break-word;
}
table,
table.wp-block-table {
  margin-bottom: 10px;
  border-color: #f1f1f1;
}
table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
  border-color: #f1f1f1;
}
table th,
.wp-block-table th {
  border-color: #f1f1f1;
}
table td,
.wp-block-table td {
  border-color: #f1f1f1;
}
.wp-block-table.is-style-stripes td {
  border-color: #f1f1f1;
}
/*------------------------------------------------------------------------------
# Components -> WP Comments
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## Components -> WP Comments -> Base
------------------------------------------------------------------------------*/
.comments-area .comments-title {
  margin-bottom: 30px;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  text-transform: uppercase;
  position: relative;
}
.comments-area .comments-title > span,
.comments-area .comment-reply-title > span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 4px 10px 4px 25px;
}
.comments-area .comments-title > span:before,
.comments-area .comment-reply-title > span:before {
  margin-top: -8px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 14px solid #26c6da;
}
.comments-area .comments-title:after,
.comments-area .comment-reply-title:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 100%;
  height: 10px;
  margin-top: -5px;
  background: url('images/3-3-pixels.png') repeat;
  -webkit-transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  -o-transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
}
/*------------------------------------------------------------------------------
## Components -> WP Comments -> Comment List
------------------------------------------------------------------------------*/
#comments ol {
  margin: 0;
  list-style: none;
}
.comment-list {
  position: relative;
  padding: 0;
}
.comment-list .comment {
  position: relative;
}
.comment-list .comment .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* Sets the flex items to adjust to rows */
  margin: auto;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.comment-list .comment .comment-body .comment-author {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  margin-right: 10px;
}
.comment-list .comment .comment-body .comment-author img {
  border-radius: 50%;
}
.comment-list .comment .comment-body .comment-published {
  font-size: 12px;
}
.comment-list .comment .comment-body .comment-content-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 85%;
          flex: 1 1 85%;
}
@media (min-width: 697px) {
  .comment-list .comment .comment-body .comment-content-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 87%;
            flex: 1 1 87%;
  }
}
.comment-list .comment .comment-body .comment-content-area .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}
.comment-list .comment .comment-body .comment-content-area .comment-meta .comment-author-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.comment-list .comment .comment-body .comment-content-area .comment-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.comment-list .comment .comment-body .comment-content-area .comment-content p {
  margin-bottom: 10px;
}
.comment-list .comment .comment-body .comment-content-area .comment-footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: right;
}
.comment-list .comment .comment-body .comment-content-area .comment-footer .comment-edit-link {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.comment-list .comment .comment-body .comment-content-area .comment-footer .comment-edit-link i {
  position: relative;
  top: 1px;
  font-size: 10px;
  margin-right: 2px;
}
.comment-list .comment .comment-body .comment-content-area .comment-footer .comment-reply-link {
  display: inline-block;
  font-size: 14px;
}
.comment-list .comment .comment-body .comment-content-area .comment-footer .comment-reply-link i {
  position: relative;
  top: 1px;
  font-size: 11px;
  margin-right: 2px;
}
.comment-list .comment-list > li:last-child > .comment-body {
  border-bottom: 0 none;
}
.comment-list .children {
  padding-left: 10%;
}
.comment-holder {
  padding: 0;
  margin: 0 0 2em;
}
/* Comment Heading */
.comments-h {
  padding: 0;
  margin: 0;
}
/*------------------------------------------------------------------------------
## Components -> WP Comments -> Comment Respond
------------------------------------------------------------------------------*/
.allowed_tags {
  padding: 15px;
  background: #eee;
  color: #666;
  font-size: 11px;
}
#respond {
  padding-top: 25px;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .comment-list ul.children {
    margin: 0;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .comment-list ul.children {
    margin: 0;
  }
}
.nocomments {
  margin: 0;
}
.comment-form-cookies-consent {
  padding-top: 2px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.comment-form-cookies-consent input[type="checkbox"]:checked,
.comment-form-cookies-consent input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.comment-form-cookies-consent input[type="checkbox"]:checked + label,
.comment-form-cookies-consent input[type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  color: #666;
  line-height: 20px;
  display: inline-block;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.comment-form-cookies-consent input[type="checkbox"]:checked + label::before,
.comment-form-cookies-consent input[type="checkbox"]:not(:checked) + label::before,
.comment-form-cookies-consent input[type="checkbox"]:checked + label::before,
.comment-form-cookies-consent input[type="checkbox"]:not(:checked) + label::before {
  content: '';
  position: static;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 0%;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background: transparent;
  border: 1px solid #eee;
}
.comment-form-cookies-consent input[type="checkbox"]:checked + label::after,
.comment-form-cookies-consent input[type="checkbox"]:not(:checked) + label::after,
.comment-form-cookies-consent input[type="checkbox"]:checked + label::after,
.comment-form-cookies-consent input[type="checkbox"]:not(:checked) + label::after {
  content: "\59";
  font-family: 'lynny-customized';
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  position: absolute;
  left: 5px;
  top: 0;
}
.comment-form-cookies-consent input[type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
}
/*------------------------------------------------------------------------------
# Components -> Widgets
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## Components -> Widgets -> Base
------------------------------------------------------------------------------*/
.widget {
  margin-bottom: 40px;
}
.widget .widget-title {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}
.widget .widget-title > span {
  display: inline-block;
  background: #1a1a1a;
  position: relative;
  z-index: 1;
  padding: 4px 10px 4px 25px;
}
.widget .widget-title > span:before {
  margin-top: -8px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 14px solid #26c6da;
}
.widget .widget-title:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 100%;
  height: 10px;
  margin-top: -5px;
  background: url('images/3-3-pixels-white.png') repeat;
  -webkit-transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  -o-transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
}
.widget ul,
.widget ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.widget ul li,
.widget ol li {
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #222;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.widget ul li:last-child,
.widget ol li:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ul li a,
.widget ol li a {
  position: relative;
}
.widget ul li a:hover,
.widget ol li a:hover {
  text-decoration: none;
}
.widget ul li .children li,
.widget ol li .children li,
.widget ul li .sub-menu li,
.widget ol li .sub-menu li {
  padding-left: 10px;
  padding-bottom: 0;
}
.widget ul li .children li:first-child,
.widget ol li .children li:first-child,
.widget ul li .sub-menu li:first-child,
.widget ol li .sub-menu li:first-child {
  padding-top: 7px;
}
.widget select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.widget select:focus {
  border-color: #26c6da;
  outline: 0;
}
.widget select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.widget select:-ms-input-placeholder {
  color: #999;
}
.widget select::-webkit-input-placeholder {
  color: #999;
}
.widget select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.widget select[disabled],
.widget select[readonly],
fieldset[disabled] .widget select {
  background-color: #f2f2f2;
  opacity: 1;
}
.widget select[disabled],
fieldset[disabled] .widget select {
  cursor: not-allowed;
}
textarea.widget select {
  height: auto;
}
/*------------------------------------------------------------------------------
## Components -> Widgets -> Sidebar
------------------------------------------------------------------------------*/
#secondary {
  position: relative;
  margin-bottom: 40px;
}
#secondary.sidebar-right {
  border-left: none;
  padding-left: 0;
}
@media (min-width: 1200px) {
  #secondary.sidebar-right {
    padding-left: 30px;
    border-left: 1px solid #f1f1f1;
  }
}
#secondary.sidebar-left {
  border-right: none;
  padding-right: 0;
}
@media (min-width: 1200px) {
  #secondary.sidebar-left {
    border-right: 1px solid #f1f1f1;
    padding-right: 30px;
  }
}
#secondary .widget .widget-title {
  margin-bottom: 20px;
}
#secondary .widget .widget-title > span {
  background: #fff;
}
#secondary .widget .widget-title:after {
  background-image: url('images/3-3-pixels.png');
}
#secondary .widget .widget-title a {
  color: #26c6da;
}
#secondary .widget ul li,
#secondary .widget ol li {
  border-bottom-color: #f1f1f1;
}
/*------------------------------------------------------------------------------
## Components -> Widgets -> Footer
------------------------------------------------------------------------------*/
.site-footer .site-footer-widgets {
  background: #1a1a1a;
  padding: 50px 0 0 0;
}
.site-footer .widget .form-control {
  border-color: #666;
}
.site-footer .widget.widget_tag_cloud .tagcloud a {
  border-color: #666;
}
.site-footer .widget.widget_recent_entries ul li .post-date {
  color: #f2f2f2;
}
.site-footer .widget.widget_archive ul li span {
  background: #101010;
}
.site-footer .widget.widget_categories ul li span {
  background: #101010;
}
.widget {
  /*------------------------------------------------------------------------------
## Components -> Widgets -> Recent Entries
------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
## Components -> Widgets -> Recent Entries
------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
## Components -> Widgets -> Recent Comments
------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
## Components -> Widgets -> Categories
------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
## Components -> Widgets -> Archives
------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
## Components -> Widgets -> Tag Cloud
------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
## Components -> Widgets -> Calendar
------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
## Components -> Widgets -> RSS
------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
## Components -> Widgets -> Text
------------------------------------------------------------------------------*/
}
.widget.widget_categories ul li,
.widget.widget_archive ul li {
  position: relative;
}
.widget.widget_categories ul li a:before,
.widget.widget_archive ul li a:before {
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-family: 'lynny-customized';
  content: "\67";
  color: #666;
}
.widget.widget_categories ul li span,
.widget.widget_archive ul li span {
  min-width: 35px;
  background: #eee;
  text-align: center;
  position: absolute;
  right: 0;
  top: 1px;
}
.widget.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #888;
  padding-top: 5px;
}
.widget.widget_recent_posts ul li .entry-media {
  float: left;
  margin: 0 20px 0 0;
}
.widget.widget_recent_posts ul li .entry-media .blog-img.hover-effect a .hover {
  right: 10px;
  left: 10px;
  top: 10px;
  bottom: 10px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.widget.widget_recent_posts ul li .entry-media .blog-img.hover-effect a .hover i {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  margin-top: -10px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.widget.widget_recent_posts ul li .entry-media .blog-img.hover-effect a .hover:after {
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
}
.widget.widget_recent_posts ul li .post-date {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #888;
  padding-top: 5px;
}
.widget.widget_recent_comments ul li {
  color: #cccccc;
  border-bottom: 0 none;
}
.widget.widget_recent_comments ul li:before {
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-family: 'lynny-customized';
  content: "\66";
  color: #666;
}
.widget.widget_recent_comments ul li .comment-author-link {
  color: #666;
}
.widget.widget_recent_comments ul li a {
  border-bottom: 1px solid #f1f1f1;
}
.widget.widget_categories ul li a:before {
  content: "\67";
}
.widget.widget_archive ul li a:before {
  content: "\44";
}
.widget.widget_tag_cloud .tagcloud {
  overflow: hidden;
  width: 100%;
}
.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 16px !important;
  padding: 6px 8px 8px;
  border: 1px solid #f2f2f2;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  border-color: #26c6da;
  background: #26c6da;
  text-decoration: none;
  color: #f9f9f9;
}
.widget.widget_calendar #wp-calendar {
  width: 100%;
}
.widget.widget_calendar #wp-calendar caption {
  background: #222;
  padding: 1em 0;
  font-weight: 700;
  text-align: center;
}
.widget.widget_calendar #wp-calendar th,
.widget.widget_calendar #wp-calendar td {
  padding: 1em;
  text-align: center;
}
.widget.widget_calendar #wp-calendar thead {
  background: #555;
  color: #fff;
}
.widget.widget_calendar #wp-calendar thead th {
  border-bottom-width: 2px;
}
.widget.widget_calendar #wp-calendar td {
  text-align: center;
  background: #cccccc;
  border: 3px solid #fff;
}
.widget.widget_calendar #wp-calendar .pad {
  background: #f2f2f2;
}
.widget.widget_rss li .rss-date,
.widget.widget_rss li cite {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #888;
  padding-top: 5px;
}
.widget.widget_rss li .rssSummary {
  font-size: 16px;
  padding: 0.5em 0;
  line-height: 1.4em;
}
.widget.widget_text img {
  width: 100%;
  height: auto;
}
/*------------------------------------------------------------------------------
# Components
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
# Components > Accessibility - Mandatory
------------------------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*------------------------------------------------------------------------------
### Components -> Alignments -> WP Classes
------------------------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*------------------------------------------------------------------------------
### Components -> Alignments
------------------------------------------------------------------------------*/
.flex-row {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.flex-col {
  max-height: 100%;
}
.flex-grow {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto;
}
.flex-center {
  margin: 0 auto;
}
.flex-left {
  margin-right: auto;
}
.flex-right {
  margin-left: auto;
}
/*------------------------------------------------------------------------------
# Components > Clearings - Mandatory
------------------------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*------------------------------------------------------------------------------
# Components -> Buttons
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
### Components -> Buttons -> Styles
------------------------------------------------------------------------------*/
.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: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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: none;
  box-shadow: none;
}
.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;
}
/*------------------------------------------------------------------------------
### Components -> Buttons -> Alternates
------------------------------------------------------------------------------*/
.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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].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: #26c6da;
  border-color: #26c6da;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1e9faf;
  border-color: #13646e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1e9faf;
  border-color: #1c97a6;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1e9faf;
  border-color: #1c97a6;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #198391;
  border-color: #13646e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #26c6da;
  border-color: #26c6da;
}
.btn-primary .badge {
  color: #26c6da;
  background-color: #fff;
}
.btn-success {
  color: #30e397;
  background-color: #30e397;
  border-color: #30e397;
}
.btn-success:focus,
.btn-success.focus {
  color: #30e397;
  background-color: #1bc57d;
  border-color: #128252;
}
.btn-success:hover {
  color: #30e397;
  background-color: #1bc57d;
  border-color: #19bc77;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #30e397;
  background-color: #1bc57d;
  border-color: #19bc77;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #30e397;
  background-color: #16a669;
  border-color: #128252;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #30e397;
  border-color: #30e397;
}
.btn-success .badge {
  color: #30e397;
  background-color: #30e397;
}
.btn-info {
  color: #1cd6fa;
  background-color: #1cd6fa;
  border-color: #1cd6fa;
}
.btn-info:focus,
.btn-info.focus {
  color: #1cd6fa;
  background-color: #05bbde;
  border-color: #037c93;
}
.btn-info:hover {
  color: #1cd6fa;
  background-color: #05bbde;
  border-color: #05b2d4;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #1cd6fa;
  background-color: #05bbde;
  border-color: #05b2d4;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #1cd6fa;
  background-color: #049dbb;
  border-color: #037c93;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #1cd6fa;
  border-color: #1cd6fa;
}
.btn-info .badge {
  color: #1cd6fa;
  background-color: #1cd6fa;
}
.btn-warning {
  color: #f7941d;
  background-color: #f7941d;
  border-color: #f7941d;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #f7941d;
  background-color: #d97a08;
  border-color: #8f5105;
}
.btn-warning:hover {
  color: #f7941d;
  background-color: #d97a08;
  border-color: #cf7507;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #f7941d;
  background-color: #d97a08;
  border-color: #cf7507;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #f7941d;
  background-color: #b76706;
  border-color: #8f5105;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f7941d;
  border-color: #f7941d;
}
.btn-warning .badge {
  color: #f7941d;
  background-color: #f7941d;
}
.btn-danger {
  color: #fa331c;
  background-color: #fa331c;
  border-color: #fa331c;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fa331c;
  background-color: #de1b05;
  border-color: #931203;
}
.btn-danger:hover {
  color: #fa331c;
  background-color: #de1b05;
  border-color: #d41a05;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fa331c;
  background-color: #de1b05;
  border-color: #d41a05;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fa331c;
  background-color: #bb1704;
  border-color: #931203;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #fa331c;
  border-color: #fa331c;
}
.btn-danger .badge {
  color: #fa331c;
  background-color: #fa331c;
}
/*------------------------------------------------------------------------------
### Components -> Buttons -> Link
------------------------------------------------------------------------------*/
.btn-link {
  color: #222;
  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: #26c6da;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #cccccc;
  text-decoration: none;
}
/*------------------------------------------------------------------------------
### Components -> Buttons -> Size
------------------------------------------------------------------------------*/
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
/*------------------------------------------------------------------------------
### Components -> Buttons -> Block
------------------------------------------------------------------------------*/
.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%;
}
.btn {
  outline: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-primary:after {
  background: #1e9faf;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: #26c6da;
  border-color: #1e9faf;
}
.btn.btn-success:after {
  background: #1bc57d;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
  background: #30e397;
  border-color: #1bc57d;
}
.btn.btn-info:after {
  background: #05bbde;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
  background: #1cd6fa;
  border-color: #05bbde;
}
.btn.btn-warning:after {
  background: #d97a08;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning:focus {
  background: #f7941d;
  border-color: #d97a08;
}
.btn.btn-danger:after {
  background: #de1b05;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger:focus {
  background: #fa331c;
  border-color: #de1b05;
}
.btn:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn:hover:after,
.btn:active:after,
.btn:focus:after {
  width: 101%;
  opacity: 1;
}
.btn.split:hover:after {
  width: 80%;
  opacity: 1;
}
.btn.split:active:after {
  width: 101%;
  opacity: 1;
}
/*------------------------------------------------------------------------------
### Components -> Buttons -> Blocks
------------------------------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
  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: 16px;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #000;
}
.wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}
.wp-block-button .wp-block-button__link:active:focus,
.wp-block-button .wp-block-button__link.active:focus,
.wp-block-button .wp-block-button__link:active.focus,
.wp-block-button .wp-block-button__link.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  color: #333;
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-block-button .wp-block-button__link.disabled,
.wp-block-button .wp-block-button__link[disabled],
fieldset[disabled] .wp-block-button .wp-block-button__link {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.wp-block-button .wp-block-button__link.disabled,
fieldset[disabled] a.wp-block-button .wp-block-button__link {
  pointer-events: none;
}
/*------------------------------------------------------------------------------
# Components -> Button Groups
------------------------------------------------------------------------------*/
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/*------------------------------------------------------------------------------
# Components > Author
------------------------------------------------------------------------------*/
.author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 30px 0 0;
}
.author-box .author-img {
  margin-right: 20px;
  position: relative;
}
.author-box .author-img img {
  border-radius: 50%;
}
.author-box .author-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.author-box .author-content .post-counts {
  font-size: 14px;
  color: #888;
  position: relative;
  top: -2px;
}
.author-box .author-content .post-counts:before {
  padding: 0 5px;
  content: "-";
}
.author-box.author-img-right .author-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: 20px;
}
.author-box .author-social {
  display: inline-block;
  margin-right: 5px;
}
.author-box .author-social .fa-facebook {
  color: #3b5998;
}
.author-box .author-social .fa-twitter {
  color: #1da1f2;
}
.author-box .author-social .fa-google-plus {
  color: #db4437;
}
.author-box .author-social .fa-linkedin {
  color: #007bb5;
}
.author-box .author-social .fa-dribbble {
  color: #ea4c89;
}
.author-box .author-social:hover {
  opacity: 0.9;
}
/*------------------------------------------------------------------------------
# Components -> Preloader
------------------------------------------------------------------------------*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999999999;
}
.preloader span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #262626;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: preloader 2s linear infinite;
  animation: preloader 2s linear infinite;
}
@-webkit-keyframes preloader {
  50% {
    opacity: 1;
  }
}
@keyframes preloader {
  50% {
    opacity: 1;
  }
}
/*------------------------------------------------------------------------------
# Components -> Forms
------------------------------------------------------------------------------*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #888;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
/*--------------------------------------------------------------------------------
#### Components -> Forms -> Form Control -> Normalize
--------------------------------------------------------------------------------*/
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: 16px;
  line-height: 1.5;
  color: #666;
}
/*--------------------------------------------------------------------------------
#### Components -> Forms -> Form Control -> Common
--------------------------------------------------------------------------------*/
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #26c6da;
  outline: 0;
}
.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: #f2f2f2;
  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: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
/*--------------------------------------------------------------------------------
#### Components -> Forms -> Form Groups
--------------------------------------------------------------------------------*/
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
/*--------------------------------------------------------------------------------
#### Components -> Forms -> Form Control -> Static form control text
--------------------------------------------------------------------------------*/
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
/*------------------------------------------------------------------------------
#### Components -> Forms -> Form Control -> Size
------------------------------------------------------------------------------*/
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
/*--------------------------------------------------------------------------------
#### Components -> Forms -> Form Control -> Feedback States
--------------------------------------------------------------------------------*/
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  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: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.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;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.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;
}
.has-warning .form-control:focus {
  border-color: #66512c;
}
.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;
}
.has-error .form-control:focus {
  border-color: #843534;
}
.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: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
/*------------------------------------------------------------------------------
## Components -> Forms -> Help Text
------------------------------------------------------------------------------*/
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
/*------------------------------------------------------------------------------
### Components -> Forms -> Common -> Inline Forms
------------------------------------------------------------------------------*/
@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;
  }
}
/*------------------------------------------------------------------------------
### Components -> Forms -> Common -> Horizontal Forms
------------------------------------------------------------------------------*/
.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: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@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: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
/*------------------------------------------------------------------------------
# Components -> Site Header
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
### Components -> Site Header -> Base
------------------------------------------------------------------------------*/
.site-header {
  position: relative;
  width: 100%;
  background-size: cover;
  border-bottom: 1px solid #f2f2f2;
}
.site-header:before,
.site-header:after {
  content: " ";
  display: table;
}
.site-header:after {
  clear: both;
}
.site-header:before,
.site-header:after {
  content: " ";
  display: table;
}
.site-header:after {
  clear: both;
}
.site-header .header-height {
  height: 80px;
}
@media (min-width: 1200px) {
  .site-header .header-height {
    height: 80px;
  }
}
.site-header ul {
  margin: 0;
  padding: 0;
}
.site-header .site-branding {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.site-header .site-branding .site-title {
  margin: 0;
  line-height: 1;
}
.site-header .site-branding .site-title a {
  display: block;
  color: #26c6da;
  text-decoration: none;
}
.site-header .site-branding .site-description {
  font-size: 10px;
  margin-bottom: 0;
}
.site-header .site-branding .custom-logo {
  max-height: 43px;
  width: auto;
}
@media (min-width: 1200px) {
  .site-header .site-branding .custom-logo {
    max-height: 43px;
  }
}
.site-header .site-navigation {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.site-header .quick-links {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: block;
}
@media (min-width: 1200px) {
  .site-header .quick-links {
    display: none;
  }
}
.site-header .header-fixed {
  padding-top: 90px;
}
.page-template-template-slideshow .site-header,
.page-template-template-fullwidth .site-header,
.page-template-template-fullwidth-with-no-page-header .site-header {
  border-bottom: none;
}
/*------------------------------------------------------------------------------
# Components -> Site Header -> Navigation -> Desktop
------------------------------------------------------------------------------*/
.desktop-navigation {
  margin: 0 0 0 65px;
  position: relative;
  display: none;
}
@media (min-width: 1200px) {
  .desktop-navigation {
    display: block;
  }
}
.desktop-navigation:before,
.desktop-navigation:after {
  content: " ";
  display: table;
}
.desktop-navigation:after {
  clear: both;
}
.desktop-navigation:before,
.desktop-navigation:after {
  content: " ";
  display: table;
}
.desktop-navigation:after {
  clear: both;
}
.desktop-navigation li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
}
.desktop-navigation li > a {
  font-family: 'Karla', Corbel, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
  padding: 31px 15px;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
.desktop-navigation li.current-menu-parent.menu-item-has-children > a,
.desktop-navigation li.current-menu-item > a,
.desktop-navigation li:hover > a {
  color: #26c6da;
  background: transparent;
}
.desktop-navigation li .sub-menu {
  width: 200px;
  position: absolute;
  left: 0;
  z-index: 3;
  border-top: 1px solid #f2f2f2;
  -webkit-box-shadow: 1px 7px 15px -4px rgba(232, 232, 232, 0.92);
          box-shadow: 1px 7px 15px -4px rgba(232, 232, 232, 0.92);
}
.desktop-navigation li .sub-menu li {
  width: 100%;
}
.desktop-navigation li .sub-menu li a {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  background: #fff;
  padding: 10px 10px 10px 20px;
  text-transform: none;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  line-height: 1.6;
}
.desktop-navigation li .sub-menu li.current-menu-parent.menu-item-has-children > a,
.desktop-navigation li .sub-menu li.current-menu-item > a,
.desktop-navigation li .sub-menu li:hover > a {
  color: #fff;
  background: #26c6da;
}
.desktop-navigation li .sub-menu li .grandchild-menu {
  width: 200px;
  left: 200px;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  margin-top: -1px;
  z-index: 15;
  position: absolute;
  top: 0;
}
.desktop-navigation li .sub-menu li .grandchild-menu li a {
  color: #555;
  background: #fff;
}
.desktop-navigation li .sub-menu li .grandchild-menu li.current-menu-item > a,
.desktop-navigation li .sub-menu li .grandchild-menu li:hover > a {
  color: #fff;
  background: #26c6da;
}
.desktop-navigation li .sub-menu,
.desktop-navigation li .sub-menu li .grandchild-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.desktop-navigation li:hover .sub-menu,
.desktop-navigation li .sub-menu li:hover .grandchild-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.desktop-navigation li.menu-item-has-children > a:after {
  font-family: "lynny-customized";
  font-size: 8px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-decoration: inherit;
  content: '\6c';
  padding-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.desktop-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children > a:before,
.desktop-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
  content: " ";
  display: table;
}
.desktop-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
  clear: both;
}
.desktop-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children > a:before,
.desktop-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
  content: " ";
  display: table;
}
.desktop-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
  clear: both;
}
.desktop-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
  float: right;
  content: "\33";
  top: 10px;
}
/*------------------------------------------------------------------------------
# Components -> Site Header -> Navigation -> Mobile
------------------------------------------------------------------------------*/
.mobile-navigation-wrapper {
  background: #fff;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mobile-navigation-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.neovantage-mobile-open .mobile-navigation-wrapper {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.mobile-navigation-header {
  background: #f2f2f2;
  min-height: 80px;
}
.mobile-navigation-header .container {
  position: relative;
}
.mobile-navigation-header a {
  display: block;
  float: right;
  color: #555;
  line-height: 1;
}
.mobile-navigation-header a.user-login {
  padding: 27.5px 15px;
  width: calc(100% - 52px);
}
.mobile-navigation-header a.user-login .user-avatar {
  background: #f2f2f2;
  border: 1px solid #555;
  border-radius: 50%;
  overflow: hidden;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
}
.mobile-navigation-header a.user-login .user-avatar i {
  position: relative;
  top: 2px;
}
.mobile-navigation-header a.neovantage-mobile-menu-close {
  padding: 29px 15px;
}
.mobile-navigation {
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
@media (min-width: 1200px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation li {
  position: relative;
  margin: 0;
  border-top: 1px solid #f2f2f2;
}
.mobile-navigation li a {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  text-transform: initial;
  padding: 10px 20px 14px;
  display: block;
}
.mobile-navigation li.current-menu-parent.menu-item-has-children > .container > a,
.mobile-navigation li.current-menu-item > .container > a,
.mobile-navigation li a:hover {
  color: #26c6da;
}
.mobile-navigation li.menu-item-has-children .container {
  position: relative;
}
.mobile-navigation li.menu-item-has-children i {
  font-size: 11px;
  color: #555;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 0;
}
.mobile-navigation li.menu-item-has-children i:before {
  position: relative;
  top: 16px;
}
.mobile-navigation li .sub-menu {
  display: none;
}
.mobile-navigation li .sub-menu li a {
  padding-left: 30px;
  padding-right: 30px;
}
.mobile-navigation li .sub-menu li a:before {
  margin-right: 5px;
  content: '-';
}
.mobile-navigation li .sub-menu li .grand-sub-menu {
  display: none;
}
.mobile-navigation li .sub-menu li .grand-sub-menu li a {
  padding-left: 60px;
  padding-right: 60px;
}
.mobile-navigation li .sub-menu li .grand-sub-menu li a:before {
  margin-right: 5px;
  content: '--';
}
/* Small menu. */
.menu-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  margin: 0;
  padding: 29px 15px;
  border: 0;
  font-size: 22px;
  line-height: 1;
  color: #555;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu-toggle:hover,
.menu-toggle:focus {
  outline: none;
}
/*------------------------------------------------------------------------------
# Components -> Site Footer
------------------------------------------------------------------------------*/
.site-footer {
  background: #101010;
  color: #cccccc;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: #f9f9f9;
}
.site-footer a {
  color: #cccccc;
}
.site-footer .site-footer-content {
  padding: 20px 0;
}
.site-footer .site-footer-content p {
  margin: 0;
  padding: 0;
}
.site-footer .site-footer-content a {
  font-size: 12px;
}
.site-footer .site-footer-content .copyright {
  text-align: center;
  font-size: 12px;
}
@media (min-width: 991px) {
  .site-footer .site-footer-content .copyright {
    text-align: left;
  }
}
.site-footer .site-footer-content .social-network {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
@media (min-width: 991px) {
  .site-footer .site-footer-content .social-network {
    text-align: right;
  }
}
.site-footer .site-footer-content .social-network li {
  display: inline-block;
}
.site-footer .site-footer-content .social-network li a {
  font-size: 16px;
  margin: 10px 5px;
}
@media (min-width: 991px) {
  .site-footer .site-footer-content .social-network li a {
    margin: 0 5px;
  }
}
/*------------------------------------------------------------------------------
# Components -> Page Header
------------------------------------------------------------------------------*/
.page-header {
  margin-bottom: 28px;
  border-bottom: 1px solid #f1f1f1;
}
.page-header .pre-page-title {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-header .pre-page-title::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 100%;
  height: 10px;
  margin-top: -5px;
  background: url('images/3-3-pixels.png') repeat;
  -webkit-transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  -o-transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
}
.page-header .pre-page-title span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 4px 10px 4px 25px;
}
.page-header .pre-page-title span:before {
  margin-top: -8px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 14px solid #26c6da;
}
.page-header .actions-container {
  float: right;
  width: 30px;
  margin-top: 8px;
}
.page-header .page-title {
  padding-right: 30px;
}
.page-header-with-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #222;
  position: relative;
  margin: 0;
  padding: 100px 0;
  color: #fff;
}
.page-header-with-bg:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-header-with-bg h1 {
  color: #fff;
}
/*------------------------------------------------------------------------------
# Components -> Breadcrumbs
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## Components -> Breadcrumbs -> Base
------------------------------------------------------------------------------*/
.breadcrumb-wrapper {
  background-color: #f2f2f2;
  padding: 8px 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.nkb-breadcrumbs-wrap {
  position: relative;
  top: -2px;
}
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  font-size: 14px;
  content: "/\00a0";
  padding: 0 5px;
  color: #888;
}
@media (max-width: 680px) {
  .breadcrumb > li:last-child {
    display: none;
  }
}
.breadcrumb > li a,
.breadcrumb > li span {
  font-size: 14px;
  color: #888;
}
.breadcrumb > .active {
  color: #555;
}
/*------------------------------------------------------------------------------
# Components -> Pagination
------------------------------------------------------------------------------*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
}
.navigation.post-navigation {
  overflow: hidden;
  margin-bottom: 35px;
}
@media (min-width: 767px) {
  .navigation.post-navigation {
    margin-bottom: 15px;
  }
}
.navigation.post-navigation .nav-links {
  border: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.navigation.post-navigation .nav-links .nav-previous,
.navigation.post-navigation .nav-links .nav-next {
  border: 0;
  width: 50%;
}
.navigation.post-navigation .nav-links .nav-previous:before,
.navigation.post-navigation .nav-links .nav-next:before {
  font-weight: 700;
  color: #a2a2a2;
}
.navigation.post-navigation .nav-links .nav-previous .meta-nav,
.navigation.post-navigation .nav-links .nav-next .meta-nav {
  display: block;
  font-size: 40px;
  padding: 0;
  line-height: 1;
}
.navigation.post-navigation .nav-links .nav-previous {
  padding-right: 15px;
}
.navigation.post-navigation .nav-links .nav-previous:before {
  display: block;
  content: "⇽ Prev Post";
  text-align: left;
}
.navigation.post-navigation .nav-links .nav-next {
  padding-left: 15px;
}
.navigation.post-navigation .nav-links .nav-next:before {
  display: block;
  content: "Next Post ⇾";
  text-align: right;
}
.navigation.post-navigation .nav-links a {
  width: 100%;
  display: block;
  border: 0 none;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 700;
}
.navigation.post-navigation .nav-links a:hover,
.navigation.post-navigation .nav-links a:focus {
  color: #26c6da;
}
.navigation.post-navigation .nav-links .nav-next a {
  text-align: right;
}
.navigation.pagination .nav-previous {
  float: left;
}
.navigation.pagination .nav-next {
  float: right;
}
.navigation.pagination .posts-navigation {
  margin-bottom: 40px;
}
.navigation.pagination .posts-navigation:before,
.navigation.pagination .posts-navigation:after {
  content: " ";
  display: table;
}
.navigation.pagination .posts-navigation:after {
  clear: both;
}
.navigation.pagination .posts-navigation:before,
.navigation.pagination .posts-navigation:after {
  content: " ";
  display: table;
}
.navigation.pagination .posts-navigation:after {
  clear: both;
}
.navigation.pagination .nav-links {
  border: 1px solid #f1f1f1;
}
.navigation.pagination .nav-links span,
.navigation.pagination .nav-links a {
  display: inline-block;
  border-right: 1px solid #f1f1f1;
  padding: 6px 12px;
}
.navigation.pagination .nav-links span:last-child,
.navigation.pagination .nav-links a:last-child {
  border-right: none;
}
.navigation.pagination .nav-links span i,
.navigation.pagination .nav-links a i {
  font-size: 10px;
}
.navigation.pagination .nav-links .current {
  color: #26c6da;
}
#pagination {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
#pagination .neovantage-previous-link,
#pagination .neovantage-next-link {
  color: #fff;
  background-color: #888;
  padding-top: 15px;
  padding-bottom: 25px;
  width: 50%;
  display: inline-block;
}
#pagination .neovantage-previous-link:hover,
#pagination .neovantage-next-link:hover {
  background-color: #26c6da;
}
#pagination .neovantage-previous-link a,
#pagination .neovantage-next-link a {
  font-weight: bold;
  color: #fff;
  display: block;
}
#pagination .neovantage-previous-link a i,
#pagination .neovantage-next-link a i {
  color: #fff;
  font-size: 40px;
}
#pagination .neovantage-previous-link a:hover,
#pagination .neovantage-next-link a:hover {
  text-decoration: none;
}
#pagination .neovantage-previous-link a:hover i,
#pagination .neovantage-next-link a:hover i {
  text-decoration: none;
}
#pagination .neovantage-previous-link {
  border-right: 3px solid #fff;
}
#pagination .neovantage-next-link {
  border-left: 2px solid #fff;
}
#pagination .neovantage-empty {
  font-weight: 700;
  color: #fff;
  background-color: #888;
  padding-top: 15px;
  padding-bottom: 25px;
  width: 49%;
  display: inline-block;
  border-right: 3px solid #fff;
}
#pagination .neovantage-empty a {
  cursor: auto;
  font-weight: bold;
  color: #fff;
  display: block;
}
#pagination .neovantage-empty a i {
  color: #fff;
  font-size: 40px;
}
#pagination .neovantage-empty:hover {
  text-decoration: none;
}
#pagination .neovantage-empty:hover i {
  text-decoration: none;
}
#pagination .neovantage-empty:hover {
  background-color: #26c6da;
}
/*------------------------------------------------------------------------------
# Components -> Social Share
------------------------------------------------------------------------------*/
.social-share {
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}
.social-share:before,
.social-share:after {
  content: " ";
  display: table;
}
.social-share:after {
  clear: both;
}
.social-share:before,
.social-share:after {
  content: " ";
  display: table;
}
.social-share:after {
  clear: both;
}
.social-share li {
  list-style: none;
  display: inline-block;
  float: left;
  margin: 0 6px 8px 0;
}
.social-share li.share-post {
  background: transparent;
  position: relative;
  margin: 0 12px 0 0;
  padding: 4px 8px;
  border: 1px solid #f1f1f1;
  display: inline-block;
  font-weight: 700;
}
.social-share li.share-post:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  right: -10px;
  pointer-events: none;
  border: 5px solid transparent;
  border-left-color: #f1f1f1;
  margin-top: -5px;
}
.social-share li i {
  position: relative;
  top: 2px;
  font-weight: 18px;
}
.social-share li a {
  min-width: 40px;
  height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  -webkit-box-shadow: 0 3px 0;
          box-shadow: 0 3px 0;
}
.social-share li a i {
  top: 1px;
  color: #fff;
}
.social-share li.facebook a {
  background-color: #2d5f9a;
  color: #133d6d;
}
.social-share li.facebook a:hover {
  background-color: #1b4a82;
}
.social-share li.twitter a {
  background-color: #53c7ff;
  color: #2e86b1;
}
.social-share li.twitter a:hover {
  background-color: #369ed0;
}
.social-share li.google-plus a {
  background-color: #d93b2b;
  color: #9a2317;
}
.social-share li.google-plus a:hover {
  background-color: #b7291a;
}
.social-share li.reddit a {
  background-color: #ff4500;
  color: #bb3200;
}
.social-share li.reddit a:hover {
  background-color: #dc3c01;
}
.social-share li.pinterest a {
  background-color: #a41719;
  color: #670d0e;
}
.social-share li.pinterest a:hover {
  background-color: #8c0a0c;
}
.social-share li.linkedin a {
  background-color: #005182;
  color: #013c61;
}
.social-share li.linkedin a:hover {
  background-color: #003b5f;
}
.social-share li.stumbleupon a {
  background-color: #ee4813;
  color: #982d0b;
}
.social-share li.stumbleupon a:hover {
  background-color: #ce3d0f;
}
.social-share li.digg a {
  background-color: #000;
  color: #525252;
}
.social-share li.digg a:hover {
  background-color: #2f2f2f;
}
/*------------------------------------------------------------------------------
# Components -> Scroll To Top
------------------------------------------------------------------------------*/
#topcontrol {
  z-index: 20000;
}
span.scroltopcontrol {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  z-index: 99999;
  position: relative;
}
span.scroltopcontrol:before {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  font-family: "lynny-customized";
  content: "\70";
  color: #fff;
  background-color: #222;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  border-radius: 3px;
}
span.scroltopcontrol:hover:before {
  opacity: 0.95;
}
/*------------------------------------------------------------------------------
# Components -> Newsticker
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## Components -> Newsticker -> Base
------------------------------------------------------------------------------*/
.neovantage-newsticker-wrapper {
  background: #f4f5f5;
}
.neovantage-newsticker-wrapper .neovantage-newsticker {
  position: relative;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .neovantage-newsticker-wrapper .neovantage-newsticker {
    height: 35px;
  }
}
.neovantage-newsticker-wrapper .neovantage-newsticker .heading {
  display: none;
  background: #26c6da;
  position: relative;
  top: -1px;
  padding: 0 20px 2px 35px;
  margin: 0;
  color: #fff;
  text-align: center;
}
.neovantage-newsticker-wrapper .neovantage-newsticker .heading:before {
  font-family: "lynny-customized";
  content: '\37';
  position: absolute;
  left: 10px;
  top: 1px;
}
.neovantage-newsticker-wrapper .neovantage-newsticker .heading:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #26c6da;
  border-width: 6px;
  margin-top: -6px;
}
@media (min-width: 768px) {
  .neovantage-newsticker-wrapper .neovantage-newsticker .heading {
    display: inline-block;
  }
}
.neovantage-newsticker-wrapper .neovantage-newsticker ul.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.neovantage-newsticker-wrapper .neovantage-newsticker ul.news-list li {
  margin: -15px 0 0 0;
  padding: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  z-index: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .neovantage-newsticker-wrapper .neovantage-newsticker ul.news-list li {
    left: 160px;
    width: 65%;
  }
}
.neovantage-newsticker-wrapper .neovantage-newsticker ul.news-list li.active {
  z-index: 1;
  opacity: 1;
  left: 0;
}
@media (min-width: 768px) {
  .neovantage-newsticker-wrapper .neovantage-newsticker ul.news-list li.active {
    left: 120px;
  }
}
.neovantage-newsticker-wrapper .neovantage-newsticker ul.news-list li a {
  font-size: 12px;
  letter-spacing: 0.15px;
  color: #666;
}
.neovantage-newsticker-wrapper .neovantage-newsticker ul.news-list li a:hover {
  color: #222;
}
.neovantage-newsticker-wrapper .neovantage-newsticker .control-nav {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1.1;
  margin-top: -9px;
}
.neovantage-newsticker-wrapper .neovantage-newsticker .control-nav span {
  background: #26c6da;
  padding: 0;
  cursor: pointer;
  color: #fff;
}
.neovantage-newsticker-wrapper .neovantage-newsticker .control-nav span:first-child {
  margin-right: 5px;
}
.neovantage-newsticker-wrapper .neovantage-newsticker .control-nav span i {
  font-size: 11px;
  padding: 0 4px;
}
/*------------------------------------------------------------------------------
# Components -> Magnific Popup - v1.1.0 - 2016-02-20
------------------------------------------------------------------------------*/
/*!
 * http://dimsemenov.com/plugins/magnific-popup/
 * Copyright (c) 2016 Dmitry Semenov;
 */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: center;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /*
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*------------------------------------------------------------------------------
# Components -> Content
------------------------------------------------------------------------------*/
#content {
  position: relative;
  padding: 50px 0 40px 0;
}
.page-template-template-slideshow #content {
  padding-top: 0;
}
.page-template-template-landing #content {
  padding: 0;
}
.page-template-template-fullwidth-with-no-page-header #content {
  padding: 0;
}
/*------------------------------------------------------------------------------
# Components -> Gallery
------------------------------------------------------------------------------*/
.gallery {
  margin: 0 auto 18px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gallery.gallery-columns-2 .attachment-thumbnail,
.gallery.gallery-columns-3 .attachment-thumbnail,
.gallery.gallery-columns-4 .attachment-thumbnail,
.gallery.gallery-columns-5 .attachment-thumbnail,
.gallery.gallery-columns-6 .attachment-thumbnail,
.gallery.gallery-columns-7 .attachment-thumbnail,
.gallery.gallery-columns-8 .attachment-thumbnail,
.gallery.gallery-columns-9 .attachment-thumbnail,
.gallery.gallery-columns-2 .attachment-medium,
.gallery.gallery-columns-3 .attachment-medium,
.gallery.gallery-columns-4 .attachment-medium,
.gallery.gallery-columns-5 .attachment-medium,
.gallery.gallery-columns-6 .attachment-medium,
.gallery.gallery-columns-7 .attachment-medium,
.gallery.gallery-columns-8 .attachment-medium,
.gallery.gallery-columns-9 .attachment-medium,
.gallery.gallery-columns-2 .attachment-large,
.gallery.gallery-columns-3 .attachment-large,
.gallery.gallery-columns-4 .attachment-large,
.gallery.gallery-columns-5 .attachment-large,
.gallery.gallery-columns-6 .attachment-large,
.gallery.gallery-columns-7 .attachment-large,
.gallery.gallery-columns-8 .attachment-large,
.gallery.gallery-columns-9 .attachment-large {
  max-width: 92%;
  height: auto;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery img {
  -webkit-box-shadow: 0px 0px 4px #999;
          box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}
.gallery img:hover {
  background: #f9f9f9;
}
.gallery .gallery-caption {
  color: #888;
  margin: 12px 0;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
/*------------------------------------------------------------------------------
# Components -> Cookie Consent
------------------------------------------------------------------------------*/
#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  border-top: 1px solid #f1f1f1;
  display: none;
}
#cookie-consent .more-info {
  color: #26c6da;
  text-decoration: none;
}
#cookie-consent .btn-cookie-consent-ok {
  margin: 0 5px 0 5px;
}
#cookie-consent #close-cookie-consent {
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 5px 0 0 0;
  font-weight: bold;
}
#cookie-consent #close-cookie-consent:hover {
  color: #fff;
}
/*------------------------------------------------------------------------------
# Components > Global Style
------------------------------------------------------------------------------*/
/*********************

*********************/
.neovantage-post-grid-block {
  position: relative;
  margin-bottom: 40px;
}
.neovantage-post-grid-block .neovantage-grid {
  overflow: hidden;
}
.neovantage-post-grid-block .neovantage-grid > article {
  overflow: hidden;
  float: left;
  position: relative;
  background: #0d0d0d;
}
.neovantage-post-grid-block .neovantage-grid .neovantage-grid-content {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.neovantage-post-grid-block .neovantage-grid .neovantage-grid-content .neovantage-grid-img {
  opacity: 0;
  -webkit-transition: 1s opacity ease;
  -o-transition: 1s opacity ease;
  transition: 1s opacity ease;
}
.neovantage-post-grid-block .neovantage-grid .neovantage-grid-content .neovantage-grid-img a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: optimizeQuality;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.neovantage-post-grid-block .neovantage-grid .neovantage-grid-content:hover a {
  opacity: 0.7;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
@media (min-width: 768px) {
  .neovantage-post-grid-block .neovantage-grid-4 {
    height: 400px;
  }
}
@media (min-width: 1020px) {
  .neovantage-post-grid-block .neovantage-grid-4 {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .neovantage-post-grid-block .neovantage-grid-4 {
    height: 800px;
  }
}
.neovantage-post-grid-block .neovantage-grid-4 .neovantage-grid-entry {
  margin: 0;
  border-bottom: 3px solid #fff;
  width: 100%;
}
.neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-1,
.neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-2 {
  height: 250px;
}
@media (min-width: 768px) {
  .neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-1,
  .neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-2 {
    height: 56%;
  }
}
@media (min-width: 768px) {
  .neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-1 {
    width: 60%;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
@media (min-width: 768px) {
  .neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-2 {
    width: 40%;
    border-bottom: 3px solid #fff;
  }
}
.neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-3,
.neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-4 {
  height: 250px;
}
@media (min-width: 768px) {
  .neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-3,
  .neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-4 {
    width: 50%;
    height: 45%;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-3 {
    border-right: 3px solid #fff;
  }
}
.neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-1 a img,
.neovantage-post-grid-block .neovantage-grid-4 .neovantage-feature-2 a img {
  margin-left: -6%;
  height: 100%;
  width: auto;
  max-width: none;
}
.neovantage-style-overlay .neovantage-article-meta {
  position: absolute;
  left: 0;
  z-index: 16;
  width: 100%;
  text-align: center;
  background: url(../images/black-50.png);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  bottom: 0;
  padding-top: 40px;
}
.neovantage-style-overlay .neovantage-byline {
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  letter-spacing: 1px;
}
.neovantage-style-overlay .neovantage-byline .neovantage-byline-element {
  display: inline-block;
  margin: 0 7px 10px 0;
}
.neovantage-style-overlay .neovantage-byline i {
  margin-right: 3px;
}
.neovantage-style-overlay .neovantage-byline a {
  color: #fff;
}
.neovantage-style-overlay .neovantage-post-title {
  line-height: 1.7;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 0 0 10px;
}
.neovantage-style-overlay .neovantage-post-title a {
  color: #fff;
}
.neovantage-style-overlay img {
  width: 100%;
}
.neovantage-images-loaded .neovantage-post-grid-block .neovantage-grid .neovantage-grid-content .neovantage-grid-img {
  opacity: 1;
}
/*------------------------------------------------------------------------------
# Components -> Alerts
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## Components -> Alerts -> Base
------------------------------------------------------------------------------*/
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
/*------------------------------------------------------------------------------
## Components -> Alerts -> Dismissible
------------------------------------------------------------------------------*/
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
/*------------------------------------------------------------------------------
# Components -> Alerts -> Alternate
------------------------------------------------------------------------------*/
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
/*------------------------------------------------------------------------------
# Components -> Blockquotes
------------------------------------------------------------------------------*/
blockquote,
blockquote.wp-block-quote {
  background: #f9f9f9;
  border-left: 5px solid #26c6da;
  margin: 0 0 24px;
  padding: 24px 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
}
blockquote p:last-child,
blockquote.wp-block-quote p:last-child,
blockquote ul:last-child,
blockquote.wp-block-quote ul:last-child,
blockquote ol:last-child,
blockquote.wp-block-quote ol:last-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote.wp-block-quote cite,
blockquote footer,
blockquote.wp-block-quote footer,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote .wp-block-quote__citation {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #cccccc;
  text-align: inherit;
  margin-top: 12px;
}
blockquote cite::before,
blockquote.wp-block-quote cite::before,
blockquote footer::before,
blockquote.wp-block-quote footer::before,
blockquote .wp-block-quote__citation::before,
blockquote.wp-block-quote .wp-block-quote__citation::before {
  content: "\2014 \0020";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #26c6da;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
/*------------------------------------------------------------------------------
# Components -> Related Post
------------------------------------------------------------------------------*/
.related-post {
  margin-bottom: 40px;
}
.related-post .related-post-title {
  position: relative;
  text-transform: uppercase;
}
.related-post .related-post-title > span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 4px 10px 4px 25px;
}
.related-post .related-post-title > span:before {
  margin-top: -8px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 14px solid #26c6da;
}
.related-post .related-post-title:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 100%;
  height: 10px;
  margin-top: -5px;
  background-image: url('images/3-3-pixels.png');
  -webkit-transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  -o-transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
  transition: 0.35s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
}
.related-post .neovantage-blog-box {
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .related-post .neovantage-blog-box {
    margin-bottom: 30px;
  }
}
.related-post .neovantage-blog-box .iq-blog-detail {
  padding: 0 15px 15px;
}
.related-post .neovantage-blog-box .iq-blog-detail .entry-title a {
  color: #26c6da;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.related-post .neovantage-blog-box .iq-blog-detail p {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.related-post .neovantage-blog-box .entry-meta {
  border: 0 none;
  padding-top: 0;
  margin-bottom: 0;
}
.related-post .neovantage-blog-box .blog-button {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  padding: 15px 0 0;
}
.related-post .neovantage-blog-box .blog-button a {
  font-size: 14px;
  color: #888;
}
.related-post .neovantage-blog-box .blog-button i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
/*------------------------------------------------------------------------------
# Site
------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
## Site -> Components
--------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## Blog - Article
------------------------------------------------------------------------------*/
.updated:not(.published) {
  display: none;
}
.sticky {
  display: block;
}
article {
  margin-bottom: 40px;
}
article .entry-header .entry-title {
  margin-bottom: 15px;
}
article .entry-header .entry-title a {
  color: #26c6da;
  font-weight: 700;
}
article .entry-header .entry-title a:hover {
  text-decoration: none;
}
.page-template-template-landing article {
  margin-bottom: 0;
}
.archive.tag {
  color: #222 !important;
}
/*------------------------------------------------------------------------------
## Blog - Entry Media
------------------------------------------------------------------------------*/
.entry-slider {
  margin-bottom: 20px;
}
.entry-media {
  position: relative;
  margin-bottom: 20px;
}
.entry-media .blog-img {
  padding: 0;
  width: 100%;
  height: auto;
}
.entry-media .blog-img a {
  display: block;
  overflow: hidden;
  position: relative;
}
.entry-media .blog-img a .hover {
  display: none;
}
.entry-media .blog-img.hover-effect a img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.entry-media .blog-img.hover-effect a .hover {
  display: block;
  position: absolute;
  right: 30px;
  left: 30px;
  top: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.3);
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.entry-media .blog-img.hover-effect a .hover i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  height: 40px;
  margin-top: -22.5px;
  zoom: 1;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.entry-media .blog-img.hover-effect a .hover:after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.entry-media .blog-img.hover-effect a:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.entry-media .blog-img.hover-effect a:hover .hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  zoom: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry-media .blog-img.hover-effect a:hover .hover i {
  zoom: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry-media .blog-img.hover-effect a:hover .hover:after {
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
}
.entry-content .instagram-media,
.entry-content .reddit-card,
.entry-content .tumblr-post,
.entry-content .twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  display: none;
}
/*------------------------------------------------------------------------------
## Blog - Post Meta
------------------------------------------------------------------------------*/
.post-meta {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-top: none;
  text-align: center;
}
.post-meta .format {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}
.post-meta i {
  margin: 0;
}
.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}
.post-meta .date span {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.post-meta .comments {
  padding: 10px 0 10px;
}
.post-meta .comments a {
  font-size: 12px;
  font-weight: 700;
}
.post-meta .comments a:hover {
  text-decoration: none;
}
.entry-meta {
  font-family: "Overpass Mono", "Courier New", monospace;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  margin-bottom: 24px;
}
.entry-meta .meta-post {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .entry-meta .meta-post {
    float: none;
    text-align: center;
  }
}
.entry-meta .meta-post li {
  list-style: none;
  display: inline-block;
  padding: 0 10px 0 0;
  margin-right: 10px;
  border-right: 1px dotted #f1f1f1;
  color: #888;
}
.entry-meta .meta-post li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.entry-meta .meta-post li i {
  position: relative;
  top: 2px;
  font-size: 12px;
}
.entry-meta .meta-post li a {
  color: #888;
  font-size: 14px;
}
.entry-meta .meta-post li .post-views {
  font-size: 14px;
}
.entry-meta > a {
  float: right;
  font-weight: 700;
}
@media (max-width: 767px) {
  .entry-meta > a {
    float: none;
    display: block;
    text-align: center;
    margin-top: 5px;
  }
}
.entry-terms {
  margin-bottom: 24px;
}
.entry-terms .tags-links i {
  margin: 0 5px 0 0;
  position: relative;
  top: 5px;
  font-size: 18px;
}
.entry-terms .tags-links a {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 33px;
  padding: 0 15px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #5f5f5f;
  line-height: 28px;
}
.entry-terms .tags-links a:hover,
.entry-terms .tags-links a:active,
.entry-terms .tags-links a:focus {
  background: #26c6da;
  color: #fff;
  border-color: transparent;
}
.entry-categories {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.entry-categories li a {
  background-color: #26c6da;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 2px 7px;
  margin-right: 3px;
  margin-bottom: 3px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
/*------------------------------------------------------------------------------
## Blog - Single Post
------------------------------------------------------------------------------*/
.single .entry-content a:not(.carousel-control) {
  color: #26c6da;
}
.single .entry-content a:not(.carousel-control):hover,
.single .entry-content a:not(.carousel-control):focus {
  text-decoration: underline;
}
.about-author {
  border: 1px solid #f1f1f1;
  padding: 20px;
  float: left;
  margin-bottom: 5px;
}
.about-author h5 {
  margin-bottom: 10px;
}
/*--------------------------------------------------------------------------------
## Site -> Pages
--------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## Page - 404
------------------------------------------------------------------------------*/
.error-404 .page-title {
  display: block;
  font-size: 100px;
  margin: 0;
  line-height: 1;
}
.error-404 .lead {
  margin-bottom: 0;
}
/* =============================================================================
 * Components > General
 * ===========================================================================*/
/* =============================================================================
 * Components > General > Layout
 * ===========================================================================*/
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
#featured {
  width: 100%;
  background: #26c6da;
  position: relative;
  margin: 0 0 50px 0;
  padding: 0;
}
/* =============================================================================
 * Components > General > Responsive Media
 * ===========================================================================*/
.video-container,
.map-container,
.embed-container {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: none;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
  border: none;
}
img.img-polaroid {
  margin: 0 0 20px 0;
}
.img-box {
  max-width: 100%;
}
/* =============================================================================
 * Components > General > List
 * ===========================================================================*/
ul.general {
  list-style: none;
  margin-left: 0;
}
/* =============================================================================
 * Components > Captions
 * ===========================================================================*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* =============================================================================
 * Components > Gallery
 * ===========================================================================*/
.gallery-caption {
  display: block;
}
/* =============================================================================
 * Components > Addon Group
 * ===========================================================================*/
.input-group-addon {
  border: none;
  padding: 0;
}
.input-group-addon .btn-default {
  background-color: #26c6da;
  border-color: #26c6da;
  color: #f9f9f9;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.input-group-addon .btn-default:hover,
.input-group-addon .btn-default:focus {
  background-color: #26c6da;
  border-color: #26c6da;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.input-group-addon .btn-default .icon {
  position: relative;
  top: 2px;
}
div.wpcf7 img.ajax-loader {
  width: auto !important;
}
.site-main img {
  width: 100%;
  height: auto;
}
.no-padding {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .no-padding {
    padding: 0;
  }
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  height: 100% !important;
}
.edit-link {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.58);
  padding: 4px 11px;
}
.edit-link a {
  color: #fff;
}
/*------------------------------------------------------------------------------
## 3rd Party Library -> NEO Knowledgebase
------------------------------------------------------------------------------*/
.neo-knowledge-base .nkb-page {
  padding: 0;
}
@media screen and (min-width: 650px) {
  .nkb-archive > li {
    padding-right: 0;
  }
}
.nkb-voting-comment-textarea:hover,
.nkb-voting-comment-textarea:focus,
.nkb-voting-comment-textarea:active {
  border-color: #26c6da;
}
.archive-search {
  display: table-cell;
  vertical-align: middle;
}
.neo-knowledge-base .nkb-search-field {
  width: 330px;
}
.nkb-page-header {
  background: #f2f2f2;
  padding: 10px 0;
}
.neo-knowledge-base .nkb-page-header .nkb-search-field {
  padding: 10px 20px 10px 45px;
}
