body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Univers LT 45', Arial, Helvetica, sans-serif;
}

@font-face {
	font-family: 'Univers LT 65';
	src: url('../fonts/UniversLTStd-Bold.eot');
	src: url('../fonts/UniversLTStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UniversLTStd-Bold.woff2') format('woff2'),
		url('../fonts/UniversLTStd-Bold.woff') format('woff'),
		url('../fonts/UniversLTStd-Bold.ttf') format('truetype'),
		url('../fonts/UniversLTStd-Bold.svg#UniversLTStd-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Univers LT 55';
	src: url('../fonts/UniversLT.eot');
	src: url('../fonts/UniversLTStd.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UniversLTStd.woff2') format('woff2'),
		url('../fonts/UniversLTStd.woff') format('woff'),
		url('../fonts/UniversLTStd.ttf') format('truetype'),
		url('../fonts/UniversLTStd.svg#UniversLTStd') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Univers LT 45';
	src: url('../fonts/UniversLTStd-Light.eot');
	src: url('../fonts/UniversLTStd-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UniversLTStd-Light.woff2') format('woff2'),
		url('../fonts/UniversLTStd-Light.woff') format('woff'),
		url('../fonts/UniversLTStd-Light.ttf') format('truetype'),
		url('../fonts/UniversLTStd-Light.svg#UniversLTStd-Light') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Univers LT 65';
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

p,
form,
span,
header,
section,
footer,
table,
span {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

b,
strong {
	font-family: 'Univers LT 65';
	font-weight: normal;
}

h1 {
	font-size: 32px;
	padding: 0 0 1.5rem 0;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	padding: 0 0 1.25rem 0;
	font-weight: normal;
}

h3 {
	font-size: 20px;
	padding: 0 0 1rem 0;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	padding: 0 0 0.75rem 0;
	font-weight: normal;
}

h5 {
	font-size: 16px;
	padding: 0 0 0.75rem 0;
	font-weight: normal;
}

h6 {
	font-size: 14px;
	padding: 0 0 0.75rem 0;
	font-weight: normal;
}

p {
	line-height: 22px;
	padding: 5px 0 5px 0;
}

ul li {
	list-style: none outside none;
}

ul {
	padding: 0;
	margin: 0;
}

.upadtes h1,
.pro_Desc h1 {
	font-size: 24px;
	padding: 0 0 1rem 0;
	font-weight: normal;
}

.upadtes h2,
.pro_Desc h2 {
	font-size: 20px;
	padding: 0 0 0.75rem 0;
	font-weight: normal;
}

.upadtes h3,
.pro_Desc h3 {
	font-size: 18px;
	padding: 0 0 0.75rem 0;
	font-weight: normal;
}

.upadtes a {
	color: #79aef2;
}

.upadtes a:hover {
	color: #233357;
}

.upadtes p {
	text-align: justify;
	font-size: 16px;
}

.left_columm h1,
.left_columm h2,
.left_columm h3,
.left_columm h4,
.left_columm h5,
.left_columm h6 {}

.static_content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.static_content p {
	font-size: 16px;
	padding: 0 0 10px 0;
}

.static_content ul {
	padding: 0 0 10px 30px;
	font-size: 16px;
	line-height: 22px;
}

.content_page {
	font-size: 14px;
	padding-bottom: 1rem;
}

.main_content_page p {
	font-size: 16px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word;
}

.container_12 .grid_12 {
	padding-bottom: 3rem;
}

img {
	border: none;
	max-width: 100%;
}

.clear {
	clear: both;
}

a,
a:visited,
a:focus {
	text-decoration: none;
	outline: none;
}

input,
select,
textarea {
	cursor: pointer;
	outline: none;
	margin: 0;
	padding: 0;
	font-family: 'Univers LT 55', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

textarea.comment {
	font-size: 16px;
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
	border: 2px solid #dae0e7;
	color: #2c2c2e;
	padding: 10px;
	border-radius: 3px
}

.main {
	width: 1100px;
	margin: 0px auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pTB18 {
	padding: 18px 0;
	background: rgba(255, 255, 255, 1.00);
}

.pTB10 {
	padding: 10px 0;
}

.pTB5 {
	padding: 5px 0;
}

.pTB2 {
	padding: 2px 0;
}

.pT0 {
	padding-top: 0 !important;
}

.pT10 {
	padding-top: 10px !important;
}

.pT20 {
	padding-top: 20px !important;
}

.pT30 {
	padding-top: 30px !important;
}

.pB0 {
	padding-bottom: 0 !important;
}

.mT4P {
	margin-top: 4%;
}

.mB0 {
	margin-bottom: 0 !important;
}

.p4per {
	padding: 4% !important;
}

.p3per {
	padding: 3% !important;
}

.p4per_LR {
	padding: 0 4%;
}

.p7per_TB {
	padding: 7% 0%;
}

.p2per_R {
	padding-right: 2%;
}

.p1per {
	padding: 1%;
}

.p2per {
	padding: 2%;
}

.p2perTB {
	padding: 2% 0%;
	;
}

.p6per {
	padding: 6%;
}

.MT_0 {
	margin-top: 0 !important;
}

.MB_0 {
	margin-bottom: 0 !important;
}

.Mright_10px {
	margin-right: 10px;
}

.Mtop_20px {
	margin-top: 20px;
}

.Mleft28P {
	margin-left: 28%;
}

.Mleft30P {
	margin-left: 30%;
}

.Margin_TB15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mr4p {
	margin-right: 4%;
}

.w15p {
	width: 15%;
}

.w20p {
	width: 20%;
}

.w25p {
	width: 25%;
}

.w27p {
	width: 27%;
}

.w30p {
	width: 30%;
}

.w35p {
	width: 35%;
}

.w40p {
	width: 40%;
}

.w48p {
	width: 48% !important;
}

.w55p {
	width: 55% !important;
}

.w66p {
	width: 66%;
}

.w68p {
	width: 68%;
}

.w70p {
	width: 70%;
}

.w80p {
	width: 80%;
}

.w61P_FL {
	width: 61%;
	float: left;
}

.w80P_FL {
	width: 80%;
	float: left;
}

.w41P_FL {
	width: 41%;
	float: left;
}

.w45P_FR {
	width: 45%;
	float: right;
}

.w28P_FL {
	width: 28%;
	float: left;
	padding-top: 7px;
}

.w20P_FL {
	width: 20%;
	float: left;
	padding-top: 7px;
}

.w37P_FL {
	width: 37%;
	float: left;
	padding-top: 7px;
}

.w55P_FL {
	width: 55%;
	float: left;
}

.w25P_FL {
	float: left;
	width: 25%;
	margin-left: 5%;
}

.w15P_FL {
	float: left;
	width: 15%;
	margin-left: 5%;
}

.w27P_FR {
	float: right;
	width: 27%;
}

.w18P_FR {
	float: right;
	width: 18%;
}

.w60P_FR {
	width: 60%;
	float: right;
}

.mT20px {
	margin-top: 20px;
}

.mT40px {
	margin-top: 40px;
}

.mL_28P {
	margin-left: 30%;
}

.mL_3P {
	margin-left: 3%;
}

.mL_32P {
	margin-left: 32%;
}

.fonts15B_grey {
	font-size: 15px;
}

.fonts14 {
	font-size: 14px;
}

.fonts13 {
	font-size: 13px;
}

.fonts12 {
	font-size: 12px;
}

.top_dark {
	height: 12px;
}

.clearfix:before,
.clearfix:after {
	display: block;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

#nav {
	display: none;
}

.logo {
	position: relative;
	float: left;
	width: 195px;
	margin-right: 24px;
}

.header_fix {
	padding: 2rem 0;
	width: 90%;
	margin: 0 auto;
}

ul.top_nav {
	margin-top: 16px;
}

ul.top_nav li {
	display: inline;
}

ul.top_nav li a {
	font-size: 15px;
	padding: 7px 19px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	behavior: url(PIE.htc);
	position: relative;
	border-radius: 4px 4px 0 0;
}

ul.nav {
	float: left;
}

ul.nav li {
	display: inline-block;
}

ul.nav li a {
	outline: none;
	border: none;
	font-family: "Univers LT 55", Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	padding: 12px 12px 12px 12px;
}

.nav_learn ul {
	border: none;
	outline: none;
}

.main_nav2 {
	padding-top: 5px;
}

.nav_browse {
	/*background-image:url(../images/icon_browse.png);*/
	background-repeat: no-repeat;
	background-position: 13px 13px;
}

/*.nav_browse:hover {
	background-image:url(../images/icon_browse_hover.png);
}*/
.nav_create {
	/*background-image:url(../images/icon_create.png);*/
	background-repeat: no-repeat;
	background-position: 13px 13px;
}

/*.nav_create:hover {
	background-image:url(../images/icon_create_hover.png);
}*/
/*.nav_learn:hover {
	background-image:url(../images/icon_learn_hover.png);
}*/

.nav_home {
	background-image: url(../images/icon_home.png);
	background-repeat: no-repeat;
	background-position: 13px center;
}

/*.nav_home:hover {
	background-image:url(../images/icon_home_hover.png);
}*/
.investmentbetrag_text {
	background-image: url(../images/icon/euro.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 23px;
}

.nav_login {
	background-image: url(../images/icon_login.png);
	background-repeat: no-repeat;
	background-position: 13px center;
}

/*.nav_login:hover {
	background-image:url(../images/icon_login_hover.png);
}*/

.nav_signup {
	background-image: url(../images/icon_signup.png);
	background-repeat: no-repeat;
	background-position: 13px center;
}

/*.nav_signup:hover {
	background-image:url(../images/icon_signup_hover.png);
}*/

.nav_logout {
	background-image: url(../images/icon_logout.png);
	background-repeat: no-repeat;
	background-position: 13px center;
}

/*.nav_logout:hover {
	background-image:url(../images/icon_logout_hover.png);
}*/

.nav_project {
	/*background-image:url(../images/icon_project.png);
	background-repeat:no-repeat;
	background-position:13px center;	*/
}

*/ .nav_dashboard {
	background-image: url(../images/icon_dashboard.png);
	background-repeat: no-repeat;
	background-position: 13px center;
}

/*.nav_dashboard:hover {
	background-image:url(../images/icon_dashboard_hover.png);
}*/
.mob_user_menu {
	display: block;
	font-size: 15px;
	padding: 15px 20px 15px 15px;
	text-shadow: 1px 1px 0 #222;
	border-bottom: 1px solid #242425;
	background: #242424;
	border-top: 1px solid #323232;
}

.mob_user_menu .mob_uname {
	margin-top: 8px;
	margin-left: 10px;
	display: inline-block;
}

.mob_user_menu .top_user_photo img {
	width: 38px;
	height: 38px;
	border-radius: 3px;
}

.search_part {
	float: left;
	margin: 0px 10px;
	position: relative;
}

.search_part input[type="text"] {
	height: 60px;
	padding: 0px 33px 0px 10px;
	background: #FFFFFF;
	border: none;
	width: 120px;
	transition: all 0.5s;
}

.search_part input[type="text"]:focus {
	background: #282828;
	transition: all 0.5s;
}

.search_part .search_btn {
	background: url(../images/search-icon.png);
	border: none;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 19px;
	right: 10px;
	cursor: pointer;
}

.login_signup {
	padding: 10px 0;
	margin-right: 10px;
	float: right;
	background-color: #79aef2;
	cursor: pointer;
	border-width: 1px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login_signup_1 {
	padding: 10px 0;
	margin-right: 10px;
	float: right;
	background-color: #f2b138;
	cursor: pointer;
	border-width: 1px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top_signup {
	/*border-radius:5px;*/
	text-shadow: none !important;
}

.fonts18 {
	font-size: 18px;
}

.raised_day {
	color: #222222;
}

.day_to_go {
	padding: 5%;
	width: 33%;
	font-size: 24px;
	text-align: center;
}

.day_to_go span {
	font-size: 13px;
	font-weight: normal;
}

.progress {
	background-color: #e4b6c7;
	height: 6px;
}

.progress1 {
	width: 100%;
	height: 1rem;
	background-color: #ECECEC;
	border-radius: 3px;
}

.progress2 {
	background-color: #fff;
	margin-top: 1px;
	position: relative;
	border-radius: 3px;
}

.get_progress2 {
	height: 13px;
	float: left;
	border-radius: 3px;
	text-align: right
}

.get_progress2 span {
	padding: 0px 10px;
	display: inline-block;
	margin-top: 3px;
}

.height124 {
	height: 124px;
}

.height75 {
	height: 75px;
}

.height60 {
	height: 60px;
}

.height181 {
	height: 181px;
}

.height90 {
	height: 90px;
}

.height91 {
	height: 90px;
}

.height52 {
	height: 52px;
}

.textcenter {
	text-align: center;
}

.PositionR {
	position: relative;
}

.min_height86 {
	min-height: 86px;
}

.get_progress {
	height: 6px;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 26px 0;
	}

	to {
		background-position: 0 0;
	}
}

.get_progress1 {
	height: 1rem;
	border-radius: 3px;
	display: flex;
	float: left;
}

.footer_box_50p {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.footer_box_25p {
	width: 23%;
	/*float:left;*/
}

.footer_box_25p p {
	margin-top: 15px;
}

.footer_box_25p h4,
.footer_box_50p h4 {
	margin-top: 15px;
}

.footer_box_50p li {
	padding: 7px 0;
}

.footer_box_50p li a {
	position: relative;
}

input[type=text].email_box {
	border: 0 none;
	padding: 0 3.3%;
	float: left;
	font-size: 9px;
	margin: 0;
	height: 37px;
	line-height: 37px\9;
	border-radius: 5px 0px 0px 5px;
}

input[type=submit].join {
	border: 0 none;
	padding: 0 6%;
	float: left;
	font-size: 14px;
	cursor: pointer;
	margin: 0;
	height: 37px;
	border-radius: 0px 5px 5px 0px;
}

input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-appearance: none;
}

.footerB {
	background: #FFFFFF;
	padding: 15px 0;
}

.copyright span {}

.footerB ul {
	text-align: right;
}

.footerB ul li {
	display: inline;
}

.footerB ul li a {
	padding: 0 3%;
}

.social a {
	width: 35px;
	height: 35px;
	margin-left: 5px;
}

#nav.opened {
	max-height: max-content !important;
}

.project_list_home {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2%;
}

.latest_project {
	margin-bottom: 2%;
	width: 32%;
	border-width: 1px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 10px #070A1933;
	-moz-box-shadow: 0px 4px 10px #070A1933;
	box-shadow: 0px 4px 10px #070A1933;
	transition: all .3s ease;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	-o-font-smoothing: subpixel-antialiased;
	-ms-font-smoothing: subpixel-antialiased;
}

.latest_project:hover {
	-webkit-box-shadow: 2px 4px 27px 2px rgb(0 0 0 / 14%);
	-moz-box-shadow: 2px 4px 27px 2px rgb(0 0 0 / 14%);
	box-shadow: 2px 4px 27px 2px rgb(0 0 0 / 14%);
	-webkit-transform: scale(1.015);
	-moz-transform: scale(1.015);
	-o-transform: scale(1.015);
	-ms-transform: scale(1.015);
	transform: scale(1.015);
}

.latest_project:hover .latest_pro_img img {
	filter: brightness(1.05);
	transition: filter 0.3s ease-in;
}

.embed .latest_project {
	width: 100%;
	margin: 0;
	float: left;
}

.latest_pro_img img {
	width: 308px;
	height: auto;
	min-width: 100%;
	border-radius: 3px 3px 0 0;
	aspect-ratio: 1/1;
}

.latest_pro_content {
	width: 50%;
	float: right;
}

.heading_strip h1 {
	display: inline-block;
	padding-right: 15px;
	font-size: 35px;
}

.heading_profile h1 {
	text-align: center;
	font-size: 25px;
	font-weight: normal;
}

.search_po {
	float: right;
}

.recentCo_photo {
	float: left;
	margin-right: 15px;
	width: 85px;
}

.recentCo_photo img {
	width: 85px;
	height: 85px;
}

.recentCo_photo_dash {
	float: left;
	margin-right: 2%;
	width: 100px;
}

.recentCo_photo_dash img {
	border: 1px solid #DFDFDF;
	padding: 3%;
}

.recentCo_short {
	margin-left: 108px;
}

.recentCo_short_dash {
	float: left;
	width: 80%;
}

.website {
	margin-top: 3px;
	background-image: url(../images/icon_share_link.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}

.location {
	margin-top: 3px;
	background-image: url(../images/location.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;

}

.send_message {
	margin-top: 3px;
	background-image: url(../images/send_message.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 20px;

}

.fontred_user {
	font-size: 16px;
}

.more_button {
	float: left;
	font-family: 'Univers LT 55', Arial, Helvetica, sans-serif;
	color: #FFF !important;
	font-size: 11px;
	padding: 0 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE.htc);
	position: relative;
}

.more_button:hover {
	background-color: #1e1d1f;
}

.follow_button:hover {
	background-color: #1e1d1f;
}

.massage_button:hover {
	background-color: #1e1d1f;
}

.follow_massage {
	margin-top: 15px;
}

.font_red15 p {
	font-size: 15px;
	text-align: center;
	margin: 3% 0;
}

.fonts_black15 p {
	font-size: 15px;
	text-align: center;
	margin: 3% 0;
}

.comment_login {
	font-size: 16px;
	color: #2c2c2e;
	border-radius: 3px;
	padding: 20px;
	background: #F2F2F2;
	text-align: center;
}

.business_plan_login {
	border-bottom: 1px solid #e4e4e4;
	padding: 20px;
	background: #F7F7F7;
	margin: 0px -20px;
	text-align: center;
}

.business_plan_login a {
	font-size: 15px;
}

ul.upadtes,
.recentCo {
	padding: 0px 20px 0px 20px;
}

.recentCo li,
.upadtes li,
.bp_tab li {
	border-bottom: 1px solid #dfe0e1;
	padding: 20px 0px;
}

/*.recentCo li:last-child, .upadtes li:last-child {
	border-bottom:none !important;
	margin-top:0px !important;
}*/
.upadtes_short ul li {
	list-style: square;
	line-height: 22px;
	padding: 5px 0 5px 0;
	border: none;
	font-size: 16px;
}

.upadtes_short ul {
	padding-left: 40px;
}

.user_det {
	margin: 5px 0;
}

.s_comment {
	padding: 5px 0;
	line-height: 20px;
}

.Myfollo_photo img {
	min-width: 65px;
}

.user_follo_photo img {}

.user_follo_photo {
	margin-right: 15px;
	float: left;
	width: 50px;
}

.funders_list li {
	padding: 10px;
	margin-bottom: 15px;
}

.Myfollo_photo {
	margin-right: 15px;
	float: left;

}

.Myfollo_photo img {}

.Myfollo_short {
	margin-left: 88px;
}

.social_follower {
	float: left;
	margin-top: 12px;
}

.social_icon {
	float: left;
	margin-top: 15px;
}

a.share,
a.email {
	height: 28px;
	padding: 3px 8px 3px 28px;
	border: 1px solid #bfbfbf;
	position: relative;
	color: #666666;
	margin-right: 3px;
}

a.embed {
	color: #656565;
	background: rgb(233, 233, 233);
	background: -moz-linear-gradient(top, rgba(233, 233, 233, 1) 0%, rgba(216, 216, 216, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(233, 233, 233, 1)), color-stop(100%, rgba(216, 216, 216, 1)));
	background: -webkit-linear-gradient(top, rgba(233, 233, 233, 1) 0%, rgba(216, 216, 216, 1) 100%);
	background: -o-linear-gradient(top, rgba(233, 233, 233, 1) 0%, rgba(216, 216, 216, 1) 100%);
	background: -ms-linear-gradient(top, rgba(233, 233, 233, 1) 0%, rgba(216, 216, 216, 1) 100%);
	background: linear-gradient(to bottom, rgba(233, 233, 233, 1) 0%, rgba(216, 216, 216, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#d8d8d8', GradientType=0);
	border: solid 1px #cccccc;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
	border-radius: 3px;
	/*top: -7px;*/
	position: relative;
	padding: 3px 10px;
	font-size: 11px;
	float: left;
	top: 0px;
}

a.follow {
	padding: 7px;
	/*border-radius:5px;*/
	width: 100px;
	text-align: center;
	display: inline-block;
}

.following,
.following:hover {
	color: #aaaaaa;
	border: solid 1px #d5d6d6;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
	padding: 6px;
	border-radius: 5px;
	width: 100px;
	text-align: center;
	display: inline-block;

}

#follow_unfollow_project {
	/*float:right;*/
	position: absolute;
	right: 0;
	top: 106px;
}

.raised1 {
	font-size: 32px;
	text-align: center;
	padding: 9px 0;
}

.raised1 span {
	font-size: 15px;
	text-align: center;
}

.contribute a {
	font-size: 18px;
	padding: 12px 30px;
	display: block;
	/*border-radius:5px;*/
	text-align: center;
}

.contribute-head {
	padding: 15px;
}

.cotribute_box {

	margin-top: 20px;
}

.D_box {
	font-size: 16px;
	padding: 5px 15px;
	float: left;
	border-radius: 5px;
}

.W_box {
	float: left;
	font-size: 16px;
}

.claim {

	padding-top: 8px;
}

.contribute-button {
	float: right;
	padding: 8px 10px;
	margin-left: 10px;
	border: 0 none;
}

.estimate_time {
	font-style: italic;
	font-size: 13px;
}

.pro_Desc p {
	padding-top: 10px;
}

.grey-Bline {
	padding-bottom: 15px;
}

.upadtes_photo {

	float: left;
	margin-right: 2%;
}

.upadtes_photo img {
	border-radius: 3px;
}

.upadtes_short {
	margin-left: 86px;
}

.more_comments,
.more_funders,
.more_updates {
	float: right;
	border: none !important;
}

.activity_photo {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 2%;
}

.u_name {
	color: #666;
	font-size: 14px !important;
}

.u_name a {
	font-size: 16px;
}

.activity_short {
	float: left;
	width: 89%;
}

.time {
	background: url(../images/icon_time.png) no-repeat 0 center;
	padding-left: 15px;
	color: #999;
}

.park-received {
	margin-top: 5px;
}

.park-received span {
	padding: 2px 10px;
	display: inline-block;
	border-radius: 3px;
	margin-right: 5px;
}

.char_limited_input {
	width: 96%;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	padding: 10px 2%;
}

.add_Coment_B {
	width: 100%;
}

.keep_P {
	width: 33%;
	float: left;
}

.add_coment_li {
	background-color: #F7F7F7;
	margin: 0px -20px;
	padding: 20px !important;
}

.add_coment_button {
	float: right;
	margin-top: 10px;
}

.character_count {
	width: 33%;
	float: left;
	text-align: right;
}

.add_comment {
	border: 0 none;
	padding: 8px 10px;
	cursor: pointer;
	border-radius: 5px;
}

.fill_item {
	margin: 24px 0;
	position: relative;
}

.fild {
	float: left;
	width: 75%;
}

.fild input[type="text"],
.fild input[type="textarea"] {
	width: 96%;
	padding: 11px 2%;
	border: 1px solid #d5d7d8;
	border-radius: 5px;
}

.fild input[type=checkbox] {
	border: 0 none;
}

input[type=checkbox] {
	width: 16px;
	height: 16px;
	margin-top: 3px;
}

.fild-passF {
	float: right;
}

table {
	width: 100%;
}

th {
	padding: 10px;
}

td {
	padding: 5px 1%;
}

.action img {
	margin: 0px 5px;
}

.box-group {
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	border-bottom: none;
}

.group-bg .proD_amount {
	float: right;
	padding: 10px 15px;
	width: 43%;
}

.marL39P {
	margin-left: 39%;
}

.marT84m {
	margin-top: -84px;
}

.padB_tbs85 {
	padding-bottom: 85px !important;
}

.marT_tbs43 {
	margin-top: 43px;
}

.br5 {
	border-radius: 5px;
}

.group-bg {
	display: flex;
	border-bottom: 1px solid #D8D8D8;
}

.right-A-style {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	float: left;
	padding: 10px 15px !important;
	width: 41%;
}

.box-group .total-bg .right-A-style {
	width: 39%;
}

.total-bg {
	padding: 5px;
}

.total-bg .proD_amount {
	border: 1px solid #D5D7D8;
	float: right;
	padding: 5px 10px;
	width: 42%;
}

.total-bg span {
	text-align: right;
	float: right;
}

.fourbox-group {
	margin: 2% 0;
}

.lightR_Hbg1 {
	font-size: 15px;
}

.lightR_Hbg {
	border-bottom: 1px solid #e4e4e4;
	padding: 11px 15px;
	font-size: 12px;
	text-transform: uppercase;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
}

.lightR_Hbg1 {
	font-size: 15px;
	padding: 12px 10px;
	border-bottom: 1px solid #d5d7d8;
	margin-bottom: 5px;
}

.lightR_Hbg span {
	font-size: 12px;
}

.week_innerL {
	border-right: 1px solid #D8D8D8;
}

.week_innerL,
.week_innerR {
	float: left;
	width: 45%;
	padding: 10px 2%;
}

.week_innerL span,
.week_innerR span {
	float: right;
	padding: 0 5px;
}

.dash_progress {
	padding: 15px;
}

.weekly_average {
	margin: 2% 0;
}

ul.navigation li {
	border-bottom: 1px solid #ffffff;
}

.border {
	border: 1px solid #d5d7d8;
	padding: 3px;
	border-radius: 5px;
}

.creat-step {
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
}

ul.creat-step li {
	display: inline;
	float: left;
}

ul.creat-step li:not(.n_project) {
	width: 25%;
}

ul.creat-step li.n_project:nth-child(1) {
	width: 15%;
}

ul.creat-step li.n_project:nth-child(2) {
	width: 24%;
}

ul.creat-step li.n_project:nth-child(3) {
	width: 21%;
}

ul.creat-step li.n_project:nth-child(4) {
	width: 16%;
}

ul.creat-step li.n_project:nth-child(5) {
	width: 24%;
}

.w2p {
	width: 2.4% !important;
	height: 50px;
}

ul.creat-step li {
	position: relative;
}

ul.creat-step li a {
	font-size: 13px;
	padding: 10px 0;
	text-align: left;
	line-height: 29px;
	width: 100%;
	display: inline-block;
	position: relative;
}

ul.creat-step li:after {
	content: "";
	position: absolute;
	border: 25px solid transparent;
	border-left: 15px solid #666;
	top: 0px;
	right: -41px;
	z-index: 100;
}

ul.creat-step li:before {
	content: "";
	position: absolute;
	border: 25px solid transparent;
	top: 0px;
	right: -40px;
	z-index: 101;
}

ul.creat-step li.active:before {
	content: "";
	position: absolute;
	border: 25px solid transparent;
	top: 0px;
	right: -40px;
	z-index: 101;
}

ul.creat-step li a span {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	display: block;
	float: left;
	height: 30px;
	margin-left: 30px;
	margin-right: 10px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 20px;
	line-height: 30px;
	behavior: url(PIE.htc);
	position: relative;
}

ul.creat-step li:first-child span {
	margin-left: 20px;
}

ul.creat-step li a span.F-child {
	margin-left: 0;
}

.B_withBG {
	border: 1px solid #d5d7d8;
	padding: 10px;
}

.createbtncont {
	margin-top: 25px;
}

.laction {
	width: 20.8%;
	margin-right: 1%;
	border-radius: 5px;
	float: left;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
}

.goal {
	float: left;
	width: 50%;
}

.creatS_Button {
	float: right;
	margin-top: 20px;
}

.goal_range {
	font-size: 16px;
}

.goal_label {
	font-size: 18px;
	float: left;
	width: 100px;
	margin-left: 10px;
	padding-top: 10px;
}

.goals_Field {
	float: left;
}

.goals_Field input {
	border: 1px solid #D5D7D8;
	padding: 11px 0 11px 10px;
	border-radius: 5px;
}

.currencyCode {
	margin-left: 4px;
	font-size: 16px;
}

.goal label span {
	font-size: 18px;
}

.goals_Field imput[type=text] {}

/*
.creatS_Button input[type=button], .creatS_Button input[type="submit"], .creatS_Button a {
	font-size: 18px;
	padding:13px 32px;
	border:0 none;
	cursor:pointer;
	border-radius: 3px;
	}
*/

.creatS_Button a {
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	padding: 13px 32px;
}

.step2_Fill {
	margin: 15px 0;
}

.step3_Fill {
	margin: 15px 0;
}

.F11_I {
	font-size: 11px;
	font-style: italic;
}

.step2_field input {
	width: 100%;
}

.inputDefault_S_small {
	border: 1px solid #D5D7D8;
	padding: 8px 2%;
	width: 109px;
}

.inputDefault_S {
	border: 1px solid #D5D7D8;
	padding: 11px 11px 11px 0;
	text-indent: 10px;
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
	border-radius: 3px;
}

.inputS_Default_S {
	border: 1px solid #D5D7D8;
	padding: 11px 2%;
	width: 100%;
	border-radius: 3px;
}

.inputT_Default_S {
	border: 1px solid #D5D7D8;
	padding: 11px 2%;
	width: 96%;
	height: 115px;
	border-radius: 3px;
}

.inputB_Default_S {
	padding: 11px 15px;
	border: 0 none;
	cursor: pointer;
	border-radius: 3px;
	display: inline-block;
}

.step2_FI {
	margin: 1rem 0;
}

.save_Default {
	padding: 12px 30px;
	border: 0 none;
	cursor: pointer;
	border-radius: 3px;
	display: inline-block;
}

.save_Default_blue {
	padding: 10px 30px;
	border: 0 none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 15px;
}

.social_SC {
	padding: 10px 15px;
	border: 0 none;
	cursor: pointer;
	border-radius: 3px;
}

.s_style {
	margin-left: 61%;
}

.sub_bg_strip {
	border-bottom: 1px solid #d5d7d8;
	font-size: 15px;
	padding: 5px 10px;

}

.photo_space {
	max-width: 150px;
}

.photo_space_div {
	width: 23%;
}

.s3-item {
	margin: 10px 0;
}

.w45P_FL {
	float: left;
	width: 45%;
}

.w45P_FR {
	float: right;
	width: 45%;
}

.w32P_FL {
	float: left;
	width: 32%;
	padding-top: 6px;
}

.w68P_FL {
	float: left;
	width: 68%;
}

.w30P_FR {
	float: right;
	width: 30%;
}

.w19P_FR {
	float: right;
	width: 19%;
}

.w57P_FL {
	float: left;
	margin-left: 2%;
	width: 57%;
}

.step4_Fild {
	float: left;
	margin: 8px 0;
	width: 50%;
}

.w68P_FL .inputS_Default_S {
	width: 68%;
}

.w68P_FL textarea {
	width: 90%;
}

.P10LR {
	padding: 0 10px;
}

.Mleft150px {
	margin-left: 150px;
}

.search_div {
	display: none;
}

.Pright15p {
	padding-right: 15%;
}

.search_link {
	cursor: pointer;
}

.fix_pro {
	font-size: 18px;
	background-image: url(../images/fixed_funding.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}

.flex_pro {
	font-size: 18px;
	background-image: url(../images/flexible_funding.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}

.pro_type {
	width: 60% !important;
}

.funding_type {
	margin-bottom: 20px;
}

.funding_type input[type="radio"] {
	margin-right: 30px;
}

input[type="radio"] {
	width: 15px;
	height: 15px;
}

.funding_type label,
.deadline_row label {
	cursor: pointer;
}

.funding_type p {
	margin-left: 25px;
	font-style: italic;
	line-height: 16px;
	margin-top: 10px;
}

.funding_type ul {
	margin-left: 40px;
	margin-top: 13px;
	list-style: disc;
	font-style: italic;
}

.funding_type ul li {
	list-style: disc;
}

.deadline_row {
	margin-bottom: 10px;
}

.deadline_sl {
	width: 100px !important;
}

.deadline_sd {
	width: 109px !important;
	background-image: url(../images/icon_date.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}

.noti_label {
	width: 150px;
	float: left;
}

.noti_check {
	float: right;
}

.notification {
	margin-top: 15px;
}

.notifi_submit {
	border: 0 none;
	cursor: pointer;
	padding: 8px 10px;
}

.social_D {
	margin: 15px 0;
}

.social_D_label {
	float: left;
	width: 30%;
	padding-top: 7px;
}

.social_D_field {
	float: left;
	width: 70%;
}

.social_D_button {
	margin-left: 30%;
}

.social_D_field .inputDefault_S {
	width: 96%;
}

.social_D_button .inputB_Default_S {
	margin-right: 0;
}

.log_div {
	top: 38px !important;
	display: none;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.log_div ul li a {
	display: block;
	padding: 10px;
}

.step4P_37 {
	padding-top: 43px;
}

.log_div ul {}

.log_div ul li a {
	font-size: 14px;
}

ul.log li a {
	padding: 7px 36px 7px 12px;
}

.right_columm .day_to_go,
.right_columm .day_to_go span {
	display: block;
}

.right_columm .raised,
.right_columm,
.raised span,
.raised_left,
.raised_right {
	display: block;
}

.height183 {
	height: 183px;
}

.box-group2 {
	width: 23%;
	float: left;
	padding: 5px;
	margin-right: 9px;
	border-bottom: 1px solid #d5403d;
	margin-bottom: 0;
}

.find_gmail img {
	width: 258px;
	height: 49px;
	margin-top: 15px;
}

.affiliate_form {
	margin: 0;
}

.req_aff_photo {
	float: left;
	width: 30%;
	margin-right: 15px;
}

.req_aff_short {
	float: left;
	width: 66%;
}

.affiliate_form .label {
	padding-top: 5px;
	width: 32%;
	font-size: 13px;
}

.affiliate_form .fild {
	width: 68%;
}

.staus_div {
	height: 100%;
	margin-bottom: 0;
	padding: 20px 0;
}

.sp01 {
	display: block;
}

.statusarea {
	margin: 0;

}

.statshead {
	padding: 10px 0px;
	font-size: 14px;
}

.statscontent {
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	margin: 0;
	padding: 0;
}

.stblhcon {
	border-bottom: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
	font-size: 12px;
	text-transform: uppercase;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
	text-align: left;
	overflow: hidden;
}

.blckhead {
	border-left: 1px solid #D8D8D8;
	float: left;
	font: bold 12px/34px "Arial", Helvetica, sans-serif !important;
	margin: 0 0 0 307px;
	text-align: center !important;
	width: 86px;
}

.blckhead01 {
	border-left: 1px solid #D8D8D8;
	float: left;
	font: bold 12px/34px "Arial", Helvetica, sans-serif !important;
	text-align: center !important;
	width: 86px;
}

.stblinncon {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.tcon01 {
	border-bottom: 1px solid #D8D8D8;
	float: left;
	font: bold 12px/16px "Arial", Helvetica, sans-serif !important;
	max-height: 100%;
	min-height: 67px;
	overflow: hidden;
	padding: 68px 0 0;
	text-align: center !important;
	width: 135px;
}

.tcon02 {
	float: left;
	font: bold 12px/16px "Arial", Helvetica, sans-serif !important;
	padding: 0;
	text-align: center !important;
}

.tconinn {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.tconinn01 {
	border-bottom: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	float: left;
	font: 13px/33px "Arial", Helvetica, sans-serif !important;
	padding: 0 0 0 30px;
	text-align: left !important;
	width: 141px;
}

.tconinn02 {
	border-bottom: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	float: left;
	font: 13px/33px "Arial", Helvetica, sans-serif !important;
	text-align: center !important;
	width: 86px;
}

.tcon03 {
	border-bottom: 1px solid #D8D8D8;
	float: left;
	font: bold 12px/16px "Arial", Helvetica, sans-serif !important;
	max-height: 100%;
	min-height: 76px;
	overflow: hidden;
	padding: 25px 0 0;
	text-align: center !important;
	width: 135px;
}

.tabcontent01 {
	margin: 0;
	max-height: 100% !important;
	min-height: 100px !important;
	overflow: hidden !important;
	padding: 18px;
}

.staus_div input {
	margin-bottom: 25px;
}

.add_request_D input[type=radio] {
	width: auto;
	padding: 0;
}

.unsuccessful_bg {
	background-color: #f99b9b;
}

.decline_bg {
	background-color: #e1c0f1;
}

.running_bg {
	background-color: #f6f69b;
}

.successful_bg {
	background-color: #b4ca87;
}

.draft_bg {
	background-color: #edd784;
}

.proj_des_img {
	float: left;

	margin-right: 20px;
}

.proj_des_img img {
	border-radius: 10px;
}

.proj_des_title {
	margin-left: 145px;
}

.proj_des_title h2 {
	/*text-transform: uppercase;*/
	font-size: 20px;
}

.proj_des_desc {
	margin-top: 20px;
}

.projects_status {
	position: relative;
	margin-bottom: 20px;
}

.projects_status:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #D8D8D8;
	top: 50%;
	left: 0px;
}

.projects_status h4 {
	background: #FFF;
	z-index: 10;
	position: relative;
	display: inline-block;
	padding-right: 5px;
}

.raised_toward {
	float: left;
}

.goal_amount {
	float: right;
}

.raised_dash {
	font-size: 24px;
	float: left;
	width: 45%;
	text-align: center;
	display: block;
}

.raised_dash span {
	font-size: 13px;
	font-weight: normal;
}

.raised_dash span.leftend {
	font-size: 13px;
	font-weight: normal;
	display: block;
}

.day_to_go_dash {
	padding: 3%;
	width: 33%;
	font-size: 24px;
	text-align: center;
}

.day_to_go_dash span {
	font-size: 13px;
	font-weight: normal;
}

ul.upate_pro li {
	border-bottom: 1px solid #dfdfdf;
	padding: 20px 0px;
}

.upate_pro {
	padding: 20px 20px 0px 20px;
}

.comment_pro {
	margin: 15px 0;
}

.donation_pro_dash a {}

.pending_approval {}

.approval {
	color: #4d8c1d;
}

.proj_don_dash {
	font-size: 14px;
}

.proj_don_dash span {
	font-size: 14px;
}

.project_goal {
	width: 30%;
	float: left;
}

.total_recieve {
	width: 40%;
	float: left;
}

.remain_day {
	width: 30%;
	float: right;
}

.perk_field textarea {
	width: 96%;
}

.image_conta {
	width: 33%;
	float: left;
	margin-bottom: 10px;
}

.image_conta img {
	border: 1px solid #fff;
}

.image_div {
	float: left;
	margin-right: 15px;
	width: 100%;
	display: block;
}

.delete_div {
	color: #FFF;
	font-size: 13px;
	line-height: 26px;
	margin-right: 15px;
	background-color: #4c4c4c;
	padding: 0 15px;
	display: inline-block;
}

.delete_div:hover {
	background-color: #870835;
}

.widget_img {
	width: 50%;
	float: left;
}

.widget_desc {
	width: 50%;
	float: right;
}

.widget_dash {
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	width: 100%;
}

.widget_location {
	margin: 10px;
}

.widget_loc_img {
	float: left;
	margin-right: 15px;
}

.widget_loc_desc {
	float: left;
}

.raised_day_widget {
	color: #222222;
	background-color: #F2EAEA;
}

.raised_day_widget .raised {
	background-color: #EADEDE;
	padding: 3%;
	display: block;
	float: left;
	font-size: 24px;
	text-align: center;
	width: 45%;
}

.raised_day_widget .raised span {
	font-size: 13px;
	font-weight: normal;
}

.raised_day_widge .day_to_go {
	font-size: 24px;
	padding: 5%;
	text-align: center;
	width: 33%;
}

.raised_day_widge .day_to_go span {
	font-size: 13px;
	font-weight: normal;
}

.donation_label {
	width: 42%;
	font-size: 13px;
	float: left;
}

.donation_field {
	float: left;
	width: 58%;
}

.donation_item {
	padding: 25px 50px;
}

.MLeft42P {
	margin-left: 42%;
}

.donation_field .inputDefault_S,
.donation_field .inputT_Default_S {
	width: 97%;
}

.share_icon img {
	width: 32px;
	height: 32px;
	display: block;
	max-width: none;
}

.share_icon {
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
}

.share_icon img {
	margin-right: 10px;
}

ul.user_menu {
	z-index: 11;
	padding: 0px;
	margin: 0px;
	outline: none;
	border: none;
}

ul.user_menu li {
	width: 100%;
	border-top: 1px solid #fff;
	outline: none;
	border: none;
}

ul.user_menu li a {
	outline: none;
	border: none;
	font-size: 15px;
}

.followers_item {
	border: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	float: left;
	padding: 1%;
	width: 45.5%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.followers_img {
	float: left;
	margin-right: 10px;
}

.followers_img img {}

.followers_info {
	float: left;
	width: 47%;
}

.followers_head {
	font-size: 15px;
}

.followers_time {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}

.followers_icon {
	float: right;
	width: 83px;
}

.message {
	background-color: #fbfbfb;
	border: 1px solid #D8D8D8;
	margin: 15px 0 0 27px;
	padding: 15px 15px 15px 35px;
	position: relative;
	transition: all 1s;
	border-radius: 3px;
}

.message.red {
	background-color: #fbfbfb;
}

.message_left {
	word-wrap: break-word;
}

.message.red p {
	background-image: url(../images/icon_reply.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.message p {
	color: #a4a4a4;
}

.message_left h2 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.message_left span {
	color: #c9c9c9;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/icon_messages.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 17px;
	float: right;
}

.message .img {
	background-color: #FFF;
	border: 1px solid #D8D8D8;
	height: 50px;
	padding: 2px;
	width: 50px;
	position: absolute;
	top: 6px;
	left: -27px;
	border-radius: 50%;
	transition: all 1s;
}

.message_right {
	float: right;
	padding: 15px;
}

.message_right span {
	color: #6B6B6B;
}

.conversation {
	position: relative;
}

.conversation:before {
	content: "";
	left: 27px;
	position: absolute;
	top: -2px;
	background: #D8D8D8;
	bottom: 0;
	width: 2px;
}

.conversation li {
	padding: 10px 0;
	position: relative;
}

.message_user {
	float: left;
	margin-right: 20px;
}

.message_user img {
	border: 1px solid #D8D8D8;
	border-radius: 50%;
	padding: 2px;
	background-color: #FFF;
}

.message_body {
	margin-left: 75px;
	background-color: #fbfbfb;
	border: 1px solid #D8D8D8;
	padding: 10px;
	position: relative;
	border-radius: 3px;
}

.message_body:before {
	content: "";
	left: -8px;
	position: absolute;
	top: 11px;
	border: 2px solid #FAFAFA;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	height: 10px;
	width: 10px;
}

.message_body.user:before {
	content: "";
	left: -8px;
	position: absolute;
	top: 11px;
	border: 2px solid #FAFAFA;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	height: 10px;
	width: 10px;
}

.message_body span {
	color: #c9c9c9;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/icon_message.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 14px;
	float: right;
}

.message_body h2 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.message_body p {
	line-height: 20px;
	margin-top: 8px;
}

.back_inbox {
	float: right;
	color: #999999 !important;
	background-image: url(../images/icon_goback.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

.common_li {
	background-color: #ECEBEB;
	border: 1px solid #DFE0E1;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

.inner-msm-border_right {
	float: right;
	padding: 0;
	width: 90px;
}

.picture_msm {
	margin: 0;
	padding: 0;
}

.picture_msm .img {
	height: 50px;
	margin: 0;
	padding: 0;
	width: 50px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.user_name {
	margin: 5px 0;
	overflow: hidden;
	padding: 0;
}

.user_name a {
	color: #870835;
	font-size: 15px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.con_left p,
.con_left2 p {
	color: #434343;
	font-size: 12px;
}

.left_messagecontent {
	border-right: 1px solid #DFE0E1;
	float: left;
	padding: 0;
	text-align: justify;
	width: 80%;
	word-wrap: break-word;
}

.left_messagecontent p,
.right_messagecontent p {
	color: #605F5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 5px 0 0;
	min-height: 60px;
	padding: 6px;
}

.sent_on {
	width: 90px;
}

.sent_on span {
	display: block;
}

.Myfollo_short h4 {
	font-size: 15px;
}

.TextAright {
	text-align: right;
}

.Mbottom7px {
	margin-bottom: 7px;
}

.invites_facebook img {
	width: 258px;
	height: 49px;
}

.contact_label {
	float: left;
	width: 30%;
	padding-top: 7px;
	font-size: 12px;
}

.contact_field {
	float: right;
	width: 70%;
}

.contact_item {
	margin: 15px 0;
}

.contact_field input {
	width: 98%;
}

.contact_label_MLeft {
	margin-left: 30%;
}

.contact_main_div {
	padding: 3%;
}

.contentHStyle {
	padding: 20px 0 0;
}

/* Alert Messages */
.info,
.success_change,
.warning,
.error_change {
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
	z-index: 999;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}

.success_change {
	color: #FFF;
	background-color: #233357;
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 100;
	left: 0;
	font-size: 12px;
	text-align: center;
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}

.error_change {
	color: #FFF;
	background-color: rgba(216, 0, 12, 0.8);
	z-index: 100;
	font-size: 12px;
	text-align: center;
	/*border-radius: 5px;*/
	margin: 10px 0px;
	padding: 10px 0px;
}

.validation {
	color: #FFF;
	background-color: rgba(216, 0, 12, 0.8);
	z-index: 100;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	padding: 10px 10px;
	margin: 15px 0 10px 0;
}

.validation a {
	color: white !important;
	text-decoration: underline;
}

.validation a:hover {
	color: #79aef2 !important;
}

/* Alert Messages end */


/* pagination

.pagination {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
	font-size:16px;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}*/

/*home page latest project */
.latest_pro_img {
	/*	width: 92.1%;
	height: 217px;
	background: #ebebeb;
	padding: 4%; */
}

.latest_project_content {
	background-color: white;
	position: relative;
	padding: 25px;
	border-radius: 0 0 3px 3px;
}

.latest_pro_C h3 {
	width: 80%;
	display: inline-block;
	font-size: 21px;
	padding-bottom: 12px;
	max-height: 38px;
	min-height: 38px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	hyphens: auto;
}

.latest_pro_B {}

.raised_day_PR {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}

.pro_end_date {
	float: left;
	font-size: 18px;
	text-align: center;
	width: 33%;
}

.raised {
	display: block;
	float: left;
	font-size: 18px;
	text-align: center;
	width: 33%;
}

.amount_investors {
	display: block;
	float: left;
	font-size: 18px;
	text-align: center;
	width: 33%;
}

.amount_investors span,
.raised span,
.raised_left span,
.pro_end_date span,
.raised_right span,
.days_left span {
	font-size: 14px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.project-desc {
	font-size: 14px;
	padding-top: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.raised_day_goal {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

.raised_left {
	display: block;
	float: left;
	font-size: 18px;
	text-align: center;
	width: 33%;
}

.raised_right {
	display: block;
	float: left;
	font-size: 18px;
	text-align: center;
	width: 33%;
}

.raised_right span {
	display: flex;
	justify-content: center;
}

.card_category {
	height: 40px;
	width: 40px;
}

.card_risk {
	display: inline-block;
	margin-top: 1em;
	margin-left: 20px;
}


.day_to_go {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	float: left;
	padding: 15px 0;
	height: 19px;
	border-top: 1px solid #dddddd;
	position: absolute;
	bottom: 0;
	z-index: 10;
}

.days_left {
	display: block;
	float: left;
	font-size: 18px;
	text-align: center;
	width: 33%;
}

.contribute_detail {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	float: left;
	padding: 15px 0;
}

.contribute_detail a {
	color: #999999;
	font-size: 16px;
	background: url(../images/contribute.png) no-repeat;
	padding: 2px 0 0 26px;
}

.slider_content p {
	font-size: 15px;
	margin-top: 10px;
}

.day_to_go a {
	color: #999999;
	font-size: 16px;
	background: url(../images/contribute.png) no-repeat;
	padding: 1% 0 0 10%;
	display: inline-block;
}

.day_to_go a.day_to_go_2 {
	color: #999999;
	font-size: 14px;
	background: url(../../funderworld/img/coins.png) no-repeat;
	padding: 1% 0 5px 10%;
	border-bottom: 1px solid #C2C2C2;
}

.day_to_go a.day_to_go_2:hover {
	color: #f2b138;
	font-size: 14px;
	background: url(../../funderworld/img/coins.png) no-repeat;
	padding: 1% 0 5px 10%;
	border-bottom: 1px solid #C2C2C2;
}

.profile_head {

	padding: 10px 15px;
	border-bottom: 1px solid #dddddd;

}

.profile_head h4 {
	font-size: 16px;
	display: inline;
	/*text-transform:uppercase;*/
}

.profile_head h3 {
	font-size: 17px;
	display: inline;
}

.profile_contri {
	/*background:url(../images/contribute.png) no-repeat;*/
	padding: 1% 0 0 0%;
}

.mem_contri span {
	font-size: 23px;
}

.mem_contri {
	border-bottom: 1px solid #dddddd;
}

.mem_contri:last-child {
	border-bottom: none;
}

.location_B {
	height: 37px;
	background-color: #fff;
	display: none;
}

.location_B_img {
	float: left;
	width: 37px;
	height: 37px;
	margin-right: 15px;
}

.location_B_img img {
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #DFDFDF;
	margin-right: 15px;
	width: 37px;
	height: 37px;
}

.location_B_desc {
	float: left;
}

.location_B_img {
	float: left;
	height: 37px;
	margin-right: 15px;
	width: 37px;
}

.location_B_img img {
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	height: 37px;
	margin-right: 15px;
	padding: 3px;
	width: 37px;
}

.location_B_desc {
	float: left;
}

.seach_products {
	border: 1px solid #DFDFDF;
	margin: 0 0 3%;
	background-color: #FFF;
}

.search_products_img {
	float: left;
	height: 214px;
	width: 50%;
}

.search_products_img img {
	min-height: 214px;
}

.search_products_CR {
	height: 100px;
	overflow: hidden;
}

.search_products_CRight {
	float: left;
	height: 214px;
	position: relative;
	width: 50%;
}

.project_rightP {
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
}

.project_rightP {
	position: relative;
	height: 349px;
}

.login-label {
	width: 21%;
	float: left;
	padding-top: 8px;
	font-size: 14px;
}

.login-fild input {
	width: 95.5%;
	border: 1px solid #D5D7D8;
	padding: 11px 2%;
	border-radius: 3px;
}

.redioB_C {
	width: 4%;
	float: left;
}

.redioB_C_T {
	width: 96%;
	float: left;
}

.Mleft20P {
	margin-left: 20%;
}

.my_pro_C {
	height: 161px;
	overflow: hidden;
}

/*Ankit */
.add_perk {
	margin-top: 20px;
}

.perk_title h2 {

	padding: 10px 0px;
}

.create_step1_radio {
	float: left;
	width: 100%;
	color: #4c4c4c;
	font-size: 14px;
	margin-bottom: 10px;
}

#imagediv {
	display: none;
}

#videodiv {
	display: none;
}

.creat_button {
	width: 50%;
}

.upload {
	position: absolute;
	left: -1px;
	top: 50%;
	z-index: 1;
	width: 100%;
	text-align: right;
}

.user_upload {
	position: absolute;
	right: 2px;
	top: 3px;
	z-index: 1;

}

.form_label {
	width: 30%;
	float: left;
	font-size: 13px;
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
}

.form_fild {
	width: 50%;
	float: left;
	position: relative;
}

.form_star {
	margin: 0 3px;
}

.form_save {
	background: #E0E0E0;
	padding: 10px;
	margin: 0px -20px -20px;
	border-radius: 0px 0px 5px 5px;
	border-top: 1px solid #D8D8D8;
	position: relative;
}

.form_save .ploaderstep {
	top: 12px;
	left: 40px;
	right: 0;
	text-align: inherit;
}

.form_row {
	margin: 15px 0px;
}

.form_row:before,
.form_row:after {
	display: table;
	line-height: 0;
	content: "";
}

.form_row:after {
	clear: both;
}

.image_hover {
	position: relative;
	float: left;
	/*border-radius:5px;*/
	overflow: hidden;
}

.hover_img {
	width: 100%;
}

.user_image {
	float: left;
	width: 40px;
	margin-left: 10px;
}

.user_image img {
	border-radius: 5px;
}

.gmap3 {
	width: 100%;
	height: 250px;
}

.bro_bar {
	color: #FFFFFF;
	position: absolute;
	margin-left: -45px;
}


.add_perk {
	margin-top: 20px;
}

.perk_title h2 {

	padding: 10px 0px;
}

.create_step1_radio {
	float: left;
	width: 100%;
	color: #4c4c4c;
	font-size: 14px;
	margin-bottom: 10px;
}

#imagediv {
	display: none;
}

#videodiv {
	display: none;
}

.remove-perk {
	background: url(../images/icon_remove.png) no-repeat 10px center #DBDBDB;
	padding: 8px 10px 8px 30px;
	text-decoration: none;
	float: right;
	cursor: pointer;
	border-radius: 5px;
}

.view_file {
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	float: right;
}

.creat_button {
	width: 50%;
}


.upload .upload_img {
	margin-right: 2px;
	border: 0 none;
	cursor: pointer;
	padding: 10px 15px;
	border-radius: 3px;
}

.uploads {
	opacity: 0;
	filter: alpha(opacity=0);
	left: 37%;
	top: 0px;
	position: absolute;
	width: 0%;
}

.w72P_FL {
	width: 72%;
	float: left;
}

.w49P_FL {
	width: 57%;
	float: left;
}

.inner-msm-border_left {
	float: left;
	padding: 0;
	width: 90px;
}

.right_messagecontent {
	border-left: 1px solid #DFE0E1;
	float: left;
	padding: 0;
	text-align: justify;
	width: 80%;
	word-wrap: break-word;
}

/*new uploaded images div */
.file_upload {
	position: relative;
	display: inline-block;
}

#image_hover {
	display: none;
	margin: 10px 0px;
	float: left;
}

#image_hover1 {
	display: none;
	margin: 10px 0px;
	float: left;
}

.upload_pre {
	margin-top: 15px;
}

.img_upload {
	width: 69%;
	float: left;
}

.img_upload_label {
	width: 40%;
	float: left;
}

.img_upload_field {
	width: 60%;
	float: left;
}

.img_pre_save {
	margin-left: 40%;
}

.img_upload_pre {
	width: 25%;
	float: right;
}

.top_M_upload {
	margin-top: 10px;
}

.remove_img {
	float: right;
}

.custom_link {
	display: none;
}

.jqEasyCounterMsg {
	width: auto !important;
	position: absolute;
	bottom: -14px;
	right: 0px;
	color: #797979 !important;
	font-size: 11px !important;
}

.ploader .lpimg {
	height: 50px;
	width: 50px;
	position: absolute;
	left: 40%;
	top: 30%;

}

.step1lpimg {
	margin-top: 312px !important;
	margin-left: 295px !important;
	height: 50px !important;
	width: 50px !important;
	display: block;
}
.ploader,
.pmloader,
.bploader {
	margin: auto;
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
	top: 45%;
	left: 0;
	right: 0;
	text-align: center;
    background: url("<?php echo base_url(); ?>images/transparent.png") repeat;
}

.ploaderstep {
	margin: auto;
    position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	top: 45%;
	left: 0;
	right: 0;
	text-align: center;
    z-index: 1000;
    background: url("<?php echo base_url(); ?>images/transparent.png") repeat;
}


/******************************POP UP*****************************************/

#mask {
	background: none repeat scroll 0 0 #000000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1999;
}

/* You can customize to your needs  */
.login-popup {
	background: none repeat scroll 0 0 #FFFFFF;
	display: none;
	float: left;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 10%;
	width: 28%;
	z-index: 99999;
	border-radius: 10px;


}

.popup_head {
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
}

.popup_head .close {
	position: absolute;
	right: 10px;
	top: 20px;
}

.popup_content1 {
	padding: 10px 20px 20px 20px;
}

.popup_content1 .whitebg_step,
.popup_content1 .greybg {
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
}

.greybg .login-popup fieldset {
	border: none;
}

#autoc {
	left: 0px;
	z-index: 100;
	overflow: hidden;
	position: absolute;
	float: right;
	width: 250px;
}

#autoc ul {
	padding: 0px;
	margin: 0px;
}

#autoc li {
	border-bottom: 1px dotted #333333;
	padding: 12px 10px;
	cursor: pointer;
	background: #282828;
	color: #f2b138;
}

#autoc li:hover {
	background: #f2b138;
	color: #FFFFFF;
}

/* ankit end*/
.invite-textfilled {
	background: url(../images/search-icon-big.png) no-repeat 5px center;
	padding-left: 30px !important;
	width: 88%;
}

.Gmail-Flist-left {
	float: left;
	width: 65px;
}

.Gmail-Flist-left img {
	width: 50px;
}

.gmail-email {
	width: 71%;
	float: left;
}

.gmail-email h2 {
	font-size: 14px;
}

.gmail-invite-button {
	text-align: right;
	margin: 5px;
}

.invite_btn {
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
}

.border-Wbg {}

.box-B-background {
	border-radius: 5px;
	margin: 10px 0 0;
	overflow: hidden;
	padding: 10px;
}

.grey-btn {
	background-color: #4C4C4C;
	color: #fff;
	cursor: pointer;
	padding: 7px 10px;
}

.grey-btn:hover {
	background-color: #870835;
}

.dis-connect img {
	width: 212px;
}

.tubestart-friend {
	float: right;
	width: 45%;
}

.gmail-after-login {
	float: left;
	width: 50%;
}

.padTB2 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.tubestart-Flist {}

.tube-P-photo {
	float: left;
	width: 55px;
}

.tube-P-photo img {
	width: 50px;
	border-radius: 5px;
}

.tube-Fname {
	width: 69%;
	float: left;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 2%;
}

.invite_email {
	margin-top: 15px;
}

.invite_email_label {
	width: 20%;
	float: left;
	padding-top: 4px;
}

.invite_email_fild {
	width: 77%;
	padding: 7px 1%;
	border: 1px solid #D5D7D8;
	background-color: #FFFFFF;
	float: left;
}

.invite_email_textarea {
	width: 77%;
	padding: 7px 1%;
	border: 1px solid #D5D7D8;
	background-color: #FFFFFF;
	float: left;
	height: 120px;
}

/*vijay css*/
/* Edite Page*/


/*New static page css*/
.Why-main {
	padding: 20px 0;
}

.why-left {
	float: left;
	width: 25%;
}

.why-img-round {
	border: 4px solid #fff;
	text-align: center;
}

.why-right {
	width: 75%;
	float: right;
}

.why-img-round img {
	width: 126px;
	height: 126px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.15);
}

.fonts16B_grey {
	font-size: 16px;
}

.bottom-line {
	border-bottom: 1px solid #d5d7d8;
	padding: 5px 0;
}

.w22P_fl {
	float: left;
	width: 22%;
	margin-right: 4%;
}

.still-want-square {
	height: 68px;
	border: 1px solid #d5d7d8;
	background: #d5d7d8;
	padding-top: 11px;
	background-color: #fff;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

/*.still-want-square:after {
	width: 0;
   height: 0;
   border-top: 12px solid pink;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   content:"";
}*/
.w22P_fl:nth-child(4) {
	margin-right: 0;
}

.triangle-up {
	width: 0;
	height: 0;
	border-top: 12px solid #d5d7d8;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	margin: 0 auto;
}

.still-wants_RedButton {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 2px 0;
	text-transform: uppercase;
}

.still-want-square img {
	width: 68px;
	height: 55px;
}

.still-want_main {
	margin-bottom: 15px;
}

.Mtop {
	margin-top: 10px;
}

.succes-main {
	border: 1px solid #d5d7d8;
	width: 100%;
}

.succes-img {
	float: left;
	width: 48%;
	padding: 1%;
	height: 268px;
	overflow: hidden;
}

.succes-content {
	float: right;
	width: 48%;
	padding: 1%;
}

.succes-heading {
	font-size: 18px;
}

.succes-detail {
	margin: 13px 0;
}

.pro_photo {
	float: left;
	border: 1px solid #d5d7d8;
	width: 15%;
	margin-right: 2%;
}

.location_category {
	float: left;
	width: 82%;
}

.pro_detail {
	padding: 3px 0;
	font-size: 13px;
}

.fully_funded {
	border: 1px dashed #D5D7D8;
	background-color: #FFF;
	font-size: 14px;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.succes-img img {
	min-height: 267px;
}

.faq-main {

	padding: 10px;
	margin-bottom: 15px;
}

.faq-heading {
	font-size: 18px;
	border-bottom: 1px solid #d5d7d8;
	padding: 3px 0 3px 25px;
	background: url(../images/question_icon.png) no-repeat left 8px;
}

.faq_ans {
	background: url(../images/answer_icon.png) no-repeat left 8px;
	padding-left: 25px;
}

.fees_main {
	margin-bottom: 15px;
}

.redbg_left {
	float: left;
	color: #FFF;
	font-size: 15px;
	width: 35%;
	padding: 5px 2%;
	font-size: 15px;
}

.fees_right {
	float: left;
	width: 57%;
	padding: 5px 2%;
	background-color: #EAE9E9;
	min-height: 22px;
}

.project_type_heading {
	background-color: #EADEDE;
	font-size: 16px;
	padding: 3px 10px;
	margin-bottom: 15px;
	margin-top: 35px;
}

/* edite css befor dont add
.location_B_img {
	float:left;
	height:37px;
	width:19%;
	}
.location_B_img img  {
	padding:3px;
	background-color:#FFF;
	border:1px solid #DFDFDF;
	margin-right:15px;
	width:37px!important;
	height:37px;
	}
.location_B_desc {
	float:left;
	width:79%;
	}
*/
/*login three page*/
.browse_Txtfill {
	width: 57% !important;
}

.Mright3P {
	margin-right: 3%;
}

.save_skip {
	float: right;
	margin-right: 95px;
}

.save_skip1 {
	float: right;
}

.save_continue {
	background-color: #870835;
	border: 0 none;
	cursor: pointer;
	font-size: 17px;
	padding: 6px 20px;
	color: #FFF;
}

.save_continue:hover {
	background-color: #4C4C4C;
}

.skip {
	background-color: #4C4C4C;
	border: 0 none;
	cursor: pointer;
	font-size: 17px;
	padding: 6px 20px;
	color: #FFF;
	margin-right: 10px;
}

.skip:hover {
	background-color: #870835;
}

.PB50 {
	padding-bottom: 50px;
}

.w14P_FL {
	float: left;
	width: 14.5%;
}

.w85P_FL {
	width: 85.5%;
	float: left;
}

.w50P_FR {
	width: 50%;
	float: right;
}

.third_login_icon {
	width: 12%;
	float: left;
}

.third_login_url {
	width: 88%;
	float: left;
}

.third-Login-L {
	width: 45%;
	float: left;
	margin: 10px 0;
}

.third-Login-R {
	width: 45%;
	float: right;
	margin: 10px 0;
}

.Mtop10 {
	margin-top: 10px;
}

.third_login_icon img {}

.upload_photo {
	width: 35%;
}

.W100p {
	width: 100% !important;
}

/*	invite page */

.invite-textbox {}

.invite-textfilled {
	background: url(../images/search-icon-big.png) no-repeat 5px center;
	padding-left: 30px !important;
	width: 88%;
}

.Gmail-Flist-left {
	float: left;
	width: 65px;
}

.gmail-email {
	width: 71%;
	float: left;
}

.gmail-email h2 {
	color: #870835;
	font-size: 14px;
}

.gmail-invite-button {
	text-align: right;
	margin: 5px;
}

.grey-btn {
	background-color: #4C4C4C;
	color: #fff;
	cursor: pointer;
	padding: 7px 10px;
}

.grey-btn:hover {
	background-color: #870835;
}

.dis-connect img {
	width: 212px;
}

.tubestart-friend {
	float: right;
	width: 45%;
}

.gmail-after-login {
	float: left;
	width: 50%;
}

.padTB2 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.tubestart-Flist {}

.tube-P-photo {
	float: left;
	width: 55px;
}


.invite_email {
	margin-top: 15px;
}

.invite_email_label {
	width: 20%;
	float: left;
	padding-top: 4px;
}

.invite_email_fild {
	width: 77%;
	padding: 7px 1%;
	border: 1px solid #D5D7D8;
	background-color: #FFFFFF;
	float: left;
}

.invite_email_textarea {
	width: 77%;
	padding: 7px 1%;
	border: 1px solid #D5D7D8;
	background-color: #FFFFFF;
	float: left;
	height: 120px;
}

span.error1 {
	color: red !important;
	font-size: 12px !important;
	margin-left: 20%;
	display: block;
}

span.success1 {
	color: #009900 !important;
	font-size: 12px !important;
	margin-left: 20%;
	display: block;
}

/*tab edite css in invite page */
.responsive-tabs__list__item a {
	color: #4C4C4C;
}

.tab-ul-static {
	margin-bottom: 15px;
}

/*project dashboard*/

/*edite css*/

.image_div {
	float: left;
	margin-right: 15px;
	height: 147px;
	overflow: hidden;
}

.image_div img {
	width: 198px;
	min-height: 147px;
}



/*project dashboard page */
ul.comment-pro-dash {
	padding: 0px 15px;
}

ul.comment-pro-dash li {
	position: relative;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	margin: 20px 0px
}

ul.comment-pro-dash li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

ul.comment-pro-dash>li>a>img {
	width: 73px;
	height: 73px;
	float: left;
	margin-right: 15px;
}

.comment-pro-dash-right {
	margin-left: 96px;
}

.comment-pro-dash-right>h2>a {
	font-size: 15px;
}

.comment-pro-dash-right>h2>span {
	font-size: 12px;
	color: #999;
}

.comment-pro-dash-right>h2>span>a {
	position: relative;
	color: #999;
	margin-left: 15px;
}

.private_comment {
	color: #7b7b7b;
	padding-left: 15px;
	background: url(../images/icon_private.png) no-repeat left center;
}

.comment-pro-dash-right .comment {
	position: relative;
	margin-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
}

.comment-pro-dash-right .comment:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	background: url(../images/quote_01.png) no-repeat left;
	width: 16px;
	height: 15px;
}

ul.comment-pro-dash li .comment_pro {
	margin: 15px 0 0 0;
}

.reply-textfield {
	margin-top: 20px;
}

.comment-pro-dash-right>h2>span>a:hover {
	text-decoration: underline;
}

.comment-pro-dash-right>h2>span>a:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	top: 5px;
	left: -10px;
	background: #999;
	border-radius: 5px;
}

.close-comment {
	height: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px 0px 5px 10px;
	border-left: 1px solid #E4E4E4;
}

.delete_div {
	color: #FFF;
	font-size: 13px;
	line-height: 26px;
	margin-right: 15px;
	background-color: #4c4c4c;
	padding: 0 15px;
	display: inline-block;
	margin-left: 1px;
}

.add-gallery {
	background-color: #ECEBEB;
	border: 1px solid #DFE0E1;
	margin-bottom: 30px;
}

.add-gallery label {
	width: 20%;
}

.add-gallery input {}

/*----------------------------
    The file upload form
-----------------------------*/
#upload {
	margin: 0 auto 0;
}

#drop {
	background-color: #ECEBEB;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	color: #4C4C4C;
}

#drop a {
	background-color: #870835;
	padding: 6px 26px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
}

#drop a:hover {
	background-color: #4C4C4C;
}

#drop input {
	display: none;
}

#upload ul {
	list-style: none;
}

#upload ul li {

	background-color: #EADEDE;
	padding: 15px;
	height: 25px;
	position: relative;
}

#upload ul li input {
	display: none;
}

#upload ul li p {
	width: 144px;
	overflow: hidden;
	white-space: nowrap;
	color: #4C4C4C;
	font-size: 14px;
	position: absolute;
	top: 5px;
	left: 100px;
}

#upload ul li i {
	font-weight: normal;
	font-style: normal;
	color: #7f7f7f;
	display: block;
}

#upload ul li canvas {
	top: 10px;
	left: 32px;
	position: absolute;
}

#upload ul li span {
	width: 15px;
	height: 12px;
	background: url('../images/icons.png') no-repeat;
	position: absolute;
	top: 24px;
	right: 33px;
	cursor: pointer;
}

#upload ul li.working span {
	height: 16px;
	background-position: 0 -12px;
}

