
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */
html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */
audio, video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}

/* 1 */

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
}

/* 1 */

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

.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;
}

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

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

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

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

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

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

.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: .14285714em;
	text-align: center;
}

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

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

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

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

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

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

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

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

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

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

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

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

.fa-flip-horizontal {
	-ms-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 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

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

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

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

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

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

.fa-inverse {
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

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

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

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

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

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

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

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

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

.fa-stop-circle:before {
	content: "";
}

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

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

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

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

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

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

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

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

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

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

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

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

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

.sl-user:before {
	content: "";
}

.sl-people:before {
	content: "";
}

.sl-user-female:before {
	content: "";
}

.sl-user-follow:before {
	content: "";
}

.sl-user-following:before {
	content: "";
}

.sl-user-unfollow:before {
	content: "";
}

.sl-login:before {
	content: "";
}

.sl-logout:before {
	content: "";
}

.sl-emotsmile:before {
	content: "";
}

.sl-phone:before {
	content: "";
}

.sl-call-end:before {
	content: "";
}

.sl-call-in:before {
	content: "";
}

.sl-call-out:before {
	content: "";
}

.sl-map:before {
	content: "";
}

.sl-location-pin:before {
	content: "";
}

.sl-direction:before {
	content: "";
}

.sl-directions:before {
	content: "";
}

.sl-compass:before {
	content: "";
}

.sl-layers:before {
	content: "";
}

.sl-menu:before {
	content: "";
}

.sl-list:before {
	content: "";
}

.sl-options-vertical:before {
	content: "";
}

.sl-options:before {
	content: "";
}

.sl-arrow-down:before {
	content: "";
}

.sl-arrow-left:before {
	content: "";
}

.sl-arrow-right:before {
	content: "";
}

.sl-arrow-up:before {
	content: "";
}

.sl-arrow-up-circle:before {
	content: "";
}

.sl-arrow-left-circle:before {
	content: "";
}

.sl-arrow-right-circle:before {
	content: "";
}

.sl-arrow-down-circle:before {
	content: "";
}

.sl-check:before {
	content: "";
}

.sl-clock:before {
	content: "";
}

.sl-plus:before {
	content: "";
}

.sl-minus:before {
	content: "";
}

.sl-close:before {
	content: "";
}

.sl-event:before {
	content: "";
}

.sl-exclamation:before {
	content: "";
}

.sl-organization:before {
	content: "";
}

.sl-trophy:before {
	content: "";
}

.sl-screen-smartphone:before {
	content: "";
}

.sl-screen-desktop:before {
	content: "";
}

.sl-plane:before {
	content: "";
}

.sl-notebook:before {
	content: "";
}

.sl-mustache:before {
	content: "";
}

.sl-mouse:before {
	content: "";
}

.sl-magnet:before {
	content: "";
}

.sl-energy:before {
	content: "";
}

.sl-disc:before {
	content: "";
}

.sl-cursor:before {
	content: "";
}

.sl-cursor-move:before {
	content: "";
}

.sl-crop:before {
	content: "";
}

.sl-chemistry:before {
	content: "";
}

.sl-speedometer:before {
	content: "";
}

.sl-shield:before {
	content: "";
}

.sl-screen-tablet:before {
	content: "";
}

.sl-magic-wand:before {
	content: "";
}

.sl-hourglass:before {
	content: "";
}

.sl-graduation:before {
	content: "";
}

.sl-ghost:before {
	content: "";
}

.sl-game-controller:before {
	content: "";
}

.sl-fire:before {
	content: "";
}

.sl-eyeglass:before {
	content: "";
}

.sl-envelope-open:before {
	content: "";
}

.sl-envelope-letter:before {
	content: "";
}

.sl-bell:before {
	content: "";
}

.sl-badge:before {
	content: "";
}

.sl-anchor:before {
	content: "";
}

.sl-wallet:before {
	content: "";
}

.sl-vector:before {
	content: "";
}

.sl-speech:before {
	content: "";
}

.sl-puzzle:before {
	content: "";
}

.sl-printer:before {
	content: "";
}

.sl-present:before {
	content: "";
}

.sl-playlist:before {
	content: "";
}

.sl-pin:before {
	content: "";
}

.sl-picture:before {
	content: "";
}

.sl-handbag:before {
	content: "";
}

.sl-globe-alt:before {
	content: "";
}

.sl-globe:before {
	content: "";
}

.sl-folder-alt:before {
	content: "";
}

.sl-folder:before {
	content: "";
}

.sl-film:before {
	content: "";
}

.sl-feed:before {
	content: "";
}

.sl-drop:before {
	content: "";
}

.sl-drawer:before {
	content: "";
}

.sl-docs:before {
	content: "";
}

.sl-doc:before {
	content: "";
}

.sl-diamond:before {
	content: "";
}

.sl-cup:before {
	content: "";
}

.sl-calculator:before {
	content: "";
}

.sl-bubbles:before {
	content: "";
}

.sl-briefcase:before {
	content: "";
}

.sl-book-open:before {
	content: "";
}

.sl-basket-loaded:before {
	content: "";
}

.sl-basket:before {
	content: "";
}

.sl-bag:before {
	content: "";
}

.sl-action-undo:before {
	content: "";
}

.sl-action-redo:before {
	content: "";
}

.sl-wrench:before {
	content: "";
}

.sl-umbrella:before {
	content: "";
}

.sl-trash:before {
	content: "";
}

.sl-tag:before {
	content: "";
}

.sl-support:before {
	content: "";
}

.sl-frame:before {
	content: "";
}

.sl-size-fullscreen:before {
	content: "";
}

.sl-size-actual:before {
	content: "";
}

.sl-shuffle:before {
	content: "";
}

.sl-share-alt:before {
	content: "";
}

.sl-share:before {
	content: "";
}

.sl-rocket:before {
	content: "";
}

.sl-question:before {
	content: "";
}

.sl-pie-chart:before {
	content: "";
}

.sl-pencil:before {
	content: "";
}

.sl-note:before {
	content: "";
}

.sl-loop:before {
	content: "";
}

.sl-home:before {
	content: "";
}

.sl-grid:before {
	content: "";
}

.sl-graph:before {
	content: "";
}

.sl-microphone:before {
	content: "";
}

.sl-music-tone-alt:before {
	content: "";
}

.sl-music-tone:before {
	content: "";
}

.sl-earphones-alt:before {
	content: "";
}

.sl-earphones:before {
	content: "";
}

.sl-equalizer:before {
	content: "";
}

.sl-like:before {
	content: "";
}

.sl-dislike:before {
	content: "";
}

.sl-control-start:before {
	content: "";
}

.sl-control-rewind:before {
	content: "";
}

.sl-control-play:before {
	content: "";
}

.sl-control-pause:before {
	content: "";
}

.sl-control-forward:before {
	content: "";
}

.sl-control-end:before {
	content: "";
}

.sl-volume-1:before {
	content: "";
}

.sl-volume-2:before {
	content: "";
}

.sl-volume-off:before {
	content: "";
}

.sl-calendar:before {
	content: "";
}

.sl-bulb:before {
	content: "";
}

.sl-chart:before {
	content: "";
}

.sl-ban:before {
	content: "";
}

.sl-bubble:before {
	content: "";
}

.sl-camrecorder:before {
	content: "";
}

.sl-camera:before {
	content: "";
}

.sl-cloud-download:before {
	content: "";
}

.sl-cloud-upload:before {
	content: "";
}

.sl-envelope:before {
	content: "";
}

.sl-eye:before {
	content: "";
}

.sl-flag:before {
	content: "";
}

.sl-heart:before {
	content: "";
}

.sl-info:before {
	content: "";
}

.sl-key:before {
	content: "";
}

.sl-link:before {
	content: "";
}

.sl-lock:before {
	content: "";
}

.sl-lock-open:before {
	content: "";
}

.sl-magnifier:before {
	content: "";
}

.sl-magnifier-add:before {
	content: "";
}

.sl-magnifier-remove:before {
	content: "";
}

.sl-paper-clip:before {
	content: "";
}

.sl-paper-plane:before {
	content: "";
}

.sl-power:before {
	content: "";
}

.sl-refresh:before {
	content: "";
}

.sl-reload:before {
	content: "";
}

.sl-settings:before {
	content: "";
}

.sl-star:before {
	content: "";
}

.sl-symbol-female:before {
	content: "";
}

.sl-symbol-male:before {
	content: "";
}

.sl-target:before {
	content: "";
}

.sl-credit-card:before {
	content: "";
}

.sl-paypal:before {
	content: "";
}

.sl-social-tumblr:before {
	content: "";
}

.sl-social-twitter:before {
	content: "";
}

.sl-social-facebook:before {
	content: "";
}

.sl-social-instagram:before {
	content: "";
}

.sl-social-linkedin:before {
	content: "";
}

.sl-social-pinterest:before {
	content: "";
}

.sl-social-github:before {
	content: "";
}

.sl-social-google:before {
	content: "";
}

.sl-social-reddit:before {
	content: "";
}

.sl-social-skype:before {
	content: "";
}

.sl-social-dribbble:before {
	content: "";
}

.sl-social-behance:before {
	content: "";
}

.sl-social-foursqare:before {
	content: "";
}

.sl-social-soundcloud:before {
	content: "";
}

.sl-social-spotify:before {
	content: "";
}

.sl-social-stumbleupon:before {
	content: "";
}

.sl-social-youtube:before {
	content: "";
}

.sl-social-dropbox:before {
	content: "";
}

.sl-social-vkontakte:before {
	content: "";
}

.sl-social-steam:before {
	content: "";
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: "et-line";
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}

/* Use the following CSS code if you want to have a class per icon */

/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
	font-family: "et-line";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}

.icon-mobile:before {
	content: "";
}

.icon-laptop:before {
	content: "";
}

.icon-desktop:before {
	content: "";
}

.icon-tablet:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-document:before {
	content: "";
}

.icon-documents:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-clipboard:before {
	content: "";
}

.icon-newspaper:before {
	content: "";
}

.icon-notebook:before {
	content: "";
}

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

.icon-browser:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-presentation:before {
	content: "";
}

.icon-picture:before {
	content: "";
}

.icon-pictures:before {
	content: "";
}

.icon-video:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-printer:before {
	content: "";
}

.icon-toolbox:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-wallet:before {
	content: "";
}

.icon-gift:before {
	content: "";
}

.icon-bargraph:before {
	content: "";
}

.icon-grid:before {
	content: "";
}

.icon-expand:before {
	content: "";
}

.icon-focus:before {
	content: "";
}

.icon-edit:before {
	content: "";
}

.icon-adjustments:before {
	content: "";
}

.icon-ribbon:before {
	content: "";
}

.icon-hourglass:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-megaphone:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

.icon-trophy:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-map:before {
	content: "";
}

.icon-puzzle:before {
	content: "";
}

.icon-basket:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-streetsign:before {
	content: "";
}

.icon-telescope:before {
	content: "";
}

.icon-gears:before {
	content: "";
}

.icon-key:before {
	content: "";
}

.icon-paperclip:before {
	content: "";
}

.icon-attachment:before {
	content: "";
}

.icon-pricetags:before {
	content: "";
}

.icon-lightbulb:before {
	content: "";
}

.icon-layers:before {
	content: "";
}

.icon-pencil:before {
	content: "";
}

.icon-tools:before {
	content: "";
}

.icon-tools-2:before {
	content: "";
}

.icon-scissors:before {
	content: "";
}

.icon-paintbrush:before {
	content: "";
}

.icon-magnifying-glass:before {
	content: "";
}

.icon-circle-compass:before {
	content: "";
}

.icon-linegraph:before {
	content: "";
}

.icon-mic:before {
	content: "";
}

.icon-strategy:before {
	content: "";
}

.icon-beaker:before {
	content: "";
}

.icon-caution:before {
	content: "";
}

.icon-recycle:before {
	content: "";
}

.icon-anchor:before {
	content: "";
}

.icon-profile-male:before {
	content: "";
}

.icon-profile-female:before {
	content: "";
}

.icon-bike:before {
	content: "";
}

.icon-wine:before {
	content: "";
}

.icon-hotairballoon:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-genius:before {
	content: "";
}

.icon-map-pin:before {
	content: "";
}

.icon-dial:before {
	content: "";
}

.icon-chat:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-cloud:before {
	content: "";
}

.icon-upload:before {
	content: "";
}

.icon-download:before {
	content: "";
}

.icon-target:before {
	content: "";
}

.icon-hazardous:before {
	content: "";
}

.icon-piechart:before {
	content: "";
}

.icon-speedometer:before {
	content: "";
}

.icon-global:before {
	content: "";
}

.icon-compass:before {
	content: "";
}

.icon-lifesaver:before {
	content: "";
}

.icon-clock:before {
	content: "";
}

.icon-aperture:before {
	content: "";
}

.icon-quote:before {
	content: "";
}

.icon-scope:before {
	content: "";
}

.icon-alarmclock:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-happy:before {
	content: "";
}

.icon-sad:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-googleplus:before {
	content: "";
}

.icon-rss:before {
	content: "";
}

.icon-tumblr:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-dribbble:before {
	content: "";
}

.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
	content: "";
}

