@charset "UTF-8";
/*
	SCSS Awesomeness
	Version: 1.0
*/
/*================================================================================================================*/
/*                                                                                                                */
/*                                                     SCSS                                                       */
/*                                                                                                                */
/*================================================================================================================*/
/* ----------------------------------------------------------- */
/*                           IMPORTS                           */
/* ----------------------------------------------------------- */
/* Global */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Simple-Line-Icons';
  src: url("fonts/simple-line-icons/Simple-Line-Icons.eot");
  src: url("fonts/simple-line-icons/Simple-Line-Icons.eot?#iefix") format("embedded-opentype"), url("fonts/simple-line-icons/Simple-Line-Icons.woff") format("woff"), url("fonts/simple-line-icons/Simple-Line-Icons.ttf") format("truetype"), url("fonts/simple-line-icons/Simple-Line-Icons.svg#Simple-Line-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Simple-Line-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-user-female:before {
  content: "\e000"; }

.icon-user-follow:before {
  content: "\e002"; }

.icon-user-following:before {
  content: "\e003"; }

.icon-user-unfollow:before {
  content: "\e004"; }

.icon-trophy:before {
  content: "\e006"; }

.icon-screen-smartphone:before {
  content: "\e010"; }

.icon-screen-desktop:before {
  content: "\e011"; }

.icon-plane:before {
  content: "\e012"; }

.icon-notebook:before {
  content: "\e013"; }

.icon-moustache:before {
  content: "\e014"; }

.icon-mouse:before {
  content: "\e015"; }

.icon-magnet:before {
  content: "\e016"; }

.icon-energy:before {
  content: "\e020"; }

.icon-emoticon-smile:before {
  content: "\e021"; }

.icon-disc:before {
  content: "\e022"; }

.icon-cursor-move:before {
  content: "\e023"; }

.icon-crop:before {
  content: "\e024"; }

.icon-credit-card:before {
  content: "\e025"; }

.icon-chemistry:before {
  content: "\e026"; }

.icon-user:before {
  content: "\e005"; }

.icon-speedometer:before {
  content: "\e007"; }

.icon-social-youtube:before {
  content: "\e008"; }

.icon-social-twitter:before {
  content: "\e009"; }

.icon-social-tumblr:before {
  content: "\e00a"; }

.icon-social-facebook:before {
  content: "\e00b"; }

.icon-social-dropbox:before {
  content: "\e00c"; }

.icon-social-dribbble:before {
  content: "\e00d"; }

.icon-shield:before {
  content: "\e00e"; }

.icon-screen-tablet:before {
  content: "\e00f"; }

.icon-magic-wand:before {
  content: "\e017"; }

.icon-hourglass:before {
  content: "\e018"; }

.icon-graduation:before {
  content: "\e019"; }

.icon-ghost:before {
  content: "\e01a"; }

.icon-game-controller:before {
  content: "\e01b"; }

.icon-fire:before {
  content: "\e01c"; }

.icon-eyeglasses:before {
  content: "\e01d"; }

.icon-envelope-open:before {
  content: "\e01e"; }

.icon-envelope-letter:before {
  content: "\e01f"; }

.icon-bell:before {
  content: "\e027"; }

.icon-badge:before {
  content: "\e028"; }

.icon-anchor:before {
  content: "\e029"; }

.icon-wallet:before {
  content: "\e02a"; }

.icon-vector:before {
  content: "\e02b"; }

.icon-speech:before {
  content: "\e02c"; }

.icon-puzzle:before {
  content: "\e02d"; }

.icon-printer:before {
  content: "\e02e"; }

.icon-present:before {
  content: "\e02f"; }

.icon-playlist:before {
  content: "\e030"; }

.icon-pin:before {
  content: "\e031"; }

.icon-picture:before {
  content: "\e032"; }

.icon-map:before {
  content: "\e033"; }

.icon-layers:before {
  content: "\e034"; }

.icon-handbag:before {
  content: "\e035"; }

.icon-globe-alt:before {
  content: "\e036"; }

.icon-globe:before {
  content: "\e037"; }

.icon-frame:before {
  content: "\e038"; }

.icon-folder-alt:before {
  content: "\e039"; }

.icon-film:before {
  content: "\e03a"; }

.icon-feed:before {
  content: "\e03b"; }

.icon-earphones-alt:before {
  content: "\e03c"; }

.icon-earphones:before {
  content: "\e03d"; }

.icon-drop:before {
  content: "\e03e"; }

.icon-drawer:before {
  content: "\e03f"; }

.icon-docs:before {
  content: "\e040"; }

.icon-directions:before {
  content: "\e041"; }

.icon-direction:before {
  content: "\e042"; }

.icon-diamond:before {
  content: "\e043"; }

.icon-cup:before {
  content: "\e044"; }

.icon-compass:before {
  content: "\e045"; }

.icon-call-out:before {
  content: "\e046"; }

.icon-call-in:before {
  content: "\e047"; }

.icon-call-end:before {
  content: "\e048"; }

.icon-calculator:before {
  content: "\e049"; }

.icon-bubbles:before {
  content: "\e04a"; }

.icon-briefcase:before {
  content: "\e04b"; }

.icon-book-open:before {
  content: "\e04c"; }

.icon-basket-loaded:before {
  content: "\e04d"; }

.icon-basket:before {
  content: "\e04e"; }

.icon-bag:before {
  content: "\e04f"; }

.icon-action-undo:before {
  content: "\e050"; }

.icon-action-redo:before {
  content: "\e051"; }

.icon-wrench:before {
  content: "\e052"; }

.icon-umbrella:before {
  content: "\e053"; }

.icon-trash:before {
  content: "\e054"; }

.icon-tag:before {
  content: "\e055"; }

.icon-support:before {
  content: "\e056"; }

.icon-size-fullscreen:before {
  content: "\e057"; }

.icon-size-actual:before {
  content: "\e058"; }

.icon-shuffle:before {
  content: "\e059"; }

.icon-share-alt:before {
  content: "\e05a"; }

.icon-share:before {
  content: "\e05b"; }

.icon-rocket:before {
  content: "\e05c"; }

.icon-question:before {
  content: "\e05d"; }

.icon-pie-chart:before {
  content: "\e05e"; }

.icon-pencil:before {
  content: "\e05f"; }

.icon-note:before {
  content: "\e060"; }

.icon-music-tone-alt:before {
  content: "\e061"; }

.icon-music-tone:before {
  content: "\e062"; }

.icon-microphone:before {
  content: "\e063"; }

.icon-loop:before {
  content: "\e064"; }

.icon-logout:before {
  content: "\e065"; }

