@charset "UTF-8";
/*!
 *  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("../../../media/packages/default/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../../../media/packages/default/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../../../media/packages/default/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../../../media/packages/default/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../../../media/packages/default/plugins/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../../../media/packages/default/plugins/font-awesome-4.3.0/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: ""; }

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden; }

.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1; }

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none; }

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.blueimp-gallery-display {
  display: block;
  opacity: 1; }

.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden; }

.blueimp-gallery-carousel > .slides {
  position: absolute; }

.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  -ms-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear; }

.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px; }

.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0; }

.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat; }

.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none; }

.blueimp-gallery > .prev, .blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: .5;
  cursor: pointer;
  display: none; }

.blueimp-gallery > .next {
  left: auto;
  right: 15px; }

.blueimp-gallery > .close, .blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: none; }

.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer; }

.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: .5;
  display: none; }

.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0; }

.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1; }

.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .close, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-single > .prev, .blueimp-gallery-left > .prev, .blueimp-gallery-single > .next, .blueimp-gallery-right > .next, .blueimp-gallery-single > .play-pause {
  display: none; }

.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg); }

body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg); }

body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0; }

* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px; }

* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative; }

.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none; }

.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: .5;
  cursor: pointer; }

.blueimp-gallery > .indicator > li:hover, .blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1; }

.blueimp-gallery-controls > .indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-single > .indicator {
  display: none; }

.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

* + html .blueimp-gallery > .indicator > li {
  display: inline; }

.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -moz-backface-visibility: hidden; }

.blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0; }

.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../img/video-play.png) center no-repeat;
  opacity: .8;
  cursor: pointer; }

.blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1; }

.blueimp-gallery > .slides > .slide > .video-playing > a, .blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none; }

.blueimp-gallery > .slides > .slide > .video-content > video {
  display: none; }

.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block; }

.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px; }

body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(../img/video-play.svg); }

* + html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%; }

* + html .blueimp-gallery > .slides > .slide > .video-content > a {
  left: 50%;
  margin-left: -64px; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -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 {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

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

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

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 735px; } }
  @media (min-width: 992px) {
    .container {
      width: 955px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1155px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

.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-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

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

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

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

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

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

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
/**
 * -----------------------------------
 * table of contents
 * -----------------------------------
 *
 * reset
 * mixins
 * functional
 * forms
 * top-contact
 * search
 * top
 * notifications
 * navigation
 * banner
 * follow
 * main-content
 * boxes
 * partners
 * footer
 * bottom
 * carousel
 * video
 * landing
 * sub-page-nav
 * strip
 * full-image
 * product-row
 * contact-row
 * acc
 * post-row
 * post
 * sidebar
 * gallery
 * back-actions
 * paginator
 * blueimp-gallery
 *
 */
/** -----------------------------------
reset
----------------------------------- */
html, body {
  height: 100%;
  min-height: 100%; }

html, body, h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }
  a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none; }

/** -----------------------------------
mixins
----------------------------------- */
/** -----------------------------------
functional
----------------------------------- */
@media (max-width: 992px) {
  .hide-mobile {
    display: none !important; } }

.clear {
  clear: both; }

.table, .cell {
  width: 100%;
  height: 100%;
  display: table; }

.cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.link-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20; }

.logo {
  background-size: auto 30px;
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  height: 50px;
  margin: 0 auto;
  display: block;
  text-indent: -999px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .logo {
      background-size: auto;
      background-position: center;
      background-repeat: no-repeat;
      width: 345px;
      height: 130px; } }

/** -----------------------------------
forms
----------------------------------- */
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  border-width: 1px;
  border-style: solid; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  select:focus,
  textarea:focus {
    outline: none; }

textarea {
  height: 200px; }

/** -----------------------------------
top-contact
----------------------------------- */
.top-contact {
  width: 100%;
  height: 250px;
  padding: 55px 0;
  text-align: center;
  margin: -250px 0 0 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: none;
  z-index: 50; }
  @media (min-width: 992px) {
    .top-contact {
      display: block; } }
  .top-contact .row {
    position: relative; }
  .top-contact p {
    font-size: 14px; }
  .top-contact i {
    width: 15px;
    text-align: left; }
  .top-contact a {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
    .top-contact a:hover {
      opacity: 0.6; }
  .top-contact .social i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: 24px;
    text-align: center; }
  .top-contact .toggle-contact {
    position: absolute;
    top: -55px;
    right: 0;
    border-top: none; }
    .top-contact .toggle-contact i {
      width: auto;
      line-height: 48px; }

.open-contact .top-contact {
  margin: 0; }

.scrolled .top-contact {
  position: fixed;
  top: -250px; }

.scrolled.open-contact .top-contact {
  top: 0; }