.ion-alert-circled:before {
	content: "";
}

.ion-android-add:before {
	content: "";
}

.ion-android-add-circle:before {
	content: "";
}

.ion-android-alarm-clock:before {
	content: "";
}

.ion-android-alert:before {
	content: "";
}

.ion-android-apps:before {
	content: "";
}

.ion-android-archive:before {
	content: "";
}

.ion-android-arrow-back:before {
	content: "";
}

.ion-android-arrow-down:before {
	content: "";
}

.ion-android-arrow-dropdown:before {
	content: "";
}

.ion-android-arrow-dropdown-circle:before {
	content: "";
}

.ion-android-arrow-dropleft:before {
	content: "";
}

.ion-android-arrow-dropleft-circle:before {
	content: "";
}

.ion-android-arrow-dropright:before {
	content: "";
}

.ion-android-arrow-dropright-circle:before {
	content: "";
}

.ion-android-arrow-dropup:before {
	content: "";
}

.ion-android-arrow-dropup-circle:before {
	content: "";
}

.ion-android-arrow-forward:before {
	content: "";
}

.ion-android-arrow-up:before {
	content: "";
}

.ion-android-attach:before {
	content: "";
}

.ion-android-bar:before {
	content: "";
}

.ion-android-bicycle:before {
	content: "";
}

.ion-android-boat:before {
	content: "";
}

.ion-android-bookmark:before {
	content: "";
}

.ion-android-bulb:before {
	content: "";
}

.ion-android-bus:before {
	content: "";
}

.ion-android-calendar:before {
	content: "";
}

.ion-android-call:before {
	content: "";
}

.ion-android-camera:before {
	content: "";
}

.ion-android-cancel:before {
	content: "";
}

.ion-android-car:before {
	content: "";
}

.ion-android-cart:before {
	content: "";
}

.ion-android-chat:before {
	content: "";
}

.ion-android-checkbox:before {
	content: "";
}

.ion-android-checkbox-blank:before {
	content: "";
}

.ion-android-checkbox-outline:before {
	content: "";
}

.ion-android-checkbox-outline-blank:before {
	content: "";
}

.ion-android-checkmark-circle:before {
	content: "";
}

.ion-android-clipboard:before {
	content: "";
}

.ion-android-close:before {
	content: "";
}

.ion-android-cloud:before {
	content: "";
}

.ion-android-cloud-circle:before {
	content: "";
}

.ion-android-cloud-done:before {
	content: "";
}

.ion-android-cloud-outline:before {
	content: "";
}

.ion-android-color-palette:before {
	content: "";
}

.ion-android-compass:before {
	content: "";
}

.ion-android-contact:before {
	content: "";
}

.ion-android-contacts:before {
	content: "";
}

.ion-android-contract:before {
	content: "";
}

.ion-android-create:before {
	content: "";
}

.ion-android-delete:before {
	content: "";
}

.ion-android-desktop:before {
	content: "";
}

.ion-android-document:before {
	content: "";
}

.ion-android-done:before {
	content: "";
}

.ion-android-done-all:before {
	content: "";
}

.ion-android-download:before {
	content: "";
}

.ion-android-drafts:before {
	content: "";
}

.ion-android-exit:before {
	content: "";
}

.ion-android-expand:before {
	content: "";
}

.ion-android-favorite:before {
	content: "";
}

.ion-android-favorite-outline:before {
	content: "";
}

.ion-android-film:before {
	content: "";
}

.ion-android-folder:before {
	content: "";
}

.ion-android-folder-open:before {
	content: "";
}

.ion-android-funnel:before {
	content: "";
}

.ion-android-globe:before {
	content: "";
}

.ion-android-hand:before {
	content: "";
}

.ion-android-hangout:before {
	content: "";
}

.ion-android-happy:before {
	content: "";
}

.ion-android-home:before {
	content: "";
}

.ion-android-image:before {
	content: "";
}

.ion-android-laptop:before {
	content: "";
}

.ion-android-list:before {
	content: "";
}

.ion-android-locate:before {
	content: "";
}

.ion-android-lock:before {
	content: "";
}

.ion-android-mail:before {
	content: "";
}

.ion-android-map:before {
	content: "";
}

.ion-android-menu:before {
	content: "";
}

.ion-android-microphone:before {
	content: "";
}

.ion-android-microphone-off:before {
	content: "";
}

.ion-android-more-horizontal:before {
	content: "";
}

.ion-android-more-vertical:before {
	content: "";
}

.ion-android-navigate:before {
	content: "";
}

.ion-android-notifications:before {
	content: "";
}

.ion-android-notifications-none:before {
	content: "";
}

.ion-android-notifications-off:before {
	content: "";
}

.ion-android-open:before {
	content: "";
}

.ion-android-options:before {
	content: "";
}

.ion-android-people:before {
	content: "";
}

.ion-android-person:before {
	content: "";
}

.ion-android-person-add:before {
	content: "";
}

.ion-android-phone-landscape:before {
	content: "";
}

.ion-android-phone-portrait:before {
	content: "";
}

.ion-android-pin:before {
	content: "";
}

.ion-android-plane:before {
	content: "";
}

.ion-android-playstore:before {
	content: "";
}

.ion-android-print:before {
	content: "";
}

.ion-android-radio-button-off:before {
	content: "";
}

