.tipsy { font-size: 11px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #fff; max-width: 200px; padding: 6px 12px; text-align: left; line-height: 16px !important; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
 .tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.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; }

/* plugin core */

div.userpro * {padding:0; margin:0;text-decoration: none;outline:none;border:0;letter-spacing: 0px}

div.userpro form {margin: 0 !important}

/* widget */
div.userpro {
	font-size: 12px !important;
	line-height: 1 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Open Sans, Arial;
}

div.userpro-custom-center * {
	text-align: center;
	margin: 0 auto;
}
div.userpro-custom-left {float: left;}
div.userpro-custom-right {float: right;}

div.userpro .chosen-container,
div.emd-filters .chosen-container
 {width: 100% !important}

/* input stuff */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border:0;padding:0;margin:0;}

input[disabled],
input[disabled]:hover,
input[disabled]:focus{
	opacity: 0.7;
	cursor: default !important;
}

div.userpro input,
div.userpro textarea,
div.userpro select
{font-size: 12px !important; font-family: Open Sans, Arial}

/* common */
div.userpro-clear {clear: both}
div.userpro-left {float: left}
div.userpro-right {float: right}

div.userpro video { width: 100% !important; height: auto !important; }
div.userpro iframe{
	display: block;
	overflow: hidden;
}

/* misc elements */
div.userpro-warning {
	margin: 5px 0 0 0;
	font-size: 11px;
	display: inline-block;
	padding: 6px 10px;
	line-height: 11px !important;
	border-radius: 15px !important;
	position: relative;
	top: -20px;
	opacity: 0;
}
div.userpro-warning i {
	position: absolute;
	top: -20px;
	left: 30px;
	font-size: 30px;
}

div.userpro-warning a:hover {text-decoration: underline}

div.userpro-message {margin: 15px 0 0 0}
div.userpro div.userpro-message p {padding: 10px !important}
div.userpro p {padding: 0!important;margin: 15px 0 0 0 !important;}

/* strength meter */
span.strength-container {
	float: left;
	top: -6px;
	position: relative;
}
span.strength-plain{
	float: left;
	width: 40px;
	height: 6px;
}
span.strength-text {
	float: left;
	font-size: 13px;
	padding: 0 0 14px 0;
}

/* spinner */
img.userpro-loading {
	position: relative;
	top: 7px;
	display: none;
	box-shadow: none !important;
	vertical-align: top !important;
}

/* social buttons */
div.userpro-profile-icons.bottom {
	position: absolute;
	bottom: 20px;
	right: 15px;
}

a.userpro-small-link {
	margin: 0 0 0 10px !important;
	padding: 0 10px !important;
	text-decoration: none !important;
	display: inline-block !important;
	font-size: 11px !important;
	height: 21px !important;
	line-height: 21px !important;
}

a.userpro-profile-icon {
	float: left;
	display: inline-block;
	font-size: 18px !important;
	height: 18px !important;
	line-height: 18px !important;
	padding: 0 0 0 15px;
	cursor: pointer !important;
	opacity: 1 !important;
}
a.userpro-profile-icon.disabled{cursor: default !important; opacity: 1 !important}
a.userpro-profile-icon.disabled i {cursor: default !important; }
a.userpro-profile-icon:hover { opacity: 0.8 !important }
a.userpro-profile-icon.disabled:hover { opacity: 1 !important}

/* buttons */
input.userpro-button,
a.userpro-button,
div.userpro div.ajax-file-upload {
	display: inline-block;
	cursor: pointer  !important;
	padding: 0 10px  !important;
	margin-right: 15px  !important;
	font-weight: normal !important;
	text-decoration: none !important;
	transition: none !important;
}
input.userpro-button {height: 29px !important; line-height: 29px !important}
a.userpro-button,div.userpro div.ajax-file-upload {height: 27px !important; line-height: 27px !important}

div.userpro-submit input[type=submit].userpro-button {
	display: inline-block !important;
	margin: 0 !important;
	padding: 0 10px !important;
	margin-right: 15px  !important;
	top: 0 !important;
}

div.userpro-submit input {
	font-size: 13px !important;
	height: 30px !important;
	line-height: 30px !important;
}

/* head part */
div.userpro-head {
	padding: 15px;
	position: relative;
}

div.userpro-head div.userpro-left {
	font-size: 16px !important;
}

div.userpro-head div.userpro-right {margin: 2px 0 0 0; font-size: 13px !important}
div.userpro-head div.userpro-right a:hover {text-decoration: underline}
div.userpro-head div.userpro-right a{line-height: 13px;}

div.userpro-head div.userpro-left i {
	font-size: 24px !important;
	margin: 0 12px 0 0;
	position: relative;
	top: 1px;
	text-shadow: inset 0 -1px 4px #fff;
}

/* body part */
div.userpro-body {
	padding: 0 15px 15px 15px;
	line-height: 18px !important;
}

div.userpro-body.userpro-body-nopad {
	padding: 0 !important;
}

div.userpro-body  a:hover {text-decoration: underline}

div.userpro-users div.userpro-body div.userpro-user a:hover {text-decoration:none}
div.userpro-users div.userpro-body div.userpro-paginate a:hover {text-decoration:none}

div.userpro-body div.userpro-field-view {
	/*line-height: 22px !important;*/
}

/* profile css */
div.userpro-centered {
	text-align: center;
	position: relative;
	padding: 15px 0;
}

div.userpro-centered div.userpro-profile-icons.top {
	position: absolute;
	top: 15px;
	right: 15px;
}

div.userpro-centered img.userpro-loading {
	position: absolute;
	top: 15px;
	left: 15px;
}

div.userpro-profile-img {
	float: none;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 5px 0;
	width: 80px;
	height: 80px;
}

div.userpro-profile-img img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	box-shadow: none !important;
	padding: 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div.userpro-profile-img a:hover {opacity: 0.8}

