/*------------------------------------------------------------------
[Master Stylesheet]

Project:		Verko
Version:		1.0
Assigned to:	Dahz
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Reset Css
	1.1 Reset css html and body
	1.2 HTML5 display definitions
	1.3 Links
	1.4 Text-level semantics
	1.5 Embedded content
	1.6 Grouping content
	1.7 Forms
	1.8 Tables
2. Material Design Iconic Font
	2.1 Font path
	2.2 Core Class Definition
	2.3 Icon sizes
	2.4 Bordered icons
	2.5 Pulled icons
	2.6 Spinning Icons
	2.7 Rotated & Flipped icons
	2.8 Icon lists
3. Font Awesome
	3.1 Font Path
	3.2 Base Class Definition
	3.3 Icon Sizes
	3.4 Fixed Width Icons
	3.5 List Icons
	3.6 Bordered & Pulled
	3.7 Animated Icons
	3.8 Rotated & Flipped Icons
	3.9 Stacked Icons
	3.10 Icon lists
4. Animated Css
5. Semantic UI Transition Css
6. Semantic UI Sidebar Off Canvas Css
7. Owl Carousel
8. Selectric
9. Prettyphoto
10. Basic Styles
	10.1 Site Styles
	10.2 Typography
	10.3 Links
	10.4 Lists
	10.5 Images
	10.6 Buttons
	10.7 Forms
	10.8 Code
	10.9 Tables
	10.10 Spacing
	10.11 Utilities
	10.12 Misc
11. Wireframe Grid
12. Site Structure
	12.1 Containers & Columns
	12.2 Header
13. Posts
	13.1 Typographic Elements
	13.2 Captions
	13.3 Gallery
	13.4 Like button
	13.5 Comment
	13.6 Feature Image As Background
	13.7 Single Post
	13.8 Author
	13.9 List Post
	13.10 Post Grid
		13.10.1 Category Filter
	13.11 related post
		13.11.1 related post responsive
	13.12 Pagination
		13.12.1 next prev
		13.12.2 numbering
		13.12.3 infinite scroll
		13.12.4 single post pagination
	13.13 Archive
	13.14 404
		13.14.1 404 Responsive
	13.15 featured slider
	13.16 Post Formats
		13.16.1 Post Formats Gallery
			13.16.1.1 Gallery Responsive
			13.16.1.2 photo swipe
		13.16.2 Post Formats Audio
			13.16.2.1 Audio Responsive
		13.16.3 Post Formats Video
			13.16.3.1 Video Responsive
		13.16.4 Post Formats Chat
			13.16.4.1 Chat Responsive
		13.16.5 Post Formats Quote
			13.16.5.1 Quote Responsive
		13.16.6 Post Formats Aside
			13.16.6.1 Aside Responsive
		13.16.7 Post Formats Link
			13.16.7.1 Link Responsive
		13.16.8 Post Formats Status
			13.16.8.1 Status Responsive
			13.16.8.2 Status Twitter
14. Navigation
	14.1 button main navigation
	14.2 Top Navigation
	14.3 Sticky Navigation
	14.4 Misc Tools
	14.5 anchor bullet container
	14.6 responsive navigation
	14.7 Navbar Split
		14.7.1 Navbar Split Responsive
	14.8 Navbar Center
	14.9 navbar menu off canvas
		14.9.1 general style
		14.9.2 Whole Page
		14.9.3 style off-canvas-navigation
		14.9.4 split menu
		14.9.5 mobile css
	14.10 navbar mega menu
15. Fancy Title
	15.1 Fancy Title Responsive
16. Widget
	16.1 Popular Post
	16.2 Post Format Widget
	16.3 Calendar Widget
	16.4 Recent Comment Widget
	16.5 Recent Post Widget
	16.6 Category Widget
	16.7 Tag Widget
	16.8 Custom Menu Widget
	16.9 Contact Info Widget
	16.10 Search Widget
	16.11 Connect Widget
	16.12 Icon Widget
	16.13 Off Canvas Widget
17. Comments Style
	17.1 Comment Style Mobile
18. Footer
	18.1 Hidden Footer
	18.2 Responsive Footer
19. Ajax Search
20. Utilities
	20.1 Floating & Alignment
	20.2 Clear Floats
	20.3 hide and show
	20.4 embed iframe
	20.5 global basic css .df
	20.6 social connect
	20.7 brand icon color
	20.8 WPCustomizer Highlighted element styling
	20.9 wp admin bar
	20.10 nano scroll
	20.11 child pages
	20.12 media print
	20.13 btn show css
	20.14 owl stage cursor
	20.15 Footer wpbakery page builder
	20.16 Animation button 3D
	20.17 Featured Master Slider
21. Boxed layout
22. Page loader
	22.1 Page loader animation
-------------------------------------------------------------------*/
/**
 * 1. Reset Css
 *
 * normalize.css v3.0.2 | MIT License | git.io/normalize
 */
/**
 * 1.1 Reset css html and body
 *
 * Set default font family to sans-serif.
 * Prevent iOS text size adjust after orientation change, without disabling user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/**
 * 1.2 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,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/**
 * 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;
}
/**
 * 1.3 Links
 *
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1.4 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;
}
/**
 * 1.5 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;
}
/**
 * 1.6 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;
}
/**
 * 1.7 Forms
 *
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct color not being inherited. Known issue: affects color of disabled elements.
 * Correct font properties not being inherited.
 * Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
/**
 * 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;
}
/**
 * Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
 * Correct inability to style clickable `input` types in iOS.
 * 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;
  cursor: pointer;
}
/**
 * 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.
 *
 * Address box sizing set to `content-box` in IE 8/9/10.
 * Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * 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;
}
/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 * Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
/**
 * Correct `color` not being inherited in IE 8/9/10/11.
 * Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0;
}
/**
 * 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;
}
/**
 * 1.8 Tables
 *
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*!
 *  Material Design Iconic Font 1.0.1 by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - https://github.com/zavoloklom/material-design-iconic-font/blob/gh-pages/License.md (Attribution-ShareAlike 4.0 International license)
 */
/**
 * 2. Material Design Iconic Font
 */
/**
 * 2.1 Font path
 */