.ion-android-radio-button-on:before {
	content: "";
}

.ion-android-refresh:before {
	content: "";
}

.ion-android-remove:before {
	content: "";
}

.ion-android-remove-circle:before {
	content: "";
}

.ion-android-restaurant:before {
	content: "";
}

.ion-android-sad:before {
	content: "";
}

.ion-android-search:before {
	content: "";
}

.ion-android-send:before {
	content: "";
}

.ion-android-settings:before {
	content: "";
}

.ion-android-share:before {
	content: "";
}

.ion-android-share-alt:before {
	content: "";
}

.ion-android-star:before {
	content: "";
}

.ion-android-star-half:before {
	content: "";
}

.ion-android-star-outline:before {
	content: "";
}

.ion-android-stopwatch:before {
	content: "";
}

.ion-android-subway:before {
	content: "";
}

.ion-android-sunny:before {
	content: "";
}

.ion-android-sync:before {
	content: "";
}

.ion-android-textsms:before {
	content: "";
}

.ion-android-time:before {
	content: "";
}

.ion-android-train:before {
	content: "";
}

.ion-android-unlock:before {
	content: "";
}

.ion-android-upload:before {
	content: "";
}

.ion-android-volume-down:before {
	content: "";
}

.ion-android-volume-mute:before {
	content: "";
}

.ion-android-volume-off:before {
	content: "";
}

.ion-android-volume-up:before {
	content: "";
}

.ion-android-walk:before {
	content: "";
}

.ion-android-warning:before {
	content: "";
}

.ion-android-watch:before {
	content: "";
}

.ion-android-wifi:before {
	content: "";
}

.ion-aperture:before {
	content: "";
}

.ion-archive:before {
	content: "";
}

.ion-arrow-down-a:before {
	content: "";
}

.ion-arrow-down-b:before {
	content: "";
}

.ion-arrow-down-c:before {
	content: "";
}

.ion-arrow-expand:before {
	content: "";
}

.ion-arrow-graph-down-left:before {
	content: "";
}

.ion-arrow-graph-down-right:before {
	content: "";
}

.ion-arrow-graph-up-left:before {
	content: "";
}

.ion-arrow-graph-up-right:before {
	content: "";
}

.ion-arrow-left-a:before {
	content: "";
}

.ion-arrow-left-b:before {
	content: "";
}

.ion-arrow-left-c:before {
	content: "";
}

.ion-arrow-move:before {
	content: "";
}

.ion-arrow-resize:before {
	content: "";
}

.ion-arrow-return-left:before {
	content: "";
}

.ion-arrow-return-right:before {
	content: "";
}

.ion-arrow-right-a:before {
	content: "";
}

.ion-arrow-right-b:before {
	content: "";
}

.ion-arrow-right-c:before {
	content: "";
}

.ion-arrow-shrink:before {
	content: "";
}

.ion-arrow-swap:before {
	content: "";
}

.ion-arrow-up-a:before {
	content: "";
}

.ion-arrow-up-b:before {
	content: "";
}

.ion-arrow-up-c:before {
	content: "";
}

.ion-asterisk:before {
	content: "";
}

.ion-at:before {
	content: "";
}

.ion-backspace:before {
	content: "";
}

.ion-backspace-outline:before {
	content: "";
}

.ion-bag:before {
	content: "";
}

.ion-battery-charging:before {
	content: "";
}

.ion-battery-empty:before {
	content: "";
}

.ion-battery-full:before {
	content: "";
}

.ion-battery-half:before {
	content: "";
}

.ion-battery-low:before {
	content: "";
}

.ion-beaker:before {
	content: "";
}

.ion-beer:before {
	content: "";
}

.ion-bluetooth:before {
	content: "";
}

.ion-bonfire:before {
	content: "";
}

.ion-bookmark:before {
	content: "";
}

.ion-bowtie:before {
	content: "";
}

.ion-briefcase:before {
	content: "";
}

.ion-bug:before {
	content: "";
}

.ion-calculator:before {
	content: "";
}

.ion-calendar:before {
	content: "";
}

.ion-camera:before {
	content: "";
}

.ion-card:before {
	content: "";
}

.ion-cash:before {
	content: "";
}

.ion-chatbox:before {
	content: "";
}

.ion-chatbox-working:before {
	content: "";
}

.ion-chatboxes:before {
	content: "";
}

.ion-chatbubble:before {
	content: "";
}

.ion-chatbubble-working:before {
	content: "";
}

.ion-chatbubbles:before {
	content: "";
}

.ion-checkmark:before {
	content: "";
}

.ion-checkmark-circled:before {
	content: "";
}

.ion-checkmark-round:before {
	content: "";
}

.ion-chevron-down:before {
	content: "";
}

.ion-chevron-left:before {
	content: "";
}

.ion-chevron-right:before {
	content: "";
}

.ion-chevron-up:before {
	content: "";
}

.ion-clipboard:before {
	content: "";
}

.ion-clock:before {
	content: "";
}

.ion-close:before {
	content: "";
}

.ion-close-circled:before {
	content: "";
}

.ion-close-round:before {
	content: "";
}

.ion-closed-captioning:before {
	content: "";
}

.ion-cloud:before {
	content: "";
}

.ion-code:before {
	content: "";
}

.ion-code-download:before {
	content: "";
}

.ion-code-working:before {
	content: "";
}

.ion-coffee:before {
	content: "";
}

.ion-compass:before {
	content: "";
}

.ion-compose:before {
	content: "";
}

.ion-connection-bars:before {
	content: "";
}

.ion-contrast:before {
	content: "";
}

.ion-crop:before {
	content: "";
}

.ion-cube:before {
	content: "";
}

.ion-disc:before {
	content: "";
}

.ion-document:before {
	content: "";
}

.ion-document-text:before {
	content: "";
}

.ion-drag:before {
	content: "";
}

.ion-earth:before {
	content: "";
}

.ion-easel:before {
	content: "";
}

.ion-edit:before {
	content: "";
}

.ion-egg:before {
	content: "";
}

.ion-eject:before {
	content: "";
}

.ion-email:before {
	content: "";
}

.ion-email-unread:before {
	content: "";
}

.ion-erlenmeyer-flask:before {
	content: "";
}

.ion-erlenmeyer-flask-bubbles:before {
	content: "";
}

.ion-eye:before {
	content: "";
}

.ion-eye-disabled:before {
	content: "";
}

.ion-female:before {
	content: "";
}

.ion-filing:before {
	content: "";
}

.ion-film-marker:before {
	content: "";
}

.ion-fireball:before {
	content: "";
}

.ion-flag:before {
	content: "";
}

.ion-flame:before {
	content: "";
}

.ion-flash:before {
	content: "";
}

.ion-flash-off:before {
	content: "";
}

.ion-folder:before {
	content: "";
}

.ion-fork:before {
	content: "";
}

.ion-fork-repo:before {
	content: "";
}

.ion-forward:before {
	content: "";
}

.ion-funnel:before {
	content: "";
}

.ion-gear-a:before {
	content: "";
}

.ion-gear-b:before {
	content: "";
}

.ion-grid:before {
	content: "";
}

.ion-hammer:before {
	content: "";
}

.ion-happy:before {
	content: "";
}

.ion-happy-outline:before {
	content: "";
}

.ion-headphone:before {
	content: "";
}

.ion-heart:before {
	content: "";
}

.ion-heart-broken:before {
	content: "";
}

.ion-help:before {
	content: "";
}

.ion-help-buoy:before {
	content: "";
}

.ion-help-circled:before {
	content: "";
}

.ion-home:before {
	content: "";
}

.ion-icecream:before {
	content: "";
}

.ion-image:before {
	content: "";
}

.ion-images:before {
	content: "";
}

.ion-information:before {
	content: "";
}

.ion-information-circled:before {
	content: "";
}

.ion-ionic:before {
	content: "";
}

.ion-ios-alarm:before {
	content: "";
}

.ion-ios-alarm-outline:before {
	content: "";
}

.ion-ios-albums:before {
	content: "";
}

.ion-ios-albums-outline:before {
	content: "";
}

.ion-ios-americanfootball:before {
	content: "";
}

.ion-ios-americanfootball-outline:before {
	content: "";
}

.ion-ios-analytics:before {
	content: "";
}

.ion-ios-analytics-outline:before {
	content: "";
}

.ion-ios-arrow-back:before {
	content: "";
}

.ion-ios-arrow-down:before {
	content: "";
}

.ion-ios-arrow-forward:before {
	content: "";
}

.ion-ios-arrow-left:before {
	content: "";
}

.ion-ios-arrow-right:before {
	content: "";
}

.ion-ios-arrow-thin-down:before {
	content: "";
}

.ion-ios-arrow-thin-left:before {
	content: "";
}

.ion-ios-arrow-thin-right:before {
	content: "";
}

.ion-ios-arrow-thin-up:before {
	content: "";
}

.ion-ios-arrow-up:before {
	content: "";
}

.ion-ios-at:before {
	content: "";
}

.ion-ios-at-outline:before {
	content: "";
}

.ion-ios-barcode:before {
	content: "";
}

.ion-ios-barcode-outline:before {
	content: "";
}

.ion-ios-baseball:before {
	content: "";
}

.ion-ios-baseball-outline:before {
	content: "";
}