#upload ul li.error_change p {
	color: red;
}

.wrap {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
}

.show_gallery {
	cursor: pointer;
}

#slidingDiv,
#slidingDiv_2 {
	display: none;
}

.view_compaign {}

.view_compaign a {
	font-size: 18px;
	padding: 1rem 2rem;
	display: inline-block;
}

.main_slider {
	width: 95%;
	margin: 0px auto;
}

.font_size15 {
	font-size: 15px;
	font-weight: normal;
}

.slide_up {
	position: absolute;
	width: 100%;
	z-index: 11;
	background: #FFF;
}

.latest_pro_C {
	height: 125px;
}

.latest_pro_C div.fr {
	position: absolute;
	top: 20px;
	right: 20px;
}

.project_card_effect {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 1s;
	opacity: 0;
}

.mem_profile .latest_project {
	width: 33%;
	margin-right: 5%;
	margin-bottom: 5%;
}

.mem_profile .slide_up {
	top: 0px !important;
}

.mem_profile .latest_pro_img img {
	opacity: 1 !important;
}

.searchpage_left {
	display: flex;
	flex-wrap: wrap;
	width: 77.5%;
	float: left;
	margin-top: 30px;
}

.searchpage_right {
	width: 22.5%;
	float: right;
	margin-top: 30px;
}