div.userpro-centered-icons {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

div.userpro-centered-icons a.userpro-profile-icon {
	float: none !important;
	display: inline-block;
	padding: 0;
	cursor: pointer !important;
	opacity: 1 !important;
	border-radius: 999px;
	text-align: center;
	width: 26px !important;
	height: 26px !important;
	line-height: 26px !important;
	font-size: 14px !important;
	background: #fff !important;
	color: #ccc !important;
	border: 1px solid #ccc !important;
	margin: 0 2px;
}
div.userpro-centered-icons a.userpro-profile-icon i {color: #ccc !important}
div.userpro-centered-icons a.userpro-profile-icon:hover  {border-color: #666 !important}
div.userpro-centered-icons a.userpro-profile-icon:hover i {color: #666 !important}

div.userpro-profile-img-btn {
	font-size: 12px !important;
	margin: 10px 0 0 0;
}
div.userpro-profile-img-btn a.userpro-button {margin-right: 0 !important}

div.userpro-profile-name {
	font-size: 24px !important;
	line-height: 24px !important;
}

img.userpro-profile-badge {
	margin: 0 0 0 10px;
	vertical-align: middle !important;
	top: auto !important;
	box-shadow: none !important;
	padding: 0 !important;
}

/* form section */
div.userpro-section {
	margin: 15px 0 0 0;
	padding: 0 0 8px 0 !important;
	font-size: 13px;
	position: relative;
}

ins.userpro-section-warning {
	position: absolute;
	right: 10px;
	top: 3px;
	text-decoration: none !important;
	text-shadow: none !important;
	border-radius: 10px;
	font-size: 11px !important;
	line-height: 17px !important;
	font-weight: normal !important;
	text-transform: none !important;
	padding: 0 6px !important;
	display: none;
}

div.userpro-collapsible-1 {
	cursor: pointer;
}

div.userpro-collapsible-1 span {
	margin: 0 10px 0 0;
	font-size: 18px;
	position: relative;
	top: 1px;
}

/* form fields */
div.userpro-field {margin: 15px 0 0 0}
div.userpro-field-private {display: none!important}
div.userpro-field.userpro-submit {padding-top: 15px}

/* label */
div.userpro-label label {
	float: left;
	margin-right: 8px !important;
	font-family: Arial;
	font-size: 12px !important;
	font-weight: bold !important;
	word-wrap: break-word !important;
	padding: 0!important;
}

div.userpro-label span.userpro-field-icon {
	position: absolute;
	width: 36px;
	height: 36px;
	line-height: 36px;
	left: -34px;
	border: 1px solid #eee;
	background: #fff;
	text-align: center;
	color: #ddd;
	top: -10px;
	border-radius: 999px;
	font-size: 18px;
	cursor: default !important;
}
div.userpro-label span.userpro-field-icon.icon-active {color: #666;border-color: #aaa}

div.userpro-label {
	float: left;
	margin: 0 0 4px 0;
	width: 100%;
	position: relative;
	z-index: 5;
}
div.userpro-label.iconed {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12px;
}
div.userpro-float div.userpro-label {
	float: left;
	width: 38%;
	margin: 5px 0 0 0;
}
div.userpro-label.view {margin: 0 0 4px 0;}
div.userpro-float div.userpro-label.view {margin: 0;}
div.userpro-input label {cursor: pointer !important;}
div.userpro-label label {cursor: pointer !important;}
div.userpro-label.view label {cursor: default !important;}

div.userpro-input {
	float: left;
	width: 100%;
}

span.userpro-tip {
	float: left;
	width: 14px;
	height: 14px;
	background: url(../img/help.png) no-repeat;
	cursor: pointer;
	opacity: 0.5;
}

span.userpro-tip:hover {opacity: 1}

/* input area */
div.userpro-float div.userpro-input {
	float: right;
	width: 58%;
}

div.userpro-input {position: relative}

/* text inputs, radio, etc */
div.userpro-input img {
	max-width: 100%!important;
	height: auto !important;
}

div.userpro-input i.userpro-meta-value{margin: 0 0 0 10px;font-size: 15px;}

div.userpro-input div.icon-ok {
	position: absolute;
	top: 0;
	right: 0px;
	width: 27px !important;
	height: 27px !important;
	text-align: center !important;
	font-size: 16px;
	line-height: 27px !important;
	cursor: default;
}

div.userpro-input input[type=text],
div.userpro-input input[type=password],
div.userpro-input textarea
{
	padding: 5px 8px !important;
	width: 100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	margin: 0 !important;
}
div.userpro-input textarea{ line-height: 1.6em; min-height:80px; padding: 8px 10px !important; }
div.userpro-input textarea.normal{height:100px}
div.userpro-input textarea.small{height:80px}
div.userpro-input textarea.large{height:120px}

/* checkbox and radio stuff */
div.userpro-input label.userpro-checkbox.hide-field {
	display: inline-block;
	font-weight: normal!important;
	font-size:11px;
	text-transform: uppercase;
}
div.userpro-input label.userpro-radio, div.userpro-input label.userpro-checkbox {
	position:relative;
	padding:0 25px;
	margin:5px 0;
	display:inline-block;
	font-size:13px;
	font-weight:normal !important;
}
div.userpro-input label.userpro-radio.full, div.userpro-input label.userpro-checkbox.full  {width: 100%;display: block; }
div.userpro-input label.userpro-radio input[type=radio], div.userpro-input label.userpro-checkbox input[type=checkbox]{display: none !important}
div.userpro-input label.userpro-radio span, div.userpro-input label.userpro-checkbox span {
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
}

/* misc inputs */
div.userpro-pic {
	margin: 0 0 12px 0;
}

div.userpro-pic-profilepicture img {
	border: 1px solid #ccc;
}

div.userpro-pic img {
	float: none !important;
	display: block !important;
	overflow: hidden;
	max-width: 100%!important;
	height: auto !important;
	box-shadow: none !important;
	padding: 0 !important;
}

/* file icons */
div.userpro-file-input a{
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px !important;
	line-height: 16px !important;
	display: inline-block;
}

div.userpro-file-input a.zip {background-image: url(../img/file-zip.png)}
div.userpro-file-input a.txt {background-image: url(../img/file-txt.png)}
div.userpro-file-input a.pdf {background-image: url(../img/file-pdf.png)}
div.userpro-file-input a.file {background-image: url(../img/file.png)}

/* file upload control */
div.ajax-file-upload-statusbar {
	width: 100%;
	margin: 10px 0 0 0;
}

div.ajax-file-upload-progress {
	display: inline-block;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 4px;
}

div.ajax-file-upload-bar{
	width: 0;
	height: 4px;
}

div.ajax-file-upload-percent{
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%;
}

/* overlay and popup content */
div.userpro-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 190000;
}

div.userpro-overlay-inner {
	position: fixed;
	width: 480px;
	margin-left: -240px;
	left: 50%;
	top: 0;
	z-index: 190001;
}

div.userpro-overlay-inner div.userpro {
	margin: 0!important;
	max-width: 100%;
	position: relative;
}

div.userpro a.userpro-close-popup {display: none !important;}
div.userpro-overlay-inner div.userpro a.userpro-close-popup {
	display: block !important;
	position: absolute;
	right: 0;
	top: -30px;
	font-size: 11px !important;
	text-transform: uppercase;
	padding: 0 28px 0 0;
	height: 16px;
	line-height: 16px;
	opacity: 0.7;
}

/* no style - card profile */
div.userpro.userpro-nostyle {
	padding: 15px;
}

div.userpro-card-img img {
	box-shadow: none !important;
	max-width: 100% !important;
	height: auto !important;
}

div.userpro-card-img a:hover {opacity: 0.7}

div.userpro-card-info {
	margin: 12px 0 0 0;
}

div.userpro-card-left {float: left;}
div.userpro-card-right {float: right;margin: 5px 0 0 0}

div.userpro-card-left, div.userpro-card-left a {
	font-size: 16px !important;
	line-height: 22px !important;
	text-decoration: none !important;
}

div.userpro-card-left a:hover {
	text-decoration: underline !important
}

div.userpro-card-icons {padding: 10px 0 0 0;}
div.userpro-card-icons a.userpro-profile-icon {
	padding: 0 12px 0 0 !important;
	font-size: 16px !important;
}


/* member listing widgets */
div.userpro-users {
	text-align: center;
	border: none !important;
	background: none !important;
}
div.userpro-user {
	display: inline-block;
	text-align: center;
}
div.userpro-user div.userpro-user-link {
	opacity: 0;
	margin: 10px 0 0 0;
	text-align: center;
	position: relative;
}
div.userpro-user div.userpro-user-link i {
	position: absolute;
	top: -26px;
	left: 50%;
	font-size: 40px;
	width: 40px;
	margin-left: -20px;
}
div.userpro-user div.userpro-user-link a {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
	width: 100%;
	font-size: 11px;
	line-height: 27px;
	height: 27px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}
div.userpro-user a.userpro-user-img {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
div.userpro-user a.userpro-user-img  img {border-radius: 3px}
div.userpro-user a.userpro-user-img span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 38px;
	opacity: 0.8;
}
div.userpro-user img {
	display: block;
	overflow: hidden;
}

div.userpro-paginate.top{margin: 20px 0}
div.userpro-paginate.bottom{margin: 40px 0 0 0}

div.userpro-paginate span,
div.userpro-paginate a.page-numbers {
	padding: 4px 10px;
	margin: 0 2px;
	display: inline-block;
	font-size: 11px !important;
}

div.userpro-search {
	width: 100%;
	margin: 0 0 20px 0;
}

div.userpro-search-results {
	padding: 20px 0;
	font-size: 28px;
	font-family: "Open Sans",Arial;
	font-weight: 300;
}

form.userpro-search-form *{vertical-align: middle !important;float: left;}

form.userpro-search-form {
	display: inline-block;
	padding: 20px;
}

form.userpro-search-form input[type=text] {
	padding: 6px 8px !important;
	width: 200px;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 15px 0 0;
}

form.userpro-search-form button {
	font-size: 14px !important;
}

/* other buttons */
a.userpro-transition {
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

a.userpro-flat-btn {
	font-size: 11px !important;
	font-weight: bold !important;
	padding: 4px 12px !important;
	display: inline-block !important;
	text-decoration: none !important;
}
a.userpro-flat-btn:hover {text-decoration: none !important;}

/* latest users widget */
div.userpro-list-item {
	display: block;
	padding: 15px 0;
}
div.userpro-list-item:last-child {border-bottom: 0 !important;padding-bottom: 0px !important}

div.userpro-list-item-i {float: left;margin: 0 15px 0 0;}
div.userpro-list-item-i img {	box-shadow: none !important; }
div.userpro-list-item-i a:hover {opacity: 0.8}

div.userpro-list-item-d {float: left;}

a.userpro-list-item-name {font-size: 13px;}
a.userpro-list-item-name:hover {text-decoration: none !important}

div.userpro-list-item-bio {
	font-size: 12px !important;
	line-height: 20px !important;
}

div.userpro-list-item-icons {padding: 13px 0 0 0;}
div.userpro-list-item-icons a.userpro-profile-icon {
	padding: 0 12px 0 0 !important;
	font-size: 16px !important;
}

/* online users widget */
div.userpro-online-count {
	padding: 15px 0 0 0;
}

div.userpro-online-item {
	display: block;
	padding: 15px 0;
}
div.userpro-online-item:last-child {border-bottom: 0 !important;padding-bottom: 0px !important}

div.userpro-online-item-i {float: left;margin: 0 15px 0 0;}
div.userpro-online-item-i img {	box-shadow: none !important; }
div.userpro-online-item-i a:hover {opacity: 0.8}

div.userpro-online-item-d {float: left;}

a.userpro-online-item-name {font-size: 13px;}
a.userpro-online-item-name:hover {text-decoration: none !important}

div.userpro-online-item-bio {
	font-size: 12px !important;
	line-height: 20px !important;
}

div.userpro-online-item-icons {padding: 13px 0 0 0;}
div.userpro-online-item-icons a.userpro-profile-icon {
	padding: 0 12px 0 0 !important;
	font-size: 16px !important;
}

div.userpro-online-i { padding: 10px 6px 0 0;display: inline-block !important}
a.userpro-online-i-thumb img {
	width: 20px;
	height: 20px;
	vertical-align: middle !important;
	padding: 0 2px 0 0 !important;
}
a.userpro-online-i-name {
	font-size: 11px !important;
}
a.userpro-online-i-name:hover {text-decoration: none !important;}

/* speical access in online */
a.userpro-online-i-name.admin,
a.userpro-online-item-name.admin
{font-weight: bold !important;}

/* social connect buttons */
a.userpro-social-facebook {
	width: 150px;
	display: block;
	background-image: url(../img/social/facebook_signin.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 22px;
}

a.userpro-social-facebook:hover {background-position: 0 -24px}
a.userpro-social-facebook:focus, a.userpro-social-facebook:active {background-position: 0 -48px}

/* custom alert box */
div.userpro-alert {
	position: relative;
}

div.userpro-alert-content, div.userpro-alert-input {
	padding: 10px 50px 10px 15px;
}

div.userpro-alert-input div.userpro-input {
	float: none !important;
}

div.userpro-alert-input div.userpro-input input[type=text]{
	width: 160px !important;
	font-size: 12px !important;
}

a.userpro-alert-close, a.userpro-alert-edit{
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 16px !important;
	font-weight: normal !important;
	opacity: 0.5;
}
a.userpro-alert-edit {right: 30px;top: 8px;}
a.userpro-alert-close:hover, a.userpro-alert-edit:hover {opacity: 0.8}

/* common styling */
span.up-round, span.up-round * {
	border-radius: 999px !important;
}

div.userpro-submit input[type=submit].userpro-button.fullwidth-block,
div.userpro-submit input[type=button].userpro-button.fullwidth-block {
	display: block !important;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px !important;
}

/* elegant member directory */
div.userpro-awsm {
	margin-top: 100px;
	display: inline-block;
	text-align: center;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 70px 0 15px 0;
	width: 25%;
	margin-left: 15px;
	margin-right: 15px;
}

div.userpro-awsm-pic {position: absolute; margin-left: -48px; top: -48px; left: 50%;padding: 4px;}
div.userpro-awsm-pic img {width: 86px;height: 86px;display: block !important;overflow: hidden !important}

div.userpro-awsm-name a {font-size: 16px !important;}
div.userpro-awsm-name a:hover {text-decoration: none !important;}

div.userpro-awsm-name img.userpro-profile-badge {
	position: relative !important;
	top: -2px !important;
}

div.userpro-awsm-badges {margin: 12px 0 0 0}
div.userpro-awsm-badges img {margin:0 5px!important;}

div.userpro-awsm-meta {
	margin: 20px 0 0 0 !important;
	font-style: italic !important;
}

div.userpro-awsm-bio {
	line-height: 20px !important;
	font-size: 13px !important;
	padding: 0 15px !important;
	margin: 20px 0 0 0 !important;
}

div.userpro-awsm-link {margin: 10px 0 0 0 !important}

/* posts by user */
div.userpro-post-wrap {
	text-align: center;
}

div.userpro-post {
	vertical-align: top !important;
	float: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block !important;
	width: 25%;
	margin-bottom: 20px !important;
	margin-left: 10px;
	margin-right: 10px;
}

div.userpro-post a, div.userpro-post a:hover {
	font-size: 13px  !important;
	text-decoration: none !important;
	line-height: 19px !important;
}

div.userpro-post-img a{position: relative;display: block;}
div.userpro-post-img a span.shadowed {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	z-index: 99;
	width: 100%;
	height: 0px;
}
div.userpro-post-img a span.iconed {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
}

div.userpro-post-img img {
	max-width: 100% !important;
	display: block !important;
	overflow: hidden !important;
	height: auto !important;
	margin: 0 auto !important;
}

div.userpro-post-title {padding: 8px 10px !important;line-height: 19px !important;}

div.userpro-post-stat {
	padding: 8px 10px !important;
	line-height: 19px !important;
}

div.userpro-post-stat a {font-size: 13px !important;}
div.userpro-post-stat a i {font-size: 14px !important; margin: 0 5px 0 0 !important;}

/* Frontend Editor */

#wp-userpro_editor-wrap,
#wp-userpro_editor-editor-container {
	max-width: 100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wp-userpro_editor-editor-container {
	border: 1px solid #ddd;
	border-radius: 3px !important;
}

#wp-userpro_editor-wrap a.wp-switch-editor {
	padding: 6px 10px !important;
	border: 1px solid #ddd;
	border-bottom: 0;
	margin: 0 10px 0 0;
}

#wp-userpro_editor-wrap * {box-shadow:none !important}

div.userpro-field textarea.userpro_editor {
	padding: 10px !important;
	font-size: 13px !important;
	font-family: Arial !important;
	color: #666 !important;
}

/* Font-Awesome */

@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=3.2.1');src:url('font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="userpro-icon-"],[class*=" userpro-icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="userpro-icon-"]:before,[class*=" userpro-icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.userpro-icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="userpro-icon-"],a [class*=" userpro-icon-"]{display:inline;}
[class^="userpro-icon-"].userpro-icon-fixed-width,[class*=" userpro-icon-"].userpro-icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="userpro-icon-"].userpro-icon-fixed-width.userpro-icon-large,[class*=" userpro-icon-"].userpro-icon-fixed-width.userpro-icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .userpro-icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="userpro-icon-"].hide,[class*=" userpro-icon-"].hide{display:none;}
.userpro-icon-muted{color:#eeeeee;}
.userpro-icon-light{color:#ffffff;}
.userpro-icon-dark{color:#333333;}
.userpro-icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.userpro-icon-2x{font-size:2em;}.userpro-icon-2x.userpro-icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.userpro-icon-3x{font-size:3em;}.userpro-icon-3x.userpro-icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.userpro-icon-4x{font-size:4em;}.userpro-icon-4x.userpro-icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.userpro-icon-5x{font-size:5em;}.userpro-icon-5x.userpro-icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="userpro-icon-"].pull-left,[class*=" userpro-icon-"].pull-left{margin-right:.3em;}
[class^="userpro-icon-"].pull-right,[class*=" userpro-icon-"].pull-right{margin-left:.3em;}
[class^="userpro-icon-"],[class*=" userpro-icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.userpro-icon-white,.nav-pills>.active>a>[class^="userpro-icon-"],.nav-pills>.active>a>[class*=" userpro-icon-"],.nav-list>.active>a>[class^="userpro-icon-"],.nav-list>.active>a>[class*=" userpro-icon-"],.navbar-inverse .nav>.active>a>[class^="userpro-icon-"],.navbar-inverse .nav>.active>a>[class*=" userpro-icon-"],.dropdown-menu>li>a:hover>[class^="userpro-icon-"],.dropdown-menu>li>a:hover>[class*=" userpro-icon-"],.dropdown-menu>.active>a>[class^="userpro-icon-"],.dropdown-menu>.active>a>[class*=" userpro-icon-"],.dropdown-submenu:hover>a>[class^="userpro-icon-"],.dropdown-submenu:hover>a>[class*=" userpro-icon-"]{background-image:none;}
.btn [class^="userpro-icon-"].userpro-icon-large,.nav [class^="userpro-icon-"].userpro-icon-large,.btn [class*=" userpro-icon-"].userpro-icon-large,.nav [class*=" userpro-icon-"].userpro-icon-large{line-height:.9em;}
.btn [class^="userpro-icon-"].userpro-icon-spin,.nav [class^="userpro-icon-"].userpro-icon-spin,.btn [class*=" userpro-icon-"].userpro-icon-spin,.nav [class*=" userpro-icon-"].userpro-icon-spin{display:inline-block;}
.nav-tabs [class^="userpro-icon-"],.nav-pills [class^="userpro-icon-"],.nav-tabs [class*=" userpro-icon-"],.nav-pills [class*=" userpro-icon-"],.nav-tabs [class^="userpro-icon-"].userpro-icon-large,.nav-pills [class^="userpro-icon-"].userpro-icon-large,.nav-tabs [class*=" userpro-icon-"].userpro-icon-large,.nav-pills [class*=" userpro-icon-"].userpro-icon-large{line-height:.9em;}
.btn [class^="userpro-icon-"].pull-left.userpro-icon-2x,.btn [class*=" userpro-icon-"].pull-left.userpro-icon-2x,.btn [class^="userpro-icon-"].pull-right.userpro-icon-2x,.btn [class*=" userpro-icon-"].pull-right.userpro-icon-2x{margin-top:.18em;}
.btn [class^="userpro-icon-"].userpro-icon-spin.userpro-icon-large,.btn [class*=" userpro-icon-"].userpro-icon-spin.userpro-icon-large{line-height:.8em;}
.btn.btn-small [class^="userpro-icon-"].pull-left.userpro-icon-2x,.btn.btn-small [class*=" userpro-icon-"].pull-left.userpro-icon-2x,.btn.btn-small [class^="userpro-icon-"].pull-right.userpro-icon-2x,.btn.btn-small [class*=" userpro-icon-"].pull-right.userpro-icon-2x{margin-top:.25em;}
.btn.btn-large [class^="userpro-icon-"],.btn.btn-large [class*=" userpro-icon-"]{margin-top:0;}.btn.btn-large [class^="userpro-icon-"].pull-left.userpro-icon-2x,.btn.btn-large [class*=" userpro-icon-"].pull-left.userpro-icon-2x,.btn.btn-large [class^="userpro-icon-"].pull-right.userpro-icon-2x,.btn.btn-large [class*=" userpro-icon-"].pull-right.userpro-icon-2x{margin-top:.05em;}
.btn.btn-large [class^="userpro-icon-"].pull-left.userpro-icon-2x,.btn.btn-large [class*=" userpro-icon-"].pull-left.userpro-icon-2x{margin-right:.2em;}
.btn.btn-large [class^="userpro-icon-"].pull-right.userpro-icon-2x,.btn.btn-large [class*=" userpro-icon-"].pull-right.userpro-icon-2x{margin-left:.2em;}
.nav-list [class^="userpro-icon-"],.nav-list [class*=" userpro-icon-"]{line-height:inherit;}
.userpro-icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.userpro-icon-stack [class^="userpro-icon-"],.userpro-icon-stack [class*=" userpro-icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.userpro-icon-stack .userpro-icon-stack-base{font-size:2em;*line-height:1em;}
.userpro-icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .userpro-icon-stack,a .userpro-icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.userpro-icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.userpro-icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.userpro-icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.userpro-icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.userpro-icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .userpro-icon-rotate-90:before,a .userpro-icon-rotate-180:before,a .userpro-icon-rotate-270:before,a .userpro-icon-flip-horizontal:before,a .userpro-icon-flip-vertical:before{display:inline-block;}
.userpro-icon-glass:before{content:"\f000";}
.userpro-icon-music:before{content:"\f001";}
.userpro-icon-search:before{content:"\f002";}
.userpro-icon-envelope-alt:before{content:"\f003";}
.userpro-icon-heart:before{content:"\f004";}
.userpro-icon-star:before{content:"\f005";}
.userpro-icon-star-empty:before{content:"\f006";}
.userpro-icon-user:before{content:"\f007";}
.userpro-icon-film:before{content:"\f008";}
.userpro-icon-th-large:before{content:"\f009";}
.userpro-icon-th:before{content:"\f00a";}
.userpro-icon-th-list:before{content:"\f00b";}
.userpro-icon-ok:before{content:"\f00c";}
.userpro-icon-remove:before{content:"\f00d";}
.userpro-icon-zoom-in:before{content:"\f00e";}
.userpro-icon-zoom-out:before{content:"\f010";}
.userpro-icon-power-off:before,.userpro-icon-off:before{content:"\f011";}
.userpro-icon-signal:before{content:"\f012";}
.userpro-icon-gear:before,.userpro-icon-cog:before{content:"\f013";}
.userpro-icon-trash:before{content:"\f014";}
.userpro-icon-home:before{content:"\f015";}
.userpro-icon-file-alt:before{content:"\f016";}
.userpro-icon-time:before{content:"\f017";}
.userpro-icon-road:before{content:"\f018";}
.userpro-icon-download-alt:before{content:"\f019";}
.userpro-icon-download:before{content:"\f01a";}
.userpro-icon-upload:before{content:"\f01b";}
.userpro-icon-inbox:before{content:"\f01c";}
.userpro-icon-play-circle:before{content:"\f01d";}
.userpro-icon-rotate-right:before,.userpro-icon-repeat:before{content:"\f01e";}
.userpro-icon-refresh:before{content:"\f021";}
.userpro-icon-list-alt:before{content:"\f022";}
.userpro-icon-lock:before{content:"\f023";}
.userpro-icon-flag:before{content:"\f024";}
.userpro-icon-headphones:before{content:"\f025";}
.userpro-icon-volume-off:before{content:"\f026";}
.userpro-icon-volume-down:before{content:"\f027";}
.userpro-icon-volume-up:before{content:"\f028";}
.userpro-icon-qrcode:before{content:"\f029";}
.userpro-icon-barcode:before{content:"\f02a";}
.userpro-icon-tag:before{content:"\f02b";}
.userpro-icon-tags:before{content:"\f02c";}
.userpro-icon-book:before{content:"\f02d";}
.userpro-icon-bookmark:before{content:"\f02e";}
.userpro-icon-print:before{content:"\f02f";}
.userpro-icon-camera:before{content:"\f030";}
.userpro-icon-font:before{content:"\f031";}
.userpro-icon-bold:before{content:"\f032";}
.userpro-icon-italic:before{content:"\f033";}
.userpro-icon-text-height:before{content:"\f034";}
.userpro-icon-text-width:before{content:"\f035";}
.userpro-icon-align-left:before{content:"\f036";}
.userpro-icon-align-center:before{content:"\f037";}
.userpro-icon-align-right:before{content:"\f038";}
.userpro-icon-align-justify:before{content:"\f039";}
.userpro-icon-list:before{content:"\f03a";}
.userpro-icon-indent-left:before{content:"\f03b";}
.userpro-icon-indent-right:before{content:"\f03c";}
.userpro-icon-facetime-video:before{content:"\f03d";}
.userpro-icon-picture:before{content:"\f03e";}
.userpro-icon-pencil:before{content:"\f040";}
.userpro-icon-map-marker:before{content:"\f041";}
.userpro-icon-adjust:before{content:"\f042";}
.userpro-icon-tint:before{content:"\f043";}
.userpro-icon-edit:before{content:"\f044";}
.userpro-icon-share:before{content:"\f045";}
.userpro-icon-check:before{content:"\f046";}
.userpro-icon-move:before{content:"\f047";}
.userpro-icon-step-backward:before{content:"\f048";}
.userpro-icon-fast-backward:before{content:"\f049";}
.userpro-icon-backward:before{content:"\f04a";}
.userpro-icon-play:before{content:"\f04b";}
.userpro-icon-pause:before{content:"\f04c";}
.userpro-icon-stop:before{content:"\f04d";}
.userpro-icon-forward:before{content:"\f04e";}
.userpro-icon-fast-forward:before{content:"\f050";}
.userpro-icon-step-forward:before{content:"\f051";}
.userpro-icon-eject:before{content:"\f052";}
.userpro-icon-chevron-left:before{content:"\f053";}
.userpro-icon-chevron-right:before{content:"\f054";}
.userpro-icon-plus-sign:before{content:"\f055";}
.userpro-icon-minus-sign:before{content:"\f056";}
.userpro-icon-remove-sign:before{content:"\f057";}
.userpro-icon-ok-sign:before{content:"\f058";}
.userpro-icon-question-sign:before{content:"\f059";}
.userpro-icon-info-sign:before{content:"\f05a";}
.userpro-icon-screenshot:before{content:"\f05b";}
.userpro-icon-remove-circle:before{content:"\f05c";}
.userpro-icon-ok-circle:before{content:"\f05d";}
.userpro-icon-ban-circle:before{content:"\f05e";}
.userpro-icon-arrow-left:before{content:"\f060";}
.userpro-icon-arrow-right:before{content:"\f061";}
.userpro-icon-arrow-up:before{content:"\f062";}
.userpro-icon-arrow-down:before{content:"\f063";}
.userpro-icon-mail-forward:before,.userpro-icon-share-alt:before{content:"\f064";}
.userpro-icon-resize-full:before{content:"\f065";}
.userpro-icon-resize-small:before{content:"\f066";}
.userpro-icon-plus:before{content:"\f067";}
.userpro-icon-minus:before{content:"\f068";}
.userpro-icon-asterisk:before{content:"\f069";}
.userpro-icon-exclamation-sign:before{content:"\f06a";}
.userpro-icon-gift:before{content:"\f06b";}
.userpro-icon-leaf:before{content:"\f06c";}
.userpro-icon-fire:before{content:"\f06d";}
.userpro-icon-eye-open:before{content:"\f06e";}
.userpro-icon-eye-close:before{content:"\f070";}
.userpro-icon-warning-sign:before{content:"\f071";}
.userpro-icon-plane:before{content:"\f072";}
.userpro-icon-calendar:before{content:"\f073";}
.userpro-icon-random:before{content:"\f074";}
.userpro-icon-comment:before{content:"\f075";}
.userpro-icon-magnet:before{content:"\f076";}
.userpro-icon-chevron-up:before{content:"\f077";}
.userpro-icon-chevron-down:before{content:"\f078";}
.userpro-icon-retweet:before{content:"\f079";}
.userpro-icon-shopping-cart:before{content:"\f07a";}
.userpro-icon-folder-close:before{content:"\f07b";}
.userpro-icon-folder-open:before{content:"\f07c";}
.userpro-icon-resize-vertical:before{content:"\f07d";}
.userpro-icon-resize-horizontal:before{content:"\f07e";}
.userpro-icon-bar-chart:before{content:"\f080";}
.userpro-icon-twitter-sign:before{content:"\f081";}
.userpro-icon-facebook-sign:before{content:"\f082";}
.userpro-icon-camera-retro:before{content:"\f083";}
.userpro-icon-key:before{content:"\f084";}
.userpro-icon-gears:before,.userpro-icon-cogs:before{content:"\f085";}
.userpro-icon-comments:before{content:"\f086";}
.userpro-icon-thumbs-up-alt:before{content:"\f087";}
.userpro-icon-thumbs-down-alt:before{content:"\f088";}
.userpro-icon-star-half:before{content:"\f089";}
.userpro-icon-heart-empty:before{content:"\f08a";}
.userpro-icon-signout:before{content:"\f08b";}
.userpro-icon-linkedin-sign:before{content:"\f08c";}
.userpro-icon-pushpin:before{content:"\f08d";}
.userpro-icon-external-link:before{content:"\f08e";}
.userpro-icon-signin:before{content:"\f090";}
.userpro-icon-trophy:before{content:"\f091";}
.userpro-icon-github-sign:before{content:"\f092";}
.userpro-icon-upload-alt:before{content:"\f093";}
.userpro-icon-lemon:before{content:"\f094";}
.userpro-icon-phone:before{content:"\f095";}
.userpro-icon-unchecked:before,.userpro-icon-check-empty:before{content:"\f096";}
.userpro-icon-bookmark-empty:before{content:"\f097";}
.userpro-icon-phone-sign:before{content:"\f098";}
.userpro-icon-twitter:before{content:"\f099";}
.userpro-icon-facebook:before{content:"\f09a";}
.userpro-icon-github:before{content:"\f09b";}
.userpro-icon-unlock:before{content:"\f09c";}
.userpro-icon-credit-card:before{content:"\f09d";}
.userpro-icon-rss:before{content:"\f09e";}
.userpro-icon-hdd:before{content:"\f0a0";}
.userpro-icon-bullhorn:before{content:"\f0a1";}
.userpro-icon-bell:before{content:"\f0a2";}
.userpro-icon-certificate:before{content:"\f0a3";}
.userpro-icon-hand-right:before{content:"\f0a4";}
.userpro-icon-hand-left:before{content:"\f0a5";}
.userpro-icon-hand-up:before{content:"\f0a6";}
.userpro-icon-hand-down:before{content:"\f0a7";}
.userpro-icon-circle-arrow-left:before{content:"\f0a8";}
.userpro-icon-circle-arrow-right:before{content:"\f0a9";}
.userpro-icon-circle-arrow-up:before{content:"\f0aa";}
.userpro-icon-circle-arrow-down:before{content:"\f0ab";}
.userpro-icon-globe:before{content:"\f0ac";}
.userpro-icon-wrench:before{content:"\f0ad";}
.userpro-icon-tasks:before{content:"\f0ae";}
.userpro-icon-filter:before{content:"\f0b0";}
.userpro-icon-briefcase:before{content:"\f0b1";}
.userpro-icon-fullscreen:before{content:"\f0b2";}
.userpro-icon-group:before{content:"\f0c0";}
.userpro-icon-link:before{content:"\f0c1";}
.userpro-icon-cloud:before{content:"\f0c2";}
.userpro-icon-beaker:before{content:"\f0c3";}
.userpro-icon-cut:before{content:"\f0c4";}
.userpro-icon-copy:before{content:"\f0c5";}
.userpro-icon-paperclip:before,.userpro-icon-paper-clip:before{content:"\f0c6";}
.userpro-icon-save:before{content:"\f0c7";}
.userpro-icon-sign-blank:before{content:"\f0c8";}
.userpro-icon-reorder:before{content:"\f0c9";}
.userpro-icon-list-ul:before{content:"\f0ca";}
.userpro-icon-list-ol:before{content:"\f0cb";}
.userpro-icon-strikethrough:before{content:"\f0cc";}
.userpro-icon-underline:before{content:"\f0cd";}
.userpro-icon-table:before{content:"\f0ce";}
.userpro-icon-magic:before{content:"\f0d0";}
.userpro-icon-truck:before{content:"\f0d1";}
.userpro-icon-pinterest:before{content:"\f0d2";}
.userpro-icon-pinterest-sign:before{content:"\f0d3";}
.userpro-icon-google-plus-sign:before{content:"\f0d4";}
.userpro-icon-google-plus:before{content:"\f0d5";}
.userpro-icon-money:before{content:"\f0d6";}
.userpro-icon-caret-down:before{content:"\f0d7";}
.userpro-icon-caret-up:before{content:"\f0d8";}
.userpro-icon-caret-left:before{content:"\f0d9";}
.userpro-icon-caret-right:before{content:"\f0da";}
.userpro-icon-columns:before{content:"\f0db";}
.userpro-icon-sort:before{content:"\f0dc";}
.userpro-icon-sort-down:before{content:"\f0dd";}
.userpro-icon-sort-up:before{content:"\f0de";}
.userpro-icon-envelope:before{content:"\f0e0";}
.userpro-icon-linkedin:before{content:"\f0e1";}
.userpro-icon-rotate-left:before,.userpro-icon-undo:before{content:"\f0e2";}
.userpro-icon-legal:before{content:"\f0e3";}
.userpro-icon-dashboard:before{content:"\f0e4";}
.userpro-icon-comment-alt:before{content:"\f0e5";}
.userpro-icon-comments-alt:before{content:"\f0e6";}
.userpro-icon-bolt:before{content:"\f0e7";}
.userpro-icon-sitemap:before{content:"\f0e8";}
.userpro-icon-umbrella:before{content:"\f0e9";}
.userpro-icon-paste:before{content:"\f0ea";}
.userpro-icon-lightbulb:before{content:"\f0eb";}
.userpro-icon-exchange:before{content:"\f0ec";}
.userpro-icon-cloud-download:before{content:"\f0ed";}
.userpro-icon-cloud-upload:before{content:"\f0ee";}
.userpro-icon-user-md:before{content:"\f0f0";}
.userpro-icon-stethoscope:before{content:"\f0f1";}
.userpro-icon-suitcase:before{content:"\f0f2";}
.userpro-icon-bell-alt:before{content:"\f0f3";}
.userpro-icon-coffee:before{content:"\f0f4";}
.userpro-icon-food:before{content:"\f0f5";}
.userpro-icon-file-text-alt:before{content:"\f0f6";}
.userpro-icon-building:before{content:"\f0f7";}
.userpro-icon-hospital:before{content:"\f0f8";}
.userpro-icon-ambulance:before{content:"\f0f9";}
.userpro-icon-medkit:before{content:"\f0fa";}
.userpro-icon-fighter-jet:before{content:"\f0fb";}
.userpro-icon-beer:before{content:"\f0fc";}
.userpro-icon-h-sign:before{content:"\f0fd";}
.userpro-icon-plus-sign-alt:before{content:"\f0fe";}
.userpro-icon-double-angle-left:before{content:"\f100";}
.userpro-icon-double-angle-right:before{content:"\f101";}
.userpro-icon-double-angle-up:before{content:"\f102";}
.userpro-icon-double-angle-down:before{content:"\f103";}
.userpro-icon-angle-left:before{content:"\f104";}
.userpro-icon-angle-right:before{content:"\f105";}
.userpro-icon-angle-up:before{content:"\f106";}
.userpro-icon-angle-down:before{content:"\f107";}
.userpro-icon-desktop:before{content:"\f108";}
.userpro-icon-laptop:before{content:"\f109";}
.userpro-icon-tablet:before{content:"\f10a";}
.userpro-icon-mobile-phone:before{content:"\f10b";}
.userpro-icon-circle-blank:before{content:"\f10c";}
.userpro-icon-quote-left:before{content:"\f10d";}
.userpro-icon-quote-right:before{content:"\f10e";}
.userpro-icon-spinner:before{content:"\f110";}
.userpro-icon-circle:before{content:"\f111";}
.userpro-icon-mail-reply:before,.userpro-icon-reply:before{content:"\f112";}
.userpro-icon-github-alt:before{content:"\f113";}
.userpro-icon-folder-close-alt:before{content:"\f114";}
.userpro-icon-folder-open-alt:before{content:"\f115";}
.userpro-icon-expand-alt:before{content:"\f116";}
.userpro-icon-collapse-alt:before{content:"\f117";}
.userpro-icon-smile:before{content:"\f118";}
.userpro-icon-frown:before{content:"\f119";}
.userpro-icon-meh:before{content:"\f11a";}
.userpro-icon-gamepad:before{content:"\f11b";}
.userpro-icon-keyboard:before{content:"\f11c";}
.userpro-icon-flag-alt:before{content:"\f11d";}
.userpro-icon-flag-checkered:before{content:"\f11e";}
.userpro-icon-terminal:before{content:"\f120";}
.userpro-icon-code:before{content:"\f121";}
.userpro-icon-reply-all:before{content:"\f122";}
.userpro-icon-mail-reply-all:before{content:"\f122";}
.userpro-icon-star-half-full:before,.userpro-icon-star-half-empty:before{content:"\f123";}
.userpro-icon-location-arrow:before{content:"\f124";}
.userpro-icon-crop:before{content:"\f125";}
.userpro-icon-code-fork:before{content:"\f126";}
.userpro-icon-unlink:before{content:"\f127";}
.userpro-icon-question:before{content:"\f128";}
.userpro-icon-info:before{content:"\f129";}
.userpro-icon-exclamation:before{content:"\f12a";}
.userpro-icon-superscript:before{content:"\f12b";}
.userpro-icon-subscript:before{content:"\f12c";}
.userpro-icon-eraser:before{content:"\f12d";}
.userpro-icon-puzzle-piece:before{content:"\f12e";}
.userpro-icon-microphone:before{content:"\f130";}
.userpro-icon-microphone-off:before{content:"\f131";}
.userpro-icon-shield:before{content:"\f132";}
.userpro-icon-calendar-empty:before{content:"\f133";}
.userpro-icon-fire-extinguisher:before{content:"\f134";}
.userpro-icon-rocket:before{content:"\f135";}
.userpro-icon-maxcdn:before{content:"\f136";}
.userpro-icon-chevron-sign-left:before{content:"\f137";}
.userpro-icon-chevron-sign-right:before{content:"\f138";}
.userpro-icon-chevron-sign-up:before{content:"\f139";}
.userpro-icon-chevron-sign-down:before{content:"\f13a";}
.userpro-icon-html5:before{content:"\f13b";}
.userpro-icon-css3:before{content:"\f13c";}
.userpro-icon-anchor:before{content:"\f13d";}
.userpro-icon-unlock-alt:before{content:"\f13e";}
.userpro-icon-bullseye:before{content:"\f140";}
.userpro-icon-ellipsis-horizontal:before{content:"\f141";}
.userpro-icon-ellipsis-vertical:before{content:"\f142";}
.userpro-icon-rss-sign:before{content:"\f143";}
.userpro-icon-play-sign:before{content:"\f144";}
.userpro-icon-ticket:before{content:"\f145";}
.userpro-icon-minus-sign-alt:before{content:"\f146";}
.userpro-icon-check-minus:before{content:"\f147";}
.userpro-icon-level-up:before{content:"\f148";}
.userpro-icon-level-down:before{content:"\f149";}
.userpro-icon-check-sign:before{content:"\f14a";}
.userpro-icon-edit-sign:before{content:"\f14b";}
.userpro-icon-external-link-sign:before{content:"\f14c";}
.userpro-icon-share-sign:before{content:"\f14d";}
.userpro-icon-compass:before{content:"\f14e";}
.userpro-icon-collapse:before{content:"\f150";}
.userpro-icon-collapse-top:before{content:"\f151";}
.userpro-icon-expand:before{content:"\f152";}
.userpro-icon-euro:before,.userpro-icon-eur:before{content:"\f153";}
.userpro-icon-gbp:before{content:"\f154";}
.userpro-icon-dollar:before,.userpro-icon-usd:before{content:"\f155";}
.userpro-icon-rupee:before,.userpro-icon-inr:before{content:"\f156";}
.userpro-icon-yen:before,.userpro-icon-jpy:before{content:"\f157";}
.userpro-icon-renminbi:before,.userpro-icon-cny:before{content:"\f158";}
.userpro-icon-won:before,.userpro-icon-krw:before{content:"\f159";}
.userpro-icon-bitcoin:before,.userpro-icon-btc:before{content:"\f15a";}
.userpro-icon-file:before{content:"\f15b";}
.userpro-icon-file-text:before{content:"\f15c";}
.userpro-icon-sort-by-alphabet:before{content:"\f15d";}
.userpro-icon-sort-by-alphabet-alt:before{content:"\f15e";}
.userpro-icon-sort-by-attributes:before{content:"\f160";}
.userpro-icon-sort-by-attributes-alt:before{content:"\f161";}
.userpro-icon-sort-by-order:before{content:"\f162";}
.userpro-icon-sort-by-order-alt:before{content:"\f163";}
.userpro-icon-thumbs-up:before{content:"\f164";}
.userpro-icon-thumbs-down:before{content:"\f165";}
.userpro-icon-youtube-sign:before{content:"\f166";}
.userpro-icon-youtube:before{content:"\f167";}
.userpro-icon-xing:before{content:"\f168";}
.userpro-icon-xing-sign:before{content:"\f169";}
.userpro-icon-youtube-play:before{content:"\f16a";}
.userpro-icon-dropbox:before{content:"\f16b";}
.userpro-icon-stackexchange:before{content:"\f16c";}
.userpro-icon-instagram:before{content:"\f16d";}
.userpro-icon-flickr:before{content:"\f16e";}
.userpro-icon-adn:before{content:"\f170";}
.userpro-icon-bitbucket:before{content:"\f171";}
.userpro-icon-bitbucket-sign:before{content:"\f172";}
.userpro-icon-tumblr:before{content:"\f173";}
.userpro-icon-tumblr-sign:before{content:"\f174";}
.userpro-icon-long-arrow-down:before{content:"\f175";}
.userpro-icon-long-arrow-up:before{content:"\f176";}
.userpro-icon-long-arrow-left:before{content:"\f177";}
.userpro-icon-long-arrow-right:before{content:"\f178";}
.userpro-icon-apple:before{content:"\f179";}
.userpro-icon-windows:before{content:"\f17a";}
.userpro-icon-android:before{content:"\f17b";}
.userpro-icon-linux:before{content:"\f17c";}
.userpro-icon-dribbble:before{content:"\f17d";}
.userpro-icon-skype:before{content:"\f17e";}
.userpro-icon-foursquare:before{content:"\f180";}
.userpro-icon-trello:before{content:"\f181";}
.userpro-icon-female:before{content:"\f182";}
.userpro-icon-male:before{content:"\f183";}
.userpro-icon-gittip:before{content:"\f184";}
.userpro-icon-sun:before{content:"\f185";}
.userpro-icon-moon:before{content:"\f186";}
.userpro-icon-archive:before{content:"\f187";}
.userpro-icon-bug:before{content:"\f188";}
.userpro-icon-vk:before{content:"\f189";}
.userpro-icon-weibo:before{content:"\f18a";}
.userpro-icon-renren:before{content:"\f18b";}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {

	div.userpro-overlay-inner {
		width: 90%;
		margin-left: 5%;
		left: 0;
	}

}