.ion-ios-basketball:before {
	content: "";
}

.ion-ios-basketball-outline:before {
	content: "";
}

.ion-ios-bell:before {
	content: "";
}

.ion-ios-bell-outline:before {
	content: "";
}

.ion-ios-body:before {
	content: "";
}

.ion-ios-body-outline:before {
	content: "";
}

.ion-ios-bolt:before {
	content: "";
}

.ion-ios-bolt-outline:before {
	content: "";
}

.ion-ios-book:before {
	content: "";
}

.ion-ios-book-outline:before {
	content: "";
}

.ion-ios-bookmarks:before {
	content: "";
}

.ion-ios-bookmarks-outline:before {
	content: "";
}

.ion-ios-box:before {
	content: "";
}

.ion-ios-box-outline:before {
	content: "";
}

.ion-ios-briefcase:before {
	content: "";
}

.ion-ios-briefcase-outline:before {
	content: "";
}

.ion-ios-browsers:before {
	content: "";
}

.ion-ios-browsers-outline:before {
	content: "";
}

.ion-ios-calculator:before {
	content: "";
}

.ion-ios-calculator-outline:before {
	content: "";
}

.ion-ios-calendar:before {
	content: "";
}

.ion-ios-calendar-outline:before {
	content: "";
}

.ion-ios-camera:before {
	content: "";
}

.ion-ios-camera-outline:before {
	content: "";
}

.ion-ios-cart:before {
	content: "";
}

.ion-ios-cart-outline:before {
	content: "";
}

.ion-ios-chatboxes:before {
	content: "";
}

.ion-ios-chatboxes-outline:before {
	content: "";
}

.ion-ios-chatbubble:before {
	content: "";
}

.ion-ios-chatbubble-outline:before {
	content: "";
}

.ion-ios-checkmark:before {
	content: "";
}

.ion-ios-checkmark-empty:before {
	content: "";
}

.ion-ios-checkmark-outline:before {
	content: "";
}

.ion-ios-circle-filled:before {
	content: "";
}

.ion-ios-circle-outline:before {
	content: "";
}

.ion-ios-clock:before {
	content: "";
}

.ion-ios-clock-outline:before {
	content: "";
}

.ion-ios-close:before {
	content: "";
}

.ion-ios-close-empty:before {
	content: "";
}

.ion-ios-close-outline:before {
	content: "";
}

.ion-ios-cloud:before {
	content: "";
}

.ion-ios-cloud-download:before {
	content: "";
}

.ion-ios-cloud-download-outline:before {
	content: "";
}

.ion-ios-cloud-outline:before {
	content: "";
}

.ion-ios-cloud-upload:before {
	content: "";
}

.ion-ios-cloud-upload-outline:before {
	content: "";
}

.ion-ios-cloudy:before {
	content: "";
}

.ion-ios-cloudy-night:before {
	content: "";
}

.ion-ios-cloudy-night-outline:before {
	content: "";
}

.ion-ios-cloudy-outline:before {
	content: "";
}

.ion-ios-cog:before {
	content: "";
}

.ion-ios-cog-outline:before {
	content: "";
}

.ion-ios-color-filter:before {
	content: "";
}

.ion-ios-color-filter-outline:before {
	content: "";
}

.ion-ios-color-wand:before {
	content: "";
}

.ion-ios-color-wand-outline:before {
	content: "";
}

.ion-ios-compose:before {
	content: "";
}

.ion-ios-compose-outline:before {
	content: "";
}

.ion-ios-contact:before {
	content: "";
}

.ion-ios-contact-outline:before {
	content: "";
}

.ion-ios-copy:before {
	content: "";
}

.ion-ios-copy-outline:before {
	content: "";
}

.ion-ios-crop:before {
	content: "";
}

.ion-ios-crop-strong:before {
	content: "";
}

.ion-ios-download:before {
	content: "";
}

.ion-ios-download-outline:before {
	content: "";
}

.ion-ios-drag:before {
	content: "";
}

.ion-ios-email:before {
	content: "";
}

.ion-ios-email-outline:before {
	content: "";
}

.ion-ios-eye:before {
	content: "";
}

.ion-ios-eye-outline:before {
	content: "";
}

.ion-ios-fastforward:before {
	content: "";
}

.ion-ios-fastforward-outline:before {
	content: "";
}

.ion-ios-filing:before {
	content: "";
}

.ion-ios-filing-outline:before {
	content: "";
}

.ion-ios-film:before {
	content: "";
}

.ion-ios-film-outline:before {
	content: "";
}

.ion-ios-flag:before {
	content: "";
}

.ion-ios-flag-outline:before {
	content: "";
}

.ion-ios-flame:before {
	content: "";
}

.ion-ios-flame-outline:before {
	content: "";
}

.ion-ios-flask:before {
	content: "";
}

.ion-ios-flask-outline:before {
	content: "";
}

.ion-ios-flower:before {
	content: "";
}

.ion-ios-flower-outline:before {
	content: "";
}

.ion-ios-folder:before {
	content: "";
}

.ion-ios-folder-outline:before {
	content: "";
}

.ion-ios-football:before {
	content: "";
}

.ion-ios-football-outline:before {
	content: "";
}

.ion-ios-game-controller-a:before {
	content: "";
}

.ion-ios-game-controller-a-outline:before {
	content: "";
}

.ion-ios-game-controller-b:before {
	content: "";
}

.ion-ios-game-controller-b-outline:before {
	content: "";
}

.ion-ios-gear:before {
	content: "";
}

.ion-ios-gear-outline:before {
	content: "";
}

.ion-ios-glasses:before {
	content: "";
}

.ion-ios-glasses-outline:before {
	content: "";
}

.ion-ios-grid-view:before {
	content: "";
}

.ion-ios-grid-view-outline:before {
	content: "";
}

.ion-ios-heart:before {
	content: "";
}

.ion-ios-heart-outline:before {
	content: "";
}

.ion-ios-help:before {
	content: "";
}

.ion-ios-help-empty:before {
	content: "";
}

.ion-ios-help-outline:before {
	content: "";
}

.ion-ios-home:before {
	content: "";
}

.ion-ios-home-outline:before {
	content: "";
}

.ion-ios-infinite:before {
	content: "";
}

.ion-ios-infinite-outline:before {
	content: "";
}

.ion-ios-information:before {
	content: "";
}

.ion-ios-information-empty:before {
	content: "";
}

.ion-ios-information-outline:before {
	content: "";
}

.ion-ios-ionic-outline:before {
	content: "";
}

.ion-ios-keypad:before {
	content: "";
}

.ion-ios-keypad-outline:before {
	content: "";
}

.ion-ios-lightbulb:before {
	content: "";
}

.ion-ios-lightbulb-outline:before {
	content: "";
}

.ion-ios-list:before {
	content: "";
}

.ion-ios-list-outline:before {
	content: "";
}

.ion-ios-location:before {
	content: "";
}

.ion-ios-location-outline:before {
	content: "";
}

.ion-ios-locked:before {
	content: "";
}

.ion-ios-locked-outline:before {
	content: "";
}

.ion-ios-loop:before {
	content: "";
}

.ion-ios-loop-strong:before {
	content: "";
}

.ion-ios-medical:before {
	content: "";
}

.ion-ios-medical-outline:before {
	content: "";
}

.ion-ios-medkit:before {
	content: "";
}

.ion-ios-medkit-outline:before {
	content: "";
}

.ion-ios-mic:before {
	content: "";
}

.ion-ios-mic-off:before {
	content: "";
}

.ion-ios-mic-outline:before {
	content: "";
}

.ion-ios-minus:before {
	content: "";
}

.ion-ios-minus-empty:before {
	content: "";
}

.ion-ios-minus-outline:before {
	content: "";
}

.ion-ios-monitor:before {
	content: "";
}

.ion-ios-monitor-outline:before {
	content: "";
}

.ion-ios-moon:before {
	content: "";
}

.ion-ios-moon-outline:before {
	content: "";
}

.ion-ios-more:before {
	content: "";
}

.ion-ios-more-outline:before {
	content: "";
}

.ion-ios-musical-note:before {
	content: "";
}

.ion-ios-musical-notes:before {
	content: "";
}

.ion-ios-navigate:before {
	content: "";
}

.ion-ios-navigate-outline:before {
	content: "";
}

.ion-ios-nutrition:before {
	content: "";
}

.ion-ios-nutrition-outline:before {
	content: "";
}

.ion-ios-paper:before {
	content: "";
}

.ion-ios-paper-outline:before {
	content: "";
}

.ion-ios-paperplane:before {
	content: "";
}

.ion-ios-paperplane-outline:before {
	content: "";
}

.ion-ios-partlysunny:before {
	content: "";
}

.ion-ios-partlysunny-outline:before {
	content: "";
}

.ion-ios-pause:before {
	content: "";
}

.ion-ios-pause-outline:before {
	content: "";
}

.ion-ios-paw:before {
	content: "";
}

.ion-ios-paw-outline:before {
	content: "";
}

.ion-ios-people:before {
	content: "";
}

.ion-ios-people-outline:before {
	content: "";
}

.ion-ios-person:before {
	content: "";
}

.ion-ios-person-outline:before {
	content: "";
}