/** -----------------------------------
search
----------------------------------- */
.search {
  width: 100%;
  height: 100%;
  padding: 4px 7.5px 0 7.5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none; }
  @media (min-width: 992px) {
    .search {
      padding-top: 40px; } }
  .search input {
    background: none;
    height: 40px;
    padding: 10px 15px;
    padding-right: 115px !important;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .search button,
  .search .toggle-search {
    height: 40px;
    width: 40px;
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 39px;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
    @media (min-width: 992px) {
      .search button,
      .search .toggle-search {
        right: 46.5px; } }
    .search button:hover,
    .search .toggle-search:hover {
      opacity: 0.6; }
  .search .toggle-search {
    right: 0; }
    @media (min-width: 992px) {
      .search .toggle-search {
        right: 7.5px; } }

.open-search .search {
  display: block; }

@media (min-width: 992px) {
  .scrolled .search {
    padding-top: 23px; } }

/** -----------------------------------
top
----------------------------------- */
.top-push {
  height: 50px; }
  @media (min-width: 992px) {
    .top-push {
      height: 90px;
      display: none; } }

.scrolled .top-push {
  display: block; }

.top {
  width: 100%;
  height: 50px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: top 0.25s ease-in-out;
  -moz-transition: top 0.25s ease-in-out;
  -ms-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out; }
  @media (min-width: 992px) {
    .top {
      height: 130px;
      position: relative; } }
  @media (max-width: 992px) {
    .top .col-xs-12 {
      padding-left: 0;
      padding-right: 0; } }
  .top .row {
    position: relative; }
  .top .toggle {
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    float: left;
    font-size: 16px;
    position: relative;
    text-transform: uppercase; }
    .top .toggle i {
      line-height: 50px;
      margin: 0; }
    .top .toggle.toggle-right {
      float: right; }
      @media (min-width: 992px) {
        .top .toggle.toggle-right i {
          margin: 0 0 0 5px; } }
    @media (min-width: 992px) {
      .top .toggle {
        width: 105px;
        top: 40px; }
        .top .toggle span {
          display: inline-block;
          -webkit-transition: opacity 0.25s ease-in-out;
          -moz-transition: opacity 0.25s ease-in-out;
          -ms-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out; }
        .top .toggle i {
          margin: 0 5px 0 0; } }
    .top .toggle:hover span {
      opacity: 0.6; }

@media (min-width: 992px) {
  .scrolled .top {
    position: fixed;
    height: 90px; }
    .scrolled .top .toggle {
      top: 20px; }
    .scrolled .top .logo {
      background-size: auto 70px;
      background-position: center;
      background-repeat: no-repeat;
      height: 90px; }
  .scrolled.open-contact .top {
    top: 250px; } }

.open-menu .top .toggle-menu i::before,
.open-about .top .toggle-about i::before {
  content: "\f00d"; }

/** -----------------------------------
navigation
----------------------------------- */
.navigation {
  width: 100%;
  height: 100%;
  padding: 65px 15px 15px 15px;
  text-transform: uppercase;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 40;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  overflow-y: auto; }
  @media (min-width: 992px) {
    .navigation {
      height: auto;
      padding: 15px;
      overflow: hidden; } }
  .navigation.navigation-inner {
    position: relative;
    padding: 0;
    z-index: 10; }
    .navigation.navigation-inner .link a, .navigation.navigation-inner .link a:last-of-type {
      border: none; }
  .navigation .link {
    position: relative; }
    @media (min-width: 992px) {
      .navigation .link {
        height: auto;
        margin: 0 0 15px 0; } }
    .navigation .link.no-marg {
      margin: 0; }
    .navigation .link:last-of-type a {
      border-width: 1px;
      border-style: solid; }
    .navigation .link a {
      height: 50px;
      line-height: 50px;
      display: block;
      padding: 0 15px;
      border-width: 1px;
      border-style: solid;
      border-bottom: none;
      -webkit-transition: background 0.25s ease-in-out;
      -moz-transition: background 0.25s ease-in-out;
      -ms-transition: background 0.25s ease-in-out;
      transition: background 0.25s ease-in-out; }
      @media (min-width: 992px) {
        .navigation .link a {
          height: 245px;
          border-width: 1px;
          border-style: solid;
          text-align: center;
          padding: 59px 0; } }
    .navigation .link .icon {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      display: block;
      margin: 0 10px 0 0;
      position: relative;
      top: 10px;
      float: left; }
      .navigation .link .icon::after {
        display: none; }
      @media (min-width: 992px) {
        .navigation .link .icon {
          background-size: auto;
          background-position: center;
          background-repeat: no-repeat;
          width: 60px;
          height: 60px;
          float: none;
          margin: 0 auto 35px auto; }
          .navigation .link .icon::after {
            display: block; } }
    .navigation .link .sub {
      width: 100%;
      display: block;
      opacity: 0;
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 992px) {
        .navigation .link .sub {
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          height: 505px;
          padding: 0 7.5px;
          display: table; } }
      .navigation .link .sub .inner {
        width: 100%;
        height: 100%;
        position: relative; }
        @media (min-width: 992px) {
          .navigation .link .sub .inner {
            border-width: 1px;
            border-style: solid;
            display: table-cell;
            vertical-align: middle; } }
        .navigation .link .sub .inner a {
          border-top: none;
          border-bottom: none;
          font-size: 16px; }
          @media (min-width: 992px) {
            .navigation .link .sub .inner a {
              height: auto;
              padding: 0;
              border: none;
              line-height: 40px; } }
        .navigation .link .sub .inner .header {
          font-size: 22px; }
        .navigation .link .sub .inner .close-sub {
          line-height: 50px;
          position: absolute;
          top: -1px;
          right: -1px;
          display: none;
          border-width: 1px;
          border-style: solid; }
          @media (min-width: 992px) {
            .navigation .link .sub .inner .close-sub {
              display: block; } }
    @media (min-width: 992px) {
      .navigation .link.no-marg .sub, .navigation .link:nth-child(n + 4) .sub {
        top: auto;
        bottom: 0;
        left: 0; } }
    .navigation .link.open-sub .sub {
      opacity: 1;
      z-index: 10;
      position: relative; }
      @media (min-width: 992px) {
        .navigation .link.open-sub .sub {
          display: table;
          position: absolute; } }

.open-menu #navigation-menu,
.open-about #navigation-about {
  top: 0px; }
  @media (min-width: 992px) {
    .open-menu #navigation-menu,
    .open-about #navigation-about {
      top: 130px; } }