.searchpage_left .latest_project {
	width: 30%;
	margin: 0 2.666% 4% 0%;
}

.category .latest_project {
	width: 100%;
	margin-right: 0%;
	margin-top: 20px;
}

.donation .latest_project {
	width: 100%;

}

.mem_profile .latest_project:nth-child(2n) {
	margin-right: 0;
}

.social_find {
	margin-right: 10px;
	margin-top: 10px;
}

.social_find a img {
	vertical-align: middle;
}

.social_profile h4 {
	margin-top: 7px;
}

.log_link {
	float: right;
}

.top_user_photo {
	float: left;
	margin: 0 10px;
}

.top_user_photo img {
	width: 38px;
	height: 38px;
	border-radius: 3px;
}

.top_user_name {
	color: #233357;
	margin-top: 12px;
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 20px;
}

.top_user_name:after {
	position: absolute;
	content: "";
	border: 5px solid transparent;
	border-top: 6px solid;
	top: 5px;
	right: -18px;
}

.slider_title a {
	font-size: 15px;
}

.amount_slider {
	font-size: 15px;
	margin-top: 10px;
}

.amount_slider span {
	margin-left: 5px;
}

.slider_inner {
	width: 50%;
	float: left;
}

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


#dvLoading {
	background-image: url('../images/round_loader.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

.min_height {
	min-height: 400px;
}

.head_img {
	width: 100%;
}

.footer_box_50p ul {
	/*	padding: 0;
*/
	margin: 0;
	margin-top: 15px;
}



/*  rahul  */
.project_banner h4 {
	font-size: 25px;
	display: block;
}

.project_banner h1 {
	font-size: 28px;
	display: block;
	padding-bottom: 0px;
}

.project_banner p {
	line-height: 20px;
	font-size: 14px;
}

.pro_info {
	width: 65%;
	float: left;
}

.grey-B_whiteBG {
	float: right;
	width: 30%;
}

.paddingTop15 {
	padding-top: 15px;
}

.goal_cal p {
	padding-top: 5px;
}

.goal_cal p span {
	font-size: 18px;
}

.project_gallery {
	margin-bottom: 20px;
	padding: 2%;
}

.iframe_video {
	width: 100%;
	height: 400px;
}

.lt {
	margin-top: 5px;
}

.lt a img {
	margin-right: 5px;
	min-height: 50px;
}

ul.this_campaign_ul {
	margin: 0;
	padding: 0;
}

ul.this_campaign_ul li {
	width: 46%;
	float: left;
	margin: 10px 10px 10px 0;
	background-color: #EFEFEF;
	border: 1px solid #D5D7D8;
	padding: 5px;
	list-style: none;
}

.this_campaign_img {
	float: left;
}

.this_campaign_img img {}

.this_campaign_text {
	float: left;
	font-size: 14px;
	width: 74%;
	margin-left: 10px;
}

.project_tit {
	background-image: url(../images/transparent-bg.png);
	background-repeat: repeat;
	position: relative;
	padding-left: 15px;
	padding: 8px 0 8px 15px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.project_tit p {
	color: #000;
}

.video-thumb-main {
	width: 100%;
}

.video-thumb {
	height: 50px;
}

.video-thumb a {
	float: left;
}


/* -------------- changes 2013-08-27---*/


.thanks_Style {
	font-size: 21px;
	text-align: center;
	padding: 10px 0;
}

.thanks_team {
	padding: 10px;
}

.thanks_icon {
	margin: 20px 0px 0px 0px;
}

.thanks_icon img {
	float: left;
	margin-right: 15px;
}

.thanks_icon h2 {
	margin: 15px 0px 0px 0px;
	display: inline-block;
	font-size: 25px;
}

.Thanks_small_F {
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
}

.take_me {
	margin-top: 25px;
}

.reply_inbox {
	display: flex;
	background-color: #F0EEEE;
	font-size: 12px;
	margin-top: 20px;
	padding: 10px;
	position: relative;
	border-radius: 3px;
}

.reply_inbox_textarea {
	display: block;
	background-color: #F0EEEE;
	font-size: 12px;
	margin-top: 20px;
	margin-left: 25px;
	padding: 10px;
	position: relative;
	border-radius: 3px;
}

.reply_text {
	width: 85%;
	margin-right: 10px;
}

.reply_btn {
	min-width: 70px;
	width: 15% !important;
	text-align: center;
}

.pro-TopStrip {
	padding: 8px;
	margin-top: 15px;
}

.file-gallery,
.project_gallery_images {
	margin-bottom: 20px;
	padding: 2%;
}

.file-gallery a {
	font-size: 15px;
	background-image: url(../images/document.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 0 7px 29px;
	display: block;
	display: inline-block;
}

.gallery-img {}

.gallery-img img {

	max-height: 1000px;
}

/*ADDED BY RAHUL DATE:29-8-2013*/


.doc_div img {
	min-height: 70px;
	width: 70px;
}

.video_conta {
	width: 33%;
	float: left;
	margin-bottom: 10px;
}

.video_conta img {
	background-color: #C8C8C8;
	border: 1px solid #FFFFFF;
}

.sub-tab ul.responsive-tabs__list {
	border: 0 none;
	background: none;
	text-align: center;
	margin-top: 0px !important;
}

.sub-tab ul li.responsive-tabs__list__item {
	background-color: #d5d7d8;
	width: 28%;
	text-align: center;
	margin-right: 15px;
}


.sub-tab ul li.responsive-tabs__list__item {
	width: 25%;
	text-align: center;
	margin-right: 15px;
	border-radius: 5px;
}

.sub-tab ul li.responsive-tabs__list__item--active:after {
	border-color: #4c4c4c transparent transparent;
}

.add-video-div {}

/*ADDED BY RAHUL ON 30-8-2013*/

/*edited css*/

/*.social_D_field .inputDefault_S {
	width: 96%;
	}
.perk_field textarea {
    width: 96%;
}*/

.add-video-maindiv {
	margin-bottom: 15px;
}


.divsclass :before {
	content: "" !important;
}

.fundp {
	padding: 0% !important;
}

.withdrawal_detail,
.bank_detail {
	float: none;
	width: 98%;
	margin-left: 0;
	padding: 1%;
}

/*withdraw detail classess*/
.bank_detail {
	width: 70%;
}

.withdrawal_detail {
	margin-right: 2%;
}

.bank_detail {
	margin-right: 2%;
}

.w_detail {
	background: #dddddd;
	padding: 7px 3%;
}

.alignright {
	text-align: left !important;
}

.w_detail .left_txt {
	width: 50%;
	float: left;
	text-align: left !important;
}

.search_category {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}


.search_category span {
	width: 45%;
}


.right_txt {
	float: left;
}

.right_txt span {
	text-align: left !important;
}


.box-group .total-bg .right-A-style {
	width: 39%;
}

/*kinjal(3_09_2013)*/

.two-box-dash {
	margin-bottom: 15px;
	width: 104.9%;
}

.Margin_TB15 .edite,
.Margin_TB15 .delete {
	margin: 10px 0 30px 0px;
}

.marT10 {
	margin-top: 10px;
}

/*Added by Rahul on 9-9-2013*/

.contact_me {
	float: left;
	behavior: url(PIE.htc);
	position: relative;
	margin-right: 1rem;
}

.like_btn {

	padding-top: 7px;
}

.goal_cal p span {
	font-size: 18px;
}

.twitter-share-button {
	width: 82px !important;
}

#___plusone_0 {
	width: 62px !important;
}

/* add ankit */
.st_email_hcount {
	display: inline-table;
	margin-left: -4px;

	position: relative;
	top: -6px;
}

#last_msg_loader img {
	width: auto;
	height: auto;
}

.laction:nth-child(4n) {
	margin-right: 0;
}

.disable_anchor {
	opacity: 0.5;
	cursor: default;
}

.latest_pro_img a {
	display: flex;
	background: white;
}

.profile_photo {
	float: left;
	margin-right: 15px;
}

.profile_photo img {
	border-radius: 3px;
}

.profile_short {
	float: left;
	min-height: 72px;
}

.profile_short h4.fontred_user {
	padding-bottom: 4px;
}

.profile_short>div {
	padding-top: 8px;
}

.profile_short_button {}

.user-profile-top {}

.uphoto {
	margin-right: 20px;
	float: left;
}

.uphoto img {
	width: 105px;
}

.p_detail_title {
	float: left;
	margin-right: 20px;
}

.p_detail_title div.bod_img {
	-webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 8%);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 8%);
}