.ion-ios-personadd:before {
	content: "";
}

.ion-ios-personadd-outline:before {
	content: "";
}

.ion-ios-photos:before {
	content: "";
}

.ion-ios-photos-outline:before {
	content: "";
}

.ion-ios-pie:before {
	content: "";
}

.ion-ios-pie-outline:before {
	content: "";
}

.ion-ios-pint:before {
	content: "";
}

.ion-ios-pint-outline:before {
	content: "";
}

.ion-ios-play:before {
	content: "";
}

.ion-ios-play-outline:before {
	content: "";
}

.ion-ios-plus:before {
	content: "";
}

.ion-ios-plus-empty:before {
	content: "";
}

.ion-ios-plus-outline:before {
	content: "";
}

.ion-ios-pricetag:before {
	content: "";
}

.ion-ios-pricetag-outline:before {
	content: "";
}

.ion-ios-pricetags:before {
	content: "";
}

.ion-ios-pricetags-outline:before {
	content: "";
}

.ion-ios-printer:before {
	content: "";
}

.ion-ios-printer-outline:before {
	content: "";
}

.ion-ios-pulse:before {
	content: "";
}

.ion-ios-pulse-strong:before {
	content: "";
}

.ion-ios-rainy:before {
	content: "";
}

.ion-ios-rainy-outline:before {
	content: "";
}

.ion-ios-recording:before {
	content: "";
}

.ion-ios-recording-outline:before {
	content: "";
}

.ion-ios-redo:before {
	content: "";
}

.ion-ios-redo-outline:before {
	content: "";
}

.ion-ios-refresh:before {
	content: "";
}

.ion-ios-refresh-empty:before {
	content: "";
}

.ion-ios-refresh-outline:before {
	content: "";
}

.ion-ios-reload:before {
	content: "";
}

.ion-ios-reverse-camera:before {
	content: "";
}

.ion-ios-reverse-camera-outline:before {
	content: "";
}

.ion-ios-rewind:before {
	content: "";
}

.ion-ios-rewind-outline:before {
	content: "";
}

.ion-ios-rose:before {
	content: "";
}

.ion-ios-rose-outline:before {
	content: "";
}

.ion-ios-search:before {
	content: "";
}

.ion-ios-search-strong:before {
	content: "";
}

.ion-ios-settings:before {
	content: "";
}

.ion-ios-settings-strong:before {
	content: "";
}

.ion-ios-shuffle:before {
	content: "";
}

.ion-ios-shuffle-strong:before {
	content: "";
}

.ion-ios-skipbackward:before {
	content: "";
}

.ion-ios-skipbackward-outline:before {
	content: "";
}

.ion-ios-skipforward:before {
	content: "";
}

.ion-ios-skipforward-outline:before {
	content: "";
}

.ion-ios-snowy:before {
	content: "";
}

.ion-ios-speedometer:before {
	content: "";
}

.ion-ios-speedometer-outline:before {
	content: "";
}

.ion-ios-star:before {
	content: "";
}

.ion-ios-star-half:before {
	content: "";
}

.ion-ios-star-outline:before {
	content: "";
}

.ion-ios-stopwatch:before {
	content: "";
}

.ion-ios-stopwatch-outline:before {
	content: "";
}

.ion-ios-sunny:before {
	content: "";
}

.ion-ios-sunny-outline:before {
	content: "";
}

.ion-ios-telephone:before {
	content: "";
}

.ion-ios-telephone-outline:before {
	content: "";
}

.ion-ios-tennisball:before {
	content: "";
}

.ion-ios-tennisball-outline:before {
	content: "";
}

.ion-ios-thunderstorm:before {
	content: "";
}

.ion-ios-thunderstorm-outline:before {
	content: "";
}

.ion-ios-time:before {
	content: "";
}

.ion-ios-time-outline:before {
	content: "";
}

.ion-ios-timer:before {
	content: "";
}

.ion-ios-timer-outline:before {
	content: "";
}

.ion-ios-toggle:before {
	content: "";
}

.ion-ios-toggle-outline:before {
	content: "";
}

.ion-ios-trash:before {
	content: "";
}

.ion-ios-trash-outline:before {
	content: "";
}

.ion-ios-undo:before {
	content: "";
}

.ion-ios-undo-outline:before {
	content: "";
}

.ion-ios-unlocked:before {
	content: "";
}

.ion-ios-unlocked-outline:before {
	content: "";
}

.ion-ios-upload:before {
	content: "";
}

.ion-ios-upload-outline:before {
	content: "";
}

.ion-ios-videocam:before {
	content: "";
}

.ion-ios-videocam-outline:before {
	content: "";
}

.ion-ios-volume-high:before {
	content: "";
}

.ion-ios-volume-low:before {
	content: "";
}

.ion-ios-wineglass:before {
	content: "";
}

.ion-ios-wineglass-outline:before {
	content: "";
}

.ion-ios-world:before {
	content: "";
}

.ion-ios-world-outline:before {
	content: "";
}

.ion-ipad:before {
	content: "";
}

.ion-iphone:before {
	content: "";
}

.ion-ipod:before {
	content: "";
}

.ion-jet:before {
	content: "";
}

.ion-key:before {
	content: "";
}

.ion-knife:before {
	content: "";
}

.ion-laptop:before {
	content: "";
}

.ion-leaf:before {
	content: "";
}

.ion-levels:before {
	content: "";
}

.ion-lightbulb:before {
	content: "";
}

.ion-link:before {
	content: "";
}

.ion-load-a:before {
	content: "";
}

.ion-load-b:before {
	content: "";
}

.ion-load-c:before {
	content: "";
}

.ion-load-d:before {
	content: "";
}

.ion-location:before {
	content: "";
}

.ion-lock-combination:before {
	content: "";
}

.ion-locked:before {
	content: "";
}

.ion-log-in:before {
	content: "";
}

.ion-log-out:before {
	content: "";
}

.ion-loop:before {
	content: "";
}

.ion-magnet:before {
	content: "";
}

.ion-male:before {
	content: "";
}

.ion-man:before {
	content: "";
}

.ion-map:before {
	content: "";
}

.ion-medkit:before {
	content: "";
}

.ion-merge:before {
	content: "";
}

.ion-mic-a:before {
	content: "";
}

.ion-mic-b:before {
	content: "";
}

.ion-mic-c:before {
	content: "";
}

.ion-minus:before {
	content: "";
}

.ion-minus-circled:before {
	content: "";
}

.ion-minus-round:before {
	content: "";
}

.ion-model-s:before {
	content: "";
}

.ion-monitor:before {
	content: "";
}

.ion-more:before {
	content: "";
}

.ion-mouse:before {
	content: "";
}

.ion-music-note:before {
	content: "";
}

.ion-navicon:before {
	content: "";
}

.ion-navicon-round:before {
	content: "";
}

.ion-navigate:before {
	content: "";
}

.ion-network:before {
	content: "";
}

.ion-no-smoking:before {
	content: "";
}

.ion-nuclear:before {
	content: "";
}

.ion-outlet:before {
	content: "";
}

.ion-paintbrush:before {
	content: "";
}

.ion-paintbucket:before {
	content: "";
}

.ion-paper-airplane:before {
	content: "";
}

.ion-paperclip:before {
	content: "";
}

.ion-pause:before {
	content: "";
}

.ion-person:before {
	content: "";
}

.ion-person-add:before {
	content: "";
}

.ion-person-stalker:before {
	content: "";
}

.ion-pie-graph:before {
	content: "";
}

.ion-pin:before {
	content: "";
}

.ion-pinpoint:before {
	content: "";
}

.ion-pizza:before {
	content: "";
}

.ion-plane:before {
	content: "";
}

.ion-planet:before {
	content: "";
}

.ion-play:before {
	content: "";
}

.ion-playstation:before {
	content: "";
}

.ion-plus:before {
	content: "";
}

.ion-plus-circled:before {
	content: "";
}

.ion-plus-round:before {
	content: "";
}

.ion-podium:before {
	content: "";
}

.ion-pound:before {
	content: "";
}

.ion-power:before {
	content: "";
}

.ion-pricetag:before {
	content: "";
}

.ion-pricetags:before {
	content: "";
}

.ion-printer:before {
	content: "";
}

.ion-pull-request:before {
	content: "";
}

.ion-qr-scanner:before {
	content: "";
}

.ion-quote:before {
	content: "";
}

.ion-radio-waves:before {
	content: "";
}

.ion-record:before {
	content: "";
}

.ion-refresh:before {
	content: "";
}

.ion-reply:before {
	content: "";
}

.ion-reply-all:before {
	content: "";
}

.ion-ribbon-a:before {
	content: "";
}

.ion-ribbon-b:before {
	content: "";
}

.ion-sad:before {
	content: "";
}

.ion-sad-outline:before {
	content: "";
}

.ion-scissors:before {
	content: "";
}

.ion-search:before {
	content: "";
}

.ion-settings:before {
	content: "";
}

.ion-share:before {
	content: "";
}

.ion-shuffle:before {
	content: "";
}

.ion-skip-backward:before {
	content: "";
}

.ion-skip-forward:before {
	content: "";
}

.ion-social-android:before {
	content: "";
}

.ion-social-android-outline:before {
	content: "";
}

.ion-social-angular:before {
	content: "";
}