@media (min-width: 992px) {
  .scrolled.open-menu #navigation-menu, .scrolled.open-about #navigation-about {
    top: 90px; } }

/** -----------------------------------
notifications
----------------------------------- */
.notifications .notification p {
  padding: 10px 0;
  margin: 0; }

/** -----------------------------------
banner
----------------------------------- */
#banners > .banner {
  display: none; }
  #banners > .banner:first-child {
    display: block; }
#banners .owl-prev, #banners .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  display: block;
  background: black;
  color: white;
  border-color: #222;
  text-align: center;
  line-height: 58px;
  font-size: 40px;
  opacity: 0.7;
  transition: opacity 0.2s linear; }
  #banners .owl-prev:hover, #banners .owl-next:hover {
    opacity: 1; }
#banners .owl-prev {
  left: 0px;
  border-width: 1px 1px 1px 0px;
  border-style: solid solid solid none; }
#banners .owl-next {
  right: 0px;
  border-width: 1px 0px 1px 1px;
  border-style: solid none solid solid; }
#banners .owl-dots {
  position: relative;
  height: 0px;
  text-align: center;
  white-space: nowrap; }
#banners .owl-dot {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: -50px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: black;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  opacity: 0.7; }
  #banners .owl-dot.active {
    background-color: white; }
  #banners .owl-dot:hover {
    opacity: 1; }

.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  margin: 0 0 30px 0;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .banner {
      height: 485px;
      margin: 0; } }
  .banner.banner-inner {
    margin: 0; }
    @media (min-width: 992px) {
      .banner.banner-inner {
        height: 285px; } }
    .banner.banner-inner h1 {
      margin: 0; }
  .banner::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  .banner .table {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 10; }
    @media (min-width: 992px) {
      .banner .table {
        padding: 0 50px; } }
  .banner:hover .button {
    text-shadow: none; }
  .banner .video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    display: none; }
    @media (min-width: 992px) {
      .banner .video {
        display: block; } }

/** -----------------------------------
follow
----------------------------------- */
.follow {
  height: 50px;
  margin: 0 0 80px 0;
  display: none; }
  @media (min-width: 992px) {
    .follow {
      display: block; } }
  .follow form,
  .follow .title,
  .follow .form-row,
  .follow button {
    float: left; }
  .follow .title {
    height: 100%;
    line-height: 50px;
    padding: 0 15px 0 0; }
  .follow form {
    position: relative; }
  .follow button {
    position: relative;
    z-index: 10; }
  .follow .form-row {
    width: 200px; }
    @media (min-width: 1200px) {
      .follow .form-row {
        width: 250px; } }
    .follow .form-row.form-row-email {
      margin: 0 -12px 0 0; }
      .follow .form-row.form-row-email .error {
        right: 15px; }
  .follow input {
    border: none;
    border-right-style: solid;
    border-right-width: 1px; }
    .follow input[name="email"] {
      padding-right: 45px; }
  .follow .notifications {
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
    .follow .notifications .notification {
      height: 50px;
      padding: 0 15px; }
      .follow .notifications .notification p {
        padding: 0;
        line-height: 50px; }
  .follow .social {
    float: right; }
    .follow .social .square-button {
      float: left;
      border: none;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .follow .social .square-button:hover {
        opacity: 0.6; }

/** -----------------------------------
main-content
----------------------------------- */
.main-content {
  margin: 0 0 30px 0; }
  @media (min-width: 992px) {
    .main-content {
      margin: 0 0 35px 0; } }
  .main-content.centre {
    text-align: center; }
  @media (min-width: 992px) {
    .main-content.indent {
      padding: 0 50px; } }
  @media (min-width: 1200px) {
    .main-content.indent {
      padding: 0 150px; } }

/** -----------------------------------
boxes
----------------------------------- */
.boxes {
  margin: 0 0 20px 0; }
  @media (min-width: 992px) {
    .boxes {
      margin: 0 0 70px 0; } }
  .boxes .box {
    margin: 0 0 10px 0; }
    .boxes .box > .inner {
      height: 315px;
      text-align: center;
      border-style: solid;
      border-width: 1px;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15); }
      @media (min-width: 768px) {
        .boxes .box > .inner {
          height: 300px; } }
      @media (min-width: 992px) {
        .boxes .box > .inner {
          height: 365px; } }
    .boxes .box .thumb {
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      height: 85px;
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -ms-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out; }
      @media (min-width: 992px) {
        .boxes .box .thumb {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          height: 125px; } }
    .boxes .box .content {
      height: 200px;
      padding: 20px; }
      @media (min-width: 768px) {
        .boxes .box .content {
          height: 185px; } }
      @media (min-width: 992px) {
        .boxes .box .content {
          height: 240px; } }
      .boxes .box .content p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 15px 0; }
    .boxes .box:hover .thumb {
      opacity: 0.8; }

