/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.um .picker__list {
  list-style: none;
  list-style: none !important;
  padding: 5px !important;
  margin: 0px !important;
}

/**
 * The times on the clock.
 */
.um .picker__list-item {
  position: relative;
  border-radius: 2px;
  display: inline-block;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  padding: 6px 0px !important;
  margin: 5px 0 !important;
} 

@media (min-height: 46.75em) {
  .um .picker__list-item {

  }
}

/* Hovered time */
.um .picker__list-item:hover {
  cursor: pointer;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.um .picker__list-item--highlighted {
  z-index: 10;
}

.um .picker__list-item--highlighted:hover,
.um .picker--focused .picker__list-item--highlighted {
  cursor: pointer;
   font-weight: bold;
}

/* Selected and hovered/focused time */
.um .picker__list-item--selected,
.um .picker__list-item--selected:hover,
.um .picker--focused .picker__list-item--selected {
  z-index: 10;
}

/* Disabled time */
.um .picker__list-item--disabled,
.um .picker__list-item--disabled:hover,
.um .picker--focused .picker__list-item--disabled {
  color: #a9e792;
  cursor: default;
  background: transparent;
  z-index: auto;
}

/**
 * The clear button
 */
.um .picker--time .picker__button--clear {
  width: 100%;
  display: inline-block;
  background: none;
  box-shadow: none !important;
  border: 0!important;
  outline: 0 !important;
  background: none !important;
  border-radius: 0 0 2px 2px;
  color: #fff !important;
}
.um .picker--time .picker__button--clear:hover,
.um .picker--time .picker__button--clear:focus {
	cursor: pointer;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.um .picker--time .picker__frame {
  min-width: 256px;
  max-width: 400px;
}
/**
 * The picker box.
 */
.um .picker--time .picker__box {
  font-size: 15px;
  padding: 0;
  border-radius: 2px !important;
}
@media (min-height: 40.125em) {
	.um .picker--time .picker__frame {
		margin-bottom: 10% !important;
	}
}
@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("ultimate-member/assets/font/raty.eot");
  src: url("ultimate-member/assets/font/raty.eot?#iefix") format("embedded-opentype");
  src: url("ultimate-member/assets/font/raty.svg#raty") format("svg");
  src: url("ultimate-member/assets/font/raty.ttf") format("truetype");
  src: url("ultimate-member/assets/font/raty.woff") format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
   -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.2em;
  color: #ccc;
}

.star-on-png,
.star-half-png 
{color: #ffbe32}

/* Icons */

.cancel-on-png:before {content: "\e600";}
.cancel-off-png:before {content: "\e601";}
.star-on-png:before {content: "\f005";}
.star-off-png:before {content: "\f006";}
.star-half-png:before {content: "\f123";}[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.tipsy { padding: 5px; position: absolute; z-index: 9999999999!important; }

.tipsy-inner {
	font-size: 13px !important;
	line-height: 17px !important;
	background-color: #333333 !important;
	color: #fff !important;
	max-width: 250px !important;
	padding: 6px 10px !important;
	text-align: left !important;
	word-wrap: break-word !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
  
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-arrow { position: absolute !important; width: 0 !important; height: 0 !important; line-height: 0 !important; border: 5px dashed #333; }

.tipsy-arrow-n { border-bottom-color: #333 !important }
.tipsy-arrow-s { border-top-color: #333 !important }
.tipsy-arrow-e { border-left-color: #333 !important }
.tipsy-arrow-w { border-right-color: #333 !important }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }.uimob340-show,
.uimob500-show,
.uimob800-show,
.uimob960-show
{
	display: none;
}

.um-profile-nav-item a.uimob340-show,
.um-profile-nav-item a.uimob500-show,
.um-profile-nav-item a.uimob800-show,
.um-profile-nav-item a.uimob960-show
{
	display: none;
}

div.uimob340 .uimob340-show,
div.uimob500 .uimob500-show,
div.uimob800 .uimob800-show,
div.uimob960 .uimob960-show
{
	display: block;
}

div.uimob340 .uimob340-hide,
div.uimob500 .uimob500-hide,
div.uimob800 .uimob800-hide,
div.uimob960 .uimob960-hide
{
	display: none;
}

/**
	for 340px and below
**/

/********************************************/

div.uimob340 .um-item-link a {
	font-size: 14px;
}

div.uimob340 .um-item-meta span {
    font-size: 13px;
}

div.uimob340 .um-load-items a {
	width: 100% !important;
	max-width: 100% !important;
}

div.uimob340 .um-profile-nav {
	padding: 0;
}

div.uimob340 .um-profile-nav-item a  {
	padding: 10px 16px;
	margin-left: 0;
	border-radius: 0;
}

div.uimob340 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto}

div.uimob340 .um-profile-subnav {
	padding: 8px 15px;
}

div.uimob340 .um-profile-subnav a {
	display: block;
	text-align: left;
	font-size: 13px;
	margin: 0;
	padding: 6px 0;
}

div.uimob340 .um-profile-subnav span {
	font-size: 12px;
	padding: 1px 6px;
}

div.uimob340 .um-cover-overlay span.um-cover-overlay-t
{
	display: none !important;
}

div.uimob340 .um-cover-overlay
{
	padding: 0;
}

div.uimob340 .um-cover-overlay i,
div.uimob340 .um-profile-photo-overlay i
{
	margin-bottom: 0;
	font-size: 30px;
}

.um-modal.uimob340  {
	width: 100% !important;
	margin: 0 !important;
	left: 0 !important;
	height: 100%;
	background: #fff;
}

.um-modal.uimob340,
.um-modal.uimob340 .um-modal-body,
.um-modal.uimob340 .um-modal-header {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.um-modal.uimob340 .um-modal-header {text-align: center}
.um-modal.uimob340 .um-modal-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-top: 1px solid #ddd;
}

.um-modal.uimob340 .um-modal-right {
	width: 100%;
	float: none;
}

.um-modal.uimob340 .um-modal-footer a.um-modal-btn {
	width: 48%;
	margin: 0 1%;
	float: left;
	display: block;
	line-height: 44px !important;
	height: 44px;
}

.um-modal.uimob340 .ajax-upload-dragdrop span.icon {
	font-size: 40px;
	line-height: 40px;
}

div.uimob340 .um-profile-body {
	padding-left: 0;
	padding-right: 0;
}

div.uimob340 .um-profile-photo {
	width: 100% !important;
	text-align: center !important;
	position: absolute;
	top: -40px;
	left: 0;
}

div.uimob340 .um-header.no-cover .um-profile-photo {
	position: static;
	top: auto;
	left: auto;
}

div.uimob340 .um-profile-photo a.um-profile-photo-img {
	width: 100px !important;
	height: 100px !important;
	margin: 0 auto !important;
	float: none !important;
	display: inline-block !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
}

div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
	width: 120px !important;
	height: 120px !important;
}

div.uimob340 .um-header .um-profile-meta {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	padding-top: 60px !important;
}

div.uimob340 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}

div.uimob340 .um-header .um-name { 
	float: none !important;
	margin-right: 0 !important;
	font-size: 18px;
}

div.uimob340 .um-header .um-meta-text {
	padding: 0 20px;
}

div.uimob340 .um-header .um-meta {padding: 0 10px; display: inline-block;}
/*div.uimob340 .um-header .um-meta span:first-child {display: block}*/
/*div.uimob340 .um-header .um-meta span {display: none}*/

div.uimob340 .um-col-121,
div.uimob340 .um-col-122,
div.uimob340 .um-col-131,
div.uimob340 .um-col-132,
div.uimob340 .um-col-133 {
	float: none;
	width: 100%;
	margin: 0;
}

div.uimob340 .um-field-half {
	float: none;
	width: 100%;
}

div.uimob340 .um-search {
	padding: 20px 0 !important;
	width: 100% !important;
	box-sizing: border-box;
}

div.uimob340 .um-search .um-search-filter {
	width: 100% !important;
	float: none !important;
	padding: 0 0 15px 0 !important;
}

div.uimob340 .um-search .um-search-submit .um-button {
	display: block !important;
	min-width: 100% !important;
	margin: 0 0 15px 0 !important;
}

div.uimob340 .um-member {width: 100%}
div.uimob340 .um-gutter-sizer {width: 0px}

div.uimob340 .um-account-main {
	float: none;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

div.uimob340 .um-account-tab {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

div.uimob340 .um-account-meta {
	margin-bottom: 0;
}

.uimob340 .um-half {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}

.uimob340 .um-button.um-btn-auto-width {
	min-width: auto;
	max-width: auto;
	width: 100%;
}

.uimob340 .um-col-alt-s {padding-top:0}

/**
	for 500px and below
**/

/********************************************/

div.uimob500 .um-profile-nav {
	padding: 0;
}

div.uimob500 .um-profile-nav-item a  {
	padding: 10px 16px;
	margin-left: 0;
	border-radius: 0;
}

div.uimob500 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto;font-size: 22px;height: 22px;line-height: 22px;}

div.uimob500 .um-profile-subnav {
	padding: 8px 15px;
}

div.uimob500 .um-profile-subnav a {
	display: block;
	text-align: left;
	font-size: 13px;
	margin: 0;
	padding: 6px 0;
}

div.uimob500 .um-profile-subnav span {
	font-size: 12px;
	padding: 1px 6px;
}

div.uimob500 .um-cover-overlay span.um-cover-overlay-t
{
	display: none !important;
}

div.uimob500 .um-cover-overlay
{
	padding: 0;
}

div.uimob500 .um-cover-overlay i,
div.uimob500 .um-profile-photo-overlay i
{
	margin-bottom: 0;
	font-size: 30px;
}

.um-modal.uimob500  {
	width: 100% !important;
	margin: 0 !important;
	left: 0 !important;
	height: 100%;
	background: #fff;
}

.um-modal.uimob500,
.um-modal.uimob500 .um-modal-body,
.um-modal.uimob500 .um-modal-header {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.um-modal.uimob500 .um-modal-header {text-align: center}
.um-modal.uimob500 .um-modal-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-top: 1px solid #ddd;
}

.um-modal.uimob500 .um-modal-right {
	width: 100%;
	float: none;
}

.um-modal.uimob500 .um-modal-footer a.um-modal-btn {
	width: 48%;
	margin: 0 1%;
	float: left;
	display: block;
	line-height: 44px !important;
	height: 44px;
}

.um-modal.uimob500 .ajax-upload-dragdrop span.icon {
	font-size: 40px;
	line-height: 40px;
}

div.uimob500 .um-profile-body {
	padding-left: 0;
	padding-right: 0;
}

div.uimob500 .um-profile-photo {
	width: 100% !important;
	text-align: center !important;
	position: absolute;
	top: -40px;
	left: 0;
}

div.uimob500 .um-header.no-cover .um-profile-photo {
	position: static;
	top: auto;
	left: auto;
}

div.uimob500 .um-profile-photo a.um-profile-photo-img {
	width: 100px !important;
	height: 100px !important;
	margin: 0 auto !important;
	float: none !important;
	display: inline-block !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
}

div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
	width: 120px !important;
	height: 120px !important;
}

div.uimob500 .um-header .um-profile-meta {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	padding-top: 60px !important;
}

div.uimob500 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}

div.uimob500 .um-header .um-name { 
	float: none !important;
	margin-right: 0 !important;
	font-size: 21px;
}

div.uimob500 .um-header .um-meta-text {
	padding: 0 20px;
}

div.uimob500 .um-header .um-meta {padding: 0 20px;display: block;}
/*div.uimob500 .um-header .um-meta span:first-child {display: block}*/
/*div.uimob500 .um-header .um-meta span {display: none}*/

div.uimob500 .um-col-121,
div.uimob500 .um-col-122,
div.uimob500 .um-col-131,
div.uimob500 .um-col-132,
div.uimob500 .um-col-133 {
	float: none;
	width: 100%;
	margin: 0;
}

div.uimob500 .um-field-half {
	float: none;
	width: 100%;
}

div.uimob500 .um-search {
	padding: 20px 0 !important;
	width: 100% !important;
	box-sizing: border-box;
}

div.uimob500 .um-search .um-search-filter {
	width: 100% !important;
	float: none !important;
	padding: 0 0 15px 0 !important;
}

div.uimob500 .um-search .um-search-submit .um-button {
	display: block !important;
	min-width: 100% !important;
	margin: 0 0 15px 0 !important;
}

div.uimob500 .um-member {width: 100%}
div.uimob500 .um-gutter-sizer {width: 0px}

div.uimob500 .um-account-main {
	float: none;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

div.uimob500 .um-account-tab {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

div.uimob500 .um-account-meta {
	margin-bottom: 0;
}

/**
	for 800px and below
**/

div.uimob800 .um-profile-nav {
	padding: 0;
}

div.uimob800 .um-profile-nav-item a  {
	padding: 10px 20px;
	margin-left: 0;
	border-radius: 0;
}

div.uimob800 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto;font-size: 26px;height: 26px;line-height: 26px;}

div.uimob800 .um-profile-subnav {
	padding: 8px 15px;
}

div.uimob800 .um-profile-subnav a {
	display: block;
	text-align: left;
	font-size: 14px;
	margin: 0;
	padding: 6px 0;
}

div.uimob800 .um-profile-subnav span {
	font-size: 12px;
	padding: 2px 8px;
}

div.uimob800 .um-account-main {
	width: 90%;
	max-width: 450px;
}

div.uimob800 .um-account-side {
	padding: 0;
	width: 10%;
}

div.uimob800 .um-account-side ul {
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.uimob800 .um-account-side li {margin-bottom: 0 !important;background: transparent;}

div.uimob800 .um-account-side li a{
	display: block;
	padding: 0 !important;
	height: 44px;
	line-height: 44px;
	color: #666 !important;
	text-align: center;
	text-decoration: none !important;
	background: transparent;
	transition: all .2s linear;
}
div.uimob800 .um-account-side li:first-child a {-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0 }
div.uimob800 .um-account-side li:last-child a {-moz-border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;border-radius: 0 0 3px 3px}

div.uimob800 .um-account-side li a span.um-account-icontip {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
	line-height: 44px;
}

div.uimob800 .um-account-side li a span.um-account-icontip i {
	position: relative;
	text-align: center;
	width: 100%;
}

div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover {
	color: #fff !important;
}

div.uimob800 .um-account-meta a {
	border: 1px solid #ddd;
}

div.uimob800 .um-account-meta a,
div.uimob800 .um-account-meta img {
	display: block;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	height: auto;
}

div.uimob800 .um-profile-photo {
	width: 200px !important;
}

div.uimob800 .um-profile-photo a.um-profile-photo-img {
	width: 140px !important;
	height: 140px !important;
	top: -70px !important;
}

div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
	top: auto !important;
}

div.uimob800 .um-header .um-profile-meta {
	padding-left: 200px;
}

div.uimob800 .um-cover-overlay
{
	padding: 0;
}

div.uimob800 .um-search {
	padding: 20px 0 !important;
	width: 100% !important;
	box-sizing: border-box;
}

div.uimob800 .um-search .um-search-filter {
	width: 48% !important;
	float: left !important;
	padding: 0 0 15px 0 !important;
}

div.uimob800 .um-search .um-search-filter-2 {
	margin-left: 4%;
}

div.uimob800 .um-search .um-search-submit .um-button {
	display: block !important;
	width: 48% !important;
	margin: 0 0 15px 0 !important;
	box-sizing: border-box;
	float: left;
}

div.uimob800 .um-search .um-search-submit .um-button.um-alt {float: right}

div.uimob800 .um-member {width: 48%}
div.uimob800 .um-gutter-sizer {width: 4%}

/********************************************/

/**
	for 960px and below
**/

/********************************************/

div.uimob960 .um-search {
	padding: 20px 0 !important;
	width: 100% !important;
	box-sizing: border-box;
}

div.uimob960 .um-search .um-search-filter {
	width: 48% !important;
	float: left !important;
	padding: 0 0 15px 0 !important;
}

div.uimob960 .um-search .um-search-filter-2 {
	margin-left: 4%;
}

div.uimob960 .um-search .um-search-submit .um-button {
	display: block !important;
	width: 48% !important;
	margin: 0 0 15px 0 !important;
	box-sizing: border-box;
	float: left;
}

div.uimob960 .um-search .um-search-submit .um-button.um-alt {float: right}

div.uimob960 .um-member {width: 48%}
div.uimob960 .um-gutter-sizer {width: 4%}

div.uimob960 .um-profile-photo {
	width: 200px !important;
}

div.uimob960 .um-profile-photo a.um-profile-photo-img {
	width: 140px !important;
	height: 140px !important;
	top: -70px !important;
}

/************************************************/

@media screen and (max-height: 400px) {

	.ajax-upload-dragdrop span.icon {
		display: none;
	}

	.um-modal.no-photo  {
		width: 100% !important;
		margin: 0 !important;
		left: 0 !important;
		height: 100%;
		background: #fff;
	}

	.um-modal.no-photo,
	.um-modal.no-photo .um-modal-body,
	.um-modal.no-photo .um-modal-header {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.um-modal.no-photo .um-modal-header {text-align: center; font-size: 14px}
	.um-modal.no-photo .um-modal-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		border-top: 1px solid #ddd;
	}

	.um-modal.no-photo .um-modal-right {
		width: 100%;
		float: none;
	}

	.um-modal.no-photo .um-modal-footer a.um-modal-btn {
		width: 48%;
		margin: 0 1%;
		float: left;
		display: block;
		line-height: 44px !important;
		height: 44px;
	}

}

@media screen and (max-height: 300px) {

	.um-modal.no-photo .um-modal-header {
		display: none;
	}
	
	.ajax-upload-dragdrop span.icon,
	.ajax-upload-dragdrop span.str {
		display: none;
	}

}

@media screen and (max-width: 600px) {
	
	.um-popup {
		width: 96%;
		margin-left: 2%;
		left: 0;
		top: 15px;
	}
	
}.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color
{
    color: #3ba1da;
}

.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover
{
    background: #3ba1da;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
    background: #44b0ec;
}

.um {
    margin-left: auto!important;
    margin-right: auto!important;
}
.um input[type=submit]:disabled:hover {
    background: #3ba1da;
}

.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
    background: #3ba1da;
}

.um a.um-link {
    color: #3ba1da;
}

.um input[type=submit].um-button:hover,
.um a.um-button:hover {
    background-color: #44b0ec;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
    color: #44b0ec;
}

.um .um-button {
    color: #ffffff;
}

.um .um-button.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;
}

.um .um-row.um-customized-row .um-field-label {
    color: inherit;
}

.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,
.um .upload-progress,
.select2-container .select2-choice,
.select2-drop,
.select2-container-multi .select2-choices,
.select2-drop-active,
.select2-drop.select2-drop-above
{
    border: 2px solid #ddd !important;
}

.um .um-form .select2-container-multi .select2-choices .select2-search-field input[type=text] {
    border: none !important
}

.um .um-form input[type=text]:focus,
.um .um-form input[type=tel]:focus,
.um .um-form input[type=number]:focus,
.um .um-form input[type=password]:focus,
.um .um-form .um-datepicker.picker__input.picker__input--active,
.um .um-form .um-datepicker.picker__input.picker__input--target,
.um .um-form textarea:focus {
    border: 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;
}
  
/* Mobile Menu Admin CSS Style*/
@font-face {
  font-family: 'mobmenu';
 src: url('mobile-menu/includes/css/font/mobmenu.eot?31192480');
  src: url('mobile-menu/includes/css/font/mobmenu.eot?31192480#iefix') format('embedded-opentype'),
       url('mobile-menu/includes/css/font/mobmenu.woff2?31192480') format('woff2'),
       url('mobile-menu/includes/css/font/mobmenu.woff?31192480') format('woff'),
       url('mobile-menu/includes/css/font/mobmenu.ttf?31192480') format('truetype'),
       url('mobile-menu/includes/css/font/mobmenu.svg?31192480#mobmenu') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
  [class^="mob-icon-"]:before, [class*=" mob-icon-"]:before {
  font-family: "mobmenu";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal; 
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased mob-icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
}
 
.mob-icon-ok-1:before { content: '\e800'; } /* '' */
.mob-icon-ok-circled:before { content: '\e801'; } /* '' */
.mob-icon-ok-circled2:before { content: '\e802'; } /* '' */
.mob-icon-left-open-1:before { content: '\e803'; } /* '' */
.mob-icon-down-big:before { content: '\e804'; } /* '' */
.mob-icon-list-2:before { content: '\e805'; } /* '' */
.mob-icon-left-open-big:before { content: '\e806'; } /* '' */
.mob-icon-down-1:before { content: '\e807'; } /* '' */
.mob-icon-left-open-mini:before { content: '\e808'; } /* '' */
.mob-icon-right-open-mini:before { content: '\e809'; } /* '' */
.mob-icon-cog-outline:before { content: '\e80a'; } /* '' */
.mob-icon-cog-4:before { content: '\e80b'; } /* '' */
.mob-icon-view-mode:before { content: '\e80c'; } /* '' */
.mob-icon-ok-6:before { content: '\e80d'; } /* '' */
.mob-icon-ok-circled-2:before { content: '\e80e'; } /* '' */
.mob-icon-ok:before { content: '\e80f'; } /* '' */
.mob-icon-plus:before { content: '\e810'; } /* '' */
.mob-icon-plus-circled:before { content: '\e811'; } /* '' */
.mob-icon-minus:before { content: '\e812'; } /* '' */
.mob-icon-plus-1:before { content: '\e813'; } /* '' */
.mob-icon-plus-circled-1:before { content: '\e814'; } /* '' */
.mob-icon-plus-squared-1:before { content: '\e815'; } /* '' */
.mob-icon-cancel-alt:before { content: '\e816'; } /* '' */
.mob-icon-cancel-alt-filled:before { content: '\e817'; } /* '' */
.mob-icon-plus-outline:before { content: '\e818'; } /* '' */
.mob-icon-plus-2:before { content: '\e819'; } /* '' */
.mob-icon-plus-3:before { content: '\e81a'; } /* '' */
.mob-icon-plus-circle-1:before { content: '\e81b'; } /* '' */
.mob-icon-plus-circle:before { content: '\e81c'; } /* '' */
.mob-icon-minus-circle:before { content: '\e81d'; } /* '' */
.mob-icon-right-open-big:before { content: '\e81e'; } /* '' */
.mob-icon-left-open-2:before { content: '\e81f'; } /* '' */
.mob-icon-up-hand:before { content: '\e820'; } /* '' */
.mob-icon-cw:before { content: '\e821'; } /* '' */
.mob-icon-cw-circled:before { content: '\e822'; } /* '' */
.mob-icon-arrows-cw:before { content: '\e823'; } /* '' */
.mob-icon-shuffle:before { content: '\e824'; } /* '' */
.mob-icon-play:before { content: '\e825'; } /* '' */
.mob-icon-play-circled:before { content: '\e826'; } /* '' */
.mob-icon-play-circled2:before { content: '\e827'; } /* '' */
.mob-icon-stop:before { content: '\e828'; } /* '' */
.mob-icon-stop-circled:before { content: '\e829'; } /* '' */
.mob-icon-pause:before { content: '\e82a'; } /* '' */
.mob-icon-pause-circled:before { content: '\e82b'; } /* '' */
.mob-icon-record:before { content: '\e82c'; } /* '' */
.mob-icon-eject:before { content: '\e82d'; } /* '' */
.mob-icon-backward:before { content: '\e82e'; } /* '' */
.mob-icon-backward-circled:before { content: '\e82f'; } /* '' */
.mob-icon-fast-backward:before { content: '\e830'; } /* '' */
.mob-icon-fast-forward:before { content: '\e831'; } /* '' */
.mob-icon-forward:before { content: '\e832'; } /* '' */
.mob-icon-forward-circled:before { content: '\e833'; } /* '' */
.mob-icon-step-backward:before { content: '\e834'; } /* '' */
.mob-icon-step-forward:before { content: '\e835'; } /* '' */
.mob-icon-target:before { content: '\e836'; } /* '' */
.mob-icon-signal:before { content: '\e837'; } /* '' */
.mob-icon-desktop:before { content: '\e838'; } /* '' */
.mob-icon-desktop-circled:before { content: '\e839'; } /* '' */
.mob-icon-laptop:before { content: '\e83a'; } /* '' */
.mob-icon-laptop-circled:before { content: '\e83b'; } /* '' */
.mob-icon-network:before { content: '\e83c'; } /* '' */
.mob-icon-inbox:before { content: '\e83d'; } /* '' */
.mob-icon-inbox-circled:before { content: '\e83e'; } /* '' */
.mob-icon-inbox-alt:before { content: '\e83f'; } /* '' */
.mob-icon-globe:before { content: '\e840'; } /* '' */
.mob-icon-globe-alt:before { content: '\e841'; } /* '' */
.mob-icon-cloud:before { content: '\e842'; } /* '' */
.mob-icon-cloud-circled:before { content: '\e843'; } /* '' */
.mob-icon-flight:before { content: '\e844'; } /* '' */
.mob-icon-leaf:before { content: '\e845'; } /* '' */
.mob-icon-font:before { content: '\e846'; } /* '' */
.mob-icon-fontsize:before { content: '\e847'; } /* '' */
.mob-icon-bold:before { content: '\e848'; } /* '' */
.mob-icon-italic:before { content: '\e849'; } /* '' */
.mob-icon-text-height:before { content: '\e84a'; } /* '' */
.mob-icon-text-width:before { content: '\e84b'; } /* '' */
.mob-icon-align-left:before { content: '\e84c'; } /* '' */
.mob-icon-align-center:before { content: '\e84d'; } /* '' */
.mob-icon-align-right:before { content: '\e84e'; } /* '' */
.mob-icon-align-justify-1:before { content: '\e84f'; } /* '' */
.mob-icon-list:before { content: '\e850'; } /* '' */
.mob-icon-indent-left:before { content: '\e851'; } /* '' */
.mob-icon-indent-right:before { content: '\e852'; } /* '' */
.mob-icon-briefcase:before { content: '\e853'; } /* '' */
.mob-icon-off:before { content: '\e854'; } /* '' */
.mob-icon-road:before { content: '\e855'; } /* '' */
.mob-icon-qrcode:before { content: '\e856'; } /* '' */
.mob-icon-barcode:before { content: '\e857'; } /* '' */
.mob-icon-braille:before { content: '\e858'; } /* '' */
.mob-icon-book:before { content: '\e859'; } /* '' */
.mob-icon-adjust:before { content: '\e85a'; } /* '' */
.mob-icon-tint:before { content: '\e85b'; } /* '' */
.mob-icon-check:before { content: '\e85c'; } /* '' */
.mob-icon-check-empty:before { content: '\e85d'; } /* '' */
.mob-icon-asterisk:before { content: '\e85e'; } /* '' */
.mob-icon-gift:before { content: '\e85f'; } /* '' */
.mob-icon-fire:before { content: '\e860'; } /* '' */
.mob-icon-magnet:before { content: '\e861'; } /* '' */
.mob-icon-chart:before { content: '\e862'; } /* '' */
.mob-icon-chart-circled:before { content: '\e863'; } /* '' */
.mob-icon-credit-card:before { content: '\e864'; } /* '' */
.mob-icon-megaphone:before { content: '\e865'; } /* '' */
.mob-icon-clipboard:before { content: '\e866'; } /* '' */
.mob-icon-hdd:before { content: '\e867'; } /* '' */
.mob-icon-key:before { content: '\e868'; } /* '' */
.mob-icon-certificate:before { content: '\e869'; } /* '' */
.mob-icon-tasks:before { content: '\e86a'; } /* '' */
.mob-icon-filter:before { content: '\e86b'; } /* '' */
.mob-icon-gauge:before { content: '\e86c'; } /* '' */
.mob-icon-smiley:before { content: '\e86d'; } /* '' */
.mob-icon-smiley-circled:before { content: '\e86e'; } /* '' */
.mob-icon-address-book:before { content: '\e86f'; } /* '' */
.mob-icon-address-book-alt:before { content: '\e870'; } /* '' */
.mob-icon-asl:before { content: '\e871'; } /* '' */
.mob-icon-glasses:before { content: '\e872'; } /* '' */
.mob-icon-hearing-impaired:before { content: '\e873'; } /* '' */
.mob-icon-iphone-home:before { content: '\e874'; } /* '' */
.mob-icon-person:before { content: '\e875'; } /* '' */
.mob-icon-adult:before { content: '\e876'; } /* '' */
.mob-icon-child:before { content: '\e877'; } /* '' */
.mob-icon-blind:before { content: '\e878'; } /* '' */
.mob-icon-guidedog:before { content: '\e879'; } /* '' */
.mob-icon-accessibility:before { content: '\e87a'; } /* '' */
.mob-icon-universal-access:before { content: '\e87b'; } /* '' */
.mob-icon-male:before { content: '\e87c'; } /* '' */
.mob-icon-female:before { content: '\e87d'; } /* '' */
.mob-icon-behance:before { content: '\e87e'; } /* '' */
.mob-icon-blogger:before { content: '\e87f'; } /* '' */
.mob-icon-cc:before { content: '\e880'; } /* '' */
.mob-icon-css:before { content: '\e881'; } /* '' */
.mob-icon-delicious:before { content: '\e882'; } /* '' */
.mob-icon-deviantart:before { content: '\e883'; } /* '' */
.mob-icon-digg:before { content: '\e884'; } /* '' */
.mob-icon-dribbble:before { content: '\e885'; } /* '' */
.mob-icon-facebook:before { content: '\e886'; } /* '' */
.mob-icon-flickr:before { content: '\e887'; } /* '' */
.mob-icon-foursquare:before { content: '\e888'; } /* '' */
.mob-icon-friendfeed:before { content: '\e889'; } /* '' */
.mob-icon-friendfeed-rect:before { content: '\e88a'; } /* '' */
.mob-icon-github:before { content: '\e88b'; } /* '' */
.mob-icon-github-text:before { content: '\e88c'; } /* '' */
.mob-icon-googleplus:before { content: '\e88d'; } /* '' */
.mob-icon-instagram:before { content: '\e88e'; } /* '' */
.mob-icon-linkedin:before { content: '\e88f'; } /* '' */
.mob-icon-path:before { content: '\e890'; } /* '' */
.mob-icon-picasa:before { content: '\e891'; } /* '' */
.mob-icon-pinterest:before { content: '\e892'; } /* '' */
.mob-icon-reddit:before { content: '\e893'; } /* '' */
.mob-icon-skype:before { content: '\e894'; } /* '' */
.mob-icon-slideshare:before { content: '\e895'; } /* '' */
.mob-icon-stackoverflow:before { content: '\e896'; } /* '' */
.mob-icon-stumbleupon:before { content: '\e897'; } /* '' */
.mob-icon-twitter:before { content: '\e898'; } /* '' */
.mob-icon-tumblr:before { content: '\e899'; } /* '' */
.mob-icon-vimeo:before { content: '\e89a'; } /* '' */
.mob-icon-vkontakte:before { content: '\e89b'; } /* '' */
.mob-icon-w3c:before { content: '\e89c'; } /* '' */
.mob-icon-wordpress:before { content: '\e89d'; } /* '' */
.mob-icon-youtube:before { content: '\e89e'; } /* '' */
.mob-icon-music:before { content: '\e89f'; } /* '' */
.mob-icon-search:before { content: '\e8a0'; } /* '' */
.mob-icon-mail:before { content: '\e8a1'; } /* '' */
.mob-icon-heart:before { content: '\e8a2'; } /* '' */
.mob-icon-star:before { content: '\e8a3'; } /* '' */
.mob-icon-user:before { content: '\e8a4'; } /* '' */
.mob-icon-videocam:before { content: '\e8a5'; } /* '' */
.mob-icon-camera:before { content: '\e8a6'; } /* '' */
.mob-icon-photo:before { content: '\e8a7'; } /* '' */
.mob-icon-attach:before { content: '\e8a8'; } /* '' */
.mob-icon-lock:before { content: '\e8a9'; } /* '' */
.mob-icon-eye:before { content: '\e8aa'; } /* '' */
.mob-icon-tag:before { content: '\e8ab'; } /* '' */
.mob-icon-thumbs-up:before { content: '\e8ac'; } /* '' */
.mob-icon-pencil:before { content: '\e8ad'; } /* '' */
.mob-icon-comment:before { content: '\e8ae'; } /* '' */
.mob-icon-location:before { content: '\e8af'; } /* '' */
.mob-icon-cup:before { content: '\e8b0'; } /* '' */
.mob-icon-trash:before { content: '\e8b1'; } /* '' */
.mob-icon-doc:before { content: '\e8b2'; } /* '' */
.mob-icon-note:before { content: '\e8b3'; } /* '' */
.mob-icon-cog:before { content: '\e8b4'; } /* '' */
.mob-icon-params:before { content: '\e8b5'; } /* '' */
.mob-icon-calendar:before { content: '\e8b6'; } /* '' */
.mob-icon-sound:before { content: '\e8b7'; } /* '' */
.mob-icon-clock:before { content: '\e8b8'; } /* '' */
.mob-icon-lightbulb:before { content: '\e8b9'; } /* '' */
.mob-icon-tv:before { content: '\e8ba'; } /* '' */
.mob-icon-desktop-1:before { content: '\e8bb'; } /* '' */
.mob-icon-mobile:before { content: '\e8bc'; } /* '' */
.mob-icon-cd:before { content: '\e8bd'; } /* '' */
.mob-icon-inbox-1:before { content: '\e8be'; } /* '' */
.mob-icon-globe-1:before { content: '\e8bf'; } /* '' */
.mob-icon-cloud-1:before { content: '\e8c0'; } /* '' */
.mob-icon-paper-plane:before { content: '\e8c1'; } /* '' */
.mob-icon-fire-1:before { content: '\e8c2'; } /* '' */
.mob-icon-graduation-cap:before { content: '\e8c3'; } /* '' */
.mob-icon-megaphone-1:before { content: '\e8c4'; } /* '' */
.mob-icon-database:before { content: '\e8c5'; } /* '' */
.mob-icon-key-1:before { content: '\e8c6'; } /* '' */
.mob-icon-beaker:before { content: '\e8c7'; } /* '' */
.mob-icon-truck:before { content: '\e8c8'; } /* '' */
.mob-icon-money:before { content: '\e8c9'; } /* '' */
.mob-icon-food:before { content: '\e8ca'; } /* '' */
.mob-icon-shop:before { content: '\e8cb'; } /* '' */
.mob-icon-diamond:before { content: '\e8cc'; } /* '' */
.mob-icon-t-shirt:before { content: '\e8cd'; } /* '' */
.mob-icon-wallet:before { content: '\e8ce'; } /* '' */
.mob-icon-search-1:before { content: '\e8cf'; } /* '' */
.mob-icon-mail-1:before { content: '\e8d0'; } /* '' */
.mob-icon-heart-1:before { content: '\e8d1'; } /* '' */
.mob-icon-heart-empty:before { content: '\e8d2'; } /* '' */
.mob-icon-star-1:before { content: '\e8d3'; } /* '' */
.mob-icon-user-1:before { content: '\e8d4'; } /* '' */
.mob-icon-video:before { content: '\e8d5'; } /* '' */
.mob-icon-picture:before { content: '\e8d6'; } /* '' */
.mob-icon-th-large-2:before { content: '\e8d7'; } /* '' */
.mob-icon-th-2:before { content: '\e8d8'; } /* '' */
.mob-icon-ok-circle:before { content: '\e8d9'; } /* '' */
.mob-icon-link:before { content: '\e8da'; } /* '' */
.mob-icon-attach-1:before { content: '\e8db'; } /* '' */
.mob-icon-lock-1:before { content: '\e8dc'; } /* '' */
.mob-icon-lock-open:before { content: '\e8dd'; } /* '' */
.mob-icon-tag-1:before { content: '\e8de'; } /* '' */
.mob-icon-reply:before { content: '\e8df'; } /* '' */
.mob-icon-reply-all:before { content: '\e8e0'; } /* '' */
.mob-icon-forward-1:before { content: '\e8e1'; } /* '' */
.mob-icon-code:before { content: '\e8e2'; } /* '' */
.mob-icon-retweet:before { content: '\e8e3'; } /* '' */
.mob-icon-comment-1:before { content: '\e8e4'; } /* '' */
.mob-icon-comment-alt:before { content: '\e8e5'; } /* '' */
.mob-icon-chat:before { content: '\e8e6'; } /* '' */
.mob-icon-attention:before { content: '\e8e7'; } /* '' */
.mob-icon-location-1:before { content: '\e8e8'; } /* '' */
.mob-icon-doc-1:before { content: '\e8e9'; } /* '' */
.mob-icon-docs-landscape:before { content: '\e8ea'; } /* '' */
.mob-icon-folder:before { content: '\e8eb'; } /* '' */
.mob-icon-archive:before { content: '\e8ec'; } /* '' */
.mob-icon-rss:before { content: '\e8ed'; } /* '' */
.mob-icon-rss-alt:before { content: '\e8ee'; } /* '' */
.mob-icon-cog-1:before { content: '\e8ef'; } /* '' */
.mob-icon-logout:before { content: '\e8f0'; } /* '' */
.mob-icon-clock-1:before { content: '\e8f1'; } /* '' */
.mob-icon-block:before { content: '\e8f2'; } /* '' */
.mob-icon-resize-full:before { content: '\e8f3'; } /* '' */
.mob-icon-resize-full-circle:before { content: '\e8f4'; } /* '' */
.mob-icon-popup:before { content: '\e8f5'; } /* '' */
.mob-icon-left-open:before { content: '\e8f6'; } /* '' */
.mob-icon-right-open:before { content: '\e8f7'; } /* '' */
.mob-icon-down-circle:before { content: '\e8f8'; } /* '' */
.mob-icon-left-circle:before { content: '\e8f9'; } /* '' */
.mob-icon-right-circle:before { content: '\e8fa'; } /* '' */
.mob-icon-up-circle:before { content: '\e8fb'; } /* '' */
.mob-icon-down-dir:before { content: '\e8fc'; } /* '' */
.mob-icon-right-dir:before { content: '\e8fd'; } /* '' */
.mob-icon-down-micro:before { content: '\e8fe'; } /* '' */
.mob-icon-up-micro:before { content: '\e8ff'; } /* '' */
.mob-icon-cw-circle:before { content: '\e900'; } /* '' */
.mob-icon-arrows-cw-1:before { content: '\e901'; } /* '' */
.mob-icon-updown-circle:before { content: '\e902'; } /* '' */
.mob-icon-target-1:before { content: '\e903'; } /* '' */
.mob-icon-signal-1:before { content: '\e904'; } /* '' */
.mob-icon-progress-0:before { content: '\e905'; } /* '' */
.mob-icon-progress-1:before { content: '\e906'; } /* '' */
.mob-icon-progress-2:before { content: '\e907'; } /* '' */
.mob-icon-progress-3:before { content: '\e908'; } /* '' */
.mob-icon-progress-4:before { content: '\e909'; } /* '' */
.mob-icon-progress-5:before { content: '\e90a'; } /* '' */
.mob-icon-progress-6:before { content: '\e90b'; } /* '' */
.mob-icon-progress-7:before { content: '\e90c'; } /* '' */
.mob-icon-font-1:before { content: '\e90d'; } /* '' */
.mob-icon-list-1:before { content: '\e90e'; } /* '' */
.mob-icon-list-numbered:before { content: '\e90f'; } /* '' */
.mob-icon-indent-left-1:before { content: '\e910'; } /* '' */
.mob-icon-indent-right-1:before { content: '\e911'; } /* '' */
.mob-icon-cloud-2:before { content: '\e912'; } /* '' */
.mob-icon-terminal:before { content: '\e913'; } /* '' */
.mob-icon-emo-happy:before { content: '\e914'; } /* '' */
.mob-icon-emo-wink:before { content: '\e915'; } /* '' */
.mob-icon-emo-wink2:before { content: '\e916'; } /* '' */
.mob-icon-emo-unhappy:before { content: '\e917'; } /* '' */
.mob-icon-emo-sleep:before { content: '\e918'; } /* '' */
.mob-icon-emo-thumbsup:before { content: '\e919'; } /* '' */
.mob-icon-emo-devil:before { content: '\e91a'; } /* '' */
.mob-icon-emo-surprised:before { content: '\e91b'; } /* '' */
.mob-icon-emo-tongue:before { content: '\e91c'; } /* '' */
.mob-icon-emo-coffee:before { content: '\e91d'; } /* '' */
.mob-icon-emo-sunglasses:before { content: '\e91e'; } /* '' */
.mob-icon-emo-displeased:before { content: '\e91f'; } /* '' */
.mob-icon-emo-beer:before { content: '\e920'; } /* '' */
.mob-icon-emo-grin:before { content: '\e921'; } /* '' */
.mob-icon-emo-angry:before { content: '\e922'; } /* '' */
.mob-icon-emo-saint:before { content: '\e923'; } /* '' */
.mob-icon-emo-cry:before { content: '\e924'; } /* '' */
.mob-icon-emo-shoot:before { content: '\e925'; } /* '' */
.mob-icon-emo-squint:before { content: '\e926'; } /* '' */
.mob-icon-emo-laugh:before { content: '\e927'; } /* '' */
.mob-icon-spin1:before { content: '\e928'; } /* '' */
.mob-icon-spin2:before { content: '\e929'; } /* '' */
.mob-icon-spin3:before { content: '\e92a'; } /* '' */
.mob-icon-spin4:before { content: '\e92b'; } /* '' */
.mob-icon-spin5:before { content: '\e92c'; } /* '' */
.mob-icon-spin6:before { content: '\e92d'; } /* '' */
.mob-icon-firefox:before { content: '\e92e'; } /* '' */
.mob-icon-chrome:before { content: '\e92f'; } /* '' */
.mob-icon-opera:before { content: '\e930'; } /* '' */
.mob-icon-ie:before { content: '\e931'; } /* '' */
.mob-icon-crown:before { content: '\e932'; } /* '' */
.mob-icon-crown-plus:before { content: '\e933'; } /* '' */
.mob-icon-crown-minus:before { content: '\e934'; } /* '' */
.mob-icon-marquee:before { content: '\e935'; } /* '' */
.mob-icon-glass:before { content: '\e936'; } /* '' */
.mob-icon-music-1:before { content: '\e937'; } /* '' */
.mob-icon-search-2:before { content: '\e938'; } /* '' */
.mob-icon-mail-2:before { content: '\e939'; } /* '' */
.mob-icon-heart-2:before { content: '\e93a'; } /* '' */
.mob-icon-heart-empty-1:before { content: '\e93b'; } /* '' */
.mob-icon-star-2:before { content: '\e93c'; } /* '' */
.mob-icon-star-empty:before { content: '\e93d'; } /* '' */
.mob-icon-star-half:before { content: '\e93e'; } /* '' */
.mob-icon-user-2:before { content: '\e93f'; } /* '' */
.mob-icon-users:before { content: '\e940'; } /* '' */
.mob-icon-video-1:before { content: '\e941'; } /* '' */
.mob-icon-videocam-1:before { content: '\e942'; } /* '' */
.mob-icon-picture-1:before { content: '\e943'; } /* '' */
.mob-icon-camera-1:before { content: '\e944'; } /* '' */
.mob-icon-camera-alt:before { content: '\e945'; } /* '' */
.mob-icon-minus-circled:before { content: '\e946'; } /* '' */
.mob-icon-help-circled:before { content: '\e947'; } /* '' */
.mob-icon-info-circled:before { content: '\e948'; } /* '' */
.mob-icon-home:before { content: '\e949'; } /* '' */
.mob-icon-link-1:before { content: '\e94a'; } /* '' */
.mob-icon-attach-2:before { content: '\e94b'; } /* '' */
.mob-icon-lock-2:before { content: '\e94c'; } /* '' */
.mob-icon-lock-open-1:before { content: '\e94d'; } /* '' */
.mob-icon-pin:before { content: '\e94e'; } /* '' */
.mob-icon-eye-1:before { content: '\e94f'; } /* '' */
.mob-icon-eye-off:before { content: '\e950'; } /* '' */
.mob-icon-tag-2:before { content: '\e951'; } /* '' */
.mob-icon-tags:before { content: '\e952'; } /* '' */
.mob-icon-bookmark:before { content: '\e953'; } /* '' */
.mob-icon-flag:before { content: '\e954'; } /* '' */
.mob-icon-thumbs-up-1:before { content: '\e955'; } /* '' */
.mob-icon-thumbs-down:before { content: '\e956'; } /* '' */
.mob-icon-download:before { content: '\e957'; } /* '' */
.mob-icon-upload:before { content: '\e958'; } /* '' */
.mob-icon-forward-2:before { content: '\e959'; } /* '' */
.mob-icon-export:before { content: '\e95a'; } /* '' */
.mob-icon-pencil-1:before { content: '\e95b'; } /* '' */
.mob-icon-edit:before { content: '\e95c'; } /* '' */
.mob-icon-print:before { content: '\e95d'; } /* '' */
.mob-icon-retweet-1:before { content: '\e95e'; } /* '' */
.mob-icon-comment-2:before { content: '\e95f'; } /* '' */
.mob-icon-chat-1:before { content: '\e960'; } /* '' */
.mob-icon-bell:before { content: '\e961'; } /* '' */
.mob-icon-attention-1:before { content: '\e962'; } /* '' */
.mob-icon-attention-circled:before { content: '\e963'; } /* '' */
.mob-icon-location-2:before { content: '\e964'; } /* '' */
.mob-icon-trash-empty:before { content: '\e965'; } /* '' */
.mob-icon-doc-2:before { content: '\e966'; } /* '' */
.mob-icon-folder-1:before { content: '\e967'; } /* '' */
.mob-icon-folder-open:before { content: '\e968'; } /* '' */
.mob-icon-phone:before { content: '\e969'; } /* '' */
.mob-icon-cog-2:before { content: '\e96a'; } /* '' */
.mob-icon-cog-alt:before { content: '\e96b'; } /* '' */
.mob-icon-wrench:before { content: '\e96c'; } /* '' */
.mob-icon-basket:before { content: '\e96d'; } /* '' */
.mob-icon-calendar-1:before { content: '\e96e'; } /* '' */
.mob-icon-login:before { content: '\e96f'; } /* '' */
.mob-icon-logout-1:before { content: '\e970'; } /* '' */
.mob-icon-volume-off:before { content: '\e971'; } /* '' */
.mob-icon-volume-down:before { content: '\e972'; } /* '' */
.mob-icon-volume-up:before { content: '\e973'; } /* '' */
.mob-icon-headphones:before { content: '\e974'; } /* '' */
.mob-icon-clock-2:before { content: '\e975'; } /* '' */
.mob-icon-block-1:before { content: '\e976'; } /* '' */
.mob-icon-resize-full-1:before { content: '\e977'; } /* '' */
.mob-icon-resize-small:before { content: '\e978'; } /* '' */
.mob-icon-resize-vertical:before { content: '\e979'; } /* '' */
.mob-icon-resize-horizontal:before { content: '\e97a'; } /* '' */
.mob-icon-zoom-in:before { content: '\e97b'; } /* '' */
.mob-icon-zoom-out:before { content: '\e97c'; } /* '' */
.mob-icon-down-circled2:before { content: '\e97d'; } /* '' */
.mob-icon-up-circled2:before { content: '\e97e'; } /* '' */
.mob-icon-down-dir-1:before { content: '\e97f'; } /* '' */
.mob-icon-up-dir:before { content: '\e980'; } /* '' */
.mob-icon-left-dir:before { content: '\e981'; } /* '' */
.mob-icon-right-dir-1:before { content: '\e982'; } /* '' */
.mob-icon-right-open-1:before { content: '\e983'; } /* '' */
.mob-icon-left-big:before { content: '\e984'; } /* '' */
.mob-icon-right-big:before { content: '\e985'; } /* '' */
.mob-icon-up-big:before { content: '\e986'; } /* '' */
.mob-icon-right-hand:before { content: '\e987'; } /* '' */
.mob-icon-left-hand:before { content: '\e988'; } /* '' */
.mob-icon-up-hand-1:before { content: '\e989'; } /* '' */
.mob-icon-down-hand:before { content: '\e98a'; } /* '' */
.mob-icon-cw-1:before { content: '\e98b'; } /* '' */
.mob-icon-ccw:before { content: '\e98c'; } /* '' */
.mob-icon-arrows-cw-2:before { content: '\e98d'; } /* '' */
.mob-icon-shuffle-1:before { content: '\e98e'; } /* '' */
.mob-icon-play-1:before { content: '\e98f'; } /* '' */
.mob-icon-play-circled2-1:before { content: '\e990'; } /* '' */
.mob-icon-stop-1:before { content: '\e991'; } /* '' */
.mob-icon-pause-1:before { content: '\e992'; } /* '' */
.mob-icon-to-end:before { content: '\e993'; } /* '' */
.mob-icon-to-end-alt:before { content: '\e994'; } /* '' */
.mob-icon-to-start:before { content: '\e995'; } /* '' */
.mob-icon-to-start-alt:before { content: '\e996'; } /* '' */
.mob-icon-fast-fw:before { content: '\e997'; } /* '' */
.mob-icon-fast-bw:before { content: '\e998'; } /* '' */
.mob-icon-eject-1:before { content: '\e999'; } /* '' */
.mob-icon-target-2:before { content: '\e99a'; } /* '' */
.mob-icon-signal-2:before { content: '\e99b'; } /* '' */
.mob-icon-award:before { content: '\e99c'; } /* '' */
.mob-icon-inbox-2:before { content: '\e99d'; } /* '' */
.mob-icon-globe-2:before { content: '\e99e'; } /* '' */
.mob-icon-cloud-3:before { content: '\e99f'; } /* '' */
.mob-icon-flash:before { content: '\e9a0'; } /* '' */
.mob-icon-umbrella:before { content: '\e9a1'; } /* '' */
.mob-icon-flight-1:before { content: '\e9a2'; } /* '' */
.mob-icon-leaf-1:before { content: '\e9a3'; } /* '' */
.mob-icon-font-2:before { content: '\e9a4'; } /* '' */
.mob-icon-bold-1:before { content: '\e9a5'; } /* '' */
.mob-icon-italic-1:before { content: '\e9a6'; } /* '' */
.mob-icon-text-height-1:before { content: '\e9a7'; } /* '' */
.mob-icon-text-width-1:before { content: '\e9a8'; } /* '' */
.mob-icon-align-left-1:before { content: '\e9a9'; } /* '' */
.mob-icon-align-center-1:before { content: '\e9aa'; } /* '' */
.mob-icon-align-right-1:before { content: '\e9ab'; } /* '' */
.mob-icon-indent-left-2:before { content: '\e9ac'; } /* '' */
.mob-icon-indent-right-2:before { content: '\e9ad'; } /* '' */
.mob-icon-scissors:before { content: '\e9ae'; } /* '' */
.mob-icon-briefcase-1:before { content: '\e9af'; } /* '' */
.mob-icon-off-1:before { content: '\e9b0'; } /* '' */
.mob-icon-road-1:before { content: '\e9b1'; } /* '' */
.mob-icon-list-alt:before { content: '\e9b2'; } /* '' */
.mob-icon-qrcode-1:before { content: '\e9b3'; } /* '' */
.mob-icon-barcode-1:before { content: '\e9b4'; } /* '' */
.mob-icon-book-1:before { content: '\e9b5'; } /* '' */
.mob-icon-adjust-1:before { content: '\e9b6'; } /* '' */
.mob-icon-tint-1:before { content: '\e9b7'; } /* '' */
.mob-icon-check-1:before { content: '\e9b8'; } /* '' */
.mob-icon-asterisk-1:before { content: '\e9b9'; } /* '' */
.mob-icon-gift-1:before { content: '\e9ba'; } /* '' */
.mob-icon-fire-2:before { content: '\e9bb'; } /* '' */
.mob-icon-magnet-1:before { content: '\e9bc'; } /* '' */
.mob-icon-chart-bar:before { content: '\e9bd'; } /* '' */
.mob-icon-credit-card-1:before { content: '\e9be'; } /* '' */
.mob-icon-floppy:before { content: '\e9bf'; } /* '' */
.mob-icon-megaphone-2:before { content: '\e9c0'; } /* '' */
.mob-icon-key-2:before { content: '\e9c1'; } /* '' */
.mob-icon-truck-1:before { content: '\e9c2'; } /* '' */
.mob-icon-hammer:before { content: '\e9c3'; } /* '' */
.mob-icon-lemon:before { content: '\e9c4'; } /* '' */
.mob-icon-note-1:before { content: '\e9c5'; } /* '' */
.mob-icon-note-beamed:before { content: '\e9c6'; } /* '' */
.mob-icon-music-2:before { content: '\e9c7'; } /* '' */
.mob-icon-search-3:before { content: '\e9c8'; } /* '' */
.mob-icon-flashlight:before { content: '\e9c9'; } /* '' */
.mob-icon-mail-3:before { content: '\e9ca'; } /* '' */
.mob-icon-heart-3:before { content: '\e9cb'; } /* '' */
.mob-icon-heart-empty-2:before { content: '\e9cc'; } /* '' */
.mob-icon-star-3:before { content: '\e9cd'; } /* '' */
.mob-icon-star-empty-1:before { content: '\e9ce'; } /* '' */
.mob-icon-user-3:before { content: '\e9cf'; } /* '' */
.mob-icon-users-1:before { content: '\e9d0'; } /* '' */
.mob-icon-user-add:before { content: '\e9d1'; } /* '' */
.mob-icon-video-2:before { content: '\e9d2'; } /* '' */
.mob-icon-picture-2:before { content: '\e9d3'; } /* '' */
.mob-icon-camera-2:before { content: '\e9d4'; } /* '' */
.mob-icon-layout:before { content: '\e9d5'; } /* '' */
.mob-icon-menu:before { content: '\e9d6'; } /* '' */
.mob-icon-check-2:before { content: '\e9d7'; } /* '' */
.mob-icon-minus-1:before { content: '\e9d8'; } /* '' */
.mob-icon-minus-circled-1:before { content: '\e9d9'; } /* '' */
.mob-icon-minus-squared-1:before { content: '\e9da'; } /* '' */
.mob-icon-help-1:before { content: '\e9db'; } /* '' */
.mob-icon-help-circled-1:before { content: '\e9dc'; } /* '' */
.mob-icon-info-1:before { content: '\e9dd'; } /* '' */
.mob-icon-info-circled-1:before { content: '\e9de'; } /* '' */
.mob-icon-back:before { content: '\e9df'; } /* '' */
.mob-icon-home-1:before { content: '\e9e0'; } /* '' */
.mob-icon-link-2:before { content: '\e9e1'; } /* '' */
.mob-icon-attach-3:before { content: '\e9e2'; } /* '' */
.mob-icon-lock-3:before { content: '\e9e3'; } /* '' */
.mob-icon-lock-open-2:before { content: '\e9e4'; } /* '' */
.mob-icon-eye-2:before { content: '\e9e5'; } /* '' */
.mob-icon-tag-3:before { content: '\e9e6'; } /* '' */
.mob-icon-bookmark-1:before { content: '\e9e7'; } /* '' */
.mob-icon-bookmarks:before { content: '\e9e8'; } /* '' */
.mob-icon-flag-1:before { content: '\e9e9'; } /* '' */
.mob-icon-thumbs-up-2:before { content: '\e9ea'; } /* '' */
.mob-icon-thumbs-down-1:before { content: '\e9eb'; } /* '' */
.mob-icon-download-1:before { content: '\e9ec'; } /* '' */
.mob-icon-upload-1:before { content: '\e9ed'; } /* '' */
.mob-icon-upload-cloud-1:before { content: '\e9ee'; } /* '' */
.mob-icon-reply-2:before { content: '\e9ef'; } /* '' */
.mob-icon-reply-all-2:before { content: '\e9f0'; } /* '' */
.mob-icon-forward-3:before { content: '\e9f1'; } /* '' */
.mob-icon-quote:before { content: '\e9f2'; } /* '' */
.mob-icon-code-2:before { content: '\e9f3'; } /* '' */
.mob-icon-export-1:before { content: '\e9f4'; } /* '' */
.mob-icon-pencil-2:before { content: '\e9f5'; } /* '' */
.mob-icon-feather:before { content: '\e9f6'; } /* '' */
.mob-icon-print-1:before { content: '\e9f7'; } /* '' */
.mob-icon-retweet-2:before { content: '\e9f8'; } /* '' */
.mob-icon-keyboard-1:before { content: '\e9f9'; } /* '' */
.mob-icon-comment-3:before { content: '\e9fa'; } /* '' */
.mob-icon-chat-2:before { content: '\e9fb'; } /* '' */
.mob-icon-bell-1:before { content: '\e9fc'; } /* '' */
.mob-icon-attention-2:before { content: '\e9fd'; } /* '' */
.mob-icon-alert:before { content: '\e9fe'; } /* '' */
.mob-icon-vcard:before { content: '\e9ff'; } /* '' */
.mob-icon-address:before { content: '\ea00'; } /* '' */
.mob-icon-location-3:before { content: '\ea01'; } /* '' */
.mob-icon-map-1:before { content: '\ea02'; } /* '' */
.mob-icon-direction-1:before { content: '\ea03'; } /* '' */
.mob-icon-compass-1:before { content: '\ea04'; } /* '' */
.mob-icon-cup-1:before { content: '\ea05'; } /* '' */
.mob-icon-trash-2:before { content: '\ea06'; } /* '' */
.mob-icon-doc-3:before { content: '\ea07'; } /* '' */
.mob-icon-docs-1:before { content: '\ea08'; } /* '' */
.mob-icon-doc-landscape:before { content: '\ea09'; } /* '' */
.mob-icon-doc-text-1:before { content: '\ea0a'; } /* '' */
.mob-icon-doc-text-inv-1:before { content: '\ea0b'; } /* '' */
.mob-icon-newspaper-1:before { content: '\ea0c'; } /* '' */
.mob-icon-book-open:before { content: '\ea0d'; } /* '' */
.mob-icon-book-2:before { content: '\ea0e'; } /* '' */
.mob-icon-folder-2:before { content: '\ea0f'; } /* '' */
.mob-icon-archive-1:before { content: '\ea10'; } /* '' */
.mob-icon-box-1:before { content: '\ea11'; } /* '' */
.mob-icon-rss-2:before { content: '\ea12'; } /* '' */
.mob-icon-phone-1:before { content: '\ea13'; } /* '' */
.mob-icon-cog-3:before { content: '\ea14'; } /* '' */
.mob-icon-tools:before { content: '\ea15'; } /* '' */
.mob-icon-share-1:before { content: '\ea16'; } /* '' */
.mob-icon-shareable:before { content: '\ea17'; } /* '' */
.mob-icon-basket-1:before { content: '\ea18'; } /* '' */
.mob-icon-bag:before { content: '\ea19'; } /* '' */
.mob-icon-calendar-2:before { content: '\ea1a'; } /* '' */
.mob-icon-login-1:before { content: '\ea1b'; } /* '' */
.mob-icon-logout-2:before { content: '\ea1c'; } /* '' */
.mob-icon-mic-1:before { content: '\ea1d'; } /* '' */
.mob-icon-mute-1:before { content: '\ea1e'; } /* '' */
.mob-icon-sound-1:before { content: '\ea1f'; } /* '' */
.mob-icon-volume:before { content: '\ea20'; } /* '' */
.mob-icon-clock-3:before { content: '\ea21'; } /* '' */
.mob-icon-hourglass-4:before { content: '\ea22'; } /* '' */
.mob-icon-lamp:before { content: '\ea23'; } /* '' */
.mob-icon-light-down:before { content: '\ea24'; } /* '' */
.mob-icon-light-up:before { content: '\ea25'; } /* '' */
.mob-icon-adjust-2:before { content: '\ea26'; } /* '' */
.mob-icon-block-2:before { content: '\ea27'; } /* '' */
.mob-icon-resize-full-2:before { content: '\ea28'; } /* '' */
.mob-icon-resize-small-1:before { content: '\ea29'; } /* '' */
.mob-icon-popup-1:before { content: '\ea2a'; } /* '' */
.mob-icon-publish:before { content: '\ea2b'; } /* '' */
.mob-icon-window:before { content: '\ea2c'; } /* '' */
.mob-icon-arrow-combo:before { content: '\ea2d'; } /* '' */
.mob-icon-down-circled-1:before { content: '\ea2e'; } /* '' */
.mob-icon-left-circled-1:before { content: '\ea2f'; } /* '' */
.mob-icon-right-circled-1:before { content: '\ea30'; } /* '' */
.mob-icon-up-circled-1:before { content: '\ea31'; } /* '' */
.mob-icon-right-open-2:before { content: '\ea32'; } /* '' */
.mob-icon-left-1:before { content: '\ea33'; } /* '' */
.mob-icon-right-1:before { content: '\ea34'; } /* '' */
.mob-icon-up-1:before { content: '\ea35'; } /* '' */
.mob-icon-down-dir-2:before { content: '\ea36'; } /* '' */
.mob-icon-left-dir-1:before { content: '\ea37'; } /* '' */
.mob-icon-right-dir-2:before { content: '\ea38'; } /* '' */
.mob-icon-up-dir-1:before { content: '\ea39'; } /* '' */
.mob-icon-down-bold:before { content: '\ea3a'; } /* '' */
.mob-icon-left-bold:before { content: '\ea3b'; } /* '' */
.mob-icon-right-bold:before { content: '\ea3c'; } /* '' */
.mob-icon-up-bold:before { content: '\ea3d'; } /* '' */
.mob-icon-down-thin:before { content: '\ea3e'; } /* '' */
.mob-icon-left-thin:before { content: '\ea3f'; } /* '' */
.mob-icon-right-thin:before { content: '\ea40'; } /* '' */
.mob-icon-up-thin:before { content: '\ea41'; } /* '' */
.mob-icon-ccw-1:before { content: '\ea42'; } /* '' */
.mob-icon-cw-2:before { content: '\ea43'; } /* '' */
.mob-icon-arrows-ccw:before { content: '\ea44'; } /* '' */
.mob-icon-level-down-1:before { content: '\ea45'; } /* '' */
.mob-icon-level-up-1:before { content: '\ea46'; } /* '' */
.mob-icon-shuffle-2:before { content: '\ea47'; } /* '' */
.mob-icon-loop:before { content: '\ea48'; } /* '' */
.mob-icon-switch:before { content: '\ea49'; } /* '' */
.mob-icon-play-2:before { content: '\ea4a'; } /* '' */
.mob-icon-stop-2:before { content: '\ea4b'; } /* '' */
.mob-icon-pause-2:before { content: '\ea4c'; } /* '' */
.mob-icon-record-1:before { content: '\ea4d'; } /* '' */
.mob-icon-to-end-1:before { content: '\ea4e'; } /* '' */
.mob-icon-to-start-1:before { content: '\ea4f'; } /* '' */
.mob-icon-fast-forward-1:before { content: '\ea50'; } /* '' */
.mob-icon-fast-backward-1:before { content: '\ea51'; } /* '' */
.mob-icon-progress-8:before { content: '\ea52'; } /* '' */
.mob-icon-progress-9:before { content: '\ea53'; } /* '' */
.mob-icon-progress-10:before { content: '\ea54'; } /* '' */
.mob-icon-progress-11:before { content: '\ea55'; } /* '' */
.mob-icon-target-3:before { content: '\ea56'; } /* '' */
.mob-icon-palette:before { content: '\ea57'; } /* '' */
.mob-icon-list-3:before { content: '\ea58'; } /* '' */
.mob-icon-list-add:before { content: '\ea59'; } /* '' */
.mob-icon-signal-3:before { content: '\ea5a'; } /* '' */
.mob-icon-trophy:before { content: '\ea5b'; } /* '' */
.mob-icon-battery:before { content: '\ea5c'; } /* '' */
.mob-icon-back-in-time:before { content: '\ea5d'; } /* '' */
.mob-icon-monitor:before { content: '\ea5e'; } /* '' */
.mob-icon-mobile-2:before { content: '\ea5f'; } /* '' */
.mob-icon-network-1:before { content: '\ea60'; } /* '' */
.mob-icon-cd-1:before { content: '\ea61'; } /* '' */
.mob-icon-inbox-3:before { content: '\ea62'; } /* '' */
.mob-icon-install:before { content: '\ea63'; } /* '' */
.mob-icon-globe-3:before { content: '\ea64'; } /* '' */
.mob-icon-cloud-4:before { content: '\ea65'; } /* '' */
.mob-icon-cloud-thunder:before { content: '\ea66'; } /* '' */
.mob-icon-flash-1:before { content: '\ea67'; } /* '' */
.mob-icon-moon-1:before { content: '\ea68'; } /* '' */
.mob-icon-flight-2:before { content: '\ea69'; } /* '' */
.mob-icon-paper-plane-2:before { content: '\ea6a'; } /* '' */
.mob-icon-leaf-2:before { content: '\ea6b'; } /* '' */
.mob-icon-lifebuoy-1:before { content: '\ea6c'; } /* '' */
.mob-icon-mouse:before { content: '\ea6d'; } /* '' */
.mob-icon-briefcase-2:before { content: '\ea6e'; } /* '' */
.mob-icon-suitcase-1:before { content: '\ea6f'; } /* '' */
.mob-icon-dot:before { content: '\ea70'; } /* '' */
.mob-icon-dot-2:before { content: '\ea71'; } /* '' */
.mob-icon-dot-3:before { content: '\ea72'; } /* '' */
.mob-icon-brush-1:before { content: '\ea73'; } /* '' */
.mob-icon-magnet-2:before { content: '\ea74'; } /* '' */
.mob-icon-infinity:before { content: '\ea75'; } /* '' */
.mob-icon-erase:before { content: '\ea76'; } /* '' */
.mob-icon-chart-pie-1:before { content: '\ea77'; } /* '' */
.mob-icon-chart-line-1:before { content: '\ea78'; } /* '' */
.mob-icon-chart-bar-1:before { content: '\ea79'; } /* '' */
.mob-icon-chart-area-1:before { content: '\ea7a'; } /* '' */
.mob-icon-tape:before { content: '\ea7b'; } /* '' */
.mob-icon-graduation-cap-2:before { content: '\ea7c'; } /* '' */
.mob-icon-language-1:before { content: '\ea7d'; } /* '' */
.mob-icon-ticket-1:before { content: '\ea7e'; } /* '' */
.mob-icon-water:before { content: '\ea7f'; } /* '' */
.mob-icon-droplet:before { content: '\ea80'; } /* '' */
.mob-icon-air:before { content: '\ea81'; } /* '' */
.mob-icon-credit-card-2:before { content: '\ea82'; } /* '' */
.mob-icon-floppy-1:before { content: '\ea83'; } /* '' */
.mob-icon-clipboard-1:before { content: '\ea84'; } /* '' */
.mob-icon-megaphone-3:before { content: '\ea85'; } /* '' */
.mob-icon-database-2:before { content: '\ea86'; } /* '' */
.mob-icon-drive:before { content: '\ea87'; } /* '' */
.mob-icon-bucket:before { content: '\ea88'; } /* '' */
.mob-icon-thermometer-1:before { content: '\ea89'; } /* '' */
.mob-icon-key-3:before { content: '\ea8a'; } /* '' */
.mob-icon-flow-cascade:before { content: '\ea8b'; } /* '' */
.mob-icon-flow-branch:before { content: '\ea8c'; } /* '' */
.mob-icon-flow-tree:before { content: '\ea8d'; } /* '' */
.mob-icon-flow-line:before { content: '\ea8e'; } /* '' */
.mob-icon-flow-parallel:before { content: '\ea8f'; } /* '' */
.mob-icon-rocket-1:before { content: '\ea90'; } /* '' */
.mob-icon-gauge-2:before { content: '\ea91'; } /* '' */
.mob-icon-traffic-cone:before { content: '\ea92'; } /* '' */
.mob-icon-cc-2:before { content: '\ea93'; } /* '' */
.mob-icon-cc-by:before { content: '\ea94'; } /* '' */
.mob-icon-cc-nc:before { content: '\ea95'; } /* '' */
.mob-icon-cc-nc-eu:before { content: '\ea96'; } /* '' */
.mob-icon-cc-nc-jp:before { content: '\ea97'; } /* '' */
.mob-icon-cc-sa:before { content: '\ea98'; } /* '' */
.mob-icon-cc-nd:before { content: '\ea99'; } /* '' */
.mob-icon-cc-pd:before { content: '\ea9a'; } /* '' */
.mob-icon-cc-zero:before { content: '\ea9b'; } /* '' */
.mob-icon-cc-share:before { content: '\ea9c'; } /* '' */
.mob-icon-cc-remix:before { content: '\ea9d'; } /* '' */
.mob-icon-github-2:before { content: '\ea9e'; } /* '' */
.mob-icon-github-circled-1:before { content: '\ea9f'; } /* '' */
.mob-icon-flickr-2:before { content: '\eaa0'; } /* '' */
.mob-icon-flickr-circled:before { content: '\eaa1'; } /* '' */
.mob-icon-twitter-2:before { content: '\eaa2'; } /* '' */
.mob-icon-twitter-circled:before { content: '\eaa3'; } /* '' */
.mob-icon-facebook-2:before { content: '\eaa4'; } /* '' */
.mob-icon-facebook-circled:before { content: '\eaa5'; } /* '' */
.mob-icon-facebook-squared-1:before { content: '\eaa6'; } /* '' */
.mob-icon-gplus-circled:before { content: '\eaa7'; } /* '' */
.mob-icon-pinterest-2:before { content: '\eaa8'; } /* '' */
.mob-icon-pinterest-circled-1:before { content: '\eaa9'; } /* '' */
.mob-icon-music-outline:before { content: '\eaaa'; } /* '' */
.mob-icon-music-3:before { content: '\eaab'; } /* '' */
.mob-icon-search-outline:before { content: '\eaac'; } /* '' */
.mob-icon-search-4:before { content: '\eaad'; } /* '' */
.mob-icon-mail-4:before { content: '\eaae'; } /* '' */
.mob-icon-heart-4:before { content: '\eaaf'; } /* '' */
.mob-icon-heart-filled:before { content: '\eab0'; } /* '' */
.mob-icon-star-4:before { content: '\eab1'; } /* '' */
.mob-icon-star-filled:before { content: '\eab2'; } /* '' */
.mob-icon-user-outline:before { content: '\eab3'; } /* '' */
.mob-icon-user-4:before { content: '\eab4'; } /* '' */
.mob-icon-users-outline:before { content: '\eab5'; } /* '' */
.mob-icon-users-2:before { content: '\eab6'; } /* '' */
.mob-icon-user-add-outline:before { content: '\eab7'; } /* '' */
.mob-icon-user-add-1:before { content: '\eab8'; } /* '' */
.mob-icon-user-delete-outline:before { content: '\eab9'; } /* '' */
.mob-icon-user-delete:before { content: '\eaba'; } /* '' */
.mob-icon-video-3:before { content: '\eabb'; } /* '' */
.mob-icon-videocam-outline:before { content: '\eabc'; } /* '' */
.mob-icon-videocam-2:before { content: '\eabd'; } /* '' */
.mob-icon-picture-outline:before { content: '\eabe'; } /* '' */
.mob-icon-picture-3:before { content: '\eabf'; } /* '' */
.mob-icon-camera-outline:before { content: '\eac0'; } /* '' */
.mob-icon-camera-3:before { content: '\eac1'; } /* '' */
.mob-icon-th-outline:before { content: '\eac2'; } /* '' */
.mob-icon-th:before { content: '\eac3'; } /* '' */
.mob-icon-th-large-outline:before { content: '\eac4'; } /* '' */
.mob-icon-th-large:before { content: '\eac5'; } /* '' */
.mob-icon-th-list-outline:before { content: '\eac6'; } /* '' */
.mob-icon-th-list:before { content: '\eac7'; } /* '' */
.mob-icon-ok-outline:before { content: '\eac8'; } /* '' */
.mob-icon-ok-2:before { content: '\eac9'; } /* '' */
.mob-icon-minus-outline:before { content: '\eaca'; } /* '' */
.mob-icon-minus-2:before { content: '\eacb'; } /* '' */
.mob-icon-divide-outline:before { content: '\eacc'; } /* '' */
.mob-icon-divide:before { content: '\eacd'; } /* '' */
.mob-icon-eq-outline:before { content: '\eace'; } /* '' */
.mob-icon-eq:before { content: '\eacf'; } /* '' */
.mob-icon-info-outline:before { content: '\ead0'; } /* '' */
.mob-icon-info-2:before { content: '\ead1'; } /* '' */
.mob-icon-home-outline:before { content: '\ead2'; } /* '' */
.mob-icon-home-2:before { content: '\ead3'; } /* '' */
.mob-icon-link-outline:before { content: '\ead4'; } /* '' */
.mob-icon-link-3:before { content: '\ead5'; } /* '' */
.mob-icon-attach-outline:before { content: '\ead6'; } /* '' */
.mob-icon-attach-4:before { content: '\ead7'; } /* '' */
.mob-icon-lock-4:before { content: '\ead8'; } /* '' */
.mob-icon-lock-filled:before { content: '\ead9'; } /* '' */
.mob-icon-lock-open-3:before { content: '\eada'; } /* '' */
.mob-icon-lock-open-filled:before { content: '\eadb'; } /* '' */
.mob-icon-pin-outline:before { content: '\eadc'; } /* '' */
.mob-icon-pin-1:before { content: '\eadd'; } /* '' */
.mob-icon-eye-outline:before { content: '\eade'; } /* '' */
.mob-icon-eye-3:before { content: '\eadf'; } /* '' */
.mob-icon-tag-4:before { content: '\eae0'; } /* '' */
.mob-icon-tags-1:before { content: '\eae1'; } /* '' */
.mob-icon-bookmark-2:before { content: '\eae2'; } /* '' */
.mob-icon-flag-2:before { content: '\eae3'; } /* '' */
.mob-icon-flag-filled:before { content: '\eae4'; } /* '' */
.mob-icon-thumbs-up-3:before { content: '\eae5'; } /* '' */
.mob-icon-thumbs-down-2:before { content: '\eae6'; } /* '' */
.mob-icon-download-outline:before { content: '\eae7'; } /* '' */
.mob-icon-download-2:before { content: '\eae8'; } /* '' */
.mob-icon-upload-outline:before { content: '\eae9'; } /* '' */
.mob-icon-upload-2:before { content: '\eaea'; } /* '' */
.mob-icon-upload-cloud-outline:before { content: '\eaeb'; } /* '' */
.mob-icon-upload-cloud-2:before { content: '\eaec'; } /* '' */
.mob-icon-reply-outline:before { content: '\eaed'; } /* '' */
.mob-icon-reply-3:before { content: '\eaee'; } /* '' */
.mob-icon-forward-outline:before { content: '\eaef'; } /* '' */
.mob-icon-forward-4:before { content: '\eaf0'; } /* '' */
.mob-icon-code-outline:before { content: '\eaf1'; } /* '' */
.mob-icon-code-3:before { content: '\eaf2'; } /* '' */
.mob-icon-export-outline:before { content: '\eaf3'; } /* '' */
.mob-icon-export-2:before { content: '\eaf4'; } /* '' */
.mob-icon-pencil-3:before { content: '\eaf5'; } /* '' */
.mob-icon-pen:before { content: '\eaf6'; } /* '' */
.mob-icon-feather-1:before { content: '\eaf7'; } /* '' */
.mob-icon-edit-1:before { content: '\eaf8'; } /* '' */
.mob-icon-print-2:before { content: '\eaf9'; } /* '' */
.mob-icon-comment-4:before { content: '\eafa'; } /* '' */
.mob-icon-chat-3:before { content: '\eafb'; } /* '' */
.mob-icon-chat-alt:before { content: '\eafc'; } /* '' */
.mob-icon-bell-2:before { content: '\eafd'; } /* '' */
.mob-icon-attention-3:before { content: '\eafe'; } /* '' */
.mob-icon-attention-filled:before { content: '\eaff'; } /* '' */
.mob-icon-warning-empty:before { content: '\eb00'; } /* '' */
.mob-icon-warning:before { content: '\eb01'; } /* '' */
.mob-icon-contacts:before { content: '\eb02'; } /* '' */
.mob-icon-vcard-1:before { content: '\eb03'; } /* '' */
.mob-icon-address-1:before { content: '\eb04'; } /* '' */
.mob-icon-location-outline:before { content: '\eb05'; } /* '' */
.mob-icon-location-4:before { content: '\eb06'; } /* '' */
.mob-icon-map-2:before { content: '\eb07'; } /* '' */
.mob-icon-direction-outline:before { content: '\eb08'; } /* '' */
.mob-icon-direction-2:before { content: '\eb09'; } /* '' */
.mob-icon-compass-2:before { content: '\eb0a'; } /* '' */
.mob-icon-trash-3:before { content: '\eb0b'; } /* '' */
.mob-icon-doc-4:before { content: '\eb0c'; } /* '' */
.mob-icon-doc-text-2:before { content: '\eb0d'; } /* '' */
.mob-icon-doc-add:before { content: '\eb0e'; } /* '' */
.mob-icon-doc-remove:before { content: '\eb0f'; } /* '' */
.mob-icon-news:before { content: '\eb10'; } /* '' */
.mob-icon-folder-3:before { content: '\eb11'; } /* '' */
.mob-icon-folder-add:before { content: '\eb12'; } /* '' */
.mob-icon-folder-delete:before { content: '\eb13'; } /* '' */
.mob-icon-archive-2:before { content: '\eb14'; } /* '' */
.mob-icon-box-2:before { content: '\eb15'; } /* '' */
.mob-icon-rss-outline:before { content: '\eb16'; } /* '' */
.mob-icon-rss-3:before { content: '\eb17'; } /* '' */
.mob-icon-phone-outline:before { content: '\eb18'; } /* '' */
.mob-icon-phone-2:before { content: '\eb19'; } /* '' */
.mob-icon-wrench-outline:before { content: '\eb1a'; } /* '' */
.mob-icon-wrench-1:before { content: '\eb1b'; } /* '' */
.mob-icon-basket-2:before { content: '\eb1c'; } /* '' */
.mob-icon-calendar-outlilne:before { content: '\eb1d'; } /* '' */
.mob-icon-calendar-3:before { content: '\eb1e'; } /* '' */
.mob-icon-mic-outline:before { content: '\eb1f'; } /* '' */
.mob-icon-mic-2:before { content: '\eb20'; } /* '' */
.mob-icon-volume-off-1:before { content: '\eb21'; } /* '' */
.mob-icon-volume-low:before { content: '\eb22'; } /* '' */
.mob-icon-volume-middle:before { content: '\eb23'; } /* '' */
.mob-icon-volume-high:before { content: '\eb24'; } /* '' */
.mob-icon-headphones-1:before { content: '\eb25'; } /* '' */
.mob-icon-clock-4:before { content: '\eb26'; } /* '' */
.mob-icon-wristwatch:before { content: '\eb27'; } /* '' */
.mob-icon-stopwatch:before { content: '\eb28'; } /* '' */
.mob-icon-lightbulb-2:before { content: '\eb29'; } /* '' */
.mob-icon-block-outline:before { content: '\eb2a'; } /* '' */
.mob-icon-block-3:before { content: '\eb2b'; } /* '' */
.mob-icon-resize-full-outline:before { content: '\eb2c'; } /* '' */
.mob-icon-resize-full-3:before { content: '\eb2d'; } /* '' */
.mob-icon-resize-normal-outline:before { content: '\eb2e'; } /* '' */
.mob-icon-resize-normal:before { content: '\eb2f'; } /* '' */
.mob-icon-move-outline:before { content: '\eb30'; } /* '' */
.mob-icon-move-1:before { content: '\eb31'; } /* '' */
.mob-icon-popup-2:before { content: '\eb32'; } /* '' */
.mob-icon-zoom-in-outline:before { content: '\eb33'; } /* '' */
.mob-icon-zoom-in-1:before { content: '\eb34'; } /* '' */
.mob-icon-zoom-out-outline:before { content: '\eb35'; } /* '' */
.mob-icon-zoom-out-1:before { content: '\eb36'; } /* '' */
.mob-icon-popup-3:before { content: '\eb37'; } /* '' */
.mob-icon-left-open-outline:before { content: '\eb38'; } /* '' */
.mob-icon-left-open-3:before { content: '\eb39'; } /* '' */
.mob-icon-right-open-outline:before { content: '\eb3a'; } /* '' */
.mob-icon-right-open-3:before { content: '\eb3b'; } /* '' */
.mob-icon-down-2:before { content: '\eb3c'; } /* '' */
.mob-icon-left-2:before { content: '\eb3d'; } /* '' */
.mob-icon-right-2:before { content: '\eb3e'; } /* '' */
.mob-icon-up-2:before { content: '\eb3f'; } /* '' */
.mob-icon-down-outline:before { content: '\eb40'; } /* '' */
.mob-icon-left-outline:before { content: '\eb41'; } /* '' */
.mob-icon-right-outline:before { content: '\eb42'; } /* '' */
.mob-icon-up-outline:before { content: '\eb43'; } /* '' */
.mob-icon-down-small:before { content: '\eb44'; } /* '' */
.mob-icon-left-small:before { content: '\eb45'; } /* '' */
.mob-icon-right-small:before { content: '\eb46'; } /* '' */
.mob-icon-up-small:before { content: '\eb47'; } /* '' */
.mob-icon-cw-outline:before { content: '\eb48'; } /* '' */
.mob-icon-cw-3:before { content: '\eb49'; } /* '' */
.mob-icon-arrows-cw-outline:before { content: '\eb4a'; } /* '' */
.mob-icon-arrows-cw-3:before { content: '\eb4b'; } /* '' */
.mob-icon-loop-outline:before { content: '\eb4c'; } /* '' */
.mob-icon-loop-1:before { content: '\eb4d'; } /* '' */
.mob-icon-loop-alt-outline:before { content: '\eb4e'; } /* '' */
.mob-icon-loop-alt:before { content: '\eb4f'; } /* '' */
.mob-icon-shuffle-3:before { content: '\eb50'; } /* '' */
.mob-icon-play-outline:before { content: '\eb51'; } /* '' */
.mob-icon-play-3:before { content: '\eb52'; } /* '' */
.mob-icon-stop-outline:before { content: '\eb53'; } /* '' */
.mob-icon-stop-3:before { content: '\eb54'; } /* '' */
.mob-icon-pause-outline:before { content: '\eb55'; } /* '' */
.mob-icon-pause-3:before { content: '\eb56'; } /* '' */
.mob-icon-fast-fw-outline:before { content: '\eb57'; } /* '' */
.mob-icon-fast-fw-1:before { content: '\eb58'; } /* '' */
.mob-icon-rewind-outline:before { content: '\eb59'; } /* '' */
.mob-icon-rewind:before { content: '\eb5a'; } /* '' */
.mob-icon-record-outline:before { content: '\eb5b'; } /* '' */
.mob-icon-record-2:before { content: '\eb5c'; } /* '' */
.mob-icon-eject-outline:before { content: '\eb5d'; } /* '' */
.mob-icon-eject-2:before { content: '\eb5e'; } /* '' */
.mob-icon-eject-alt-outline:before { content: '\eb5f'; } /* '' */
.mob-icon-eject-alt:before { content: '\eb60'; } /* '' */
.mob-icon-bat1:before { content: '\eb61'; } /* '' */
.mob-icon-bat2:before { content: '\eb62'; } /* '' */
.mob-icon-bat3:before { content: '\eb63'; } /* '' */
.mob-icon-bat4:before { content: '\eb64'; } /* '' */
.mob-icon-bat-charge:before { content: '\eb65'; } /* '' */
.mob-icon-plug-1:before { content: '\eb66'; } /* '' */
.mob-icon-target-outline:before { content: '\eb67'; } /* '' */
.mob-icon-target-4:before { content: '\eb68'; } /* '' */
.mob-icon-wifi-outline:before { content: '\eb69'; } /* '' */
.mob-icon-wifi-1:before { content: '\eb6a'; } /* '' */
.mob-icon-desktop-3:before { content: '\eb6b'; } /* '' */
.mob-icon-laptop-2:before { content: '\eb6c'; } /* '' */
.mob-icon-tablet-1:before { content: '\eb6d'; } /* '' */
.mob-icon-mobile-3:before { content: '\eb6e'; } /* '' */
.mob-icon-contrast:before { content: '\eb6f'; } /* '' */
.mob-icon-globe-outline:before { content: '\eb70'; } /* '' */
.mob-icon-globe-4:before { content: '\eb71'; } /* '' */
.mob-icon-globe-alt-outline:before { content: '\eb72'; } /* '' */
.mob-icon-globe-alt-1:before { content: '\eb73'; } /* '' */
.mob-icon-sun-1:before { content: '\eb74'; } /* '' */
.mob-icon-sun-filled:before { content: '\eb75'; } /* '' */
.mob-icon-cloud-5:before { content: '\eb76'; } /* '' */
.mob-icon-flash-outline:before { content: '\eb77'; } /* '' */
.mob-icon-flash-2:before { content: '\eb78'; } /* '' */
.mob-icon-moon-2:before { content: '\eb79'; } /* '' */
.mob-icon-waves-outline:before { content: '\eb7a'; } /* '' */
.mob-icon-waves:before { content: '\eb7b'; } /* '' */
.mob-icon-rain:before { content: '\eb7c'; } /* '' */
.mob-icon-cloud-sun:before { content: '\eb7d'; } /* '' */
.mob-icon-drizzle:before { content: '\eb7e'; } /* '' */
.mob-icon-snow:before { content: '\eb7f'; } /* '' */
.mob-icon-cloud-flash:before { content: '\eb80'; } /* '' */
.mob-icon-cloud-wind:before { content: '\eb81'; } /* '' */
.mob-icon-wind:before { content: '\eb82'; } /* '' */
.mob-icon-plane-outline:before { content: '\eb83'; } /* '' */
.mob-icon-plane:before { content: '\eb84'; } /* '' */
.mob-icon-leaf-3:before { content: '\eb85'; } /* '' */
.mob-icon-lifebuoy-2:before { content: '\eb86'; } /* '' */
.mob-icon-briefcase-3:before { content: '\eb87'; } /* '' */
.mob-icon-brush-2:before { content: '\eb88'; } /* '' */
.mob-icon-pipette:before { content: '\eb89'; } /* '' */
.mob-icon-power-outline:before { content: '\eb8a'; } /* '' */
.mob-icon-power:before { content: '\eb8b'; } /* '' */
.mob-icon-check-outline:before { content: '\eb8c'; } /* '' */
.mob-icon-check-3:before { content: '\eb8d'; } /* '' */
.mob-icon-gift-2:before { content: '\eb8e'; } /* '' */
.mob-icon-temperatire:before { content: '\eb8f'; } /* '' */
.mob-icon-chart-outline:before { content: '\eb90'; } /* '' */
.mob-icon-chart-1:before { content: '\eb91'; } /* '' */
.mob-icon-chart-alt-outline:before { content: '\eb92'; } /* '' */
.mob-icon-chart-alt:before { content: '\eb93'; } /* '' */
.mob-icon-chart-bar-outline:before { content: '\eb94'; } /* '' */
.mob-icon-chart-bar-2:before { content: '\eb95'; } /* '' */
.mob-icon-chart-pie-outline:before { content: '\eb96'; } /* '' */
.mob-icon-chart-pie-2:before { content: '\eb97'; } /* '' */
.mob-icon-ticket-2:before { content: '\eb98'; } /* '' */
.mob-icon-credit-card-3:before { content: '\eb99'; } /* '' */
.mob-icon-clipboard-2:before { content: '\eb9a'; } /* '' */
.mob-icon-database-3:before { content: '\eb9b'; } /* '' */
.mob-icon-key-outline:before { content: '\eb9c'; } /* '' */
.mob-icon-key-4:before { content: '\eb9d'; } /* '' */
.mob-icon-flow-split:before { content: '\eb9e'; } /* '' */
.mob-icon-flow-merge:before { content: '\eb9f'; } /* '' */
.mob-icon-flow-parallel-1:before { content: '\eba0'; } /* '' */
.mob-icon-flow-cross:before { content: '\eba1'; } /* '' */
.mob-icon-certificate-outline:before { content: '\eba2'; } /* '' */
.mob-icon-certificate-2:before { content: '\eba3'; } /* '' */
.mob-icon-scissors-outline:before { content: '\eba4'; } /* '' */
.mob-icon-scissors-1:before { content: '\eba5'; } /* '' */
.mob-icon-flask:before { content: '\eba6'; } /* '' */
.mob-icon-wine:before { content: '\eba7'; } /* '' */
.mob-icon-coffee-1:before { content: '\eba8'; } /* '' */
.mob-icon-beer-1:before { content: '\eba9'; } /* '' */
.mob-icon-anchor-outline:before { content: '\ebaa'; } /* '' */
.mob-icon-anchor-1:before { content: '\ebab'; } /* '' */
.mob-icon-puzzle-outline:before { content: '\ebac'; } /* '' */
.mob-icon-puzzle-1:before { content: '\ebad'; } /* '' */
.mob-icon-tree-1:before { content: '\ebae'; } /* '' */
.mob-icon-calculator:before { content: '\ebaf'; } /* '' */
.mob-icon-infinity-outline:before { content: '\ebb0'; } /* '' */
.mob-icon-infinity-1:before { content: '\ebb1'; } /* '' */
.mob-icon-pi-outline:before { content: '\ebb2'; } /* '' */
.mob-icon-pi:before { content: '\ebb3'; } /* '' */
.mob-icon-at-1:before { content: '\ebb4'; } /* '' */
.mob-icon-at-circled:before { content: '\ebb5'; } /* '' */
.mob-icon-looped-square-outline:before { content: '\ebb6'; } /* '' */
.mob-icon-looped-square-interest:before { content: '\ebb7'; } /* '' */
.mob-icon-sort-alphabet-outline:before { content: '\ebb8'; } /* '' */
.mob-icon-sort-alphabet:before { content: '\ebb9'; } /* '' */
.mob-icon-sort-numeric-outline:before { content: '\ebba'; } /* '' */
.mob-icon-sort-numeric:before { content: '\ebbb'; } /* '' */
.mob-icon-dribbble-circled-1:before { content: '\ebbc'; } /* '' */
.mob-icon-dribbble-3:before { content: '\ebbd'; } /* '' */
.mob-icon-facebook-circled-1:before { content: '\ebbe'; } /* '' */
.mob-icon-facebook-3:before { content: '\ebbf'; } /* '' */
.mob-icon-flickr-circled-1:before { content: '\ebc0'; } /* '' */
.mob-icon-flickr-3:before { content: '\ebc1'; } /* '' */
.mob-icon-github-circled-2:before { content: '\ebc2'; } /* '' */
.mob-icon-github-3:before { content: '\ebc3'; } /* '' */
.mob-icon-lastfm-circled-1:before { content: '\ebc4'; } /* '' */
.mob-icon-lastfm-2:before { content: '\ebc5'; } /* '' */
.mob-icon-linkedin-circled-1:before { content: '\ebc6'; } /* '' */
.mob-icon-linkedin-3:before { content: '\ebc7'; } /* '' */
.mob-icon-pinterest-circled-2:before { content: '\ebc8'; } /* '' */
.mob-icon-pinterest-3:before { content: '\ebc9'; } /* '' */
.mob-icon-skype-outline:before { content: '\ebca'; } /* '' */
.mob-icon-skype-4:before { content: '\ebcb'; } /* '' */
.mob-icon-tumbler-circled:before { content: '\ebcc'; } /* '' */
.mob-icon-tumbler:before { content: '\ebcd'; } /* '' */
.mob-icon-twitter-circled-1:before { content: '\ebce'; } /* '' */
.mob-icon-twitter-3:before { content: '\ebcf'; } /* '' */
.mob-icon-vimeo-circled-1:before { content: '\ebd0'; } /* '' */
.mob-icon-vimeo-3:before { content: '\ebd1'; } /* '' */
.mob-icon-search-5:before { content: '\ebd2'; } /* '' */
.mob-icon-mail-5:before { content: '\ebd3'; } /* '' */
.mob-icon-heart-5:before { content: '\ebd4'; } /* '' */
.mob-icon-heart-empty-3:before { content: '\ebd5'; } /* '' */
.mob-icon-star-5:before { content: '\ebd6'; } /* '' */
.mob-icon-user-5:before { content: '\ebd7'; } /* '' */
.mob-icon-video-4:before { content: '\ebd8'; } /* '' */
.mob-icon-picture-4:before { content: '\ebd9'; } /* '' */
.mob-icon-camera-4:before { content: '\ebda'; } /* '' */
.mob-icon-ok-3:before { content: '\ebdb'; } /* '' */
.mob-icon-ok-circle-1:before { content: '\ebdc'; } /* '' */
.mob-icon-minus-3:before { content: '\ebdd'; } /* '' */
.mob-icon-minus-circle-1:before { content: '\ebde'; } /* '' */
.mob-icon-help-2:before { content: '\ebdf'; } /* '' */
.mob-icon-info-3:before { content: '\ebe0'; } /* '' */
.mob-icon-home-3:before { content: '\ebe1'; } /* '' */
.mob-icon-link-4:before { content: '\ebe2'; } /* '' */
.mob-icon-attach-5:before { content: '\ebe3'; } /* '' */
.mob-icon-lock-5:before { content: '\ebe4'; } /* '' */
.mob-icon-lock-empty:before { content: '\ebe5'; } /* '' */
.mob-icon-lock-open-4:before { content: '\ebe6'; } /* '' */
.mob-icon-lock-open-empty:before { content: '\ebe7'; } /* '' */
.mob-icon-pin-2:before { content: '\ebe8'; } /* '' */
.mob-icon-eye-4:before { content: '\ebe9'; } /* '' */
.mob-icon-tag-5:before { content: '\ebea'; } /* '' */
.mob-icon-tag-empty:before { content: '\ebeb'; } /* '' */
.mob-icon-download-3:before { content: '\ebec'; } /* '' */
.mob-icon-upload-3:before { content: '\ebed'; } /* '' */
.mob-icon-download-cloud-1:before { content: '\ebee'; } /* '' */
.mob-icon-upload-cloud-3:before { content: '\ebef'; } /* '' */
.mob-icon-quote-left-1:before { content: '\ebf0'; } /* '' */
.mob-icon-quote-right-1:before { content: '\ebf1'; } /* '' */
.mob-icon-quote-left-alt:before { content: '\ebf2'; } /* '' */
.mob-icon-quote-right-alt:before { content: '\ebf3'; } /* '' */
.mob-icon-pencil-4:before { content: '\ebf4'; } /* '' */
.mob-icon-pencil-neg:before { content: '\ebf5'; } /* '' */
.mob-icon-pencil-alt:before { content: '\ebf6'; } /* '' */
.mob-icon-undo:before { content: '\ebf7'; } /* '' */
.mob-icon-comment-5:before { content: '\ebf8'; } /* '' */
.mob-icon-comment-inv:before { content: '\ebf9'; } /* '' */
.mob-icon-comment-alt-1:before { content: '\ebfa'; } /* '' */
.mob-icon-comment-inv-alt:before { content: '\ebfb'; } /* '' */
.mob-icon-comment-alt2:before { content: '\ebfc'; } /* '' */
.mob-icon-comment-inv-alt2:before { content: '\ebfd'; } /* '' */
.mob-icon-chat-4:before { content: '\ebfe'; } /* '' */
.mob-icon-chat-inv:before { content: '\ebff'; } /* '' */
.mob-icon-location-5:before { content: '\ec00'; } /* '' */
.mob-icon-location-inv:before { content: '\ec01'; } /* '' */
.mob-icon-location-alt:before { content: '\ec02'; } /* '' */
.mob-icon-compass-3:before { content: '\ec03'; } /* '' */
.mob-icon-trash-4:before { content: '\ec04'; } /* '' */
.mob-icon-trash-empty-1:before { content: '\ec05'; } /* '' */
.mob-icon-doc-5:before { content: '\ec06'; } /* '' */
.mob-icon-doc-inv-1:before { content: '\ec07'; } /* '' */
.mob-icon-doc-alt:before { content: '\ec08'; } /* '' */
.mob-icon-doc-inv-alt:before { content: '\ec09'; } /* '' */
.mob-icon-article:before { content: '\ec0a'; } /* '' */
.mob-icon-article-alt:before { content: '\ec0b'; } /* '' */
.mob-icon-book-open-1:before { content: '\ec0c'; } /* '' */
.mob-icon-folder-4:before { content: '\ec0d'; } /* '' */
.mob-icon-folder-empty-1:before { content: '\ec0e'; } /* '' */
.mob-icon-box-3:before { content: '\ec0f'; } /* '' */
.mob-icon-rss-4:before { content: '\ec10'; } /* '' */
.mob-icon-rss-alt-1:before { content: '\ec11'; } /* '' */
.mob-icon-cog-5:before { content: '\ec12'; } /* '' */
.mob-icon-wrench-2:before { content: '\ec13'; } /* '' */
.mob-icon-share-2:before { content: '\ec14'; } /* '' */
.mob-icon-calendar-4:before { content: '\ec15'; } /* '' */
.mob-icon-calendar-inv:before { content: '\ec16'; } /* '' */
.mob-icon-calendar-alt:before { content: '\ec17'; } /* '' */
.mob-icon-mic-3:before { content: '\ec18'; } /* '' */
.mob-icon-volume-off-2:before { content: '\ec19'; } /* '' */
.mob-icon-volume-up-1:before { content: '\ec1a'; } /* '' */
.mob-icon-headphones-2:before { content: '\ec1b'; } /* '' */
.mob-icon-clock-5:before { content: '\ec1c'; } /* '' */
.mob-icon-lamp-1:before { content: '\ec1d'; } /* '' */
.mob-icon-block-4:before { content: '\ec1e'; } /* '' */
.mob-icon-resize-full-4:before { content: '\ec1f'; } /* '' */
.mob-icon-resize-full-alt-1:before { content: '\ec20'; } /* '' */
.mob-icon-resize-small-2:before { content: '\ec21'; } /* '' */
.mob-icon-resize-small-alt:before { content: '\ec22'; } /* '' */
.mob-icon-resize-vertical-1:before { content: '\ec23'; } /* '' */
.mob-icon-resize-horizontal-1:before { content: '\ec24'; } /* '' */
.mob-icon-move-2:before { content: '\ec25'; } /* '' */
.mob-icon-popup-4:before { content: '\ec26'; } /* '' */
.mob-icon-down-3:before { content: '\ec27'; } /* '' */
.mob-icon-left-3:before { content: '\ec28'; } /* '' */
.mob-icon-right-3:before { content: '\ec29'; } /* '' */
.mob-icon-up-3:before { content: '\ec2a'; } /* '' */
.mob-icon-down-circle-1:before { content: '\ec2b'; } /* '' */
.mob-icon-left-circle-1:before { content: '\ec2c'; } /* '' */
.mob-icon-right-circle-1:before { content: '\ec2d'; } /* '' */
.mob-icon-up-circle-1:before { content: '\ec2e'; } /* '' */
.mob-icon-cw-4:before { content: '\ec2f'; } /* '' */
.mob-icon-loop-2:before { content: '\ec30'; } /* '' */
.mob-icon-loop-alt-1:before { content: '\ec31'; } /* '' */
.mob-icon-exchange-1:before { content: '\ec32'; } /* '' */
.mob-icon-split:before { content: '\ec33'; } /* '' */
.mob-icon-arrow-curved:before { content: '\ec34'; } /* '' */
.mob-icon-play-4:before { content: '\ec35'; } /* '' */
.mob-icon-play-circle2:before { content: '\ec36'; } /* '' */
.mob-icon-stop-4:before { content: '\ec37'; } /* '' */
.mob-icon-pause-4:before { content: '\ec38'; } /* '' */
.mob-icon-to-start-2:before { content: '\ec39'; } /* '' */
.mob-icon-to-end-2:before { content: '\ec3a'; } /* '' */
.mob-icon-eject-3:before { content: '\ec3b'; } /* '' */
.mob-icon-target-5:before { content: '\ec3c'; } /* '' */
.mob-icon-signal-4:before { content: '\ec3d'; } /* '' */
.mob-icon-award-1:before { content: '\ec3e'; } /* '' */
.mob-icon-award-empty:before { content: '\ec3f'; } /* '' */
.mob-icon-list-4:before { content: '\ec40'; } /* '' */
.mob-icon-list-nested:before { content: '\ec41'; } /* '' */
.mob-icon-bat-empty:before { content: '\ec42'; } /* '' */
.mob-icon-bat-half:before { content: '\ec43'; } /* '' */
.mob-icon-bat-full:before { content: '\ec44'; } /* '' */
.mob-icon-bat-charge-1:before { content: '\ec45'; } /* '' */
.mob-icon-mobile-4:before { content: '\ec46'; } /* '' */
.mob-icon-cd-2:before { content: '\ec47'; } /* '' */
.mob-icon-equalizer:before { content: '\ec48'; } /* '' */
.mob-icon-cursor:before { content: '\ec49'; } /* '' */
.mob-icon-aperture:before { content: '\ec4a'; } /* '' */
.mob-icon-aperture-alt:before { content: '\ec4b'; } /* '' */
.mob-icon-steering-wheel:before { content: '\ec4c'; } /* '' */
.mob-icon-book-3:before { content: '\ec4d'; } /* '' */
.mob-icon-book-alt:before { content: '\ec4e'; } /* '' */
.mob-icon-brush-3:before { content: '\ec4f'; } /* '' */
.mob-icon-brush-alt:before { content: '\ec50'; } /* '' */
.mob-icon-eyedropper-1:before { content: '\ec51'; } /* '' */
.mob-icon-layers:before { content: '\ec52'; } /* '' */
.mob-icon-layers-alt:before { content: '\ec53'; } /* '' */
.mob-icon-sun-2:before { content: '\ec54'; } /* '' */
.mob-icon-sun-inv:before { content: '\ec55'; } /* '' */
.mob-icon-cloud-6:before { content: '\ec56'; } /* '' */
.mob-icon-rain-1:before { content: '\ec57'; } /* '' */
.mob-icon-flash-3:before { content: '\ec58'; } /* '' */
.mob-icon-moon-3:before { content: '\ec59'; } /* '' */
.mob-icon-moon-inv:before { content: '\ec5a'; } /* '' */
.mob-icon-umbrella-1:before { content: '\ec5b'; } /* '' */
.mob-icon-chart-bar-3:before { content: '\ec5c'; } /* '' */
.mob-icon-chart-pie-3:before { content: '\ec5d'; } /* '' */
.mob-icon-chart-pie-alt:before { content: '\ec5e'; } /* '' */
.mob-icon-key-5:before { content: '\ec5f'; } /* '' */
.mob-icon-key-inv:before { content: '\ec60'; } /* '' */
.mob-icon-hash:before { content: '\ec61'; } /* '' */
.mob-icon-at-2:before { content: '\ec62'; } /* '' */
.mob-icon-pilcrow:before { content: '\ec63'; } /* '' */
.mob-icon-dial:before { content: '\ec64'; } /* '' */
.mob-icon-search-6:before { content: '\ec65'; } /* '' */
.mob-icon-mail-6:before { content: '\ec66'; } /* '' */
.mob-icon-heart-6:before { content: '\ec67'; } /* '' */
.mob-icon-star-6:before { content: '\ec68'; } /* '' */
.mob-icon-user-6:before { content: '\ec69'; } /* '' */
.mob-icon-user-woman:before { content: '\ec6a'; } /* '' */
.mob-icon-user-pair:before { content: '\ec6b'; } /* '' */
.mob-icon-video-alt:before { content: '\ec6c'; } /* '' */
.mob-icon-videocam-3:before { content: '\ec6d'; } /* '' */
.mob-icon-videocam-alt:before { content: '\ec6e'; } /* '' */
.mob-icon-camera-5:before { content: '\ec6f'; } /* '' */
.mob-icon-th-3:before { content: '\ec70'; } /* '' */
.mob-icon-th-list-3:before { content: '\ec71'; } /* '' */
.mob-icon-ok-4:before { content: '\ec72'; } /* '' */
.mob-icon-cancel:before { content: '\ec73'; } /* '' */
.mob-icon-cancel-circle:before { content: '\ec74'; } /* '' */
.mob-icon-plus-4:before { content: '\ec75'; } /* '' */
.mob-icon-home-4:before { content: '\ec76'; } /* '' */
.mob-icon-lock-6:before { content: '\ec77'; } /* '' */
.mob-icon-lock-open-5:before { content: '\ec78'; } /* '' */
.mob-icon-eye-5:before { content: '\ec79'; } /* '' */
.mob-icon-tag-6:before { content: '\ec7a'; } /* '' */
.mob-icon-thumbs-up-4:before { content: '\ec7b'; } /* '' */
.mob-icon-thumbs-down-3:before { content: '\ec7c'; } /* '' */
.mob-icon-download-4:before { content: '\ec7d'; } /* '' */
.mob-icon-export-3:before { content: '\ec7e'; } /* '' */
.mob-icon-pencil-5:before { content: '\ec7f'; } /* '' */
.mob-icon-pencil-alt-1:before { content: '\ec80'; } /* '' */
.mob-icon-edit-2:before { content: '\ec81'; } /* '' */
.mob-icon-chat-5:before { content: '\ec82'; } /* '' */
.mob-icon-print-3:before { content: '\ec83'; } /* '' */
.mob-icon-bell-3:before { content: '\ec84'; } /* '' */
.mob-icon-attention-4:before { content: '\ec85'; } /* '' */
.mob-icon-info-4:before { content: '\ec86'; } /* '' */
.mob-icon-question:before { content: '\ec87'; } /* '' */
.mob-icon-location-6:before { content: '\ec88'; } /* '' */
.mob-icon-trash-5:before { content: '\ec89'; } /* '' */
.mob-icon-doc-6:before { content: '\ec8a'; } /* '' */
.mob-icon-article-1:before { content: '\ec8b'; } /* '' */
.mob-icon-article-alt-1:before { content: '\ec8c'; } /* '' */
.mob-icon-rss-5:before { content: '\ec8d'; } /* '' */
.mob-icon-wrench-3:before { content: '\ec8e'; } /* '' */
.mob-icon-basket-3:before { content: '\ec8f'; } /* '' */
.mob-icon-basket-alt:before { content: '\ec90'; } /* '' */
.mob-icon-calendar-5:before { content: '\ec91'; } /* '' */
.mob-icon-calendar-alt-1:before { content: '\ec92'; } /* '' */
.mob-icon-volume-off-3:before { content: '\ec93'; } /* '' */
.mob-icon-volume-down-1:before { content: '\ec94'; } /* '' */
.mob-icon-volume-up-2:before { content: '\ec95'; } /* '' */
.mob-icon-bullhorn:before { content: '\ec96'; } /* '' */
.mob-icon-clock-6:before { content: '\ec97'; } /* '' */
.mob-icon-clock-alt:before { content: '\ec98'; } /* '' */
.mob-icon-stop-5:before { content: '\ec99'; } /* '' */
.mob-icon-resize-full-5:before { content: '\ec9a'; } /* '' */
.mob-icon-resize-small-3:before { content: '\ec9b'; } /* '' */
.mob-icon-zoom-in-2:before { content: '\ec9c'; } /* '' */
.mob-icon-zoom-out-2:before { content: '\ec9d'; } /* '' */
.mob-icon-popup-5:before { content: '\ec9e'; } /* '' */
.mob-icon-down-dir-3:before { content: '\ec9f'; } /* '' */
.mob-icon-left-dir-2:before { content: '\eca0'; } /* '' */
.mob-icon-right-dir-3:before { content: '\eca1'; } /* '' */
.mob-icon-up-dir-2:before { content: '\eca2'; } /* '' */
.mob-icon-down-4:before { content: '\eca3'; } /* '' */
.mob-icon-up-4:before { content: '\eca4'; } /* '' */
.mob-icon-cw-5:before { content: '\eca5'; } /* '' */
.mob-icon-signal-5:before { content: '\eca6'; } /* '' */
.mob-icon-award-2:before { content: '\eca7'; } /* '' */
.mob-icon-mobile-5:before { content: '\eca8'; } /* '' */
.mob-icon-mobile-alt:before { content: '\eca9'; } /* '' */
.mob-icon-tablet-2:before { content: '\ecaa'; } /* '' */
.mob-icon-ipod:before { content: '\ecab'; } /* '' */
.mob-icon-cd-3:before { content: '\ecac'; } /* '' */
.mob-icon-grid:before { content: '\ecad'; } /* '' */
.mob-icon-book-4:before { content: '\ecae'; } /* '' */
.mob-icon-easel:before { content: '\ecaf'; } /* '' */
.mob-icon-globe-5:before { content: '\ecb0'; } /* '' */
.mob-icon-chart-2:before { content: '\ecb1'; } /* '' */
.mob-icon-chart-bar-4:before { content: '\ecb2'; } /* '' */
.mob-icon-chart-pie-4:before { content: '\ecb3'; } /* '' */
.mob-icon-dollar-1:before { content: '\ecb4'; } /* '' */
.mob-icon-at-3:before { content: '\ecb5'; } /* '' */
.mob-icon-colon:before { content: '\ecb6'; } /* '' */
.mob-icon-semicolon:before { content: '\ecb7'; } /* '' */
.mob-icon-squares:before { content: '\ecb8'; } /* '' */
.mob-icon-money-2:before { content: '\ecb9'; } /* '' */
.mob-icon-facebook-4:before { content: '\ecba'; } /* '' */
.mob-icon-facebook-rect-1:before { content: '\ecbb'; } /* '' */
.mob-icon-twitter-bird-1:before { content: '\ecbc'; } /* '' */
.mob-icon-youtube-3:before { content: '\ecbd'; } /* '' */
.mob-icon-windy-rain-inv:before { content: '\ecbe'; } /* '' */
.mob-icon-snow-inv:before { content: '\ecbf'; } /* '' */
.mob-icon-snow-heavy-inv:before { content: '\ecc0'; } /* '' */
.mob-icon-hail-inv:before { content: '\ecc1'; } /* '' */
.mob-icon-clouds-inv:before { content: '\ecc2'; } /* '' */
.mob-icon-clouds-flash-inv:before { content: '\ecc3'; } /* '' */
.mob-icon-temperature:before { content: '\ecc4'; } /* '' */
.mob-icon-compass-4:before { content: '\ecc5'; } /* '' */
.mob-icon-na:before { content: '\ecc6'; } /* '' */
.mob-icon-celcius:before { content: '\ecc7'; } /* '' */
.mob-icon-fahrenheit:before { content: '\ecc8'; } /* '' */
.mob-icon-clouds-flash-alt:before { content: '\ecc9'; } /* '' */
.mob-icon-sun-inv-1:before { content: '\ecca'; } /* '' */
.mob-icon-moon-inv-1:before { content: '\eccb'; } /* '' */
.mob-icon-cloud-sun-inv:before { content: '\eccc'; } /* '' */
.mob-icon-cloud-moon-inv:before { content: '\eccd'; } /* '' */
.mob-icon-cloud-inv:before { content: '\ecce'; } /* '' */
.mob-icon-cloud-flash-inv:before { content: '\eccf'; } /* '' */
.mob-icon-drizzle-inv:before { content: '\ecd0'; } /* '' */
.mob-icon-rain-inv:before { content: '\ecd1'; } /* '' */
.mob-icon-windy-inv:before { content: '\ecd2'; } /* '' */
.mob-icon-sunrise:before { content: '\ecd3'; } /* '' */
.mob-icon-sun-3:before { content: '\ecd4'; } /* '' */
.mob-icon-moon-4:before { content: '\ecd5'; } /* '' */
.mob-icon-eclipse:before { content: '\ecd6'; } /* '' */
.mob-icon-mist:before { content: '\ecd7'; } /* '' */
.mob-icon-wind-1:before { content: '\ecd8'; } /* '' */
.mob-icon-snowflake:before { content: '\ecd9'; } /* '' */
.mob-icon-cloud-sun-1:before { content: '\ecda'; } /* '' */
.mob-icon-cloud-moon:before { content: '\ecdb'; } /* '' */
.mob-icon-fog-sun:before { content: '\ecdc'; } /* '' */
.mob-icon-fog-moon:before { content: '\ecdd'; } /* '' */
.mob-icon-fog-cloud:before { content: '\ecde'; } /* '' */
.mob-icon-fog:before { content: '\ecdf'; } /* '' */
.mob-icon-cloud-7:before { content: '\ece0'; } /* '' */
.mob-icon-cloud-flash-1:before { content: '\ece1'; } /* '' */
.mob-icon-cloud-flash-alt:before { content: '\ece2'; } /* '' */
.mob-icon-drizzle-1:before { content: '\ece3'; } /* '' */
.mob-icon-rain-2:before { content: '\ece4'; } /* '' */
.mob-icon-windy:before { content: '\ece5'; } /* '' */
.mob-icon-windy-rain:before { content: '\ece6'; } /* '' */
.mob-icon-snow-1:before { content: '\ece7'; } /* '' */
.mob-icon-snow-alt:before { content: '\ece8'; } /* '' */
.mob-icon-snow-heavy:before { content: '\ece9'; } /* '' */
.mob-icon-hail:before { content: '\ecea'; } /* '' */
.mob-icon-clouds:before { content: '\eceb'; } /* '' */
.mob-icon-clouds-flash:before { content: '\ecec'; } /* '' */
.mob-icon-mail-7:before { content: '\eced'; } /* '' */
.mob-icon-heart-7:before { content: '\ecee'; } /* '' */
.mob-icon-star-7:before { content: '\ecef'; } /* '' */
.mob-icon-star-empty-2:before { content: '\ecf0'; } /* '' */
.mob-icon-ok-5:before { content: '\ecf1'; } /* '' */
.mob-icon-cancel-1:before { content: '\ecf2'; } /* '' */
.mob-icon-plus-5:before { content: '\ecf3'; } /* '' */
.mob-icon-help-circled-2:before { content: '\ecf4'; } /* '' */
.mob-icon-help-circled-alt:before { content: '\ecf5'; } /* '' */
.mob-icon-home-5:before { content: '\ecf6'; } /* '' */
.mob-icon-pencil-6:before { content: '\ecf7'; } /* '' */
.mob-icon-attention-5:before { content: '\ecf8'; } /* '' */
.mob-icon-attention-alt-1:before { content: '\ecf9'; } /* '' */
.mob-icon-cog-6:before { content: '\ecfa'; } /* '' */
.mob-icon-mic-off:before { content: '\ecfb'; } /* '' */
.mob-icon-clock-7:before { content: '\ecfc'; } /* '' */
.mob-icon-stopwatch-1:before { content: '\ecfd'; } /* '' */
.mob-icon-hourglass-5:before { content: '\ecfe'; } /* '' */
.mob-icon-down-5:before { content: '\ecff'; } /* '' */
.mob-icon-left-4:before { content: '\ed00'; } /* '' */
.mob-icon-right-4:before { content: '\ed01'; } /* '' */
.mob-icon-up-5:before { content: '\ed02'; } /* '' */
.mob-icon-down-bold-1:before { content: '\ed03'; } /* '' */
.mob-icon-left-bold-1:before { content: '\ed04'; } /* '' */
.mob-icon-right-bold-1:before { content: '\ed05'; } /* '' */
.mob-icon-up-bold-1:before { content: '\ed06'; } /* '' */
.mob-icon-down-fat:before { content: '\ed07'; } /* '' */
.mob-icon-left-fat:before { content: '\ed08'; } /* '' */
.mob-icon-right-fat:before { content: '\ed09'; } /* '' */
.mob-icon-up-fat:before { content: '\ed0a'; } /* '' */
.mob-icon-flash-4:before { content: '\ed0b'; } /* '' */
.mob-icon-cloud-8:before { content: '\ed0c'; } /* '' */
.mob-icon-vector-pencil:before { content: '\ed0d'; } /* '' */
.mob-icon-at-4:before { content: '\ed0e'; } /* '' */
.mob-icon-female-2:before { content: '\ed0f'; } /* '' */
.mob-icon-male-2:before { content: '\ed10'; } /* '' */
.mob-icon-king:before { content: '\ed11'; } /* '' */
.mob-icon-anchor-2:before { content: '\ed12'; } /* '' */
.mob-icon-aboveground-rail:before { content: '\ed13'; } /* '' */
.mob-icon-airfield:before { content: '\ed14'; } /* '' */
.mob-icon-airport:before { content: '\ed15'; } /* '' */
.mob-icon-art-gallery:before { content: '\ed16'; } /* '' */
.mob-icon-bar:before { content: '\ed17'; } /* '' */
.mob-icon-baseball:before { content: '\ed18'; } /* '' */
.mob-icon-basketball:before { content: '\ed19'; } /* '' */
.mob-icon-beer-2:before { content: '\ed1a'; } /* '' */
.mob-icon-belowground-rail:before { content: '\ed1b'; } /* '' */
.mob-icon-bicycle-1:before { content: '\ed1c'; } /* '' */
.mob-icon-bus-1:before { content: '\ed1d'; } /* '' */
.mob-icon-cafe:before { content: '\ed1e'; } /* '' */
.mob-icon-campsite:before { content: '\ed1f'; } /* '' */
.mob-icon-cemetery:before { content: '\ed20'; } /* '' */
.mob-icon-cinema:before { content: '\ed21'; } /* '' */
.mob-icon-college:before { content: '\ed22'; } /* '' */
.mob-icon-commerical-building:before { content: '\ed23'; } /* '' */
.mob-icon-credit-card-4:before { content: '\ed24'; } /* '' */
.mob-icon-cricket:before { content: '\ed25'; } /* '' */
.mob-icon-embassy:before { content: '\ed26'; } /* '' */
.mob-icon-fast-food:before { content: '\ed27'; } /* '' */
.mob-icon-ferry:before { content: '\ed28'; } /* '' */
.mob-icon-fire-station:before { content: '\ed29'; } /* '' */
.mob-icon-football:before { content: '\ed2a'; } /* '' */
.mob-icon-fuel:before { content: '\ed2b'; } /* '' */
.mob-icon-garden:before { content: '\ed2c'; } /* '' */
.mob-icon-giraffe:before { content: '\ed2d'; } /* '' */
.mob-icon-golf:before { content: '\ed2e'; } /* '' */
.mob-icon-grocery-store:before { content: '\ed2f'; } /* '' */
.mob-icon-harbor:before { content: '\ed30'; } /* '' */
.mob-icon-heliport:before { content: '\ed31'; } /* '' */
.mob-icon-hospital-1:before { content: '\ed32'; } /* '' */
.mob-icon-industrial-building:before { content: '\ed33'; } /* '' */
.mob-icon-library:before { content: '\ed34'; } /* '' */
.mob-icon-lodging:before { content: '\ed35'; } /* '' */
.mob-icon-london-underground:before { content: '\ed36'; } /* '' */
.mob-icon-minefield:before { content: '\ed37'; } /* '' */
.mob-icon-monument:before { content: '\ed38'; } /* '' */
.mob-icon-museum:before { content: '\ed39'; } /* '' */
.mob-icon-pharmacy:before { content: '\ed3a'; } /* '' */
.mob-icon-pitch:before { content: '\ed3b'; } /* '' */
.mob-icon-police:before { content: '\ed3c'; } /* '' */
.mob-icon-post:before { content: '\ed3d'; } /* '' */
.mob-icon-prison:before { content: '\ed3e'; } /* '' */
.mob-icon-rail:before { content: '\ed3f'; } /* '' */
.mob-icon-religious-christian:before { content: '\ed40'; } /* '' */
.mob-icon-religious-islam:before { content: '\ed41'; } /* '' */
.mob-icon-religious-jewish:before { content: '\ed42'; } /* '' */
.mob-icon-restaurant:before { content: '\ed43'; } /* '' */
.mob-icon-roadblock:before { content: '\ed44'; } /* '' */
.mob-icon-school:before { content: '\ed45'; } /* '' */
.mob-icon-shop-1:before { content: '\ed46'; } /* '' */
.mob-icon-skiing:before { content: '\ed47'; } /* '' */
.mob-icon-soccer:before { content: '\ed48'; } /* '' */
.mob-icon-swimming:before { content: '\ed49'; } /* '' */
.mob-icon-tennis:before { content: '\ed4a'; } /* '' */
.mob-icon-theatre:before { content: '\ed4b'; } /* '' */
.mob-icon-toilet:before { content: '\ed4c'; } /* '' */
.mob-icon-town-hall:before { content: '\ed4d'; } /* '' */
.mob-icon-trash-7:before { content: '\ed4e'; } /* '' */
.mob-icon-tree-2:before { content: '\ed4f'; } /* '' */
.mob-icon-tree-3:before { content: '\ed50'; } /* '' */
.mob-icon-warehouse:before { content: '\ed51'; } /* '' */
.mob-icon-duckduckgo:before { content: '\ed52'; } /* '' */
.mob-icon-aim:before { content: '\ed53'; } /* '' */
.mob-icon-delicious-2:before { content: '\ed54'; } /* '' */
.mob-icon-paypal-2:before { content: '\ed55'; } /* '' */
.mob-icon-flattr-1:before { content: '\ed56'; } /* '' */
.mob-icon-android-1:before { content: '\ed57'; } /* '' */
.mob-icon-eventful:before { content: '\ed58'; } /* '' */
.mob-icon-smashmag:before { content: '\ed59'; } /* '' */
.mob-icon-gplus-3:before { content: '\ed5a'; } /* '' */
.mob-icon-wikipedia:before { content: '\ed5b'; } /* '' */
.mob-icon-lanyrd:before { content: '\ed5c'; } /* '' */
.mob-icon-calendar-7:before { content: '\ed5d'; } /* '' */
.mob-icon-stumbleupon-3:before { content: '\ed5e'; } /* '' */
.mob-icon-fivehundredpx:before { content: '\ed5f'; } /* '' */
.mob-icon-pinterest-4:before { content: '\ed60'; } /* '' */
.mob-icon-bitcoin-1:before { content: '\ed61'; } /* '' */
.mob-icon-w3c-1:before { content: '\ed62'; } /* '' */
.mob-icon-foursquare-2:before { content: '\ed63'; } /* '' */
.mob-icon-html5-1:before { content: '\ed64'; } /* '' */
.mob-icon-ie-1:before { content: '\ed65'; } /* '' */
.mob-icon-call:before { content: '\ed66'; } /* '' */
.mob-icon-grooveshark:before { content: '\ed67'; } /* '' */
.mob-icon-ninetyninedesigns:before { content: '\ed68'; } /* '' */
.mob-icon-forrst:before { content: '\ed69'; } /* '' */
.mob-icon-digg-2:before { content: '\ed6a'; } /* '' */
.mob-icon-spotify-2:before { content: '\ed6b'; } /* '' */
.mob-icon-reddit-2:before { content: '\ed6c'; } /* '' */
.mob-icon-guest:before { content: '\ed6d'; } /* '' */
.mob-icon-gowalla:before { content: '\ed6e'; } /* '' */
.mob-icon-appstore:before { content: '\ed6f'; } /* '' */
.mob-icon-blogger-1:before { content: '\ed70'; } /* '' */
.mob-icon-cc-3:before { content: '\ed71'; } /* '' */
.mob-icon-dribbble-5:before { content: '\ed72'; } /* '' */
.mob-icon-evernote-1:before { content: '\ed73'; } /* '' */
.mob-icon-flickr-4:before { content: '\ed74'; } /* '' */
.mob-icon-google-1:before { content: '\ed75'; } /* '' */
.mob-icon-viadeo-1:before { content: '\ed76'; } /* '' */
.mob-icon-instapaper:before { content: '\ed77'; } /* '' */
.mob-icon-weibo-1:before { content: '\ed78'; } /* '' */
.mob-icon-klout:before { content: '\ed79'; } /* '' */
.mob-icon-linkedin-5:before { content: '\ed7a'; } /* '' */
.mob-icon-meetup-1:before { content: '\ed7b'; } /* '' */
.mob-icon-vk:before { content: '\ed7c'; } /* '' */
.mob-icon-plancast:before { content: '\ed7d'; } /* '' */
.mob-icon-disqus:before { content: '\ed7e'; } /* '' */
.mob-icon-rss-6:before { content: '\ed7f'; } /* '' */
.mob-icon-skype-5:before { content: '\ed80'; } /* '' */
.mob-icon-twitter-6:before { content: '\ed81'; } /* '' */
.mob-icon-youtube-4:before { content: '\ed82'; } /* '' */
.mob-icon-vimeo-4:before { content: '\ed83'; } /* '' */
.mob-icon-windows-1:before { content: '\ed84'; } /* '' */
.mob-icon-xing-1:before { content: '\ed85'; } /* '' */
.mob-icon-yahoo-1:before { content: '\ed86'; } /* '' */
.mob-icon-chrome-2:before { content: '\ed87'; } /* '' */
.mob-icon-email:before { content: '\ed88'; } /* '' */
.mob-icon-macstore:before { content: '\ed89'; } /* '' */
.mob-icon-myspace:before { content: '\ed8a'; } /* '' */
.mob-icon-podcast-1:before { content: '\ed8b'; } /* '' */
.mob-icon-amazon-1:before { content: '\ed8c'; } /* '' */
.mob-icon-steam-1:before { content: '\ed8d'; } /* '' */
.mob-icon-cloudapp:before { content: '\ed8e'; } /* '' */
.mob-icon-dropbox-2:before { content: '\ed8f'; } /* '' */
.mob-icon-ebay:before { content: '\ed90'; } /* '' */
.mob-icon-facebook-6:before { content: '\ed91'; } /* '' */
.mob-icon-github-5:before { content: '\ed92'; } /* '' */
.mob-icon-github-circled-4:before { content: '\ed93'; } /* '' */
.mob-icon-googleplay:before { content: '\ed94'; } /* '' */
.mob-icon-itunes:before { content: '\ed95'; } /* '' */
.mob-icon-plurk:before { content: '\ed96'; } /* '' */
.mob-icon-songkick:before { content: '\ed97'; } /* '' */
.mob-icon-lastfm-3:before { content: '\ed98'; } /* '' */
.mob-icon-gmail:before { content: '\ed99'; } /* '' */
.mob-icon-pinboard:before { content: '\ed9a'; } /* '' */
.mob-icon-openid-1:before { content: '\ed9b'; } /* '' */
.mob-icon-quora-1:before { content: '\ed9c'; } /* '' */
.mob-icon-soundcloud-3:before { content: '\ed9d'; } /* '' */
.mob-icon-tumblr-3:before { content: '\ed9e'; } /* '' */
.mob-icon-eventasaurus:before { content: '\ed9f'; } /* '' */
.mob-icon-wordpress-2:before { content: '\eda0'; } /* '' */
.mob-icon-yelp-1:before { content: '\eda1'; } /* '' */
.mob-icon-intensedebate:before { content: '\eda2'; } /* '' */
.mob-icon-eventbrite:before { content: '\eda3'; } /* '' */
.mob-icon-scribd-1:before { content: '\eda4'; } /* '' */
.mob-icon-posterous:before { content: '\eda5'; } /* '' */
.mob-icon-stripe:before { content: '\eda6'; } /* '' */
.mob-icon-opentable:before { content: '\eda7'; } /* '' */
.mob-icon-cart:before { content: '\eda8'; } /* '' */
.mob-icon-print-5:before { content: '\eda9'; } /* '' */
.mob-icon-angellist-1:before { content: '\edaa'; } /* '' */
.mob-icon-instagram-4:before { content: '\edab'; } /* '' */
.mob-icon-dwolla:before { content: '\edac'; } /* '' */
.mob-icon-appnet:before { content: '\edad'; } /* '' */
.mob-icon-statusnet:before { content: '\edae'; } /* '' */
.mob-icon-acrobat:before { content: '\edaf'; } /* '' */
.mob-icon-drupal-1:before { content: '\edb0'; } /* '' */
.mob-icon-buffer:before { content: '\edb1'; } /* '' */
.mob-icon-pocket:before { content: '\edb2'; } /* '' */
.mob-icon-bitbucket-1:before { content: '\edb3'; } /* '' */
.mob-icon-lego:before { content: '\edb4'; } /* '' */
.mob-icon-login-3:before { content: '\edb5'; } /* '' */
.mob-icon-stackoverflow-2:before { content: '\edb6'; } /* '' */
.mob-icon-hackernews:before { content: '\edb7'; } /* '' */
.mob-icon-lkdto:before { content: '\edb8'; } /* '' */
.mob-icon-facebook-7:before { content: '\edb9'; } /* '' */
.mob-icon-facebook-rect-2:before { content: '\edba'; } /* '' */
.mob-icon-twitter-7:before { content: '\edbb'; } /* '' */
.mob-icon-twitter-bird-2:before { content: '\edbc'; } /* '' */
.mob-icon-vimeo-5:before { content: '\edbd'; } /* '' */
.mob-icon-vimeo-rect-1:before { content: '\edbe'; } /* '' */
.mob-icon-tumblr-rect-1:before { content: '\edbf'; } /* '' */
.mob-icon-googleplus-rect-1:before { content: '\edc0'; } /* '' */
.mob-icon-github-text-1:before { content: '\edc1'; } /* '' */
.mob-icon-github-6:before { content: '\edc2'; } /* '' */
.mob-icon-skype-6:before { content: '\edc3'; } /* '' */
.mob-icon-icq:before { content: '\edc4'; } /* '' */
.mob-icon-yandex-rect:before { content: '\edc5'; } /* '' */
.mob-icon-vkontakte-rect-1:before { content: '\edc6'; } /* '' */
.mob-icon-odnoklassniki-1:before { content: '\edc7'; } /* '' */
.mob-icon-odnoklassniki-rect-1:before { content: '\edc8'; } /* '' */
.mob-icon-friendfeed-1:before { content: '\edc9'; } /* '' */
.mob-icon-friendfeed-rect-1:before { content: '\edca'; } /* '' */
.mob-icon-blogger-2:before { content: '\edcb'; } /* '' */
.mob-icon-blogger-rect:before { content: '\edcc'; } /* '' */
.mob-icon-deviantart-2:before { content: '\edcd'; } /* '' */
.mob-icon-lastfm-4:before { content: '\edce'; } /* '' */
.mob-icon-lastfm-rect:before { content: '\edcf'; } /* '' */
.mob-icon-linkedin-rect-1:before { content: '\edd0'; } /* '' */
.mob-icon-picasa-2:before { content: '\edd1'; } /* '' */
.mob-icon-instagram-5:before { content: '\edd2'; } /* '' */
.mob-icon-instagram-filled:before { content: '\edd3'; } /* '' */
.mob-icon-box-4:before { content: '\edd4'; } /* '' */
.mob-icon-box-rect:before { content: '\edd5'; } /* '' */
.mob-icon-youku:before { content: '\edd6'; } /* '' */
.mob-icon-win8:before { content: '\edd7'; } /* '' */
.mob-icon-discover:before { content: '\edd8'; } /* '' */
.mob-icon-visa:before { content: '\edd9'; } /* '' */
.mob-icon-houzz-1:before { content: '\edda'; } /* '' */
.mob-icon-glass-1:before { content: '\eddb'; } /* '' */
.mob-icon-music-4:before { content: '\eddc'; } /* '' */
.mob-icon-search-8:before { content: '\eddd'; } /* '' */
.mob-icon-search-circled:before { content: '\edde'; } /* '' */
.mob-icon-mail-8:before { content: '\eddf'; } /* '' */
.mob-icon-mail-circled:before { content: '\ede0'; } /* '' */
.mob-icon-heart-8:before { content: '\ede1'; } /* '' */
.mob-icon-heart-circled:before { content: '\ede2'; } /* '' */
.mob-icon-heart-empty-4:before { content: '\ede3'; } /* '' */
.mob-icon-star-8:before { content: '\ede4'; } /* '' */
.mob-icon-star-circled:before { content: '\ede5'; } /* '' */
.mob-icon-star-empty-3:before { content: '\ede6'; } /* '' */
.mob-icon-user-8:before { content: '\ede7'; } /* '' */
.mob-icon-group:before { content: '\ede8'; } /* '' */
.mob-icon-group-circled:before { content: '\ede9'; } /* '' */
.mob-icon-torso:before { content: '\edea'; } /* '' */
.mob-icon-video-5:before { content: '\edeb'; } /* '' */
.mob-icon-video-circled:before { content: '\edec'; } /* '' */
.mob-icon-video-alt-1:before { content: '\eded'; } /* '' */
.mob-icon-videocam-5:before { content: '\edee'; } /* '' */
.mob-icon-video-chat:before { content: '\edef'; } /* '' */
.mob-icon-picture-5:before { content: '\edf0'; } /* '' */
.mob-icon-camera-7:before { content: '\edf1'; } /* '' */
.mob-icon-photo-1:before { content: '\edf2'; } /* '' */
.mob-icon-photo-circled:before { content: '\edf3'; } /* '' */
.mob-icon-ok-circled2-1:before { content: '\edf4'; } /* '' */
.mob-icon-cancel-2:before { content: '\edf5'; } /* '' */
.mob-icon-cancel-circled-1:before { content: '\edf6'; } /* '' */
.mob-icon-cancel-circled2:before { content: '\edf7'; } /* '' */
.mob-icon-plus-6:before { content: '\edf8'; } /* '' */
.mob-icon-plus-circled-2:before { content: '\edf9'; } /* '' */
.mob-icon-minus-4:before { content: '\edfa'; } /* '' */
.mob-icon-minus-circled-2:before { content: '\edfb'; } /* '' */
.mob-icon-help-3:before { content: '\edfc'; } /* '' */
.mob-icon-help-circled-3:before { content: '\edfd'; } /* '' */
.mob-icon-info-circled-3:before { content: '\edfe'; } /* '' */
.mob-icon-home-6:before { content: '\edff'; } /* '' */
.mob-icon-home-circled:before { content: '\ee00'; } /* '' */
.mob-icon-website:before { content: '\ee01'; } /* '' */
.mob-icon-website-circled:before { content: '\ee02'; } /* '' */
.mob-icon-attach-7:before { content: '\ee03'; } /* '' */
.mob-icon-attach-circled:before { content: '\ee04'; } /* '' */
.mob-icon-lock-8:before { content: '\ee05'; } /* '' */
.mob-icon-lock-circled:before { content: '\ee06'; } /* '' */
.mob-icon-lock-open-7:before { content: '\ee07'; } /* '' */
.mob-icon-lock-open-alt-2:before { content: '\ee08'; } /* '' */
.mob-icon-eye-7:before { content: '\ee09'; } /* '' */
.mob-icon-eye-off-1:before { content: '\ee0a'; } /* '' */
.mob-icon-tag-7:before { content: '\ee0b'; } /* '' */
.mob-icon-tags-2:before { content: '\ee0c'; } /* '' */
.mob-icon-bookmark-3:before { content: '\ee0d'; } /* '' */
.mob-icon-bookmark-empty-1:before { content: '\ee0e'; } /* '' */
.mob-icon-flag-3:before { content: '\ee0f'; } /* '' */
.mob-icon-flag-circled:before { content: '\ee10'; } /* '' */
.mob-icon-thumbs-up-5:before { content: '\ee11'; } /* '' */
.mob-icon-thumbs-down-4:before { content: '\ee12'; } /* '' */
.mob-icon-download-6:before { content: '\ee13'; } /* '' */
.mob-icon-download-alt:before { content: '\ee14'; } /* '' */
.mob-icon-upload-5:before { content: '\ee15'; } /* '' */
.mob-icon-share-3:before { content: '\ee16'; } /* '' */
.mob-icon-quote-1:before { content: '\ee17'; } /* '' */
.mob-icon-quote-circled:before { content: '\ee18'; } /* '' */
.mob-icon-export-5:before { content: '\ee19'; } /* '' */
.mob-icon-pencil-7:before { content: '\ee1a'; } /* '' */
.mob-icon-pencil-circled:before { content: '\ee1b'; } /* '' */
.mob-icon-edit-3:before { content: '\ee1c'; } /* '' */
.mob-icon-edit-circled:before { content: '\ee1d'; } /* '' */
.mob-icon-edit-alt:before { content: '\ee1e'; } /* '' */
.mob-icon-print-6:before { content: '\ee1f'; } /* '' */
.mob-icon-retweet-4:before { content: '\ee20'; } /* '' */
.mob-icon-comment-7:before { content: '\ee21'; } /* '' */
.mob-icon-comment-alt-2:before { content: '\ee22'; } /* '' */
.mob-icon-bell-5:before { content: '\ee23'; } /* '' */
.mob-icon-warning-1:before { content: '\ee24'; } /* '' */
.mob-icon-exclamation:before { content: '\ee25'; } /* '' */
.mob-icon-error:before { content: '\ee26'; } /* '' */
.mob-icon-error-alt:before { content: '\ee27'; } /* '' */
.mob-icon-location-8:before { content: '\ee28'; } /* '' */
.mob-icon-location-circled:before { content: '\ee29'; } /* '' */
.mob-icon-compass-5:before { content: '\ee2a'; } /* '' */
.mob-icon-compass-circled:before { content: '\ee2b'; } /* '' */
.mob-icon-trash-8:before { content: '\ee2c'; } /* '' */
.mob-icon-trash-circled:before { content: '\ee2d'; } /* '' */
.mob-icon-doc-8:before { content: '\ee2e'; } /* '' */
.mob-icon-doc-circled:before { content: '\ee2f'; } /* '' */
.mob-icon-doc-new:before { content: '\ee30'; } /* '' */
.mob-icon-doc-new-circled:before { content: '\ee31'; } /* '' */
.mob-icon-folder-6:before { content: '\ee32'; } /* '' */
.mob-icon-folder-circled:before { content: '\ee33'; } /* '' */
.mob-icon-folder-close:before { content: '\ee34'; } /* '' */
.mob-icon-folder-open-2:before { content: '\ee35'; } /* '' */
.mob-icon-rss-7:before { content: '\ee36'; } /* '' */
.mob-icon-phone-3:before { content: '\ee37'; } /* '' */
.mob-icon-phone-circled:before { content: '\ee38'; } /* '' */
.mob-icon-cog-7:before { content: '\ee39'; } /* '' */
.mob-icon-cog-circled:before { content: '\ee3a'; } /* '' */
.mob-icon-cogs:before { content: '\ee3b'; } /* '' */
.mob-icon-wrench-4:before { content: '\ee3c'; } /* '' */
.mob-icon-wrench-circled:before { content: '\ee3d'; } /* '' */
.mob-icon-basket-4:before { content: '\ee3e'; } /* '' */
.mob-icon-basket-circled:before { content: '\ee3f'; } /* '' */
.mob-icon-calendar-8:before { content: '\ee40'; } /* '' */
.mob-icon-calendar-circled:before { content: '\ee41'; } /* '' */
.mob-icon-mic-5:before { content: '\ee42'; } /* '' */
.mob-icon-mic-circled:before { content: '\ee43'; } /* '' */
.mob-icon-volume-off-4:before { content: '\ee44'; } /* '' */
.mob-icon-volume-down-2:before { content: '\ee45'; } /* '' */
.mob-icon-volume-1:before { content: '\ee46'; } /* '' */
.mob-icon-volume-up-3:before { content: '\ee47'; } /* '' */
.mob-icon-headphones-3:before { content: '\ee48'; } /* '' */
.mob-icon-clock-8:before { content: '\ee49'; } /* '' */
.mob-icon-clock-circled:before { content: '\ee4a'; } /* '' */
.mob-icon-lightbulb-3:before { content: '\ee4b'; } /* '' */
.mob-icon-lightbulb-alt:before { content: '\ee4c'; } /* '' */
.mob-icon-block-5:before { content: '\ee4d'; } /* '' */
.mob-icon-resize-full-6:before { content: '\ee4e'; } /* '' */
.mob-icon-resize-full-alt-2:before { content: '\ee4f'; } /* '' */
.mob-icon-resize-small-4:before { content: '\ee50'; } /* '' */
.mob-icon-resize-vertical-2:before { content: '\ee51'; } /* '' */
.mob-icon-resize-horizontal-2:before { content: '\ee52'; } /* '' */
.mob-icon-move-3:before { content: '\ee53'; } /* '' */
.mob-icon-zoom-in-4:before { content: '\ee54'; } /* '' */
.mob-icon-zoom-out-4:before { content: '\ee55'; } /* '' */
.mob-icon-down-open-1:before { content: '\ee56'; } /* '' */
.mob-icon-left-open-5:before { content: '\ee57'; } /* '' */
.mob-icon-right-open-5:before { content: '\ee58'; } /* '' */
.mob-icon-up-open-1:before { content: '\ee59'; } /* '' */
.mob-icon-down-6:before { content: '\ee5a'; } /* '' */
.mob-icon-left-5:before { content: '\ee5b'; } /* '' */
.mob-icon-right-5:before { content: '\ee5c'; } /* '' */
.mob-icon-up-6:before { content: '\ee5d'; } /* '' */
.mob-icon-down-circled-2:before { content: '\ee5e'; } /* '' */
.mob-icon-left-circled-2:before { content: '\ee5f'; } /* '' */
.mob-icon-right-circled-2:before { content: '\ee60'; } /* '' */
.mob-icon-up-circled-2:before { content: '\ee61'; } /* '' */
.mob-icon-down-hand-1:before { content: '\ee62'; } /* '' */
.mob-icon-left-hand-1:before { content: '\ee63'; } /* '' */
.mob-icon-right-hand-1:before { content: '\ee64'; } /* '' */
.mob-icon-cancel-3:before { content: '\ee65'; } /* '' */
.mob-icon-cancel-circled-2:before { content: '\ee66'; } /* '' */
.mob-icon-cancel-circled2-1:before { content: '\ee67'; } /* '' */
.mob-icon-th-large-1:before { content: '\ee68'; } /* '' */
.mob-icon-th-1:before { content: '\ee69'; } /* '' */
.mob-icon-th-list-1:before { content: '\ee6a'; } /* '' */
.mob-icon-up-open-2:before { content: '\ee6b'; } /* '' */
.mob-icon-down-open-2:before { content: '\ee6c'; } /* '' */
.mob-icon-cancel-squared:before { content: '\ee6d'; } /* '' */
.mob-icon-cancel-circled-3:before { content: '\ee6e'; } /* '' */
.mob-icon-cancel-4:before { content: '\ee6f'; } /* '' */
.mob-icon-up-open-big:before { content: '\ee70'; } /* '' */
.mob-icon-down-open-big:before { content: '\ee71'; } /* '' */
.mob-icon-up-open-mini:before { content: '\ee72'; } /* '' */
.mob-icon-down-open-mini:before { content: '\ee73'; } /* '' */
.mob-icon-up-open-3:before { content: '\ee74'; } /* '' */
.mob-icon-down-open-3:before { content: '\ee75'; } /* '' */
.mob-icon-cancel-circled-4:before { content: '\ee76'; } /* '' */
.mob-icon-cancel-circled-outline:before { content: '\ee77'; } /* '' */
.mob-icon-cancel-5:before { content: '\ee78'; } /* '' */
.mob-icon-cancel-outline:before { content: '\ee79'; } /* '' */
.mob-icon-menu-2:before { content: '\ee7a'; } /* '' */
.mob-icon-menu-outline:before { content: '\ee7b'; } /* '' */
.mob-icon-cancel-circle-1:before { content: '\ee7c'; } /* '' */
.mob-icon-cancel-6:before { content: '\ee7d'; } /* '' */
.mob-icon-th-list-4:before { content: '\ee7e'; } /* '' */
.mob-icon-th-4:before { content: '\ee7f'; } /* '' */
.mob-icon-th-large-3:before { content: '\ee80'; } /* '' */
.mob-icon-cancel-circle-2:before { content: '\ee81'; } /* '' */
.mob-icon-cancel-7:before { content: '\ee82'; } /* '' */
.mob-icon-th-list-5:before { content: '\ee83'; } /* '' */
.mob-icon-down-open:before { content: '\f004'; } /* '' */
.mob-icon-up-open:before { content: '\f005'; } /* '' */
.mob-icon-right-open-4:before { content: '\f006'; } /* '' */
.mob-icon-left-open-4:before { content: '\f007'; } /* '' */
.mob-icon-menu-3:before { content: '\f008'; } /* '' */
.mob-icon-th-list-2:before { content: '\f009'; } /* '' */
.mob-icon-th-thumb:before { content: '\f00a'; } /* '' */
.mob-icon-th-thumb-empty:before { content: '\f00b'; } /* '' */
.mob-icon-coverflow:before { content: '\f00c'; } /* '' */
.mob-icon-coverflow-empty:before { content: '\f00d'; } /* '' */
.mob-icon-pause-5:before { content: '\f00e'; } /* '' */
.mob-icon-play-5:before { content: '\f00f'; } /* '' */
.mob-icon-to-end-3:before { content: '\f010'; } /* '' */
.mob-icon-to-start-3:before { content: '\f011'; } /* '' */
.mob-icon-fast-forward-2:before { content: '\f012'; } /* '' */
.mob-icon-fast-backward-2:before { content: '\f013'; } /* '' */
.mob-icon-upload-cloud-4:before { content: '\f014'; } /* '' */
.mob-icon-download-cloud-2:before { content: '\f015'; } /* '' */
.mob-icon-data-science:before { content: '\f016'; } /* '' */
.mob-icon-data-science-inv:before { content: '\f017'; } /* '' */
.mob-icon-globe-6:before { content: '\f018'; } /* '' */
.mob-icon-globe-inv:before { content: '\f019'; } /* '' */
.mob-icon-math:before { content: '\f01a'; } /* '' */
.mob-icon-math-circled-empty:before { content: '\f01b'; } /* '' */
.mob-icon-math-circled:before { content: '\f01c'; } /* '' */
.mob-icon-paper-plane-3:before { content: '\f01d'; } /* '' */
.mob-icon-paper-plane-alt2:before { content: '\f01e'; } /* '' */
.mob-icon-paper-plane-alt:before { content: '\f01f'; } /* '' */
.mob-icon-color-adjust:before { content: '\f020'; } /* '' */
.mob-icon-star-half-1:before { content: '\f022'; } /* '' */
.mob-icon-star-half_empty:before { content: '\f024'; } /* '' */
.mob-icon-ccw-2:before { content: '\f025'; } /* '' */
.mob-icon-heart-broken:before { content: '\f028'; } /* '' */
.mob-icon-hash-1:before { content: '\f029'; } /* '' */
.mob-icon-reply-4:before { content: '\f02a'; } /* '' */
.mob-icon-retweet-3:before { content: '\f02b'; } /* '' */
.mob-icon-login-2:before { content: '\f02c'; } /* '' */
.mob-icon-logout-3:before { content: '\f02d'; } /* '' */
.mob-icon-download-5:before { content: '\f02e'; } /* '' */
.mob-icon-upload-4:before { content: '\f02f'; } /* '' */
.mob-icon-location-7:before { content: '\f031'; } /* '' */
.mob-icon-monitor-1:before { content: '\f032'; } /* '' */
.mob-icon-tablet-3:before { content: '\f033'; } /* '' */
.mob-icon-mobile-6:before { content: '\f034'; } /* '' */
.mob-icon-connected-object:before { content: '\f035'; } /* '' */
.mob-icon-isight:before { content: '\f039'; } /* '' */
.mob-icon-videocam-4:before { content: '\f03a'; } /* '' */
.mob-icon-shuffle-4:before { content: '\f03b'; } /* '' */
.mob-icon-chat-6:before { content: '\f03d'; } /* '' */
.mob-icon-bell-4:before { content: '\f03f'; } /* '' */
.mob-icon-movie:before { content: '\f040'; } /* '' */
.mob-icon-ruler:before { content: '\f044'; } /* '' */
.mob-icon-vector:before { content: '\f045'; } /* '' */
.mob-icon-move:before { content: '\f047'; } /* '' */
.mob-icon-mic-4:before { content: '\f048'; } /* '' */
.mob-icon-doc-7:before { content: '\f04a'; } /* '' */
.mob-icon-dribbble-circled-2:before { content: '\f04f'; } /* '' */
.mob-icon-dribbble-4:before { content: '\f050'; } /* '' */
.mob-icon-facebook-circled-2:before { content: '\f051'; } /* '' */
.mob-icon-facebook-5:before { content: '\f052'; } /* '' */
.mob-icon-github-circled-alt:before { content: '\f053'; } /* '' */
.mob-icon-github-circled-3:before { content: '\f054'; } /* '' */
.mob-icon-github-4:before { content: '\f055'; } /* '' */
.mob-icon-github-circled-alt2:before { content: '\f056'; } /* '' */
.mob-icon-twitter-circled-2:before { content: '\f057'; } /* '' */
.mob-icon-twitter-5:before { content: '\f058'; } /* '' */
.mob-icon-gplus-circled-1:before { content: '\f059'; } /* '' */
.mob-icon-gplus-2:before { content: '\f05a'; } /* '' */
.mob-icon-linkedin-circled-2:before { content: '\f05b'; } /* '' */
.mob-icon-linkedin-4:before { content: '\f05c'; } /* '' */
.mob-icon-instagram-3:before { content: '\f05d'; } /* '' */
.mob-icon-instagram-circled:before { content: '\f05e'; } /* '' */
.mob-icon-mfg-logo:before { content: '\f05f'; } /* '' */
.mob-icon-mfg-logo-circled:before { content: '\f060'; } /* '' */
.mob-icon-user-7:before { content: '\f061'; } /* '' */
.mob-icon-user-male:before { content: '\f062'; } /* '' */
.mob-icon-user-female:before { content: '\f063'; } /* '' */
.mob-icon-users-3:before { content: '\f064'; } /* '' */
.mob-icon-folder-5:before { content: '\f067'; } /* '' */
.mob-icon-folder-open-1:before { content: '\f068'; } /* '' */
.mob-icon-folder-empty-2:before { content: '\f069'; } /* '' */
.mob-icon-attach-6:before { content: '\f06a'; } /* '' */
.mob-icon-ok-circled-1:before { content: '\f06d'; } /* '' */
.mob-icon-cancel-circled:before { content: '\f06e'; } /* '' */
.mob-icon-inbox-4:before { content: '\f070'; } /* '' */
.mob-icon-trophy-1:before { content: '\f074'; } /* '' */
.mob-icon-lock-open-alt-1:before { content: '\f075'; } /* '' */
.mob-icon-link-5:before { content: '\f07b'; } /* '' */
.mob-icon-zoom-in-3:before { content: '\f07e'; } /* '' */
.mob-icon-zoom-out-3:before { content: '\f07f'; } /* '' */
.mob-icon-stop-6:before { content: '\f080'; } /* '' */
.mob-icon-export-4:before { content: '\f081'; } /* '' */
.mob-icon-eye-6:before { content: '\f082'; } /* '' */
.mob-icon-trash-6:before { content: '\f083'; } /* '' */
.mob-icon-hdd-2:before { content: '\f084'; } /* '' */
.mob-icon-info-circled-2:before { content: '\f085'; } /* '' */
.mob-icon-info-circled-alt:before { content: '\f086'; } /* '' */
.mob-icon-print-4:before { content: '\f087'; } /* '' */
.mob-icon-fontsize-1:before { content: '\f088'; } /* '' */
.mob-icon-soundcloud-2:before { content: '\f089'; } /* '' */
.mob-icon-soundcloud-circled:before { content: '\f08a'; } /* '' */
.mob-icon-link-ext:before { content: '\f08e'; } /* '' */
.mob-icon-check-empty-1:before { content: '\f096'; } /* '' */
.mob-icon-bookmark-empty:before { content: '\f097'; } /* '' */
.mob-icon-phone-squared:before { content: '\f098'; } /* '' */
.mob-icon-twitter-1:before { content: '\f099'; } /* '' */
.mob-icon-facebook-1:before { content: '\f09a'; } /* '' */
.mob-icon-github-circled:before { content: '\f09b'; } /* '' */
.mob-icon-rss-1:before { content: '\f09e'; } /* '' */
.mob-icon-hdd-1:before { content: '\f0a0'; } /* '' */
.mob-icon-certificate-1:before { content: '\f0a3'; } /* '' */
.mob-icon-left-circled:before { content: '\f0a8'; } /* '' */
.mob-icon-right-circled:before { content: '\f0a9'; } /* '' */
.mob-icon-up-circled:before { content: '\f0aa'; } /* '' */
.mob-icon-down-circled:before { content: '\f0ab'; } /* '' */
.mob-icon-tasks-1:before { content: '\f0ae'; } /* '' */
.mob-icon-filter-1:before { content: '\f0b0'; } /* '' */
.mob-icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.mob-icon-beaker-1:before { content: '\f0c3'; } /* '' */
.mob-icon-docs:before { content: '\f0c5'; } /* '' */
.mob-icon-blank:before { content: '\f0c8'; } /* '' */
.mob-icon-menu-1:before { content: '\f0c9'; } /* '' */
.mob-icon-list-bullet:before { content: '\f0ca'; } /* '' */
.mob-icon-list-numbered-1:before { content: '\f0cb'; } /* '' */
.mob-icon-strike:before { content: '\f0cc'; } /* '' */
.mob-icon-underline:before { content: '\f0cd'; } /* '' */
.mob-icon-table:before { content: '\f0ce'; } /* '' */
.mob-icon-magic:before { content: '\f0d0'; } /* '' */
.mob-icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
.mob-icon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.mob-icon-gplus-squared:before { content: '\f0d4'; } /* '' */
.mob-icon-gplus:before { content: '\f0d5'; } /* '' */
.mob-icon-money-1:before { content: '\f0d6'; } /* '' */
.mob-icon-columns:before { content: '\f0db'; } /* '' */
.mob-icon-sort:before { content: '\f0dc'; } /* '' */
.mob-icon-sort-down:before { content: '\f0dd'; } /* '' */
.mob-icon-sort-up:before { content: '\f0de'; } /* '' */
.mob-icon-mail-alt:before { content: '\f0e0'; } /* '' */
.mob-icon-linkedin-1:before { content: '\f0e1'; } /* '' */
.mob-icon-gauge-1:before { content: '\f0e4'; } /* '' */
.mob-icon-comment-empty:before { content: '\f0e5'; } /* '' */
.mob-icon-chat-empty:before { content: '\f0e6'; } /* '' */
.mob-icon-sitemap:before { content: '\f0e8'; } /* '' */
.mob-icon-paste:before { content: '\f0ea'; } /* '' */
.mob-icon-lightbulb-1:before { content: '\f0eb'; } /* '' */
.mob-icon-exchange:before { content: '\f0ec'; } /* '' */
.mob-icon-download-cloud:before { content: '\f0ed'; } /* '' */
.mob-icon-upload-cloud:before { content: '\f0ee'; } /* '' */
.mob-icon-user-md:before { content: '\f0f0'; } /* '' */
.mob-icon-stethoscope:before { content: '\f0f1'; } /* '' */
.mob-icon-suitcase:before { content: '\f0f2'; } /* '' */
.mob-icon-bell-alt:before { content: '\f0f3'; } /* '' */
.mob-icon-coffee:before { content: '\f0f4'; } /* '' */
.mob-icon-food-1:before { content: '\f0f5'; } /* '' */
.mob-icon-doc-text:before { content: '\f0f6'; } /* '' */
.mob-icon-building:before { content: '\f0f7'; } /* '' */
.mob-icon-hospital:before { content: '\f0f8'; } /* '' */
.mob-icon-ambulance:before { content: '\f0f9'; } /* '' */
.mob-icon-medkit:before { content: '\f0fa'; } /* '' */
.mob-icon-fighter-jet:before { content: '\f0fb'; } /* '' */
.mob-icon-beer:before { content: '\f0fc'; } /* '' */
.mob-icon-h-sigh:before { content: '\f0fd'; } /* '' */
.mob-icon-plus-squared:before { content: '\f0fe'; } /* '' */
.mob-icon-angle-double-left:before { content: '\f100'; } /* '' */
.mob-icon-angle-double-right:before { content: '\f101'; } /* '' */
.mob-icon-angle-double-up:before { content: '\f102'; } /* '' */
.mob-icon-angle-double-down:before { content: '\f103'; } /* '' */
.mob-icon-angle-left:before { content: '\f104'; } /* '' */
.mob-icon-angle-right:before { content: '\f105'; } /* '' */
.mob-icon-angle-up:before { content: '\f106'; } /* '' */
.mob-icon-angle-down:before { content: '\f107'; } /* '' */
.mob-icon-desktop-2:before { content: '\f108'; } /* '' */
.mob-icon-laptop-1:before { content: '\f109'; } /* '' */
.mob-icon-tablet:before { content: '\f10a'; } /* '' */
.mob-icon-mobile-1:before { content: '\f10b'; } /* '' */
.mob-icon-circle-empty:before { content: '\f10c'; } /* '' */
.mob-icon-quote-left:before { content: '\f10d'; } /* '' */
.mob-icon-quote-right:before { content: '\f10e'; } /* '' */
.mob-icon-spinner:before { content: '\f110'; } /* '' */
.mob-icon-circle:before { content: '\f111'; } /* '' */
.mob-icon-reply-1:before { content: '\f112'; } /* '' */
.mob-icon-github-1:before { content: '\f113'; } /* '' */
.mob-icon-folder-empty:before { content: '\f114'; } /* '' */
.mob-icon-folder-open-empty:before { content: '\f115'; } /* '' */
.mob-icon-smile:before { content: '\f118'; } /* '' */
.mob-icon-frown:before { content: '\f119'; } /* '' */
.mob-icon-meh:before { content: '\f11a'; } /* '' */
.mob-icon-gamepad:before { content: '\f11b'; } /* '' */
.mob-icon-keyboard:before { content: '\f11c'; } /* '' */
.mob-icon-flag-empty:before { content: '\f11d'; } /* '' */
.mob-icon-flag-checkered:before { content: '\f11e'; } /* '' */
.mob-icon-terminal-1:before { content: '\f120'; } /* '' */
.mob-icon-code-1:before { content: '\f121'; } /* '' */
.mob-icon-reply-all-1:before { content: '\f122'; } /* '' */
.mob-icon-star-half-alt:before { content: '\f123'; } /* '' */
.mob-icon-direction:before { content: '\f124'; } /* '' */
.mob-icon-crop:before { content: '\f125'; } /* '' */
.mob-icon-fork:before { content: '\f126'; } /* '' */
.mob-icon-unlink:before { content: '\f127'; } /* '' */
.mob-icon-help:before { content: '\f128'; } /* '' */
.mob-icon-info:before { content: '\f129'; } /* '' */
.mob-icon-attention-alt:before { content: '\f12a'; } /* '' */
.mob-icon-superscript:before { content: '\f12b'; } /* '' */
.mob-icon-subscript:before { content: '\f12c'; } /* '' */
.mob-icon-eraser:before { content: '\f12d'; } /* '' */
.mob-icon-puzzle:before { content: '\f12e'; } /* '' */
.mob-icon-mic:before { content: '\f130'; } /* '' */
.mob-icon-mute:before { content: '\f131'; } /* '' */
.mob-icon-shield:before { content: '\f132'; } /* '' */
.mob-icon-calendar-empty:before { content: '\f133'; } /* '' */
.mob-icon-extinguisher:before { content: '\f134'; } /* '' */
.mob-icon-rocket:before { content: '\f135'; } /* '' */
.mob-icon-maxcdn:before { content: '\f136'; } /* '' */
.mob-icon-angle-circled-left:before { content: '\f137'; } /* '' */
.mob-icon-angle-circled-right:before { content: '\f138'; } /* '' */
.mob-icon-angle-circled-up:before { content: '\f139'; } /* '' */
.mob-icon-angle-circled-down:before { content: '\f13a'; } /* '' */
.mob-icon-html5:before { content: '\f13b'; } /* '' */
.mob-icon-css3:before { content: '\f13c'; } /* '' */
.mob-icon-anchor:before { content: '\f13d'; } /* '' */
.mob-icon-lock-open-alt:before { content: '\f13e'; } /* '' */
.mob-icon-bullseye:before { content: '\f140'; } /* '' */
.mob-icon-ellipsis:before { content: '\f141'; } /* '' */
.mob-icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.mob-icon-rss-squared:before { content: '\f143'; } /* '' */
.mob-icon-play-circled-1:before { content: '\f144'; } /* '' */
.mob-icon-ticket:before { content: '\f145'; } /* '' */
.mob-icon-minus-squared:before { content: '\f146'; } /* '' */
.mob-icon-minus-squared-alt:before { content: '\f147'; } /* '' */
.mob-icon-level-up:before { content: '\f148'; } /* '' */
.mob-icon-level-down:before { content: '\f149'; } /* '' */
.mob-icon-ok-squared:before { content: '\f14a'; } /* '' */
.mob-icon-pencil-squared:before { content: '\f14b'; } /* '' */
.mob-icon-link-ext-alt:before { content: '\f14c'; } /* '' */
.mob-icon-export-alt:before { content: '\f14d'; } /* '' */
.mob-icon-compass:before { content: '\f14e'; } /* '' */
.mob-icon-expand:before { content: '\f150'; } /* '' */
.mob-icon-collapse:before { content: '\f151'; } /* '' */
.mob-icon-expand-right:before { content: '\f152'; } /* '' */
.mob-icon-euro:before { content: '\f153'; } /* '' */
.mob-icon-pound:before { content: '\f154'; } /* '' */
.mob-icon-dollar:before { content: '\f155'; } /* '' */
.mob-icon-rupee:before { content: '\f156'; } /* '' */
.mob-icon-yen:before { content: '\f157'; } /* '' */
.mob-icon-rouble:before { content: '\f158'; } /* '' */
.mob-icon-won:before { content: '\f159'; } /* '' */
.mob-icon-bitcoin:before { content: '\f15a'; } /* '' */
.mob-icon-doc-inv:before { content: '\f15b'; } /* '' */
.mob-icon-doc-text-inv:before { content: '\f15c'; } /* '' */
.mob-icon-sort-name-up:before { content: '\f15d'; } /* '' */
.mob-icon-sort-name-down:before { content: '\f15e'; } /* '' */
.mob-icon-sort-alt-up:before { content: '\f160'; } /* '' */
.mob-icon-sort-alt-down:before { content: '\f161'; } /* '' */
.mob-icon-sort-number-up:before { content: '\f162'; } /* '' */
.mob-icon-sort-number-down:before { content: '\f163'; } /* '' */
.mob-icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.mob-icon-thumbs-down-alt:before { content: '\f165'; } /* '' */
.mob-icon-youtube-squared:before { content: '\f166'; } /* '' */
.mob-icon-youtube-2:before { content: '\f167'; } /* '' */
.mob-icon-xing:before { content: '\f168'; } /* '' */
.mob-icon-xing-squared:before { content: '\f169'; } /* '' */
.mob-icon-youtube-play:before { content: '\f16a'; } /* '' */
.mob-icon-dropbox:before { content: '\f16b'; } /* '' */
.mob-icon-stackoverflow-1:before { content: '\f16c'; } /* '' */
.mob-icon-instagram-1:before { content: '\f16d'; } /* '' */
.mob-icon-flickr-1:before { content: '\f16e'; } /* '' */
.mob-icon-adn:before { content: '\f170'; } /* '' */
.mob-icon-bitbucket:before { content: '\f171'; } /* '' */
.mob-icon-bitbucket-squared:before { content: '\f172'; } /* '' */
.mob-icon-tumblr-1:before { content: '\f173'; } /* '' */
.mob-icon-tumblr-squared:before { content: '\f174'; } /* '' */
.mob-icon-down:before { content: '\f175'; } /* '' */
.mob-icon-up:before { content: '\f176'; } /* '' */
.mob-icon-left:before { content: '\f177'; } /* '' */
.mob-icon-right:before { content: '\f178'; } /* '' */
.mob-icon-apple:before { content: '\f179'; } /* '' */
.mob-icon-windows:before { content: '\f17a'; } /* '' */
.mob-icon-android:before { content: '\f17b'; } /* '' */
.mob-icon-linux:before { content: '\f17c'; } /* '' */
.mob-icon-dribbble-1:before { content: '\f17d'; } /* '' */
.mob-icon-skype-2:before { content: '\f17e'; } /* '' */
.mob-icon-foursquare-1:before { content: '\f180'; } /* '' */
.mob-icon-trello:before { content: '\f181'; } /* '' */
.mob-icon-female-1:before { content: '\f182'; } /* '' */
.mob-icon-male-1:before { content: '\f183'; } /* '' */
.mob-icon-gittip:before { content: '\f184'; } /* '' */
.mob-icon-sun:before { content: '\f185'; } /* '' */
.mob-icon-moon:before { content: '\f186'; } /* '' */
.mob-icon-box:before { content: '\f187'; } /* '' */
.mob-icon-bug:before { content: '\f188'; } /* '' */
.mob-icon-vkontakte-1:before { content: '\f189'; } /* '' */
.mob-icon-weibo:before { content: '\f18a'; } /* '' */
.mob-icon-renren:before { content: '\f18b'; } /* '' */
.mob-icon-pagelines:before { content: '\f18c'; } /* '' */
.mob-icon-stackexchange:before { content: '\f18d'; } /* '' */
.mob-icon-right-circled2:before { content: '\f18e'; } /* '' */
.mob-icon-left-circled2:before { content: '\f190'; } /* '' */
.mob-icon-collapse-left:before { content: '\f191'; } /* '' */
.mob-icon-dot-circled:before { content: '\f192'; } /* '' */
.mob-icon-wheelchair:before { content: '\f193'; } /* '' */
.mob-icon-vimeo-squared:before { content: '\f194'; } /* '' */
.mob-icon-try:before { content: '\f195'; } /* '' */
.mob-icon-plus-squared-alt:before { content: '\f196'; } /* '' */
.mob-icon-space-shuttle:before { content: '\f197'; } /* '' */
.mob-icon-slack:before { content: '\f198'; } /* '' */
.mob-icon-mail-squared:before { content: '\f199'; } /* '' */
.mob-icon-wordpress-1:before { content: '\f19a'; } /* '' */
.mob-icon-openid:before { content: '\f19b'; } /* '' */
.mob-icon-bank:before { content: '\f19c'; } /* '' */
.mob-icon-graduation-cap-1:before { content: '\f19d'; } /* '' */
.mob-icon-yahoo:before { content: '\f19e'; } /* '' */
.mob-icon-google:before { content: '\f1a0'; } /* '' */
.mob-icon-reddit-1:before { content: '\f1a1'; } /* '' */
.mob-icon-reddit-squared:before { content: '\f1a2'; } /* '' */
.mob-icon-stumbleupon-circled:before { content: '\f1a3'; } /* '' */
.mob-icon-stumbleupon-1:before { content: '\f1a4'; } /* '' */
.mob-icon-delicious-1:before { content: '\f1a5'; } /* '' */
.mob-icon-digg-1:before { content: '\f1a6'; } /* '' */
.mob-icon-pied-piper-squared:before { content: '\f1a7'; } /* '' */
.mob-icon-pied-piper-alt:before { content: '\f1a8'; } /* '' */
.mob-icon-drupal:before { content: '\f1a9'; } /* '' */
.mob-icon-joomla:before { content: '\f1aa'; } /* '' */
.mob-icon-language:before { content: '\f1ab'; } /* '' */
.mob-icon-fax:before { content: '\f1ac'; } /* '' */
.mob-icon-building-filled:before { content: '\f1ad'; } /* '' */
.mob-icon-child-1:before { content: '\f1ae'; } /* '' */
.mob-icon-paw:before { content: '\f1b0'; } /* '' */
.mob-icon-spoon:before { content: '\f1b1'; } /* '' */
.mob-icon-cube:before { content: '\f1b2'; } /* '' */
.mob-icon-cubes:before { content: '\f1b3'; } /* '' */
.mob-icon-behance-1:before { content: '\f1b4'; } /* '' */
.mob-icon-behance-squared:before { content: '\f1b5'; } /* '' */
.mob-icon-steam:before { content: '\f1b6'; } /* '' */
.mob-icon-steam-squared:before { content: '\f1b7'; } /* '' */
.mob-icon-recycle:before { content: '\f1b8'; } /* '' */
.mob-icon-cab:before { content: '\f1b9'; } /* '' */
.mob-icon-taxi:before { content: '\f1ba'; } /* '' */
.mob-icon-tree:before { content: '\f1bb'; } /* '' */
.mob-icon-spotify:before { content: '\f1bc'; } /* '' */
.mob-icon-deviantart-1:before { content: '\f1bd'; } /* '' */
.mob-icon-soundcloud:before { content: '\f1be'; } /* '' */
.mob-icon-database-1:before { content: '\f1c0'; } /* '' */
.mob-icon-file-pdf:before { content: '\f1c1'; } /* '' */
.mob-icon-file-word:before { content: '\f1c2'; } /* '' */
.mob-icon-file-excel:before { content: '\f1c3'; } /* '' */
.mob-icon-file-powerpoint:before { content: '\f1c4'; } /* '' */
.mob-icon-file-image:before { content: '\f1c5'; } /* '' */
.mob-icon-file-archive:before { content: '\f1c6'; } /* '' */
.mob-icon-file-audio:before { content: '\f1c7'; } /* '' */
.mob-icon-file-video:before { content: '\f1c8'; } /* '' */
.mob-icon-file-code:before { content: '\f1c9'; } /* '' */
.mob-icon-vine:before { content: '\f1ca'; } /* '' */
.mob-icon-codeopen:before { content: '\f1cb'; } /* '' */
.mob-icon-jsfiddle:before { content: '\f1cc'; } /* '' */
.mob-icon-lifebuoy:before { content: '\f1cd'; } /* '' */
.mob-icon-circle-notch:before { content: '\f1ce'; } /* '' */
.mob-icon-rebel:before { content: '\f1d0'; } /* '' */
.mob-icon-empire:before { content: '\f1d1'; } /* '' */
.mob-icon-git-squared:before { content: '\f1d2'; } /* '' */
.mob-icon-git:before { content: '\f1d3'; } /* '' */
.mob-icon-hacker-news:before { content: '\f1d4'; } /* '' */
.mob-icon-tencent-weibo:before { content: '\f1d5'; } /* '' */
.mob-icon-qq:before { content: '\f1d6'; } /* '' */
.mob-icon-wechat:before { content: '\f1d7'; } /* '' */
.mob-icon-paper-plane-1:before { content: '\f1d8'; } /* '' */
.mob-icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.mob-icon-history:before { content: '\f1da'; } /* '' */
.mob-icon-circle-thin:before { content: '\f1db'; } /* '' */
.mob-icon-header:before { content: '\f1dc'; } /* '' */
.mob-icon-paragraph:before { content: '\f1dd'; } /* '' */
.mob-icon-sliders:before { content: '\f1de'; } /* '' */
.mob-icon-share:before { content: '\f1e0'; } /* '' */
.mob-icon-share-squared:before { content: '\f1e1'; } /* '' */
.mob-icon-bomb:before { content: '\f1e2'; } /* '' */
.mob-icon-soccer-ball:before { content: '\f1e3'; } /* '' */
.mob-icon-tty:before { content: '\f1e4'; } /* '' */
.mob-icon-binoculars:before { content: '\f1e5'; } /* '' */
.mob-icon-plug:before { content: '\f1e6'; } /* '' */
.mob-icon-slideshare-1:before { content: '\f1e7'; } /* '' */
.mob-icon-twitch:before { content: '\f1e8'; } /* '' */
.mob-icon-yelp:before { content: '\f1e9'; } /* '' */
.mob-icon-newspaper:before { content: '\f1ea'; } /* '' */
.mob-icon-wifi:before { content: '\f1eb'; } /* '' */
.mob-icon-calc:before { content: '\f1ec'; } /* '' */
.mob-icon-paypal:before { content: '\f1ed'; } /* '' */
.mob-icon-gwallet:before { content: '\f1ee'; } /* '' */
.mob-icon-cc-visa:before { content: '\f1f0'; } /* '' */
.mob-icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.mob-icon-cc-discover:before { content: '\f1f2'; } /* '' */
.mob-icon-cc-amex:before { content: '\f1f3'; } /* '' */
.mob-icon-cc-paypal:before { content: '\f1f4'; } /* '' */
.mob-icon-cc-stripe:before { content: '\f1f5'; } /* '' */
.mob-icon-bell-off:before { content: '\f1f6'; } /* '' */
.mob-icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
.mob-icon-trash-1:before { content: '\f1f8'; } /* '' */
.mob-icon-copyright:before { content: '\f1f9'; } /* '' */
.mob-icon-at:before { content: '\f1fa'; } /* '' */
.mob-icon-eyedropper:before { content: '\f1fb'; } /* '' */
.mob-icon-brush:before { content: '\f1fc'; } /* '' */
.mob-icon-birthday:before { content: '\f1fd'; } /* '' */
.mob-icon-chart-area:before { content: '\f1fe'; } /* '' */
.mob-icon-chart-pie:before { content: '\f200'; } /* '' */
.mob-icon-chart-line:before { content: '\f201'; } /* '' */
.mob-icon-lastfm:before { content: '\f202'; } /* '' */
.mob-icon-lastfm-squared:before { content: '\f203'; } /* '' */
.mob-icon-toggle-off:before { content: '\f204'; } /* '' */
.mob-icon-toggle-on:before { content: '\f205'; } /* '' */
.mob-icon-bicycle:before { content: '\f206'; } /* '' */
.mob-icon-bus:before { content: '\f207'; } /* '' */
.mob-icon-ioxhost:before { content: '\f208'; } /* '' */
.mob-icon-angellist:before { content: '\f209'; } /* '' */
.mob-icon-cc-1:before { content: '\f20a'; } /* '' */
.mob-icon-shekel:before { content: '\f20b'; } /* '' */
.mob-icon-meanpath:before { content: '\f20c'; } /* '' */
.mob-icon-buysellads:before { content: '\f20d'; } /* '' */
.mob-icon-connectdevelop:before { content: '\f20e'; } /* '' */
.mob-icon-dashcube:before { content: '\f210'; } /* '' */
.mob-icon-forumbee:before { content: '\f211'; } /* '' */
.mob-icon-leanpub:before { content: '\f212'; } /* '' */
.mob-icon-sellsy:before { content: '\f213'; } /* '' */
.mob-icon-shirtsinbulk:before { content: '\f214'; } /* '' */
.mob-icon-simplybuilt:before { content: '\f215'; } /* '' */
.mob-icon-skyatlas:before { content: '\f216'; } /* '' */
.mob-icon-cart-plus:before { content: '\f217'; } /* '' */
.mob-icon-cart-arrow-down:before { content: '\f218'; } /* '' */
.mob-icon-diamond-1:before { content: '\f219'; } /* '' */
.mob-icon-ship:before { content: '\f21a'; } /* '' */
.mob-icon-user-secret:before { content: '\f21b'; } /* '' */
.mob-icon-motorcycle:before { content: '\f21c'; } /* '' */
.mob-icon-street-view:before { content: '\f21d'; } /* '' */
.mob-icon-heartbeat:before { content: '\f21e'; } /* '' */
.mob-icon-venus:before { content: '\f221'; } /* '' */
.mob-icon-mars:before { content: '\f222'; } /* '' */
.mob-icon-mercury:before { content: '\f223'; } /* '' */
.mob-icon-transgender:before { content: '\f224'; } /* '' */
.mob-icon-transgender-alt:before { content: '\f225'; } /* '' */
.mob-icon-venus-double:before { content: '\f226'; } /* '' */
.mob-icon-mars-double:before { content: '\f227'; } /* '' */
.mob-icon-venus-mars:before { content: '\f228'; } /* '' */
.mob-icon-mars-stroke:before { content: '\f229'; } /* '' */
.mob-icon-mars-stroke-v:before { content: '\f22a'; } /* '' */
.mob-icon-mars-stroke-h:before { content: '\f22b'; } /* '' */
.mob-icon-neuter:before { content: '\f22c'; } /* '' */
.mob-icon-genderless:before { content: '\f22d'; } /* '' */
.mob-icon-facebook-official:before { content: '\f230'; } /* '' */
.mob-icon-pinterest-1:before { content: '\f231'; } /* '' */
.mob-icon-whatsapp:before { content: '\f232'; } /* '' */
.mob-icon-server:before { content: '\f233'; } /* '' */
.mob-icon-user-plus:before { content: '\f234'; } /* '' */
.mob-icon-user-times:before { content: '\f235'; } /* '' */
.mob-icon-bed:before { content: '\f236'; } /* '' */
.mob-icon-viacoin:before { content: '\f237'; } /* '' */
.mob-icon-train:before { content: '\f238'; } /* '' */
.mob-icon-subway:before { content: '\f239'; } /* '' */
.mob-icon-medium:before { content: '\f23a'; } /* '' */
.mob-icon-y-combinator:before { content: '\f23b'; } /* '' */
.mob-icon-optin-monster:before { content: '\f23c'; } /* '' */
.mob-icon-opencart:before { content: '\f23d'; } /* '' */
.mob-icon-expeditedssl:before { content: '\f23e'; } /* '' */
.mob-icon-battery-4:before { content: '\f240'; } /* '' */
.mob-icon-battery-3:before { content: '\f241'; } /* '' */
.mob-icon-battery-2:before { content: '\f242'; } /* '' */
.mob-icon-battery-1:before { content: '\f243'; } /* '' */
.mob-icon-battery-0:before { content: '\f244'; } /* '' */
.mob-icon-mouse-pointer:before { content: '\f245'; } /* '' */
.mob-icon-i-cursor:before { content: '\f246'; } /* '' */
.mob-icon-object-group:before { content: '\f247'; } /* '' */
.mob-icon-object-ungroup:before { content: '\f248'; } /* '' */
.mob-icon-sticky-note:before { content: '\f249'; } /* '' */
.mob-icon-sticky-note-o:before { content: '\f24a'; } /* '' */
.mob-icon-cc-jcb:before { content: '\f24b'; } /* '' */
.mob-icon-cc-diners-club:before { content: '\f24c'; } /* '' */
.mob-icon-clone:before { content: '\f24d'; } /* '' */
.mob-icon-balance-scale:before { content: '\f24e'; } /* '' */
.mob-icon-hourglass-o:before { content: '\f250'; } /* '' */
.mob-icon-hourglass-1:before { content: '\f251'; } /* '' */
.mob-icon-hourglass-2:before { content: '\f252'; } /* '' */
.mob-icon-hourglass-3:before { content: '\f253'; } /* '' */
.mob-icon-hourglass:before { content: '\f254'; } /* '' */
.mob-icon-hand-grab-o:before { content: '\f255'; } /* '' */
.mob-icon-hand-paper-o:before { content: '\f256'; } /* '' */
.mob-icon-hand-scissors-o:before { content: '\f257'; } /* '' */
.mob-icon-hand-lizard-o:before { content: '\f258'; } /* '' */
.mob-icon-hand-spock-o:before { content: '\f259'; } /* '' */
.mob-icon-hand-pointer-o:before { content: '\f25a'; } /* '' */
.mob-icon-hand-peace-o:before { content: '\f25b'; } /* '' */
.mob-icon-trademark:before { content: '\f25c'; } /* '' */
.mob-icon-registered:before { content: '\f25d'; } /* '' */
.mob-icon-creative-commons:before { content: '\f25e'; } /* '' */
.mob-icon-gg:before { content: '\f260'; } /* '' */
.mob-icon-gg-circle:before { content: '\f261'; } /* '' */
.mob-icon-tripadvisor:before { content: '\f262'; } /* '' */
.mob-icon-odnoklassniki:before { content: '\f263'; } /* '' */
.mob-icon-odnoklassniki-square:before { content: '\f264'; } /* '' */
.mob-icon-get-pocket:before { content: '\f265'; } /* '' */
.mob-icon-wikipedia-w:before { content: '\f266'; } /* '' */
.mob-icon-safari:before { content: '\f267'; } /* '' */
.mob-icon-chrome-1:before { content: '\f268'; } /* '' */
.mob-icon-firefox-1:before { content: '\f269'; } /* '' */
.mob-icon-opera-1:before { content: '\f26a'; } /* '' */
.mob-icon-internet-explorer:before { content: '\f26b'; } /* '' */
.mob-icon-television:before { content: '\f26c'; } /* '' */
.mob-icon-contao:before { content: '\f26d'; } /* '' */
.mob-icon-500px:before { content: '\f26e'; } /* '' */
.mob-icon-amazon:before { content: '\f270'; } /* '' */
.mob-icon-calendar-plus-o:before { content: '\f271'; } /* '' */
.mob-icon-calendar-minus-o:before { content: '\f272'; } /* '' */
.mob-icon-calendar-times-o:before { content: '\f273'; } /* '' */
.mob-icon-calendar-check-o:before { content: '\f274'; } /* '' */
.mob-icon-industry:before { content: '\f275'; } /* '' */
.mob-icon-map-pin:before { content: '\f276'; } /* '' */
.mob-icon-map-signs:before { content: '\f277'; } /* '' */
.mob-icon-map-o:before { content: '\f278'; } /* '' */
.mob-icon-map:before { content: '\f279'; } /* '' */
.mob-icon-commenting:before { content: '\f27a'; } /* '' */
.mob-icon-commenting-o:before { content: '\f27b'; } /* '' */
.mob-icon-houzz:before { content: '\f27c'; } /* '' */
.mob-icon-vimeo-1:before { content: '\f27d'; } /* '' */
.mob-icon-black-tie:before { content: '\f27e'; } /* '' */
.mob-icon-fontmob-icons:before { content: '\f280'; } /* '' */
.mob-icon-reddit-alien:before { content: '\f281'; } /* '' */
.mob-icon-edge:before { content: '\f282'; } /* '' */
.mob-icon-credit-card-alt:before { content: '\f283'; } /* '' */
.mob-icon-codiepie:before { content: '\f284'; } /* '' */
.mob-icon-modx:before { content: '\f285'; } /* '' */
.mob-icon-fort-awesome:before { content: '\f286'; } /* '' */
.mob-icon-usb:before { content: '\f287'; } /* '' */
.mob-icon-product-hunt:before { content: '\f288'; } /* '' */
.mob-icon-mixcloud:before { content: '\f289'; } /* '' */
.mob-icon-scribd:before { content: '\f28a'; } /* '' */
.mob-icon-pause-circle:before { content: '\f28b'; } /* '' */
.mob-icon-pause-circle-o:before { content: '\f28c'; } /* '' */
.mob-icon-stop-circle:before { content: '\f28d'; } /* '' */
.mob-icon-stop-circle-o:before { content: '\f28e'; } /* '' */
.mob-icon-shopping-bag:before { content: '\f290'; } /* '' */
.mob-icon-shopping-basket:before { content: '\f291'; } /* '' */
.mob-icon-hashtag:before { content: '\f292'; } /* '' */
.mob-icon-bluetooth:before { content: '\f293'; } /* '' */
.mob-icon-bluetooth-b:before { content: '\f294'; } /* '' */
.mob-icon-percent:before { content: '\f295'; } /* '' */
.mob-icon-gitlab:before { content: '\f296'; } /* '' */
.mob-icon-wpbeginner:before { content: '\f297'; } /* '' */
.mob-icon-wpforms:before { content: '\f298'; } /* '' */
.mob-icon-envira:before { content: '\f299'; } /* '' */
.mob-icon-universal-access-1:before { content: '\f29a'; } /* '' */
.mob-icon-wheelchair-alt:before { content: '\f29b'; } /* '' */
.mob-icon-question-circle-o:before { content: '\f29c'; } /* '' */
.mob-icon-blind-1:before { content: '\f29d'; } /* '' */
.mob-icon-audio-description:before { content: '\f29e'; } /* '' */
.mob-icon-volume-control-phone:before { content: '\f2a0'; } /* '' */
.mob-icon-braille-1:before { content: '\f2a1'; } /* '' */
.mob-icon-assistive-listening-systems:before { content: '\f2a2'; } /* '' */
.mob-icon-american-sign-language-interpreting:before { content: '\f2a3'; } /* '' */
.mob-icon-asl-interpreting:before { content: '\f2a4'; } /* '' */
.mob-icon-glide:before { content: '\f2a5'; } /* '' */
.mob-icon-glide-g:before { content: '\f2a6'; } /* '' */
.mob-icon-sign-language:before { content: '\f2a7'; } /* '' */
.mob-icon-low-vision:before { content: '\f2a8'; } /* '' */
.mob-icon-viadeo:before { content: '\f2a9'; } /* '' */
.mob-icon-viadeo-square:before { content: '\f2aa'; } /* '' */
.mob-icon-snapchat:before { content: '\f2ab'; } /* '' */
.mob-icon-snapchat-ghost:before { content: '\f2ac'; } /* '' */
.mob-icon-snapchat-square:before { content: '\f2ad'; } /* '' */
.mob-icon-pied-piper:before { content: '\f2ae'; } /* '' */
.mob-icon-first-order:before { content: '\f2b0'; } /* '' */
.mob-icon-yoast:before { content: '\f2b1'; } /* '' */
.mob-icon-themeisle:before { content: '\f2b2'; } /* '' */
.mob-icon-google-plus-circle:before { content: '\f2b3'; } /* '' */
.mob-icon-font-awesome:before { content: '\f2b4'; } /* '' */
.mob-icon-handshake-o:before { content: '\f2b5'; } /* '' */
.mob-icon-envelope-open:before { content: '\f2b6'; } /* '' */
.mob-icon-envelope-open-o:before { content: '\f2b7'; } /* '' */
.mob-icon-linode:before { content: '\f2b8'; } /* '' */
.mob-icon-address-book-1:before { content: '\f2b9'; } /* '' */
.mob-icon-address-book-o:before { content: '\f2ba'; } /* '' */
.mob-icon-address-card:before { content: '\f2bb'; } /* '' */
.mob-icon-address-card-o:before { content: '\f2bc'; } /* '' */
.mob-icon-user-circle:before { content: '\f2bd'; } /* '' */
.mob-icon-user-circle-o:before { content: '\f2be'; } /* '' */
.mob-icon-user-o:before { content: '\f2c0'; } /* '' */
.mob-icon-id-badge:before { content: '\f2c1'; } /* '' */
.mob-icon-id-card:before { content: '\f2c2'; } /* '' */
.mob-icon-id-card-o:before { content: '\f2c3'; } /* '' */
.mob-icon-quora:before { content: '\f2c4'; } /* '' */
.mob-icon-free-code-camp:before { content: '\f2c5'; } /* '' */
.mob-icon-telegram:before { content: '\f2c6'; } /* '' */
.mob-icon-thermometer:before { content: '\f2c7'; } /* '' */
.mob-icon-thermometer-3:before { content: '\f2c8'; } /* '' */
.mob-icon-thermometer-2:before { content: '\f2c9'; } /* '' */
.mob-icon-thermometer-quarter:before { content: '\f2ca'; } /* '' */
.mob-icon-thermometer-0:before { content: '\f2cb'; } /* '' */
.mob-icon-shower:before { content: '\f2cc'; } /* '' */
.mob-icon-bath:before { content: '\f2cd'; } /* '' */
.mob-icon-podcast:before { content: '\f2ce'; } /* '' */
.mob-icon-window-maximize:before { content: '\f2d0'; } /* '' */
.mob-icon-window-minimize:before { content: '\f2d1'; } /* '' */
.mob-icon-window-restore:before { content: '\f2d2'; } /* '' */
.mob-icon-window-close:before { content: '\f2d3'; } /* '' */
.mob-icon-window-close-o:before { content: '\f2d4'; } /* '' */
.mob-icon-bandcamp:before { content: '\f2d5'; } /* '' */
.mob-icon-grav:before { content: '\f2d6'; } /* '' */
.mob-icon-etsy:before { content: '\f2d7'; } /* '' */
.mob-icon-imdb:before { content: '\f2d8'; } /* '' */
.mob-icon-ravelry:before { content: '\f2d9'; } /* '' */
.mob-icon-eercast:before { content: '\f2da'; } /* '' */
.mob-icon-microchip:before { content: '\f2db'; } /* '' */
.mob-icon-snowflake-o:before { content: '\f2dc'; } /* '' */
.mob-icon-superpowers:before { content: '\f2dd'; } /* '' */
.mob-icon-wpexplorer:before { content: '\f2de'; } /* '' */
.mob-icon-meetup:before { content: '\f2e0'; } /* '' */
.mob-icon-github-squared:before { content: '\f300'; } /* '' */
.mob-icon-facebook-rect:before { content: '\f301'; } /* '' */
.mob-icon-twitter-4:before { content: '\f302'; } /* '' */
.mob-icon-twitter-bird:before { content: '\f303'; } /* '' */
.mob-icon-twitter-squared:before { content: '\f304'; } /* '' */
.mob-icon-yandex:before { content: '\f305'; } /* '' */
.mob-icon-vimeo-2:before { content: '\f306'; } /* '' */
.mob-icon-vimeo-circled:before { content: '\f307'; } /* '' */
.mob-icon-facebook-squared:before { content: '\f308'; } /* '' */
.mob-icon-googleplus-rect:before { content: '\f309'; } /* '' */
.mob-icon-vkontakte-rect:before { content: '\f30a'; } /* '' */
.mob-icon-skype-1:before { content: '\f30b'; } /* '' */
.mob-icon-linkedin-squared:before { content: '\f30c'; } /* '' */
.mob-icon-odnoklassniki-rect:before { content: '\f30d'; } /* '' */
.mob-icon-vimeo-rect:before { content: '\f30e'; } /* '' */
.mob-icon-gplus-1:before { content: '\f30f'; } /* '' */
.mob-icon-tumblr-rect:before { content: '\f310'; } /* '' */
.mob-icon-tumblr-4:before { content: '\f311'; } /* '' */
.mob-icon-linkedin-rect:before { content: '\f312'; } /* '' */
.mob-icon-youtube-1:before { content: '\f313'; } /* '' */
.mob-icon-twitter-rect:before { content: '\f314'; } /* '' */
.mob-icon-tumblr-2:before { content: '\f315'; } /* '' */
.mob-icon-tumblr-circled:before { content: '\f316'; } /* '' */
.mob-icon-jabber:before { content: '\f317'; } /* '' */
.mob-icon-linkedin-2:before { content: '\f318'; } /* '' */
.mob-icon-linkedin-circled:before { content: '\f319'; } /* '' */
.mob-icon-linkedin-6:before { content: '\f31a'; } /* '' */
.mob-icon-dribbble-2:before { content: '\f31b'; } /* '' */
.mob-icon-dribbble-circled:before { content: '\f31c'; } /* '' */
.mob-icon-wordpress-3:before { content: '\f31d'; } /* '' */
.mob-icon-stumbleupon-2:before { content: '\f31e'; } /* '' */
.mob-icon-stumbleupon-circled-1:before { content: '\f31f'; } /* '' */
.mob-icon-diigo:before { content: '\f320'; } /* '' */
.mob-icon-lastfm-1:before { content: '\f321'; } /* '' */
.mob-icon-lastfm-circled:before { content: '\f322'; } /* '' */
.mob-icon-tudou:before { content: '\f323'; } /* '' */
.mob-icon-rdio:before { content: '\f324'; } /* '' */
.mob-icon-rdio-circled:before { content: '\f325'; } /* '' */
.mob-icon-amex:before { content: '\f326'; } /* '' */
.mob-icon-spotify-1:before { content: '\f327'; } /* '' */
.mob-icon-spotify-circled:before { content: '\f328'; } /* '' */
.mob-icon-mastercard:before { content: '\f329'; } /* '' */
.mob-icon-qq-1:before { content: '\f32a'; } /* '' */
.mob-icon-bandcamp-1:before { content: '\f32b'; } /* '' */
.mob-icon-codepen:before { content: '\f32c'; } /* '' */
.mob-icon-instagram-2:before { content: '\f32d'; } /* '' */
.mob-icon-dropbox-1:before { content: '\f330'; } /* '' */
.mob-icon-evernote:before { content: '\f333'; } /* '' */
.mob-icon-flattr:before { content: '\f336'; } /* '' */
.mob-icon-skype-3:before { content: '\f339'; } /* '' */
.mob-icon-skype-circled:before { content: '\f33a'; } /* '' */
.mob-icon-renren-1:before { content: '\f33c'; } /* '' */
.mob-icon-sina-weibo:before { content: '\f33f'; } /* '' */
.mob-icon-paypal-1:before { content: '\f342'; } /* '' */
.mob-icon-picasa-1:before { content: '\f345'; } /* '' */
.mob-icon-soundcloud-1:before { content: '\f348'; } /* '' */
.mob-icon-mixi:before { content: '\f34b'; } /* '' */
.mob-icon-behance-2:before { content: '\f34e'; } /* '' */
.mob-icon-google-circles:before { content: '\f351'; } /* '' */
.mob-icon-vkontakte-2:before { content: '\f354'; } /* '' */
.mob-icon-smashing:before { content: '\f357'; } /* '' */
.mob-icon-comment-6:before { content: '\f4ac'; } /* '' */
.mob-icon-folder-open-empty-1:before { content: '\f4c2'; } /* '' */
.mob-icon-calendar-6:before { content: '\f4c5'; } /* '' */
.mob-icon-newspaper-2:before { content: '\f4f0'; } /* '' */
.mob-icon-camera-6:before { content: '\f4f7'; } /* '' */
.mob-icon-search-7:before { content: '\f50d'; } /* '' */
.mob-icon-lock-alt:before { content: '\f510'; } /* '' */
.mob-icon-lock-7:before { content: '\f512'; } /* '' */
.mob-icon-lock-open-6:before { content: '\f513'; } /* '' */
.mob-icon-joystick:before { content: '\f514'; } /* '' */
.mob-icon-fire-3:before { content: '\f525'; } /* '' */
.mob-icon-chart-bar-5:before { content: '\f526'; } /* '' */
.mob-icon-spread:before { content: '\f527'; } /* '' */
.mob-icon-spinner1:before { content: '\f528'; } /* '' */
.mob-icon-spinner2:before { content: '\f529'; } /* '' */
.mob-icon-db-shape:before { content: '\f600'; } /* '' */
.mob-icon-sweden:before { content: '\f601'; } /* '' */
.mob-icon-logo-db:before { content: '\f603'; } /* '' */.mob-menu-overlay .mobmenu-panel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mob-menu-overlay.show-nav-left .mobmenu-panel, .mob-menu-overlay.show-nav-right .mobmenu-panel {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
    z-index: 100001;
}
.mob-menu-overlay .show-panel .mob-cancel-button {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 8px;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100002;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
}
.mob-retina-logo{
    display: none;
    max-width: 100%;
}
.mob-cancel-button{
    z-index: 99999999!important;
    position:relative!important;
}
.mobmenu-content .widget {
    padding-bottom: 0px;
    padding: 20px;
}
.mob-expand-submenu i {
    position: relative;
    font-weight: 600;
    cursor: pointer;
}
.mob-menu-left-bg-holder, .mob-menu-right-bg-holder, .mob-menu-cart-bg-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -50;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.mob-menu-no-scroll{
    overflow: hidden;
}
.mobmenu-content .sub-menu {
    display: none;
    opacity: 1;
}
.mobmenur-container {
    position: absolute;     
    right: 0px; 
} 
.leftmbottom h2 {
    font-weight: bold;
    background-color: transparent;
    color: inherit;
}
.mob-cancel-button {
    display:none;
    z-index: 99999999;
}
.show-nav-left.mob-menu-overlay .left-menu-icon-text, .show-nav-right.mob-menu-overlay .left-menu-icon-text {
    display: none;
}
.show-nav-left.mob-menu-slideout-top .mobmenu-right-bt .mob-cancel-button, .show-nav-right.mob-menu-slideout-top .mobmenu-left-bt .mob-cancel-button {
    display: none;
}
.show-nav-left.mob-menu-slideout-top .mobmenu-right-bt .mob-menu-icon, .show-nav-right.mob-menu-slideout-top .mobmenu-left-bt .mob-menu-icon {
    display: block;
}
.show-panel .mob-cancel-button {
    display: block;
}
.mobmenu-content li a {
    display: block;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
}
.mobmenu-content li a:active, .mobmenu-content li:active, .mobmenu-content li a .mob-expand-submenu:active{
    border-style: outset;
    border: none;
}
.mobmenu-left-alignment.show-panel, .mobmenu-right-alignment.show-panel {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.mobmenu-left-alignment {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mobmenu-right-alignment {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel {
    top: 32px;
}
#wpadminbar {
    position: fixed;
}
.show-nav-left .mob-menu-header-holder, .show-nav-right .mob-menu-header-holder, .mob-menu-header-holder, .mobmenu-panel, .mobmenu-overlay , .show-nav-left .mobmenu-push-wrap, .show-nav-right .mobmenu-push-wrap, .show-nav-left .mob-menu-header-holder, .show-nav-left .mobmenu-left-alignment, .show-nav-right .mobmenu-right-alignment, .show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay{
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
}
/* Mobmenu Slide Over */
.mobmenu-overlay {
    opacity: 0;
}
.widget img {
    max-width: 100%; 
}
#mobmenuleft, #mobmenuright {
    margin: 0;
    padding: 0;
}
#mobmenuleft  li > ul {
    display:none;
    left: 15px;
    padding-left: 0px;
}
.mob-expand-submenu {
    position: relative;
    right: 0px;
    float: right;
    
}
.mobmenu-parent-link .menu-item-has-children {
    cursor: pointer;
}
#mobmenuright  li > ul {
    display:none;
    left: 15px;
    padding-left: 0px;
}
.rightmbottom, .rightmtop {   
    padding-left: 10px;
    padding-right: 10px;
}
/* Hides everything pushed outside of it */
.mob-menu-slideout .mobmenu-panel {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 300000;
    overflow-y: hidden;   
    overflow-x: hidden;
    opacity: 1;
}
.mob-menu-slideout .mobmenu-right-alignment {
    right: 0;
}
.mobmenu-content li {
    list-style: none;
    visibility: visible;
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
}
.mob-menu-slideout .mobmenu-left-alignment, .mob-menu-slideout-over .mobmenu-left-alignment {
    left: 0;
}
.mob-menu-slideout .mobmenu-right-alignment, .mob-menu-slideout-over .mobmenu-right-alignment {
    right: 0;
}
.mob-menu-header-holder {
    font-weight:bold;
    top:0px;	
    right: 0px;
    color:#000;
    display: block;
    z-index: 9999;
}
/* 2nd Level Menu Items Padding */
.mobmenu .sub-menu li > a {
    padding-left: 50px;
}
/* 3rd Level Menu Items Padding */
.mobmenu .sub-menu .sub-menu li a {
    padding-left: 75px;
}
.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 30px;
}
.mobmenu-content {
    margin-top: 45px;
    padding-bottom: 120px;
    z-index: 1;
    height: 100%;
    overflow: auto;
    padding-top: 10px;
}
.mobmenu-parent-link .mob-expand-submenu {
    cursor: pointer;
}
#mobmenuright.nomenu li, #mobmenuleft.nomenu li{
    padding-left: 7%;
    padding-right: 7%;
}
.mob-expand-submenu.show-sub .mob-icon-down-open {
  display: none;
}
.mob-expand-submenu.show-sub .mob-icon-up-open {
  display: block;
}
.mob-expand-submenu .mob-icon-down-open {
    display: block;
}
.mob-expand-submenu .mob-icon-up-open {
    display: none;
  }
.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay {
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
    opacity: 1;
    position: fixed;
    cursor: pointer;
}
/* Search Form Ajax Results */
.mobmenu-ajax-search-results {
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    position: fixed;
    margin-top: 50px;
}
[data-panel-target="mobmenu-filter-panel"].mobmenu-trigger-action {
    float:left;
}
.mobmenu-content .sub-menu.show-sub-menu {
    -webkit-transition: height 1s linear 0s;
    -moz-transition: height 1s linear 0s;
    -ms-transition: height 1s linear 0s;
    -o-transition: height 1s linear 0s;
    transition: height 1s linear 0s;
    overflow:hidden;
}
/* No menu assigned warning. */
h4.no-mobile-menu {
    padding: 50px;
    text-align: center;
    width: 70%;
    background: #fff;
    margin: auto;
}
h4.no-mobile-menu a {
    text-decoration: underline;
    color:#000;
}
.mobmenu-content li a:focus {
    outline: none;
}/* DivTable.com */
.wpufTable {
  display: table;
  width: 100%;
}
.wpufTableRow {
  display: table-row;
}
.wpufTableRow:nth-child(even) {
  background-color: #f5f5f5;
}
.wpufTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}
.wpufTableCell,
.wpufTableHead {
  border: none;
  display: table-cell;
  padding: 3px 10px;
}
.wpufTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}
.wpufTableBody {
  display: table-row-group;
}
.wpuf-menu-item.active a {
  color: #040202;
}
.wpuf-loading {
  width: 16px;
  height: 16px;
  background: url('wp-user-frontend/assets/images/wpspin_light.gif') no-repeat;
  display: inline-block;
}
.wpuf-loading.hide {
  display: none;
}
.wpuf-button {
  color: #555;
  border-color: #cccccc;
  background: #f7f7f7;
  -webkit-box-shadow: 0 1px 0 #cccccc;
  box-shadow: 0 1px 0 #cccccc;
  vertical-align: top;
}
.wpuf-button:hover,
.wpuf-button:focus {
  background: #fafafa;
  border-color: #999;
  color: #23282d;
}
.wpuf-success {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d;
  padding: 10px;
  margin: 10px 0 20px 0;
}
.wpuf-error {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
  margin: 10px 10px 20px;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
}
.wpuf-message {
  background: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  margin: 10px 0 20px 0;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
}
#wpuf-private-message .chat-box {
  margin-bottom: 30px;
}
#wpuf-private-message .write-area {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
}
.wpuf-info {
  background-color: #fef5be;
  border: 2px solid #fdd425;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  font-size: 13px;
}
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=text],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text],
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=password],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=password],
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=email],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email],
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=url],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=url],
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=number],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=number],
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=tel],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=tel],
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields textarea,
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea {
  background: #fafafa;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  color: #888;
  width: 95%;
}
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=text]:focus,
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text]:focus,
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=password]:focus,
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=password]:focus,
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=email]:focus,
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email]:focus,
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=url]:focus,
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=url]:focus,
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=number]:focus,
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=number]:focus,
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields textarea:focus,
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea:focus {
  color: #373737;
}
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields textarea,
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea {
  padding-left: 3px;
  width: 95%;
}
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=text],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text],
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=password],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=password],
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=email],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email],
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=url],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=url],
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=number],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=number] {
  padding: 5px;
}
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields select,
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields select {
  border: 1px solid #eee;
  padding: 2px;
  height: 2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 150px;
  max-width: 100%;
}
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields select[multiple],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields select[multiple] {
  height: auto;
}
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit],
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit] {
  font-size: 16px;
  padding: 5px 15px;
  line-height: inherit;
  height: inherit;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0085ba;
  border-color: #0073aa #006799 #006799;
  -webkit-box-shadow: 0 1px 0 #006799;
  box-shadow: 0 1px 0 #006799;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:disabled,
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:disabled {
  background: #dddddd;
  border-color: #dddddd;
  -webkit-box-shadow: 0 1px 0 #dddddd;
  box-shadow: 0 1px 0 #dddddd;
  color: #000;
  text-shadow: 0 -1px 1px #dddddd, 1px 0 1px #dddddd, 0 1px 1px #dddddd, -1px 0 1px #dddddd;
}
ul.wpuf-form {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
ul.wpuf-form li {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 10px;
}
ul.wpuf-form li:after {
  clear: both;
  content: "";
  display: table;
}
ul.wpuf-form li.has-error {
  background: #FFE4E4;
}
ul.wpuf-form li .wp-editor-wrap {
  border: 1px solid #eee;
}
ul.wpuf-form li.wpuf_hidden_field {
  display: none;
}
ul.wpuf-form li .wpuf-label {
  float: left;
  width: 30%;
  min-height: 1px;
  font-weight: bold;
}
ul.wpuf-form li .wpuf-label .required {
  color: red;
}
ul.wpuf-form li.field-size-large .wpuf-fields {
  float: left;
  width: 70%;
}
ul.wpuf-form li.field-size-medium .wpuf-fields {
  float: left;
  width: 50%;
}
ul.wpuf-form li.field-size-small .wpuf-fields {
  float: left;
  width: 30%;
}
ul.wpuf-form li .wpuf-fields {
  float: left;
  width: 70%;
}
ul.wpuf-form li .wpuf-fields .wpuf-radio-inline,
ul.wpuf-form li .wpuf-fields .wpuf-checkbox-inline {
  display: inline-block;
  margin-right: 10px;
}
ul.wpuf-form li .wpuf-fields .wpuf-radio-block,
ul.wpuf-form li .wpuf-fields .wpuf-checkbox-block {
  display: block;
  margin-bottom: 6px;
}
ul.wpuf-form li .wpuf-fields a.file-selector {
  display: inline;
  text-decoration: none;
  padding: 5px 12px;
  margin: 0;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fafafa;
  color: #23282d;
  box-shadow: 0 1px 0 #cccccc;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
  white-space: nowrap;
}
ul.wpuf-form li .wpuf-fields a.file-selector:hover,
ul.wpuf-form li .wpuf-fields a.file-selector:focus {
  background: #fafafa;
  border-color: #999;
  color: #23282d;
}
ul.wpuf-form li .wpuf-fields .google-map img {
  max-width: none !important;
}
ul.wpuf-form li .wpuf-fields .wpuf-product-qty {
  float: left;
  width: 10%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap {
  margin-bottom: 8px;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap:after {
  clear: both;
  content: "";
  display: table;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-first-name {
  float: left;
  width: 48%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-middle-name {
  display: none;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-last-name {
  float: right;
  width: 48%;
}
@media (max-width: 767px) {
  ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-last-name,
  ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-first-name {
    width: 100%;
  }
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-middle-last .wpuf-name-field-first-name {
  float: left;
  width: 37%;
  margin-right: 3%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-middle-last .wpuf-name-field-middle-name {
  float: left;
  width: 20%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-middle-last .wpuf-name-field-last-name {
  float: right;
  width: 37%;
}
ul.wpuf-form li .wpuf-fields .wpuf-help {
  color: #666;
  margin: 2px 0 5px 0;
  font-size: 12px;
  font-style: italic;
  font-family: sans-serif;
  display: block;
}
ul.wpuf-form li .wpuf-fields .wpuf-help .text-danger {
  color: red;
}
ul.wpuf-form li .wpuf-fields .wpuf-help .text-success {
  color: green;
}
ul.wpuf-form li .wpuf-fields .wpuf-help #url-alart,
ul.wpuf-form li .wpuf-fields .wpuf-help #url-alart-mgs {
  font-style: normal;
  font-size: 16px;
}
ul.wpuf-form li .wpuf-fields table,
ul.wpuf-form li .wpuf-fields td {
  border: none;
  margin: 0;
}
ul.wpuf-form li .wpuf-fields table {
  width: 100%;
}
ul.wpuf-form li .wpuf-fields img.wpuf-clone-field,
ul.wpuf-form li .wpuf-fields img.wpuf-remove-field {
  cursor: pointer;
  margin: 0 3px;
  box-shadow: none;
  border: none;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li {
  display: inline-block;
  border: 1px solid #eee;
  padding: 5px;
  width: 150px;
  height: 150px;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap {
  margin: 10px 0;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap input,
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap textarea {
  border: 1px solid #eee;
  width: 93%;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .attachment-name {
  text-align: center;
  line-height: 0;
}
ul.wpuf-form li .wpuf-fields .progress {
  background: -moz-linear-gradient(center bottom, #FFFFFF 0%, #F7F7F7 100%) repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
  float: right;
  height: 22px;
  line-height: 2em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 200px;
}
ul.wpuf-form li .wpuf-fields .bar {
  background-color: #83B4D8;
  background-image: -moz-linear-gradient(center bottom, #72A7CF 0%, #90C5EE 100%);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 0;
  z-index: 9;
}
ul.wpuf-form li .wpuf-fields .progress .percent {
  color: rgba(0, 0, 0, 0.6);
  padding: 0 8px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  width: 200px;
  z-index: 10;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist li {
  margin-bottom: 5px;
  padding: 0;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist ul.children {
  list-style: none;
  margin-left: 25px;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container {
  margin-bottom: 3px;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container:after {
  clear: both;
  content: "";
  display: table;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container a.wpuf-insert-image {
  text-decoration: none;
  border: 1px solid #DFDFDF;
  font-size: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 6px;
  margin-right: 10px;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container a.wpuf-insert-image .wpuf-media-icon {
  height: 12px;
  width: 12px;
}
ul.wpuf-form li .wpuf-fields .wpuf-fields-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.wpuf-form li .wpuf-fields .wpuf-fields-list li {
  padding: 0;
  margin: 0 0 6px;
}
ul.wpuf-form li .wpuf-fields .wpuf-fields-list.wpuf-list-inline {
  margin-left: -5px;
}
ul.wpuf-form li .wpuf-fields .wpuf-fields-list.wpuf-list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field {
  border-collapse: collapse;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field * {
  box-sizing: border-box;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field input {
  width: 100%;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field .wpuf-repeater-buttons {
  width: 75px;
  padding-left: 12px;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field .wpuf-repeater-buttons img {
  width: 100%;
  height: auto;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field .wpuf-repeater-buttons i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px 4px 0 0;
}
ul.wpuf-form li label.wpuf-form-sub-label {
  font-size: 12px;
  display: inline-block;
  padding-top: 5px;
}
ul.wpuf-form li .wpuf-address-field {
  width: 100%;
  margin-bottom: 10px;
}
ul.wpuf-form li .wpuf-address-field:after {
  clear: both;
  content: "";
  display: table;
}
ul.wpuf-form li .wpuf-address-field.city_name,
ul.wpuf-form li .wpuf-address-field.state,
ul.wpuf-form li .wpuf-address-field.zip,
ul.wpuf-form li .wpuf-address-field.country_select {
  float: left;
  width: 47%;
}
ul.wpuf-form li .wpuf-address-field.city_name,
ul.wpuf-form li .wpuf-address-field.zip {
  margin-right: 4%;
}
ul.wpuf-form li .wpuf-address-field.zip {
  clear: both;
}
ul.wpuf-form li .wpuf-section-wrap {
  border-bottom: 1px solid #ccc;
  margin: 15px 0;
}
ul.wpuf-form li .wpuf-section-wrap h2.wpuf-section-title {
  margin: 0;
}
ul.wpuf-form li .wpuf-section-wrap .wpuf-section-details {
  padding: 4px 0 8px;
  font-size: 12px;
}
ul.wpuf-form.form-label-above li .wpuf-label,
ul.wpuf-form.form-label-above li .wpuf-fields {
  display: block;
  float: none;
  width: 100%;
}
ul.wpuf-form.form-label-above li.field-size-large .wpuf-fields {
  display: block;
  float: none;
  width: 100%;
}
ul.wpuf-form.form-label-above li.field-size-medium .wpuf-fields {
  display: block;
  float: none;
  width: 65%;
}
ul.wpuf-form.form-label-above li.field-size-small .wpuf-fields {
  display: block;
  float: none;
  width: 30%;
}
ul.wpuf-form.form-label-above li .wpuf-label {
  margin-bottom: 10px;
}
ul.wpuf-form.form-label-right li .wpuf-label {
  float: right;
}
ul.wpuf-form.form-label-hidden li .wpuf-label {
  display: none;
}
ul.wpuf-form.form-label-hidden li.field-size-large .wpuf-fields {
  display: block;
  float: none;
  width: 100%;
}
ul.wpuf-form.form-label-hidden li.field-size-medium .wpuf-fields {
  display: block;
  float: none;
  width: 65%;
}
ul.wpuf-form.form-label-hidden li.field-size-small .wpuf-fields {
  display: block;
  float: none;
  width: 30%;
}
ul.wpuf-form.form-label-hidden li .wpuf-fields {
  display: block;
  float: none;
  width: 100%;
}
ul.wpuf-form .wpuf-submit .button-primary-disabled {
  color: #94cde7 !important;
  background: #298cba !important;
  border-color: #1b607f !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
  cursor: default;
}
ul.wpuf-form .wpuf-submit .wpuf-errors {
  background: #FFE4E4;
  border: 1px solid #ffb1b1;
  margin: 10px 0;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
}
ul.wpuf-form:not(.form-label-left) .wpuf-submit .wpuf-label {
  display: none !important;
}
#wpuf-login-form label {
  display: block;
}
#wpuf-login-form .forgetmenot label {
  display: inline-block;
}
.wpuf_sub_info {
  padding: 0;
  margin: 10px 5px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.wpuf_sub_info h3 {
  background-color: #f1f1f1;
  padding: 10px;
  margin: 0 0 5px 0 !important;
  font-weight: 300 !important;
}
.wpuf_sub_info .wpuf-text {
  padding: 5px 10px;
}
.wpuf_sub_info .wpuf-expire {
  border-top: 1px solid #eee;
  padding-top: 5px;
  margin-top: 5px;
}
.wpuf-coupon-info-wrap {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 20px;
}
.wpuf-coupon-info-wrap .wpuf-coupon-field-spinner {
  background: url('wp-user-frontend/assets/images/wpspin_light.gif') no-repeat right scroll rgba(0, 0, 0, 0);
}
.wpuf-coupon-info-wrap .wpuf-copon-show {
  background: #EEEEEE;
  border-radius: 3px;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(217, 217, 217, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #5C5A5A;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 5px 12px;
  text-decoration: none;
  width: 175px;
  margin-bottom: 8px;
}
.wpuf-coupon-info-wrap .wpuf-copon-wrap {
  margin: 15px 0;
}
.wpuf-coupon-info-wrap .wpuf-pack-info {
  margin-bottom: 20px;
}
.wpuf-coupon-info-wrap .wpuf-pack-info h3 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
.wpuf-coupon-info-wrap .wpuf-pack-info h3 a {
  text-decoration: none;
  background: #64C3DE;
  color: #fff;
  padding: 3px 8px;
  font-size: 14px;
}
.wpuf-coupon-info-wrap .wpuf-pack-info wpuf-subscription-error {
  color: #D8000C;
}
.wpuf-coupon-info-wrap .wpuf-copon-show:hover {
  background: none repeat scroll 0 0 #1E8CBE;
  border-color: #0074A2;
  box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
  color: #FFFFFF;
}
.wpuf-coupon-info-wrap a.wpuf-apply-coupon {
  text-decoration: none;
  font-size: 11px;
  margin-top: 10px;
  margin-right: 10px;
  background: #21759b;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.wpuf-coupon-info-wrap .wpuf-copon-cancel {
  text-decoration: none;
  font-size: 11px;
}
.entry-content ul.wpuf_packs,
ul.wpuf_packs {
  overflow: hidden;
  margin: 15px 0;
  max-width: initial;
  width: 100%;
  padding-left: 0;
}
.entry-content ul.wpuf_packs > li,
ul.wpuf_packs > li {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #DDD;
  border-radius: 5px 5px 5px 5px;
  list-style: none outside none;
  margin: 0 25px 25px 0;
  position: relative;
  width: 200px;
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
@media (max-width: 991px) {
  .entry-content ul.wpuf_packs,
  ul.wpuf_packs {
    text-align: center;
    padding-left: 25px;
  }
}
@media (max-width: 500px) {
  .entry-content ul.wpuf_packs,
  ul.wpuf_packs {
    padding-left: 0;
  }
  .entry-content ul.wpuf_packs > li,
  ul.wpuf_packs > li {
    width: 100%;
    margin-left: 0;
  }
}
.entry-content ul.wpuf_packs h3,
ul.wpuf_packs h3 {
  background: #52B5D5;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 10px !important;
  text-align: center;
  border-bottom: 1px solid #3dacd0;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap,
ul.wpuf_packs .wpuf-pricing-wrap {
  background: #64C3DE;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount,
ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount {
  position: relative;
  text-align: center;
  color: #FFF;
  border-bottom: 1px solid #4fbbda;
  padding: 10px 0;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-symbol,
ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-symbol {
  font-size: 19px;
  position: absolute;
  top: 25px;
  line-height: 10px;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-cost,
ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-cost {
  font-size: 40px;
  margin-left: 10px;
  line-height: 50px;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-pack-cycle,
ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-pack-cycle {
  font-size: 13px;
  padding-bottom: 5px;
}
.entry-content ul.wpuf_packs .wpuf-sub-body,
ul.wpuf_packs .wpuf-sub-body {
  margin: 0;
  padding: 8px 0 0 8px;
  background: #fff;
  font-size: 11px;
  color: #999;
}
.entry-content ul.wpuf_packs .wpuf-sub-button,
ul.wpuf_packs .wpuf-sub-button {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
.entry-content ul.wpuf_packs .wpuf-sub-button a,
ul.wpuf_packs .wpuf-sub-button a {
  background: #64C3DE;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.entry-content ul.wpuf_packs .wpuf-sub-button a:hover,
ul.wpuf_packs .wpuf-sub-button a:hover {
  background: #3ab3d5;
}
.entry-content ul.wpuf_packs .wpuf-sub-button a:hover,
ul.wpuf_packs .wpuf-sub-button a:hover {
  background: none repeat scroll 0 0 #1E8CBE;
  border-color: #0074A2;
  box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
  color: #FFFFFF;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption,
ul.wpuf_packs .wpuf-sub-desciption {
  margin-top: 15px;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption ul,
ul.wpuf_packs .wpuf-sub-desciption ul,
.entry-content ul.wpuf_packs .wpuf-sub-desciption li,
ul.wpuf_packs .wpuf-sub-desciption li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption li,
ul.wpuf_packs .wpuf-sub-desciption li {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 7px 0;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption li:last-child,
ul.wpuf_packs .wpuf-sub-desciption li:last-child {
  border-bottom: 1px solid #eee;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption li:first-child,
ul.wpuf_packs .wpuf-sub-desciption li:first-child {
  border-top: none;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption p,
ul.wpuf_packs .wpuf-sub-desciption p {
  padding: 0 10px;
  margin-bottom: 15px;
}
.entry-content ul.wpuf_packs .button,
ul.wpuf_packs .button {
  background: none repeat scroll 0 0 #2EA2CC;
  border-color: #0074A2;
  box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 12px 2px;
  color: #fff;
}
.entry-content ul.wpuf_packs .cost,
ul.wpuf_packs .cost {
  background: red;
  border-radius: 30px 30px 30px 30px;
  color: #FFFFFF;
  margin: -16px -12px 0 0;
  padding: 10px 8px 8px;
  position: absolute;
  right: 0;
  top: 0;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px;
}
.pass-strength-result {
  border-style: solid;
  border-width: 1px;
  float: left;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  width: 200px;
  display: none;
  background-color: #eee;
  border-color: #ddd !important;
}
.pass-strength-result.bad {
  background-color: #ffb78c;
  border-color: #ff853c !important;
}
.pass-strength-result.good {
  background-color: #ffec8b;
  border-color: #fc0 !important;
}
.pass-strength-result.short {
  background-color: #ffa0a0;
  border-color: #f04040 !important;
}
.pass-strength-result.strong {
  background-color: #c3ff88;
  border-color: #8dff1c !important;
}
.password[type="text"] {
  display: none;
}
table.wpuf-table {
  border: 1px solid #E7E7E7;
  margin: 0 0px 10px 0;
  text-align: left;
  width: 100%;
}
table.wpuf-table thead th,
table.wpuf-table th {
  color: #888888;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
}
table.wpuf-table td {
  border-top: 1px solid #E7E7E7;
  padding: 6px 24px;
}
@media (max-width: 549px) {
  #wpuf-payment-gateway {
    margin-left: -15px;
  }
}
#wpuf-payment-gateway ul.wpuf-payment-gateways {
  list-style: none;
  margin: 10px 0;
}
#wpuf-payment-gateway ul.wpuf-payment-gateways li {
  margin: 0;
}
#wpuf-payment-gateway ul.wpuf-payment-gateways li .wpuf-payment-instruction {
  padding: 8px 10px;
  margin: 0 10px;
}
#wpuf-payment-gateway ul.wpuf-payment-gateways li .wpuf-instruction {
  padding: 8px 10px;
  margin-bottom: 10px;
  background: #ebe8eb;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.wpuf-pagination div.pagination {
  text-align: center;
  padding: 7px;
  margin: 3px;
}
.wpuf-pagination .page-numbers {
  padding: 2px 8px;
  margin: 2px;
  border: 1px solid #4A5154;
  text-decoration: none;
  color: #4A5154;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.wpuf-pagination .page-numbers:hover,
.wpuf-pagination .page-numbers:active {
  border: 1px solid #4A5154;
  background-color: #4A5154;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.wpuf-pagination .page-numbers.current {
  padding: 2px 8px;
  margin: 2px;
  border: 1px solid #4A5154;
  font-weight: bold;
  background-color: #4A5154;
  color: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
/** author info **/
.wpuf-author {
  margin: 20px 0;
}
.wpuf-author:after {
  clear: both;
  content: "";
  display: table;
}
.wpuf-author h3 {
  margin: 0 !important;
  background: #CFCFCF;
  text-align: left;
  padding: 3px 10px;
}
.wpuf-author .wpuf-author-inside {
  background: none repeat scroll 0 0 #F0F0F0;
  border-bottom: 2px solid #DDDDDD;
  height: auto;
  padding-left: 10px;
  padding-top: 15px;
  margin-bottom: 15px;
}
.wpuf-author .wpuf-author-inside:after {
  clear: both;
  content: "";
  display: table;
}
.wpuf-author .wpuf-author-inside .wpuf-user-image {
  float: left;
  padding-right: 15px;
}
.wpuf-author .wpuf-author-inside p {
  margin-bottom: 10px !important;
}
.wpuf-author .wpuf-author-inside p.wpuf-author-info {
  padding-top: 8px;
  word-wrap: break-word;
}
.wpuf-author .wpuf-author-inside p.wpuf-user-name a {
  color: #335160;
  font-size: 1.2em;
  font-weight: bold;
}
/** jQuery Suggest **/
.ac_results {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 10000;
  display: none;
  border: 1px solid #ccc;
}
.ac_results li {
  padding: 2px 5px;
  white-space: nowrap;
  text-align: left;
}
.ac_over {
  cursor: pointer;
}
.ac_match {
  text-decoration: underline;
}
/*------------------------------------
 * Multistep form
 *-----------------------------------*/
fieldset.wpuf-multistep-fieldset {
  position: relative;
  padding-bottom: 50px;
  border: none;
  display: none;
}
fieldset.wpuf-multistep-fieldset.field-active {
  display: block;
}
fieldset.wpuf-multistep-fieldset .wpuf-multistep-prev-btn,
fieldset.wpuf-multistep-fieldset .wpuf-multistep-next-btn {
  position: absolute;
  bottom: 5px;
}
fieldset.wpuf-multistep-fieldset .wpuf-multistep-prev-btn {
  left: 10px;
}
fieldset.wpuf-multistep-fieldset .wpuf-multistep-next-btn {
  right: 10px;
}
.wpuf-multistep-progressbar {
  overflow: hidden;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard {
  margin: 20px 0 40px 0;
  padding: 0;
  list-style: none;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard * {
  box-sizing: border-box;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li {
  background-color: #E4E4E4;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 30px 10px 40px;
  margin-right: -7px;
  width: auto;
  margin: 0;
  position: relative;
  text-align: center;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::before,
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: transparent;
  border-left-color: #fff;
  border-radius: 10px;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::before {
  border-width: 26px;
  margin-top: -14px;
  right: -52px;
  z-index: 98;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::after {
  border-left-color: #E4E4E4;
  border-width: 25px;
  margin-top: -37px;
  right: -44px;
  z-index: 99;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li.active-step {
  background-color: #00a0d2;
  color: #fff;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li.active-step::after {
  border-left-color: #00a0d2;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li:last-child::after {
  border-left-color: transparent;
}
.wpuf-form .wpuf-multistep-progressbar .ui-widget-header {
  background: #00a0d2;
}
.wpuf-form .wpuf-multistep-progressbar.ui-progressbar {
  margin-bottom: 30px;
  height: 25px;
  border: 1px solid #eee;
  position: relative;
}
.wpuf-form .wpuf-multistep-progressbar.ui-progressbar .wpuf-progress-percentage {
  position: absolute;
  left: 50%;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  top: 20%;
}
input.wpuf-btn {
  text-decoration: none !important;
  font-size: 15px !important;
  margin-top: 10px;
  margin-right: 10px;
  background: #21759b !important;
  color: #fff !important;
  padding: 5px 10px;
  display: inline-block;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  border: none !important;
}
/*rtl*/
body.rtl ul.wpuf-form li .wpuf-label {
  float: right;
}
@media (max-width: 480px) {
  ul.wpuf-form li .wpuf-label,
  ul.wpuf-form li .wpuf-fields {
    float: none;
    width: 100%;
  }
  ul.wpuf-form li.field-size-large .wpuf-fields {
    float: none;
    width: 100%;
  }
  ul.wpuf-form li.field-size-medium .wpuf-fields {
    float: none;
    width: 65%;
  }
  ul.wpuf-form li.field-size-small .wpuf-fields {
    float: none;
    width: 30%;
  }
}
.wpuf-form .required {
  color: red;
  font-weight: 700;
  border: 0;
}
.wpuf-dashboard-container:after {
  clear: both;
  content: "";
  display: table;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation {
  width: 30%;
  float: left;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation a {
  text-decoration: none;
  box-shadow: none;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation ul li {
  padding-bottom: 2px;
}
@media (max-width: 991px) {
  .wpuf-dashboard-container .wpuf-dashboard-navigation {
    width: 100%;
    margin-bottom: 30px;
  }
  .wpuf-dashboard-container .wpuf-dashboard-navigation ul {
    margin: 0 -7px;
  }
  .wpuf-dashboard-container .wpuf-dashboard-navigation ul li {
    margin: 0 7px;
    display: inline-block;
  }
}
.wpuf-dashboard-container .wpuf-dashboard-content {
  width: 68%;
  float: right;
}
@media (max-width: 991px) {
  .wpuf-dashboard-container .wpuf-dashboard-content {
    width: 100%;
  }
}
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields select:not([type="submit"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields textarea:not([type="submit"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields input:not([type="submit"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields select:not([type="button"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields textarea:not([type="button"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields input:not([type="button"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields select:not([type="checkbox"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields textarea:not([type="checkbox"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields input:not([type="checkbox"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields select:not([type="radio"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields textarea:not([type="radio"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields input:not([type="radio"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields select:not([type="file"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields textarea:not([type="file"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields input:not([type="file"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields select:not([type="reset"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields textarea:not([type="reset"]),
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-fields input:not([type="reset"]) {
  width: 100%;
}
.wpuf-dashboard-container .items-table-container,
.wpuf-dashboard-container .wpuf-dashboard-content.invoices {
  max-width: 100%;
  overflow-y: auto;
}
.wpuf-dashboard-container table.items-table {
  min-width: 600px;
  border: 0;
}
.wpuf-dashboard-container table.items-table a {
  text-decoration: none;
  box-shadow: none;
}
.wpuf-dashboard-container table.items-table th,
.wpuf-dashboard-container table.items-table td {
  border: 0;
  padding: 10px;
}
.wpuf-dashboard-container table.items-table tr {
  text-align: left;
  outline: 1px solid #f1f1f1;
}
.wpuf-dashboard-container table.items-table .items-list-header {
  background-color: #f1f1f1;
}
.wpuf-dashboard-container .wpuf-update-profile-form ul.wpuf-form {
  margin: 0 -15px !important;
  width: inherit;
}
.wpuf-dashboard-container .wpuf-update-profile-form ul.wpuf-form .form-row-first {
  float: left;
  width: 50%;
  padding: 0 15px;
  overflow: visible;
}
.wpuf-dashboard-container .wpuf-update-profile-form ul.wpuf-form .form-row-last {
  float: right;
  width: 50%;
  padding: 0 15px;
  overflow: visible;
}
@media (max-width: 767px) {
  .wpuf-dashboard-container .wpuf-update-profile-form ul.wpuf-form .form-row-first,
  .wpuf-dashboard-container .wpuf-update-profile-form ul.wpuf-form .form-row-last {
    float: none;
    width: 100%;
  }
}
.wpuf-wcmp-integration-content .wpuf-dashboard-container .page-head {
  opacity: 0;
  margin-bottom: 40px;
}
.wpuf-wcmp-integration-content .wpuf-dashboard-container table.items-table {
  width: 100%;
  margin-bottom: 40px !important;
}
.wpuf-toc-container .wpuf-fields {
  position: relative;
}
.wpuf-toc-container .wpuf-fields .wpuf-toc-checkbox {
  position: absolute;
  top: 0;
  left: 0;
}
.wpuf-toc-container .wpuf-fields.has-toc-checkbox .wpuf-toc-description {
  margin-left: 25px;
}
.wpuf-field-google-map {
  height: 300px;
  width: 100%;
}
.wpuf-form-google-map {
  height: 300px;
  width: 100%;
}
input[type="text"].wpuf-google-map-search {
  margin-top: 10px !important;
  border: 1px solid transparent !important;
  border-radius: 2px 0 0 2px !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  height: 32px !important;
  outline: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
  background-color: #fff !important;
  text-overflow: ellipsis !important;
  width: 170px !important;
  font-family: Roboto !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  padding: 0 11px 0 13px !important;
  display: none;
}
.gm-style input[type="text"].wpuf-google-map-search {
  display: block;
}
.wpuf-form-google-map-container input[type="text"].wpuf-google-map-search {
  width: 230px !important;
}
.wpuf-form-google-map-container.hide-search-box .gm-style input[type="text"].wpuf-google-map-search {
  display: none;
}
.dokan-dashboard-content.dokan-wpuf-dashboard h2.page-head {
  display: none;
}
.dokan-dashboard-content.dokan-wpuf-dashboard .wpuf-author {
  display: none;
}
.dokan-dashboard-content.dokan-wpuf-dashboard .wpuf-form-add .wpuf-form li.wpuf-el {
  margin-bottom: 15px;
}
table#wpuf-address-country-state input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #f5f5f5;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  box-shadow: none;
}
table#wpuf-address-country-state select {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #f5f5f5;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  box-shadow: none;
}
table#wpuf-address-country-state input.wpuf-btn {
  width: inherit;
}
table#wpuf-address-country-state td {
  border: none;
}
.wpuf-image-wrap {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: .3s;
  margin: 4px;
}
.wpuf-image-wrap .attachment-name img {
  width: 100%;
  max-height: 150px;
  transition: .3s;
  border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
li.wpuf-image-wrap.thumbnail {
  position: relative;
}
li.wpuf-image-wrap.thumbnail .caption {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -10px;
  display: none;
  width: 80px;
  background: #23282d;
  text-align: center;
  padding: 0;
  border-radius: 3px;
  line-height: 0;
}
li.wpuf-image-wrap.thumbnail:hover .caption {
  display: block;
}
@media (min-width: 550px) {
  .wpuf-pay-row {
    width: 100%;
    display: table;
    table-layout: auto;
  }
  .wpuf-pay-col {
    width: 50%;
    display: table-cell;
  }
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list {
  overflow: auto;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li.highlight {
  margin-bottom: 0;
  height: 150px;
  padding-top: 0;
  padding-bottom: 0;
}
ul.wpuf-form .ui-state-default.wpuf-image-wrap:hover {
  cursor: move;
}
ul.wpuf-form .ui-state-default.wpuf-image-wrap .caption a,
ul.wpuf-form .ui-state-default.wpuf-image-wrap .caption span {
  display: inline-block;
  line-height: 0;
  height: inherit;
  padding: 5px;
  color: transparent;
  vertical-align: top;
}
ul.wpuf-form .ui-state-default .wpuf-image-wrap .caption a img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.wpuf-form .ui-state-default.wpuf-image-wrap .caption a:hover,
ul.wpuf-form .ui-state-default.wpuf-image-wrap .caption span:hover {
  background: #0073aa;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.weforms-quiz-feedback {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}
.weforms-quiz-feedback .weforms-quiz-points {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  text-align: right;
}
.weforms-quiz-feedback .weforms-field-points {
  float: right;
}
.weforms-quiz-feedback .weforms-quiz-points .score {
  background: #673ab7;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
}
.weforms-quiz-feedback .right-answer-block,
.weforms-quiz-feedback .weforms-answer-feedback {
  margin-top: 2px;
  background: #f5f5f5;
  padding: 20px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
}
.weforms-quiz-feedback .right-answer-block p,
.weforms-quiz-feedback .weforms-answer-feedback p {
  margin-bottom: 10px;
}
.weforms-quiz-feedback .weforms-answer-feedback .feedback {
  font-weight: 400;
}
.weforms-quiz-feedback .right-answer,
.weforms-quiz-feedback .wrong-answer {
  margin-bottom: 20px;
}
.weforms-quiz-feedback .right-answer .wpuf-fields label.checked {
  background: #dff0d8;
  color: #3c763d;
  padding: 6px 0;
}
.weforms-quiz-feedback .wrong-answer .wpuf-fields label.checked {
  background: #FFE4E4;
  color: red;
  padding: 6px 0;
}
ul.wpuf-form .wpuf-el {
  position: relative;
}
ul.wpuf-form .weforms-frontend-field-points {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  margin-top: 12px;
  font-weight: 700;
  text-align: right;
}
.dokan-dashboard .dokan-dashboard-content ul li.wpuf-el,
.dokan-dashboard .dokan-dashboard-content ul li.wpuf-submit {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 0;
}
/* Front End Posts List Tools */
.wpuf-posts-options {
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
.wpuf-posts-options:first-child {
  padding-left: 0;
}
.wpuf-posts-options:last-child {
  padding-right: 0;
  border-right: 0;
}
/* CSS for custom columns */
.wpuf-col-half,
.wpuf-col-half-last {
  width: 50%;
  float: left;
}
.wpuf-col-one-third,
.wpuf-col-one-third-last {
  width: 33%;
  float: left;
}
.wpuf-col-half-last + li,
.wpuf-col-one-third-last + li {
  clear: left;
}
ul.wpuf-form .wpuf-field-columns {
  padding: 0;
  border: 0;
  overflow: hidden;
}
ul.wpuf-form .wpuf-field-columns.has-columns-1 .wpuf-column .wpuf-column-inner-fields {
  width: 100%;
  float: left;
}
ul.wpuf-form .wpuf-field-columns.has-columns-1 .wpuf-column .column-1 .ui-resizable-handle {
  display: none !important;
}
ul.wpuf-form .wpuf-field-columns.has-columns-1 .wpuf-column .column-2.wpuf-column-inner-fields,
ul.wpuf-form .wpuf-field-columns.has-columns-1 .wpuf-column .column-3.wpuf-column-inner-fields {
  display: none;
}
ul.wpuf-form .wpuf-field-columns.has-columns-2 .wpuf-column .wpuf-column-inner-fields {
  width: 50%;
  float: left;
}
ul.wpuf-form .wpuf-field-columns.has-columns-2 .wpuf-column .column-2 .ui-resizable-handle {
  display: none !important;
}
ul.wpuf-form .wpuf-field-columns.has-columns-2 .wpuf-column .column-3.wpuf-column-inner-fields {
  display: none;
}
ul.wpuf-form .wpuf-field-columns.has-columns-3 .wpuf-column .wpuf-column-inner-fields {
  width: 33.33%;
  float: left;
}
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns {
  margin-left: 0;
  margin-right: 0;
}
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column {
  padding: 0;
  border: 0;
  float: none;
  width: 100%;
  overflow: hidden;
}
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields {
  padding: 0 5px 0 0;
  position: relative;
}
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li {
  padding: 0;
}
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="text"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="email"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="url"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="password"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="search"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="number"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="tel"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="range"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="date"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="month"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="week"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="time"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="datetime"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="datetime-local"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="color"],
ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li textarea {
  width: 100%;
}
.ac_results {
  z-index: 99999 !important;
  background-color: #fff !important;
  color: #000;
  position: auto !important;
  width: 390px !important;
}
.ac_results li {
  border-bottom: 1px solid #ddd;
  margin-left: 0px;
  padding-left: 5px !important;
  text-decoration: none !important;
}
/*! jQuery UI - v1.9.1 - 2012-11-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=07_diagonals_small.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=ffffff&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=90&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-autocomplete {
	position: absolute;
	top: 0; /* #8656 */
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(wp-user-frontend/assets/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(wp-user-frontend/assets/css/images/ui-bg_diagonals-small_75_cccccc_40x40.png) 50% 50% repeat; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(wp-user-frontend/assets/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(wp-user-frontend/assets/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(wp-user-frontend/assets/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(wp-user-frontend/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(wp-user-frontend/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(wp-user-frontend/assets/css/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(wp-user-frontend/assets/css/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(wp-user-frontend/assets/css/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(wp-user-frontend/assets/css/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(wp-user-frontend/assets/css/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(wp-user-frontend/assets/css/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(wp-user-frontend/assets/css/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(wp-user-frontend/assets/css/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #ffffff url(wp-user-frontend/assets/css/images/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x; opacity: .9;filter:Alpha(Opacity=90); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(wp-user-frontend/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-fade {
    -webkit-transition: background-color .1s;
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
              animation: rotate-loading 1.5s linear 0s infinite normal;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px 0 15px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      -webkit-box-shadow: 1px 1px 1px #fff;
              box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
              animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    -webkit-transition: color .1s ease;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color box-shadow .3s;
    transition: border-color box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      -webkit-box-shadow: 0 0 2px #f27474 !important;
              box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      -webkit-box-shadow: 0 0 3px #c4e6f5;
              box-shadow: 0 0 3px #c4e6f5; }
      .swal2-modal .swal2-input:focus::-webkit-input-placeholder,
      .swal2-modal .swal2-file:focus::-webkit-input-placeholder,
      .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
        -webkit-transition: opacity .3s .03s ease;
        transition: opacity .3s .03s ease;
        opacity: .8; }
      .swal2-modal .swal2-input:focus:-ms-input-placeholder,
      .swal2-modal .swal2-file:focus:-ms-input-placeholder,
      .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
        -webkit-transition: opacity .3s .03s ease;
        transition: opacity .3s .03s ease;
        opacity: .8; }
      .swal2-modal .swal2-input:focus::placeholder,
      .swal2-modal .swal2-file:focus::placeholder,
      .swal2-modal .swal2-textarea:focus::placeholder {
        -webkit-transition: opacity .3s .03s ease;
        transition: opacity .3s .03s ease;
        opacity: .8; }
    .swal2-modal .swal2-input::-webkit-input-placeholder,
    .swal2-modal .swal2-file::-webkit-input-placeholder,
    .swal2-modal .swal2-textarea::-webkit-input-placeholder {
      color: #e6e6e6; }
    .swal2-modal .swal2-input:-ms-input-placeholder,
    .swal2-modal .swal2-file:-ms-input-placeholder,
    .swal2-modal .swal2-textarea:-ms-input-placeholder {
      color: #e6e6e6; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #e6e6e6; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
                transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
                transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
          animation: showSweetAlert 0.3s; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
          animation: hideSweetAlert 0.15s forwards; }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip 0.75s;
          animation: animate-success-tip 0.75s; }

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long 0.75s;
          animation: animate-success-long 0.75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
          animation: animate-error-icon 0.5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
          animation: animate-x-mark 0.5s; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
