
.totalsoft {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.totalsoft-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.totalsoft-2x {
	font-size: 2em;
}

.totalsoft-3x {
	font-size: 3em;
}

.totalsoft-4x {
	font-size: 4em;
}

.totalsoft-5x {
	font-size: 5em;
}

.totalsoft-fw {
	width: 1.28571429em;
	text-align: center;
}

.totalsoft-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.totalsoft-ul>li {
	position: relative;
}

.totalsoft-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.totalsoft-li.totalsoft-lg {
	left: -1.85714286em;
}

.totalsoft-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.totalsoft-pull-left {
	float: left;
}

.totalsoft-pull-right {
	float: right;
}

.totalsoft.totalsoft-pull-left {
	margin-right: .3em;
}

.totalsoft.totalsoft-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.totalsoft.pull-left {
	margin-right: .3em;
}

.totalsoft.pull-right {
	margin-left: .3em;
}

.totalsoft-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.totalsoft-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.totalsoft-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.totalsoft-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.totalsoft-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.totalsoft-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.totalsoft-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .totalsoft-rotate-90, :root .totalsoft-rotate-180, :root .totalsoft-rotate-270, :root .totalsoft-flip-horizontal, :root .totalsoft-flip-vertical {
	filter: none;
}

.totalsoft-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.totalsoft-stack-1x, .totalsoft-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.totalsoft-stack-1x {
	line-height: inherit;
}

.totalsoft-stack-2x {
	font-size: 2em;
}

.totalsoft-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.totalsoft-glass:before {
	content: "";
}

.totalsoft-music:before {
	content: "";
}

.totalsoft-search:before {
	content: "";
}

.totalsoft-envelope-o:before {
	content: "";
}

.totalsoft-heart:before {
	content: "";
}

.totalsoft-star:before {
	content: "";
}

.totalsoft-star-o:before {
	content: "";
}

.totalsoft-user:before {
	content: "";
}

.totalsoft-film:before {
	content: "";
}

.totalsoft-th-large:before {
	content: "";
}

.totalsoft-th:before {
	content: "";
}

.totalsoft-th-list:before {
	content: "";
}

.totalsoft-check:before {
	content: "";
}

.totalsoft-remove:before, .totalsoft-close:before, .totalsoft-times:before {
	content: "";
}

.totalsoft-search-plus:before {
	content: "";
}

.totalsoft-search-minus:before {
	content: "";
}

.totalsoft-power-off:before {
	content: "";
}

.totalsoft-signal:before {
	content: "";
}

.totalsoft-gear:before, .totalsoft-cog:before {
	content: "";
}

.totalsoft-trash-o:before {
	content: "";
}

.totalsoft-home:before {
	content: "";
}

.totalsoft-file-o:before {
	content: "";
}

.totalsoft-clock-o:before {
	content: "";
}

.totalsoft-road:before {
	content: "";
}

.totalsoft-download:before {
	content: "";
}

.totalsoft-arrow-circle-o-down:before {
	content: "";
}

.totalsoft-arrow-circle-o-up:before {
	content: "";
}

.totalsoft-inbox:before {
	content: "";
}

.totalsoft-play-circle-o:before {
	content: "";
}

.totalsoft-rotate-right:before, .totalsoft-repeat:before {
	content: "";
}

.totalsoft-refresh:before {
	content: "";
}

.totalsoft-list-alt:before {
	content: "";
}

.totalsoft-lock:before {
	content: "";
}

.totalsoft-flag:before {
	content: "";
}

.totalsoft-headphones:before {
	content: "";
}

.totalsoft-volume-off:before {
	content: "";
}

.totalsoft-volume-down:before {
	content: "";
}

.totalsoft-volume-up:before {
	content: "";
}

.totalsoft-qrcode:before {
	content: "";
}

.totalsoft-barcode:before {
	content: "";
}

.totalsoft-tag:before {
	content: "";
}

.totalsoft-tags:before {
	content: "";
}

.totalsoft-book:before {
	content: "";
}

.totalsoft-bookmark:before {
	content: "";
}

.totalsoft-print:before {
	content: "";
}

.totalsoft-camera:before {
	content: "";
}

.totalsoft-font:before {
	content: "";
}

.totalsoft-bold:before {
	content: "";
}

.totalsoft-italic:before {
	content: "";
}

.totalsoft-text-height:before {
	content: "";
}

.totalsoft-text-width:before {
	content: "";
}

.totalsoft-align-left:before {
	content: "";
}

.totalsoft-align-center:before {
	content: "";
}

.totalsoft-align-right:before {
	content: "";
}

.totalsoft-align-justify:before {
	content: "";
}

.totalsoft-list:before {
	content: "";
}

.totalsoft-dedent:before, .totalsoft-outdent:before {
	content: "";
}

.totalsoft-indent:before {
	content: "";
}

.totalsoft-video-camera:before {
	content: "";
}

.totalsoft-photo:before, .totalsoft-image:before, .totalsoft-picture-o:before {
	content: "";
}

.totalsoft-pencil:before {
	content: "";
}

.totalsoft-map-marker:before {
	content: "";
}

.totalsoft-adjust:before {
	content: "";
}

.totalsoft-tint:before {
	content: "";
}

.totalsoft-edit:before, .totalsoft-pencil-square-o:before {
	content: "";
}

.totalsoft-share-square-o:before {
	content: "";
}

.totalsoft-check-square-o:before {
	content: "";
}

.totalsoft-arrows:before {
	content: "";
}

.totalsoft-step-backward:before {
	content: "";
}

.totalsoft-fast-backward:before {
	content: "";
}

.totalsoft-backward:before {
	content: "";
}

.totalsoft-play:before {
	content: "";
}

.totalsoft-pause:before {
	content: "";
}

.totalsoft-stop:before {
	content: "";
}

.totalsoft-forward:before {
	content: "";
}

.totalsoft-fast-forward:before {
	content: "";
}

.totalsoft-step-forward:before {
	content: "";
}

.totalsoft-eject:before {
	content: "";
}

.totalsoft-chevron-left:before {
	content: "";
}

.totalsoft-chevron-right:before {
	content: "";
}

.totalsoft-plus-circle:before {
	content: "";
}

.totalsoft-minus-circle:before {
	content: "";
}

.totalsoft-times-circle:before {
	content: "";
}

.totalsoft-check-circle:before {
	content: "";
}

.totalsoft-question-circle:before {
	content: "";
}

.totalsoft-info-circle:before {
	content: "";
}

.totalsoft-crosshairs:before {
	content: "";
}

.totalsoft-times-circle-o:before {
	content: "";
}

.totalsoft-check-circle-o:before {
	content: "";
}

.totalsoft-ban:before {
	content: "";
}

.totalsoft-arrow-left:before {
	content: "";
}

.totalsoft-arrow-right:before {
	content: "";
}

.totalsoft-arrow-up:before {
	content: "";
}

.totalsoft-arrow-down:before {
	content: "";
}

.totalsoft-mail-forward:before, .totalsoft-share:before {
	content: "";
}

.totalsoft-expand:before {
	content: "";
}

.totalsoft-compress:before {
	content: "";
}

.totalsoft-plus:before {
	content: "";
}

.totalsoft-minus:before {
	content: "";
}

.totalsoft-asterisk:before {
	content: "";
}

.totalsoft-exclamation-circle:before {
	content: "";
}

.totalsoft-gift:before {
	content: "";
}

.totalsoft-leaf:before {
	content: "";
}

.totalsoft-fire:before {
	content: "";
}

.totalsoft-eye:before {
	content: "";
}

.totalsoft-eye-slash:before {
	content: "";
}

.totalsoft-warning:before, .totalsoft-exclamation-triangle:before {
	content: "";
}

.totalsoft-plane:before {
	content: "";
}

.totalsoft-calendar:before {
	content: "";
}

.totalsoft-random:before {
	content: "";
}

.totalsoft-comment:before {
	content: "";
}

.totalsoft-magnet:before {
	content: "";
}

.totalsoft-chevron-up:before {
	content: "";
}

.totalsoft-chevron-down:before {
	content: "";
}

.totalsoft-retweet:before {
	content: "";
}

.totalsoft-shopping-cart:before {
	content: "";
}

.totalsoft-folder:before {
	content: "";
}

.totalsoft-folder-open:before {
	content: "";
}

.totalsoft-arrows-v:before {
	content: "";
}

.totalsoft-arrows-h:before {
	content: "";
}

.totalsoft-bar-chart-o:before, .totalsoft-bar-chart:before {
	content: "";
}

.totalsoft-twitter-square:before {
	content: "";
}

.totalsoft-facebook-square:before {
	content: "";
}

.totalsoft-camera-retro:before {
	content: "";
}

.totalsoft-key:before {
	content: "";
}

.totalsoft-gears:before, .totalsoft-cogs:before {
	content: "";
}

.totalsoft-comments:before {
	content: "";
}

.totalsoft-thumbs-o-up:before {
	content: "";
}

.totalsoft-thumbs-o-down:before {
	content: "";
}

.totalsoft-star-half:before {
	content: "";
}

.totalsoft-heart-o:before {
	content: "";
}

.totalsoft-sign-out:before {
	content: "";
}

.totalsoft-linkedin-square:before {
	content: "";
}

.totalsoft-thumb-tack:before {
	content: "";
}

.totalsoft-external-link:before {
	content: "";
}

.totalsoft-sign-in:before {
	content: "";
}

.totalsoft-trophy:before {
	content: "";
}

.totalsoft-github-square:before {
	content: "";
}

.totalsoft-upload:before {
	content: "";
}

.totalsoft-lemon-o:before {
	content: "";
}

.totalsoft-phone:before {
	content: "";
}

.totalsoft-square-o:before {
	content: "";
}

.totalsoft-bookmark-o:before {
	content: "";
}

.totalsoft-phone-square:before {
	content: "";
}

.totalsoft-twitter:before {
	content: "";
}

.totalsoft-facebook-f:before, .totalsoft-facebook:before {
	content: "";
}

.totalsoft-github:before {
	content: "";
}

.totalsoft-unlock:before {
	content: "";
}

.totalsoft-credit-card:before {
	content: "";
}

.totalsoft-feed:before, .totalsoft-rss:before {
	content: "";
}

.totalsoft-hdd-o:before {
	content: "";
}

.totalsoft-bullhorn:before {
	content: "";
}

.totalsoft-bell:before {
	content: "";
}

.totalsoft-certificate:before {
	content: "";
}

.totalsoft-hand-o-right:before {
	content: "";
}

.totalsoft-hand-o-left:before {
	content: "";
}

.totalsoft-hand-o-up:before {
	content: "";
}

.totalsoft-hand-o-down:before {
	content: "";
}

.totalsoft-arrow-circle-left:before {
	content: "";
}

.totalsoft-arrow-circle-right:before {
	content: "";
}

.totalsoft-arrow-circle-up:before {
	content: "";
}

.totalsoft-arrow-circle-down:before {
	content: "";
}

.totalsoft-globe:before {
	content: "";
}

.totalsoft-wrench:before {
	content: "";
}

.totalsoft-tasks:before {
	content: "";
}

.totalsoft-filter:before {
	content: "";
}

.totalsoft-briefcase:before {
	content: "";
}

.totalsoft-arrows-alt:before {
	content: "";
}

.totalsoft-group:before, .totalsoft-users:before {
	content: "";
}

.totalsoft-chain:before, .totalsoft-link:before {
	content: "";
}

.totalsoft-cloud:before {
	content: "";
}

.totalsoft-flask:before {
	content: "";
}

.totalsoft-cut:before, .totalsoft-scissors:before {
	content: "";
}

.totalsoft-copy:before, .totalsoft-files-o:before {
	content: "";
}

.totalsoft-paperclip:before {
	content: "";
}

.totalsoft-save:before, .totalsoft-floppy-o:before {
	content: "";
}

.totalsoft-square:before {
	content: "";
}

.totalsoft-navicon:before, .totalsoft-reorder:before, .totalsoft-bars:before {
	content: "";
}

.totalsoft-list-ul:before {
	content: "";
}

.totalsoft-list-ol:before {
	content: "";
}

.totalsoft-strikethrough:before {
	content: "";
}

.totalsoft-underline:before {
	content: "";
}

.totalsoft-table:before {
	content: "";
}

.totalsoft-magic:before {
	content: "";
}

.totalsoft-truck:before {
	content: "";
}

.totalsoft-pinterest:before {
	content: "";
}

.totalsoft-pinterest-square:before {
	content: "";
}

.totalsoft-google-plus-square:before {
	content: "";
}

.totalsoft-google-plus:before {
	content: "";
}

.totalsoft-money:before {
	content: "";
}

.totalsoft-caret-down:before {
	content: "";
}

.totalsoft-caret-up:before {
	content: "";
}

.totalsoft-caret-left:before {
	content: "";
}

.totalsoft-caret-right:before {
	content: "";
}

.totalsoft-columns:before {
	content: "";
}

.totalsoft-unsorted:before, .totalsoft-sort:before {
	content: "";
}

.totalsoft-sort-down:before, .totalsoft-sort-desc:before {
	content: "";
}

.totalsoft-sort-up:before, .totalsoft-sort-asc:before {
	content: "";
}

.totalsoft-envelope:before {
	content: "";
}

.totalsoft-linkedin:before {
	content: "";
}

.totalsoft-rotate-left:before, .totalsoft-undo:before {
	content: "";
}

.totalsoft-legal:before, .totalsoft-gavel:before {
	content: "";
}

.totalsoft-dashboard:before, .totalsoft-tachometer:before {
	content: "";
}

.totalsoft-comment-o:before {
	content: "";
}

.totalsoft-comments-o:before {
	content: "";
}

.totalsoft-flash:before, .totalsoft-bolt:before {
	content: "";
}

.totalsoft-sitemap:before {
	content: "";
}

.totalsoft-umbrella:before {
	content: "";
}

.totalsoft-paste:before, .totalsoft-clipboard:before {
	content: "";
}

.totalsoft-lightbulb-o:before {
	content: "";
}

.totalsoft-exchange:before {
	content: "";
}

.totalsoft-cloud-download:before {
	content: "";
}

.totalsoft-cloud-upload:before {
	content: "";
}

.totalsoft-user-md:before {
	content: "";
}

.totalsoft-stethoscope:before {
	content: "";
}

.totalsoft-suitcase:before {
	content: "";
}

.totalsoft-bell-o:before {
	content: "";
}

.totalsoft-coffee:before {
	content: "";
}

.totalsoft-cutlery:before {
	content: "";
}

.totalsoft-file-text-o:before {
	content: "";
}

.totalsoft-building-o:before {
	content: "";
}

.totalsoft-hospital-o:before {
	content: "";
}

.totalsoft-ambulance:before {
	content: "";
}

.totalsoft-medkit:before {
	content: "";
}

.totalsoft-fighter-jet:before {
	content: "";
}

.totalsoft-beer:before {
	content: "";
}

.totalsoft-h-square:before {
	content: "";
}

.totalsoft-plus-square:before {
	content: "";
}

.totalsoft-angle-double-left:before {
	content: "";
}

.totalsoft-angle-double-right:before {
	content: "";
}

.totalsoft-angle-double-up:before {
	content: "";
}

.totalsoft-angle-double-down:before {
	content: "";
}

.totalsoft-angle-left:before {
	content: "";
}

.totalsoft-angle-right:before {
	content: "";
}

.totalsoft-angle-up:before {
	content: "";
}

.totalsoft-angle-down:before {
	content: "";
}

.totalsoft-desktop:before {
	content: "";
}

.totalsoft-laptop:before {
	content: "";
}

.totalsoft-tablet:before {
	content: "";
}

.totalsoft-mobile-phone:before, .totalsoft-mobile:before {
	content: "";
}

.totalsoft-circle-o:before {
	content: "";
}

.totalsoft-quote-left:before {
	content: "";
}

.totalsoft-quote-right:before {
	content: "";
}

.totalsoft-spinner:before {
	content: "";
}

.totalsoft-circle:before {
	content: "";
}

.totalsoft-mail-reply:before, .totalsoft-reply:before {
	content: "";
}

.totalsoft-github-alt:before {
	content: "";
}

.totalsoft-folder-o:before {
	content: "";
}

.totalsoft-folder-open-o:before {
	content: "";
}

.totalsoft-smile-o:before {
	content: "";
}

.totalsoft-frown-o:before {
	content: "";
}

.totalsoft-meh-o:before {
	content: "";
}

.totalsoft-gamepad:before {
	content: "";
}

.totalsoft-keyboard-o:before {
	content: "";
}

.totalsoft-flag-o:before {
	content: "";
}

.totalsoft-flag-checkered:before {
	content: "";
}

.totalsoft-terminal:before {
	content: "";
}

.totalsoft-code:before {
	content: "";
}

.totalsoft-mail-reply-all:before, .totalsoft-reply-all:before {
	content: "";
}

.totalsoft-star-half-empty:before, .totalsoft-star-half-full:before, .totalsoft-star-half-o:before {
	content: "";
}

.totalsoft-location-arrow:before {
	content: "";
}

.totalsoft-crop:before {
	content: "";
}

.totalsoft-code-fork:before {
	content: "";
}

.totalsoft-unlink:before, .totalsoft-chain-broken:before {
	content: "";
}

.totalsoft-question:before {
	content: "";
}

.totalsoft-info:before {
	content: "";
}

.totalsoft-exclamation:before {
	content: "";
}

.totalsoft-superscript:before {
	content: "";
}

.totalsoft-subscript:before {
	content: "";
}

.totalsoft-eraser:before {
	content: "";
}

.totalsoft-puzzle-piece:before {
	content: "";
}

.totalsoft-microphone:before {
	content: "";
}

.totalsoft-microphone-slash:before {
	content: "";
}

.totalsoft-shield:before {
	content: "";
}

.totalsoft-calendar-o:before {
	content: "";
}

.totalsoft-fire-extinguisher:before {
	content: "";
}

.totalsoft-rocket:before {
	content: "";
}

.totalsoft-maxcdn:before {
	content: "";
}

.totalsoft-chevron-circle-left:before {
	content: "";
}

.totalsoft-chevron-circle-right:before {
	content: "";
}

.totalsoft-chevron-circle-up:before {
	content: "";
}

.totalsoft-chevron-circle-down:before {
	content: "";
}

.totalsoft-html5:before {
	content: "";
}

.totalsoft-css3:before {
	content: "";
}

.totalsoft-anchor:before {
	content: "";
}

.totalsoft-unlock-alt:before {
	content: "";
}

.totalsoft-bullseye:before {
	content: "";
}

.totalsoft-ellipsis-h:before {
	content: "";
}

.totalsoft-ellipsis-v:before {
	content: "";
}

.totalsoft-rss-square:before {
	content: "";
}

.totalsoft-play-circle:before {
	content: "";
}

.totalsoft-ticket:before {
	content: "";
}

.totalsoft-minus-square:before {
	content: "";
}

.totalsoft-minus-square-o:before {
	content: "";
}

.totalsoft-level-up:before {
	content: "";
}

.totalsoft-level-down:before {
	content: "";
}

.totalsoft-check-square:before {
	content: "";
}

.totalsoft-pencil-square:before {
	content: "";
}

.totalsoft-external-link-square:before {
	content: "";
}

.totalsoft-share-square:before {
	content: "";
}

.totalsoft-compass:before {
	content: "";
}

.totalsoft-toggle-down:before, .totalsoft-caret-square-o-down:before {
	content: "";
}

.totalsoft-toggle-up:before, .totalsoft-caret-square-o-up:before {
	content: "";
}

.totalsoft-toggle-right:before, .totalsoft-caret-square-o-right:before {
	content: "";
}

.totalsoft-euro:before, .totalsoft-eur:before {
	content: "";
}

.totalsoft-gbp:before {
	content: "";
}

.totalsoft-dollar:before, .totalsoft-usd:before {
	content: "";
}

.totalsoft-rupee:before, .totalsoft-inr:before {
	content: "";
}

.totalsoft-cny:before, .totalsoft-rmb:before, .totalsoft-yen:before, .totalsoft-jpy:before {
	content: "";
}

.totalsoft-ruble:before, .totalsoft-rouble:before, .totalsoft-rub:before {
	content: "";
}

.totalsoft-won:before, .totalsoft-krw:before {
	content: "";
}

.totalsoft-bitcoin:before, .totalsoft-btc:before {
	content: "";
}

.totalsoft-file:before {
	content: "";
}

.totalsoft-file-text:before {
	content: "";
}

.totalsoft-sort-alpha-asc:before {
	content: "";
}

.totalsoft-sort-alpha-desc:before {
	content: "";
}

.totalsoft-sort-amount-asc:before {
	content: "";
}

.totalsoft-sort-amount-desc:before {
	content: "";
}

.totalsoft-sort-numeric-asc:before {
	content: "";
}

.totalsoft-sort-numeric-desc:before {
	content: "";
}

.totalsoft-thumbs-up:before {
	content: "";
}

.totalsoft-thumbs-down:before {
	content: "";
}

.totalsoft-youtube-square:before {
	content: "";
}

.totalsoft-youtube:before {
	content: "";
}

.totalsoft-xing:before {
	content: "";
}

.totalsoft-xing-square:before {
	content: "";
}

.totalsoft-youtube-play:before {
	content: "";
}

.totalsoft-dropbox:before {
	content: "";
}

.totalsoft-stack-overflow:before {
	content: "";
}

.totalsoft-instagram:before {
	content: "";
}

.totalsoft-flickr:before {
	content: "";
}

.totalsoft-adn:before {
	content: "";
}

.totalsoft-bitbucket:before {
	content: "";
}

.totalsoft-bitbucket-square:before {
	content: "";
}

.totalsoft-tumblr:before {
	content: "";
}

.totalsoft-tumblr-square:before {
	content: "";
}

.totalsoft-long-arrow-down:before {
	content: "";
}

.totalsoft-long-arrow-up:before {
	content: "";
}

.totalsoft-long-arrow-left:before {
	content: "";
}

.totalsoft-long-arrow-right:before {
	content: "";
}

.totalsoft-apple:before {
	content: "";
}

.totalsoft-windows:before {
	content: "";
}

.totalsoft-android:before {
	content: "";
}

.totalsoft-linux:before {
	content: "";
}

.totalsoft-dribbble:before {
	content: "";
}

.totalsoft-skype:before {
	content: "";
}

.totalsoft-foursquare:before {
	content: "";
}

.totalsoft-trello:before {
	content: "";
}

.totalsoft-female:before {
	content: "";
}

.totalsoft-male:before {
	content: "";
}

.totalsoft-gittip:before, .totalsoft-gratipay:before {
	content: "";
}

.totalsoft-sun-o:before {
	content: "";
}

.totalsoft-moon-o:before {
	content: "";
}

.totalsoft-archive:before {
	content: "";
}

.totalsoft-bug:before {
	content: "";
}

.totalsoft-vk:before {
	content: "";
}

.totalsoft-weibo:before {
	content: "";
}

.totalsoft-renren:before {
	content: "";
}

.totalsoft-pagelines:before {
	content: "";
}

.totalsoft-stack-exchange:before {
	content: "";
}

.totalsoft-arrow-circle-o-right:before {
	content: "";
}

.totalsoft-arrow-circle-o-left:before {
	content: "";
}

.totalsoft-toggle-left:before, .totalsoft-caret-square-o-left:before {
	content: "";
}

.totalsoft-dot-circle-o:before {
	content: "";
}

.totalsoft-wheelchair:before {
	content: "";
}

.totalsoft-vimeo-square:before {
	content: "";
}

.totalsoft-turkish-lira:before, .totalsoft-try:before {
	content: "";
}

.totalsoft-plus-square-o:before {
	content: "";
}

.totalsoft-space-shuttle:before {
	content: "";
}

.totalsoft-slack:before {
	content: "";
}

.totalsoft-envelope-square:before {
	content: "";
}

.totalsoft-wordpress:before {
	content: "";
}

.totalsoft-openid:before {
	content: "";
}

.totalsoft-institution:before, .totalsoft-bank:before, .totalsoft-university:before {
	content: "";
}

.totalsoft-mortar-board:before, .totalsoft-graduation-cap:before {
	content: "";
}

.totalsoft-yahoo:before {
	content: "";
}

.totalsoft-google:before {
	content: "";
}

.totalsoft-reddit:before {
	content: "";
}

.totalsoft-reddit-square:before {
	content: "";
}

.totalsoft-stumbleupon-circle:before {
	content: "";
}

.totalsoft-stumbleupon:before {
	content: "";
}

.totalsoft-delicious:before {
	content: "";
}

.totalsoft-digg:before {
	content: "";
}

.totalsoft-pied-piper-pp:before {
	content: "";
}

.totalsoft-pied-piper-alt:before {
	content: "";
}

.totalsoft-drupal:before {
	content: "";
}

.totalsoft-joomla:before {
	content: "";
}

.totalsoft-language:before {
	content: "";
}

.totalsoft-fax:before {
	content: "";
}

.totalsoft-building:before {
	content: "";
}

.totalsoft-child:before {
	content: "";
}

.totalsoft-paw:before {
	content: "";
}

.totalsoft-spoon:before {
	content: "";
}

.totalsoft-cube:before {
	content: "";
}

.totalsoft-cubes:before {
	content: "";
}

.totalsoft-behance:before {
	content: "";
}

.totalsoft-behance-square:before {
	content: "";
}

.totalsoft-steam:before {
	content: "";
}

.totalsoft-steam-square:before {
	content: "";
}

.totalsoft-recycle:before {
	content: "";
}

.totalsoft-automobile:before, .totalsoft-car:before {
	content: "";
}

.totalsoft-cab:before, .totalsoft-taxi:before {
	content: "";
}

.totalsoft-tree:before {
	content: "";
}

.totalsoft-spotify:before {
	content: "";
}

.totalsoft-deviantart:before {
	content: "";
}

.totalsoft-soundcloud:before {
	content: "";
}

.totalsoft-database:before {
	content: "";
}

.totalsoft-file-pdf-o:before {
	content: "";
}

.totalsoft-file-word-o:before {
	content: "";
}

.totalsoft-file-excel-o:before {
	content: "";
}

.totalsoft-file-powerpoint-o:before {
	content: "";
}

.totalsoft-file-photo-o:before, .totalsoft-file-picture-o:before, .totalsoft-file-image-o:before {
	content: "";
}

.totalsoft-file-zip-o:before, .totalsoft-file-archive-o:before {
	content: "";
}

.totalsoft-file-sound-o:before, .totalsoft-file-audio-o:before {
	content: "";
}

.totalsoft-file-movie-o:before, .totalsoft-file-video-o:before {
	content: "";
}

.totalsoft-file-code-o:before {
	content: "";
}

.totalsoft-vine:before {
	content: "";
}

.totalsoft-codepen:before {
	content: "";
}

.totalsoft-jsfiddle:before {
	content: "";
}

.totalsoft-life-bouy:before, .totalsoft-life-buoy:before, .totalsoft-life-saver:before, .totalsoft-support:before, .totalsoft-life-ring:before {
	content: "";
}

.totalsoft-circle-o-notch:before {
	content: "";
}

.totalsoft-ra:before, .totalsoft-resistance:before, .totalsoft-rebel:before {
	content: "";
}

.totalsoft-ge:before, .totalsoft-empire:before {
	content: "";
}

.totalsoft-git-square:before {
	content: "";
}

.totalsoft-git:before {
	content: "";
}

.totalsoft-y-combinator-square:before, .totalsoft-yc-square:before, .totalsoft-hacker-news:before {
	content: "";
}

.totalsoft-tencent-weibo:before {
	content: "";
}

.totalsoft-qq:before {
	content: "";
}

.totalsoft-wechat:before, .totalsoft-weixin:before {
	content: "";
}

.totalsoft-send:before, .totalsoft-paper-plane:before {
	content: "";
}

.totalsoft-send-o:before, .totalsoft-paper-plane-o:before {
	content: "";
}

.totalsoft-history:before {
	content: "";
}

.totalsoft-circle-thin:before {
	content: "";
}

.totalsoft-header:before {
	content: "";
}

.totalsoft-paragraph:before {
	content: "";
}

.totalsoft-sliders:before {
	content: "";
}

.totalsoft-share-alt:before {
	content: "";
}

.totalsoft-share-alt-square:before {
	content: "";
}

.totalsoft-bomb:before {
	content: "";
}

.totalsoft-soccer-ball-o:before, .totalsoft-futbol-o:before {
	content: "";
}

.totalsoft-tty:before {
	content: "";
}

.totalsoft-binoculars:before {
	content: "";
}

.totalsoft-plug:before {
	content: "";
}

.totalsoft-slideshare:before {
	content: "";
}

.totalsoft-twitch:before {
	content: "";
}

.totalsoft-yelp:before {
	content: "";
}

.totalsoft-newspaper-o:before {
	content: "";
}

.totalsoft-wifi:before {
	content: "";
}

.totalsoft-calculator:before {
	content: "";
}

.totalsoft-paypal:before {
	content: "";
}

.totalsoft-google-wallet:before {
	content: "";
}

.totalsoft-cc-visa:before {
	content: "";
}

.totalsoft-cc-mastercard:before {
	content: "";
}

.totalsoft-cc-discover:before {
	content: "";
}

.totalsoft-cc-amex:before {
	content: "";
}

.totalsoft-cc-paypal:before {
	content: "";
}

.totalsoft-cc-stripe:before {
	content: "";
}

.totalsoft-bell-slash:before {
	content: "";
}

.totalsoft-bell-slash-o:before {
	content: "";
}

.totalsoft-trash:before {
	content: "";
}

.totalsoft-copyright:before {
	content: "";
}

.totalsoft-at:before {
	content: "";
}

.totalsoft-eyedropper:before {
	content: "";
}

.totalsoft-paint-brush:before {
	content: "";
}

.totalsoft-birthday-cake:before {
	content: "";
}

.totalsoft-area-chart:before {
	content: "";
}

.totalsoft-pie-chart:before {
	content: "";
}

.totalsoft-line-chart:before {
	content: "";
}

.totalsoft-lastfm:before {
	content: "";
}

.totalsoft-lastfm-square:before {
	content: "";
}

.totalsoft-toggle-off:before {
	content: "";
}

.totalsoft-toggle-on:before {
	content: "";
}

.totalsoft-bicycle:before {
	content: "";
}

.totalsoft-bus:before {
	content: "";
}

.totalsoft-ioxhost:before {
	content: "";
}

.totalsoft-angellist:before {
	content: "";
}

.totalsoft-cc:before {
	content: "";
}

.totalsoft-shekel:before, .totalsoft-sheqel:before, .totalsoft-ils:before {
	content: "";
}

.totalsoft-meanpath:before {
	content: "";
}

.totalsoft-buysellads:before {
	content: "";
}

.totalsoft-connectdevelop:before {
	content: "";
}

.totalsoft-dashcube:before {
	content: "";
}

.totalsoft-forumbee:before {
	content: "";
}

.totalsoft-leanpub:before {
	content: "";
}

.totalsoft-sellsy:before {
	content: "";
}

.totalsoft-shirtsinbulk:before {
	content: "";
}

.totalsoft-simplybuilt:before {
	content: "";
}

.totalsoft-skyatlas:before {
	content: "";
}

.totalsoft-cart-plus:before {
	content: "";
}

.totalsoft-cart-arrow-down:before {
	content: "";
}

.totalsoft-diamond:before {
	content: "";
}

.totalsoft-ship:before {
	content: "";
}

.totalsoft-user-secret:before {
	content: "";
}

.totalsoft-motorcycle:before {
	content: "";
}

.totalsoft-street-view:before {
	content: "";
}

.totalsoft-heartbeat:before {
	content: "";
}

.totalsoft-venus:before {
	content: "";
}

.totalsoft-mars:before {
	content: "";
}

.totalsoft-mercury:before {
	content: "";
}

.totalsoft-intersex:before, .totalsoft-transgender:before {
	content: "";
}

.totalsoft-transgender-alt:before {
	content: "";
}

.totalsoft-venus-double:before {
	content: "";
}

.totalsoft-mars-double:before {
	content: "";
}

.totalsoft-venus-mars:before {
	content: "";
}

.totalsoft-mars-stroke:before {
	content: "";
}

.totalsoft-mars-stroke-v:before {
	content: "";
}

.totalsoft-mars-stroke-h:before {
	content: "";
}

.totalsoft-neuter:before {
	content: "";
}

.totalsoft-genderless:before {
	content: "";
}

.totalsoft-facebook-official:before {
	content: "";
}

.totalsoft-pinterest-p:before {
	content: "";
}

.totalsoft-whatsapp:before {
	content: "";
}

.totalsoft-server:before {
	content: "";
}

.totalsoft-user-plus:before {
	content: "";
}

.totalsoft-user-times:before {
	content: "";
}

.totalsoft-hotel:before, .totalsoft-bed:before {
	content: "";
}

.totalsoft-viacoin:before {
	content: "";
}

.totalsoft-train:before {
	content: "";
}

.totalsoft-subway:before {
	content: "";
}

.totalsoft-medium:before {
	content: "";
}

.totalsoft-yc:before, .totalsoft-y-combinator:before {
	content: "";
}

.totalsoft-optin-monster:before {
	content: "";
}

.totalsoft-opencart:before {
	content: "";
}

.totalsoft-expeditedssl:before {
	content: "";
}

.totalsoft-battery-4:before, .totalsoft-battery-full:before {
	content: "";
}

.totalsoft-battery-3:before, .totalsoft-battery-three-quarters:before {
	content: "";
}

.totalsoft-battery-2:before, .totalsoft-battery-half:before {
	content: "";
}

.totalsoft-battery-1:before, .totalsoft-battery-quarter:before {
	content: "";
}

.totalsoft-battery-0:before, .totalsoft-battery-empty:before {
	content: "";
}

.totalsoft-mouse-pointer:before {
	content: "";
}

.totalsoft-i-cursor:before {
	content: "";
}

.totalsoft-object-group:before {
	content: "";
}

.totalsoft-object-ungroup:before {
	content: "";
}

.totalsoft-sticky-note:before {
	content: "";
}

.totalsoft-sticky-note-o:before {
	content: "";
}

.totalsoft-cc-jcb:before {
	content: "";
}

.totalsoft-cc-diners-club:before {
	content: "";
}

.totalsoft-clone:before {
	content: "";
}

.totalsoft-balance-scale:before {
	content: "";
}

.totalsoft-hourglass-o:before {
	content: "";
}

.totalsoft-hourglass-1:before, .totalsoft-hourglass-start:before {
	content: "";
}

.totalsoft-hourglass-2:before, .totalsoft-hourglass-half:before {
	content: "";
}

.totalsoft-hourglass-3:before, .totalsoft-hourglass-end:before {
	content: "";
}

.totalsoft-hourglass:before {
	content: "";
}

.totalsoft-hand-grab-o:before, .totalsoft-hand-rock-o:before {
	content: "";
}

.totalsoft-hand-stop-o:before, .totalsoft-hand-paper-o:before {
	content: "";
}

.totalsoft-hand-scissors-o:before {
	content: "";
}

.totalsoft-hand-lizard-o:before {
	content: "";
}

.totalsoft-hand-spock-o:before {
	content: "";
}

.totalsoft-hand-pointer-o:before {
	content: "";
}

.totalsoft-hand-peace-o:before {
	content: "";
}

.totalsoft-trademark:before {
	content: "";
}

.totalsoft-registered:before {
	content: "";
}

.totalsoft-creative-commons:before {
	content: "";
}

.totalsoft-gg:before {
	content: "";
}

.totalsoft-gg-circle:before {
	content: "";
}

.totalsoft-tripadvisor:before {
	content: "";
}

.totalsoft-odnoklassniki:before {
	content: "";
}

.totalsoft-odnoklassniki-square:before {
	content: "";
}

.totalsoft-get-pocket:before {
	content: "";
}

.totalsoft-wikipedia-w:before {
	content: "";
}

.totalsoft-safari:before {
	content: "";
}

.totalsoft-chrome:before {
	content: "";
}

.totalsoft-firefox:before {
	content: "";
}

.totalsoft-opera:before {
	content: "";
}

.totalsoft-internet-explorer:before {
	content: "";
}

.totalsoft-tv:before, .totalsoft-television:before {
	content: "";
}

.totalsoft-contao:before {
	content: "";
}

.totalsoft-500px:before {
	content: "";
}

.totalsoft-amazon:before {
	content: "";
}

.totalsoft-calendar-plus-o:before {
	content: "";
}

.totalsoft-calendar-minus-o:before {
	content: "";
}

.totalsoft-calendar-times-o:before {
	content: "";
}

.totalsoft-calendar-check-o:before {
	content: "";
}

.totalsoft-industry:before {
	content: "";
}

.totalsoft-map-pin:before {
	content: "";
}

.totalsoft-map-signs:before {
	content: "";
}

.totalsoft-map-o:before {
	content: "";
}

.totalsoft-map:before {
	content: "";
}

.totalsoft-commenting:before {
	content: "";
}

.totalsoft-commenting-o:before {
	content: "";
}

.totalsoft-houzz:before {
	content: "";
}

.totalsoft-vimeo:before {
	content: "";
}

.totalsoft-black-tie:before {
	content: "";
}

.totalsoft-fonticons:before {
	content: "";
}

.totalsoft-reddit-alien:before {
	content: "";
}

.totalsoft-edge:before {
	content: "";
}

.totalsoft-credit-card-alt:before {
	content: "";
}

.totalsoft-codiepie:before {
	content: "";
}

.totalsoft-modx:before {
	content: "";
}

.totalsoft-fort-awesome:before {
	content: "";
}

.totalsoft-usb:before {
	content: "";
}

.totalsoft-product-hunt:before {
	content: "";
}

.totalsoft-mixcloud:before {
	content: "";
}

.totalsoft-scribd:before {
	content: "";
}

.totalsoft-pause-circle:before {
	content: "";
}

.totalsoft-pause-circle-o:before {
	content: "";
}

.totalsoft-stop-circle:before {
	content: "";
}

.totalsoft-stop-circle-o:before {
	content: "";
}

.totalsoft-shopping-bag:before {
	content: "";
}

.totalsoft-shopping-basket:before {
	content: "";
}

.totalsoft-hashtag:before {
	content: "";
}

.totalsoft-bluetooth:before {
	content: "";
}

.totalsoft-bluetooth-b:before {
	content: "";
}

.totalsoft-percent:before {
	content: "";
}

.totalsoft-gitlab:before {
	content: "";
}

.totalsoft-wpbeginner:before {
	content: "";
}

.totalsoft-wpforms:before {
	content: "";
}

.totalsoft-envira:before {
	content: "";
}

.totalsoft-universal-access:before {
	content: "";
}

.totalsoft-wheelchair-alt:before {
	content: "";
}

.totalsoft-question-circle-o:before {
	content: "";
}

.totalsoft-blind:before {
	content: "";
}

.totalsoft-audio-description:before {
	content: "";
}

.totalsoft-volume-control-phone:before {
	content: "";
}

.totalsoft-braille:before {
	content: "";
}

.totalsoft-assistive-listening-systems:before {
	content: "";
}

.totalsoft-asl-interpreting:before, .totalsoft-american-sign-language-interpreting:before {
	content: "";
}

.totalsoft-deafness:before, .totalsoft-hard-of-hearing:before, .totalsoft-deaf:before {
	content: "";
}

.totalsoft-glide:before {
	content: "";
}

.totalsoft-glide-g:before {
	content: "";
}

.totalsoft-signing:before, .totalsoft-sign-language:before {
	content: "";
}

.totalsoft-low-vision:before {
	content: "";
}

.totalsoft-viadeo:before {
	content: "";
}

.totalsoft-viadeo-square:before {
	content: "";
}

.totalsoft-snapchat:before {
	content: "";
}

.totalsoft-snapchat-ghost:before {
	content: "";
}

.totalsoft-snapchat-square:before {
	content: "";
}

.totalsoft-pied-piper:before {
	content: "";
}

.totalsoft-first-order:before {
	content: "";
}

.totalsoft-yoast:before {
	content: "";
}

.totalsoft-themeisle:before {
	content: "";
}

.totalsoft-google-plus-circle:before, .totalsoft-google-plus-official:before {
	content: "";
}

.totalsoft-fa:before, .totalsoft-font-awesome:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