/** -----------------------------------
partners
----------------------------------- */
.partners {
  background: #eee;
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .partners {
      padding: 80px 0; } }
  .partners .carousel {
    height: 110px;
    overflow: hidden; }
  .partners .partner {
    height: 95px;
    margin: 0 0 15px 0; }
    .partners .partner .inner {
      width: 100%;
      height: 100%;
      padding: 15px;
      display: block;
      border-style: solid;
      border-width: 1px;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15); }
      .partners .partner .inner .thumb {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        display: block; }
  .partners .square-button {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
    margin: 0 5px; }

/** -----------------------------------
footer
----------------------------------- */
.footer {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .footer {
      padding: 65px 0; } }
  .footer .section {
    margin: 0 0 30px 0; }
    @media (min-width: 992px) {
      .footer .section {
        margin: 0; } }
    .footer .section:last-of-type {
      margin: 0; }
  .footer a {
    width: auto;
    display: block;
    font-size: 14px;
    line-height: 32px;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
    .footer a:hover {
      opacity: 0.6; }
  .footer input {
    text-align: center; }
  .footer .notifications {
    margin: 0 0 15px 0; }

/** -----------------------------------
bottom
----------------------------------- */
.bottom {
  padding: 15px;
  text-align: center;
  font-size: 12px; }
  @media (min-width: 992px) {
    .bottom {
      font-size: 14px; } }
  .bottom a {
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
  @media (min-width: 992px) {
    .bottom .mobile-clear {
      display: none; } }

/** -----------------------------------
carousel
----------------------------------- */
/** -----------------------------------
video
----------------------------------- */
.video-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none; }
  .video-popup .popup {
    width: 300px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin: 0 0 0 -150px;
    @inlcude transition(all 0.5s ease-in-out);
    text-align: center; }
    @media (min-width: 992px) {
      .video-popup .popup {
        width: 560px;
        margin: 0 0 0 -280px; } }
    .video-popup .popup .close-popup {
      position: absolute;
      top: -65px;
      right: 0; }
    .video-popup .popup p {
      margin: 0 0 15px 0;
      color: #fff; }
    .video-popup .popup iframe {
      width: 100%;
      height: 169px;
      margin: 0 auto 15px auto;
      display: block; }
      @media (min-width: 992px) {
        .video-popup .popup iframe {
          height: 315px; } }
    .video-popup .popup .button {
      margin: 0 auto; }
  .video-popup .overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    @inlcude transition(opacity 0.5s ease-in-out); }

.open-video .video-popup {
  display: block; }
  .open-video .video-popup .overlay {
    opacity: 1; }

/** -----------------------------------
landing
----------------------------------- */
#landing {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 15px; }
  #landing .table {
    border-style: solid;
    border-width: 1px;
    padding: 15px; }
  #landing .logo {
    background-size: auto 55px;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
    margin: 0 auto 30px auto; }
    @media (min-width: 992px) {
      #landing .logo {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 345px;
        height: 130px; } }
  #landing form {
    max-width: 300px;
    width: 100%;
    margin: 0 auto; }

/** -----------------------------------
sub-page-nav
----------------------------------- */
.sub-page-nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  .sub-page-nav a {
    height: 49px;
    padding: 0 20px;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.sub-page-nav-push {
  height: 50px;
  display: none; }

.scrolled .sub-page-nav {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 30; }
.scrolled .sub-page-nav-push {
  display: block; }

/** -----------------------------------
strip
----------------------------------- */
.strip {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  text-align: center; }
  @media (min-width: 992px) {
    .strip {
      padding: 65px 0;
      text-align: left; } }
  .strip.has-image {
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .strip.has-image {
        padding: 65px 0; } }
  .strip.no-image {
    text-align: center; }
  @media (min-width: 992px) {
    .strip.two-col {
      text-align: left; } }
  .strip .main-content {
    margin: 0; }
  .strip .content {
    margin: 0 0 35px 0; }
    @media (min-width: 992px) {
      .strip .content {
        margin: 0; } }
  .strip .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 255px;
    position: relative;
    top: 0;
    right: 0; }
    @media (min-width: 992px) {
      .strip .image {
        height: 100%;
        position: absolute; } }
    .strip .image::after {
      content: '';
      background-image: url(../../../media/packages/default/images/diagonal-left-grey.svg);
      background-size: auto 100%;
      background-position: top left;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -1px;
      display: none; }
      @media (min-width: 992px) {
        .strip .image::after {
          display: block; } }
  .strip:nth-of-type(odd) .content {
    float: right; }
  .strip:nth-of-type(odd) .image {
    right: auto;
    left: 0; }
    .strip:nth-of-type(odd) .image::after {
      background-image: url(../../../media/packages/default/images/diagonal-right-white.svg);
      background-size: auto 100%;
      background-position: top right;
      background-repeat: no-repeat;
      left: auto;
      right: -1px; }

/** -----------------------------------
full-image
----------------------------------- */
.full-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 140px; }
  @media (min-width: 992px) {
    .full-image {
      height: 415px; } }

/** -----------------------------------
product-row
----------------------------------- */
.product-row .thumb {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 170px;
  display: block;
  margin: 0 0 15px 0; }