@font-face {
  font-family: 'Material Design Iconic Font';
  src: url('../fonts/Material-Design-Iconic-Font.eot?v=1.0.1');
  src: url('../fonts/Material-Design-Iconic-Font.eot?#iefix&v=1.0.1') format('embedded-opentype'), url('../fonts/Material-Design-Iconic-Font.woff?v=1.0.1') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf?v=1.0.1') format('truetype'), url('../fonts/Material-Design-Iconic-Font.svg?v=1.0.1#Material-Design-Iconic-Font') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * 2.2 Core Class Definition
 */
[class^="md-"],
[class*=" md-"] {
  display: inline-block;
  font: normal normal normal 14px/1 'Material Design Iconic Font';
  font-size: inherit;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.md {
  line-height: inherit;
  vertical-align: bottom;
}
/**
 * 2.3 Icon sizes
 */
.md-lg {
  font-size: 1.5em;
  line-height: .5em;
  vertical-align: -35%;
}
.md-2x {
  font-size: 2em;
}
.md-3x {
  font-size: 3em;
}
.md-4x {
  font-size: 4em;
}
.md-5x {
  font-size: 5em;
}
/**
 * 2.4 Bordered icons
 */
.md-border {
  padding: .2em .25em .15em;
  border: solid 0.08em grey;
  border-radius: .1em;
}
.md-border-circle {
  padding: .2em .25em .15em;
  border: solid 0.08em grey;
  border-radius: 50%;
}
/**
 * 2.5 Pulled icons
 */
[class^="md-"].pull-left,
[class*=" md-"].pull-left {
  float: left;
  margin-right: .3em;
}
[class^="md-"].pull-right,
[class*=" md-"].pull-right {
  float: right;
  margin-left: .3em;
}
/**
 * 2.6 Spinning Icons
 */
.md-spin {
  -webkit-animation: md-spin 1.5s infinite linear;
  animation: md-spin 1.5s infinite linear;
}
.md-spin-reverse {
  -webkit-animation: md-spin-reverse 1.5s infinite linear;
  animation: md-spin-reverse 1.5s infinite linear;
}
@-webkit-keyframes md-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes md-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes md-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes md-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
/**
 * 2.7 Rotated & Flipped icons
 */
.md-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.md-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.md-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.md-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.md-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
/**
 * Hook for IE8-9
 */
:root .md-rotate-90,
:root .md-rotate-180,
:root .md-rotate-270,
:root .md-flip-horizontal,
:root .md-flip-vertical {
  filter: none;
}
/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* If you do not want use all icons you can disable icon set here */
/**
 * 2.8 Icon lists
 */
.md-3d-rotation:before {
  content: "\f000";
}
.md-accessibility:before {
  content: "\f001";
}
.md-account-balance:before {
  content: "\f002";
}
.md-account-balance-wallet:before {
  content: "\f003";
}
.md-account-box:before {
  content: "\f004";
}
.md-account-child:before {
  content: "\f005";
}
.md-account-circle:before {
  content: "\f006";
}
.md-add-shopping-cart:before {
  content: "\f007";
}
.md-alarm:before {
  content: "\f008";
}
.md-alarm-add:before {
  content: "\f009";
}
.md-alarm-off:before {
  content: "\f00a";
}
.md-alarm-on:before {
  content: "\f00b";
}
.md-android:before {
  content: "\f00c";
}
.md-announcement:before {
  content: "\f00d";
}
.md-aspect-ratio:before {
  content: "\f00e";
}
.md-assessment:before {
  content: "\f00f";
}
.md-assignment:before {
  content: "\f010";
}
.md-assignment-ind:before {
  content: "\f011";
}
.md-assignment-late:before {
  content: "\f012";
}
.md-assignment-return:before {
  content: "\f013";
}
.md-assignment-returned:before {
  content: "\f014";
}
.md-assignment-turned-in:before {
  content: "\f015";
}
.md-autorenew:before {
  content: "\f016";
}
.md-backup:before {
  content: "\f017";
}
.md-book:before {
  content: "\f018";
}
.md-bookmark:before {
  content: "\f019";
}
.md-bookmark-outline:before {
  content: "\f01a";
}
.md-bug-report:before {
  content: "\f01b";
}
.md-cached:before {
  content: "\f01c";
}
.md-class:before {
  content: "\f01d";
}
.md-credit-card:before {
  content: "\f01e";
}
.md-dashboard:before {
  content: "\f01f";
}
.md-delete:before {
  content: "\f020";
}
.md-description:before {
  content: "\f021";
}
.md-dns:before {
  content: "\f022";
}
.md-done:before {
  content: "\f023";
}
.md-done-all:before {
  content: "\f024";
}
.md-event:before {
  content: "\f025";
}
.md-exit-to-app:before {
  content: "\f026";
}
.md-explore:before {
  content: "\f027";
}
.md-extension:before {
  content: "\f028";
}
.md-face-unlock:before {
  content: "\f029";
}
.md-favorite:before {
  content: "\f02a";
}
.md-favorite-outline:before {
  content: "\f02b";
}
.md-find-in-page:before {
  content: "\f02c";
}
.md-find-replace:before {
  content: "\f02d";
}
.md-flip-to-back:before {
  content: "\f02e";
}
.md-flip-to-front:before {
  content: "\f02f";
}
.md-get-app:before {
  content: "\f030";
}
.md-grade:before {
  content: "\f031";
}
.md-group-work:before {
  content: "\f032";
}
.md-help:before {
  content: "\f033";
}
.md-highlight-remove:before {
  content: "\f034";
}
.md-history:before {
  content: "\f035";
}
.md-home:before {
  content: "\f036";
}
.md-https:before {
  content: "\f037";
}
.md-info:before {
  content: "\f038";
}
.md-info-outline:before {
  content: "\f039";
}
.md-input:before {
  content: "\f03a";
}
.md-invert-colors:before {
  content: "\f03b";
}
.md-label:before {
  content: "\f03c";
}
.md-label-outline:before {
  content: "\f03d";
}
.md-language:before {
  content: "\f03e";
}
.md-launch:before {
  content: "\f03f";
}
.md-list:before {
  content: "\f040";
}
.md-lock:before {
  content: "\f041";
}
.md-lock-open:before {
  content: "\f042";
}
.md-lock-outline:before {
  content: "\f043";
}
.md-loyalty:before {
  content: "\f044";
}
.md-markunread-mailbox:before {
  content: "\f045";
}
.md-note-add:before {
  content: "\f046";
}
.md-open-in-browser:before {
  content: "\f047";
}
.md-open-in-new:before {
  content: "\f048";
}
.md-open-with:before {
  content: "\f049";
}
.md-pageview:before {
  content: "\f04a";
}
.md-payment:before {
  content: "\f04b";
}
.md-perm-camera-mic:before {
  content: "\f04c";
}
.md-perm-contact-cal:before {
  content: "\f04d";
}
.md-perm-data-setting:before {
  content: "\f04e";
}
.md-perm-device-info:before {
  content: "\f04f";
}
.md-perm-identity:before {
  content: "\f050";
}
.md-perm-media:before {
  content: "\f051";
}
.md-perm-phone-msg:before {
  content: "\f052";
}
.md-perm-scan-wifi:before {
  content: "\f053";
}
.md-picture-in-picture:before {
  content: "\f054";
}
.md-polymer:before {
  content: "\f055";
}
.md-print:before {
  content: "\f056";
}
.md-query-builder:before {
  content: "\f057";
}
.md-question-answer:before {
  content: "\f058";
}
.md-receipt:before {
  content: "\f059";
}
.md-redeem:before {
  content: "\f05a";
}
.md-report-problem:before {
  content: "\f05b";
}
.md-restore:before {
  content: "\f05c";
}
.md-room:before {
  content: "\f05d";
}
.md-schedule:before {
  content: "\f05e";
}
.md-search:before {
  content: "\f05f";
}
.md-settings:before {
  content: "\f060";
}
.md-settings-applications:before {
  content: "\f061";
}
.md-settings-backup-restore:before {
  content: "\f062";
}
.md-settings-bluetooth:before {
  content: "\f063";
}
.md-settings-cell:before {
  content: "\f064";
}
.md-settings-display:before {
  content: "\f065";
}
.md-settings-ethernet:before {
  content: "\f066";
}
.md-settings-input-antenna:before {
  content: "\f067";
}
.md-settings-input-component:before {
  content: "\f068";
}
.md-settings-input-composite:before {
  content: "\f069";
}
.md-settings-input-hdmi:before {
  content: "\f06a";
}
.md-settings-input-svideo:before {
  content: "\f06b";
}
.md-settings-overscan:before {
  content: "\f06c";
}
.md-settings-phone:before {
  content: "\f06d";
}
.md-settings-power:before {
  content: "\f06e";
}
.md-settings-remote:before {
  content: "\f06f";
}
.md-settings-voice:before {
  content: "\f070";
}
.md-shop:before {
  content: "\f071";
}
.md-shopping-basket:before {
  content: "\f072";
}
.md-shopping-cart:before {
  content: "\f073";
}
.md-shop-two:before {
  content: "\f074";
}
.md-speaker-notes:before {
  content: "\f075";
}
.md-spellcheck:before {
  content: "\f076";
}
.md-star-rate:before {
  content: "\f077";
}
.md-stars:before {
  content: "\f078";
}
.md-store:before {
  content: "\f079";
}
.md-subject:before {
  content: "\f07a";
}
.md-swap-horiz:before {
  content: "\f07b";
}
.md-swap-vert:before {
  content: "\f07c";
}
.md-swap-vert-circle:before {
  content: "\f07d";
}
.md-system-update-tv:before {
  content: "\f07e";
}
.md-tab:before {
  content: "\f07f";
}
.md-tab-unselected:before {
  content: "\f080";
}
.md-theaters:before {
  content: "\f081";
}
.md-thumb-down:before {
  content: "\f082";
}
.md-thumbs-up-down:before {
  content: "\f083";
}
.md-thumb-up:before {
  content: "\f084";
}
.md-toc:before {
  content: "\f085";
}
.md-today:before {
  content: "\f086";
}
.md-track-changes:before {
  content: "\f087";
}
.md-translate:before {
  content: "\f088";
}
.md-trending-down:before {
  content: "\f089";
}
.md-trending-neutral:before {
  content: "\f08a";
}
.md-trending-up:before {
  content: "\f08b";
}
.md-turned-in:before {
  content: "\f08c";
}
.md-turned-in-not:before {
  content: "\f08d";
}
.md-verified-user:before {
  content: "\f08e";
}
.md-view-agenda:before {
  content: "\f08f";
}
.md-view-array:before {
  content: "\f090";
}
.md-view-carousel:before {
  content: "\f091";
}
.md-view-column:before {
  content: "\f092";
}
.md-view-day:before {
  content: "\f093";
}
.md-view-headline:before {
  content: "\f094";
}
.md-view-list:before {
  content: "\f095";
}
.md-view-module:before {
  content: "\f096";
}
.md-view-quilt:before {
  content: "\f097";
}
.md-view-stream:before {
  content: "\f098";
}
.md-view-week:before {
  content: "\f099";
}
.md-visibility:before {
  content: "\f09a";
}
.md-visibility-off:before {
  content: "\f09b";
}
.md-wallet-giftcard:before {
  content: "\f09c";
}
.md-wallet-membership:before {
  content: "\f09d";
}
.md-wallet-travel:before {
  content: "\f09e";
}
.md-work:before {
  content: "\f09f";
}
.md-error:before {
  content: "\f0a0";
}
.md-warning:before {
  content: "\f0a1";
}
.md-album:before {
  content: "\f0a2";
}
.md-av-timer:before {
  content: "\f0a3";
}
.md-closed-caption:before {
  content: "\f0a4";
}
.md-equalizer:before {
  content: "\f0a5";
}
.md-explicit:before {
  content: "\f0a6";
}
.md-fast-forward:before {
  content: "\f0a7";
}
.md-fast-rewind:before {
  content: "\f0a8";
}
.md-games:before {
  content: "\f0a9";
}
.md-hearing:before {
  content: "\f0aa";
}
.md-high-quality:before {
  content: "\f0ab";
}
.md-loop:before {
  content: "\f0ac";
}
.md-mic:before {
  content: "\f0ad";
}
.md-mic-none:before {
  content: "\f0ae";
}
.md-mic-off:before {
  content: "\f0af";
}
.md-movie:before {
  content: "\f0b0";
}
.md-my-library-add:before {
  content: "\f0b1";
}
.md-my-library-books:before {
  content: "\f0b2";
}
.md-my-library-music:before {
  content: "\f0b3";
}
.md-new-releases:before {
  content: "\f0b4";
}
.md-not-interested:before {
  content: "\f0b5";
}
.md-pause:before {
  content: "\f0b6";
}
.md-pause-circle-fill:before {
  content: "\f0b7";
}
.md-pause-circle-outline:before {
  content: "\f0b8";
}
.md-play-arrow:before {
  content: "\f0b9";
}
.md-play-circle-fill:before {
  content: "\f0ba";
}
.md-play-circle-outline:before {
  content: "\f0bb";
}
.md-playlist-add:before {
  content: "\f0bc";
}
.md-play-shopping-bag:before {
  content: "\f0bd";
}
.md-queue:before {
  content: "\f0be";
}
.md-queue-music:before {
  content: "\f0bf";
}
.md-radio:before {
  content: "\f0c0";
}
.md-recent-actors:before {
  content: "\f0c1";
}
.md-repeat:before {
  content: "\f0c2";
}
.md-repeat-one:before {
  content: "\f0c3";
}
.md-replay:before {
  content: "\f0c4";
}
.md-shuffle:before {
  content: "\f0c5";
}
.md-skip-next:before {
  content: "\f0c6";
}
.md-skip-previous:before {
  content: "\f0c7";
}
.md-snooze:before {
  content: "\f0c8";
}
.md-stop:before {
  content: "\f0c9";
}
.md-subtitles:before {
  content: "\f0ca";
}
.md-surround-sound:before {
  content: "\f0cb";
}
.md-videocam:before {
  content: "\f0cc";
}
.md-videocam-off:before {
  content: "\f0cd";
}
.md-video-collection:before {
  content: "\f0ce";
}
.md-volume-down:before {
  content: "\f0cf";
}
.md-volume-mute:before {
  content: "\f0d0";
}
.md-volume-off:before {
  content: "\f0d1";
}
.md-volume-up:before {
  content: "\f0d2";
}
.md-web:before {
  content: "\f0d3";
}
.md-business:before {
  content: "\f0d4";
}
.md-call:before {
  content: "\f0d5";
}
.md-call-end:before {
  content: "\f0d6";
}
.md-call-made:before {
  content: "\f0d7";
}
.md-call-merge:before {
  content: "\f0d8";
}
.md-call-missed:before {
  content: "\f0d9";
}
.md-call-received:before {
  content: "\f0da";
}
.md-call-split:before {
  content: "\f0db";
}
.md-chat:before {
  content: "\f0dc";
}
.md-clear-all:before {
  content: "\f0dd";
}
.md-comment:before {
  content: "\f0de";
}
.md-contacts:before {
  content: "\f0df";
}
.md-dialer-sip:before {
  content: "\f0e0";
}
.md-dialpad:before {
  content: "\f0e1";
}
.md-dnd-on:before {
  content: "\f0e2";
}
.md-email:before {
  content: "\f0e3";
}
.md-forum:before {
  content: "\f0e4";
}
.md-import-export:before {
  content: "\f0e5";
}
.md-invert-colors-off:before {
  content: "\f0e6";
}
.md-invert-colors-on:before {
  content: "\f0e7";
}
.md-live-help:before {
  content: "\f0e8";
}
.md-location-off:before {
  content: "\f0e9";
}
.md-location-on:before {
  content: "\f0ea";
}
.md-message:before {
  content: "\f0eb";
}
.md-messenger:before {
  content: "\f0ec";
}
.md-no-sim:before {
  content: "\f0ed";
}
.md-phone:before {
  content: "\f0ee";
}
.md-portable-wifi-off:before {
  content: "\f0ef";
}
.md-quick-contacts-dialer:before {
  content: "\f0f0";
}
.md-quick-contacts-mail:before {
  content: "\f0f1";
}
.md-ring-volume:before {
  content: "\f0f2";
}
.md-stay-current-landscape:before {
  content: "\f0f3";
}
.md-stay-current-portrait:before {
  content: "\f0f4";
}
.md-stay-primary-landscape:before {
  content: "\f0f5";
}
.md-stay-primary-portrait:before {
  content: "\f0f6";
}
.md-swap-calls:before {
  content: "\f0f7";
}
.md-textsms:before {
  content: "\f0f8";
}
.md-voicemail:before {
  content: "\f0f9";
}
.md-vpn-key:before {
  content: "\f0fa";
}
.md-add:before {
  content: "\f0fb";
}
.md-add-box:before {
  content: "\f0fc";
}
.md-add-circle:before {
  content: "\f0fd";
}
.md-add-circle-outline:before {
  content: "\f0fe";
}
.md-archive:before {
  content: "\f0ff";
}
.md-backspace:before {
  content: "\f100";
}
.md-block:before {
  content: "\f101";
}
.md-clear:before {
  content: "\f102";
}
.md-content-copy:before {
  content: "\f103";
}
.md-content-cut:before {
  content: "\f104";
}
.md-content-paste:before {
  content: "\f105";
}
.md-create:before {
  content: "\f106";
}
.md-drafts:before {
  content: "\f107";
}
.md-filter-list:before {
  content: "\f108";
}
.md-flag:before {
  content: "\f109";
}
.md-forward:before {
  content: "\f10a";
}
.md-gesture:before {
  content: "\f10b";
}
.md-inbox:before {
  content: "\f10c";
}
.md-link:before {
  content: "\f10d";
}
.md-mail:before {
  content: "\f10e";
}
.md-markunread:before {
  content: "\f10f";
}
.md-redo:before {
  content: "\f110";
}
.md-remove:before {
  content: "\f111";
}
.md-remove-circle:before {
  content: "\f112";
}
.md-remove-circle-outline:before {
  content: "\f113";
}
.md-reply:before {
  content: "\f114";
}
.md-reply-all:before {
  content: "\f115";
}
.md-report:before {
  content: "\f116";
}
.md-save:before {
  content: "\f117";
}
.md-select-all:before {
  content: "\f118";
}
.md-send:before {
  content: "\f119";
}
.md-sort:before {
  content: "\f11a";
}
.md-text-format:before {
  content: "\f11b";
}
.md-undo:before {
  content: "\f11c";
}
.md-access-alarm:before {
  content: "\f11d";
}
.md-access-alarms:before {
  content: "\f11e";
}
.md-access-time:before {
  content: "\f11f";
}
.md-add-alarm:before {
  content: "\f120";
}
.md-airplanemode-off:before {
  content: "\f121";
}
.md-airplanemode-on:before {
  content: "\f122";
}
.md-battery-20:before {
  content: "\f123";
}
.md-battery-30:before {
  content: "\f124";
}
.md-battery-50:before {
  content: "\f125";
}
.md-battery-60:before {
  content: "\f126";
}
.md-battery-80:before {
  content: "\f127";
}
.md-battery-90:before {
  content: "\f128";
}
.md-battery-alert:before {
  content: "\f129";
}
.md-battery-charging-20:before {
  content: "\f12a";
}
.md-battery-charging-30:before {
  content: "\f12b";
}
.md-battery-charging-50:before {
  content: "\f12c";
}
.md-battery-charging-60:before {
  content: "\f12d";
}
.md-battery-charging-80:before {
  content: "\f12e";
}
.md-battery-charging-90:before {
  content: "\f12f";
}
.md-battery-charging-full:before {
  content: "\f130";
}
.md-battery-full:before {
  content: "\f131";
}
.md-battery-std:before {
  content: "\f132";
}
.md-battery-unknown:before {
  content: "\f133";
}
.md-bluetooth:before {
  content: "\f134";
}
.md-bluetooth-connected:before {
  content: "\f135";
}
.md-bluetooth-disabled:before {
  content: "\f136";
}
.md-bluetooth-searching:before {
  content: "\f137";
}
.md-brightness-auto:before {
  content: "\f138";
}
.md-brightness-high:before {
  content: "\f139";
}
.md-brightness-low:before {
  content: "\f13a";
}
.md-brightness-medium:before {
  content: "\f13b";
}
.md-data-usage:before {
  content: "\f13c";
}
.md-developer-mode:before {
  content: "\f13d";
}
.md-devices:before {
  content: "\f13e";
}
.md-dvr:before {
  content: "\f13f";
}
.md-gps-fixed:before {
  content: "\f140";
}
.md-gps-not-fixed:before {
  content: "\f141";
}
.md-gps-off:before {
  content: "\f142";
}
.md-location-disabled:before {
  content: "\f143";
}
.md-location-searching:before {
  content: "\f144";
}
.md-multitrack-audio:before {
  content: "\f145";
}
.md-network-cell:before {
  content: "\f146";
}
.md-network-wifi:before {
  content: "\f147";
}
.md-nfc:before {
  content: "\f148";
}
.md-now-wallpaper:before {
  content: "\f149";
}
.md-now-widgets:before {
  content: "\f14a";
}
.md-screen-lock-landscape:before {
  content: "\f14b";
}
.md-screen-lock-portrait:before {
  content: "\f14c";
}
.md-screen-lock-rotation:before {
  content: "\f14d";
}
.md-screen-rotation:before {
  content: "\f14e";
}
.md-sd-storage:before {
  content: "\f14f";
}
.md-settings-system-daydream:before {
  content: "\f150";
}
.md-signal-cellular-0-bar:before {
  content: "\f151";
}
.md-signal-cellular-1-bar:before {
  content: "\f152";
}
.md-signal-cellular-2-bar:before {
  content: "\f153";
}
.md-signal-cellular-3-bar:before {
  content: "\f154";
}
.md-signal-cellular-4-bar:before {
  content: "\f155";
}
.md-signal-cellular-connected-no-internet-0-bar:before {
  content: "\f156";
}
.md-signal-cellular-connected-no-internet-1-bar:before {
  content: "\f157";
}
.md-signal-cellular-connected-no-internet-2-bar:before {
  content: "\f158";
}
.md-signal-cellular-connected-no-internet-3-bar:before {
  content: "\f159";
}
.md-signal-cellular-connected-no-internet-4-bar:before {
  content: "\f15a";
}
.md-signal-cellular-no-sim:before {
  content: "\f15b";
}
.md-signal-cellular-null:before {
  content: "\f15c";
}
.md-signal-cellular-off:before {
  content: "\f15d";
}
.md-signal-wifi-0-bar:before {
  content: "\f15e";
}
.md-signal-wifi-1-bar:before {
  content: "\f15f";
}
.md-signal-wifi-2-bar:before {
  content: "\f160";
}
.md-signal-wifi-3-bar:before {
  content: "\f161";
}
.md-signal-wifi-4-bar:before {
  content: "\f162";
}
.md-signal-wifi-off:before {
  content: "\f163";
}
.md-storage:before {
  content: "\f164";
}
.md-usb:before {
  content: "\f165";
}
.md-wifi-lock:before {
  content: "\f166";
}
.md-wifi-tethering:before {
  content: "\f167";
}
.md-attach-file:before {
  content: "\f168";
}
.md-attach-money:before {
  content: "\f169";
}
.md-border-all:before {
  content: "\f16a";
}
.md-border-bottom:before {
  content: "\f16b";
}
.md-border-clear:before {
  content: "\f16c";
}
.md-border-color:before {
  content: "\f16d";
}
.md-border-horizontal:before {
  content: "\f16e";
}
.md-border-inner:before {
  content: "\f16f";
}
.md-border-left:before {
  content: "\f170";
}
.md-border-outer:before {
  content: "\f171";
}
.md-border-right:before {
  content: "\f172";
}
.md-border-style:before {
  content: "\f173";
}
.md-border-top:before {
  content: "\f174";
}
.md-border-vertical:before {
  content: "\f175";
}
.md-format-align-center:before {
  content: "\f176";
}
.md-format-align-justify:before {
  content: "\f177";
}
.md-format-align-left:before {
  content: "\f178";
}
.md-format-align-right:before {
  content: "\f179";
}
.md-format-bold:before {
  content: "\f17a";
}
.md-format-clear:before {
  content: "\f17b";
}
.md-format-color-fill:before {
  content: "\f17c";
}
.md-format-color-reset:before {
  content: "\f17d";
}
.md-format-color-text:before {
  content: "\f17e";
}
.md-format-indent-decrease:before {
  content: "\f17f";
}
.md-format-indent-increase:before {
  content: "\f180";
}
.md-format-italic:before {
  content: "\f181";
}
.md-format-line-spacing:before {
  content: "\f182";
}
.md-format-list-bulleted:before {
  content: "\f183";
}
.md-format-list-numbered:before {
  content: "\f184";
}
.md-format-paint:before {
  content: "\f185";
}
.md-format-quote:before {
  content: "\f186";
}
.md-format-size:before {
  content: "\f187";
}
.md-format-strikethrough:before {
  content: "\f188";
}
.md-format-textdirection-l-to-r:before {
  content: "\f189";
}
.md-format-textdirection-r-to-l:before {
  content: "\f18a";
}
.md-format-underline:before {
  content: "\f18b";
}
.md-functions:before {
  content: "\f18c";
}
.md-insert-chart:before {
  content: "\f18d";
}
.md-insert-comment:before {
  content: "\f18e";
}
.md-insert-drive-file:before {
  content: "\f18f";
}
.md-insert-emoticon:before {
  content: "\f190";
}
.md-insert-invitation:before {
  content: "\f191";
}
.md-insert-link:before {
  content: "\f192";
}
.md-insert-photo:before {
  content: "\f193";
}
.md-merge-type:before {
  content: "\f194";
}
.md-mode-comment:before {
  content: "\f195";
}
.md-mode-edit:before {
  content: "\f196";
}
.md-publish:before {
  content: "\f197";
}
.md-vertical-align-bottom:before {
  content: "\f198";
}
.md-vertical-align-center:before {
  content: "\f199";
}
.md-vertical-align-top:before {
  content: "\f19a";
}
.md-wrap-text:before {
  content: "\f19b";
}
.md-attachment:before {
  content: "\f19c";
}
.md-cloud:before {
  content: "\f19d";
}
.md-cloud-circle:before {
  content: "\f19e";
}
.md-cloud-done:before {
  content: "\f19f";
}
.md-cloud-download:before {
  content: "\f1a0";
}
.md-cloud-off:before {
  content: "\f1a1";
}
.md-cloud-queue:before {
  content: "\f1a2";
}
.md-cloud-upload:before {
  content: "\f1a3";
}
.md-file-download:before {
  content: "\f1a4";
}
.md-file-upload:before {
  content: "\f1a5";
}
.md-folder:before {
  content: "\f1a6";
}
.md-folder-open:before {
  content: "\f1a7";
}
.md-folder-shared:before {
  content: "\f1a8";
}
.md-cast:before {
  content: "\f1a9";
}
.md-cast-connected:before {
  content: "\f1aa";
}
.md-computer:before {
  content: "\f1ab";
}
.md-desktop-mac:before {
  content: "\f1ac";
}
.md-desktop-windows:before {
  content: "\f1ad";
}
.md-dock:before {
  content: "\f1ae";
}
.md-gamepad:before {
  content: "\f1af";
}
.md-headset:before {
  content: "\f1b0";
}
.md-headset-mic:before {
  content: "\f1b1";
}
.md-keyboard:before {
  content: "\f1b2";
}
.md-keyboard-alt:before {
  content: "\f1b3";
}
.md-keyboard-arrow-down:before {
  content: "\f1b4";
}
.md-keyboard-arrow-left:before {
  content: "\f1b5";
}
.md-keyboard-arrow-right:before {
  content: "\f1b6";
}
.md-keyboard-arrow-up:before {
  content: "\f1b7";
}
.md-keyboard-backspace:before {
  content: "\f1b8";
}
.md-keyboard-capslock:before {
  content: "\f1b9";
}
.md-keyboard-control:before {
  content: "\f1ba";
}
.md-keyboard-hide:before {
  content: "\f1bb";
}
.md-keyboard-return:before {
  content: "\f1bc";
}
.md-keyboard-tab:before {
  content: "\f1bd";
}
.md-keyboard-voice:before {
  content: "\f1be";
}
.md-laptop:before {
  content: "\f1bf";
}
.md-laptop-chromebook:before {
  content: "\f1c0";
}
.md-laptop-mac:before {
  content: "\f1c1";
}
.md-laptop-windows:before {
  content: "\f1c2";
}
.md-memory:before {
  content: "\f1c3";
}
.md-mouse:before {
  content: "\f1c4";
}
.md-phone-android:before {
  content: "\f1c5";
}
.md-phone-iphone:before {
  content: "\f1c6";
}
.md-phonelink:before {
  content: "\f1c7";
}
.md-phonelink-off:before {
  content: "\f1c8";
}
.md-security:before {
  content: "\f1c9";
}
.md-sim-card:before {
  content: "\f1ca";
}
.md-smartphone:before {
  content: "\f1cb";
}
.md-speaker:before {
  content: "\f1cc";
}
.md-tablet:before {
  content: "\f1cd";
}
.md-tablet-android:before {
  content: "\f1ce";
}
.md-tablet-mac:before {
  content: "\f1cf";
}
.md-tv:before {
  content: "\f1d0";
}
.md-watch:before {
  content: "\f1d1";
}
.md-add-to-photos:before {
  content: "\f1d2";
}
.md-adjust:before {
  content: "\f1d3";
}
.md-assistant-photo:before {
  content: "\f1d4";
}
.md-audiotrack:before {
  content: "\f1d5";
}
.md-blur-circular:before {
  content: "\f1d6";
}
.md-blur-linear:before {
  content: "\f1d7";
}
.md-blur-off:before {
  content: "\f1d8";
}
.md-blur-on:before {
  content: "\f1d9";
}
.md-brightness-1:before {
  content: "\f1da";
}
.md-brightness-2:before {
  content: "\f1db";
}
.md-brightness-3:before {
  content: "\f1dc";
}
.md-brightness-4:before {
  content: "\f1dd";
}
.md-brightness-5:before {
  content: "\f1de";
}
.md-brightness-6:before {
  content: "\f1df";
}
.md-brightness-7:before {
  content: "\f1e0";
}
.md-brush:before {
  content: "\f1e1";
}
.md-camera:before {
  content: "\f1e2";
}
.md-camera-alt:before {
  content: "\f1e3";
}
.md-camera-front:before {
  content: "\f1e4";
}
.md-camera-rear:before {
  content: "\f1e5";
}
.md-camera-roll:before {
  content: "\f1e6";
}
.md-center-focus-strong:before {
  content: "\f1e7";
}
.md-center-focus-weak:before {
  content: "\f1e8";
}
.md-collections:before {
  content: "\f1e9";
}
.md-colorize:before {
  content: "\f1ea";
}
.md-color-lens:before {
  content: "\f1eb";
}
.md-compare:before {
  content: "\f1ec";
}
.md-control-point:before {
  content: "\f1ed";
}
.md-control-point-duplicate:before {
  content: "\f1ee";
}
.md-crop:before {
  content: "\f1ef";
}
.md-crop-3-2:before {
  content: "\f1f0";
}
.md-crop-5-4:before {
  content: "\f1f1";
}
.md-crop-7-5:before {
  content: "\f1f2";
}
.md-crop-16-9:before {
  content: "\f1f3";
}
.md-crop-din:before {
  content: "\f1f4";
}
.md-crop-free:before {
  content: "\f1f5";
}
.md-crop-landscape:before {
  content: "\f1f6";
}
.md-crop-original:before {
  content: "\f1f7";
}
.md-crop-portrait:before {
  content: "\f1f8";
}
.md-crop-square:before {
  content: "\f1f9";
}
.md-dehaze:before {
  content: "\f1fa";
}
.md-details:before {
  content: "\f1fb";
}
.md-edit:before {
  content: "\f1fc";
}
.md-exposure:before {
  content: "\f1fd";
}
.md-exposure-minus-1:before {
  content: "\f1fe";
}
.md-exposure-minus-2:before {
  content: "\f1ff";
}
.md-exposure-zero:before {
  content: "\f200";
}
.md-exposure-plus-1:before {
  content: "\f201";
}
.md-exposure-plus-2:before {
  content: "\f202";
}
.md-filter:before {
  content: "\f203";
}
.md-filter-1:before {
  content: "\f204";
}
.md-filter-2:before {
  content: "\f205";
}
.md-filter-3:before {
  content: "\f206";
}
.md-filter-4:before {
  content: "\f207";
}
.md-filter-5:before {
  content: "\f208";
}
.md-filter-6:before {
  content: "\f209";
}
.md-filter-7:before {
  content: "\f20a";
}
.md-filter-8:before {
  content: "\f20b";
}
.md-filter-9:before {
  content: "\f20c";
}
.md-filter-9-plus:before {
  content: "\f20d";
}
.md-filter-b-and-w:before {
  content: "\f20e";
}
.md-filter-center-focus:before {
  content: "\f20f";
}
.md-filter-drama:before {
  content: "\f210";
}
.md-filter-frames:before {
  content: "\f211";
}
.md-filter-hdr:before {
  content: "\f212";
}
.md-filter-none:before {
  content: "\f213";
}
.md-filter-tilt-shift:before {
  content: "\f214";
}
.md-filter-vintage:before {
  content: "\f215";
}
.md-flare:before {
  content: "\f216";
}
.md-flash-auto:before {
  content: "\f217";
}
.md-flash-off:before {
  content: "\f218";
}
.md-flash-on:before {
  content: "\f219";
}
.md-flip:before {
  content: "\f21a";
}
.md-gradient:before {
  content: "\f21b";
}
.md-grain:before {
  content: "\f21c";
}
.md-grid-off:before {
  content: "\f21d";
}
.md-grid-on:before {
  content: "\f21e";
}
.md-hdr-off:before {
  content: "\f21f";
}
.md-hdr-on:before {
  content: "\f220";
}
.md-hdr-strong:before {
  content: "\f221";
}
.md-hdr-weak:before {
  content: "\f222";
}
.md-healing:before {
  content: "\f223";
}
.md-image:before {
  content: "\f224";
}
.md-image-aspect-ratio:before {
  content: "\f225";
}
.md-iso:before {
  content: "\f226";
}
.md-landscape:before {
  content: "\f227";
}
.md-leak-add:before {
  content: "\f228";
}
.md-leak-remove:before {
  content: "\f229";
}
.md-lens:before {
  content: "\f22a";
}
.md-looks:before {
  content: "\f22b";
}
.md-looks-1:before {
  content: "\f22c";
}
.md-looks-2:before {
  content: "\f22d";
}
.md-looks-3:before {
  content: "\f22e";
}
.md-looks-4:before {
  content: "\f22f";
}
.md-looks-5:before {
  content: "\f230";
}
.md-looks-6:before {
  content: "\f231";
}
.md-loupe:before {
  content: "\f232";
}
.md-movie-creation:before {
  content: "\f233";
}
.md-nature:before {
  content: "\f234";
}
.md-nature-people:before {
  content: "\f235";
}
.md-navigate-before:before {
  content: "\f236";
}
.md-navigate-next:before {
  content: "\f237";
}
.md-palette:before {
  content: "\f238";
}
.md-panorama:before {
  content: "\f239";
}
.md-panorama-fisheye:before {
  content: "\f23a";
}
.md-panorama-horizontal:before {
  content: "\f23b";
}
.md-panorama-vertical:before {
  content: "\f23c";
}
.md-panorama-wide-angle:before {
  content: "\f23d";
}
.md-photo:before {
  content: "\f23e";
}
.md-photo-album:before {
  content: "\f23f";
}
.md-photo-camera:before {
  content: "\f240";
}
.md-photo-library:before {
  content: "\f241";
}
.md-portrait:before {
  content: "\f242";
}
.md-remove-red-eye:before {
  content: "\f243";
}
.md-rotate-left:before {
  content: "\f244";
}
.md-rotate-right:before {
  content: "\f245";
}
.md-slideshow:before {
  content: "\f246";
}
.md-straighten:before {
  content: "\f247";
}
.md-style:before {
  content: "\f248";
}
.md-switch-camera:before {
  content: "\f249";
}
.md-switch-video:before {
  content: "\f24a";
}
.md-tag-faces:before {
  content: "\f24b";
}
.md-texture:before {
  content: "\f24c";
}
.md-timelapse:before {
  content: "\f24d";
}
.md-timer:before {
  content: "\f24e";
}
.md-timer-3:before {
  content: "\f24f";
}
.md-timer-10:before {
  content: "\f250";
}
.md-timer-auto:before {
  content: "\f251";
}
.md-timer-off:before {
  content: "\f252";
}
.md-tonality:before {
  content: "\f253";
}
.md-transform:before {
  content: "\f254";
}
.md-tune:before {
  content: "\f255";
}
.md-wb-auto:before {
  content: "\f256";
}
.md-wb-cloudy:before {
  content: "\f257";
}
.md-wb-incandescent:before {
  content: "\f258";
}
.md-wb-irradescent:before {
  content: "\f259";
}
.md-wb-sunny:before {
  content: "\f25a";
}
.md-beenhere:before {
  content: "\f25b";
}
.md-directions:before {
  content: "\f25c";
}
.md-directions-bike:before {
  content: "\f25d";
}
.md-directions-bus:before {
  content: "\f25e";
}
.md-directions-car:before {
  content: "\f25f";
}
.md-directions-ferry:before {
  content: "\f260";
}
.md-directions-subway:before {
  content: "\f261";
}
.md-directions-train:before {
  content: "\f262";
}
.md-directions-transit:before {
  content: "\f263";
}
.md-directions-walk:before {
  content: "\f264";
}
.md-flight:before {
  content: "\f265";
}
.md-hotel:before {
  content: "\f266";
}
.md-layers:before {
  content: "\f267";
}
.md-layers-clear:before {
  content: "\f268";
}
.md-local-airport:before {
  content: "\f269";
}
.md-local-atm:before {
  content: "\f26a";
}
.md-local-attraction:before {
  content: "\f26b";
}
.md-local-bar:before {
  content: "\f26c";
}
.md-local-cafe:before {
  content: "\f26d";
}
.md-local-car-wash:before {
  content: "\f26e";
}
.md-local-convenience-store:before {
  content: "\f26f";
}
.md-local-drink:before {
  content: "\f270";
}
.md-local-florist:before {
  content: "\f271";
}
.md-local-gas-station:before {
  content: "\f272";
}
.md-local-grocery-store:before {
  content: "\f273";
}
.md-local-hospital:before {
  content: "\f274";
}
.md-local-hotel:before {
  content: "\f275";
}
.md-local-laundry-service:before {
  content: "\f276";
}
.md-local-library:before {
  content: "\f277";
}
.md-local-mall:before {
  content: "\f278";
}
.md-local-movies:before {
  content: "\f279";
}
.md-local-offer:before {
  content: "\f27a";
}
.md-local-parking:before {
  content: "\f27b";
}
.md-local-pharmacy:before {
  content: "\f27c";
}
.md-local-phone:before {
  content: "\f27d";
}
.md-local-pizza:before {
  content: "\f27e";
}
.md-local-play:before {
  content: "\f27f";
}
.md-local-post-office:before {
  content: "\f280";
}
.md-local-print-shop:before {
  content: "\f281";
}
.md-local-restaurant:before {
  content: "\f282";
}
.md-local-see:before {
  content: "\f283";
}
.md-local-shipping:before {
  content: "\f284";
}
.md-local-taxi:before {
  content: "\f285";
}
.md-location-history:before {
  content: "\f286";
}
.md-map:before {
  content: "\f287";
}
.md-my-location:before {
  content: "\f288";
}
.md-navigation:before {
  content: "\f289";
}
.md-pin-drop:before {
  content: "\f28a";
}
.md-place:before {
  content: "\f28b";
}
.md-rate-review:before {
  content: "\f28c";
}
.md-restaurant-menu:before {
  content: "\f28d";
}
.md-satellite:before {
  content: "\f28e";
}
.md-store-mall-directory:before {
  content: "\f28f";
}
.md-terrain:before {
  content: "\f290";
}
.md-traffic:before {
  content: "\f291";
}
.md-apps:before {
  content: "\f292";
}
.md-cancel:before {
  content: "\f293";
}
.md-arrow-drop-down-circle:before {
  content: "\f294";
}
.md-arrow-drop-down:before {
  content: "\f295";
}
.md-arrow-drop-up:before {
  content: "\f296";
}
.md-arrow-back:before {
  content: "\f297";
}
.md-arrow-forward:before {
  content: "\f298";
}
.md-check:before {
  content: "\f299";
}
.md-close:before {
  content: "\f29a";
}
.md-chevron-left:before {
  content: "\f29b";
}
.md-chevron-right:before {
  content: "\f29c";
}
.md-expand-less:before {
  content: "\f29d";
}
.md-expand-more:before {
  content: "\f29e";
}
.md-fullscreen:before {
  content: "\f29f";
}
.md-fullscreen-exit:before {
  content: "\f2a0";
}
.md-menu:before {
  content: "\f2a1";
}
.md-more-horiz:before {
  content: "\f2a2";
}
.md-more-vert:before {
  content: "\f2a3";
}
.md-refresh:before {
  content: "\f2a4";
}
.md-unfold-less:before {
  content: "\f2a5";
}
.md-unfold-more:before {
  content: "\f2a6";
}
.md-adb:before {
  content: "\f2a7";
}
.md-bluetooth-audio:before {
  content: "\f2a8";
}
.md-disc-full:before {
  content: "\f2a9";
}
.md-dnd-forwardslash:before {
  content: "\f2aa";
}
.md-do-not-disturb:before {
  content: "\f2ab";
}
.md-drive-eta:before {
  content: "\f2ac";
}
.md-event-available:before {
  content: "\f2ad";
}
.md-event-busy:before {
  content: "\f2ae";
}
.md-event-note:before {
  content: "\f2af";
}
.md-folder-special:before {
  content: "\f2b0";
}
.md-mms:before {
  content: "\f2b1";
}
.md-more:before {
  content: "\f2b2";
}
.md-network-locked:before {
  content: "\f2b3";
}
.md-phone-bluetooth-speaker:before {
  content: "\f2b4";
}
.md-phone-forwarded:before {
  content: "\f2b5";
}
.md-phone-in-talk:before {
  content: "\f2b6";
}
.md-phone-locked:before {
  content: "\f2b7";
}
.md-phone-missed:before {
  content: "\f2b8";
}
.md-phone-paused:before {
  content: "\f2b9";
}
.md-play-download:before {
  content: "\f2ba";
}
.md-play-install:before {
  content: "\f2bb";
}
.md-sd-card:before {
  content: "\f2bc";
}
.md-sim-card-alert:before {
  content: "\f2bd";
}
.md-sms:before {
  content: "\f2be";
}
.md-sms-failed:before {
  content: "\f2bf";
}
.md-sync:before {
  content: "\f2c0";
}
.md-sync-disabled:before {
  content: "\f2c1";
}
.md-sync-problem:before {
  content: "\f2c2";
}
.md-system-update:before {
  content: "\f2c3";
}
.md-tap-and-play:before {
  content: "\f2c4";
}
.md-time-to-leave:before {
  content: "\f2c5";
}
.md-vibration:before {
  content: "\f2c6";
}
.md-voice-chat:before {
  content: "\f2c7";
}
.md-vpn-lock:before {
  content: "\f2c8";
}
.md-cake:before {
  content: "\f2c9";
}
.md-domain:before {
  content: "\f2ca";
}
.md-location-city:before {
  content: "\f2cb";
}
.md-mood:before {
  content: "\f2cc";
}
.md-notifications-none:before {
  content: "\f2cd";
}
.md-notifications:before {
  content: "\f2ce";
}
.md-notifications-off:before {
  content: "\f2cf";
}
.md-notifications-on:before {
  content: "\f2d0";
}
.md-notifications-paused:before {
  content: "\f2d1";
}
.md-pages:before {
  content: "\f2d2";
}
.md-party-mode:before {
  content: "\f2d3";
}
.md-group:before {
  content: "\f2d4";
}
.md-group-add:before {
  content: "\f2d5";
}
.md-people:before {
  content: "\f2d6";
}
.md-people-outline:before {
  content: "\f2d7";
}
.md-person:before {
  content: "\f2d8";
}
.md-person-add:before {
  content: "\f2d9";
}
.md-person-outline:before {
  content: "\f2da";
}
.md-plus-one:before {
  content: "\f2db";
}
.md-poll:before {
  content: "\f2dc";
}
.md-public:before {
  content: "\f2dd";
}
.md-school:before {
  content: "\f2de";
}
.md-share:before {
  content: "\f2df";
}
.md-whatshot:before {
  content: "\f2e0";
}
.md-check-box:before {
  content: "\f2e1";
}
.md-check-box-outline-blank:before {
  content: "\f2e2";
}
.md-radio-button-off:before {
  content: "\f2e3";
}
.md-radio-button-on:before {
  content: "\f2e4";
}
.md-star:before {
  content: "\f2e5";
}
.md-star-half:before {
  content: "\f2e6";
}
.md-star-outline:before {
  content: "\f2e7";
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/**
 * 3. Font Awesome
 */
/**
 * 3.1 Font Path
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * 3.2 Base Class Definition
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/**
 * 3.3 Icon Sizes
 */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
/**
 * 3.4 Fixed Width Icons
 */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
/**
 * 3.5 List Icons
 */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
/**
 * 3.6 Bordered & Pulled
 */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
/**
 * 3.7 Animated Icons
 */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/**
 * 3.8 Rotated & Flipped Icons
 */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
/**
 * Hook for IE8-9
 */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
/**
 * 3.9 Stacked Icons
 */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/**
 * 3.10 Icon lists
 */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/**
 * 4. Animated
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/*!
 * # Semantic UI 1.11.0 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributorss
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/**
 * 5. Semantic UI Transition Css
 */
.animating.transition,
.visible.transition {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.drop.transition,
.transition.browse {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animating.transition {
  visibility: visible!important;
}
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}
.hidden.transition {
  display: none;
  visibility: hidden;
}
.visible.transition {
  display: block!important;
  visibility: visible!important;
}
.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn;
}
.transition.browse.left.out,
.transition.browse.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft;
}
.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight;
}
@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
    opacity: .7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    z-index: 999;
  }
}
@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
  }
  10% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
    opacity: .7;
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    opacity: 1;
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    z-index: 999;
  }
}
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}
@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}
.drop.transition {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}
.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
}
.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut;
}
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}
.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn;
}
.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut;
}
.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn;
}
.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut;
}
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}
@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.transition.fly {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn;
}
.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}
.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}
.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}
.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut;
}
.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp;
}
.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown;
}
.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft;
}
.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight;
}
@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.transition.swing {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.bounce.transition,
.flash.transition,
.shake.transition,
.tada.transition {
  animation-duration: 750ms;
  -webkit-animation-duration: 750ms;
}
.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}
@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
.flash.transition {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.shake.transition {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.bounce.transition {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.tada.transition {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.pulse.transition {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
  }
}
@keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
  }
}
@-webkit-keyframes jiggle {
  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}
@keyframes jiggle {
  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}
/*!
 * # Semantic UI 1.11.0 - Sidebar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributorss
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/**
 * 6. Semantic UI Sidebar Off Canvas Css
 */
/* Sidebar Menu */
.ui.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: none;
  transition: none;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100% !important;
  border-radius: 0em !important;
  margin: 0em !important;
  overflow-y: auto !important;
  z-index: 102;
}
/* GPU Layers for Child Elements */
.ui.sidebar > * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
/*--------------
   Direction
---------------*/
.ui.left.sidebar {
  right: auto;
  left: 0px;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.ui.right.sidebar {
  right: 0px !important;
  left: auto !important;
  -webkit-transform: translate3d(100%, 0%, 0);
  transform: translate3d(100%, 0%, 0);
}
.ui.top.sidebar,
.ui.bottom.sidebar {
  width: 100% !important;
  height: auto !important;
  overflow-y: visible !important;
}
.ui.top.sidebar {
  top: 0px !important;
  bottom: auto !important;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.ui.bottom.sidebar {
  top: auto !important;
  bottom: 0px !important;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/*--------------
     Pushable
---------------*/
.pushable {
  height: 100%;
  padding: 0em !important;
}
@media (min-width: 769px) {
  .pushable {
    overflow-x: hidden;
  }
}
/* Page Context */
.pushable:not(body) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushable:not(body) > .ui.sidebar,
.pushable:not(body) > .fixed,
.pushable:not(body) > .pusher:after {
  position: absolute;
}
/*--------------
     Fixed
---------------*/
.pushable > .fixed {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  will-change: transform;
  z-index: 101;
}
/*--------------
     Page
---------------*/
.pushable > .pusher {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  min-height: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  z-index: 2;
}
/*--------------
     Dimmer
---------------*/
.pushable > .pusher:after {
  position: fixed;
  top: 0px;
  right: 0px;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 500ms, opacity 500ms;
  transition: transform 500ms, opacity 500ms;
  will-change: opacity;
  z-index: 1000;
}
/*--------------
    Coupling
---------------*/
.ui.sidebar.menu .item {
  border-radius: 0em !important;
}
/*******************************
            States
*******************************/
/*--------------
     Dimmed
---------------*/
.pushable > .pusher.dimmed:after {
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
}
/*--------------
    Animating
---------------*/
.ui.animating.sidebar {
  visibility: visible;
}
/*--------------
     Visible
---------------*/
.ui.visible.sidebar {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Shadow Direction */
.ui.left.visible.sidebar,
.ui.right.visible.sidebar {
  box-shadow: 0px 0px 20px rgba(39, 41, 43, 0.15);
}
.ui.top.visible.sidebar,
.ui.bottom.visible.sidebar {
  box-shadow: 0px 0px 20px rgba(39, 41, 43, 0.15);
}
/* Visible On Load */
.ui.visible.left.sidebar ~ .fixed,
.ui.visible.left.sidebar ~ .pusher {
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}
.ui.visible.right.sidebar ~ .fixed,
.ui.visible.right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
}
.ui.visible.top.sidebar ~ .fixed,
.ui.visible.top.sidebar ~ .pusher {
  -webkit-transform: translate3d(0, 36px, 0);
  transform: translate3d(0, 36px, 0);
}
.ui.visible.bottom.sidebar ~ .fixed,
.ui.visible.bottom.sidebar ~ .pusher {
  -webkit-transform: translate3d(0, -36px, 0);
  transform: translate3d(0, -36px, 0);
}
/* opposite sides visible forces content overlay */
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*--------------
       iOS
---------------*/
/*
  iOS incorrectly sizes document when content
  is presented outside of view with 2Dtranslate
*/
html.ios {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/*******************************
          Variations
*******************************/
/*--------------
     Width
---------------*/
/* Left / Right */
.ui[class*="very thin"].left.sidebar,
.ui[class*="very thin"].right.sidebar {
  width: 60px;
}
.ui.thin.left.sidebar,
.ui.thin.right.sidebar {
  width: 150px;
}
.ui.left.sidebar,
.ui.right.sidebar {
  width: 260px;
}
.ui.wide.left.sidebar,
.ui.wide.right.sidebar {
  width: 350px;
}
.ui[class*="very wide"].left.sidebar,
.ui[class*="very wide"].right.sidebar {
  width: 475px;
}
/* Left Visible */
.ui.visible[class*="very thin"].left.sidebar ~ .fixed,
.ui.visible[class*="very thin"].left.sidebar ~ .pusher {
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}
.ui.visible.thin.left.sidebar ~ .fixed,
.ui.visible.thin.left.sidebar ~ .pusher {
  -webkit-transform: translate3d(150px, 0, 0);
  transform: translate3d(150px, 0, 0);
}
.ui.visible.wide.left.sidebar ~ .fixed,
.ui.visible.wide.left.sidebar ~ .pusher {
  -webkit-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}
.ui.visible[class*="very wide"].left.sidebar ~ .fixed,
.ui.visible[class*="very wide"].left.sidebar ~ .pusher {
  -webkit-transform: translate3d(475px, 0, 0);
  transform: translate3d(475px, 0, 0);
}
/* Right Visible */
.ui.visible[class*="very thin"].right.sidebar ~ .fixed,
.ui.visible[class*="very thin"].right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
}
.ui.visible.thin.right.sidebar ~ .fixed,
.ui.visible.thin.right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
}
.ui.visible.wide.right.sidebar ~ .fixed,
.ui.visible.wide.right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}
.ui.visible[class*="very wide"].right.sidebar ~ .fixed,
.ui.visible[class*="very wide"].right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-475px, 0, 0);
  transform: translate3d(-475px, 0, 0);
}
/*******************************
          Animations
*******************************/
/*--------------
    Overlay
---------------*/
/* Set-up */
.ui.overlay.sidebar {
  z-index: 102;
}
/* Initial */
.ui.left.overlay.sidebar {
  -webkit-transform: translate3d(-100%, 0%, 0);
  transform: translate3d(-100%, 0%, 0);
}
.ui.right.overlay.sidebar {
  -webkit-transform: translate3d(100%, 0%, 0);
  transform: translate3d(100%, 0%, 0);
}
.ui.top.overlay.sidebar {
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}
.ui.bottom.overlay.sidebar {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
/* Animation */
.animating.ui.overlay.sidebar,
.ui.visible.overlay.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
/* End - Sidebar */
.ui.visible.left.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
.ui.visible.right.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
.ui.visible.top.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
.ui.visible.bottom.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
/* End - Pusher */
.ui.visible.overlay.sidebar ~ .fixed,
.ui.visible.overlay.sidebar ~ .pusher {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
/*--------------
      Push
---------------*/
/* Initial */
.ui.push.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  z-index: 102;
}
/* Sidebar - Initial */
.ui.left.push.sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.ui.right.push.sidebar {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.ui.top.push.sidebar {
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}
.ui.bottom.push.sidebar {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
/* End */
.ui.visible.push.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
/*--------------
    Uncover
---------------*/
/* Initial */
.ui.uncover.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
/* End */
.ui.visible.uncover.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
/*--------------
   Slide Along
---------------*/
/* Initial */
.ui.slide.along.sidebar {
  z-index: 1;
}
/* Sidebar - Initial */
.ui.left.slide.along.sidebar {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.ui.right.slide.along.sidebar {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.ui.top.slide.along.sidebar {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.ui.bottom.slide.along.sidebar {
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
}
/* Animation */
.ui.animating.slide.along.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
/* End */
.ui.visible.slide.along.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
/*--------------
   Slide Out
---------------*/
/* Initial */
.ui.slide.out.sidebar {
  z-index: 1;
}
/* Sidebar - Initial */
.ui.left.slide.out.sidebar {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.ui.right.slide.out.sidebar {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.ui.top.slide.out.sidebar {
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
}
.ui.bottom.slide.out.sidebar {
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
}
/* Animation */
.ui.animating.slide.out.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
/* End */
.ui.visible.slide.out.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
/*--------------
   Scale Down
---------------*/
/* Initial */
.ui.scale.down.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  z-index: 102;
}
/* Sidebar - Initial  */
.ui.left.scale.down.sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.ui.right.scale.down.sidebar {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.ui.top.scale.down.sidebar {
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}
.ui.bottom.scale.down.sidebar {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
/* Pusher - Initial */
.ui.scale.down.left.sidebar ~ .pusher {
  -webkit-transform-origin: 75% 50%;
  -ms-transform-origin: 75% 50%;
  transform-origin: 75% 50%;
}
.ui.scale.down.right.sidebar ~ .pusher {
  -webkit-transform-origin: 25% 50%;
  -ms-transform-origin: 25% 50%;
  transform-origin: 25% 50%;
}
.ui.scale.down.top.sidebar ~ .pusher {
  -webkit-transform-origin: 50% 75%;
  -ms-transform-origin: 50% 75%;
  transform-origin: 50% 75%;
}
.ui.scale.down.bottom.sidebar ~ .pusher {
  -webkit-transform-origin: 50% 25%;
  -ms-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
}
/* Animation */
.ui.animating.scale.down > .visible.ui.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.ui.visible.scale.down.sidebar ~ .pusher,
.ui.animating.scale.down.sidebar ~ .pusher {
  display: block !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* End */
.ui.visible.scale.down.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ui.visible.scale.down.sidebar ~ .pusher {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
/**
 * 7. Owl Carousel
 */
/*
 * Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  z-index: 1;
  width: 100%;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/*
 * Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-dots {
  text-align: center;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: none repeat scroll 0% 0% #869791;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: none repeat scroll 0% 0% #D6D6D6;
  display: block;
  transition: opacity 200ms ease 0s;
  border-radius: 30px;
}
/**
 * 8. Selectric
 */
.selectricWrapper {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.selectricResponsive {
  width: 100%;
}
.selectric {
  border: 1px solid #DDD;
  background: #ffffff;
  border-radius: 4px;
  height: 40px;
  padding: 5px 10px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px 0;
  line-height: 18px;
  color: #444;
  min-height: 18px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 0.66666667px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border: 0 !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0px 6px transparent !important;
  -moz-box-shadow: 0px 6px transparent !important;
  -ms-box-shadow: 0px 6px transparent !important;
  -o-box-shadow: 0px 6px transparent !important;
  box-shadow: 0px 6px transparent !important;
}
.selectric .dropdown.icon {
  cursor: pointer;
  position: absolute;
  top: 8px;
  width: auto;
  margin: -0.8em;
  padding: .8em;
  right: 1.1em;
  opacity: .8;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.selectric > .dropdown.icon {
  font-family: 'Dropdown';
  line-height: 1;
  height: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  width: auto;
}
.selectric .dropdown.icon:before {
  content: '\f0d7';
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectricHover .selectric {
  border-color: #CCC;
  height: 40px;
}
.selectricHover .selectric .button {
  color: #888;
  height: 40px;
}
.selectricHover .selectric .button:after {
  border-top-color: #888;
}
.selectricOpen {
  z-index: 7;
}
.selectricOpen .selectric {
  border-color: #CCC;
  background: #FFFFFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectricAbove.selectricOpen .selectric {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.selectricOpen .selectricItems {
  display: block;
}
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 98%;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #CCC;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 98%;
}
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
  min-height: 30px;
}
.selectricItems li {
  display: block;
  padding: 5px;
  margin: 0 !important;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
  cursor: pointer;
}
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}
@font-face {
  font-family: 'Dropdown';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
  font-weight: normal;
  font-style: normal;
}
/**
 * 9. Prettyphoto.
 */
/* ----------------------------------
    Default Theme
  ----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: none!important;
}
/* Top left corner */
div.pp_default .pp_top .pp_middle {
  background: none!important;
}
/* Top pattern/color */
div.pp_default .pp_top .pp_right {
  background: none!important;
}
/* Top right corner */
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: none!important;
}
div.pp_default .pp_content_container .pp_right {
  background: none!important;
}
div.pp_default .pp_content {
  background-color: #fff;
}
/* Content background */
div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
/* Expand button */
div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
/* Contract button */
div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.pp_default .pp_close {
  right: 5px;
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}
div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}
div.pp_default .pp_social {
  margin-top: 7px;
  display: none!important;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  display: none;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default .pp_details {
  position: relative;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 20px;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
  padding-left: 8px;
}
div.pp_default .pp_nav .currentTextHolder {
  display: none;
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: none!important;
}
/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
  background: none!important;
}
/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
  background: none!important;
}
/* Bottom right corner */
div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/loader.gif) center center no-repeat;
}
/* Loader icon */
/* ------------------------------------------------------------------------
  DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_top {
  height: 20px;
  position: relative;
}
* html .pp_top {
  padding: 0 20px;
}
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_fade {
  display: none;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery li.default a img {
  display: none;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_bottom {
  padding: 0 20px;
}
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
/**
 * 10. Basic Styles
 */
/**
 * 10.1 Site Styles
 */
html,
body {
  height: 100%;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  line-height: 1.875em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
/**
 * 10.2 Typography
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 2.375em;
  line-height: 1.578947368em;
  margin-top: 0;
  margin-bottom: 0.78947368em;
}
h2 {
  font-size: 1.75em;
  line-height: 1.0714285714em;
  margin-top: 0;
  margin-bottom: 1.0714285714em;
}
h3 {
  font-size: 1.3125em;
  line-height: 1.428571429em;
  margin-top: 0;
  margin-bottom: 1.42857143em;
}
h4 {
  font-size: 1em;
  line-height: 1.875em;
  margin-top: 0;
  margin-bottom: 1.875em;
}
.subheader {
  color: #777;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 34px;
  color: #777;
}
/*  Blockquotes  */
blockquote,
blockquote p {
  font-size: 1.3125em;
  line-height: 1.428571429em;
}
blockquote {
  margin: 0 0 30px;
  padding: 0px 30px 0 15px;
  border-left: 1px solid #f2f2f2;
}
blockquote cite {
  display: block;
  font-size: 13px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
/**
 * 10.3 Links
 */
a {
  color: #c3c3c3;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: rgba(195, 195, 195, 0.8);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
}
/**
 * 10.4 Lists
 */
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0px 0px 0px 30px;
}
/**
 * 10.5 Images
 */
img {
  max-width: 100%;
  height: auto;
}
/**
 * 10.6 Buttons
 */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  position: relative;
  display: inline-block;
  padding: 1em 1.875em;
  font-size: 1em;
  line-height: 1em;
  color: #555;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 6px transparent;
  -moz-box-shadow: 0px 6px transparent;
  -ms-box-shadow: 0px 6px transparent;
  -o-box-shadow: 0px 6px transparent;
  box-shadow: 0px 6px transparent;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 10.7 Forms
 */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 3em;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 180px;
  padding-top: 6px;
  padding-bottom: 6px;
  max-width: 100%;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
/**
 * 10.8 Code
 */
code {
  padding: 2px 5px;
  margin: 0 2px;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 10px 15px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * 10.9 Tables
 */
th,
td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
.scrollable.has-scroll > div {
  overflow-x: auto;
}
/**
 * 10.10 Spacing
 */
button,
.button {
  margin-bottom: 10px;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 15px;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin: 0 0 30px;
}
/**
 * 10.11 Utilities
 */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
/**
 * 10.12 Misc
 */
hr {
  border-width: 0;
  border-top: 1px solid #E1E1E1;
  clear: both;
}
/**
 * 11. Wireframe Grid
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.df_container-fluid {
  margin: 0 auto;
  padding: 0;
}
.df_container-fluid.fluid-max {
  max-width: 1170px;
}
.df_container-fluid.fluid-width {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .df_container-fluid.fluid-width {
    width: 94%;
  }
}
.df_row-fluid {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.df_row-fluid:before,
.df_row-fluid:after {
  display: table;
  content: " ";
}
.df_row-fluid:after {
  clear: both;
}
.df_row-fluid [class*="df_span-"] {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.df_row-fluid [class*="df_span-"].right {
  float: right;
}
.df_row-fluid [class*="df_span-"].right:first-child {
  margin-left: 15px;
}
.df_row-fluid [class*="df_span-"].right:last-child {
  margin-left: 0;
}
.df_row-fluid [class*="df_span-"].hide {
  display: none;
}
.full-width-content.df_row-fluid [class*="df_span-"] {
  padding-left: 0;
  padding-right: 0;
}
.df_row-fluid .df_span-xs-12 {
  width: 100%;
}
.df_row-fluid .df_span-xs-11 {
  width: 91.66666667%;
}
.df_row-fluid .df_span-xs-10 {
  width: 83.33333333%;
}
.df_row-fluid .df_span-xs-9 {
  width: 75%;
}
.df_row-fluid .df_span-xs-8 {
  width: 66.66666667%;
}
.df_row-fluid .df_span-xs-7 {
  width: 58.33333333%;
}
.df_row-fluid .df_span-xs-6 {
  width: 50%;
}
.df_row-fluid .df_span-xs-5 {
  width: 41.66666667%;
}
.df_row-fluid .df_span-xs-4 {
  width: 33.33333333%;
}
.df_row-fluid .df_span-xs-3 {
  width: 25%;
}
.df_row-fluid .df_span-xs-2 {
  width: 16.66666667%;
}
.df_row-fluid .df_span-xs-1 {
  width: 8.33333333%;
}
.df_row-fluid .df_span-xs-pull-12 {
  right: 100%;
}
.df_row-fluid .df_span-xs-pull-11 {
  right: 91.66666667%;
}
.df_row-fluid .df_span-xs-pull-10 {
  right: 83.33333333%;
}
.df_row-fluid .df_span-xs-pull-9 {
  right: 75%;
}
.df_row-fluid .df_span-xs-pull-8 {
  right: 66.66666667%;
}
.df_row-fluid .df_span-xs-pull-7 {
  right: 58.33333333%;
}
.df_row-fluid .df_span-xs-pull-6 {
  right: 50%;
}
.df_row-fluid .df_span-xs-pull-5 {
  right: 41.66666667%;
}
.df_row-fluid .df_span-xs-pull-4 {
  right: 33.33333333%;
}
.df_row-fluid .df_span-xs-pull-3 {
  right: 25%;
}
.df_row-fluid .df_span-xs-pull-2 {
  right: 16.66666667%;
}
.df_row-fluid .df_span-xs-pull-1 {
  right: 8.33333333%;
}
.df_row-fluid .df_span-xs-push-12 {
  left: 100%;
}
.df_row-fluid .df_span-xs-push-11 {
  left: 91.66666667%;
}
.df_row-fluid .df_span-xs-push-10 {
  left: 83.33333333%;
}
.df_row-fluid .df_span-xs-push-9 {
  left: 75%;
}
.df_row-fluid .df_span-xs-push-8 {
  left: 66.66666667%;
}
.df_row-fluid .df_span-xs-push-7 {
  left: 58.33333333%;
}
.df_row-fluid .df_span-xs-push-6 {
  left: 50%;
}
.df_row-fluid .df_span-xs-push-5 {
  left: 41.66666667%;
}
.df_row-fluid .df_span-xs-push-4 {
  left: 33.33333333%;
}
.df_row-fluid .df_span-xs-push-3 {
  left: 25%;
}
.df_row-fluid .df_span-xs-push-2 {
  left: 16.66666667%;
}
.df_row-fluid .df_span-xs-push-1 {
  left: 8.33333333%;
}
.df_row-fluid .df_span-xs-offset-12 {
  margin-left: 100%;
}
.df_row-fluid .df_span-xs-offset-11 {
  margin-left: 91.66666667%;
}
.df_row-fluid .df_span-xs-offset-10 {
  margin-left: 83.33333333%;
}
.df_row-fluid .df_span-xs-offset-9 {
  margin-left: 75%;
}
.df_row-fluid .df_span-xs-offset-8 {
  margin-left: 66.66666667%;
}
.df_row-fluid .df_span-xs-offset-7 {
  margin-left: 58.33333333%;
}
.df_row-fluid .df_span-xs-offset-6 {
  margin-left: 50%;
}
.df_row-fluid .df_span-xs-offset-5 {
  margin-left: 41.66666667%;
}
.df_row-fluid .df_span-xs-offset-4 {
  margin-left: 33.33333333%;
}
.df_row-fluid .df_span-xs-offset-3 {
  margin-left: 25%;
}
.df_row-fluid .df_span-xs-offset-2 {
  margin-left: 16.66666667%;
}
.df_row-fluid .df_span-xs-offset-1 {
  margin-left: 8.33333333%;
}
.full-width-content.df_row-fluid .df_span-xs-12 {
  width: 100%;
}
.full-width-content.df_row-fluid .df_span-xs-11 {
  width: 91.66666667%;
}
.full-width-content.df_row-fluid .df_span-xs-10 {
  width: 83.33333333%;
}
.full-width-content.df_row-fluid .df_span-xs-9 {
  width: 75%;
}
.full-width-content.df_row-fluid .df_span-xs-8 {
  width: 66.66666667%;
}
.full-width-content.df_row-fluid .df_span-xs-7 {
  width: 58.33333333%;
}
.full-width-content.df_row-fluid .df_span-xs-6 {
  width: 50%;
}
.full-width-content.df_row-fluid .df_span-xs-5 {
  width: 41.66666667%;
}
.full-width-content.df_row-fluid .df_span-xs-4 {
  width: 33.33333333%;
}
.full-width-content.df_row-fluid .df_span-xs-3 {
  width: 25%;
}
.full-width-content.df_row-fluid .df_span-xs-2 {
  width: 16.66666667%;
}
.full-width-content.df_row-fluid .df_span-xs-1 {
  width: 8.33333333%;
}
@media only screen and (min-width: 768px) {
  .df_row-fluid .df_span-sm-12 {
    width: 100%;
  }
  .df_row-fluid .df_span-sm-11 {
    width: 91.66666667%;
  }
  .df_row-fluid .df_span-sm-10 {
    width: 83.33333333%;
  }
  .df_row-fluid .df_span-sm-9 {
    width: 75%;
  }
  .df_row-fluid .df_span-sm-8 {
    width: 66.66666667%;
  }
  .df_row-fluid .df_span-sm-7 {
    width: 58.33333333%;
  }
  .df_row-fluid .df_span-sm-6 {
    width: 50%;
  }
  .df_row-fluid .df_span-sm-5 {
    width: 41.66666667%;
  }
  .df_row-fluid .df_span-sm-4 {
    width: 33.33333333%;
  }
  .df_row-fluid .df_span-sm-3 {
    width: 25%;
  }
  .df_row-fluid .df_span-sm-2 {
    width: 16.66666667%;
  }
  .df_row-fluid .df_span-sm-1 {
    width: 8.33333333%;
  }
  .df_row-fluid .df_span-sm-pull-12 {
    right: 100%;
  }
  .df_row-fluid .df_span-sm-pull-11 {
    right: 91.66666667%;
  }
  .df_row-fluid .df_span-sm-pull-10 {
    right: 83.33333333%;
  }
  .df_row-fluid .df_span-sm-pull-9 {
    right: 75%;
  }
  .df_row-fluid .df_span-sm-pull-8 {
    right: 66.66666667%;
  }
  .df_row-fluid .df_span-sm-pull-7 {
    right: 58.33333333%;
  }
  .df_row-fluid .df_span-sm-pull-6 {
    right: 50%;
  }
  .df_row-fluid .df_span-sm-pull-5 {
    right: 41.66666667%;
  }
  .df_row-fluid .df_span-sm-pull-4 {
    right: 33.33333333%;
  }
  .df_row-fluid .df_span-sm-pull-3 {
    right: 25%;
  }
  .df_row-fluid .df_span-sm-pull-2 {
    right: 16.66666667%;
  }
  .df_row-fluid .df_span-sm-pull-1 {
    right: 8.33333333%;
  }
  .df_row-fluid .df_span-sm-push-12 {
    left: 100%;
  }
  .df_row-fluid .df_span-sm-push-11 {
    left: 91.66666667%;
  }
  .df_row-fluid .df_span-sm-push-10 {
    left: 83.33333333%;
  }
  .df_row-fluid .df_span-sm-push-9 {
    left: 75%;
  }
  .df_row-fluid .df_span-sm-push-8 {
    left: 66.66666667%;
  }
  .df_row-fluid .df_span-sm-push-7 {
    left: 58.33333333%;
  }
  .df_row-fluid .df_span-sm-push-6 {
    left: 50%;
  }
  .df_row-fluid .df_span-sm-push-5 {
    left: 41.66666667%;
  }
  .df_row-fluid .df_span-sm-push-4 {
    left: 33.33333333%;
  }
  .df_row-fluid .df_span-sm-push-3 {
    left: 25%;
  }
  .df_row-fluid .df_span-sm-push-2 {
    left: 16.66666667%;
  }
  .df_row-fluid .df_span-sm-push-1 {
    left: 8.33333333%;
  }
  .df_row-fluid .df_span-sm-offset-12 {
    margin-left: 100%;
  }
  .df_row-fluid .df_span-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .df_row-fluid .df_span-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .df_row-fluid .df_span-sm-offset-9 {
    margin-left: 75%;
  }
  .df_row-fluid .df_span-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .df_row-fluid .df_span-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .df_row-fluid .df_span-sm-offset-6 {
    margin-left: 50%;
  }
  .df_row-fluid .df_span-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .df_row-fluid .df_span-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .df_row-fluid .df_span-sm-offset-3 {
    margin-left: 25%;
  }
  .df_row-fluid .df_span-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .df_row-fluid .df_span-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .full-width-content.df_row-fluid .df_span-sm-12 {
    width: 100%;
  }
  .full-width-content.df_row-fluid .df_span-sm-11 {
    width: 91.66666667%;
  }
  .full-width-content.df_row-fluid .df_span-sm-10 {
    width: 83.33333333%;
  }
  .full-width-content.df_row-fluid .df_span-sm-9 {
    width: 75%;
  }
  .full-width-content.df_row-fluid .df_span-sm-8 {
    width: 66.66666667%;
  }
  .full-width-content.df_row-fluid .df_span-sm-7 {
    width: 58.33333333%;
  }
  .full-width-content.df_row-fluid .df_span-sm-6 {
    width: 50%;
  }
  .full-width-content.df_row-fluid .df_span-sm-5 {
    width: 41.66666667%;
  }
  .full-width-content.df_row-fluid .df_span-sm-4 {
    width: 33.33333333%;
  }
  .full-width-content.df_row-fluid .df_span-sm-3 {
    width: 25%;
  }
  .full-width-content.df_row-fluid .df_span-sm-2 {
    width: 16.66666667%;
  }
  .full-width-content.df_row-fluid .df_span-sm-1 {
    width: 8.33333333%;
  }
  .df_row-fluid .df_span-col5 {
    width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  .df_row-fluid .df_span-md-12 {
    width: 100%;
  }
  .df_row-fluid .df_span-md-11 {
    width: 91.66666667%;
  }
  .df_row-fluid .df_span-md-10 {
    width: 83.33333333%;
  }
  .df_row-fluid .df_span-md-9 {
    width: 75%;
  }
  .df_row-fluid .df_span-md-8 {
    width: 66.66666667%;
  }
  .df_row-fluid .df_span-md-7 {
    width: 58.33333333%;
  }
  .df_row-fluid .df_span-md-6 {
    width: 50%;
  }
  .df_row-fluid .df_span-md-5 {
    width: 41.66666667%;
  }
  .df_row-fluid .df_span-md-4 {
    width: 33.33333333%;
  }
  .df_row-fluid .df_span-md-3 {
    width: 25%;
  }
  .df_row-fluid .df_span-md-2 {
    width: 16.66666667%;
  }
  .df_row-fluid .df_span-md-1 {
    width: 8.33333333%;
  }
  .df_row-fluid .df_span-md-pull-12 {
    right: 100%;
  }
  .df_row-fluid .df_span-md-pull-11 {
    right: 91.66666667%;
  }
  .df_row-fluid .df_span-md-pull-10 {
    right: 83.33333333%;
  }
  .df_row-fluid .df_span-md-pull-9 {
    right: 75%;
  }
  .df_row-fluid .df_span-md-pull-8 {
    right: 66.66666667%;
  }
  .df_row-fluid .df_span-md-pull-7 {
    right: 58.33333333%;
  }
  .df_row-fluid .df_span-md-pull-6 {
    right: 50%;
  }
  .df_row-fluid .df_span-md-pull-5 {
    right: 41.66666667%;
  }
  .df_row-fluid .df_span-md-pull-4 {
    right: 33.33333333%;
  }
  .df_row-fluid .df_span-md-pull-3 {
    right: 25%;
  }
  .df_row-fluid .df_span-md-pull-2 {
    right: 16.66666667%;
  }
  .df_row-fluid .df_span-md-pull-1 {
    right: 8.33333333%;
  }
  .df_row-fluid .df_span-md-push-12 {
    left: 100%;
  }
  .df_row-fluid .df_span-md-push-11 {
    left: 91.66666667%;
  }
  .df_row-fluid .df_span-md-push-10 {
    left: 83.33333333%;
  }
  .df_row-fluid .df_span-md-push-9 {
    left: 75%;
  }
  .df_row-fluid .df_span-md-push-8 {
    left: 66.66666667%;
  }
  .df_row-fluid .df_span-md-push-7 {
    left: 58.33333333%;
  }
  .df_row-fluid .df_span-md-push-6 {
    left: 50%;
  }
  .df_row-fluid .df_span-md-push-5 {
    left: 41.66666667%;
  }
  .df_row-fluid .df_span-md-push-4 {
    left: 33.33333333%;
  }
  .df_row-fluid .df_span-md-push-3 {
    left: 25%;
  }
  .df_row-fluid .df_span-md-push-2 {
    left: 16.66666667%;
  }
  .df_row-fluid .df_span-md-push-1 {
    left: 8.33333333%;
  }
  .df_row-fluid .df_span-md-offset-12 {
    margin-left: 100%;
  }
  .df_row-fluid .df_span-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .df_row-fluid .df_span-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .df_row-fluid .df_span-md-offset-9 {
    margin-left: 75%;
  }
  .df_row-fluid .df_span-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .df_row-fluid .df_span-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .df_row-fluid .df_span-md-offset-6 {
    margin-left: 50%;
  }
  .df_row-fluid .df_span-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .df_row-fluid .df_span-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .df_row-fluid .df_span-md-offset-3 {
    margin-left: 25%;
  }
  .df_row-fluid .df_span-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .df_row-fluid .df_span-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .full-width-content.df_row-fluid .df_span-md-12 {
    width: 100%;
  }
  .full-width-content.df_row-fluid .df_span-md-11 {
    width: 91.66666667%;
  }
  .full-width-content.df_row-fluid .df_span-md-10 {
    width: 83.33333333%;
  }
  .full-width-content.df_row-fluid .df_span-md-9 {
    width: 75%;
  }
  .full-width-content.df_row-fluid .df_span-md-8 {
    width: 66.66666667%;
  }
  .full-width-content.df_row-fluid .df_span-md-7 {
    width: 58.33333333%;
  }
  .full-width-content.df_row-fluid .df_span-md-6 {
    width: 50%;
  }
  .full-width-content.df_row-fluid .df_span-md-5 {
    width: 41.66666667%;
  }
  .full-width-content.df_row-fluid .df_span-md-4 {
    width: 33.33333333%;
  }
  .full-width-content.df_row-fluid .df_span-md-3 {
    width: 25%;
  }
  .full-width-content.df_row-fluid .df_span-md-2 {
    width: 16.66666667%;
  }
  .full-width-content.df_row-fluid .df_span-md-1 {
    width: 8.33333333%;
  }
  .df_row-fluid .df_span-col5 {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .df_row-fluid .df_span-lg-12 {
    width: 100%;
  }
  .df_row-fluid .df_span-lg-11 {
    width: 91.66666667%;
  }
  .df_row-fluid .df_span-lg-10 {
    width: 83.33333333%;
  }
  .df_row-fluid .df_span-lg-9 {
    width: 75%;
  }
  .df_row-fluid .df_span-lg-8 {
    width: 66.66666667%;
  }
  .df_row-fluid .df_span-lg-7 {
    width: 58.33333333%;
  }
  .df_row-fluid .df_span-lg-6 {
    width: 50%;
  }
  .df_row-fluid .df_span-lg-5 {
    width: 41.66666667%;
  }
  .df_row-fluid .df_span-lg-4 {
    width: 33.33333333%;
  }
  .df_row-fluid .df_span-lg-3 {
    width: 25%;
  }
  .df_row-fluid .df_span-lg-2 {
    width: 16.66666667%;
  }
  .df_row-fluid .df_span-lg-1 {
    width: 8.33333333%;
  }
  .df_row-fluid .df_span-lg-pull-12 {
    right: 100%;
  }
  .df_row-fluid .df_span-lg-pull-11 {
    right: 91.66666667%;
  }
  .df_row-fluid .df_span-lg-pull-10 {
    right: 83.33333333%;
  }
  .df_row-fluid .df_span-lg-pull-9 {
    right: 75%;
  }
  .df_row-fluid .df_span-lg-pull-8 {
    right: 66.66666667%;
  }
  .df_row-fluid .df_span-lg-pull-7 {
    right: 58.33333333%;
  }
  .df_row-fluid .df_span-lg-pull-6 {
    right: 50%;
  }
  .df_row-fluid .df_span-lg-pull-5 {
    right: 41.66666667%;
  }
  .df_row-fluid .df_span-lg-pull-4 {
    right: 33.33333333%;
  }
  .df_row-fluid .df_span-lg-pull-3 {
    right: 25%;
  }
  .df_row-fluid .df_span-lg-pull-2 {
    right: 16.66666667%;
  }
  .df_row-fluid .df_span-lg-pull-1 {
    right: 8.33333333%;
  }
  .df_row-fluid .df_span-lg-push-12 {
    left: 100%;
  }
  .df_row-fluid .df_span-lg-push-11 {
    left: 91.66666667%;
  }
  .df_row-fluid .df_span-lg-push-10 {
    left: 83.33333333%;
  }
  .df_row-fluid .df_span-lg-push-9 {
    left: 75%;
  }
  .df_row-fluid .df_span-lg-push-8 {
    left: 66.66666667%;
  }
  .df_row-fluid .df_span-lg-push-7 {
    left: 58.33333333%;
  }
  .df_row-fluid .df_span-lg-push-6 {
    left: 50%;
  }
  .df_row-fluid .df_span-lg-push-5 {
    left: 41.66666667%;
  }
  .df_row-fluid .df_span-lg-push-4 {
    left: 33.33333333%;
  }
  .df_row-fluid .df_span-lg-push-3 {
    left: 25%;
  }
  .df_row-fluid .df_span-lg-push-2 {
    left: 16.66666667%;
  }
  .df_row-fluid .df_span-lg-push-1 {
    left: 8.33333333%;
  }
  .df_row-fluid .df_span-lg-offset-12 {
    margin-left: 100%;
  }
  .df_row-fluid .df_span-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .df_row-fluid .df_span-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .df_row-fluid .df_span-lg-offset-9 {
    margin-left: 75%;
  }
  .df_row-fluid .df_span-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .df_row-fluid .df_span-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .df_row-fluid .df_span-lg-offset-6 {
    margin-left: 50%;
  }
  .df_row-fluid .df_span-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .df_row-fluid .df_span-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .df_row-fluid .df_span-lg-offset-3 {
    margin-left: 25%;
  }
  .df_row-fluid .df_span-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .df_row-fluid .df_span-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .full-width-content.df_row-fluid .df_span-lg-12 {
    width: 100%;
  }
  .full-width-content.df_row-fluid .df_span-lg-11 {
    width: 91.66666667%;
  }
  .full-width-content.df_row-fluid .df_span-lg-10 {
    width: 83.33333333%;
  }
  .full-width-content.df_row-fluid .df_span-lg-9 {
    width: 75%;
  }
  .full-width-content.df_row-fluid .df_span-lg-8 {
    width: 66.66666667%;
  }
  .full-width-content.df_row-fluid .df_span-lg-7 {
    width: 58.33333333%;
  }
  .full-width-content.df_row-fluid .df_span-lg-6 {
    width: 50%;
  }
  .full-width-content.df_row-fluid .df_span-lg-5 {
    width: 41.66666667%;
  }
  .full-width-content.df_row-fluid .df_span-lg-4 {
    width: 33.33333333%;
  }
  .full-width-content.df_row-fluid .df_span-lg-3 {
    width: 25%;
  }
  .full-width-content.df_row-fluid .df_span-lg-2 {
    width: 16.66666667%;
  }
  .full-width-content.df_row-fluid .df_span-lg-1 {
    width: 8.33333333%;
  }
  .df_row-fluid .df_span-col5 {
    width: 20%;
  }
}
.df_row-fluid .wpb_content_element {
  margin-bottom: 30px;
}
/**
 * Visibility
 */
.visible-sm,
.visible-tl,
.visible-dt {
  display: none;
}
@media screen and (max-width: 768px) {
  .hidden-sm {
    display: none!important;
  }
  .visible-sm {
    display: block!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hidden-tl {
    display: none!important;
  }
  .visible-tl {
    display: block!important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-dt {
    display: none!important;
  }
  .visible-dt {
    display: block!important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .no-smartphone {
    display: none!important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .no-ipad {
    display: none!important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-iphone {
    display: none!important;
  }
}
/**
 * 12. Site Structure
 */
/**
 * 12.1 Containers & Columns
 */
#wrapper {
  margin: 0 auto;
  overflow: hidden;
}
/**
 * 12.2 Header
 */
@media only screen and (max-width: 992px) {
  .header-wrapper {
    position: relative;
  }
}
.header-wrapper .menu-section {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1031;
  -webkit-transform: translateZ(0);
}
@media only screen and (max-width: 768px) {
  .header-wrapper .menu-section {
    transition: top 0.2s ease-in-out;
    -webkit-transition: top 0.2s ease-in-out;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrapper .menu-up {
    top: -60px;
  }
}
.header-wrapper .menu-section.on-fixed-scroll {
  position: fixed;
}
.header-wrapper .site-header {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 992px) {
  .header-wrapper .site-header {
    padding: 15px 0;
  }
}
.header-wrapper .site-header.sticky-scroll-nav {
  padding: 15px 0;
}
.header-wrapper .widepad {
  width: 94%;
}
@media only screen and (min-width: 959px) {
  .header-wrapper .widepad {
    padding: 0 20px;
    width: auto;
  }
}
body.admin-bar.pushable .header-wrapper .menu-section {
  top: 0px;
}
@media only screen and (min-width: 992px) {
  body.admin-bar .header-wrapper .menu-section,
  body.admin-bar .header-wrapper .menu-section.on-fixed-scroll {
    top: 32px;
  }
}
.df-topbar {
  max-height: 100px;
  z-index: 1031;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
@media only screen and (max-width: 992px) {
  .df-topbar {
    display: none;
  }
}
.df-topbar.hidden {
  max-height: 0;
  padding: 0;
}
.df-topbar .info-description {
  margin: 10px 0px;
}
.df-topbar .df-topbar-right {
  margin-left: 15px;
}
.df-topbar nav {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.df-topbar .main-navigation {
  height: 0;
  line-height: 1.875;
}
.df-topbar .main-navigation .top-navigation > li > a {
  padding: 10px 15px;
}
.df-topbar .main-navigation li {
  position: static;
}
.df-topbar .main-navigation li ul {
  left: auto;
}
.df-topbar .main-navigation li ul li {
  display: block;
}
.df-topbar .df-social-connect {
  display: table-cell;
  position: relative;
  top: 0px;
}
.df-topbar .df-social-connect li a {
  height: auto;
}
.df-topbar .df-social-connect li a i {
  top: 7px;
  font-size: 16px;
}
.df-topbar .df-social-connect li a:hover i {
  top: -30px;
}
.df-sitename {
  font-size: 2.375em;
  color: #181818;
  display: block;
  text-align: center;
}
.df-sitename img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media only screen and (max-width: 992px) {
  .normal-logo {
    display: none;
  }
}
.sticky-logo {
  display: none;
}
@media only screen and (max-width: 992px) {
  .sticky-logo {
    display: block;
  }
}
/**
 * Content
 */
@media only screen and (max-width: 959px) {
  .df-main {
    margin-bottom: 30px;
  }
}
/**
 * search default
 */
.df-search-page .df-search-result {
  margin-bottom: 30px;
  float: left;
}
.df-search-page .df-search-image {
  width: 80px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.df-search-page .df-search-content {
  display: inline-block;
  overflow: auto;
}
.df-search-page .df-search-content h3 {
  margin: 0 0 10px;
}
.search-post-on .byline {
  border-right: 0;
  margin-left: 0;
}
/**
 * no found
 */
.search-no-results .search-form {
  position: relative;
}
.search-no-results input[type="search"] {
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  font-weight: normal;
}
.search-no-results button {
  border: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.search-no-results .page-header h1 {
  margin: 0px;
}
body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
  background: none repeat scroll 0% 0% #bdbdbd;
}
body .owl-theme .owl-dots .owl-dot span {
  background: none repeat scroll 0% 0% #eee;
}
/**
 * 13. Posts
 */
.type-post.sticky {
  display: block;
}
.type-post .featured-media img {
  width: 100%;
}
.type-post .featured-media {
  margin-bottom: 20px;
  line-height: 0;
}
.df-post-content {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.df-postmeta {
  margin-bottom: 20px;
}
.df-share-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}
.df-share-components .df-link {
  margin-right: 10px;
}
body:not(.single) .df_sticky:not(.sticky) {
  display: none;
}
/**
 * 13.1 Typographic Elements
 */
.type-post .entry-title {
  margin-bottom: 10px;
}
.hentry .entry-title {
  margin-bottom: 10px;
}
/**
 * 13.2 Captions
 */
.wp-caption.alignleft,
img.alignleft {
  margin-right: 15px;
  margin-bottom: 15px;
}
.wp-caption.alignright,
img.alignright {
  margin-left: 15px;
  margin-bottom: 15px;
}
.wp-caption-text {
  text-align: center;
}
/**
 * 13.3 Gallery
 */
.gallery-caption {
  display: block;
}
/**
 * 13.4 Like button
 */
.df-like-count {
  margin-left: 5px;
}
.df-like.liked i:before {
  content: "\f02a" !important;
}
/**
 * 13.5 Comment
 */
span.comment .md-comment {
  margin-right: 5px;
}
.df-link-excerpt {
  display: block;
  margin-top: 20px;
}
.df-category-content-post,
.byline,
.comment {
  margin-left: 5px;
  padding-right: 5px;
}
.posted-on,
.byline {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.type-post .comment {
  margin-right: 5px;
  padding-left: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.type-post .byline {
  border-right: 0;
  padding-right: 0;
}
.type-post .df-category-content-post {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/**
 * 13.6 Feature Image As Background
 */
.type-post.df-standard-image-big-skny {
  margin-bottom: 30px;
}
.type-post.df-standard-image-big-skny .df-post-content {
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 0;
  margin: 0;
}
.type-post.df-standard-image-big-skny .df-post-content .entry-header,
.type-post.df-standard-image-big-skny .df-post-content .entry-summary,
.type-post.df-standard-image-big-skny .df-post-content .entry-content {
  position: relative;
  z-index: 3;
}
.type-post.df-standard-image-big-skny .df-post-content .entry-header {
  padding: 30px 30px 0 30px;
}
.type-post.df-standard-image-big-skny .df-post-content .entry-summary,
.type-post.df-standard-image-big-skny .df-post-content .entry-content {
  padding: 0 30px 30px 30px;
}
.df-standard-image-big-skny h1,
.df-standard-image-big-skny h2,
.df-standard-image-big-skny a,
.df-standard-image-big-skny span,
.df-standard-image-big-skny .df-share-content,
.df-standard-image-big-skny .df-social-connect a,
.df-standard-image-big-skny .df-like {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.type-post.df-standard-image-big-skny .post-warpper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.type-post.df-standard-image-big-skny .df-post-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
}
.type-post.df-standard-image-big-skny .df-post-content:hover:before {
  background-color: rgba(0, 0, 0, 0.75);
}
/**
 * 13.7 Single Post
 */
.single .entry-header {
  position: relative;
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.single .entry-header h1 {
  padding-top: 0;
}
.single .df-category-content-post {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 6px;
}
.single .df-postmeta {
  display: inline-block;
  margin-bottom: 0;
}
.single span.comment {
  position: absolute;
  right: 0;
  border-left: 0;
}
.single .single-tag-blog {
  margin: 0 0 30px;
}
.single .single-tag-blog ul {
  list-style-type: none;
  margin: 15px 0 30px;
}
.single .single-tag-blog ul li {
  display: inline-block;
  padding: 0px 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.single .single-tag-blog ul li a {
  color: inherit;
}
.single .df-share-content,
.df_list_blog {
  position: relative;
  border-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
}
.single .df-share-content .share-text,
.df_list_blog .share-text {
  display: inline;
  vertical-align: middle;
  border-color: rgba(0, 0, 0, 0.1);
}
.single .df-share-content .df-share-components,
.df_list_blog .df-share-components {
  float: right;
}
.single .df-share-content .df-share-components,
.df_list_blog .df-share-components {
  display: inline;
  vertical-align: middle;
}
.single .df-share-content .df-link,
.df_list_blog .df-link {
  position: relative;
  float: left;
  margin-right: 10px;
  display: inline;
}
.single .df-share-content .df-social-connect,
.df_list_blog .df-social-connect {
  float: left;
}
.single .df-share-content .df-social-connect li,
.df_list_blog .df-social-connect li {
  position: relative;
}
body:not(.single) .df_list_blog .df-link,
.single .df-share-content .df-link {
  font-size: 16px;
  line-height: 36px;
}
@media only screen and (max-width: 959px) {
  .single .df-share-content .df-share-components {
    position: relative;
    right: auto;
  }
  .single span.comment {
    position: static;
    display: inline-block;
    margin-top: 15px;
    margin-left: 0;
  }
  .single .df-share-content .share-text {
    margin-bottom: 15px;
  }
  .single .df-share-content .share-text,
  .single .df-share-components .df-link,
  .single .df-share-components .df-social-connect,
  .single .df-share-components .custom_print {
    display: block;
  }
  .single .df-share-components .df-social-connect {
    position: relative;
    top: -2px;
  }
  .single .df-share-components .df-link,
  .single .df-share-components .custom_print {
    float: left;
  }
  .single .df-share-components .custom_print {
    width: 36px;
    height: 36px;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .single .df-share-content .df-share-components {
    display: block;
  }
}
/**
 * 13.8 Author
 */
.about-author {
  position: relative;
  padding: 30px 0;
}
.avatar-pic img {
  display: block;
}
.about-author-desc {
  margin-left: 90px;
  display: block;
}
.archive .df-share-content.author-social {
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  padding-top: 0;
}
.single .author-social {
  margin-bottom: 0;
  border: 0;
  padding-top: 0;
}
/**
 * 13.9 List Post
 */
.df-image-left,
.df-image-right {
  margin: 0 -15px 30px;
}
.df-image-left .featured-media,
.df-image-right .featured-media,
.df-image-left .df-post-content,
.df-image-right .df-post-content {
  width: 50%;
  padding: 0 15px;
}
.df-image-left .featured-media,
.df-image-right .df-post-content {
  float: left;
  overflow: hidden;
}
.df-image-right .featured-media,
.df-image-left .df-post-content {
  float: right;
}
.type-post.format-image .featured-media {
  line-height: 0;
}
.df_grid_fit .featured-media {
  position: relative;
  overflow: hidden;
}
.df_grid_fit .featured-media:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.df_grid_fit .df-share-components .df-link {
  margin-right: 0;
}
.df_grid_fit .type-post .featured-media img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.df_grid_fit .type-post:hover .featured-media img {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari */
  transform: scale(1.2);
}
@media only screen and (max-width: 959px) {
  .df-image-left,
  .df-image-right {
    margin: 0 0 30px;
  }
  .df-image-left .featured-media,
  .df-image-right .featured-media,
  .df-image-left .df-post-content,
  .df-image-right .df-post-content {
    width: 100%;
    padding: 0;
  }
}
/**
 * 13.10 Post Grid
 */
/**
 * 13.10.1 Category Filter
 */
#options-blog-sort li:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 0;
}
#options-blog-sort li:last-child {
  border-right: 0;
}
#options-blog-sort li {
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  text-transform: uppercase;
}
#options-blog-sort li a {
  line-height: 1.2;
  padding: 0 15px;
}
#options-blog-sort {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
.df_grid_masonry .df_span-sm-6.big-post-grid,
.df_grid_fit .df_span-sm-6.big-post-grid {
  width: 100%;
}
.df_grid_masonry .df_span-sm-4.big-post-grid,
.df_grid_fit .df_span-sm-4.big-post-grid {
  width: 66.66666667%;
}
.df_grid_masonry .df_span-sm-3.big-post-grid,
.df_grid_fit .df_span-sm-3.big-post-grid {
  width: 50%;
}
.df_grid_masonry .df_span-sm-2.big-post-grid,
.df_grid_fit .df_span-sm-2.big-post-grid {
  width: 33.33333333%;
}
.df_grid_fit,
.df_grid_masonry {
  margin-bottom: 30px;
}
.df_grid_fit .comment,
.df_grid_masonry .comment {
  border-left: 0;
  margin-left: 20px;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.df_grid_fit .df-category-content-post,
.df_grid_masonry .df-category-content-post,
.df_grid_fit .byline,
.df_grid_masonry .byline {
  border-right: 0;
  margin-left: 0;
}
.df_grid_fit .df-link,
.df_grid_masonry .df-link {
  margin-right: 0;
}
.df_grid_masonry .wp-caption,
.df_list_blog .wp-caption,
.single .wp-caption {
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 auto;
  line-height: 1.875em;
  position: relative;
  overflow: hidden;
}
.df_grid_masonry .wp-caption img,
.df_list_blog .wp-caption img,
.single .wp-caption img {
  display: block;
}
.df_grid_masonry .wp-caption:hover .wp-caption-text,
.df_list_blog .wp-caption:hover .wp-caption-text,
.single .wp-caption:hover .wp-caption-text {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.df_grid_masonry .wp-caption .wp-caption-text,
.df_list_blog .wp-caption .wp-caption-text,
.single .wp-caption .wp-caption-text {
  position: absolute;
  bottom: -6px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #999;
  padding: 10px;
  width: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
@media only screen and (max-width: 780px) {
  #options-blog-sort li {
    border-right: none;
  }
  #options-blog-sort.active-hover li {
    display: block;
  }
  #options-blog-sort {
    margin-bottom: 30px;
  }
  #options-blog-sort li {
    margin-top: 11px;
    display: none;
  }
  #options-blog-sort li:first-child {
    display: block;
    margin-top: 0px;
    cursor: pointer;
  }
  #options-blog-sort li a {
    padding: 0px;
  }
  .filter-cat-blog {
    display: inline-block;
  }
  .filter-cat-blog:after {
    content: '';
    border-bottom: 2px solid #000;
    display: block;
  }
}
/**
 * 13.11 related post
 */
.related-post {
  padding: 30px 0;
  position: relative;
}
.type-post.hentry .related-post .related-post-title {
  margin-bottom: 0;
}
.related-title {
  margin: 20px 0 10px;
}
.related-post .owl-stage-outer {
  margin-bottom: 30px;
}
.related-post .owl-stage-outer {
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  -ms-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
}
.related-post .byline {
  margin-left: 0;
}
#related-slider {
  padding-top: 30px;
}
.related-by {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.single .related-bytime span.comment {
  position: relative;
  right: auto;
}
.related-post .posted-on,
.related-post .related-bytime {
  display: inline-block;
}
.related-post .related-bytime {
  position: absolute;
  right: 0;
  bottom: 0;
}
.related-post .related-bytime .df-link {
  margin-right: 15px;
}
.related-post .related-bytime .md-comment {
  margin-right: 5px;
}
.related-post .posted-on {
  border-right: 0;
}
.owl-theme {
  position: static;
}
/**
 * 13.11.1 related post responsive
 */
@media only screen and (max-width: 959px) {
  .related-post .owl-theme .owl-nav {
    margin-top: 30px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  .related-post .owl-theme .owl-nav [class*='owl-'] {
    color: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .related-post .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: inherit;
    text-decoration: none;
  }
  .related-post .owl-nav {
    position: absolute;
    right: 0;
    top: -1px;
  }
  .related-post .owl-prev,
  .related-post .owl-next {
    overflow: hidden;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
  }
  .related-post .owl-prev:before {
    content: '\f236';
    font-family: Material Design Iconic Font;
    font-size: 24px;
    display: block;
  }
  .related-post .owl-next:before {
    content: '\f237';
    font-family: Material Design Iconic Font;
    font-size: 24px;
    display: block;
  }
  .related-post .owl-stage-outer {
    margin-bottom: 0;
  }
}
/**
 * 13.12 Pagination
 */
/**
 * 13.12.1 next prev
 */
.df-next-prev-pagination a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 8px;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 30px;
}
/**
 * 13.12.2 numbering
 */
.df-pagination-number ul {
  display: table;
  margin: 0 auto;
}
.df-pagination-number ul li {
  text-align: center;
  display: table-cell;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1em;
  position: relative;
  padding: 0 15px 30px;
}
@media only screen and (max-width: 959px) {
  .df-pagination-number ul li {
    display: block;
    float: left;
  }
}
.df-pagination-number ul li i {
  vertical-align: -1px;
}
/**
 * 13.12.3 infinite scroll
 */
.disable {
  cursor: auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.disable a {
  padding-right: 10px;
  cursor: auto;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}
#infscr-loading {
  display: none!important;
}
.df-infi-scr {
  display: none;
}
.df-infi-scr-btn .nav-next {
  margin: 0px;
}
.df-infi-scr-btn {
  display: block!important;
  width: 100%;
  margin-bottom: 30px;
}
.df-infi-scr-btn .nav-links {
  text-align: center;
}
/**
 * 13.12.4 single post pagination
 */
.post-pagination {
  padding: 4px 15px;
  border-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 30px;
}
.post-pagination .navi-prev,
.post-pagination .navi-next {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .post-pagination .navi-prev,
  .post-pagination .navi-next {
    display: block;
    width: 100%;
  }
}
.post-pagination a {
  margin: 0 16px;
}
.post-pagination .navi-prev a {
  display: block;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .post-pagination .navi-prev a {
    text-align: center;
    margin: 7.5px 0;
    padding: 0 30px;
  }
}
.post-pagination .navi-next span {
  width: 100%;
}
.post-pagination .navi-next a {
  display: block;
  text-align: right;
}
@media only screen and (max-width: 959px) {
  .post-pagination .navi-next a {
    text-align: center;
    margin: 7.5px 0;
    padding: 0 30px;
  }
}
.post-pagination .navi-prev i {
  top: 50%;
  margin-top: -7px;
  position: absolute;
  left: 0;
}
.post-pagination .navi-next i {
  top: 50%;
  position: absolute;
  margin-top: -7px;
  right: 0;
}
.my-paginated-posts ul {
  list-style-type: none;
}
.my-paginated-posts li {
  display: inline-block;
  margin-right: 4px;
}
/**
 * 13.13 Archive
 */
.archive .about-author {
  margin-bottom: 0;
  padding-top: 0;
}
.archive .about-author h4 {
  margin-bottom: 20px;
}
/**
 * 13.14 404
 */
.error404 .error-404 {
  margin: 0 auto;
  overflow: hidden;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.error-404 .content-404 {
  margin: 200px auto;
  float: none;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 44px;
  width: 500px;
}
.error-404 .header-404 h1,
.error-404 .header-404 h2 {
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 30px;
}
.error-404 .header-404,
.error-404 .text-404 {
  text-align: center;
}
.error-404 .search-form {
  width: 80%;
  margin: auto;
  position: relative;
}
.error-404 input[type=submit] {
  width: 100%;
  margin-bottom: 0;
}
.error-404 input[type=search] {
  min-width: 100%;
}
.error-404 button {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0px 6px transparent !important;
  -moz-box-shadow: 0px 6px transparent !important;
  -ms-box-shadow: 0px 6px transparent !important;
  -o-box-shadow: 0px 6px transparent !important;
  box-shadow: 0px 6px transparent !important;
}
/**
 * 13.14.1 404 Responsive
 */
@media only screen and (max-width: 420px) {
  .error404 #wrapper {
    overflow: scroll;
  }
  .error-404 .content-404 {
    margin: 50% auto;
    padding: 20px;
    width: 100%;
  }
  .error-404 .search-form {
    width: 100%;
  }
}
@media only screen and (min-width: 420px) and (max-width: 769px) {
  .error404 #wrapper {
    overflow: scroll;
  }
  .error-404 .content-404 {
    margin: 50% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1025px) {
  .error404 #wrapper {
    overflow: scroll;
    display: table;
    width: 100%;
  }
  .error404 .df-main {
    display: table-cell;
    vertical-align: middle;
  }
}
/**
 * 13.15 featured slider
 */
.df-slider-header .shorcode-blog {
  padding: 30px 30px 0;
}
/**
 * 13.16 Post Formats
 */
/**
 * 13.16.1 Post Formats Gallery
 */
.type-post.format-gallery .featured-media {
  position: relative;
}
.df-gallery-grid {
  margin-bottom: 30px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.gallery-item img {
  display: block;
}
.gallery-item:hover .wp-caption-text {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-item .wp-caption-text {
  position: absolute;
  bottom: -6px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #999;
  padding: 10px;
  width: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.df-image-left.format-gallery,
.df-image-right.format-gallery {
  margin: 0 -15px 30px;
}
.df-image-left.format-gallery .df-gallery-grid,
.df-image-right.format-gallery .df-gallery-grid {
  width: 50%;
  padding: 0 15px;
}
.df-image-left.format-gallery .df-gallery-grid {
  float: left;
  overflow: hidden;
}
.df-image-right.format-gallery .df-gallery-grid {
  overflow: auto;
  float: right;
}
/**
 * 13.16.1.1 Gallery Responsive
 */
@media only screen and (max-width: 959px) {
  .df-image-left.format-gallery,
  .df-image-right.format-gallery {
    margin: 0 0 30px;
  }
  .df-image-left.format-gallery .df-gallery-grid,
  .df-image-right.format-gallery .df-gallery-grid {
    width: 100%;
    padding: 0;
  }
  .df-image-left.format-gallery .df-gallery-grid,
  .df-image-right.format-gallery .df-gallery-grid {
    float: none;
    overflow: visible;
  }
}
/**
 * 13.16.1.2 photo swipe
 */
.swipeActive .df-main {
  z-index: 99999;
}
.pswp {
  z-index: 99999;
}
.msnry_item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  float: left;
}
.msnry_item img {
  display: block;
  width: 100%;
}
.msnry_item:hover .photoswipe-gallery-caption {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.msnry_item .photoswipe-gallery-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #999;
  padding: 10px;
  line-height: 1.875em;
  width: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/**
 * 13.16.2 Post Formats Audio
 */
.df-post-audio {
  line-height: 0;
  margin-bottom: 20px;
}
.df-post-audio button {
  -webkit-box-shadow: 0px 6px transparent !important;
  -moz-box-shadow: 0px 6px transparent !important;
  -ms-box-shadow: 0px 6px transparent !important;
  -o-box-shadow: 0px 6px transparent !important;
  box-shadow: 0px 6px transparent !important;
}
.df-image-left.format-audio,
.df-image-right.format-audio {
  margin: 0 -15px 30px;
}
.df-image-left.format-audio .df-post-audio,
.df-image-right.format-audio .df-post-audio {
  width: 50%;
  padding: 0 15px;
}
.df-image-left.format-audio .df-post-audio {
  float: left;
  overflow: hidden;
}
.df-image-right.format-audio .df-post-audio {
  overflow: auto;
  float: right;
}
/**
 * 13.16.2.1 Audio Responsive
 */
@media only screen and (max-width: 959px) {
  .df-image-left.format-audio,
  .df-image-right.format-audio {
    margin: 0 0 30px;
  }
  .df-image-left.format-audio .df-post-audio,
  .df-image-right.format-audio .df-post-audio {
    width: 100%;
    padding: 0;
  }
  .df-image-left.format-audio .df-post-audio,
  .df-image-right.format-audio .df-post-audio {
    float: none;
    overflow: visible;
  }
}
/**
 * 13.16.3 Post Formats Video
 */
.df-post-video {
  margin-bottom: 20px;
  line-height: 0;
}
.df-post-video button {
  -o-b-webkit-box-shadow: 0px 6px transparent !important;
  -moz-box-shadow: 0px 6px transparent !important;
  -ms-box-shadow: 0px 6px transparent !important;
  -o-box-shadow: 0px 6px transparent !important;
  box-shadow: 0px 6px transparent !important;
}
.df-image-left.format-video,
.df-image-right.format-video {
  margin: 0 -15px 30px;
}
.df-image-left.format-video .df-post-video,
.df-image-right.format-video .df-post-video {
  width: 50%;
  padding: 0 15px;
}
.df-image-left.format-video .df-post-video {
  float: left;
  overflow: hidden;
}
.df-image-right.format-video .df-post-video {
  overflow: auto;
  float: right;
}
/**
 * 13.16.3.1 Video Responsive
 */
@media only screen and (max-width: 959px) {
  .df-image-left.format-video,
  .df-image-right.format-video {
    margin: 0 0 30px;
  }
  .df-image-left.format-video .df-post-video,
  .df-image-right.format-video .df-post-video {
    width: 100%;
    padding: 0;
  }
  .df-image-left.format-video .df-post-video,
  .df-image-right.format-video .df-post-video {
    float: none;
    overflow: visible;
  }
}
/**
 * 13.16.4 Post Formats Chat
 */
.type-post.format-chat .entry-header {
  position: relative;
  padding: 30px 30px 0;
  text-align: center;
}
.type-post.format-chat .entry-header h2,
.type-post.format-chat .entry-header h1 {
  margin-bottom: 30px;
}
.df_grid_fit .type-post.format-chat .entry-header h2 {
  margin-bottom: 10px;
}
.chat-icon {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.chat-icon:before {
  content: "\f0dc";
  font-size: 1.75em;
  font-family: Material Design Iconic Font;
  position: relative;
  z-index: 1;
  top: -15px;
  background-color: #fff;
  padding: 0 30px;
}
.type-post.format-chat.df-standard-image-big-skny .entry-header {
  text-align: left;
}
.df_grid_fit .type-post.format-chat .entry-header {
  padding: 0 !important;
  text-align: left;
}
.single .type-post.format-chat .entry-header {
  text-align: left;
  padding: 0 0 30px;
}
.chat-author {
  float: left;
  margin-right: 5px;
}
.chat-author cite {
  font-style: normal;
  font-weight: 700;
}
.chat-text p {
  margin-bottom: 0;
}
.chat-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.chat-row:before {
  content: '';
  display: table;
}
.chat-row:after {
  clear: both;
  content: '';
}
.chat-row:last-child {
  border-bottom: 0;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.widget_dahz_post_formats .format-chat .entry-content {
  text-align: center;
}
.widget_dahz_post_formats .format-chat h1 {
  margin: 0;
}
.widget_dahz_post_formats .format-chat .entry-header {
  text-align: left;
  padding: 0;
}
/**
 * 13.16.4.1 Chat Responsive
 */
@media only screen and (max-width: 959px) {
  .type-post.format-chat .entry-header {
    padding: 30px 0 0 !important;
  }
}
/**
 * 13.16.5 Post Formats Quote
 */
.type-post.format-quote .entry-summary {
  position: relative;
  padding: 30px 30px 0;
  text-align: center;
}
.type-post.format-quote .entry-summary blockquote {
  border-left: 0;
  padding: 0;
}
.type-post.format-quote .entry-summary .df-share-content {
  margin: 0 -30px;
}
.quote-icon {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
}
.quote-icon:before {
  content: "\f186";
  font-size: 1.75em;
  font-family: Material Design Iconic Font;
  position: relative;
  z-index: 1;
  top: -15px;
  background-color: #fff;
  padding: 0 30px;
}
.type-post.format-quote.df-standard-image-big-skny .entry-summary {
  text-align: left;
}
.type-post.format-quote.df-standard-image-big-skny .entry-summary .df-share-content {
  margin: 0;
}
.df_grid_fit .type-post.format-quote .entry-summary {
  padding: 0;
}
.df_grid_fit .type-post.format-quote .entry-summary .df-share-content {
  margin: 0;
}
.widget_dahz_post_formats .format-quote .entry-content {
  text-align: center;
}
.widget_dahz_post_formats .format-quote blockquote {
  padding: 0;
  border-left: 0;
}
.widget_dahz_post_formats .format-quote .quote-icon:before {
  top: -15px;
}
/**
 * 13.16.5.1 Quote Responsive
 */
@media only screen and (max-width: 959px) {
  .type-post.format-quote .entry-summary {
    padding: 30px 0 0;
  }
  .type-post.format-quote .entry-summary .df-share-content {
    margin: 0;
  }
}
/**
 * 13.16.6 Post Formats Aside
 */
.type-post.format-aside .entry-content {
  position: relative;
  padding: 30px 30px 0;
  text-align: center;
}
.type-post.format-aside .entry-content .df-share-content {
  margin: 0 -30px;
}
.aside-icon {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.aside-icon:before {
  content: "\f08d";
  font-size: 1.75em;
  font-family: Material Design Iconic Font;
  position: relative;
  z-index: 1;
  top: -15px;
  background-color: #fff;
  padding: 0 30px;
}
.type-post.format-aside.df-standard-image-big-skny .entry-content {
  text-align: left;
}
.type-post.format-aside.df-standard-image-big-skny .entry-content .df-share-content {
  margin: 0;
}
.df-image-left.format-aside .df-post-content,
.df-image-right.format-aside .df-post-content {
  float: none;
  width: 100%;
}
.df_grid_fit .format-aside .entry-content {
  padding: 0;
}
.df_grid_fit .format-aside .entry-content .df-share-content {
  margin: 0;
}
.widget_dahz_post_formats .format-aside .entry-content {
  text-align: center;
  padding: 0;
}
/**
 * 13.16.6.1 Aside Responsive
 */
@media only screen and (max-width: 959px) {
  .type-post.format-aside .entry-content {
    padding: 30px 0 0;
  }
  .type-post.format-aside .entry-content .df-share-content {
    margin: 0;
  }
  .df_grid_fit .type-post.format-aside .df-postmeta {
    margin: 0;
  }
}
/**
 * 13.16.7 Post Formats Link
 */
.type-post.format-link .entry-header,
.single .type-post.format-link .entry-content {
  position: relative;
  padding: 30px 30px 0 !important;
  text-align: center;
}
.type-post.format-link .entry-header h2,
.type-post.format-link .entry-header h1 {
  margin-bottom: 30px;
}
.df_grid_fit .type-post.format-link .entry-header h2 {
  margin-bottom: 10px;
}
.single .type-post.format-link .entry-header {
  text-align: left;
  padding: 0 0 30px !important;
}
.link-icon {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.link-icon:before {
  content: "\f10d";
  font-size: 1.75em;
  font-family: Material Design Iconic Font;
  position: relative;
  z-index: 1;
  top: -15px;
  background-color: #fff;
  padding: 0 30px;
}
.type-post.format-link.df-standard-image-big-skny .entry-header {
  text-align: left;
}
.df-image-left.format-link .df-post-content,
.df-image-right.format-link .df-post-content {
  float: none;
  width: 100%;
}
.widget_dahz_post_formats .format-link .entry-content {
  text-align: center;
}
.widget_dahz_post_formats .format-link h1 {
  margin: 0;
}
.widget_dahz_post_formats .format-link .entry-header {
  text-align: left;
  padding: 30px 0 0 !important;
}
.df_grid_fit .type-post.format-link .entry-header {
  padding: 0 !important;
  text-align: left;
}
/**
 * 13.16.7.1 Link Responsive
 */
@media only screen and (max-width: 959px) {
  .type-post.format-link .entry-header {
    padding: 30px 0 0 !important;
  }
}
/**
 * 13.16.8 Post Formats Status
 */
.type-post.format-status .entry-summary {
  position: relative;
  text-align: center;
  padding: 30px 30px 0;
}
.type-post.format-status .entry-summary iframe {
  margin: 0 auto 30px !important;
}
.type-post.format-status .entry-summary .df-share-content {
  margin: 0 -30px;
}
.df_grid_fit .type-post.format-status .entry-summary {
  padding: 0;
}
.df_grid_fit .type-post.format-status .entry-summary .df-share-content {
  margin: 0;
}
.status-icon {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.status-icon:before {
  content: "\f106";
  font-size: 1.75em;
  font-family: Material Design Iconic Font;
  position: relative;
  z-index: 1;
  top: -15px;
  background-color: #fff;
  padding: 0 30px;
}
.type-post.format-status.df-standard-image-big-skny .entry-summary {
  text-align: left;
}
.type-post.format-status.df-standard-image-big-skny .entry-summary .df-share-content {
  margin: 0;
}
.df-image-left.format-status .df-post-content,
.df-image-right.format-status .df-post-content {
  float: none;
  width: 100%;
}
.widget_dahz_post_formats .format-status .entry-content {
  text-align: center;
  padding: 0;
}
/**
 * 13.16.8.1 Status Responsive
 */
@media only screen and (max-width: 959px) {
  .type-post.format-status .entry-summary {
    padding: 30px 0 0;
  }
  .type-post.format-status .entry-summary .df-share-content {
    margin: 0;
  }
}
/**
 * 13.16.8.2 Status Twitter
 */
iframe.twitter-tweet {
  max-width: 100%!important;
}
/**
 * 14. Navigation
 */
.primary-navibar {
  position: relative;
  display: block;
}
.df-navi {
  margin: 0;
  line-height: 1.875;
  display: inline-block;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.main-navigation a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
}
.site-header .main-navigation > ul > li > a {
  padding: 0 15px 15px;
}
.site-header:not(.sticky-scroll-nav) .main-navigation > ul > li > a:hover {
  color: inherit;
}
.main-navigation > ul > li > a:hover {
  opacity: .6;
}
.main-navigation ul ul,
.languages-list {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin: 0;
  background: #fff;
  display: none;
  position: absolute;
  z-index: 99999;
  float: left;
  left: 0;
  line-height: 1.875;
  text-align: left;
  padding: 25px 15px 15px;
  min-width: 250px;
  margin-left: -15px;
}
.main-navigation ul ul ul {
  top: 0;
  left: 100%;
  margin: -15px 0px 0px;
}
.main-navigation ul ul li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.main-navigation ul ul a {
  display: inline-block;
  margin: 0px 15px;
  padding: 0;
  line-height: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-navigation ul ul a:after {
  content: 'aaa';
  border-bottom: 2px solid transparent;
  line-height: 0px;
  display: block;
  font-size: 0;
  width: 0px;
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.main-navigation ul ul a:hover:after {
  width: 100%;
}
.main-navigation > ul > .current_page_ancestor > a,
.main-navigation > ul > .current_page_item > a {
  opacity: .6;
}
.main-navigation > ul > .current_page_ancestor > a:hover,
.main-navigation > ul > .current_page_item > a:hover {
  opacity: .6;
}
.main-navigation ul ul li.has-children > a:before {
  content: "\f105";
  position: absolute;
  right: 30px;
  font-family: 'fontAwesome';
}
.sub-nav li {
  display: block;
}
.main-navigation li:hover > ul {
  display: block;
}
.df-topbar .main-navigation li:hover > ul,
.site-header .main-navigation li:hover > ul {
  -moz-animation: fadeIn 0.3s ease-in-out;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
/**
 * 14.1 button main navigation
 */
.main-navigation .button a {
  padding: 0px!important;
  color: inherit!important;
  opacity: 1!important;
}
.main-navigation .button {
  padding: 0.625em 1.125em!important;
}
.main-navigation .button:hover a {
  color: inherit;
}
/**
 * 14.2 Top Navigation
 */
.top-navigation {
  margin: 0px;
}
/**
 * 14.3 Sticky Navigation
 */
.sticky-scroll-nav {
  background: #fbfbfb;
}
.sticky-scroll-nav .main-navigation,
.sticky-scroll-nav .site-misc-tools,
.sticky-scroll-nav .df-sitename img {
  height: 30px;
  line-height: 30px;
  width: auto;
}
.sticky-scroll-nav .df-sitename.diff_logo img {
  height: auto;
  max-height: 30px;
}
/**
 * 14.4 Misc Tools
 */
.site-misc-tools {
  text-align: center;
  vertical-align: middle;
}
.site-misc-tools ul {
  list-style: none;
  margin: 0;
}
.site-misc-tools ul li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0px 0px 0px 15px;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 24px;
}
.site-misc-tools ul li:hover i {
  opacity: .6;
}
.wpml-languages {
  position: relative;
  line-height: 30px;
}
.languages-list {
  right: 0;
  left: auto;
}
.languages-list:hover {
  opacity: 1;
}
.languages-list li {
  display: block !important;
  padding-left: 0;
}
/**
 * 14.5 anchor bullet container
 */
.anchor-bullet-container {
  position: fixed;
  top: 45%;
  right: 40px;
  z-index: 9;
  text-align: right;
  cursor: pointer;
}
.anchor-bullet-container a {
  display: block;
  position: relative;
}
.anchor-bullet-container a span {
  opacity: 0;
  text-transform: capitalize;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anchor-bullet-container a i {
  margin-left: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anchor-bullet-container a:hover span {
  opacity: 1;
}
/**
 * 14.6 responsive navigation
 */
@media only screen and (max-width: 480px) {
  .ui.wide.left.sidebar,
  .ui.wide.right.sidebar {
    width: 260px;
  }
  .anchor-bullet-container {
    display: none;
  }
}
/**
 * 14.7 Navbar Split
 */
.df-navibar-split-active .df-header-inner {
  display: table;
  position: relative;
}
.navbar-col.left-menu,
.navbar-col.right-menu {
  display: table-cell;
  width: 50%;
}
.navbar-col.branding-menu {
  min-width: 270px;
}
.navbar-col.left-menu .main-navigation {
  text-align: right;
}
.navbar-col {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.df-navibar-split-active .site-misc-tools {
  position: absolute;
  right: 0;
}
.df-navibar-split-active .widepad .site-misc-tools {
  right: 15px;
}
/**
 * 14.7.1 Navbar Split Responsive
 */
@media only screen and (max-width: 959px) {
  .navbar-col.left-menu,
  .navbar-col.right-menu {
    display: none;
  }
}
/**
 * 14.8 Navbar Center
 */
.df-navibar-center-active .main-navigation {
  margin-top: 30px;
}
.df-navibar-center-active .df-header-inner {
  position: relative;
}
.df-navibar-center-active .site-misc-tools {
  position: absolute;
  right: 0;
  top: 0;
}
.df-navibar-center-active .widepad .site-misc-tools {
  right: 15px;
}
/**
 * 14.9 navbar menu off canvas
 */
/**
 * 14.9.1 general style
 */
.ui.overlay.sidebar.navbar-off-canvas {
  z-index: 9999;
}
.navbar-off-canvas h1 {
  color: #fff;
}
.navbar-off-canvas .main-navigation,
.navbar-off-canvas .site-misc-tools {
  height: auto;
}
.navbar-off-canvas .main-navigation {
  margin: 0px;
}
.navbar-off-canvas .main-navigation ul ul a:after {
  display: none;
}
.navbar-off-canvas .main-navigation .current-menu-ancestor > a,
.navbar-off-canvas .main-navigation .current-menu-item > a {
  opacity: 1;
}
.navbar-off-canvas .main-navigation .current-menu-ancestor > a:hover,
.navbar-off-canvas .main-navigation .current-menu-item > a:hover {
  opacity: .6;
}
/**
 * 14.9.2 Whole Page
 */
body.pushable {
  background: #333333 !important;
}
/**
 * 14.9.3 style off-canvas-navigation
 */
.off-canvas-navigation {
  line-height: 2em;
  padding: 30px 0px 21px 30px;
  margin: 0px;
}
.off-canvas-navigation a {
  padding: 0px;
  margin: 0px 0px 9px!important;
  opacity: .6;
}
.off-canvas-navigation a:hover {
  opacity: 1!important;
}
.off-canvas-navigation li {
  display: block;
}
.off-canvas-navigation li:hover > ul {
  display: none;
}
.off-canvas-navigation .btnshow {
  width: 45px;
  padding-right: 15px;
}
.main-navigation .off-canvas-navigation ul {
  box-shadow: none;
  background: inherit;
  position: relative;
  float: none;
  padding: 0px 0px 0px 15px;
  left: 0px;
  min-width: inherit;
  margin: 0;
  line-height: 2em;
}
.main-navigation ul.off-canvas-navigation ul a {
  margin: 0px;
  max-width: 200px;
}
.pushable .header-wrapper .menu-section {
  z-index: 25;
}
@media only screen and (min-width: 993px) {
  body.df-boxed-layout-active {
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
  }
}
/**
 * 14.9.4 split menu
 */
#split-left-off-canvas-menu {
  padding-bottom: 0px;
}
#split-right-off-canvas-menu {
  padding-top: 0px;
}
/**
 * 14.9.5 mobile css
 */
.mobile-primary-navbar,
.site-misc-tools ul .df-mobile-off-canvas,
.mobile-top-off-canvas {
  display: none;
}
@media only screen and (max-width: 992px) {
  .navbar-off-canvas .main-navigation,
  .mobile-primary-navbar,
  .mobile-top-off-canvas {
    display: block!important;
  }
  .site-misc-tools ul .df-mobile-off-canvas {
    display: inline-block;
  }
  .off-canvas-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-off-canvas ul.df-social-connect {
    text-align: center;
    padding: 30px;
  }
  .navbar-off-canvas ul.df-social-connect li {
    float: none;
  }
}
/**
 * 14.10 navbar mega menu
 */
@media only screen and (min-width: 960px) {
  /*mega global*/
  .main-navigation .df-mega-menu {
    position: static;
  }
  .df-mega-menu .df_row-fluid [class*=df_span-] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .main-navigation .menu-subtitle {
    display: block;
    font-size: .8em;
    text-transform: none;
  }
  body .main-navigation .df-mega-menu a:after {
    position: relative;
  }
  .main-navigation .df-mega-menu .new-row {
    clear: left;
  }
  .main-navigation .df-mega-menu .df-mega-parent .sub-nav {
    display: block!important;
    position: relative;
    left: 0px;
    box-shadow: none;
    float: none;
    margin: 0;
    padding: 0px;
    min-width: inherit;
  }
  .main-navigation .df-mega-menu a {
    min-width: inherit;
  }
  .main-navigation .df-mega-menu .df-mega-parent .menu-item {
    width: 100%;
  }
  .df-mega-menu .sub-nav li:hover ul {
    -moz-animation: initial;
    -webkit-animation: initial;
    animation: initial;
  }
  /*mega menu full width*/
  .main-navigation .mega-full-width > .sub-nav {
    width: 100%;
    left: 0px !important;
    margin: 0px;
  }
  .main-navigation .mega-full-width .df-mega-parent {
    left: 0px;
  }
  .has-mega-menu.df-wide-layout-active .df-header-inner {
    position: relative;
  }
  /*mega menu auto width*/
  .main-navigation .mega-auto-width.mega-column-2 > .sub-nav {
    width: 40%;
  }
  .main-navigation .mega-auto-width.mega-column-3 > .sub-nav {
    width: 60%;
  }
  .main-navigation .mega-auto-width.mega-column-4 > .sub-nav {
    width: 80%;
  }
  .main-navigation .mega-auto-width.mega-column-5 > .sub-nav {
    width: 100%;
    left: 0px;
    margin: 0px;
  }
  .main-navigation .mega-auto-width.mega-column-6 > .sub-nav {
    width: 100%;
    left: 0px;
    margin: 0px;
  }
  .main-navigation .mega-auto-width .sub-nav {
    left: auto;
  }
  .has-mega-menu.df-boxed-layout-active .site-header {
    position: relative;
  }
  .main-navigation .mega-auto-width.mega-position-right > ul {
    margin-left: 15px;
  }
  .df-navibar-split-active.has-mega-menu .navbar-col {
    position: static;
  }
  /*mega menu misc*/
  .main-navigation .df-mega-menu > a > .mega-icon img {
    display: none;
  }
  .main-navigation .df-mega-menu-img > ul {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
  }
  .main-navigation .df-mega-menu-img-child {
    display: block;
  }
  .main-navigation .hide-mega-title > a span:not(.mega-icon) {
    display: none;
  }
  .main-navigation .mega-text-align-center .sub-nav {
    text-align: center;
  }
  .main-navigation .mega-text-align-right .sub-nav {
    text-align: right;
  }
  .main-navigation i.fa {
    padding-right: 5px;
  }
  .main-navigation .df-mega-menu > .sub-nav > li.has-children:not(.new-column) > a {
    font-weight: 700;
  }
  .main-navigation .df-mega-menu > .sub-nav > li.has-children a:before {
    display: none;
  }
}
/**
 * 15. Fancy Title
 */
#df-normal-header,
#df-fancy-header,
#df-slider-header {
  margin-bottom: 30px;
}
.df-page-header {
  background: #f4f4f4;
  overflow: hidden;
}
.df-page-header,
.df-fancy-header {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
}
.df-fancy-header-2 {
  border-left: 0;
  border-right: 0;
}
.df-header-container {
  display: table;
  width: 100%;
}
.df-header {
  padding: 30px 0;
  display: table-cell;
  vertical-align: middle;
}
.df-fancy-header .df-header,
.df-fancy-header-2 .df-header {
  width: 50%;
  vertical-align: middle;
}
#df-normal-header.title-center .df-header-wrap,
#df-fancy-header.title-center .df-header-wrap {
  display: table;
}
#df-normal-header.title-center .df-header-container,
#df-fancy-header.title-center .df-header-container {
  display: table-cell;
  vertical-align: middle;
}
.df-page-header.title-center .df-header,
.df-fancy-header-2.title-center .df-header,
.df-fancy-header-2.title-center .df-header-container,
.df-fancy-header.title-center .df-header,
.df-fancy-header.title-center .df-header-container {
  display: block;
  width: 100%;
  text-align: center;
}
.title-left .df-header {
  text-align: left;
}
.title-right .df-header {
  text-align: right;
}
.df-header h1,
.fancy-subtitle {
  margin: 0;
}
.title-left .breadcrumbs {
  text-align: right;
}
.title-right .breadcrumbs {
  text-align: left;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  opacity: .8;
  color: inherit;
}
.df-fancy-header-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  background-size: cover;
}
.mobile-true .df-fancy-header-parallax {
  background-attachment: scroll;
  background-position: center top!important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.df-fancy-header-video,
.df-fancy-header-video .df-header {
  position: relative;
  z-index: 1;
}
/**
 * 15.1 Fancy Title Responsive
 */
@media only screen and (max-width: 959px) {
  .df-header-wrap {
    display: table;
  }
  .df-header-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .df-header,
  .df-fancy-header .df-header,
  .df-fancy-header-2 .df-header,
  .title-left .df-header,
  .title-right .df-header {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/**
 * 16. Widget
 */
.widget {
  margin-bottom: 30px;
}
.widget li {
  margin: 0 0 5px;
  list-style-type: none;
  position: relative;
}
.widget .post-count {
  position: absolute;
  right: 0;
}
.widget ul ul {
  margin: 5px 0;
}
.widget table {
  width: 100%;
}
/**
 * 16.1 Popular Post
 */
.widget_dahz_popular_entries > a {
  display: inline-block;
  overflow: hidden;
  max-width: 70px;
  max-height: 70px;
}
.widget_dahz_popular_entries .post-favourite {
  position: absolute;
  right: 0;
  top: 0;
}
.widget_dahz_popular_entries .popular-section {
  vertical-align: top;
  padding-left: 90px;
}
.sidebar-off-canvas .widget_dahz_popular_entries .popular-section {
  padding: 0 25px 0 15px;
  width: 70%;
}
.widget_dahz_popular_entries .popularentries {
  width: 100%;
  margin-bottom: 15px;
}
.widget_dahz_popular_entries .popularentries img {
  min-width: 70px;
  width: 70px;
  max-width: 70px;
  margin-right: 20px;
  float: left;
}
/**
 * 16.2 Post Format Widget
 */
.widget_dahz_post_formats ul {
  margin-bottom: 20px;
}
.widget_dahz_post_formats li {
  margin-bottom: 15px;
}
.widget_dahz_post_formats li:last-child {
  margin-bottom: 0;
}
.widget_dahz_post_formats .entry-title {
  display: block;
  margin: 10px 0;
}
.widget_dahz_post_formats .format-image .entry-content {
  line-height: 0;
}
.widget_dahz_post_formats i {
  vertical-align: middle;
}
/**
 * 16.3 Calendar Widget
 */
.widget_calendar th,
.widget_calendar td {
  padding: 10px 13px;
}
.widget_calendar caption {
  font-weight: 700;
}
/**
 * 16.4 Recent Comment Widget
 */
.widget_dahz_recent_comments img {
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.widget_dahz_recent_comments .recentcomments {
  margin-bottom: 15px;
}
.widget_dahz_recent_comments h4 {
  margin-bottom: 0;
}
/**
 * 16.5 Recent Post Widget
 */
.widget_dahz_recent_entries .recententries {
  margin-bottom: 15px;
}
.widget_dahz_recent_entries .recententries h4 {
  margin: 0 0 10px;
}
.widget_dahz_recent_entries .recententries .df-content {
  overflow: auto;
}
.widget_dahz_recent_entries .df-widget-image {
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
/**
 * 16.6 Category Widget
 */
.selectric {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: transparent;
}
.selectric .label {
  color: inherit;
}
.selectric:hover .label {
  opacity: .8;
}
.selectricOpen .selectric {
  background: transparent;
}
/**
 * 16.7 Tag Widget
 */
.widget_tag_cloud a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 8px;
  margin-bottom: 5px;
  border-radius: 4px;
  color: inherit;
}
/**
 * 16.8 Custom Menu Widget
 */
.widget_nav_menu ul ul {
  margin: 0 0 0 15px;
  display: none;
}
.widget_nav_menu ul ul li:last-child,
.sidebar-off-canvas .widget_nav_menu ul ul {
  margin: 0;
}
/**
 * 16.9 Contact Info Widget
 */
.widget_contact .fa {
  margin-right: 10px;
}
.widget_contact {
  font-style: normal;
}
.widget_contact > span {
  display: block;
}
.widget_contact p {
  margin: 15px 0;
}
/**
 * 16.10 Search Widget
 */
.widget_search .search-form {
  position: relative;
}
.widget_search input[type="search"] {
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  font-weight: normal;
}
.widget_search button,
.search .search-form button {
  border: 0 !important;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 0;
  background: transparent!important;
  border: none!important;
  -webkit-box-shadow: 0px 6px transparent !important;
  -moz-box-shadow: 0px 6px transparent !important;
  -ms-box-shadow: 0px 6px transparent !important;
  -o-box-shadow: 0px 6px transparent !important;
  box-shadow: 0px 6px transparent !important;
  margin-bottom: 0;
}
/**
 * 16.11 Connect Widget
 */
.widget_dahz_subscribe .sc_big ul.df-social-connect li {
  height: 50px;
  margin-bottom: 1px;
}
.widget_dahz_subscribe .sc_big ul.df-social-connect li a {
  height: 50px;
  width: 50px;
}
.widget_dahz_subscribe .sc_big ul.df-social-connect li a:hover i {
  top: -45px;
}
.widget_dahz_subscribe .sc_big ul.df-social-connect a i {
  font-size: 24px;
  top: 6px;
}
.widget_dahz_subscribe ul.df-social-connect li {
  height: 36px;
  margin-bottom: 1px;
}
.widget_dahz_subscribe ul.df-social-connect li a {
  height: 36px;
  width: 36px;
}
.widget_dahz_subscribe ul.df-social-connect li a:hover i {
  top: -37px;
}
.widget_dahz_subscribe ul.df-social-connect a i {
  font-size: 16px;
  top: 0;
}
/**
 * 16.12 Icon Widget
 */
.icon-widget li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.icon-widget li:last-child {
  border-bottom: 0;
}
.icon-widget i,
.icon-widget span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.icon-widget i {
  margin-right: 10px;
}
/**
 * 16.13 Off Canvas Widget
 */
.df-sidebar-off-canvas {
  position: fixed;
  top: 50%;
  left: 0;
  width: 30px;
  height: 40px;
  font-size: 30px;
  cursor: pointer;
  z-index: 9909;
  display: block;
  color: #fff;
  border-radius: 0px 3px 3px 0px;
}
.df-sidebar-off-canvas em {
  position: relative;
  top: 5px;
}
.ui.overlay.sidebar.sidebar-off-canvas {
  z-index: 9999;
  background: #fff;
}
.sidebar-off-canvas .nano-content {
  padding: 20px;
}
/**
 * 16.14 WordPress Text Widget
 */
.widget_text .textwidget ol li {
  padding-left: 15px;
  list-style: decimal;
  list-style-type: decimal;
  list-style-position: inside;
}
.widget_text .textwidget ul li {
  padding-left: 15px;
  list-style: disc;
  list-style-type: disc;
  list-style-position: inside;
}
/**
 * 17. Comments Style
 */
.bypostauthor {
  display: block;
}
#comments .comments-title,
#comments .comment-navigation {
  margin-bottom: 30px;
}
#comments .comment-list {
  margin-top: 15px;
}
#comments .comment-list li {
  list-style-type: none;
}
#comments .avatar-picture img {
  display: block;
}
#comments .comment-author.name {
  margin-bottom: 0;
}
#comments .comments-date,
#comments .comment {
  margin-bottom: 30px;
}
#comments .comment-content {
  margin-left: 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#comments .comment-reply-link {
  margin-right: 15px;
}
#comments .comment-reply-link i,
#comments .edit i {
  margin-right: 5px;
}
#comments ul.children {
  margin: 30px 0px 30px 30px;
}
#comments .assistive-text {
  display: none;
}
#comments .form-fields span {
  display: block;
}
#comments textarea#comment {
  margin-bottom: 0;
}
#comments .submit {
  margin-bottom: 0;
}
#comments .edit a,
#comments .reply a {
  display: inline-block;
  margin-bottom: 30px;
}
.comments-area {
  margin-bottom: 30px;
}
.form-submit,
.comment-form {
  margin-bottom: 0px;
}
.comments-area ol .comment-respond {
  margin-bottom: 30px;
}
.comment-form input[type='text'],
.comment-form textarea {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  padding: 10px 10px;
}
/**
 * 17.1 Comment Style Mobile
 */
@media only screen and (max-width: 959px) {
  .avatar-picture {
    display: none;
  }
  #comments .comment-content {
    margin-left: 0;
  }
  #comments ul.children {
    margin: 30px 0px 30px 15px;
  }
}
/**
 * 18. Footer
 */
.df-footer {
  clear: both;
  padding: 10px;
}
/**
 * 18.1 hidden footer
 */
.df-hide-footer {
  display: none;
}
.footer-primary-widgets {
  background: #f4f4f4;
  padding: 50px 0;
}
.footer-primary-widgets a,
.footer-primary-widgets p,
.footer-primary-widgets h4 a {
  color: inherit!important;
}
.footer-primary-widgets a:hover {
  opacity: .8;
  color: inherit!important;
}
.footer-primary-widgets .tagcloud a:hover,
.footer-primary-widgets .df-social-connect a:hover {
  opacity: 1;
  color: #fff !important;
}
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  border: 1px solid;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
}
/**
 * 18.2 responsive footer
 */
@media only screen and (min-width: 992px) {
  .footer-widgets-wrapper {
    display: block!important;
  }
}
@media only screen and (max-width: 992px) {
  .footer-widgets-wrapper {
    display: none;
  }
  .df-hide-footer,
  .df-hide-footer span {
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 0px!important;
    margin: 0px;
    border: none!important;
    color: #fff!important;
  }
  .df-hide-footer span {
    font-size: 30px;
    padding: 16px 30px;
  }
  .df-hide-footer span:after {
    font-family: "Material Design Iconic Font";
    content: "\f2a3";
    font-weight: normal;
    background: none;
    color: inherit;
  }
  .df-hide-footer.onacc span:after {
    content: "\f2a2" !important;
  }
  .footer-primary-widgets .df_row-fluid > div {
    width: 50%;
  }
  .footer-primary-widgets .df_row-fluid > div:nth-child(3n+3) {
    clear: left;
  }
}
@media only screen and (max-width: 640px) {
  .footer-primary-widgets .df_row-fluid > div {
    width: 100%;
    clear: both;
  }
}
/**
 * 19. Ajax Search
 */
.universe-search:after {
  clear: both;
}
.universe-search .universe-search-close.ico-iphone:after,
.universe-search .universe-search-close:before {
  font-family: 'Material Design Iconic Font';
  content: "\f29a";
  font-size: 36px;
}
.js .universe-search {
  display: none;
}
.universe-search {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  z-index: 999999;
  border-top: 1px solid #ddd;
  zoom: 1;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 9px 50px rgba(129, 129, 129, 0.29);
  -moz-box-shadow: 0 9px 50px rgba(129, 129, 129, 0.29);
  -ms-box-shadow: 0 9px 50px rgba(129, 129, 129, 0.29);
  -o-box-shadow: 0 9px 50px rgba(129, 129, 129, 0.29);
  box-shadow: 0 9px 50px rgba(129, 129, 129, 0.29);
}
.universe-search .universe-search-close {
  position: absolute;
  top: 34px;
  right: 40px;
  cursor: pointer;
  z-index: 10000;
  font-size: 14px;
  padding: 0 4px;
}
.universe-search .universe-search-close:hover {
  opacity: .8;
}
.universe-search .universe-search-form {
  margin-top: 10%;
  padding-bottom: 15px;
  display: table;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-: translateY(50px);
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.universe-search .universe-search-form .universe-search-input {
  padding: 0;
  position: relative;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  z-index: 10;
  font-size: 2.375em;
  border: none;
  vertical-align: middle;
  outline: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.875;
}
.universe-search .universe-search-form .universe-search-input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.universe-search .universe-search-form input {
  display: table-cell;
}
.universe-search .universe-search-form .select-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
}
.universe-search .universe-search-results {
  clear: both;
  padding: 30px 0;
  position: relative;
}
.universe-search #result-not-found {
  padding-bottom: 28px;
}
.universe-search .ajax-search-result {
  display: table;
}
.universe-search .df-search-image {
  line-height: 0;
  border: none;
  padding: 0;
  margin: 0 20px 0 0;
  width: 80px;
  display: table-cell;
  float: left;
}
.universe-search .df-search-content {
  display: table-cell;
  vertical-align: top;
}
.universe-search .df-search-content p {
  margin: 0;
}
.universe-search .df-search-content h3 {
  margin: 0 0 10px;
}
.universe-search .ajax-search-result {
  margin-bottom: 30px;
  float: left;
}
.search-container-close {
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
}
.universe-search.ajax-search-active .universe-search-form {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.universe-search .search-post-on .byline,
.universe-search .df-category-content-post {
  border: none;
}
.universe-search .posted-on {
  margin-right: 5px;
}
.universe-search .byline {
  margin-left: 0;
}
@media only screen and (max-width: 959px) {
  .universe-search .df_container-fluid {
    width: 90%;
  }
  .ajax-search-select-text,
  .ajax-search-select-text .ajax-search-show,
  .ajax-search-select-text .ajax-search-select,
  .ajax-search-select-text .ajax-search-select .container-select-box,
  .ajax-search-select-text .ajax-search-select .container-select-box select {
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
    margin: 0px;
    margin-bottom: 11px;
  }
  .ajax-search-select-text .ajax-search-show {
    margin-bottom: 22px;
  }
  .universe-search .df-search-image {
    float: left;
  }
  .ajax-search-select-text {
    margin-top: 11px;
    display: none;
  }
  .universe-search .mobile-ajax-category {
    display: block;
    margin-top: 11px;
    text-align: center;
    position: relative;
  }
  .universe-search .universe-search-close {
    right: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .universe-search .universe-search-close {
    right: 0px;
    top: 10px;
  }
  .universe-search .universe-search-form {
    margin-top: 17%;
  }
  .universe-search .universe-search-form .universe-search-input {
    font-size: 1.2em;
  }
}
/**
 * 20. Utilities
 */
/**
 * 20.1 Floating & Alignment
 */
.col-full {
  *zoom: 1;
}
.col-full:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.col-full:before,
.col-full:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.col-left,
.alignleft,
.fl {
  float: left;
}
.col-right,
.alignright,
.fr {
  float: right;
}
.hide,
.screen-reader-text {
  display: none;
}
.alignleft,
.alignright {
  display: inline;
}
.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure {
  max-width: 100%;
}
/**
 * 20.2 Clear Floats
 */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
/**
 * 20.3 hide and show
 */
.hide {
  display: none!important;
}
.show {
  display: block;
}
.show-inline {
  display: inline;
}
/**
 * 20.4 embed iframe
 */
embed,
iframe {
  max-width: 100%;
}
/**
 * 20.5 global basic css .df
 */
.df_border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.df_border_bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.df_border_top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.df_square {
  border-radius: 0 !important;
}
.df_round {
  border-radius: 4px !important;
}
.df_pill {
  border-radius: 100px !important;
}
/**
 * 20.6 social connect
 */
ul.df-social-connect {
  margin: 0;
  height: auto;
  list-style-type: none;
}
ul.df-social-connect li {
  display: inline-block;
  float: left;
  margin-right: 1px;
  height: 36px;
}
ul.df-social-connect li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  transition: all 0.35s;
}
ul.df-social-connect li a i {
  margin-top: 0;
  display: block;
  height: 100%;
  position: relative;
  top: 0px;
  transition: top 0.35s;
  width: 100%;
  font-size: 16px;
  line-height: 36px;
}
ul.df-social-connect li a:hover i {
  top: -36px;
}
ul.df-social-connect.big-social li {
  height: 50px;
}
ul.df-social-connect.big-social li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
ul.df-social-connect.big-social li a i {
  font-size: 24px;
  line-height: 50px;
}
ul.df-social-connect.big-social li a:hover i {
  top: -50px;
}
/**
 * 20.7 brand icon color
 */
.facebook:hover {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}
.twitter:hover {
  color: #ffffff !important;
  background-color: #00aced !important;
}
.google:hover {
  color: #ffffff !important;
  background-color: #d14836 !important;
}
.youtube:hover {
  color: #ffffff !important;
  background-color: #cd322d !important;
}
.vimeo:hover {
  color: #ffffff !important;
  background-color: #44bbff !important;
}
.instagram:hover {
  color: #ffffff !important;
  background-color: #3f729b !important;
}
.pinterest:hover {
  color: #ffffff !important;
  background-color: #e41f11 !important;
}
.dribbble:hover {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}
.linkedin:hover {
  color: #ffffff !important;
  background-color: #007fb1 !important;
}
.tiktok:hover {
  color: #ffffff !important;
  background-color: #393f42 !important;
}
.rss:hover {
  color: #ffffff !important;
  background-color: #ff8300 !important;
}
.mail-to:hover {
  color: #ffffff !important;
  background-color: #049fb3 !important;
}
.tumblr:hover {
  color: #ffffff !important;
  background-color: #32506d !important;
}
.reddit:hover {
  color: #ffffff !important;
  background-color: #ff4500 !important;
}
.stumbleupon:hover {
  color: #ffffff !important;
  background-color: #ea4b24 !important;
}
/**
 * 20.8 WPCustomizer Highlighted element styling
 */
.highlighted-element {
  opacity: 1 !important;
}
.highlighted-element:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(28, 149, 230, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 20px 0px #1460e3 inset, 0 2px 50px 0 rgba(20, 96, 227, 0.5) inset;
  -moz-box-shadow: 0 0 20px 0px #1460e3 inset, 0 2px 50px 0 rgba(20, 96, 227, 0.5) inset;
  box-shadow: 0 0 20px 0px #1460e3 inset, 0 2px 50px 0 rgba(20, 96, 227, 0.5) inset;
}
/**
 * 20.9 wp admin bar
 */
#wpadminbar {
  opacity: .9;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#wpadminbar:hover {
  opacity: 1;
}
/**
 * 20.10 nano scroll
 */
.universe-search-results {
  height: 1000px;
}
.search-results-scroller,
.nano-scroller {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.search-results-scroller > .nano-content,
.nano-scroller > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-results-scroller > .nano-content:focus,
.nano-scroller > .nano-content:focus {
  outline: thin dotted;
}
.search-results-scroller > .nano-content::-webkit-scrollbar,
.nano-scroller > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.search-results-scroller > .nano-pane,
.nano-scroller > .nano-pane {
  /*background : rgba(0,0,0,.25);*/
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.search-results-scroller > .nano-pane > .nano-slider,
.nano-scroller > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 0 0 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.search-results-scroller:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed,
.nano-scroller:hover > .nano-pane {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
/**
 * 20.11 child pages
 */
.df-child-pages {
  margin: 0px;
  list-style: none;
}
.df-child-pages li {
  position: relative;
}
.df-child-pages ul {
  margin: 0px;
  display: none;
  list-style: none;
}
/**
 * 20.12 media print
 */
@media only print {
  h1,
  h2,
  h3,
  h4,
  h5,
  p,
  a {
    color: black!important;
  }
  body,
  .df-page-header,
  .df-footer {
    background: white!important;
    margin: 0;
    padding: 0px!important;
  }
  .df-topbar,
  .site-misc-tools,
  .df-navi,
  .breadcrumbs,
  .df-sidebar-off-canvas,
  .df-share-content,
  .post-pagination,
  .related-post,
  .footer-widgets-wrapper,
  .df-sidebar,
  .comment-respond,
  .form-clear-container,
  .reply,
  .edit,
  .perma {
    display: none!important;
  }
  .df-page-header,
  .df-header-container {
    min-height: inherit!important;
    height: auto!important;
    border: none!important;
  }
  .two-col-left .main-sidebar-container .df-main,
  .two-col-right .main-sidebar-container .df-main {
    width: 100%;
  }
  .df-header {
    padding: 10px;
  }
  .header-wrapper .menu-section.on-fixed-scroll {
    position: relative!important;
  }
  figure:not(.gallery-item) {
    width: auto!important;
    max-width: 100%!important;
  }
  pre {
    width: 100%;
    overflow: hidden;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
  }
}
/**
 * 20.13 btn show css
 */
.btnshow {
  right: 0px;
  top: 0px;
  width: 36px;
  height: 36px;
  position: absolute;
  text-align: center;
  cursor: pointer;
}
.top-navigation .btnshow {
  right: 0px;
  top: -9px;
  width: 40px;
  height: 30px;
  position: absolute;
  text-align: center;
}
span.btnshow:after {
  font-family: "fontAwesome";
  content: "\f107";
  font-weight: normal;
  background: none;
  font-size: 13px;
  padding: 2px 5px;
  color: inherit;
}
span.btnshow.onacc:after {
  font-family: "fontAwesome";
  content: "\f106";
}
/**
 * 20.14 owl stage cursor
 */
.owl-stage-outer {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
/**
 * 20.15 Footer wpbakery page builder
 */
.siteinfo .wpb_row {
  margin: 15px 0px!important;
}
@media only screen and (max-width: 768px) {
  .siteinfo * {
    text-align: center!important;
  }
}
@media only screen and (max-width: 768px) {
  .show-inline {
    display: block;
  }
}
/**
 * 20.16 Animation button 3D
 */
.df_button_3d .button,
.df_button_3d button:not(.fa):not(.vc_btn3-style-3d),
.df_button_3d input[type="submit"],
.df_button_3d input[type="reset"],
.df_button_3d input[type="button"] {
  top: 0;
}
.df_button_3d .button:hover,
.df_button_3d button:not(.fa):not(.vc_btn3-style-3d):hover,
.df_button_3d input[type="submit"]:hover,
.df_button_3d input[type="reset"]:hover,
.df_button_3d input[type="button"]:hover {
  top: 3px;
}
/**
 * 20.17 Featured Master Slider
 */
.df-slider-header .master-slider {
  margin-bottom: 30px !important;
}
/**
 * 21. Boxed layout
 */
.df-boxed-layout-active #wrapper {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/**
 * 22. Page loader
 */
.ajax_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.ajax_loader_1 {
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
}
.ajax_loader_2 {
  margin: -50% 0 0 -50%;
}
.one-page-landing.df-navibar-fixed-left-active .ajax_loader,
.one-page-landing.df-navibar-fixed-right-active .ajax_loader {
  margin-left: 0!important;
}
/**
 * 22.1 Page loader animation
 */
.ajax_loader .pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: #303030;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes scaleout {
  0% {
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes scaleout {
  0% {
    -ms-transform: scale(0);
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes scaleout {
  0% {
    -o-transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.ajax_loader .cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: #303030;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.ajax_loader .rotating_cubes {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  position: relative;
}
.ajax_loader .rotating_cubes .cube1,
.ajax_loader .rotating_cubes .cube2 {
  background-color: #303030;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}
.ajax_loader .rotating_cubes .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.ajax_loader .stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center;
  font-size: 10px;
}
.ajax_loader .stripes > div {
  background-color: #303030;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0 3px 0 0;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.ajax_loader .stripes .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.ajax_loader .stripes .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.ajax_loader .stripes .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.ajax_loader .stripes .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.ball-clip-rotate > div {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent!important;
  height: 35px;
  width: 35px;
  margin: -17px 0 0 -17px;
  background: transparent !important;
  display: inline-block;
  animation: rotate .75s linear 0s infinite;
  -webkit-animation: rotate .75s linear 0s  infinite;
  -moz-animation: rotate .75s linear 0s  infinite;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1);
    -webkit-transform: rotate(180deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1);
    -webkit-transform: rotate(180deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate-multiple {
  position: relative;
}
.ball-clip-rotate-multiple > div {
  position: absolute;
  left: 0px;
  top: 0px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent!important;
  border-top-color: transparent!important;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  margin: -30px 0 0 -30px;
  animation: rotate 1s ease-in-out 0s infinite;
  -webkit-animation: rotate 1s linear 0s  infinite;
  -moz-animation: rotate 1s linear 0s  infinite;
}
.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  border-bottom-color: transparent!important;
  border-top-color: transparent!important;
  animation: rotate_reverse 0.5s ease-in-out 0s infinite;
  -webkit-animation: rotate_reverse .5s linear 0s  infinite;
  -moz-animation: rotate_reverse .5s linear 0s  infinite;
}
@-webkit-keyframes rotate_reverse {
  0% {
    transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1);
    -webkit-transform: rotate(180deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
  }
}
@keyframes rotate_reverse {
  0% {
    transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1);
    -webkit-transform: rotate(180deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
  }
}
.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  display: inline-block;
  animation: line-scale-pulse-out-rapid 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  -webkit-animation: line-scale-pulse-out-rapid 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  -moz-animation: line-scale-pulse-out-rapid 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}
.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
  animation-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
  -moz-animation-delay: 0.25s !important;
}
.line-scale-pulse-out-rapid > div:nth-child(1),
.line-scale-pulse-out-rapid > div:nth-child(5) {
  animation-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  -moz-animation-delay: 0.5s !important;
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    transform: scaley(1);
  }
  80% {
    transform: scaley(0.3);
  }
  90% {
    transform: scaley(1);
  }
}
@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
  }
}
.ball-scale-ripple > div {
  height: 50px;
  width: 50px;
  margin: -25px 0px 0 -25px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -moz-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
@keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}
@-webkit-keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}
#error-page {
max-width: none !important; 
padding: inherit !important;
}

.df-header h1, .fancy-subtitle {
font-size: 40px !important;
padding-top: 40px;
}

.title-left .df-header {
padding-top: 120px;
}

h1 { border-bottom: none !important; }