.ion-social-angular-outline:before {
	content: "";
}

.ion-social-apple:before {
	content: "";
}

.ion-social-apple-outline:before {
	content: "";
}

.ion-social-bitcoin:before {
	content: "";
}

.ion-social-bitcoin-outline:before {
	content: "";
}

.ion-social-buffer:before {
	content: "";
}

.ion-social-buffer-outline:before {
	content: "";
}

.ion-social-chrome:before {
	content: "";
}

.ion-social-chrome-outline:before {
	content: "";
}

.ion-social-codepen:before {
	content: "";
}

.ion-social-codepen-outline:before {
	content: "";
}

.ion-social-css3:before {
	content: "";
}

.ion-social-css3-outline:before {
	content: "";
}

.ion-social-designernews:before {
	content: "";
}

.ion-social-designernews-outline:before {
	content: "";
}

.ion-social-dribbble:before {
	content: "";
}

.ion-social-dribbble-outline:before {
	content: "";
}

.ion-social-dropbox:before {
	content: "";
}

.ion-social-dropbox-outline:before {
	content: "";
}

.ion-social-euro:before {
	content: "";
}

.ion-social-euro-outline:before {
	content: "";
}

.ion-social-facebook:before {
	content: "";
}

.ion-social-facebook-outline:before {
	content: "";
}

.ion-social-foursquare:before {
	content: "";
}

.ion-social-foursquare-outline:before {
	content: "";
}

.ion-social-freebsd-devil:before {
	content: "";
}

.ion-social-github:before {
	content: "";
}

.ion-social-github-outline:before {
	content: "";
}

.ion-social-google:before {
	content: "";
}

.ion-social-google-outline:before {
	content: "";
}

.ion-social-googleplus:before {
	content: "";
}

.ion-social-googleplus-outline:before {
	content: "";
}

.ion-social-hackernews:before {
	content: "";
}

.ion-social-hackernews-outline:before {
	content: "";
}

.ion-social-html5:before {
	content: "";
}

.ion-social-html5-outline:before {
	content: "";
}

.ion-social-instagram:before {
	content: "";
}

.ion-social-instagram-outline:before {
	content: "";
}

.ion-social-javascript:before {
	content: "";
}

.ion-social-javascript-outline:before {
	content: "";
}

.ion-social-linkedin:before {
	content: "";
}

.ion-social-linkedin-outline:before {
	content: "";
}

.ion-social-markdown:before {
	content: "";
}

.ion-social-nodejs:before {
	content: "";
}

.ion-social-octocat:before {
	content: "";
}

.ion-social-pinterest:before {
	content: "";
}

.ion-social-pinterest-outline:before {
	content: "";
}

.ion-social-python:before {
	content: "";
}

.ion-social-reddit:before {
	content: "";
}

.ion-social-reddit-outline:before {
	content: "";
}

.ion-social-rss:before {
	content: "";
}

.ion-social-rss-outline:before {
	content: "";
}

.ion-social-sass:before {
	content: "";
}

.ion-social-skype:before {
	content: "";
}

.ion-social-skype-outline:before {
	content: "";
}

.ion-social-snapchat:before {
	content: "";
}

.ion-social-snapchat-outline:before {
	content: "";
}

.ion-social-tumblr:before {
	content: "";
}

.ion-social-tumblr-outline:before {
	content: "";
}

.ion-social-tux:before {
	content: "";
}

.ion-social-twitch:before {
	content: "";
}

.ion-social-twitch-outline:before {
	content: "";
}

.ion-social-twitter:before {
	content: "";
}

.ion-social-twitter-outline:before {
	content: "";
}

.ion-social-usd:before {
	content: "";
}

.ion-social-usd-outline:before {
	content: "";
}

.ion-social-vimeo:before {
	content: "";
}

.ion-social-vimeo-outline:before {
	content: "";
}

.ion-social-whatsapp:before {
	content: "";
}

.ion-social-whatsapp-outline:before {
	content: "";
}

.ion-social-windows:before {
	content: "";
}

.ion-social-windows-outline:before {
	content: "";
}

.ion-social-wordpress:before {
	content: "";
}

.ion-social-wordpress-outline:before {
	content: "";
}

.ion-social-yahoo:before {
	content: "";
}

.ion-social-yahoo-outline:before {
	content: "";
}

.ion-social-yen:before {
	content: "";
}

.ion-social-yen-outline:before {
	content: "";
}

.ion-social-youtube:before {
	content: "";
}

.ion-social-youtube-outline:before {
	content: "";
}

.ion-soup-can:before {
	content: "";
}

.ion-soup-can-outline:before {
	content: "";
}

.ion-speakerphone:before {
	content: "";
}

.ion-speedometer:before {
	content: "";
}

.ion-spoon:before {
	content: "";
}

.ion-star:before {
	content: "";
}

.ion-stats-bars:before {
	content: "";
}

.ion-steam:before {
	content: "";
}

.ion-stop:before {
	content: "";
}

.ion-thermometer:before {
	content: "";
}

.ion-thumbsdown:before {
	content: "";
}

.ion-thumbsup:before {
	content: "";
}

.ion-toggle:before {
	content: "";
}

.ion-toggle-filled:before {
	content: "";
}

.ion-transgender:before {
	content: "";
}

.ion-trash-a:before {
	content: "";
}

.ion-trash-b:before {
	content: "";
}

.ion-trophy:before {
	content: "";
}

.ion-tshirt:before {
	content: "";
}

.ion-tshirt-outline:before {
	content: "";
}

.ion-umbrella:before {
	content: "";
}

.ion-university:before {
	content: "";
}

.ion-unlocked:before {
	content: "";
}

.ion-upload:before {
	content: "";
}

.ion-usb:before {
	content: "";
}

.ion-videocamera:before {
	content: "";
}

.ion-volume-high:before {
	content: "";
}

.ion-volume-low:before {
	content: "";
}

.ion-volume-medium:before {
	content: "";
}

.ion-volume-mute:before {
	content: "";
}

.ion-wand:before {
	content: "";
}

.ion-waterdrop:before {
	content: "";
}

.ion-wifi:before {
	content: "";
}

.ion-wineglass:before {
	content: "";
}

.ion-woman:before {
	content: "";
}

.ion-wrench:before {
	content: "";
}

.ion-xbox:before {
	content: "";
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black.nitro-lazy, .swiper-container-rtl .swiper-button-next.swiper-button-black.nitro-lazy {
	background-image: none !important;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white.nitro-lazy, .swiper-container-rtl .swiper-button-next.swiper-button-white.nitro-lazy {
	background-image: none !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-next.nitro-lazy, .swiper-container-rtl .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black.nitro-lazy, .swiper-container-rtl .swiper-button-prev.swiper-button-black.nitro-lazy {
	background-image: none !important;
}

.swiper-button-prev.nitro-lazy, .swiper-container-rtl .swiper-button-next.nitro-lazy {
	background-image: none !important;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white.nitro-lazy, .swiper-container-rtl .swiper-button-prev.swiper-button-white.nitro-lazy {
	background-image: none !important;
}

/* Pagination Styles */
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	-moz-transform: translate3d(0px, -50%, 0);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000;
}

/* 3D Container */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip {
	overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

/* ------------------------------------------------------------------------
  This you can edit.
------------------------------------------------------------------------- */

/* ----------------------------------
    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: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_left.nitro-lazy {
	background: none !important;
}

/* Top left corner */
div.pp_default .pp_top .pp_middle {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite_x.png") top left repeat-x;
}

div.pp_default .pp_top .pp_middle.nitro-lazy {
	background: none !important;
}

/* Top pattern/color */
div.pp_default .pp_top .pp_right {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -112px -93px no-repeat;
}

div.pp_default .pp_top .pp_right.nitro-lazy {
	background: none !important;
}

/* Top right corner */
div.pp_default .pp_content .ppt {
	color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite_y.png") -7px 0 repeat-y;
	padding-left: 13px;
}

div.pp_default .pp_content_container .pp_left.nitro-lazy {
	background: none !important;
}

div.pp_default .pp_content_container .pp_right {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite_y.png") top right repeat-y;
	padding-right: 13px;
}

div.pp_default .pp_content_container .pp_right.nitro-lazy {
	background: none !important;
}

div.pp_default .pp_content {
	background-color: #fff;
}

/* Content background */
div.pp_default .pp_next:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite_next.png") center right no-repeat;
	cursor: pointer;
}

div.pp_default .pp_next:hover.nitro-lazy {
	background: none !important;
}

/* Next button */
div.pp_default .pp_previous:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite_prev.png") center left no-repeat;
	cursor: pointer;
}

div.pp_default .pp_previous:hover.nitro-lazy {
	background: none !important;
}

/* Previous button */
div.pp_default .pp_expand {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
}

div.pp_default .pp_expand.nitro-lazy {
	background: none !important;
}

/* Expand button */
div.pp_default .pp_expand:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -56px no-repeat;
	cursor: pointer;
}

div.pp_default .pp_expand:hover.nitro-lazy {
	background: none !important;
}

/* Expand button hover */
div.pp_default .pp_contract {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
}

div.pp_default .pp_contract.nitro-lazy {
	background: none !important;
}

/* Contract button */
div.pp_default .pp_contract:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -113px no-repeat;
	cursor: pointer;
}

