@charset "UTF-8";
/*!
Theme Name: APSI
Theme URI: http://underscores.me/
Author: Threefold Systems
Author URI: http://www.threefoldsystems.com
Description: A Theme built by Threefold Systems
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: APSI
Tags:

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.

apsi 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.
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("sass/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("sass/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("sass/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("sass/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("sass/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("sass/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

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

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

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #FFFFFF;
  font-family: "Roboto", Halvetica, sans-serif;
  font-weight: 400;
  color: #343631;
}

p, ul, li {
  font-family: "Roboto", Halvetica, sans-serif;
  font-weight: 400;
  color: #343631;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", Halvetica, sans-serif;
  font-weight: 300;
}

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

.page-wrapper {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.content-list {
  font-size: 16px;
  line-height: 25px;
}

.content-list .content-list-title {
  margin-bottom: 10px;
}

.content-list .content-list-excerpt {
  overflow: hidden;
}

.content-list .content-list-thumb {
  float: left;
  max-width: 260px;
  margin: 0 20px 10px 0;
}

/***** Typography Start *****/
h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.0rem;
}

h6 {
  font-size: 0.875rem;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 400;
  color: #343631;
  text-decoration: none;
}

b, strong {
  font-weight: 900;
}

a {
  color: #343631;
  text-decoration: none;
}

a:hover {
  color: #4e5149;
  transition: all 0.5s;
}

i, em {
  font-style: italic;
}

small {
  font-size: 8px;
  font-size: 0.5rem;
}

big {
  font-size: 20px;
  font-size: 1.25rem;
}

pre, code {
  font-family: "Consolas", Courier New, Courier, monospace;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}

pre {
  padding: 20px;
  padding: 1.25rem;
  white-space: pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -webkit-pre-wrap;
}

p {
  font-size: 16px;
  line-height: 23px;
  word-wrap: break-word;
  margin-bottom: 1.25rem;
}

ol, ul {
  list-style: disc;
  margin-left: 40px;
  margin-bottom: 10px;
}