.icon-login:before {
  content: "\e066"; }

.icon-list:before {
  content: "\e067"; }

.icon-like:before {
  content: "\e068"; }

.icon-home:before {
  content: "\e069"; }

.icon-grid:before {
  content: "\e06a"; }

.icon-graph:before {
  content: "\e06b"; }

.icon-equalizer:before {
  content: "\e06c"; }

.icon-dislike:before {
  content: "\e06d"; }

.icon-cursor:before {
  content: "\e06e"; }

.icon-control-start:before {
  content: "\e06f"; }

.icon-control-rewind:before {
  content: "\e070"; }

.icon-control-play:before {
  content: "\e071"; }

.icon-control-pause:before {
  content: "\e072"; }

.icon-control-forward:before {
  content: "\e073"; }

.icon-control-end:before {
  content: "\e074"; }

.icon-calendar:before {
  content: "\e075"; }

.icon-bulb:before {
  content: "\e076"; }

.icon-bar-chart:before {
  content: "\e077"; }

.icon-arrow-up:before {
  content: "\e078"; }

.icon-arrow-right:before {
  content: "\e079"; }

.icon-arrow-left:before {
  content: "\e07a"; }

.icon-arrow-down:before {
  content: "\e07b"; }

.icon-ban:before {
  content: "\e07c"; }

.icon-bubble:before {
  content: "\e07d"; }

.icon-camcorder:before {
  content: "\e07e"; }

.icon-camera:before {
  content: "\e07f"; }

.icon-check:before {
  content: "\e080"; }

.icon-clock:before {
  content: "\e081"; }

.icon-close:before {
  content: "\e082"; }

.icon-cloud-download:before {
  content: "\e083"; }

.icon-cloud-upload:before {
  content: "\e084"; }

.icon-doc:before {
  content: "\e085"; }

.icon-envelope:before {
  content: "\e086"; }

.icon-eye:before {
  content: "\e087"; }

.icon-flag:before {
  content: "\e088"; }

.icon-folder:before {
  content: "\e089"; }

.icon-heart:before {
  content: "\e08a"; }

.icon-info:before {
  content: "\e08b"; }

.icon-key:before {
  content: "\e08c"; }

.icon-link:before {
  content: "\e08d"; }

.icon-lock:before {
  content: "\e08e"; }

.icon-lock-open:before {
  content: "\e08f"; }

.icon-magnifier:before {
  content: "\e090"; }

.icon-magnifier-add:before {
  content: "\e091"; }

.icon-magnifier-remove:before {
  content: "\e092"; }

.icon-paper-clip:before {
  content: "\e093"; }

.icon-paper-plane:before {
  content: "\e094"; }

.icon-plus:before {
  content: "\e095"; }

.icon-pointer:before {
  content: "\e096"; }

.icon-power:before {
  content: "\e097"; }

.icon-refresh:before {
  content: "\e098"; }

.icon-reload:before {
  content: "\e099"; }

.icon-settings:before {
  content: "\e09a"; }

.icon-star:before {
  content: "\e09b"; }

.icon-symbol-female:before {
  content: "\e09c"; }

.icon-symbol-male:before {
  content: "\e09d"; }

.icon-target:before {
  content: "\e09e"; }

.icon-volume-1:before {
  content: "\e09f"; }

.icon-volume-2:before {
  content: "\e0a0"; }

.icon-volume-off:before {
  content: "\e0a1"; }

.icon-users:before {
  content: "\e001"; }

@font-face {
  font-family: 'Pe-icon-social';
  src: url("fonts/social/Pe-icon-social.eot?-96eskg");
  src: url("fonts/social/Pe-icon-social.eot?#iefix-96eskg") format("embedded-opentype"), url("fonts/social/Pe-icon-social.svg?-96eskg#Pe-icon-social") format("svg"), url("fonts/social/Pe-icon-social.woff?-96eskg") format("woff"), url("fonts/social/Pe-icon-social.ttf?-96eskg") format("truetype");
  font-weight: normal;
  font-style: normal; }
