/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Table
	#Misc
    #WordPress Generated Generics
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }

	body {
		line-height: 1em; }
	ol, ul {
		list-style: none; }
	.special-quote {
		quotes: none; }
	.special-quote:before, .special-quote:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
    * { -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }

/* #Basic Styles
================================================== */

	html.responsive, .responsive body{
		overflow-x: hidden;

	}

	body {
		font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-text-size-adjust: 100%;
 }

 /* CSS NOVIEMBRE 2018 - SOLBYTE*/
.login-en:lang(fr-FR){
	display: none;
}
.login-fr:lang(en-GB){
	display: none;
}
.um-member-photo.radius-1 {
    width: 75%;
    margin: 25px 0;
}

.user-cover a.gravatar {
    overflow: hidden;
    height: 150px;
}
.um-member-card {
    width: 100%;
}
a.in-disabled {
    pointer-events: none;
}

.in-disabled i{
	color: #adb0a9;
}
i.um-faicon-linkedin {
    font-size: 20px;
}
.tml-login form {
    max-width: 300px;
}
/* #Typography
================================================== */

	/*font-stacks*/
	.lucida-sans-websave{	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif ;	}
	.georgia-websave{		font-family:"Georgia", "Times New Roman", Times, serif;	}
	.arial-websave{			font-family: Arial, Helvetica, Verdana, sans-serif;	}
	.verdana-websave{		font-family: Verdana, Arial, Helvetica, sans-serif;	}
	.helvetica-websave{		font-family: Helvetica, "HelveticaNeue", "Helvetica Neue", Arial, Verdana, sans-serif;	}
	.helvetica-neue-websave{font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;	}

	/*default*/
	h1, h2, h3, h4, h5, h6 {
	/*	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif; */
		font-weight: 600; }
	#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; }
	#top h1 strong, #top h2 strong, #top h3 strong, #top h4 strong, #top h5 strong, #top h6 strong { color: inherit; }
	h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
	h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
	h3 { font-size: 20px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
	h4 { font-size: 18px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
	h5 { font-size: 16px; line-height: 1.1em; }						/*17*/
	h6 { font-size: 14px; line-height: 1.1em; }

	 .flex_column h1 a:hover, .flex_column h2 a:hover, .flex_column h3 a:hover, .flex_column h4 a:hover, .flex_column h5 a:hover, .flex_column h6 a:hover{text-decoration: underline;}

	p + h1, p + h2, p + h3, p + h4, p + h5, p + h6{
	margin-top:1.5em;
	}

	p { margin: 0.85em 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px;   }

	em { font-style: italic; }
	strong, b{ font-weight: bold;  }
	small { font-size: 80%; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

	/*	Blockquotes  */

	blockquote{
	border-left-style:solid;
	border-left-width:7px;
	padding-left:20px;
	margin-bottom:1em;
	margin-right:1em;
	font-size: 1.235em;
    line-height: 1.5em;
	}

	blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite{font-size: 12px;}
	
	mark{ background-color: transparent; color:inherit; }

/* #Links
================================================== */
	a { text-decoration: none; outline: 0; max-width:100%; max-width:none\9; }
	a:hover, a:focus, a:visited { outline: 0; text-decoration: underline;}
	p a, p a:visited { line-height: inherit; }
	a.avianolink, .avianolink a{cursor: default;}
	#top .avia_hidden_link_text{display: none;}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px;  }
	ul { list-style: none outside; margin-left: 7px;}
	ol { list-style: decimal; margin-left: 15px; }
	ol, ul.square, ul.circle, ul.disc { }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc, .entry-content-wrapper ul { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }

	.entry-content-wrapper li {  margin-left: 1em; padding:3px 0;}
	.entry-content-wrapper div li { text-indent: 0; }
	.entry-content-wrapper .borderlist>li:first-child {  border-top:1px solid; }
	.entry-content-wrapper .borderlist>li { border-bottom:1px solid; padding: 5px 0; list-style-position: outside; margin:0;}

/* #Images
================================================== */

	img, a img {
		border:none;
		padding: 0;
		margin:0;
		display:inline-block;
		max-width: 100%;
		height:auto;
		image-rendering: optimizeQuality;
	}


/* #Buttons
================================================== */

	input[type="submit"], #submit, .button{
		padding:9px 22px;
		cursor:pointer;
		border:none;
		 -webkit-appearance: none;
		 border-radius: 0px;
	}
	
	
/* #Icons
================================================== */	
[data-av_icon]:before {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
}


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

	#top form {
		margin-bottom: 20px; }
	#top fieldset {
		margin-bottom: 20px; }
	#top .input-text,
	#top input[type="text"],
	#top input[type="input"],
	#top input[type="password"],
	#top input[type="email"],
	#top input[type="number"],
    #top input[type="url"],
    #top input[type="tel"],
    #top input[type="search"],
	#top textarea,
	#top select {
		 -webkit-appearance: none;
		border: 1px solid #e1e1e1;
		padding: 8px 6px;
		outline: none;
		font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
		border-radius: 0px;
		}

	#top input[type="text"]:focus,
	#top input[type="password"]:focus,
	#top input[type="email"]:focus,
	#top input[type="number"]:focus,
    #top input[type="url"]:focus,
    #top input[type="tel"]:focus,
    #top input[type="search"]:focus,
	#top textarea:focus {
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
 		color: #555;
		}
	#top textarea {
		min-height: 60px; line-height:1.5em;}
	#top label{
		font-weight: bold;
		font-size: 0.92em;
		}
	#top legend {
		display: block;
		font-weight: normal;
		font-size: 1.2em;  }
	#top select {
		width: 100%; }
	#top input[type="checkbox"] {
		display: inline; }
	#top label span,
	#top legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

	#top textarea{width:100%;}