/** -----------------------------------
contact-row
----------------------------------- */
.contact-row {
  margin: 0 0 15px 0; }
  @media (min-width: 992px) {
    .contact-row {
      margin: 0; } }
  .contact-row .inner {
    padding: 30px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15); }
    .contact-row .inner p:last-of-type {
      margin: 0; }

/** -----------------------------------
acc
----------------------------------- */
.acc .acc-row h3 {
  text-align: left;
  position: relative;
  margin: 0 0 5px 0; }
  .acc .acc-row h3 a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px 50px 15px 60px; }
  .acc .acc-row h3 .question {
    width: 50px;
    height: 100%;
    padding-top: 15px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0; }
  .acc .acc-row h3 .arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0; }
.acc .acc-row .content {
  display: none;
  text-align: left; }
.acc .acc-row.active h3 {
  margin: 0 0 15px 0; }
  .acc .acc-row.active h3 .arrow:before {
    content: "\f0d7"; }
.acc .acc-row.active .content {
  display: block; }

/** -----------------------------------
post-row
----------------------------------- */
.posts {
  margin: 0 0 30px 0; }

.post-row .inner {
  width: 100%;
  position: relative;
  overflow: hidden; }
.post-row .thumb {
  background-color: #eee;
  height: 207px;
  margin: 0 0 15px 0;
  overflow: hidden;
  position: relative; }
  .post-row .thumb .social-icon {
    width: 80px;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff; }
  .post-row .thumb .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
  .post-row .thumb .date {
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 5px; }
    .post-row .thumb .date .big {
      width: 45px;
      float: left; }
    .post-row .thumb .date .small {
      width: 40px;
      float: left; }
.post-row.tweet .thumb {
  background: #00aeef;
  height: 150px; }
.post-row.facebook .thumb {
  background: #3b5998;
  height: 150px;
  display: block; }
.post-row .content {
  position: relative;
  padding: 0 0 30px 0;
  text-align: left;
  float: none !important; }
  @media (min-width: 768px) {
    .post-row .content {
      height: 100px; } }
  .post-row .content h3, .post-row .content p {
    margin: 0; }
  .post-row .content .highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
.post-row:hover .thumb .img {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }
.post-row:hover .highlight {
  opacity: 0.6; }

/** -----------------------------------
post
----------------------------------- */
.post {
  padding-top: 15px; }
  @media (min-width: 768px) {
    .post {
      padding-top: 80px; } }

/** -----------------------------------
sidebar
----------------------------------- */
.sidebar {
  padding-top: 15px; }
  @media (min-width: 768px) {
    .sidebar {
      padding-top: 80px; } }
  .sidebar .post-row {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .sidebar .post-row {
        margin-bottom: 30px; } }

/** -----------------------------------
gallery
----------------------------------- */
.gallery-top {
  margin: 0 0 15px 0;
  display: block; }
  @media (min-width: 768px) {
    .gallery-top {
      margin-bottom: 30px; } }

