
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
	clip: auto;
}

.chosen-container a {
	cursor: pointer;
}

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #999;
}

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top;
}

.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}

.chosen-container-single .chosen-default {
	color: #999;
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("https://cdn-ilageof.nitrocdn.com/CRLcozlsScyPozRudgoRxywbLwowJmgQ/assets/images/optimized/rev-c2a8a51/canapprove.com/wp-content/plugins/testimonial-pro/src/Frontend/assets/images/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}

.chosen-container-single .chosen-single abbr.nitro-lazy {
	background: none !important;
}

.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}

.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url("https://cdn-ilageof.nitrocdn.com/CRLcozlsScyPozRudgoRxywbLwowJmgQ/assets/images/optimized/rev-c2a8a51/canapprove.com/wp-content/plugins/testimonial-pro/src/Frontend/assets/images/chosen-sprite.png") no-repeat 0 2px;
}

.chosen-container-single .chosen-single div b.nitro-lazy {
	background: none !important;
}

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: url("https://cdn-ilageof.nitrocdn.com/CRLcozlsScyPozRudgoRxywbLwowJmgQ/assets/images/optimized/rev-c2a8a51/canapprove.com/wp-content/plugins/testimonial-pro/src/Frontend/assets/images/chosen-sprite.png") no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}

.chosen-container-single .chosen-search input[type=text].nitro-lazy {
	background: none !important;
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}

.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: 700;
	cursor: default;
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: 0 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
	width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
	color: #333;
	line-height: 13px;
	cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("https://cdn-ilageof.nitrocdn.com/CRLcozlsScyPozRudgoRxywbLwowJmgQ/assets/images/optimized/rev-c2a8a51/canapprove.com/wp-content/plugins/testimonial-pro/src/Frontend/assets/images/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close.nitro-lazy {
	background: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: linear-gradient(#eee 20%, #fff 80%);
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
	color: #222 !important;
}

.chosen-disabled {
	opacity: .5 !important;
	cursor: default;
}

.chosen-disabled .chosen-single {
	cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}

.chosen-rtl {
	text-align: right;
}

.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}

.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
}

.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}

.chosen-rtl .chosen-choices li {
	float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
	direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
	padding: 4px 5px 4px 20px;
	background: url("https://cdn-ilageof.nitrocdn.com/CRLcozlsScyPozRudgoRxywbLwowJmgQ/assets/images/optimized/rev-c2a8a51/canapprove.com/wp-content/plugins/testimonial-pro/src/Frontend/assets/images/chosen-sprite.png") no-repeat -30px -20px;
	direction: rtl;
}

.chosen-rtl .chosen-search input[type=text].nitro-lazy {
	background: none !important;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
	.chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
		background-image: url("https://cdn-ilageof.nitrocdn.com/CRLcozlsScyPozRudgoRxywbLwowJmgQ/assets/images/optimized/rev-c2a8a51/canapprove.com/wp-content/plugins/testimonial-pro/src/Frontend/assets/images/chosen-sprite@2x.png") !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important;
	}
	
	.chosen-container .chosen-results-scroll-down span.nitro-lazy, .chosen-container .chosen-results-scroll-up span.nitro-lazy, .chosen-container-multi .chosen-choices .search-choice .search-choice-close.nitro-lazy, .chosen-container-single .chosen-search input[type=text].nitro-lazy, .chosen-container-single .chosen-single abbr.nitro-lazy, .chosen-container-single .chosen-single div b.nitro-lazy, .chosen-rtl .chosen-search input[type=text].nitro-lazy {
		background-image: none !important;
	}
}

.spftestimonial-field-text input {
	padding: 0 10px;
}

.sp-tpro-fronted-form .sp-tpro-form-field:not(.testimonial-record_video) {
	margin-bottom: 24px;
}

.sp-tpro-fronted-form .sp-tpro-form-field.tpro-checkbox-field {
	margin: 10px 0;
}

.sp-tpro-fronted-form .sp-tpro-form-validation-msg {
	margin: 28px 0 20px;
	border: 2px solid #009651;
	display: inline-block;
	padding: 6px 16px;
	color: #444;
}