[class^="pe-so-"], [class*=" pe-so-"] {
  display: inline-block;
  font-family: 'Pe-icon-social';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pe-so-500px:before {
  content: "\e600"; }

.pe-so-aim:before {
  content: "\e601"; }

.pe-so-amazon:before {
  content: "\e602"; }

.pe-so-android:before {
  content: "\e603"; }

.pe-so-app-store:before {
  content: "\e604"; }

.pe-so-apple:before {
  content: "\e605"; }

.pe-so-behance:before {
  content: "\e606"; }

.pe-so-bitbucket:before {
  content: "\e607"; }

.pe-so-blogger:before {
  content: "\e608"; }

.pe-so-bootstrap:before {
  content: "\e609"; }

.pe-so-chrome:before {
  content: "\e60a"; }

.pe-so-codepen:before {
  content: "\e60b"; }

.pe-so-css3:before {
  content: "\e60c"; }

.pe-so-delicious:before {
  content: "\e60d"; }

.pe-so-deviantart-1:before {
  content: "\e60e"; }

.pe-so-deviantart-2:before {
  content: "\e60f"; }

.pe-so-digg:before {
  content: "\e610"; }

.pe-so-dribbble:before {
  content: "\e611"; }

.pe-so-dropbox:before {
  content: "\e612"; }

.pe-so-drupal:before {
  content: "\e613"; }

.pe-so-ebay:before {
  content: "\e614"; }

.pe-so-etsy:before {
  content: "\e615"; }

.pe-so-evernote:before {
  content: "\e616"; }

.pe-so-facebook:before {
  content: "\e617"; }

.pe-so-firefox:before {
  content: "\e618"; }

.pe-so-flattr:before {
  content: "\e619"; }

.pe-so-flickr:before {
  content: "\e61a"; }

.pe-so-forrst:before {
  content: "\e61b"; }

.pe-so-foursquare:before {
  content: "\e61c"; }

.pe-so-git:before {
  content: "\e61d"; }

.pe-so-github:before {
  content: "\e61e"; }

.pe-so-google-drive:before {
  content: "\e61f"; }

.pe-so-google-plus:before {
  content: "\e620"; }

.pe-so-grooveshark:before {
  content: "\e621"; }

.pe-so-habbo:before {
  content: "\e622"; }

.pe-so-hacker-news:before {
  content: "\e623"; }

.pe-so-html5:before {
  content: "\e624"; }

.pe-so-ie:before {
  content: "\e625"; }

.pe-so-instagram:before {
  content: "\e626"; }

.pe-so-joomla:before {
  content: "\e627"; }

.pe-so-jsfiddle:before {
  content: "\e628"; }

.pe-so-lanyrd:before {
  content: "\e629"; }

.pe-so-lastfm:before {
  content: "\e62a"; }

.pe-so-like:before {
  content: "\e62b"; }

.pe-so-linkedin:before {
  content: "\e62c"; }

.pe-so-linux:before {
  content: "\e62d"; }

.pe-so-love:before {
  content: "\e62e"; }

.pe-so-magento:before {
  content: "\e62f"; }

.pe-so-myspace:before {
  content: "\e630"; }

.pe-so-odnolassniki:before {
  content: "\e631"; }

.pe-so-openid:before {
  content: "\e632"; }

.pe-so-opera:before {
  content: "\e633"; }

.pe-so-paypal-1:before {
  content: "\e634"; }

.pe-so-paypal-2:before {
  content: "\e635"; }

.pe-so-picasa:before {
  content: "\e636"; }

.pe-so-pied-piper:before {
  content: "\e637"; }

.pe-so-pinterest:before {
  content: "\e638"; }

.pe-so-pixeden:before {
  content: "\e639"; }

.pe-so-qq:before {
  content: "\e63a"; }

.pe-so-qzone:before {
  content: "\e63b"; }

.pe-so-rdio:before {
  content: "\e63c"; }

.pe-so-reddit:before {
  content: "\e63d"; }

.pe-so-renren:before {
  content: "\e63e"; }

.pe-so-rss:before {
  content: "\e63f"; }

.pe-so-safari-1:before {
  content: "\e640"; }

.pe-so-safari-2:before {
  content: "\e641"; }

.pe-so-sass:before {
  content: "\e642"; }

.pe-so-share:before {
  content: "\e643"; }

.pe-so-skype:before {
  content: "\e644"; }

.pe-so-slideshare:before {
  content: "\e645"; }

.pe-so-soundcloud:before {
  content: "\e646"; }

.pe-so-spotify:before {
  content: "\e647"; }

.pe-so-stack-exchange:before {
  content: "\e648"; }

.pe-so-stack-overflow:before {
  content: "\e649"; }

.pe-so-steam:before {
  content: "\e64a"; }

.pe-so-stumbleupon:before {
  content: "\e64b"; }

.pe-so-tencent-weibo:before {
  content: "\e64c"; }

.pe-so-trello:before {
  content: "\e64d"; }

.pe-so-tripadvisor:before {
  content: "\e64e"; }

.pe-so-tumblr:before {
  content: "\e64f"; }

.pe-so-twitch:before {
  content: "\e650"; }

.pe-so-twitter:before {
  content: "\e651"; }

.pe-so-ubuntu:before {
  content: "\e652"; }

.pe-so-viadeo:before {
  content: "\e653"; }

.pe-so-vimeo:before {
  content: "\e654"; }

.pe-so-vine:before {
  content: "\e655"; }

.pe-so-vk:before {
  content: "\e656"; }

.pe-so-wechat:before {
  content: "\e657"; }

.pe-so-weibo:before {
  content: "\e658"; }

.pe-so-wikipedia:before {
  content: "\e659"; }

.pe-so-windows:before {
  content: "\e65a"; }

.pe-so-wordpress-1:before {
  content: "\e65b"; }

.pe-so-wordpress-2:before {
  content: "\e65c"; }

.pe-so-xing:before {
  content: "\e65d"; }

.pe-so-yahoo-1:before {
  content: "\e65e"; }

.pe-so-yahoo-2:before {
  content: "\e65f"; }

.pe-so-yelp:before {
  content: "\e660"; }

.pe-so-youtube-1:before {
  content: "\e661"; }

.pe-so-youtube-2:before {
  content: "\e662"; }

.pe-so-zerply:before {
  content: "\e663"; }

/* Owl */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -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 .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* Mmenu */
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translateX(-30%);
      transform: translateX(-30%); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }
.mm-menu.mm-vertical .mm-list > li.mm-opened.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-page,
html.mm-front #mm-blocker {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0); }

.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }
  html.mm-opened .mm-page {
    box-sizing: border-box;
    position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/* Light Gallery */
/*clearfix*/
.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

/*/clearfix*/
/** /font-icons if you are not using font icons you can just remove this part/**/
@font-face {
  font-family: 'Slide-icons';
  src: url("scripts/lightgallery/fonts/Slide-icons.eot"); }
@font-face {
  font-family: 'Slide-icons';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format("truetype");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: 'Slide-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/** / End of font-icons /**/
.lightGallery {
  overflow: hidden !important; }

#lightGallery-Gallery img {
  border: none !important; }

#lightGallery-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  background: rgba(0, 0, 0, 0.8); }

#lightGallery-outer .lightGallery-slide {
  position: relative; }

/*lightGallery starting effects*/
#lightGallery-Gallery.opacity {
  opacity: 1;
  transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s; }

#lightGallery-Gallery.opacity .thumb_cont {
  opacity: 1; }

#lightGallery-Gallery.fadeM {
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s; }

/*lightGallery starting effects*/
/*lightGallery core*/
#lightGallery-Gallery {
  height: 100%;
  opacity: 0;
  width: 100%;
  position: relative;
  transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s; }

/**/
#lightGallery-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  white-space: nowrap; }

/**/
#lightGallery-slider .lightGallery-slide {
  background: url(scripts/lightgallery/img/loading.gif) no-repeat scroll center center transparent;
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%; }

#lightGallery-slider .lightGallery-slide.complete {
  background-image: none; }

#lightGallery-Gallery.showAfterLoad .lightGallery-slide > * {
  opacity: 0; }

#lightGallery-Gallery.showAfterLoad .lightGallery-slide.complete > * {
  opacity: 1; }

#lightGallery-slider.slide .lightGallery-slide, #lightGallery-slider.useLeft .lightGallery-slide {
  position: absolute;
  opacity: 0.4; }

#lightGallery-slider.fadeM .lightGallery-slide {
  position: absolute;
  left: 0;
  opacity: 0; }

#lightGallery-slider.animate .lightGallery-slide {
  position: absolute;
  left: 0; }

#lightGallery-slider.fadeM .current {
  opacity: 1;
  z-index: 9; }

#lightGallery-slider .lightGallery-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#lightGallery-Gallery.opacity .lightGallery-slide .object {
  transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1); }

.lightGallery-slide .object {
  transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s; }

#lightGallery-Gallery.fadeM .lightGallery-slide .object {
  transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5); }

#lightGallery-slider.fadeM.on .current {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s; }

#lightGallery-slider.fadeM .lightGallery-slide {
  transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s; }

#lightGallery-slider.slide .lightGallery-slide {
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px); }