div.pp_default .pp_contract:hover.nitro-lazy {
	background: none !important;
}

/* Contract button hover */
div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 2px 1px no-repeat;
	cursor: pointer;
}

div.pp_default .pp_close.nitro-lazy {
	background: none !important;
}

/* Close button */
div.pp_default #pp_full_res .pp_inline {
	color: #000;
}

div.pp_default .pp_gallery ul li a {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/default_thumb.png") center center #f8f8f8;
	border: 1px solid #aaa;
}

div.pp_default .pp_gallery ul li a.nitro-lazy {
	background: none !important;
}

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;
}

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 {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -51px 1px no-repeat;
	height: 30px;
	width: 30px;
}

div.pp_default .pp_nav .pp_play.nitro-lazy, div.pp_default .pp_nav .pp_pause.nitro-lazy {
	background: none !important;
}

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("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -31px -3px no-repeat;
	height: 20px;
	margin: 4px 0 0 0;
	width: 20px;
}

div.pp_default a.pp_arrow_previous.nitro-lazy, div.pp_default a.pp_arrow_next.nitro-lazy {
	background: none !important;
}

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;
}

div.pp_default .pp_nav .currentTextHolder {
	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: .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: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_left.nitro-lazy {
	background: none !important;
}

/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite_x.png") bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_middle.nitro-lazy {
	background: none !important;
}

/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -112px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_right.nitro-lazy {
	background: none !important;
}

/* Bottom right corner */
div.pp_default .pp_loaderIcon {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/loader.gif") center center no-repeat;
}

div.pp_default .pp_loaderIcon.nitro-lazy {
	background: none !important;
}

/* Loader icon */

/* ----------------------------------
    Light Rounded Theme
  ----------------------------------- */
div.light_rounded .pp_top .pp_left {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_left.nitro-lazy {
	background: none !important;
}

/* Top left corner */
div.light_rounded .pp_top .pp_middle {
	background: #fff;
}

/* Top pattern/color */
div.light_rounded .pp_top .pp_right {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -110px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right.nitro-lazy {
	background: none !important;
}

/* Top right corner */
div.light_rounded .pp_content .ppt {
	color: #000;
}

div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right {
	background: #fff;
}

div.light_rounded .pp_content {
	background-color: #fff;
}

/* Content background */
div.light_rounded .pp_next:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/btnNext.png") center right no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_next:hover.nitro-lazy {
	background: none !important;
}

/* Next button */
div.light_rounded .pp_previous:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/btnPrevious.png") center left no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_previous:hover.nitro-lazy {
	background: none !important;
}

/* Previous button */
div.light_rounded .pp_expand {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -31px -26px no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_expand.nitro-lazy {
	background: none !important;
}

/* Expand button */
div.light_rounded .pp_expand:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -31px -47px no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_expand:hover.nitro-lazy {
	background: none !important;
}

/* Expand button hover */
div.light_rounded .pp_contract {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -26px no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_contract.nitro-lazy {
	background: none !important;
}

/* Contract button */
div.light_rounded .pp_contract:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -47px no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_contract:hover.nitro-lazy {
	background: none !important;
}

/* Contract button hover */
div.light_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -1px -1px no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_close.nitro-lazy {
	background: none !important;
}

/* Close button */
div.light_rounded .pp_details {
	position: relative;
}

div.light_rounded .pp_description {
	margin-right: 85px;
}

div.light_rounded #pp_full_res .pp_inline {
	color: #000;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.light_rounded .pp_nav .pp_play {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_rounded .pp_nav .pp_play.nitro-lazy {
	background: none !important;
}

div.light_rounded .pp_nav .pp_pause {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_rounded .pp_nav .pp_pause.nitro-lazy {
	background: none !important;
}

div.light_rounded .pp_arrow_previous {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_previous.nitro-lazy {
	background: none !important;
}

/* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.light_rounded .pp_arrow_next {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -22px -71px no-repeat;
}

div.light_rounded .pp_arrow_next.nitro-lazy {
	background: none !important;
}

/* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_left.nitro-lazy {
	background: none !important;
}

/* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
	background: #fff;
}

/* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -110px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right.nitro-lazy {
	background: none !important;
}

/* Bottom right corner */
div.light_rounded .pp_loaderIcon {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/loader.gif") center center no-repeat;
}

div.light_rounded .pp_loaderIcon.nitro-lazy {
	background: none !important;
}

/* Loader icon */

/* ----------------------------------
    Dark Rounded Theme
  ----------------------------------- */
div.dark_rounded .pp_top .pp_left {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_left.nitro-lazy {
	background: none !important;
}

/* Top left corner */
div.dark_rounded .pp_top .pp_middle {
	background: url("https://100yards.in/wp-content/themes/nanosoft/assets/img/components/contentPattern.png") top left repeat;
}

div.dark_rounded .pp_top .pp_middle.nitro-lazy {
	background: none !important;
}

/* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -110px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right.nitro-lazy {
	background: none !important;
}

/* Top right corner */
div.dark_rounded .pp_content_container .pp_left {
	background: url("https://100yards.in/wp-content/themes/nanosoft/assets/img/components/contentPattern.png") top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_left.nitro-lazy {
	background: none !important;
}

/* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
	background: url("https://100yards.in/wp-content/themes/nanosoft/assets/img/components/contentPattern.png") top right repeat-y;
}

div.dark_rounded .pp_content_container .pp_right.nitro-lazy {
	background: none !important;
}

/* Right Content background */
div.dark_rounded .pp_content {
	background: url("https://100yards.in/wp-content/themes/nanosoft/assets/img/components/contentPattern.png") top left repeat;
}

div.dark_rounded .pp_content.nitro-lazy {
	background: none !important;
}

/* Content background */
div.dark_rounded .pp_next:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/btnNext.png") center right no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_next:hover.nitro-lazy {
	background: none !important;
}

/* Next button */
div.dark_rounded .pp_previous:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/btnPrevious.png") center left no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_previous:hover.nitro-lazy {
	background: none !important;
}

/* Previous button */
div.dark_rounded .pp_expand {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -31px -26px no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_expand.nitro-lazy {
	background: none !important;
}

/* Expand button */
div.dark_rounded .pp_expand:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -31px -47px no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_expand:hover.nitro-lazy {
	background: none !important;
}

/* Expand button hover */
div.dark_rounded .pp_contract {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -26px no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_contract.nitro-lazy {
	background: none !important;
}

/* Contract button */
div.dark_rounded .pp_contract:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -47px no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_contract:hover.nitro-lazy {
	background: none !important;
}

/* Contract button hover */
div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -1px -1px no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_close.nitro-lazy {
	background: none !important;
}

/* Close button */
div.dark_rounded .pp_details {
	position: relative;
}

div.dark_rounded .pp_description {
	margin-right: 85px;
}

div.dark_rounded .currentTextHolder {
	color: #c4c4c4;
}

div.dark_rounded .pp_description {
	color: #fff;
}

div.dark_rounded #pp_full_res .pp_inline {
	color: #fff;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.dark_rounded .pp_nav .pp_play {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_rounded .pp_nav .pp_play.nitro-lazy {
	background: none !important;
}

div.dark_rounded .pp_nav .pp_pause {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_rounded .pp_nav .pp_pause.nitro-lazy {
	background: none !important;
}

div.dark_rounded .pp_arrow_previous {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_previous.nitro-lazy {
	background: none !important;
}

/* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.dark_rounded .pp_arrow_next {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -22px -71px no-repeat;
}

div.dark_rounded .pp_arrow_next.nitro-lazy {
	background: none !important;
}

/* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left.nitro-lazy {
	background: none !important;
}

/* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
	background: url("https://100yards.in/wp-content/themes/nanosoft/assets/img/components/contentPattern.png") top left repeat;
}

div.dark_rounded .pp_bottom .pp_middle.nitro-lazy {
	background: none !important;
}

/* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -110px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right.nitro-lazy {
	background: none !important;
}

/* Bottom right corner */
div.dark_rounded .pp_loaderIcon {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/loader.gif") center center no-repeat;
}

div.dark_rounded .pp_loaderIcon.nitro-lazy {
	background: none !important;
}

/* Loader icon */

/* ----------------------------------
    Dark Square Theme
  ----------------------------------- */
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
	background: #000;
}

div.dark_square .currentTextHolder {
	color: #c4c4c4;
}

div.dark_square .pp_description {
	color: #fff;
}

div.dark_square .pp_loaderIcon {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/loader.gif") center center no-repeat;
}

div.dark_square .pp_loaderIcon.nitro-lazy {
	background: none !important;
}

/* Loader icon */
div.dark_square .pp_expand {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -31px -26px no-repeat;
	cursor: pointer;
}

div.dark_square .pp_expand.nitro-lazy {
	background: none !important;
}

/* Expand button */
div.dark_square .pp_expand:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -31px -47px no-repeat;
	cursor: pointer;
}

div.dark_square .pp_expand:hover.nitro-lazy {
	background: none !important;
}

/* Expand button hover */
div.dark_square .pp_contract {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -26px no-repeat;
	cursor: pointer;
}

div.dark_square .pp_contract.nitro-lazy {
	background: none !important;
}

/* Contract button */
div.dark_square .pp_contract:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -47px no-repeat;
	cursor: pointer;
}

div.dark_square .pp_contract:hover.nitro-lazy {
	background: none !important;
}

/* Contract button hover */
div.dark_square .pp_close {
	width: 75px;
	height: 22px;
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -1px -1px no-repeat;
	cursor: pointer;
}

div.dark_square .pp_close.nitro-lazy {
	background: none !important;
}

/* Close button */
div.dark_square .pp_details {
	position: relative;
}

div.dark_square .pp_description {
	margin: 0 85px 0 0;
}

div.dark_square #pp_full_res .pp_inline {
	color: #fff;
}

div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.dark_square .pp_nav {
	clear: none;
}

div.dark_square .pp_nav .pp_play {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_square .pp_nav .pp_play.nitro-lazy {
	background: none !important;
}

div.dark_square .pp_nav .pp_pause {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_square .pp_nav .pp_pause.nitro-lazy {
	background: none !important;
}

div.dark_square .pp_arrow_previous {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -71px no-repeat;
}

div.dark_square .pp_arrow_previous.nitro-lazy {
	background: none !important;
}

/* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.dark_square .pp_arrow_next {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -22px -71px no-repeat;
}

div.dark_square .pp_arrow_next.nitro-lazy {
	background: none !important;
}

/* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.dark_square .pp_next:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/btnNext.png") center right no-repeat;
	cursor: pointer;
}

div.dark_square .pp_next:hover.nitro-lazy {
	background: none !important;
}

/* Next button */
div.dark_square .pp_previous:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/btnPrevious.png") center left no-repeat;
	cursor: pointer;
}

div.dark_square .pp_previous:hover.nitro-lazy {
	background: none !important;
}

/* Previous button */

/* ----------------------------------
    Light Square Theme
  ----------------------------------- */
div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content {
	background: #fff;
}

div.light_square .pp_content .ppt {
	color: #000;
}

div.light_square .pp_expand {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -31px -26px no-repeat;
	cursor: pointer;
}

div.light_square .pp_expand.nitro-lazy {
	background: none !important;
}

/* Expand button */
div.light_square .pp_expand:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -31px -47px no-repeat;
	cursor: pointer;
}

div.light_square .pp_expand:hover.nitro-lazy {
	background: none !important;
}

/* Expand button hover */
div.light_square .pp_contract {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -26px no-repeat;
	cursor: pointer;
}

div.light_square .pp_contract.nitro-lazy {
	background: none !important;
}

/* Contract button */
div.light_square .pp_contract:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -47px no-repeat;
	cursor: pointer;
}

div.light_square .pp_contract:hover.nitro-lazy {
	background: none !important;
}

/* Contract button hover */
div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -1px -1px no-repeat;
	cursor: pointer;
}

