/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/


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

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	/*font-family: sans-serif;*/
	font-size: 100%;
	/*line-height: 1.15;*/
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	/*color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;*/
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	/*font-family: "Courier 10 Pitch", Courier, monospace;*/
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	/*font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;*/
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}
input#email{
    display: block;
	padding: 0.7em;
	width: 100%;
}
input[type="text"],
/*input[type="email"],*/
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	/*color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;*/
	/*border-radius: 3px;*/
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	/*-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;*/
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
/*	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;*/
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	/*color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);*/
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page:not(.home) #content {
	padding-bottom: 1.5em;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1em;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

.site-info span[role=separator] {
	padding: 0 0.2em 0 0.4em;
}

.site-info span[role=separator]::before {
	content: '\002f';
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 10px;
	padding-left: 10px;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
    height: 35px;
    left: 0px;
    position: relative;
    width: 35px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	/* height: 30px;
	left: -45px;
	width: 30px; */
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

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

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	/*border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;*/
	padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		/*font-size: 18px;
		font-size: 1.125rem;*/
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */

	.site-branding {
		padding: 3em 0;
	}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		/*font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;*/
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */

	.wrap {
		max-width: 1000px;
		padding-left: 3em;
		padding-right: 3em;
	}

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.navigation-top {
		bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 1em 1.25em;
	}

	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #767676;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.site-content {
		padding: 5.5em 0 0;
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	.page:not(.home) #content {
		padding-bottom: 3.25em;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */

	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		margin-top: 3em;
	}

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}

	.site-info {
		float: left;
		padding: 0.7em 0 0;
		width: 58%;
	}

	.social-navigation + .site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}