#top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;}
#top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;}
#top #wrap_all .valid  .input_checkbox_label{color:#9AA600;}
#top #wrap_all .error  .input_checkbox_label{color:#DF653E;}

/* #Table
================================================== */
table {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 13px;
}

table caption {
	padding: 0 0 5px 0;
	width: auto;
	font-style:italic;
	text-align: right;
	font-size: 12px;
}

th {
	font-weight:bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: left;
	padding: 9px 12px;
	border-style: solid;
	border-width: 1px;
	border-left:none;
	border-top:none;
}

td {
	font-size: 13px;
	padding: 9px 12px;
	border-style: solid;
	border-width: 1px;
	border-left:none;
	border-top:none;
}

tr th:first-child, tr td:first-child{
	border-left-style: solid;
	border-left-width: 1px;
}

tr:first-child th, tr:first-child td{
	border-top-style: solid;
	border-top-width: 1px;
}

#top th.nobg {
	background: none;
	border-top: 0;
}


/* #Other elements
================================================== */

/*code*/
pre{
clear:both;
border-style: solid;
border-width: 1px;
overflow:auto;
padding:2em;
line-height: 2em;
font-size: 12px;
background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-size: 100% 4em;
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
margin-bottom: 30px;
position: relative;
left:0;
text-transform: none;
width:100%;
}

code{
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
}

iframe, object, embed{
max-width:100%;
}

/* misc text styles */
sup{
vertical-align: super;
font-size: smaller;
}

sub{
vertical-align: sub;
font-size: smaller;
}