div.light_square .pp_close.nitro-lazy {
	background: none !important;
}

/* Close button */
div.light_square .pp_details {
	position: relative;
}

div.light_square .pp_description {
	margin-right: 85px;
}

div.light_square #pp_full_res .pp_inline {
	color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_square .pp_nav .pp_play.nitro-lazy {
	background: none !important;
}

div.light_square .pp_nav .pp_pause {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_square .pp_nav .pp_pause.nitro-lazy {
	background: none !important;
}

div.light_square .pp_arrow_previous {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -71px no-repeat;
}

div.light_square .pp_arrow_previous.nitro-lazy {
	background: none !important;
}

/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.light_square .pp_arrow_next {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -22px -71px no-repeat;
}

div.light_square .pp_arrow_next.nitro-lazy {
	background: none !important;
}

/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.light_square .pp_next:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/btnNext.png") center right no-repeat;
	cursor: pointer;
}

div.light_square .pp_next:hover.nitro-lazy {
	background: none !important;
}

/* Next button */
div.light_square .pp_previous:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/btnPrevious.png") center left no-repeat;
	cursor: pointer;
}

div.light_square .pp_previous:hover.nitro-lazy {
	background: none !important;
}

/* Previous button */
div.light_square .pp_loaderIcon {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/loader.gif") center center no-repeat;
}

div.light_square .pp_loaderIcon.nitro-lazy {
	background: none !important;
}

/* Loader icon */

/* ----------------------------------
    Facebook style Theme
  ----------------------------------- */
div.facebook .pp_top .pp_left {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -88px -53px no-repeat;
}

div.facebook .pp_top .pp_left.nitro-lazy {
	background: none !important;
}

/* Top left corner */
div.facebook .pp_top .pp_middle {
	background: url("https://100yards.in/wp-content/themes/nanosoft/assets/img/components/contentPatternTop.png") top left repeat-x;
}

div.facebook .pp_top .pp_middle.nitro-lazy {
	background: none !important;
}

/* Top pattern/color */
div.facebook .pp_top .pp_right {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -110px -53px no-repeat;
}

div.facebook .pp_top .pp_right.nitro-lazy {
	background: none !important;
}

/* Top right corner */
div.facebook .pp_content .ppt {
	color: #000;
}

div.facebook .pp_content_container .pp_left {
	background: url("https://100yards.in/wp-content/themes/nanosoft/assets/img/components/contentPatternLeft.png") top left repeat-y;
}

div.facebook .pp_content_container .pp_left.nitro-lazy {
	background: none !important;
}

/* Content background */
div.facebook .pp_content_container .pp_right {
	background: url("https://100yards.in/wp-content/themes/nanosoft/assets/img/components/contentPatternRight.png") top right repeat-y;
}

div.facebook .pp_content_container .pp_right.nitro-lazy {
	background: none !important;
}

/* Content background */
div.facebook .pp_content {
	background: #fff;
}

/* Content background */
div.facebook .pp_expand {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -31px -26px no-repeat;
	cursor: pointer;
}

div.facebook .pp_expand.nitro-lazy {
	background: none !important;
}

/* Expand button */
div.facebook .pp_expand:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -31px -47px no-repeat;
	cursor: pointer;
}

div.facebook .pp_expand:hover.nitro-lazy {
	background: none !important;
}

/* Expand button hover */
div.facebook .pp_contract {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -26px no-repeat;
	cursor: pointer;
}

div.facebook .pp_contract.nitro-lazy {
	background: none !important;
}

/* Contract button */
div.facebook .pp_contract:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -47px no-repeat;
	cursor: pointer;
}

div.facebook .pp_contract:hover.nitro-lazy {
	background: none !important;
}

/* Contract button hover */
div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -1px -1px no-repeat;
	cursor: pointer;
}

div.facebook .pp_close.nitro-lazy {
	background: none !important;
}

/* Close button */
div.facebook .pp_details {
	position: relative;
}

div.facebook .pp_description {
	margin: 0 37px 0 0;
}

div.facebook #pp_full_res .pp_inline {
	color: #000;
}

div.facebook .pp_loaderIcon {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/loader.gif") center center no-repeat;
}

div.facebook .pp_loaderIcon.nitro-lazy {
	background: none !important;
}

/* Loader icon */
div.facebook .pp_arrow_previous {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}

div.facebook .pp_arrow_previous.nitro-lazy {
	background: none !important;
}

/* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default;
}

div.facebook .pp_arrow_next {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}

div.facebook .pp_arrow_next.nitro-lazy {
	background: none !important;
}

/* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default;
}

div.facebook .pp_nav {
	margin-top: 0;
}

div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -1px -123px no-repeat;
	height: 22px;
	width: 22px;
}

div.facebook .pp_nav .pp_play.nitro-lazy {
	background: none !important;
}

div.facebook .pp_nav .pp_pause {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -32px -123px no-repeat;
	height: 22px;
	width: 22px;
}

div.facebook .pp_nav .pp_pause.nitro-lazy {
	background: none !important;
}

div.facebook .pp_next:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/btnNext.png") center right no-repeat;
	cursor: pointer;
}

div.facebook .pp_next:hover.nitro-lazy {
	background: none !important;
}

/* Next button */
div.facebook .pp_previous:hover {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/btnPrevious.png") center left no-repeat;
	cursor: pointer;
}

div.facebook .pp_previous:hover.nitro-lazy {
	background: none !important;
}

/* Previous button */
div.facebook .pp_bottom .pp_left {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_left.nitro-lazy {
	background: none !important;
}

/* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
	background: url("https://100yards.in/wp-content/themes/nanosoft/assets/img/components/contentPatternBottom.png") top left repeat-x;
}

div.facebook .pp_bottom .pp_middle.nitro-lazy {
	background: none !important;
}

/* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/sprite.png") -110px -80px no-repeat;
}

div.facebook .pp_bottom .pp_right.nitro-lazy {
	background: none !important;
}

/* Bottom right corner */

/* ------------------------------------------------------------------------
  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, .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("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/default_thumbnail.gif") 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}

.pp_gallery li.default a.nitro-lazy {
	background: none !important;
}

.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("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/btnNext.png") 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_next.nitro-lazy {
	background: none !important;
}

a.pp_previous {
	background: url("https://cdn-ilcjoch.nitrocdn.com/KAQAWtHVuizgkdNGIAkAEPjKSAdclXgA/assets/images/optimized/rev-8de271b/100yards.in/wp-content/themes/nanosoft/assets/img/components/btnNext.png") 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_previous.nitro-lazy {
	background: none !important;
}

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;
}