/**************New styles**************/
body.blog.home{padding: 0;background: none;background-color: #080E1C;}
body .container{max-width: 1170px;}
body {font-family: 'Work Sans', sans-serif;background-color: #080E1C;}
body button:focus, body input:focus,body textarea:focus,body a:focus{outline: none !important;-webkit-box-shadow: none !important;box-shadow: none !important;}
body button::-moz-inner-focus{border: none !important;}
body a, body p{font-family: 'Work Sans', sans-serif;letter-spacing: -0.02em;}
body a{text-shadow: none !important;}
h1,h2,h3,h3,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family: 'Work Sans', sans-serif !important;margin-top: 0;margin-bottom: 24px;color: #F3F3F3;font-weight: 600;}
body .top-head {background-color: #080E1C /*#00294E*/;}
body .bot-head{padding: 0;background-color: #f3f3f3;}
body .top-head a img.mobile{display: none;}
body .bot-head .menu ul{-webkit-flex-direction: row;-moz-flex-direction: row;-ms-flex-direction: row;-o-flex-direction: row;flex-direction: row;justify-content: center;}
body .bot-head .menu ul li{display: block;}
body .bot-head .menu ul a{display: block;height: 40px;line-height: 40px;padding: 0 10px;color: #0B0B0B !important;-webkit-transition: all .15s ease-out;-o-transition: all .15s ease-out;transition: all .15s ease-out;}
body .bot-head .menu ul li.current-menu-item a,body .bot-head .menu ul a:hover{color: #F3F3F3 !important;background-color: #004380;}
body .bot-head_right {position: absolute;right: 15px;top: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-ms-align-items: center;align-items: center;}
body .bot-head_right button{display: block;padding: 0;width: 40px;height: 40px;background: url(../../themes/non-perele/images/Search_icon.svg) center no-repeat;margin-right: 5px;}
body .bot-head_right .nav-item{margin-left: 10px;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-ms-align-items: center;align-items: center;}
body .bot-head_right .nav-item a{margin-left: 10px;display: block;padding: 0;font-weight: 700;font-size: 14px;color: #0B0B0B;}
body .bot-head_right .nav-item a:hover{color: #0B0B0B !important;opacity: .5;}
body .bot-head .container{overflow: hidden;}
body .bot-head .header-search{position: absolute;left: 0;top: -150%;width: 100%;padding-left: 15px;padding-right: 15px;-webkit-transition: all .35s ease-out;-o-transition: all .35s ease-out;transition: all .35s ease-out;}
body .close-search{display: none;}
body .bot-head .header-search.open{top: 0;}
body .bot-head .header-search .wpdreams_asl_container{height: 38px;}
body .news-row{padding-top: 24px;}
body .news-row h1{font-size: 24px;}
body .popular-post{margin-top: 0;background: none;}
body .right-h2{text-align: left;margin-bottom: 24px;color: #F3F3F3;font-weight: 600;font-size: 24px;text-transform: none;}
body .right-h2:after{display: none;}
body .news-r > div {margin-bottom: 36px;margin-top: 0;background: none;padding: 0;}
body .post-bx{position: relative;background: none;height: 304px;padding: 0;-webkit-box-shadow: none;box-shadow: none;}
body .post-bx .post-img{height: 100%;}
body .post-bx > a{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 10;}
body .post-bx .post-img img{height: 100%;max-width: initial;-webkit-transition: all .35s linear;-o-transition: all .35s linear;transition: all .35s linear;}
body .post-bx:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
body .post-bx .post-date{position: absolute;right: 30px;top: 30px;font-size: 12px;color: #F3F3F3;z-index: 1;}
body .latest-post-txt {position: absolute;left: 0;top: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-flex-direction: column;-moz-flex-direction: column;-ms-flex-direction: column;-o-flex-direction: column;flex-direction: column;justify-content: flex-end;height: 100%;background: rgba(0,0,0,.5);padding: 30px;}
body .n-paper{margin-bottom: 15px;width: 100%;}
body .n-paper .agency{display: inline-block;margin-right: 20px;font-size: 10px;text-transform: uppercase;line-height: 24px;padding-left: 10px;padding-right: 10px;color: #F3F3F3;background-color: #004380;}
body .con-text-title{margin-bottom: 0;height: auto;}
body .con-text-title .post-title{margin-bottom: 0;}
body .con-text-title .post-title a{font-size: 18px;line-height: 1.3;font-weight: 400;color: #F3F3F3;}
body .share-ul{text-align: left;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;height: 24px;-ms-align-items: center;align-items: center;}
body .share-ul li{color: #f3f3f3;}
body .latest-share {display: inline-block;padding: 0;border-top: none;margin-top: 0;width: auto;}
body .latest-post-t .col-lg-6:first-child{max-width: 100%;-webkit-flex: 0 0 100%;-moz-flex: 0 0 100%;-ms-flex: 0 0 100%;-o-flex: 0 0 100%;flex: 0 0 100%;}
body .latest-post-t .col-lg-6:first-child .post-bx{height: 400px;}
body .latest-post-t .col-lg-6:first-child .post-bx img{width: 100%;height: auto;}
body .latest-post-t .col-lg-6:first-child .con-text-title .post-title a{font-size: 28px;}
body .pagerbx {padding: 0;background: none;-webkit-box-shadow: none;box-shadow: none;}
body .pager-ul{margin-bottom: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: space-between;}
body .pager-ul.first{justify-content: flex-end;}
body .pager-ul a{display: block;text-indent: -9999px;padding: 0;-webkit-box-shadow: none;box-shadow: none;width: 24px;height: 24px;}
body .pager-ul a.next{-ms-align-self: flex-end;align-self: flex-end;background: url(../../themes/non-perele/images/Arrow_right.svg) center no-repeat;}
body .pager-ul a.prev{-ms-align-self: flex-start;align-self: flex-start;background: url(../../themes/non-perele/images/Arrow_left.svg) center no-repeat;}
body .pop-view-ul .li {margin-bottom: 0;box-shadow: none;padding: 24px 36px 0;background: #fff;}
body .pop-view-ul .li .view-post{padding-bottom: 24px;border-bottom: 1px solid #E2E2E2;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;}
body .view-img {width: auto;height: 80px;overflow: hidden;display: inline-block;max-width: 96px;-webkit-flex: 0 0 96px;-moz-flex: 0 0 96px;-ms-flex: 0 0 96px;-o-flex: 0 0 96px;flex: 0 0 96px;}
body .view-img a{display: block;width: 100%;height: 100%;}
body .view-img img{height: 100%;max-width: initial;}
body .view-txt{flex-grow: 1;padding-left: 16px;width: auto;}
body .view-txt .n-paper{display: none;}
body .view-heading {margin-bottom: 16px;color: #0B0B0B;font-weight: 400;font-size: 14px;line-height: 16px;}
body .view-d {color: #A5A5A5;font-size: 12px;font-weight: 500;}
body .pop-view-ul{margin-top: 0;}
body .pop-view-ul .li:first-child{padding: 0;height: 312px;padding-bottom: 12px;}
body .pop-view-ul .li:first-child .view-post{padding-bottom: 0;border: none;height: 100%;position: relative;display: block;}
body .pop-view-ul .li:last-child .view-post{padding-bottom: 36px;}
body .pop-view-ul .li:first-child .view-img{height: 100%;max-width: 100%;position: absolute;left: 0;top: 0;}
body .pop-view-ul .li:first-child .view-txt{height: 100%;padding: 36px;background-color: rgba(0,0,0,.5);display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-flex-direction: column;-moz-flex-direction: column;-ms-flex-direction: column;-o-flex-direction: column;flex-direction: column;justify-content: flex-end;}
body .pop-view-ul .li:first-child .view-txt .n-paper{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;}
body .pop-view-ul .li:first-child .view-txt .n-paper .share-ul li{padding: 0;-webkit-box-shadow: none;box-shadow: none;margin-bottom: 0;margin-right: 20px;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-ms-align-items: center;align-items: center;}
body .pop-view-ul .li:first-child .view-txt .n-paper .share-ul li:last-child{margin-right: 0;}
body .pop-view-ul .li:first-child .view-txt .n-paper .share-ul li i{margin-right: 8px;display: block;}
body .pop-view-ul .li:first-child .view-heading{margin-bottom: 0;font-size: 18px;line-height: 24px;color: #F3F3F3;}
body .pop-view-ul .li:first-child .view-d{position: absolute;right: 36px;top: 24px;z-index: 2;color: #F3F3F3;line-height: 20px;width: auto;}
body .pop-view-ul .li:first-child .view-post_link{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 3;}
body .pop-view-ul .li:first-child .view-post:hover .view-img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
body .news-r > div.like-social_wrap {height: 252px;padding: 0;margin: 0;background: #fff;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-ms-align-items: center;align-items: center;justify-content: center;}
body .news-r > div.like-social_wrap .right-h2{text-align: center;color: #0B0B0B;margin-bottom: 16px;}
body .news-r > div.like-social_wrap .right-h2 span{color: #004380;}
body .news-r > div.like-social_wrap .like-social{margin-top: 0;padding: 0;}
body .news-stories {background-color: #080E1C;}
body .news-stories:after{display: block;content: '';position: absolute;right: 0;top: 0;width: 50%;height: 100%;background-color: #004380;}
body .news-stories .top-left-s{padding: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-ms-align-items: center;align-items: center;}
body .news-stories .mar-txt {color: #F3F3F3;font-size: 12px;line-height: 40px;float: none;max-width: 90px;-webkit-flex: 0 0 90px;-moz-flex: 0 0 90px;-ms-flex: 0 0 90px;-o-flex: 0 0 90px;flex: 0 0 90px;}
body .marque-bx{position: relative;z-index: 2;height: 40px;flex-grow: 1;padding-right: 0;}
body .marque-bx marquee{height: 40px;background-color: #004380;}
body ul.marque{margin-bottom: 0;}
body ul.marque li a {color: #F3F3F3;font-size: 12px;line-height: 16px;display: block;padding-top: 12px;padding-bottom: 12px;}
body .footer{padding-top: 64px;padding-bottom: 64px;background: none;background-color: #080E1C;}
body .footer .footer-b{padding-bottom: 64px;border-bottom: 1px solid rgba(200,200,200,.15);}
body .footer-ul{padding: 0;}
body .footer-ul h3:after{display: none;}
body .footer-ul h3{margin-bottom: 32px;padding-bottom: 0;font-weight: 500;color: #F3F3F3;}
body .footer-ul ul{border-right: none;}
body .footer-ul ul li{padding: 0;margin-bottom: 20px;}
body .footer-ul ul li .nav-link {padding: 0;font-size: 14px;line-height: 16px;color: #A5A5A5;text-transform: none;}
body .footer-ul ul li .nav-link:hover{text-decoration: underline;}
body .footer .like-social{margin-top: 0;padding: 0;background: none;text-align: left;}
body .footer .like-social a{padding: 0;margin-right: 8px;width: 32px;height: 32px;filter: invert(100%);}
body .footer .like-social a.a2a_button_facebook{background: url(../../themes/non-perele/images/socials/facebook.svg) center no-repeat;}
body .footer .like-social a.a2a_button_twitter{background: url(../../themes/non-perele/images/socials/twitter.svg) center no-repeat;}
body .footer .like-social a.a2a_button_pinterest{background: url(../../themes/non-perele/images/socials/pinterest.svg) center no-repeat;}
body .footer .like-social a.a2a_button_linkedin{background: url(../../themes/non-perele/images/socials/linkedin.svg) center no-repeat;}
body .footer .like-social a img{display: none;}
body .footer .emaillist{margin-bottom: 70px;}
body .footer .emaillist form{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;height: 47px;}
body .footer .emaillist form .es-field-wrap{margin-bottom: 0;flex-grow: 1;position: relative;}
body .footer .emaillist form .es_submit_button{width: 165px;-webkit-flex: 0 0 165px;-moz-flex: 0 0 165px;-ms-flex: 0 0 165px;-o-flex: 0 0 165px;flex: 0 0 165px;background-color: #004380;text-transform: uppercase;font-size: 14px;font-weight: 400;color: #F3F3F3;letter-spacing: -0.005em;border-radius: 0 !important;}
body .footer .emaillist form .es-field-wrap input{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding-left: 15px;padding-right: 15px;border: none;border-radius: 0 !important;}
body .footer .emaillist form .es-field-wrap input::placeholder{opacity: 1;color: #A5A5A5;}
body .footer .emaillist form .es-field-wrap input:focus::placeholder{opacity: 0;}
body .footer .copyright{padding: 0;border: none;}
body .footer .copyright p{font-size: 14px;text-align: left;color: #A5A5A5;}
body .footer .widget{padding-bottom: 0;}
body .like-social ul li{height: auto;}
body .heateorSssSharingRound .heateorSssSharing{background: none !important;}
body .heateorSssFacebookSvg{background-image: url(../../themes/non-perele/images/socials/facebook.svg);}
body .heateorSssTwitterSvg{background-image: url(../../themes/non-perele/images/socials/twitter.svg);}
body .heateorSssPinterestSvg{background-image: url(../../themes/non-perele/images/socials/pinterest.svg);}
body .heateorSssLinkedinSvg{background-image: url(../../themes/non-perele/images/socials/linkedin.svg);}
body .footer .heateorSssSharingRound .heateorSssSharing{filter: invert(1);}
/***********Inner pages***********/
body .about-content{background-color: transparent;padding: 60px 90px;margin-top: 44px;}
body .about-content h1{margin-bottom: 38px;font-size: 36px;line-height: 50px;color: #0B0B0B;font-weight: 600;}
body .about-content table{margin-bottom: 0;}
body .about-content table td{padding: 0;border: none !important;}
body .um{max-width: 100% !important;margin-bottom: 0 !important;}
body .um .um-field-label{display: none;}
body .um-form{padding: 0;}
body .um-field{padding-top: 0;margin-bottom: 14px;}
body .um .um-form input[type="text"],body .um .um-form input[type="password"],body .um .um-form input[type="tel"]{height: 60px !important;border-width: 1px !important;border-color: #d2d2d2 !important;border-radius: 0 !important;}
body .um .um-form input[type="text"]:focus,body .um .um-form input[type="password"]:focus,body .um .um-form input[type="tel"]:focus{border: 1px solid #0B0B0B !important;}
body .um-row{margin-bottom: 0 !important;}
body .um-field-checkbox-option, body .um-field-radio-option{color: #0B0B0B !important;display: block;text-align: left;font-size: 12px;font-weight: 400;margin-left: 30px;}
body .um-field-checkbox-state, body .um-field-radio-state{left: 0;width: 18px;}
body .um-field-checkbox-state i, body .um-field-radio-state i{color: #d2d2d2;}
body .um input[type="submit"]{border-radius: 0 !important;height: 60px !important;line-height: 28px;background-color: #004380 !important;font-size: 14px !important;font-weight: 500 !important;letter-spacing: 0.05em;color: #fff !important;}
body .um .um-button{border-radius: 0 !important;-webkit-box-shadow: none;box-shadow: none;background-color: #fff !important;height: 60px !important;line-height: 28px !important;font-size: 14px !important;color: #004380 !important;letter-spacing: 0.05em;}
body .um-login .um-col-alt-b {padding-top: 0;position: absolute;right: 0;bottom: 70px;}
body a.um-link-alt{color: #afafaf !important;font-size: 12px;line-height: 18px;}
body .um-col-alt{margin-bottom: 0;}
.page-inner{margin-top: 40px;margin-bottom: 40px;}
.page-inner .contact-top{background-color: #f3f3f3;padding: 60px 100px;}
.page-inner .contact-top .page-intro{margin-bottom: 45px;}
.page-inner .contact-top .page-intro .h2{margin-bottom: 5px;line-height: 1;font-size: 36px;font-weight: 600;color: #0B0B0B;}
.page-inner .contact-top .page-intro p{font-size: 14px;line-height: 18px;color: #999999;}
.wpcf7-form{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;margin-left: -8px;margin-right: -8px;}
.wpcf7-form .col-sm-10{padding: 0;max-width: 100%;-webkit-flex: 0 0 100%;-moz-flex: 0 0 100%;-ms-flex: 0 0 100%;-o-flex: 0 0 100%;flex: 0 0 100%;}
.wpcf7-form .form-left{max-width: 40%;-webkit-flex: 0 0 40%;-moz-flex: 0 0 40%;-ms-flex: 0 0 40%;-o-flex: 0 0 40%;flex: 0 0 40%;padding-left: 8px;padding-right: 8px;}
.wpcf7-form .form-right{max-width: 60%;-webkit-flex: 0 0 60%;-moz-flex: 0 0 60%;-ms-flex: 0 0 60%;-o-flex: 0 0 60%;flex: 0 0 60%;padding-left: 8px;padding-right: 8px;}
.wpcf7-form .form-group{margin-bottom: 14px;}
.wpcf7-form .form-group label{display: none;}
.wpcf7-form .form-group p{margin: 0;}
.wpcf7-form .form-group input,.wpcf7-form .form-group textarea{height: 60px;border-radius: 0;border-color: #D2D2D2;padding: 20px 30px !important;width: 100%;}
.wpcf7-form .form-group input::placeholder,.wpcf7-form .form-group textarea::placeholder{opacity: 1;color: #AFAFAF;}
.wpcf7-form .form-group input:focus::placeholder,.wpcf7-form .form-group textarea:focus::placeholder{opacity: 0;}
.wpcf7-form .form-group input:focus::placeholder,.wpcf7-form .form-group textarea:focus::placeholder{opacity: 0;}
.wpcf7-form .form-group textarea{height: 208px !important;}
.wpcf7-submit{letter-spacing: 0.05em;font-size: 14px;font-weight: 500;text-transform: uppercase;}
.page-inner .contact-bottom {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: center;-ms-align-items: flex-end;align-items: flex-end;background-color: #080E1C /*#00294E*/;padding-top: 60px;padding-bottom: 70px;}
.page-inner .contact-bottom  .contact-bottom_item{text-align: center;}
.page-inner .contact-bottom  .contact-bottom_item:nth-child(2){margin-left: 130px;margin-right: 130px;}
.page-inner .contact-bottom .contact-bottom_item img{margin-bottom: 24px;}
.page-inner .contact-bottom .contact-bottom_item p{text-align: center;font-size: 14px;line-height: 18px;color: #F2F2F2;}
.page-inner .contact-bottom .contact-bottom_item p a{text-decoration: none;font-size: 14px;line-height: 18px;color: #F2F2F2;border: none;text-shadow: none;}
.page-inner .contact-bottom .contact-bottom_item p a:hover{text-decoration: underline;color: #f2f2f2;background: none;}
.page-inner .contact-bottom .contact-bottom_item hr{margin-top: 30px;margin-bottom: 0;display: inline-block;width: 34px;border-color: #f3f3f3;}
/**************Single post***********/
body .trand-news{height: auto;margin-top: 44px;margin-bottom: 0;}
body .trand-news .trend-news_top {background: #fff;padding: 36px 50px;}
body .trand-news .trend-news_top .h1{margin-bottom: 15px;font-size: 32px;line-height: 1.2;font-weight: 600;color: #000;}
body .trand-dat {padding: 0;position: relative;bottom: auto;left: auto;background: none;border-radius: 0;font-size: 16px;line-height: 27px;color: #616161;}
body .single-content{background-color: #fff;padding: 50px 50px 100px;}
body .trand-txt-detail{margin-bottom: 55px;}
body .trand-txt-detail p {font-size: 16px;line-height: 27px;color: #616161;}
body .tags {margin-bottom: 68px;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
body .tags a{display: block;line-height: 27px;border: 1px solid #004380;font-size: 12px;color: #0B0B0B;margin-right: 4px;padding-left: 12px;padding-right: 12px;margin-bottom: 4px;}
body .ai_main_smiley_div{display: block !important;opacity: 1 !important;background: none;margin-top: 0;right: 0;-webkit-box-shadow: none;box-shadow: none;bottom: -8px;height: auto;}
body .ai_post_reactions_default_cont span{display: none !important;}
body .ai_icon_loader{display: none !important;}
body .ai_post_reaction_img{width: 34px !important;height: 34px !important;}
body #ai_post_reaction_main{margin-top: 20px;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-ms-align-items: center;align-items: center;}
body #comments{padding-top: 26px;border-top: 1px solid #D9D9D9;}
body #comments .comment-reply-title{margin-bottom: 10px;color: #000;}
body .comments-title{margin-bottom: 48px;font-size: 25px;line-height: 1.52;font-weight: 600;color: #0B0B0B;}
body .comment-list, body .comment-list .children{margin: 0;padding: 0;}
body .comment-reply-link .icon {color: #A5A5A5;left: auto;position: relative;opacity: .6;-webkit-transform: rotateY(180deg);-ms-transform: rotateY(180deg);-o-transform: rotateY(180deg);transform: rotateY(180deg);margin-left: 10px;}
body .comment-reply-link {font-weight: 400;position: relative;font-size: 12px;color: #a5a5a5;text-shadow: none !important;}
body .comment-content{margin-bottom: 16px;}
body .comment-content p{font-size: 14px;line-height: 19px;color: #0B0B0B;}
body .comment-author .fn {font-weight: 400;vertical-align: top;margin-left: 10px;}
body .comment-metadata{margin-left: 51px;margin-top: -18px;font-weight: 400;letter-spacing: 0;}
body .comment-metadata a{color: #A5A5A5;}
body .comment-body{margin-bottom: 0;}
body .comment {padding-bottom: 27px;margin-bottom: 27px;border-bottom: 1px solid #D9D9D9;}
body .comment-form .submit{width: 165px;background-color: #004380;text-transform: uppercase;font-size: 14px;font-weight: 400;color: #F3F3F3;letter-spacing: -0.005em;border-radius: 0;}
/************Search page***********/
body .search-page .about-content{padding: 0;background: none;}
body .search-page .about-content .page-intro{/*background-color: #f3f3f3;*/display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-ms-align-items: center;align-items: center;justify-content: space-between;padding: 20px;}
body .search-page .about-content .page-intro h1{margin-bottom: 0;font-size: 24px;line-height: 1;}
body .search-page .about-content .page-intro button{display: block;padding: 0;width: 30px;height: 30px;background: url(../../themes/non-perele/images/Search_icon.svg) center no-repeat;}
body .search-page .post-bx{height: auto;padding-bottom: 12px;background-color: #fff;}
body .search-page .post-bx .post-bx_inner{position: relative;}
body .search-page .post-bx .post-bx_inner > a{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 2;}
body .search-page .post-bx .post-img{margin-bottom: 0;height: 400px;overflow: hidden;}
body .search-page .post-bx .post-img img{width: 100%;height: auto;}
body .search-items {width: 100%;}
body .search-items .col-lg-12:last-child .post-bx{padding-bottom: 0;}
/*************Topics*************/
.categories {/*background: #f3f3f3;*/padding: 36px 0;}
.categories-block {padding-left: 36px;padding-right: 36px;width: 50%;padding-bottom: 36px;}
.categories-block .h4{margin-bottom: 17px;color: #A5A5A5;text-align: center;font-size: 18px;font-weight: 600;line-height: 1.33;}
.categories-block .category-item{height: 64px;margin-bottom: 5px;-webkit-background-size: 100% auto !important;background-size: 100% auto !important;-webkit-transition: all .35s linear;-o-transition: all .35s linear;transition: all .35s linear;}
.categories-block .category-item:hover{-webkit-background-size: 110% auto !important;background-size: 110% auto !important;}
.categories-block .category-item:last-child{margin-bottom: 0;}
.categories-block .category-item a{display: block;height: 100%;line-height: 64px;text-align: center;background-color: rgba(0,0,0,.5);font-size: 14px;color: #F3F3F3;}
/**********Account**************/
body .um-account form{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;width: 100%;}
body .um-account form .um-account-side{width: 266px;-webkit-flex: 0 0 266px;-moz-flex: 0 0 266px;-ms-flex: 0 0 266px;-o-flex: 0 0 266px;flex: 0 0 266px;}
body .um-account form .um-account-main{flex-grow: 1;padding-left: 30px;padding-right: 0;}
body .um-account .um-account-meta{margin-bottom: 5px;}
body .um-account .um-account-meta a{border: none !important;}
body .um-account .um-account-meta a img{width: 100%;}
body .um-account .um-account-main div.um-account-heading {font-size: 24px;line-height: 1.5;font-weight: 600;color: #fff;margin-bottom: 20px !important;text-align: left;padding-bottom: 0;border-bottom: 1px solid #D9D9D9;}
body .um-account .um-account-main div.um-account-heading i{display: none;}
body .um-account .um-account-main .um-account-tab-general div.um-account-heading{background: url(https://nonperele.com/wp-content/themes/non-perele/images/User_icon.svg) right center no-repeat;}
body .um-account .um-account-main .um-account-tab-password div.um-account-heading{background: url(../../themes/non-perele/images/key.svg) right center no-repeat;}
body .um-account .um-account-main .um-account-tab-privacy div.um-account-heading{background: url(../../themes/non-perele/images/lock.svg) right center no-repeat;}
body .um.um-account .um-field-label{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;text-align: left;-ms-align-items: center;
align-items: center;}
body .um.um-account .um-field-label label{margin-bottom: 0;font-weight: 400;font-size: 12px;line-height: 1.5;color: #A5A5A5;letter-spacing: -0.02em;}
body div.um-account .um-account-side ul{border-radius: 0;border: none;}
body div.um-account .um-account-side li{margin-bottom: 5px !important;border: 1px solid #D2D2D2;}
body div.um-account .um-account-side li:first-child a,body div.um-account .um-account-side li:last-child a{border-radius: 0;}
body div.um-account .um-account-side li a.current,body div.um-account .um-account-side li a:hover{background-color: #004380 !important;}
body div.um-account .um-account-side li a:hover i{color: #f2f2f2;}
body div.um-account .um-account-side li a i{-webkit-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;}
body .um-tip{top: auto;}
body .um-account-tab-privacy .um-col-alt.um-col-alt-b{padding-top: 0;margin-top: 0;}
body .um-left{width: 100%;}
body .um-left.um-half{width: 48%;}
/***************User***************/
body .um-form form{width: 100%;}
body .um-form{-webkit-box-shadow: none;box-shadow: none;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;position: relative;margin-left: -15px;margin-right: -15px;width: auto;min-width: 100%;}
body .um-form .um-header{max-width: 38%;-webkit-flex: 0 0 38%;-moz-flex: 0 0 38%;-ms-flex: 0 0 38%;-o-flex: 0 0 38%;flex: 0 0 38%;padding-left: 15px;padding-right: 15px;border-bottom: none;padding-left: 15px;padding-right: 15px;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;-ms-align-self: flex-start;align-self: flex-start;}
body .um-form .um-header > div{width: 100% !important;background-color: #f3f3f3;}
body .um-form .um-profile-body{max-width: 62% !important;-webkit-flex: 0 0 62%;-moz-flex: 0 0 62%;-ms-flex: 0 0 62%;-o-flex: 0 0 62%;flex: 0 0 62%;padding: 0 15px;margin: 0;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;}
body .um-form .um-profile-nav{position: absolute;top: 256px;width: 38%;padding: 0 15px !important;background: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body .um-profile-nav-item a{float: none;}
body .um-profile-edit{position: relative;top: auto;padding-right: 0;-webkit-order: 2;-moz-order: 2;-ms-order: 2;-o-order: 2;order: 2;padding-bottom: 30px;}
body .um-profile-photo{padding-top: 30px;}
body div.um-profile .um-profile-photo a.um-profile-photo-img{width: 100px !important;height: 100px !important;padding: 0;margin-bottom: 20px;}
/*body div.um-profile .um-profile-photo a.um-profile-photo-img img{border-radius: 0 !important;}*/
body .um-profile-meta{padding-bottom: 25px;}
body .um-profile-meta .um-name{font-size: 16px;line-height: 1;}
body .um-profile-meta a{font-size: 16px;font-weight: 500;line-height: 16px;color: #0B0B0B;}
body .um-profile-nav-item a{background-color: #f3f3f3;padding-top: 16px !important;padding-bottom: 16px !important;}
body .um-profile-nav-item.active a,body .um-profile-nav-item a:hover{background-color: #004380 !important;}
body .um-profile-nav-item.active i,body .um-profile-nav-item a:hover i{color: #f2f2f2;}
body .um-profile-nav-item a i{-webkit-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;}
body .um-profile-nav-item i{color: #0B0B0B;}
body .um-profile-note{color: #0B0B0B;padding: 22px 32px !important;margin: 0;background: #f3f3f3;}
body .um-profile-note span{color: #0b0b0b;}
body .um-profile-body.comments .um-item{background-color: transparent;padding: 0 32px 22px;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-flex-direction: column-reverse;-moz-flex-direction: column-reverse;-ms-flex-direction: column-reverse;-o-flex-direction: column-reverse;flex-direction: column-reverse;border-bottom: none;}
body .um-item-meta{margin-bottom: 15px;}
body .um-item-meta span{display: block;color: #f2f2f2;background: url(../../themes/non-perele/images/Arrow.svg) right center no-repeat;border-top: 1px solid #d2d2d2;}
body .um-item-meta span a {display: block;font-size: 14px;font-style: normal;border-bottom: none;line-height: 18px;font-weight: 600;color: #FFF !important;max-width: 84%;}
body .um-item-link{padding-right: 0;}
body .um-item-link i{display: none;}
body .um-profile-body.comments .um-item:first-child .um-item-meta span{padding-top: 0;border-top: none;}
body .um-item-link a {color: #FFF;font-size: 14px;line-height: 19px;}
body .um-dropdown{width: 100% !important;left: 0 !important;}
body .um-dropdown-arr{display: none;}
body .um-editing form{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;}
body .um-editing .um-profile-nav {position: relative;top: auto;max-width: 22%;-webkit-flex: 0 0 22%;-moz-flex: 0 0 22%;-ms-flex: 0 0 22%;-o-flex: 0 0 22%;flex: 0 0 22%;}
body .um-editing .um-profile-meta{padding-bottom: 0;}
body .um-editing .um-meta-text{padding: 15px;}
body .um-editing .um-form .um-profile-body{max-width: 40% !important;-webkit-flex: 0 0 40%;-moz-flex: 0 0 40%;-ms-flex: 0 0 40%;-o-flex: 0 0 40%;flex: 0 0 40%;}
body .um-editing .um-form .um-profile-body .um-col-alt{margin-top: 0;}
body .um-editing .um-form .um-profile-body .um-col-alt .um-button{width: 100% !important;}
body .um-viewing .um-meta-text{display: none;}
body .comment-body{margin-left: 0;}
body .um-profile.um-viewing .um-row._um_row_1{background-color: #f3f3f3;padding: 24px 36px;}
body .um-profile-body.activities.activities-default .um-ajax-items {background: transparent;padding: 24px 34px;}
body .um-profile-body.activities.activities-default .um-ajax-items .um-item-link{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-ms-align-items: center;align-items: center;}
body .um-profile-body.activities.activities-default .um-ajax-items .um-item-link img{-ms-align-self: flex-start;align-self: flex-start;-webkit-flex: 0 0 34px;-moz-flex: 0 0 34px;-ms-flex: 0 0 34px;-o-flex: 0 0 34px;flex: 0 0 34px;width: 34px;height: 34px;}
body .um-profile-body.activities .um-ajax-items .um-item{border-color: #d2d2d2;}
body .um-profile-body.activities .um-ajax-items .um-item-meta{flex-grow: 1;padding-left: 20px;font-size: 14px;}
body .um-profile-body.activities .um-ajax-items .um-item-meta span{background: none;border: none;color: #a5a5a5;}
body .um-profile-body.activities .um-ajax-items .um-item-meta strong {display: block;font-weight: 400;color: #fff;margin-bottom: 15px;}
body .um-profile-body.activities .um-ajax-items .um-item-meta a {font-size: 14px;font-weight: 400;border: none;text-decoration: underline !important;color: #004380;}
body .um-profile-body.activities .um-ajax-items .um-item > .um-item-meta {margin: 0;position: absolute;right: 0;top: 20px;}
body .um-profile-body.activities .um-ajax-items .um-item > .um-item-meta span{font-style: normal;}
body .um-editing .um-form .um-profile-body .um-row._um_row_1 {background: transparent;padding: 15px;}
/****************login****************/
body .um-register .um-form,body .um-login .um-form,body .um-password .um-form,body .um-account .um-form{margin-left: 0;margin-right: 0;}
/*************Media queries***********/
@media (max-width: 1199px) {
	body .container {max-width: 970px;padding-left: 15px;padding-right: 15px;}
	body .top-head .container{padding-left: 15px;padding-right: 15px;}
	/*********Single content********/
	body .trand-txt-detail{margin-bottom: 30px;}
	body ul#ai_reactions_main{text-align: right;}
	body ul#ai_reactions_main li a{padding: 0 !important;margin-right: 5px;}
	body .ai_main_smiley_div{bottom: -3px;}
	/*************Account***********/
	body .um-account form{-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap}
	body .um-account .um-account-meta{max-width: 180px;margin-left: auto;margin-right: auto;margin-bottom: 28px !important;}
	body .um-account-meta.radius-1 img{border-radius: 0;margin-bottom: 28px;}
	body .um-account .um-account-meta a{font-weight: 500;color: #fff;}
	body .um-account-profile-link{display: none;}
	body .um-account-nav {margin-bottom: 5px;border: none;}
	body .um-account form .um-account-main{padding-left: 0;}
	body .um-account-nav a{border: 1px solid #d2d2d2 !important;padding-right: 40px;color: #a5a5a5 !important;padding-left: 40px;padding-right: 40px;}
	body .um-account-nav a.current{color: #F3F3F3 !important;background-color: #004380;border-color: #004380 !important;font-weight: 400 !important;}
	body .um-account-nav span.ico{left: 24px;}
	body .um-account-nav span.arr{right: 24px;}
	body .um-account .um-account-tab{padding-top: 30px;padding-bottom: 50px !important;}
}
@media (max-width: 991px) {
	body .container {max-width: 740px;padding-left: 15px;padding-right: 15px;}
	body .navbar-nav{background-color: transparent;}
	body .bot-head_right .nav-item a{color: #0b0b0b !important;}
	body .latest-post-txt{padding: 15px;}
	body .pop-view-ul .li{padding: 15px 15px 0;}
	body .pop-view-ul .li:first-child .view-txt{padding: 15px;}
	body .post-bx .post-date{right: 15px;top: 15px;}
	body .pop-view-ul .li:first-child .view-d{right: 15px;top: 15px;}
	body .pop-view-ul .li .view-post{display: block;text-align: left;}
	body .view-txt{padding-left: 0;padding-top: 10px;}
	body .pop-view-ul .li .view-post{padding-bottom: 5px;}
	body .latest-post-t .col-lg-6:first-child .post-bx{height: 300px;}
	/**********Search**********/
	body .search-page .post-bx .post-img img{height: 100%;width: auto;}
	/*********Single content********/
	body .trand-news .trend-news_top{padding: 24px;}
	body .trand-news .trend-news_top .h1{font-size: 20px;}
	body .single-content{padding: 24px 24px 50px;}
	/********Contact**************/
	.page-inner .contact-top{padding: 24px;}
	.page-inner .contact-bottom .contact-bottom_item:nth-child(2){margin-left: 60px;margin-right: 60px;}
	/*************Account**********/
	body .about-content{padding: 24px;}
	/**********Profile*************/
	body .um-form .um-header{padding-bottom: 200px;}
	/****************Edit profile***********/
	body .um-profile.um-editing form{display: block;}
	body .um-profile.um-editing form .um-header{padding-bottom: 0;margin-bottom: 10px;max-width: 100%;}
	body .um-profile.um-editing .um-profile-nav{max-width: 100%;margin-bottom: 10px;width: 100%;}
	body .um-profile.um-editing .um-form .um-profile-body{max-width: 100% !important;padding-left: 15px;padding-right: 15px;}
	body .um-profile.um-editing .um-header.no-cover .um-profile-photo a.um-profile-photo-img{width: 180px !important;height: 180px !important;}
	body .um-profile.um-editing .um-profile-photo-overlay{width: 80%;height: 80%;left: 10%;top: 10%;}
	body .um-profile.um-editing .um-header.no-cover .um-main-meta{margin-bottom: 20px;}
	body .um-profile.um-editing .um-header.no-cover .um-profile-photo{position: relative;}
}
@media (max-width: 1500px) and (min-width: 768px) {
	body .col-lg-4.col-md-4 .news-r{display: none;}
}
@media (max-width: 1500px) {
	body.page-template-page_top_stories .news-r .popular-post,body.single .news-r .popular-post{display: none;}
	body .container {max-width: 100%;padding-left: 15px;padding-right: 15px;}
	body .top-head{display: inline-block;background-color: transparent;position: relative;z-index: 20;width: auto;}
	body .header .menu {position: fixed;bottom: 0;z-index: 99;left: 0;width: 100%;background: #fff;}
	body .top-head .container{padding-left: 0;padding-right: 0;}
	body .bot-head_right{position: relative;top: auto;right: auto;}
	body .bot-head {position: absolute;top: 5px;right: 0;background: none;}
	body .bot-head .container{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: flex-end;}
	body .bot-head_right{color: transparent;}
	body .bot-head_right button{margin-right: 0;/*filter: invert(100%);*/}
	body .bot-head_right .nav-item{margin-left: 0;}
	body .bot-head_right .nav-item img{display: none;}
	body .bot-head_right .nav-item a{color: #fff !important;font-weight: 400;}
	body .bot-head_right .nav-item a:hover{color: #fff !important;}
	body .bot-head .header-search{padding-left: 0;padding-right: 0;}
	body .header{background-color: #ffffff /*#00294E*/;height: 59px; padding-top: 10px;}
	body .top-head a img{display: none;}
	body .top-head a img.mobile{display: block;}
	body.home .news-row h1{display: none;}
	body .n-paper{position: static;}
	body .n-paper .agency{position: absolute;top: 20px;left: 20px;}
	body .post-bx{height: 300px;}
	body .latest-post-txt{padding: 20px;}
	body .post-bx .post-date{right: 20px;top: 20px;}
	body .latest-post-t .col-lg-6:first-child .con-text-title .post-title a{font-size: 18px;}
	body .share-ul li{padding: 0;padding-right: 16px;}
	body .bot-head .menu ul li.current-menu-item a, body .bot-head .menu ul a:hover{background-color: #fff;color: #0b0b0b !important;}
	body .bot-head .menu ul a{padding-top: 40px;padding-bottom: 10px;-webkit-background-size: 18px !important;background-size: 18px !important;height: auto;line-height: 1;}
	body .bot-head .menu ul li:first-child a{background: url(../../themes/non-perele/images/spotify.svg) center 12px no-repeat;}
	body .bot-head .menu ul li:nth-child(2) a{background: url(../../themes/non-perele/images/tranding.svg) center 12px no-repeat;}
	body .bot-head .menu ul li:nth-child(3) a{background: url(../../themes/non-perele/images/topics.svg) center 12px no-repeat;}
	body .bot-head .menu ul li:nth-child(4) a{background: url(../../themes/non-perele/images/region.svg) center 12px no-repeat;}
	body .bot-head .menu ul li:nth-child(5) a, body .bot-head .menu ul li:nth-child(6) a{background: url(../../themes/non-perele/images/user.svg) center 12px no-repeat;}
	body .bot-head .menu ul li.current-menu-item:first-child a{background: url(../../themes/non-perele/images/spotify_color.svg) center 12px no-repeat;}
	body .bot-head .menu ul li.current-menu-item:nth-child(2) a{background: url(../../themes/non-perele/images/trending_color.svg) center 12px no-repeat;}
	body .bot-head .menu ul li.current-menu-item:nth-child(3) a{background: url(../../themes/non-perele/images/topics_color.svg) center 12px no-repeat;}
	body .bot-head .menu ul li.current-menu-item:nth-child(4) a{background: url(../../themes/non-perele/images/region_color.svg) center 12px no-repeat;}
	body .bot-head .menu ul li.current-menu-item:nth-child(5) a, body .bot-head .menu ul li.current-menu-item:nth-child(6) a{background: url(../../themes/non-perele/images/user_color.svg) center 12px no-repeat;}
	body .bot-head .menu ul li.current-menu-item a{color: #0059ab/*#004380*/ !important;}
	body .news-stories{display: none;}
	body .footer{padding-top: 40px;padding-bottom: 140px;}
	body .footer-ul h3{text-align: center;color: #fff;}
	body .footer-ul ul{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: center;padding-bottom: 40px;margin-bottom: 34px;border-bottom: 1px solid rgba(200,200,200,.15);}
	body .footer-ul ul li{width: auto;margin-bottom: 0;margin-left: 20px;margin-right: 20px;}
	body .widget:not(.widget_tag_cloud) ul li + li{margin-top: 0;}
	body .footer .footer-b{padding-bottom: 0;border: none;position: static;}
	body .footer .footer-b .col-lg-4 {-webkit-order: 2;-moz-order: 2;-ms-order: 2;-o-order: 2;order: 2;}
	body .footer .footer-b .col-lg-5,body .footer .container, body .footer .footer-b .row{position: static;}
	body .footer .emaillist{padding-bottom: 40px;margin-bottom: 34px;border-bottom: 1px solid rgba(200,200,200,.15);}
	body .footer .copyright{position: absolute;bottom: 80px;left: 0;width: 100%;padding-left: 15px;padding-right: 15px;}
	body .footer .copyright p{text-align: center;color: #fff;}
	body .footer .like-social{text-align: center;}
	body .footer .emaillist form .es_submit_button{padding: 0;width: 110px;-webkit-flex: 0 0 110px;-moz-flex: 0 0 110px;-ms-flex: 0 0 110px;-o-flex: 0 0 110px;flex: 0 0 110px;}
	body .latest-post-t .col-lg-6:first-child .post-bx{height: auto;}
	body .footer .like-social a{margin-left: 4px;margin-right: 4px;}
	body .post-bx > a{display: none;}
	body .pop-view-ul .li .view-post{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;padding-bottom: 24px;}
	body .view-txt{padding-left: 16px;padding-top: 0;}
	body .news-r > div.like-social_wrap{height: 212px;}
	body .view-img a{width: 100%;height: auto;}
	body .view-img img{height: auto;width: 100%;}
	body .pop-view-ul .li:first-child .view-img{width: 100%;}
	body .close-search {position: absolute;top: 1px;left: 0px;background: #fff;padding: 0;width: 40px;height: 38px;z-index: 20;border-radius: 0;display: block;}
	body .close-search:after,body .close-search:before{display: block;content: '';width: 20px;height: 2px;background-color: #004380;position: absolute;top: 18px;left: 10px;}
	body .close-search:after{-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
	body .close-search:before{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
	body .bot-head .header-search{padding-left: 40px;}
	/**********Search**********/
	body .search-page .post-bx .post-img{height: 300px;}
	body .search-page .post-bx .post-img img{height: auto;width: 100%;}
	/**********Single********/
	body .trand-news{margin-top: 0;}
	/**********Contact**********/
	.wpcf7-form{-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
	.wpcf7-form .form-left{max-width: 100%;-webkit-flex: 0 0 100%;-moz-flex: 0 0 100%;-ms-flex: 0 0 100%;-o-flex: 0 0 100%;flex: 0 0 100%;}
	.wpcf7-form .form-right{max-width: 100%;-webkit-flex: 0 0 100%;-moz-flex: 0 0 100%;-ms-flex: 0 0 100%;-o-flex: 0 0 100%;flex: 0 0 100%;}
	.page-inner .contact-bottom{display: block;padding-bottom: 40px;}
	.page-inner .contact-bottom .contact-bottom_item{margin-bottom: 30px;}
	.page-inner .contact-bottom .contact-bottom_item:nth-child(2){margin-left: 0;margin-right: 0;}
	/**********Account********/
	body .about-content{margin-top: 0;}
	body .um-account .um-account-tab{padding-top: 0;}
	body .um-account form .um-account-main{padding-left: 30px;}
	/***********Profile*************/
	body .um-form{display: block;}
	body .um-form .um-header{max-width: 100%;padding-bottom: 0;margin-bottom: 10px;}
	body .um-form .um-profile-nav{position: relative;top: auto;width: 100%;margin-bottom: 10px;}
	body .um-form .um-profile-body{max-width: 100% !important;padding-left: 15px !important;padding-right: 15px !important;}
	body .about-content h1{font-size: 26px;line-height: 1;margin-bottom: 30px;}
	body .um-profile-body.comments .um-item{padding-left: 24px;padding-right: 24px;}
	body .um-item-meta span{background: url(../../themes/non-perele/images/Arrow.svg) right 23px no-repeat;}
	body .um-field-label .um-tip.um-tip-w{display: none;}
}
@media (max-width: 693px) {
	body .um-account form{-webkit-flex-wrap: unset;-moz-flex-wrap: unset;-ms-flex-wrap: unset;-o-flex-wrap: unset;flex-wrap: unset;}
}
@media (max-width: 608px) {
}
@media (max-width: 578px) {
	body .um-account .um-account-tab{padding-top: 30px;}
	body .um-account form{-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
	body .um-account form .um-account-main{padding-left: 0;}
}
@media (max-width: 480px) {
	body .view-img a{height: 100%;}
	body .view-img a img{height: 100%;width: auto;}
	body .footer-ul ul li{margin-left: 8px;margin-right: 8px;}
	/*********Topics**********/
	body .topics .news-row h1 {font-size: 20px;background: transparent;margin-bottom: 0;padding-bottom: 20px;color: #FFF;padding: 20px 25px;}
	.categories{padding-top: 0;padding-bottom: 90px;padding-left: 25px;padding-right: 25px;}
	.categories-block{width: 100%;position: relative !important;top: auto !important;left: auto !important;padding-left: 0;padding-right: 0;}
	.categories-block:first-child{padding-top: 25px;border-top: 0px solid #D9D9D9;}
	/**********Search**********/
	body .search-page .post-bx .post-img img{height: 100%;width: auto;}
	/***********Login********/
	body .um-left.um-half{width: 100%;margin-bottom: 10px;}
	body .um-right.um-half{width: 100%;}
	body .um-login .um-col-alt-b{bottom: 147px;}
	body .page-inner .contact-top .page-intro {padding-bottom: 16px;margin-bottom: 24px;border-bottom: 1px solid #D9D9D9;}
	body .page-inner .contact-top .page-intro .h2{font-size: 24px;}
	body .about-content h1{font-size: 24px;padding-bottom: 16px;margin-bottom: 24px;border-bottom: 1px solid #d9d9d9;}
	/*************Single**********/
	body #ai_post_reaction_main{padding-bottom: 55px;}
	body ul#ai_reactions_main{text-align: left;}
	body .ai_main_smiley_div{bottom: 0;right: auto;}
}


body .about-content h1, body .um-field-checkbox-option, body .um-field-radio-option {color: white !important;}
#ai_post_reaction_main {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 20px;
}
#ai_post_reaction_main .ai_main_smiley_div {
	right: auto !important;
}








/* new image header for single page */
@-webkit-keyframes ngp_arrow-bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px)
	}
	60% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

@keyframes ngp_arrow-bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px)
	}
	60% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

.immersive-lead div {
	position:initial;
}
.immersive-lead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
	/*margin-top: -114px;*/
}
.immersive-lead::before {
    background: #f2f2f2;
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.immersive-lead__lead-media {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.immersive-lead__image--desktop, .immersive-lead__image--mobile {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.modules-images {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.modules-images--framed {
    overflow: hidden;
}
.modules-images {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.modules-images--framed {
    overflow: hidden;
}
.immersive-lead figure {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.immersive-lead figure:not(.embedded-video) {
    height: 100%;
}
.modules-images--framed .external-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.modules-images .background-image-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.immersive-lead__content::after {
    background: transparent;
    content: '';
    display: block;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: calc(100vh - 163px);
    pointer-events: none;
    position: relative;
    visibility: hidden;
    width: 1px;
    z-index: -1;
}
.immersive-lead__content-wrap {
    max-width: 800px;
    padding: 40px 16px;
    width: 100%;
}
@media (min-width: 810px) {
	.immersive-lead__content-wrap {
		padding: 80px 40px;
	}
}
.mt_row::before, .mt_row::after {
    content: ' ';
    display: table;
}
.immersive-lead .titleAndDek {
    margin-bottom: 24px;
    margin-top: 0;
}
.immersive-lead .titleAndDek-kickers {
    margin-bottom: 30px;
}
.immersive-lead .titleAndDek .kicker_refresh {
    font-family: 'GeoBrandRegular', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    margin: 0 0 4px 0;
}
@media screen and (min-width: 768px) {
	.immersive-lead .titleAndDek .kicker_refresh {
		font-family: 'GeoBrandRegular', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
		text-transform: uppercase;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5;
	}
}
.immersive-lead .titleAndDek .kicker_refresh--link {
    text-decoration: none;
}
.immersive-lead .titleAndDek .kicker_refresh:first-child {
    font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.immersive-lead .titleAndDek .kicker_refresh:first-child {
		font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
		text-transform: uppercase;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5;
	}
}
.titleAndDek .main-title, .immersive-lead__heading {
    clear: both;
    margin: 0;
    word-wrap: break-word;
}
.immersive-lead__content--theme-negative .immersive-lead__heading .main-title, .immersive-lead__content--theme-negative .titleAndDek .main-title {
    color: #fff;
}
.titleAndDek .md-title.sentence-case.main-title, .md-title.sentence-case.immersive-lead__heading {
    font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 38px;
    line-height: 1.211;
}
.article__deck {
    font-family: 'GeoEditRegular', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: 0;
    letter-spacing: .1px;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
}
.article__deck h2 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}
.immersive-lead__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-left: 1px;
    position: relative;
    width: calc(100% - 2px);
    z-index: 2;
}
.immersive-lead__content--text-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.immersive-lead__content--text-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.immersive-lead__content--theme-negative {
    color: #fff;
}
.agency-in-header {
	margin: auto;
    color: #F3F3F3;
    background-color: #004380;
    padding: 5px 15px;
    text-transform: uppercase;
    line-height: 24px;
    bottom: 0;
    text-align: center;
    width: auto;
}
.external-image-overlay {
	position: absolute !important;
    height: 100%;
    width: 100%;
    background: black;
    z-index: 10;
    opacity: 0.5;
}
body .header {
	z-index: 10;
	height: 59px; 
	padding-top: 5px;
}


body.search.search-results .news-r,
body.category .news-r {
    display: none !important;
}

.listen-news {
	position: absolute !important;
    right: 30px;
    top: 5px;
	z-index: 1;
}

h1:not(.main-title) {display: none;}@keyframes aslAnFadeInDrop{0%{opacity:0;transform:translate(0,-50px);}100%{opacity:1;transform:translate(0,0);}}@-webkit-keyframes aslAnFadeInDrop{0%{opacity:0;transform:translate(0,-50px);-webkit-transform:translate(0,-50px);}100%{opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);}}@keyframes aslAnFadeOutDrop{0%{opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);}100%{opacity:0;transform:translate(0,-50px);-webkit-transform:translate(0,-50px);}}@-webkit-keyframes aslAnFadeOutDrop{0%{opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);}100%{opacity:0;transform:translate(0,-50px);-webkit-transform:translate(0,-50px);}}.hiddend{display:none !important;}div.asl_w.asl_an_fadeInDrop,div.asl_w.asl_an_fadeOutDrop{-webkit-animation-duration:100ms;animation-duration:100ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}div.asl_w.asl_an_fadeInDrop{animation-name:aslAnFadeInDrop;-webkit-animation-name:aslAnFadeInDrop;}div.asl_w.asl_an_fadeOutDrop{animation-name:aslAnFadeOutDrop;-webkit-animation-name:aslAnFadeOutDrop;}div.asl_w.asl_main_container{transition:width 130ms linear;-webkit-transition:width 130ms linear;}div.asl_w,div.asl_w *,div.asl_r,div.asl_r *,div.asl_s,div.asl_s *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box;padding:0;margin:0;border:0;border-radius:0;text-transform:none;text-shadow:none;box-shadow:none;text-decoration:none;text-align:left;letter-spacing:normal;}div.asl_r,div.asl_r *{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}div.asl_m .proinput input::-ms-clear{display:none !important;width:0 !important;height:0 !important;}div.asl_m .proinput input::-ms-reveal{display:none !important;width:0 !important;height:0 !important;}div.asl_m input[type="search"]{-webkit-appearance:textfield !important;}div.asl_m input[type="search"]::-webkit-search-decoration,div.asl_m input[type="search"]::-webkit-search-cancel-button,div.asl_m input[type="search"]::-webkit-search-results-button,div.asl_m input[type="search"]::-webkit-search-results-decoration{display:none;}.clear{clear:both;}.hiddend{display:none;}div.asl_m textarea:focus,div.asl_m input:focus{outline:none;}div.asl_m{width:100%;height:auto;border-radius:0;background:rgba(255,255,255,0);overflow:hidden;position:relative;z-index:200;}div.asl_m .probox{width:auto;border-radius:5px;background:#fff;overflow:hidden;border:1px solid #fff;box-shadow:1px 0 3px #ccc inset;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;}div.asl_m .probox .proinput{width:auto;height:100%;margin:0 0 0 10px;padding:0 5px;float:left;box-shadow:none;position:relative;flex:1 1 auto;-webkit-flex:1 1 auto;order:5;-webkit-order:5;}div.asl_m .probox .proinput input:before,div.asl_m .probox .proinput input:after,div.asl_m .probox .proinput form:before,div.asl_m .probox .proinput form:after{display:none;}div.asl_m .probox .proinput input{height:28px;border:0;background:transparent;width:100%;box-shadow:none;margin:-1px;padding:0;left:0;line-height:normal !important;display:block;}div.asl_m .probox .proinput input::-webkit-input-placeholder{opacity:.85;}div.asl_m .probox .proinput input::-moz-placeholder{opacity:.85;}div.asl_m .probox .proinput input:-ms-input-placeholder{opacity:.85;}div.asl_m .probox .proinput input:-moz-placeholder{opacity:.85;}div.asl_m .proinput input.orig{padding:0 !important;margin:0 !important;background:transparent !important;border:none !important;background-color:transparent !important;box-shadow:none !important;z-index:10;position:relative;}div.asl_m .proinput input.autocomplete{padding:0 !important;margin:0;background:transparent !important;border:none !important;background-color:transparent !important;box-shadow:none !important;opacity:.2;}div.asl_m .probox .proinput input.autocomplete{border:0;background:transparent;width:100%;box-shadow:none;margin:0;margin-top:-28px !important;padding:0;left:0;position:relative;z-index:9;}div.asl_m .probox .proinput.iepaddingfix{padding-top:0;}div.asl_m .probox .proinput .loading{width:32px;background:#000;height:100%;box-shadow:none;}div.asl_m .probox .proloading,div.asl_m .probox .proclose,div.asl_m .probox .promagnifier,div.asl_m .probox .prosettings{width:20px;height:20px;background:none;background-size:20px 20px;float:right;box-shadow:none;margin:0;padding:0;text-align:center;flex:0 0 auto;-webkit-flex:0 0 auto;z-index:100;}div.asl_m .probox .promagnifier{order:10;-webkit-order:10;}div.asl_m .probox .prosettings{order:1;-webkit-order:1;}div.asl_m .probox .proloading,div.asl_m .probox .proclose{background-position:center center;display:none;background-size:auto;background-repeat:no-repeat;background-color:transparent;order:6;-webkit-order:6;}div.asl_m .probox .proclose{position:relative;cursor:pointer;}div.asl_m .probox .promagnifier .innericon,div.asl_m .probox .prosettings .innericon,div.asl_m .probox .proclose .innericon{background-size:20px 20px;background-position:center center;background-repeat:no-repeat;background-color:transparent;width:100%;height:100%;text-align:center;overflow:hidden;}div.asl_m .probox .promagnifier .innericon svg,div.asl_m .probox .prosettings .innericon svg,div.asl_m .probox .proloading svg{height:100%;width:22px;vertical-align:baseline;display:inline-block;}div.asl_m .probox .proloading{padding:2px;box-sizing:border-box;}div.asl_m .probox div.asl_loader,div.asl_m .probox div.asl_loader *{box-sizing:border-box !important;margin:0;padding:0;box-shadow:none;}div.asl_m .probox div.asl_loader{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:column;flex-grow:0;flex-shrink:0;flex-basis:28px;max-width:100%;max-height:100%;width:100%;height:100%;align-items:center;justify-content:center;}div.asl_m .probox div.asl_loader-inner{width:100%;margin:0 auto;text-align:center;height:100%;}@-webkit-keyframes rotate-simple{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes rotate-simple{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}div.asl_m .probox div.asl_simple-circle{margin:0;height:100%;width:100%;animation:rotate-simple .8s infinite linear;-webkit-animation:rotate-simple .8s infinite linear;border:4px solid #fff;border-right-color:transparent !important;border-radius:50%;box-sizing:border-box;}div.asl_m .probox .proclose svg{background:#333;border-radius:50%;position:absolute;top:50%;width:20px;height:20px;margin-top:-10px;left:50%;margin-left:-10px;fill:#fefefe;padding:4px;box-sizing:border-box;box-shadow:0 0 0 2px rgba(255,255,255,.9);}div.asl_r *{text-decoration:none;text-shadow:none;}div.asl_r .results .asl_nores{overflow:hidden;width:auto;height:100%;line-height:initial;text-align:center;margin:0;background:#fff;padding:10px 3px;color:#222;}div.asl_r.horizontal{padding:2px 0 10px;}div.asl_r.horizontal .results .nores{background:transparent;}div.asl_r .results{overflow:hidden;width:auto;height:0;margin:0;padding:0;}div.asl_r.horizontal .results{height:auto;width:auto;}div.asl_r .results .item{overflow:hidden;width:auto;margin:0;padding:3px;position:relative;background:#f4f4f4;border-left:1px solid rgba(255,255,255,.6);border-right:1px solid rgba(255,255,255,.4);animation-delay:0s;animation-duration:1s;animation-fill-mode:both;animation-timing-function:ease;backface-visibility:hidden;-webkit-animation-delay:0s;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;-webkit-animation-timing-function:ease;-webkit-backface-visibility:hidden;}div.asl_r.vertical .results .item:first-child{border-radius:3px 3px 0 0;}div.asl_r.vertical .results .item:last-child{border-radius:0 0 3px 3px;margin-bottom:0;}div.asl_r.vertical .results .asl_spacer{background:none repeat scroll 0 0 #ccc;display:block;height:2px;width:100%;margin:0;padding:0;}div.asl_r.vertical .results .item:last-child:after{height:0;margin:0;width:0;}div.asl_r .results .item .asl_image{overflow:hidden;background:transparent;margin:2px 8px 0 0;padding:0;float:left;background-position:center;background-size:cover;}div.asl_r .results .item .asl_image img{width:100%;height:100%;}div.asl_r .results .item .asl_content{overflow:hidden;height:auto;background:transparent;margin:0;padding:3px 3px 5px 3px;}div.asl_r .results .item .asl_content h3{margin:0;padding:0;display:inline;line-height:inherit;}div.asl_r .results .item .asl_content .asl_desc{margin-top:4px;font-size:12px;line-height:18px;}div.asl_r .results .item div.etc{margin-top:4px;}div.asl_r .results a span.overlap{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;}div.asl_r p.showmore{text-align:center;padding:0;margin:0;font-weight:normal;font-family:Open Sans;color:#055e94;font-size:12px;line-height:30px;text-shadow:0 0 0 rgba(255,255,255,0);background-color:#fff;margin-top:3px;cursor:pointer;}div.asl_r p.showmore a{font-weight:normal;font-family:Open Sans;color:#055e94;font-size:12px;line-height:30px;text-shadow:0 0 0 rgba(255,255,255,0);display:block;text-align:center;cursor:pointer;}.results .asl_nores .asl_keyword{padding:0 6px;cursor:pointer;font-weight:bold;font-family:Open Sans;}div.asl_r .resdrg{height:auto;}div.asl_w .group:first-of-type{margin:0 0 -3px;}div.asl_s.searchsettings{width:200px;height:auto;position:absolute;display:none;z-index:1101;border-radius:0 0 3px 3px;visibility:hidden;padding:0;}div.asl_s.searchsettings form{display:flex;flex-wrap:wrap;margin:0 0 12px 0 !important;padding:0 !important;}div.asl_s.searchsettings .asl_option_inner{margin:2px 10px 0 10px;*padding-bottom:10px;}div.asl_s.searchsettings.ie78 .asl_option_inner{margin-bottom:0 !important;padding-bottom:0 !important;}div.asl_s.searchsettings .asl_option_label{font-size:14px;line-height:20px !important;margin:0;width:150px;text-shadow:none;padding:0;min-height:20px;border:none;background:transparent;float:none;}div.asl_s.searchsettings .asl_option_inner input[type=checkbox]{display:none !important;}div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox]{display:block;}div.asl_s.searchsettings.ie78 .asl_option_label{float:right !important;}div.asl_s.searchsettings .asl_option{display:flex;flex-direction:row;-webkit-flex-direction:row;align-items:flex-start;margin:0 0 10px 0;cursor:pointer;}div.asl_s.searchsettings .asl_option.asl-o-last,div.asl_s.searchsettings .asl_option:last-child{margin-bottom:0;}div.asl_s.searchsettings .asl_option_inner{width:17px;height:17px;position:relative;flex-grow:0;-webkit-flex-grow:0;flex-shrink:0;-webkit-flex-shrink:0;}div.asl_s.searchsettings .asl_option_inner label{cursor:pointer;position:absolute;width:17px;height:17px;top:0;padding:0;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.2);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.2);box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.2);overflow:hidden;font-size:0 !important;color:rgba(0,0,0,0);}div.asl_s.searchsettings.ie78 .asl_option_inner label{display:none;}div.asl_s.searchsettings .asl_option_inner label:after{opacity:0;font-family:'aslsicons2';content:"";font-weight:normal !important;background:transparent;border:none !important;box-sizing:content-box;color:#fff;height:100%;width:100%;padding:0 !important;margin:1px 0 0 0 !important;line-height:17px;text-align:center;text-decoration:none;text-shadow:none;display:block;font-size:11px !important;position:absolute;top:0;left:0;z-index:1;}div.asl_s.searchsettings.ie78 .asl_option_inner label:after{display:none;}div.asl_s.searchsettings .asl_option_inner label:hover::after{opacity:.3;}div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+label:after{opacity:1;}div.asl_s.searchsettings fieldset{position:relative;float:left;}div.asl_s.searchsettings fieldset{background:transparent;font-size:.9em;margin:12px 0 0 !important;padding:0;width:192px;}div.asl_s.searchsettings fieldset .asl_option_label{width:130px;display:block;}div.asl_s.searchsettings form fieldset legend{padding:5px 0 8px 10px;}div.asl_w .mCustomScrollBox .mCSBap_scrollTools{width:16px;height:100%;top:0;right:0;}div.asl_w .mCSBap_scrollTools .mCSBap_draggerContainer{height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:2px 0;}div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp,div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown{position:relative;margin:-8px 0 0 3px;background-position:0 0;background:transparent;border-color:transparent transparent #fff transparent;border-style:solid;border-width:0 5px 6px 5px;width:0;height:0;padding:10px 0 0 0;background:0;opacity:.4;display:block;overflow:hidden;cursor:pointer;}div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown{margin:-16px 0 0 3px;border-width:6px 5px 0 5px;border-color:#fff transparent transparent transparent;position:relative;top:100%;}div.asl_w .mCustScr{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom;}div.asl_w .mCustScr.mCS_no_scrollbar,.mCustScr.mCS_touch_action{-ms-touch-action:auto;touch-action:auto;}div.asl_w .mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:none;direction:ltr;}div.asl_w .mCSBap_container{overflow:hidden;width:auto;height:auto;}div.asl_w .mCSBap_inside>.mCSBap_container{margin-right:20px;}div.asl_w .mCSBap_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;}div.asl_w .mCS-dir-rtl>.mCSBap_inside>.mCSBap_container{margin-right:0;margin-left:30px;}div.asl_w .mCS-dir-rtl>.mCSBap_inside>.mCSBap_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0;}div.asl_w .mCSBap_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;}div.asl_w .mCSBap_outside+.mCSBap_scrollTools{right:-26px;}div.asl_w .mCS-dir-rtl>.mCSBap_inside>.mCSBap_scrollTools,div.asl_w .mCS-dir-rtl>.mCSBap_outside+.mCSBap_scrollTools{right:auto;left:0;}div.asl_w .mCS-dir-rtl>.mCSBap_outside+.mCSBap_scrollTools{left:-26px;}div.asl_w .mCSBap_scrollTools .mCSBap_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto;}div.asl_w .mCSBap_scrollTools a+.mCSBap_draggerContainer{margin:20px 0;}div.asl_w .mCSBap_scrollTools .mCSBap_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;}div.asl_w .mCSBap_scrollTools .mCSBap_dragger{cursor:pointer;width:100%;height:30px;z-index:1;}div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{width:6px;box-shadow:0 0 2px 0 rgba(0,0,0,.5);height:100%;margin:0 auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;text-align:center;}div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_dragger.mCSBap_dragger_onDrag_expanded .mCSBap_dragger_bar,div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_draggerContainer:hover .mCSBap_dragger .mCSBap_dragger_bar{width:12px;}div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_dragger.mCSBap_dragger_onDrag_expanded+.mCSBap_draggerRail,div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_draggerContainer:hover .mCSBap_draggerRail{width:8px;}div.asl_w .mCSBap_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px;}div.asl_w .mCSBap_container_wrapper>.mCSBap_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}div.asl_w .mCSBap_vertical_horizontal>.mCSBap_scrollTools.mCSBap_scrollTools_vertical{bottom:20px;}div.asl_w .mCSBap_vertical_horizontal>.mCSBap_scrollTools.mCSBap_scrollTools_horizontal{right:20px;}div.asl_w .mCSBap_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSBap_scrollTools.mCSBap_scrollTools_vertical{bottom:0;}div.asl_w .mCSBap_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSBap_scrollTools~.mCSBap_scrollTools.mCSBap_scrollTools_horizontal,div.asl_w .mCS-dir-rtl>.mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_scrollTools.mCSBap_scrollTools_horizontal{right:0;}div.asl_w .mCS-dir-rtl>.mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_scrollTools.mCSBap_scrollTools_horizontal{left:20px;}div.asl_w .mCS-dir-rtl>.mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSBap_scrollTools~.mCSBap_scrollTools.mCSBap_scrollTools_horizontal{left:0;}div.asl_w .mCS-dir-rtl>.mCSBap_inside>.mCSBap_container_wrapper{margin-right:0;margin-left:30px;}div.asl_w .mCSBap_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSBap_container{padding-right:0;}div.asl_w .mCSBap_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSBap_container{padding-bottom:0;}div.asl_w .mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0;}div.asl_w .mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0;}div.asl_w .mCSBap_scrollTools,div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp,div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out;}div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_dragger_bar,div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_draggerRail,div.asl_w .mCSBap_scrollTools_horizontal.mCSBap_scrollTools_onDrag_expand .mCSBap_dragger_bar,div.asl_w .mCSBap_scrollTools_horizontal.mCSBap_scrollTools_onDrag_expand .mCSBap_draggerRail{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;}div.asl_w .mCSBap_scrollTools{opacity:.75;}div.asl_w .mCS-autoHide>.mCustomScrollBox>.mCSBap_scrollTools,div.asl_w .mCS-autoHide>.mCustomScrollBox~.mCSBap_scrollTools{opacity:0;}div.asl_w .mCustScr>.mCustomScrollBox>.mCSBap_scrollTools.mCSBap_scrollTools_onDrag,div.asl_w .mCustScr>.mCustomScrollBox~.mCSBap_scrollTools.mCSBap_scrollTools_onDrag,div.asl_w .mCustomScrollBox:hover>.mCSBap_scrollTools,div.asl_w .mCustomScrollBox:hover~.mCSBap_scrollTools,div.asl_w .mCS-autoHide:hover>.mCustomScrollBox>.mCSBap_scrollTools,div.asl_w .mCS-autoHide:hover>.mCustomScrollBox~.mCSBap_scrollTools{opacity:1;}div.asl_w .mCSBap_scrollTools .mCSBap_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);}div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,1);}div.asl_w .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,1);}div.asl_w .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_w .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,1);}div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp{background-position:0 0;}div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp:hover,div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown:hover{opacity:.75;}div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp:active,div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown:active{opacity:.9;}#asl_hidden_data{display:none !important;}.rtl .asl_content,.rtl .asl_nores,.rtl .asl_content *,.rtl .asl_nores *,.rtl .searchsettings form{text-align:right !important;direction:rtl !important;}.rtl .asl_nores>*{display:inline-block;}.rtl div.asl_r .results .item .asl_image{float:right;margin:2px 0 0 8px;}div.asl_s.searchsettings form fieldset legend{padding:5px 10px 8px 0;}.rtl .searchsettings .asl_option{flex-direction:row-reverse !important;-webkit-flex-direction:row-reverse !important;}.rtl .asl_option{direction:ltr;}.rtl .asl_label,.rtl .asl_option div.asl_option_label{text-align:right !important;}.rtl .asl_label{max-width:1000px !important;width:100%;direction:rtl !important;}.rtl .asl_label input[type=radio]{margin:0 0 0 6px !important;}.rtl .asl_option_cat_level-0 div.asl_option_label{font-weight:bold !important;}.rtl fieldset .asl_option_cat_level-1{margin-right:12px !important;margin-left:0;}.rtl fieldset .asl_option_cat_level-2{margin-right:24px !important;margin-left:0;}.rtl fieldset .asl_option_cat_level-3{margin-right:36px !important;margin-left:0;}.rtl .searchsettings legend{text-align:right !important;display:block;width:100%;}.rtl .searchsettings input[type=text],.rtl .searchsettings select{direction:rtl !important;text-align:right !important;}.rtl div.asl_w.asl_s.searchsettings form,.rtl div.asl_w.asl_sb.searchsettings form{flex-direction:row-reverse !important;}.rtl div.horizontal.asl_r div.item{float:right !important;}.rtl p.asl-try{direction:rtl;text-align:right;margin-right:10px;width:auto !important;}div.asl_w{width:100%;height:auto;border-radius:5px;background-color:#dbe9ee;background-image:radial-gradient(ellipse at center,#dbe9ee,#dbe9ee);overflow:hidden;border:0 none #000;border-radius:5px 5px 5px 5px;box-shadow:0 10px 18px -13px #000;}#ajaxsearchlite1 .probox,div.asl_w .probox{margin:4px;height:28px;background-color:#fff;background-image:radial-gradient(ellipse at center,#fff,#fff);border:1px solid #68aec7;border-radius:3px 3px 3px 3px;box-shadow:1px 0 6px -3px #b5b5b5 inset;}#ajaxsearchlite1 .probox .proinput,div.asl_w .probox div.proinput{font-weight:normal;font-family:Open Sans;color:#000 !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);}#ajaxsearchlite1 .probox .proinput input,div.asl_w .probox div.proinput input{font-weight:normal;font-family:Open Sans;color:#000 !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);border:0;box-shadow:none;}div.asl_w.asl_msie .probox div.proinput,div.asl_w.asl_msie .probox div.proinput input{line-height:24px !important;}div.asl_w .probox .proinput input::-webkit-input-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input::-moz-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-ms-input-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-moz-placeholder{font-weight:normal;font-family:Open Sans;color:rgba(0,0,0,.6) !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input.autocomplete{font-weight:normal;font-family:Open Sans;color:#000;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proloading,div.asl_w .probox .proclose,div.asl_w .probox .promagnifier,div.asl_w .probox .prosettings{width:28px;height:28px;}div.asl_w .probox .promagnifier .innericon svg{fill:#363636;}div.asl_w .probox div.asl_simple-circle{border:4px solid #363636;}div.asl_w .probox .prosettings .innericon svg{fill:#363636;}div.asl_w .probox .promagnifier{width:28px;height:28px;background-color:#6cd1f5;background-image:-o-linear-gradient(180deg,#84c5dc,#6cd1f5);background-image:-ms-linear-gradient(180deg,#84c5dc,#6cd1f5);background-image:-webkit-linear-gradient(180deg,#84c5dc,#6cd1f5);background-image:linear-gradient(180deg,#84c5dc,#6cd1f5);background-position:center center;background-repeat:no-repeat;border:0 solid #68aec7;border-radius:0 0 0 0;box-shadow:-1px 1px 0 0 rgba(255,255,255,.61) inset;cursor:pointer;background-size:100% 100%;background-position:center center;background-repeat:no-repeat;cursor:pointer;}div.asl_w .probox .prosettings{width:28px;height:28px;background-color:#6cd1f5;background-image:-o-linear-gradient(185deg,#68aec7,#6cd1f5);background-image:-ms-linear-gradient(185deg,#68aec7,#6cd1f5);background-image:-webkit-linear-gradient(185deg,#68aec7,#6cd1f5);background-image:linear-gradient(185deg,#68aec7,#6cd1f5);background-position:center center;background-repeat:no-repeat;float:left;border:0 solid #68aec7;border-radius:0 0 0 0;box-shadow:1px 1px 0 0 rgba(255,255,255,.63) inset;cursor:pointer;background-size:100% 100%;}div.asl_r{position:absolute;z-index:1100;}div.asl_r.vertical{padding:4px;background:#99daf1;border-radius:3px;border:0 none #000;border-radius:3px 3px 3px 3px;box-shadow:0 0 0 0 #000;visibility:hidden;display:none;}div.asl_r .results .nores .keyword{padding:0 6px;cursor:pointer;font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);font-weight:bold;}div.asl_r .results .item{height:auto;background:#fff;}div.asl_r.vertical .results .item:after{background:#ccc;}div.asl_r .results .item.hovered{background-color:#ebfaff;}div.asl_r .results .item .asl_image{width:70px;height:70px;}div.asl_r .results .item .asl_content h3,div.asl_r .results .item .asl_content h3 a{margin:0;padding:0;line-height:inherit;font-weight:normal;font-family:'Open Sans';color:#1454a9;font-size:13px;line-height:18px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .asl_content h3 a:hover{font-weight:normal;font-family:Open Sans;color:#2e6bbc;font-size:13px;line-height:18px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item div.etc{padding:0;line-height:10px;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_author{padding:0;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_date{margin:0 0 0 10px;padding:0;font-weight:normal;font-family:Open Sans;color:#adadad;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item p.desc{margin:2px 0;padding:0;font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r span.highlighted{font-weight:bold;color:#d9312b;background-color:#eee;color:rgba(217,49,43,1);background-color:rgba(238,238,238,1);}div.asl_s.searchsettings{background-color:#6dcced;background-image:linear-gradient(185deg,#6dcced,#68aec7);background-image:-webkit-linear-gradient(185deg,#6dcced,#68aec7);background-image:-moz-linear-gradient(185deg,#6dcced,#68aec7);background-image:-o-linear-gradient(185deg,#6dcced,#68aec7);background-image:-ms-linear-gradient(185deg,#6dcced,#68aec7);background-image:linear-gradient(185deg,#6dcced,#68aec7);background-image:-webkit-linear-gradient(185deg,#6dcced,#68aec7);background-image:-moz-linear-gradient(185deg,#6dcced,#68aec7);background-image:-o-linear-gradient(185deg,#6dcced,#68aec7);background-image:-ms-linear-gradient(185deg,#6dcced,#68aec7);;box-shadow:2px 2px 3px -1px #000;;}div.asl_s.searchsettings .asl_option_label{font-weight:bold;font-family:Open Sans;color:#fff;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_s.searchsettings .asl_option_inner label{background-color:#222;background-image:linear-gradient(180deg,#222,#36373a);background-image:-webkit-linear-gradient(180deg,#222,#36373a);background-image:-moz-linear-gradient(180deg,#222,#36373a);background-image:-o-linear-gradient(180deg,#222,#36373a);background-image:-ms-linear-gradient(180deg,#222,#36373a);;}div.asl_s.searchsettings fieldset .categoryfilter{max-height:200px;overflow:auto;}div.asl_s.searchsettings fieldset legend{padding:5px 0 0 10px;margin:0;font-weight:normal;font-family:Open Sans;color:#1f1f1f;font-size:13px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}@charset "UTF-8";

@font-face {
  font-family: "Ionicons";
  src:url("../../plugins/ultimate-member/assets/font/ionicons_v-2.0.0.eot");
  src:url("../../plugins/ultimate-member/assets/font/ionicons_v-2.0.0.eot#iefix") format("embedded-opentype"),
    url("../../plugins/ultimate-member/assets/font/ionicons_v-2.0.0.woff") format("woff"),
    url("../../plugins/ultimate-member/assets/font/ionicons_v-2.0.0.ttf") format("truetype"),
    url("../../plugins/ultimate-member/assets/font/ionicons_v-2.0.0-Ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="um-icon-"]:before,
[class*=" um-icon-"]:before {
  font-family: "Ionicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.um-icon-alert:before { content: "\f101"; }

.um-icon-alert-circled:before { content: "\f100"; }

.um-icon-android-add:before { content: "\f2c7"; }

.um-icon-android-add-circle:before { content: "\f359"; }

.um-icon-android-alarm-clock:before { content: "\f35a"; }

.um-icon-android-alert:before { content: "\f35b"; }

.um-icon-android-apps:before { content: "\f35c"; }

.um-icon-android-archive:before { content: "\f2c9"; }

.um-icon-android-arrow-back:before { content: "\f2ca"; }

.um-icon-android-arrow-down:before { content: "\f35d"; }

.um-icon-android-arrow-dropdown:before { content: "\f35f"; }

.um-icon-android-arrow-dropdown-circle:before { content: "\f35e"; }

.um-icon-android-arrow-dropleft:before { content: "\f361"; }

.um-icon-android-arrow-dropleft-circle:before { content: "\f360"; }

.um-icon-android-arrow-dropright:before { content: "\f363"; }

.um-icon-android-arrow-dropright-circle:before { content: "\f362"; }

.um-icon-android-arrow-dropup:before { content: "\f365"; }

.um-icon-android-arrow-dropup-circle:before { content: "\f364"; }

.um-icon-android-arrow-forward:before { content: "\f30f"; }

.um-icon-android-arrow-up:before { content: "\f366"; }

.um-icon-android-attach:before { content: "\f367"; }

.um-icon-android-bar:before { content: "\f368"; }

.um-icon-android-bicycle:before { content: "\f369"; }

.um-icon-android-boat:before { content: "\f36a"; }

.um-icon-android-bookmark:before { content: "\f36b"; }

.um-icon-android-bulb:before { content: "\f36c"; }

.um-icon-android-bus:before { content: "\f36d"; }

.um-icon-android-calendar:before { content: "\f2d1"; }

.um-icon-android-call:before { content: "\f2d2"; }

.um-icon-android-camera:before { content: "\f2d3"; }

.um-icon-android-cancel:before { content: "\f36e"; }

.um-icon-android-car:before { content: "\f36f"; }

.um-icon-android-cart:before { content: "\f370"; }

.um-icon-android-chat:before { content: "\f2d4"; }

.um-icon-android-checkbox:before { content: "\f374"; }

.um-icon-android-checkbox-blank:before { content: "\f371"; }

.um-icon-android-checkbox-outline:before { content: "\f373"; }

.um-icon-android-checkbox-outline-blank:before { content: "\f372"; }

.um-icon-android-checkmark-circle:before { content: "\f375"; }

.um-icon-android-clipboard:before { content: "\f376"; }

.um-icon-android-close:before { content: "\f2d7"; }

.um-icon-android-cloud:before { content: "\f37a"; }

.um-icon-android-cloud-circle:before { content: "\f377"; }

.um-icon-android-cloud-done:before { content: "\f378"; }

.um-icon-android-cloud-outline:before { content: "\f379"; }

.um-icon-android-color-palette:before { content: "\f37b"; }

.um-icon-android-compass:before { content: "\f37c"; }

.um-icon-android-contact:before { content: "\f2d8"; }

.um-icon-android-contacts:before { content: "\f2d9"; }

.um-icon-android-contract:before { content: "\f37d"; }

.um-icon-android-create:before { content: "\f37e"; }

.um-icon-android-delete:before { content: "\f37f"; }

.um-icon-android-desktop:before { content: "\f380"; }

.um-icon-android-document:before { content: "\f381"; }

.um-icon-android-done:before { content: "\f383"; }

.um-icon-android-done-all:before { content: "\f382"; }

.um-icon-android-download:before { content: "\f2dd"; }

.um-icon-android-drafts:before { content: "\f384"; }

.um-icon-android-exit:before { content: "\f385"; }

.um-icon-android-expand:before { content: "\f386"; }

.um-icon-android-favorite:before { content: "\f388"; }

.um-icon-android-favorite-outline:before { content: "\f387"; }

.um-icon-android-film:before { content: "\f389"; }

.um-icon-android-folder:before { content: "\f2e0"; }

.um-icon-android-folder-open:before { content: "\f38a"; }

.um-icon-android-funnel:before { content: "\f38b"; }

.um-icon-android-globe:before { content: "\f38c"; }

.um-icon-android-hand:before { content: "\f2e3"; }

.um-icon-android-hangout:before { content: "\f38d"; }

.um-icon-android-happy:before { content: "\f38e"; }

.um-icon-android-home:before { content: "\f38f"; }

.um-icon-android-image:before { content: "\f2e4"; }

.um-icon-android-laptop:before { content: "\f390"; }

.um-icon-android-list:before { content: "\f391"; }

.um-icon-android-locate:before { content: "\f2e9"; }

.um-icon-android-lock:before { content: "\f392"; }

.um-icon-android-mail:before { content: "\f2eb"; }

.um-icon-android-map:before { content: "\f393"; }

.um-icon-android-menu:before { content: "\f394"; }

.um-icon-android-microphone:before { content: "\f2ec"; }

.um-icon-android-microphone-off:before { content: "\f395"; }

.um-icon-android-more-horizontal:before { content: "\f396"; }

.um-icon-android-more-vertical:before { content: "\f397"; }

.um-icon-android-navigate:before { content: "\f398"; }

.um-icon-android-notifications:before { content: "\f39b"; }

.um-icon-android-notifications-none:before { content: "\f399"; }

.um-icon-android-notifications-off:before { content: "\f39a"; }

.um-icon-android-open:before { content: "\f39c"; }

.um-icon-android-options:before { content: "\f39d"; }

.um-icon-android-people:before { content: "\f39e"; }

.um-icon-android-person:before { content: "\f3a0"; }

.um-icon-android-person-add:before { content: "\f39f"; }

.um-icon-android-phone-landscape:before { content: "\f3a1"; }

.um-icon-android-phone-portrait:before { content: "\f3a2"; }

.um-icon-android-pin:before { content: "\f3a3"; }

.um-icon-android-plane:before { content: "\f3a4"; }

.um-icon-android-playstore:before { content: "\f2f0"; }

.um-icon-android-print:before { content: "\f3a5"; }

.um-icon-android-radio-button-off:before { content: "\f3a6"; }

.um-icon-android-radio-button-on:before { content: "\f3a7"; }

.um-icon-android-refresh:before { content: "\f3a8"; }

.um-icon-android-remove:before { content: "\f2f4"; }

.um-icon-android-remove-circle:before { content: "\f3a9"; }

.um-icon-android-restaurant:before { content: "\f3aa"; }

.um-icon-android-sad:before { content: "\f3ab"; }

.um-icon-android-search:before { content: "\f2f5"; }

.um-icon-android-send:before { content: "\f2f6"; }

.um-icon-android-settings:before { content: "\f2f7"; }

.um-icon-android-share:before { content: "\f2f8"; }

.um-icon-android-share-alt:before { content: "\f3ac"; }

.um-icon-android-star:before { content: "\f2fc"; }

.um-icon-android-star-half:before { content: "\f3ad"; }

.um-icon-android-star-outline:before { content: "\f3ae"; }

.um-icon-android-stopwatch:before { content: "\f2fd"; }

.um-icon-android-subway:before { content: "\f3af"; }

.um-icon-android-sunny:before { content: "\f3b0"; }

.um-icon-android-sync:before { content: "\f3b1"; }

.um-icon-android-textsms:before { content: "\f3b2"; }

.um-icon-android-time:before { content: "\f3b3"; }

.um-icon-android-train:before { content: "\f3b4"; }

.um-icon-android-unlock:before { content: "\f3b5"; }

.um-icon-android-upload:before { content: "\f3b6"; }

.um-icon-android-volume-down:before { content: "\f3b7"; }

.um-icon-android-volume-mute:before { content: "\f3b8"; }

.um-icon-android-volume-off:before { content: "\f3b9"; }

.um-icon-android-volume-up:before { content: "\f3ba"; }

.um-icon-android-walk:before { content: "\f3bb"; }

.um-icon-android-warning:before { content: "\f3bc"; }

.um-icon-android-watch:before { content: "\f3bd"; }

.um-icon-android-wifi:before { content: "\f305"; }

.um-icon-aperture:before { content: "\f313"; }

.um-icon-archive:before { content: "\f102"; }

.um-icon-arrow-down-a:before { content: "\f103"; }

.um-icon-arrow-down-b:before { content: "\f104"; }

.um-icon-arrow-down-c:before { content: "\f105"; }

.um-icon-arrow-expand:before { content: "\f25e"; }

.um-icon-arrow-graph-down-left:before { content: "\f25f"; }

.um-icon-arrow-graph-down-right:before { content: "\f260"; }

.um-icon-arrow-graph-up-left:before { content: "\f261"; }

.um-icon-arrow-graph-up-right:before { content: "\f262"; }

.um-icon-arrow-left-a:before { content: "\f106"; }

.um-icon-arrow-left-b:before { content: "\f107"; }

.um-icon-arrow-left-c:before { content: "\f108"; }

.um-icon-arrow-move:before { content: "\f263"; }

.um-icon-arrow-resize:before { content: "\f264"; }

.um-icon-arrow-return-left:before { content: "\f265"; }

.um-icon-arrow-return-right:before { content: "\f266"; }

.um-icon-arrow-right-a:before { content: "\f109"; }

.um-icon-arrow-right-b:before { content: "\f10a"; }

.um-icon-arrow-right-c:before { content: "\f10b"; }

.um-icon-arrow-shrink:before { content: "\f267"; }

.um-icon-arrow-swap:before { content: "\f268"; }

.um-icon-arrow-up-a:before { content: "\f10c"; }

.um-icon-arrow-up-b:before { content: "\f10d"; }

.um-icon-arrow-up-c:before { content: "\f10e"; }

.um-icon-asterisk:before { content: "\f314"; }

.um-icon-at:before { content: "\f10f"; }

.um-icon-backspace:before { content: "\f3bf"; }

.um-icon-backspace-outline:before { content: "\f3be"; }

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

.um-icon-battery-charging:before { content: "\f111"; }

.um-icon-battery-empty:before { content: "\f112"; }

.um-icon-battery-full:before { content: "\f113"; }

.um-icon-battery-half:before { content: "\f114"; }

.um-icon-battery-low:before { content: "\f115"; }

.um-icon-beaker:before { content: "\f269"; }

.um-icon-beer:before { content: "\f26a"; }

.um-icon-bluetooth:before { content: "\f116"; }

.um-icon-bonfire:before { content: "\f315"; }

.um-icon-bookmark:before { content: "\f26b"; }

.um-icon-bowtie:before { content: "\f3c0"; }

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

.um-icon-bug:before { content: "\f2be"; }

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

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

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

.um-icon-card:before { content: "\f119"; }

.um-icon-cash:before { content: "\f316"; }

.um-icon-chatbox:before { content: "\f11b"; }

.um-icon-chatbox-working:before { content: "\f11a"; }

.um-icon-chatboxes:before { content: "\f11c"; }

.um-icon-chatbubble:before { content: "\f11e"; }

.um-icon-chatbubble-working:before { content: "\f11d"; }

.um-icon-chatbubbles:before { content: "\f11f"; }

.um-icon-checkmark:before { content: "\f122"; }

.um-icon-checkmark-circled:before { content: "\f120"; }

.um-icon-checkmark-round:before { content: "\f121"; }

.um-icon-chevron-down:before { content: "\f123"; }

.um-icon-chevron-left:before { content: "\f124"; }

.um-icon-chevron-right:before { content: "\f125"; }

.um-icon-chevron-up:before { content: "\f126"; }

.um-icon-clipboard:before { content: "\f127"; }

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

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

.um-icon-close-circled:before { content: "\f128"; }

.um-icon-close-round:before { content: "\f129"; }

.um-icon-closed-captioning:before { content: "\f317"; }

.um-icon-cloud:before { content: "\f12b"; }

.um-icon-code:before { content: "\f271"; }

.um-icon-code-download:before { content: "\f26f"; }

.um-icon-code-working:before { content: "\f270"; }

.um-icon-coffee:before { content: "\f272"; }

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

.um-icon-compose:before { content: "\f12c"; }

.um-icon-connection-bars:before { content: "\f274"; }

.um-icon-contrast:before { content: "\f275"; }

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

.um-icon-cube:before { content: "\f318"; }

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

.um-icon-document:before { content: "\f12f"; }

.um-icon-document-text:before { content: "\f12e"; }

.um-icon-drag:before { content: "\f130"; }

.um-icon-earth:before { content: "\f276"; }

.um-icon-easel:before { content: "\f3c2"; }

.um-icon-edit:before { content: "\f2bf"; }

.um-icon-egg:before { content: "\f277"; }

.um-icon-eject:before { content: "\f131"; }

.um-icon-email:before { content: "\f132"; }

.um-icon-email-unread:before { content: "\f3c3"; }

.um-icon-erlenmeyer-flask:before { content: "\f3c5"; }

.um-icon-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }

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

.um-icon-eye-disabled:before { content: "\f306"; }

.um-icon-female:before { content: "\f278"; }

.um-icon-filing:before { content: "\f134"; }

.um-icon-film-marker:before { content: "\f135"; }

.um-icon-fireball:before { content: "\f319"; }

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

.um-icon-flame:before { content: "\f31a"; }

.um-icon-flash:before { content: "\f137"; }

.um-icon-flash-off:before { content: "\f136"; }

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

.um-icon-fork:before { content: "\f27a"; }

.um-icon-fork-repo:before { content: "\f2c0"; }

.um-icon-forward:before { content: "\f13a"; }

.um-icon-funnel:before { content: "\f31b"; }

.um-icon-gear-a:before { content: "\f13d"; }

.um-icon-gear-b:before { content: "\f13e"; }

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

.um-icon-hammer:before { content: "\f27b"; }

.um-icon-happy:before { content: "\f31c"; }

.um-icon-happy-outline:before { content: "\f3c6"; }

.um-icon-headphone:before { content: "\f140"; }

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

.um-icon-heart-broken:before { content: "\f31d"; }

.um-icon-help:before { content: "\f143"; }

.um-icon-help-buoy:before { content: "\f27c"; }

.um-icon-help-circled:before { content: "\f142"; }

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

.um-icon-icecream:before { content: "\f27d"; }

.um-icon-image:before { content: "\f147"; }

.um-icon-images:before { content: "\f148"; }

.um-icon-information:before { content: "\f14a"; }

.um-icon-information-circled:before { content: "\f149"; }

.um-icon-ionic:before { content: "\f14b"; }

.um-icon-ios-alarm:before { content: "\f3c8"; }

.um-icon-ios-alarm-outline:before { content: "\f3c7"; }

.um-icon-ios-albums:before { content: "\f3ca"; }

.um-icon-ios-albums-outline:before { content: "\f3c9"; }

.um-icon-ios-americanfootball:before { content: "\f3cc"; }

.um-icon-ios-americanfootball-outline:before { content: "\f3cb"; }

.um-icon-ios-analytics:before { content: "\f3ce"; }

.um-icon-ios-analytics-outline:before { content: "\f3cd"; }

.um-icon-ios-arrow-back:before { content: "\f3cf"; }

.um-icon-ios-arrow-down:before { content: "\f3d0"; }

.um-icon-ios-arrow-forward:before { content: "\f3d1"; }

.um-icon-ios-arrow-left:before { content: "\f3d2"; }

.um-icon-ios-arrow-right:before { content: "\f3d3"; }

.um-icon-ios-arrow-thin-down:before { content: "\f3d4"; }

.um-icon-ios-arrow-thin-left:before { content: "\f3d5"; }

.um-icon-ios-arrow-thin-right:before { content: "\f3d6"; }

.um-icon-ios-arrow-thin-up:before { content: "\f3d7"; }

.um-icon-ios-arrow-up:before { content: "\f3d8"; }

.um-icon-ios-at:before { content: "\f3da"; }

.um-icon-ios-at-outline:before { content: "\f3d9"; }

.um-icon-ios-barcode:before { content: "\f3dc"; }

.um-icon-ios-barcode-outline:before { content: "\f3db"; }

.um-icon-ios-baseball:before { content: "\f3de"; }

.um-icon-ios-baseball-outline:before { content: "\f3dd"; }

.um-icon-ios-basketball:before { content: "\f3e0"; }

.um-icon-ios-basketball-outline:before { content: "\f3df"; }

.um-icon-ios-bell:before { content: "\f3e2"; }

.um-icon-ios-bell-outline:before { content: "\f3e1"; }

.um-icon-ios-body:before { content: "\f3e4"; }

.um-icon-ios-body-outline:before { content: "\f3e3"; }

.um-icon-ios-bolt:before { content: "\f3e6"; }

.um-icon-ios-bolt-outline:before { content: "\f3e5"; }

.um-icon-ios-book:before { content: "\f3e8"; }

.um-icon-ios-book-outline:before { content: "\f3e7"; }

.um-icon-ios-bookmarks:before { content: "\f3ea"; }

.um-icon-ios-bookmarks-outline:before { content: "\f3e9"; }

.um-icon-ios-box:before { content: "\f3ec"; }

.um-icon-ios-box-outline:before { content: "\f3eb"; }

.um-icon-ios-briefcase:before { content: "\f3ee"; }

.um-icon-ios-briefcase-outline:before { content: "\f3ed"; }

.um-icon-ios-browsers:before { content: "\f3f0"; }

.um-icon-ios-browsers-outline:before { content: "\f3ef"; }

.um-icon-ios-calculator:before { content: "\f3f2"; }

.um-icon-ios-calculator-outline:before { content: "\f3f1"; }

.um-icon-ios-calendar:before { content: "\f3f4"; }

.um-icon-ios-calendar-outline:before { content: "\f3f3"; }

.um-icon-ios-camera:before { content: "\f3f6"; }

.um-icon-ios-camera-outline:before { content: "\f3f5"; }

.um-icon-ios-cart:before { content: "\f3f8"; }

.um-icon-ios-cart-outline:before { content: "\f3f7"; }

.um-icon-ios-chatboxes:before { content: "\f3fa"; }

.um-icon-ios-chatboxes-outline:before { content: "\f3f9"; }

.um-icon-ios-chatbubble:before { content: "\f3fc"; }

.um-icon-ios-chatbubble-outline:before { content: "\f3fb"; }

.um-icon-ios-checkmark:before { content: "\f3ff"; }

.um-icon-ios-checkmark-empty:before { content: "\f3fd"; }

.um-icon-ios-checkmark-outline:before { content: "\f3fe"; }

.um-icon-ios-circle-filled:before { content: "\f400"; }

.um-icon-ios-circle-outline:before { content: "\f401"; }

.um-icon-ios-clock:before { content: "\f403"; }

.um-icon-ios-clock-outline:before { content: "\f402"; }

.um-icon-ios-close:before { content: "\f406"; }

.um-icon-ios-close-empty:before { content: "\f404"; }

.um-icon-ios-close-outline:before { content: "\f405"; }

.um-icon-ios-cloud:before { content: "\f40c"; }

.um-icon-ios-cloud-download:before { content: "\f408"; }

.um-icon-ios-cloud-download-outline:before { content: "\f407"; }

.um-icon-ios-cloud-outline:before { content: "\f409"; }

.um-icon-ios-cloud-upload:before { content: "\f40b"; }

.um-icon-ios-cloud-upload-outline:before { content: "\f40a"; }

.um-icon-ios-cloudy:before { content: "\f410"; }

.um-icon-ios-cloudy-night:before { content: "\f40e"; }

.um-icon-ios-cloudy-night-outline:before { content: "\f40d"; }

.um-icon-ios-cloudy-outline:before { content: "\f40f"; }

.um-icon-ios-cog:before { content: "\f412"; }

.um-icon-ios-cog-outline:before { content: "\f411"; }

.um-icon-ios-color-filter:before { content: "\f414"; }

.um-icon-ios-color-filter-outline:before { content: "\f413"; }

.um-icon-ios-color-wand:before { content: "\f416"; }

.um-icon-ios-color-wand-outline:before { content: "\f415"; }

.um-icon-ios-compose:before { content: "\f418"; }

.um-icon-ios-compose-outline:before { content: "\f417"; }

.um-icon-ios-contact:before { content: "\f41a"; }

.um-icon-ios-contact-outline:before { content: "\f419"; }

.um-icon-ios-copy:before { content: "\f41c"; }

.um-icon-ios-copy-outline:before { content: "\f41b"; }

.um-icon-ios-crop:before { content: "\f41e"; }

.um-icon-ios-crop-strong:before { content: "\f41d"; }

.um-icon-ios-download:before { content: "\f420"; }

.um-icon-ios-download-outline:before { content: "\f41f"; }

.um-icon-ios-drag:before { content: "\f421"; }

.um-icon-ios-email:before { content: "\f423"; }

.um-icon-ios-email-outline:before { content: "\f422"; }

.um-icon-ios-eye:before { content: "\f425"; }

.um-icon-ios-eye-outline:before { content: "\f424"; }

.um-icon-ios-fastforward:before { content: "\f427"; }

.um-icon-ios-fastforward-outline:before { content: "\f426"; }

.um-icon-ios-filing:before { content: "\f429"; }

.um-icon-ios-filing-outline:before { content: "\f428"; }

.um-icon-ios-film:before { content: "\f42b"; }

.um-icon-ios-film-outline:before { content: "\f42a"; }

.um-icon-ios-flag:before { content: "\f42d"; }

.um-icon-ios-flag-outline:before { content: "\f42c"; }

.um-icon-ios-flame:before { content: "\f42f"; }

.um-icon-ios-flame-outline:before { content: "\f42e"; }

.um-icon-ios-flask:before { content: "\f431"; }

.um-icon-ios-flask-outline:before { content: "\f430"; }

.um-icon-ios-flower:before { content: "\f433"; }

.um-icon-ios-flower-outline:before { content: "\f432"; }

.um-icon-ios-folder:before { content: "\f435"; }

.um-icon-ios-folder-outline:before { content: "\f434"; }

.um-icon-ios-football:before { content: "\f437"; }

.um-icon-ios-football-outline:before { content: "\f436"; }

.um-icon-ios-game-controller-a:before { content: "\f439"; }

.um-icon-ios-game-controller-a-outline:before { content: "\f438"; }

.um-icon-ios-game-controller-b:before { content: "\f43b"; }

.um-icon-ios-game-controller-b-outline:before { content: "\f43a"; }

.um-icon-ios-gear:before { content: "\f43d"; }

.um-icon-ios-gear-outline:before { content: "\f43c"; }

.um-icon-ios-glasses:before { content: "\f43f"; }

.um-icon-ios-glasses-outline:before { content: "\f43e"; }

.um-icon-ios-grid-view:before { content: "\f441"; }

.um-icon-ios-grid-view-outline:before { content: "\f440"; }

.um-icon-ios-heart:before { content: "\f443"; }

.um-icon-ios-heart-outline:before { content: "\f442"; }

.um-icon-ios-help:before { content: "\f446"; }

.um-icon-ios-help-empty:before { content: "\f444"; }

.um-icon-ios-help-outline:before { content: "\f445"; }

.um-icon-ios-home:before { content: "\f448"; }

.um-icon-ios-home-outline:before { content: "\f447"; }

.um-icon-ios-infinite:before { content: "\f44a"; }

.um-icon-ios-infinite-outline:before { content: "\f449"; }

.um-icon-ios-information:before { content: "\f44d"; }

.um-icon-ios-information-empty:before { content: "\f44b"; }

.um-icon-ios-information-outline:before { content: "\f44c"; }

.um-icon-ios-ionic-outline:before { content: "\f44e"; }

.um-icon-ios-keypad:before { content: "\f450"; }

.um-icon-ios-keypad-outline:before { content: "\f44f"; }

.um-icon-ios-lightbulb:before { content: "\f452"; }

.um-icon-ios-lightbulb-outline:before { content: "\f451"; }

.um-icon-ios-list:before { content: "\f454"; }

.um-icon-ios-list-outline:before { content: "\f453"; }

.um-icon-ios-location:before { content: "\f456"; }

.um-icon-ios-location-outline:before { content: "\f455"; }

.um-icon-ios-locked:before { content: "\f458"; }

.um-icon-ios-locked-outline:before { content: "\f457"; }

.um-icon-ios-loop:before { content: "\f45a"; }

.um-icon-ios-loop-strong:before { content: "\f459"; }

.um-icon-ios-medical:before { content: "\f45c"; }

.um-icon-ios-medical-outline:before { content: "\f45b"; }

.um-icon-ios-medkit:before { content: "\f45e"; }

.um-icon-ios-medkit-outline:before { content: "\f45d"; }

.um-icon-ios-mic:before { content: "\f461"; }

.um-icon-ios-mic-off:before { content: "\f45f"; }

.um-icon-ios-mic-outline:before { content: "\f460"; }

.um-icon-ios-minus:before { content: "\f464"; }

.um-icon-ios-minus-empty:before { content: "\f462"; }

.um-icon-ios-minus-outline:before { content: "\f463"; }

.um-icon-ios-monitor:before { content: "\f466"; }

.um-icon-ios-monitor-outline:before { content: "\f465"; }

.um-icon-ios-moon:before { content: "\f468"; }

.um-icon-ios-moon-outline:before { content: "\f467"; }

.um-icon-ios-more:before { content: "\f46a"; }

.um-icon-ios-more-outline:before { content: "\f469"; }

.um-icon-ios-musical-note:before { content: "\f46b"; }

.um-icon-ios-musical-notes:before { content: "\f46c"; }

.um-icon-ios-navigate:before { content: "\f46e"; }

.um-icon-ios-navigate-outline:before { content: "\f46d"; }

.um-icon-ios-nutrition:before { content: "\f470"; }

.um-icon-ios-nutrition-outline:before { content: "\f46f"; }

.um-icon-ios-paper:before { content: "\f472"; }

.um-icon-ios-paper-outline:before { content: "\f471"; }

.um-icon-ios-paperplane:before { content: "\f474"; }

.um-icon-ios-paperplane-outline:before { content: "\f473"; }

.um-icon-ios-partlysunny:before { content: "\f476"; }

.um-icon-ios-partlysunny-outline:before { content: "\f475"; }

.um-icon-ios-pause:before { content: "\f478"; }

.um-icon-ios-pause-outline:before { content: "\f477"; }

.um-icon-ios-paw:before { content: "\f47a"; }

.um-icon-ios-paw-outline:before { content: "\f479"; }

.um-icon-ios-people:before { content: "\f47c"; }

.um-icon-ios-people-outline:before { content: "\f47b"; }

.um-icon-ios-person:before { content: "\f47e"; }

.um-icon-ios-person-outline:before { content: "\f47d"; }

.um-icon-ios-personadd:before { content: "\f480"; }

.um-icon-ios-personadd-outline:before { content: "\f47f"; }

.um-icon-ios-photos:before { content: "\f482"; }

.um-icon-ios-photos-outline:before { content: "\f481"; }

.um-icon-ios-pie:before { content: "\f484"; }

.um-icon-ios-pie-outline:before { content: "\f483"; }

.um-icon-ios-pint:before { content: "\f486"; }

.um-icon-ios-pint-outline:before { content: "\f485"; }

.um-icon-ios-play:before { content: "\f488"; }

.um-icon-ios-play-outline:before { content: "\f487"; }

.um-icon-ios-plus:before { content: "\f48b"; }

.um-icon-ios-plus-empty:before { content: "\f489"; }

.um-icon-ios-plus-outline:before { content: "\f48a"; }

.um-icon-ios-pricetag:before { content: "\f48d"; }

.um-icon-ios-pricetag-outline:before { content: "\f48c"; }

.um-icon-ios-pricetags:before { content: "\f48f"; }

.um-icon-ios-pricetags-outline:before { content: "\f48e"; }

.um-icon-ios-printer:before { content: "\f491"; }

.um-icon-ios-printer-outline:before { content: "\f490"; }

.um-icon-ios-pulse:before { content: "\f493"; }

.um-icon-ios-pulse-strong:before { content: "\f492"; }

.um-icon-ios-rainy:before { content: "\f495"; }

.um-icon-ios-rainy-outline:before { content: "\f494"; }

.um-icon-ios-recording:before { content: "\f497"; }

.um-icon-ios-recording-outline:before { content: "\f496"; }

.um-icon-ios-redo:before { content: "\f499"; }

.um-icon-ios-redo-outline:before { content: "\f498"; }

.um-icon-ios-refresh:before { content: "\f49c"; }

.um-icon-ios-refresh-empty:before { content: "\f49a"; }

.um-icon-ios-refresh-outline:before { content: "\f49b"; }

.um-icon-ios-reload:before { content: "\f49d"; }

.um-icon-ios-reverse-camera:before { content: "\f49f"; }

.um-icon-ios-reverse-camera-outline:before { content: "\f49e"; }

.um-icon-ios-rewind:before { content: "\f4a1"; }

.um-icon-ios-rewind-outline:before { content: "\f4a0"; }

.um-icon-ios-rose:before { content: "\f4a3"; }

.um-icon-ios-rose-outline:before { content: "\f4a2"; }

.um-icon-ios-search:before { content: "\f4a5"; }

.um-icon-ios-search-strong:before { content: "\f4a4"; }

.um-icon-ios-settings:before { content: "\f4a7"; }

.um-icon-ios-settings-strong:before { content: "\f4a6"; }

.um-icon-ios-shuffle:before { content: "\f4a9"; }

.um-icon-ios-shuffle-strong:before { content: "\f4a8"; }

.um-icon-ios-skipbackward:before { content: "\f4ab"; }

.um-icon-ios-skipbackward-outline:before { content: "\f4aa"; }

.um-icon-ios-skipforward:before { content: "\f4ad"; }

.um-icon-ios-skipforward-outline:before { content: "\f4ac"; }

.um-icon-ios-snowy:before { content: "\f4ae"; }

.um-icon-ios-speedometer:before { content: "\f4b0"; }

.um-icon-ios-speedometer-outline:before { content: "\f4af"; }

.um-icon-ios-star:before { content: "\f4b3"; }

.um-icon-ios-star-half:before { content: "\f4b1"; }

.um-icon-ios-star-outline:before { content: "\f4b2"; }

.um-icon-ios-stopwatch:before { content: "\f4b5"; }

.um-icon-ios-stopwatch-outline:before { content: "\f4b4"; }

.um-icon-ios-sunny:before { content: "\f4b7"; }

.um-icon-ios-sunny-outline:before { content: "\f4b6"; }

.um-icon-ios-telephone:before { content: "\f4b9"; }

.um-icon-ios-telephone-outline:before { content: "\f4b8"; }

.um-icon-ios-tennisball:before { content: "\f4bb"; }

.um-icon-ios-tennisball-outline:before { content: "\f4ba"; }

.um-icon-ios-thunderstorm:before { content: "\f4bd"; }

.um-icon-ios-thunderstorm-outline:before { content: "\f4bc"; }

.um-icon-ios-time:before { content: "\f4bf"; }

.um-icon-ios-time-outline:before { content: "\f4be"; }

.um-icon-ios-timer:before { content: "\f4c1"; }

.um-icon-ios-timer-outline:before { content: "\f4c0"; }

.um-icon-ios-toggle:before { content: "\f4c3"; }

.um-icon-ios-toggle-outline:before { content: "\f4c2"; }

.um-icon-ios-trash:before { content: "\f4c5"; }

.um-icon-ios-trash-outline:before { content: "\f4c4"; }

.um-icon-ios-undo:before { content: "\f4c7"; }

.um-icon-ios-undo-outline:before { content: "\f4c6"; }

.um-icon-ios-unlocked:before { content: "\f4c9"; }

.um-icon-ios-unlocked-outline:before { content: "\f4c8"; }

.um-icon-ios-upload:before { content: "\f4cb"; }

.um-icon-ios-upload-outline:before { content: "\f4ca"; }

.um-icon-ios-videocam:before { content: "\f4cd"; }

.um-icon-ios-videocam-outline:before { content: "\f4cc"; }

.um-icon-ios-volume-high:before { content: "\f4ce"; }

.um-icon-ios-volume-low:before { content: "\f4cf"; }

.um-icon-ios-wineglass:before { content: "\f4d1"; }

.um-icon-ios-wineglass-outline:before { content: "\f4d0"; }

.um-icon-ios-world:before { content: "\f4d3"; }

.um-icon-ios-world-outline:before { content: "\f4d2"; }

.um-icon-ipad:before { content: "\f1f9"; }

.um-icon-iphone:before { content: "\f1fa"; }

.um-icon-ipod:before { content: "\f1fb"; }

.um-icon-jet:before { content: "\f295"; }

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

.um-icon-knife:before { content: "\f297"; }

.um-icon-laptop:before { content: "\f1fc"; }

.um-icon-leaf:before { content: "\f1fd"; }

.um-icon-levels:before { content: "\f298"; }

.um-icon-lightbulb:before { content: "\f299"; }

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

.um-icon-load-a:before { content: "\f29a"; }

.um-icon-load-b:before { content: "\f29b"; }

.um-icon-load-c:before { content: "\f29c"; }

.um-icon-load-d:before { content: "\f29d"; }

.um-icon-location:before { content: "\f1ff"; }

.um-icon-lock-combination:before { content: "\f4d4"; }

.um-icon-locked:before { content: "\f200"; }

.um-icon-log-in:before { content: "\f29e"; }

.um-icon-log-out:before { content: "\f29f"; }

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

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

.um-icon-male:before { content: "\f2a1"; }

.um-icon-man:before { content: "\f202"; }

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

.um-icon-medkit:before { content: "\f2a2"; }

.um-icon-merge:before { content: "\f33f"; }

.um-icon-mic-a:before { content: "\f204"; }

.um-icon-mic-b:before { content: "\f205"; }

.um-icon-mic-c:before { content: "\f206"; }

.um-icon-minus:before { content: "\f209"; }

.um-icon-minus-circled:before { content: "\f207"; }

.um-icon-minus-round:before { content: "\f208"; }

.um-icon-model-s:before { content: "\f2c1"; }

.um-icon-monitor:before { content: "\f20a"; }

.um-icon-more:before { content: "\f20b"; }

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

.um-icon-music-note:before { content: "\f20c"; }

.um-icon-navicon:before { content: "\f20e"; }

.um-icon-navicon-round:before { content: "\f20d"; }

.um-icon-navigate:before { content: "\f2a3"; }

.um-icon-network:before { content: "\f341"; }

.um-icon-no-smoking:before { content: "\f2c2"; }

.um-icon-nuclear:before { content: "\f2a4"; }

.um-icon-outlet:before { content: "\f342"; }

.um-icon-paintbrush:before { content: "\f4d5"; }

.um-icon-paintbucket:before { content: "\f4d6"; }

.um-icon-paper-airplane:before { content: "\f2c3"; }

.um-icon-paperclip:before { content: "\f20f"; }

.um-icon-pause:before { content: "\f210"; }

.um-icon-person:before { content: "\f213"; }

.um-icon-person-add:before { content: "\f211"; }

.um-icon-person-stalker:before { content: "\f212"; }

.um-icon-pie-graph:before { content: "\f2a5"; }

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

.um-icon-pinpoint:before { content: "\f2a7"; }

.um-icon-pizza:before { content: "\f2a8"; }

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

.um-icon-planet:before { content: "\f343"; }

.um-icon-play:before { content: "\f215"; }

.um-icon-playstation:before { content: "\f30a"; }

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

.um-icon-plus-circled:before { content: "\f216"; }

.um-icon-plus-round:before { content: "\f217"; }

.um-icon-podium:before { content: "\f344"; }

.um-icon-pound:before { content: "\f219"; }

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

.um-icon-pricetag:before { content: "\f2aa"; }

.um-icon-pricetags:before { content: "\f2ab"; }

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

.um-icon-pull-request:before { content: "\f345"; }

.um-icon-qr-scanner:before { content: "\f346"; }

.um-icon-quote:before { content: "\f347"; }

.um-icon-radio-waves:before { content: "\f2ac"; }

.um-icon-record:before { content: "\f21b"; }

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

.um-icon-reply:before { content: "\f21e"; }

.um-icon-reply-all:before { content: "\f21d"; }

.um-icon-ribbon-a:before { content: "\f348"; }

.um-icon-ribbon-b:before { content: "\f349"; }

.um-icon-sad:before { content: "\f34a"; }

.um-icon-sad-outline:before { content: "\f4d7"; }

.um-icon-scissors:before { content: "\f34b"; }

.um-icon-search:before { content: "\f21f"; }

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

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

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

.um-icon-skip-backward:before { content: "\f222"; }

.um-icon-skip-forward:before { content: "\f223"; }

.um-icon-social-android:before { content: "\f225"; }

.um-icon-social-android-outline:before { content: "\f224"; }

.um-icon-social-angular:before { content: "\f4d9"; }

.um-icon-social-angular-outline:before { content: "\f4d8"; }

.um-icon-social-apple:before { content: "\f227"; }

.um-icon-social-apple-outline:before { content: "\f226"; }

.um-icon-social-bitcoin:before { content: "\f2af"; }

.um-icon-social-bitcoin-outline:before { content: "\f2ae"; }

.um-icon-social-buffer:before { content: "\f229"; }

.um-icon-social-buffer-outline:before { content: "\f228"; }

.um-icon-social-chrome:before { content: "\f4db"; }

.um-icon-social-chrome-outline:before { content: "\f4da"; }

.um-icon-social-codepen:before { content: "\f4dd"; }

.um-icon-social-codepen-outline:before { content: "\f4dc"; }

.um-icon-social-css3:before { content: "\f4df"; }

.um-icon-social-css3-outline:before { content: "\f4de"; }

.um-icon-social-designernews:before { content: "\f22b"; }

.um-icon-social-designernews-outline:before { content: "\f22a"; }

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

.um-icon-social-dribbble-outline:before { content: "\f22c"; }

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

.um-icon-social-dropbox-outline:before { content: "\f22e"; }

.um-icon-social-euro:before { content: "\f4e1"; }

.um-icon-social-euro-outline:before { content: "\f4e0"; }

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

.um-icon-social-facebook-outline:before { content: "\f230"; }

.um-icon-social-foursquare:before { content: "\f34d"; }

.um-icon-social-foursquare-outline:before { content: "\f34c"; }

.um-icon-social-freebsd-devil:before { content: "\f2c4"; }

.um-icon-social-github:before { content: "\f233"; }

.um-icon-social-github-outline:before { content: "\f232"; }

.um-icon-social-google:before { content: "\f34f"; }

.um-icon-social-google-outline:before { content: "\f34e"; }

.um-icon-social-googleplus:before { content: "\f235"; }

.um-icon-social-googleplus-outline:before { content: "\f234"; }

.um-icon-social-hackernews:before { content: "\f237"; }

.um-icon-social-hackernews-outline:before { content: "\f236"; }

.um-icon-social-html5:before { content: "\f4e3"; }

.um-icon-social-html5-outline:before { content: "\f4e2"; }

.um-icon-social-instagram:before { content: "\f351"; }

.um-icon-social-instagram-outline:before { content: "\f350"; }

.um-icon-social-javascript:before { content: "\f4e5"; }

.um-icon-social-javascript-outline:before { content: "\f4e4"; }

.um-icon-social-linkedin:before { content: "\f239"; }

.um-icon-social-linkedin-outline:before { content: "\f238"; }

.um-icon-social-markdown:before { content: "\f4e6"; }

.um-icon-social-nodejs:before { content: "\f4e7"; }

.um-icon-social-octocat:before { content: "\f4e8"; }

.um-icon-social-pinterest:before { content: "\f2b1"; }

.um-icon-social-pinterest-outline:before { content: "\f2b0"; }

.um-icon-social-python:before { content: "\f4e9"; }

.um-icon-social-reddit:before { content: "\f23b"; }

.um-icon-social-reddit-outline:before { content: "\f23a"; }

.um-icon-social-rss:before { content: "\f23d"; }

.um-icon-social-rss-outline:before { content: "\f23c"; }

.um-icon-social-sass:before { content: "\f4ea"; }

.um-icon-social-skype:before { content: "\f23f"; }

.um-icon-social-skype-outline:before { content: "\f23e"; }

.um-icon-social-snapchat:before { content: "\f4ec"; }

.um-icon-social-snapchat-outline:before { content: "\f4eb"; }

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

.um-icon-social-tumblr-outline:before { content: "\f240"; }

.um-icon-social-tux:before { content: "\f2c5"; }

.um-icon-social-twitch:before { content: "\f4ee"; }

.um-icon-social-twitch-outline:before { content: "\f4ed"; }

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

.um-icon-social-twitter-outline:before { content: "\f242"; }

.um-icon-social-usd:before { content: "\f353"; }

.um-icon-social-usd-outline:before { content: "\f352"; }

.um-icon-social-vimeo:before { content: "\f245"; }

.um-icon-social-vimeo-outline:before { content: "\f244"; }

.um-icon-social-whatsapp:before { content: "\f4f0"; }

.um-icon-social-whatsapp-outline:before { content: "\f4ef"; }

.um-icon-social-windows:before { content: "\f247"; }

.um-icon-social-windows-outline:before { content: "\f246"; }

.um-icon-social-wordpress:before { content: "\f249"; }

.um-icon-social-wordpress-outline:before { content: "\f248"; }

.um-icon-social-yahoo:before { content: "\f24b"; }

.um-icon-social-yahoo-outline:before { content: "\f24a"; }

.um-icon-social-yen:before { content: "\f4f2"; }

.um-icon-social-yen-outline:before { content: "\f4f1"; }

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

.um-icon-social-youtube-outline:before { content: "\f24c"; }

.um-icon-soup-can:before { content: "\f4f4"; }

.um-icon-soup-can-outline:before { content: "\f4f3"; }

.um-icon-speakerphone:before { content: "\f2b2"; }

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

.um-icon-spoon:before { content: "\f2b4"; }

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

.um-icon-stats-bars:before { content: "\f2b5"; }

.um-icon-steam:before { content: "\f30b"; }

.um-icon-stop:before { content: "\f24f"; }

.um-icon-thermometer:before { content: "\f2b6"; }

.um-icon-thumbsdown:before { content: "\f250"; }

.um-icon-thumbsup:before { content: "\f251"; }

.um-icon-toggle:before { content: "\f355"; }

.um-icon-toggle-filled:before { content: "\f354"; }

.um-icon-transgender:before { content: "\f4f5"; }

.um-icon-trash-a:before { content: "\f252"; }

.um-icon-trash-b:before { content: "\f253"; }

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

.um-icon-tshirt:before { content: "\f4f7"; }

.um-icon-tshirt-outline:before { content: "\f4f6"; }

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

.um-icon-university:before { content: "\f357"; }

.um-icon-unlocked:before { content: "\f254"; }

.um-icon-upload:before { content: "\f255"; }

.um-icon-usb:before { content: "\f2b8"; }

.um-icon-videocamera:before { content: "\f256"; }

.um-icon-volume-high:before { content: "\f257"; }

.um-icon-volume-low:before { content: "\f258"; }

.um-icon-volume-medium:before { content: "\f259"; }

.um-icon-volume-mute:before { content: "\f25a"; }

.um-icon-wand:before { content: "\f358"; }

.um-icon-waterdrop:before { content: "\f25b"; }

.um-icon-wifi:before { content: "\f25c"; }

.um-icon-wineglass:before { content: "\f2b9"; }

.um-icon-woman:before { content: "\f25d"; }

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

.um-icon-xbox:before { content: "\f30c"; }@charset "UTF-8";

@font-face {
  font-family: "FontAwesome";
  src:url("../../plugins/ultimate-member/assets/font/fontawesome-webfont_v-4.2.0.eot");
  src:url("../../plugins/ultimate-member/assets/font/fontawesome-webfont_v-4.2.0.eot#iefix") format("embedded-opentype"),
    url("../../plugins/ultimate-member/assets/font/fontawesome-webfont_v-4.2.0.woff") format("woff"),
    url("../../plugins/ultimate-member/assets/font/fontawesome-webfont_v-4.2.0.ttf") format("truetype"),
    url("../../plugins/ultimate-member/assets/font/fontawesome-webfont_v-4.2.0-fontawesomeregular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="um-faicon-"]:before,
[class*=" um-faicon-"]:before {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.um-faicon-sticky-note:before {
  content: "\f249";
}
.um-faicon-glass:before {
  content: "\f000";
}
.um-faicon-music:before {
  content: "\f001";
}
.um-faicon-search:before {
  content: "\f002";
}
.um-faicon-envelope-o:before {
  content: "\f003";
}
.um-faicon-heart:before {
  content: "\f004";
}
.um-faicon-star:before {
  content: "\f005";
}
.um-faicon-star-o:before {
  content: "\f006";
}
.um-faicon-user:before {
  content: "\f007";
}
.um-faicon-film:before {
  content: "\f008";
}
.um-faicon-th-large:before {
  content: "\f009";
}
.um-faicon-th:before {
  content: "\f00a";
}
.um-faicon-th-list:before {
  content: "\f00b";
}
.um-faicon-check:before {
  content: "\f00c";
}
.um-faicon-remove:before,
.um-faicon-close:before,
.um-faicon-times:before {
  content: "\f00d";
}
.um-faicon-search-plus:before {
  content: "\f00e";
}
.um-faicon-search-minus:before {
  content: "\f010";
}
.um-faicon-power-off:before {
  content: "\f011";
}
.um-faicon-signal:before {
  content: "\f012";
}
.um-faicon-gear:before,
.um-faicon-cog:before {
  content: "\f013";
}
.um-faicon-trash-o:before {
  content: "\f014";
}
.um-faicon-home:before {
  content: "\f015";
}
.um-faicon-file-o:before {
  content: "\f016";
}
.um-faicon-clock-o:before {
  content: "\f017";
}
.um-faicon-road:before {
  content: "\f018";
}
.um-faicon-download:before {
  content: "\f019";
}
.um-faicon-arrow-circle-o-down:before {
  content: "\f01a";
}
.um-faicon-arrow-circle-o-up:before {
  content: "\f01b";
}
.um-faicon-inbox:before {
  content: "\f01c";
}
.um-faicon-play-circle-o:before {
  content: "\f01d";
}
.um-faicon-rotate-right:before,
.um-faicon-repeat:before {
  content: "\f01e";
}
.um-faicon-refresh:before {
  content: "\f021";
}
.um-faicon-list-alt:before {
  content: "\f022";
}
.um-faicon-lock:before {
  content: "\f023";
}
.um-faicon-flag:before {
  content: "\f024";
}
.um-faicon-headphones:before {
  content: "\f025";
}
.um-faicon-volume-off:before {
  content: "\f026";
}
.um-faicon-volume-down:before {
  content: "\f027";
}
.um-faicon-volume-up:before {
  content: "\f028";
}
.um-faicon-qrcode:before {
  content: "\f029";
}
.um-faicon-barcode:before {
  content: "\f02a";
}
.um-faicon-tag:before {
  content: "\f02b";
}
.um-faicon-tags:before {
  content: "\f02c";
}
.um-faicon-book:before {
  content: "\f02d";
}
.um-faicon-bookmark:before {
  content: "\f02e";
}
.um-faicon-print:before {
  content: "\f02f";
}
.um-faicon-camera:before {
  content: "\f030";
}
.um-faicon-font:before {
  content: "\f031";
}
.um-faicon-bold:before {
  content: "\f032";
}
.um-faicon-italic:before {
  content: "\f033";
}
.um-faicon-text-height:before {
  content: "\f034";
}
.um-faicon-text-width:before {
  content: "\f035";
}
.um-faicon-align-left:before {
  content: "\f036";
}
.um-faicon-align-center:before {
  content: "\f037";
}
.um-faicon-align-right:before {
  content: "\f038";
}
.um-faicon-align-justify:before {
  content: "\f039";
}
.um-faicon-list:before {
  content: "\f03a";
}
.um-faicon-dedent:before,
.um-faicon-outdent:before {
  content: "\f03b";
}
.um-faicon-indent:before {
  content: "\f03c";
}
.um-faicon-video-camera:before {
  content: "\f03d";
}
.um-faicon-photo:before,
.um-faicon-image:before,
.um-faicon-picture-o:before {
  content: "\f03e";
}
.um-faicon-pencil:before {
  content: "\f040";
}
.um-faicon-map-marker:before {
  content: "\f041";
}
.um-faicon-adjust:before {
  content: "\f042";
}
.um-faicon-tint:before {
  content: "\f043";
}
.um-faicon-edit:before,
.um-faicon-pencil-square-o:before {
  content: "\f044";
}
.um-faicon-share-square-o:before {
  content: "\f045";
}
.um-faicon-check-square-o:before {
  content: "\f046";
}
.um-faicon-arrows:before {
  content: "\f047";
}
.um-faicon-step-backward:before {
  content: "\f048";
}
.um-faicon-fast-backward:before {
  content: "\f049";
}
.um-faicon-backward:before {
  content: "\f04a";
}
.um-faicon-play:before {
  content: "\f04b";
}
.um-faicon-pause:before {
  content: "\f04c";
}
.um-faicon-stop:before {
  content: "\f04d";
}
.um-faicon-forward:before {
  content: "\f04e";
}
.um-faicon-fast-forward:before {
  content: "\f050";
}
.um-faicon-step-forward:before {
  content: "\f051";
}
.um-faicon-eject:before {
  content: "\f052";
}
.um-faicon-chevron-left:before {
  content: "\f053";
}
.um-faicon-chevron-right:before {
  content: "\f054";
}
.um-faicon-plus-circle:before {
  content: "\f055";
}
.um-faicon-minus-circle:before {
  content: "\f056";
}
.um-faicon-times-circle:before {
  content: "\f057";
}
.um-faicon-check-circle:before {
  content: "\f058";
}
.um-faicon-question-circle:before {
  content: "\f059";
}
.um-faicon-info-circle:before {
  content: "\f05a";
}
.um-faicon-crosshairs:before {
  content: "\f05b";
}
.um-faicon-times-circle-o:before {
  content: "\f05c";
}
.um-faicon-check-circle-o:before {
  content: "\f05d";
}
.um-faicon-ban:before {
  content: "\f05e";
}
.um-faicon-arrow-left:before {
  content: "\f060";
}
.um-faicon-arrow-right:before {
  content: "\f061";
}
.um-faicon-arrow-up:before {
  content: "\f062";
}
.um-faicon-arrow-down:before {
  content: "\f063";
}
.um-faicon-mail-forward:before,
.um-faicon-share:before {
  content: "\f064";
}
.um-faicon-expand:before {
  content: "\f065";
}
.um-faicon-compress:before {
  content: "\f066";
}
.um-faicon-plus:before {
  content: "\f067";
}
.um-faicon-minus:before {
  content: "\f068";
}
.um-faicon-asterisk:before {
  content: "\f069";
}
.um-faicon-exclamation-circle:before {
  content: "\f06a";
}
.um-faicon-gift:before {
  content: "\f06b";
}
.um-faicon-leaf:before {
  content: "\f06c";
}
.um-faicon-fire:before {
  content: "\f06d";
}
.um-faicon-eye:before {
  content: "\f06e";
}
.um-faicon-eye-slash:before {
  content: "\f070";
}
.um-faicon-warning:before,
.um-faicon-exclamation-triangle:before {
  content: "\f071";
}
.um-faicon-plane:before {
  content: "\f072";
}
.um-faicon-calendar:before {
  content: "\f073";
}
.um-faicon-random:before {
  content: "\f074";
}
.um-faicon-comment:before {
  content: "\f075";
}
.um-faicon-magnet:before {
  content: "\f076";
}
.um-faicon-chevron-up:before {
  content: "\f077";
}
.um-faicon-chevron-down:before {
  content: "\f078";
}
.um-faicon-retweet:before {
  content: "\f079";
}
.um-faicon-shopping-cart:before {
  content: "\f07a";
}
.um-faicon-folder:before {
  content: "\f07b";
}
.um-faicon-folder-open:before {
  content: "\f07c";
}
.um-faicon-arrows-v:before {
  content: "\f07d";
}
.um-faicon-arrows-h:before {
  content: "\f07e";
}
.um-faicon-bar-chart-o:before,
.um-faicon-bar-chart:before {
  content: "\f080";
}
.um-faicon-twitter-square:before {
  content: "\f081";
}
.um-faicon-facebook-square:before {
  content: "\f082";
}
.um-faicon-camera-retro:before {
  content: "\f083";
}
.um-faicon-key:before {
  content: "\f084";
}
.um-faicon-gears:before,
.um-faicon-cogs:before {
  content: "\f085";
}
.um-faicon-comments:before {
  content: "\f086";
}
.um-faicon-thumbs-o-up:before {
  content: "\f087";
}
.um-faicon-thumbs-o-down:before {
  content: "\f088";
}
.um-faicon-star-half:before {
  content: "\f089";
}
.um-faicon-heart-o:before {
  content: "\f08a";
}
.um-faicon-sign-out:before {
  content: "\f08b";
}
.um-faicon-linkedin-square:before {
  content: "\f08c";
}
.um-faicon-thumb-tack:before {
  content: "\f08d";
}
.um-faicon-external-link:before {
  content: "\f08e";
}
.um-faicon-sign-in:before {
  content: "\f090";
}
.um-faicon-trophy:before {
  content: "\f091";
}
.um-faicon-github-square:before {
  content: "\f092";
}
.um-faicon-upload:before {
  content: "\f093";
}
.um-faicon-lemon-o:before {
  content: "\f094";
}
.um-faicon-phone:before {
  content: "\f095";
}
.um-faicon-square-o:before {
  content: "\f096";
}
.um-faicon-bookmark-o:before {
  content: "\f097";
}
.um-faicon-phone-square:before {
  content: "\f098";
}
.um-faicon-twitter:before {
  content: "\f099";
}
.um-faicon-facebook:before {
  content: "\f09a";
}
.um-faicon-github:before {
  content: "\f09b";
}
.um-faicon-unlock:before {
  content: "\f09c";
}
.um-faicon-credit-card:before {
  content: "\f09d";
}
.um-faicon-rss:before {
  content: "\f09e";
}
.um-faicon-hdd-o:before {
  content: "\f0a0";
}
.um-faicon-bullhorn:before {
  content: "\f0a1";
}
.um-faicon-bell:before {
  content: "\f0f3";
}
.um-faicon-certificate:before {
  content: "\f0a3";
}
.um-faicon-hand-o-right:before {
  content: "\f0a4";
}
.um-faicon-hand-o-left:before {
  content: "\f0a5";
}
.um-faicon-hand-o-up:before {
  content: "\f0a6";
}
.um-faicon-hand-o-down:before {
  content: "\f0a7";
}
.um-faicon-arrow-circle-left:before {
  content: "\f0a8";
}
.um-faicon-arrow-circle-right:before {
  content: "\f0a9";
}
.um-faicon-arrow-circle-up:before {
  content: "\f0aa";
}
.um-faicon-arrow-circle-down:before {
  content: "\f0ab";
}
.um-faicon-globe:before {
  content: "\f0ac";
}
.um-faicon-wrench:before {
  content: "\f0ad";
}
.um-faicon-tasks:before {
  content: "\f0ae";
}
.um-faicon-filter:before {
  content: "\f0b0";
}
.um-faicon-briefcase:before {
  content: "\f0b1";
}
.um-faicon-arrows-alt:before {
  content: "\f0b2";
}
.um-faicon-group:before,
.um-faicon-users:before {
  content: "\f0c0";
}
.um-faicon-chain:before,
.um-faicon-link:before {
  content: "\f0c1";
}
.um-faicon-cloud:before {
  content: "\f0c2";
}
.um-faicon-flask:before {
  content: "\f0c3";
}
.um-faicon-cut:before,
.um-faicon-scissors:before {
  content: "\f0c4";
}
.um-faicon-copy:before,
.um-faicon-files-o:before {
  content: "\f0c5";
}
.um-faicon-paperclip:before {
  content: "\f0c6";
}
.um-faicon-save:before,
.um-faicon-floppy-o:before {
  content: "\f0c7";
}
.um-faicon-square:before {
  content: "\f0c8";
}
.um-faicon-navicon:before,
.um-faicon-reorder:before,
.um-faicon-bars:before {
  content: "\f0c9";
}
.um-faicon-list-ul:before {
  content: "\f0ca";
}
.um-faicon-list-ol:before {
  content: "\f0cb";
}
.um-faicon-strikethrough:before {
  content: "\f0cc";
}
.um-faicon-underline:before {
  content: "\f0cd";
}
.um-faicon-table:before {
  content: "\f0ce";
}
.um-faicon-magic:before {
  content: "\f0d0";
}
.um-faicon-truck:before {
  content: "\f0d1";
}
.um-faicon-pinterest:before {
  content: "\f0d2";
}
.um-faicon-pinterest-square:before {
  content: "\f0d3";
}
.um-faicon-google-plus-square:before {
  content: "\f0d4";
}
.um-faicon-google-plus:before {
  content: "\f0d5";
}
.um-faicon-money:before {
  content: "\f0d6";
}
.um-faicon-caret-down:before {
  content: "\f0d7";
}
.um-faicon-caret-up:before {
  content: "\f0d8";
}
.um-faicon-caret-left:before {
  content: "\f0d9";
}
.um-faicon-caret-right:before {
  content: "\f0da";
}
.um-faicon-columns:before {
  content: "\f0db";
}
.um-faicon-unsorted:before,
.um-faicon-sort:before {
  content: "\f0dc";
}
.um-faicon-sort-down:before,
.um-faicon-sort-desc:before {
  content: "\f0dd";
}
.um-faicon-sort-up:before,
.um-faicon-sort-asc:before {
  content: "\f0de";
}
.um-faicon-envelope:before {
  content: "\f0e0";
}
.um-faicon-linkedin:before {
  content: "\f0e1";
}
.um-faicon-rotate-left:before,
.um-faicon-undo:before {
  content: "\f0e2";
}
.um-faicon-legal:before,
.um-faicon-gavel:before {
  content: "\f0e3";
}
.um-faicon-dashboard:before,
.um-faicon-tachometer:before {
  content: "\f0e4";
}
.um-faicon-comment-o:before {
  content: "\f0e5";
}
.um-faicon-comments-o:before {
  content: "\f0e6";
}
.um-faicon-flash:before,
.um-faicon-bolt:before {
  content: "\f0e7";
}
.um-faicon-sitemap:before {
  content: "\f0e8";
}
.um-faicon-umbrella:before {
  content: "\f0e9";
}
.um-faicon-paste:before,
.um-faicon-clipboard:before {
  content: "\f0ea";
}
.um-faicon-lightbulb-o:before {
  content: "\f0eb";
}
.um-faicon-exchange:before {
  content: "\f0ec";
}
.um-faicon-cloud-download:before {
  content: "\f0ed";
}
.um-faicon-cloud-upload:before {
  content: "\f0ee";
}
.um-faicon-user-md:before {
  content: "\f0f0";
}
.um-faicon-stethoscope:before {
  content: "\f0f1";
}
.um-faicon-suitcase:before {
  content: "\f0f2";
}
.um-faicon-bell-o:before {
  content: "\f0a2";
}
.um-faicon-coffee:before {
  content: "\f0f4";
}
.um-faicon-cutlery:before {
  content: "\f0f5";
}
.um-faicon-file-text-o:before {
  content: "\f0f6";
}
.um-faicon-building-o:before {
  content: "\f0f7";
}
.um-faicon-hospital-o:before {
  content: "\f0f8";
}
.um-faicon-ambulance:before {
  content: "\f0f9";
}
.um-faicon-medkit:before {
  content: "\f0fa";
}
.um-faicon-fighter-jet:before {
  content: "\f0fb";
}
.um-faicon-beer:before {
  content: "\f0fc";
}
.um-faicon-h-square:before {
  content: "\f0fd";
}
.um-faicon-plus-square:before {
  content: "\f0fe";
}
.um-faicon-angle-double-left:before {
  content: "\f100";
}
.um-faicon-angle-double-right:before {
  content: "\f101";
}
.um-faicon-angle-double-up:before {
  content: "\f102";
}
.um-faicon-angle-double-down:before {
  content: "\f103";
}
.um-faicon-angle-left:before {
  content: "\f104";
}
.um-faicon-angle-right:before {
  content: "\f105";
}
.um-faicon-angle-up:before {
  content: "\f106";
}
.um-faicon-angle-down:before {
  content: "\f107";
}
.um-faicon-desktop:before {
  content: "\f108";
}
.um-faicon-laptop:before {
  content: "\f109";
}
.um-faicon-tablet:before {
  content: "\f10a";
}
.um-faicon-mobile-phone:before,
.um-faicon-mobile:before {
  content: "\f10b";
}
.um-faicon-circle-o:before {
  content: "\f10c";
}
.um-faicon-quote-left:before {
  content: "\f10d";
}
.um-faicon-quote-right:before {
  content: "\f10e";
}
.um-faicon-spinner:before {
  content: "\f110";
}
.um-faicon-spin {
  -webkit-animation: um-faicon-spin 2s infinite linear;
  animation: um-faicon-spin 2s infinite linear;
}
.um-faicon-circle:before {
  content: "\f111";
}
.um-faicon-mail-reply:before,
.um-faicon-reply:before {
  content: "\f112";
}
.um-faicon-github-alt:before {
  content: "\f113";
}
.um-faicon-folder-o:before {
  content: "\f114";
}
.um-faicon-folder-open-o:before {
  content: "\f115";
}
.um-faicon-smile-o:before {
  content: "\f118";
}
.um-faicon-frown-o:before {
  content: "\f119";
}
.um-faicon-meh-o:before {
  content: "\f11a";
}
.um-faicon-gamepad:before {
  content: "\f11b";
}
.um-faicon-keyboard-o:before {
  content: "\f11c";
}
.um-faicon-flag-o:before {
  content: "\f11d";
}
.um-faicon-flag-checkered:before {
  content: "\f11e";
}
.um-faicon-terminal:before {
  content: "\f120";
}
.um-faicon-code:before {
  content: "\f121";
}
.um-faicon-mail-reply-all:before,
.um-faicon-reply-all:before {
  content: "\f122";
}
.um-faicon-star-half-empty:before,
.um-faicon-star-half-full:before,
.um-faicon-star-half-o:before {
  content: "\f123";
}
.um-faicon-location-arrow:before {
  content: "\f124";
}
.um-faicon-crop:before {
  content: "\f125";
}
.um-faicon-code-fork:before {
  content: "\f126";
}
.um-faicon-unlink:before,
.um-faicon-chain-broken:before {
  content: "\f127";
}
.um-faicon-question:before {
  content: "\f128";
}
.um-faicon-info:before {
  content: "\f129";
}
.um-faicon-exclamation:before {
  content: "\f12a";
}
.um-faicon-superscript:before {
  content: "\f12b";
}
.um-faicon-subscript:before {
  content: "\f12c";
}
.um-faicon-eraser:before {
  content: "\f12d";
}
.um-faicon-puzzle-piece:before {
  content: "\f12e";
}
.um-faicon-microphone:before {
  content: "\f130";
}
.um-faicon-microphone-slash:before {
  content: "\f131";
}
.um-faicon-shield:before {
  content: "\f132";
}
.um-faicon-calendar-o:before {
  content: "\f133";
}
.um-faicon-fire-extinguisher:before {
  content: "\f134";
}
.um-faicon-rocket:before {
  content: "\f135";
}
.um-faicon-maxcdn:before {
  content: "\f136";
}
.um-faicon-chevron-circle-left:before {
  content: "\f137";
}
.um-faicon-chevron-circle-right:before {
  content: "\f138";
}
.um-faicon-chevron-circle-up:before {
  content: "\f139";
}
.um-faicon-chevron-circle-down:before {
  content: "\f13a";
}
.um-faicon-html5:before {
  content: "\f13b";
}
.um-faicon-css3:before {
  content: "\f13c";
}
.um-faicon-anchor:before {
  content: "\f13d";
}
.um-faicon-unlock-alt:before {
  content: "\f13e";
}
.um-faicon-bullseye:before {
  content: "\f140";
}
.um-faicon-ellipsis-h:before {
  content: "\f141";
}
.um-faicon-ellipsis-v:before {
  content: "\f142";
}
.um-faicon-rss-square:before {
  content: "\f143";
}
.um-faicon-play-circle:before {
  content: "\f144";
}
.um-faicon-ticket:before {
  content: "\f145";
}
.um-faicon-minus-square:before {
  content: "\f146";
}
.um-faicon-minus-square-o:before {
  content: "\f147";
}
.um-faicon-level-up:before {
  content: "\f148";
}
.um-faicon-level-down:before {
  content: "\f149";
}
.um-faicon-check-square:before {
  content: "\f14a";
}
.um-faicon-pencil-square:before {
  content: "\f14b";
}
.um-faicon-external-link-square:before {
  content: "\f14c";
}
.um-faicon-share-square:before {
  content: "\f14d";
}
.um-faicon-compass:before {
  content: "\f14e";
}
.um-faicon-toggle-down:before,
.um-faicon-caret-square-o-down:before {
  content: "\f150";
}
.um-faicon-toggle-up:before,
.um-faicon-caret-square-o-up:before {
  content: "\f151";
}
.um-faicon-toggle-right:before,
.um-faicon-caret-square-o-right:before {
  content: "\f152";
}
.um-faicon-euro:before,
.um-faicon-eur:before {
  content: "\f153";
}
.um-faicon-gbp:before {
  content: "\f154";
}
.um-faicon-dollar:before,
.um-faicon-usd:before {
  content: "\f155";
}
.um-faicon-rupee:before,
.um-faicon-inr:before {
  content: "\f156";
}
.um-faicon-cny:before,
.um-faicon-rmb:before,
.um-faicon-yen:before,
.um-faicon-jpy:before {
  content: "\f157";
}
.um-faicon-ruble:before,
.um-faicon-rouble:before,
.um-faicon-rub:before {
  content: "\f158";
}
.um-faicon-won:before,
.um-faicon-krw:before {
  content: "\f159";
}
.um-faicon-bitcoin:before,
.um-faicon-btc:before {
  content: "\f15a";
}
.um-faicon-file:before {
  content: "\f15b";
}
.um-faicon-file-text:before {
  content: "\f15c";
}
.um-faicon-sort-alpha-asc:before {
  content: "\f15d";
}
.um-faicon-sort-alpha-desc:before {
  content: "\f15e";
}
.um-faicon-sort-amount-asc:before {
  content: "\f160";
}
.um-faicon-sort-amount-desc:before {
  content: "\f161";
}
.um-faicon-sort-numeric-asc:before {
  content: "\f162";
}
.um-faicon-sort-numeric-desc:before {
  content: "\f163";
}
.um-faicon-thumbs-up:before {
  content: "\f164";
}
.um-faicon-thumbs-down:before {
  content: "\f165";
}
.um-faicon-youtube-square:before {
  content: "\f166";
}
.um-faicon-youtube:before {
  content: "\f167";
}
.um-faicon-xing:before {
  content: "\f168";
}
.um-faicon-xing-square:before {
  content: "\f169";
}
.um-faicon-youtube-play:before {
  content: "\f16a";
}
.um-faicon-dropbox:before {
  content: "\f16b";
}
.um-faicon-stack-overflow:before {
  content: "\f16c";
}
.um-faicon-instagram:before {
  content: "\f16d";
}
.um-faicon-flickr:before {
  content: "\f16e";
}
.um-faicon-adn:before {
  content: "\f170";
}
.um-faicon-bitbucket:before {
  content: "\f171";
}
.um-faicon-bitbucket-square:before {
  content: "\f172";
}
.um-faicon-tumblr:before {
  content: "\f173";
}
.um-faicon-tumblr-square:before {
  content: "\f174";
}
.um-faicon-long-arrow-down:before {
  content: "\f175";
}
.um-faicon-long-arrow-up:before {
  content: "\f176";
}
.um-faicon-long-arrow-left:before {
  content: "\f177";
}
.um-faicon-long-arrow-right:before {
  content: "\f178";
}
.um-faicon-apple:before {
  content: "\f179";
}
.um-faicon-windows:before {
  content: "\f17a";
}
.um-faicon-android:before {
  content: "\f17b";
}
.um-faicon-linux:before {
  content: "\f17c";
}
.um-faicon-dribbble:before {
  content: "\f17d";
}
.um-faicon-skype:before {
  content: "\f17e";
}
.um-faicon-foursquare:before {
  content: "\f180";
}
.um-faicon-trello:before {
  content: "\f181";
}
.um-faicon-female:before {
  content: "\f182";
}
.um-faicon-male:before {
  content: "\f183";
}
.um-faicon-gittip:before {
  content: "\f184";
}
.um-faicon-sun-o:before {
  content: "\f185";
}
.um-faicon-moon-o:before {
  content: "\f186";
}
.um-faicon-archive:before {
  content: "\f187";
}
.um-faicon-bug:before {
  content: "\f188";
}
.um-faicon-vk:before {
  content: "\f189";
}
.um-faicon-weibo:before {
  content: "\f18a";
}
.um-faicon-renren:before {
  content: "\f18b";
}
.um-faicon-pagelines:before {
  content: "\f18c";
}
.um-faicon-stack-exchange:before {
  content: "\f18d";
}
.um-faicon-arrow-circle-o-right:before {
  content: "\f18e";
}
.um-faicon-arrow-circle-o-left:before {
  content: "\f190";
}
.um-faicon-toggle-left:before,
.um-faicon-caret-square-o-left:before {
  content: "\f191";
}
.um-faicon-dot-circle-o:before {
  content: "\f192";
}
.um-faicon-wheelchair:before {
  content: "\f193";
}
.um-faicon-vimeo-square:before {
  content: "\f194";
}
.um-faicon-turkish-lira:before,
.um-faicon-try:before {
  content: "\f195";
}
.um-faicon-plus-square-o:before {
  content: "\f196";
}
.um-faicon-space-shuttle:before {
  content: "\f197";
}
.um-faicon-slack:before {
  content: "\f198";
}
.um-faicon-envelope-square:before {
  content: "\f199";
}
.um-faicon-wordpress:before {
  content: "\f19a";
}
.um-faicon-openid:before {
  content: "\f19b";
}
.um-faicon-institution:before,
.um-faicon-bank:before,
.um-faicon-university:before {
  content: "\f19c";
}
.um-faicon-mortar-board:before,
.um-faicon-graduation-cap:before {
  content: "\f19d";
}
.um-faicon-yahoo:before {
  content: "\f19e";
}
.um-faicon-google:before {
  content: "\f1a0";
}
.um-faicon-reddit:before {
  content: "\f1a1";
}
.um-faicon-reddit-square:before {
  content: "\f1a2";
}
.um-faicon-stumbleupon-circle:before {
  content: "\f1a3";
}
.um-faicon-stumbleupon:before {
  content: "\f1a4";
}
.um-faicon-delicious:before {
  content: "\f1a5";
}
.um-faicon-digg:before {
  content: "\f1a6";
}
.um-faicon-pied-piper:before {
  content: "\f1a7";
}
.um-faicon-pied-piper-alt:before {
  content: "\f1a8";
}
.um-faicon-drupal:before {
  content: "\f1a9";
}
.um-faicon-joomla:before {
  content: "\f1aa";
}
.um-faicon-language:before {
  content: "\f1ab";
}
.um-faicon-fax:before {
  content: "\f1ac";
}
.um-faicon-building:before {
  content: "\f1ad";
}
.um-faicon-child:before {
  content: "\f1ae";
}
.um-faicon-paw:before {
  content: "\f1b0";
}
.um-faicon-spoon:before {
  content: "\f1b1";
}
.um-faicon-cube:before {
  content: "\f1b2";
}
.um-faicon-cubes:before {
  content: "\f1b3";
}
.um-faicon-behance:before {
  content: "\f1b4";
}
.um-faicon-behance-square:before {
  content: "\f1b5";
}
.um-faicon-steam:before {
  content: "\f1b6";
}
.um-faicon-steam-square:before {
  content: "\f1b7";
}
.um-faicon-recycle:before {
  content: "\f1b8";
}
.um-faicon-automobile:before,
.um-faicon-car:before {
  content: "\f1b9";
}
.um-faicon-cab:before,
.um-faicon-taxi:before {
  content: "\f1ba";
}
.um-faicon-tree:before {
  content: "\f1bb";
}
.um-faicon-spotify:before {
  content: "\f1bc";
}
.um-faicon-deviantart:before {
  content: "\f1bd";
}
.um-faicon-soundcloud:before {
  content: "\f1be";
}
.um-faicon-database:before {
  content: "\f1c0";
}
.um-faicon-file-pdf-o:before {
  content: "\f1c1";
}
.um-faicon-file-word-o:before {
  content: "\f1c2";
}
.um-faicon-file-excel-o:before {
  content: "\f1c3";
}
.um-faicon-file-powerpoint-o:before {
  content: "\f1c4";
}
.um-faicon-file-photo-o:before,
.um-faicon-file-picture-o:before,
.um-faicon-file-image-o:before {
  content: "\f1c5";
}
.um-faicon-file-zip-o:before,
.um-faicon-file-archive-o:before {
  content: "\f1c6";
}
.um-faicon-file-sound-o:before,
.um-faicon-file-audio-o:before {
  content: "\f1c7";
}
.um-faicon-file-movie-o:before,
.um-faicon-file-video-o:before {
  content: "\f1c8";
}
.um-faicon-file-code-o:before {
  content: "\f1c9";
}
.um-faicon-vine:before {
  content: "\f1ca";
}
.um-faicon-codepen:before {
  content: "\f1cb";
}
.um-faicon-jsfiddle:before {
  content: "\f1cc";
}
.um-faicon-life-bouy:before,
.um-faicon-life-buoy:before,
.um-faicon-life-saver:before,
.um-faicon-support:before,
.um-faicon-life-ring:before {
  content: "\f1cd";
}
.um-faicon-circle-o-notch:before {
  content: "\f1ce";
}
.um-faicon-ra:before,
.um-faicon-rebel:before {
  content: "\f1d0";
}
.um-faicon-ge:before,
.um-faicon-empire:before {
  content: "\f1d1";
}
.um-faicon-git-square:before {
  content: "\f1d2";
}
.um-faicon-git:before {
  content: "\f1d3";
}
.um-faicon-hacker-news:before {
  content: "\f1d4";
}
.um-faicon-tencent-weibo:before {
  content: "\f1d5";
}
.um-faicon-qq:before {
  content: "\f1d6";
}
.um-faicon-wechat:before,
.um-faicon-weixin:before {
  content: "\f1d7";
}
.um-faicon-send:before,
.um-faicon-paper-plane:before {
  content: "\f1d8";
}
.um-faicon-send-o:before,
.um-faicon-paper-plane-o:before {
  content: "\f1d9";
}
.um-faicon-history:before {
  content: "\f1da";
}
.um-faicon-circle-thin:before {
  content: "\f1db";
}
.um-faicon-header:before {
  content: "\f1dc";
}
.um-faicon-paragraph:before {
  content: "\f1dd";
}
.um-faicon-sliders:before {
  content: "\f1de";
}
.um-faicon-share-alt:before {
  content: "\f1e0";
}
.um-faicon-share-alt-square:before {
  content: "\f1e1";
}
.um-faicon-bomb:before {
  content: "\f1e2";
}
.um-faicon-soccer-ball-o:before,
.um-faicon-futbol-o:before {
  content: "\f1e3";
}
.um-faicon-tty:before {
  content: "\f1e4";
}
.um-faicon-binoculars:before {
  content: "\f1e5";
}
.um-faicon-plug:before {
  content: "\f1e6";
}
.um-faicon-slideshare:before {
  content: "\f1e7";
}
.um-faicon-twitch:before {
  content: "\f1e8";
}
.um-faicon-yelp:before {
  content: "\f1e9";
}
.um-faicon-newspaper-o:before {
  content: "\f1ea";
}
.um-faicon-wifi:before {
  content: "\f1eb";
}
.um-faicon-calculator:before {
  content: "\f1ec";
}
.um-faicon-paypal:before {
  content: "\f1ed";
}
.um-faicon-google-wallet:before {
  content: "\f1ee";
}
.um-faicon-cc-visa:before {
  content: "\f1f0";
}
.um-faicon-cc-mastercard:before {
  content: "\f1f1";
}
.um-faicon-cc-discover:before {
  content: "\f1f2";
}
.um-faicon-cc-amex:before {
  content: "\f1f3";
}
.um-faicon-cc-paypal:before {
  content: "\f1f4";
}
.um-faicon-cc-stripe:before {
  content: "\f1f5";
}
.um-faicon-bell-slash:before {
  content: "\f1f6";
}
.um-faicon-bell-slash-o:before {
  content: "\f1f7";
}
.um-faicon-trash:before {
  content: "\f1f8";
}
.um-faicon-copyright:before {
  content: "\f1f9";
}
.um-faicon-at:before {
  content: "\f1fa";
}
.um-faicon-eyedropper:before {
  content: "\f1fb";
}
.um-faicon-paint-brush:before {
  content: "\f1fc";
}
.um-faicon-birthday-cake:before {
  content: "\f1fd";
}
.um-faicon-area-chart:before {
  content: "\f1fe";
}
.um-faicon-pie-chart:before {
  content: "\f200";
}
.um-faicon-line-chart:before {
  content: "\f201";
}
.um-faicon-lastfm:before {
  content: "\f202";
}
.um-faicon-lastfm-square:before {
  content: "\f203";
}
.um-faicon-toggle-off:before {
  content: "\f204";
}
.um-faicon-toggle-on:before {
  content: "\f205";
}
.um-faicon-bicycle:before {
  content: "\f206";
}
.um-faicon-bus:before {
  content: "\f207";
}
.um-faicon-ioxhost:before {
  content: "\f208";
}
.um-faicon-angellist:before {
  content: "\f209";
}
.um-faicon-cc:before {
  content: "\f20a";
}
.um-faicon-shekel:before,
.um-faicon-sheqel:before,
.um-faicon-ils:before {
  content: "\f20b";
}
.um-faicon-meanpath:before {
  content: "\f20c";
}

@-moz-keyframes um-faicon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes um-faicon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes um-faicon-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes um-faicon-spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes um-faicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
.cropper-container {
  position: relative;
  overflow: hidden;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.cropper-container img {
  width: 100%;
  height: 100%;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

.cropper-modal,
.cropper-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-canvas {
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cropper-modal {
  background-color: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.cropper-dragger {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}

.cropper-viewer {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline-width: 1px;
  outline-style: solid;
  outline-color: #69f;
  outline-color: rgba(51, 102, 255, .75);
}

.cropper-dashed {
  position: absolute;
  display: block;
  border: 0 dashed #fff;
  opacity: .5;
  filter: alpha(opacity=50);
}

.cropper-dashed.dashed-h {
  top: 33.3%;
  left: 0;
  width: 100%;
  height: 33.3%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.3%;
  width: 33.3%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1;
  filter: alpha(opacity=10);
}

.cropper-face {
  top: 0;
  left: 0;
  cursor: move;
  background-color: #fff;
}

.cropper-line {
  background-color: #69f;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #69f;
  opacity: .75;
  filter: alpha(opacity=75);
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
  filter: alpha(opacity=100);
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  background-color: #69f;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75;
    filter: alpha(opacity=75);
  }
}

/* Helper classes for JavaScript */

.cropper-hidden {
  display: none !important;
}

.cropper-invisible {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.um-popup-overlay {
	background: rgba(0,0,0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999992;
}

.um-popup * {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.um-popup {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: fixed;
	left: 50%;
	top: 10%;
	margin-left: -250px;
	width: 500px;
	background: #fff;
	box-shadow: 0 1px 3px #111;
	z-index: 1999993;
	box-sizing: border-box;
	overflow: auto;
	color: #888;
	padding: 0 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.um-popup.loading {
	background: #fff url(../../plugins/ultimate-member/assets/img/loading.gif) no-repeat center;
	min-height: 100px;
}

.um-popup a {
	outline: none !important;
}

/*
	- Overlay
*/

.um-modal-overlay {
	background: rgba(0,0,0, 0.85);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

/*
	- modal
*/

.um-modal * {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.um-modal-hidden-content {
	display: none;
}

.um-modal-close {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	font-size: 24px;
	text-decoration: none !important;
	color: #fff !important;
	padding: 0 10px;
}

.um-modal {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: fixed;
	left: 50%;
	display: none;
	z-index: 1999993;
	box-sizing: border-box;
	bottom: -50px;
}
.um-modal.normal {width: 500px;margin-left: -250px;}
.um-modal.large {width: 730px;margin-left: -365px;}
.um-modal.small {width: 400px;margin-left: -200px;}

.um-modal-body {
	min-height: 3px;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.um-modal-body.photo {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.12) inset;
	background: #888;
	padding: 0;
}

.um-modal-body.photo img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	opacity: 0;
}

.um-modal.loading .um-modal-body {
	background: #fff url(../../plugins/ultimate-member/assets/img/loading.gif) no-repeat center;
	min-height: 150px;
}

.um-modal div.um {
	margin-bottom: 20px !important;
}

.um-modal-header {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	height: 44px;
	line-height: 44px;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 17px;
}

.um-modal-footer {
	margin-top: 20px;
}

.um-modal-left {
	float: left;
}

.um-modal-right {
	float: right;
}

.um-modal-btn.disabled,
.um-modal-btn.disabled:hover {
	opacity: 0.5;
	cursor: default !important;
}

.um-modal-btn {
	cursor: pointer !important;
	line-height: 34px !important;
	height: 34px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	font-size: 14px;
	box-sizing: border-box;
	transition: 0.2s;
	text-decoration: none !important;
}

a.um-modal-btn:visited {
	color: #fff;
}

.um-modal-btn:hover {
	background: #44b0ec;
	color: #fff;
}

.um-modal-btn.alt {
	color: #666;
	background: #eee;
}

.um-modal-btn.alt:hover {
	background: #e5e5e5;
}

.um-modal .um-single-image-preview.crop img{
	float:left;
}/*
	- Layout
*/

.um {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	color: #666;
	font-size: 15px;
	margin-bottom: 30px !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	opacity: 0;
}

.um-s1,
.um-s2 {
	display: none;
}

.um *,
.um *:before,
.um *:after {
	box-sizing: content-box;
}

.um-header a,
.um-cover a,
.um-member-photo a,
.um-member-name a,
.um-member-more a,
.um-member-less a,
.um-members a,
.um-account-side li a,
.um-members-pagi span,
.um-members-pagi a,
.um-field-value a
{
	border-bottom: 0 !important;
}

.um a:focus,
.um-modal a:focus {
	outline: 0 !important;
}

.um a .image-overlay,
.um a:hover .image-overlay,
.um a:hover .image-overlay * {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	position: static !important;
}

/* only in admin mode */
.um.um-in-admin {
	padding-top: 0;
}
.um.um-in-admin .um-tip {display: none !important}

.um:not(.um-directory) input,
.um:not(.um-directory) select,
.um:not(.um-directory) textarea{
	font-size: 15px;
}

.um * {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.um-left {float: left}

.um-right {float: right}

.um-clear {clear: both}

.um-center {text-align: center}
.um-center .um-button {
	display: inline-block !important;
	width: auto !important;
	min-width: 250px !important;
}

.um-half { width: 48%}

.um-field-half {width: 48%;float: left}

.um-field-half.right {float: right}

.um-field-tri {
	width: 30%;
	float: left;
	margin-right: 3%;
}

.um img {box-shadow: none !important}

.um-col {padding-bottom: 20px}
.um-col-alt {margin: 15px 0 5px 0}
.um-col-alt-s {padding-top: 10px}
.um-col-alt-b {padding-top: 20px}

.um-col-121 {float: left;width: 48%}

.um-col-122 {float: right;width: 48%}

.um-col-131 {float: left;width: 30%}

.um-col-132 {float: left;width: 30%;margin: 0 5%}

.um-col-133 {float: left;width: 30%}

/*
	- Font Icons
*/

.um-raty i {font-size: 26px}

.um-field-half .um-raty i {font-size: 21px}

.um-field-tri .um-raty i {font-size: 21px}

.um-button i {
    font-size: 22px;
    width: 22px;
    height: 12px !important;
    display: inline-block;
    line-height: 12px !important;
    vertical-align: middle !important;
    position: relative;
    top: -6px;
    margin-right: 8px;
}

/*
	- Row general css
*/

.um-row-heading {
	padding: 5px 0;
	font-size: 16px;
}

.um-row-heading i {
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0 12px 0 0;
	display: inline-block;
	width: 30px;
	text-align: center;
}

.um-row-heading i:before {
	vertical-align: middle !important;
}

/*
	- Notices
*/

p.um-notice {
	width: auto;
	color: #fff;
	box-sizing: border-box;
	font-size: 15px;
	padding: 12px !important;
	margin: 12px 0 0 0 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

p.um-notice a {
	color: #fff;
	text-decoration: underline;
}

p.um-notice i {
    position: absolute;
    right: 14px;
    font-size: 36px;
    cursor: pointer;
    top: 7px;
    display: block;
    height: 30px;
    line-height: 30px;
}

p.um-notice.success {
	background: #7ACF58;
}

p.um-notice.err {
	background: #C74A4A;
}

p.um-notice.warning {
	background: #f9f9d1;
	color: #666;
	border: 1px solid #efe4a2;
	padding: 8px 15px !important;
}

p.um-notice.warning a {
	color: #666;
	text-decoration: underline;
}

/*
	- Errors
*/

.um-field-error {
	width: auto;
	max-width: 100%;
	background: #C74A4A;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 12px;
	font-size: 14px;
	line-height: 20px !important;
	margin: 12px 0 0 0;
}

.um-field-error a{color: #fff !important;text-decoration: underline !important}

.um-field-arrow {
	top: -17px;
	left: 10px;
	position: absolute;
	z-index: 1;
	color: #C74A4A;
	font-size: 28px;
	line-height: 1em !important;
}

.um-error-block {
	width: auto;
	max-width: 100%;
	background: #C74A4A;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 12px;
	font-size: 14px;
	line-height: 1em !important;
	margin: 12px 0 0 0;
}

/*
    - Notices
*/
.um-field-notice {
	width: auto;
	max-width: 100%;
	background: #497BC7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 12px;
	font-size: 14px;
	line-height: 20px !important;
	margin: 5px 0 0 0;
}

.um-field-notice a{color: #fff !important;text-decoration: underline !important}

.um-field-notice  .um-field-arrow {
	top: -17px;
	left: 10px;
	position: absolute;
	z-index: 1;
	color: #497BC7 !important;
	font-size: 28px;
	line-height: 1em !important;
}

.um-notice-block {
	width: auto;
	max-width: 100%;
	background: #497BC7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 12px;
	font-size: 14px;
	line-height: 1em !important;
	margin: 12px 0 0 0;
}
/*
	- Help tooltips
*/

.um-tip {
	margin: 0 0 0 8px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	top: 3px;
}

.um-tip i {
	font-size: 22px;
	height: 22px;
	line-height: 22px;
	display: block;
	position: relative;
}

.um-tip-text {
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #999;
}

/*
	- Forms & Fields
*/

.um-form button::-moz-focus-inner,
.um-form input::-moz-focus-inner {
	border: 0 !important;
	padding: 0 !important;
}

.um-field {
	position: relative;
	padding: 15px 0 0 0;
}

.um-field-b, .um-field-c {
	padding-top: 0 !important;
}

/*.um-field.um-is-conditional {
	display: none;
}*/

.um-field-label {
	display: block;
	margin: 0 0 8px 0;
}

.um-field-label .um-field-label-icon {
	float: left;
	margin: 0 8px 0 0;
	height: 22px;
	line-height: 18px;
	display: inline-block;
	width: 24px;
	text-align: center;
}
.um-field-label .um-field-label-icon i { font-size: 22px; position: relative; top: 1px; }

.um-field-label label {
	font-size: 15px !important;
	line-height: 22px !important;
	font-weight: bold;
	font-weight: 600;
}

.um-field-area {
	position: relative;
	word-wrap: break-word;
}

.um-field-value p {
	margin: 0 0 6px 0 !important;
	padding: 0;
}

.um-field-block {
	color: #777;
	font-size: 17px;
}

.um-field-spacing {
	width: 100%;
}

.um-field-divider {
	width: 100%;
	margin: 0 0 12px 0;
	height: 24px;
	position: relative;
}

.um-field-divider-text {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -24px;
	left: 0;
	font-size: 16px;
	padding: 10px 0;
}

.um-field-divider-text span {
	background: #fff;
	color: #555;
	display: inline-block;
	padding: 0 15px;
}

.um-field-icon {
	position: absolute;
	cursor: default;
	text-align: center !important;
	top: 2px;
	left: 0;
	width: 44px;
	font-size: 22px;
	line-height: 1.7em;
}

.um-form input[type=text],
.um-form input[type=search],
.um-form input[type=tel],
.um-form input[type=number],
.um-form input[type=password] {
	padding: 0 12px !important;
	width: 100%;
	display: block !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none !important;
	cursor: text !important;
	font-size: 15px !important;
	height: 40px !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	margin: 0 !important;
	position: static;
	outline: none !important;
}

.um-form input[type=number] {
	width: auto;
	padding: 0 0 0 5px !important;
	height: 30px !important;
}

.um-form input[type=text]:focus,
.um-form input[type=search]:focus,
.um-form input[type=tel]:focus,
.um-form input[type=number]:focus,
.um-form input[type=password]:focus,
.um-form textarea:focus {
	box-shadow: none !important;
	outline: none !important;
}

.um-form input[type=text].um-iconed,
.um-form input[type=tel].um-iconed,
.um-form input[type=password].um-iconed { padding-left: 44px !important }

.um-form input[type=text].um-error,
.um-form input[type=tel].um-error,
.um-form input[type=password].um-error { border-color: #C74A4A !important }

.um-form textarea {
	width: 100%;
	padding: 8px 12px !important;
	display: block;
	font-size: 15px !important;
	line-height: 22px !important;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing: border-box;
	min-height: 80px !important;
	box-shadow: none;
	outline: none !important;
}

.um-form .um-meta-text textarea {
	max-width: 100%;
}

.um-form .wp-editor-container {
	border: 1px solid #ddd;
}

.um-form .wp-editor-container textarea {
	background: #ddd !important;
	color: #222 !important;
	border-radius: 0;
}

/*
	- Radio & Checkboxes
*/

.um-field-c .um-field-checkbox {
	margin-bottom: 14px;
	margin-top: 0 !important;
	position: relative;
}

.um-field-checkbox:not(.um-field),
.um-field-radio:not(.um-field) {
	display: block;
	margin: 8px 0;
	position: relative;
}

.um-profile.um-editing .um-field-checkbox,
.um-profile.um-editing .um-field-radio{
	cursor: pointer !important;
}

.um-field-checkbox:hover i, .um-field-radio:hover i {color: #666}

.um-field-checkbox input,
.um-field-radio input{
	opacity: 0 !important;
	display: inline !important;
	width: 0 !important;
	float: left;
}

.um-field-checkbox-state,
.um-field-radio-state {
	position: absolute;
	top: 0;
	left: 1px;
	width: 24px;
	height: 24px;
}

.um-field-checkbox-state i,
.um-field-radio-state i {
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	color: #aaa;
	transition: all .2s linear;
}

.um-field-checkbox-option,
.um-field-radio-option {
	margin: 0px 0px 0px 36px;
	line-height: 24px;
	color: #888 !important;
	display: block;
}

/*
	- Group of Fields
*/

.um-field-group {
	margin-top: 20px;
}

.um-field-group-head {
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 20px;

	transition: 0.25s;
	box-sizing: border-box;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border-top: 1px solid rgba(0,0,0,0.0) !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.um-field-group-head i {
	font-size: 20px;
	margin: 0 8px 0 0;
}

.um-field-group-head i:before {
	vertical-align: middle !important;
}

.um-field-group-body {
	display: none;
	margin: 15px 0 0 0;
	padding: 15px 20px 5px 20px;
	background: #f9f9f9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

.um-field-group-body div.um-field {
	padding: 0 0 15px 0;
}

.um-field-group-cancel {
	font-size: 18px;
	position: absolute;
	z-index: 800;
	right: 8px;
	top: 8px;
	color: #ccc !important;
	text-decoration: none !important;
}
.um-field-group-cancel:hover {color: #777 !important}

/*
	- Buttons
*/

.um div.disabled,
.um-disabled,
.um input[type=submit]:disabled,
.um input[type=text]:disabled,
.um input[type=number]:disabled {
	opacity: 0.6 !important;
	cursor: no-drop !important;
}

input[type=submit].um-button,
input[type=submit].um-button:focus {
	vertical-align: middle !important;
	height: auto !important;
	font-size: 15px;
	cursor: pointer !important;
	width: 100%;
	box-shadow: none;
	text-shadow: none;
	font-family: inherit;
	outline: none !important;
	margin: 0;
	opacity: 1;
	-webkit-appearance: none;
}

input[type=submit].um-button:hover {
	opacity: 1;
}

.um-button {
	font-size: 15px;
	border: none !important;
	display: block;
	width: 100%;
	line-height: 1em !important;
	padding: 16px 20px !important;
	text-decoration: none !important;
	text-align: center;
	text-transform: none !important;
	font-weight: normal !important;
	overflow: hidden;
	position: relative;

	transition: 0.25s;
	box-sizing: border-box;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	opacity: 1;
}

a.um-button {
	font-size: 15px;
	border: none !important;
	display: block;
	width: 100%;
	line-height: 1em !important;
	padding: 16px 20px !important;
	text-decoration: none !important;
	text-align: center;
	text-transform: none !important;
	font-weight: normal !important;
	overflow: hidden;
	position: relative;

	transition: 0.25s;
	box-sizing: border-box;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	opacity: 1;
}

a.um-button:hover {
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}


.um-button.um-btn-auto-width {
	width: auto;
	display: inline-block;
	padding: 14px 20px !important;
	min-width: 200px;
	max-width: 450px;
}

a.um-link-alt {
	line-height: 22px;
	color: #888 !important;
	display: block !important;
	text-decoration: none !important;
	font-weight: normal;
	text-align: center;
	border-bottom: none !important;
}
a.um-link-alt:hover {text-decoration: underline !important;}

/*
	- Dropdown menu
*/

.um-dropdown {
	position: absolute;
	height: auto;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 10;
	display: none;
    border: 1px solid #e5e5e5;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.um-dropdown ul,
.um-dropdown li {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.um-dropdown ul {
	background: #fff;
	position: relative;
	z-index: 16;
}

.um-dropdown li a {
	display: block;
	padding: 8px 12px;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

.um-dropdown li:last-child a {
	border-top: 1px solid #e5e5e5;
	padding: 12px;
}

.um-dropdown li a:hover {

}

.um-dropdown-b {
	position: relative;
}

.um-dropdown-arr {
	position: absolute;
	font-size: 24px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	z-index: 15;
	color: #eee;
}

.um-dropdown-arr * { display: block !important; width: 24px !important; height: 24px !important; vertical-align: bottom !important; overflow: hidden !important; line-height: 24px !important; }

/*
	- Misc.
*/

div.um-photo {
	margin: 20px auto 0 auto;
	text-align: center;
	box-sizing: border-box;
	max-width: 100%;
}

div.um-photo,
div.um-photo a,
div.um-photo img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.um-photo a {
	border: 1px solid #e5e5e5;
	padding: 5px;
	box-sizing: border-box;
	display: inline-block;
	box-shadow: 0 1px 1px #eee;
	margin: 0 auto;
	max-width: 100%;
}

div.um-photo img {max-height: 300px; max-width: 100%;}

/*
	- other form styles
*/

span.um-req {
	margin: 0 0 0 8px;
	font-size: 14px;
	display: inline-block;
}

small.um-max-filesize {
    display: block;
    color: #999999;
    padding-top: 5px;
}
small.um-max-filesize span{
	font-size: 12px;
}

.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,
.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,
.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,
.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus {
	border-color: #DB2929 !important;
}

.um-form .um-field .um-field-area input.um-searching-username {
	background-image: url('../../plugins/ultimate-member/assets/img/loading.gif');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.um-search-area {
	position: relative;
	max-width: 300px;
}

.um-search-area .um-search-field {
	width: 100%;
}

.um-search-area .um-search-icon {
	position: absolute;
	top: 7px;
	right: 10px;
}

/* Customize Select2 CSS */
.select2-container.select2-container--open {
    z-index: 9999999;
 }
.select2.select2-container .select2-selection {
    display: block !important;
    height: 40px;
    padding: 0 0 0 12px !important;
    overflow: hidden !important;
    position: relative !important;
    white-space: nowrap !important;
    line-height: 35px !important;
    color: #666 !important;
    font-size: 15px !important;
    text-align: left !important;
    text-decoration: none !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
	display: inline-block !important;
	width: 34px !important;
	height: 100% !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	-moz-border-radius: 0 2px 2px 0 !important;
	-webkit-border-radius: 0 2px 2px 0 !important;
	border-radius: 0 2px 2px 0 !important;
	background-clip: padding-box !important;
	text-align: center !important;
	background: transparent !important;
	border-left: 0 !important;
}

.select2.select2-container .select2-selection .select2-selection__arrow:before {
	content: "\f3d0" !important;
    font-size: 27px !important;
    font-family: "Ionicons" !important;
    width: 100% !important;
    display: block;
    height: 100%;
    line-height: 35px;
    color: #aaaaaa;
}

.select2.select2-container .select2-selection .select2-selection__arrow b[role="presentation"] {
	display:none;
}

.select2-container.select2-container--open .select2-dropdown {
	 border: 1px solid #ddd !important;
	border-radius: 0;
}

.select2-container.select2-container--open .select2-dropdown .select2-results li {
	list-style: none;
    display: list-item;
    background-image: none;
    font-size: 15px;
    margin: 5px !important;
    color: #666 !important;
    padding: 3px 7px 4px !important;
    cursor: pointer;
    min-height: 1em !important;
 }

.select2.select2-container .select2-selection.select2-selection--multiple {
	height: auto !important;
	line-height: 0.8 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0 !important;
	line-height: 37px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 37px;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding-left: 0 !important;
	padding-right: 30px;
	width: 100%;
	font-size: 13px;
}

.select2-results li.select2-results__option.select2-results__option--highlighted {
    background: none !important;
    background: #f4f4f4 !important;
    color: #666 !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}


.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	right: 10px;
	font-size: 30px;
	color: #aaaaaa !important;
	margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	position: absolute;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 3px 3px 3px 5px;
}

.um .um-form .select2-container .select2-search.select2-search--inline > input {
	border: none !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

.um .um-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	overflow-x: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	box-sizing: border-box;
}

/*
	- Multi-select
*/
/*.um-field .select2-selection--multiple .select2-search{*/
	/*clear: both;*/
	/*float: none;*/
	/*margin-right: 12px;*/
	/*padding-top: 0.5rem;*/
	/*position: relative;*/
/*}*/
/*.um-field .select2-selection--multiple .select2-search:first-of-type{*/
	/*padding-top: 12px;*/
/*}*/
/*.um-field .select2-selection--multiple .select2-search::before {*/
	/*content: "\f21f";*/
	/*font-family: "Ionicons";*/
	/*font-size: 1.4rem;*/
	/*line-height: 2rem;*/
	/*right: 0.3rem;*/
	/*position: absolute;*/
/*}*/
/*.um-field .select2-selection--multiple .select2-search input.select2-search__field{*/
	/*background-color: rgba(128,128,128,0.1) !important;*/
	/*height: 2rem !important;*/
	/*width: 100% !important;*/
/*}*/





/*  @todo maybe deprecated and used only for select and multiselect */
.um-field-select .um-field-area .um-field-icon,
.um-field-multiselect .um-field-area .um-field-icon {
	z-index: 99999999;
}
.um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered {
	text-indent: 20px;
}
.um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child {
	margin-left: 30px !important;
}/*
	- Profile mode .um alias
*/

.um-profile {
	box-sizing: border-box;
}

.um-profile .um-cover-overlay {
	display: none;
}

.um-profile.um-editing .um-cover.has-cover .um-cover-overlay {
	display: block;
}

.um-profile.um-viewing .um-profile-photo-overlay {
	display: none;
}

.um-profile img {display: block;overflow:hidden;border-radius:0;margin: 0 !important}

.um-profile a,
.um-profile a:hover {text-decoration:none !important}

.um-profile .um-profile-body {
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 600px;
	margin: auto;
}

.um-profile.um-editing {
	padding-bottom: 15px;
}

.um-profile.um-viewing {
	padding-bottom: 1px;
}

.um-profile.um-viewing .um-field-label {
	display: block;
	margin: 0 0 8px 0;
	border-bottom: solid 2px #eee;
	padding-bottom: 4px;
}

/*
	- Profile cover
*/

.um-cover {
	background-color: #eee;
	box-sizing: border-box;
	position: relative;
}

.um-cover-add {
	color: #aaa;
	font-size: 36px;
	width: 100%;
	display: table;
}

.um-cover-add i {
	font-size: 36px;
}

.um-cover-add span {
	display: table-cell;
	vertical-align: middle;
}

.um-cover-e {
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}

.um-cover-e img {width: 100% !important}

.um-cover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	text-align: center;
	box-sizing: border-box;
	padding: 0 40px;
	color: #fff;
	text-shadow: 0 1px #666;
	cursor: pointer !important;
	line-height: 21px;
	font-size: 16px;
	height: 100%;
	width: 100%;
}

.um-cover-overlay:hover {
	background: rgba(0,0,0,.55);
}

.um-cover-overlay span.um-cover-overlay-s {
	display: table;
	height: 100%;
	width: 100%;
}

.um-cover-overlay ins {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-decoration: none !important;
	background: none !important;
	color: #fff !important;
	border-bottom: none !important;
}

.um-cover-overlay i {
	font-size: 46px;
	display: block;
	margin-bottom: 6px;
}

/*
	- Profile header
*/

.um-header {
	position: relative;
	padding: 0 0 25px 0;
	border-bottom: solid 2px #eee;
	min-height: 85px;
	box-sizing: content-box !important;
}

.um-profile-edit {
	position: absolute;
	top: 15px;
	right: 0;
	vertical-align: middle;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 66;
	margin-right: 10px;
}

.um-profile-edit i {
	font-size: 30px;
}

/*
	- Header without cover enabled
*/

.um-header.no-cover .um-profile-meta {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.um-header.no-cover .um-name { 
	float: none !important;
	margin-right: 0 !important;
}

.um-header.no-cover .um-profile-photo {
	float: none !important;
	margin: 0 auto !important;
	text-align: center !important;
}

.um-header.no-cover a.um-profile-photo-img {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	float: none !important;
	display: inline-block !important;
	text-align: center !important;
}

.um-header.no-cover .um-main-meta {padding: 0;}

/*
	- Profile photo
*/

.um-profile .gravatar {
	position: static;
}

.um-profile-photo {
	float: left;
	position: relative;
	width:200px;
	margin: 0 0 0 30px;
	box-sizing: border-box;
}

.um-profile-photo a.um-profile-photo-img {
	float: left;
	position: absolute;
	background: #fff;
	border-radius: 100%;
	border: 5px solid #fff;
	border-bottom: 5px solid #fff !important;/* rewrite ".um-header a" style */
	overflow: hidden;
	left: 0;
}

.um-profile-photo a.um-profile-photo-img img {
	width: 100%;
	height: auto;
}

.um-profile-photo-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	text-align: center;
	box-sizing: border-box;
	padding: 0;
	color: #fff;
	text-shadow: 0 1px #666;
	cursor: pointer !important;
	line-height: 21px;
	font-size: 16px;
	height: 100%;
	width: 100%;
}

.um-profile-photo-overlay:hover {
	background: rgba(0,0,0,.55);
}

.um-profile-photo-overlay span.um-profile-photo-overlay-s {
	display: table;
	height: 100%;
	width: 100%;
}

.um-profile-photo-overlay ins {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-decoration: none !important;
	background: none !important;
	color: #fff !important;
	border-bottom: none !important;
}

.um-profile-photo-overlay i {
	font-size: 46px;
	display: block;
}

/*
	- Profile meta
*/

.um-profile-meta {
	padding-right: 30px;
	-ms-word-break: break-all;
	word-break: break-word;
	word-wrap: break-word;
}

.um-main-meta {
	padding: 10px 0 0 0;
}

.um-name {
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin-right: 30px;
	line-height: 1.7em;
}

.um-name a {
	font-size: 24px;
}

.um-meta {
	font-size: 15px;
}

.um-meta span a {
font-weight: normal;
}

.um-meta span:first-child {margin: 0 5px 0 0}
.um-meta span {
	margin: 0 5px;
	font-size: 14px;
	display: inline-block;
}

.um-meta span i {
	font-size: 16px;
	margin: 0 5px 0 0;
}

.um-meta-text {
	margin: 6px 0 0 0;
	color: #666;
	line-height: 1.4em;
	font-size: 13px;
}

.um-meta-text p {
	margin: 0 0 6px 0 !important;
	padding: 0 !important;
}

.um-profile-status {display:none}
.um-profile-status.awaiting_admin_review,
.um-profile-status.inactive,
.um-profile-status.rejected {
	display: inline-block;
	margin: 6px 0 0 0;
	border-left: 3px solid #C74A4A;
	padding-left: 10px;
	font-size: 14px;
	color: #777;
}

/*
	- Profile body
*/

.um-profile-note {
	display: none;
	text-align: center !important;
	padding-top: 20px;
	color: #666;
}

.um-profile-note i {
	display: inline-block;
	font-size: 70px;
	height: 70px;
	line-height: 70px;
}

.um-profile-note i.um-faicon-lock{
	position: relative;
	top: 2px;
	display: inline-block;
	font-size: 24px;
	height: auto;
	line-height: 24px;
	margin-right: 10px;
}

.um-profile-note span {
	margin-top: 10px;
	display: block;
	font-size: 16px;
	color: #888;
}

.um-profile-note a{border:none!important}

.um-profile-note a:hover {
	text-decoration: underline !important;
}

/*
	- Profile nav-bar
*/

.um-profile-nav {
	padding: 10px;
	background: #444;
	text-align: center;
}

.um-profile-nav-item.active a,
.um-profile-nav-item.active a:hover {
	color: #FFF!important;
}

.um-profile-nav-item.active a span.count {background: transparent;padding: 4px 0;color: #fff}

.um-profile-nav-item a {
	color: #fff!important;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 10px 6px 28px;
	display: block;
	float: left;
	border-radius: 4px;
	margin-left: 5px;
	position: relative;
	border-bottom: 0 !important;
}

.um-profile-nav-item.without-icon a {
    padding-left: 10px;
}
.um-profile-nav-item.without-icon span.title {
    padding-left: 0;
}
.um-profile-nav-item.without-icon i {
    display: none;
}

.um-profile-nav-item a:hover {
    background: #555;
}
.um-profile-nav-item i {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    display: block;
    top: 8px;
    left: 10px;
}
.um-profile-nav-item span.title {
    padding-left: 5px;
}
.um-profile-nav-item span.count {
	font-size: 12px;
	font-weight: 300;
	background: #ddd;
	color: #666;
	border-radius: 3px;
	padding: 4px 8px;
	margin-left: 3px;
}

/* Subnav */

.um-profile-subnav {
	background: #eee;
	padding: 15px;
	text-align: center;
}

.um-profile-subnav a {
	display: inline-block;
	color: #555;
	font-size: 15px;
	font-weight: 600;
	margin: 0 20px;
	border-bottom: none !important;
}
.um-profile-subnav a:hover {color: #333}

.um-profile-subnav span {
	display: inline-block;
	margin: 0 0 0 8px;
	background: #ddd;
	padding: 1px 8px;
	color: #aaa !important;
	border-radius: 2px;
}

/*
	- Misc.
*/

.um-item {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	position: relative;
}

.um-item-action {
	position: absolute;
	right: 0;
	top: 16px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	text-align: center;
}

.um-item-action a {color: #ccc}
.um-item-action a:hover {color: #999}

.um-item-link {padding-right: 40px}
.um-item-link a {
	color: #333;
	font-size: 16px;
	line-height: 20px;
}

.um-item-link a:hover {
	text-decoration: underline !important;
}

.um-item-link i {
	font-size: 24px;
	color: #666;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.um-item-img {
	padding: 10px 0 0 0;
}

.um-item-img a {
	display: inline-block;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #ddd;
}

.um-item-img a:hover {border-color: #bbb}

.um-item-img img {
	max-width: 100%;
	border-radius: 3px;
}

.um-item-meta {color: #888}

.um-item-meta span {
    font-size: 13px;
	font-weight: 400;
	font-style: italic;
}

.um-item-meta span:not(:last-child):after {
    position: relative;
    padding: 0 4px 0 7px;
    content: "•";
}

.um-item-meta a {font-weight: bold;border-bottom: 1px solid #E0E0E0}
.um-item-meta a:hover {border-bottom-color: #bbb}

.um-load-items {
	text-align: center;
	margin-top: 12px;
	padding-top: 30px;
}

.um-load-items.loading {
	background: url(../../plugins/ultimate-member/assets/img/loading-dots.gif) no-repeat top center;
}

.um-load-items a {
	max-width: 250px;
	display: inline-block;
	margin: 0 auto;
}

.um-tab-notifier {
    position: absolute;
    background: none repeat scroll 0% 0% rgb(198, 81, 81);
    width: 18px;
    height: 18px;
    border-radius: 999px;
    line-height: 18px;
	top: -3px;
	right: -7px;
	font-size: 11px;
	font-weight: 400;
}

.um-tab-notifier.uimob800-show.uimob500-show.uimob340-show {
	top: 2px;
	right: 8px;
}

.um-profile.um-viewing .um-field-checkbox, .um-profile.um-viewing .um-field-radio{
	cursor: default !important;
}/*
	- Layout
*/

.um-account i {
	vertical-align: baseline !important;
}

.um-account p.um-notice {
	margin: 0 0 20px 0 !important;
	padding: 12px 15px !important;
}

.um-account a:focus {
    outline: 0 !important; /*removes the dotted border*/
}

.um-account-side {
	float: left;
	width: 35%;
	padding: 0 30px;
	box-sizing: border-box;
}

.um-account-main {
	float: left;
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
}

.um-account-main a {
	border-bottom: none !important;
}

.um-account-tab {
	display: none;
}

/*
	- Main tab
*/

.um-account-main div.um-account-heading {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	margin: 0 !important;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #555;
}

.um-account-main div.um-account-heading i {
	margin-right: 10px;
	font-size: 26px;
	position: relative;
	top: 2px;
}

.um-account-main p {
	margin: 20px 0 0 0!important;
	padding: 0 !important;
}

.um-account-main label {
	font-size: 15px;
}

/*
	- Account photo
*/

.um-account-meta {
	text-align: center;
	margin-bottom: 20px;
}

.um-account-meta img {
	margin: 0 !important;
	position: static !important;
	float: none !important;
	display: inline-block;
}

.um-account-meta.radius-1 img { 	-moz-border-radius: 999px;-webkit-border-radius: 999px;border-radius: 999px }
.um-account-meta.radius-2 img { 	-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px }
.um-account-meta.radius-3 img { 	-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0 }

.um-account-name {
	padding-top: 12px;
}

.um-account-name a {
	font-weight: bold;
	color: #555;
	text-decoration: none !important;
	font-size: 18px;
	line-height: 1.4em;
}

.um-account-profile-link a {
	font-size: 13px;
	font-weight: normal;
}

/*
	- Account nav
*/

.um-account-nav a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #666 !important;
	text-decoration: none !important;
	position: relative;
	padding-left: 40px;
	border-bottom: 1px solid #eee !important;
	transition: all .2s linear;
	font-size: 14px;
}

.um-account-nav a.current{
	font-weight: bold;
}

.um-account-nav span.arr {
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 28px;
}

.um-account-nav span.ico {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 21px;
	width: 21px;
	text-align: center;
}

/*
	- Account tabs
*/

.um-account-side ul, .um-account-side li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}

.um-account-side li {margin-bottom: 1px !important;background: #eee;}

.um-account-side li a{
	display: block;
	padding: 4px 0px;
	font-size: 14px;
	height: 30px;
	line-height: 20px;
	color: #999;
	position: relative;
}

.um-account-side li a span.um-account-arrow {
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 26px;
	opacity: 0.6;
}

.um-account-side li a span.um-account-icon,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon
{
	text-align: center;
	font-size: 20px;
	width: 20px;
	height: 30px;
	border-right: 1px solid #ccc;
	color: #444;
	float: left;
	padding: 0px 15px;
	font-weight: normal !important;
}

.um-account-side li a span.um-account-icon i {
	display: block;
	height: 30px;
	line-height: 30px;
}

.um-account-side li a span.um-account-title {
	padding-left: 20px;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #555;
}

.um-account-side li a:hover {color: #444; background: #ddd}

.um-account-side li a.current,
.um-account-side li a.current:hover {
	color: #444;
	font-weight: bold;
	text-decoration: none !important;
}

.um-field-export_data .um-field-error {
	display: none;
}

.um-field-export_data .um-field-area-response {
	display: none;
	line-height: 1.5;
	padding: 10px 0;
}

.um-request-button {
	display: inline-block;
	background-color: #3ba1da;
	border-radius: 5px;
	color: #fff;
	margin: 10px 0 0;
	padding: 5px 10px;
	text-decoration: none;
}

.um-request-button:hover {
	background-color: #44b0ec;
	color: #fff;
	text-decoration: none;
}.um-login.um-logout {
	max-width: 300px !important;
}

.um-misc-with-img {
	position: relative;
	font-size: 15px;
	border-bottom: 3px solid #eee;
	text-align: center;
	
	margin-bottom: 14px;
	padding-top: 4px;
	padding-bottom: 14px;
}

.um-misc-img {
	text-align: center;
}

.um-misc-img img {
	border-radius: 999px;
	height: auto !important;
	display: inline-block !important;
}

.um-misc-ul,
.um-misc-ul li {
	font-size: 14px;
}

/* responsive embeds */
.um-youtube,
.um-vimeo,
.um-googlemap {
	position: relative;
	height: 0;
	overflow: hidden;
}

.um-youtube {padding-bottom: 56.25%;}
.um-vimeo {padding-bottom: 56.25%;}
.um-googlemap {padding-bottom: 75%;}

.um-youtube iframe,
.um-vimeo iframe,
.um-googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* profile misc */
.um-profile-connect.um-member-connect {
	padding: 5px 0 10px 0;
}

.um-profile-connect.um-member-connect a {
	text-align: center;
	width: 36px;
	line-height: 36px;
	height: 36px;
	font-size: 20px;
	border-radius: 999px;
	color: #fff !important;
	opacity: 0.85;
	margin: 0 1px;
	transition: 0.25s;
	display: inline-block;
}

.um-profile-connect.um-member-connect a:hover {
	opacity: 1;
}

/* pop effect */
@-webkit-keyframes um-effect-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes um-effect-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.um-effect-pop {
  -webkit-animation-name: um-effect-pop;
  animation-name: um-effect-pop;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* content lockers */
.um-locked-content {
	width: 100%;
	box-sizing: border-box;
	border: 2px dotted #cc3000;
	color: #333;
	background: #fff;
	font-size: 14px;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.um-locked-content a {
	border: none !important;
}/*
	- image preview
*/

.um .um-single-image-preview,
.um .um-single-file-preview {
	margin-bottom: 20px;
}

.um .um-single-image-preview > img {
	max-height: 300px;
	display: inline-block;
	overflow: hidden;
	margin: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.um-single-image-preview,
.um-single-file-preview {
	display: none;
	text-align: center;
	position: relative;
}

.um-single-image-preview.show,
.um-single-file-preview.show {display: block}

.um-single-image-preview > img {
	max-width: 100%;
	max-height: inherit;
}

.um-single-image-preview a.cancel,
.um-single-file-preview a.cancel {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	background: #ddd;
	cursor: pointer;
	text-decoration: none !important;
	z-index: 666;
	opacity: 0.75;
}

.um-single-image-preview a.cancel i,
.um-single-file-preview a.cancel i {
	font-size: 16px;
	color: #888;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	overflow: hidden;
}
.um-single-image-preview a.cancel i:before,
.um-single-file-preview a.cancel i:before{line-height:inherit}

/*
	- file info
*/

.um-single-fileinfo {
	padding: 26px 0 20px 0;
	display: inline-block;
	max-width: 100%;
}

.um-single-fileinfo span.icon {
	font-size: 40px;
	display: inline-block;
	width: 100px;
	height: 70px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #666;
	color: #fff !important;
}
.um-single-fileinfo span.icon i {
	display: block;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}
.um-single-fileinfo span.icon i:before{line-height:inherit}

.um-single-fileinfo span.filename {
	display: block;
	font-size: 16px;
	color: #888;
	padding-top: 5px;
}

.um-single-fileinfo a {
	text-decoration: none !important;
	opacity: 0.9;
}
.um-single-fileinfo a:hover {
	opacity: 1
}

/*
	- upload progress
*/

div.um-modal .upload-statusbar {
	margin: 20px 0 0 0;
}

div.um-modal .upload-filename {
	display: none !important;
}

div.um-modal .upload-progress {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

div.um-modal .upload-bar {
	width: 0;
	height: 10px;
	color: #666;
	background: #7ACF58;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*
	- drag and drop area
*/

div.um-modal .ajax-upload-dragdrop {
	width: 100%;
	text-align: center;
	vertical-align:middle;
	padding: 20px;
	box-sizing: border-box;
	border: 2px dashed #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	line-height: 1em;
}

div.um-modal .ajax-upload-dragdrop span.str {
	display: block;
	margin: 0 0 15px 0;
}

div.um-modal .ajax-upload-dragdrop span.icon {
	display: block;
	font-size: 80px;
	line-height: 80px;
	vertical-align: middle;
	margin-bottom: 10px;
}

div.um-modal .ajax-upload-dragdrop span.help {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin: 0 0 12px 0;
}

/*
	- upload button
*/

div.um-modal .upload {
	cursor: pointer !important;
	line-height: 34px !important;
	height: 34px;
	display: inline-block;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 20px;
	color: #fff;
	vertical-align: middle;
	font-size: 14px;
	box-sizing: border-box;
	transition: 0.2s;
}
  
div.um-modal .upload:hover {
	background: #44b0ec;
}

.um-modal input[type="file"]::-webkit-file-upload-button { cursor: pointer }/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.um .picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.um .picker__box ul li[role="presentation"] {
  margin: 10px 0 0 0;
}

/**
 * The picker input element.
 */
.um .picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.um .picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.um .picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.um .picker__holder,
.um .picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
/**
 * The holder should overlay the entire screen.
 */
.um .picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.um .picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 400px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .um .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
	.um .picker__frame {
		margin-bottom: 15% !important;
	}
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.um .picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .um .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.um .picker__box {
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .um .picker__box {

  }
}
@media (min-height: 33.875em) {
  .um .picker__box {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
}
@media (min-height: 40.125em) {
  .um .picker__box {

    border-bottom-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
}
/**
 * When the picker opens...
 */
.um .picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.um .picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .um .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.um .picker__box {

}
/**
 * The header containing the month and year stuff.
 */
.um .picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
  border-radius: 2px 2px 0 0;
  padding: 15px 0;
  font-size: 18px;
}
/**
 * The month and year labels.
 */
.um .picker__month,
.um .picker__year {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.um .picker__year {

}
/**
 * The month and year selectors.
 */
.um .picker__select--month,
.um .picker__select--year {
  margin-left: .25em;
  margin-right: .25em;
  font-size: 16px;
  color: #999;
  background: #fff !important;
  outline: 0 !important;
  border: 0 !important;
}
@media (min-width: 24.5em) {
  .um .picker__select--month,
  .um .picker__select--year {
    margin-top: -0.5em;
  }
}
.um .picker__select--month {
  width: 35%;
}
.um .picker__select--year {
  width: 22.5%;
}
.um .picker__select--month:focus,
.um .picker__select--year:focus {

}
/**
 * The month navigation buttons.
 */
.um .picker__nav--prev,
.um .picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box !important;
  top: 8px;
  color: #fff;
}
.um-popup .picker__nav--prev,
.um-popup .picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box !important;
  top: 8px;
  color: #fff;
}
@media (min-width: 24.5em) {
  .um .picker__nav--prev,
  .um .picker__nav--next {

  }
}
.um .picker__nav--prev {
  left: 0;
  padding-right: 1.25em;
}
.um-popup .picker__nav--prev {
  left: 0;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .um .picker__nav--prev {
    padding-right: 1.5em;
  }
  .um-popup .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.um .picker__nav--next {
  right: 0;
  padding-left: 1.25em;
}
.um-popup .picker__nav--next {
  right: 0;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .um .picker__nav--next {
    padding-left: 1.5em;
  }
  .um-popup .picker__nav--next {
    padding-left: 1.5em;
  }
}
.um .picker__nav--prev:before,
.um .picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  
  border-right: 0.5em solid #fff;
  
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.um-popup .picker__nav--prev:before,
.um-popup .picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;

  border-right: 0.5em solid #fff;

  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.um .picker__nav--next:before {
  border-right: 0;
  
  border-left: 0.5em solid #fff;
  
}
.um-popup .picker__nav--next:before {
  border-right: 0;

  border-left: 0.5em solid #fff;

}
.um .picker__nav--prev:hover,
.um .picker__nav--next:hover {
  cursor: pointer;
  color: #fff;
}

.um-popup .picker__nav--prev:hover,
.um-popup .picker__nav--next:hover {
  cursor: pointer;
  color: #fff;
}
.um .picker__nav--disabled,
.um .picker__nav--disabled:hover,
.um .picker__nav--disabled:before,
.um .picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
}
.um-popup .picker__nav--disabled,
.um-popup .picker__nav--disabled:hover,
.um-popup .picker__nav--disabled:before,
.um-popup .picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
}

/**
 * The calendar table of dates
 */
.um .picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 5px;
  border: none;
  margin-bottom: 0;
}
@media (min-height: 33.875em) {
  .um .picker__table {

  }
}

.um .picker__table th {

}

.um .picker__table td {
  margin: 0;
  padding: 0px 10px;
  text-align: center;
  border: 0;
}
/**
 * The weekday labels
 */
.um .picker__weekday {
  width: 14.285714286%;
  color: #fff;
  text-align: center;
  padding: 5px 0 !important;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .um .picker__weekday {
  
  }
}
/**
 * The days on the calendar
 */
.um .picker__day {
  padding: 10px 0;
  line-height: 1em !important;
}
.um .picker__day--today {
  position: relative;
}
.um .picker__day--outfocus {
	opacity: 0.75;
}
.um .picker__day--infocus:hover,
.um .picker__day--outfocus:hover {
  border-radius: 2px;
  cursor: pointer;
}

.um .picker__day--highlighted {

}
.um .picker__day--highlighted:hover,
.um .picker--focused .picker__day--highlighted {
  border-radius: 2px;
}

.um .picker__day--selected,
.um .picker__day--selected:hover,
.um .picker--focused .picker__day--selected {

}
.um .picker__day--disabled,
.um .picker__day--disabled:hover {
  cursor: default;
  background: transparent !important;
  opacity: 0.3;
}
.um .picker__day--highlighted.picker__day--disabled,
.um .picker__day--highlighted.picker__day--disabled:hover {

}

/**
 * The footer containing the "today" and "clear" buttons.
 */
.um .picker__footer {
  text-align: center;
  height: 50px !important;
  line-height: 50px !important;
  margin-top: 5px;
  border-radius: 0 0 2px 2px;
}
.um .picker__button--today,
.um .picker__button--clear {
  margin: 0 !important;
  width: 50%;
  display: inline-block;
  background: none !important;
  box-shadow: none !important;
  border: 0!important;
  outline: 0 !important;
  box-sizing: border-box !important;
}
.um .picker__button--today:hover,
.um .picker__button--clear:hover,
.um .picker__button--today:focus,
.um .picker__button--clear:focus {
	cursor: pointer;
}
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.um .picker__list {
  list-style: none;
  list-style: none !important;
  padding: 5px !important;
  margin: 0px !important;
}

/**
 * The times on the clock.
 */
.um .picker__list-item {
  position: relative;
  border-radius: 2px;
  display: inline-block;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  padding: 6px 0px !important;
  margin: 5px 0 !important;
} 

@media (min-height: 46.75em) {
  .um .picker__list-item {

  }
}

/* Hovered time */
.um .picker__list-item:hover {
  cursor: pointer;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.um .picker__list-item--highlighted {
  z-index: 10;
}

.um .picker__list-item--highlighted:hover,
.um .picker--focused .picker__list-item--highlighted {
  cursor: pointer;
   font-weight: bold;
}

/* Selected and hovered/focused time */
.um .picker__list-item--selected,
.um .picker__list-item--selected:hover,
.um .picker--focused .picker__list-item--selected {
  z-index: 10;
}

/* Disabled time */
.um .picker__list-item--disabled,
.um .picker__list-item--disabled:hover,
.um .picker--focused .picker__list-item--disabled {
  color: #a9e792;
  cursor: default;
  background: transparent;
  z-index: auto;
}

/**
 * The clear button
 */
.um .picker--time .picker__button--clear {
  width: 100%;
  display: inline-block;
  background: none;
  box-shadow: none !important;
  border: 0!important;
  outline: 0 !important;
  background: none !important;
  border-radius: 0 0 2px 2px;
  color: #fff !important;
}
.um .picker--time .picker__button--clear:hover,
.um .picker--time .picker__button--clear:focus {
	cursor: pointer;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.um .picker--time .picker__frame {
  min-width: 256px;
  max-width: 400px;
}
/**
 * The picker box.
 */
.um .picker--time .picker__box {
  font-size: 15px;
  padding: 0;
  border-radius: 2px !important;
}

.um .picker__box ul li[role="presentation"] {
  margin: 10px 0 0 0;
}

@media (min-height: 40.125em) {
	.um .picker--time .picker__frame {
		margin-bottom: 10% !important;
	}
}
@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("../../plugins/ultimate-member/assets/font/raty.eot");
  src: url("../../plugins/ultimate-member/assets/font/raty.eot#iefix") format("embedded-opentype");
  src: url("../../plugins/ultimate-member/assets/font/raty.svg") format("svg");
  src: url("../../plugins/ultimate-member/assets/font/raty.ttf") format("truetype");
  src: url("../../plugins/ultimate-member/assets/font/raty.woff") format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
   -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.2em;
  color: #ccc;
}

.star-on-png,
.star-half-png 
{color: #ffbe32}

/* Icons */

.cancel-on-png:before {content: "\e600";}
.cancel-off-png:before {content: "\e601";}
.star-on-png:before {content: "\f005";}
.star-off-png:before {content: "\f006";}
.star-half-png:before {content: "\f123";}[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.tipsy { padding: 5px; position: absolute; z-index: 9999999999!important; }

.tipsy-inner {
	font-size: 13px !important;
	line-height: 17px !important;
	background-color: #333333 !important;
	color: #fff !important;
	max-width: 250px !important;
	padding: 6px 10px !important;
	text-align: left !important;
	word-wrap: break-word !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
  
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-arrow { position: absolute !important; width: 0 !important; height: 0 !important; line-height: 0 !important; border: 5px dashed #333; }

.tipsy-arrow-n { border-bottom-color: #333 !important }
.tipsy-arrow-s { border-top-color: #333 !important }
.tipsy-arrow-e { border-left-color: #333 !important }
.tipsy-arrow-w { border-right-color: #333 !important }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }.uimob340-show,
.uimob500-show,
.uimob800-show,
.uimob960-show
{
	display: none;
}

.um-profile-nav-item a.uimob340-show,
.um-profile-nav-item a.uimob500-show,
.um-profile-nav-item a.uimob800-show,
.um-profile-nav-item a.uimob960-show
{
	display: none;
}

div.uimob340 .uimob340-show,
div.uimob500 .uimob500-show,
div.uimob800 .uimob800-show,
div.uimob960 .uimob960-show
{
	display: block;
}

div.uimob340 .uimob340-hide,
div.uimob500 .uimob500-hide,
div.uimob800 .uimob800-hide,
div.uimob960 .uimob960-hide
{
	display: none;
}

/**
	for 340px and below
**/

/********************************************/

div.uimob340 .um-item-link a {
	font-size: 14px;
}

div.uimob340 .um-item-meta span {
    font-size: 13px;
}

div.uimob340 .um-load-items a {
	width: 100% !important;
	max-width: 100% !important;
}

div.uimob340 .um-profile-nav {
	padding: 0;
}

div.uimob340 .um-profile-nav-item a  {
	padding: 10px 16px;
	margin-left: 0;
	border-radius: 0;
}

div.uimob340 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto}

div.uimob340 .um-profile-subnav {
	padding: 8px 15px;
}

div.uimob340 .um-profile-subnav a {
	display: block;
	text-align: left;
	font-size: 13px;
	margin: 0;
	padding: 6px 0;
}

div.uimob340 .um-profile-subnav span {
	font-size: 12px;
	padding: 1px 6px;
}

div.uimob340 .um-cover-overlay span.um-cover-overlay-t
{
	display: none !important;
}

div.uimob340 .um-cover-overlay
{
	padding: 0;
}

div.uimob340 .um-cover-overlay i,
div.uimob340 .um-profile-photo-overlay i
{
	margin-bottom: 0;
	font-size: 30px;
}

.um-modal.uimob340  {
	width: 100% !important;
	margin: 0 !important;
	left: 0 !important;
	height: 100%;
	background: #fff;
}

.um-modal.uimob340,
.um-modal.uimob340 .um-modal-body,
.um-modal.uimob340 .um-modal-header {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.um-modal.uimob340 .um-modal-header {text-align: center}
.um-modal.uimob340 .um-modal-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-top: 1px solid #ddd;
}

.um-modal.uimob340 .um-modal-right {
	width: 100%;
	float: none;
}

.um-modal.uimob340 .um-modal-footer a.um-modal-btn {
	width: 48%;
	margin: 0 1%;
	float: left;
	display: block;
	line-height: 44px !important;
	height: 44px;
}

.um-modal.uimob340 .ajax-upload-dragdrop span.icon {
	font-size: 40px;
	line-height: 40px;
}

div.uimob340 .um-profile-body {
	padding-left: 0;
	padding-right: 0;
}

div.uimob340 .um-profile-photo {
	width: 100% !important;
	text-align: center !important;
	position: absolute;
	top: -40px;
	left: 0;
	margin: 0;
}

div.uimob340 .um-header.no-cover .um-profile-photo {
	position: static;
	top: auto;
	left: auto;
}

div.uimob340 .um-profile-photo a.um-profile-photo-img {
	width: 100px !important;
	height: 100px !important;
	margin: 0 auto !important;
	float: none !important;
	display: inline-block !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
}

div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
	width: 120px !important;
	height: 120px !important;
}

div.uimob340 .um-header .um-profile-meta {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	padding-top: 60px !important;
}

div.uimob340 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}

div.uimob340 .um-header .um-name { 
	float: none !important;
	margin-right: 0 !important;
	font-size: 18px;
}

div.uimob340 .um-header .um-meta-text {
	padding: 0 20px;
}

div.uimob340 .um-header .um-meta {padding: 0 10px; display: inline-block;}
/*div.uimob340 .um-header .um-meta span:first-child {display: block}*/
/*div.uimob340 .um-header .um-meta span {display: none}*/

div.uimob340 .um-col-121,
div.uimob340 .um-col-122,
div.uimob340 .um-col-131,
div.uimob340 .um-col-132,
div.uimob340 .um-col-133 {
	float: none;
	width: 100%;
	margin: 0;
}

div.uimob340 .um-field-half {
	float: none;
	width: 100%;
}

div.uimob340 .um-account-main {
	float: none;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

div.uimob340 .um-account-tab {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

div.uimob340 .um-account-meta {
	margin-bottom: 0;
}

.uimob340 .um-half {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}

.uimob340 .um-button.um-btn-auto-width {
	min-width: auto;
	max-width: auto;
	width: 100%;
}

.uimob340 .um-col-alt-s {padding-top:0}

/**
	for 500px and below
**/

/********************************************/

div.uimob500 .um-profile-nav {
	padding: 0;
}

div.uimob500 .um-profile-nav-item a  {
	padding: 10px 16px;
	margin-left: 0;
	border-radius: 0;
}

div.uimob500 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto;font-size: 22px;height: 22px;line-height: 22px;}

div.uimob500 .um-profile-subnav {
	padding: 8px 15px;
}

div.uimob500 .um-profile-subnav a {
	display: block;
	text-align: left;
	font-size: 13px;
	margin: 0;
	padding: 6px 0;
}

div.uimob500 .um-profile-subnav span {
	font-size: 12px;
	padding: 1px 6px;
}

div.uimob500 .um-cover-overlay span.um-cover-overlay-t
{
	display: none !important;
}

div.uimob500 .um-cover-overlay
{
	padding: 0;
}

div.uimob500 .um-cover-overlay i,
div.uimob500 .um-profile-photo-overlay i
{
	margin-bottom: 0;
	font-size: 30px;
}

.um-modal.uimob500  {
	width: 100% !important;
	margin: 0 !important;
	left: 0 !important;
	height: 100%;
	background: #fff;
}

.um-modal.uimob500,
.um-modal.uimob500 .um-modal-body,
.um-modal.uimob500 .um-modal-header {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.um-modal.uimob500 .um-modal-header {text-align: center}
.um-modal.uimob500 .um-modal-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-top: 1px solid #ddd;
}

.um-modal.uimob500 .um-modal-right {
	width: 100%;
	float: none;
}

.um-modal.uimob500 .um-modal-footer a.um-modal-btn {
	width: 48%;
	margin: 0 1%;
	float: left;
	display: block;
	line-height: 44px !important;
	height: 44px;
}

.um-modal.uimob500 .ajax-upload-dragdrop span.icon {
	font-size: 40px;
	line-height: 40px;
}

div.uimob500 .um-profile-body {
	padding-left: 0;
	padding-right: 0;
}

div.uimob500 .um-profile-photo {
	width: 100% !important;
	text-align: center !important;
	position: absolute;
	top: -40px;
	left: 0;
	margin: 0;
}

div.uimob500 .um-header.no-cover .um-profile-photo {
	position: static;
	top: auto;
	left: auto;
}

div.uimob500 .um-profile-photo a.um-profile-photo-img {
	width: 100px !important;
	height: 100px !important;
	margin: 0 auto !important;
	float: none !important;
	display: inline-block !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
}

div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
	width: 120px !important;
	height: 120px !important;
}

div.uimob500 .um-header .um-profile-meta {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	padding-top: 60px !important;
}

div.uimob500 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}

div.uimob500 .um-header .um-name { 
	float: none !important;
	margin-right: 0 !important;
	font-size: 21px;
}

div.uimob500 .um-header .um-meta-text {
	padding: 0 20px;
}

div.uimob500 .um-header .um-meta {padding: 0 20px;display: block;}
/*div.uimob500 .um-header .um-meta span:first-child {display: block}*/
/*div.uimob500 .um-header .um-meta span {display: none}*/

div.uimob500 .um-col-121,
div.uimob500 .um-col-122,
div.uimob500 .um-col-131,
div.uimob500 .um-col-132,
div.uimob500 .um-col-133 {
	float: none;
	width: 100%;
	margin: 0;
}

div.uimob500 .um-field-half {
	float: none;
	width: 100%;
}

div.uimob500 .um-account-main {
	float: none;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

div.uimob500 .um-account-tab {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

div.uimob500 .um-account-meta {
	margin-bottom: 0;
}

/**
	for 800px and below
**/

div.uimob800 .um-profile-nav {
	padding: 0;
}

div.uimob800 .um-profile-nav-item a  {
	padding: 10px 20px;
	margin-left: 0;
	border-radius: 0;
}

div.uimob800 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto;font-size: 26px;height: 26px;line-height: 26px;}

div.uimob800 .um-profile-subnav {
	padding: 8px 15px;
}

div.uimob800 .um-profile-subnav a {
	display: block;
	text-align: left;
	font-size: 14px;
	margin: 0;
	padding: 6px 0;
}

div.uimob800 .um-profile-subnav span {
	font-size: 12px;
	padding: 2px 8px;
}

div.uimob800 .um-account-main {
	width: 90%;
	max-width: 450px;
}

div.uimob800 .um-account-side {
	padding: 0;
	width: 10%;
}

div.uimob800 .um-account-side ul {
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.uimob800 .um-account-side li {margin-bottom: 0 !important;background: transparent;}

div.uimob800 .um-account-side li a{
	display: block;
	padding: 0 !important;
	height: 44px;
	line-height: 44px;
	color: #666 !important;
	text-align: center;
	text-decoration: none !important;
	background: transparent;
	transition: all .2s linear;
}
div.uimob800 .um-account-side li:first-child a {-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0 }
div.uimob800 .um-account-side li:last-child a {-moz-border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;border-radius: 0 0 3px 3px}

div.uimob800 .um-account-side li a span.um-account-icontip {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
	line-height: 44px;
}

div.uimob800 .um-account-side li a span.um-account-icontip i {
	position: relative;
	text-align: center;
	width: 100%;
}

div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover {
	color: #fff !important;
}

div.uimob800 .um-account-meta a {
	border: 1px solid #ddd;
}

div.uimob800 .um-account-meta a,
div.uimob800 .um-account-meta img {
	display: block;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	height: auto;
}

div.uimob800 .um-account-meta img {
	width: 100%;
}

div.uimob800 .um-profile-photo {
	width: 150px !important;
}

div.uimob800 .um-profile-photo a.um-profile-photo-img {
	width: 140px !important;
	height: 140px !important;
	top: -70px !important;
}

div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
	top: auto !important;
}

div.uimob800 .um-header .um-profile-meta {
	padding-left: 200px;
}

div.uimob800 .um-cover-overlay
{
	padding: 0;
}

/********************************************/

/**
	for 960px and below
**/

/********************************************/

div.uimob960 .um-profile-photo {
	width: 200px !important;
}

div.uimob960 .um-profile-photo a.um-profile-photo-img {
	width: 140px !important;
	height: 140px !important;
	top: -70px !important;
}

/************************************************/

@media screen and (max-height: 400px) {

	.ajax-upload-dragdrop span.icon {
		display: none;
	}

	.um-modal.no-photo  {
		width: 100% !important;
		margin: 0 !important;
		left: 0 !important;
		height: 100%;
		background: #fff;
	}

	.um-modal.no-photo,
	.um-modal.no-photo .um-modal-body,
	.um-modal.no-photo .um-modal-header {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.um-modal.no-photo .um-modal-header {text-align: center; font-size: 14px}
	.um-modal.no-photo .um-modal-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		border-top: 1px solid #ddd;
	}

	.um-modal.no-photo .um-modal-right {
		width: 100%;
		float: none;
	}

	.um-modal.no-photo .um-modal-footer a.um-modal-btn {
		width: 48%;
		margin: 0 1%;
		float: left;
		display: block;
		line-height: 44px !important;
		height: 44px;
	}

}

@media screen and (max-height: 300px) {

	.um-modal.no-photo .um-modal-header {
		display: none;
	}
	
	.ajax-upload-dragdrop span.icon,
	.ajax-upload-dragdrop span.str {
		display: none;
	}

}

@media screen and (max-width: 600px) {
	
	.um-popup {
		width: 96%;
		margin-left: 2%;
		left: 0;
		top: 15px;
	}
	
}.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color
{
    color: #3ba1da;
}

.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover
{
    background: #3ba1da;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
    background: #44b0ec;
}

.um {
    margin-left: auto!important;
    margin-right: auto!important;
}
.um input[type=submit]:disabled:hover {
    background: #3ba1da;
}

.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
    background: #3ba1da;
}

.um a.um-link {
    color: #3ba1da;
}

.um input[type=submit].um-button:hover,
.um a.um-button:hover {
    background-color: #44b0ec;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
    color: #44b0ec;
}

.um .um-button {
    color: #ffffff;
}

.um .um-button:before {
    color: #ffffff;
}

.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt {
    background: #eeeeee;
}

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover{
    background: #e5e5e5;
}

.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt {
    color: #666666;
}

.um .um-button.um-alt:before,
.um input[type=submit].um-button.um-alt:before {
    color: #666666;
}

.um .um-tip {
    color: #cccccc;
}

.um .um-field-label {
    color: #555555;
}

.um .um-row.um-customized-row .um-field-label {
    color: inherit;
}

.um .um-form input[type=text],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=number],
.um .um-form input[type=password],
.um .um-form textarea,
.um .upload-progress,
.select2-container .select2-choice,
.select2-drop,
.select2-container-multi .select2-choices,
.select2-drop-active,
.select2-drop.select2-drop-above
{
    border: 1px solid #ddd !important;
}

.um .um-form .select2-container-multi .select2-choices .select2-search-field input[type=text] {
    border: none !important
}

.um .um-form input[type=text]:focus,
.um .um-form input[type=search]:focus,
.um .um-form input[type=tel]:focus,
.um .um-form input[type=number]:focus,
.um .um-form input[type=password]:focus,
.um .um-form .um-datepicker.picker__input.picker__input--active,
.um .um-form .um-datepicker.picker__input.picker__input--target,
.um .um-form textarea:focus {
    border: 1px solid #bbb !important;
}

.um .um-form input[type=text],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=number],
.um .um-form input[type=password],
.um .um-form textarea,
.select2-container .select2-choice,
.select2-container-multi .select2-choices
{
    background-color: #ffffff;
}

.um .um-form input[type=text]:focus,
.um .um-form input[type=search]:focus,
.um .um-form input[type=tel]:focus,
.um .um-form input[type=number]:focus,
.um .um-form input[type=password]:focus,
.um .um-form textarea:focus {
    background-color: #ffffff;
}

.um .um-form input[type=text],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=password],
.um .um-form textarea
{
    color: #666666;
}

.um .um-form input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #666666;
}

.um .um-form input:-webkit-autofill:focus {
    -webkit-box-shadow: none,0 0 0 50px white inset;
    -webkit-text-fill-color: #666666;
}

.um .um-form ::-webkit-input-placeholder
{
    color:  #aaaaaa;
    opacity: 1 !important;
}

.um .um-form ::-moz-placeholder
{
    color:  #aaaaaa;
    opacity: 1 !important;
}

.um .um-form ::-moz-placeholder
{
    color:  #aaaaaa;
    opacity: 1 !important;
}

.um .um-form ::-ms-input-placeholder
{
    color:  #aaaaaa;
    opacity: 1 !important;
}

.select2-default,
.select2-default *,
.select2-container-multi .select2-choices .select2-search-field input
{
    color:  #aaaaaa;
}

.um .um-field-icon i,
.select2-container .select2-choice .select2-arrow:before,
.select2-search:before,
.select2-search-choice-close:before
{
    color: #aaaaaa;
}

.um span.um-req
{
    color: #aaaaaa;
}

.um .um-profile-photo a.um-profile-photo-img,
.um .um-profile-photo img,
.um .um-profile-photo span.um-profile-photo-overlay
{
    -moz-border-radius: 999px !important;
    -webkit-border-radius: 999px !important;
    border-radius: 999px !important
}

.um-profile.um .um-profile-meta {
    color: #999999;
}

.um-profile.um .um-name a {
    color: #555555;
}

.um-profile.um .um-name a:hover {
    color: #444444;
}

.um-profile.um .um-profile-headericon a {
    color: #aaaaaa;
}

.um-profile.um .um-profile-headericon a:hover,
.um-profile.um .um-profile-edit-a.active {
    color: #3ba1da;
}