/* #Misc
================================================== */
	.hidden { position: absolute; top:0; visibility: hidden;}
	.floatleft{float:left;}
	.floatright{float:right;}
	.clearboth{clear:both;}
	.special_amp{font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif; font-style: italic; font-size: 1.3em; line-height: 0.5em; font-weight:normal;}
	#top .noborder, #top .noborder img{border:none;padding:0;background: transparent;}
	.bg_container{
	background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-size: cover;
	height:100%; width:100%; position: fixed; z-index: -1; top:0; left:0;
	}

	.image-overlay{position: absolute; background: #fff; z-index: 300; height:100%; width:100%; opacity: 0; filter:alpha(opacity=0);}
	.avia_transform a .image-overlay{  -webkit-transition: opacity 0.4s ease-in-out; -moz-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; }

	.avia_transform a:hover .image-overlay{opacity: 0.7 !important;}
	.image-overlay .image-overlay-inside{height:100%; width:100%; position: absolute; left:0; top:0; }
	.image-overlay .image-overlay-inside:before{position: absolute; border-radius: 50px; background: #000; height:80px; width:80px; line-height:80px; left:50%; top:50%; margin: -40px 0 0 -40px; z-index: 500; text-align: center; color:#fff;}
	.image-overlay .image-overlay-inside:before{content:"\E869"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
	.image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\E832";}
	.image-overlay.overlay-type-video .image-overlay-inside:before{content:"\E897";}
	#top .hide-inner-overlay .image-overlay-inside{display: none;}

/* #WordPress Generated Generics
================================================== */

/*img alignment*/
body .alignleft,  .entry-content-wrapper a:hover .alignleft{ float:left; margin:4px 10px 0px 0;  display: block; position: relative; }
body .alignright,  .entry-content-wrapper a:hover .alignright { float:right;margin:4px 0px 0px 10px;display: block; position: relative; }
body .aligncenter,  .entry-content-wrapper a:hover .aligncenter{ clear:both; display:block; margin:10px auto; padding: 10px 0; position: relative; }
.alignleft img, .alignright img{ display:block; }


/*gallery*/
#top .gallery a, #top .gallery a img{
border:none;
max-width: 100%;
display: block;
position: relative;
}

#top .gallery .gallery-item{
margin:1px 1px 0 0;
width:80px;
height:80px;
padding:0;
}

#top .gallery-caption{
display: none;
}

.bypostauthor{

}

.gallery-icon{
margin:0;
}

.gallery-item{
margin:0;
}

.avia_textblock .gallery p{display:none;}

/*image captions*/
div .wp-caption{
max-width:100%;
font-size: 11px;
font-style: italic;
border-width:1px;
border-style: solid;
margin:5px 15px 10px 0;
position: relative;
}

#top .wp-caption img {
border:medium none;
display:block;
padding:5px;
margin:0;
width:100%;
}

.wp-caption-text, #top .wp-caption .wp-caption-dd{
display:block;
font-size:11px;
font-style:italic;
margin:0 auto;
padding:3px 10px 5px;
text-align:center;
font-family: Georgia,"Times New Roman";
float: none;
}

#top .wp-caption.aligncenter{
margin:5px auto 10px auto;
padding:0;
}

#top .wp-caption.alignright{
margin: 4px 0px 0px 10px;
}

/*smiley image*/
#top .wp-smiley{
display:inline-block;
border:none;
}

/*calendar table*/
#wp-calendar td, #wp-calendar th{
text-align: center;
font-size: 11px;
padding: 3px;
}




@media only screen and (min-width: 990px){

.responsive.av-no-preview #top #wrap_all .av-desktop-hide,
.responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden,
.responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden{display:none;}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px) {
	
.responsive.av-no-preview #top #wrap_all .av-medium-hide,
.responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,
.responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden{display:none;}	

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.responsive.av-no-preview #top #wrap_all .av-small-hide,
.responsive.av-no-preview #top #wrap_all .av-small-font-size-hidden,
.responsive.av-no-preview #top #wrap_all .av-small-font-size-title-hidden{display:none;}	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

.responsive.av-no-preview #top #wrap_all .av-mini-hide,
.responsive.av-no-preview #top #wrap_all .av-mini-font-size-hidden,
.responsive.av-no-preview #top #wrap_all .av-mini-font-size-title-hidden{display:none;}
}

@media only screen and (max-width: 768px) {
	.head-login{
		line-height: unset !important;
	}
}