#lightGallery-slider.slide.on .lightGallery-slide {
  opacity: 0; }

#lightGallery-slider.slide .lightGallery-slide.current {
  opacity: 1 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important; }

#lightGallery-slider.slide .lightGallery-slide.prevSlide {
  opacity: 0;
  transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px); }

#lightGallery-slider.slide .lightGallery-slide.nextSlide {
  opacity: 0;
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px); }

#lightGallery-slider.useLeft .lightGallery-slide {
  left: 100%; }

#lightGallery-slider.useLeft.on .lightGallery-slide {
  opacity: 0; }

#lightGallery-slider.useLeft .lightGallery-slide.current {
  opacity: 1 !important;
  left: 0% !important; }

#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
  opacity: 0;
  left: -100%; }

#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
  opacity: 0;
  left: 100%; }

#lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

#lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide {
  transition-duration: inherit !important;
  -moz-transition-duration: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  -ms-transition-duration: inherit !important; }

#lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide {
  transition-timing-function: inherit !important;
  -moz-transition-timing-function: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  -ms-transition-timing-function: inherit !important; }

#lightGallery-slider .lightGallery-slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  cursor: -moz-grabbing;
  cursor: grab;
  cursor: -webkit-grab;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#lightGallery-Gallery .thumb_cont .thumb_inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
.lightGallery-slide .object.rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lightGallery-slide .object.leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

/*lightGallery core*/
/*action*/
#lightGallery-action {
  bottom: 20px;
  position: fixed;
  left: 50%;
  margin-left: -30px;
  z-index: 9;
  -webkit-backface-visibility: hidden; }

#lightGallery-action.hasThumb {
  margin-left: -46px; }

#lightGallery-action a {
  margin: 0 3px 0 0 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: inline-block !important;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  width: 28px;
  height: 28px;
  font-family: 'Slide-icons';
  color: #FFF;
  cursor: pointer; }

#lightGallery-action a.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65) !important; }

#lightGallery-action a:hover, #lightGallery-action a:focus {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

#lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {
  left: 5px;
  bottom: 3px;
  position: absolute; }

#lightGallery-action a#lightGallery-prev:before {
  content: "\e01d"; }

#lightGallery-action a#lightGallery-next:after {
  content: "\e01b"; }

#lightGallery-action a.cLthumb:after {
  font-family: 'Slide-icons';
  content: "\e01c";
  left: 6px;
  bottom: 4px;
  font-size: 16px;
  position: absolute; }

/*action*/
/*counter*/
#lightGallery_counter {
  bottom: 52px;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 9;
  color: #FFFFFF; }

/*lightGallery Thumb*/
#lightGallery-Gallery .thumb_cont {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  -ms-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  z-index: 9;
  max-height: 0;
  opacity: 0; }

#lightGallery-Gallery.open .thumb_cont {
  max-height: 350px; }

#lightGallery-Gallery .thumb_cont .thumb_inner {
  margin-left: -12px;
  padding: 12px;
  max-height: 290px;
  overflow-y: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

#lightGallery-Gallery .thumb_cont .thumb_info {
  background-color: #333;
  padding: 7px 20px; }

#lightGallery-Gallery .thumb_cont .thumb_info .count {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px; }

#lightGallery-Gallery .thumb_cont .thumb_info .close {
  color: #FFFFFF;
  display: block;
  float: right !important;
  width: 28px;
  position: relative;
  height: 28px;
  border-radius: 2px;
  margin-top: -4px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  z-index: 1090;
  cursor: pointer; }

#lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
  left: 6px;
  position: absolute;
  top: 4px; }

#lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after {
  content: "\e01a";
  font-family: 'Slide-icons';
  font-style: normal;
  font-size: 16px; }

#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
  text-decoration: none;
  background-color: #000;
  background-color: black; }

#lightGallery-Gallery .thumb_cont .thumb {
  display: inline-block !important;
  vertical-align: middle;
  text-align: center;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 4px;
  height: 50px;
  width: 50px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: border-color linear .2s, opacity linear .2s;
  -moz-transition: border-color linear .2s, opacity linear .2s;
  -o-transition: border-color linear .2s, opacity linear .2s;
  -ms-transition: border-color linear .2s, opacity linear .2s;
  transition: border-color linear .2s, opacity linear .2s; }

@media (min-width: 800px) {
  #lightGallery-Gallery .thumb_cont .thumb {
    width: 94px;
    height: 94px; } }
#lightGallery-Gallery .thumb_cont .thumb > img {
  height: auto;
  max-width: 100%; }

#lightGallery-Gallery .thumb_cont .thumb.active, #lightGallery-Gallery .thumb_cont .thumb:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #ffffff; }

/*lightGallery Thumb*/
/*lightGallery Video*/
#lightGallery-slider .video_cont {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#lightGallery-slider .video_cont {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#lightGallery-slider .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#lightGallery-slider .video .object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

/*lightGallery Video*/
/*lightGallery Close*/
#lightGallery-close {
  color: #FFFFFF;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  z-index: 1090;
  cursor: pointer;
  background-color: #000;
  border-radius: 2px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-backface-visibility: hidden; }

#lightGallery-close:after {
  position: absolute;
  right: 6px;
  top: 3px; }

#lightGallery-close:hover {
  text-decoration: none;
  background-color: #000; }

.customHtml {
  background: none repeat scroll 0 0 black;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: Arial, sans-serif;
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9; }

.customHtml p {
  font-size: 14px; }

.customHtml > h4 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px; }