blockquote {
  color: #343631;
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 20px 20px 20px;
  padding: 20px 20px 0 20px;
  border-left: 5px solid #343631;
  display: inline-block;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p, .entry-content blockquote, .entry-content table, .content-list-excerpt h1, .content-list-excerpt h2, .content-list-excerpt h3, .content-list-excerpt h4, .content-list-excerpt h5, .content-list-excerpt h6, .content-list-excerpt p, .content-list-excerpt blockquote, .content-list-excerpt table {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.content-thumb {
  margin-bottom: 5px;
}

.content-thumb img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}

/***** Typography End *****/
.button span {
  font-size: 14px;
  color: #fff;
  background: #343631;
  padding: 15px;
  margin: 15px 0 10px 0;
  text-transform: uppercase;
  display: inline-block;
  transition: all .5s;
}

.button span:hover {
  background: #1f1e1e;
}

.separator, .grid-separator {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px dotted #cdcdcd;
}

.alignleft {
  float: left;
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

.alignright {
  float: right;
  margin: 0.3125rem 0 1.25rem 1.25rem;
}

h1 {
  font-size: 1em;
  font-weight: 300;
}

h1:after {
  margin: 15px 0;
  content: "";
  border-bottom: 3px solid #343631;
  width: 50px;
  display: block;
}

.posts-lists .section h1, .single .section h1, .page .section h1 {
  font-size: 2em;
}

.posts-lists .section h2, .single .section h2, .page .section h2 {
  font-size: 1.6em;
}

.error-404 h1, .archive h1 {
  font-size: 2em;
}

.posts-lists article {
  padding: 15px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.posts-lists article:last-child {
  border-top: 0;
}

@media only screen and (max-width: 980px) {
  .grid-separator {
    border-bottom: none;
  }
  .content-thumb {
    width: 100%;
    text-align: center;
    overflow: hidden;
    max-height: 300px;
  }
  .content-thumb img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
  }
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1025px) {
  .container {
    width: 100%;
  }
}

.row, html #content, body #content {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.col-sm, .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, html #content #full-page, body #content #full-page, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3,
.col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9,
.col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-sm {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-sm-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-sm-offset-1 {
  margin-left: 8.33333%;
}

.col-sm-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-sm-offset-2 {
  margin-left: 16.66667%;
}

.col-sm-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.col-sm-4 {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-sm-offset-4 {
  margin-left: 33.33333%;
}

.col-sm-5 {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-sm-offset-5 {
  margin-left: 41.66667%;
}

.col-sm-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-sm-offset-6 {
  margin-left: 50%;
}

.col-sm-7 {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-sm-offset-7 {
  margin-left: 58.33333%;
}

.col-sm-8 {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-sm-offset-8 {
  margin-left: 66.66667%;
}

.col-sm-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-sm-offset-9 {
  margin-left: 75%;
}

.col-sm-10 {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-sm-offset-10 {
  margin-left: 83.33333%;
}

.col-sm-11 {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-sm-offset-11 {
  margin-left: 91.66667%;
}

.col-sm-12, html #content #full-page, body #content #full-page {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-sm-offset-12 {
  margin-left: 100%;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, html #content #secondary, body #content #secondary, .col-md-5, .col-md-6, .col-md-7, .col-md-8, html #content #primary, body #content #primary, .col-md-9,
.col-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3,
.col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9,
.col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-md {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-md-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-md-offset-1 {
  margin-left: 8.33333%;
}

.col-md-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-md-offset-2 {
  margin-left: 16.66667%;
}

.col-md-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-md-offset-3 {
  margin-left: 25%;
}

.col-md-4, html #content #secondary, body #content #secondary {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-md-offset-4 {
  margin-left: 33.33333%;
}

.col-md-5 {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-md-offset-5 {
  margin-left: 41.66667%;
}

.col-md-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-md-offset-6 {
  margin-left: 50%;
}

.col-md-7 {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-md-offset-7 {
  margin-left: 58.33333%;
}

.col-md-8, html #content #primary, body #content #primary {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-md-offset-8 {
  margin-left: 66.66667%;
}

.col-md-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-md-offset-9 {
  margin-left: 75%;
}

.col-md-10 {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-md-offset-10 {
  margin-left: 83.33333%;
}

.col-md-11 {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-md-offset-11 {
  margin-left: 91.66667%;
}

.col-md-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-md-offset-12 {
  margin-left: 100%;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3,
.col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9,
.col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-lg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-lg-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-lg-offset-1 {
  margin-left: 8.33333%;
}

.col-lg-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-lg-offset-2 {
  margin-left: 16.66667%;
}

.col-lg-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-lg-offset-3 {
  margin-left: 25%;
}

.col-lg-4 {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-lg-offset-4 {
  margin-left: 33.33333%;
}

.col-lg-5 {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-lg-offset-5 {
  margin-left: 41.66667%;
}

.col-lg-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-lg-offset-6 {
  margin-left: 50%;
}

.col-lg-7 {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-lg-offset-7 {
  margin-left: 58.33333%;
}

.col-lg-8 {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-lg-offset-8 {
  margin-left: 66.66667%;
}

.col-lg-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-lg-offset-9 {
  margin-left: 75%;
}

.col-lg-10 {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-lg-offset-10 {
  margin-left: 83.33333%;
}

.col-lg-11 {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-lg-offset-11 {
  margin-left: 91.66667%;
}

.col-lg-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-lg-offset-12 {
  margin-left: 100%;
}

@media only screen and (max-width: 980px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, html #content #secondary, body #content #secondary, .col-md-5, .col-md-6, .col-md-7, .col-md-8, html #content #primary, body #content #primary, .col-md-9,
  .col-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3,
  .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9,
  .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 100%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-2 {
    margin-left: 100%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-3 {
    margin-left: 100%;
  }
  .col-md-4, html #content #secondary, body #content #secondary {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-4 {
    margin-left: 100%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-5 {
    margin-left: 100%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-6 {
    margin-left: 100%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-7 {
    margin-left: 100%;
  }
  .col-md-8, html #content #primary, body #content #primary {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-8 {
    margin-left: 100%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-9 {
    margin-left: 100%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-10 {
    margin-left: 100%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-11 {
    margin-left: 100%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .container {
    width: 60rem;
  }
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
  .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3,
  .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9,
  .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 100%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-2 {
    margin-left: 100%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-3 {
    margin-left: 100%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-4 {
    margin-left: 100%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-5 {
    margin-left: 100%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-6 {
    margin-left: 100%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-7 {
    margin-left: 100%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-8 {
    margin-left: 100%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-9 {
    margin-left: 100%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-10 {
    margin-left: 100%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 100%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .container {
    width: 64rem;
  }
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
  .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3,
  .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9,
  .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 100%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-2 {
    margin-left: 100%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-3 {
    margin-left: 100%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-4 {
    margin-left: 100%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-5 {
    margin-left: 100%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-6 {
    margin-left: 100%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-7 {
    margin-left: 100%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-8 {
    margin-left: 100%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-9 {
    margin-left: 100%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-10 {
    margin-left: 100%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 100%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@keyframes drawMenuLine {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

.site-header {
  padding: 10px 0;
  display: block;
  flex-direction: column;
  position: fixed;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.26);
}

.caret::after {
  content: '\2304';
}

.main-navigation {
  font-size: 18px;
  text-align: right;
  padding-top: 20px;
  font-weight: 700;
}

.main-navigation ul {
  margin-left: 0;
  margin-bottom: 0;
  background: #FFFFFF;
}

.main-navigation ul li {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

.main-navigation ul li:hover {
  color: #466630;
}

.main-navigation ul li:hover:after {
  animation: 0.2s ease-in 0s 1 drawMenuLine;
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  background-color: #466630;
  left: 5%;
  bottom: 1px;
}

.main-navigation ul li:first-child {
  margin-left: 0;
  border-left: none;
}

.main-navigation ul li a {
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  transition: all .6s;
  color: #343631;
}

.main-navigation ul li a:hover {
  color: #466630;
}

.main-navigation ul li.current_page_item:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  background-color: #466630;
  left: 5%;
  bottom: 1px;
}

.main-navigation ul li.current_page_item a {
  color: #466630;
}

.main-navigation ul li .dropdown-menu {
  display: none;
  position: absolute;
}

.main-navigation ul li .dropdown-menu .current_page_item:after {
  content: "";
}

.main-navigation ul li .dropdown-menu .current_page_item a {
  color: #466630;
}

#mobile-navigation-btn {
  display: none;
}

@media screen and (max-width: 980px) {
  .main-navigation {
    padding-bottom: 10px;
  }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .main-navigation ul li {
    display: block;
    border: none;
    margin: 0;
  }
  .main-navigation ul li a {
    color: #FFFFFF;
    background: #343631;
    text-decoration: none;
    display: block;
    padding: 15px 15px;
  }
  .main-navigation ul li a:hover {
    color: #76ab51;
  }
  .main-navigation ul li.current_page_item a {
    color: #76ab51;
  }
  .main-navigation ul li.current_page_item:after {
    display: none;
  }
  .main-navigation ul li:hover:after {
    display: none;
  }
  .main-navigation ul .dropdown-menu {
    display: none;
  }
  .main-navigation ul .dropdown-menu li a {
    padding-left: 3em;
    color: red;
  }
  .main-navigation.dropdown-menu {
    display: none;
    z-index: 9999999;
    width: 100%;
    height: auto;
    background: #343631;
  }
  .main-navigation.left-menu {
    display: none;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 9999999;
    width: 70%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #mobile-navigation-btn {
    display: block;
    min-height: 20px;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid white;
    margin-top: 17px;
  }
  #mobile-navigation-btn div {
    background-color: #343631;
    border: 1px solid #FFFFFF;
    height: 2px;
    margin-top: 3px;
    width: 30px;
    text-align: right;
    margin-left: 85%;
  }
  #contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 5;
    background: rgba(41, 41, 41, 0.42);
  }
}

.site-logo img {
  margin: 0 auto;
}

.site-header {
  background: #FFFFFF;
  color: #1f1e1e;
}

.site-header a {
  color: #e6e6e6;
}

.header-ad {
  padding: 20px 0;
}

.site-footer {
  background: #343631;
  color: #FFFFFF;
  padding: 30px 0;
  font-size: 15px;
}

.site-footer img {
  max-width: 100%;
}

.site-footer .footer-widget h5 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
}

.site-footer a {
  color: #FFFFFF;
}

.site-footer a:hover {
  text-decoration: none;
  color: #76ab51;
}

.site-footer p {
  margin: 10px 0;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}

.site-footer ul {
  margin: 10px 0;
  list-style-type: none;
  padding: 0;
}

.site-footer ul li {
  font-size: 15px;
  line-height: 25px;
}

.site-footer .footer-social-media {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}

.site-footer .footer-social-media li {
  display: inline-block;
  padding-right: 10px;
}

.site-footer .footer-social-media li a i {
  font-size: 23px;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-footer .footer-social-media li a i:hover {
  transform: scale(1.2);
  color: #76ab51;
}

.footer-1, .footer-2, .footer-3, .footer-4, .footer-copyright, .footer-social {
  margin-top: 25px;
}

#go-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #989898;
  border-radius: 4px;
  text-align: center;
  bottom: 30px;
  cursor: pointer;
  display: none;
  right: 30px;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  z-index: 99999;
}

#go-to-top i {
  font-size: 30px;
  line-height: 46px;
  color: #FFFFFF;
}

#go-to-top:hover {
  background: #466630;
}

html, body {
  height: 100%;
}

html #page, body #page {
  margin: 0;
  font-size: 16px;
  height: 100%;
}

html #content, body #content {
  margin-top: 80px;
  min-height: 85%;
}

html #content #primary #main, body #content #primary #main {
  background: #FFFFFF;
  padding: 10px;
}

html #content #full-page #main, body #content #full-page #main {
  background: #FFFFFF;
}

html #content #secondary #page-sidebar, body #content #secondary #page-sidebar {
  background: #FFFFFF;
  padding: 10px;
}

html #content #secondary #page-sidebar .widget h2, body #content #secondary #page-sidebar .widget h2 {
  font-size: 20px;
  margin-top: 1em;
}

.content-area {
  flex-basis: 100%;
  max-width: 100%;
}

.home .site-content {
  margin-top: 0;
}

.share-buttons {
  margin: 30px 0;
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}

.share-buttons a {
  color: #FFFFFF;
  font-size: 13px;
  padding: 5px 25px;
  width: 70%;
  display: inline-block;
  text-align: center;
}

.share-buttons a .fa {
  padding-right: 5px;
  font-size: 16px;
}

.share-buttons a:hover {
  color: #FFFFFF;
}

.share-buttons .facebook {
  background: #3e64ad;
}

.share-buttons .facebook:hover {
  opacity: 0.7;
}

.share-buttons .twitter {
  background: #6aadd1;
}

.share-buttons .twitter:hover {
  opacity: 0.7;
}

.share-buttons .pintrest {
  background: #de010d;
}

.share-buttons .pintrest:hover {
  opacity: 0.7;
}

.share-buttons .plusone {
  background: #cd3627;
}

.share-buttons .plusone:hover {
  opacity: 0.7;
}

.apsi-button, .wpcf7 input[type="submit"], .error404 .search-form .search-submit, .no-results .search-form .search-submit, #sidebar .search-form .search-submit {
  display: inline-block;
  font-size: 15px;
  padding: 7px 15px;
  margin: 10px 0;
  background: #343631;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
}

.apsi-button:hover, .wpcf7 input[type="submit"]:hover, .error404 .search-form .search-submit:hover, .no-results .search-form .search-submit:hover, #sidebar .search-form .search-submit:hover {
  color: #FFFFFF;
  text-decoration: none;
  background: #4e5149;
}

.apsi-button.apsi-button-green, .wpcf7 input.apsi-button-green[type="submit"], .error404 .search-form .apsi-button-green.search-submit, .no-results .search-form .apsi-button-green.search-submit, #sidebar .search-form .apsi-button-green.search-submit {
  background: #229245;
}

.apsi-button.apsi-button-green:hover, .wpcf7 input.apsi-button-green[type="submit"]:hover, .error404 .search-form .apsi-button-green.search-submit:hover, .no-results .search-form .apsi-button-green.search-submit:hover, #sidebar .search-form .apsi-button-green.search-submit:hover {
  background: #186931;
  text-decoration: none;
}

.apsi-input, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .error404 .search-form .search-field, .no-results .search-form .search-field, #sidebar .search-form .search-field {
  color: #6b6b6b;
  background: #fbfbfb;
  border: 1px solid #dcdcdc;
  padding: 10px 2%;
  display: inline-block;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 10px;
  outline: 0;
  font-size: 16px;
  border-radius: 5px;
}

.section {
  padding: 50px 0;
}

.section.section-small-padding {
  padding: 15px 0;
}

.section p {
  font-size: 18px;
  line-height: 29px;
}

.section ul, .section li {
  font-size: 18px;
  line-height: 25px;
}

.section.section-big-title h1 {
  font-size: 3em;
  font-weight: 300;
}

.section.section-big-title h1:after {
  margin: 15px 0;
  content: "";
  border-bottom: 3px solid #343631;
  width: 50px;
  display: block;
}

.section.section-big-title h2 {
  font-size: 3em;
  font-weight: 300;
}

.section.section-big-title h2:after {
  margin: 15px 0;
  content: "";
  border-bottom: 3px solid #343631;
  width: 50px;
  display: block;
}

.section.section-bg-medium {
  background: #F0F0F0;
}

.section.section-bg-light {
  background: #FFFFFF;
}

.section.section-bg-dark {
  background: #343631;
  color: #FFFFFF;
}

.section.section-bg-dark h2 {
  color: #FFFFFF;
}

.section.section-bg-dark h2:after {
  border-color: #FFFFFF;
}

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

.section.section-center h2:after {
  margin: 15px auto;
}

.section.above-section-float {
  padding-bottom: 100px;
}

@media screen and (max-width: 980px) {
  .section.above-section-float {
    padding-bottom: 30px;
  }
}

.section.section-orange h2, .section.section-orange h3 {
  color: #ff7752;
}

.section.section-orange h2:after {
  border-color: #ff7752;
}

.section.section-orange .section-float-title {
  background: #ff7752;
}

.section.section-green h1, .section.section-green h2, .section.section-green h3 {
  color: #229245;
}

.section.section-green h1:after {
  border-color: #229245;
}

.section.section-green h2:after {
  border-color: #229245;
}

.section.section-green .section-float-title {
  background: #229245;
}

.section.section-green .apsi-button, .section.section-green .wpcf7 input[type="submit"], .wpcf7 .section.section-green input[type="submit"], .section.section-green .error404 .search-form .search-submit, .error404 .search-form .section.section-green .search-submit, .section.section-green .no-results .search-form .search-submit, .no-results .search-form .section.section-green .search-submit, .section.section-green #sidebar .search-form .search-submit, #sidebar .search-form .section.section-green .search-submit {
  background: #229245;
}

.section.section-green .apsi-button:hover, .section.section-green .wpcf7 input[type="submit"]:hover, .wpcf7 .section.section-green input[type="submit"]:hover, .section.section-green .error404 .search-form .search-submit:hover, .error404 .search-form .section.section-green .search-submit:hover, .section.section-green .no-results .search-form .search-submit:hover, .no-results .search-form .section.section-green .search-submit:hover, .section.section-green #sidebar .search-form .search-submit:hover, #sidebar .search-form .section.section-green .search-submit:hover {
  background: #186931;
  text-decoration: none;
}

.section.section-float {
  padding-top: 0;
}

.section.section-float h2 {
  padding: 15px 0;
  font-size: 1.8em;
  font-weight: 700;
  color: #FFFFFF;
}

.section .section-float-title h2:after {
  content: none;
}

.product-service {
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .product-service .product-service-column {
    position: relative;
    top: -130px;
    margin-bottom: -80px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1024px) {
  .product-service .product-service-column {
    margin-top: 20px;
  }
}

.product-service .section-float-content {
  padding: 20px;
}

@media screen and (min-width: 980px) {
  .product-service .section-float-content {
    float: left;
    position: relative;
    top: 130px;
    width: 55%;
  }
}

.product-service.product-service-left .section-float-title h2 {
  padding: 20px;
  float: right;
  width: 55%;
}

.product-service.product-service-left .section-float-content {
  float: right;
}

@media screen and (min-width: 980px) {
  .product-service.product-service-left .actual-product-service {
    width: 38%;
  }
}

@media screen and (min-width: 980px) {
  .product-service.product-service-right .actual-product-service {
    float: right;
  }
}

@media screen and (min-width: 980px) {
  .product-service.product-service-right .section-float-content {
    padding-left: 0;
  }
}

.product-service .actual-product-service {
  -webkit-box-shadow: 0px 0px 50px -8px #b3b3b3;
  -moz-box-shadow: 0px 0px 50px -8px #b3b3b3;
  box-shadow: 0px 0px 50px -8px #b3b3b3;
  margin-top: 20px;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
}

@media screen and (min-width: 980px) {
  .product-service .actual-product-service {
    float: left;
    width: 40%;
  }
}

.product-service .actual-product-service .product-service-image {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 100%;
}

.wpcf7 textarea {
  width: 98%;
  padding: 10px 1%;
}

.wpcf7 input[type="submit"] {
  background: #229245;
  display: block;
  border: 0;
  margin: auto;
}

.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:active {
  background: #186931;
  cursor: pointer;
}

.wpcf7-not-valid {
  border-color: red !important;
}

.error404 .search-form .search-field, .no-results .search-form .search-field {
  max-width: 300px;
}

.error404 .search-form .search-submit, .no-results .search-form .search-submit {
  background: #229245;
  display: inline-block;
  border: 0;
  padding: 11px 15px;
  margin: auto;
}

.error404 .search-form .search-submit:hover, .no-results .search-form .search-submit:hover {
  background: #186931;
  cursor: pointer;
}

.posts-navigation .nav-links .nav-previous {
  float: right;
}

.posts-navigation .nav-links .nav-next {
  float: left;
}

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

@media screen and (min-width: 980px) {
  .agora-jobs.homepage-list {
    margin-bottom: -130px;
    width: 75%;
    margin-left: 25%;
    position: relative;
    top: -130px;
  }
}

.agora-jobs.homepage-list .agora-job {
  margin-top: 0;
}

.agora-jobs .agora-job {
  -webkit-box-shadow: 0px 0px 50px -8px #b3b3b3;
  -moz-box-shadow: 0px 0px 50px -8px #b3b3b3;
  box-shadow: 0px 0px 50px -8px #b3b3b3;
  margin: 20px 0;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
}

.agora-jobs .agora-job h3 {
  margin: 10px 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #466630;
}

.agora-jobs .agora-job h4 {
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 10px;
}

.agora-jobs .agora-job p {
  font-size: 16px;
  line-height: 26px;
}

.agora-jobs .agora-job a {
  font-weight: 700;
  font-size: 15px;
}

.agora-jobs .agora-job a:hover {
  text-decoration: underline;
}

.agora-jobs .agora-job .apsi-button:hover, .agora-jobs .agora-job .wpcf7 input[type="submit"]:hover, .wpcf7 .agora-jobs .agora-job input[type="submit"]:hover, .agora-jobs .agora-job .error404 .search-form .search-submit:hover, .error404 .search-form .agora-jobs .agora-job .search-submit:hover, .agora-jobs .agora-job .no-results .search-form .search-submit:hover, .no-results .search-form .agora-jobs .agora-job .search-submit:hover, .agora-jobs .agora-job #sidebar .search-form .search-submit:hover, #sidebar .search-form .agora-jobs .agora-job .search-submit:hover {
  text-decoration: none;
}

.agora-jobs .agora-jobs-load-more {
  text-align: right;
  margin-top: 30px;
}

.agora-jobs .agora-jobs-load-more a {
  color: #466630;
  font-size: 18px;
  font-weight: 700;
}

.agora-jobs .agora-jobs-load-more a:hover {
  color: #5e8940;
  text-decoration: underline;
}

.job-title-meta {
  margin-bottom: 10px;
  font-size: 15px;
  color: #989898;
}

.job-tags {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.job-tags li {
  line-height: 16px;
  display: inline-block;
  margin: 5px 10px 5px 0;
  font-weight: 300;
  font-size: 13px;
  padding: 2px 10px;
  background: #E1FECD;
  border: 1px solid #c3fd9b;
  border-radius: 5px;
}

@media screen and (max-width: 980px) {
  #sidebar {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #dcdcdc;
  }
}

#sidebar .widget {
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}

#sidebar .widget:last-child {
  border-bottom: 0;
}

#sidebar .widget .widget-title {
  padding: 5px;
  color: #466630;
  margin-bottom: 10px;
  font-weight: 700;
}

#sidebar .widget ul li {
  font-size: 15px;
  line-height: 25px;
}

#sidebar .search-form label {
  text-align: center;
}

#sidebar .search-form .screen-reader-text {
  display: block;
}

#sidebar .search-form .search-submit {
  background: #229245;
  display: block;
  border: 0;
  margin: auto;
}

#sidebar .search-form .search-submit:hover {
  background: #186931;
  cursor: pointer;
}

@media screen and (min-width: 980px) {
  .our-beliefs {
    width: 80%;
    position: relative;
    top: -130px;
    margin-bottom: -130px;
    margin-left: 20%;
  }
}

.our-beliefs .our-belief {
  -webkit-box-shadow: 0px 0px 50px -8px #b3b3b3;
  -moz-box-shadow: 0px 0px 50px -8px #b3b3b3;
  box-shadow: 0px 0px 50px -8px #b3b3b3;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 980px) {
  .our-beliefs .our-belief {
    margin: 20px 0;
  }
}

.our-beliefs .our-belief h3 {
  margin: 10px 0;
  font-size: 1.2em;
  font-weight: 700;
}

.our-beliefs .our-belief p {
  font-size: 16px;
  line-height: 26px;
}

.our-beliefs .our-belief a {
  font-weight: 700;
  font-size: 15px;
}

.our-beliefs .our-belief a:hover {
  text-decoration: underline;
}

.our-beliefs .our-belief .our-belief-image {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
  height: 100%;
}

.meet-the-team {
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 50px;
  border-radius: 10px;
}

.meet-the-team .meet-the-team-item {
  margin-top: 100px;
  padding: 20px;
  border: 3px solid #343631;
  border-radius: 10px;
  background: #FFFFFF;
  color: #343631;
}

.meet-the-team .meet-the-team-item .meet-the-team-image {
  border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  max-width: 100%;
  border: 3px solid #343631;
  position: relative;
  margin-bottom: -125px;
  top: -120px;
  float: right;
}

.meet-the-team .meet-the-team-item p {
  font-size: 16px;
  line-height: 25px;
}

.meet-the-team .meet-the-team-item h3, .meet-the-team .meet-the-team-item h4 {
  margin: 10px 0;
  color: #343631;
  font-weight: 700;
}

.meet-the-team .meet-the-team-item h3 {
  font-size: 1.4em;
}

.meet-the-team .meet-the-team-item h4 {
  font-size: 1.2em;
}

.meet-the-team .meet-the-team-item .meet-the-team-quote-separator {
  border-top: 3px solid #343631;
  margin: 30px -20px;
}

.meet-the-team .meet-the-team-item .meet-the-team-quote {
  text-align: center;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5em;
}

.meet-the-team .meet-the-team-item .meet-the-team-quote:before {
  color: #ff7752;
  font-size: 30px;
  line-height: 1.2em;
  margin-right: 0.27em;
  content: "\f10d";
  font-family: FontAwesome;
  float: left;
}

.homepage-slider {
  width: 100%;
  z-index: 98;
  margin-top: 15px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.26);
}

.homepage-slider .owl-nav {
  display: none;
}

.homepage-slider .owl-dots {
  margin-top: 10px;
}

@media screen and (min-width: 1025px) {
  .homepage-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
}

.homepage-slider .homepage-slide .homepage-slide-image {
  width: 70%;
  float: left;
  display: block;
}

.homepage-slider .homepage-slide .homepage-slide-image img {
  max-width: 100%;
}

.homepage-slider .homepage-slide .homepage-slide-text {
  width: 24%;
  float: left;
  display: block;
  padding-top: 4%;
}

.homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner {
  padding: 30px;
}

.homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner h2 {
  font-size: 1.2em;
}

.homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner h3 {
  font-size: 2.4em;
}

@media screen and (max-width: 1024px) {
  .homepage-slider .homepage-slide .homepage-slide-image {
    width: 100%;
  }
  .homepage-slider .homepage-slide .homepage-slide-image img {
    max-width: 100%;
  }
  .homepage-slider .homepage-slide .homepage-slide-text {
    float: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 0;
  }
  .homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner {
    background-color: rgba(255, 255, 255, 0.9);
    max-height: 40%;
    word-wrap: break-word;
  }
  .homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner h2 {
    color: #343631;
  }
  .homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner h3 {
    color: #343631;
    font-size: 2em;
  }
}

@media screen and (max-width: 980px) {
  .homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner {
    padding: 15px;
  }
  .homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner h2 {
    font-size: 1em;
  }
  .homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner h3 {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .homepage-slider .homepage-slide .homepage-slide-text {
    padding-top: 1%;
  }
  .homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner h2 {
    font-size: 0.9em;
  }
  .homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner h3 {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .homepage-slider .homepage-slide .homepage-slide-text {
    padding-top: 2%;
  }
  .homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner h2 {
    font-size: 0.9em;
  }
  .homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner h3 {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1600px) {
  .homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner h2 {
    font-size: 1.2em;
  }
  .homepage-slider .homepage-slide .homepage-slide-text .homepage-slide-text-inner h3 {
    font-size: 2.4em;
  }
}

/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

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

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

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

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

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

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

.owl-carousel .owl-item img {
  display: block;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

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

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

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

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

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-dot, .owl-next, .owl-prev {
  outline: 0;
}

.owl-stage {
  cursor: pointer;
}

.single #comments {
  background-color: #fbfbfb;
  padding: 20px;
  margin: 30px auto;
  border: 1px solid #dcdcdc;
}

.single #comments a {
  text-decoration: underline;
}

.single #comments a:hover {
  text-decoration: none;
}

.single #comments h3 {
  color: #343631;
}

.single #comments ul, .single #comments ol {
  list-style-type: none;
}

.single #comments ul li, .single #comments ol li {
  list-style-type: none;
}

.single #comments .comment-list {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.single #comments .comment-list article {
  padding: 10px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
}

.single #comments .comment-list article .comment-metadata {
  margin: 10px 0;
  font-size: 16px;
}

.single #comments .comment-list article .comment-metadata a {
  color: #989898;
  text-decoration: none;
}

.single #comments .comment-list article .comment-metadata a:hover {
  color: #989898;
  text-decoration: underline;
}

.single #comments .comment-list article .reply a {
  color: #989898;
}

.single #comments .comment-form label {
  display: block !important;
}

.single #comments .comment-form #author, .single #comments .comment-form #email, .single #comments .comment-form #url, .single #comments .comment-form #comment {
  color: #6b6b6b;
  background: #efefef;
  border: 1px solid #dcdcdc;
  padding: 10px 2%;
  display: inline-block;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 10px;
  outline: 0;
  font-size: 16px;
  border-radius: 5px;
}

.single #comments .comment-form .form-submit #submit {
  text-align: center;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  background: #229245;
  color: #FFFFFF;
  outline: none;
  border-radius: 5px;
  -webkit-transition: .25s;
  transition: .25s;
  border: 0;
}

.single #comments .comment-form .form-submit #submit:hover {
  background: #186931;
  cursor: pointer;
  text-decoration: none;
}

.single #comments .comment-navigation {
  text-align: center;
}

.entry-meta {
  padding: 10px 0;
  color: #989898;
}

.entry-meta a {
  text-decoration: underline;
}

/*# sourceMappingURL=map/style.css.map */