.sp-tpro-fronted-form .sp-tpro-form-field .sp-tpro-form-error-msg {
	color: #f44336;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
	display: inline-block;
}

.sp-tpro-fronted-form .sp-tpro-form-field label.error {
	font-size: 14px !important;
	color: #e22316 !important;
	font-weight: 400;
	margin-left: 10px;
	float: right;
}

.sp-tpro-fronted-form .sp-tpro-form-field.sp-tpro-rating-field {
	overflow: hidden;
}

.sp-tpro-fronted-form .sp-tpro-form-field input:focus, .sp-tpro-fronted-form .sp-tpro-form-field textarea:focus {
	outline: 0;
}

.sp-tpro-fronted-form .sp-tpro-form-field input[type=email], .sp-tpro-fronted-form .sp-tpro-form-field input[type=text] {
	width: 100%;
	max-width: 450px;
	border: 1px solid #ddd;
	padding: 8px 14px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1;
	box-sizing: border-box;
}

.sp-tpro-fronted-form .sp-tpro-form-field textarea {
	width: 100%;
	max-width: 450px;
	border: 1px solid #ddd;
	padding: 10px 14px;
	border-radius: 0;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: -8px;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container {
	width: 100%;
}

.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_after, .sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_before {
	font-family: Roboto;
	color: #444;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	white-space: pre;
}

.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_after.tpro-after-rating {
	position: absolute;
	top: 15px;
	left: 0;
}

.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_before.tpro-before-rating {
	position: absolute;
	bottom: -5px;
	left: 0;
}

.sp-tpro-fronted-form .sp-tpro-form-field .sp-testimonial-input-field-img {
	position: relative;
	width: 450px;
}

.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_after.photo, .sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_after.social-profiles {
	display: block;
}

.sp-tpro-fronted-form .sp-tpro-form-field .sp-testimonial-input-field {
	position: relative;
}

.sp-tpro-fronted-form .sp-tpro-form-field .sp-testimonial-input-field .sp-maximum_length {
	font-family: Roboto;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	float: right;
	margin-top: 4px;
}

.sp-tpro-fronted-form .tpro-social-profile-wrapper .tpro-social-profile-item {
	display: grid;
	grid-template-columns: 9fr 1fr;
	margin-bottom: 5px;
	border: 1px solid #eee;
	border-radius: 4px;
}

.sp-tpro-fronted-form .tpro-social-profile-wrapper .tpro-social-profile-content {
	display: grid;
	grid-template-columns: 2fr 5fr;
}

.sp-tpro-fronted-form .tpro-social-profile-wrapper .tpro-social-name-field, .sp-tpro-fronted-form .tpro-social-profile-wrapper .tpro-social-url-field {
	padding: 13px;
	padding-right: 0;
	font-size: 14px;
}

.sp-tpro-fronted-form .tpro-social-profile-wrapper .tpro-social-remove {
	display: inline-block;
	text-align: center;
	line-height: 4.3em;
	color: #999;
	font-size: 14px;
}

.sp-tpro-fronted-form .tpro-social-profile-wrapper .tpro-social-profile-remove {
	cursor: pointer;
	text-align: center;
	padding: 4px;
}

.sp-tpro-fronted-form .tpro-social-profile-wrapper .tpro-social-name {
	min-height: 35px;
	padding: 8px 0 8px 6px;
	color: #666;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	border-radius: 2px;
	box-shadow: none;
	box-sizing: border-box;
	transition: all .2s linear;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	line-height: 1;
	font-size: 14px;
}

.sp-tpro-fronted-form .tpro-social-profile-wrapper .tpro-social-name:focus {
	outline: 0;
}

.sp-tpro-fronted-form .tpro-social-profile-wrapper .tpro-add-new-profile-btn {
	cursor: pointer;
	padding: 4px 11px;
	display: inline-block;
	background: #f1f1f1;
	color: #555;
	font-size: 13px;
	border: 1px solid #ccc;
	line-height: 22px;
	border-radius: 3px;
	margin-top: 4px;
}

.sp-tpro-fronted-form .tpro-social-profile-wrapper .tpro-add-new-profile-btn:hover {
	background: #e8e8e8;
}

.sp-tpro-fronted-form input[type=file] {
	font-size: 14px;
	line-height: 21px;
}

.sp-tpro-fronted-old-form .tpro-social-profile-check {
	margin-left: 20px;
}

.sp-tpro-fronted-old-form .sp-tpro-form-field .tpro-social-profile-links .tpro-social-profile-link {
	margin-bottom: 10px;
	position: relative;
}

.sp-tpro-fronted-old-form .sp-tpro-form-field .tpro-social-profile-links {
	margin-top: 4px;
}

.sp-tpro-fronted-old-form .sp-tpro-form-field .tpro-social-profile-links .tpro-social-profile-link input[type=text] {
	padding-left: 54px;
}

.sp-tpro-fronted-old-form .sp-tpro-form-field .tpro-social-profile-links .tpro-social-profile-link span {
	position: absolute;
	display: block;
	color: #757575;
	left: 1px;
	bottom: 1px;
	font-size: 16px;
	background: #f1f1f1;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-right: 1px solid #ddd;
}

.sp-tpro-fronted-old-form .sp-tpro-form-field input[type=email], .sp-tpro-fronted-old-form .sp-tpro-form-field input[type=text] {
	padding: 11px 14px;
}

.sp-tpro-fronted-form .sp-tpro-client-rating {
	float: left;
}

.sp-tpro-fronted-form .sp-tpro-client-rating:not(:checked)>input {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
	float: right;
	top: 100%;
	clip: rect(0, 0, 0, 0);
	margin: 0;
	padding: 0;
	border: 10px #fff solid;
}

.sp-tpro-fronted-form .sp-tpro-client-rating:not(:checked)>label {
	float: right;
	display: block;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 150%;
	line-height: 1.2;
	color: #d4d4d4;
	width: 1em;
}

.sp-tpro-fronted-form .sp-tpro-client-rating>input:checked~label {
	color: #f3bb00;
}

.sp-tpro-fronted-form .sp-tpro-client-rating:not(:checked)>label:hover, .sp-tpro-fronted-form .sp-tpro-client-rating:not(:checked)>label:hover~label {
	color: #de7202;
}

.sp-tpro-fronted-form .sp-tpro-client-rating>input:checked+label:hover, .sp-tpro-fronted-form .sp-tpro-client-rating>input:checked+label:hover~label, .sp-tpro-fronted-form .sp-tpro-client-rating>input:checked~label:hover, .sp-tpro-fronted-form .sp-tpro-client-rating>input:checked~label:hover~label, .sp-tpro-fronted-form .sp-tpro-client-rating>label:hover~input:checked~label {
	color: #de7202;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-active.chosen-with-drop .chosen-single, .sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-single .chosen-single {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
	border-color: #d1d1d1;
	border-radius: 1px;
	height: 38px;
	line-height: 36px;
	padding-left: 12px;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-active.chosen-with-drop .chosen-single.nitro-lazy, .sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-single .chosen-single.nitro-lazy {
	background-image: none !important;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-single .chosen-single div {
	top: 7px;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container .chosen-results {
	padding: 0;
	margin: 0;
	border-top: 1px solid #d1d1d1;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container .chosen-results li {
	padding: 10px 14px;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container .chosen-results li.highlighted, .sp-tpro-fronted-form .sp-tpro-form-field li.highlighted {
	background-color: #1595ce;
	background-image: none;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container .chosen-results li.highlighted.nitro-lazy, .sp-tpro-fronted-form .sp-tpro-form-field li.highlighted.nitro-lazy {
	background-image: none !important;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container .chosen-drop {
	border-color: #d1d1d1;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-multi .chosen-drop .result-selected {
	display: none;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-multi .chosen-choices {
	background: #fff;
	border-color: #d1d1d1;
	border-radius: 4px;
	line-height: 34px;
	box-shadow: 0 0 0;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	transition: inherit;
	top: 10px;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-multi .chosen-choices li.search-choice {
	margin: 3px 0 3px 3px;
	border: 0;
	background: #e5e5e5;
	padding: 8px 22px 8px 8px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-multi .chosen-choices {
	padding: 0;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-multi .chosen-choices li.search-field input[type=text] {
	padding: 8px 14px;
	margin-bottom: 2px;
	height: auto;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-single .chosen-search input[type=text] {
	max-width: 100%;
	padding: 5px 8px;
}

.sp-tpro-fronted-form .sp-tpro-form-submit-button input[type=submit], .sp-tpro-fronted-form .sp-tpro-form-submit-button input[type=submit]:focus {
	border: none;
	outline: 0;
	cursor: pointer;
}

.tpro_preview-recording video {
	background: #c4c4c4;
}

.tpro_record_video_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tpro_record_video_buttons a, .tpro_record_video_buttons div {
	margin: 10px 5px;
	text-decoration: none !important;
}

.tpro_video_button {
	cursor: pointer;
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 3px 5px;
	padding: 10px 20px;
	color: #fff;
	color: #fff;
	text-decoration: none;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	background: #005bdf;
	border-radius: 3px;
}

.tpro_modal-content-inner {
	margin: auto;
	width: 100%;
	padding: 0;
	max-width: 100%;
	margin-bottom: -3px;
}

.tpro_modal-content-bottom {
	font-size: 13px;
	color: rgba(56, 77, 106, .7);
	font-style: italic;
	clear: both;
	padding-top: 0 !important;
	margin: 10px 0 20px !important;
	line-height: 1 !important;
}

.tpro_video_modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
}

#tpro_client_video_upload {
	visibility: hidden;
	width: 0;
	height: 0;
}

.text-center {
	text-align: center;
}

.sp-tpro-form-field .sp-testimonial-video-wrapper video {
	max-width: 100%;
	width: 450px !important;
	margin-bottom: 10px;
	height: auto !important;
}

.tpro_modal-content-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.tpro_modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 0 0;
	width: 450px;
	max-width: 95%;
	position: relative;
	border-radius: 7px;
	z-index: 99;
}

.tpro_background {
	position: fixed;
	height: 100%;
	width: 100%;
}

.tpro_modal_close {
	color: #fff;
	font-weight: 700;
	overflow: hidden;
	width: 24px;
	height: 24px;
	line-height: 20px;
	font-size: 20px;
	position: absolute;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	right: -20px;
	top: -20px;
	border-radius: 50%;
	border: 2px solid #fff;
	font-family: Arial, Baskerville, monospace;
}

@media screen and (max-width:575px) {
	.tpro_modal_close {
		top: 5px;
		right: 4px;
		color: #333;
		border: none;
	}
}

.tpro_modal-content-inner h3 {
	font-size: 13px !important;
	font-size: 14px;
	font-weight: 500;
	font-weight: 500;
	margin: 17px 0 !important;
	text-transform: uppercase;
	line-height: 16px;
}

.tpro_modal_close:focus, .tpro_modal_close:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.tpro_preview-recording {
	overflow: hidden;
	position: relative;
}

.tpro_preview-recording video {
	width: 100% !important;
	margin-bottom: 5px !important;
	height: 337px;
	height: auto !important;
	max-height: 450px;
}

#tpro_timer {
	position: absolute;
	bottom: 10px;
	width: 60px;
	left: 10px;
	text-align: right;
	text-align: center;
	color: #fff;
	font-family: sans-serif;
	font-size: 16px;
	z-index: 2;
}

.tpro_video_button.stop_recording_btn {
	background: #c6272a;
}

.tpro_video_button.add_video_btn {
	background: #07b86b;
	color: #fff;
}

.tpro_modal-content-inner img {
	border-radius: 0 !important;
	box-shadow: none !important;
	display: inline-block;
}

.tpro_no_camera {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	margin: auto;
}

.camera_inner p {
	font-weight: 400;
	color: #000;
	font-size: 16px;
}

.camera_inner {
	margin: auto;
}

#tpro_modal_btn {
	padding: 12px 20px;
	text-transform: uppercase;
	color: #005bdf;
	background: rgba(0, 91, 223, .12);
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	border-radius: 3px;
	font-weight: 500;
}

#tpro_modal_btn .fa, .tpro_video_button .fa {
	margin-right: 6px;
	font-size: 15px;
}

.tpro_modal-content-inner h3 img {
	display: inline-block;
	box-shadow: none;
	margin: -3px 5px -2px 0;
}

.sp-tpro-fronted-form .sp-tpro-form-field label {
	margin-bottom: 5px;
}

.sp-tpro-form-field.tpro-checkbox-field {
	position: relative;
}

.sp-tpro-form-field.tpro-checkbox-field:has(.error) {
	padding-bottom: 20px;
}

label#tpro_client_checkbox-error {
	position: absolute;
	bottom: -20px;
	margin-left: 2px;
}

.sp-tpro-form-field.tpro-checkbox-field label {
	display: inline;
}

.sp-testimonial-form-container span.sp-required-asterisk-symbol {
	font-size: 18px;
	margin-left: 2px;
	color: #e22316;
	font-weight: 400;
}

.sp-testimonial-form-container .sp-testimonial-required-message {
	font-size: 14px;
	color: #444;
	font-weight: 400;
	padding-bottom: 6px;
}

.sp-tpro-fronted-form .sp-testimonial-form-container .sp-tpro-form-field.testimonial-record_video, .sp-tpro-fronted-form .sp-testimonial-form-container .sp-tpro-form-field.tpro-social-profiles-field {
	align-items: baseline !important;
	margin-bottom: 15px;
}

.sp-tpro-form-popup-section {
	position: relative;
	width: auto;
	max-width: 680px;
	margin: 40px auto;
}

a.sp-testimonial-form-popup-button.sp-tpro-open-form-popup {
	color: #fff;
	background: #005bdf;
	padding: 15px 25px;
	text-transform: uppercase;
	font-size: 14px;
	transition: all .25s;
	text-decoration: none;
	line-height: 1;
	border-radius: 4px;
	margin-top: 6px;
	display: inline-block;
}

a.sp-testimonial-form-popup-text.sp-tpro-open-form-popup {
	color: #005bdf;
}

.sp-tpro-fronted-form .sp-testimonial-form-container .sp-testimonial-form-error-msg, .sp-tpro-fronted-form .sp-testimonial-form-container .sp-testimonial-form-successful-msg {
	color: #270;
	margin: 10px 0;
	text-align: center;
}

.sp-tpro-fronted-form .sp-testimonial-form-container .sp-testimonial-form-error-msg {
	color: #cd3c3c;
}

.testimonial-from-popup-fade {
	animation: open .6s;
}

.mfp-removing {
	animation: close .6s;
}

@keyframes open {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes close {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.spftestimonial-loading-spinner i {
	animation: import-spinner 2s linear infinite;
	margin-left: 5px;
	color: #fff;
}

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

.sp-tpro-fronted-form .sp-tpro-form-field .sp-testimonial-input-field.sp-tpro-form-submit-button {
	position: relative;
	display: flex;
}

.sp-tpro-fronted-form .sp-tpro-form-field .sp-tpro-form-submit-button .submit-button-wrapper {
	display: flex;
	align-items: center;
	flex-flow: row-reverse;
}

.sp-tpro-fronted-form .sp-tpro-form-field .sp-tpro-form-submit-button .submit-button-wrapper .spftestimonial-loading-spinner {
	position: absolute;
	right: 8px;
	left: auto;
}

.sp-tpro-fronted-form .tpro-category-list-field-hidden {
	display: none;
}

.tpro-location-wrapper {
	display: flex;
	gap: 10px;
}

.tpro-location-wrapper select {
	padding: 8px 30px 8px 10px;
	width: 200px;
	border: 1px solid #444;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px -2px #9098a9;
	cursor: pointer;
	font-family: Roboto;
	font-size: 18px;
	transition: all 150ms ease;
	background-position: 96%;
}

.tpro-location-wrapper select:hover {
	border-color: #07f;
}

.fa {
	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;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

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

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

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

.fa-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);
	}
}

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

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

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

.fa-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);
}

.fa-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 .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

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

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

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

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

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup: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;
}

[class*=" sptpro-icon-"]:before, [class^=sptpro-icon-]:before {
	font-family: sptpro-fontello;
	font-style: normal;
	font-weight: 400;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sptpro-icon-arrow-triangle-left:before {
	content: "";
}

.sptpro-icon-miscellaneous:before {
	content: "";
}

.sptpro-icon-right-open-1:before {
	content: "";
}

.sptpro-icon-navigation:before {
	content: "";
}

.sptpro-icon-right-open-big:before {
	content: "";
}

.sptpro-icon-lightbox-general:before {
	content: "";
}

.sptpro-icon-right-open-outline:before {
	content: "";
}

.sptpro-icon-right:before {
	content: "";
}

.sptpro-icon-form-style:before {
	content: "";
}

.sptpro-icon-notifications:before {
	content: "";
}

.sptpro-icon-cog:before {
	content: "";
}

.sptpro-icon-pagination:before {
	content: "";
}

.sptpro-icon-left-open-2:before {
	content: "";
}

.sptpro-icon-form-editor:before {
	content: "";
}

.sptpro-icon-right-open-3:before {
	content: "";
}

.sptpro-icon-arrow-triangle-right:before {
	content: "";
}

.sptpro-icon-left:before {
	content: "";
}

.sptpro-icon-left-open-4:before {
	content: "";
}

.sptpro-icon-left-open-outline:before {
	content: "";
}

.sptpro-icon-left-open-big:before {
	content: "";
}

.sptpro-icon-rt:before {
	content: "";
}

.sptpro-icon-right-open:before {
	content: "";
}

.sptpro-icon-left-open:before {
	content: "";
}

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

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

.sptpro-icon-demo_link:before {
	content: "";
}

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

.sptpro-icon-reviewer-info:before {
	content: "";
}

.sptpro-icon-social:before {
	content: "";
}

.sptpro-icon-testimonial-content:before {
	content: "";
}

.sptpro-icon-video-testimonial:before {
	content: "";
}

.sptpro-icon-display-general:before {
	content: "";
}

.sptpro-icon-theme-styles:before {
	content: "";
}

.sptpro-icon-reviewer-image:before {
	content: "";
}

.sptpro-icon-basic-preferences:before {
	content: "";
}

.sptpro-icon-notification-messages:before {
	content: "";
}

.sptpro-icon-awaiting-notification:before {
	content: "";
}

.sptpro-icon-admin-notification:before {
	content: "";
}

.sptpro-icon-approval-notification:before {
	content: "";
}

.sptpro-icon-star_4_border:before {
	content: "";
}

.sptpro-icon-flag:before {
	content: "";
}

.sptpro-icon-star_4_fill:before {
	content: "";
}

.sptpro-icon-star_round:before {
	content: "";
}

.sptpro-icon-star_fill:before {
	content: "";
}

.sptpro-icon-star_rounded_border:before {
	content: "";
}

.sptpro-icon-star_rounded_fill:before {
	content: "";
}

.sptpro-icon-star_squire:before {
	content: "";
}

.sptpro-icon-smile_fill:before {
	content: "";
}

.sptpro-icon-squire_border-1:before {
	content: "";
}

.sptpro-icon-squire_fill:before {
	content: "";
}

.sptpro-icon-star-border:before {
	content: "";
}

.sptpro-icon-smile_border:before {
	content: "";
}

.sptpro-icon-hourglass:before {
	content: "";
}

.sptpro-icon-hourglass_border-1:before {
	content: "";
}

.sptpro-icon-circle_border_border-1:before {
	content: "";
}

.sptpro-icon-love:before {
	content: "";
}

.sptpro-icon-circle_fill:before {
	content: "";
}

.sptpro-icon-like:before {
	content: "";
}

.sptpro-icon-like_border:before {
	content: "";
}

.sptpro-icon-love_border-1:before {
	content: "";
}