.uploads_user {
	opacity: 0;
	filter: alpha(opacity=0);
	right: 2px;
	top: 6px;
	position: absolute;
	width: 0%;

}

.border_none {
	border: 0 none !important;
}

.contribute_donation {
	padding: 10px 20px;
	border: 0 none;
	cursor: pointer;
}

.step3conbg {
	margin-bottom: 20px;
}

.ribbon_red {
	background: none repeat scroll 0 0 rgba(255, 0, 0, 0.6);
	color: #FFFFFF;
	font-size: 13px;
	padding: 7px 0;
	position: absolute;
	text-align: center;
	top: 38px;
	width: 100%;
	z-index: 100;
}

.ribbon_green {
	background: none repeat scroll 0 0 rgba(1, 154, 12, 0.6);
	color: #FFFFFF;
	font-size: 13px;
	padding: 7px 0;
	position: absolute;
	text-align: center;
	top: 38px;
	width: 100%;
	z-index: 100;
}

input::-webkit-input-placeholder {
	color: #B6BBC5 !important;
}

textarea::-webkit-input-placeholder {
	color: #bcc4d1 !important;
	font-family: "Univers LT 45";
}

/* WebKit browsers */
input:focus::-webkit-input-placeholder {
	color: transparent;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
	color: transparent;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {
	color: transparent;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
	color: transparent;
}


font[size="5"] {
	line-height: 32px;
}

.width50 {
	width: 50%;
}

.width70 {
	width: 70%;
}

.width25 {
	width: 25%;
}

.width30 {
	width: 30%;
}

.width75 {
	width: 75%;
}

.fl.view_compaign.view_campaigns {
	margin: 2rem 0 0 0;
}

.third_part {
	padding-bottom: 20px;
}

.left_columm {
	width: 67%;
	float: left;
	margin-top: 5rem;
}

.left_columm a {
	overflow-wrap: break-word;
}

.right_columm {
	width: 30%;
	float: right;
	margin-top: 165px;
}

.left_column_user_profile {
	width: 67%;
	float: left;
}

.right_column_user_profile {
	width: 30%;
	float: right;
	margin-top: 65px;
}

.fontS13_red_B {
	font-size: 13px;

}

.no_record_find,
.no_record_find_div,
.no_results_found {
	padding: 6rem 2rem 2rem 2rem !important;
	margin-bottom: 0 !important;
	text-align: center !important;
	font-size: 16px;
	background: url(../images/icon/no_results.svg) no-repeat center 15px;
	background-size: 70px;
}

.no_record_find:before,
.no_record_find_div:before,
.no_results_found:before {
	content: "" !important;
}

.view_compaign a {
	behavior: url(PIE.htc);
	position: relative;
}

.view_compaign a,
.log_link,
.contact_me {
	behavior: url(PIE.htc);
	position: relative;
}

.footer_content {
	font-size: 14px;
	display: block;
	padding: 2rem 0;
	background: linear-gradient(90deg, #1e2b4a 0%, #233357 100%);
}

.footer_content ul {
	margin-top: 0;
}

.faceboook {
	background: url(../images/themes/ficon.png) no-repeat left top;
	text-indent: -9999px;
}

.faceboook:hover {
	background: url(../images/themes/ficon_over.png) no-repeat left top;
}

.twitter {
	background: url(../images/themes/ticon.png) no-repeat left top;
	text-indent: -9999px;
}

.twitter:hover {
	background: url(../images/themes/ticon_over.png) no-repeat left top;
}

.google {
	background: url(../images/themes/gicon.png) no-repeat left top;
	text-indent: -9999px;
}

.google:hover {
	background: url(../images/themes/gicon_over.png) no-repeat left top;
}

.linkedin {
	background: url(../images/themes/licon.png) no-repeat left top;
	text-indent: -9999px;
}

.linkedin:hover {
	background: url(../images/themes/licon_over.png) no-repeat left top;
}

.youtube {
	background: url(../images/themes/yicon.png) no-repeat left top;
	text-indent: -9999px;
}

.youtube:hover {
	background: url(../images/themes/yicon_over.png) no-repeat left top;
}

.heading_strip {
	margin: 24px 0;
}

.follow_button {
	float: left;
	padding: 5px 11px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	behavior: url(PIE.htc);
	position: relative;
	width: 60px;
	text-align: center;
}

.following_button {
	color: #fff;
	background: #233357;
	display: inline-block;
}

.following_button:hover {
	color: #aaaaaa;
}

.massage_button {
	float: left;
	font-size: 11px;
	padding: 5px 15px 5px 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE.htc);
	position: relative;
}

.share_textbox {
	width: 100%;
	float: left;
	/*margin-left: 10px;*/
}

.share_textbox .inputDefault_S {
	/*border-radius:5px;*/
	padding: 2px 2%;
	background-image: url(../images/icon_share_link.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 21px;
	width: 80%;
}

.share_box {
	border-bottom: 1px solid #e4e4e4;
	padding: 15px;
	background: #F7F7F7;
}

.massage_button {
	background-image: url(../images/themes/massage_icon.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}

a.share {
	background-image: url(../images/themes/share_icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	top: -5px;
}

a.share:hover {
	background-image: url(../images/themes/share_icon-over.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

a.email {
	background-image: url(../images/themes/email_icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	top: -5px;
}

a.email:hover {
	background-image: url(../images/themes/email_icon-over.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

a.embed span {
	background-image: url(../images/themes/embed_icon.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 25px;
}

a.follow {}

.flexible {
	padding: 4%;
}

.signupfrmbg {
	/*padding:2%;
	margin-bottom:20px;	*/
	position: relative;
}

.signupfrmbg .error_change {
	position: relative;
	top: 0px;
	/*border-radius:5px;*/
	padding: 10px 0px;
}

.funding {
	background: url(../images/funding.png) no-repeat;
	padding-left: 30px;
	line-height: 25px;
}

ul.navigation li a {
	font-size: 13px;
	padding: 15px 0 15px 40px;
	display: block;
	background-image: url(../images/themes/bullet.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

ul.navigation li a:hover {
	background-image: url(../images/themes/bullet_hover.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.bullet_log {
	display: outline-block;
	/*padding: 10px 30px 10px 15px;
	text-shadow: 1px 1px 0 #222;*/
	/*
	text-transform:uppercase;*/
	background: none;
	transition: all 0.5s;
}

.add_request {
	padding: 10px 15px;
	border-radius: 5px;
}

.pro_status {
	float: left;
	width: 80px;
	color: #FFF;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
}

.pro_status_dash {
	float: left;
	width: 80px;
	color: #FFF;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
}

.statu_Re {
	width: 60%;
	float: left;
	padding: 5px 0 5px 14px;
	font-size: 14px;
}

.raised_dash {
	padding: 3%;
}

.dark_button,
.btn_grey {
	padding: 11px 15px;
	border: 0 none;
	cursor: pointer;
	border-radius: 5px;
	display: inline-block;

}

.edite {
	background-image: url(../images/themes/edite.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	border-radius: 4px 4px 4px 4px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 3%;
	padding: 5px 15px 5px 30px;
	position: relative;
}

.delete {
	background-image: url(../images/themes/delete_icon.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	border-radius: 4px 4px 4px 4px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 3%;
	padding: 5px 15px 5px 30px;
	position: relative;
}

.search_link {
	background-image: url(../images/themes/bullet_log.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: none;
}

.withdrawal_detail h5,
.bank_detail h5 {
	font-size: 12px;
	padding: 2% 0 2% 4%;
}

.social_profile h4 {
	color: #999999;
}

hr {
	margin: 10px 0;
	padding: 0;
	height: 0;
	background: none;
	border-top: 1px solid #e5e5e5;
	border-width: 1px 0 0 0;
	box-shadow: 0 1px 0 #fdfdfd;
}

.share {
	font-size: 14px;
	float: left;
	margin-top: 8px;
}

.pro_Desc_h4 {
	font-size: 20px;
}

.created_projects li {
	padding: 20px;
	border-bottom: 1px solid #dfe0e1;
}

.created_projects li:last-child {
	border-bottom: none;
}

.recentCo_short h4 a {
	font-size: 15px;
}

.pro_pbar {
	margin-top: 10px;
}

.pro_pbar .get_progress1 {
	height: 16px;
}

.pro_rised {
	display: inline-block;
	padding: 1px 0px 0px 10px;
	color: #233357;
	min-width: 120px
}

.comment_name a {
	font-size: 15px;
}

.pro_myfollowers li {
	width: 44.5%;
	padding: 1%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.marT18 {
	margin-top: 18px;
}

.marR2pm {
	margin-right: -2%;
}

.message_follow {
	float: right;
	min-width: 311px;
}

.marT7 {
	margin-top: 7px;
}

.heading_t h3 {
	font-size: 28px;
}

.heading_t span {
	color: #999;
	margin-top: 5px;
	display: inline-block;
}

.marR3p {
	margin-right: 3%;
}

.search_by {
	margin-top: 30px;
	width: fit-content;
	border-radius: 3px;
	background-color: white;
}

.search_by li {
	float: left;
	margin-right: 40px;
}

.search_by li a {
	padding-bottom: 13px;
}

.search_by li a:hover,
.search_by li.active a {
	padding-bottom: 10px;
}

.selected_li {
	color: white !important;
	background-color: #233357;
	border-radius: 3px;
}

.category_main li {
	background-color: #f2f2f2;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-radius: 3px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	display: flex;
}

.category_main li:last-child {
	border-bottom: none;
}

.category_main li a {
	padding: 12px 10px 12px 10px;
	display: block;
	position: relative;
	font-size: 14px;
}

.category_main li a:before {
	position: absolute;
	top: 15px;
	left: 12px;
	border: 3px solid transparent;
	border-left: 6px solid;
}

.category_main_user li {
	background-color: #f2f2f2;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-radius: 3px;
}

.category_main_user li:last-child {
	border-bottom: none;
}

.category_main_user li a {
	padding: 12px 10px 12px 10px;
	display: block;
	position: relative;
	font-size: 14px;
}

.category_main_user li a:before {
	position: absolute;
	top: 15px;
	left: 12px;
	border: 3px solid transparent;
	border-left: 6px solid;
}

.category_sub {
	border-top: 1px solid #dfe0e1;
}

.category_sub>li>a {
	color: #999999;
	padding-left: 35px;
}

.category_sub li a:before {
	left: 22px;
}

.outside_link {
	padding: 15px;
	border-top: 1px solid #dddddd;
}

.search_div label {
	margin-bottom: 5px;
	display: block;
}

.search_div input[type="text"] {
	border-radius: 5px;
	padding: 11px 5%;
	width: 90%;
}

.search_div select {
	border-radius: 5px;
}

.rbs {
	float: left;
	width: 50%;
	margin-bottom: 7px;
}

.search_div .save_Default {
	width: 100%;
	margin-top: 10px
}

.padTB10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pTB25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.pad20 {
	padding: 20px;
}

.pad30 {
	padding: 30px;
}

.login_form label.error {
	/*background: #FF0000;*/
	color: #FF0000;
	line-height: 26px;
	position: absolute;
	/*bottom: 6px;*/
	right: 0;
	border-radius: 5px 0px 0px 5px;
	padding-left: 10px;
	font-size: 12px;
}

.fild-redio .error {
	background: none !important;
	color: #FF0000 !important;
	line-height: 26px;
	bottom: -22px !important;
	left: 0px !important;
}

.tac {
	text-align: center;
}

.login_head {
	padding: 40px 0px
}

.login_left {
	float: left;
	width: 50%;
}

.login_right {
	float: right;
	width: 37%;
}

.login_title {
	text-align: center;
}

.login_form .login-label {
	width: 100%;
	margin-bottom: 2px;
}

.signup_form .login-label {
	width: 100%;
	margin-bottom: 2px;
}

.login_form .login-fild {
	width: 100%;
}

.login_form .fill_item {
	margin: 20px 0;
}

.padB35 {
	padding-bottom: 35px;
}

.dash_left {
	width: 25%;
	float: left;
}

.dash_right {
	width: 75%;
	float: right;
	min-height: 523px;
}

.dash_whitebg {
	background: #ffffff;
	min-height: 440px;
}

.dash_nav_title {
	padding: 12px 10px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #f9f9f9;
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
}

.dash_nav_title h4 {
	font-size: 16px;
	padding: 0;
}

.sidebar-item {
	overflow: auto;
}

.user_photo {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.user_photo img {
	border-radius: 3px;
}

.dash_left .user_photo img {
	width: 70px;
}

.dash_left .user_details {
	margin-left: 85px;
}

.user_details h2 {
	padding-bottom: 0;
}

.marB20 {
	margin-bottom: 20px;
}

.marT20 {
	margin-top: 20px;
}

.dash_content {
	padding: 0 0 5rem 2rem;
}

.dash_title h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

.dash_content .responsive-tabs__list {}

.dash_content .responsive-tabs__list__item {
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
}

.common_table th,
.in_donation th,
.donation th {
	border-bottom: 1px solid #e4e4e4;
	padding: 10px;
	font-size: 14px;
	background-color: #f9f9f9;
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
	text-align: left;
	font-weight: unset;
}

.common_table td {
	border-bottom: 1px solid #D8D8D8;
	padding: 10px;
}

.transaction td {
	border-bottom: 1px solid #D8D8D8;
	padding: 10px 5px;
}

.maplist,
.maplist_nopro {
	border: 1px solid #D8D8D8;
	border-bottom: none;
	border-radius: 3px;
}

.more_funders {
	text-align: center;

}

.maplist_nopro {
	text-align: center;
}

.maplist_nopro .nopro {
	padding: 20px;
	text-align: center !important;
}

.maplist_nopro .nopro:before {
	content: "" !important;
}

.create_pro {
	padding: 12px 30px;
	border-radius: 5px;
	display: inline-block;
	font-size: 15px;
	margin-top: 10px;
}

.box_title_bg {
	border-bottom: 1px solid #e4e4e4;
	padding: 11px 15px;
	font-size: 12px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
	background-color: #f9f9f9;
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
}

.dash_two_box {
	margin-top: 2rem;
	overflow-x: hidden;
}

.this_week {
	margin-top: 30px;
}

.creat_title {
	text-align: center;
	margin: 30px 0px;
}

.creat_title h2 {
	font-size: 20px;
}

.step_title {
	margin-bottom: 15px;
}

.step_title h3 {
	font-size: 20px;
}

.inset {
	hyphens: auto;
	background: #efefef;
	/*border-radius: 5px;*/
	padding: 20px;
	box-shadow: inset 0 0 6px #e3e3e3;
	margin-bottom: 15px;
}

.marT30 {
	margin-top: 30px;
}

.padT20B40 {
	padding-top: 20px;
	padding-bottom: 40px;
}

.dash_strip {
	text-align: center;
}

.dash_strip h1 {
	padding-left: 15px;
}

.step_right {
	width: 25%;
	float: right;
}

.step_left {
	width: 73%;
	float: left;
}

.step_right .latest_project {
	width: 100%;
	margin: 0;
}

.step_right .latest_project .slide_up {
	top: 0px !important;
}

.step_right .latest_project .latest_pro_img img {
	opacity: 1 !important;
}

.pro_descr iframe {
	width: 100%;
	height: 400px;
}

.cate_head {
	position: relative;
}

.pro_descr img {
	width: 100%;
}

.your_story {
	margin-bottom: 20px;
}

.your_story label {
	cursor: pointer;
}

.your_story_bg {
	background: #DBDBDB;
	padding: 15px;
	border-radius: 5px;
	margin-top: 10px;
}

.pitch_img {}

.pitch_img img {
	border-radius: 5px;
	width: 37%;
}

.pitch_img_upload {
	float: right;
	width: 59%;
	margin-top: 10px;
	position: relative;
}

.pitch_img_upload .upload {
	position: absolute;
	right: 2px;
	left: inherit;
	top: 50%;
	z-index: 1;
	width: inherit;
	text-align: inherit;
	margin-top: -7px;
	text-align: right;
}

.pitch_img_upload .pmloader {
	position: absolute;
	z-index: 1000;
	width: 40px;
	margin: 0;
	right: 10px;
	left: inherit;
	top: 3px;

}

.view_campaign {
	border: 0;
	padding: 11px 15px;
	/*border-radius: 5px;*/
	cursor: pointer;
}

input.view_campaign {
	border: 0;
	padding: 11px 15px;
	/*border-radius: 5px;*/
	cursor: pointer;
}

.perk-div {
	background: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.perk_title_cre {
	margin: -20px -20px 0px -20px;
	border-radius: 5px 5px 0px 0px;
	background: #DBDBDB;
	padding: 10px 15px;
}

.add_perk_btn {
	float: right;
}

.add_perk_btn .add_more {
	border: 0px;
	border-radius: 5px;
	padding: 11px 15px;
	cursor: pointer;
}

.mar0 {
	margin: 0px !important;
}

.marB0 {
	margin-bottom: 0px !important;
}

.marT0 {
	margin-top: 0px !important;
}

.padL33p {
	padding-left: 33%;
}

.wbg_br5 {
	background-color: #FFF;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}

.sub_title_cre {
	margin: -20px -20px 0px -20px;
	border-radius: 5px 5px 0px 0px;
	background: #DBDBDB;
	padding: 10px 15px;
	font-size: 15px;
}

.add_link_cust {
	/*border-radius:5px;*/
	padding: 11px 15px;
	float: right;
}

.owner_left {
	float: left;
	width: 75%;
}

.owner_name {
	margin-top: 10px;
	font-size: 15px;
}

.owner_left .form_fild {
	width: 63%;
}

.owner_right {
	float: right;

	margin-top: 20px;
}

.owner_right img {}

.row_invite {
	margin-top: 15px;
	margin-left: 20px;
	padding-left: 30%;
}

.media_left {
	float: left;
	width: 70%;
}

.media_left .form_fild {
	width: 57%;
}

.media_left .form_label {
	width: 35%;
}

.media_right {
	float: right;
	width: 30%;
	position: relative;
}

.icon_video {
	background-image: url(../images/icon_video.png);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}

.icon_image {
	background-image: url(../images/icon_img.png);
	background-repeat: no-repeat;
	background-position: 10px 45px;
}

.icon_doc {
	background-image: url(../images/icon_doc.png);
	background-repeat: no-repeat;
	background-position: 10px 50px;
}

.media_imgR {
	margin-top: 15px;
	text-align: right;
}

.media_imgR img {
	width: 100px;
}

label.inputB_Default_S {
	cursor: pointer;
	display: inline-block;
}

.media_right .upload {
	top: 0px;
	text-align: left;
	margin-top: 0px;
}

.media_right .img_upload_pre {
	width: 60%;
	float: right;
}

.step4 .form_label {
	width: 36%;
}

.icon_notready {
	background-image: url(../images/icon_notready.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 50px;
}

.icon_ready {
	background-image: url(../images/icon_ready.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 50px;
}

.loader_img {
	position: absolute !important;
	top: -10px !important;
}

.loader_video {
	top: 2px !important;
	left: 33px !important;
	text-align: left !important;
}

.img_pre_save {
	position: relative;
}

.img_pre_save .ploaderstep {
	top: 3px;
	left: 30px;
	text-align: left;
}

.account_form .w20P_FL {
	width: 18%;
	text-align: right;
	padding-right: 2%;
	float: left;
}

.account_form .upload {
	top: 3px;
}

.account_form label.inputB_Default_S {
	padding: 10px 15px;

}

.account_form .upload .ploader {
	position: absolute;
	top: 0px;
}

.not_row {
	padding: 10px 15px;
}

.invite-tab .responsive-tabs__list__item {
	border-left: none !important;
	margin-left: 0px !important;
	margin-bottom: -1px !important;
	padding: 18px 3% !important;
}

.my_pro_list .slide_up {
	top: 0 !important;
}

.my_pro_list .day_to_go {
	display: none;
}

.my_pro_list .latest_pro_img img {
	opacity: 1 !important;
}

.embed_code {
	float: right;
	width: 58%;
}

.embed_code h2 {
	font-size: 13px;
	margin-bottom: 10px;
}

.embed_code textarea {
	padding: 10px 3%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FAFAFA;
	border: 1px solid lightGrey;
	width: 94%;
}

#pagin {
	padding-top: 10px;
	float: right;
}


#pagin li {
	float: left;
}

#pagin li a {
	display: inline-block;
	padding: 4px 9px;
	margin-right: 4px;
	border-radius: 3px;
	border: solid 1px #c0c0c0;
	background: #e9e9e9;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
	font-size: .875em;

	text-decoration: none;
	color: #717171;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
	background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);

}

#pagin li a:hover {
	background: #fefefe;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
}


#pagin li .current,
#pagin li .current:hover {
	background: #2897ab;
	border: none;
	background: #616161;
	box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
	color: #f0f0f0;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .5)
}

.view_porj_page {
	padding: 10px 20px;
	display: inline-block;
	margin-top: 6px;
	border-radius: 50px;

}

.proj_details li {
	float: left;
	width: 22.5%;
	text-align: right;
	border-right: 1px solid #D8D8D8;
	padding: 10px 2% 10px 0px;
}

.proj_details li h3 {
	font-size: 16px;

}

.proj_details>li>h3>span {
	font-size: 15px;
	margin-left: 5px;
}

.proj_details li:last-child {
	border-right: none;
}

.proj_details li p {
	text-transform: lowercase;
}

.loader_home {
	text-align: center;
	margin-bottom: 20px;
}

.proj_progress {
	margin-top: 20px;
}

.proj_progress .get_progress1 {
	height: 20px;
}

.perks_list>ul>li {
	border: 1px solid #e4e4e4;
	border-bottom: none;
	margin-bottom: 20px;
}

.prektitle {
	border-bottom: 1px solid #e4e4e4;
	padding: 10px;
	font-size: 12px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
	position: relative;
	text-align: left;
}

.prektitle h2 {
	font-size: 15px;
	padding-right: 60px;
}

.prek_editdelete {
	position: absolute;
	border-left: 1px solid #e4e4e4;
	padding-left: 10px;
	/*width: 44px;*/
	right: 10px;
	top: 10px;
}

.perks_list {
	margin-top: 30px;
}

.perks_list>ul>li>p {
	padding: 10px;
}

.perks_list>ul>li>ul>li {
	float: left;
	width: 22.8%;
	text-align: right;
	padding: 10px 2% 10px 0px;
	border-right: 1px solid #e4e4e4;
}

.brnone {
	border-right: none !important;
}

.perks_list>ul>li>ul {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.perks_list>ul>li>ul>li>h3 {
	font-size: 18px;

}

.reply_validation {
	color: #de323b;

}

.pad10 {
	padding: 10px;
}

.pro_iframe,
.pro_img {
	width: 100%;
	height: 446px;
}

iframe {
	border-radius: 3px;
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
	border: 1px solid #d8d8d8;
}

.brdr_none {
	border: none !important;
}

.custom_links {
	float: left;
}

.account_form label.error {
	/*background: #FF0000;*/
	color: #FF0000;
	/*line-height: 26px;*/
	position: absolute;
	/* bottom: 6px; */
	padding-left: 6px;
	/*right: -1px;*/
	border-radius: 5px 0px 0px 5px;
}

.account_form .error_label {
	padding-left: 10px;
}

.account_form .w61P_FL {
	position: relative;
}

.readonly {
	background: #eee !important;
	color: #999;
}

.thumbs_list {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 5px -5px -5px -5px;

}

.thumbs_img {
	float: left;
	margin: 6px;
	width: 60px;
}

.add_vid {
	position: relative;
}

.add_vid .ploader {
	margin: 0;
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0px;
	left: 12px;
	right: 0;
	text-align: left;
}

.add-video-div,
.images-gallery_btn,
.document-btn {
	margin-bottom: 15px;
}

.video_thumbs {
	margin-right: -1.2%;
}

.video_thumbs li {
	display: inline-block;
	border: 1px solid #e4e4e4;
	width: 23%;
	margin-right: 1.2%;
	margin-bottom: 12px;
}

.video_thumbs li img {
	width: 100%;
}

.video_thumbs li .fancybox-thumbs {
	padding: 5px;
	display: inline-block;
}

.thumb_delete {
	border-top: 1px solid #e4e4e4;
	padding: 10px;
	font-size: 12px;

	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
	text-align: center;
	display: block;
}

.doc_thumb {
	position: relative;
}

.doc_name {
	position: absolute;
	width: 84%;
	height: 58%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	text-align: center;
	padding: 20% 8% 8% 8%;

	transition: all 0.5s;
	opacity: 0;
}

.doc_thumb:hover {}

.doc_thumb:hover .doc_name {
	opacity: 1;
}

input[type="password"],
input[type="text"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.transaction .w_detail {
	border: none;
	background: none;
}

.status_fail {
	color: #F00;
}

.status_success {
	color: #3C9C43;
}

.status_pending {
	color: #23829E;
}

.search_transaction {
	margin-bottom: 20px;
}

.search_transaction .inputS_Default_S {
	padding-right: 25px;
}

.search_transaction .search_select {
	width: 100px;
	float: left;
	margin-right: 5px;
}

.search_transaction .category_select {
	width: 250px;
	float: left;
	margin-right: 5px;
}

.pending_div {
	width: 19.4% !important;
	float: left;

}

.affiliat_title_div {
	width: 18.8% !important;
	float: left;
	text-align: center;

}

.pending_div .proD_amount {
	width: 89% !important;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
	text-align: center;

}

.project_following img {
	width: 65px;
}

.w51P_FL {
	width: 51%;
	float: left;
}

.share_main {
	position: relative;
}

.share_close {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 20;
	background: rgba(0, 0, 0, 0.5);

}

.share_close h3 {
	font-size: 16px;
	background: #ffffff;
	padding: 5px 10px;
	text-align: center;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 25%;
	margin-top: -24px;

}

.share_close h4 {
	font-size: 16px;
	background: #ffffff;
	padding: 5px 10px;
	text-align: center;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 25%;
	margin-top: -24px;

}

.widget_hidden {}

.marL15 {
	margin-left: 15px;
}

.error_404 {
	/*display:inline-block;*/
	margin: 14px 0 40px 0;
	text-align: left;
}

.img_404 {
	float: left;
}

.text_404 {
	/*margin-left:148px;*/
	margin-top: 30px;
	/*width:400px;*/
}

.text_404 h2 {
	font-size: 50px;
}

.text_404 h3 {
	font-size: 17px;
}

.text_404 p {
	line-height: 20px;
	margin-top: 10px;
}

.text_404 a {
	margin-top: 25px;
}

.green_success {
	text-align: center;
	font-size: 16px;
	background: #233357;
	padding: 10px 0px;
	margin-bottom: 3rem;
}

.popup_header {
	background: #DFDFDF;
	padding: 15px;
}

.popup_header h2 {
	font-size: 15px;
	font-weight: 700;
}

.popup_form {
	background: #FFF;
	padding: 20px;
}

.popup_content .form_label {
	width: 20%;
}

.popup_content .form_fild {
	width: 65%;
	position: relative;
}

.popup_footer {
	background: #DFDFDF;
	margin: 25px -20px -20px;
	padding: 15px;
}

.popup_form .form_row {
	margin: 0px 0px 15px 0px;
}

.popup_contact .form_label {
	width: 28%;
}

.popup_contact label {
	position: absolute;
	color: #FF0000;
	bottom: -14px;
	left: 0px;
	font-size: 11px;
}

.popup_embed {
	display: none;
	width: 600px;
}

.pro_embed {
	padding: 20px;
}

.embed_left {
	float: left;
	width: 42%;
}

.embed_right {
	float: right;
	width: 50%;
}

.embed_left .latest_project {
	margin: 0;
	width: 98%;
	float: none;
	padding: 1%;
}

.pro_embed h3 {
	font-size: 13px;

	margin-bottom: 10px;
}

.pro_embed textarea {
	width: 98%;
	padding: 1%;
	border: 1px solid #D5D7D8;
	border-radius: 5px;
	min-height: 85px;
}

textarea {
	resize: none;
}

div.tagsinput {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 5px;
	overflow-y: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.tagsinput span.tag {
	border: 1px solid #CCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	background: #efefef;
	color: #4c4c4c;
	margin-right: 3px;
	font-family: helvetica;
	font-size: 13px;
}

div.tagsinput span.tag a {
	color: #4c4c4c;
	text-decoration: none;
	font-size: 11px;
}

div.tagsinput input {
	width: 80px;
	margin: 0px;
	font-family: helvetica;
	font-size: 13px;
	border: 1px solid transparent;
	padding: 5px;
	background: transparent;
	color: #000;
	outline: 0px;
	margin-right: 3px;
}

div.tagsinput div {
	display: block;
	float: left;
}

.tags_clear {
	clear: both;
	width: 100%;
	height: 0px;
}

.not_valid {
	background: #FBD8DB !important;
	color: #90111A !important;
}

td.payment_details_col1 {
	width: 30%;
}

td.payment_details_col1 div {
	width: auto;
}

.business_plan {
	margin-bottom: 20px;
}

.business_plan label {
	cursor: pointer;
}

.business_plan_bg {
	background: #DBDBDB;
	padding: 15px;
	border-radius: 5px;
}

.business_plan_pdf {}

.business_plan_pdf img {
	border-radius: 5px;
}

.business_plan_upload {
	float: right;
	width: 80%;
	margin-top: 10px;
	position: relative;
}

.business_plan_upload .upload {
	position: absolute;
	right: 2px;
	left: inherit;
	top: 50%;
	z-index: 1;
	width: inherit;
	text-align: inherit;
	margin-top: -7px;
	text-align: right;
}

.business_plan_upload .bploader {
	position: absolute;
	z-index: 1000;
	width: 40px;
	margin: 0;
	right: 10px;
	left: inherit;
	top: 3px;
}

.business_plan_record {
	display: block;
	font-size: 15px;
}

.link_same_level_as_img {
	vertical-align: super;
}

/* Containers
--------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container_13 {
	background: #f5f5f5;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container_14 {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container_15 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container_17 {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container_18 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container_19 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container_20 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.grid_99 {
	float: left;
}

.grid_33 {
	float: left;
}

.grid_98 {
	float: left;
}

.grid_97 {
	float: right
}

.grid_991,
.grid_331 {
	float: left;
}

.grid_30,
.grid_70 {
	float: left;
}

.grid_70right {
	float: right;
}

.grid_10space {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.grid_20 {
	float: left;
}


.grid_80 {
	float: left;
}

.grid_1 {
	width: 6.333%;
}

.grid_2 {
	width: 14.666%;
}

.grid_3 {
	width: 23%;
}

.grid_4 {
	width: 31.333%;
}

.grid_5 {
	width: 39.666%;
}

.grid_6 {
	width: 48%;
}

.grid_7 {
	width: 56.333%;
}

.grid_8 {
	width: 64.666%;
}

.grid_9 {
	width: 73%;
}

.grid_10 {
	width: 81.333%;
}

.grid_11 {
	width: 89.666%;
}

.grid_12 {
	width: 98%;
}

.grid_6_RegisterNew {
	width: 88%;
}

.grid_33 {
	width: 50%;
}

.grid_99 {
	width: 50%;
}

.grid_98 {
	width: 100%;
}

.grid_97 {
	width: 50%;
}

.grid_991 {
	width: 60%;
}

.grid_331 {
	width: 20%;
}

.grid_30 {
	width: 30%;
}

.grid_70 {
	width: 70%;
}

.grid_70right {
	width: 70%;
}

.grid_20 {
	width: 20%;
}

.grid_80 {
	width: 80%;
}

.grid_10space {
	width: 10%;
}


/*Prefix Extra Space >> 12 Columns*/
.prefix_1 {
	padding-left: 8.333%;
}

.prefix_2 {
	padding-left: 16.666%;
}

.prefix_4 {
	padding-left: 33.333%;
}

.prefix_5 {
	padding-left: 41.666%;
}

.prefix_7 {
	padding-left: 58.333%;
}

.prefix_8 {
	padding-left: 66.666%;
}

.prefix_9 {
	padding-left: 75%;
}

.prefix_10 {
	padding-left: 83.333%;
}

.prefix_11 {
	padding-left: 91.666%;
}

.prefix_55 {
	padding-left: 5%;
}

.make-left {
	float: left
}

.make-right {
	float: right
}

.float_center {
	float: right;

	position: relative;
	left: -50%;
	/* or right 50% */
	text-align: left;
}

.float_center>.child {
	position: relative;
	left: 50%;
}

#wrapper {
	margin: 0 auto;
	background-color: #DFDFDF;
	max-height: 40px;
}

.clearfix {}

.clear-2col {
	display: none;
}

/* 3.	Common css
--------------------------------------------------------------------------------*/
.br4 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.br0 {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.pt0 {
	padding-top: 0px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb2rem {
	padding-bottom: 2rem;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb3rem {
	padding-bottom: 3rem;
}

.pb50 {
	padding-bottom: 50px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb6rem {
	padding-bottom: 6rem;
}

.dis-scroll {
	overflow: hidden;
}

.ta-l {
	text-align: left
}

.ta-c {
	text-align: center
}

.ta-r {
	text-align: right
}

.fw-b {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700
}

.fw-thin {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300
}

.fw-n {
	font-weight: normal
}

a {
	color: #3e4b51;
	text-decoration: none;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

a:hover,
a:active {
	outline: 0;
}

a.fc-default,
.fc-default {
	color: #5c666b
}

a.fc-white,
.fc-white {
	color: #FFF
}

a.fc-orange,
.fc-orange,
.be-fc-orange:hover {
	color: #f2b138
}

a.fc-turqoise,
.fc-turqoise,
.be-fc-turqoise:hover {
	color: #1abc9c
}

a.fc-orangeflat,
.fc-orangeflat,
.be-fc-orangeflat:hover {
	color: #f39c12
}

a.fc-carrot,
.fc-carrot,
.be-fc-carrot:hover {
	color: #e67e22
}

a.fc-peter-river,
.fc-peter-river,
.be-fc-peter-river:hover {
	color: #3498db
}

a.fc-wisteria,
.fc-wisteria,
.be-fc-wisteria:hover {
	color: #8e44ad
}

a.fc-black,
.fc-black {
	color: #3e4b51
}

a.fc-gray,
.fc-gray {
	color: #b7bcbe
}

a.fc-gray-dark,
.fc-gray-dark {
	color: #999
}

.button {
	margin: 2rem 0 0 0;
	padding: 1rem 2rem;
	background-color: #f2b138;
	display: inline-block;
	color: #ffffff;
	cursor: pointer;
	border-color: transparent;
	border: 0 none;
	font-size: 18px;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.button:hover {
	background-color: #233357;
}


.btn {
	padding: 12px 30px;
	cursor: pointer;
	border-width: 1px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: normal;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn span {
	margin-left: -20px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover,
.btn:active,
.btn:focus {
	outline: none !important;
}

.btn:hover span,
.btn:active span,
.btn:focus span {
	margin-left: -10px;
}

.btn-gray {
	padding: 12px 30px;
	cursor: pointer;
	border: none;
	border-width: 1px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.2);
	font-weight: normal;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-gray:hover {
	background: rgba(0, 0, 0, 0.4) !important;
}

.btn.small {
	display: flex;
	width: fit-content;
	align-items: center;
	/* line-height: 0; */
	text-overflow: ellipsis;
	padding: 10px 20px;
	cursor: pointer;
	border: none;
	border-width: 1px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.medium {
	padding: 14px 32px;
	cursor: pointer;
	border-width: 1px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: normal;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.header {
	padding: 10px 20px;
	cursor: pointer;
	border-width: 1px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.fill-width {
	display: block;
	margin-bottom: 8px;
}

.btn.big {
	padding: 10px 20px;
}

.btn.bigger {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 20px 50px;
}

.btn.biggest {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2em;
	padding: 20px 60px;
}

.btn-white {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
	/* IE6-9 */
}

.btn-white:hover {
	background: #f2f2f2;
}

.btn-black {
	border-color: #2a3336;
	color: #FFF;
	background: #445359;
	/* Old browsers */
	background: -moz-linear-gradient(top, #445359 0%, #384449 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #445359), color-stop(100%, #384449));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #445359 0%, #384449 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #445359 0%, #384449 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #445359 0%, #384449 100%);
	/* IE10+ */
	background: linear-gradient(top, #445359 0%, #384449 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#445359', endColorstr='#384449', GradientType=0);
	/* IE6-9 */
}

.btn-black:hover {
	background: #384449;
}

.btn-green {
	border-color: #B66E7B;
	color: #FFF;
	padding: 10px 20px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	background: #B66E7B;
	/* Old browsers */
	background: -moz-linear-gradient(top, #C88F95 0%, #B66E7B 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C88F95), color-stop(100%, #B66E7B));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #C88F95 0%, #B66E7B 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #C88F95 0%, #B66E7B 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #C88F95 0%, #B66E7B 100%);
	/* IE10+ */
	background: linear-gradient(top, #C88F95 0%, #B66E7B 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C88F95', endColorstr='#B66E7B', GradientType=0);
	/* IE6-9 */
}

.btn-green:hover {
	background: #f2b138;
}

.btn-red {
	border: 1px solid #B66E7B;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	background: #B66E7B;
	/* Old browsers */
	background: -moz-linear-gradient(top, #C88F95 0%, #B66E7B 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C88F95), color-stop(100%, #B66E7B));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #C88F95 0%, #B66E7B 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #C88F95 0%, #B66E7B 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #C88F95 0%, #B66E7B 100%);
	/* IE10+ */
	background: linear-gradient(top, #C88F95 0%, #B66E7B 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C88F95', endColorstr='#B66E7B', GradientType=0);
	/* IE6-9 */
	font-size: x-large;
}

.btn-red:hover {
	background: #983750;
}

.wrapper-box .title-box-outside {
	color: #3e4b51;
	font-size: 1.230769230769231em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding-bottom: 10px;
}

.box-gray {
	background: #F0F0F0;
	border: 1px solid #ccc;
	padding: 19px;
	margin-bottom: 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.box-gray .title-box {
	font-size: 1.384615384615385em;
	margin: 0;
	padding: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-weight: normal;
}

.box-white {
	margin-bottom: 30px;
	background: #FFF;
	padding: 22px 28px 28px;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.box-gray .title-box,
.box-white .title-box {
	font-size: 1.384615384615385em;
	margin: 0;
	padding: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.box-text-content {
	padding-bottom: 30px;
}

.box-text-content .title-in-box {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #3e4b51;
	font-size: 1.384615384615385em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.common-title {
	margin: 0;
	padding: 0 0 12px 0;
	color: #3e4b51;
	line-height: 1.2em;
	font-size: 2.154em;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.common-title.big {
	font-size: 3.692307692307692em;
	color: #b1bcc2;
	line-height: 1.4em;
	padding-bottom: 25px;
}

.popup-common {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.popup-common .overlay-bl-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3e4b51;
	opacity: 0.7;
	filter: alpha(Opacity=70);
}

.popup-common .pop-content {
	position: relative;
	margin-top: 130px;
}

.popup-common2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.popup-common2 .overlay-bl-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3e4b51;
	opacity: 0.7;
	filter: alpha(Opacity=70);
}

.popup-common2 .pop-content {
	position: relative;
	margin-top: 130px;
}

.editor-content p {
	padding: 10px 0;
	margin: 0;
}

.editor-content .img-desc {
	border: 1px solid #d4d4d4;
	background-color: #FFF;
	padding: 4px;
	margin-bottom: 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.editor-content .img-label {
	color: #b2b7b9;
	font-style: italic;
	display: block;
}

ul.BulletEuro {
	list-style-image: url('../../funderworld/images/iPlusRedTriangle.png');
	padding-left: 20px;
}

/* 12.	Page: Project
--------------------------------------------------------------------------------*/
/*.project-detail{}*/
.project-detail .project-title {
	font-size: 2em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

.project-detail .post-by {
	color: #9ba2a5;
	padding-bottom: 20px;
}

.project-detail .post-by a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.077em;
	color: #9ba2a5;
}

.project-detail .post-by a:hover {
	color: #ea503d;
}

.project-detail .title-inside {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.384615384615385em;
	color: #3e4b51;
	line-height: 1.2em;
	padding-bottom: 6px;
}

.project-detail .tab-content .alternate-tab {
	border-top: 1px solid #fff;
	border-bottom: 0;
	padding: 10px;
	background: #d4d4d4;
	cursor: pointer;
	display: none;
}

.project-detail .tab-pane .post-by {
	padding-bottom: 10px;
}

.project-detail .editor-content,
.project-detail .tab-pane-inside {
	padding: 25px 30px;
}

.project-detail .social-sharing {
	padding-top: 30px;
}

.project-detail .project-btn-action {
	background: #f0f0f0;
	border-top: 1px solid #d9d9d9;
	padding: 28px 30px;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

.project-detail .project-btn-action .btn {
	margin-left: 20px;
}

.project-detail .project-btn-action .btn:first-child {
	margin-left: 0;
}

/*.project-runtime{}*/
.project-runtime .project-date {
	padding-bottom: 5px;
}

.project-runtime .project-date .icon {
	float: left;
	margin-top: 2px;
	margin-right: 8px;
}

.project-runtime .project-date .val {
	float: left;
}

.project-runtime .btn-buck-project {
	display: block;
	text-align: center;
	text-transform: none;
	padding: 14px;
	margin: 12px 0;
}

.project-runtime .btn-buck-project .lbl {
	font-size: 1.384615384615385em;
	display: block;
	padding-bottom: 5px;
}

.project-runtime .btn-buck-project .desc {
	display: block;
	font-family: "Open Sans", Arial, sans-serif;
	color: #b9dba6;
}

/*.project-author{}*/
.project-author .thumb-left {
	width: 90px;
	border: 1px solid #d4d4d4;
	padding: 4px;
	background: #FFF;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.project-author .thumb-left img {
	width: 100%;
}

.project-author .author-action {
	padding-top: 20px;
}

.project-author .author-action .btn {
	margin-left: 5px;
	min-width: 65px;
}

.project-author .author-action .btn:first-child {
	margin-left: 0;
}

/*.wrap-nav-pledge{}*/
.wrap-nav-pledge .pledge-detail {
	background: #FFF;
	padding: 15px 20px;
	/*display: none;*/
}

.wrap-nav-pledge .pledge-description {
	padding-bottom: 25px;
}


/* 12.	Page: Search  Result
--------------------------------------------------------------------------------*/
/*.search-result-page{}*/
.search-result-page .top-lbl-val {
	padding-bottom: 18px;
}

.search-result-page .common-title {
	padding-bottom: 5px;
}

.search-result-page .count-result {
	padding-bottom: 20px;
	color: #afbbc1;
	font-size: 1.384615384615385em;
	line-height: 1.2em;
}

.search-result-page .confirm-search {
	padding: 10px 0;
	text-align: center;
	background: #f0f0f0;
}

.search-result-page .list-project-result {
	padding-bottom: 20px;
}

.search-result-page .list-project-result .project-short {
	margin-bottom: 20px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.search-result-page .btn-load-more {
	padding: 7px 25px;
}

.left-list-category {
	padding-left: 20px;
	padding-bottom: 35px;
}

.left-list-category .title-nav {
	padding-bottom: 16px;
	color: #979da0;
	font-size: 1.153846153846154em;
	font-family: "Open Sans", Arial, sans-serif;
}


/* 12.	Page: Single
--------------------------------------------------------------------------------*/
/*.single-page{}*/
.single-page .single-title {
	font-size: 2em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

.single-page .post-by {
	color: #9ba2a5;
	padding-bottom: 20px;
}

.single-page .post-by a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.077em;
	color: #9ba2a5;
}

.single-page .post-by a:hover {
	color: #ea503d;
}

.single-page .box-single-content {
	border: 1px solid #d4d4d4;
	background: #FFF;
	padding: 22px 28px 28px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.single-page .social-sharing {
	padding-top: 30px;
}

/* 12.	Page: Post
--------------------------------------------------------------------------------*/
.single-page .utility-post {
	padding: 5px 0;
}

.single-page .tag-cloud .sep:first-child {
	display: none;
}

.single-page .tag-cloud {
	float: left;
}

.single-page .social-sharing-outside {
	float: right;
	padding-top: 4px;
}

.single-page .box-list-comment {
	padding-top: 35px;
}

.box-list-comment .title-box-outside {
	float: left;
}

.box-list-comment .post-new-comment {
	float: right;
	color: #b7bcbe;
}

.box-list-comment .post-new-comment:hover {
	color: #ea503d;
}

.box-list-comment .post-new-comment .iPost {
	vertical-align: -1px;
	margin-right: 3px;
}

.box-list-comment .box-white {
	padding: 0;
	margin-bottom: 40px;
}

.box-list-comment .comment-item {
	border-top: 1px solid #d4d4d4;
	padding: 27px;
}

.box-list-comment .comment-item:first-child {
	border-top: 0;
}

.comment-item.lv2 {
	padding-left: 87px;
}

.comment-item.lv3 {
	padding-left: 147px;
}

.comment-item .thumb-left {
	width: 57px;
	height: 57px;
	line-height: 0;
}

.comment-item .thumb-left img {
	border-radius: 57px;
	-moz-border-radius: 57px;
	-webkit-border-radius: 57px;
}

.comment-item .comment-author {
	font-size: 1.153846153846154em;
	padding-bottom: 10px;
}

.comment-item .comment-content {
	padding-bottom: 10px;
}

.comment-item .time-post {
	color: #b7bcbe;
	position: relative;
}

.comment-item .time-post .btn-reply {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-item .btn-reply .iReply {
	vertical-align: -2px;
}

.comment-item .time-post .btn-reply:hover .iReply {
	background-position: -59px 0;
}

/*.box-post-comment{}*/
.box-post-comment .left-input {
	float: left;
	width: 45.70383912248629%;
	margin-bottom: 30px;
}

.box-post-comment .form-input {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.box-post-comment .right-input {
	float: right;
	width: 53.0164533820841%;
	margin-bottom: 30px;
}

.box-post-comment .txt {
	margin-bottom: 0;
	padding: 14px 10px;
}

.box-post-comment .left-input label {
	display: block;
	margin-top: 20px;
}

.box-post-comment .left-input label:first-child {
	margin-top: 0;
}

.box-post-comment textarea.txt {
	height: 116px;
}

.box-post-comment .btn-submit-comment {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #3e4b51;
	font-size: 1.076923076923077em;
	padding: 9px 12px 10px;
	width: 22.38010657193606%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.thanks {
	float: left;
	position: relative;
	background: #3c84ea;
	color: #FFF;
	padding: 9px 2.664298401420959%;
	width: 68%;
	text-align: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.thanks .pick-right {
	border: 6px solid;
	border-color: transparent transparent transparent #3c84ea;
	width: 0;
	height: 0;
	position: absolute;
	top: 13px;
	right: -12px;
}


/* 12.	Page: How it work
--------------------------------------------------------------------------------*/
.how-it-work {
	padding: 45px 0;
}

.how-it-work .short-introduce .title {
	font-size: 3.846153846153846em;
	line-height: 1.2em;
	color: #afbbc1;
	padding-bottom: 15px;
}

.how-it-work .box-introduce {
	margin-bottom: 25px;
	background: #FFF;
	border: 1px solid #d4d4d4;
	padding: 22px 28px 28px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.how-it-work .left-intro {
	float: left;
	width: 33.18233295583239%;
}

.how-it-work .right-intro {
	float: right;
	width: 62.66506602641056%;
	padding: 0.4530011325028313%;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.how-it-work .left-intro .title-intro {
	font-size: 1.384615384615385em;
	padding-bottom: 13px;
}

.how-it-work .left-intro .btn-star-project {
	display: block;
	text-align: center;
	text-transform: none;
	padding: 16px;
	margin: 10px 0;
}

.left-intro .btn-star-project .lbl {
	font-size: 1.384615384615385em;
	display: block;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.left-intro .btn-star-project .desc {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #f4a9a1;
}

.left-intro .description-btn {
	color: #959c9f;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}


/* 12.	Page: Profile
--------------------------------------------------------------------------------*/
.form-profile {
	padding: 44px 20px;
	width: 500px;
}

.form-profile .txt-website {
	width: 290px;
}

.form-profile .wrap-btn-submit {
	padding-top: 40px;
}

.form-profile .btn-submit-all {
	padding: 8px 16px;
}

/* 12.	Page: Category
--------------------------------------------------------------------------------*/
.list-project-in-category {
	margin-bottom: 25px;
}

.list-project-in-category .lbl-type {
	padding-bottom: 16px;
}

.list-project-in-category .title-lbl {
	font-size: 1.230769230769231em;
	float: left;
}

.list-project-in-category .view-all {
	float: right;
}

.list-project-in-category .list-project {
	margin: 0 -9px;
}

.list-project-in-category .list-project>.grid_3 {
	width: 31.3%;
}

.list-project-in-category .list-project .project-short {
	margin-bottom: 18px;
}

/* 12.	Page: Day news
--------------------------------------------------------------------------------*/
/*.day-news{}*/
.day-news .top-nav-news {
	padding-top: 40px;
}

.day-news .common-title {
	padding-bottom: 35px;
}

.day-news .nav-item .title {
	font-size: 1.384615384615385em;
}

.day-news .nav-item .time {
	font-size: 1.077em;
}

.day-news .project-short {
	margin-bottom: 17px;
}

/* 12.	Page: Login
--------------------------------------------------------------------------------*/
/*.login-form{}*/
.login-form .title-form {
	font-size: 1.538461538461538em;
	color: #ffffff;
	padding-bottom: 20px;
}

.login-form .title-box {
	padding-bottom: 0;
}

.login-form .form-action {
	padding-top: 20px;
}

.login-form label {
	display: block;
}

.login-form .txt {
	margin-bottom: 19px;
}

.login-form .wrap-2col {
	margin-left: -20px;
	margin-bottom: 10px;
}

.login-form .wrap-2col .col {
	float: left;
	width: 50%;
}

.login-form .wrap-2col label {
	padding-left: 20px;
}

.login-form .wrap-2col .col .txt {
	margin-bottom: 0;
	margin-top: 19px;
}

.login-form .wrap-2col label:first-child .txt {
	margin-top: 0;
}

.login-form .btn-submit {
	padding: 8px 25px;
}

.login-form .chk-remember {
	float: left;
	margin-right: 10px;
}

.login-form .lbl-remember {
	float: left;
	line-height: 1em;
}


/* 13.	Page: Login
--------------------------------------------------------------------------------*/
/*.login-form{}*/
.login-form2 .title-form {
	font-size: 1.538461538461538em;
	color: #ffffff;
	padding-bottom: 20px;
}

.login-form2 .box-white {
	height: 450px;
}

.login-form2 .title-box {
	padding-bottom: 0;
}

.login-form2 .form-action {
	padding-top: 20px;
}

.login-form2 label {
	display: block;
}

.login-form2 .txt {
	margin-bottom: 19px;
}

.login-form2 .wrap-2col {
	margin-left: -20px;
	margin-bottom: 10px;
}

.login-form2 .wrap-2col .col {
	float: left;
	width: 50%;
}

.login-form2 .wrap-2col label {
	padding-left: 20px;
}

.login-form2 .wrap-2col .col .txt {
	margin-bottom: 0;
	margin-top: 19px;
}

.login-form2 .wrap-2col label:first-child .txt {
	margin-top: 19px;
}

.login-form2 .btn-submit {
	padding: 8px 25px;
}

.login-form2 .chk-remember {
	float: left;
	margin-right: 10px;
}

.login-form2 .lbl-remember {
	float: left;
	line-height: 1em;
}

/*14 Filters
----------------------------*/
.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

.grid_33:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
}

.grid_99:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
}

.slider_title {
	color: #fff;
	font-size: 30px;
	margin-top: 8px;
}

.popup_caption {
	display: none;
	position: absolute;
	z-index: 200;
	margin: 5px;
	border: 1px solid black;
	border-radius: 5px;
	padding: 5px;
	color: black;
	background-color: #DFDFDF;
}

.heading_caption:hover .popup_caption {
	display: block;
}

.websiteicons {
	background: url(../images/website.png) no-repeat;
	height: 20px;
	width: 20px;
}

.facebookicons {
	background: url(../images/facebook-icon1.png) no-repeat;
	height: 20px;
	width: 20px;
}

.twittericons {
	background: url(../images/twitter_icon2.png) no-repeat;
	height: 20px;
	width: 20px;
}

.imdbicons {
	background: url(../images/imdb.png) no-repeat;
	height: 20px;
	width: 20px;
}

.youtubeicons {
	background: url(../images/you_tube.png) no-repeat;
	height: 20px;
	width: 20px;
}

.fa {
	padding: 9px;
	border-radius: 3px;
	font-size: 16px !important;
	width: 17px;
	text-align: center;
	text-decoration: none;
	margin: 10px 3px;
}

.fa:hover {
	opacity: 0.7;
}

a.fa:hover {
	color: white !important;
}

.fa-facebook-f {
	background: #3B5998;
	color: white;
}

.fa-linkedin {
	background: #007bb5;
	color: white;
}

.fa-x-twitter {
	background: #14171A;
	color: white;
}

.fa-youtube {
	background: #bb0000;
	color: white;
}

.awid20 {
	height: 20px;
	width: 20px;
}

.textup span {
	font-family: "Univers LT 65";
	white-space: nowrap;
	font-size: 18px;
	padding: 11px 7px 9px 7px;
	color: white;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.textup {
	border-radius: 3px 3px 0 0;
	background-color: #233357;
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	z-index: 1000;
}

.single_topic {
	background-color: #4c4c4c;
	width: 10%;
	margin-right: 1%;
	border-radius: 5px;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
	color: #ffffff;
}

.single_topic:hover {
	color: #f2b138;
}

.topics {
	margin-top: 10px;
}

.form_label_l {
	width: 20%;
	float: left;
	font-size: 13px;
	text-align: left;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 5px;
}

.form_label_left {
	width: 30%;
	float: left;
	font-size: 13px;
	text-align: left;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 5px;
	font-weight: 700;
}

.wid40 {
	width: 40%;
}

.width32 {
	width: 32%;
}

.wid93 {
	width: 93% !important;
}

.width20 {
	width: 20%;
}

.width40 {
	width: 40%;
}

.investsum {
	float: left;
	padding: 5px 2px 5px 0px;
}

.invest_table {
	border: 1px solid #4c4c4c;
}

.invest_table tr td {
	border-bottom: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
}

.investor_box h1 {
	text-align: center;
}

.usertxts {
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-size: 15px;
}

.investor_box {
	margin-bottom: 35px;
}

.wid10 {
	width: 10%;
	padding: 13px 0px 0 0px;
}

.imglabel2 {
	position: absolute;
	z-index: 1000;
	right: 0px;
	width: 103px;
	top: -18px;
	left: 0;
	height: 93px;
}

.wie_kann {
	width: 285px !important;
}

.container_15 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.logotxt a {
	color: #f2b138;

}

.bullet_log:hover {
	color: #f2b138;
}

.log_link a {
	font-size: 14px;
}

.grid_21 {
	width: 14%;
	float: left;
}

.user_menu a {
	width: max-content;
}

.upper {
	text-transform: uppercase;
}

.pro_info {
	position: relative;
}

.heading_camp h1 {
	font-weight: normal;
	color: #233357;
	font-size: x-large;
	padding: 2rem 0;
}

.heading_camp_dark {
	font-weight: normal;
	color: #233357;
	font-size: xx-large;
	padding: 2rem 0;
}

.heading_camp_light {
	font-weight: normal;
	color: #ffffff;
	font-size: xx-large;
	padding: 2rem 0;
}

.c-dark {
	color: #233357;
}

.c-black {
	color: #000;
}

.c-font-xxl {
	font-size: xx-large;
}

.c-font-xl {
	font-size: x-large;
}

.c-font-l {
	font-size: large;
}

.c-font-m {
	font-size: medium;
}

.top_user_name {
	min-width: 119px;
}

.btnmarwid {
	width: 25%;
	margin-top: 5px;
	margin-right: 9px;
}

.btnmarwid2 {

	width: 25%;
	margin-right: 9px;
	margin-top: 5px;
}

.transcript {
	border: 1px solid #D8D8D8;
	margin: 20px 0 20px 0;
}

.transcript_btn {
	padding: 5px 11px;
	width: 60px;
	text-align: center;
}

.transcript_div {
	margin: 20px 0 20px 0;
}

.wid20 {
	width: 20% !important;
}

.martop58 {
	margin-top: 52px;
}

.payment_details_col1,
.payment_details_col2 {
	padding: 5px 0%;
}

.w31P_FL {
	width: 31%;
	float: left;
	padding-top: 7px;
}

.Mleft31P {
	margin-left: 31%;
}

.w69P_FL {
	width: 69%;
	float: left;
}

.step2_FII {
	margin-bottom: 40px;
}

.width32-9 {
	width: 31%;
}

.insetpad {
	padding: 25px 20px 25px 20px;
}

.grid_211 {
	width: 13%;
	float: left;
}

.container_121 {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}

.marl105 {
	margin-left: 217px;
}

.wid30p {
	width: 30%;
	padding-left: 3px;
}

.marlr12 {
	margin: 0 12px 0 12px;
}

ul.investment-step li {
	display: flex;
	height: 50px;
	float: left;
	position: relative;
	align-items: center;
	padding-left: 30px;
	padding-right: 20px;
	min-width: max-content;
	background-color: #d8d8d8;
	border-radius: 3px;
}

.investment-step {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	overflow: hidden;
	justify-content: center;
}

ul.investment-step li a {
	font-size: 14px;
	width: 100%;
	display: inline-block;
	position: relative;
}

ul.investment-step li a span {
	margin-right: 5px;
}

ul.investment-step li:before {
	content: "";
	position: absolute;
	border: 25px solid transparent;
	top: 0px;
	right: -40px;
	z-index: 101;
	border-left: 15px solid #d8d8d8;
}

ul.investment-step li:after {
	content: "";
	position: absolute;
	background-image: url(../images/white-arrow.png);
	top: 0px;
	height: 50px;
	width: 25px;
	right: -21px;
	z-index: 103;
	background-repeat: no-repeat;
	background-size: 20px;
}

.wid19 {
	width: 19% !important;
}

/*after add*/
.greybg {
	background: #f2f2f2 !important;
}

.red {
	color: #983750;
}

.yellow {
	color: #f2b138;
}

.mart17 {
	margin-top: 26px;
}

.stButton {
	margin-right: 0 !important;
}

.padr6 {
	padding: 2% 0.8% 2% 2%;
}

.backwhite {
	background: #fff;
}

.text_404 p {
	font-size: medium;
}

.rat_btn {
	padding: 2.5% 16%;
	font-size: 18px;
	display: inline-block;
	font-weight: normal !important;
	font-style: normal;
	background-color: #B66E7B;
	color: #fff;
	border: none;
	cursor: pointer;
}

.rat_btns {
	padding: 1.5% 9%;
	font-size: 18px;
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	background-color: #B66E7B;
	color: #fff;
	border: none;
}

.rat_btns:hover {
	background-color: #f2b138;
	color: #fff;
}

.rat_btn:hover {
	background-color: #f2b138;
	color: #fff;
}

.ratings {
	padding: 30px 0px 30px 0;
	margin-top: 20px;
}

.marl45 {
	margin-left: 19px;
}

.wid70 {
	width: 70%;
}

.btnmarwid2 a {
	text-align: center;
	font-size: 17px !important;
}

.btnmarwid a {
	font-size: 17px !important;
	text-align: center
}

.wid47 {
	width: 47%;
}

.wid72 {
	width: 72%;
}

.clktxt:hover {}

.grey_str {}

.wid47 {
	width: 48%;
}

.pad10tb {
	padding: 4px 0 10px 0;
	text-decoration: underline;
}

.txtright {
	text-align: right;
}

.rpad {
	padding: 0px 0px 25px 45px;
}

.maxwm {
	margin-top: 20px;
	max-width: 330px;
}

.maxw {
	max-width: 330px;
}

.imglabel {
	position: absolute;
	z-index: 1000;
	right: 31px;
	width: 20%;
	top: 36px;
	height: 50px;
	width: 50px;
}

.wid500p {
	width: 500px;
}

.wid300p {
	width: 300px;
}

.wid50 {
	width: 50%;
}

.marl150 {
	margin-left: 150px;
}

.marl_ {
	margin-left: 150px;
}

.marl300 {
	margin-left: 300px;
}

.maplist {
	max-height: 100%;
	overflow-x: auto;
}

.maplist table.common_table {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

table.incoming_donation a {
	color: #79aef2;
}

.wid49 {
	width: 49%;
}

.btnmarwid a {
	background-image: url(../images/left-white.png);
	background-repeat: no-repeat;
	height: 72px;
	width: 100px;
	margin: 17% 15%;
	background-color: none;
}

.btnmarwid2 a {
	background-image: url(../images/right-white.png);
	background-repeat: no-repeat;
	height: 72px;
	width: 100px;
	margin: 17% 15%;
	background-color: none;
}

.btnmarwid2 a,
.btnmarwid a {
	display: inline-block;
	font-style: normal;

}

.btnmarwid a:hover {
	background-image: url(../images/left-red.png);
}

.btnmarwid2 a:hover {
	background-image: url(../images/right-red.png);
}

.section_txt {
	color: #233357;
	padding: 10px 0 10px 0;
	cursor: pointer;
}

.section_desc {
	position: absolute;
	right: 0;
	top: 15px;
	cursor: pointer;
}

.section_text {
	margin-top: 10px;
}

.marT60 {
	margin-top: 60px;
}

.marb30 {
	margin-bottom: 30px;
}

.wid30 {
	width: 30%;
}

/*  TOOLTIP CSS START	*/
.hint,
[data-hint] {
	position: relative;
	display: inline-block;
}

.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}

.hint:hover:before,
.hint:hover:after,
[data-hint]:hover:before,
[data-hint]:hover:after {
	visibility: visible;
	opacity: 1;
}

.hint:before,
[data-hint]:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 1000001;
}

.hint:after,
[data-hint]:after {
	content: attr(data-hint);
	background: #383838;
	color: white;
	text-shadow: 0 -1px 0px black;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.hint--bottom:before {
	border-bottom-color: #383838;
}

.hint--bottom:before {
	margin-top: -12px;
}

.hint--bottom:after {
	margin-left: -18px;
}

.hint--bottom:before,
.hint--bottom:after {
	top: 100%;
	left: 50%;
}

.hint--bottom:hover:before,
.hint--bottom:hover:after {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

/*	TOOLTIP CSS END */

/* RESPONSIVE NAVIGATION START */
#nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}

#nav li {
	width: 100%;
	display: block;
}

.js #nav {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	overflow: hidden;
	zoom: 1;
}

@media screen and (min-width: 1100px) {
	.js #nav {
		position: relative;
		max-height: none;
	}

	#nav-toggle {
		display: none;
	}
}

/* RESPONSIVE NAVIGATION END */

/* RESPONSIVE TABS CSS */

.responsive-tabs__heading {
	display: none;
}

ul.responsive-tabs__list {
	width: fit-content;
	background: white;
	border-radius: 3px;
}

.mem_tab .responsive-tabs__list__item {
	padding: 22px 1.65%;
	font-size: 12px;
}

.responsive-tabs__list__item--active {
	position: relative;
}

.responsive-tabs__list__item--active {
	background-color: #233357 !important;
}

.responsive-tabs__list {
	padding: 0 0 0 0 !important;
	line-height: 1em;
}

.responsive-tabs__list__item {
	padding: 20px 15px;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	border-radius: 3px;
	background-color: #FFF;
}

.responsive-tabs__list__item:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #233357;
	top: 15px;
	left: -1px;
}

.responsive-tabs__list__item:first-child:after,
.responsive-tabs__list__item.responsive-tabs__list__item--active:after {
	background-color: transparent;
}

.responsive-tabs__panel {
	padding: 2rem 0;
}

.responsive-tabs__list__item:focus {
	outline: none;
}

.test {
	opacity: 1 !important;
}

.account ul.responsive-tabs__list li {
	font-size: 14px !important;
	padding: 20px 1rem !important;
}

.account ul.responsive-tabs__list {}


@media (max-width: 800px) {
	.content_tabpage {
		background: none;
	}

	.responsive-tabs__heading:focus {
		outline: none;
	}

	.responsive-tabs__panel--closed-accordion-only {
		display: none;
	}

	.responsive-tabs__heading:after {
		content: "";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}

	.responsive-tabs__heading--active {
		outline: none;
		background-color: #233357;
		;
		color: #ffffff;
		border-radius: 5px 5px 0px 0px;

	}

	.responsive-tabs__heading--active:after {
		border-top: 0;
	}

	.sub-tab h2.responsive-tabs__heading {
		background-color: #CCC;
		font-size: 14px;
		padding: 10px 0 10px 10px;
	}

}

/* RESPONSIVE TABS CSS END */
.wid40_ {
	width: 40%;
}

.posrel {
	position: relative;
}

.invest_b_fixed {
	border-radius: 3px;
	width: 330px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 100;
	box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.3);
}

.fixed_h {
	height: 280px;
}

.deadline_note {
	margin-top: 5px;
}

#err_agree,
#err_agree_investments,
#payment_method_error {
	color: red;
}

.colgrey {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #979797 0%, #707070 100%) repeat scroll 0 0 !important;
}

h4.fontred {
	font-size: 18px;
	padding-bottom: 0;
}

.botom_shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/slider_bg.png);
	width: 100%;
}

.color_light_red {
	background-color: #C88F95 !important;
}

.cate_head {
	background-color: #f2f2f2 !important;
}

.cate_head {
	border-bottom: 1px solid #fff;
}

.join_s {
	padding: 12px 25px;
	background: url(../images/arrow_right.png) no-repeat 15px 10px !important;
	background-color: #233357 !important;
}

.en_icon {
	width: 17px;
	height: 12px;
	display: block;
	float: right;
	background-image: url(../images/england.png);
	background-repeat: no-repeat;
	padding: 0 5px 0 5px;
}

.de_icon {
	width: 17px;
	height: 12px;
	display: block;
	float: right;
	background-image: url(../images/de.png);
	background-repeat: no-repeat;
	padding: 0 5px 0 5px;
}




@media screen and (max-width: 1100px) {
	.container_15 {
		width: auto;
	}
}

.btnmarwid_2 a,
.btnmarwid_1 a {
	display: inline-block;
	font-style: normal;
}

.btnmarwid_2 a img,
.btnmarwid_1 a img {
	filter: grayscale(0);
}

.btnmarwid_2 a {
	height: 72px;
	margin: 17% 15%;
	width: 100px;
}

.btnmarwid_2 a {
	font-size: 17px !important;
	text-align: center;
}

.btnmarwid_1 {
	margin-right: 9px;
	margin-top: 5px;
	width: 25%;
}

.btnmarwid_2 {
	margin-right: 9px;
	margin-top: 5px;
	width: 25%;
}

.btnmarwid_1 a {
	height: 72px;
	margin: 17% 15%;
	width: 100px;
}

.btnmarwid_1 a {
	font-size: 17px !important;
	text-align: center;
}

.team-div {
	display: inline;
	float: left;
	margin-left: 9.588068008422852px;
	margin-right: 9.588068008422852px;
}

.team-img-div {
	margin-top: 15px;
}

.team-img-div img {
	height: 120px;
	margin-left: 20px;
	margin-right: 20px;
	width: 120px
}

.rotate90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.social.marl45 {
	margin-left: 45px;
}

.width16 {
	width: 16.6%;
}

.up_down {
	width: 15px;
	margin-top: -1px;
	margin-right: 3px;
}
.footer_column_review {
	width: 25%;
}

.siegel {
	display: flex;
	margin-top: 15px;
	margin-bottom: 25px;
}

.siegel img {
	width: 135px;
}

.siegel_1 {
	padding-right: 5px;
	margin-left: -10px;
}

.siegel_2 {
	padding-right: 5px;
}

#truspilot_review p {
 padding: 0;
 padding-bottom: 5px;
 text-align: center;
}

#truspilot_review p strong {
	font-size: 18px;
}

.child-login {
	display: flex;
	justify-content: center;
}

.container-login {}

.signup_form {
	max-width: 450px;
	margin: 0 auto;
}

#forget {
	max-width: 450px;
	margin: 0 auto;
}

.signup {
	padding: 10px 40px;
	border: 0 none;
	cursor: pointer;
	float: right;
	font-size: 16px;
}

.project_description {
	min-height: 145px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.campaign_profile_top {
	margin: 2rem 0 0 0;
	overflow: auto;
}

.campaign_profile_top a {
	color: #79aef2;
}

.campaign_profile_top a:hover {
	color: #233357;
}

.this_campaign_text p {
	padding-top: 0;
}

.txtdeco {
	word-break: break-word;
}

.marb15 {
	margin-bottom: 15px;
}

.padr60 {
	padding-right: 60px;
}

.tag-info span {
	font-size: 14px;
	color: white;
	display: block;
	padding: 0 0.25rem;
}

.tag-info {
	background-color: #79aef2;
	position: absolute;
	z-index: 1000;
	padding: 7px;
	box-shadow: -3px -2px 8px 0px rgb(7 10 25 / 10%);
	-webkit-box-shadow: -3px -2px 8px 0px rgb(7 10 25 / 10%);
	bottom: 0;
	right: 0;
	border-radius: 3px 0 0;
}

.text-danger {
	color: red;
}

.bg-black {
	background: #333;
}

.checkpoint-div {
	width: 100%;
	position: relative;
	transform: translateY(-35px);
}

.checkpoint-div span {
	background-color: #233357;
	width: 0.25rem;
	height: 22px;
	position: absolute;
	top: 32px;
	border-radius: 1px;
}

div.checkpoint-div span[pop-up]::after {
	content: attr(pop-up);
	position: absolute;
	top: -100%;
	left: 100%;
	background: white;
	padding: 5px 5px;
	border-radius: 3px;
	font-size: 12px;
	transform: scale(0);
	transition: transform 0.4s ease,
}

div.checkpoint-div span[pop-up]:hover::after {
	transform: scale(1);
}

svg {
	width: 100%;
	background-color: transparent;
}

/* End Content Pages Style */


/** Code for hover info **/
dfn {
	cursor: help;
	font-style: normal;
	position: relative;
}

dfn::after {
	content: attr(data-info);
	display: inline;
	position: absolute;
	top: 22px;
	left: 0;
	opacity: 0;
	max-width: 200px;
	width: max-content;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0.5em 0.8em;
	background: rgba(0, 19, 60, 0.8);
	color: #fff;
	pointer-events: none;
	/* This prevents the box from apearing when hovered. */
	transition: opacity 250ms, top 250ms;
	border-radius: 3px;
	text-align: justify;
	text-wrap: wrap;
	white-space: normal;
}

dfn::before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 20px;
	opacity: 0;
	width: 0;
	height: 0;
	border: solid transparent 5px;
	border-bottom-color: rgba(0, 19, 60, 0.8);
	transition: opacity 250ms, top 250ms;
}

dfn:hover {
	z-index: 999;
}

/* Keeps the info boxes on top of other elements */
dfn:hover::after,
dfn:hover::before {
	opacity: 1;
	z-index: 999;
}

dfn:hover::after {
	top: 30px;
}

dfn:hover::before {
	top: 20px;
}

/** End of Code for hover info **/

/** Code for hover info small**/
dfn-small {
	line-height: 22px;
	font-size: 18px;
	cursor: help;
	color: #233357;
	font-style: normal;
	left: -1px;
	position: relative;
}

dfn-small::after {
	content: attr(data-info);
	display: inline;
	position: absolute;
	width: max-content;
	max-width: 330px;
	top: 22px;
	left: -23px;
	opacity: 0;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0.5em 0.8em;
	background: rgba(0, 19, 60, 0.8);
	color: #fff;
	pointer-events: none;
	/* This prevents the box from apearing when hovered. */
	transition: opacity 250ms, top 250ms;
	border-radius: 3px;
	text-align: left;
}

dfn-small::before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: -2px;
	opacity: 0;
	width: 0;
	height: 0;
	border: solid transparent 5px;
	border-bottom-color: rgba(0, 19, 60, 0.8);
	transition: opacity 250ms, top 250ms;
}

dfn-small:hover {
	z-index: 999;
}

/* Keeps the info boxes on top of other elements */
dfn-small:hover::after,
dfn-small:hover::before {
	opacity: 1;
	z-index: 999;
}

dfn-small:hover::after {
	top: 30px;
}

dfn-small:hover::before {
	top: 20px;
}

/** End of Code for hover info small **/

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup {
	width: 100%;
	max-width: 1100px;
}

#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
}

#mc_embed_signup h2 {
	padding: 0;
	margin: 15px 0;
	font-size: 1.4em;
}

#mc_embed_signup input[type=text] {
	border: 0px solid #ABB0B2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#mc_embed_signup input[type=email] {
	border: 0px solid #ABB0B2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#mc_embed_signup select {
	background: white;
	border: 0px solid #ABB0B2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


#mc_embed_signup input:focus {
	border-color: #333;
}

#mc_embed_signup .button {
	padding: 1rem 2rem;
	font-size: 18px;
}

#mc_embed_signup .button:hover {
	background-color: #233357;
}

#mc_embed_signup .small-meta {
	font-size: 12px;
}

#mc_embed_signup .nowrap {
	white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
	clear: left;
	position: relative;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
	padding-bottom: 5px;
	min-height: 50px;
}

#mc_embed_signup .size1of2 {
	clear: none;
	float: left;
	display: inline-block;
	width: 48%;
}

* html #mc_embed_signup .size1of2 {
	margin-right: 2%;
	/* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
	font-family: "Univers LT 45", Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
}

#mc_embed_signup .mc-field-group input {
	display: block;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
	padding: 9px 0;
	text-indent: 2%;
	font-size: 16px;
}

#mc_embed_signup .size1of2 input {
	display: block;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
	padding: 9px 0;
	text-indent: 4%;
}

#mc_embed_signup .mc-field-group select {
	color: #233357;
	text-indent: 7%;
	display: inline-block;
	width: 20%;
	padding: 7px 0;
	font-size: 16px;
}

#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
	padding: 5px 0;
}

#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
	display: inline;
	width: 60px;
	margin: 0 2px;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
	width: 40px;
}

#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
	width: 30px;
}

#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
	display: none;
}

#mc_embed_signup .indicates-required {
	text-align: right;
	font-size: 14px;
}

#mc_embed_signup .asterisk {
	color: #f2b138;
	font-size: 150%;
	font-weight: normal;
	position: relative;
	top: 5px;
}

#mc_embed_signup .clear {
	clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
	display: block;
	padding: 3px 0;
	margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
	display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
	display: inline;
	width: auto;
	border: none;
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

#mc_embed_signup #num-subscribers {
	font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
	padding: .5em;
	border: 1px solid #ccc;
	margin-right: .5em;
	font-weight: bold;
}

#mc-field-names {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/* End MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#signup-email-modal p {
	font-size: 16px;
}

.popup_logo {
	width: 200px;
}

/* Start Event Infobox */

.mobile {
	display: none;
}

.event-div h2,
.event-div h3,
.event-div p {
	color: #ffffff;
	text-shadow: 1px 2px 15px rgb(0 0 0 / 25%);
}

.event-div h3 {
	padding: 0;
}

.event-div p {
	font-size: 14px;
	hyphens: auto;
}

.event-div .cards {
	padding: 4%;
}

.event-div {
	position: relative;
}

.event_card_background_filter {
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	position: absolute;
}

.event_card_background_image {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	border-radius: 3px;
}

.filter-red {
	filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(300deg) saturate(700%) contrast(0.8);
}

.filter-green {
	filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(110deg) saturate(700%) contrast(0.8);
}

.filter-blue {
	filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(180deg) saturate(700%) contrast(0.8);
}

.filter-yellow {
	filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(5deg) saturate(700%) contrast(0.8);
}

.filter-dark {
	filter: brightness(55%) contrast(105%);
}

/* End Event Infobox */

.second_part {
	margin-bottom: 2rem;
}

.responsive-video-container {
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 8%);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 8%);
	box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 8%);
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
}

.responsive-video-container iframe,
.responsive-video-container object,
.responsive-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mc-layout__modalContent {
	border-radius: 3px;
}

.mc-layout__modalContent body {
	font-family: unset !important;
}

div#SignupForm_0 h3 {
	font-family: "Univers LT 65" !important;
}

.strictContent h1,
.strictContent h2,
.strictContent h3,
.strictContent h4 {
	font-family: "Univers LT 65" !important;
}

.strictContent .button {
	font-family: "Univers LT 55";
	font-weight: unset;
}

.strictContent p {
	font-family: "Univers LT 45";
}

.new-form .form_star {
	color: #ff0000;
}

.new-form .inputDefault_S {
	border: 2px solid #dae0e7;
	color: #2c2c2e;
	line-height: 17px;
	font-size: 14px;
}

.new-form .inputDefault_S:focus {
	border: 2px solid #0075ff;
}

.new-form .inputDefault_S:visited {
	border: 2px solid green;
}

.new-form .w31P_FL.txtdeco {
	font-family: "Univers LT 65";
	text-align: right;
	padding-right: 25px;
	width: calc(30% - 25px);
	font-size: 14px;
	color: #2c2c2e;
}

.new-form-label {
	font-size: 16px;
	color: #2c2c2e;
}

.new-form .inset {
	hyphens: auto;
	background-color: #f9f9f9;
	border: 1px solid #d8d8d8;
	padding: 50px;
	box-shadow: none;
	border-radius: 3px;
}

.new-form-heading {
	margin-bottom: 25px;
	text-align: center;
}

.new-form-heading-img {
	width: 65px;
	height: 65px;
	border-radius: 4px;
	object-fit: cover;
	margin-bottom: 10px;
}

.new-form-heading-text {
	color: #233357;
	font-size: x-large;

	font-family: 'Univers LT 65';
}

.new-form-sticky-msg {
	position: fixed;
	top: 335px;
	max-width: 300px;
	z-index: -1;
	right: 30px;
}

.new-form-sticky-msg.funding {
	background-image: url('../images/icon/help_darkblue.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 0 32px;
	padding-left: 25px;
}

.funding {
	background: url(../images/funding.png) no-repeat;
	padding-left: 30px;
	line-height: 25px;
}

.new-form .investment-step {
	margin-bottom: 50px;
}

.new-form .step_left {
	width: 100%;
	float: none;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}


.pb-10 {
	padding-bottom: 10px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.d-inline-block {
	display: inline-block;
}

.yelow-box,
.blue-box {
	hyphens: auto;
	font-size: 16px;
	background-color: #fff6e8;
	border: 1px solid #ffdfaf;
	padding: 40px 50px;
	border-radius: 3px;
}

.blue-box {
	background-color: #e4f0ff;
	border: 1px solid #79aef2;
}

.yelow-box#sofort_message {
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
	font-size: 14px;
	padding: 15px 15px 15px 50px;
	margin-left: 35px;
	margin-top: 10px;
}

img.attention_icon {
	position: absolute;
	width: 25px;
	transform: translate(-35px, -4px);
}

.btn.btn-grey,
input[type=button].btn.btn-grey {
	background-color: #bebebe;
}

.summary-item {
	display: flex;
	margin-left: 10%;
	margin-bottom: 20px;
}

.summary-label {
	font-size: 16px;
	color: #2c2c2e;
	width: 48%;
	margin-right: 4%;
}

.summary-value {
	color: #2c2c2e;
	font-size: 16px;
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
}

.summary-input {
	border: 0;
	background-color: transparent;
	font-weight: 400 !important;
	color: #2c2c2e;
	font-family: "Univers LT", "Arimoe", Arial, Helvetica, sans-serif !important;
	width: 100%;
}

.summary-heading {
	margin-top: 40px;
	margin-bottom: 10px;
}

.doc-list {
	margin-top: 30px;
}


.doc-list li {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 15px;
	margin-bottom: 10px;
}

.doc-list img {
	margin-left: 10px;
	width: 18px;
}

.download-btn-icon {
	vertical-align: middle;
	width: 18px;
	margin-left: 18px;
}

.donation-amount-wrapper {
	display: flex;
}

.donation-amount-wrapper .inputDefault_S {
	font-size: 18px;
	font-family: "Univers LT 65", "Arimoe", Arial, Helvetica, sans-serif;
	color: #233357;
	width: 100%;
}

.donation-amount-btn {
	flex: 0 0 45px;
	border: 2px solid #dae0e7;
	color: #2c2c2e !important;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;

	margin-left: 10px;
	border-radius: 3px;
}

.new-perk-wrapper {
	margin-top: 40px;
}

.new-perk-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.new-perk-list .perk_parent {
	padding-left: 15px;
	padding-right: 15px;
	flex: 0 0 calc(33.33% - 30px);
	max-width: calc(33.33% - 30px);
}

.new-perk-item-wrapper {
	border: 2px solid #e5e5e5;
	border-radius: 4px;
	padding: 15px;
	position: relative;
	margin-bottom: 20px;
}

.new-perk-amount {
	font-family: "Univers LT 65", "Arimoe", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f2b138;
	margin-bottom: 15px
}

.new-perk-title {
	hyphens: auto;
	font-family: "Univers LT 65", "Arimoe", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #233357;
	margin-bottom: 10px;
}

.new-perk-description {
	hyphens: auto;
	color: #2c2c2e;
	margin-bottom: 15px;
}

.new-perk-date-title {
	font-family: "Univers LT 65", "Arimoe", Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

.new-perk-list .perk_parent .radioClass {
	position: absolute;
	width: 0px;
	opacity: 0;
}

.new-perk-list .perk_parent .radioClass:checked~.new-perk-item-wrapper {
	border: 2px solid #17a672;
	box-shadow: 0 0 4px 0 #17a672;
}

.new-perk-list .perk_parent .radioClass:checked~.new-perk-item-wrapper::before {
	content: "";
	background-image: url('../images/check-icon.png');
	background-size: cover;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -10px;
	right: -10px;
}

.new-perk-item-wrapper::before {
	content: "";
	background-image: url('../images/icon/close.png');
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	right: -10px;
}

.new-form #term_agree .agr_txt {
	width: calc(100% - 15px)
}

.agr_txt p {
	hyphens: auto;
	line-height: 19px;
	padding: 0px 0 10px 0;
}

.payment-option-wrapper {
	color: #2c2c2e;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.payment-option-checkbox {
	margin-right: 15px;
}

.payment-option-wrapper .donation_field {
	flex-grow: 1;
}

.payment-option-img {
	width: 25%;
	display: flex;
	justify-content: flex-end;
}

.payment-option-img img {
	width: 85px;
}

.text-blue {
	color: #79AEF2;
}

.payment-option-title {
	font-family: "Univers LT 65", "Arimoe", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.investment-6 {
	width: 45%;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.flex_end {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.flex_start {
	display: flex;
	justify-content: flex-start;
}

.align_center {
	align-items: center;
}

.w34P_FL {
	width: 32.5%;
	display: inline-block;
	margin: 0 12px 0 0px;
}

.w42 {
	width: 42%;
	display: inline-block;
}

.w25 {
	width: 25%;
	display: inline-block;
	margin-left: 12px;
}

.w24 {
	width: 25%;
	display: inline-block;
	margin-left: 12px;
}

.tooltip {
	position: absolute;
	display: inline-block;
	width: 25px;
	transform: translate(8px, -3px);
}


.tooltip .tooltiptext {
	hyphens: auto;
	font-family: 'Univers LT 45';
	opacity: 0;
	padding: 0.5em 0.8em;
	background: rgba(0, 19, 60, 0.8);
	color: #fff;
	font-size: 13px;
	width: 220px;
	line-height: 1.5em;
	text-align: left;
	pointer-events: none;
	transition: opacity 250ms, top 250ms;
	border-radius: 3px;

	/* Position the tooltip */
	position: absolute;
	z-index: 2;
	bottom: 100%;
	left: 50%;
	margin-left: -25px;
}

.tooltip:hover .tooltiptext {
	opacity: 1;
}

.completed-investment {
	background-color: #f2b138;
	margin-bottom: 50px;
	border-radius: 3px;
}

.completed-investment p {
	color: #ffffff;
	font-size: 20px;
	padding: 15px 0;
	text-align: center;
}

.stepeditbtn {
	width: 25px;
	transform: translate(4px, -4px);
}

.btn-copy-data {
	color: #ffffff;
	background: #233357;
}

.btn_yellow {
	color: #ffffff;
	background: #f2b138;
	display: inline-block;
}

.btn_yellow:hover {
	color: #ffffff;
	background: #233357;
}

.btn_blue {
	color: #ffffff;
	background: #233357;
	display: inline-block;
}

.btn_blue:hover {
	color: #ffffff;
	background: #f2b138;
}

.btn_grey {
	color: #ffffff;
	background: #BEBEBE !important;
	display: inline-block;
}

div#invest_as_section {
	font-size: 16px;
}

#invest_as_section input {
	margin-right: 20px;
}

.content-section-white {
	color: #2c2c2e;
	background: white;
	padding: 3rem 0 5rem 0;
}

.content-section-grey {
	color: #233357;
	background: #F2F2F2;
	padding: 3rem 0 5rem 0;
}

@media (max-width: 469px) {
	.tooltip .tooltiptext {
		margin-left: -150px;
		width: 150px;
	}
}

.news_ticker_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	position: relative;
	width: 32%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

div.error {
	border: 1px solid red;
}

.swiper-parent {
	width: 32%;
	position: relative;
}

.swiper {
	width: 100%;
	height: 30%;
	max-height: 101px;
	z-index: unset !important;
}

.swiper-slide {
	overflow: hidden !important;
}

.ticker_content h4,
.ticker-shortinfo h4 {
	padding-bottom: 0;
	text-overflow: ellipsis;
	height: -webkit-fill-available;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	word-break: break-all;
	hyphens: auto;
	-webkit-box-orient: vertical;
}

.ticker_content h4 {
	color: white;
}

.ticker_content>div:nth-of-type(1),
.ticker-shortinfo>div:nth-of-type(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-height: 22px;
}

.ticker_time {
	text-align: right;
	min-width: max-content;
	margin-left: 4%;
}

.bg-gray {
	background: #f2f2f2;
	padding-bottom: 4rem;
	padding-top: 2rem;
}

.bg-gray p {
	font-size: 16px;
	line-height: 20px;
	color: #2C2C2E;
}

.ui-slider-handle {
	width: 35px !important;
	font-size: small !important;
	color: #4082f9 !important;
	text-align: center !important;
}

.bg-gray .finance-boxOuter {
	display: inherit;
}

.bg-gray h1 {
	color: #233357;
}