/* Fancybox */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("scripts/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("scripts/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("scripts/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("scripts/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/* ----------------------------------------------------------- */
/*                           COLOURS                           */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/*                           MIXINS                            */
/* ----------------------------------------------------------- */
/***
	RESPONSIVE BREAKPOINTS
	Nest the media query in your selector like this:
	Usage: @include breakpoint(medium) { width: 80%; margin: -40% 0 0 -40%;}
*/
/* --------------------------------------------------------------------------------
	FONT TYPE
	Custom mixin for fonts. SImply append the type at the end.
	Usage: @include font(mediumregular);
*/
/* --------------------------------------------------------------------------------
	BACKGROUND SIZE
	Useful specially for full background images in a div.
	Usage: @include background-size(cover);
*/
/* --------------------------------------------------------------------------------
	BORDER RADIUS
	Set every border radius or just a single side without worrying about all those prefixes.
	Usage: @include border-radius(5px);
	Usage: @include border-top-radius(10px);
	Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/

*/
/* Single side border-radius */
/* --------------------------------------------------------------------------------
	ANIMATIONS
	Usage:

	1. Define animation
		@include keyframes(slide-down) {
		  0% { opacity: 1; }
		  90% { opacity: 0; }
		}
	
	2. Include animation
		@include animation(slide-down 5s 3);
	
	Adds cross-browser support for transitions.
*/
/* --------------------------------------------------------------------------------
	TRANSITIONS
	Usage: @include transition(color .2s ease);
	Adds cross-browser support for transitions.
*/
/* --------------------------------------------------------------------------------
	APPEREANCE
	Usage: @include appearance(none);
	Useful to remove the styling of form elements, like selects (currently not supported in Firefox).
*/
/* --------------------------------------------------------------------------------
	CENTER ALIGN
	Requires width or max-width to be set.
	Usage: @include center-block;
	Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
*/
/* --------------------------------------------------------------------------------
	OPACITY
	Set the opacity for all browsers and provide a filter fallback for IE8.
	Usage: @include opacity(0.8);
	Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
*/
/* --------------------------------------------------------------------------------
	CLEARFIX
	Add clearfix without having to add divs in your code.
	Usage: @include clearfix();
	Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
*/
/* --------------------------------------------------------------------------------
	TEXT TRUNCATE
	An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block.
	Usage: @include text-truncate;
	Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
*/
/*================================================================================================================*/
/*                                                                                                                */
/*                                                    GLOBAL                                                      */
/*                                                                                                                */
/*================================================================================================================*/
/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal; }

i, em {
  font-style: italic; }

.left {
  float: left; }

.right {
  float: right; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.aligncenter {
  text-align: center; }

.clear {
  clear: both;
  line-height: 1px;
  height: 1px; }

textarea {
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
  /* Body Font Family Will Come Here */ }

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

a:hover {
  color: #000; }

address {
  font-style: normal; }

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

.clearfix:after {
  clear: both; }

/*================================================================================================================*/
/*                                                                                                                */
/*                                                    LAYOUT                                                      */
/*                                                                                                                */
/*================================================================================================================*/
html {
  height: 100%;
  min-height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #454141; }
  body .full-bg {
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    background-attachment: scroll;
    		/* @include breakpoint(ipad_l) { background-position:right 0; overflow-y:scroll; -webkit-overflow-scrolling:touch;} 
    		@include breakpoint(ipad_l) { background-position:right 0; overflow:hidden;} 
    		@include breakpoint(ipad_p) { background-position:right 50px; overflow:hidden;} 
    		@include breakpoint(iphone_6plus_l) { background-position:right 50px; overflow:hidden;} 
    		@include breakpoint(iphone_6_l) { background-position:right 50px; overflow:hidden;}
    		@include breakpoint(iphone_5_l) { background-position:right 50px; overflow:hidden;}
    		@include breakpoint(iphone_l) { background-position:right 50px; overflow:hidden;}
    
    		@include breakpoint(iphone_p) { background-position:right 50px; overflow-y:scroll;}
    		@include breakpoint(iphone_6_p) { background-position:right 50px; overflow:hidden;}
    		@include breakpoint(iphone_6plus_p) { background-position:right 50px; overflow:hidden;}*/ }

header {
  position: fixed;
  top: 0;
  left: 0;
  /* iPad Landscape */
  /* --------- iPhone 6+ --------- */
  /* Landscape */
  /* iPad Landscape */
  /* iPhone Global */ }
  header .logo {
    position: relative;
    /* iPad Landscape */
    /* --------- iPhone 6+ --------- */
    /* Landscape */
    /* iPad Landscape */
    /* iPhone Global */ }
    @media only screen and (max-width: 767px) {
      header .logo {
        float: left; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      header .logo {
        float: left; } }
    header .logo .shape {
      width: 280px;
      height: 100%;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      border-top: 260px solid rgba(43, 40, 40, 0.9);
      border-right: 100px solid transparent;
      /* iPad Landscape */
      /* --------- iPhone 6+ --------- */
      /* Landscape */
      /* iPad Landscape */
      /* iPhone Global */ }
      @media only screen and (max-width: 767px) {
        header .logo .shape {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        header .logo .shape {
          display: none; } }
    header .logo .logo-img {
      display: block;
      padding: 30px 0px 0px 7px;
      text-align: center;
      line-height: 31px;
      width: 300px;
      /* iPad Landscape */
      /* --------- iPhone 6+ --------- */
      /* Landscape */
      /* iPad Landscape */
      /* iPhone Global */ }
      @media only screen and (max-width: 767px) {
        header .logo .logo-img {
          width: 140px;
          padding-top: 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        header .logo .logo-img {
          width: 140px;
          padding-top: 10px; } }
  @media only screen and (max-width: 767px) {
    header {
      background: rgba(43, 40, 40, 0.9);
      width: 100%;
      z-index: 99;
      height: 75px; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    header {
      background: rgba(43, 40, 40, 0.9);
      width: 100%;
      z-index: 99;
      height: 75px; } }
  header nav {
    margin-top: 50px;
    /* iPad Landscape */
    /* --------- iPhone 6+ --------- */
    /* Landscape */
    /* iPad Landscape */
    /* iPhone Global */ }
    @media only screen and (max-width: 767px) {
      header nav {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      header nav {
        display: none; } }
    header nav ul {
      margin: 0;
      padding: 0; }
      header nav ul li {
        list-style: none; }
        header nav ul li a {
          background: rgba(43, 40, 40, 0.9);
          font-size: 18px;
          color: #FFF;
          text-transform: uppercase;
          display: inline-block;
          padding: 5px 20px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          display: block;
          margin-bottom: 5px;
          float: left;
          clear: both; }
          header nav ul li a:hover {
            background: rgba(255, 255, 255, 0.9);
            color: #2b2828;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            padding-left: 40px; }
        header nav ul li.current-menu-item a {
          background: rgba(255, 255, 255, 0.9);
          color: #2b2828;
          padding-left: 40px; }
  header .mobile-menu {
    width: 30px;
    float: right;
    display: none;
    margin: 27px 10px 0 0;
    /* iPad Landscape */
    /* --------- iPhone 6+ --------- */
    /* Landscape */
    /* iPad Landscape */
    /* iPhone Global */ }
    @media only screen and (max-width: 767px) {
      header .mobile-menu {
        display: block; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      header .mobile-menu {
        display: block; } }
    header .mobile-menu span {
      width: 100%;
      height: 1px;
      background: #FFF;
      display: block;
      margin-bottom: 7px; }
  header .lang {
    padding: 20px 0 0 20px;
    /* iPad Landscape */
    /* --------- iPhone 6+ --------- */
    /* Landscape */
    /* iPad Landscape */
    /* iPhone Global */ }
    @media only screen and (max-width: 767px) {
      header .lang {
        padding: 24px 2px 0px;
        float: right; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      header .lang {
        float: right;
        padding: 24px 20px 0px 0; } }
    header .lang a {
      display: block;
      float: left;
      margin-right: 10px;
      width: 25px; }
  header .social {
    padding: 100px 0 0 20px;
    /* iPad Landscape */
    /* --------- iPhone 6+ --------- */
    /* Landscape */
    /* iPad Landscape */
    /* iPhone Global */ }
    @media only screen and (max-width: 767px) {
      header .social {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      header .social {
        padding: 0;
        float: right;
        margin: 18px 20px 0px 0px; } }
    header .social a {
      color: #FFF;
      display: block;
      padding: 10px 0;
      float: left;
      margin-right: 7px;
      text-align: center;
      width: 36px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      header .social a.pe-so-facebook {
        font-size: 15px;
        background: #49659F;
        /* iPad Landscape */
        /* --------- iPhone 6+ --------- */
        /* Landscape */ }
        @media only screen and (max-width: 767px) {
          header .social a.pe-so-facebook {
            display: none; } }
      header .social a.pe-so-youtube-1 {
        font-size: 20px;
        padding: 7px 0 8px;
        background: #E12B28;
        /* iPad Landscape */
        /* --------- iPhone 6+ --------- */
        /* Landscape */ }
        @media only screen and (max-width: 767px) {
          header .social a.pe-so-youtube-1 {
            display: none; } }
      header .social a.pe-so-soundcloud {
        font-size: 20px;
        padding: 7px 0 8px;
        background: #ED462F;
        /* iPad Landscape */
        /* --------- iPhone 6+ --------- */
        /* Landscape */ }
        @media only screen and (max-width: 767px) {
          header .social a.pe-so-soundcloud {
            display: none; } }
      header .social a:hover {
        background: #fff;
        color: #2b2828; }

.mm-menu {
  background: rgba(43, 40, 40, 0.9); }
  .mm-menu a {
    color: #FFF !important;
    text-transform: uppercase;
    padding-left: 0 !important;
    font-size: 34px; }

.mm-list > li > a {
  padding: 20px !important; }

#page {
  min-height: 525px;
  /* iPad Landscape */
  /* --------- iPhone 6+ --------- */
  /* Landscape */ }
  @media only screen and (max-width: 767px) {
    #page {
      min-height: 100px; } }

.wrap {
  max-width: 650px;
  margin: 0 auto;
  position: absolute;
  left: 400px;
  top: 110px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* iPad Landscape */
  /* iPhone Global */
  /* iPad Landscape */
  /* --------- iPhone 6+ --------- */
  /* Landscape */ }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .wrap {
      width: auto;
      position: relative;
      left: auto;
      top: auto;
      padding: 100px 20px 40px;
      min-height: 768px; } }
  @media only screen and (max-width: 767px) {
    .wrap {
      width: auto;
      position: relative;
      left: auto;
      top: auto;
      padding: 115px 20px 40px; } }
  .wrap.expand {
    max-width: 820px;
    /* iPad Landscape */
    /* iPad Portrait */ }
    @media only screen and (min-width: 959px) and (max-width: 1024px) {
      .wrap.expand {
        max-width: 640px; } }
  .wrap main h1 {
    font-size: 34px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
    background: rgba(43, 40, 40, 0.9);
    color: #FFF;
    float: left;
    clear: both; }
    .wrap main h1 span {
      position: absolute;
      top: -40px;
      width: 125px;
      /* iPad Landscape */
      /* --------- iPhone 6+ --------- */
      /* Landscape */ }
      @media only screen and (max-width: 767px) {
        .wrap main h1 span {
          top: -26px;
          width: 100px; } }
      .wrap main h1 span.date {
        position: relative;
        top: auto;
        width: 100%;
        display: block;
        font-size: 22px; }
        .wrap main h1 span.date.white {
          color: #FFF; }
        .wrap main h1 span.date.dark {
          color: #2b2828; }
  .wrap .home-content {
    margin-top: 20%;
    /* iPad Landscape */
    /* --------- iPhone 6+ --------- */
    /* Landscape */ }
    .wrap .home-content h1 {
      font-size: 57px;
      text-transform: uppercase;
      color: #fff;
      line-height: 57px;
      padding-bottom: 20px;
      margin: 10px 0 0;
      text-shadow: 1px 0px 50px #000;
      background: none;
      float: none;
      padding: 0;
      font-weight: 400; }
    .wrap .home-content h2 {
      font-size: 34px;
      color: #fff;
      text-shadow: 1px 0 22px #000;
      margin: 0 0 10px; }
    @media only screen and (max-width: 767px) {
      .wrap .home-content h1 {
        font-size: 36px;
        line-height: 38px; }
      .wrap .home-content h2 {
        font-size: 22px; } }
  .wrap .page-content {
    background: url(img/white_80.png) repeat;
    padding: 20px;
    margin-bottom: 20px;
    clear: both;
    /*@include breakpoint(ipad_l) { max-height:inherit; overflow-y:hidden;}
    @include breakpoint(ipad_p) { max-height:inherit; overflow-y:hidden;}
    @include breakpoint(iphone_6plus_l) { max-height:inherit; overflow-y:hidden;} 
    @include breakpoint(iphone_6plus_p) { max-height:inherit; overflow-y:hidden;} 
    @include breakpoint(iphone_5_l) { max-height:inherit; overflow-y:hidden;} 
    @include breakpoint(iphone_6_p) { max-height:inherit; overflow-y:hidden;}
    @include breakpoint(iphone_6_l) { max-height:inherit; overflow-y:hidden;}  
    @include breakpoint(iphone_p) { max-height:inherit; overflow-y:hidden;}*/
    /* Gallery */
    /* Accordion */
    /* Tabs */
    /* Contact */
    /* Sala */
    /* Videos */ }
    .wrap .page-content:before, .wrap .page-content:after {
      content: "";
      display: table; }
    .wrap .page-content:after {
      clear: both; }
    .wrap .page-content h2 {
      font-size: 26px;
      text-transform: uppercase;
      color: #2b2828;
      line-height: 30px;
      padding-bottom: 20px;
      margin: 0; }
    .wrap .page-content h3 {
      font-size: 24px;
      text-transform: uppercase;
      color: #2b2828;
      line-height: 28px;
      padding-bottom: 20px;
      margin: 0; }
    .wrap .page-content h4 {
      font-size: 22px;
      text-transform: uppercase;
      color: #2b2828;
      line-height: 26px;
      padding-bottom: 20px;
      margin: 0; }
    .wrap .page-content h5 {
      font-size: 20px;
      text-transform: uppercase;
      color: #2b2828;
      line-height: 24px;
      padding-bottom: 20px;
      margin: 0; }
    .wrap .page-content h6 {
      font-size: 18px;
      text-transform: uppercase;
      color: #2b2828;
      line-height: 22px;
      padding-bottom: 20px;
      margin: 0; }
    .wrap .page-content p {
      color: #5a5754;
      font-size: 14px;
      line-height: 20px;
      padding-bottom: 20px;
      margin: 0; }
    .wrap .page-content .page-layout {
      padding-bottom: 20px; }
      .wrap .page-content .page-layout p:last-child {
        padding-bottom: 0; }
    .wrap .page-content ul.gallery {
      clear: both;
      margin: 0;
      padding: 0; }
      .wrap .page-content ul.gallery:before, .wrap .page-content ul.gallery:after {
        content: "";
        display: table; }
      .wrap .page-content ul.gallery:after {
        clear: both; }
      .wrap .page-content ul.gallery li {
        float: left;
        width: 183px;
        list-style: none;
        padding: 10px;
        /* iPad Landscape */
        /* --------- iPhone 6+ --------- */
        /* Landscape */ }
        @media only screen and (max-width: 767px) {
          .wrap .page-content ul.gallery li {
            width: 100px; } }
        .wrap .page-content ul.gallery li:hover {
          opacity: 0.8;
          filter: alpha(opacity=80);
          /*IE8*/ }
    .wrap .page-content .accordion {
      padding: 10px;
      border-bottom: 1px solid #a7a4a0; }
      .wrap .page-content .accordion:last-child {
        margin-bottom: 10px; }
      .wrap .page-content .accordion h3 {
        padding-bottom: 0;
        cursor: pointer;
        font-size: 20px; }
        .wrap .page-content .accordion h3 span {
          display: block;
          float: right;
          margin-top: 4px; }
      .wrap .page-content .accordion .accordion-content {
        padding-top: 20px; }
    .wrap .page-content ul.tabs {
      margin: 0;
      padding: 0;
      clear: both;
      width: 100%;
      overflow: hidden;
      display: block; }
      .wrap .page-content ul.tabs li {
        float: left;
        padding-bottom: 0;
        list-style: none;
        /* iPad Landscape */
        /* --------- iPhone 6+ --------- */
        /* Landscape */ }
        @media only screen and (max-width: 767px) {
          .wrap .page-content ul.tabs li {
            float: none;
            width: 100%; } }
        .wrap .page-content ul.tabs li a {
          display: block;
          padding: 10px 30px;
          margin-right: 5px;
          text-align: center;
          border-top: 1px #7a7272 solid;
          font-size: 18px;
          color: #2b2828; }
        .wrap .page-content ul.tabs li.active a {
          color: #fff;
          border-top: 2px #2b2828 solid;
          background: rgba(43, 40, 40, 0.9); }
    .wrap .page-content .tab-content {
      padding: 30px 30px 0px;
      border-bottom: 1px #7a7272 solid;
      background: rgba(43, 40, 40, 0.9);
      margin-bottom: 10px; }
      .wrap .page-content .tab-content p {
        font-size: 15px;
        color: #fff;
        line-height: 22px; }
    .wrap .page-content .contact {
      background: rgba(43, 40, 40, 0.9);
      padding: 20px;
      margin-bottom: 20px; }
      .wrap .page-content .contact:before, .wrap .page-content .contact:after {
        content: "";
        display: table; }
      .wrap .page-content .contact:after {
        clear: both; }
      .wrap .page-content .contact img {
        float: right;
        /* iPad Landscape */
        /* --------- iPhone 6+ --------- */
        /* Landscape */ }
        @media only screen and (max-width: 767px) {
          .wrap .page-content .contact img {
            float: none;
            margin-bottom: 10px; } }
      .wrap .page-content .contact h2 {
        font-size: 24px;
        font-family: "gotham_bookregular";
        color: #E12B28;
        padding: 0 0 25px;
        margin: 0;
        line-height: 24px;
        /* iPad Landscape */
        /* --------- iPhone 6+ --------- */
        /* Landscape */ }
        @media only screen and (max-width: 767px) {
          .wrap .page-content .contact h2 {
            font-size: 18px; } }
        .wrap .page-content .contact h2 span {
          font-size: 14px;
          color: #fff;
          /* iPad Landscape */
          /* --------- iPhone 6+ --------- */
          /* Landscape */ }
          @media only screen and (max-width: 767px) {
            .wrap .page-content .contact h2 span {
              font-size: 12px; } }
      .wrap .page-content .contact p {
        font-size: 14px;
        color: #FFF;
        padding-bottom: 10px;
        line-height: 17px;
        /* iPad Landscape */
        /* --------- iPhone 6+ --------- */
        /* Landscape */ }
        @media only screen and (max-width: 767px) {
          .wrap .page-content .contact p {
            font-size: 13px; } }
        .wrap .page-content .contact p span {
          display: block;
          float: left;
          margin-right: 10px; }
        .wrap .page-content .contact p a {
          color: #FFF; }
    .wrap .page-content #map {
      height: 250px; }
      .wrap .page-content #map * {
        max-width: none; }
    .wrap .page-content .videos {
      width: 600px;
      /* iPad Landscape */
      /* --------- iPhone 6+ --------- */
      /* Landscape */ }
      .wrap .page-content .videos:before, .wrap .page-content .videos:after {
        content: "";
        display: table; }
      .wrap .page-content .videos:after {
        clear: both; }
      @media only screen and (max-width: 767px) {
        .wrap .page-content .videos {
          width: auto; } }
      .wrap .page-content .videos .video {
        margin: 0 20px 20px 0;
        display: inline-table;
        width: 287px;
        /* iPad Landscape */
        /* --------- iPhone 6+ --------- */
        /* Landscape */ }
        @media only screen and (max-width: 767px) {
          .wrap .page-content .videos .video {
            width: auto;
            margin-right: 0;
            display: block; } }
        .wrap .page-content .videos .video:nth-child(2n+2) {
          margin-right: 0; }
        .wrap .page-content .videos .video a {
          display: block;
          position: relative;
          width: 287px;
          /* iPad Landscape */
          /* --------- iPhone 6+ --------- */
          /* Landscape */ }
          @media only screen and (max-width: 767px) {
            .wrap .page-content .videos .video a {
              width: auto; } }
          .wrap .page-content .videos .video a .play-wrap {
            width: 80px;
            height: 80px;
            line-height: 80px;
            background: #5a5754;
            opacity: 0.8;
            filter: alpha(opacity=80);
            /*IE8*/
            text-align: center;
            line-height: 40px;
            -webkit-border-radius: 40px;
            border-radius: 40px;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            position: absolute;
            top: 32%;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-indent: 9px; }
            .wrap .page-content .videos .video a .play-wrap span {
              font-size: 34px;
              color: #fff;
              line-height: 81px; }
          .wrap .page-content .videos .video a:hover .play-wrap {
            background: #FFF; }
            .wrap .page-content .videos .video a:hover .play-wrap span {
              color: #2b2828; }
        .wrap .page-content .videos .video h5 {
          font-size: 14px;
          color: #5a5754;
          margin: 0;
          padding: 5px 0 0;
          text-transform: uppercase;
          line-height: 18px; }

/* Contact Form */
.contact-form {
  overflow: hidden; }
  .contact-form .form-left {
    width: 50%;
    float: left;
    overflow: hidden;
    /* iPad Landscape */
    /* --------- iPhone 6+ --------- */
    /* Landscape */ }
    @media only screen and (max-width: 767px) {
      .contact-form .form-left {
        width: 100%;
        float: none; } }
    .contact-form .form-left input {
      float: left;
      /* iPad Landscape */
      /* --------- iPhone 6+ --------- */
      /* Landscape */ }
      @media only screen and (max-width: 767px) {
        .contact-form .form-left input {
          float: none; } }
  .contact-form .form-right {
    width: 50%;
    float: right;
    overflow: hidden;
    /* iPad Landscape */
    /* --------- iPhone 6+ --------- */
    /* Landscape */ }
    @media only screen and (max-width: 767px) {
      .contact-form .form-right {
        width: 100%;
        float: none; } }
    .contact-form .form-right input {
      float: right;
      /* iPad Landscape */
      /* --------- iPhone 6+ --------- */
      /* Landscape */ }
      @media only screen and (max-width: 767px) {
        .contact-form .form-right input {
          float: none; } }
    .contact-form .form-right span.wpcf7-not-valid-tip {
      padding-left: 8px; }
  .contact-form .form-textarea {
    clear: both; }
  .contact-form span {
    display: block; }
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form input[type=file] {
    width: 91%;
    border: 1px #d1d7da solid;
    padding: 15px 10px;
    font-family: Arial,  Helvetica,  sans-serif;
    font-size: 13px;
    color: #444;
    margin-bottom: 10px;
    -webkit-appearance: none;
    /* iPad Landscape */
    /* --------- iPhone 6+ --------- */
    /* Landscape */ }
    @media only screen and (max-width: 767px) {
      .contact-form input[type=text],
      .contact-form input[type=email],
      .contact-form input[type=tel],
      .contact-form input[type=file] {
        width: 91%; } }
  .contact-form input[type=file] {
    padding: 8px 10px 9px 10px; }
  .contact-form textarea {
    height: 184px;
    width: 978px;
    border: 1px #d1d7da solid;
    padding: 10px;
    font-family: Arial,  Helvetica,  sans-serif;
    font-size: 13px;
    color: #444;
    -webkit-appearance: none; }
  .contact-form input[type=text]:focus,
  .contact-form input[type=email]:focus,
  .contact-form input[type=tel]:focus,
  .contact-form textarea:focus {
    border: 1px #bbc2c5 solid; }
  .contact-form .contact-captcha {
    width: 370px;
    float: left; }
  .contact-form input.input-captcha {
    width: 370px;
    float: left;
    margin-right: 10px; }
  .contact-form .form-submit {
    clear: both;
    padding: 10px 3px 0 0; }
  .contact-form input[type=submit] {
    display: block;
    background: none;
    border: 1px #5a5754 solid;
    font-size: 22px;
    cursor: pointer;
    padding: 9px 40px;
    color: #5a5754;
    text-align: center;
    float: right;
    margin: 0;
    -webkit-appearance: none;
    text-transform: uppercase; }
    .contact-form input[type=submit]:hover {
      background-color: #5a5754;
      color: #FFF; }

span.wpcf7-form-control-wrap {
  display: block !important;
  clear: both; }

span.wpcf7-not-valid-tip {
  font-size: 13px !important;
  color: #fc6060 !important;
  border: none !important;
  background: none !important;
  display: block;
  margin-bottom: 10px; }

.wpcf7-validation-errors {
  border: 1px solid #fc6060 !important;
  font-size: 13px !important;
  color: #fc6060 !important;
  background-color: none !important;
  padding: 10px !important;
  text-align: center;
  clear: both;
  font-family: Arial,  Helvetica,  sans-serif;
  margin: 20px 0 0 !important; }

.wpcf7-mail-sent-ok {
  border: 1px solid #629705 !important;
  font-size: 13px !important;
  color: #629705 !important;
  background-color: none !important;
  padding: 10px !important;
  text-align: center;
  clear: both;
  font-family: Arial,  Helvetica,  sans-serif;
  margin: 20px 0 0 !important; }

.footer-home {
  padding: 200px 0 0 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  /* iPad Landscape */
  /* --------- iPhone 6+ --------- */
  /* Landscape */
  /* iPad Landscape */
  /* iPhone Global */ }
  @media only screen and (max-width: 767px) {
    .footer-home {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .footer-home {
      display: none; } }
  .footer-home span {
    font-size: 9px; }
    .footer-home span a {
      color: #FFF; }
      .footer-home span a:hover {
        text-decoration: underline;
        color: #FFF; }

footer {
  display: none;
  /* iPad Landscape */
  /* --------- iPhone 6+ --------- */
  /* Landscape */
  /* iPad Landscape */
  /* iPhone Global */ }
  @media only screen and (max-width: 767px) {
    footer {
      display: block; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    footer {
      display: block; } }
  footer.home {
    display: none; }
  footer.copy {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: rgba(43, 40, 40, 0.9);
    /* iPad Landscape */
    /* --------- iPhone 6+ --------- */
    /* Landscape */
    /* iPad Landscape */
    /* iPad Landscape */
    /* iPhone Global */ }
    @media only screen and (max-width: 767px) {
      footer.copy {
        background: rgba(43, 40, 40, 0.9);
        padding: 10px 0 0;
        text-align: center;
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto; } }
    @media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
      footer.copy {
        padding: 10px 0;
        text-align: center; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      footer.copy {
        background: rgba(43, 40, 40, 0.9);
        padding: 10px 0 0;
        text-align: center;
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto; } }
  footer span {
    font-size: 9px; }
    footer span a {
      color: #FFF; }
      footer span a:hover {
        text-decoration: underline;
        color: #FFF; }