.gallery {
  margin-bottom: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .gallery {
      margin-bottom: 30px; } }
  .gallery .square-button {
    height: 100%;
    line-height: 205px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
    .gallery .square-button.next {
      left: auto;
      right: 0; }
  .gallery .item {
    height: 205px;
    overflow: hidden; }
    .gallery .item .img {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
      display: block;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
    .gallery .item:hover .img {
      -webkit-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }

/** -----------------------------------
back-actions
----------------------------------- */
.back-actions {
  margin: 0 0 15px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .back-actions {
      margin-bottom: 30px;
      text-align: left; } }
  .back-actions .back-buttons {
    margin: 0 0 15px 0; }
    @media (min-width: 768px) {
      .back-actions .back-buttons {
        margin-bottom: 30px; } }
  .back-actions .social-buttons {
    text-align: center; }
    @media (min-width: 768px) {
      .back-actions .social-buttons {
        text-align: right; } }
    .back-actions .social-buttons p {
      margin: 0 0 15px 0; }
      @media (min-width: 768px) {
        .back-actions .social-buttons p {
          display: none; } }
      @media (min-width: 1200px) {
        .back-actions .social-buttons p {
          float: left;
          display: block;
          line-height: 40px; } }

/** -----------------------------------
paginator
----------------------------------- */
.paginator {
  text-align: center; }

/** -----------------------------------
blueimp-gallery
----------------------------------- */
.blueimp-gallery > .prev, .blueimp-gallery > .next {
  background: none;
  border: none; }

/**
Modal
**/
.modal, .modal__overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

.modal {
  text-align: center;
  z-index: 1000; }
  .modal__overlay {
    background: black;
    opacity: 0.7;
    z-index: 1; }
  .modal:before, .modal:after {
    height: 100%;
    width: 0px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    content: ' '; }
  .modal__dialog {
    display: inline-block;
    width: 900px;
    max-width: 90%;
    max-height: 100%;
    vertical-align: middle;
    background: white;
    overflow-y: auto;
    padding: 15px;
    box-shadow: 0px 0px 30px black;
    position: relative;
    z-index: 2; }
    .modal__dialog img {
      max-width: 100%;
      margin-bottom: 15px; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 27, 2015 */
@font-face {
  font-family: 'oswaldlight';
  src: url("../fonts/oswald/oswald-light-webfont.eot");
  src: url("../fonts/oswald/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/oswald-light-webfont.woff2") format("woff2"), url("../fonts/oswald/oswald-light-webfont.woff") format("woff"), url("../fonts/oswald/oswald-light-webfont.ttf") format("truetype"), url("../fonts/oswald/oswald-light-webfont.svg#oswaldlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldlight_italic';
  src: url("../fonts/oswald/oswald-lightitalic-webfont.eot");
  src: url("../fonts/oswald/oswald-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/oswald-lightitalic-webfont.woff2") format("woff2"), url("../fonts/oswald/oswald-lightitalic-webfont.woff") format("woff"), url("../fonts/oswald/oswald-lightitalic-webfont.ttf") format("truetype"), url("../fonts/oswald/oswald-lightitalic-webfont.svg#oswaldlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldmedium';
  src: url("../fonts/oswald/oswald-medium-webfont.eot");
  src: url("../fonts/oswald/oswald-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/oswald-medium-webfont.woff2") format("woff2"), url("../fonts/oswald/oswald-medium-webfont.woff") format("woff"), url("../fonts/oswald/oswald-medium-webfont.ttf") format("truetype"), url("../fonts/oswald/oswald-medium-webfont.svg#oswaldmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldmedium_italic';
  src: url("../fonts/oswald/oswald-mediumitalic-webfont.eot");
  src: url("../fonts/oswald/oswald-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/oswald-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/oswald/oswald-mediumitalic-webfont.woff") format("woff"), url("../fonts/oswald/oswald-mediumitalic-webfont.ttf") format("truetype"), url("../fonts/oswald/oswald-mediumitalic-webfont.svg#oswaldmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswald_regular';
  src: url("../fonts/oswald/oswald-regular-webfont.eot");
  src: url("../fonts/oswald/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald/oswald-regular-webfont.woff") format("woff"), url("../fonts/oswald/oswald-regular-webfont.ttf") format("truetype"), url("../fonts/oswald/oswald-regular-webfont.svg#oswald_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldregular_italic';
  src: url("../fonts/oswald/oswald-regularitalic-webfont.eot");
  src: url("../fonts/oswald/oswald-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/oswald-regularitalic-webfont.woff2") format("woff2"), url("../fonts/oswald/oswald-regularitalic-webfont.woff") format("woff"), url("../fonts/oswald/oswald-regularitalic-webfont.ttf") format("truetype"), url("../fonts/oswald/oswald-regularitalic-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans/OpenSans-Regular-webfont.eot");
  src: url("../fonts/opensans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/opensans/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/opensans/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans/OpenSans-Light-webfont.eot");
  src: url("../fonts/opensans/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/opensans/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/opensans/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/opensans/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/opensans/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/opensans/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans/OpenSans-Bold-webfont.eot");
  src: url("../fonts/opensans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/opensans/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/opensans/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * -----------------------------------
 * table of contents
 * -----------------------------------
 *
 * typography
 	* layout
 		* top
 		* navigation
 		* follow
 		* footer
 		* video-popup
 		* sub-page-nav
 		* product-row
 		* acc
 		* post-row
 * forms
 * buttons
 * colour
 	* typography
 	* forms
 	* buttons
 	* layout
 		* top-contact
 		* search
 		* top
 		* navigation
 		* banner
 		* follow
 		* partners
 		* footer
 		* bottom
 		* video-popup
 		* landing
 		* sub-page-nav
 		* product-row
 		* contact-row
 		* acc
 		* post-row
 *
 */
/** -----------------------------------
typography
----------------------------------- */
body {
  font: 16px/27px "open_sansregular", arial, helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6, p {
  font: 25px/30px "oswaldlight", arial, helvetica, sans-serif;
  margin: 0 0 30px 0; }
  @media (min-width: 992px) {
    h1, h2, h3, h4, h5, h6, p {
      font: 35px/45px "oswaldlight", arial, helvetica, sans-serif; } }

h1, h2 {
  text-transform: uppercase; }

h3 {
  font: 20px/25px "open_sansbold", arial, helvetica, sans-serif; }

h4, h5, h6 {
  font: 18px/23px "open_sansbold", arial, helvetica, sans-serif; }

p, ul {
  font: 14px/22px "open_sansregular", arial, helvetica, sans-serif; }
  p.small-line-height, ul.small-line-height {
    line-height: 22px; }

ul {
  text-align: left; }

li {
  margin: 0 0 15px 0; }

blockquote {
  padding: 30px;
  border-left-width: 5px;
  border-left-style: solid;
  margin-left: 0;
  margin-right: 0; }
  blockquote p {
    font: 16px/22px "open_sansregular", arial, helvetica, sans-serif;
    font-style: italic; }
    @media (min-width: 992px) {
      blockquote p {
        font: 22px/32px "open_sansregular", arial, helvetica, sans-serif; } }
    blockquote p:last-of-type {
      margin: 0; }

.underline {
  font-family: "oswaldlight", arial, helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 0 0 35px 0; }
  @media (min-width: 992px) {
    .underline {
      margin: 0 0 65px 0; } }
  .underline strong {
    font-family: "oswald_regular", arial, helvetica, sans-serif;
    font-weight: normal; }
  .underline::after {
    content: '';
    width: 85px;
    height: 2px;
    bottom: -15px;
    margin: 0 0 0 -42.5px;
    position: absolute;
    left: 50%;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg); }
    @media (min-width: 992px) {
      .underline::after {
        width: 150px;
        height: 5px;
        margin: 0 0 0 -75px;
        bottom: -30px; } }
  .underline.small {
    margin: 0 0 35px 0; }
    .underline.small::after {
      content: '';
      width: 85px;
      height: 2px;
      bottom: -15px;
      margin: 0 0 0 -42.5px; }
  @media (min-width: 992px) {
    .underline.left {
      text-align: left; }
      .underline.left::after {
        left: 0;
        margin-left: 0; } }

/*----------------
layout
----------------*/
.top .toggle {
  font-family: "oswaldlight", arial, helvetica, sans-serif; }

.navigation {
  font-family: "oswaldlight", arial, helvetica, sans-serif; }

.follow .title {
  font-family: "oswaldlight", arial, helvetica, sans-serif;
  text-transform: uppercase; }

.footer a {
  font-family: "oswaldlight", arial, helvetica, sans-serif;
  text-transform: uppercase; }

.video-popup p {
  font-family: "oswaldlight", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px; }
  @media (min-width: 992px) {
    .video-popup p {
      font-size: 30px;
      line-height: 35px; } }

.sub-page-nav {
  font-family: "oswaldlight", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px; }

.product-row p {
  font: 20px/34px "oswaldlight", arial, helvetica, sans-serif;
  text-transform: uppercase; }

.contact-row .inner h3 {
  font-size: 25px; }

.acc h3 {
  font: 16px/20px "open_sansregular", arial, helvetica, sans-serif; }

.post-row h3 {
  font: 18px/24px "oswaldlight", arial, helvetica, sans-serif;
  text-transform: uppercase; }
.post-row .date {
  font: 18px/18px "oswaldlight", arial, helvetica, sans-serif;
  text-transform: uppercase; }
  .post-row .date .big {
    font: 40px/40px "oswaldmedium", arial, helvetica, sans-serif; }
.post-row .highlight {
  font: 15px/20px "open_sansbold", arial, helvetica, sans-serif; }

/** -----------------------------------
forms
----------------------------------- */
.form-row {
  margin: 0 0 15px 0;
  position: relative; }
  @media (min-width: 768px) {
    .form-row.half {
      width: 50%;
      float: left;
      padding: 0 0 0 7.5px; } }
  .form-row.half:nth-child(2n+1) {
    clear: left;
    padding: 0 7.5px 0 0; }
  .form-row.full {
    clear: both; }
  .form-row .error {
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 15px; }
    .form-row .error ul {
      height: 100%;
      line-height: 50px;
      list-style: none;
      margin: 0;
      padding: 0; }

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  font: 14px/20px "open_sansregular", arial, helvetica, sans-serif; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  select:focus,
  textarea:focus {
    outline: none; }

label {
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
  font: 14px/50px "open_sansregular", arial, helvetica, sans-serif; }

/** -----------------------------------
buttons
----------------------------------- */
.button {
  height: 35px;
  display: inline-block;
  font: 14px/35px "oswaldlight", arial, helvetica, sans-serif;
  padding: 0 20px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 1;
  border: none; }
  @media (min-width: 992px) {
    .button {
      height: 40px;
      font: 14px/40px "oswaldlight", arial, helvetica, sans-serif; } }
  .button::after {
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .button:hover {
    text-decoration: none; }
  .button:focus, .button:active {
    text-decoration: none;
    outline: none; }
  .button.large {
    height: 45px;
    font: 12px/45px "oswaldlight", arial, helvetica, sans-serif; }
    @media (min-width: 992px) {
      .button.large {
        height: 50px;
        font: 18px/50px "oswaldlight", arial, helvetica, sans-serif;
        padding: 0 20px; } }
  .button.small-text {
    font-size: 10px; }
    @media (min-width: 992px) {
      .button.small-text {
        font-size: 12px; } }
  .button .inner {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg); }

.square-button {
  background: none;
  width: 50px;
  height: 50px;
  line-height: 48px;
  margin: 0;
  font-size: 24px;
  text-align: center;
  display: block;
  border-width: 1px;
  border-style: solid;
  cursor: pointer; }
  .square-button i {
    width: auto; }
  .square-button--search {
    position: absolute;
    right: 5px;
    top: 0px; }

/** -----------------------------------
colour
----------------------------------- */
.underline::after {
  background: #6bc8e7; }
.underline.orange-underline::after {
  background: #ff8a00; }

h1, h2, h3 {
  color: #222d34; }

p, ul {
  color: #222d34; }

blockquote {
  background: #eeeeee;
  border-color: #6bc8e7; }
  blockquote p {
    color: #666; }
    blockquote p strong {
      color: #6bc8e7; }

a {
  color: #6bc8e7; }
  a:hover {
    color: #b5e4f3; }

input,
select,
textarea {
  background: #eee;
  border-color: #ccc;
  color: #666; }
  input:focus,
  select:focus,
  textarea:focus {
    border-color: #6bc8e7; }

.dark {
  background: #eee; }
  .dark input,
  .dark select,
  .dark textarea {
    background: #fff; }

.form-row .error {
  color: #ff8a00; }

.button {
  background: none;
  color: #222d34; }
  .button::after {
    background: none;
    border-color: #6bc8e7; }
  .button:hover {
    color: #fff; }
    .button:hover::after {
      background: #6bc8e7; }
  .button.white-text {
    color: #fff; }
  .button.green::after {
    border-color: #66b13e; }
  .button.green:hover::after {
    background: #66b13e; }
  .button.orange::after {
    border-color: #ff8a00; }
  .button.orange:hover::after {
    background: #ff8a00; }
  .button.disabled {
    color: #666; }
    .button.disabled::after {
      background: #ccc;
      border-color: #ccc; }
  .button.twitter {
    color: #00aced; }
    .button.twitter::after {
      border-color: #00aced; }
    .button.twitter:hover {
      color: #fff; }
      .button.twitter:hover::after {
        background: #00aced; }
  .button.facebook {
    color: #4379c2; }
    .button.facebook::after {
      border-color: #4379c2; }
    .button.facebook:hover {
      color: #fff; }
      .button.facebook:hover::after {
        background: #4379c2; }
  .button.linkedin {
    color: #2785b6; }
    .button.linkedin::after {
      border-color: #2785b6; }
    .button.linkedin:hover {
      color: #fff; }
      .button.linkedin:hover::after {
        background: #2785b6; }

.square-button {
  background: #222d34;
  color: #6bc8e7;
  border-color: #7f8e98; }

/*----------------
layout
----------------*/
.top-contact {
  background: #1b242a; }
  .top-contact h3 {
    color: #6bc8e7; }
  .top-contact a, .top-contact p {
    color: #fff; }
    .top-contact a i, .top-contact p i {
      color: #6bc8e7; }
  .top-contact .toggle-contact {
    background: #2e3e48;
    border-color: #7f8e98; }
  .top-contact .social i {
    color: #fff; }

.search {
  background: #2e3e48; }
  .search input {
    border-color: #7f8e98;
    color: #fff; }

.top {
  background: #222d34;
  border-color: #617683; }
  .top .toggle {
    color: #fff; }
    .top .toggle i {
      color: #6bc8e7; }

.notifications .notification {
  background: #ececc6; }
  .notifications .notification.error {
    background: #ecc6c6; }
  .notifications .notification.warning {
    background: #ecdcc6; }
  .notifications .notification.success {
    background: #c6ecc8; }

.navigation {
  background: #222d34; }
  .navigation.navigation-inner {
    background: none; }
    .navigation.navigation-inner .link a {
      background: #222d34; }
  .navigation .link a {
    color: #fff;
    border-color: #7f8e98; }
    .navigation .link a:hover {
      background: #2e3e48; }
  .navigation .link .sub .inner {
    background: #2e3e48;
    border-color: #7f8e98; }
    .navigation .link .sub .inner .header {
      color: #6bc8e7; }
    .navigation .link .sub .inner .icon::after {
      background: #7f8e98; }
    .navigation .link .sub .inner .close-sub {
      border-color: #7f8e98; }
  .navigation .link.open-sub > a {
    background: #2e3e48;
    color: #6bc8e7; }

.banner {
  background-color: #2e3e48; }
  .banner::after {
    background: rgba(46, 62, 72, 0.7); }
  .banner h1, .banner p {
    color: #fff; }
  .banner:hover .button::after {
    background: #6bc8e7; }

.follow {
  background: #222d34; }
  .follow .title {
    color: #6bc8e7; }
  .follow input {
    background: #2e3e48;
    border-color: #222d34;
    color: #fff; }
  .follow .button::after {
    background: #222d34; }
  .follow .button:hover::after {
    background: #6bc8e7; }
  .follow .social .square-button {
    color: #fff; }

.boxes .box .inner {
  border-color: #7f8e98; }
.boxes .box:hover .button {
  color: #fff; }
  .boxes .box:hover .button::after {
    background: #6bc8e7; }
.boxes .thumb {
  background: #2e3e48; }
.boxes h3 {
  color: #222d34; }

.partners .partner .inner {
  background: #fff;
  border-color: #7f8e98; }
.partners .square-button {
  background: #fff;
  border-color: #7f8e98; }

.footer {
  background: #222d34; }
  .footer h3 {
    color: #6bc8e7; }
  .footer input {
    background: #2e3e48;
    border-color: #2e3e48;
    color: #fff; }
    .footer input:focus {
      border-color: #6bc8e7; }
  .footer a {
    color: #fff; }

.bottom {
  background: #1b242a;
  color: #617683; }

.video-popup .overlay {
  background: rgba(46, 62, 72, 0.9); }

#landing .table {
  border-color: #7f8e98; }
#landing h1 {
  color: #fff; }

.sub-page-nav {
  background: #eee;
  border-color: #ccc; }
  .sub-page-nav a {
    color: #2e3e48; }
    .sub-page-nav a:hover {
      background: #ddd; }
    .sub-page-nav a.active {
      background: #fff; }

.strip:nth-of-type(even) {
  background: #eee; }
.strip.no-background {
  background: none; }

.product-row p {
  color: #222d34; }

.contact-row .inner {
  background: #eee; }

.acc h3 {
  background: #eee; }
  .acc h3 a {
    color: #2e3e48; }
  .acc h3 .question {
    background: #6bc8e7;
    color: #fff; }

.post-row .thumb {
  background-color: #2e3e48; }
.post-row .date {
  background: #6bc8e7;
  color: #fff; }
.post-row .highlight {
  color: #6bc8e7; }

.paginator .active {
  color: #fff; }
  .paginator .active::after {
    background: #6bc8e7; }

/*# sourceMappingURL=theme.min.css.map */