@media only screen and (max-width: 675px) {
	.head-login{
		float:none !important;
	}
	.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{
		float: right;
		line-height: 20px;
	}
	#header_meta > .container{
		max-width: 100% !important;
		width: 100%!important;
	}
	.responsive #header_meta .sub_menu>ul>li{
		padding: 0 5px !important;
	}
}

.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.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-tip {
    color: #cccccc;
}

.um .um-field-label {
    color: #555555;
}
.lang-item img{
	float: left;
}

.um .um-form input[type=text], select#fs_country, .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, #top input[type="email"]
{
    border: 2px solid #ddd !important;
}
.um-field.um-field-profilephoto.um-field-text.um-field-type_text {
    border: 2px solid #ddd !important;
    padding: 15px;
    margin-top: 20px;
}
.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=tel]:focus,
.um .um-form input[type=number]:focus,
.um .um-form input[type=password]:focus,
.um .um-form input[type=email],
.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: 2px solid #bbb !important;
}

.um .um-form input[type=text],
.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=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=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;
}
@charset "UTF-8";

@font-face {
  font-family: "Ionicons";
  src:url("../font/ionicons.eot?v=2.0.0");
  src:url("../font/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),
    url("../font/ionicons.woff?v=2.0.0") format("woff"),
    url("../font/ionicons.ttf?v=2.0.0") format("truetype"),
    url("../font/ionicons.svg?v=2.0.0#Ionicons") 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";display: none;}

.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";display: none;}

.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"; }
/*
	- 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 input,
.um select,
.um 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 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;
}

/*
	- 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: 900;
	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;
}

/*
	- 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-shortcode {

}

.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=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=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;
}
.um-member {
    padding: 5px !important;
    border: 1px solid #d3d3d399;
    text-align: center;
    margin: 0 auto !important;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}
.user-cover {
    display: flex;
    margin-bottom: 30px;
}
/*
	- Radio & Checkboxes
*/

.um-field-c .um-field-checkbox {
	margin-bottom: 14px;
	margin-top: 0 !important;
	position: relative;
}

.um-field-checkbox,
.um-field-radio {
	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;
	margin: 5px;
}

.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 25px;
	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, .um input[type=email]: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 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;
	color: #fff;
	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('../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;
}

/* Select2 4.0*/
.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: 2px solid #ddd !important;
}
.select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation]{
	display:none;
}
.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 {
    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-container.select2-container--open .select2-dropdown{
	 border: 2px solid #ddd !important;
}
.select2-results li{
	list-style: none;
    display: list-item;
    background-image: none;
    font-size: 15px;
    margin: 5px !important;
    padding: 3px 0 !important;
    color: #666 !important;
}
.select2-results li {
    padding: 3px 7px 4px !important;
    cursor: pointer;
    min-height: 1em !important;
 }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}
.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-selection__clear{
	right: 10px;
	font-size: 30px;
	color: #aaaaaa !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0px;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
}

.select2.select2-container .select2-selection.select2-selection--multiple {
    height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    top: -6px;
    margin-right: -9px;
    font-size: 15px;
    position: absolute;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	padding: 3px 3px 3px 5px;
}

.select2-container .select2-search--inline {
   line-height: 38px;
}

.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;
}@charset "UTF-8";

@font-face {
  font-family: "FontAwesome";
  src:url("../font/fontawesome-webfont.eot?v=4.2.0");
  src:url("../font/fontawesome-webfont.eot?v=4.2.0#iefix") format("embedded-opentype"),
    url("../font/fontawesome-webfont.woff?v=4.2.0") format("woff"),
    url("../font/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
    url("../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") 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-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);
  }
}
.head-login{
	float: left;
	line-height: 1;
}
.head-login a {
    font-weight: 700;
    margin-right: 10px;
}
.gravatar img, .gravatar{
	border-radius: 0px !important;
}
#footer a, #footer h3, #footer h4 {
    color: #fff;
}