	/**  
	*	Stylesheet for Ketto.org
	*	Description:This document includes the CSS styles for the website, Ketto.org. Created in modules to maximize usability and expandability.
	*	Author:Abhishek Masurkar
	*	Author email:abhishek.masurkar86@gmail.com
	*	Table of Content:
	*
	*	1. CSS Reset.
	*	2. Common CSS.
	*	3. Sticky Header.
	*		3.1. Header Logo.
	*		3.2. Header Navigation.
	*		3.3. Header User Action.
	*			3.3.1. All Users Header Action. 
	*			3.3.2. Logged-In Users Header Action.
	*	4. Modules CSS.
	*		4.1. Breadcrumb.
	*		4.2. Progress Bar.
	*		4.3. Box Title.
	*		4.4. Raised/Goal Amount Block.
	*		4.5. Backers Icon.
	*		4.6. Backer Members.
	*		4.7. Location.
	*		4.8. Days left banner.
	*		4.9. Rounded Image.
	*		4.10. Sidebar Nav.
	*		4.11. Contribution Summary.
	*		4.12. Login Popup.
	*	5. Form Components CSS
	*		5.1. Small Action Button.
	*		5.2. Big Action Button.
	*	6. Tabs
	*		6.1. Boxed Tab.
	*		6.2. Simple Tab
	*	7. Testimonial Box.
	*	8. Listing Box.
	*		8.1. Featured Listing Box
	*	9. Featured-On Box.
	*	10. Footer.
	*       11. CSS UnReset For WYSIWYG
	*	11. Page Level CSS.
	*		11.1. Start a Campaign
	*		11.2. Campaigns Listing
	*		11.3. Campaign Details
	*		11.4. Events Listing
	*		11.5. NGO Profile
	*		11.6. Contribute Now
	*		11.7. Homepage
	*		11.8. About Us
	*		11.9. Privacy Policy
	*		11.10 404 
	*       11.11 How it Works
	*/
	
	/* 1. CSS Reset begins */
	*{margin:0; padding:0}
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; }
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
	body { line-height:1; }
	ol, ul { list-style:none; }
	blockquote, q { quotes:none; }
	blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
	table { border-collapse:collapse; border-spacing:0; }
	.clearfix { *zoom:1; }
	.clearfix:before, .clearfix:after { display:table; content:""; line-height:0; }
	.clearfix:after { clear:both; }
	strong, b {font-weight:600;}
	i, cite, em, var, address, dfn {font-style:italic;}
	img{max-width:100%; color:#f2f2f2!important; font-size:12px!important;}
	.displayNone{display:none!important;}
	
	::selection {background: #00b1b0; /* WebKit/Blink Browsers */ color:#fff;}
	::-moz-selection {background: #00b1b0; /* Gecko Browsers */color:#fff;}
	/* 1. CSS Reset ends */
	/* 2. Common CSS begins */
	
	@font-face{font-family:'WebRupee';src:url('/js/fonts/WebRupee.V2.0.eot');src:local('WebRupee'), url('/js/fonts/WebRupee.V2.0.ttf') format('truetype'),  url('/js/fonts/WebRupee.V2.0.woff') format('woff'), url('/js/fonts/WebRupee.V2.0.svg') format('svg');font-weight:normal;font-style:normal;}
	.WebRupee{font-family:'WebRupee';}
	// body{font:300 13px "Montserrat", Arial; color:#666; /*padding-top:60px;*/ background:#f8f8f8; line-height:normal; -moz-font-smoothing:antialiased; -webkit-font-smoothing:antialiased; font-smoothing:antialiased;}
	
	/*GLOBAL CLASSES FOR RESPONSIVE*/
	._kt_desktop{display:block;}
	._kt_devices{display:none;}
	/*GLOBAL CLASSES FOR RESPONSIVE*/
	a{color:/*#3399CC*/#2b7dd9; text-decoration:none; outline:none;}/*color changed as per eshitas psd campaign form page*/
	.floatl{float:left;}
	.floatr{float:right;}
	.center{text-align:center;}
	#HotListing .listing_hover_data .share { padding: 0 10px;}
	.right{text-align:right;}
	.automargin{margin:0 auto; }
	.block{display:block !important;}
	.ireplace{text-indent:100%; white-space:nowrap; overflow:hidden;}
	.dropShadow{-webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.2); box-shadow:0px 1px 2px rgba(0, 0, 0, 0.2);}
	._kt_content_wrapper{width:1070px;}
	.listing_floated_det_wrapper ._kt_content_wrapper{width:1070px; min-height:inherit;}
	._kt_form_wrapper{/*width:755px;*/ width:100%;}
	._kt_three_fourth{/*width:780px;*/ width:72.9%; margin-right:1.9%; min-height:20px}
	.loadMoreBtnOuter{text-align:center;width:72.9%;float:left; margin-bottom:30px; margin-top:10px;}
	._kt_one_third{/*width:270px;*/ width:25.2%}
	._kt_whitebg{background-color:#FFF}
	.query-wrapper{margin-bottom:25px;}
	.sectionLeft_widg{float:left; width:100%;}
	.sectionLeft_widg ._kt_daysleft_wrapper{display:block; width:100px; background-color:#fff; color:#323a45; padding:5px 0; margin-bottom:8px;}
	.sectionLeft_widg ._kt_daysleft_wrapper .daysCount{font-size:30px; font-weight:400; display:block;}
	
	.listing_floated_det_wrapper ._kt_daysleft_wrapper{display:block; width:70px; background-color:#fff; color:#323a45; padding:0px 0; margin-bottom:5px;}
	/*.sectionRight_widg{float:right; width:18%;}*/
	
	
	/*New classes added by Santosh 12-06-2014*/
	.yourContibutionSummaryouter{float:left; width:100%; background:#ffffff; margin-bottom:55px;}
	.yourContibutionSummary{float:left; width:32%;}
	.contribute_page #Section1{ float:left; margin-bottom:0px; width:68%; margin-top:-5px;}
	.yourContibutionSummary_formWrapper{float:left; width:54%; margin-bottom:30px; }

	/*REPORT ABUSE PAGE*/
	.form_left_wrapper .yourContibutionSummary_formWrapper{float:left; width:70%; margin-bottom:30px; }
	#StartCampaign ._kt_title_wrapper p, #ProfileDetails ._kt_title_wrapper p { color: #323a45;  font-size: 24px; font-weight: 600; text-transform:uppercase;}
	.alignment_flexible{float:right; margin:0 auto;}
	
	/* 2. Common CSS ends */
	
	
	
	/* 4. Module CSS begins */
	/* 4.1 Breadcrumb CSS begins */
	._kt_breadcrumb{padding:25px 0; border-bottom:0px solid #cecece; margin-bottom:0px; /*background:url("/images_old/breadcrumb_bg.png") center bottom no-repeat;*/}
	._kt_breadcrumb li{float:left; /*font-size:13px;*/ font-size:10px; text-transform:capitalize; font-weight:600; font-family:Arial, Helvetica, sans-serif; }
	._kt_breadcrumb li, ._kt_breadcrumb li a{color:#cecece; font-size:10px; }
	._kt_breadcrumb li:after{content:"\00a0>\00a0"}
	._kt_breadcrumb li:last-child{color:#00b1b0}
	._kt_breadcrumb li:last-child:after{content:''}
	/* 4.1 Breadcrumb CSS ends */
	
	/* 4.3 Box Title CSS begins */
	._kt_title_wrapper {margin-bottom:15px;}
	._kt_title_wrapper ._kt_backers_icon{ margin-right:5px; height:20px; background-size:auto 100%}
	._kt_title_wrapper p{font-size:15px; color:#323a45; font-weight:600; text-transform:uppercase;}
	/* 4.3 Box Title CSS ends */
	
	/* 4.6 Backer Members CSS begins */
	._kt_backers_wrapper{margin-bottom:40px; width:90px}
	._kt_backers_wrapper .backers_image_wrapper{ display:block; width:90px; height:90px; overflow:hidden; -webkit-border-radius:90px; -moz-border-radius:90px; border-radius:90px; margin:0 auto 10px auto;}
	.backers_image_wrapper img{width:100%}
	._kt_backers_wrapper p{color:#666;}
	/* 4.6 Backer Members CSS ends */
	/* 4.7 Location CSS begins */
	._kt_location{/*display:block;*/ visibility:hidden; margin-bottom:15px; background:url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/icon_location.png") 0px center no-repeat; line-height:22px; padding-left:19px}
	/* 4.7 Location CSS ends */
	/* 4.8 Days left banner CSS begins */
	._kt_daysleft_wrapper{display:block; width:100%; /*background-color:#19bc9d;*/ color:#000000; padding:0px 0; margin-bottom:0px; text-align:left;}
	#campaignEnd{position:absolute; width:100%; background:none /*url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/campaignend_bg.png") center bottom no-repeat*/; padding:20px 0 54px 0; top:-78px; left:0; float:left; text-align:center; color:#ffffff; -webkit-border-radius:5px 5px 5px 5px; -moz-border-radius:5px 5px 5px 5px; border-radius:5px 5px 5px 5px;}
	._kt_daysleft_wrapper p{color: #7a7a7a; font-size: 14px; font-style:  normal;}
	.sectionLeft_widg ._kt_daysleft_wrapper p{color: #d1d1d1; font-size: 16px; font-style: italic;}
	._kt_daysleft_wrapper .daysCount{font-size:34px; font-weight:600; margin-top:0px; display:block; /*font-family: 'Montserrat', sans-serif;*/}
	/* 4.8 Days left banner CSS ends */
	/* 4.9 Rounded Image CSS begins */
	._kt_round_image_wrapper{width:55px; height:55px; overflow:hidden; -webkit-border-radius:75px; -moz-border-radius:75px; border-radius:75px;}
	._kt_round_image_wrapper img{width:55px; }
	/* 4.9 Rounded Image CSS ends */	
	
	/* 4.11 Contribution Summary CSS begins */
	#StartCampaign .campaign_details_title .title p.titletext{font-size:34px;}
	#StartCampaign a {/*color:#ffffff;*/ outline:medium none; text-decoration:none;}
	#StartCampaign ._kt_form .comp_small{width:50%;}
	#StartCampaign ._kt_form .sel_small{width:63%; }
	select{border:1px solid #e4e4e4; background:#FFF; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
	select:focus{border:1px solid #e4e4e4; background:#fffff3; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
	#StartCampaign ._kt_form input[type="text"], #StartCampaign ._kt_form input[type="password"] { margin-bottom:0px; outline:medium none; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; /*background:#ffffff;*/ -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; /*font-size:16px;*/}
	/*.ktt_uniqueFormRow select{background:#ffffff url("/images_old/spacer.png") top left repeat!important;}*/
	#StartCampaign ._kt_form input[type="text"]:focus, #StartCampaign ._kt_form input[type="password"]:focus { margin-bottom:0px; outline:medium none; padding:10px 10% 10px 10px; border:1px solid #e9e98d!important; background:#ffffcc url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/input_bg_focus.png") repeat scroll left top; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
	._kt_donation_summ_wrapper{background-color:#FFF; /*padding:1.4%; margin-bottom:50px;*/ padding:0; margin-bottom:0px;}
	._kt_donation_summ_wrapper h3{font-size:16px; padding-bottom:8px; border-bottom:1px solid #eaeaea; margin-bottom:10px; padding:0px 0 10px 0;}
	._kt_donation_summ_wrapper .summ_image_wrapper{/*width:30%; margin-right:10px*/ width:100%; margin-right:0px; min-height:1px; margin-top: 5px;}
	._kt_donation_summ_wrapper .summ_image_wrapper img{width:100%; height:auto;}
	._kt_donation_summ_wrapper .summ_details_wrapper{/*width:68.5%;*/ width:94%; padding:3% 3% 0% 3%; /*background:#00b1b0;*/ color:#646464;}
	._kt_donation_summ_wrapper .summ_details_wrapper h3{font-size:16px; padding-bottom:8px; border-bottom:1px solid #eaeaea; margin-bottom:10px; color:#000000;}
	.summ_details_wrapper .title p.titletext {font-size: 25px; font-weight:600; color:#000000; text-transform: uppercase;}
	._kt_donation_summ_wrapper .summ_details_wrapper table{font-size:18px;}
	._kt_donation_summ_wrapper .summ_details_wrapper td{/*padding:8px 0*/ padding:5px 0}
	._kt_reward_summ_wrapper .summ_image_wrapper{width:15%; font-size:24px; display:table-cell; vertical-align:middle;}
	._kt_reward_summ_wrapper .summ_details_wrapper {/*width:80.5%;*/width:94%; padding:2% 3% 0% 3%; color:#646464;}
	._kt_reward_summ_wrapper .summ_details_wrapper table{font-size:16px;}
	._kt_reward_summ_wrapper .summ_details_wrapper table td{padding:3px 0;}
	/* 4.11 Contribution Summary CSS ends */
	
	
	
	
	/* 5. Form Components CSS begins */
	._kt_form .comp_bord{border:0 none; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	._kt_form .comp_font{color:#666; font-size:13px; }
	._kt_form textarea{height:130px; resize:none; margin-bottom:25px; padding:10px; line-height:21px; outline:none;}
	._kt_form input[type="text"], ._kt_form input[type="password"]{ padding:21px 10px; margin-bottom:25px; outline:none;}
	._kt_form input[type="file"]{margin-bottom:25px; font-size:14px; display:block; padding-bottom:5px!important;}
	._kt_form input[type="button"], ._kt_form input[type="submit"], ._kt_form input[type="cancel"]{line-height:50px; height:50px; font-size:18px; font-weight:500; color:#FFF!important; background-color:#00b1b0; padding:0 45px 0 45px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;  -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	._kt_form input[type="button"]:hover, ._kt_form input[type="submit"]:hover, ._kt_form input[type="cancel"]:hover{line-height:50px; height:50px; font-size:18px; font-weight:500; color:#FFF; background-color:#00a3a2; padding:0 45px 0 45px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;}
	._kt_form input[type="button"]:foucs, ._kt_form input[type="submit"]:foucs, ._kt_form input[type="cancel"]:foucs{line-height:50px; height:50px; font-size:18px; font-weight:500; color:#FFF; background-color:#00a3a2; padding:0 45px 0 45px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;}
	#kt_buttons input[type="button"], #kt_buttons input[type="submit"], #kt_buttons input[type="cancel"], #kt_buttons a,
	#kt_buttons1 input[type="button"], #kt_buttons1 input[type="submit"], #kt_buttons1 input[type="cancel"], #kt_buttons1 a{ background-color:#00b1b0!important; background-image:url(https://d1vdjc70h9nzd9.cloudfront.net/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:16.5px!important; font-weight:500!important; color:#ffffff!important;  padding:0 45px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important; width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; margin-right: 2%;}
	#kt_buttons input[type="button"]:hover, #kt_buttons input[type="submit"]:hover, #kt_buttons input[type="cancel"]:hover, #kt_buttons a:hover,
	#kt_buttons1 input[type="button"]:hover, #kt_buttons1 input[type="submit"]:hover, #kt_buttons1 input[type="cancel"]:hover, #kt_buttons1 a:hover{ background-color:#00a3a2!important; background-image:url(https://d1vdjc70h9nzd9.cloudfront.net/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:16.5px!important; font-weight:500!important; color:#ffffff!important; padding:0 45px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_buttons input[type="button"]:foucs, #kt_buttons input[type="submit"]:foucs, #kt_buttons input[type="cancel"]:foucs, #kt_buttons a:focus,
	#kt_buttons1 input[type="button"]:foucs, #kt_buttons1 input[type="submit"]:foucs, #kt_buttons1 input[type="cancel"]:foucs, #kt_buttons1 a:focus{ background-color:#00a3a2!important; background-image:url(https://d1vdjc70h9nzd9.cloudfront.net/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:16.5px!important; font-weight:500!important; color:#ffffff!important; padding:0 45px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	._kt_form input[type="checkbox"]{margin-right:10px; float:left; width:20px; margin-top:2px; margin-bottom:5px;}
	._kt_form input[type="radio"]{margin-right:5px; float:left; width:20px; min-height:inherit; margin-top:0px;}
	._kt_form input[type="checkbox"] {float: left; height: auto; margin: 0 5px 0 0; min-height:inherit;}
	._kt_form label{margin-bottom:0px; font-size:11px; display:block; font-weight:400; color:#0e0e0e;}
	._kt_form label.agreement{font-size:14px; margin-bottom:15px; line-height: inherit; float:left; width:95%;}
	._kt_form select{padding:13px 19px 10px 10px; margin-bottom:25px; line-height:50px; height:50px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
	._kt_form input[type="text"]:focus, ._kt_form input[type="password"]:focus, ._kt_form select:focus, ._kt_form textarea:focus{background-color:#FEFFE5}
	.yourContibutionSummary_formWrapper input, .yourContibutionSummary_formWrapper textarea { -webkit-transition: -webkit-transform 0.2s ease-in-out 0s; -moz-transition: -moz-transform 0.2s ease-in-out 0s; -ms-transition: -ms-transform 0.2s ease-in-out 0s; -o-transition: -o-transform 0.2s ease-in-out 0s; transition: transform 0.2s ease-in-out 0s; background-color: #FFFFFF; border: 1px solid #CCC;  -webkit-border-radius:  5px 5px 5px 5px; -moz-border-radius:  5px 5px 5px 5px; -ms-border-radius: 5px 5px 5px 5px; -o-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;  font-size: 20px; margin-bottom: 16px; margin-top: 8px; min-height: 30px;}
	._kt_form .error{background:#ffffff url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/field-marks_error.png") right 0px no-repeat; border:1px solid #ff0000!important;}
	._kt_form .error:focus{background:#fff}	
	.newError{background:#ffffff url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/field-marks_error.png") center right no-repeat !important; border:1px solid #ff0000 !important; box-shadow: none;}
	.newError:focus{background:#ffffff url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/field-marks_error.png") center right no-repeat!important; border:1px solid #ff0000;}
	.newSuccess{background:#ffffff url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/field-marks_success.png") center right no-repeat!important; border:1px solid #00b1b0!important;}
	.newNormal{background:#fffff3; border:1px solid #e9e98d !important}	
	._kt_form .comp_small{width:47.4%; }
	._kt_form .comp_large{width:94.3%;}
	._kt_form .form_left_wrapper .comp_large, ._kt_form .form_right_wrapper .comp_large{width:94.7%;}
	._kt_form .sel_small{width:50%; }
	._kt_form .sel_multi, ._kt_form .sel_multi:focus{padding:15px 19px; font-size:13px; height:105px;}
	._kt_form .sel_large{width:100%;}
	._kt_form .sel_dob{width:30%; margin-right:2%}
	._kt_form .right_label{float:right; display:inline-block; margin-bottom:8px}
	._kt_form .footnote{display:block; /*margin-bottom:25px;*/ margin-bottom:10px!important; font-size:11px; font-style:normal; line-height:normal; color:#aaa;}
	._kt_form .has_footnote{margin-bottom:0px !important}
	._kt_form .note{padding:20px; display:block; background-color:#fff; font-size:11px; margin-bottom:10px!important; font-style:normal; line-height:20px; margin-bottom:25px; }
	._kt_form .currency, ._kt_form .currency:focus{background:#FFF url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/form_icon_ruppee.png") 15px center no-repeat!important; /*padding-left:38px !important; width:175px;*/ margin-right:15px; font-size:26px; padding:10px 5% 10px 8%!important; width: 73%;}
	.createACampaignOuter ._kt_form .currency, ._kt_form .currency:focus{background:#FFF url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/form_icon_ruppee.png") 15px center no-repeat!important; /*padding-left:45px !important;*/ width:66%; margin-right:15px; font-size:26px; padding:10px 5% 10px 8%!important; width: 73%;}
	._kt_form .currencyDollar, ._kt_form .currencyDollar:focus{background:#FFF url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/dollar.png") 15px center no-repeat!important; /*padding-left:45px !important; width:175px;*/ margin-right:15px; font-size:26px; padding:10px 5% 10px 8%!important; width: 73%; margin-left:2%; margin-bottom:10px!important;}
	._kt_form .social_field {margin-bottom:15px}
	._kt_form .social_field input[type="text"]{margin-bottom:0px !important; float:left;}
	._kt_form .social_field span.icon{float:left; display:block; width:59px; height:59px; background-image:url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/sprite_form_social.png"); background-repeat:no-repeat; margin-top:1px}
	._kt_form .media_wrapper{padding-bottom:10px; border-bottom:1px solid #CECECE; margin-bottom:40px}
	._kt_form .media_header{padding-bottom:10px; margin-bottom:15px; border-bottom:1px solid #CECECE; display:block; font-size:15px; font-weight:500}
	._kt_form .media_form_wrapper{padding-bottom:20px; /*border-bottom:1px dashed #cecece; */margin-bottom:20px;}
	._kt_form .media_listing{margin-bottom:30px;}	
	._kt_form .media_listing li{float:left; width:240px; margin-right:10px; margin-bottom:15px; }
	._kt_form .media_listing li a.close{display:block; position:absolute; right:5px; top:5px; width:11px; height:17px; background:url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/icon_delete.png") no-repeat;}
	._kt_form .thumbnail_listing li{width:98px !important;}
	._kt_form .media_listing li:nth-child(3n+3), ._kt_form .thumbnail_listing li:nth-child(7n+7){margin-right:0px; }
	._kt_form .media_listing li:nth-child(4n+4), ._kt_form .thumbnail_listing li:nth-child(8n+8){clear:left;}
	._kt_form .thumbnail_listing li:nth-child(3n+3){margin-right:10px;}
	._kt_form .thumbnail_listing li:nth-child(4n+4){ clear:none;}
	._kt_form .thumbnail_listing li:nth-child(8n+8){clear:left !important;}
	._kt_form .media_listing li img{width:100%}
	._kt_form .media_listing li .media_data_wrapper{background:#e4e5e7; display:block; padding:10px 5px; position:relative;}
	._kt_form .media_listing li .media_data_wrapper .i_title{font-weight:500; margin-bottom:4px; padding-right:15px;}
	._kt_form .media_listing li .media_data_wrapper .i_desc{font-style:italic; font-size:12px;}
	._kt_form  #MediaPreviewHolder img{width:100%}
	._kt_form  #MediaPreviewHolder{display:none;}
	.form_left_wrapper{width:49.25%; margin-right:1.5%; float:left;}
	.form_right_wrapper{width:49.25%; float:left; }
	.social_field .twitter{background-position:0 -59px}
	.social_field .imdb{background-position:0 -120px}
	.social_field .ytube{background-position:0 -179px;}
	.social_field .blogger{background-position:0 -238px;}
	/* 5.1 Small Action Button CSS begins */
	._kt_buttton_small{line-height:30px; padding:0px 10px; text-transform:uppercase; color:#FFF; font-size:12px; display:block; margin-bottom:15px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
	/* 5.1 Small Action Button CSS ends */
	
	/* 5.2 Big Action Button CSS begins */
	._kt_button_big{line-height:62px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; color:#FFF; display:block; font-size:16px!important; font-weight:600; text-transform:uppercase; margin-bottom:15px; text-align:center;}
	._kt_button_contribute{position:relative; padding-left:0px}
	._kt_button_contribute ._kt_backers_icon{ position:absolute; left:20px; top:19px}
	._kt_blue{background-color:#2196eb; -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out; border-bottom:1px solid #1e8fe1;}
	._kt_blue:hover{color:#FFF; background-color:#1e8fe1; cursor:pointer; /*background-image:url("/images_old/icon_form_next.gif"); background-repeat:no-repeat; background-position:right 20px;*/  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #1a81cc;	}
	._kt_green{background-color:#59b2b7; -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	._kt_green:hover{background-color:#47a0a5;}
	._kt_orange{background-color:#fbae83;  -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	._kt_orange:hover{background-color:#fb9a60}
	._kt_with_icon{padding-left:35px; background-image:url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/sprite_button_big.png"); background-repeat:no-repeat;}
	._kt_icon_search{background-position:20px 0; }
	._kt_icon_gear{background-position:20px -62px; }
	._kt_icon_add{background-position:20px -124px; }
	.notContent ._kt_icon_add{background-position:20px -124px; font-size:14px!important; width:200px!important}
	/* 5.2 Big Action Button CSS ends */
	/* 5. Form Components CSS ends */
	
	/* 6. Tabs CSS begins */
	/* 6.1 Boxed Tab Navigation CSS begins */
	._kt_tab_box_nav{background:none; margin-bottom:0px;}
	._kt_tab_box_nav li{float:left; font-size:16px; margin-right:5px;}
	._kt_tab_box_nav li a{display:block; line-height:50px; color:#666; padding:0 35px 0 35px; border-right:0px solid #f0f0f0;/* background-image:url("/images_old/sprite_box_tabnav.png"); background-repeat:no-repeat; background-position:20px 0*/ background:none;}
	._kt_tab_box_nav li a .active_arr{width:0px; height:0px; border-left:10px solid transparent; border-right:10px solid transparent; border-top:10px solid #fff; position:absolute; bottom:-10px; left:42%; display:none; border:none!important;}
	._kt_tab_box_nav li a.active{background:#ffffff!important; color:#000000; position:relative; border-radius:5px 5px 0 0;}
	._kt_tab_box_nav li a:hover{background:#ebebeb!important; color:#000000; position:relative; border-radius:5px 5px 0 0;}
	._kt_tab_box_nav li a.active .active_arr{display:block;}
	._kt_tab_box_nav li#Overview a{background-position:20px 0;}
	._kt_tab_box_nav li#Activity a{background-position:20px -50px; position:relative;}
	._kt_tab_box_nav li#Activity a .tag_new{position:absolute; top:3px; right:3px; display:block; width:16px; height:10px; background:url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/tag_new.png") no-repeat;}
	._kt_tab_box_nav li#Media a{background-position:20px -100px}
	._kt_tab_box_nav li#Backers a{background-image:none; position:relative; padding-right:26px !important;}
	._kt_tab_box_nav li#Discussion a{background-position:20px -150px}
	._kt_tab_box_nav li#Fundraisers a{background-position:20px -400px;}
	._kt_tab_box_nav li#Overview a.active, ._kt_tab_box_nav li#Overview a:hover{background-position:20px 0px;}
	._kt_tab_box_nav li#Activity a.active, ._kt_tab_box_nav li#Activity a:hover{background-position:20px -250px;}
	._kt_tab_box_nav li#Media a.active, ._kt_tab_box_nav li#Media a:hover{background-position:20px -300px}
	._kt_tab_box_nav li#Discussion a.active, ._kt_tab_box_nav li#Discussion a:hover{background-position:20px -350px}
	._kt_tab_box_nav li#Fundraisers a.active, ._kt_tab_box_nav li#Fundraisers a:hover{background-position:20px -450px}
	._kt_tab_box_nav ._kt_backers_icon{position:absolute; left:20px; top:13px; }
	/* 6.1 Boxed Tab Navigation CSS ends */
	/* 6.2 Simple Tab Navigation CSS begins */
	._kt_tab_simple_nav{margin-bottom:15px;}
	._kt_tab_simple_nav li{float:left; margin-right:10px;}
	._kt_tab_simple_nav li a{padding:0 24px; display:block; line-height:30px}
	._kt_tab_simple_nav li a:hover, ._kt_tab_simple_nav li a.active{color:#666}
	._kt_tab_simple_nav li:first-child{margin-left:0px !important}
	._kt_tab_simple_nav li:first-child a{padding-left:0px !important}
	._kt_tab_simple_nav li:last-child{margin-right:0px !important}
	/* 6.2 Simple Tab Navigation CSS ends */
	/* Tabs CSS begins */
	
	/* 7. Testimonial Box CSS begins */
	._kt_testimonial_wrapper{width:265px;}
	._kt_testimonial_wrapper .content_wrapper{padding-right:40%; padding-bottom:30px; min-height:150px; position:relative;}
	._kt_testimonial_wrapper .content_wrapper img{position:absolute; bottom:0; right:0; z-index:998}
	._kt_testimonial_wrapper .content_wrapper p.testimonial{line-height:20px; position:relative; z-index:999; margin-bottom:20px}
	._kt_testimonial_wrapper .content_wrapper p.writer_name{font-size:16px; font-weight:400; margin-bottom:5px}
	._kt_testimonial_wrapper .content_wrapper p.location{font-size:12px}
	/* 7. Testimonial Box CSS ends */
	
	/* 8. Listing Box CSS begins */
	._kt_listing_box_wrapper{background:#FFF; -webkit-border-radius:5px;  -moz-border-radius:5px; border-radius:5px; margin-bottom:15px; padding:215px 25px 20px; width:24.6%; position:relative; /*overflow:hidden;*/ border:1px solid #f3f3f3; float:left;}
	._kt_listing_box_wrapper .listing_image_wrapper{width:100%; height:200px; overflow:hidden; margin-bottom:15px; position:absolute; top:0; left:0; overflow: hidden;}
	.listing_image_wrapper a{display:block; width:100%;}
	.listing_image_wrapper img.listing_image{/*height:100%;*/ width:100%; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
	.listing_image_wrapper .listing_category{width:210px; position:absolute; bottom:0; line-height:32px; color:#FFF; background:#000; opacity:0.85;filter:alpha(opacity=85); /* IE patch */ padding:0 10px; text-transform:uppercase; font-weight:400; -webkit-transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; -ms-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in; transition:all 0.2s ease-in;}
	.listing_image_wrapper .listing_category{width:210px; position:absolute; bottom:0; line-height:32px; color:#FFF; background:#000; opacity:0.85;filter:alpha(opacity=85); /* IE patch */ padding:0 10px; text-transform:uppercase; font-weight:400; -webkit-transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; -ms-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in; transition:all 0.2s ease-in;}
	.listing_image_wrapper:hover .listing_category{opacity:0; filter:alpha(opacity=0); /* IE patch */}
	.listing_image_wrapper .listing_hover_overlay{opacity:0.6; filter:alpha(opacity=60); /* IE patch */ background:#000; z-index:998; }
	.listing_image_wrapper .listing_hover_data{z-index:999;}
	._kt_listing_box_wrapper .listing_image_wrapper:hover .listing_hover_overlay{opacity:0.50 !important; filter:alpha(opacity=50) !important; /* IE patch */}
	._kt_listing_box_wrapper .listing_image_wrapper:hover .listing_hover_data{opacity:1 !important; filter:alpha(opacity=100) !important; /* IE patch */}
	.listing_image_wrapper .listing_hover_data, .listing_image_wrapper .listing_hover_overlay{width:100%; height:100%; position:absolute; top:0; left:0; opacity:0 !important; filter:alpha(opacity=0) !important; /* IE patch */ cursor:pointer; -webkit-transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; -ms-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in; transition:all 0.2s ease-in; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
	.listing_image_wrapper .listing_hover_overlay_funded{width:100%; height:100%; position:absolute; top:0; left:0;  /* opacity:9 !important; filter:alpha(opacity=9) !important;IE patch    cursor:pointer;*/ -webkit-transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; -ms-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in; transition:all 0.2s ease-in; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; background:url("https://d1vdjc70h9nzd9.cloudfront.net/images_old/transparent.png") top left repeat; text-align:center;}
	.listing_image_wrapper .listing_hover_overlay_funded img{margin:50px auto 15px auto;}
	.listing_image_wrapper .listing_hover_overlay_funded h2{  width:90%; text-align:center; margin:5px auto 5px auto; font-family:Montserrat; font-size:16px; color:#ffffff; text-transform:uppercase;}
	.listing_image_wrapper .listing_hover_overlay_funded h3{ width:90%; text-align:center; margin:5px auto 5px auto; font-family:Montserrat; font-size:14px; color:#ffffff; font-style:italic;}
	.induvidual_widg{width:82%; margin:10px auto 0 auto; text-align:center; padding-left: 10px;}
	.listing_hover_data .figures{padding:10px 15px; background:#000; opacity:0.8; margin-bottom:20px; filter:alpha(opacity=80) !important; /* IE patch */ margin-bottom:20px; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
	.listing_hover_data ._kt_raisedGoalAmt_wrapper{margin-bottom:0px !important}
	.listing_hover_data ._kt_raisedGoalAmt_wrapper p{color:#FFF}
	.listing_hover_data p.desc{color:#FFF; padding:0 20px; margin-bottom:15px; height:38px; overflow:hidden;}
	.listing_hover_data .image_wrapper{ height:50px; overflow:hidden; border:2px solid #333; width:50px; -webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px; margin-bottom:20px;}
	.listing_hover_data .image_wrapper img{/*height:100%;*/}
	.listing_details_wrapper .top_section {height:66px; margin-bottom:10px}
	.listing_details_wrapper .top_section a.listing_name{font-size:16px; display:block; max-height:40px; overflow:hidden; word-wrap:break-word; font-weight:400; color:#414a58; -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	.listing_details_wrapper .top_section a.listing_name:hover{ color:#414a58; text-decoration:underline;}
	.listing_details_wrapper .top_section .creator{line-height:20px; font-size:12px; height:20px; overflow:hidden;  word-wrap:break-word;}
	/*.listing_details_wrapper .desc{font-size:14px; height:36px; overflow:hidden; margin-bottom:15px; line-height: 18px; color:#7a7a7a; }*/
	.listing_details_wrapper .desc{font-size:13px; /*height:36px; overflow:hidden; margin-bottom:15px; line-height: 18px;*/ color:#7a7a7a; }
	#ketto_ngo .listing_details_wrapper .desc {color: #7a7a7a; font-size: 14px; height:38px; margin-bottom:10px; overflow: hidden;}
	#ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {margin-bottom: 5px; width: 69%; clear:both; height:40px;}
	.listing_details_wrapper .running_camp_count{margin-bottom:10px;}
	.listing_details_wrapper ._kt_raisedGoalAmt_wrapper{width:69%; margin-bottom:5px;}
	.listing_details_wrapper ._kt_backers_icon{margin-top:18px; margin-right:0px}
	.listing_details_wrapper ._kt_progress_bar_wrapper{clear:both; margin-bottom:0}
	/* Featured Listing Box CSS begins */
	._kt_featured_listing_wrapper{margin-bottom:20px; position:relative; background-color:#FFF; -webkit-border-radius:5px;  -moz-border-radius:5px; border-radius:5px;}
	._kt_featured_listing_wrapper img{width:100%}
	._kt_featured_listing_wrapper ._kt_daysleft_wrapper{position:absolute; top:0; right:60px;}
	._kt_featured_listing_wrapper .featured_listing_content{padding:20px 0px; margin-bottom:20px;}
	._kt_featured_listing_wrapper .featured_listing_content .listing_progress_data{width:40%}
	._kt_featured_listing_wrapper .featured_listing_content .listing_data{width:60%}
	._kt_featured_listing_wrapper .featured_listing_content .listing_data p.title{font-size:24px; text-transform:uppercase; margin-bottom:10px}
	._kt_featured_listing_wrapper .featured_listing_content .listing_data p.creator{font-size:16px;}
	._kt_featured_listing_wrapper .featured_listing_content .listing_progress_data ._kt_raisedGoalAmt_wrapper{float:left; margin-bottom:10px !important;}
	._kt_featured_listing_wrapper .featured_listing_content .listing_progress_data ._kt_backers_icon{margin-right:10px; margin-top:15px}
	/* Featured Listing Box CSS ends */
	/* 8. Listing Box CSS ends */
	
	/*A CAMPAIGN PAGE START 22 JULY 2014*/
	.kt_StartCampaignTop{width:100%; float:left; background:#ffffff;}
	.kt_commomGreenHeadSty{float:left; width:100%; height:140px; text-align:center; padding-top:40px;}
	.kt_commomGreenHeadSty h2{height:140px; line-height:140px; font-size:72px; text-transform:uppercase; font-weight:600; color:#323a45;}
	.kt_startCampaignWelcomeTxt{float:left; width:100%; text-align:center; padding-top:10px;}
	.kt_startCampaignWelcomeTxt h3{line-height:30px; font-size:22px; font-weight:300; color:#323a45;}
	.kt_startCampaignCtaOuter{float:left; width:100%; text-align:center;}
	.kt_startCampaignCtaOuter .startCampaignCTA{display:inline-block; text-align:center; height:79px; line-height:79px; font-size:25px; font-weight:600; color:#ffffff; text-transform:uppercase; text-decoration:none; padding:0 50px 0 50px; background:#2196eb/* url(https://d1vdjc70h9nzd9.cloudfront.net/images_old/btn_arrow.png) center right no-repeat*/; border:0px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; margin:40px 0 35px 0; border-bottom:1px solid #1e8fe1; -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	.kt_startCampaignCtaOuter .startCampaignCTA:hover{background:#1e8fe1; border-bottom:1px solid #1a81cc;}
	.kt_globelOuter{float:left; width:100%; margin-bottom:30px;}
	.kt_globelcontainer{width:1070px; margin:0 auto;}
	.kt_globelcontainer h2.startCampaing{ color:#000000; font-size:22px; font-weight:500; text-align:center; width:100%; padding:30px 0;  border-top:2px solid #F4F4F4;}
	.kt_startCampSampleOuter{float:left; width:100%; padding-bottom:0px; margin-bottom:30px; border-bottom:2px solid #F4F4F4;}
	.kt_startCampSampleLeft{width:48%; margin:0 1% 10px 1%; float:left; position:relative;}
	.kt_startCampSampleRight{width:48%; margin:0 1% 10px 1%; float:left; position:relative;}
	.kt_startCampSampleInfo{position:absolute; width:80%; top:410px;}
	.kt_startCampSampleHeading{float:left; width:82%; padding-left:3%; background:#323a45; opacity:0.95!important; font-size:28px; font-weight:600; color:#ffffff; line-height:62px; height:62px; text-transform: uppercase;}
	.kt_startCampSampleDesc{float:left; width:94%; height:90px; padding:15px 3%; background:#f7f7f7; opacity:0.95!important; font-size:14.5px; font-weight:500;}
	.kt_startCampBottLinks{float:left; width:100%; margin-bottom:20px; margin-top:5px; height:20px;}
	.kt_startCampBottLinks a{padding-right:20px; font-size:14px; font-weight:500; color:#00b1b0; background:url(https://d1vdjc70h9nzd9.cloudfront.net/images_old/more_arrow_green.png) center right no-repeat; text-decoration:none}
	.kt_startCampBottLinks a:hover{text-decoration:underline; color:#00b1b0;}
	.kt_lt{float:left;}
	.kt_rt{float:right;}
	.kt_startCampaignBottomSec{float:left; width:91%; margin:0 1%; padding:50px 3.5% 30px 3.5%; background:#4b9c5c url(https://d1vdjc70h9nzd9.cloudfront.net/images_old/green_pattern.jpg) top left;}
	.kt_startCampaignBottomSec p{font-size:21px; line-height:35px; font-weight:300; color:#ffffff; text-align:center;}
	.kt_startCampaignCtaOuter .startCampaignCTAWhite{display:inline-block; text-align:center; height:60px; line-height:60px; font-size:22px; font-weight:600; color:#00b1b0; text-transform:uppercase; text-decoration:none; padding:0 30px 0 30px; background:#ffffff/* url(/images_old/btn_arrow.png) center right no-repeat*/; border:0px; margin:40px 7px 35px 7px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; border-bottom:1px solid #fff; -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	/*NEW SHARE CODE CSS START FOR LISTING WIDGET*/
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300b,
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300bo,
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300m {display: inline-block; float: none!important; padding: 0 5px!important;}
	/*NEW SHARE CODE CSS END FOR LISTING WIDGET*/
	/*NEW SHARE CODE CSS START FOR RIGHT PANEL*/
	.share_widgets .details-social-wrapper .addthis_default_style .at300b,
	.share_widgets .details-social-wrapper .addthis_default_style .at300bo,
	.share_widgets .details-social-wrapper .addthis_default_style .at300m {width:47% !important; display: inline-block!important; float: left!important; padding: 0 5px 0 0;}
	/*NEW SHARE CODE CSS END FOR RIGHT PANEL*/
	/*.details-social-wrapper #u_0_2 .pluginCountTextDisconnected{width:200px!important;}*/
	
	/*CSS FOR DONATE PAGE POPUP 09-06-2014 START*/
	.fancybox-skin {background:#ffffff!important; border-radius:0px; color:#444444; position:relative; text-shadow:none;}
	.popupWrapper {padding:10px 3% 3%;}
	.donetpopup{float:left; margin-right:3%; width:97%;}
	.donetpopup p{font-size:14px;  font-weight:300; line-height:18px;}
	.donetpopup p strong{font-size:15px; font-weight:500;}
	.donatepopupSubmit{float:left; background:#00b1b0!important; color:#ffffff; font-size:16px!important;  font-weight:500!important; height:43px!important; line-height:43px!important; text-align:center; padding:0 30px!important; border:0px;}
	.donateRow{float:left; width:100%;  background:url("/images_old/rowShadow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0)!important; padding:10px 0 35px;}
	.donateRow input[type="text"]{width:64%!important; margin-right:2%; display:inline-block; float:left; height:29px!important; line-height:29px!important; background:#f7f7f7; border:1px solid #efefef!important; font-weight:100!important; font-size:14px!important; padding:6px 10px!important;}
	p.thankyousmallmessage{font-size:16px!important;  font-weight:400!important; color:#000000; }
	.ktt_popupInnerScroller{float:left; width:98%; padding-right:2%; overflow-y: auto; height: 140px; /*height: 250px;*/ padding-bottom:31px;}
	/*ul.rwForm h3 {color:#000000; float:left; font-size:15px; font-weight:500; margin-bottom:0; width:100%;}*/
	ul.rwForm h3 { color: #000000; float: left; font-size: 15px; font-weight: normal; margin-bottom: 10px; width: 100%;}	
	/*.popupWrapper_payment .error {background:#FFEBE8; border:1px solid #DD3C10;margin-top:0px; padding:16px 0; width:40%; float:left; text-align:center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}*/
	.popupWrapper_payment .error { background:#ffebe8; border: 1px solid #e69083; border-radius: 3px; float: left; font-size: 12px; margin-top: 0; padding: 6px; text-align: center; width: 38%;}
	/*CSS FOR DONATE PAGE POPUP 06-06-2014 END*/
	/*CSS FOR PAYMENT PAGE POPUP AND PAYPAL PAGES START--------10-MAY-2014*/
	.popupWrapper_payment { margin-bottom: 8px; padding: 20px 3% 3%;}
	.popupWrapper_payment{height: inherit; overflow-y: none; padding-right: 0; width: auto; position:relative; float:left;}
	.popupWrapper_payment { height: inherit; padding-right: 0; width: 95%;}
	.popupWrapper{padding:40px 3% 3% 3%;}
	/*.popupLeftSec{float:left; width:67%; margin-right:3%; margin-bottom:48px;}*/
	.popupLeftSec {float: left; margin-bottom: 48px; margin-right: 0%; width: 99%;}
	/*.popupLeftSec h2{float:left; width:100%; height:30px; margin-bottom:30px; line-height:25px; font-weight:600; font-size:30px; color:#666666;}*/
	.popupLeftSec h2 { color: #333; float: left; font-size: 25px; font-weight: 600; height: 30px; line-height: 25px; margin-bottom: 10px; text-transform: uppercase; width: 100%;}
	/*ul.rwForm{float:left; width:100%; margin-bottom: 22px;}*/
	ul.rwForm { float: left; margin-bottom:18px; width: 100%;}
	/*ul.rwForm li{float:left; width:94%; border-bottom:1px solid #e6e6e6; padding:10px 3%; width:96%;margin-bottom:0;}*/
	ul.rwForm li { border-bottom: 1px solid #e6e6e6; float: left; margin-bottom: 0; padding: 10px 3%; width: 94%;}
	ul.rwForm li:last-child { border-bottom: 0px solid #e6e6e6!important; float: left; margin-bottom: 0; padding: 10px 3%; width: 94%;}
	ul.rwForm li:hover, ul.rwForm li.active{background:#f7f7f7; cursor:pointer;}
	ul.rwForm li.mainfield{float:left; width:100%; border-bottom:1px solid #e6e6e6; padding:10px 3%; width:96%; margin-bottom:0;}
	ul.rwForm li.mainfield:hover{background:none; cursor:default;}
	
	/*ul.rwForm li.noborder{border-bottom:0;}*/
	ul.rwForm li.noborder { border-bottom: 0; margin-bottom: 20px; padding: 0;}
	ul.rwForm  h3{float:left; width:100%; /*font-weight:600;*/ font-size:15px; font-weight:500; margin-bottom:5px; color:#000000;}
	.ktt_alert{font-size:11px; margin-bottom: 10px;float: left;width:87%;color:#ffaa33; padding:8px 10% 8px 2%; background:#ffffff url(/images_old/alert_image.png) right center no-repeat; border:1px solid #ffaa33; }
	/*.textareaOuter{float:left; width:55%; margin-right:2%;}*/
	.textareaOuter {float: left; margin-right: 2%; width: 56%;}
	input[type="text"], input[type="password"], input[type="checkbox"], select, textarea{box-shadow:none;}
	.textareaOuter input[type="text"]{width:86%; resize:none; background:#fbfbfb url(/images_old/form_icon_ruppee.png) 15px center no-repeat;  border:1px solid #efefef!important;  padding:15px 10px 15px 12%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size: 14px; font-weight:400;}
	/*.popupLeftSec .textareaOuter input[type="text"]{width:82%; resize:none; background:#fbfbfb!important;  border:1px solid #efefef!important;  padding:15px 4% 15px 4%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size: 14px; font-weight:400;}*/
	.popupLeftSec .textareaOuter input[type="text"] {background: #fbfbfb !important; border: 1px solid #efefef !important; border-radius: 5px; font-size: 14px; font-weight: 400; padding: 15px 4%; resize: none; width: 90%;}
	.textarealable{float:left; width:43%; font-weight:normal; font-size:14px; font-style:italic; color:#686868; line-height:36px;}
	.marginBottom{margin-bottom:30px;}
	/*.radioBtnOuter{float:left; width:7%; margin-right:1%;}*/
	.radioBtnOuter { float: left; margin-right: 1%; width: 5%;}

/*.radioBtnlable{float:left; width:23%; margin-right:1%; font-weight:500; font-size:16px; color:#000000;}*/
	.radioBtnlable { color: #000000; float: left; font-size: 13px; font-weight: 500; margin-right: 1%; width: 23%; margin-top:-1px;}
	.radioBtnlable span{float:left; clear:both; margin-top:0px; font-size:13px; font-weight:normal; color:#686868;}
	.radioBtnlable span span{float:left; clear:both; margin-top:1px; }
	.radioBtnlable h3{float:left; width:100%; line-height:30px; font-weight:600; font-size:14px; font-style:italic; color:#686868;}

	/*.radioBtnDesc{float:left; width:66%; margin-right:0; font-weight:500; font-size:15px; color:#686868;}
	.radioBtnDesc {color: #686868; float: left; font-size: 12px; font-weight: 500; margin-right: 0; width: 70%;}*/
	.radioBtnDesc { color: #686868; float: left; font-size: 12px; font-weight: 500; margin-right: 0; width: 66%;}

	.radioBtnDesc a{color:#00a1c9; text-decoration:none;}
	.radioBtnDesc a:hover{color:#00a1c9; text-decoration:underline;}
	
	/*.radioBtnDesc strong{float:left; width:66%; margin-right:0; font-weight:500; font-size:16px; color:#3a3a3a;}*/
	.radioBtnDesc strong { color: #3a3a3a; float: left; font-size: 13px; font-weight: 500; margin-right: 0; width: 66%;}

	/*.buttonOuter{float:right; width:70%; text-align:center; position:fixed; bottom:50px;}*/
	
	.buttonOuter {background:/*url(/images_old/white_transparent_bg.png) top left repeat*/; border-top: 0px solid #DDDDDD; bottom:0px; float: left; left:3%; padding: 30px 0 10px 0; position:absolute;text-align: center; width:95%; display:block; -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;
	/*-moz-box-shadow:-1px -5px 22px -15px #ccc; -webkit-box-shadow:-1px -5px 22px -15px #ccc; box-shadow:-1px -5px 22px -15px #ccc;*/}
	/*.buttonOuter { width: 97%; padding:30px 0 10px 0;}*/
	
	.buttonOuter input[type="button"],
	.buttonOuter input[type="submit"],
	.buttonOuter a{padding:0 30px 0 30px; width:auto; height:50px; line-height:50px; text-decoration:none; text-align:center; -webkit-border-radius:5px ; -moz-border-radius:5px ; border-radius:5px ; background:#00b1b0; color:#ffffff; font-size:20px; display:inline-block; margin:0 10px; /*text-shadow: 0 1px 2px #2E2E2E; */font-weight:500; border:0; cursor:pointer; border-bottom:1px solid #00a3a2; -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	
	.disableFDonor{background:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important;  border-bottom:1px solid #ccc!important; color:#808080!important; cursor:default!important;}
	
	
	.buttonOuter input[type="button"]:hover,
	.buttonOuter input[type="submit"]:hover,
	.buttonOuter a:hover{padding:0 30px 0 30px; width:auto; height:50px; line-height:50px; text-decoration:none; text-align:center; -webkit-border-radius:5px ; -moz-border-radius:5px ; border-radius:5px ; background:#00a3a2; color:#ffffff; font-size:20px; display:inline-block; margin:0 10px; /*text-shadow: 0 1px 2px #2E2E2E; */font-weight:500; border:0; cursor:pointer; border-bottom:1px solid #00a3a2;}
	
	.popupRightSec{float:left; width:30%; display:none;}
	/*.popupRightSec{display:none;}*/
	.noticeImp{float:left; width:88%; padding:6%; background:#f7f7f7; -webkit-border-radius:5px ; -moz-border-radius:5px ; border-radius:5px ;}
	.noticeImp h3{font-weight:500; font-size:16px; color:#000000; float:left; width:100%; margin-bottom:10px;}
	
	
	#kt_popBtn input[type="button"], #kt_popBtn input[type="submit"], #kt_popBtn input[type="cancel"], #kt_popBtn a{
	background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:14px!important; font-weight:500!important; color:#ffffff!important;  padding:0 25px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important; width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; margin-right: 2%;}
	
	#kt_popBtn input[type="button"]:hover, #kt_popBtn input[type="submit"]:hover, #kt_popBtn input[type="cancel"]:hover, #kt_popBtn a:hover{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:14px!important; font-weight:500!important; color:#ffffff!important; padding:0 25px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	#kt_popBtn input[type="button"]:foucs, #kt_popBtn input[type="submit"]:foucs, #kt_popBtn input[type="cancel"]:foucs, #kt_popBtn a:focus{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:14px!important; font-weight:500!important; color:#ffffff!important; padding:0 25px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	#kt_popBtn input[type="button"].disableFDonor, #kt_popBtn input[type="submit"].disableFDonor, #kt_popBtn input[type="cancel"].disableFDonor, #kt_popBtn a.disableFDonor{
	background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:14px!important; font-weight:500!important; color:#bfbfbf!important;  padding:0 25px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important; width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	
	#kt_popBtn input[type="button"].disableFDonor:hover, #kt_popBtn input[type="submit"].disableFDonor:hover, #kt_popBtn input[type="cancel"].disableFDonor:hover, #kt_popBtn a.disableFDonor:hover{
	background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:14px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 25px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	#kt_popBtn input[type="button"].disableFDonor:foucs, #kt_popBtn input[type="submit"].disableFDonor:foucs, #kt_popBtn input[type="cancel"].disableFDonor:foucs, #kt_popBtn a.disableFDonor:focus{
	background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:14px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 25px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}		
	
	/* 11. CSS UnReset For WYSIWYG ends */
	.wysiwyg{/* Font */ font-family:sans-serif, Arial, Verdana, "Trebuchet MS"; font-size:12px; color:#333; background-color:#fff;}
	.wysiwyg *{line-height:1.6}
	.wysiwyg address, .wysiwyg blockquote, .wysiwyg dd, .wysiwyg div, .wysiwyg dl, .wysiwyg dt, .wysiwyg fieldset, .wysiwyg form, .wysiwyg frame, .wysiwyg frameset, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg noframes, .wysiwyg ol, .wysiwyg p, .wysiwyg ul, .wysiwyg center, .wysiwyg dir, .wysiwyg hr, .wysiwyg menu, .wysiwyg pre   { display:block; unicode-bidi:embed }
	.wysiwyg li              { display:list-item; margin-bottom:6px;}
	.wysiwyg table           { display:table }
	.wysiwyg tr              { display:table-row }
	.wysiwyg thead           { display:table-header-group }
	.wysiwyg tbody           { display:table-row-group }
	.wysiwyg tfoot           { display:table-footer-group }
	.wysiwyg col             { display:table-column }
	.wysiwyg colgroup        { display:table-column-group }
	.wysiwyg td, .wysiwyg th { display:table-cell }
	.wysiwyg caption         { display:table-caption }
	.wysiwyg th              { font-weight:600; text-align:center }
	.wysiwyg caption         { text-align:center }
	.wysiwyg body            { margin:8px }
	.wysiwyg h1              { font-size:2em; margin:.67em 0 }
	.wysiwyg h2              { font-size:1.5em; margin:.75em 0 }
	.wysiwyg h3              { font-size:1.17em; margin:.83em 0 }
	.wysiwyg h4, .wysiwyg p, .wysiwyg blockquote, .wysiwyg ul, .wysiwyg fieldset, .wysiwyg form, .wysiwyg ol, .wysiwyg dl, .wysiwyg dir, .wysiwyg menu{margin:0 0 1em;}
	.wysiwyg h5              { font-size:.83em; margin:1.5em 0 }
	.wysiwyg h6              { font-size:.75em; margin:1.67em 0 }
	.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg b, .wysiwyg strong { font-weight:600 }
	.wysiwyg blockquote      { margin-left:40px; margin-right:40px }
	.wysiwyg blockquote      {font-style:italic; font-family:Georgia, Times, "Times New Roman", serif; padding:2px 0; border-style:solid; border-color:#ccc; border-width:0; }
	.wysiwyg i, .wysiwyg cite, .wysiwyg em, .wysiwyg var, .wysiwyg address    { font-style:italic }
	.wysiwyg pre, .wysiwyg tt, .wysiwyg code, .wysiwyg kbd, .wysiwyg samp       { font-family:monospace }
	.wysiwyg pre             { white-space:normal }
	.wysiwyg button, .wysiwyg textarea, .wysiwyg input, .wysiwyg select   { display:inline-block }
	.wysiwyg big             { font-size:1.17em }
	.wysiwyg small, .wysiwyg sub, .wysiwyg sup { font-size:.83em }
	.wysiwyg sub             { vertical-align:sub }
	.wysiwyg sup             { vertical-align:super }
	.wysiwyg table           { border-spacing:2px; }
	.wysiwyg thead, .wysiwyg tbody, .wysiwyg tfoot           { vertical-align:middle }
	.wysiwyg td, .wysiwyg th, .wysiwyg tr      { vertical-align:inherit }
	.wysiwyg s, .wysiwyg strike, .wysiwyg del  { text-decoration:line-through }
	.wysiwyg hr              { border:1px inset }
	.wysiwyg ol, .wysiwyg ul, .wysiwyg dir, .wysiwyg menu, .wysiwyg dd{ margin-left:40px }
	.wysiwyg ul{list-style:disc}
	.wysiwyg ol              { list-style-type:decimal }
	.wysiwyg ul ul{list-style-type:square}
	.wysiwyg ol ul, .wysiwyg ul ol, .wysiwyg ul ul, .wysiwyg ol ol    { margin-top:0; margin-bottom:0 }
	.wysiwyg u, .wysiwyg ins          { text-decoration:underline }
	.wysiwyg br:before       { content:"\A"; white-space:pre-line }
	.wysiwyg center          { text-align:center }
	.wysiwyg :link, .wysiwyg :visited { text-decoration:underline }
	.wysiwyg :focus          { outline:thin dotted invert }
	.wysiwyg figure.thumbnail {border:0px!important;}
	.wysiwyg figure.thumbnail img {padding:0px!important;}
	.wysiwyg figcaption.caption{width:96.8%!important; /*background:#f6f6f6;*/ border:1px solid #e8e8e8; /*border-top:1px solid #f3f3f3;*/ margin-top:-6px; text-align:left; padding:10px 1.5%; border-radius:0 0 5px 5px; text-align:left; font-style:italic; color:/*#00b1b0*/#333333!important; font-size:10.5px; font-weight:600; margin-bottom:15px; float:left;}

	/*  11. CSS UnReset For WYSIWYG ends */
	
	/* 11. Page Level CSS begins */
	/* 11.1 Start A Campaign CSS begin */
	#StartCampaign h2.pagetitle{font-size:32px; font-weight:400; line-height:80px; height:80px; overflow:hidden; border-bottom:1px solid #CECECE}
	#StartCampaign .page_header{padding-bottom:20px}
	#StartCampaign h2.pagetitle2{line-height:60px !important; height:60px !important; border-bottom:0 none !important }
	#StartCampaign #StepsTabs {margin-bottom:20px}
	#StartCampaign #StepsTabs li{float:left; width:50%; text-align:center; font-size:22px; height:50px; line-height:50px; overflow:hidden;}
	#StartCampaign #StepsTabs li a{color:#666}
	#StepsTabs li.current_step{background-color:#9ea7b3; color:#FFF}
	#StartCampaign p.page_summary{font-size:18px; font-weight:400; margin-bottom:15px;}
	#StartCampaign p.page_details{line-height:24px; text-align:center; }
	#StartCampaign .details_wrapper{margin-bottom:25px}
	#StartCampaign .radio_options li{padding:10px 15px;}
	#StartCampaign .radio_options li.selected{background-color:#e4e5e7}
	#StartCampaign .radio_options label{cursor:pointer; margin-bottom:15px;}
	#StartCampaign .additional_data_wrapper{display:none;}
	#StartCampaign li.selected .additional_data_wrapper{display:block;}
	#StartCampaign .additional_data_wrapper label{margin-right:10px; margin-left:28px;}
	#StartCampaign .no_nav{margin-bottom:25px;}
	#StartCampaign ._kt_form .media_listing li .media_data_wrapper .setForDeletion{display:none}
	/*#DaysData input[type="text"]{width:60px;}
	#DateData input[type="text"]{width:120px;}*/
	#Rewards .form_left_wrapper{width:33%; margin-right:0px;}
	#Rewards .form_right_wrapper{width:67%}
	#RewardsSection .rewards_fields_wrapper, #MembersWrapper .members_fields_wrapper{border-bottom:0px dashed #CECECE; margin-bottom:25px; position:relative;}
	#RewardsSection .rewards_fields_wrapper .action_delete_field, #MembersWrapper .members_fields_wrapper .action_delete_field{position:absolute; top:-20px; right:0; display:block; background:url("/images_old/icon_delete.png") right center no-repeat; padding-right:15px; color:#666}
	#RewardsSection .rewards_fields_wrapper:last-child, #MembersWrapper .members_fields_wrapper:last-child{border-bottom:0 none}
	#Rewards_Wrapper, #Backer_Wrapper{padding-bottom:40px;}
	#Backer_Wrapper .footnote{margin-bottom:15px;}
	#StartCampaign ._kt_form_wrapper{padding-bottom:0px}
	#StartCampaign ._kt_form_wrapper .captcha_wrapper{padding:20px; display:block; background:#f1f1f1; margin-bottom:25px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
	.captcha_wrapper img{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
	.captcha_wrapper a{display:block; padding-bottom: 0 !important}
	#StartCampaign .facebook_login_wrapper{padding:55px 0 75px; border-bottom:1px solid #9EA7B3; margin-bottom:55px; position:relative;}
	#StartCampaign .facebook_login_wrapper span{position:absolute; display:block; font-size:16px; padding:0 50px; background-color:#F0F0F0; bottom:-10px; left:45%}
	#StartCampaign .fieldHead{font-weight:300 !important; margin-bottom:30px !important}
	#StartCampaign .media_form_wrapper .form_right_wrapper textarea{height:136px;}
	#StartCampaign .enhance_wrapper {margin-top:40px;}
	#StartCampaign ul li.enhance_wrapper {margin-top:40px;float:left; /*width:33%;*/width:100%; margin-bottom:10px;}
	#StartCampaign ul li.enhance_wrapper .form_left_wrapper {float: left; margin-right: 1.5%; width: 100%;}
	#StartCampaign .enhance_wrapper .fieldHead{padding-left:22px}
	#StartCampaign .owner_info_wrapper .form_left_wrapper{width:75px !important; margin-right:20px; }
	#StartCampaign .owner_info_wrapper .form_right_wrapper{width:655px !important}
	#StartCampaign .owner_info_wrapper h3{font-size:20px}
	#StartCampaign .owner_info_wrapper .footnote{font-style:normal; margin-bottom:10px}
	#StartCampaign .media_button{padding:0 20px !important; background-image:none}
	#StartCampaign #HeaderStep3{padding-top:20px}
	#StartCampaign h2#PreviewStep{border-bottom:0 none; position:relative;}
	#StartCampaign h2#PreviewStep a{position:absolute; left:0px; font-size:14px;}
	#StartCampaign #CampaignStep3{background-color:#FFF; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; position:relative;}
	#CampaignStep3 .listing_summary_wrapper{padding:45px 0; width:900px; margin-bottom:60px}
	#CampaignStep3 .finalize_wrapper{width:47%; float:left;}
	#CampaignStep3 .right_wrapper{margin-left:5.5%; }
	#CampaignStep3 .finalize_wrapper h3{font-size:24px; font-weight:400; margin-bottom:15px;}
	#CampaignStep3 .finalize_wrapper p{font-size:15px; font-weight:400; margin-bottom:15px;}
	#CampaignStep3 .finalize_wrapper li{margin-bottom:15px; font-size:13px; background-image:url("/images_old/icon_checklist.gif"); background-repeat:no-repeat; padding-left:24px; background-position:left 1px;}
	#CampaignStep3 span.close_summary{display:block; width:20px; height:20px; background-image:url("/images_old/icon_checklist_close.gif"); background-repeat:no-repeat; top:20px; right:20px; position:absolute; cursor:pointer;}
	.listing_summary_wrapper h3{font-size:26px; font-weight:300; margin-bottom:0px; text-align:center;}
	#CampaignStep2, #HeaderStep2, #DummyRewardsSection, #AddMembersDummy{display:none;}
	#CollectInhandWrapper{position:relative}
	#CollectInhandWrapper .loader{position:absolute; width:35px; height:35px; background:url("/images_old/loader_image.gif"); left:175px; display:none}
	.signuperror{/*background-color:#ffebe8; border:1px solid #dd3c10; text-align:center; padding:15px 0; margin-top:5px*/}
	/* 11.1 Start A Campaign CSS ends */
	
	/* 11.2 Campaigns Listing Page CSS starts */
	#CampaignsListing ._kt_title_wrapper{padding-top:5px; margin-bottom:25px;}
	#CampaignsListing .sidebar ._kt_title_wrapper{padding-top:0px; margin-bottom:0px;}
	#CampaignsListing .sidebar ._kt_title_wrapper p{font-size:18px;}
	#CampaignsListing .sidebar .rewards_info_wrapper ._kt_title_wrapper{margin-bottom:15px;}
	#CampaignsListing .sidebar .rewards_info_wrapper ._kt_title_wrapper p{font-size:20px;}
	#CampaignsListing ._kt_title_wrapper p, #ContributeOptions ._kt_title_wrapper p{font-size:24px;}
	/*#CampaignsListing ._kt_three_fourth{margin-right:20px margin-right:1.9%}*/
	#Listings_wrapper ol._kt_three_fourth>li{float:left; /*margin-right:15px;*/ margin:0 1% 15px; position:relative;}
	/*#Listings_wrapper ol._kt_three_fourth>li:nth-child(3n+3) {margin-right:0px !important}*/
	#CampaignsListing .sidebar .rewards_info_wrapper{border-bottom:1px solid #d3d3d3; padding-bottom:20px; margin-bottom:35px}
	#CampaignsListing .sidebar ._kt_testimonial_wrapper {width:auto; /*border-bottom:1px solid #d3d3d3*/}
	#CampaignsListing .sidebar ._kt_testimonial_wrapper .content_wrapper{padding-bottom:0px; margin-bottom:15px}
	#CampaignsListing .sidebar ._kt_testimonial_wrapper .content_wrapper p.testimonial{font-size:25px; line-height:30px; letter-spacing:-0.04em;}
	#CampaignsListing .sidebar ._kt_testimonial_wrapper p.subtext{padding-bottom:20px; line-height:20px;}
	#CampaignsListing .sidebar .rewards_info_wrapper p.infotext{line-height:20px}
	#CampaignsListing .listing_details_wrapper ._kt_progress_bar_wrapper{}
	#CampaignsListing .listing_hover_data .figures{}
	#CampaignsListing .listing_hover_data .image_wrapper{}
	#CampaignsListing .listing_hover_data .image_wrapper img{width:100%}
	#CampaignsListing .listing_hover_data .share{padding:0 10px}
	
	
	#CampaignsListing ._kt_sidebar_nav li#Causes span.count{background-color:transparent !important; color:#666; font-size:12px;}
	#CampaignsListing ._kt_sidebar_nav li#Causes:hover span.count, ._kt_sidebar_nav li#Causes.active span.count{color:#FFF !important}
	#CampaignsListing ._kt_sidebar_nav #CausesListing{background-color:#e6eaef; display:none;}
	#CampaignsListing ._kt_sidebar_nav li#Causes #CausesListing a{padding-left:15px; border-bottom:1px solid #FFF; font-size: 12px;}
	#CampaignsListing ._kt_sidebar_nav li#Causes #CausesListing a:last-child{border-bottom:0 none}
	#CampaignsListing ._kt_sidebar_nav li#Causes:hover #CausesListing a, #CampaignsListing ._kt_sidebar_nav li#Causes.active #CausesListing a{color:#666}
	#CampaignsListing ._kt_sidebar_nav #CausesListing span.count{color:#666 !important}
	#CampaignsListing ._kt_sidebar_nav li#Causes:hover #CausesListing span.count, ._kt_sidebar_nav li#Causes.active #CausesListing span.count{color:#666 !important}
	#CampaignsListing .sidebar ._kt_sidebar_nav.fixPos{position:fixed; width:270px; top:60px; z-index:1998}
	#CampaignsListing .sidebar ._kt_sidebar_nav.fixPosbott{position:absolute}
	#CampaignsListing ._kt_raisedGoalAmt_wrapper span.amount
	#CelebsListing .listing_image_wrapper:hover .listing_category{opacity:1; filter:alpha(opacity=100); /* IE patch */}
	#CelebsListing .listing_details_wrapper .top_section{height:auto;}
	#CelebsListing .listing_details_wrapper .desc{font-size:14px; height:auto;}
	#CelebsListing .listing_details_wrapper .running_camp_count{font-size:14px; margin-bottom:15px; border-top:1px solid #D3D3D3; padding-top:15px;}
	#CelebsListing .listing_details_wrapper .running_camp_count span{display:block; font-size:32px; font-weight:400}
	#CelebsListing .listing_details_wrapper ._kt_raisedGoalAmt_wrapper{width:100%}
	#CelebsListing .listing_details_wrapper ._kt_raisedGoalAmt_wrapper p{font-size:14px;}
	#CelebsListing ._kt_raisedGoalAmt_wrapper span.amount{font-size:32px;}
	
	/*CORPORATE WIDGET*/
	/*.ketto_ngo .listing_image_wrapper .listing_hover_overlay { opacity: 0.6; background: none!important; z-index: 998;}*/
	/*li.ketto_ngo {margin: 0 auto 15px auto !important; width: 40%!important;}*/
	.ketto_ngo .listing_details_wrapper .top_section {border-bottom:1px solid #f2f2f2; height:36px; overflow:hidden; padding-bottom:10px; margin-bottom:7px!important;}
	.ketto_ngo .listing_details_wrapper .top_section p.category_wrapper {margin-bottom:0!important;}
	.ketto_ngo .listing_details_wrapper .top_section a.listing_name {font-size:15px; display:block; max-height:36px; overflow:hidden; word-wrap:break-word; font-weight:600; color:#414a58; transition:all 450ms ease-in-out 0s;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper p, .ketto_ngo .noOfCampaign_wrapper p{font-size:10px; color:#b4b4b4; font-style:normal; text-align:left; font-weight:lighter;}
	.ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {clear: none!important; float:left; margin-bottom: 5px; width: 70%!important; height: 40px;}
	.ketto_ngo .listing_details_wrapper .noOfCampaign_wrapper {clear: none!important; float:left; height: 40px; margin-bottom: 5px; width: 28%!important; background: none!important; margin-top: 0px!important; padding-top: 0px!important; padding-left:1%; }
	.ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper, .ketto_ngo .listing_details_wrapper .noOfCampaign_wrapper{ margin-bottom: 0px!important;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount {/*color:#00b1b0!important;*/ display: block; font-size: 18px; font-weight: 600; word-wrap: break-word; text-align: left;}
	.ketto_ngo .noOfCampaign {color: #424242; display: block;font-size: 18px;font-weight: 600; text-align: left; word-wrap: break-word;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount > span {padding-right:0px!important; font-size: inherit;}
	li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width: 26.4%; position: relative; border: 1px solid #F3F3F3; float: left;}
	.ketto_ngo .listing_image_wrapper { margin-bottom: 10px!important;}
	
	.branding_OGQ_tabcontent_wrapper #CurrentCorporates ol {padding-bottom:30px;}
	.branding_OGQ_tabcontent_wrapper #CurrentCorporates ol li#ketto_ngo, .branding_OGQ_tabcontent_wrapper #CurrentNGOs ol li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width: 20.2%!important; position: relative; border: 1px solid #F3F3F3; float: left;}
	
	/*Responsive dropdown CSS starts*/
	.responsive-dropdown{float:right;z-index:999;width:35%; display:none}
	.kt_campaign_dropdown{display:block;line-height:42px;background:url("/images_old/dropdown_arrow.png");position:relative; font-size:16px;}
	.kt_campaign_dropdown li a, .kt_campaign_dropdown li ul.sub-menu li a {text-decoration:none;color:#666;padding:0 5px 0 43px;display:block; text-transform:uppercase; font-size:13px;}
	
	#CausesListing {height:125px; overflow-y:scroll; background:#ffffff;}
	#CausesListing .sub-menu1 a {background:#ff0000; }
	
	.kt_campaign_dropdown li.active_tab {background-image:none;}
	.kt_campaign_dropdown li.active_tab a{padding-left:10px}
	.dropdown_img{background:url("/images_old/dropdown_arrow.png") no-repeat;position:absolute;right:5px;display:block;height:11px;width:21px;cursor:pointer;top:18px;
	  background-size:80% auto}
	.kt_campaign_dropdown li{position:relative; background-image:url("/images_old/sprite_sidebar_nav.png"); background-repeat:no-repeat;background-color:#FFF;display:block;background-size:50px auto; }
	.kt_campaign_dropdown li ul.sub-menu li{background-position:0px -4px; border-bottom:1px solid #f0f0f0}
	.kt_campaign_dropdown li ul.sub-menu li:last-child{border-bottom:0 none;}
	.kt_campaign_dropdown li.active_tab,.kt_campaign_dropdown li ul.sub-menu li.active_tab{background-color:#9ea7b3;}
	.kt_campaign_dropdown li.active_tab a,.kt_campaign_dropdown li ul.sub-menu li.active_tab a{color:#FFF}
	.kt_campaign_dropdown li ul.sub-menu {display:none;position:absolute;top:42px;left:0;z-index:1000;width:99%; border:1px solid #9ea7b3; border-top:0 none;}
	.kt_campaign_dropdown li#All{background-position:0px -4px;}
	.kt_campaign_dropdown li#Hot{background-position:0 -104px}
	.kt_campaign_dropdown li#Celeb{background-position:0 -206px}
	.kt_campaign_dropdown li#Corp{background-position:0 -305px}
	.kt_campaign_dropdown li#NGO{background-position:0 -405px}
	.kt_campaign_dropdown li#Events{background-position:0 -506px}
	.kt_campaign_dropdown li#Causes{background-position:0 -600px}
	.kt_campaign_dropdown li#Stories{background-position:0 -706px}
	

	/*Responsive dropdown CSS ends*/
	/* 11.2 Campaigns Listing Page CSS ends */
	
	
	
	/* 11.4 Events Listing Page CSS starts */
	#CurrentCampaigns, #SuccessStories, #AboutEvent{min-height:350px;}
	#EventsListing .featured_image_wrapper {background-size: cover; background-repeat:no-repeat; background-position:center center; margin-bottom:25px;}
	#EventsListing ._kt_breadcrumb{border-bottom:0 none; margin-bottom:0}
	#EventsListing #EventCampaignDetails h2{font-size:42px; font-weight:500; color:#FFF; letter-spacing:-0.01em; margin-bottom:245px; background:url("/images_old/trans.png"); padding:0 20px; float:left; margin-top: 30px;}
	#EventsListing #EventCampaignDetails .event_campaign_actions{float:right; width:50%; margin-bottom:20px; clear:left; display:block;}
	.eventSmall{display:none;}
	#EventsListing #EventCampaignDetails .event_campaign_actions li{float:left; width:48.5%}
	#EventsListing #EventCampaignDetails .event_campaign_actions li:first-child{margin-right:2.8%}
	#EventsListing .events_tabs_nav li{float:left; /*text-transform:uppercase;*/ font-weight:500; margin-right:4px;} 
	#EventsListing .events_tabs_nav li a{display:block; padding:12px 0px 10px; margin-right:20px; background:none; color:#333;  border-bottom:2px solid #eaeaea;
	/*-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; border-top-left-radius:5px; border-top-right-radius:5px;*/ color:#555; font-size: 16px; font-weight: 500;line-height: 30px;}
	#EventsListing .events_tabs_nav li a:hover{border-bottom:2px solid #dbdbdb;}	
	#EventsListing .events_tabs_nav li a.active{background:none; border-bottom:2px solid #00b1b0; color:#3399cc;}
	#EventsListing #TeamLeaderboard #Listings_wrapper ol>li{/*margin-right:28px; float:left;*/float:left; margin: 0 0.6% 15px; width: 18.9%;}
	/* #EventsListing #TeamLeaderboard #Listings_wrapper ol>li:nth-child(3n+3){margin-right:28px !important}
	 #EventsListing #TeamLeaderboard #Listings_wrapper ol>li:nth-child(4n+4){margin-right:0}*/
	#EventsListing #TopIndividuals ol li{float:left; margin-right:50px; margin-bottom:25px}
	#EventsListing #TopIndividuals ol>li:nth-child(7n+7){margin-right:50px !important;}
	#EventsListing #TopIndividuals ol>li:nth-child(5n+5){margin-right:0px !important;}
	#EventsListing #TopIndividuals li._kt_backers_wrapper{width:170px; margin-bottom:50px}
	#EventsListing #TopIndividuals li._kt_backers_wrapper a{display:block; color:#666}
	#EventsListing #TopIndividuals li._kt_backers_wrapper .backer_name{font-weight:500; font-size:16px; margin-bottom:5px; color:#39C}
	#EventsListing #TopIndividuals li._kt_backers_wrapper .backers_image_wrapper{margin:0 auto 10px;}
	#EventsListing #TopIndividuals li._kt_backers_wrapper ._kt_location{background:none; margin-bottom:5px;}
	#EventsListing #TopIndividuals li._kt_backers_wrapper ._kt_location span.icon_location{background:url("/images_old/icon_location.png") no-repeat; display:inline-block; width:14px; height:19px; margin-right:5px}
	#EventsListing #TopIndividuals li._kt_backers_wrapper .backers_count b{font-weight:500;}
	#TopIndividuals, #Story{display:none;}
	
	#EventsListing .events_tabs_nav{background: url("/images_old/nav_bg.png") repeat-x scroll left bottom rgba(0, 0, 0, 0); float: left; margin-bottom: 15px; width: 100%;}
	.events_listing_tab_content h2{font-size: 26px; margin-bottom: 15px;font-weight: 500; padding:0;}
	.events_listing_tab_content h3{font-size: 24px; margin-bottom: 10px;font-weight: 400; padding:0;}
	/* 11.4 Events Listing Page CSS ends */
	
	/* 11.5 NGO Profile Page CSS starts */
	#ProfileDetails ._kt_tab_box_nav li a{padding:0 0px 0 15px}
	#ProfileDetails ._kt_tab_box_nav li#Discussion a{padding-right:41px}
	#ProfileDetails .listings_wrapper ol>li{float:left; margin-right:20px}
	/*#ProfileDetails .listings_wrapper ol>li:nth-child(3n+3) {margin-right:0px !important}*/
	#ProfileDetails #CampaignDetailsSidebar{margin-top:48px; margin-bottom: 30px;}
	#ProfileDetails #CampaignDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper{width:auto; padding:15px 0; border-top:0px solid #D3D3D3; border-bottom:0px solid #D3D3D3; margin-bottom:20px;}
	#ProfileDetails #CampaignDetailsSidebar .listing_details_wrapper ._kt_button_big{height:35px; line-height:35px; margin-bottom:20px;}
	#ProfileDetails #CampaignDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper p{margin-bottom:5px; font-size:14px;}
	#ProfileDetails #CampaignDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount{font-size:50px; font-weight:600}
	#ProfileDetails #CampaignDetailsSidebar .profile_sidebar_data_wrapper h3{font-weight:600; font-size:15px; margin-bottom:10px;}
	#ProfileDetails #CampaignDetailsSidebar .profile_sidebar_data_wrapper p{line-height:30px; word-wrap:break-word}
	#ProfileDetails #CampaignDetailsSidebar .user_details_header ._kt_round_image_wrapper{margin-right:15px;}
	#ProfileDetails #CampaignDetailsSidebar .user_details_header .user_details_header_text {width:62.25%}
	#ProfileDetails #CampaignDetailsSidebar .user_details_header .user_details_header_text h3{font-size:14px; margin-bottom:5px}
	#ProfileDetails #CampaignDetailsSidebar .user_details_header .user_details_header_text h4{font-size:13px; margin-bottom:5px;}
	#ProfileDetails #CampaignDetailsSidebar .user_details_header .user_details_header_text ._kt_button_big{font-size:13px; padding:0 15px; height:25px; line-height:25px;}
	#ProfileDetails ._kt_three_fourth ._kt_three_fourth{width:100%; margin-right:0px}
	#ProfileDetails #CampaignDetailsSidebar .individual_details ._kt_raisedGoalAmt_wrapper li{float:left; margin-right:10px; padding: 3% !important}
	#ProfileDetails #CampaignDetailsSidebar .individual_details ._kt_raisedGoalAmt_wrapper li:last-child{margin-right:0px; padding:0 5px;}
	#ProfileDetails #CampaignDetailsSidebar .individual_details ._kt_raisedGoalAmt_wrapper span.amount{font-size:24px}
	#ProfileDetails #CampaignDetailsSidebar .individual_details ._kt_raisedGoalAmt_wrapper p{font-size:12px; color:#ffffff;}
	#ProfileDetails .smallScreenIndDisp{display:none}
	.tab_content{background:#ffffff; float: left; margin-bottom: 15px; padding: 3%; width: 94%; min-height:600px;}
	#ProOverviewBen, #ProOverviewGeo, #ProOverviewHist, #ProOverviewMission, #ProfileFunded{display:none;}
	.NGODetailsNav a{width:167px; text-align:center; background-position-x:40px !important }
	.ngodetailssidebar{padding-top:0 !important; border-top:0 none !important;}
	.ind_sidebar ._kt_listing_box_wrapper {padding:5.5% 0 !important;}
	.ind_sidebar .user_details_header {padding:0 5.5%}
	.ind_sidebar ._kt_raisedGoalAmt_wrapper{padding:0px !important}
	.ind_sidebar ._kt_raisedGoalAmt_wrapper li{width:44%; color:#FFF; margin-right:0px !important; padding:10px 0 !important; text-align:center}
	.ind_sidebar ._kt_raisedGoalAmt_wrapper li:first-child{background-color:#2d9fee}
	.ind_sidebar ._kt_raisedGoalAmt_wrapper li:last-child{background-color:#00b1b0}
	.ind_sidebar .user_details_header{margin-bottom:15px}
	.ind_sidebar .user_details_header_text{width:57% !important; margin-bottom:15px}
	.ind_sidebar .user_details_header ._kt_round_image_wrapper img{width:auto !important; height:75px}
	.ind_sidebar .profile_sidebar_data_wrapper{padding:0 5.5%}
	
	.tempWidth{width: 98%!important;}
	#ProfileDetails ._kt_listing_box_wrapper { background:#fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 18.1%;}
	#ProfileDetails ._kt_listing_box_wrapper1 { background:#fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% 10px 1% !important;  padding: 20px 25px 20px; position: relative; width: 78.1%;}
	/*INDIVIDUAL PAGE CSS*/
	#ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper { background:#fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 24.1%;}
	/* 11.5 NGO Profile Page CSS ends */
	
	/* 11.6 Contribute Now Page CSS starts */
	.contribute_page .newsletter_wrapper label{margin-bottom:0}
	.contribute_page .shipping_header .footnote{margin-bottom:0; display:inline; font-weight:normal;}
	.contribute_page .pay_method_wrapper .enhance_wrapper{margin-top:0px !important;} 
	.contribute_page .pay_method_wrapper .enhance_wrapper label{margin-bottom:0px;}
	.contribute_page ._kt_form .currency{width:82.5%; line-height: 30px; margin-bottom:10px!important; margin:3px 2% 3px 2%;}
	label [for="ContributeAmount"]{margin-top:50px;}
	
	#ContributeOptions .payment-note{font-size:16px; line-height:30px;}
	#ContributeOptions .payments-container {  padding:0 0 55px; overflow:hidden }
	#ContributeOptions .payments-container li { float:left; background:#f9f0a7; width:28.5%; height:118px; border:1px solid #dcd29e; padding:35px 4.673% 10px 14.02%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
	#ContributeOptions .payments-container li h3 { font-weight:normal; font-size:20px; margin-bottom:20px; }
	#ContributeOptions .payments-container li h3 strong { font-weight:bold }
	#ContributeOptions .payments-container li p { color:#666; margin-bottom:10px; }
	#ContributeOptions .payments-container li span.btn-donate-outer-border { background:#00457f; background:-moz-linear-gradient(top, #00457f 0%, #0084d1 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #00457f), color-stop(100%, #0084d1)); background:-webkit-linear-gradient(top, #00457f 0%, #0084d1 100%); background:-o-linear-gradient(top, #00457f 0%, #0084d1 100%); background:-ms-linear-gradient(top, #00457f 0%, #0084d1 100%); background:linear-gradient(to bottom, #00457f 0%, #0084d1 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00457f', endColorstr='#0084d1', GradientType=0 );
																 display:inline-block; padding:1px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
	#ContributeOptions .payments-container li span.btn-donate-outer-border span.btn-donate-inner-border { display:block; padding:1px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#6cb7e5; background:-moz-linear-gradient(top, #6cb7e5 0%, #004c8a 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #6cb7e5), color-stop(100%, #004c8a)); background:-webkit-linear-gradient(top, #6cb7e5 0%, #004c8a 100%); background:-o-linear-gradient(top, #6cb7e5 0%, #004c8a 100%); background:-ms-linear-gradient(top, #6cb7e5 0%, #004c8a 100%); background:linear-gradient(to bottom, #6cb7e5 0%, #004c8a 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cb7e5', endColorstr='#004c8a', GradientType=0 );}
	#ContributeOptions .payments-container li input.btn-donate { padding:0; height:24px; width:120px; font-weight:bold; font-size:11px; margin-bottom:0; -webkit-border-radius:5px; text-transform:uppercase; -moz-border-radius:5px; border-radius:5px; background:#0081d1; background:-moz-linear-gradient(top, #0081d1 0%, #0057a0 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #0081d1), color-stop(100%, #0057a0)); background:-webkit-linear-gradient(top, #0081d1 0%, #0057a0 100%); background:-o-linear-gradient(top, #0081d1 0%, #0057a0 100%); background:-ms-linear-gradient(top, #0081d1 0%, #0057a0 100%); background:linear-gradient(to bottom, #0081d1 0%, #0057a0 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081d1', endColorstr='#0057a0', GradientType=0 );}
	#ContributeOptions .payments-container li#indian-donations { margin-right:4.673%; background-image:url("/images_old/indian-don-bg.gif"); background-repeat:no-repeat; background-position:11px 11px; }
	#ContributeOptions .payments-container li#international-donations { background-image:url("/images_old/internat-don-bg.gif"); background-repeat:no-repeat; background-position:3px 3px }
	#ContributeOptions .payments-container li#international-donations-na { background-image:url("/images_old/foreign_donation_not_accepted.jpg"); background-repeat:no-repeat; background-position:3px 3px }
	#ContributeOptions .payments-container .btn-donate{border:0 none; padding:0 10px; line-height:40px; font-size:14px; font-weight:bold; cursor:pointer;}
	
	.status_ok {color:green;}
	.status_error {color:red;}
	
	/*Intermediate Page CSS Ends*/
	.thankyou_page_wrapper ._kt_featured_listing_wrapper .featured_listing_content h2{font-size:18px; margin-bottom:15px; color:#39C; font-weight:600}
	.thankyou_page_wrapper ._kt_featured_listing_wrapper .featured_listing_content p{margin-bottom:10px;}
	/* 11.6 Contribute Now Page CSS ends */
	
	
	
	/* 11.8 About Us Page CSS starts */
	#AboutUs .about_banner_wrapper{height:400px; padding-top:50px; background:url("/images_old/about_new.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; /*min-width:1070px;*/}
	#AboutUs .about_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:35px; font-weight: 600; margin-bottom: 0; text-shadow: 0 1px 2px #00a3a2; text-transform: uppercase;}
	#AboutUs .about_banner_wrapper h3{font-family: Montserrat;font-size: 20px; font-weight: 300; margin: 0 auto; text-shadow: 0 1px 2px #00a3a2; width: 80%;}
	#AboutUs .about_banner_wrapper h4{font-size:18px; margin-bottom:0px;}
	#AboutUs .about_banner_wrapper p{font-size:20px; font-weight:500}
	#AboutUs ._kt_title_wrapper{margin-bottom:25px;}
	#AboutUs ._kt_title_wrapper p{font-size:24px; text-transform:uppercase; font-weight:600;}
	#AboutUs .team_wrapper{margin-bottom:50px;}
	#AboutUs .team_wrapper .team_text{line-height:24px; margin-bottom:50px;}
	#AboutUs li{float:left; margin: 1.5%; width: 22%; /*height:475px;*/}
	#AboutUs li h3{font-size:16px; color:#333; font-weight:600; margin-bottom:0px; height:25px; text-transform: uppercase;}
	#AboutUs li h4{font-size:14px; font-style:italic; color:#a1a1a1; font-weight:400; margin-bottom:10px; height:20px;}
	#AboutUs li img{-webkit-border-radius:138px; -moz-border-radius:138px; border-radius:138px; margin-bottom:25px;}
	#AboutUs li .social_links_wrapper{padding:10px 0; border-top:0px solid #cecece; border-bottom:0px solid #cecece; width:70%; margin:0 auto;}
	#AboutUs li .social_links_wrapper a{width:36px; height:36px; display:inline-block; text-indent:-9999em; /*float:left; */background:url("/images_old/sprite_aboutus_social.png") no-repeat; margin-right:10px;}
	#AboutUs li .social_links_wrapper a:last-child{margin-right:0px;}
	#AboutUs li .social_links_wrapper a.twitter{background-position:0 -1px}
	#AboutUs li .social_links_wrapper a.fb{background-position:0 -39px}
	#AboutUs li .social_links_wrapper a.linkedIn{background-position:0 -77px}	
	#AboutUs .dropShadow{box-shadow: 0 1px 2px #ddd;}
	/*ABOUT US PAGE NEW CSS 16-07-2014*/
	.headTextWraper{width:100%; margin:112px auto 0 auto; text-align:center;}
	._kt_graybg {background-color: #f8f8f8;}
	.ketto_briefImage{width:133px; height:133px; margin:0 auto 15px auto; padding:15px; background:#ffffff; -moz-border-radius:90px; -webkit-border-radius:90px; border-radius:90px;}
	.ketto_briefAbout_outer{float:left; width:100%;}
	.ketto_briefAbout_top{position:absolute; width:94%; top:-10px; height:11px; margin:0; padding:0; background:url("/images_old/brief_arrow.png") center top no-repeat;}
	.ketto_briefAbout{float:left; width:94%; height: 365px; padding:0 3%; margin:0 0 10px 0; font-size:13px; background:#ffffff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; position:relative;}
	.ketto_briefAbout p{margin:20px 0 10px; padding: 0 10px; text-align:left; height:265px;}
	
	
	/*THANK YOU PAGE*/
	.thankyou_banner_wrapper{padding-top:40px; margin-bottom:25px; background-color: #FFF}
	.thankyou_banner_wrapper h2{ font-family:Montserrat; font-size: 24px; font-weight: 600; margin-bottom: 10px; text-transform: initial; color: #333;}
	.thankyou_banner_wrapper h3{ font-family: Montserrat; font-size: 20px; font-weight: 300; margin: 0 auto; width: 80%; padding-bottom: 30px; background: url("/images_old/how-education-sep.png") center bottom no-repeat; background-size: contain; margin-bottom: 15px; color: #333;}
	.thankyou_banner_wrapper h4{font-size:18px; margin-bottom:30px}	.thankyou_banner_wrapper .headTextWraper p{font-size: 16px;font-weight:500; padding: 0 30px; margin-bottom: 20px; color:#666; text-align:center; line-height: 1.4em}
	.thankyou_banner_wrapper .headTextWraper p.tk-ps-txt{font-size: 14px; margin-bottom: 50px;}
	.thankyou_banner_wrapper .headTextWraper {margin: 0 auto; text-align: center; width: 100%;}
	.thankyou_banner_wrapper img.tk-hd-gp{margin-bottom: 30px;}
	.guideLine {float:left; width:100%; padding:10px 0% 10px 0%; /*padding:10px 1.5% 30px 1.5%;*/ margin-bottom:0px; /*background:#ffffff;*/}
	#thankyou{ background: url(/images_old/thankyoshadow.png ) center bottom no-repeat; margin-bottom:20px;}
	#thankyou h1{float:left; width:100%; text-align:left; margin:5px 0 30px 0; padding:0; font-size:25px; height:auto; font-weight:600; color:#000;}
	#thankyou .guideLineInner {float:left; width:46%; margin:0 2% 10px 2%; padding:0; background: url(/images_old/dotted_line.png) left bottom repeat-x;  height:145px;}
	#thankyou .imageOuter{float:left; width:27%; margin-right:1%; margin-bottom:0px; text-align:center;}
	#thankyou .guideLineInner h2{float:left; width:72%; text-align:left; margin:5px 0 5px 0; padding:0; font-size:18px; height:auto; font-weight:700; color:#000;}
	#thankyou .guideDesc{float:left; width:72%; text-align:left; margin-bottom:15px; font-size:13px; height:auto; color:#3e4753;} 
	#thankyou .guideDesc a{float:none;}
	#thankyou .noBackgroundOne{background:none!important;}
	#thankyou .noBackgroundTwo{background:none!important;}
	
	/*BLUE BUTTONS*/
	.threeButtons{width:100%; text-align:left;}
	#ke_blueButtons input[type="button"], #ke_blueButtons input[type="submit"], #ke_blueButtons input[type="cancel"], #ke_blueButtons a{
	background-color:#51aded!important; background-image:url(/images_old/blue_burron_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:60px!important; height:60px!important; font-size:18px!important; font-weight:500!important; color:#ffffff!important;  padding:0 35px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #1e8fe1!important; width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; text-transform:uppercase; display:inline-block; margin:0 1% 0 0%;}
		
	#ke_blueButtons input[type="button"]:hover, #ke_blueButtons input[type="submit"]:hover, #ke_blueButtons input[type="cancel"]:hover, #ke_blueButtons a:hover{
background-color:#28a1fc!important; background-image:url(/images_old/blue_burron_bg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:60px!important; height:60px!important; font-size:18px!important; font-weight:500!important; color:#ffffff!important; padding:0 35px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #0079eb!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	#ke_blueButtons input[type="button"]:foucs, #ke_blueButtons input[type="submit"]:foucs, #ke_blueButtons input[type="cancel"]:foucs, #ke_blueButtons a:focus{
background-color:#28a1fc!important; background-image:url(/images_old/blue_burron_bg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:60px!important; height:60px!important; font-size:18px!important; font-weight:500!important; color:#ffffff!important; padding:0 35px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #0079eb!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	/* 11.11 How It Works Page CSS begins */	
	/*How It Works New page CSS*/
	.newhiwOuter{width:100%; float:left; background:#00b1b0; height:100%; padding-bottom:30px;}
	.newhiwInner{width:100%; margin:0 auto 0 auto; text-align:center;}
	.newhiwButtonOuter{width:100%; margin:0 auto; text-align:center;}
	
	.newhiwButtonOuter ._kt_button_big {border-radius: 3px; color: #FFFFFF; display: inline-block; float: none; font-size: 18px; font-weight: 400; line-height: 62px; margin: 10px 10px; text-transform: uppercase;}
	.newhiwButtonOuter ._kt_with_icon {background-image:none!important; padding:0  45px; margin-top:50px;}
	.getStarted{float:left; width:100%; text-align:center; color:#ffffff; font-size:18px; padding-bottom:20px; margin-top:20px;}
	.getStarted a{color:#ffffff; text-decoration:none;}
	.getStarted a:hover{color:#ffffff; text-decoration:underline;}
	
	._kt_pursionBlue {background-color: #0b486b; transition: all 450ms ease-in-out 0s;}
	._kt_pursionBlue:hover{background-color: #115b86;}
	
	
	
	
	
	/* 11.11 How It Works Page CSS ends */
	
	/* 11.12 OQG Branding Page CSS begins */
	
	/*WHITE LABEL SETUP CSS START- 08-07-2014*/
	.camera_src div{display:none;}
	#BrandingCarousel{ background: none;}
	.cameraSlide { display: none !important;}
	
	.branding_OGQ{height:100px; border-bottom:3px solid #00b1b0} /*YOU CAN CHANGE THE COLOR OF BOTTOM BORDER*/
	/*.branding_OGQ .kt_content h1{height:100px; background-position:center center}*/
	/*.branding_OGQ .kt_content h1 {background-position: center center; border-left: 1px solid #495059 !important; height: 100px; padding-left: 45px;}	*/
	/*.branding_OGQ .kt_content .kt_header_nav{padding-top:40px;}*/
	
	.branding_OGQ .kt_content .kt_header_nav {padding-top: 20px;}
	.cameraContent div{width:100%!important; height:450px!important; text-align:center!important; margin:0 auto;}
	.cameraContent div img{max-width:100%!important; margin:0 auto;}
	
	#BrandingCarousel{background:#000000;/*#323a45 url("/images_old/branding_carousel_bg.jpg") center repeat-x;*/ background-size:cover; position:relative/*ONLY DISCOMMENT THE BACKGROUND PROPERTY FOR SHOWING THE BACKGROUND IMAGES GLOBELY*/}
	
	
	/*WHITE LABEL SETUP CSS END- 08-07-2014*/
	
	
	.branding_OGQ_body{padding-top:103px; background-color:#f8f8f8;}
	
	.branding_OGQ .kt_content h2.branding_logo a{text-indent:-9999em; width:100%; height:100%}
	.branding_OGQ_body .kt_content h1 a {height: 80%; /*text-indent: -9999em;*/ width: 100%;}
	.branding_OGQ_body .kt_content .logo a {height: 80%; /*text-indent: -9999em;*/ width: 100%;}
	.branding_OGQ .kt_content .kt_useraction_nav{padding-top:32px !important;}
	.branding_OGQ .kt_content #AllUserMenu{padding-top:43px !important;}
	
	#BrandingCarousel ul{background-image:none}
	#BrandingCarousel .brandedPage_featured_vid{position:absolute; z-index:699; top:15%; left:50%; margin-left:-210px; }
	#BrandingCarousel .brandedPage_collection_info{height:110px; position:absolute; left:0; bottom:5px; width:100%; background:url("/images_old/brandingcollectionbg.png") repeat; color:#FFF; z-index:1001}
	#BrandingCarousel .brandedPage_collection_info .amount_raised_wrapper{width:50%; padding-top:24px}
	#BrandingCarousel .brandedPage_collection_info p.caption{line-height:38px; font-size:16px; font-family:'Kaushan Script';}
	#BrandingCarousel .brandedPage_collection_info .amount_figure{font-size:52px; margin-right:15px; margin-top:0px;}
	#BrandingCarousel .brandedPage_collection_info .figure{ font-weight:600; font-size:52px;}
	.miracle_foundation_ms > ._kt_content_wrapper > .amount_raised_wrapper > .miracle_figure{font-size: 40px !important;}
	.miracle_foundation_ms > ._kt_content_wrapper > .amount_raised_wrapper > .miracle_figure > span.miracle_figure{font-size: 40px !important;}
	#BrandingCarousel .brandedPage_collection_info .amount_label{font-size:17px; text-transform:uppercase; display:block; width:80px; padding-top:11px;}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions{float:right; padding-top:24px;}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions ._kt_button_big{height:60px; line-height:60px; margin-bottom:0; padding-right:35px; /*padding-left: 60px;*/ float:left}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions ._kt_icon_add{background-position:20px -126px}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions ._kt_button_contribute{margin-right:15px;}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions ._kt_button_contribute ._kt_backers_icon{top: 13px !important; height: 30px !important; }
	.branding_OGQ_tabcontent_wrapper{/*background-color:#fff;*/ padding-top:30px;} 
	/*.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper{float:left; margin-right:1.402%; width:19.275%}*/
	.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper {float: left; margin: 0 0.6% 15px; width: 18.9%;}
	
	.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper:nth-child(4){margin-right:0px }
	#SuccessStories, #AboutEvent{display:none}
	#AboutEvent {padding-bottom:20px;}
	#AboutEvent h2{font-size:30px; margin-bottom:5px; font-weight:400}
	#AboutEvent h3{font-size:18px; font-weight:300; margin-bottom:10px;}
	#AboutEvent p{line-height:22px; margin-bottom:15px}
	/* 11.12 OQG Branding Page CSS ends */
	
	/* 11.13 Contact Us Page CSS begins */
	.page_contact .corp_address {font-style:normal; line-height:24px; font-size:14px; margin-top:24px; float:right; width:65%}
	.page_contact .corp_address h3{font-weight:400; font-size:18px; padding-bottom:8px; border-bottom:1px dashed #999; margin-bottom:8px;}
	
	
	/* 11.13 Contact Us Page CSS ends */
	/* 11. Page Level CSS ends */
	
	/*THANK YOU PAGE*/
	.text_th_1{font-size:16px; color:#323a45;}
	.text_th_2{color:#323a45; font-size:18px; font-weight:500; margin:10px 0 10px 0;}
	.text_th_3{height:auto; line-height:normal; margin-bottom:15px; font-size:16px; color:#323a45;}
	._kt_three_fourth_inner{width:80%;}
	/*INDIVIDUAL PAGE CSS*/
	#ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper {background: #fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 24.1%;}
	
	/*ngo-details-updated css-01-09-2015*/
	.ngoMainOuter{width:100%;}
	.ngoMainImage{width:1079px; height:414px; overflow:hidden; margin:0px auto 0 auto; float:left; position:relative; background-size: contain; background-repeat: no-repeat;}
	/*.ngoMainImage img{max-width:none;}*/
	.ngoContentOuter{padding:0 1.5%; }
	.uploadeImagebuttonOuter{position:absolute; top:35%; width:20%; left:40%; text-align:center;}
	.uploadeImagebuttonOuter h3{font-size:25px; font-weight:600; color:#323a45;}
	.uploadeImagebuttonOuter a, .uploadeImagebuttonOuter input[type="button"]{text-align:center; padding:0 15px; height:33px; line-height:30px; background:#f3f3f3 url(/images_old/choose_file_btn_bg.png) bottom left repeat-x!important; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border:1px solid #dfdfdf; display:inline-block; color:#5e5e5e; font-size:14px; margin-top:10px; cursor:pointer;}
	#ngo_wraper .uploadeHere{display:block; margin-top:0px; padding:4px 0 18px; font-size:11px; margin-left:2px;}
	#ngo_wraper .uploadeHere a, .uploadeHere input[type="button"]{text-align:center; padding:0 5px!important; height:20px !important; line-height:17px!important; background:#f3f3f3 url(/images_old/choose_file_btn_bg.png) bottom left repeat-x!important; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border:1px solid #dfdfdf; display:inline-block; color:#5e5e5e; font-size:11px; margin-top:5px; width:74px!important; display:inline-block!important; cursor:pointer;}
	#ngo_wraper .uploadeHere a:hover, .uploadeHere input[type="button"]:hover{background:#e2e2e2 url(/images_old/choose_file_btn_bg_hover.png) bottom left repeat-x!important;color:#000000;}
	.emptyWhite {float: left;margin: 11px 0 0; width: 100%;}
	.ktt_yourContributionOuter .ckEditerOuter h3{font-size:20px; font-weight:500; color:#333333; margin-bottom:5px; text-transform:none;}
	#ngo_wraper .froala-editor.f-basic {width: 99.8%;}
	#ngo_wraper{width:95%; padding:0px 2.5%;  margin:-60px 0% 30px; background:#ffffff; float:left; position:relative; border-top: 0px solid #00b1b0;}
	#ngo_wraper #CampaignDetailsSidebar { margin-top: 0;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {border-bottom: 0px solid #d3d3d3; border-top: 0px solid #d3d3d3; margin-bottom: 20px; padding: 0px 0; width: auto;}
	#ngo_wraper #CampaignContribute{border:none;}
	#ngo_wraper #CampaignDetailsSidebar ._kt_listing_box_wrapper {margin-bottom: 30px; padding: 5.5% 0; width: 100%;}
	#ngo_wraper .title p.titletext {color: #323a45; font-size: 18px!important; font-weight: 400; line-height: normal!important; display:none; margin-bottom:0;}	
	#ngo_wraper .campaign_details_title { margin-bottom:0!important;}
	#ngo_wraper .title p.subtext {display:none; font-size: 14px;}
	#ngo_wraper ._kt_three_fourth{width:72%; padding:0 0% 0 0; margin:0;}
	#ngo_wraper ._kt_one_third {width: 23%; float:right; padding:15px 2%; margin-top:0px; border: 1px solid #f3f3f3; border-radius: 5px; }
	#ngo_wraper ._kt_listing_box_wrapper {border:none!important;}
	#ngo_wraper .profile_sidebar_data_wrapper p{display: block; float: left; font-size: 12px; height: 50px; line-height: normal !important; margin-bottom: 20px; overflow: hidden; width: 100%;}
	#ngo_wraper ._kt_tab_simple_nav {padding-bottom: 2px; position: relative !important; z-index: 999;}
	#ngo_wraper ._kt_tab_simple_nav li a{ color:#666!important; border-bottom:1px solid #ffffff; }
	#ngo_wraper ._kt_tab_simple_nav li a:hover, #ngo_wraper ._kt_tab_simple_nav li a.active { border-bottom: 0px solid #00b1b0; color: #00b1b0!important;}
	#ngo_wraper .tab_content {background: none repeat scroll 0 0 #ffffff; float: left;  margin-bottom: 15px; min-height: 600px; padding: 0%; width: 100%;}
	#ngo_wraper #ProfileDetails #CampaignDetailsSidebar{margin-top:0px;}
	#ngo_wraper	.campaign_details_title .title_image{background:none; margin-right:0; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; position:absolute; top:-113px; height:102px!important; width:102px; left:0px; text-align:center; vertical-align:middle;}
	#ngo_wraper ._kt_tab_box_nav {/*background:url("/images_old/nav_bg.png") bottom left repeat-x;*/ border-bottom:1px solid #e5e5e5; margin-bottom: 0; width:100%; margin-top:5px;}
	#ngo_wraper ._kt_tab_box_nav li {float: left; font-size: 14px; margin-right: 0px; margin-bottom:-2px;}
	#ngo_wraper ._kt_tab_box_nav li a {padding: 0 20px; color:#919191;}
	#ngo_wraper .NGODetailsNav a {text-align: left; width: auto; margin-right:0px; background:none; border-bottom:0px solid #eaeaea; line-height: 45px;}
	#ngo_wraper .NGODetailsNav a:hover{border-bottom:3px solid #ccc; border-radius:0; background:none!important; color:#707070;}
	#ngo_wraper .NGODetailsNav a.active{border-bottom:3px solid #00b1b0; border-radius:0; color:#000000;}
	#ngo_wraper ._kt_tab_box_nav li a .active_arr {display:none;}
	#ngo_wraper ._kt_tab_simple_nav li a {display: block; line-height: 30px; padding: 0 5px;}
	#ngo_wraper  ._kt_featured_listing_wrapper .featured_listing_content { margin-bottom: 20px; padding: 0px 0;}
	#ngo_wraper .tab_content{padding:10px 0!important;}
	#ngo_wraper .listings_wrapper ol > li {float: left; width:33.33%; margin:0 0 30px 0;}	
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper ._kt_button_big {height: 62px; line-height: 62px; margin-bottom: 20px;}
	/*24-08-2015*/
	#ngo_wraper .ngoDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {border-bottom: 0 solid #d3d3d3; border-top: 0 solid #d3d3d3; margin-bottom: 20px; padding: 0; width: auto;}
	.ngoDetailsSidebar .listing_details_wrapper .share_widgets { margin-bottom: 15px;}
	.ngoDetailsSidebar .listing_details_wrapper a.embed_listing, #CampaignDetailsContent .ResponsiveDeviceContributeBox a.embed_listing {background: #e8edf3 url("/images_old/icon_embed.gif") no-repeat scroll left center; border-radius: 3px; color: #666; display: inline-block; font-size: 12px; font-weight: 500; line-height: 32px; padding: 0 10px 0 43px; text-transform: uppercase;}
	#ProfileDetails .ngoDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper p { font-size: 15px; margin-bottom: 5px;}
	#ProfileDetails .ngoDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount { font-size: 50px; font-weight: 600;}
	#ProfileDetails #ngo_wraper .ngoDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount { font-size: 24px!important; font-weight: 600;}
	#ProfileDetails .ngoDetailsSidebar .profile_sidebar_data_wrapper h3 { font-size: 15px; font-weight: 500; margin-bottom: 5px;}
	.ngoDetailsSidebar .listing_details_wrapper .share_widgets .details-social-wrapper {position: relative;}
	/*ngo profile-logo css*/
	#CampaignDetailsContent #ngo_wraper .campaign_details_title .title_image {border-radius: 0; height: 102px!important; margin-bottom: 0; margin-right: 10px;}
	#ngo_wraper ._kt_round_image_wrapper{display: table-cell; text-align: center; vertical-align: middle; width: 120px; height:120px; /*height: 198px;*/ background:#ffffff; border:0px solid #CCC;}
	#ngo_wraper ._kt_round_image_wrapper * {vertical-align: middle; margin-left: -2px; width:99%;}
	#ngo_wraper ._kt_round_image_wrapper {display: block;}
	#ngo_wraper ._kt_round_image_wrapper span {display: inline-block; height: 100%; width: 1px;}
	<!--[if lt IE 8]><style>
	#ngo_wraper ._kt_round_image_wrapper span {display: inline-block; height: 100%;}
	#ngo_wraper ._kt_three_fourth{margin-top:0px;}
	#ngo_wraper .tabInnerSpace{margin-top:5px;}
	#ngo_wraper .uploadeHere{display:block; margin-top:0px; padding:4px 0 18px; font-size:11px; margin-left:2px;}
	#ngo_wraper .uploadeHere a, .uploadeHere input[type="button"]{text-align:center; padding:0 5px!important; height:20px !important; line-height:17px!important; background:#f3f3f3 url(/images_old/choose_file_btn_bg.png) bottom left repeat-x!important; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border:1px solid #dfdfdf; display:inline-block; color:#5e5e5e; font-size:11px; margin-top:5px; width:74px!important; display:inline-block!important; cursor:pointer;}
	#ngo_wraper .uploadeHere a:hover, .uploadeHere input[type="button"]:hover{background:#e2e2e2 url(/images_old/choose_file_btn_bg_hover.png) bottom left repeat-x!important;color:#000000;}
	.emptyWhite {float: left;margin: 11px 0 0; width: 100%;}
	.ktt_yourContributionOuter .ckEditerOuter h3{font-size:20px; font-weight:500; color:#333333; margin-bottom:5px; text-transform:none;}
	#ngo_wraper .froala-editor.f-basic {width: 99.8%;}
	.ktt_formSubtitle{font-size:16px; color:#000000; margin-bottom:10px; float:left; width:100%;}
	p.ktt_forminfoText{font-size:14px; color:#323a45; margin-bottom:15px;}
	#ngo_wraper ul li.enhance_wrapper {float: left; margin:7px 0px; width:25%;}
	#ngo_wraper ul li.enhance_wrapper input[type="radio"] {float: left;  margin-top: 0; min-height: inherit; width: 20px; cursor:pointer;}
	#ngo_wraper ul li.enhance_wrapper label{cursor:pointer; padding-left:5px;}
	/*NGO new widget classes-08-09-2015*/
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper {background:#fff; border: 1px solid #f3f3f3 !important; border-radius: 5px; margin:0 1% 20px  !important;  padding: 195px 15px 20px; position: relative; width:26.4%!important;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_image_wrapper { height: 165px; left: 0; margin-bottom: 0px; overflow: hidden; position: absolute; top: 0;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .figures { background: none repeat scroll 0 0 #000; border-radius: 5px 5px 0 0; margin-bottom: 25px; opacity: 0.8; padding: 10px 15px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .figures ._kt_raisedGoalAmt_wrapper span.amount { color: #ffffff; display: block; font-size: 14px; font-weight: 600; text-align: left; word-wrap: break-word;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .image_wrapper { border: 2px solid #333; border-radius: 50px; height: 30px; margin-bottom: 5px; overflow: hidden; width: 30px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagOrange,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagBlue,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagRed {top: 180px;}
	#ngo_wraper  .ktt_listingNamePosition { margin-top: 17px;}
	#ngo_wraper .listing_details_wrapper .desc {  color: #7a7a7a;  font-size: 14px; height:75px;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount { font-size: 16px !important; font-weight: 600;}
	
	/*ngo form classes*/
	.ktt_yourContributionRowExp{float:left; width:50%; margin-bottom:0px;}
	.ktt_yourContributionRowExp .ktt_yourContributionRow{float:left; width:100%; margin-bottom:0px;}
	.ktt_yourContributionRowExpFull{float:left; width:100%; margin-bottom:0px;}
	.ktt_yourContributionRowExpFull .ktt_yourContributionRow{float:left; width:50%; margin-bottom:0px;}
	#ngo_wraper .ktt_newFormLabelOuter{float:left; width:100%; margin:5px 0 !important; font-size:11.3px; color:#0e0e0e;}
	#ngo_wraper .ktt_newFormFieldOuter{float:left; width:95%; min-height:60px;}
	#ngo_wraper .ktt_SmallMinHeight{min-height:35px!important; margin:0 0 5px;}
	#ngo_wraper .ckEditerOuter {float: left; width: 95%;}
	#ngo_wraper .ktt_newFormFieldOuterTextarea {width: 96%;}
	
	._kt_raisedGoalAmt_wrapper span.amount > span { font-size: inherit; padding-right: 4px;}
	/*NEW GLOBEL FORM CLASSES START*/
	.form_left_wrapperNew{width:38%; margin-right:4%; float:left;}
	.form_left_wrapperNew p{font-size:17px; color:#595959; margin-bottom:20px;}
	.form_left_wrapperNew .inner{width:88%; margin-right:10%; float:left;}
	
	.form_left_wrapperNew input, .form_left_wrapperNew textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	
	.form_left_wrapperNew .comp_bord {border: 0px solid #e4e4e4;  border-radius: 5px;}
	/*.form_left_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}*/
	.form_left_wrapperNew .comp_bord:focus {border: 0px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; width:100%;*/}
	
	.form_left_wrapperNew select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; */width:100%;}
	
	
	.textareaValError{background:#ffffff; border:1px solid #00b1b0 !important;}
	.textareaValSuccess{background:#ffffff; border:1px solid #00b1b0 !important;}
	
	.form_right_wrapperNew{width:58%; float:left; }
	/*iframe{width:100%!important;}*/
	.form_left_wrapperNew .comp_large{width:83.3%!important; padding:10px 14% 10px 10px !important;}
	/*NEW GLOBEL FORM CLASSES END*/
	
	/*NEW SIGNUP FORM CLASSES START*/
	.form_left_wrapperNewSignUp{width:64%; margin-right:4%; padding-right:4%; float:left; border-right:1px solid #ebebeb; margin-bottom:30px;}
	.form_left_wrapperNewSignUp p{font-size:17px; color:#595959; margin-bottom:20px;}
	.form_left_wrapperNewSignUp .inner{width:88%; margin-right:10%; float:left;}
	.form_left_wrapperNewSignUp input, .form_left_wrapperNewSignUp textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	
	.form_left_wrapperNewSignUp textarea {height:89px; border: 1px solid #e4e4e4!important; background:#ffffff!important;}
	.form_left_wrapperNewSignUp textarea:focus{border: 1px solid #e9e98d!important; background:#fffff3!important;}
	
	.form_left_wrapperNewSignUp .comp_bord {border: 0px solid #e4e4e4;  border-radius: 5px;}
	/*.form_left_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}*/
	.form_left_wrapperNewSignUp signupTypeInner select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; */width:100%; margin-top:0px;}
	.formRowOuterRight select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; */width:100%; margin-top:10px;}
	.formRowOuter textarea {width: 96.5%!important;}
	.formRowOuterRight textarea {width: 94%!important;}
	#SmallMediaUpload #MediaUploadButtonHolder{float: left; margin-right: 1.5%; width: 44.25%;}

	.form_left_wrapperNewSignUp .formRowOuter{width:100%; float:left;}
	.form_left_wrapperNewSignUp .formRowOuterLeft{width:48%;float:left;}
	.form_left_wrapperNewSignUp .formRowOuterRight{width:48%; float:right;}
	.form_left_wrapperNewSignUp .comp_large {width: 88%;}
	
	
	.smallDeviceSocialWraper{display:none;}
	.form_right_wrapperNewSignUp{width:23.7%; margin-right:0%; float:right; display:block;}
	
	.form_right_wrapperNewSignUp ._kt_onethirdCol {float: left; margin: 0 1.5% 20px; width: 100%;}
	.form_right_wrapperNewSignUp ._kt_onethirdColOuter {background: none; float: left; margin-bottom: 10px; padding: 20px 0 30px; width: 100%;}
	
	.noBorderMargine, .media_form_wrapper{border:none!important; margin-bottom:0px!important; padding-bottom:10px!important;}
	
	/*NEW SIGNUP FORM CLASSES END*/
	#CampaignStatusInfoLargeDevice{display:block;}
	#CampaignStatusInfoSmallDevice{display:none;}
	
	#rewardsLargeDevice{display:block;}
	#rewardsSmallDevice{display:none; background:red;}
	
	/*CAREER PAGE CSS*/
	.fullBreadCrumbOuter{width:100%;}
	.careerFullheaderImageOuter{width:100%; text-align:center; background:#00b1b0; margin-top:0px;}
	
	.kt_careerTop{width:100%; float:left; background:none; margin-bottom:30px;}
	.kt_careerWelcomeTxt{float:left; width:100%; text-align:left; padding-top:10px;}
	.kt_careerWelcomeTxt p{line-height:25px; font-size:18px; font-weight:300; color:#323a45; margin-top:50px;}
	
	/*ACCORDIAN CSS*/
	.accordianOuter{float:left; width:100%; border-bottom:1px solid #e4e4e4; padding:0 0;}
	.menu_list { width: 100%;}
	.menu_head { padding: 5px 0px;	cursor: pointer; position: relative; margin:1px; font-weight:bold; background:url(/images_old/left.png) center right no-repeat; line-height:58px!important; height:58px; border-top:1px solid #e4e4e4; border-bottom:0px solid #e4e4e4; margin:0px 0 0px 0!important; }
	.menu_body { display:none; background:none!important; margin-bottom:20px;}
	.menu_body a{ display:block; color:#006699; padding-left:10px; font-weight:bold; text-decoration:none;}
	.menu_body a:hover{color: #000000; text-decoration:underline;}
	
	/*START A CAMPAIGN (CREATE A CAMPAIGN)- NEW FORM CSS START- 26-08-2014*/
	.createACampaignOuter{background:#ffffff; padding:0%;}
	.createACampaignOuter h1{float:left; width:100%; font-size:20px; color:#000; font-weight:600; margin-bottom:10px; text-transform:uppercase;}
	.createACampaignOuter p{float:left; width:100%; font-size:16px; color:#a1a1a1; font-weight:300; margin-bottom:15px;}
	.createACampaignOuter .fr-dropdown-menu p {float: none; width: inherit; font-size: 16px; color: #a1a1a1; font-weight: 300; margin-bottom: 20px;}
	.createACampaignOuter h2{float:left; width:100%; font-size:18px; color:#000; font-weight:500; margin-bottom:20px;}
	.createACampaignRow{float:left; width:50%; margin-bottom:10px;}
	.createACampaignRowLarge{float:left; width:100%; position:relative;}
	.createACampaignRowLargeMarginBottom{margin-bottom:25px;}	
	.createACampaignRow label{width:100%; float:left; font-size: 12px; font-weight: 400;}
	#myProfileImg label[for="ProjectTitle"]{/*height:33px; */line-height:23px; margin-bottom:5px;}
	.form_right_wrapper .createACampaignRow label {float: left; font-size: 11px; font-weight: 400; width: 100%; color:#aaa;}
	.createACampaignRow label span{color:#ff0000;}
	.createACampaignRowLarge span{position:absolute; top:91px; width:48%; font-size:12px; font-style:italic; color:#959595; display:none;}
	.createACampaignRowLarge  .block{width:90%; margin-bottom:10px; float:left;}	
	
	.createACampaignRow input[type="text"], .createACampaignRow input[type="password"], .createACampaignRow input[type="file"],
	.createACampaignRowLarge input[type="text"], .createACampaignRowLarge input[type="password"], .createACampaignRowLarge input[type="file"]{
	border: 1px solid #e4e4e4; background:#ffffff url("/images_old/input_bg.png") repeat left top; border-radius: 5px;	margin-bottom: 15px; outline: medium none;	padding: 10px 10% 10px 10px; margin-top: 8px;  min-height: 30px; transition: transform 0.2s ease-in-out 0s; font-weight: 200; color: #666; font-size: 14px;}
	.createACampaignRow input[type="text"]:focus, .createACampaignRow input[type="password"]:focus, .createACampaignRow input[type="file"]:focus,
	.createACampaignRowLarge input[type="text"]:focus, .createACampaignRowLarge input[type="password"]:focus, .createACampaignRowLarge input[type="file"]:focus{
	border: 1px solid #e9e98d;  background:#ffffcc url("/images_old/input_bg_focus.png") repeat left top; }
	
	.createACampaignRow .footnote, .createACampaignRow .note{float:left; width:88%; font-size:11px; margin-top:5px; font-style:italic; color:#aaa;}
	
	.createACampaignRow .comp_small{ width: 50%;}
	.createACampaignRow .comp_large{ width: 65%; float: left;}
	
	.createACampaignRow .sel_small{ width: 50%;}
	.createACampaignRow .sel_large{ width: 77%;}
	
	.createACampaignRow .radio_options li {padding: 0px 0px!important; background:none!important;}
	.createACampaignRowHeight{height:150px;}
	.createACampaignRowHeight input[type="text"], .createACampaignRowHeight input[type="password"], .createACampaignRowHeight input[type="file"]{ margin-bottom:10px;}
	.createACampaignRow input[type="file"]{ margin-bottom:10px; background:#fff;}
	
	.createACampaignRow #DateData input[type="text"] {width:65% !important;}
	
	.createACampaignRow select, .createACampaignRowLarge select{border-radius: 5px; height: 50px; line-height: 50px; margin-bottom: 15px; padding: 13px 19px 10px 10px; margin-top: 8px; color: #666; font-size: 14px; font-weight: 200;}
	.createACampaignRow select:focus, .createACampaignRowLarge select:focus{border: 1px solid #e9e98d;}
	
	#fmd_media_path_1{/*height:50px!important;*/height:27px!important; padding:13px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:66%!important; font-size:14px; color:#666;}
	#fmd_detail_2_1{height:100px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:66%!important; float:left; margin-bottom:15px;}
	#fmd_media_path_1:focus, #fmd_detail_2_1:focus{border: 1px solid #e9e98d;}
	.createACampaignRow .setForDeletion, .createACampaignRowLarge .setForDeletion{float:left; clear:both; margin:3px 10px 0 0 ; margin-bottom:5px;}
	.createACampaignRow label[for="ProjectImage"], .createACampaignRowLarge label[for="ProjectImage"]{background:none; float:left; width:75%; margin-bottom:5px;}
	
	.createACampaignRowLarge .form_left_wrapper, .createACampaignRowLarge .form_right_wrapper{margin-right:0; width:50%;}
	.createACampaignRow textarea, .createACampaignRowLarge textarea{height:100px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:66%!important; float:left; margin-bottom:10px; margin-top:8px;}
	.createACampaignRow textarea:focus, .createACampaignRowLarge textarea:focus{border: 1px solid #e9e98d;}
	
	.createACampaignRow input[type="button"], .createACampaignRow input[type="submit"], .createACampaignRow input[type="cancel"], .createACampaignRow a{line-height:50px; height:50px; font-size:18px; font-weight:500; color:#FFF!important; background-color:#00b1b0; padding:0 45px 0 45px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	border-top:0px solid #00a3a2; border-left:0px solid #00a3a2; border-bottom:1px solid #00a3a2; border-right:0px solid #00a3a2; -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out; margin:15px 0; float:left;}
	.createACampaignRow input[type="button"]:hover, .createACampaignRow input[type="submit"]:hover, .createACampaignRow input[type="cancel"]:hover, .createACampaignRow a:hover {background-color: #00a3a2; border-color: #00a3a2; border-radius: 5px; border-style: solid; border-width: 0 0 1px; color: #fff !important; cursor: pointer; float: left;  font-size: 18px; font-weight: 500; height: 50px; line-height: 50px; margin: 15px 0; padding: 0 45px; transition: all 450ms ease-in-out 0s;}
	
	.createACampaignRow input[type="button"]:hover, .createACampaignRow input[type="submit"]:hover, .createACampaignRow input[type="cancel"]:hover{line-height:50px; height:50px; font-size:18px; font-weight:500; color:#FFF; background-color:#00a3a2; padding:0 45px 0 45px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	border-top:0px solid #00a3a2; border-left:0px solid #00a3a2; border-bottom:1px solid #00a3a2; border-right:0px solid #00a3a2;
}
	.createACampaignRow .form_left_wrapper { float: left; margin-right: 0%; width:100%;}
	.createACampaignRow li{list-style:none;}
	
	.createACampaignOuter ._kt_tab_box_nav {background: url("/images_old/nav_bg.png") repeat-x scroll left bottom rgba(0, 0, 0, 0); margin-bottom:20px; width: 100%;}	
	
	.createACampaignOuter ._kt_tab_box_nav li {float: left; font-size: 16px; margin-right: 0;}
	.createACampaignOuter ._kt_tab_box_nav li a { border-bottom: 2px solid #eaeaea; line-height: 33px; text-align: left; width: auto; padding:0 20px;}
	.createACampaignOuter ._kt_tab_box_nav li a:hover { color:#000; border-bottom: 2px solid #c7c7c7; line-height: 33px; text-align: left; width: auto; background:#fff;}
	.createACampaignOuter ._kt_tab_box_nav li a.active {border-bottom: 2px solid #00b1b0; border-radius: 0; padding:0 20px; line-height:33px;}
	
	.createACampaignOuter .currency {background: url("/images_old/form_icon_ruppee.png") no-repeat scroll 15px center #fff !important; margin-right: 15px; padding:10px 10px 10px 10% !important; width: 65%;}
	p.infotext{font-size:12px; color: #a1a1a1; float: left; margin-bottom: 20px; width: 100%; font-style:italic;}
	ul.informationText{padding-left:0px; float:left; margin-bottom: 20px;}
	ul.informationText li{padding-left:15px; margin-left:15px; margin-bottom:5px; background: url("/images_old/info_li_image_new.png") no-repeat left top !important; list-style:none; line-height:normal; float:left; width:90%;}
	
	.createACampaignOuter ._kt_tab_box_nav li a.active{background:#ffffff!important; color:#000000; position:relative; border-radius:5px 5px 0 0;}
	.createACampaignOuter ._kt_tab_box_nav li a.active{background:#ffffff!important; color:#000000; position:relative; border-radius:5px 5px 0 0;}
	.createACampaignOuter ._kt_tab_box_nav li a:hover{background:#ffffff!important; color:#000000; position:relative; border-radius:5px 5px 0 0;}
	
	
	.ckEditerOuter{float:left; width:100%;}
	.ckEditerInner{float:left; width:94%; padding:1.5% 3% 1.5% 3%; height:200px;}
	.ckEditerInner h3{font-size:17px; font-weight:500; color:#333333; margin-bottom:5px; }
	.ckEditerInner p{font-size:13px; font-weight:300; color:#bfbfbf; margin-bottom:25px; }
	.createACampaignRow .form_right_wrapper {float: left; width: 100%;}
	
	/*CK EDITER CLASSES*/
	.cke_toolbar_break { clear: left; display: none!important;}	
	.cke_chrome {border: 0 solid #d3d3d3!important; border-radius: 2px!important;  display: block; padding: 0!important;}
	
	.cke_top {display: block; overflow: hidden; border:1px solid #e3e3e3!important;}
	.cke_bottom {display: block; overflow: hidden; background:#e8e8e8!important; padding:3px 0!important;}
	.cke_editable { cursor: text; /*font:300 14px "Montserrat", Arial;*/ color:#666!important;}
	.cke_path {float: left; margin-top: 2px!important;}

	.cke_inner { background: #ebebeb url("/images_old/ck_editor_bar_bg.png") top left repeat-x!important; border-radius: 2px!important; display: block; padding: 1px!important; border-bottom:0px solid #bbbbbb!important; border:0px solid #bbbbbb!important;}
	.cke_toolgroup {background: none!important; border-radius: 1px!important; float: left; margin: 3px 5px 5px 0!important; padding: 2px!important;}
	.cke_combo_button {background: -moz-linear-gradient(center bottom , #fff, #d3d3d3 100px) repeat scroll 0 0 rgba(0, 0, 0, 0); border-radius: 1px!important; display: inline-block;float: left; height: 22px; margin: 3px 5px 5px 0!important; padding: 2px 4px 2px 6px;}
	.cke_contents{border-top:1px solid #bbbbbb!important;}	
	.cke_reset_all, .cke_reset_all * { background: none ; border: 0 none; border-collapse: collapse; box-sizing: content-box; color: #000; cursor: auto; font: 12px Arial,Helvetica,Tahoma,Verdana,sans-serif; height: auto; margin: 0; padding: 0; position: static; text-align: left; text-decoration: none; transition: none 0s ease 0s ; vertical-align: baseline; white-space: nowrap; width: auto;}
	a.cke_button {border: 0 none; border-radius: 0px!important;cursor: default; display: inline-block; float: left; height: 18px; outline: 0 none; padding: 2px 4px;}
	a.cke_button:hover{background:#f6f6f6!important; }
	.cke_combo_button {background:none!important; border-radius: 2px!important; display: inline-block; float: left; height: 22px; margin: 0 5px 5px 0; padding: 2px 4px 2px 6px; border-right:1px solid #ccc!important;}
	.cke_combo_button:hover{background:#f6f6f6!important;}
	.cke_button_disabled {opacity: 5!important;}
	
	.uploadeImageOuter{float: left; width: 74%; background:#fff;  border: 1px solid #e4e4e4; border-radius: 5px; color: #666;  font-size: 16px; font-weight: 200; margin-bottom: 2px; margin-top: 8px; min-height: 30px; outline: medium none; padding: 10px 1% 10px 10px; transition: transform 0.2s ease-in-out 0s;}
	#myProfileImg img{width:12%!important; height:auto!important; float:left; margin-right:1%; margin-bottom: 0 !important;}
	#myProfileImg .noBorderMargine, #myProfileImg .media_form_wrapper{padding-bottom: 0px !important;}
	.selContry select{float: left!important; width: 77.5%!important;}
	
	#myProfileImg .uploadeImageOuter input[type="file"] { background: none repeat scroll 0 0 #fff; margin-bottom: 0px; border:none;}
	
	ul.vdoTextarea textarea{height: 72px!important;}
	.multipleImagesUpload{background:#f8f8f8; border:1px solid #eee!important; padding:5px; border-radius:3px!important;}
	.multipleImagesUpload input[type="file"]{background:none!important; margin-top:5px;}
	
	
	/*START A CAMPAIGN (CREATE A CAMPAIGN)- NEW FORM CSS END- 26-08-2014*/

	
	
	/*MICROSITE CSS START HERE*/
	.brandedPage_Actions ._kt_backers_icon {background: url("/images_old/icon_heart.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important; color: #424242;  font-size: 12px; font-weight: 400; height: 25px; line-height: 24px; padding-left: 24px; text-align: right; width: auto; display: inline-block;}
	
	/* Support soldier popup css begins */
	#supportSolModal .modal-dialog{ width: 575px; }
	#supportSolModal .modal-dialog .alert.alert-danger{margin-top: 15px;}
    #supportSolModal .modal-dialog .btn-close{position: absolute; top: 0; right: 0; color: #5a422c; font: 16px Arial; padding: 8px; cursor: pointer; display: block; z-index: 20;}
    #supportSolModal .modal-dialog .modal-banner{margin-left: -15px !important; margin-right: -15px !important; margin-top: -15px;}
    #supportSolModal .modal-dialog .modal-form h3{font-size: 26px; font-weight: 700;}
    #supportSolModal .modal-dialog .modal-form p{font-size: 16px; margin-bottom: 25px;}
    #supportSolModal .modal-dialog .modal-form .btn-submit{width: 100%;}
    #supportSolModal .modal-dialog .modal-form .form-control{font-size: 14px;}
    #supportSolModal .modal-dialog .modal-form .form-group{text-align: left;}
    #supportSolModal .modal-dialog .modal-success a{color: #39C}
    #supportSolModal .modal-dialog .modal-success p{margin-bottom: 15px;}
	/*Code for success story START*/
	.kt-success-stories .medium-insert-images figure figcaption{font-size: 13px !important; color: #949292;}
	.kt-success-stories .medium-insert-images figure img{touch-action: initial !important;}
	.kt-success-stories .success-story-title{ font-size: 28px; margin-bottom: 30px; font-weight: 700; font-family: "Source Sans Pro", sans-serif; color: #333;}
	.kt-success-stories .story p{ margin: 0 0 10px;}
	.kt-success-stories .story span,.kt-success-stories .story div,.kt-success-stories .story p{font-family: "Source Sans Pro", sans-serif !important;font-size: 16px !important; line-height: 27px !important;}
	.kt-success-stories .story blockquote{padding-top: 0px; font-size: 18px; font-style: italic; line-height: 1.78; letter-spacing: 0.1px; color: #555;}
	.kt-success-stories .story blockquote p{margin-bottom: 0px;}
	.kt-success-stories .story ul li{list-style-type: disc; margin-left: 14px; font-size: 17px; line-height: 1.78; padding-bottom: 10px;}
	.kt-success-stories .story ol li{list-style-type: decimal; margin-left: 14px; font-size: 17px; line-height: 1.78; padding-bottom: 10px;}
	.kt-success-stories .article-container article .story h2,h3,h4{font-family: "Source Sans Pro", sans-serif !important; color: #555555 !important; font-size: 18px !important; line-height: 1.78 !important; margin: 0 0 10px !important;}
	.kt-success-stories .article-container article .story h3{font-size: 21px !important; font-weight: 400;}
	.kt-success-stories .article-container article .story h4{font-size: 15px !important; margin: 0 0 15px !important; font-weight: 400;line-height: 25px !important;}
	.kt-success-stories .story .inspire-others{	margin: 20px auto;}
	.kt-success-stories #successWidget p{font-size: 15px; line-height: 1.8; margin-bottom: 20px;}
	.kt-success-stories .article-container aside .widget-title{ margin: 8px 0px !important; font-size: 17px !important; line-height: 1.6 !important; font-weight: 600;}
	.thumbnail.padding-zero{ padding: 0px; box-shadow: 5px 5px 8px -5px rgba(0,0,0,0.3);}
	.kt-success-stories .share-story{ font-size: 14px;}
	.kt-success-stories .fa-facebook{ font-size: 20px; margin-right: 4px;}
	.kt-success-stories .story .report-story{font-size: 13px;}
	.kt-success-stories .report-to-ketto{margin: 30px -15px;}
	.kt-success-stories .article-container{margin-bottom: 30px}
	.kt-success-stories .article-container article .story .medium-insert-images{margin-bottom: 10px;}
	.kt-success-stories #submitStory{margin-bottom: 25px;}
	.kt-success-stories .custom-lg-btn{padding: 20px 22px;}
	@media all and (min-width: 1025px){
		.kt-success-stories .visible-sm-dev{display: none;}
	}

	@media all and (min-width: 768px) and (max-width: 1024px){
		.kt-success-stories .sm-device{ display: none;		}
		.kt-success-stories .visible-sm-dev{ display: inline-block; margin: 0px 16px; font-size: 14px;}
	}
	@media all and (max-width: 767px){
		.kt-success-stories .xs-device{ font-size: 14px;}
		.kt-success-stories .btn-fb{margin-bottom: 50px;}
		.kt-success-stories .success-story-title{font-size: 30px; margin: 0px auto 20px;}
		.kt-success-stories .story#successWidget .inspire-others.sticky{position: fixed; bottom: 0px; width: 100%; left: 0px; margin-bottom:0px; z-index:115; background: #ffffff; padding: 10px;}
		.kt-success-stories .article-container article .story h3{line-height: 1.5;}
	}

	/*Code for Success story END*/
    @media all and (max-width: 767px){ 
    	#supportSolModal{background: #FFF;}
		#supportSolModal .modal-dialog{ width: 100%; margin: 0} 
		#supportSolModal .modal-dialog .modal-banner {height: 250px; position: relative;}
		#supportSolModal .modal-dialog .modal-banner img{height: 250px; width: auto; max-width: none; position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; z-index: 10}
		#supportSolModal .modal-dialog .modal-content{border-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
    }
	/* Support soldier popup css ends */
	/*NEW PROFILE PAGE USER DROPDOWN*/
	#UserImage{position:relative; padding-right:25px; background: url("/images_old/user_arrow.png") no-repeat center right;cursor:pointer; margin-left:10px!important;}
	#userActions {float:left; display:none; margin-top:12px; position:absolute; background:#ffffff; width:200px; /*border-radius:0 0 3px 3px;*/ padding:10px 20px; right:-8px; -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out; border: 1px solid #ebebeb; border-top:0;}
	#userActions > li{position:relative; display:inline-block; width:100%;}         
	#userActions > li > a{display:block; width:50px; height:50px; background:red; background:url(/images_old/mobile_header_nav.png) no-repeat}
	#userActions > li ul{position:absolute; top:52px; right:0; background:#FFF; padding:0 10px; width:130px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; display:none; z-index:10000;} 
	#userActions > li ul a{color:#323a45; line-height:34px; border-bottom:1px dashed #323a45; font-size:16px;}
	#userActions > li ul li:last-child a{border-bottom:0 none}
	#userActions .arrow{display:block; width:0px; height:0px; border-style:solid; border-width:0 10px 12px 10px; border-color:transparent transparent #ffffff transparent; position:absolute; top:-8px; right:6px;}
	
	#LoggedInUserMenu li a{color:#fff; line-height:35px; font-size:17px; }	
	#LoggedInUserMenu #UserImage #userActions li a { border-radius:0px!important; line-height:28px; height:auto; overflow: hidden; padding:0; width:100%!important; font-size:14px; color:#2b7dd9; text-transform: none; background:none; font-weight:normal;}
	#LoggedInUserMenu #UserImage #userActions li.active {display: inline-block; font-weight: 500; font-size:17px; position: relative; width: 100%; color:#00b1b0!important;}
	#LoggedInUserMenu #UserImage #userActions li.username, #SmallScreenHeaderActions li.username{color:#00b1b0!important; font-weight: 500; font-size:18px; height:30px; line-height: 30px; }
	
	#LoggedInUserMenu p.username, #SmallScreenHeaderActions p.username{color:#000000!important; font-weight:500; font-size:14px; line-height:30px; float:left; margin-right:10px; margin-top:3px; text-transform:none;}
	.usersecWidth{width:auto;}
	
	.fullWidth{width:100%!important; margin-right:0!important;}
	.userInfoOuter{float:left; width:100%; margin:5px 0 20px 0; position:relative; display:block;}
	.userInfoOuterSmallScreen{float:left; width:100%; margin:30px 0 20px 0; position:relative; display:none;}
	.userInfoOuter ._kt_round_image_wrapper {border-radius:120px; border:5px solid #ffffff; height: 100px; overflow: hidden; width:100px; text-align:center; background:#eeeeee; }
	.userInfoOuter ._kt_round_image_wrapper img {width: 100%;}
	.userInfoOuter .user_details_header_text{width:48%; float:left; margin-left:2%; position:relative;}
	.userInfoOuter .user_details_header_text h3{font-size:24px; color:#000000; font-weight:600; margin:5px 0 5px 0; }
	.user_details_header_text h3{font-size:24px; color:#000000; font-weight:600; margin:15px 0 20px 0; text-transform:uppercase; width:auto;}
	.userInfoOuter .user_details_header_text a.editProfile{font-size:11px; color:#00b1b0; font-weight:400; margin-bottom:0px; background:url("/images_old/edit_profile.png") no-repeat scroll 0px center / contain; padding:5px 0 5px 28px; border-radius: 2px; position:absolute; right:0; text-transform:capitalize; top:9px;}
	.userInfoOuter ._kt_location{clear: both; float: left; height: 20px; visibility: visible; width: auto; margin-bottom:5px;}
	.user_details_header ._kt_location{clear: both; float: left; height: 20px; visibility: visible; width: auto; margin-bottom:5px;}
	.userInfo{font-size:13px; color:#000000; clear: both; width:100%; margin:5px 0 5px 0;}
	.socialLinkOuter_profile {clear: both; left: 0; width: 100%; margin:5px 0 20px 0 ;}
	.socialLinkOuter_profile a{width:36px; height:36px; display:inline-block; text-indent:-9999em; /*float:left; */background:url("/images_old/sprite_aboutus_social.png") no-repeat; margin-right:10px;}
	.socialLinkOuter_profile a.twitter{background-position:0 -1px; position: inherit; float: left;}
	.socialLinkOuter_profile a.fb{background-position:0 -39px; position: inherit; float: left; }
	.socialLinkOuter_profile a.linkedIn{background-position:0 -77px; position: inherit; float: left;}
	.socialLinkOuter_profile a.googlePlus{background-position:0 -115px; position: inherit; float: left;}
	#SmallScreenHeaderActions a img{border-radius:36px;}
	/*._kt_tab_simple_nav li:first-child a { padding:5px 20px;}
	._kt_tab_simple_nav li a:hover, ._kt_tab_simple_nav li a.active {color: #666; background:#ffffff; padding:5px 20px;}*/
	#CampaignDetailsContent ._kt_tab_simple_nav { margin-bottom: 15px; float:left; width:100%;  background:url(/images_old/nav_bg.png) bottom left repeat-x; }
	#IndProfileTabsNav li a{background:none; padding:10px 0px!important; font-size:16px; font-weight:500; color:#555; margin-right:20px; border-bottom:2px solid #eaeaea;}
	#IndProfileTabsNav li a:hover{background:none; padding:10px 0px!important; color:#000; border-bottom:2px solid #dbdbdb;}
	#IndProfileTabsNav li a.active{background:none; padding:10px 0px!important; color:#3399cc; border-bottom:2px solid #00b1b0;}
	.ind_tab_content{min-height:350px; float:left;width: 100%;  margin-bottom: 20px;}
	.fb_iframe_widget {display: inline-block!important; float: left!important; position: relative!important;}
	.profileStatus{width:28%; padding:2%; float:right; margin-left:2%; background:#ffffff; border-radius:5px;}
	.profileStatus h2{font-size:15px; color:#323232; font-weight:normal; margin-bottom:5px;}
	.profileStatusBar{float:left; width:61%; margin-right:0%; margin-bottom:10px; padding-top: 5px;}
	.profileStatusCount{float:left; width:35%; margin-left:3%; margin-bottom:10px; text-align:right;}
	.profileStatusBar ._kt_progress_bar_wrapper { background: none repeat scroll 0 0 #efefef; border-radius: 5px; box-shadow: 0 0 6px 2px rgba(222, 222, 222, 0.5) inset; height: 10px; margin-bottom: 2px; overflow: hidden; width: 100%;}
	.profileStatusBar ._kt_progress_bar_wrapper .progress_indicator {background:#2196eb; border-radius: 5px; display: block; float: left; height: 100%;}
	.profileStatus ul{float:left; width:100%;}
	.profileStatus ul li{float:left; width:100%; display:block; margin:0 0 5px 0; font-size:12px;}
	.profileStatus ul li a{color:#2196eb; float:left;}
	.profileStatus ul li a:hover{color:#2196eb; text-decoration:underline;}
	.profileStatus ul li span{color:#d3d3d3; font-size:12px; float:right;}
	.socialLinkOuter_profile a.profileFb{background:url(/images_old/profile_social_bg.png) 0 0 no-repeat; float:left; width:111px; height:34px; margin-right:5px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileTw{background:url(/images_old/profile_social_bg.png) 0 -34px no-repeat; float:left; width:111px; height:34px; margin-right:5px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileLi{background:url(/images_old/profile_social_bg.png) 0 -68px no-repeat; float:left; width:111px; height:34px; margin-right:5px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileGp{background:url(/images_old/profile_social_bg.png) 0 -102px no-repeat; float:left; width:111px; height:34px; margin-right:0px; text-indent:-99999px;}
	
	/*NOT CONTENT AVAILABLE*/
	.notContent{float:left; width:100%;}
	.notContent h2{float:left; width:100%; margin-bottom:10px; font-size:25px; color:#000; font-weight:600;}
	.notContent h3{float:left; width:100%;  margin-bottom:20px; font-size:18px; color:#000; font-weight:400; }
	.buttons{float:left; width:25%;}
	
	/*EIDT CAMPAING LINK IN TITLE BAR*/
	.campaignTitleOuter{float:left; width:100%; position:relative; margin-bottom:10px; padding:0% 0 2px 0%;}
	.campaignTitleOuterLogged{float:left; width:100%; position:relative; margin-bottom:10px; padding:0% 0 25px 0%;}
	.editCampaign{position:absolute; width:272px; right:0; bottom:0; padding:/*8px 7px*/0; border-radius: 2px; text-align:right;}
	.editCampaign a, .editCampaign input[type="submit"]{font-size:11px; color:#00b1b0; margin:0 0px 0 5px!important; background:url("/images_old/edit_profile.png") no-repeat scroll -4px center / contain; padding:5px 5px 5px 24px!important; border:0; cursor:pointer; float:left; display:inline-block;  border-radius: 3px; }
	
	._kt_round_image_wrapper {border-radius: 75px; height: 55px; overflow: hidden; width: 55px;}
	#CampaignDetailsContent .title_image a { display: block; height: 55px; margin-top: 5px; overflow: hidden; width: 100%;}
	#CampaignsDetails #CampaignDetailsContent .campaign_details_title {margin-bottom: 5px;}
	#CampaignDetailsContent .campaign_details_title .title_image { border-radius: 0; height: auto !important; margin-right: 10px; margin-bottom:0px;}

	.editCampaign input.exportCsv{background:url("/images_old/export_csv.png") no-repeat scroll -4px center / contain; height:auto; line-height:normal; border-radius: 3px; }
	
	/*DONATION HISTORY*/
	.donationHistoryListing{float:left; width:100%; border-bottom:1px solid #ebebeb; margin-bottom:30px; padding:15px 0 0px 0;}
	.donationHistoryListing li{float:left; width:100%; border-top:1px solid #ebebeb; padding:15px 0 15px 0;}
	.campaignImage{float:left; height:65px; width:65px; border-radius:80px;  text-align:center; overflow:hidden; margin-right:20px;}
	.campaignImage img{max-width:100%; /*border-radius:65px;*/}
	
	.campaignAuthor{float:left; width:35%; margin-right:2%; padding:0 2% 0 0; border-right:1px solid #e8e8e8; height:65px;  font-size:16px;}
	.campaignAuthor a { color: #323a45; outline: medium none; text-decoration: none;}
	.campaignAuthor p.creator a{ color: #3399cc; outline: medium none; text-decoration: none; font-size:13px;}
	.amountRaised{float:left; width:auto; margin-right:2%; padding:0 2%;}
	.amountRaised ._kt_raisedGoalAmt_wrapper span.amount { color: #323a45; display: block; font-size: 30px; font-weight: 600; text-align: left; word-wrap: break-word;}
	.amountRaised ._kt_raisedGoalAmt_wrapper p {color: #7a7a7a; font-size: 16px; font-style: normal; font-weight:normal; text-align: left;}
	
	.amountRaised ._kt_raisedGoalAmt_wrapper {margin-bottom: 0px;}
	
	#kt_buttons3 input[type="button"], #kt_buttons3 input[type="submit"], #kt_buttons3 input[type="cancel"], #kt_buttons3 a{
	background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:15px!important; font-weight:500!important; color:#ffffff!important;  padding:0 26px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	
		
		#kt_buttons3 input[type="button"]:hover, #kt_buttons3 input[type="submit"]:hover, #kt_buttons3 input[type="cancel"]:hover, #kt_buttons3 a:hover{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:15px!important; font-weight:500!important; color:#ffffff!important; padding:0 26px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
		
		#kt_buttons3 input[type="button"]:foucs, #kt_buttons3 input[type="submit"]:foucs, #kt_buttons3 input[type="cancel"]:foucs, #kt_buttons3 a:focus{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:15px!important; font-weight:500!important; color:#ffffff!important; padding:0 26px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	/*PARTNER PAGE CSS START*/
	#Partner ._kt_title_wrapper p {font-size: 24px; text-transform:uppercase; font-weight:600;}
	#Partner ul#partnerListing{float:left; margin:0 0 20px 0; width: 100%; /*height:475px;*/}
	#Partner ul#partnerListing li{float:left; margin: 1.5%; width: 30%; /*height:475px;*/}
	/**/

	/*FUNDRAISE PAGE CSS START*/
	.guideLine {float:left; width:100%; padding:10px 0% 10px 0%; /*padding:10px 1.5% 30px 1.5%;*/ margin-bottom:0px; /*background:#ffffff;*/}
	.guideLine h1{float:left; width:100%; text-align:left; margin:5px 0 30px 0; padding:0; font-size:20px; height:auto; font-weight:600; color:#000;}
	/*.guideLineInner {float:left; width:12%; padding:0 3% 5px 1.5%; background:url(/images_old/verti_shadow.png) right 70px no-repeat;}*/
	.guideLineInner {float:left; width:29%; padding:0 2% 5px 2%; /*background: url(/images_old/shadow.jpg) center bottom no-repeat;*/ margin-bottom:10px; height:265px;}
	.imageOuter{float:left; width:100%; margin-bottom:0px; text-align:center;}
	.guideLineInner h2{float:left; width:100%; text-align:center; margin:5px 0 5px 0; padding:0; font-size:18px; height:auto; font-weight:700; color:#000;}
	.guideDesc{float:left; width:100%; text-align:center; margin-bottom:15px; font-size:14px; height:auto; color:#3e4753;}
	
	/*FUNDRAISING TIPS YOU PAGE*/
	.fundraising_banner_wrapper{height:400px; padding-top:50px; background:url("/images_old/fundraising_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; /*min-width:1070px;*/}
	.fundraising_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:35px; font-weight: 600; margin-bottom: 20px; text-shadow: 0 1px 2px #b85c19; text-transform: inherit; text-transform:uppercase;}
	.fundraising_banner_wrapper h3{font-family: Montserrat;font-size: 20px; font-weight: 300; margin: 0 auto; text-shadow: 0 1px 2px #b85c19; width: 88%;}
	.fundraising_banner_wrapper h4{font-size:18px; margin-bottom:30px;}
	.fundraising_banner_wrapper .headTextWraper p{font-size:20px;font-weight:500; background:#FFFFFF;padding:15px 30px; display:inline-block; margin-top:40px; color:#00b1b0; text-align:center;}
	.fundraising_banner_wrapper .headTextWraper {margin: 32px auto 0; text-align: center; width: 100%;}
	/*VIRTICLE TAB CONTENT CSS START*/
	.mainTabContainer {width: 100%; position: relative; float: left;}
	.tabMenuOuter {width: 25%; float:left; margin-right:2%;}
	.tabContainer {width: 73%; float:left;}
	.mainTabContainer .nav-tabs > li {float: left; margin-bottom: -1px;}
	.mainTabContainer .nav > li {display: block; position: relative; width: 100%;}
	.mainTabContainer .nav-tabs > li > a {border: 0px solid transparent!important; border-radius: 4px 4px 0 0; line-height: 1.42857; margin-right: 2px;}
	.mainTabContainer .nav > li > a { display: block; padding: 0px!important; height: 37px; line-height: 37px !important; position: relative; background:url(/images_old/tabcontent_menu_bg.png) top right no-repeat!important; color:#a5a5a5!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	.mainTabContainer .nav > li > a:hover{background:url(/images_old/tabcontent_menu_bg_hover.png) top right no-repeat!important; color:#000!important;}
	.mainTabContainer .nav-tabs > li.active > a, 
	.mainTabContainer .nav-tabs > li.active > a:hover, 
	.mainTabContainer .nav-tabs > li.active > a:focus {background:url(/images_old/tabcontent_menu_bg_hover.png) top right no-repeat!important; border: none!important; color: #000!important; cursor: pointer!important;}
	.row { margin-left: 0px !important; margin-right: 0px !important;}
	.tab-content .careerContent h2 {text-transform: uppercase; font-size:24px; font-weight:600; margin-top:0; float:left; width:100%; margin-bottom:20px;}
	.tab-content .careerContent h3 {text-transform: uppercase; font-size:18px; font-weight:600; margin-top:0; float:left; width:100%; margin-bottom:20px;}
	.tab-content .careerContent h4 {text-transform: capitalize; font-size:14px; font-weight:600;}
	.pageHeadingOuter {margin-left:28%; float:left; width:72%; font-weight:600; font-size:24px; color:#323a45; text-transform:uppercase; margin-bottom:33px;}
	
	/*CORPORATES YOU PAGE*/
	.corporates_banner_wrapper{height:400px; padding-top:50px; background:url("/images_old/corporate_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:0px; color:#FFF; /*min-width:1070px;*/}
	.corporates_banner_wrapper .headTextWraper p{font-size:20px;font-weight:500; background:#FFFFFF;padding:15px 30px; display:inline-block; margin-top:40px; color:#00b1b0; text-align:center;}
	.corporates_banner_wrapper .headTextWraper {margin: 50px auto 0; text-align: left; width: 100%;}
	
	.corporates_banner_left{float:left; width:60%; text-align:right; padding-right:1.5%}
	.corporates_banner_right{float:left; width:34%; padding:2%; background:#309ca7; text-align:left; font-size:16px;}
	.corporates_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:25px; font-weight: 600; margin-top:10px; margin-bottom: 20px; text-transform: inherit; text-transform:inherit;}
	.corporates_banner_wrapper h3{font-family: Montserrat;font-size: 27px; font-weight: 500; margin: 10px auto 0 auto;  width:100%; line-height:35px;}
	.corporates_banner_wrapper h4{font-size:20px; margin-top:47px;}
	
	
	
	.highlightedSectionOutere{width:100%; background:#ffffff; padding:40px 0 20px 0;}
	.pointeOuter{float:left; width:100%; margin:10px 0 10px 0;}
	.numberOuter{width:35px; height:35px; margin-right:1%; float:left; -moz-border-radius:35px; -webkit-border-radius:35px; border-radius:35px; border:3px solid #00b1b0; text-align:center; vertical-align:middle; padding-top:0px; line-height:35px; color:#00b1b0; font-weight:600; font-size:18px;}
	.points{float:left; width:95%; margin-bottom:20px; font-size:14px;}
	.highlighterBg{ background:url("/images_old/heighliter_bg.png") top center no-repeat; padding-top:45px; }
	
	.downloadPdf{float:left; width:100%; margin:10px 0 15px 0;}
	.downloadPdfText{float:left; width:auto; margin:0 2% 0 0; font-size:16px; line-height:34px; font-weight:600;}
	.downloadPdfButton{float:left; width:auto; margin:0 2% 0 0;}
	.contactToGetStarted{float:left; width:100%; background:#ffffff; color:#7a7a7a; padding:5% 0; margin-top:30px; text-align:center; display:block;}
	.contactToGetStartedSmall{float:left; width:100%; background:#ffffff; color:#7a7a7a; padding:5% 0; margin-top:30px; text-align:center; display:none;}
	.contactToGetStarted a, .contactToGetStartedSmall a{color:#3399cc;}
	.contactToGetStarted img, .contactToGetStartedSmall img{display:inline-block; margin-bottom:20px;}


/*SHARE YOUR CAMPAIGN CSS*/
	.custmizeform_left_wrapperNew{width:38%; float:left; }
	.custmizeform_left_wrapperNew h2{float:left; width:100%; font-size:25px; font-weight:600; color:#00b1b0; line-height:normal; margin-bottom:20px;}
	.shareforfreeDesk{display:block;}
	.shareforfreeSmall{display:none;}
	.featureShareforFree{float:left; width:100%; font-weight:600; line-height:normal; margin-bottom:20px;}
	.featureShareforFreeLeft{float:left; width:14%; margin-right:3%; font-weight:600; line-height:normal; margin-bottom:0px;}
	.featureShareforFreeRight{float:left; width:78%; font-weight:500; font-size:14px; line-height:56px; margin-bottom:0px;}
	.norLineHeight{line-height:normal; margin-top:8px;}
	.norLineHeight1{line-height:56px; margin-top:0px;}
	
	
	.custmizeform_right_wrapperNew{width:49%; margin-right:0%; float:right;}
	.custmizeform_right_wrapperNew h2{float:left; width:100%; font-size:25px; font-weight:600; color:#00b1b0; line-height:normal; margin-bottom:20px;}
	
	.custmizeform_right_wrapperNew p{font-size:17px; color:#595959; margin-bottom:20px;}
	.custmizeform_right_wrapperNew .inner{width:88%; margin-right:10%; float:left;}
	.custmizeform_right_wrapperNew input, .custmizeform_right_wrapperNew textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	.custmizeform_right_wrapperNew .comp_bord {border: 1px solid #e4e4e4;  border-radius: 5px;}
	/*.custmizeform_right_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}*/
	.custmizeform_right_wrapperNew .comp_bord:focus {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; width:100%;*/}
	
	.custmizeform_right_wrapperNew select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; */width:100%;}
	.custmizeform_right_wrapperNew .comp_large{width:83.3%!important; padding:10px 14% 10px 10px !important;} 
	
	.shareforfree_banner_wrapper{height:473px; padding-top:10px; background:url("/images_old/shareforfree_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF;}
	.shareforfree_banner_wrapper h2{ color: #00b1b0; font-family:Montserrat; font-size:60px; font-weight: 600; margin-bottom: 25px; text-transform: inherit; text-transform:inherit; line-height:47px;}
	.shareforfree_banner_wrapper ul{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 15px auto 0 auto; width: 100%; float:left;}
	.shareforfree_banner_wrapper ul li{float:left; width:90%; background: url("/images_old/info_li_image_new.png") no-repeat left top !important;  font-size:15.5px;font-weight:500; padding:0 0 0 15px; display:inline-block; margin-bottom:5px; color:#323a45; text-align:left;}
	.shareforfree_banner_wrapper .headTextWraper {margin: 75px auto 0; text-align: center; width: 100%;}
	/**/
	.shareforfree_banner_left{float:left; width:34%; text-align:right; padding-right:1.5%}
	.shareforfree_banner_right{float:left; width:60%; padding:2%; text-align:left; font-size:16px;}
	ul.informationText li{ margin-left:15px; margin-bottom:5px; list-style:none; line-height:normal; float:left; width:90%;}
	a.hearVoice{float:right; padding-left:15px; color:#16c7dc; text-decoration:underline;  background:url(/images_old/hear_voice.png) center left no-repeat; font-size:11px;}
	
	
	
/*SHARE YOUR CAMPAIGN CSS- CAMPAIGN DETAILS PAGE- SHARE TAB*/
	#CauseShare {padding:20px 0 0 0;}
	#CauseShare .custmizeform_left_wrapperNew{width:38%; float:left; }
	#CauseShare .featureShareforFreeLeft{float:left; width:20%; margin-right:3%; font-weight:600; line-height:normal; margin-bottom:0px;}
	#CauseShare .featureShareforFreeRight{float:left; width:76.5%; font-weight:500; font-size:12.5px; line-height:56px; margin-bottom:0px;}
	#CauseShare .norLineHeight{line-height:normal; margin-top:8px;}
	#CauseShare .norLineHeight1{line-height:56px; margin-top:0px;}
	#CauseShare .custmizeform_right_wrapperNew{width:58%; margin-right:0%; float:right;}
	#CauseShare .shareforfree_banner_wrapper{height:auto; padding-top:10px; background:url("/images_old/shareforfree_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; padding:20px ;}
	#CauseShare .shareforfree_banner_wrapper h2{ color: #00b1b0; font-family:Montserrat; font-size:45px; font-weight: 600; margin-bottom: 5px; text-transform: inherit; text-transform:inherit; line-height:40px;}
	#CauseShare .shareforfree_banner_wrapper ul{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 15px auto 0 auto; width: 100%; float:left;}
	#CauseShare .shareforfree_banner_wrapper ul li{float:left; width:96.5%; background: url("/images_old/info_li_image_new.png") no-repeat left top !important;  font-size:13.5px;font-weight:500; padding:0 0 0 15px; display:inline-block; margin-bottom:5px; color:#323a45; text-align:left;}
	#CauseShare .shareforfree_banner_wrapper .headTextWraper {margin: 20px auto 0; text-align: center; width: 100%;}
	/**/
	#CauseShare .shareforfree_banner_left{float:left; width:25%; text-align:right; padding-right:1.5%}
	#CauseShare .shareforfree_banner_right{float:left; width:69.5%; padding:2%; text-align:left; font-size:16px;}
	#CauseShare .kt_globelcontainer { margin: 0 auto; width: 94%; padding:3%;}
	
	#CauseShare .custmizeform_right_wrapperNew .comp_large { padding: 10px 14% 10px 10px !important; width: 68% !important;}
	#CauseShare .cp_fund_use input[type="button"].add, #CauseShare .cp_fund_use input[type="submit"].add, #CauseShare .cp_fund_use input[type="cancel"].add, #CauseShare .cp_fund_use a.add{background:url(/images_old/add_remove_link_bg.png) 0 0 no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px;top: 0px; right: 3px; position: absolute;z-index:100;}
	
	#CauseShare .cp_fund_use input[type="button"].add:hover, #CauseShare .cp_fund_use input[type="submit"].add:hover, #CauseShare .cp_fund_use input[type="cancel"].add:hover, #CauseShare .cp_fund_use a.add:hover{background:url(/images_old/add_remove_link_bg.png) 0 -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; top: 0px; right: 3px; position: absolute;z-index:100;}
	
	#CauseShare .cp_fund_use input[type="button"].add:focus, #CauseShare .cp_fund_use input[type="submit"].add:focus, #CauseShare .cp_fund_use input[type="cancel"].add:focus, #CauseShare .cp_fund_use a.add:focus{background:url(/images_old/add_remove_link_bg.png) 0 -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; top: 0px; right: 3px; position: absolute;z-index:100;}
	
	#CauseShare .repeatDiv input[type="button"].remove, #CauseShare .repeatDiv input[type="submit"].remove, #CauseShare .repeatDiv input[type="cancel"].remove, #CauseShare .repeatDiv a.remove{background:url(/images_old/add_remove_link_bg.png) -20px 0 no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	
	#CauseShare .repeatDiv input[type="button"].remove:hover, #CauseShare .repeatDiv input[type="submit"].remove:hover, #CauseShare .repeatDiv input[type="cancel"].remove:hover, #CauseShare .repeatDiv a.remove:hover{background:url(/images_old/add_remove_link_bg.png) -20px -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	
	#CauseShare .repeatDiv input[type="button"].remove:focus, #CauseShare .repeatDiv input[type="submit"].remove:focus, #CauseShare .repeatDiv input[type="cancel"].remove:focus, #CauseShare .repeatDiv a.remove:focus{background:url(/images_old/add_remove_link_bg.png) -20px -20px no-repeat!important; min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}

#CampaignsDetails #CampaignStatusInfoLargeDevice ._kt_three_fourth { float: left; margin-right: 2%; width: 53%;}
#CampaignsDetails #CampaignStatusInfoLargeDevice ._kt_one_third { float: left; width: 45%; clear:none;} 
	
/*COUPON CODE CSS START*/
	.couponWrapper{float:left; width:48%; margin:0px 2% 0 0; }
	.couponWrapperMobile{float:right; width:100%; margin:5px 0 0 0; }
	.loginMessageTwo span{float:left; width:100%; font-size:17px; font-weight:600; text-align:center; margin:0 0% 5px 0%; color:#333333; line-height:normal;}
	.loginMessageTwo p{float:left; width:100%; text-align:center; font-size:12px; line-height:normal; margin:0 0% 0px 0%; color:#333333; line-height:normal;}
	.whyFacebook{float:left; width:100%; background:#ededed; margin-top:15px; padding:20px 0;}
	.whyFacebook h3{float:left; width:100%; margin:0 0 5px 0; font-size:15px; font-weight:600; text-align:center; color:#000000;}
	.whyFacebook p{float:left; width:80%; margin:0 10% 5px ; font-size:12px; text-align:center; color:#000000;}
	.whyFacebook p.full{float:left; width:90%; margin:0 5% 5px ; font-size:12px; text-align:left; color:#000000;}
	.couponCodeOuter{float:left; width:92%; border-radius:5px; background:#e4e3e3; padding:10px 4%; margin-bottom:15px;}
	.couponCodeField{float:left; width:68%; margin:0 4% 0 0; position:relative;}
	.couponCodeField img{position:absolute; right:0; top:0; display:block; cursor:pointer;}

	.couponCodeField input[type="text"]{border-radius:3px; background:#ffffff; color:#666666; border:1px solid #ffffff; margin:0; padding:0 4%; width:92%; line-height:32px; height:32px; font-size:12.5px;}
	.couponCodeField input[type="text"].error{ background:#ffffff /*url(/images_old/invalid_error.png) center right no-repeat*/; border:1px solid #ff0000; color:#ff0000; font-size:12.5px;}
	.couponCodeButton{float:left; width:28%; margin:0 0% 0 0;}
	.couponCodeButton input[type="button"], .couponCodeButton a{border-radius:3px; color:#ffffff; background:#1e1e1e url(/images_old/transparent.png) top left repeat; border:0; margin:0; padding:0 2%; width:98%; line-height:34px; height:34px; font-size:11.5px; text-align:center; cursor:pointer; display:block;}
/*COUPON CODE CSS START*/

.listing_floated_det_wrapper .couponCodeOuter{float:left; width:92%; border-radius:5px; background:#e4e3e3; padding:9px 4%; margin-bottom:5px;}	


/*EXPERIENCE PAGE START*/
.ktt_whiteBackground{float:left; width:100%; background:#ffffff;}
.ktt_experienceTitle{float:left; width:100%; position:relative;}
.ktt_experienceTitle h2{font-size:30px; color:#000000; line-height:35px; font-weight:600; width:85%; margin-bottom:20px;}
.ktt_experienceFeatureShare{position:absolute; top:0; right:0;}
.ktt_experienceFeatureShare span, .ktt_experienceFeatureShare a{width:auto; display:inline-block; margin:0 0 0 10px;}
.ktt_experienceFeatureShare span, .ktt_experienceFeatureShare a img{margin-top:3px;}
.ktt_experienceFeatureSection{float:left; width:100%; margin:0 0 40px 0;}
.ktt_experienceFeatureImageOuter{float:left; width:56%; position:relative; margin:0 2% 0 0;}
.ktt_featuredTag{position:absolute; width:67px; top:20px; left:-10px;}
.ktt_featuredLeftTag{position:absolute; top:20px; left:67px; display:inline-block; background:#ff4e00; padding:0 8px; color:#ffffff; font-size:13px; line-height:23px; height:23px; transition: transform 0.2s ease-in-out 0s; }
.ktt_experienceFeatureContentOuter{float:left; width:42%; position:relative;}
.ktt_experienceFeatureContent{float:left; width:100%; height:338px; overflow:hidden; margin-bottom:20px; display:block; color:#000000; font-size:13px;}
.ktt_experienceFeatureContentSmall{float:left; width:100%; height:338px; overflow:auto; margin-bottom:20px; display:none; }
.ktt_experienceFeatureButtonSec{ float:left; width:100%; height:70px;}
.ktt_experienceFeatureButtonSec p, .ktt_experienceFeatureButtonSec a{float:none;width:auto; margin-bottom:5px; color:#000000;}
.ktt_experienceAmount{display:inline-block; width:43%; height:42px; line-height:42px; padding:0 5px; color:#ffffff; font-size:16px; text-transform:uppercase; border-radius:3px; text-align:center; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}

.ktt_noAvailableFeature{ background:#e6e6e6; border: 0 none !important; border-radius: 3px; color: #000000; display: inline-block; font-size: 16px; height: 42px; line-height: 42px; padding: 0 5px; text-align: center; text-transform: uppercase; width: 50%;}
.ktt_noAvailableListing{ background:#e6e6e6; border: 0 none !important; border-radius: 3px; color: #000000; display: inline-block; font-size: 16px; height: 42px; line-height: 42px; padding: 0 5px; text-align: center; text-transform: uppercase; width: 23%;}
.ktt_experienceAmount a{display:inline-block; color:#ffffff; float:none;}
.ktt_experienceAmountOr{display:inline-block; width:auto; height:42px; line-height:42px; padding:0 10px;}

.ktt_experienceListingOuter{float:left; width:100%; margin-bottom:40px; position:relative; height:431px; overflow:hidden;}
.ktt_experienceListingTitle{ width:96%; padding:15px 2%; float:left; margin-bottom:10px;}

.ktt_experienceListingTitle h2{font-size:25px; color:#000000; line-height:30px; font-weight:normal; width:85%; color:#ffffff;}
.ktt_experienceListingShare{position:absolute; top:20px; right:20px;}
.ktt_experienceListingShare span, .ktt_experienceListingShare a{width:auto; display:inline-block; margin:0 0 0 10px; color:#ffffff;}

.ktt_experienceListingContent{float:left; width:94%; padding:0 2%; color:#ffffff; line-height:22px; font-size:13px; height:260px; overflow:hidden;}
.ktt_experienceListingContent p{margin-bottom: 0;}
.grid li { height: 426px!important; overflow: hidden;}

.ktt_experienceListingButtonSec{ float:left; width:96%; padding:0 2%; height:70px;}
.ktt_experienceListingButtonSec p, .ktt_experienceListingButtonSec a{float:none;width:auto; margin-bottom:5px; color:#000000;}
.ktt_experienceListingAmount{display:inline-block; width:200px; height:42px; line-height:42px; padding:0 0px; color:#ffffff; font-size:16px; text-transform:uppercase; border-radius:3px; text-align:center; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}
.ktt_experienceListingAmountOr{display:inline-block; width:auto; height:42px; line-height:42px; padding:0 10px; color:#ffffff;}
.grid li .ktt_experienceListingTag{position:absolute; top:0; left:10px; display:inline-block; background:#ff4e00; padding:0 15px; color:#ffffff; font-size:13px; line-height:30px; height:30px; transition: transform 0.2s ease-in-out 0s;}

.grid li:hover .ktt_experienceListingTag{display:none;}

.ktt_experiencesDesk{display:block;}
.ktt_experiencesSmall{display:none}

/*Select menu css*/
.ktt_uniqueFormRow select {
	background: #ffffff!important;   
	 /*line-height:30px!important; height:40px!important;*/
	}
.ktt_uniqueFormRow select.newSuccess {
  background:inherit!important; line-height:inherit!important;
  /*border: 1px solid #00b1b0!important;*/
}
/*EXPERIENCE PAGE END*/

/*Search css start here*/
#searchOuter {width:100%; float:left;}
#searchOuter .ktt_uniqueFormRow label {display: inline-block;float:left;font-size: 12px;margin: 5px 10px 5px 0;width: auto!important; line-height: 30px;}
#searchOuter .ktt_uniqueFormRow {float: left;margin-bottom: 15px;width: 100%;}
#searchOuter .ktt_uniqueFormRow input[type="text"]{background: #ffffff url("/images_old/input_bg.png") repeat scroll left top;border: 1px solid #e4e4e4;border-radius: 5px;color: #666666;float: left;font-size: 13px;height: 20px;line-height: 20px;margin: 0 15px 0 0 !important;outline: medium none;padding: 10px 10px 10px 10px !important;transition: transform 0.2s ease-in-out 0s;width:21%;}
#searchOuter #ktt_uniqueFormButtons{float:left; width:auto;}
#searchOuter #ktt_uniqueFormButtons input[type="button"], #searchOuter #ktt_uniqueFormButtons input[type="submit"], #searchOuter #ktt_uniqueFormButtons input[type="cancel"], #searchOuter #ktt_uniqueFormButtons a, #searchOuter #ktt_uniqueFormButtons1 input[type="button"], #searchOuter #ktt_uniqueFormButtons1 input[type="submit"], #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"], #searchOuter #ktt_uniqueFormButtons1 a{background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:14px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important;  transition: all 450ms ease-in-out 0s; margin-right: 2%; border-top:0px; border-right:0px; border-left:0px;}
#searchOuter #ktt_uniqueFormButtons input[type="button"]:hover, #searchOuter #ktt_uniqueFormButtons input[type="submit"]:hover, #searchOuter #ktt_uniqueFormButtons input[type="cancel"]:hover, #searchOuter #ktt_uniqueFormButtons a:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="button"]:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="submit"]:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"]:hover, #searchOuter #ktt_uniqueFormButtons1 a:hover{background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important;} 
#searchOuter #ktt_uniqueFormButtons input[type="button"]:foucs, #searchOuter #ktt_uniqueFormButtons input[type="submit"]:foucs, #searchOuter #ktt_uniqueFormButtons input[type="cancel"]:foucs, #searchOuter #ktt_uniqueFormButtons a:focus, #searchOuter #ktt_uniqueFormButtons1 input[type="button"]:foucs, #searchOuter #ktt_uniqueFormButtons1 input[type="submit"]:foucs, #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"]:foucs, #searchOuter #ktt_uniqueFormButtons1 a:focus{background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important;}
	

/* GCI CSS Starts */
.gci-status h3{font-weight: 300; font-size: 32px; color: #333; background: url('/images/gci-separator.gif') bottom repeat-x; padding-bottom: 25px; margin-bottom: 30px;}
.gci-status .offers-listing,
.gci-status .offers-listing li{list-style: none;}
.gci-status .offers-listing { width: 860px; margin: 0 auto;  }
.gci-status .offers-listing li{position: relative; margin: 60px 0;}
.gci-status  li .radial-progress { width: 200px; height: 200px; border-radius: 50%; position: relative; z-index: 50; background: #FFF;}
.gci-status  li .radial-progress .circle .mask,
.gci-status  li .radial-progress .circle .fill,
.gci-status  li .radial-progress .circle .shadow { width: 200px;   height: 200px;   position: absolute;   border-radius: 50%; }
.gci-status  li .radial-progress .circle .shadow { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset; }
.gci-status  li .radial-progress .circle .mask,
.gci-status  li .radial-progress .circle .fill { -webkit-backface-visibility: hidden; transition: -webkit-transform 1s; transition: -ms-transform 1s; transition: transform 1s; }
.gci-status  li .radial-progress .circle .mask { clip: rect(0px, 200px, 200px, 100px); }
.gci-status  li .radial-progress .circle .mask .fill { clip: rect(0px, 100px, 200px, 0px); background-color: #1ebeaa; }
.gci-status  li .radial-progress .inset { width: 180px; height: 180px; position: absolute; margin-left: 10px; margin-top: 10px; background-color: #fbfbfb; border-radius: 50%; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35); text-align: center; line-height: 180px; font-size: 54px;}
.gci-status  li .radial-progress .inset .fa { font-size: 49px; padding-right: 5px;}
.gci-status .ticker { border: 1px solid #e1e1e1; position: absolute; min-height: 170px; width: calc(100% - 102px); left: 100px; top: 15px; z-index: 49; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px;} 
.gci-status .ticker .content{height: 100%; margin-left: 115px;	 width: calc(100% - 140px); color: #333;}
.gci-status .ticker .content .ticker-label{line-height: 40px; color: inherit; font-size: 16px; font-weight: 700; }
.gci-status .ticker .content .ticker-label span{font-size: 14px; line-height: 40px; margin-left: 3px; font-weight: 300}
.gci-status .ticker .content .ticker-label a{color: #007de1}
.gci-status .ticker .content .ticker-bg{ background: #f1f1f1; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 5px}
.gci-status .ticker .content .ticker-bg .digit{display: block; border: 1px solid #e1e1e1; background: #FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; float: left; width: calc(14.28% - 5px); text-align: center; font-family: "Roboto Slab","Times New Roman",Times,serif; font-size: 66px; margin-right: 5px; font-weight: 400; color: #333}
.gci-status .ticker .content .ticker-bg .digit:last-child{margin-right: 0; width: 14.28%;}
.gci-status .ticker .content .ticker-bg .digit.sep{background-color: #e1e1e1}
.gci-status .ticker .content .ticker-bg .digit.completed{color: #1ebeaa}
.gci-status .ticker .content .ticker-bg .digit.completed.nonum{color: #f1f1f1}
.gci-status li.soldout .radial-progress .circle .mask .fill{background-color: #cc1e2b}
.gci-status li.soldout .ticker .content .ticker-bg .digit{color: #CCC}
.gci-status li.soldout .ticker .content .ticker-bg{margin-top: 32px;}
.gci-status li.soldout a.view-winners{ position: absolute; font-size: 13px; top: 10px; right: 25px; color: #007de1;}
#GCIFundraiserModal .modal-dialog{width: 480px;}
#GCIFundraiserModal .modal-header{ background-color: #dbf5f4; }
#GCIFundraiserModal .modal-header h4{font-weight: 700;}
#GCIFundraiserModal .modal-body {padding: 0 15px;}
#GCIFundraiserModal .modal-body ol{margin-bottom: 0;}
#GCIFundraiserModal .modal-body li {font-size: 16px; border-bottom: 1px solid #e1e1e1; padding: 12px 0}
#GCIFundraiserModal .modal-body li:last-child{border-bottom: 0 none;}
#GCIFundraiserModal .modal-body li .count{font-size: 30px; border-right: 1px solid #e1e1e1; width: 65px; float: left; text-align: center;}
#GCIFundraiserModal .modal-body li .owner-name{padding: 0 15px; float: left; width: calc(100% - 65px);}
#GCIFundraiserModal .modal-body li .image-cont{width: 40px; display: block; float: left; margin-right: 15px;}
#GCIFundraiserModal .modal-body li .image-cont.default-image{border: 1px solid #01bfbd; width: 40px; height: 40px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; padding: 5px}
#GCIFundraiserModal .modal-body li .image-cont.default-image svg{width: 100%;}
#GCIFundraiserModal .modal-body li p{margin-bottom: 0; line-height: 42px;}
#GCIFundraiserModal .modal-footer{position: relative; padding: 0 15px;}
#GCIFundraiserModal .modal-footer p{line-height: 60px; font-style: italic; font-size: 16px; margin-bottom: 0;}
#GCIFundraiserModal .modal-footer .arrows{position: absolute; top: 0; font-size: 20px; line-height: 60px; cursor: pointer;}
#GCIFundraiserModal .modal-footer .arrows.disabled{color: #CCC; cursor: not-allowed;}
#GCIFundraiserModal .modal-footer .arrows.left{left: 15px}
#GCIFundraiserModal .modal-footer .arrows.right{right: 15px}
@media all and (max-width: 1023px){	
	.gci-status .offers-listing{width: auto;}
	.gci-status .ticker .content .ticker-label{font-size: 14px;}
}
@media all and (max-width: 767px){
	.gciCarousel, 
	.gciCarousel ul, 
	.gciCarousel ul li {height: auto !important;}

	.gci-status h3{margin-top: 0; font-size: 28px;}

	.gci-status .offers-listing li {min-height: 185px; margin: 30px 0;}
	.gci-status .offers-listing li.soldout{min-height: 182px;}
	
	.gci-status li .ticker{min-height: 140px;}
	.gci-status li .ticker .content{ padding-top: 15px; }
	.gci-status li .ticker .content .ticker-bg{margin-top: 0; overflow: hidden;}
	
	.gci-status li .radial-progress { width: 90px; height: 90px; margin: 0 auto;}
	.gci-status li .radial-progress .circle .mask,
	.gci-status li .radial-progress .circle .fill,
	.gci-status li .radial-progress .circle .shadow { width: 90px; height: 90px; }		
	.gci-status li .radial-progress .circle .mask { clip: rect(0px, 90px, 90px, 45px); }
	.gci-status li .radial-progress .circle .mask .fill { clip: rect(0px, 45px, 90px, 0px); }
	.gci-status li .radial-progress .inset { width: 80px; height: 80px; margin-left: 5px; margin-top: 5px; line-height: 80px; font-size: 28px;}
	.gci-status li .radial-progress .inset .fa { font-size: 26px; padding-right: 3px;}

	.gci-status .ticker{left: 0; width: calc(100% - 2px); top: 45px;}
	.gci-status .ticker .content{ margin-left: 15px; width: calc(100% - 30px); }	
	.gci-status .ticker .content .ticker-bg .digit{font-size: 34px;}
	.gci-status .ticker .content .ticker-label{font-size: 13px; line-height: 1.6; margin-bottom: 8px;}
	.gci-status .ticker .content .ticker-label span{font-size: 12px; line-height: 1.6}	
	
	.gci-status li.soldout .ticker{min-height: 137px;}
	.gci-status li.soldout .ticker .content{ padding-top: 60px; }
	.gci-status li.soldout .ticker .content .ticker-bg{margin-top: 0;}
	.gci-status li.soldout a.view-winners{ top: 40px; right: 15px;}

	#GCIFundraiserModal .modal-dialog{width: auto;}	
}	
@media all and (max-width: 767px){
	.gciCarousel, 
	.gciCarousel ul, 
	.gciCarousel ul li {height: auto !important;}
}
/* GCI CSS Ends */
/* Media Queries Begin */
@media all and (max-width:1920px){	
	.shareCampaignDetailsRight {display:none;}		
}

@media all and (max-width:1399px){
	/*._kt_carousel_wrapper li img{width:100%}*/
	/*How It Works New page CSS*/
	.newhiwButtonOuter { margin: 0 auto; width:100%;}
	.getStarted { color: #FFFFFF; float: left; font-size:18px; text-align: center; width: 100%;}
	/*LOGIN PAGE*/
	
	
	.form_left_wrapperNew .comp_large{width:82.3%!important; padding:10px 15% 10px 10px !important;}
	.shareCampaignDetailsRight {display:none;}
	._kt_onethirdCol {
    display: inline-block;
    float: none;
    margin: 0 0.5% 20px;
    width: 42%;
}
	
}

@media all and (max-width:1199px){
	
	
	/*How It Works New page CSS*/
	.newhiwButtonOuter { margin: 0 auto; width:100%;}
	.getStarted { color: #FFFFFF; float: left; font-size:18px; text-align: center; width: 100%;}
	.kt_newFooterConnectWith .addthis_default_style .addthis_separator, .kt_newFooterConnectWith .addthis_default_style .at300b, .kt_newFooterConnectWith .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {float: left; margin-left: 20px !important;}
	
	
	.form_left_wrapperNew .comp_large{width:82.3%!important; padding:10px 15% 10px 10px !important;}	
}

/* CSS For Resolution Below 1070 begins */
@media all and (max-width:1100px){
	
	
	
	._kt_testimonial_wrapper .content_wrapper img{width:75%}
	
	#CampaignsListing .sidebar ._kt_sidebar_nav.fixPos{width:24.2%}    
	#Listings_wrapper ol._kt_three_fourth > li{/*margin-right:2%;*/ width:24%}
	#Listings_wrapper ._kt_three_fourth{margin-right:1.6%; }
	#CampaignsDetails{width:98%}
	#CampaignsDetails ._kt_tab_box_nav li a{padding:0 18px 0 18px!important;}
	#CampaignsDetails #CampaignDetailsContent .campaign_details_title .title{width:72%}
	#CampaignDetailsContent .backers_listing_wrapper ol li, #CampaignDetailsContent #CauseBackers ol>li:nth-child(7n+7){/*margin-right:10px !important*/margin: 0 1.5% 20px;
	width: 30%;}
	#ProfileDetails ._kt_tab_simple_nav li a{padding:0 20px;}
	#ProfileDetails #CampaignsDetails #CampaignDetailsContent .campaign_details_title .title{width:86%}
	#ProfileDetails #CampaignDetailsSidebar ._kt_listing_box_wrapper{position:static; margin-left:0; width:95%; margin-bottom:30px}
	#ProfileDetails #CampaignsDetails #CampaignDetailsContent .campaign_details_title{padding-bottom:0}
	#ProfileDetails #CampaignDetailsSidebar{margin-top:0}
	#ProfileDetails .tab_content{margin-bottom:30px;}
	.IndProfileDetails ._kt_listing_box_wrapper{margin-right:1.6% !important; width:30%}
	.IndProfileDetails#ProfileDetails #CampaignDetailsSidebar ._kt_listing_box_wrapper{width:auto; margin-top:57px}
	#ProfileDetails #CampaignDetailsSidebar .user_details_header .user_details_header_text {width:55.25%}    
	.IndProfileDetails#ProfileDetails .user_details_header .user_details_header_text h3{font-size:22px !important; margin-top:10px;}
	#ProfileDetails .user_details_header .user_details_header_text h3 {font-size:22px; margin-bottom:5px;}
	#AboutUs .about_banner_wrapper{padding-top:20px; height:330px}
	#BrandingCarousel._kt_carousel_wrapper li img{margin-top:0 !important}
	#BrandingCarousel .brandedPage_collection_info{height:80px;}
	#BrandingCarousel .brandedPage_collection_info .amount_raised_wrapper{padding-top:10px; }
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions{padding-top:10px; }
	#BrandingCarousel .brandedPage_collection_info .amount_figure{font-size:42px; }
	#BrandingCarousel .brandedPage_collection_info .figure{font-size:46px;}
	#BrandingCarousel .brandedPage_collection_info .amount_label{padding-top:8px}
	.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper{width:18.755%}
	#BrandingCarousel .brandedPage_featured_vid{display:none;}
	
	._kt_raisedGoalAmt_wrapper span.amount {color: #323a45;display: block; font-size: 19px; font-weight: 400; text-align: left; word-wrap: break-word;}
	
	.shareCampaignDetailsLeft {float: left; height: 30px; margin: 0; padding: 0; text-align: left; vertical-align: top; width: 65%; display:none;}
	.shareCampaignDetailsRight {float: right; height: 30px; margin: 0; padding: 0; text-align: right; vertical-align: top; width: 35%;}
	
	/*NEW RESPONSIVE CLASSES FOR CAMPAIGN DETAILS PAGE 158-07-2014*/
	.tab_content {min-height:inherit;}
	._kt_tab_box_nav li {float: left; font-size: 14px; margin-right: 5px;}
	
	._kt_listing_box_wrapper {background: none repeat scroll 0 0 #fff; border: 1px solid #f3f3f3; border-radius: 5px; margin-bottom: 15px; padding: 215px 25px 20px; position: relative; width: 24.6%;}     
	.campaignEndedDeactiveButton{background-color: #2196eb; border-bottom: 1px solid #1e8fe1; transition: all 450ms ease-in-out 0s; line-height: 52px; margin-bottom: 5px; border-radius: 5px; color: #fff; display: block; font-size: 18px; font-weight: 600; text-align: center; text-transform: uppercase;}
	
	/*SHARE ICON*/
	.shareCampaignDetailsLeft {float: left; height: inherit; margin: 0; padding: 0; text-align: left; vertical-align: top; width: 74%; margin-bottom:20px; display:none;}
	.shareCampaignDetailsRight {float: right; height: inherit; margin: 0; padding: 0; text-align: right; vertical-align: top; width: 26%;} 
	/*NEW RESPONSIVE CLASSES FOR CAMPAIGN DETAILS PAGE 158-07-2014*/
	
	
	
	/*CSS FOR DONATE PAGE POPUP 09-06-2014 START*/
	.popupWrapper_payment {margin-bottom:30px; padding:20px 3% 3%;}
	.popupLeftSec{float:left; width:94%; margin:0 3%;}
	.popupRightSec{float:left; width:94%; margin:0 3% 10px 3%;}
	
	.noticeImp {background: none repeat scroll 0 0 #f7f7f7;	border-radius: 5px;	float: left; padding: 6%; width: 82%;}	
	

	.textareaOuter {float:left; margin-right:2%; width:50%;}
	.popupWrapper_payment .error {background:#FFEBE8; border:1px solid #DD3C10;margin-top:0px; padding:8px 0; width:47%; float:left; text-align:center;}
	.textarealable { color:#686868; float:left; font-size:13px; font-style:italic; font-weight:normal; width:98%;}
	.textareaOuter textarea {background:none repeat scroll 0 0 #F7F7F7; border:1px solid #EFEFEF; height:70px; resize:none; width:100%; margin-bottom:10px;}
	.textarealable br{display:none;}
	
	
	.radioBtnOuter { float:left; margin-right:1%; width:12%;}
	.radioBtnlable { color:#000000; float:left; font-size:14px; font-weight:500; margin-right:1%; width:85%;}
	.radioBtnDesc { color:#686868; float:right; font-size:11px; font-weight:500; margin-right:4px; width:85%;}
	.radioBtnDesc strong {color:#3A3A3A; float:left; font-size:12px; font-weight:500; margin-right:0; width:66%;}
	ul.rwForm li {border-bottom:1px solid #E6E6E6; float:left; margin-bottom:0; padding:10px 0; width:100%;}
	
	.buttonOuter {float:right; text-align:center; width:86%;}
	
	.buttonOuter input[type="button"], .buttonOuter input[type="submit"], .buttonOuter a {background-color:#00b1b0!important; background-image:none!important; border-radius:5px!important; color:#FFFFFF!important; display:inline-block!important;font-size:20px!important; height:50px!important; line-height:50px!important; margin:0 10px 10px 10px!important; padding:0 25px 0 25px!important; text-align:center!important; text-decoration:none!important; width:auto!important;}
	.buttonOuter input[type="button"]:hover, .buttonOuter input[type="submit"]:hover, .buttonOuter a:hover {background-color:#00a3a2!important; background-image:none!important; border-radius:5px!important; color:#FFFFFF!important; display:inline-block!important; font-size:20px!important; height:50px!important; line-height:50px!important; margin:0 10px 10px 10px!important; padding:0 25px 0 25px!important; text-align:center!important; text-decoration:none!important; width:auto!important;}
	
	/*How It Works New page CSS*/
	.newhiwButtonOuter { margin: 0 auto; width:100%;}
	.getStarted { color: #FFFFFF; float: left; font-size:18px; text-align: center; width: 100%;}
	
	.induvidual_widg{width:100%; margin:10px auto 0 auto; text-align:center; padding-left:40px;}
	
	/*A CAMPAIGN PAGE START 22 JULY 2014*/
	.kt_globelcontainer{ margin: 0 auto; width: 98%;}
	.kt_commomGreenHeadSty h2 {color: #323A45; font-size: 30px; font-weight: 600; height: 40px; line-height: 40px;}
	.kt_commomGreenHeadSty{ float: left; height:50px; padding-top: 10px; text-align: center; width: 100%;}
	.kt_startCampaignWelcomeTxt h3{ color: #323A45; font-size: 15px; font-weight: 300; line-height: 30px;}
	.kt_startCampaignCtaOuter .startCampaignCTA { background: none repeat scroll 0 0 #2196eb; border: 0 none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #FFFFFF; display: inline-block; font-size: 22px; font-weight: 600; height: 59px; line-height: 59px; margin: 20px 0 25px; padding: 0 40px; text-align: center; text-decoration: none; text-transform: uppercase; border-bottom:1px solid #1e8fe1;}
	
	
	.kt_startCampaignCtaOuter .startCampaignCTAWhite { background:#ffffff; border: 0 none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #00b1b0; display: inline-block; font-size: 22px; font-weight: 600; height: 59px; line-height: 59px; margin: 20px 10px 25px; padding: 0 40px; text-align: center; text-decoration: none; text-transform: uppercase;}
	.kt_globelcontainer h2.startCampaing {border-top: 2px solid #F4F4F4; color: #000000; font-size: 17px; font-weight: 500; padding: 20px 0; text-align: center; width: 100%;}
	.kt_startCampSampleLeft { float: left;  margin: 0 1% 30px 1%;  position: relative; width: 48%;}
	.kt_startCampSampleRight { float: left; margin: 0 1% 30px 1%; position: relative; width: 48%;}
	.kt_startCampSampleInfo { position: absolute; top: 350px; width: 80%;}
	
	.kt_startCampBottLinks a { background: url("/images_old/more_arrow_green.png") no-repeat scroll right center rgba(0, 0, 0, 0);  color: #00b1b0; font-size: 16px; font-weight: 500; padding-right: 20px; text-decoration: none;}
	.kt_startCampSampleHeading { background: none repeat scroll 0 0 #323A45; color: #FFFFFF; float: left; font-size: 23px; font-weight: 600; height: 55px; line-height: 55px; opacity: 0.90 !important; padding-left: 3%; width: 92%;}
	.kt_startCampSampleDesc { background: none repeat scroll 0 0 #F7F7F7; float: left; font-size: 14px; font-weight: 500; height: 130px; opacity: 0.90 !important; padding: 10px 3%; width: 100%;}
	
	.kt_startCampaignBottomSec p {color: #FFFFFF; font-size: 18px; font-weight: 300; line-height: 25px; text-align: center;}
	.kt_startCampaignBottomSec { background: url("/images_old/green_pattern.jpg") repeat scroll left top #4B9C5C; float: left; padding: 40px 2.5% 10px; width: 93%;}
	
	
	
	/*CONTRIBUTE NOW FORM*/
	.yourContibutionSummary {float: left; width: 40%;}
	.contribute_page #Section1 {float: left;  margin-bottom: 0; width: 60%;}
	._kt_donation_summ_wrapper .summ_image_wrapper{display:block;}	
	._kt_donation_summ_wrapper .summ_image_wrapper { width:100%;}
	._kt_donation_summ_wrapper{padding:0%; margin-bottom:0px;}
	.summ_details_wrapper .title p.titletext { color: #000000; font-size:20px; font-weight: 600;}	
	.contribute_page ._kt_form .currency{width:38%}
	
	.yourContibutionSummary_formWrapper {float: left; margin-bottom: 30px; width:85%;}
	#StartCampaign ._kt_form .comp_small { width: 45%; padding:10px 7% 10px 10px !important;}
	#StartCampaign ._kt_form .sel_small { width: 53.5%;}
	.yourContibutionSummary_formWrapper input{/*float:none;*/}
	._kt_form input[type="radio"] {float: left; margin-right: 10px; margin-top: 0;min-height: 16px !important; width: 13px;}
	
	.form_left_wrapperNew .comp_large{width:82.3%!important; padding:10px 15% 10px 10px !important;}
	
	
	
	
	
	/*EVENT PAGE CSS*/
	#EventsListing #EventCampaignDetails h2 { background: url("/images_old/trans.png") repeat scroll 0 0 rgba(0, 0, 0, 0); color: #fff; float: left; font-size: 40px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 160px; margin-top: 25px; padding: 0 20px;}
	#EventsListing #EventCampaignDetails .event_campaign_actions{float:right; width:50%; margin-bottom:20px; clear:left; display:block;}
	.eventSmall{display:none; width:76%; margin:0 auto;}
	.eventSmall li{width:49%; float: left; margin: 0 1%; width: 48%;}
	#EventsListing #TeamLeaderboard #Listings_wrapper ol > li { float: left; margin: 0 1.5% 15px; padding: 215px 3% 20px; width: 24%;}
	.eventSmall ._kt_button_big { border-radius: 3px; color: #fff; display: block; font-size: 21px; font-weight: 600; line-height: 62px; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
	
	.events_listing_tab_content h2{font-size: 26px; margin-bottom: 15px;font-weight: 500; padding:0;}
	.events_listing_tab_content h3{font-size: 24px; margin-bottom: 10px;font-weight: 400; padding:0;}
	
	/*INDIVIDUAL PAGE CSS*/
	#ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper{ background:#fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 17.5%!important;}
	/*CELEBRATY PAGE CSS*/
	#celeBraty #ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper { background:#fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 24%!important;}	
	.figures ._kt_raisedGoalAmt_wrapper span.amount {color: #ffffff; display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
	#questionary .form_left_wrapperNewSignUp .repeatDiv .comp_large { width: 84%!important;}
	
	.induvidual_widg { margin: 10px auto 0; padding-left:7px; text-align: center; width: 100%;}
	
	.phonePlus{float:left; width:50%; background:#ffffff!important; border: 1px solid #e4e4e4; border-radius: 5px; margin-bottom: 5px; outline: medium none; padding: 10px 0% 10px 10px; margin-top:8px;}
	#frmStartCampaign ._kt_form  .phonePlus input[type="text"]{background:#ffffff!important; border:none!important;  border-radius: 0px!important; padding: 0 !important;
    width: 93%; margin:0!important; line-height:normal!important;}
	#frmStartCampaign ._kt_form  .phonePlus input[type="text"]:focus{background:none!important; border:none!important;  border-radius: 0px!important; padding:0!important; margin:0!important; line-height:normal!important; width:93%;}
	.prefixPlus{line-height:30px; font-size:16px; font-weight:200; color:#999;}
	
	/*ngo-details-updated css-01-09-2015*/
	.ngoMainImage { float: left; height: 414px; margin: 0 auto; overflow: hidden; position: relative; width: 100%;}
	#ngo_wraper ._kt_three_fourth{width:68%; padding:0 0% 0 0; margin:0;}
	#ngo_wraper ._kt_three_fourth p{padding-right:10px;}
	#ngo_wraper ._kt_one_third {width: 27%; float:right; padding:15px 2%; margin-top:0px; border: 1px solid #f3f3f3; border-radius: 5px; }
	
	/*NGO new widget classes-08-09-2015*/
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper {background:#fff; border: 1px solid #f3f3f3 !important; border-radius: 5px; margin:0 1% 20px  !important;  padding: 195px 15px 20px; position: relative; width:26%!important;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_image_wrapper { height: 165px; left: 0; margin-bottom: 0px; overflow: hidden; position: absolute; top: 0;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .figures { background: none repeat scroll 0 0 #000; border-radius: 5px 5px 0 0; margin-bottom: 25px; opacity: 0.8; padding: 10px 15px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .figures ._kt_raisedGoalAmt_wrapper span.amount { color: #ffffff; display: block; font-size: 14px; font-weight: 600; text-align: left; word-wrap: break-word;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .image_wrapper { border: 2px solid #333; border-radius: 50px; height: 30px; margin-bottom: 5px; overflow: hidden; width: 30px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagOrange,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagBlue,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagRed {top: 180px;}
	#ngo_wraper  .ktt_listingNamePosition { margin-top: 17px;}
	#ngo_wraper .listing_details_wrapper .desc {  color: #7a7a7a;  font-size: 14px; height:75px;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount { font-size: 16px !important; font-weight: 600;}
	._kt_raisedGoalAmt_wrapper span.amount > span { font-size: inherit; padding-right: 4px;}

}

/* CSS For Resolution 1024 begins*/
@media all and (width:1024px){

	
	.notContent ._kt_icon_add{background-position:20px -125px; font-size:14px!important; width:210px;}
	
	.userInfoOuter .user_details_header_text a.editProfile{font-size:11px; color:#00b1b0; font-weight:400; margin-bottom:0px; background:url("/images_old/edit_profile.png") no-repeat scroll 0px center / contain; padding:5px 0 5px 28px; border-radius: 2px; position:absolute; right:0; text-transform:capitalize; top:13px;}
	
	.phonePlus{float:left; width:52%; background:#ffffff!important; border: 1px solid #e4e4e4; border-radius: 5px; margin-bottom: 5px; outline: medium none; padding: 10px 0% 10px 10px; margin-top:8px;}
	#frmStartCampaign ._kt_form  .phonePlus input[type="text"]{background:#ffffff!important; border:none!important;  border-radius: 0px!important; padding: 0 !important;
	width: 93%; margin:0!important; line-height:normal!important;}
	#frmStartCampaign ._kt_form  .phonePlus input[type="text"]:focus{background:none!important; border:none!important;  border-radius: 0px!important; padding:0!important; margin:0!important; line-height:normal!important; width:93%;}
	.prefixPlus{line-height:30px; font-size:16px; font-weight:200; color:#999;}
	
	/*ABOUT US PAGE*/
	#AboutUs #TeamListing li h3 {color: #333; font-size: 14px; font-weight: 600; height: 25px; margin-bottom: 0; text-transform: uppercase;}
	#AboutUs #TeamListing li h4 { color: #a1a1a1; font-size: 12px; font-style: italic; font-weight: 400; height: 20px; margin-bottom: 10px;}
	.ketto_briefAbout { background:#ffffff; border-radius: 5px; float: left; font-size: 13px; height: 395px; margin: 0 0 10px; padding: 0 3%; position: relative; width: 94%;}
	.ketto_briefAbout p {height: 300px; margin: 20px 0 10px; padding: 0 10px; text-align: left;}
	
	
	/*CORPORATES YOU PAGE*/
	.corporates_banner_left{float:left; width:60%; text-align:right; padding-right:1.5%}
	.corporates_banner_right{float:left; width:34%; padding:3%; background:#309ca7; text-align:left; font-size:16px;}
	.corporates_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:23px; font-weight: 600; margin-top:10px; margin-bottom: 20px; text-transform: inherit; text-transform:inherit;}
	.corporates_banner_wrapper h3{font-family: Montserrat;font-size: 27px; font-weight: 500; margin: 10px auto 0 auto;  width:100%; line-height:35px;}
	.corporates_banner_wrapper h4{font-size:20px; margin-top:55px;}
	.thankyouMessage{width:60%; margin:50px auto 400px auto; text-align:center; padding:7%; display:block; background:#ffffff; border-radius:10px;}
	.thankyouMessage h2{font-size:44px; font-weight:600; text-transform:uppercase; color:#000; margin-bottom:10px;}
	.thankyouMessage h3{font-size:22px; font-weight:400; color:#00b1b0; margin-bottom:20px;}
	
	/*ngo-details-updated css-01-09-2015*/
	#CampaignsDetails #ngo_wraper #CampaignDetailsSidebar {clear: none; float: left; width: 22% !important;}
	#ngo_wraper #CampaignDetailsSidebar #CampaignContribute { width: 100%!important;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount { font-size: 23px !important; font-weight: 600;}
	#ngo_wraper .tab_content{padding:10px 0!important;}
	#ngo_wraper ._kt_three_fourth{width:72%; padding:0 0% 0 0; margin:0;}
	#ngo_wraper ._kt_one_third {width: 23%; float:right; padding:15px 2%; margin-top:0px; border: 1px solid #f3f3f3; border-radius: 5px; }
	#ngo_wraper ._kt_three_fourth p{padding-right:0px;}
	#ngo_wraper .ktt_website-input {padding: 5px 2% 5px 20% !important; width: 72% !important;}
	.shareCampaignDetailsRight {display:none;}
	
	/*NEW POPUP CSS*/	
	.popupLeftSec h2 { color: #333; float: left; font-size: 24px; font-weight: 600; height: 20px; line-height: 20px; margin-bottom: 20px; text-transform: uppercase; width: 100%;}
	ul.rwForm h3 {color:#000000; float:left; font-size:14px; font-weight:500; margin-bottom:10px; width:100%;}
	.popupRightSec{float:left; width:100%; margin:0 0% 10px 0%; display:none;}
	.popupWrapper_payment { margin-bottom: 5px; padding: 0px 0 50px; width: 100%;}
	.popupLeftSec .textareaOuter input[type="text"] { background: none repeat scroll 0 0 #fbfbfb !important; border: 1px solid #efefef !important; border-radius: 5px;  font-size: 14px; font-weight: 400; padding: 10px 4%; resize: none;  width: 90%;}
	
	.ktt_popupInnerScroller{float:left; width:98%; padding-right:2%; overflow-y: auto; height: 140px; padding-bottom:25px;}
	.radioBtnOuter { float: left; margin-right: 1%; text-align: center; width: 12%;}
	ul.rwForm li {border-bottom:1px solid #E6E6E6; float:left; margin-bottom:0; padding:10px 0 20px 0; width:100%;}
	.radioBtnDesc strong { color: #3a3a3a; float: left;  font-size: 10px; font-weight: 500; margin-right: 0; width: 66%;}
	.radioBtnlable { color: #000000; float: left; font-size: 14px; font-weight: 500; margin-right: 1%; width: 85%;}
	.radioBtnDesc { color: #686868; float: right; font-size: 12px; font-weight: 500; margin-right: 13px; width: 85%;}
	.buttonOuter { background: /*url("/images_old/white_transparent_bg.png") repeat scroll left top rgba(0, 0, 0, 0)*/; border-top: 0px solid #dddddd; bottom:0px; box-shadow: /*-1px -5px 22px -15px #ccc*/none; display: block; float: left; left: 0%; padding:20px 0 0px; position: absolute; text-align: center; transition: all 450ms ease-in-out 0s; width: 100%;}
	
	#kt_popBtn input[type="button"], #kt_popBtn input[type="submit"], #kt_popBtn input[type="cancel"], #kt_popBtn a{
	background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:14px!important; font-weight:500!important; color:#ffffff!important;  padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; margin-right: 2%;}
	
	#kt_popBtn input[type="button"]:hover, #kt_popBtn input[type="submit"]:hover, #kt_popBtn input[type="cancel"]:hover, #kt_popBtn a:hover{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:14px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	#kt_popBtn input[type="button"]:foucs, #kt_popBtn input[type="submit"]:foucs, #kt_popBtn input[type="cancel"]:foucs, #kt_popBtn a:focus{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:14px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
		
	#kt_popBtn input[type="button"].disableFDonor, #kt_popBtn input[type="submit"].disableFDonor, #kt_popBtn input[type="cancel"].disableFDonor, #kt_popBtn a.disableFDonor{
	background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:14px!important; font-weight:500!important; color:#bfbfbf!important;  padding:0 20px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	
	#kt_popBtn input[type="button"].disableFDonor:hover, #kt_popBtn input[type="submit"].disableFDonor:hover, #kt_popBtn input[type="cancel"].disableFDonor:hover, #kt_popBtn a.disableFDonor:hover{
	background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:14px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 20px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	#kt_popBtn input[type="button"].disableFDonor:foucs, #kt_popBtn input[type="submit"].disableFDonor:foucs, #kt_popBtn input[type="cancel"].disableFDonor:foucs, #kt_popBtn a.disableFDonor:focus{
	background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:14px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 20px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}

	/*.fancybox-wrap {width: 50% !important; position:fixed!important; top:150px!important;}*/
	._kt_onethirdCol {display: inline-block; float: none; margin: 0 1.5% 20px; width: 40%;}

	
	
	
	.cs-style-3 figcaption {height: 396px !important;}
	.ktt_experienceFeatureContent {display: block; float: left; height: 308px;}
	.ktt_experienceListingTitle h2 {color: #ffffff; font-size: 20px; font-weight: normal; line-height: 30px; width: 85%;}
	
	.ktt_experienceListingContent{float:left; width:94%; padding:0 2%; color:#ffffff; line-height:22px; font-size:13px; height: 225px !important; overflow:hidden;}
	.grid li { height: 396px!important; overflow: hidden;}
	
/*Selct menu css*/
	.ktt_uniqueFormRow select {
	background:#ffffff url("/images_old/arrow_select.png") center right no-repeat!important;  /*line-height:30px!important; height:30px!important; padding:0px 10% 10px 0px!important;*/
	/* line-height:30px!important; height:40px!important;*/ line-height: inherit !important;
	}
	.ktt_uniqueFormRow select.newSuccess {
	  background:#ffffff url("/images_old/arrow_select.png") center right no-repeat!important; /*line-height:30px!important; height:30px!important;*/
	  /*border: 1px solid #00b1b0!important;*/ line-height: inherit !important;
	}

/*CORPORATE WIDGET*/
	/*.ketto_ngo .listing_image_wrapper .listing_hover_overlay { opacity: 0.6; background: none!important; z-index: 998;}*/
	li.ketto_ngo {margin: 0 1.8% 15px auto !important; width:26.1% !important;}
	.ketto_ngo .listing_details_wrapper .top_section {border-bottom:1px solid #f2f2f2; height:36px; overflow:hidden; padding-bottom:10px; margin-bottom:7px!important;}
	.ketto_ngo .listing_details_wrapper .top_section p.category_wrapper {margin-bottom:0!important;}
	.ketto_ngo .listing_details_wrapper .top_section a.listing_name {font-size:13.5px; display:block; max-height:36px; overflow:hidden; word-wrap:break-word; font-weight:600; color:#414a58; transition:all 450ms ease-in-out 0s;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper p, .ketto_ngo .noOfCampaign_wrapper p{font-size:10px; color:#b4b4b4; font-style:normal; text-align:left; font-weight:lighter;}
	.ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {clear: none!important; float:left; margin-bottom: 5px; width: 67%!important; height: 40px;}
	.ketto_ngo .listing_details_wrapper .noOfCampaign_wrapper {clear: none!important; float:left; height: 40px; margin-bottom: 5px; width: 31%!important; background: none!important; margin-top: 0px!important; padding-top: 0px!important; padding-left:2%; }
	.ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper, .ketto_ngo .listing_details_wrapper .noOfCampaign_wrapper{ margin-bottom: 0px!important;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount {/*color:#00b1b0!important;*/ display: block; font-size: 14px; font-weight: 600; word-wrap: break-word; text-align: left;}
	.ketto_ngo .noOfCampaign {color: #424242; display: block;font-size: 14px;font-weight: 600; text-align: left; word-wrap: break-word;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount > span {padding-right:4px!important; font-size: inherit;}
	li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width: 27.05%; position: relative; border: 1px solid #F3F3F3; float: left;}
	.ketto_ngo .listing_image_wrapper { margin-bottom: 10px!important;}
	
	.branding_OGQ_tabcontent_wrapper #CurrentCorporates ol li#ketto_ngo, .branding_OGQ_tabcontent_wrapper #CurrentNGOs ol li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width:27.5% !important; position: relative; border: 1px solid #F3F3F3; float: left;}
	
	/**/	
	#ngo_wraper ._kt_three_fourth {margin: 0; padding: 0 0 0 0; width: 71%;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper {background:#fff; border: 1px solid #f3f3f3 !important; border-radius: 5px; margin:0 2% 20px  !important;  padding: 195px 15px 20px; position: relative; width:24.4%!important;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_image_wrapper { height: 165px; left: 0; margin-bottom: 0px; overflow: hidden; position: absolute; top: 0;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .figures { background: none repeat scroll 0 0 #000; border-radius: 5px 5px 0 0; margin-bottom: 20px; opacity: 0.8; padding: 10px 15px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .figures ._kt_raisedGoalAmt_wrapper span.amount { color: #ffffff; display: block; font-size: 14px; font-weight: 600; text-align: left; word-wrap: break-word;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .image_wrapper { border: 2px solid #333; border-radius: 50px; height: 30px; margin-bottom: 5px; overflow: hidden; width: 30px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagOrange,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagBlue,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagRed {top: 180px; padding:0 10px 0 10px;}
	#ngo_wraper  .ktt_listingNamePosition { margin-top: 17px;}
	#ngo_wraper .listing_details_wrapper .desc {  color: #7a7a7a;  font-size: 14px; height:75px;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount { font-size: 16px !important; font-weight: 600;}
}

/* CSS For Resolution Below 1024 begins*/
@media all and (max-width:1023px){
	
	.notContent ._kt_icon_add{background-position:20px -129px; font-size:14px!important; width:200px!important}
	
	.facebook_widget_wrapper .center img{width:98%; }
	#CampaignsListing {width:98%}
	#CampaignsListing .sidebar ._kt_sidebar_nav.fixPos{width:27.9%}
	#CampaignsListing ._kt_one_third{width:28.4%}
	#CampaignsListing ._kt_three_fourth{width:69.5%}
	#Listings_wrapper ol._kt_three_fourth > li{width:38%}
	#Listings_wrapper .listing_image_wrapper .listing_category{width:94.5%}
	/*#Listings_wrapper ol._kt_three_fourth>li:nth-child(3n+3){margin-right:2.1% !important}
	#Listings_wrapper ol._kt_three_fourth>li:nth-child(2n+2){margin-right:1.5% !important} */       
	#CampaignsListing ._kt_sidebar_nav li#Causes #CausesListing span.count{display:none}
	
	
	/*CORPORATE WIDGET*/
	/*.ketto_ngo .listing_image_wrapper .listing_hover_overlay { opacity: 0.6; background: none!important; z-index: 998;}*/
	li.ketto_ngo {margin: 0 auto 15px auto !important; width:40.5% !important;}
	.ketto_ngo .listing_details_wrapper .top_section {border-bottom:1px solid #f2f2f2; height:36px; overflow:hidden; padding-bottom:10px; margin-bottom:7px!important;}
	.ketto_ngo .listing_details_wrapper .top_section p.category_wrapper {margin-bottom:0!important;}
	.ketto_ngo .listing_details_wrapper .top_section a.listing_name {font-size:13.5px; display:block; max-height:36px; overflow:hidden; word-wrap:break-word; font-weight:600; color:#414a58; transition:all 450ms ease-in-out 0s;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper p, .ketto_ngo .noOfCampaign_wrapper p{font-size:10px; color:#b4b4b4; font-style:normal; text-align:left; font-weight:lighter;}
	.ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {clear: none!important; float:left; margin-bottom: 5px; width: 74%!important; height: 40px;}
	.ketto_ngo .listing_details_wrapper .noOfCampaign_wrapper {clear: none!important; float:left; height: 40px; margin-bottom: 5px; width: 24%!important; background: none!important; margin-top: 0px!important; padding-top: 0px!important; padding-left:2%; }
	.ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper, .ketto_ngo .listing_details_wrapper .noOfCampaign_wrapper{ margin-bottom: 0px!important;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount {/*color:#00b1b0!important;*/ display: block; font-size: 19.5px; font-weight: 600; word-wrap: break-word; text-align: left;}
	.ketto_ngo .noOfCampaign {color: #424242; display: block;font-size: 19.5px;font-weight: 600; text-align: left; word-wrap: break-word;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount > span {padding-right:4px!important; font-size: inherit;}
	li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width: 27.05%; position: relative; border: 1px solid #F3F3F3; float: left;}
	.ketto_ngo .listing_image_wrapper { margin-bottom: 10px!important;}
	
	.branding_OGQ_tabcontent_wrapper #CurrentCorporates ol li#ketto_ngo, .branding_OGQ_tabcontent_wrapper #CurrentNGOs ol li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width:42.3%!important; position: relative; border: 1px solid #F3F3F3; float: left;}
	/**/
		
	
	.IndProfileDetails #CampaignDetailsSidebar{display:none}
	.IndProfileDetails#ProfileDetails .smallScreenIndDisp{display:block; width:auto; background:none}
	.IndProfileDetails#ProfileDetails .smallScreenIndDisp.dropShadow{ -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; margin-bottom:10px}
	.IndProfileDetails#ProfileDetails .smallScreenIndDisp ._kt_round_image_wrapper{margin-right:15px}
	.IndProfileDetails#ProfileDetails .smallScreenIndDisp .user_details_header_text{width:85%}
	._kt_form_wrapper{width:auto}        
	#AboutUs #BoardListing li .member-details-wrap{width:62%}
	

	.branding_OGQ .kt_content .kt_header_nav{display:none}
	#BrandingCarousel .brandedPage_collection_info .amount_raised_wrapper{padding-top:18px}
	.miracle_foundation_ms > ._kt_content_wrapper > .amount_raised_wrapper > .miracle_figure{font-size: 30px !important;}
	.miracle_foundation_ms > ._kt_content_wrapper > .amount_raised_wrapper > .miracle_figure > span.miracle_figure{font-size: 30px !important;}
	#BrandingCarousel .brandedPage_collection_info .amount_figure{font-size:32px;}
	#BrandingCarousel .brandedPage_collection_info .figure{font-size:36px;}
	#BrandingCarousel .brandedPage_collection_info .amount_label{padding-top:2px}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions ._kt_button_big{font-size:14px; padding-left:60px; padding-right:10px}
	/*.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper {width:25.566%;}
	.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper {width: 24.1%;}*/
	.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper {float: left; margin: 0 0.6% 15px !important; width: 25%;}
	/*.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper:nth-child(4){margin-right:1.402%}
	.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper:nth-child(3){margin-right:0px;}*/
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions {padding-top: 9px;}
	
	.donateRow input[type="text"] {background:none repeat scroll 0 0 #F7F7F7; border:1px solid #EFEFEF; display:inline-block; float:left; font-size:14px; font-weight:100; height:29px; line-height:29px; margin-right:2%; padding:6px 10px; width:47%!important; margin-bottom:20px; }
	.donatepopupSubmit {background:none repeat scroll 0 0 #00b1b0 !important; border:0 none; color:#FFFFFF; display:inline-block; float:left; font-size:16px !important;  font-weight:500 !important;  height:43px !important; line-height:43px !important; margin:0 auto 0 0; padding:0 30px !important; text-align:center;}
	
	#SmallScreenHeaderActions > li ul {background: #fff none repeat scroll 0 0; /*border-radius: 0 0 3px 3px;*/ display: none; padding: 10px 20px; position: absolute; right: 0; top: 49px; width: 210px; z-index: 10000; border:1px solid #ebebeb; border-top:0px;}
	/*NEW SHARE CODE CSS START FOR LISTING WIDGET*/
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300b,
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300bo,
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300m {display: inline-block; float: none!important; padding: 0 5px!important;}
	/*NEW SHARE CODE CSS END FOR LISTING WIDGET*/
	
	/*NEW SHARE CODE CSS START FOR RIGHT PANEL*/
	.share_widgets .details-social-wrapper .addthis_default_style .at300b,
	.share_widgets .details-social-wrapper .addthis_default_style .at300bo,
	.share_widgets .details-social-wrapper .addthis_default_style .at300m {width:36% !important; display: inline-block!important; float: left!important; padding: 0 5px 0 0;}
	/*NEW SHARE CODE CSS END FOR RIGHT PANEL*/
	
	
	/*NEW RESPONSIVE CLASSES FOR CAMPAIGN DETAILS PAGE 158-07-2014*/
	.tab_content {min-height:inherit;}
	._kt_tab_box_nav li {float: left; font-size: 14px; margin-right: 5px;}
	
	/*NEW RESPONSIVE CLASSES FOR CAMPAIGN DETAILS PAGE 158-07-2014*/
	
	/*CSS FOR DONATE PAGE POPUP 09-06-2014 START*/
	.popupWrapper_payment {margin-bottom:30px; padding:20px 3% 3%;}
	.popupLeftSec{float:left; width:94%; margin:0 3%;}
	.popupRightSec{float:left; width:94%; margin:0 3% 10px 3%;}
	
	.noticeImp {background: none repeat scroll 0 0 #f7f7f7; border-radius: 5px;	float: left; padding: 6%; width: 82.5%;}	
	.textareaOuter {float:left; margin-right:2%; width:50%;}
	.popupWrapper_payment .error {background:#FFEBE8; border:1px solid #DD3C10;margin-top:0px; padding:8px 0; width:47%; float:left; text-align:center;}
	.textarealable { color:#686868; float:left; font-size:13px; font-style:italic; font-weight:normal; width:98%;}
	.textareaOuter textarea {background:none repeat scroll 0 0 #F7F7F7; border:1px solid #EFEFEF; height:70px; resize:none; width:100%; margin-bottom:10px;}
	.textarealable br{display:none;}
	ul.rwForm h3 {color:#000000; float:left; font-size:15px; font-weight:500; margin-bottom:0; width:100%;}
	
	.radioBtnOuter { float:left; margin-right:1%; width:12%;}
	.radioBtnlable { color:#000000; float:left; font-size:14px; font-weight:500; margin-right:1%; width:85%;}
	.radioBtnDesc { color:#686868; float:right; font-size:11px; font-weight:500; margin-right:4px; width:85%;}
	.radioBtnDesc strong {color:#3A3A3A; float:left; font-size:12px; font-weight:500; margin-right:0; width:66%;}
	ul.rwForm li {border-bottom:1px solid #E6E6E6; float:left; margin-bottom:0; padding:10px 0; width:100%;}
	
	.buttonOuter {float:right; text-align:center; width:86%; padding:20px 0 10px 0;}
	
	.buttonOuter input[type="button"], .buttonOuter input[type="submit"], .buttonOuter a {background-color:#00b1b0!important; background-image:none!important; border-radius:5px!important; color:#FFFFFF!important; display:inline-block!important; font-size:20px!important; height:50px!important; line-height:50px!important; margin:0 10px 10px 10px!important; padding:0 25px 0 25px!important; text-align:center!important; text-decoration:none!important; width:auto!important;}
	.buttonOuter input[type="button"]:hover, .buttonOuter input[type="submit"]:hover, .buttonOuter a:hover {background-color:#00a3a2!important; background-image:none!important; border-radius:5px!important; color:#FFFFFF!important; display:inline-block!important; font-size:20px!important; height:50px!important; line-height:50px!important; margin:0 10px 10px 10px!important; padding:0 25px 0 25px!important; text-align:center!important; text-decoration:none!important; width:auto!important;}
	
	/*NEW POPUP CSS*/	
	.popupLeftSec h2 { color: #333; float: left; font-size: 18px; font-weight: 600; height: 20px; line-height: 20px; margin-bottom: 10px; text-transform: uppercase; width: 100%;}
	ul.rwForm h3 {color:#000000; float:left; font-size:12px; font-weight:500; margin-bottom:5px; width:100%;}
	.popupRightSec{float:left; width:100%; margin:0 0% 10px 0%; display:none;}
	.popupWrapper_payment { margin-bottom: 5px; padding: 0px 0 50px; width: 100%;}
	.popupLeftSec .textareaOuter input[type="text"] { background: none repeat scroll 0 0 #fbfbfb !important; border: 1px solid #efefef !important; border-radius: 5px;  font-size: 14px; font-weight: 400; padding: 10px 4%; resize: none;  width: 90%;}
	
	.ktt_popupInnerScroller{float:left; width:98%; padding-right:2%; overflow-y: auto; height: 140px; padding-bottom:25px;}
	.radioBtnOuter { float: left; margin-right: 1%; text-align: center; width: 12%;}
	ul.rwForm li {border-bottom:1px solid #E6E6E6; float:left; margin-bottom:0; padding:10px 0 20px 0; width:100%;}
	.radioBtnDesc strong { color: #3a3a3a; float: left;  font-size: 10px; font-weight: 500; margin-right: 0; width: 66%;}
	.radioBtnlable { color: #000000; float: left; font-size: 12px; font-weight: 500; margin-right: 1%; width: 85%;}
	.radioBtnDesc { color: #686868; float: right; font-size: 10px; font-weight: 500; margin-right: 4px; width: 85%;}
	.buttonOuter { background: /*url("/images_old/white_transparent_bg.png") repeat scroll left top rgba(0, 0, 0, 0)*/; border-top: 0px solid #dddddd; bottom:0px; box-shadow:/*-1px -5px 22px -15px #ccc*/none; display: block; float: left; left: 0%; padding:20px 0 0px; position: absolute; text-align: center; transition: all 450ms ease-in-out 0s; width: 100%;}
	 #kt_popBtn input[type="button"], #kt_popBtn input[type="submit"], #kt_popBtn input[type="cancel"], #kt_popBtn a{
	background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#ffffff!important;  padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; margin-right: 2%;}
	
	#kt_popBtn input[type="button"]:hover, #kt_popBtn input[type="submit"]:hover, #kt_popBtn input[type="cancel"]:hover, #kt_popBtn a:hover{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	#kt_popBtn input[type="button"]:foucs, #kt_popBtn input[type="submit"]:foucs, #kt_popBtn input[type="cancel"]:foucs, #kt_popBtn a:focus{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	#kt_popBtn input[type="button"].disableFDonor, #kt_popBtn input[type="submit"].disableFDonor, #kt_popBtn input[type="cancel"].disableFDonor, #kt_popBtn a.disableFDonor{
	background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#bfbfbf!important;  padding:0 20px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	
	#kt_popBtn input[type="button"].disableFDonor:hover, #kt_popBtn input[type="submit"].disableFDonor:hover, #kt_popBtn input[type="cancel"].disableFDonor:hover, #kt_popBtn a.disableFDonor:hover{
	background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 20px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	#kt_popBtn input[type="button"].disableFDonor:foucs, #kt_popBtn input[type="submit"].disableFDonor:foucs, #kt_popBtn input[type="cancel"].disableFDonor:foucs, #kt_popBtn a.disableFDonor:focus{
	background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 20px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	/*How It Works New page CSS*/
	.newhiwButtonOuter { margin: 0 auto; width:100%;}
	.getStarted { color: #FFFFFF; float: left; font-size:18px; text-align: center; width: 100%;}
	
	/*ABOUT US NEW */
	#AboutUs .about_banner_wrapper h2{font-size:40px;}
	#AboutUs .about_banner_wrapper h3{font-size:20px;}
	#AboutUs .about_banner_wrapper h4{font-size:18px;}
	.headTextWraper {margin: 72px auto 0; text-align: center; width:100%;}
	
	#AboutUs #TeamListing li{ float: left; margin-bottom: 20px; width: 47%; margin:0 1.5% 20px 1.5%;}
	.ketto_briefAbout p { height: 200px; margin: 20px 0 0px; padding: 0 10px; text-align: left;}
	.ketto_briefAbout { background: none repeat scroll 0 0 #ffffff; border-radius: 5px; float: left; font-size: 14px; height: auto; margin: 0 0 10px; padding: 0 3% 15px 3%; position: relative; width: 94%;}
	
	.kt_header_nav li {float: left; margin: 0 6px;}
	
	.induvidual_widg{width:100%; margin:10px auto 0 auto; text-align:center; padding-left:40px;}
	#CampaignsDetails #CampaignDetailsContent .campaign_details_title .title p.titletext { color: #323a45; font-size: 22px; font-weight: 400; line-height: normal;}
	
	/*A CAMPAIGN PAGE START 22 JULY 2014*/
	.kt_globelcontainer{ margin: 0 auto; width: 98%;}
	.kt_commomGreenHeadSty h2 {color: #323A45; font-size: 50px; font-weight: 600; height: 40px; line-height: 40px;}
	.kt_commomGreenHeadSty{ float: left; height:50px; padding-top: 10px; text-align: center; width: 100%;}
	.kt_startCampaignWelcomeTxt h3{ color: #323A45; font-size: 15px; font-weight: 300; line-height: 30px;}
	.kt_startCampaignCtaOuter .startCampaignCTA { background: none repeat scroll 0 0 #2196eb; border: 0 none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #FFFFFF; display: inline-block; font-size: 22px; font-weight: 600; height: 59px; line-height: 59px; margin: 20px 0 25px; padding: 0 40px; text-align: center; text-decoration: none; text-transform: uppercase; border-bottom:1px solid #1e8fe1;}
	
	
	.kt_startCampaignCtaOuter .startCampaignCTAWhite { background:#ffffff; border: 0 none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #00b1b0; display: inline-block; font-size: 18px; font-weight: 600; height: 59px; line-height: 59px; margin: 20px 10px 25px; padding: 0 40px; text-align: center; text-decoration: none; text-transform: uppercase;}
	.kt_globelcontainer h2.startCampaing {border-top: 2px solid #F4F4F4; color: #000000; font-size: 17px; font-weight: 500; padding: 20px 0; text-align: center; width: 100%;}
	.kt_startCampSampleLeft { float: left;  margin: 0 1% 30px 1%;  position: relative; width: 48%;}
	.kt_startCampSampleRight { float: left; margin: 0 1% 30px 1%; position: relative; width: 48%;}
	.kt_startCampSampleInfo { position: absolute; top: 200px; width: 80%;}
	
	.kt_startCampBottLinks a { background: url("/images_old/more_arrow_green.png") no-repeat scroll right center rgba(0, 0, 0, 0);  color: #00b1b0; font-size: 16px; font-weight: 500; padding-right: 20px; text-decoration: none;}
	.kt_startCampSampleHeading { background: none repeat scroll 0 0 #323A45; color: #FFFFFF; float: left; font-size: 21px; font-weight: 600; height: 55px; line-height: 55px; opacity: 0.90 !important; padding-left: 3%; width: 92%;}
	.kt_startCampSampleDesc { background: none repeat scroll 0 0 #F7F7F7; float: left; font-size: 14px; font-weight: 500; height: 130px; opacity: 0.90 !important; padding: 10px 3%; width: 100%;}
	
	.kt_startCampaignBottomSec p {color: #FFFFFF; font-size: 18px; font-weight: 300; line-height: 25px; text-align: center;}
	.kt_startCampaignBottomSec { background: url("/images_old/green_pattern.jpg") repeat scroll left top #4B9C5C; float: left; padding: 40px 2.5% 10px; width: 93%;}
	
	
	
	/*CONTRIBUTE NOW FORM*/
	.yourContibutionSummary {float: left; width: 40%;}
	.contribute_page #Section1 {float: left;  margin-bottom: 0; width: 60%;}
	._kt_donation_summ_wrapper .summ_image_wrapper{display:block;}	
	._kt_donation_summ_wrapper .summ_image_wrapper { width:100%;}
	._kt_donation_summ_wrapper{padding:0%; margin-bottom:0px;}
	.summ_details_wrapper .title p.titletext { color: #000000; font-size: 15px; font-weight: 600;}	
	.contribute_page ._kt_form .currency{width:79%; margin-right:0;}
	
	.yourContibutionSummary_formWrapper {float: left; margin-bottom: 30px; width:100%;}
	#StartCampaign ._kt_form .comp_small { width: 43%; padding:10px 7% 10px 10px !important;}
	#StartCampaign ._kt_form .sel_small { width: 51.5%;}
	.yourContibutionSummary_formWrapper input{/*float:none;*/}
	._kt_form input[type="radio"] {float: left; margin-right: 10px; margin-top: 0;min-height: 16px !important; width: 13px;}
	
	._kt_reward_summ_wrapper .summ_details_wrapper table td { font-size: 13px;  padding: 3px 0;}
	
	/*THANK YOU PAGE*/
	.text_th_1{font-size:15px; color:#323a45;}
	.text_th_2{color:#323a45; font-size:18px; font-weight:500; margin:10px 0 10px 0;}
	.text_th_3{height:auto; line-height:normal; margin-bottom:15px; font-size:15px; color:#323a45;}
	._kt_three_fourth_inner{width:90%;}
	
	
	/*INDIVIDUAL PAGE CSS*/
	#ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper { background: none repeat scroll 0 0 #fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 24%!important;}
	
	/*ngo-details-updated css-01-09-2015*/
	.ngoMainOuter{width:100%;}
	.ngoMainImage{width:100%; margin:0px auto 0 auto; float:left; height:auto;}
	.ngoContentOuter{padding:0 2%; }
	.uploadeImagebuttonOuter{position:absolute; top:35%; width:80%; left:10%; text-align:center;}
	.uploadeImagebuttonOuter h3{font-size:16px; font-weight:600; color:#323a45;}
	.uploadeImagebuttonOuter a, .uploadeImagebuttonOuter input[type="button"]{text-align:center; padding:0 15px; height:28px; line-height:28px; background:#f3f3f3 url(/images_old/choose_file_btn_bg.png) bottom left repeat-x!important; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border:1px solid #dfdfdf; display:inline-block; color:#5e5e5e; font-size:12px; margin-top:10px;}
	#ngo_wraper{width:94%; padding:0px 3% 0;  margin:-40px 0% 30px; background:#ffffff; float:left; position:relative;}
	#ngo_wraper #CampaignDetailsSidebar { margin-top: 0;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {border-bottom: 0px solid #d3d3d3; border-top: 0px solid #d3d3d3; margin-bottom: 20px; padding: 15px 0; width: auto;}
	#ngo_wraper #CampaignContribute{border:none;}
	#ngo_wraper #CampaignDetailsSidebar ._kt_listing_box_wrapper {margin-bottom: 30px; padding: 5.5% 0; width: 100%;}
	#ngo_wraper .title p.titletext {color: #323a45; font-size: 18px!important; font-weight: 400; line-height: normal!important; display:none; margin-bottom:0;}	
	#ngo_wraper .campaign_details_title { margin-bottom:0!important;}
	#ngo_wraper .title p.subtext {display:none; font-size: 14px;}
	#ngo_wraper ._kt_three_fourth{width:63%;}
	#ngo_wraper ._kt_three_fourth p{padding-right:0px;}
	#ngo_wraper ._kt_three_fourth .top_section p{padding-right:10px;}
	#ngo_wraper .tab_content {background: none repeat scroll 0 0 #ffffff; float: left;  margin-bottom: 15px; min-height: inherit; padding: 0%; width: 100%;}
	#ngo_wraper #ProfileDetails #CampaignDetailsSidebar{margin-top:0px;}
	
	/*ngo profile-logo css*/
	#CampaignDetailsContent #ngo_wraper .campaign_details_title .title_image {border-radius: 0; height: 93px!important; margin-bottom: 0; margin-right: 10px;}
	#ngo_wraper ._kt_round_image_wrapper{display: table-cell; text-align: center; vertical-align: middle; width: 94px; height:93px; /*height: 198px;*/ background:#ffffff; border:0px solid #CCC;}
	#ngo_wraper	.campaign_details_title .title_image{background:#ffffff; margin-right:0; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; position:absolute; top:-105px; height:93px!important; width:94px; left:0; text-align:center; vertical-align:middle;}
	#ngo_wraper ._kt_round_image_wrapper img {width: 99%!important; margin-left:-4px;}
	#CampaignsDetails #ngo_wraper  #CampaignDetailsSidebar { clear: none; float: left; width: 30%!important;}
	#ngo_wraper #CampaignDetailsSidebar #CampaignContribute {width: 100% !important;}
	#ngo_wraper ._kt_round_image_wrapper * {vertical-align: middle;}
	#ngo_wraper ._kt_round_image_wrapper {display: block!important;}
	#ngo_wraper ._kt_round_image_wrapper span {display: inline-block; height: 100%; width: 1px;}
	#ngo_wraper ._kt_round_image_wrapper span {display: inline-block; height: 100%;}
	#ngo_wraper ._kt_tab_box_nav li a .active_arr {display:none;}
	#ngo_wraper ._kt_tab_simple_nav {padding-bottom: 2px; position: relative !important; z-index: 999;}
	#ngo_wraper ._kt_tab_simple_nav li a {display: block; line-height: 30px; padding: 0 5px; border-bottom:1px solid #ffffff; font-size:11px;}
	#ngo_wraper  ._kt_featured_listing_wrapper .featured_listing_content { margin-bottom: 20px; padding: 0px 0;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount {font-size: 23px!important; font-weight: 600;}
	#ngo_wraper .tab_content{padding:5px 0!important;}
	#ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300b, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300bo, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300m { display: inline-block !important; float: left !important; padding: 0 5px 0 0; width: 98% !important; margin-bottom:15px!important;}
	#ngo_wraper .listings_wrapper ol > li {float: left; width:22.6%; margin:0 1.5% 20px 1.5%;}
	#ngo_wraper .listings_wrapper ol > li:nth-child(3n+3) {margin:0 1.5% 20px 1.5%;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper ._kt_button_big {height: 62px; line-height: 62px; margin-bottom: 20px;}
	#ProfileDetails #ngo_wraper #ProfOverviewTabNav {display: block!important;}
	#ProfileDetails #ngo_wraper .NGODetailsNav {display: block !important;}
	
	/*ngo-details-updated css-01-09-2015*/
	#ngo_wraper ._kt_three_fourth{width:64%; padding:0 0% 0 0; margin:0;}
	#ngo_wraper ._kt_one_third {width: 30%; float:right; padding:15px 2%; margin-top:0px; border: 1px solid #f3f3f3; border-radius: 5px; }
	/*NGO new widget classes-08-09-2015*/
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper {background:#fff; border: 1px solid #f3f3f3 !important; border-radius: 5px; margin:0 2% 20px  !important;  padding: 175px 15px 20px; position: relative; width:38.4%!important;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_image_wrapper { height: 145px; left: 0; margin-bottom: 0px; overflow: hidden; position: absolute; top: 0;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .figures { background: none repeat scroll 0 0 #000; border-radius: 5px 5px 0 0; margin-bottom: 20px; opacity: 0.8; padding: 10px 15px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .figures ._kt_raisedGoalAmt_wrapper span.amount { color: #ffffff; display: block; font-size: 14px; font-weight: 600; text-align: left; word-wrap: break-word;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .image_wrapper { border: 2px solid #333; border-radius: 50px; height: 30px; margin-bottom: 5px; overflow: hidden; width: 30px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagOrange,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagBlue,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagRed {top: 160px;}
	#ngo_wraper  .ktt_listingNamePosition { margin-top: 17px;}
	#ngo_wraper .listing_details_wrapper .desc {  color: #7a7a7a;  font-size: 14px; height:75px;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount { font-size: 16px !important; font-weight: 600;}
	
	._kt_raisedGoalAmt_wrapper span.amount > span { font-size: inherit; padding-right: 4px;}
	#ngo_wraper .ktt_newFormFieldOuter input[type="text"] {width:90%;}
	#ngo_wraper .ktt_updateImage {width:90%;}
	#ngo_wraper .ktt_newFormFieldOuter select.customSelect {width:94.5%;}
	#ngo_wraper .ktt_newFormFieldOuterTextarea {width: 90%;}
	#ngo_wraper .ktt_phone-input { padding: 5px 2% 5px 12% !important; width: 79% !important;}
	#ngo_wraper .ktt_website-input {padding: 5px 2% 5px 20% !important; width: 72% !important;}
	#ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300b, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300bo, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300m {display: inline-block !important;float: left !important;margin-bottom:5px !important;padding: 0 5px 0 0; text-align: left; width: 47% !important;}
	/*NEW GLOBEL FORM CLASSES START*/
	.form_left_wrapperNew{width:46%; margin-right:4%; float:left;}
	.form_left_wrapperNew p{font-size:17px; color:#595959; margin-bottom:20px;}
	.form_left_wrapperNew .inner{width:99%; margin-right:10%; float:left;}
	.form_left_wrapperNew input, .form_left_wrapperNew textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	.form_left_wrapperNew .comp_bord {border: 0px solid #e4e4e4;  border-radius: 5px;}
	.form_left_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}
	.textareaValError{background:#ffffff; border:1px solid #00b1b0 !important;}
	.textareaValSuccess{background:#ffffff; border:1px solid #00b1b0 !important;}
	.form_right_wrapperNew{width:50%; float:left; }
	/*iframe{width:100%!important;}*/
	.form_left_wrapperNew .comp_large{width:81.3%!important; padding:10px 16% 10px 10px !important;}
	
	/*NEW GLOBEL FORM CLASSES END*/
	
	#rewardsLargeDevice{display:block;}
	#rewardsSmallDevice{display:none; background:none;}

	/*ACCORDIAN CSS*/
	.accordianOuter{float:left; width:96%; border-bottom:1px solid #e4e4e4; padding:0 2%;}
	.menu_list { width: 100%;}
	.menu_head { padding: 5px 0px;	cursor: pointer; position: relative; margin:1px; font-weight:bold; background:url(/images_old/left.png) center right no-repeat; line-height:58px!important; height:58px; border-top:1px solid #e4e4e4; border-bottom:0px solid #e4e4e4; margin:0px 0 0px 0!important; }
	.menu_body { display:none; background:none!important; margin-bottom:20px;}
	.menu_body a{ display:block; color:#006699; padding-left:10px; font-weight:bold; text-decoration:none;}
	.menu_body a:hover{color: #000000; text-decoration:underline;}
	
	.kt_header_nav li a {padding: 0 5px; line-height: 70px; -moz-transition: all 450ms ease-in-out; -ms-transition: all 450ms ease-in-out; -o-transition: all 450ms ease-in-out; transition: all 450ms ease-in-out;}
	
	/*START A CAMPAIGN (CREATE A CAMPAIGN)- NEW FORM CSS START- 26-08-2014*/
	.createACampaignRowHeight{height: 170px;}
	#ProfileDetails.IndProfileDetails .user_details_header .user_details_header_text h3 {font-size: 16px !important; margin:5px 0 5px 0;}
	.kt_header_nav li a {font-size: 13px; line-height: 70px; padding: 0 5px; transition: all 450ms ease-in-out 0s;}
	#LoggedInUserMenu p.username, #SmallScreenHeaderActions p.username { color: #fff !important; float: left; font-size: 13px; font-weight: 500; height: 30px; line-height: 30px; margin-right: 10px; margin-top: 3px;}
	
	p.infotext {font-size: 12px;}
	ul.informationText {float: left; margin-bottom: 5px; padding-left: 0;}
	ul.informationText li {font-size:15px;}
	.stepsHeading{float:left; width:100%; height:38px; background:url(/images_old/step_heading_bg.png) left top repeat-x; margin-bottom:20px;}
	.stepsHeadingInner{float:left; width:25%; background:#00b1b0; padding:0 0 0 2%; border-radius:0 38px 38px 0;}
	.stepsHeadingInner h2{color:#ffffff; font-size:14px; font-weight:600; text-transform:capitalize; line-height:38px; margin:0; padding:0; text-align:left;}
	.createACampaignInner {background: none;  padding: 2%; display: inline-block;}
	.createACampaignRow .footnote, .createACampaignRow .note{width:90%;}
	#StartCampaign ._kt_title_wrapper p, #ProfileDetails ._kt_title_wrapper p{font-size:24px;}
	
	/*DONATION HISTORY*/
	.donationHistoryListing{float:left; width:100%; border-bottom:1px solid #ebebeb; margin-bottom:30px; padding:15px 0 0px 0;}
	.donationHistoryListing li{float:left; width:100%; border-top:1px solid #ebebeb; padding:15px 0 15px 0;}
	.campaignImage{float:left; height:65px; width:65px;  text-align:center; overflow:hidden; margin-right:10px;}
	.campaignImage img{max-width:100%; /*border-radius:65px;*/}
	.campaignAuthor{float:left; width:35%; margin-right:2%; padding:0 2%; border-right:1px solid #e8e8e8; height:auto; font-size:16px;}
	.amountRaised{float:left; width:auto; margin-right:2%; padding:0 2%;}
	.amountRaised ._kt_raisedGoalAmt_wrapper span.amount { color: #323a45; display: block; font-size: 22px; font-weight: 400; text-align: left; word-wrap: break-word;}
	
	/*USER DETAILS PAGE*/
	.userInfoOuter{float:left; width:100%; margin:0px 0 20px 0; position:relative; display:block;}
	.userInfoOuterSmallScreen{float:left; width:100%; margin:30px 0 20px 0;/* position:relative;*/ display:none;}
	.userInfo {clear: both; color: #000000; font-size: 12.5px; margin-bottom: 10px; width: 100%;}
	.userInfoOuter .user_details_header_text {float: left; margin-left: 2%; width: 44%;}
	.userInfoOuter .user_details_header_text h3{font-size:24px; color:#000000; font-weight:600; margin-bottom:5px;}
	.user_details_header_text h3{font-size:24px; color:#000000; font-weight:600; margin:30px 0 20px 0;}
	.userInfoOuter .user_details_header_text a.editProfile {background: url("/images_old/edit_profile.png") no-repeat scroll 10px center / contain; border-radius: 2px; color: #00b1b0; float: right; font-size: 12px; font-weight: 400; margin-bottom: 0; padding: 5px 0px 5px 35px; text-indent:-99999px; position:absolute; right:0; width:8px; top:2px;}
	.userInfoOuter ._kt_round_image_wrapper {border: 3px solid #ffffff; border-radius: 120px; height: 70px; overflow: hidden; text-align: center; width: 70px; background:#eeeeee;}
	.profileStatusBar {float: left; margin-bottom: 5px; margin-right: 0; padding-top: 5px; width: 100%;}
	.profileStatusCount {float: left; font-size: 12px; margin-bottom: 15px; margin-left: 1%; margin-top: 0; text-align: left; width: 100%;}
	.userInfoOuterSmallScreen ._kt_round_image_wrapper {border-radius: 75px; height: auto; overflow: hidden; width: 48px; margin-right:10px;}
	.userInfoOuterSmallScreen .user_details_header_text a.editProfile {background: url("/images_old/edit_profile.png") no-repeat scroll 10px center / contain; border-radius: 2px; color: #00b1b0; float: right; font-size: 12px; font-weight: 400; margin-bottom: 0; padding: 8px 8px 8px 29px; text-indent: -999999px;}
	#ProfileDetails.IndProfileDetails .userInfoOuterSmallScreen .user_details_header .user_details_header_text h3 {font-size: 18px !important; padding-top: 0;}
	.profileStatus { background: none repeat scroll 0 0 #ffffff; border-radius: 5px; float: right; margin-left: 2%; padding: 2%; width: 36%;}
	.socialLinkOuter_profile a.profileFb{background:url(/images_old/profile_social_bg_small.png) 0 0 no-repeat; float:left; width:70px; height:27px; margin-right:6px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileTw{background:url(/images_old/profile_social_bg_small.png) 0 -27px no-repeat; float:left; width:70px; height:27px; margin-right:6px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileLi{background:url(/images_old/profile_social_bg_small.png) 0 -52px no-repeat; float:left; width:70px; height:27px; margin-right:6px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileGp{background:url(/images_old/profile_social_bg_small.png) 0 -79px no-repeat; float:left; width:70px; height:27px; margin-right:6px; text-indent:-99999px;}
	
	/*NOT CONTENT AVAILABLE*/
	.notContent{float:left; width:100%;}
	.notContent h2{float:left; width:100%; margin-bottom:10px; font-size:20px; color:#000000; font-weight:600; }
	.notContent h3{float:left; width:100%;  margin-bottom:20px; font-size:16px; color:#000000; font-weight:400; }
	.buttons{float:left; width:36%;}
	
	.ind_tab_content{float: left; margin-bottom: 20px; min-height:210px; width: 100%;}
	
	/*EVENT PAGE CSS*/
	#EventsListing #EventCampaignDetails h2 { background: url("/images_old/trans.png") repeat scroll 0 0 rgba(0, 0, 0, 0); color: #fff; float: left; font-size: 40px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 0; margin-top: 185px; padding: 0 20px;}
	#EventsListing #EventCampaignDetails .event_campaign_actions{float:right; width:50%; margin-bottom:20px; clear:left; display:none;}
	.eventSmall{display:block; width:76%; margin:0 auto;}
	.eventSmall li{width:49%; float: left; margin: 0 1%; width: 48%;}
	#EventsListing #TeamLeaderboard #Listings_wrapper ol > li { float: left; margin: 0 1.5% 15px; padding: 215px 3% 20px; width: 24%;}
	.eventSmall ._kt_button_big { border-radius: 3px; color: #fff; display: block; font-size: 21px; font-weight: 600; line-height: 62px; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
	.events_listing_tab_content h2{font-size: 26px; margin-bottom: 15px;font-weight: 500; padding:0;}
	.events_listing_tab_content h3{font-size: 22px; margin-bottom: 10px;font-weight: 400; padding:0;}
	
	.createACampaignRow input[type="button"], .createACampaignRow input[type="submit"], .createACampaignRow input[type="cancel"], .createACampaignRow a {font-size: 15px; padding: 0 35px;}
	.createACampaignRow input[type="button"]:hover, .createACampaignRow input[type="submit"]:hover, .createACampaignRow input[type="cancel"]:hover, .createACampaignRow a:hover { font-size: 15px; padding: 0 35px;}	
	._kt_form input[type="button"], ._kt_form input[type="submit"], ._kt_form input[type="cancel"]{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF!important; background-color:#00b1b0; padding: 0 35px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2; 
	-webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	._kt_form input[type="button"]:hover, ._kt_form input[type="submit"]:hover, ._kt_form input[type="cancel"]:hover{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF; background-color:#00a3a2; padding: 0 35px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;
	}
	
	._kt_form input[type="button"]:foucs, ._kt_form input[type="submit"]:foucs, ._kt_form input[type="cancel"]:foucs{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF; background-color:#00a3a2; padding: 0 35px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;
	}
	
	#kt_buttons input[type="button"], #kt_buttons input[type="submit"], #kt_buttons input[type="cancel"], #kt_buttons a,
	#kt_buttons1 input[type="button"], #kt_buttons1 input[type="submit"], #kt_buttons1 input[type="cancel"], #kt_buttons1 a{
background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important;  padding:0 35px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}

	#kt_buttons input[type="button"]:hover, #kt_buttons input[type="submit"]:hover, #kt_buttons input[type="cancel"]:hover, #kt_buttons a:hover,
	#kt_buttons1 input[type="button"]:hover, #kt_buttons1 input[type="submit"]:hover, #kt_buttons1 input[type="cancel"]:hover, #kt_buttons1 a:hover{
background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 35px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}

	#kt_buttons input[type="button"]:foucs, #kt_buttons input[type="submit"]:foucs, #kt_buttons input[type="cancel"]:foucs, #kt_buttons a:focus,
	#kt_buttons1 input[type="button"]:foucs, #kt_buttons1 input[type="submit"]:foucs, #kt_buttons1 input[type="cancel"]:foucs, #kt_buttons1 a:focus{
background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 35px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}

	/*FUNDRAISE PAGE CSS START*/
	.guideLine {float:left; width:100%; padding:10px 0% 10px 0%; /*padding:10px 1.5% 30px 1.5%;*/ margin-bottom:0px; /*background:#ffffff;*/}
	.guideLine h1{float:left; width:100%; text-align:left; margin:5px 0 10px 0; padding:0; font-size:20px; height:auto; font-weight:600; color:#000;}
	/*.guideLineInner {float:left; width:12%; padding:0 3% 5px 1.5%; background:url(/images_old/verti_shadow.png) right 70px no-repeat;}*/
	.guideLineInner {float:left; width:29%; padding:0 2% 5px 2%; /*background: url(/images_old/shadow.jpg) center bottom no-repeat;*/ margin-bottom:10px; height:310px; padding-bottom:5px;}
	.imageOuter{float:left; width:100%; margin-bottom:0px; text-align:center;}
	.guideLineInner h2{float:left; width:100%; text-align:center; margin:5px 0 5px 0; padding:0; font-size:15px; height:auto; font-weight:700; color:#000;}
	.guideDesc{float:left; width:100%; text-align:center; margin-bottom:15px; font-size:14px; height:auto; color:#3e4753;}
	.kt_careerWelcomeTxt p {font-size: 15px;}
	
	/*THANK YOU PAGE*/	
	.guideLine {float:left; width:100%; padding:0px 0% 10px 0%; /*padding:10px 1.5% 30px 1.5%;*/ margin-bottom:0px; /*background:#ffffff;*/}
	#thankyou{ background: url(/images_old/thankyoshadow_mobile_landscape_big.png ) center bottom no-repeat; margin-bottom:20px;}
	#thankyou h1{float:left; width:100%; text-align:left; margin:5px 0 30px 0; padding:0; font-size:18px; height:auto; font-weight:600; color:#000;}
	#thankyou .guideLineInner {float:left; width:46%; margin:0 2% 10px 2%; padding:0; background: url(/images_old/dotted_line.png) left bottom repeat-x;  height:185px;}
	#thankyou .imageOuter{float:left; width:27%; margin-right:1%; margin-bottom:0px; text-align:center;}
	#thankyou .guideLineInner h2{float:left; width:72%; text-align:left; margin:35px 0 5px 0; padding:0; font-size:16px; height:auto; font-weight:700; color:#000;}
	#thankyou .guideDesc{float:left; width:100%; text-align:left; margin-bottom:15px; font-size:13px; height:auto; color:#3e4753;} 
	#thankyou .noBackgroundOne{background:none!important;}
	#thankyou .noBackgroundTwo{background:none!important;}
	
	/*BLUE BUTTONS*/
	.threeButtons{width:100%; text-align:left;}
	#ke_blueButtons input[type="button"], #ke_blueButtons input[type="submit"], #ke_blueButtons input[type="cancel"], #ke_blueButtons a{
	background-color:#51aded!important; background-image:url(/images_old/blue_burron_bg.png)!important; background-position:left!important; background-repeat:repeat!important;line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important;  padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #1e8fe1!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; text-transform:uppercase; display:inline-block; margin:0 15px 5px 0;}
		
	#ke_blueButtons input[type="button"]:hover, #ke_blueButtons input[type="submit"]:hover, #ke_blueButtons input[type="cancel"]:hover, #ke_blueButtons a:hover{
	background-color:#28a1fc!important; background-image:url(/images_old/blue_burron_bg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #0079eb!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	#ke_blueButtons input[type="button"]:foucs, #ke_blueButtons input[type="submit"]:foucs, #ke_blueButtons input[type="cancel"]:foucs, #ke_blueButtons a:focus{
	background-color:#28a1fc!important; background-image:url(/images_old/blue_burron_bg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #0079eb!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	.kt_content .kt_useraction_nav, .kt_content .kt_header_nav{display:none!important}
	#SmallScreenHeaderActions {display: block!important; float: right; margin-top: 11px;}
	#LoggedInUserMenu #UserImage #userActions li.username, #SmallScreenHeaderActions li.username { color: #00b1b0 !important; float: left; font-size: 12px; font-weight: 500; height: 30px; line-height: 40px; margin-bottom: 15px; text-transform:uppercase;}
	#SmallScreenHeaderActions li ul img { border-radius: 30px; display: block; float: left; height: 30px; margin-right: 10px; margin-top: 6px; width: 30px;}
	#SmallScreenHeaderActions .arrow {right: 10px;}
	._kt_sidebar_nav li a {color: #5e6d81; display: block; font-size: 0.7em; font-weight: 600; padding-left: 50px; position: relative; text-transform: uppercase; z-index: 99; padding-top:2px;}
	#CampaignsListing ._kt_sidebar_nav li#Causes #CausesListing a {border-bottom: 1px solid #fff; font-size: 0.7em; padding-left: 15px;}
	
	/*FUNDRAISING TIPS YOU PAGE*/
	.fundraising_banner_wrapper{height:320px; padding-top:10px; background:url("/images_old/fundraising_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; /*min-width:1070px;*/}
	.fundraising_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:35px; font-weight: 600; margin-bottom: 5px; text-shadow: 0 1px 2px #b85c19; text-transform: inherit; text-transform:uppercase;}
	.fundraising_banner_wrapper h3{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 0 auto; text-shadow: 0 1px 2px #b85c19; width: 90%;}
	.fundraising_banner_wrapper h4{font-size:18px; margin-bottom:30px;}
	.fundraising_banner_wrapper .headTextWraper p{font-size:20px;font-weight:500; background:#FFFFFF;padding:15px 30px; display:inline-block; margin-top:40px; color:#00b1b0; text-align:center;}
	.fundraising_banner_wrapper .headTextWraper {margin: 0px auto 0; text-align: center; width: 100%;}
	/*VIRTICLE TAB CONTENT CSS START*/
	.mainTabContainer {width: 100%; position: relative; float: left;}
	.tabMenuOuter {width:33%; float:left; margin-right:3%;}
	.tabContainer {width:64%; float:left;}
	.nav-tabs > li {float: left; margin-bottom: -1px;}
	.nav > li {display: block; position: relative;}
	.nav-tabs > li > a {border: 0px solid transparent!important; border-radius: 4px 4px 0 0; line-height: 1.42857; margin-right: 2px;}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {background:url(/images_old/tabcontent_menu_bg_hover.png) top right no-repeat!important; border: none!important; color: #000!important; cursor: pointer!important;}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {background:url(/images_old/tabcontent_menu_bg_hover.png) top right no-repeat!important; border: none!important; color: #000!important; cursor: pointer!important;}
	.tab-content .careerContent h2 {text-transform: uppercase; font-size:24px; font-weight:600; margin-top:0; float:left; width:100%; margin-bottom:20px;}
	.tab-content .careerContent h3 {text-transform: uppercase; font-size:18px; font-weight:600; margin-top:0; float:left; width:100%; margin-bottom:20px;}
	.tab-content .careerContent h4 {text-transform: capitalize; font-size:14px; font-weight:600;}
	.pageHeadingOuter {margin-left:34.5%; float:left; width:65%; font-weight:600; font-size:21px; color:#323a45; text-transform:uppercase; margin-bottom:23px;}
	#kt-header-menu .nav > li,#loggedInMenu > li {display: block; width: auto;}
	#kt-header-menu .nav > li > a, #loggedInMenu > li.dropdown > a,#kt-header-navbar .nav > li > a{padding: 24px 15px 14px !important; color: #333 !important;background: none !important;height: auto;line-height: 17px !important}
	#kt-header-menu .nav > li > a, #loggedInMenu .dropdown .login-dropdown{padding: 24px 15px 14px !important; color: #333 !important;background: none !important;height: auto;line-height: 17px !important}
	#loggedInMenu .dropdown .login-dropdown{    padding-top: 18px !important;padding-bottom: 0 !important;}
	#loggedInMenu li.notifications a{padding-right: 0px !important}
		

	/*CORPORATES YOU PAGE*/
	.corporates_banner_wrapper{height:320px; padding-top:10px; background:url("/images_old/corporate_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:0px; color:#FFF; /*min-width:1070px;*/}
	.corporates_banner_wrapper .headTextWraper p{font-size:20px;font-weight:500; background:#FFFFFF;padding:15px 30px; display:inline-block; margin-top:40px; color:#00b1b0; text-align:center;}
	.corporates_banner_wrapper .headTextWraper {margin: 80px auto 0; text-align: center; width: 100%;}
	.corporates_banner_left{float:left; width:60%; text-align:right; padding-right:0%}
	.corporates_banner_right{float:right; width:39%; padding:2%; background:#309ca7; text-align:left; font-size:12px;}
	.corporates_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:18px; font-weight: 500; margin-top:2px; margin-bottom: 8px; text-transform: inherit; text-transform:inherit;}
	.corporates_banner_wrapper h3{font-family: Montserrat; font-size:20px; font-weight: 500; margin:5px auto 0 auto;  width:100%; line-height:normal;}
	.corporates_banner_wrapper h4{font-size:17px; margin-top:35px; margin-bottom:0;}
	.highlightedSectionOutere{width:100%; background:#ffffff; padding:20px 0;}
	.pointeOuter{float:left; width:100%; margin:10px 0 10px 0;}
	.numberOuter{width:35px; height:35px; margin-right:2%; float:left; -moz-border-radius:35px; -webkit-border-radius:35px; border-radius:35px; border:1px solid #00b1b0; text-align:center; vertical-align:middle; padding-top:7px; color:#00b1b0;}
	.points{float:left; width:83%; margin-bottom:20px; font-size:14px;}
	.highlighterBg{ background:url("/images_old/heighliter_bg.png") top center no-repeat; padding-top:45px; }
	
	/*CELEBRATY PAGE CSS*/
	#celeBraty #ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper { background: none repeat scroll 0 0 #fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 36%!important;}	
	.figures ._kt_raisedGoalAmt_wrapper span.amount {color: #ffffff; display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
	.induvidual_widg { margin: 10px auto 0; padding-left: 5px; text-align: center; width: 100%;}
	
	/*SHARE YOUR CAMPAIGN CSS*/
	.custmizeform_left_wrapperNew{width:100%; float:left; }
	.custmizeform_left_wrapperNew h2{float:left; width:100%; font-size:17px; font-weight:600; color:#00b1b0; line-height:normal; margin-bottom:10px;}
	.featureShareforFree{float:left; width:100%; font-weight:600; line-height:normal; margin-bottom:10px;}
	.featureShareforFreeLeft{float:left; width:14%; margin-right:3%; font-weight:600; line-height:normal; margin-bottom:0px;}
	.featureShareforFreeRight{float:left; width:78%; font-weight:500; font-size:14px; line-height:56px; margin-bottom:0px;}
	.norLineHeight{line-height:normal; margin-top:8px;}
	.norLineHeight1{line-height:normal; margin-top:8px;}

	.custmizeform_right_wrapperNew{width:100%; margin-right:0%; float:right;}
	.custmizeform_right_wrapperNew h2{float:left; width:100%; font-size:17px; font-weight:600; color:#00b1b0; line-height:normal; margin-bottom:20px;}
	.custmizeform_right_wrapperNew p{font-size:17px; color:#595959; margin-bottom:10px;}
	.custmizeform_right_wrapperNew .inner{width:88%; margin-right:10%; float:left;}
	.custmizeform_right_wrapperNew input, .custmizeform_right_wrapperNew textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	.custmizeform_right_wrapperNew .comp_bord {border: 1px solid #e4e4e4;  border-radius: 5px;}
	/*.custmizeform_right_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}*/
	.custmizeform_right_wrapperNew .comp_bord:focus {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; width:100%;*/}
	.custmizeform_right_wrapperNew select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; */width:100%;}
	.custmizeform_right_wrapperNew .comp_large{width:83.3%!important; padding:10px 14% 10px 10px !important;} 
	.shareforfree_banner_wrapper{height:auto; padding-top:10px; background:url("/images_old/shareforfree_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:0px; color:#FFF; padding-bottom:40px;}
	.shareforfree_banner_wrapper h2{ color: #00b1b0; font-family:Montserrat; font-size:28px; font-weight: 600; margin-bottom: 10px; text-transform: inherit; text-transform:inherit; line-height:28px;}
	.shareforfree_banner_wrapper ul{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 0px auto 0 auto; width: 100%; float:left;}
	.shareforfree_banner_wrapper ul li{float:left; width:90%; background: url("/images_old/info_li_image_new.png") no-repeat left top !important;  font-size:12px;font-weight:500; padding:0 0 0 15px; display:inline-block; margin-bottom:5px; color:#323a45; text-align:left;}
	.shareforfree_banner_wrapper .headTextWraper {margin: 30px auto 0; text-align: center; width: 100%;}
	/**/
	.shareforfreeDesk{display:block;}
	.shareforfreeSmall{display:none;}
	.imageShare{float:left; width:17%; margin-right:5%;}
	.shareforfree_banner_left{float:left; width:29%; text-align:left; padding-right:1.5%; float:left;}
	.shareforfree_banner_right{float:left; width:65%; padding:2%; text-align:left; font-size:16px;}
	ul.informationText li{ margin-left:15px; margin-bottom:5px; list-style:none; line-height:normal; float:left; width:90%;}	
	#CampaignContribute ._kt_raisedGoalAmt_wrapper span.amount { color: #000; display: block; font-size: 28px; font-weight: 600; text-align: left; word-wrap: break-word;}
	._kt_daysleft_wrapper .daysCount { font-size: 28px;}
	._kt_daysleft_wrapper p { color: #7a7a7a; font-size: 13px; font-style: normal;}
	._kt_raisedGoalAmt_wrapper p { color: #7a7a7a; font-size: 12px; font-style: normal; font-weight: lighter; text-align: left;}
	
	/*SHARE YOUR CAMPAIGN CSS- CAMPAIGN DETAILS PAGE- SHARE TAB*/
	#CauseShare {padding:20px 0 0 0; width:100%;}
	#CauseShare .custmizeform_left_wrapperNew{width:100%; float:left; }
	#CauseShare .featureShareforFreeLeft{float:left; width:14%; margin-right:3%; font-weight:600; line-height:normal; margin-bottom:0px;}
	#CauseShare .featureShareforFreeRight{float:left; width:76.5%; font-weight:500; font-size:12.5px; line-height:56px; margin-bottom:0px;}
	#CauseShare .norLineHeight{line-height:normal; margin-top:8px;}
	#CauseShare .norLineHeight1{line-height:56px; margin-top:0px;}
	#CauseShare .custmizeform_right_wrapperNew{width:100%; margin-right:0%; float:right;}
	#CauseShare .shareforfree_banner_wrapper{height:auto; padding-top:10px; background:url("/images_old/shareforfree_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; padding:20px ;}
	#CauseShare .shareforfree_banner_wrapper h2{ color: #00b1b0; font-family:Montserrat; font-size:25px; font-weight: 600; margin-bottom: 5px; text-transform: inherit; text-transform:inherit; line-height:25px;}
	#CauseShare .shareforfree_banner_wrapper ul{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 5px auto 0 auto; width: 100%; float:left;}
	#CauseShare .shareforfree_banner_wrapper ul li{float:left; width:96.5%; background: url("/images_old/info_li_image_new.png") no-repeat left top !important;  font-size:13.5px;font-weight:500; padding:0 0 0 15px; display:inline-block; margin-bottom:5px; color:#323a45; text-align:left;}
	#CauseShare .shareforfree_banner_wrapper .headTextWraper {margin: 20px auto 0; text-align: center; width: 100%;}
	/**/
	#CauseShare .shareforfree_banner_left{float:left; width:97%; text-align:left; padding-right:1.5%; padding-left:1.5%}
	#CauseShare .shareforfree_banner_right{float:left; width:96%; padding:2%; text-align:left; font-size:16px;}
	#CauseShare .kt_globelcontainer { margin: 0 auto; width: 94%; padding:3%;}
	#CauseShare .shareforfreeSmall {display: block; width:100%;}
	#CauseShare .shareforfreeDesk{display:none;}
	#CauseShare .tab_content { background: none repeat scroll 0 0 #ffffff;float: left; margin-bottom: 15px; min-height: inherit; padding: 3%; width: 100%;}
	#CauseShare a.hearVoice {float:right; width:auto; margin:10px 0%;}	
	#Media{display:none;}
	#CauseShare .addRowColumn { float: left; margin-bottom: 0; width: 96%;}
	#CauseShare .addRowColumn .heading, #CauseShare .addRowColumnAddButton .heading { float: left; margin: 10px 0 0px 0; width: 100%;}
	#CauseShare .custmizeform_right_wrapperNew .comp_large { padding: 10px 14% 10px 10px !important; width: 74% !important;}
	#CauseShare .cp_fund_use input[type="button"].add, #CauseShare .cp_fund_use input[type="submit"].add, #CauseShare .cp_fund_use input[type="cancel"].add, #CauseShare .cp_fund_use a.add{background:url(/images_old/add_remove_link_bg.png) 0 0 no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px;top: 15px; right: 35px; position: absolute;z-index:100;}
	
	#CauseShare .cp_fund_use input[type="button"].add:hover, #CauseShare .cp_fund_use input[type="submit"].add:hover, #CauseShare .cp_fund_use input[type="cancel"].add:hover, #CauseShare .cp_fund_use a.add:hover{background:url(/images_old/add_remove_link_bg.png) 0 -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; top: 15px; right: 35px; position: absolute;z-index:100;}
	
	#CauseShare .cp_fund_use input[type="button"].add:focus, #CauseShare .cp_fund_use input[type="submit"].add:focus, #CauseShare .cp_fund_use input[type="cancel"].add:focus, #CauseShare .cp_fund_use a.add:focus{background:url(/images_old/add_remove_link_bg.png) 0 -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; top: 15px; right: 35px; position: absolute;z-index:100;}
	
	#CauseShare .repeatDiv input[type="button"].remove, #CauseShare .repeatDiv input[type="submit"].remove, #CauseShare .repeatDiv input[type="cancel"].remove, #CauseShare .repeatDiv a.remove{background:url(/images_old/add_remove_link_bg.png) -20px 0 no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	
	#CauseShare .repeatDiv input[type="button"].remove:hover, #CauseShare .repeatDiv input[type="submit"].remove:hover, #CauseShare .repeatDiv input[type="cancel"].remove:hover, #CauseShare .repeatDiv a.remove:hover{background:url(/images_old/add_remove_link_bg.png) -20px -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	
	#CauseShare .repeatDiv input[type="button"].remove:focus, #CauseShare .repeatDiv input[type="submit"].remove:focus, #CauseShare .repeatDiv input[type="cancel"].remove:focus, #CauseShare .repeatDiv a.remove:focus{background:url(/images_old/add_remove_link_bg.png) -20px -20px no-repeat!important; min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	
	#CampaignStatusInfoSmallDevice{ /*top:60px;*/ }
	#CampaignDetailsSidebar #CampaignContribute .listing_floated_det_wrapper ._kt_button_big {line-height: 50px; margin-bottom: 0; font-size: 14px !important;}
	}

/*EDIT CAMPAIGN BUTTONS*/
	.campaignTitleOuter {float: left; margin-bottom: 10px; position: relative; width: 100%; padding:0% 0 2px 0%;}
	.campaignTitleOuterLogged {float: left; margin-bottom: 10px; position: relative; width: 100%; padding:0% 0 25px 0%;}
	.editCampaign { border-radius: 2px; bottom: 0px; padding: 0; position: absolute; right: 0; text-align: right; width: 272px;}


	.listing_floated_det_wrapper .couponCodeOuter { padding: 9px 4%; width: 92%;}
	._kt_button_big { border-radius: 3px; color: #fff; display: block; font-size: 16px !important; font-weight: 600; line-height: 50px; margin-bottom: 15px; text-align: center; text-transform: uppercase;}		

	#CampaignDetailsSidebar #CampaignContribute .listing_floated_det_wrapper ._kt_raisedGoalAmt_wrapper span.amount { color: #323a45 !important; font-size: 19px; font-weight:500;}
	#CampaignDetailsSidebar #CampaignContribute .listing_floated_det_wrapper ._kt_daysleft_wrapper .daysCount { display: block; font-size: 19px; font-weight:500; margin-top: 0;}
	.listing_floated_det_wrapper ._kt_daysleft_wrapper { background-color: #fff; color: #323a45; display: block; margin-bottom: 5px; padding: 0; width: 64px;}
	#CampaignsDetails #CampaignStatusInfoLargeDevice ._kt_three_fourth { float: left; margin-right: 2%; width: 53%; margin-top:10px;}

	/*SEO H1 TAG ON THE PAGE*/
	.carouselDesk{display:block;}
	.carouselDeskSmall{display:none;}
	.mainSEOTag{position:absolute; width:100%; top:10%;}
	.mainSEOTagInner{width:96%; margin:/*17%*/1% auto 0; height:100%; top:0;}
	.mainSEOTagInner h1, .mainSEOTagInner span{color: #ffffff; float: left; font-size: 14px; font-weight: normal; margin:0 0 0 0; padding:0 0 0 0; text-align: left; width: 70%; }
	.mainSEOTagInner span{margin:0 0 5px 0;}
	.bannerTitle{float:left; width:100%; text-align:left; font-size:22px; line-height:26px; font-weight:600; color:#ffffff; margin:0 0 6px 0; padding:0 0 0 0;}
	.ktt_seoContent{float:left; width:100%; margin:0 0 10px 0;}
	.ktt_bannerCTA{float:left; width:30%; margin:0 0 0px 0; text-align:left;}

/*EXPERIENCE PAGE START*/	
	.ktt_experiencesDesk{display:none;}
	.ktt_experiencesSmall{display:block}
	.ktt_experienceFeatureSection { float: left; margin: 0 0 25px; padding-bottom:10px; border-bottom:1px solid #ccc;  width: 100%;}
	.ktt_experienceFeatureImageOuter{float:left; width:100%; position:relative; margin:0 0% 0 0;}
	.ktt_featuredTag{position:absolute; width:24%; top:20px; left:-5px;}
	.ktt_featuredLeftTag{position:absolute; top:20px; left:72px; display:inline-block; background:#ff4e00; padding:0 8px; color:#ffffff; font-size:13px; line-height:23px; height:23px; transition: transform 0.2s ease-in-out 0s; }
	.ktt_experienceFeatureContentOuter{float:left; width:50%; position:relative;}
	.ktt_experienceListingShare {position: absolute; right: 10px; top: 10px;}
	.ktt_experienceTitle h2{color: #000000; float: left; font-size: 18px; font-weight: 600; line-height: normal; margin-bottom: 10px; width: 100%;}	
	.ktt_experienceFeatureImageOuter{float:left; width:45%; position:relative; margin:0 5% 15px 0;}
	.ktt_experienceFeatureShare{bottom: 0; float: right; margin-bottom: 10px; position: inherit; right: 0; text-align: right; width: 100%;}	
	.ktt_experienceFeatureContentSmall{float:left; width:100%; font-size:12px; line-height:15px; /*height:98px;*/ overflow:auto; margin-bottom:10px; padding-bottom:0px; padding-right: 0%; display:block; }
	.ktt_experienceAmount{display:inline-block; width:43.5%; height:40px; line-height:40px; padding:0 0px; color:#ffffff; font-size:15px; text-transform:uppercase; border-radius:3px; text-align:center; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}
	.ktt_noAvailableFeature{ background:#e6e6e6; border: 0 none !important; border-radius: 3px; color: #000000; display: inline-block; font-size: 15px; height: 40px; line-height: 40px; padding: 0 5px; text-align: center; text-transform: uppercase; width: 58%; margin: 5px 0 0 0%;}
	.ktt_noAvailableListing{ background:#e6e6e6; border: 0 none !important; border-radius: 3px; color: #000000; display: inline-block; font-size: 15px; height: 40px; line-height: 40px; padding: 0 5px; text-align: cpenter; text-transform: uppercase; width: 28%; margin: 5px 0 5px 0%;}
	.ktt_experienceListingImageSmall{float:left; width:100%; margin-bottom:5px;}
	.ktt_experienceListingContentSmall{float:left; width:100%; /*height:100px;*/ overflow:hidden; margin-bottom:0px!important; font-size:12px; line-height:normal; padding-bottom:0px; padding-right: 0%; cursor:pointer;}
	.grid li {height: auto!important; margin-bottom:15px!important;}
	.grid {padding:0px!important;}
	.grid li h2{font-weight:600; font-size:16px; margin-bottom:5px;}
	.grid li .ktt_experienceListingTag{display:block;!important}
	.grid li:hover .ktt_experienceListingTag{display:block;!important}
	.ktt_experienceListingAmount { border-radius: 3px; color: #ffffff; display: inline-block; font-size: 15px; height: 40px; line-height: 40px; padding: 0 0px; text-transform: uppercase; width: 190px; text-align:center; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}
	.ktt_experienceListingAmountOr {color: #000; display: inline-block; height: 42px; line-height: 42px; padding: 0 10px; width: auto; text-align:center;}
	.ktt_experienceListingContentSmall + [data-readmore-toggle], .ktt_experienceListingContentSmall[data-readmore] {display: block; float: left;width: 100%; height:20px;  margin:5px 0 10px 0;}
	.ktt_experienceListingButtonSec{ float:left; width:100%; padding:0 0%; height:auto; padding-bottom:15px; border-bottom:1px solid #ccc; margin-bottom:10px;}
	.ktt_experienceFeatureButtonSec {float: left; height:auto; width: 100%; margin-bottom:10px; margin-top:10px;}

/*Selct menu css*/
	.ktt_uniqueFormRow select {
	background:#ffffff url("/images_old/arrow_select.png") center right no-repeat!important;   
	/* line-height:30px!important; height:40px!important;*/ line-height: inherit !important;
	}
	.ktt_uniqueFormRow select.newSuccess {
	  background:#ffffff url("/images_old/arrow_select.png") center right no-repeat!important; line-height:inherit!important;
	  /*border: 1px solid #00b1b0!important;*/ line-height: inherit !important;
	}
	
	/*Search css start here*/
	#searchOuter {width:80%; float:left;}
	#searchOuter .ktt_uniqueFormRow label {display: inline-block;float:left;font-size: 12px;margin: 5px 10px 5px 0;width: auto!important; line-height: 30px;}
	#searchOuter .ktt_uniqueFormRow {float: left;margin-bottom: 15px;width: 100%;}
	#searchOuter .ktt_uniqueFormRow input[type="text"]{background: #ffffff url("/images_old/input_bg.png") repeat scroll left top;border: 1px solid #e4e4e4;border-radius: 5px;color: #666666;float: left;font-size: 13px;height: 18px;line-height: 18px;margin: 0 15px 0 0 !important;outline: medium none;padding: 10px 10px 10px 10px !important;transition: transform 0.2s ease-in-out 0s;width:50%;}
	#searchOuter #ktt_uniqueFormButtons{float:left; width:auto;}
	#searchOuter #ktt_uniqueFormButtons input[type="button"], #searchOuter #ktt_uniqueFormButtons input[type="submit"], #searchOuter #ktt_uniqueFormButtons input[type="cancel"], #searchOuter #ktt_uniqueFormButtons a, #searchOuter #ktt_uniqueFormButtons1 input[type="button"], #searchOuter #ktt_uniqueFormButtons1 input[type="submit"], #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"], #searchOuter #ktt_uniqueFormButtons1 a{background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important;  transition: all 450ms ease-in-out 0s; margin-right: 2%; border-top:0px; border-right:0px; border-left:0px;}
	#searchOuter #ktt_uniqueFormButtons input[type="button"]:hover, #searchOuter #ktt_uniqueFormButtons input[type="submit"]:hover, #searchOuter #ktt_uniqueFormButtons input[type="cancel"]:hover, #searchOuter #ktt_uniqueFormButtons a:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="button"]:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="submit"]:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"]:hover, #searchOuter #ktt_uniqueFormButtons1 a:hover{background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important;} 
	#searchOuter #ktt_uniqueFormButtons input[type="button"]:foucs, #searchOuter #ktt_uniqueFormButtons input[type="submit"]:foucs, #searchOuter #ktt_uniqueFormButtons input[type="cancel"]:foucs, #searchOuter #ktt_uniqueFormButtons a:focus, #searchOuter #ktt_uniqueFormButtons1 input[type="button"]:foucs, #searchOuter #ktt_uniqueFormButtons1 input[type="submit"]:foucs, #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"]:foucs, #searchOuter #ktt_uniqueFormButtons1 a:focus{background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important;}
	
	/*MOBILE DROPDOWN SECTION*/
	#SmallScreenHeaderActions > li ul a {border-bottom:0; color:#2b7dd9; font-size: 13px; line-height:28px; height:auto; margin-bottom:0px; text-transform: none;}
	#SmallScreenHeaderActions li ul img{display: block; height: 30px; margin-right: 10px; margin-top: 0px; width: 30px; border-radius:30px; float:left;}
	#LoggedInUserMenu #UserImage #userActions li.username, #SmallScreenHeaderActions li.username { float:left; color: #000000 !important; font-size: 14px; font-weight: 500; height: 30px; line-height: 30px; margin:5px 0; text-transform:none;}
	
}

@media all and (max-width:979px){
	
	.loadMoreBtnOuter{text-align:center;width:100%;float:left;}
	#Listings_wrapper ol._kt_three_fourth > li { width: 24.5%; margin:0 1% 15px!important;}
	
	.responsive-dropdown{display:block; float:left; width:31%;}
	li.ketto_ngo {margin: 0 auto 15px auto !important; width:26.3% !important;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount { display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
	.ketto_ngo .noOfCampaign {color: #424242; display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
}

@media all and (width:980px){
	.notContent ._kt_icon_add{background-position:20px -131px; font-size:14px!important; width:200px!important}
	
	/*ABOUT US PAGE*/
	#AboutUs #TeamListing li h3 {color: #333; font-size: 18px; font-weight: 600; height: 25px; margin-bottom: 0; text-transform: uppercase;}
	#AboutUs #TeamListing li h4 { color: #a1a1a1; font-size: 14px; font-style: italic; font-weight: 400; height: 20px; margin-bottom: 10px;}
	.ketto_briefAbout { background:#ffffff; border-radius: 5px; float: left; font-size: 13px; height: 235px; margin: 0 0 10px; padding: 0 3%; position: relative; width: 94%;}
	.ketto_briefAbout p {height: 140px; margin: 20px 0 0px; padding: 0 10px; text-align: left;}
        
	.ktt_noAvailableFeature{ background:#e6e6e6; border: 0 none !important; border-radius: 3px; color: #000000; display: inline-block; font-size: 15px; height: 40px; line-height: 40px; padding: 0 5px; text-align: center; text-transform: uppercase; width: 46%; margin: 5px 0 5px 0%;}
	.ktt_noAvailableListing{ background:#e6e6e6; border: 0 none !important; border-radius: 3px; color: #000000; display: inline-block; font-size: 15px; height: 40px; line-height: 40px; padding: 0 5px; text-align: cpenter; text-transform: uppercase; width: 22%; margin: 5px 0 5px 0%;}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions{padding-top:10px; }
	
	
	.loadMoreBtnOuter{text-align:center;width:100%;float:left;}
	#Listings_wrapper ol._kt_three_fourth > li { width: 25.7%; margin:0 1% 15px!important;}
	
	.responsive-dropdown{display:block; float:left; width:31%;}
	li.ketto_ngo {margin: 0 auto 15px auto !important; width:27.2% !important;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount { display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
	.ketto_ngo .noOfCampaign {color: #424242; display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
	
	.branding_OGQ_tabcontent_wrapper #CurrentCorporates ol li#ketto_ngo, .branding_OGQ_tabcontent_wrapper #CurrentNGOs ol li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width: 27.8% !important; position: relative; border: 1px solid #F3F3F3; float: left;}
}

@media all and (width:900px){
	/*ABOUT US PAGE*/
	#AboutUs #TeamListing li h3 {color: #333; font-size: 18px; font-weight: 600; height: 25px; margin-bottom: 0; text-transform: uppercase;}
	#AboutUs #TeamListing li h4 { color: #a1a1a1; font-size: 14px; font-style: italic; font-weight: 400; height: 20px; margin-bottom: 10px;}
	.ketto_briefAbout { background:#ffffff; border-radius: 5px; float: left; font-size: 13px; height: 235px; margin: 0 0 10px; padding: 0 3%; position: relative; width: 94%;}
	.ketto_briefAbout p {height: 140px; margin: 20px 0 0px; padding: 0 10px; text-align: left;}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions{padding-top:10px; }
	
	.notContent ._kt_icon_add{background-position:20px -131px; font-size:14px!important; width:200px!important}
	
	.userInfoOuter .user_details_header_text a.editProfile{font-size:11px; color:#00b1b0; font-weight:400; margin-bottom:0px; background:url("/images_old/edit_profile.png") no-repeat scroll 0px center / contain; padding:5px 0 5px 28px; border-radius: 2px; position:absolute; right:0; text-transform:capitalize; top:4px;}
	#myProfileImg label[for="ProjectTitle"] { height: 22px; line-height: 23px;}
	
	
	#Listings_wrapper ol._kt_three_fourth > li { width: 25.2%; margin:0 1% 15px!important;}
	
	.responsive-dropdown{display:block; float:left; width:31%;}
	li.ketto_ngo {margin: 0 auto 15px auto !important; width:26.8% !important;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount { display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
	.ketto_ngo .noOfCampaign {color: #424242; display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
	
	.branding_OGQ_tabcontent_wrapper #CurrentCorporates ol li#ketto_ngo, .branding_OGQ_tabcontent_wrapper #CurrentNGOs ol li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width: 27.5%!important; position: relative; border: 1px solid #F3F3F3; float: left;}
}	

@media all and (width:800px){
	.notContent ._kt_icon_add{background-position:20px -131px; font-size:14px!important; width:200px!important}
	.userInfoOuter .user_details_header_text a.editProfile{font-size:11px; color:#00b1b0; font-weight:400; margin-bottom:0px; background:url("/images_old/edit_profile.png") no-repeat scroll 0px center / contain; padding:5px 0 5px 28px; border-radius: 2px; position:absolute; right:0; text-transform:capitalize; top:4px;}
	#ngo_wraper .ktt_website-input {padding: 5px 2% 5px 25% !important; width: 67% !important;}
	.branding_OGQ_tabcontent_wrapper #CurrentCorporates ol li#ketto_ngo, .branding_OGQ_tabcontent_wrapper #CurrentNGOs ol li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width: 26.9% !important; position: relative; border: 1px solid #F3F3F3; float: left;}
	
}

@media all and (width:768px){
	/*CORPORATE WIDGET*/
	li.ketto_ngo {margin: 0 auto 15px auto !important; width:26.1% !important;}
	.ketto_ngo .listing_details_wrapper .top_section {border-bottom:1px solid #f2f2f2; height:36px; overflow:hidden; padding-bottom:10px; margin-bottom:7px!important;}
	.ketto_ngo .listing_details_wrapper .top_section p.category_wrapper {margin-bottom:0!important;}
	.ketto_ngo .listing_details_wrapper .top_section a.listing_name {font-size:13.5px; display:block; max-height:36px; overflow:hidden; word-wrap:break-word; font-weight:600; color:#414a58; transition:all 450ms ease-in-out 0s;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper p, .ketto_ngo .noOfCampaign_wrapper p{font-size:10px; color:#b4b4b4; font-style:normal; text-align:left; font-weight:lighter;}
	.ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {clear: none!important; float:left; margin-bottom: 5px; width: 71%!important; height: 40px;}
	.ketto_ngo .listing_details_wrapper .noOfCampaign_wrapper {clear: none!important; float:left; height: 40px; margin-bottom: 5px; width: 27%!important; background: none!important; margin-top: 0px!important; padding-top: 0px!important; padding-left:2%; }
	.ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper, .ketto_ngo .listing_details_wrapper .noOfCampaign_wrapper{ margin-bottom: 0px!important;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount {/*color:#00b1b0!important;*/ display: block; font-size: 15px; font-weight: 600; word-wrap: break-word; text-align: left;}
	.ketto_ngo .noOfCampaign {color: #424242; display: block;font-size: 15px;font-weight: 600; text-align: left; word-wrap: break-word;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount > span {padding-right:4px!important; font-size: inherit;}
	li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width: 27.05%; position: relative; border: 1px solid #F3F3F3; float: left;}
	.ketto_ngo .listing_image_wrapper { margin-bottom: 10px!important;}
	#ngo_wraper .ktt_website-input {padding: 5px 2% 5px 25% !important; width: 67% !important;}
	.branding_OGQ_tabcontent_wrapper #CurrentCorporates ol li#ketto_ngo, .branding_OGQ_tabcontent_wrapper #CurrentNGOs ol li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width: 26.6%!important; position: relative; border: 1px solid #F3F3F3; float: left;}
	/**/
	
	
	.loadMoreBtnOuter{text-align:center;width:100%;float:left;}
	#Listings_wrapper ol._kt_three_fourth > li { width: 24.4%; margin:0 1% 15px!important;}
	
	.responsive-dropdown{display:block; float:left; width:31%;}

	
}
/* CSS For Resolution Below 768 begins*/
@media all and (max-width:767px){
	.kt_header_nav li {float: left;	margin: 0 0px;}
	._kt_breadcrumb{padding:15px 0; border-bottom:0px solid #cecece; margin-bottom:5px; /*background:url("/images_old/breadcrumb_bg_mobile_landscape_big.png") center bottom no-repeat;*/ display:none;}
	
	
	
	
	
	.kt_content h1 { /*background: url("/images_old/header_logo.png") no-repeat scroll center 2px rgba(0, 0, 0, 0);*/ float: left; height: 45px; margin-right: 30px; margin-top: 5px; width: 70px;}
	.kt_content .logo { /*background: url("/images_old/header_logo.png") no-repeat scroll center 2px rgba(0, 0, 0, 0);*/ float: left; height: 45px; margin-right: 30px; margin-top: 5px; width: 70px;}
	#SmallScreenHeaderActions > li ul {background: #fff none repeat scroll 0 0; /*border-radius: 0 0 3px 3px;*/ display: none; padding: 10px 20px; position: absolute; right: 0; top: 45px; width: 210px; z-index: 10000;}
	.notContent ._kt_icon_add{background-position:20px -131px; font-size:14px!important; width:200px!important}
	.responsive-dropdown{display:block}
	#Listings_wrapper ol._kt_three_fourth > li { width: 39.2%; margin:0 1% 15px!important;}
	.responsive-dropdown{display:block; float:left; width:47%;}
	li.ketto_ngo {margin: 0 auto 15px auto !important; width:41.5% !important;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount { display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
	.ketto_ngo .noOfCampaign {color: #424242; display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
	.floatingBoxSpaceTop {margin-top: 20px; width: 100%;}
	.loadMoreBtnOuter{text-align:center;width:100%;float:left;}
	#ProfileDetails #CampaignsDetails #CampaignDetailsContent .campaign_details_title .title{width:83%}
	#ProfileDetails .NGODetailsNav{display:block !important}
	#ProfileDetails #CampaignsDetails ._kt_tab_box_nav li a{padding:0 9px 0 9px}
	#ProfileDetails #ProfOverviewTabNav{display:none}
	#ProfileDetails ._kt_breadcrumb li{float:none; display:inline;}
	._kt_breadcrumb li, ._kt_breadcrumb li a{color:#cecece; font-size:9px; }
	.NGODetailsNav a{background-position-x:30px !important}
	.IndProfileDetails ._kt_listing_box_wrapper{margin-right:3.6% !important; width:43.5%;}
	._kt_daysleft_wrapper{width:100%;}
	._kt_daysleft_wrapper .daysCount{font-size:30px}
	.IndProfileDetails#ProfileDetails .smallScreenIndDisp .user_details_header_text{width:80%}
	.form_left_wrapper{width:48%; margin-right:3.5%}
	.form_right_wrapper{width:48%; }
	#AboutUs .about_banner_wrapper h3{font-size:30px}
	#AboutUs .about_banner_wrapper{margin-bottom:15px; height:320px;}
	#AboutUs .about_banner_wrapper h2{margin-bottom:10px}
	#AboutUs .team_wrapper .team_text{margin-bottom:30px}
	#AboutUs ._kt_title_wrapper{margin-bottom:15px}
	#AboutUs #TeamListing li .social_links_wrapper a{margin-right:5px}
	#AboutUs #BoardListing li{float:none; width:auto}
	#AboutUs #PartnersListing li{float:none; width:auto; margin-bottom:15px}
	#AboutUs #PartnersListing li h3{padding-top:5px; margin-bottom:5px}
	#AboutUs #PartnersListing li p{margin-bottom:5px; line-height:20px}
	#AboutUs #PartnersListing li .about_partner_image{float:left; width:30%; margin-right:2%; text-align:center}
	#AboutUs #PartnersListing li .about_partner_image img{max-width:100%}
	
	._kt_donation_summ_wrapper .summ_image_wrapper{width:25%}
	
	#ContributeOptions .payments-container li h3{font-size:18px}
	#BrandingCarousel .brandedPage_collection_info{height:60px}
	#BrandingCarousel .brandedPage_collection_info .amount_raised_wrapper{width:52%}
	#BrandingCarousel .brandedPage_collection_info .amount_figure{font-size:30px}
	#BrandingCarousel .brandedPage_collection_info .figure{font-size:20px}
	#BrandingCarousel .brandedPage_collection_info .amount_label{padding-top:1px; font-size:15px;}
	#BrandingCarousel .brandedPage_collection_info .amount_raised_wrapper{padding-top:10px}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions ._kt_button_big{background-image:none; padding-left:10px; height:32px; line-height:32px}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions ._kt_button_contribute ._kt_backers_icon{display:none}
	.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper:nth-child(2), .branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper:nth-child(4){margin-right:0px}
	.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper, .branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper:nth-child(3){margin-right:1.744%;}
	.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper{width:39.415%}
	
	/*NEW SHARE CODE CSS START FOR LISTING WIDGET*/
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300b,
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300bo,
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300m {display: inline-block; float: none!important; padding: 0 5px!important;}
	/*NEW SHARE CODE CSS END FOR LISTING WIDGET*/
	
	/*NEW SHARE CODE CSS START FOR RIGHT PANEL*/
	.share_widgets .details-social-wrapper .addthis_default_style .at300b,
	.share_widgets .details-social-wrapper .addthis_default_style .at300bo,
	.share_widgets .details-social-wrapper .addthis_default_style .at300m {width:42% !important; display: inline-block!important; float: left!important; padding: 0 5px 0 0;}
	/*NEW SHARE CODE CSS END FOR RIGHT PANEL*/
	
	
	/*NEW SHARE*/
	/*CSS FOR DONATE PAGE POPUP 09-06-2014 START*/
	.popupWrapper_payment {margin-bottom:30px; padding:20px 3% 3%;}
	.popupLeftSec{float:left; width:94%; margin:0 3%;}
	.popupRightSec{float:left; width:94%; margin:0 3% 10px 3%; display:none;}
	#shareCampaignDetails{float:left; width:100%; margin:10px 0 20px 0; display:none;}
	/*.shareCampaignDetailsLeft {float: left; height: inherit; margin: 0; padding: 0; text-align: center; vertical-align: top; width: 50%; margin-bottom:20px;}*/
	#shareCampaignDetails .addthis_32x32_style .dummy .at300bs, #shareCampaignDetails  .addthis_32x32_style .at300bs, #shareCampaignDetails  .addthis_32x32_style .at15t { background:url("/images_old/my_addthis_image_devices_small.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important; display: block; height: 32px !important; line-height: 32px !important; overflow: hidden; width: 32px !important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_facebook {background-position: 0 0px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_facebook:hover {background-position:-32px 0px !important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_twitter { background-position: 0 -32px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_twitter:hover { background-position:-32px -32px!important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_google_plusone_share { background-position: 0 -64px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_google_plusone_share:hover { background-position: -32px -64px !important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_linkedin {background-position: 0 -96px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_linkedin:hover {background-position: -32px -96px !important;}
	#shareCampaignDetails .at-share-tbx-element .at-share-btn .at300bs { display: inline-block !important;}
	#shareCampaignDetails  .at-share-tbx-element .at-share-btn { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); margin:0 3px; padding: 0;}
	#shareCampaignDetails a.embed_listing{background: url("/images_old/icon_embed.gif") no-repeat scroll left center #e8edf3; border-radius: 3px; color: #666; display: inline-block;font-size: 12px; font-weight: 500; line-height: 30px; padding: 0 10px 0 43px; text-transform: uppercase; text-decoration:none; margin:0;}
	.noticeImp { background: none repeat scroll 0 0 #f7f7f7; border-radius: 5px; float: left; padding: 6%; width: 85%;}	
	.textareaOuter {float:left; margin-right:2%; width:50%;}
	.popupWrapper_payment .error {background:#FFEBE8; border:1px solid #DD3C10;margin-top:0px; padding:8px 0; width:47%; float:left; text-align:center;}
	.textarealable { color:#686868; float:left; font-size:13px; font-style:italic; font-weight:normal; width:98%;}
	.textareaOuter textarea {background:none repeat scroll 0 0 #F7F7F7; border:1px solid #EFEFEF; height:70px; resize:none; width:100%; margin-bottom:10px;}
	.textarealable br{display:none;}
	ul.rwForm h3 {color:#000000; float:left; font-size:15px; font-weight:500; margin-bottom:0; width:100%;}
	.radioBtnOuter { float:left; margin-right:1%; width:12%;}
	.radioBtnlable { color:#000000; float:left; font-size:14px; font-weight:500; margin-right:1%; width:85%;}
	.radioBtnDesc { color:#686868; float:right; font-size:11px; font-weight:500; margin-right:4px; width:85%;}
	.radioBtnDesc strong {color:#3A3A3A; float:left; font-size:12px; font-weight:500; margin-right:0; width:66%;}
	ul.rwForm li {border-bottom:1px solid #E6E6E6; float:left; margin-bottom:0; padding:10px 0; width:100%;}
	.buttonOuter {float:right; text-align:center; width:90%;}
	.buttonOuter input[type="button"], .buttonOuter input[type="submit"], .buttonOuter a {background-color:#00b1b0!important; background-image:none!important; border-radius:5px!important; color:#FFFFFF!important; display:inline-block!important; font-size:20px!important; height:50px!important; line-height:50px!important; margin:0 10px 10px 10px!important; padding:0 25px 0 25px!important; text-align:center!important; text-decoration:none!important; width:auto!important;}
	.buttonOuter input[type="button"]:hover, .buttonOuter input[type="submit"]:hover, .buttonOuter a:hover {background-color:#00a3a2!important; background-image:none!important; border-radius:5px!important; color:#FFFFFF!important; display:inline-block!important; font-size:20px!important; height:50px!important; line-height:50px!important; margin:0 10px 10px 10px!important; padding:0 25px 0 25px!important; text-align:center!important; text-decoration:none!important; width:auto!important;}
	
	/*NEW POPUP CSS*/	
	.popupLeftSec h2 { color: #333; float: left; font-size: 18px; font-weight: 600; height: 20px; line-height: 20px; margin-bottom: 10px; text-transform: uppercase; width: 100%;}
	ul.rwForm h3 {color:#000000; float:left; font-size:12px; font-weight:500; margin-bottom:5px; width:100%;}
	.popupRightSec{float:left; width:100%; margin:0 0% 10px 0%; display:none;}
	.popupWrapper_payment { margin-bottom: 5px; padding: 0px 0 50px; width: 100%;}
	.popupLeftSec .textareaOuter input[type="text"] { background: none repeat scroll 0 0 #fbfbfb !important; border: 1px solid #efefef !important; border-radius: 5px;  font-size: 14px; font-weight: 400; padding: 10px 4%; resize: none;  width: 90%;}
	.ktt_popupInnerScroller{float:left; width:98%; padding-right:2%; overflow-y: auto; height: 140px; padding-bottom:25px;}
	.radioBtnOuter { float: left; margin-right: 1%; text-align: center; width: 12%;}
	ul.rwForm li {border-bottom:1px solid #E6E6E6; float:left; margin-bottom:0; padding:10px 0 20px 0; width:100%;}
	.radioBtnDesc strong { color: #3a3a3a; float: left;  font-size: 10px; font-weight: 500; margin-right: 0; width: 66%;}
	.radioBtnlable { color: #000000; float: left; font-size: 12px; font-weight: 500; margin-right: 1%; width: 85%;}
	.radioBtnDesc { color: #686868; float: right; font-size: 10px; font-weight: 500; margin-right: 4px; width: 85%;}
	.buttonOuter { background: /*url("/images_old/white_transparent_bg.png") repeat scroll left top rgba(0, 0, 0, 0)*/; border-top: 0px solid #dddddd; bottom:0px; box-shadow: /*-1px -5px 22px -15px #ccc*/none; display: block; float: left; left: 0%; padding:20px 0 0px; position: absolute; text-align: center; transition: all 450ms ease-in-out 0s; width: 100%;}
	 #kt_popBtn input[type="button"], #kt_popBtn input[type="submit"], #kt_popBtn input[type="cancel"], #kt_popBtn a{
	background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#ffffff!important;  padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; margin-right: 2%;}
	#kt_popBtn input[type="button"]:hover, #kt_popBtn input[type="submit"]:hover, #kt_popBtn input[type="cancel"]:hover, #kt_popBtn a:hover{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_popBtn input[type="button"]:foucs, #kt_popBtn input[type="submit"]:foucs, #kt_popBtn input[type="cancel"]:foucs, #kt_popBtn a:focus{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
		
	#kt_popBtn input[type="button"].disableFDonor, #kt_popBtn input[type="submit"].disableFDonor, #kt_popBtn input[type="cancel"].disableFDonor, #kt_popBtn a.disableFDonor{
	background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#bfbfbf!important;  padding:0 20px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	#kt_popBtn input[type="button"].disableFDonor:hover, #kt_popBtn input[type="submit"].disableFDonor:hover, #kt_popBtn input[type="cancel"].disableFDonor:hover, #kt_popBtn a.disableFDonor:hover{
	background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 20px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_popBtn input[type="button"].disableFDonor:foucs, #kt_popBtn input[type="submit"].disableFDonor:foucs, #kt_popBtn input[type="cancel"].disableFDonor:foucs, #kt_popBtn a.disableFDonor:focus{
	background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 20px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}

	/*How It Works New page CSS*/
	.newhiwButtonOuter { margin: 0 auto; width:100%;}
	.getStarted { color: #FFFFFF; float: left; font-size:18px; text-align: center; width: 100%;}
	
	/*ABOUT US NEW */
	#AboutUs .about_banner_wrapper h2{font-size:30px;}
	#AboutUs .about_banner_wrapper h3{font-size:16px;}
	#AboutUs .about_banner_wrapper h4{font-size:18px;}
	.headTextWraper {margin: 85px auto 0; text-align: center; width:92%;}
	#AboutUs #TeamListing li{ float: left; margin-bottom: 20px; width: 47%; margin:0 1.5% 20px 1.5%;}
	#AboutUs #TeamListing li h3 {color: #333; font-size: 15px; font-weight: 600; height: 25px; margin-bottom: 0; text-transform: uppercase;}
	#AboutUs #TeamListing li h4 { color: #a1a1a1; font-size: 13px; font-style: italic; font-weight: 400; height: 20px; margin-bottom: 10px;}
	.ketto_briefAbout p { height: 220px; margin: 20px 0 0px; padding: 0 10px; text-align: left;}
	.ketto_briefAbout { background: none repeat scroll 0 0 #ffffff; border-radius: 5px; float: left; font-size: 12.5px; height: auto; margin: 0 0 10px; padding: 0 3% 15px 3%; position: relative; width: 94%;}
	.induvidual_widg{width:100%; margin:10px auto 0 auto; text-align:center; padding-left:8px;}
	/**/
	#CampaignDetailsSidebar #CampaignContribute .listing_floated_det_wrapper ._kt_raisedGoalAmt_wrapper span.amount {color: #323a45 !important; font-size: 13px; font-weight: 500;}
	#CampaignContribute ._kt_raisedGoalAmt_wrapper span.amount { color: #000; display: block; font-size: 28px; font-weight: 600; text-align: left; word-wrap: break-word;}
	._kt_daysleft_wrapper .daysCount { font-size: 28px;}
	._kt_daysleft_wrapper p { color: #7a7a7a; font-size: 12px; font-style: normal;}
	#CampaignDetailsSidebar #CampaignContribute .listing_floated_det_wrapper ._kt_one_third {margin-bottom: 5px; padding-top: 0;}
	#CampaignDetailsSidebar #CampaignContribute .listing_floated_det_wrapper { padding-top: 5px;}
	
	/*A CAMPAIGN PAGE START 22 JULY 2014*/
	.kt_globelcontainer{ margin: 0 auto; width: 98%;}
	.kt_commomGreenHeadSty h2 {color: #323A45; font-size: 30px; font-weight: 600; height: 40px; line-height: 40px;}
	.kt_commomGreenHeadSty{ float: left; height:50px; padding-top: 10px; text-align: center; width: 100%;}
	.kt_startCampaignWelcomeTxt h3{ color: #323A45; font-size: 15px; font-weight: 300; line-height: 30px;}
	.kt_startCampaignCtaOuter .startCampaignCTA { background: none repeat scroll 0 0 #2196eb; border: 0 none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #FFFFFF; display: inline-block; font-size: 22px; font-weight: 600; height: 59px; line-height: 59px; margin: 20px 0 25px; padding: 0 40px; text-align: center; text-decoration: none; text-transform: uppercase; border-bottom:1px solid #1e8fe1;}
	.kt_startCampaignCtaOuter .startCampaignCTAWhite { background:#ffffff; border: 0 none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #00b1b0; display: inline-block; font-size: 15px; font-weight: 600; height: 59px; line-height: 59px; margin: 20px 10px 25px; padding: 0 40px; text-align: center; text-decoration: none; text-transform: uppercase;}
	.kt_globelcontainer h2.startCampaing {border-top: 2px solid #F4F4F4; color: #000000; font-size: 17px; font-weight: 500; padding: 20px 0; text-align: center; width: 100%;}
	.kt_startCampSampleLeft { float: left;  margin: 0 1% 30px 1%;  position: relative; width: 48%;}
	.kt_startCampSampleRight { float: left; margin: 0 1% 30px 1%; position: relative; width: 48%;}
	.kt_startCampSampleInfo { position: absolute; top: 130px; width: 80%;}
	.kt_startCampBottLinks a { background: url("/images_old/more_arrow_green.png") no-repeat scroll right center rgba(0, 0, 0, 0);  color: #00b1b0; font-size: 16px; font-weight: 500; padding-right: 20px; text-decoration: none;}
	.kt_startCampSampleHeading { background: none repeat scroll 0 0 #323A45; color: #FFFFFF; float: left; font-size: 18px; font-weight: 600; height: 55px; line-height: 55px; opacity: 0.90 !important; padding-left: 3%; width: 94%;}
	.kt_startCampSampleDesc { background: none repeat scroll 0 0 #F7F7F7; float: left; font-size: 14px; font-weight: 500; height: 130px; opacity: 0.90 !important; padding: 10px 3%; width: 100%;}
	.kt_startCampaignBottomSec p {color: #FFFFFF; font-size: 16px; font-weight: 300; line-height: 23px; text-align: center;}
	.kt_startCampaignBottomSec { background: url("/images_old/green_pattern.jpg") repeat scroll left top #4B9C5C; float: left; padding: 40px 2.5% 10px; width: 93%;}
	
	
	/*CONTRIBUTE NOW FORM*/
	.yourContibutionSummary {float: left; width: 40%;}
	.contribute_page #Section1 {float: left;  margin-bottom: 0; width: 60%;}
	._kt_donation_summ_wrapper .summ_image_wrapper{display:block;}	
	._kt_donation_summ_wrapper .summ_image_wrapper { width:100%;}
	._kt_donation_summ_wrapper{padding:0%; margin-bottom:0px;}
	.summ_details_wrapper .title p.titletext { color: #000000; font-size: 16px; font-weight: 600;}	
	.contribute_page ._kt_form .currency{width:75%; margin-right:0;}
	.yourContibutionSummary_formWrapper {float: left; margin-bottom: 30px; width:100%;}
	#StartCampaign ._kt_form .comp_small { width: 48%; padding:10px 9% 10px 10px !important;}
	#StartCampaign ._kt_form .sel_small { width: 59%;}
	.yourContibutionSummary_formWrapper input{/*float:none;*/}
	._kt_form input[type="radio"] {float: left; margin-right: 10px; margin-top: 0;min-height: 16px !important; width: 13px;}
	._kt_reward_summ_wrapper .summ_details_wrapper table td { font-size: 13px;  padding: 3px 0;}
	
	/*THANK YOU PAGE*/
	.text_th_1{font-size:15px; color:#323a45;}
	.text_th_2{color:#323a45; font-size:18px; font-weight:500; margin:10px 0 10px 0;}
	.text_th_3{height:auto; line-height:normal; margin-bottom:15px; font-size:15px; color:#323a45;}
	._kt_three_fourth_inner{width:100%;}
	
	
	
	/*INDIVIDUAL PAGE CSS*/
	#ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper {background: none repeat scroll 0 0 #fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 38.4%!important;}
	
	/*ngo-details-updated css-01-09-2015*/
	.ngoMainOuter{width:100%;}
	.ngoMainImage{width:100%; margin:15px auto 0 auto; float:left; height:auto;}
	.ngoContentOuter{padding:0 2%; }
	.uploadeImagebuttonOuter{position:absolute; top:20px; width:80%; left:10%; text-align:center;}
	.uploadeImagebuttonOuter h3{font-size:16px; font-weight:600; color:#323a45;}
	.uploadeImagebuttonOuter a, .uploadeImagebuttonOuter input[type="button"]{text-align:center; padding:0 15px; height:28px; line-height:28px; background:#f3f3f3 url(/images_old/choose_file_btn_bg.png) bottom left repeat-x!important; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border:1px solid #dfdfdf; display:inline-block; color:#5e5e5e; font-size:12px; margin-top:10px;}
	.uploadeImagebuttonOuter{position:absolute; top:35%; width:80%; left:10%; text-align:center;}
	.uploadeImagebuttonOuter h3{font-size:16px; font-weight:600; color:#323a45;}
	#ngo_wraper{width:94%; padding:0px 3% 0;  margin:-20px 0% 30px; background:#ffffff; float:left; position:relative;}
	#ngo_wraper #CampaignDetailsSidebar { margin-top: 0;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {border-bottom: 0px solid #d3d3d3; border-top: 0px solid #d3d3d3; margin-bottom: 20px; padding: 15px 0; width: auto;}
	#ngo_wraper #CampaignContribute{border:none;}
	#ngo_wraper #CampaignDetailsSidebar ._kt_listing_box_wrapper {margin-bottom: 30px; padding: 5.5% 0; width: 100%;}
	#ngo_wraper .title p.titletext {color: #323a45; font-size: 18px!important; font-weight: 400; line-height: normal!important; display:none; margin-bottom:0;}	
	#ngo_wraper .campaign_details_title { margin-bottom:0!important;}
	#ngo_wraper .title p.subtext {display:none; font-size: 14px;}
	#ngo_wraper ._kt_three_fourth{width:70.5%; padding:0 0% 0 0; margin:0;}
	#ngo_wraper ._kt_one_third {width: 24.5%; float:right; padding:15px 2%; margin-top:0px; border: 1px solid #f3f3f3; border-radius: 5px; }
	#ngo_wraper ._kt_one_third ._kt_listing_box_wrapper { padding: 0px 0px 20px!important; position: relative; width: 100% !important;}
	#ngo_wraper #CampaignDetailsSidebar #CampaignContribute {width: 100% !important;}
	#ngo_wraper .tab_content {background: none repeat scroll 0 0 #ffffff; float: left;  margin-bottom: 15px; min-height: inherit; padding: 0%; width: 100%;}
	#ngo_wraper #ProfileDetails #CampaignDetailsSidebar{margin-top:0px;}
	
	/*ngo profile-logo css*/
	#CampaignDetailsContent #ngo_wraper .campaign_details_title .title_image {border-radius: 0; height: 84px!important; margin-bottom: 0; margin-right: 10px;}
	#ngo_wraper ._kt_round_image_wrapper{display: table-cell; text-align: center; vertical-align: middle; width: 85px; height:85px; /*height: 198px;*/ background:#ffffff; border:0px solid #CCC;}
	#ngo_wraper	.campaign_details_title .title_image{background:#ffffff; margin-right:0; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; position:absolute; top:-95px; height:85px!important; width:85px; left:0; text-align:center; vertical-align:middle;}
	#ngo_wraper ._kt_round_image_wrapper img {width: 99%!important; margin-left:-4px;}
	#ngo_wraper ._kt_round_image_wrapper * {vertical-align: middle;}
	#ngo_wraper ._kt_round_image_wrapper {display: block!important;}
	#ngo_wraper ._kt_round_image_wrapper span {display: inline-block; height: 100%; width: 1px;}
	#ngo_wraper ._kt_round_image_wrapper span {display: inline-block; height: 100%;}
	#ngo_wraper .NGODetailsNav a {text-align: left; width:auto!important; margin-right:5px; background:none; border-bottom:0px solid #eaeaea; line-height: 45px;}
	#ngo_wraper .NGODetailsNav a:hover{border-bottom:3px solid #c7c7c7; border-radius:0;}
	#ngo_wraper .NGODetailsNav a.active{border-bottom:3px solid #00b1b0; border-radius:0;}
	#ngo_wraper ._kt_tab_box_nav li a .active_arr {display:none;}
	#ngo_wraper ._kt_tab_simple_nav li a {display: block; line-height: 30px; padding: 0 5px;}
	#ngo_wraper  ._kt_featured_listing_wrapper .featured_listing_content { margin-bottom: 20px; padding: 0px 0;}
	#ngo_wraper ._kt_tab_simple_nav { background:none; float: left; margin-bottom: 15px; width: 100%;}
	#ngo_wraper ._kt_tab_simple_nav li {float: left; margin-right: 10px; width: 100%; border-bottom: 1px solid #fff;}
	#ngo_wraper ._kt_tab_simple_nav li a:hover { border-bottom: 0px solid #00b1b0; color: #00b1b0 !important;}
	#ngo_wraper ._kt_tab_simple_nav li a.active { border-bottom: 1px solid #00b1b0; color: #00b1b0 !important;}
	#CampaignDetailsContent ._kt_featured_listing_wrapper .featured_listing_content p {font-size: 14px; line-height: 20px;}
	#ngo_wraper ._kt_tab_simple_nav li a {display: block; line-height: 30px; padding: 0 0px;}
	#ngo_wraper  ._kt_featured_listing_wrapper .featured_listing_content { margin-bottom: 20px; padding: 0px 0;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount {font-size: 23px!important; font-weight: 600;}
	#ProfileDetails #CampaignDetailsSidebar .profile_sidebar_data_wrapper h3 { font-size: 14px; font-weight: 600; margin-bottom: 10px;}
	#ngo_wraper  #CampaignDetailsSidebar .listing_details_wrapper a.embed_listing, #ngo_wraper #CampaignDetailsContent .ResponsiveDeviceContributeBox a.embed_listing { background: url("/images_old/icon_embed.gif") no-repeat scroll left center #e8edf3; border-radius: 3px; color: #666; display: inline-block; font-size: 9px;}
	#ngo_wraper .tab_content{padding:5px 0!important;}
	#Activity, #Media{display:none;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper a.embed_listing, #ngo_wraper #CampaignDetailsContent .ResponsiveDeviceContributeBox a.embed_listing{display:none;}
	#ngo_wraper .listings_wrapper ol > li {float: left; width:22.6%; margin:0 1.5% 20px 1.5%;}
	#ngo_wraper .listings_wrapper ol > li:nth-child(3n+3) {margin:0 1.5% 20px 1.5%;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper ._kt_button_big {height: 62px; line-height: 62px; margin-bottom: 20px;}
	#ProfileDetails #ngo_wraper #ProfOverviewTabNav {display: block!important;}
	#ProfileDetails #ngo_wraper .NGODetailsNav {display: block !important;}
	/*ngo-details-updated css-new*/
	#ngo_wraper .ktt_newFormFieldOuter input[type="text"] {width:90%;}
	#ngo_wraper .ktt_updateImage {width:90%;}
	#ngo_wraper .ktt_newFormFieldOuter select.customSelect {width:94.5%;}
	#ngo_wraper .ktt_newFormFieldOuterTextarea {width: 90%;}
	#ngo_wraper .ktt_phone-input { padding: 5px 2% 5px 14% !important; width: 77% !important;}
	#ngo_wraper .ktt_website-input {padding: 5px 2% 5px 30% !important; width: 62% !important;}
	#ngo_wraper .ktt_yourContributionRow {float: left; margin-bottom: 0; width: 50%;}
	.ktt_yourContributionRowExp{float:left; width:50%; margin-bottom:0px;}
	.ktt_yourContributionRowExp .ktt_yourContributionRow {float: left; margin-bottom: 0; width: 100%!important;}
	
	/*NGO new widget classes-08-09-2015*/
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper {background:#fff; border: 1px solid #f3f3f3 !important; border-radius: 5px; margin:0 2% 20px  !important;  padding: 175px 15px 20px; position: relative; width:36.4%!important;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_image_wrapper { height: 145px; left: 0; margin-bottom: 0px; overflow: hidden; position: absolute; top: 0;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .figures { background: none repeat scroll 0 0 #000; border-radius: 5px 5px 0 0; margin-bottom: 20px; opacity: 0.8; padding: 10px 15px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .figures ._kt_raisedGoalAmt_wrapper span.amount { color: #ffffff; display: block; font-size: 12px; font-weight: 600; text-align: left; word-wrap: break-word;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .image_wrapper { border: 2px solid #333; border-radius: 50px; height: 30px; margin-bottom: 5px; overflow: hidden; width: 30px;}
	
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagOrange,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagBlue,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagRed {top: 160px;}
	#ngo_wraper  .ktt_listingNamePosition { margin-top: 17px;}
	#ngo_wraper .listing_details_wrapper .desc {  color: #7a7a7a;  font-size: 14px; height:75px;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount { font-size: 16px !important; font-weight: 600;}
	#ngo_wraper .listing_details_wrapper .top_section a.listing_name {color: #414a58; display: block; font-size: 14px; font-weight: 400; max-height: 36px; overflow: hidden; transition: all 450ms ease-in-out 0s; word-wrap: break-word;}
	#ProfileDetails #ngo_wraper  .ngoDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper p {font-size: 12px; margin-bottom: 5px; color:#000;}
	#ProfileDetails #ngo_wraper .ngoDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount {font-size: 19px !important; font-weight: 600;}
	#ProfileDetails #ngo_wraper .ngoDetailsSidebar .profile_sidebar_data_wrapper h3 { font-size: 12px;font-weight: 500; margin-bottom: 5px; color:#000000;}
	#ngo_wraper .profile_sidebar_data_wrapper p {display: block; float: left; font-size: 11px; height:44px; line-height: normal !important; margin-bottom:10px; overflow: hidden; width: 100%;}
	#ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300b, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300bo, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300m {display: inline-block !important;float: left !important;margin-bottom: 10px !important;padding: 0 5px 0 0; text-align: left; width: 100% !important;}
	#ngo_wraper .ngoDetailsSidebar .listing_details_wrapper a.embed_listing, #CampaignDetailsContent .ResponsiveDeviceContributeBox a.embed_listing {background: #e8edf3 url("/images_old/icon_embed.gif") no-repeat scroll left center / contain ; border-radius: 3px; color: #666; display: inline-block; font-size: 8px; font-weight: 500; line-height: 25px; padding: 0 10px 0 26px; text-transform: uppercase;}
	#ngo_wraper .ktt_continueBtn {width:112px;}
	
	/*NEW GLOBEL FORM CLASSES START*/
	.form_left_wrapperNew{width:46%; margin-right:4%; float:left;}
	.form_left_wrapperNew p{font-size:17px; color:#595959; margin-bottom:20px;}
	.form_left_wrapperNew .inner{width:99%; margin-right:10%; float:left;}
	.form_left_wrapperNew input, .form_left_wrapperNew textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	.form_left_wrapperNew .comp_bord {border: 0px solid #e4e4e4;  border-radius: 5px;}
	.form_left_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}
	.textareaValError{background:#ffffff; border:1px solid #00b1b0 !important;}
	.textareaValSuccess{background:#ffffff; border:1px solid #00b1b0 !important;}
	.form_right_wrapperNew{width:50%; float:left; }
	/*iframe{width:100%!important;}*/
	.form_left_wrapperNew .comp_large{width:78.3%!important; padding:10px 19% 10px 10px !important;}
	
	p.signupHeading{float:left; width:100%; font-size: 23px!important;font-weight: 600!important; line-height:45px;}
	.signupType{float:right; width:85%; text-align:right; margin-bottom:15px;}
	.signupType span{float:none; width:auto; padding-right:20px; line-height:50px; font-size:18px; color:#000; font-weight:500;}
	.signupTypeInner{width:52%; float:right; text-align:left;padding:10px;background:#ffffff; border:1px solid #e4e4e4; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
	.signupType select{background:#ffffff; border:none!important; border-radius:0px; padding-right:0%; width:100%; font-size:14px; font-weight:400;}
	.captcha_wrapper input {width:69%;}
	/*NEW GLOBEL FORM CLASSES END*/
	
	
	
	
	.smallDeviceSocialWraper{display:block;}
	.form_right_wrapperNewSignUp{width:23.7%; margin-right:0%; float:right; display:none;}
	
	.form_right_wrapperNewSignUp ._kt_onethirdCol {float: left; margin: 0 1.5% 20px; width: 100%;}
	.form_right_wrapperNewSignUp ._kt_onethirdColOuter {background: none; float: left; margin-bottom: 10px; padding: 20px 0 30px; width: 100%;}
	
	/*NEW SIGNUP FORM CLASSES END*/
	
	#rewardsLargeDevice{display:block;}
	#rewardsSmallDevice{display:none; background:none;}
	
	/*ACCORDIAN CSS*/
	.accordianOuter{float:left; width:96%; border-bottom:1px solid #e4e4e4; padding:0 2%;}
	.menu_list { width: 100%;}
	.menu_head { padding: 5px 0px;	cursor: pointer; position: relative; margin:1px; font-weight:bold; background:url(/images_old/left.png) center right no-repeat; line-height:58px!important; height:58px; border-top:1px solid #e4e4e4; border-bottom:0px solid #e4e4e4; margin:0px 0 0px 0!important; }
	.menu_body { display:none; background:none!important; margin-bottom:20px;}
	.menu_body a{ display:block; color:#006699; padding-left:10px; font-weight:bold; text-decoration:none;}
	.menu_body a:hover{color: #000000; text-decoration:underline;}
	.careerContent{width:98%; padding:0 1%;}
	.careerContent p{width:100%; padding:0%; margin-bottom:20px; margin-top:0; font-size:16px;}
	.careerContent h2{width:100%; padding:0%; margin-bottom:20px; font-size:18px; font-weight:600;}
	.careerContent h3{width:100%; padding:0%; margin-bottom:20px; font-size:16px; font-weight:500;}	
	.careerContent span{width:100%; padding:0%; margin-bottom:20px; display:inline-block; font-style:italic; font-size:16px;}
	.careerContent span a{display:inline; font-weight:300; padding:0;}
	.careerContent ul{width:98%; padding:0% 0 0 0% ; margin-bottom:20px; margin-left:2%;}
	.careerContent ul li{width:95%; padding:0% 0 0 5% ; margin-bottom:10px; list-style:none; background:url(/images_old/icon_checklist.png) top left no-repeat; font-size:15px;}
	
	/*START A CAMPAIGN (CREATE A CAMPAIGN)- NEW FORM CSS START- 26-08-2014*/
	.createACampaignRow{float:left; width:100%;}
	.createACampaignRow .comp_large{ width: 86%;}
	.createACampaignRow .sel_large{ width: 87%;}
	.createACampaignRowHeight{height:inherit; margin-bottom:15px;}
	.createACampaignRow #DateData input[type="text"] {width:86% !important;}
	#fmd_media_path_1{height:50px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:76%!important;}
	#fmd_detail_2_1{height:100px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:75%!important; float:left; margin-bottom:15px;}
	.createACampaignRow textarea, .createACampaignRowLarge textarea{height:100px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:75%!important; float:left; margin-bottom:10px; margin-top:8px;}
	.createACampaignOuter .currency {background: url("/images_old/form_icon_ruppee.png") no-repeat scroll 15px center #fff !important; margin-right: 15px; padding:10px 10px 10px 10% !important; width: 75%;}
	p.infotext{font-size:12px;}
	.createACampaignOuter ._kt_form .currency, ._kt_form .currency:focus {background: url("/images_old/form_icon_ruppee.png") no-repeat scroll 15px center #fff !important; margin-right: 15px; padding-left: 45px !important; width: 80%;}
	
	.createACampaignOuter ._kt_form .currency, ._kt_form .currency:focus {background: url("/images_old/form_icon_ruppee.png") no-repeat scroll 15px center #fff !important; margin-right: 15px; padding-left: 45px !important; width: 78%;}
	
	.shorturl {border: 1px solid #e4e4e4; border-radius: 5px; float: left; margin-bottom: 25px; margin-top: 8px; outline: medium none; padding: 10px 0 10px 10px; width: 86%;}
	
	.phonePlus{float:left; width:57%; background:#ffffff!important; border: 1px solid #e4e4e4; border-radius: 5px; margin-bottom: 5px; outline: medium none; padding: 10px 0% 10px 10px; margin-top:8px;}
	#frmStartCampaign ._kt_form  .phonePlus input[type="text"]{background:#ffffff!important; border:none!important;  border-radius: 0px!important; padding: 0 !important;
    width: 94%; margin:0!important; line-height:normal!important;}
	#frmStartCampaign ._kt_form  .phonePlus input[type="text"]:focus{background:none!important; border:none!important;  border-radius: 0px!important; padding:0!important; margin:0!important; line-height:normal!important; width:94%;}
	.prefixPlus{line-height:30px; font-size:16px; font-weight:200; color:#999;}
	
	
	#StartCampaign ._kt_form .shorturl input[type="text"] {background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; border: medium none !important; border-radius: 0 !important; line-height: normal !important; margin: 0 !important; padding: 0; width: 70%;}
	
	.uploadeImageOuter{float: left; width: 84%; background:#fff;  border: 1px solid #e4e4e4; border-radius: 5px; color: #666;  font-size: 16px; font-weight: 200; margin-bottom: 2px; margin-top: 8px; min-height: 30px; outline: medium none; padding: 10px 1% 10px 10px; transition: transform 0.2s ease-in-out 0s;}
	#myProfileImg img{width:13%!important; height:auto!important; float:left; margin-right:1%;}
	#myProfileImg .noBorderMargine, #myProfileImg .media_form_wrapper{padding-bottom: 0px !important;}
	.selContry select{float: left!important; width: 87%!important;}
	
	
	ul.informationText {float: left; margin-bottom: 5px; padding-left: 0;}
	ul.informationText li {font-size:14px;}
	.stepsHeading{float:left; width:100%; height:38px; background:url(/images_old/step_heading_bg.png) left top repeat-x; margin-bottom:20px;}
	.stepsHeadingInner{float:left; width:30%; background:#00b1b0; padding:0 0 0 2%; border-radius:0 38px 38px 0;}
	.stepsHeadingInner h2{color:#ffffff; font-size:14px; font-weight:600; text-transform:capitalize; line-height:38px; margin:0; padding:0; text-align:left;}
	.createACampaignInner {background: none;  padding: 2%; display: inline-block;}
	.createACampaignRow .footnote, .createACampaignRow .note{width:90%;}
	#StartCampaign ._kt_title_wrapper p, #ProfileDetails ._kt_title_wrapper p{font-size:24px;}
	
	/*START A CAMPAIGN (CREATE A CAMPAIGN)- NEW FORM CSS END- 26-08-2014*/
	
	#ProfileDetails.IndProfileDetails .user_details_header .user_details_header_text h3 {font-size: 16px !important; margin:0px 0 5px 0px;}
	
	/*DONATION HISTORY*/
	.donationHistoryListing{float:left; width:100%; border-bottom:1px solid #ebebeb; margin-bottom:30px; padding:15px 0 0px 0;}
	.donationHistoryListing li{float:left; width:100%; border-top:1px solid #ebebeb; padding:15px 0 15px 0;}
	.campaignImage{float:left; height:55px; width:55px;  text-align:center; overflow:hidden; margin-right:10px;}
	.campaignImage img{max-width:100%; /*border-radius:65px;*/}
	.campaignAuthor{float:left; width:35%; margin-right:2%; padding:0 2%; border-right:1px solid #e8e8e8; height:auto; font-size:15px;}
	.amountRaised{float:left; width:auto; margin-right:2%; padding:0 2%;}
	.amountRaised ._kt_raisedGoalAmt_wrapper span.amount { color: #323a45; display: block; font-size: 20px; font-weight: 400; text-align: left; word-wrap: break-word;}
	.amountRaised ._kt_raisedGoalAmt_wrapper p { color: #7a7a7a; font-size: 14px; font-style: normal; font-weight: lighter; text-align: left;}
	
	/*USER DETAILS PAGE*/
	.userInfoOuter{float:left; width:100%; margin:30px 0 20px 0; position:relative; display:block;}
	.userInfo { clear: both; color: #000000; font-size: 13px; margin:5px 0 5px 0px; width: 100%;}
	.userInfoOuterSmallScreen{float:left; width:100%; margin:30px 0 20px 0!important;/* position:relative;*/ display:none;}
	.userInfoOuter .user_details_header_text {float: left; margin-left: 2%; width: 85.5%; position:relative;}
	.userInfoOuter .user_details_header_text h3{font-size:24px; color:#000000; font-weight:600; margin-bottom:5px;}
	.user_details_header_text h3{font-size:24px; color:#000000; font-weight:600; margin:30px 0 20px 0;}
	.userInfoOuter .user_details_header_text a.editProfile {background: url("/images_old/edit_profile.png") no-repeat scroll 10px center / contain ; border-radius: 2px; color: #00b1b0; float: right; font-size: 11px; font-weight: 400; margin-bottom: 0; padding: 5px 5px 5px 35px; position:absolute; right:0; top:0;}
	
	.socialLinkOuter_profile a.twitter{background-position:0 -1px; position: inherit; float: left;}
	.socialLinkOuter_profile a.fb{background-position:0 -39px; position: inherit; float: left; }
	.socialLinkOuter_profile a.linkedIn{background-position:0 -77px; position: inherit; float: left;}
	.socialLinkOuter_profile a.googlePlus{background-position:0 -115px; position: inherit; float: left;}
	
	.userInfoOuter ._kt_round_image_wrapper {border: 4px solid #ffffff; border-radius: 70px; height: auto; overflow: hidden; text-align: center; width:50px; height:50px; background:#eeeeee; border:2px solid #ffffff; margin-bottom:20px;}
	
	.profileStatusBar {float: left; margin-bottom: 15px; margin-right: 0; padding-top: 5px; width: 73%;}
	.profileStatusCount { float: left; margin-bottom: 15px; margin-left: 3%; width: 24%;}

	.userInfoOuterSmallScreen ._kt_round_image_wrapper {border-radius: 75px; height: auto; overflow: hidden; width: 48px; margin-right:10px;}
	.userInfoOuterSmallScreen .user_details_header_text a.editProfile {background: url("/images_old/edit_profile.png") no-repeat scroll 10px center / contain; border-radius: 2px; color: #00b1b0; float: right; font-size: 12px; font-weight: 400; margin-bottom: 0; padding: 8px 8px 8px 29px; text-indent: -999999px;}
	#ProfileDetails.IndProfileDetails .userInfoOuterSmallScreen .user_details_header .user_details_header_text h3 {font-size: 18px !important; padding-top: 0;}
	
	.profileStatus { background: none repeat scroll 0 0 #ffffff; border-radius: 5px; float: left; margin-left: 0%; padding: 2%; width: 94%;}
	.socialLinkOuter_profile {clear: both; width: 100%; margin:5px 0px 15px;}
	
	.socialLinkOuter_profile a.profileFb{background:url(/images_old/profile_social_bg.png) 0 0 no-repeat; float:left; width:111px; height:34px; margin-right:5px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileTw{background:url(/images_old/profile_social_bg.png) 0 -34px no-repeat; float:left; width:111px; height:34px; margin-right:5px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileLi{background:url(/images_old/profile_social_bg.png) 0 -68px no-repeat; float:left; width:111px; height:34px; margin-right:5px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileGp{background:url(/images_old/profile_social_bg.png) 0 -102px no-repeat; float:left; width:111px; height:34px; margin-right:0px; text-indent:-99999px;}
	
	/*NOT CONTENT AVAILABLE*/
	.notContent{float:left; width:100%;}
	.notContent h2{float:left; width:100%; margin-bottom:10px; font-size:22px; color:#000000; font-weight:600; }
	.notContent h3{float:left; width:100%;  margin-bottom:20px; font-size:18px; color:#000000; font-weight:400; }
	.buttons{float:left; width:46%;}
	
	.ind_tab_content { float: left; margin-bottom: 20px; min-height: 210px; width: 100%;}
	
	/*EVENT PAGE CSS*/
	#EventsListing #EventCampaignDetails h2 { background: url("/images_old/trans.png") repeat scroll 0 0 rgba(0, 0, 0, 0); color: #fff; float: left; font-size: 40px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 0; margin-top: 135px; padding: 0 20px;}
	#EventsListing #EventCampaignDetails .event_campaign_actions{float:right; width:50%; margin-bottom:20px; clear:left; display:none;}
	.eventSmall{display:block; width:96%; margin:0 auto;}
	.eventSmall li{width:49%; float: left; margin: 0 1%; width: 48%;}
	#EventsListing #TeamLeaderboard #Listings_wrapper ol > li { float: left; margin: 0 1.5% 15px; padding: 215px 6% 20px; width: 34%;}
	.eventSmall ._kt_button_big { border-radius: 3px; color: #fff; display: block; font-size: 21px; font-weight: 600; line-height: 62px; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
	
	.events_listing_tab_content h2{font-size: 24px; margin-bottom: 15px;font-weight: 500; padding:0;}
	.events_listing_tab_content h3{font-size: 22px; margin-bottom: 10px;font-weight: 400; padding:0;}
	
	.createACampaignRow input[type="button"], .createACampaignRow input[type="submit"], .createACampaignRow input[type="cancel"], .createACampaignRow a {
    font-size: 15px;
    padding: 0 28px;}
	
	.createACampaignRow input[type="button"]:hover, .createACampaignRow input[type="submit"]:hover, .createACampaignRow input[type="cancel"]:hover, .createACampaignRow a:hover {
    font-size: 15px;
    padding: 0 28px;}
	
	._kt_form input[type="button"], ._kt_form input[type="submit"], ._kt_form input[type="cancel"]{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF!important; background-color:#00b1b0; padding: 0 28px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2; 
	-webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	
	._kt_form input[type="button"]:hover, ._kt_form input[type="submit"]:hover, ._kt_form input[type="cancel"]:hover{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF; background-color:#00a3a2; padding: 0 28px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;
	}
	
	
	._kt_form input[type="button"]:foucs, ._kt_form input[type="submit"]:foucs, ._kt_form input[type="cancel"]:foucs{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF; background-color:#00a3a2; padding: 0 28px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;
	}
	
	
	#kt_buttons input[type="button"], #kt_buttons input[type="submit"], #kt_buttons input[type="cancel"], #kt_buttons a,
	#kt_buttons1 input[type="button"], #kt_buttons1 input[type="submit"], #kt_buttons1 input[type="cancel"], #kt_buttons1 a{
background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important;  padding:0 28px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}

	#kt_buttons input[type="button"]:hover, #kt_buttons input[type="submit"]:hover, #kt_buttons input[type="cancel"]:hover, #kt_buttons a:hover,
	#kt_buttons1 input[type="button"]:hover, #kt_buttons1 input[type="submit"]:hover, #kt_buttons1 input[type="cancel"]:hover, #kt_buttons1 a:hover{
background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 28px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}

	#kt_buttons input[type="button"]:foucs, #kt_buttons input[type="submit"]:foucs, #kt_buttons input[type="cancel"]:foucs, #kt_buttons a:focus,
	#kt_buttons1 input[type="button"]:foucs, #kt_buttons1 input[type="submit"]:foucs, #kt_buttons1 input[type="cancel"]:foucs, #kt_buttons1 a:focus{
background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 28px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}


	/*FUNDRAISE PAGE CSS START*/
	.guideLine {float:left; width:100%; padding:10px 0% 10px 0%; /*padding:10px 1.5% 30px 1.5%;*/ margin-bottom:0px; /*background:#ffffff;*/}
	.guideLine h1{float:left; width:100%; text-align:left; margin:5px 0 10px 0; padding:0; font-size:20px; height:auto; font-weight:600; color:#000;}
	/*.guideLineInner {float:left; width:12%; padding:0 3% 5px 1.5%; background:url(/images_old/verti_shadow.png) right 70px no-repeat;}*/
	.guideLineInner {float:left; width:29%; padding:0 2% 5px 2%; /*background: url(/images_old/shadow.jpg) center bottom no-repeat;*/ margin-bottom:10px; height:340px; padding-bottom:5px;}
	.imageOuter{float:left; width:100%; margin-bottom:0px; text-align:center;}
	.guideLineInner h2{float:left; width:100%; text-align:center; margin:5px 0 5px 0; padding:0; font-size:15px; height:auto; font-weight:700; color:#000;}
	.guideDesc{float:left; width:100%; text-align:center; margin-bottom:15px; font-size:14px; height:auto; color:#3e4753;}
	.kt_careerWelcomeTxt p {font-size: 15px;}
	
	
	/*THANK YOU PAGE*/	
	.guideLine {float:left; width:100%; padding:0px 0% 10px 0%; /*padding:10px 1.5% 30px 1.5%;*/ margin-bottom:0px; /*background:#ffffff;*/}
	#thankyou{ background: url(/images_old/thankyoshadow_mobile_landscape_big.png ) center bottom no-repeat; margin-bottom:20px;}
	#thankyou h1{float:left; width:100%; text-align:left; margin:5px 0 30px 0; padding:0; font-size:18px; height:auto; font-weight:600; color:#000;}
	#thankyou .guideLineInner {float:left; width:46%; margin:0 2% 10px 2%; padding:0; background: url(/images_old/dotted_line.png) left bottom repeat-x;  height:185px;}
	#thankyou .imageOuter{float:left; width:27%; margin-right:1%; margin-bottom:0px; text-align:center;}
	#thankyou .guideLineInner h2{float:left; width:72%; text-align:left; margin:25px 0 5px 0; padding:0; font-size:15px; height:auto; font-weight:700; color:#000;}
	#thankyou .guideDesc{float:left; width:100%; text-align:left; margin-bottom:15px; font-size:13px; height:auto; color:#3e4753;} 
	#thankyou .noBackgroundOne{background:none!important;}
	#thankyou .noBackgroundTwo{background:none!important;}
	
	/*BLUE BUTTONS*/
	.threeButtons{width:100%; text-align:center;}
	#ke_blueButtons input[type="button"], #ke_blueButtons input[type="submit"], #ke_blueButtons input[type="cancel"], #ke_blueButtons a{
	background-color:#51aded!important; background-image:url(/images_old/blue_burron_bg.png)!important; background-position:left!important; background-repeat:repeat!important;line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important;  padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #1e8fe1!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; text-transform:uppercase; display:inline-block; margin:0 15px 5px 0;}
		
		#ke_blueButtons input[type="button"]:hover, #ke_blueButtons input[type="submit"]:hover, #ke_blueButtons input[type="cancel"]:hover, #ke_blueButtons a:hover{
	background-color:#28a1fc!important; background-image:url(/images_old/blue_burron_bg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #0079eb!important;width:auto!important; text-decoration:none!important; width:auto!important;}
		
		#ke_blueButtons input[type="button"]:foucs, #ke_blueButtons input[type="submit"]:foucs, #ke_blueButtons input[type="cancel"]:foucs, #ke_blueButtons a:focus{
	background-color:#28a1fc!important; background-image:url(/images_old/blue_burron_bg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #0079eb!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	#CampaignDetailsSidebar #CampaignContribute .listing_floated_det_wrapper ._kt_daysleft_wrapper .daysCount { display: block; font-size: 13px; font-weight: 500; margin-top: 0;}
	
	/*FUNDRAISING TIPS YOU PAGE*/
	.fundraising_banner_wrapper{height:320px; padding-top:30px; background:url("/images_old/fundraising_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; /*min-width:1070px;*/}
	.fundraising_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:30px; font-weight: 600; margin-bottom: 5px; text-shadow: 0 1px 2px #b85c19; text-transform: inherit; text-transform:uppercase;}
	.fundraising_banner_wrapper h3{font-family: Montserrat;font-size: 16px; font-weight: 300; margin: 0 auto; text-shadow: 0 1px 2px #b85c19; width: 85%;}
	.fundraising_banner_wrapper h4{font-size:18px; margin-bottom:30px;}
	.fundraising_banner_wrapper .headTextWraper p{font-size:20px;font-weight:500; background:#FFFFFF;padding:15px 30px; display:inline-block; margin-top:40px; color:#00b1b0; text-align:center;}
	.fundraising_banner_wrapper .headTextWraper {margin: 0px auto 0; text-align: center; width: 100%;}
	/*VIRTICLE TAB CONTENT CSS START*/
	.mainTabContainer {width: 100%; position: relative; float: left;}
	.tabMenuOuter {width: 42%; float:left; margin-right:2%;}
	.tabContainer {width: 56%; float:left;}
	.nav-tabs > li {float: left; margin-bottom: -1px;}
	.nav > li {display: block; position: relative; }
	.nav-tabs > li > a {border: 0px solid transparent!important; border-radius: 4px 4px 0 0; line-height: 1.42857; margin-right: 2px;}
	// .nav > li > a { display: block; padding: 0px!important; height: 37px; line-height: 37px !important; position: relative; background:url(/images_old/tabcontent_menu_bg.png) top right no-repeat!important; color:#a5a5a5!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	// .nav > li > a:hover{background:url(/images_old/tabcontent_menu_bg_hover.png) top right no-repeat!important; color:#000!important;}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {background:url(/images_old/tabcontent_menu_bg_hover.png) top right no-repeat!important; border: none!important; color: #000!important; cursor: pointer!important;}
	.tab-content .careerContent h2 {text-transform: uppercase; font-size:24px; font-weight:600; margin-top:0; float:left; width:100%; margin-bottom:20px;}
	.tab-content .careerContent h3 {text-transform: uppercase; font-size:18px; font-weight:600; margin-top:0; float:left; width:100%; margin-bottom:20px;}
	.tab-content .careerContent h4 {text-transform: capitalize; font-size:14px; font-weight:600;}
	.pageHeadingOuter {margin-left:41%; float:left; width:58%; font-weight:600; font-size:21px; color:#323a45; text-transform:uppercase; margin-bottom:23px;}
	
	/*CORPORATES YOU PAGE*/
	.corporates_banner_wrapper{height:320px; padding-top:30px; background:url("/images_old/corporate_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:0px; color:#FFF; /*min-width:1070px;*/}
	.corporates_banner_wrapper .headTextWraper p{font-size:20px;font-weight:500; background:#FFFFFF;padding:15px 30px; display:inline-block; margin-top:40px; color:#00b1b0; text-align:center;}
	.corporates_banner_wrapper .headTextWraper {margin: 20px auto 0; text-align: center; width: 100%;}
	
	.corporates_banner_left{float:left; width:100%; text-align:center; padding-right:0%}
	.corporates_banner_right{float:left; width:96%; padding:2%; background:#309ca7; text-align:center; font-size:16px;}
	.corporates_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:22px; font-weight: 500; margin-top:2px; margin-bottom: 8px; text-transform: inherit; text-transform:inherit;}
	.corporates_banner_wrapper h3{font-family: Montserrat; font-size:24px; font-weight: 500; margin:5px auto 0 auto;  width:100%; line-height:normal;}
	.corporates_banner_wrapper h4{font-size:20px; margin-top:15px; margin-bottom:0;}
	
	.highlightedSectionOutere{width:100%; background:#ffffff; padding:20px 0;}
	.pointeOuter{float:left; width:100%; margin:10px 0 10px 0;}
	.numberOuter{width:35px; height:35px; margin-right:3%; float:left; -moz-border-radius:35px; -webkit-border-radius:35px; border-radius:35px; border:1px solid #00b1b0; text-align:center; vertical-align:middle; padding-top:7px; color:#00b1b0;}
	.points{float:left; width:82%; margin-bottom:20px; font-size:14px;}
	.highlighterBg{ background:url("/images_old/heighliter_bg.png") top center no-repeat; padding-top:45px; }
	
	.downloadPdf{float:left; width:100%; margin-bottom:20px;}
	.downloadPdfText{float:left; width:auto; margin:0 2% 0 0; font-size:14px; line-height:34px; font-weight:600;}
	.downloadPdfButton{float:left; width:auto; margin:0 2% 0 0;}
	
	/*CELEBRATY PAGE CSS*/
	#celeBraty #ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper { background:#fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 80%!important;}
	.figures ._kt_raisedGoalAmt_wrapper span.amount {color: #ffffff; display: block; font-size: 20px; font-weight: 600; text-align: left; word-wrap: break-word;}
	
	/*SHARE YOUR CAMPAIGN CSS*/
	.custmizeform_left_wrapperNew{width:100%; float:left; }
	.custmizeform_left_wrapperNew h2{float:left; width:100%; font-size:17px; font-weight:600; color:#00b1b0; line-height:normal; margin-bottom:10px;}
	.featureShareforFree{float:left; width:100%; font-weight:600; line-height:normal; margin-bottom:10px;}
	.featureShareforFreeLeft{float:left; width:14%; margin-right:3%; font-weight:600; line-height:normal; margin-bottom:0px;}
	.featureShareforFreeRight{float:left; width:78%; font-weight:500; font-size:14px; line-height:56px; margin-bottom:0px;}
	.norLineHeight{line-height:normal; margin-top:8px;}
	.norLineHeight1{line-height:normal; margin-top:8px;}

	.custmizeform_right_wrapperNew{width:100%; margin-right:0%; float:right;}
	.custmizeform_right_wrapperNew h2{float:left; width:100%; font-size:17px; font-weight:600; color:#00b1b0; line-height:normal; margin-bottom:20px;}
	
	.custmizeform_right_wrapperNew p{font-size:17px; color:#595959; margin-bottom:10px;}
	.custmizeform_right_wrapperNew .inner{width:88%; margin-right:10%; float:left;}
	.custmizeform_right_wrapperNew input, .custmizeform_right_wrapperNew textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	.custmizeform_right_wrapperNew .comp_bord {border: 1px solid #e4e4e4;  border-radius: 5px;}
	/*.custmizeform_right_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}*/
	.custmizeform_right_wrapperNew .comp_bord:focus {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; width:100%;*/}
	
	.custmizeform_right_wrapperNew select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; */width:100%;}
	.custmizeform_right_wrapperNew .comp_large{width:83.3%!important; padding:10px 14% 10px 10px !important;} 
	
	.shareforfree_banner_wrapper{height:auto; padding-top:10px; background:url("/images_old/shareforfree_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:0px; color:#FFF; padding-bottom:20px;}
	.shareforfree_banner_wrapper h2{ color: #00b1b0; font-family:Montserrat; font-size:28px; font-weight: 600; margin-bottom: 10px; text-transform: inherit; text-transform:inherit; line-height:28px;}
	.shareforfree_banner_wrapper ul{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 0px auto 0 auto; width: 100%; float:left;}
	.shareforfree_banner_wrapper ul li{float:left; width:90%; background: url("/images_old/info_li_image_new.png") no-repeat left top !important;  font-size:12px;font-weight:500; padding:0 0 0 15px; display:inline-block; margin-bottom:5px; color:#323a45; text-align:left;}
	.shareforfree_banner_wrapper .headTextWraper {margin: 30px auto 0; text-align: center; width: 100%;}
	/**/
	.shareforfreeDesk{display:block;}
	.shareforfreeSmall{display:none;}
	.imageShare{float:left; width:17%; margin-right:5%;}
	
	.shareforfree_banner_left{float:left; width:29%; text-align:left; padding-right:1.5%; float:left;}
	.shareforfree_banner_right{float:left; width:65%; padding:2%; text-align:left; font-size:16px;}
	ul.informationText li{ margin-left:15px; margin-bottom:5px; list-style:none; line-height:normal; float:left; width:90%;}
	
	/*SHARE YOUR CAMPAIGN CSS- CAMPAIGN DETAILS PAGE- SHARE TAB*/
	#CauseShare {padding:20px 0 0 0; width:100%;}
	#CauseShare .custmizeform_left_wrapperNew{width:100%; float:left; }
	#CauseShare .featureShareforFreeLeft{float:left; width:14%; margin-right:3%; font-weight:600; line-height:normal; margin-bottom:0px;}
	#CauseShare .featureShareforFreeRight{float:left; width:76.5%; font-weight:500; font-size:12.5px; line-height:56px; margin-bottom:0px;}
	#CauseShare .norLineHeight{line-height:normal; margin-top:8px;}
	#CauseShare .norLineHeight1{line-height:56px; margin-top:0px;}
	#CauseShare .custmizeform_right_wrapperNew{width:100%; margin-right:0%; float:right;}
	#CauseShare .shareforfree_banner_wrapper{height:auto; padding-top:10px; background:url("/images_old/shareforfree_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; padding:20px ;}
	#CauseShare .shareforfree_banner_wrapper h2{ color: #00b1b0; font-family:Montserrat; font-size:25px; font-weight: 600; margin-bottom: 5px; text-transform: inherit; text-transform:inherit; line-height:25px;}
	#CauseShare .shareforfree_banner_wrapper ul{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 5px auto 0 auto; width: 100%; float:left;}
	#CauseShare .shareforfree_banner_wrapper ul li{float:left; width:96.5%; background: url("/images_old/info_li_image_new.png") no-repeat left top !important;  font-size:13.5px;font-weight:500; padding:0 0 0 15px; display:inline-block; margin-bottom:5px; color:#323a45; text-align:left;}
	#CauseShare .shareforfree_banner_wrapper .headTextWraper {margin: 20px auto 0; text-align: center; width: 100%;}
	/**/
	#CauseShare .shareforfree_banner_left{float:left; width:97%; text-align:left; padding-right:1.5%; padding-left:1.5%}
	#CauseShare .shareforfree_banner_right{float:left; width:96%; padding:2%; text-align:left; font-size:16px;}
	#CauseShare .kt_globelcontainer { margin: 0 auto; width: 94%; padding:3%;}
	#CauseShare .shareforfreeSmall {display: block; width:100%;}
	#CauseShare .shareforfreeDesk{display:none;}
	#CauseShare .tab_content { background: none repeat scroll 0 0 #ffffff;float: left; margin-bottom: 15px; min-height: inherit; padding: 3%; width: 100%;}
	#CauseShare a.hearVoice {float:right; width:auto; margin:10px 0%;}
	
	#CauseShare .addRowColumn { float: left; margin-bottom: 0; width: 96%;}
	#CauseShare .addRowColumn .heading, #CauseShare .addRowColumnAddButton .heading { float: left; margin: 10px 0 0px 0; width: 100%;}
	#CauseShare .custmizeform_right_wrapperNew .comp_large { padding: 10px 14% 10px 10px !important; width: 74% !important;}
	#CauseShare .cp_fund_use input[type="button"].add, #CauseShare .cp_fund_use input[type="submit"].add, #CauseShare .cp_fund_use input[type="cancel"].add, #CauseShare .cp_fund_use a.add{background:url(/images_old/add_remove_link_bg.png) 0 0 no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px;top: 15px; right: 23px; position: absolute;z-index:100;}
	
	#CauseShare .cp_fund_use input[type="button"].add:hover, #CauseShare .cp_fund_use input[type="submit"].add:hover, #CauseShare .cp_fund_use input[type="cancel"].add:hover, #CauseShare .cp_fund_use a.add:hover{background:url(/images_old/add_remove_link_bg.png) 0 -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; top: 15px; right: 23px; position: absolute;z-index:100;}
	
	#CauseShare .cp_fund_use input[type="button"].add:focus, #CauseShare .cp_fund_use input[type="submit"].add:focus, #CauseShare .cp_fund_use input[type="cancel"].add:focus, #CauseShare .cp_fund_use a.add:focus{background:url(/images_old/add_remove_link_bg.png) 0 -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; top: 15px; right: 23px; position: absolute;z-index:100;}
	
	#CauseShare .repeatDiv input[type="button"].remove, #CauseShare .repeatDiv input[type="submit"].remove, #CauseShare .repeatDiv input[type="cancel"].remove, #CauseShare .repeatDiv a.remove{background:url(/images_old/add_remove_link_bg.png) -20px 0 no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 3px; position: absolute;}
	
	#CauseShare .repeatDiv input[type="button"].remove:hover, #CauseShare .repeatDiv input[type="submit"].remove:hover, #CauseShare .repeatDiv input[type="cancel"].remove:hover, #CauseShare .repeatDiv a.remove:hover{background:url(/images_old/add_remove_link_bg.png) -20px -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 3px; position: absolute;}
	
	#CauseShare .repeatDiv input[type="button"].remove:focus, #CauseShare .repeatDiv input[type="submit"].remove:focus, #CauseShare .repeatDiv input[type="cancel"].remove:focus, #CauseShare .repeatDiv a.remove:focus{background:url(/images_old/add_remove_link_bg.png) -20px -20px no-repeat!important; min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 3px; position: absolute;}	
	#CampaignDetailsSidebar #CampaignContribute .listing_floated_det_wrapper {top: 49px;}
	#CampaignDetailsSidebar #CampaignContribute .listing_floated_det_wrapper ._kt_button_big {line-height: 45px; margin:5px 0 0 0;  float:left; width:49%; font-size:11px!important;}
	
/*EDIT CAMPAIGN BUTTONS*/
.campaignTitleOuter {float: left; margin-bottom: 10px; position: relative; width: 100%; padding:0% 0 2px 0%;}
.campaignTitleOuterLogged {float: left; margin-bottom: 10px; position: relative; width: 100%; padding:0% 0 25px 0%;}
.editCampaign { border-radius: 2px; bottom:0px; padding: 0; position: absolute; right: 0; text-align: right; width: 272px;}

._kt_round_image_wrapper {border-radius: 75px; height: 40px; overflow: hidden; width: 40px;}
#CampaignDetailsContent .title_image a { display: block; height: 40px; margin-top: 5px; overflow: hidden; width: 100%;}
#CampaignsDetails #CampaignDetailsContent .campaign_details_title {margin-bottom: 5px;}
#CampaignDetailsContent .campaign_details_title .title_image { border-radius: 0; height: auto !important; margin-right: 10px; margin-bottom:0px;}


/*COUPON CODE CSS START*/
	.couponWrapper{float:left; width:48%; margin:5px 2% 0 0; }
	.couponWrapperMobile{float:left; width:48%; margin:0px 2% 0 0; }
	.loginMessageTwo span{float:left; width:100%; font-size:17px; font-weight:600; text-align:center; margin:0 0% 5px 0%; color:#333333; line-height:normal;}
	.loginMessageTwo p{float:left; width:100%; text-align:center; font-size:12px; line-height:normal; margin:0 0% 0px 0%; color:#333333; line-height:normal;}
	.whyFacebook{float:left; width:100%; background:#ededed; margin-top:15px; padding:20px 0;}
	.whyFacebook h3{float:left; width:100%; margin:0 0 5px 0; font-size:15px; font-weight:600; text-align:center; color:#000000;}
	.whyFacebook p{float:left; width:80%; margin:0 10% 5px ; font-size:12px; text-align:center; color:#000000;}
	.couponCodeOuter{float:left; width:92%; border-radius:5px; background:#e4e3e3; padding:6px 4%; margin-bottom:15px;}
	.couponCodeField{float:left; width:68%; margin:0 4% 0 0;}
	.couponCodeField input[type="text"]{border-radius:3px; background:#ffffff; color:#666666; border:1px solid #ffffff; margin:0; padding:0 4%; width:92%; line-height:32px;}
	.couponCodeField input[type="text"].error{ background:#ffffff /*url(/images_old/invalid_error.png) center right no-repeat*/; border:1px solid #ff0000; color:#ff0000;}
	.couponCodeButton{float:left; width:28%; margin:0 0% 0 0;}
	.couponCodeButton input[type="button"], .couponCodeButton a{border-radius:3px; color:#ffffff; background:#1e1e1e url(/images_old/transparent.png) top left repeat; border:0; margin:0; padding:0 2%; width:98%; line-height:34px; font-size:11.5px; text-align:center; cursor:pointer; display:block;}
/*COUPON CODE CSS START*/

.listing_floated_det_wrapper .couponCodeOuter { padding: 6px 4%; width: 92%;}	

._kt_button_big { border-radius: 3px; color: #fff; display: block; font-size: 16px !important; font-weight: 600; line-height: 45px; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
.listing_floated_det_wrapper ._kt_daysleft_wrapper{display:block; float:right; width:60px; background-color:#fff; color:#323a45; padding:0px 0; margin-bottom:5px;}

	
/*EXPERIENCE PAGE START*/	
	.ktt_experiencesDesk{display:none;}
	.ktt_experiencesSmall{display:block}
	.ktt_experienceFeatureSection { float: left; margin: 0 0 25px; padding-bottom:10px; border-bottom:1px solid #ccc;  width: 100%;}
		
	.ktt_experienceFeatureImageOuter{float:left; width:100%; position:relative; margin:0 0% 0 0;}
	.ktt_featuredTag{position:absolute; width:24%; top:20px; left:-5px;}
	.ktt_featuredLeftTag{position:absolute; top:20px; left:72px; display:inline-block; background:#ff4e00; padding:0 8px; color:#ffffff; font-size:13px; line-height:23px; height:23px; transition: transform 0.2s ease-in-out 0s; }
	.ktt_experienceFeatureContentOuter{float:left; width:100%; position:relative;}
	
	.ktt_experienceListingShare {position: absolute; right: 10px; top: 10px;}
	.ktt_experienceTitle h2{color: #000000; float: left; font-size: 14px; font-weight: 600; line-height: normal; margin-bottom: 10px; width: 100%;}	
	.ktt_experienceFeatureImageOuter{float:left; width:100%; position:relative; margin:0 0% 15px 0;}
	.ktt_experienceFeatureShare{bottom: 0; float: right; margin-bottom: 10px; position: inherit; right: 0; text-align: right; width: 100%;}	
	.ktt_experienceFeatureContentSmall{float:left; width:100%; font-size:12px; line-height:15px; /*height:98px;*/ overflow:auto; margin-bottom:10px; padding-bottom:0px; padding-right: 0%; display:block; }
	.ktt_experienceAmount{display:inline-block; width:200px; height:40px; line-height:40px; padding:0 0px; color:#ffffff; font-size:15px; text-transform:uppercase; border-radius:3px; text-align:center; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}
	
	.ktt_experienceListingImageSmall{float:left; width:100%; margin-bottom:5px;}
	.ktt_experienceListingContentSmall{float:left; width:100%; /*height:100px;*/ overflow:hidden; margin-bottom:0px!important; font-size:12px; line-height:normal; padding-bottom:0px; padding-right: 0%; cursor:pointer;}
	.grid li {height: auto!important; margin-bottom:15px!important;}
	.grid {padding:0px!important;}
	.grid li h2{font-weight:600; font-size:14px; margin-bottom:5px; color:#000000;}
	.grid li .ktt_experienceListingTag{display:block;!important}
	.grid li:hover .ktt_experienceListingTag{display:block;!important}
	
	.ktt_experienceListingAmount {border-radius: 3px; color: #ffffff; display: inline-block; font-size: 15px; height: 40px; line-height: 40px; padding: 0 0px; text-transform: uppercase; width: 200px; text-align:center; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}
        
        .ktt_noAvailableFeature{ background:#e6e6e6; border: 0 none !important; border-radius: 3px; color: #000000; display: inline-block; font-size: 15px; height: 40px; line-height: 40px; padding: 0 5px; text-align: center; text-transform: uppercase; width: 34%; margin: 5px 0 0 33%;}
        .ktt_noAvailableListing{ background:#e6e6e6; border: 0 none !important; border-radius: 3px; color: #000000; display: inline-block; font-size: 15px; height: 40px; line-height: 40px; padding: 0 5px; text-align: cpenter; text-transform: uppercase; width: 34%; margin: 5px 0 0 33%;}
        
	.ktt_experienceListingAmountOr {color: #000; display: inline-block; height: 42px; line-height: 42px; padding: 0 10px; width: auto;}
	.ktt_experienceListingContentSmall + [data-readmore-toggle], .ktt_experienceListingContentSmall[data-readmore] {display: block; float: left;width: 100%; height:20px;  margin:5px 0 10px 0;}
	.ktt_experienceListingButtonSec{ float:left; width:100%; padding:0 0%; height:auto; padding-bottom:10px; border-bottom:1px solid #ccc; margin-bottom:10px;}
	.ktt_experienceFeatureButtonSec {float: left; height:auto; width: 100%; margin-bottom:10px;}


	
	/*Search css start here*/
	#searchOuter {width:100%; float:left;}
	#searchOuter .ktt_uniqueFormRow label {display: inline-block;float:left;font-size: 12px;margin: 5px 10px 5px 0;width: auto!important; line-height: 30px;}
	#searchOuter .ktt_uniqueFormRow {float: left;margin-bottom: 15px;width: 100%;}
	#searchOuter .ktt_uniqueFormRow input[type="text"]{background: #ffffff url("/images_old/input_bg.png") repeat scroll left top;border: 1px solid #e4e4e4;border-radius: 5px;color: #666666;float: left;font-size: 13px;height: 20px;line-height: 20px;margin: 0 15px 0 0 !important;outline: medium none;padding: 10px 10px 10px 10px !important;transition: transform 0.2s ease-in-out 0s;width:45%;}
	#searchOuter #ktt_uniqueFormButtons{float:left; width:auto;}
	#searchOuter #ktt_uniqueFormButtons input[type="button"], #searchOuter #ktt_uniqueFormButtons input[type="submit"], #searchOuter #ktt_uniqueFormButtons input[type="cancel"], #searchOuter #ktt_uniqueFormButtons a, #searchOuter #ktt_uniqueFormButtons1 input[type="button"], #searchOuter #ktt_uniqueFormButtons1 input[type="submit"], #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"], #searchOuter #ktt_uniqueFormButtons1 a{background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:14px!important; font-weight:500!important; color:#ffffff!important; padding:0 30px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important;  transition: all 450ms ease-in-out 0s; margin-right: 2%; border-top:0px; border-right:0px; border-left:0px;}
	#searchOuter #ktt_uniqueFormButtons input[type="button"]:hover, #searchOuter #ktt_uniqueFormButtons input[type="submit"]:hover, #searchOuter #ktt_uniqueFormButtons input[type="cancel"]:hover, #searchOuter #ktt_uniqueFormButtons a:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="button"]:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="submit"]:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"]:hover, #searchOuter #ktt_uniqueFormButtons1 a:hover{background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important;} 
	#searchOuter #ktt_uniqueFormButtons input[type="button"]:foucs, #searchOuter #ktt_uniqueFormButtons input[type="submit"]:foucs, #searchOuter #ktt_uniqueFormButtons input[type="cancel"]:foucs, #searchOuter #ktt_uniqueFormButtons a:focus, #searchOuter #ktt_uniqueFormButtons1 input[type="button"]:foucs, #searchOuter #ktt_uniqueFormButtons1 input[type="submit"]:foucs, #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"]:foucs, #searchOuter #ktt_uniqueFormButtons1 a:focus{background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important;}
	#kt-header-menu .nav > li > a{padding:5px 10px !important;}	
	
}
@media all and (width:600px){
	/*.fancybox-wrap{width:70%!important; position:fixed!important; top:175px!important;}*/
	.userInfoOuter .user_details_header_text a.editProfile{font-size:11px; color:#00b1b0; font-weight:400; margin-bottom:0px; background:url("/images_old/edit_profile.png") no-repeat scroll 0px center / contain; padding:5px 0 5px 28px; border-radius: 2px; position:absolute; right:0; text-transform:capitalize; top:-2px;}
	
	#Listings_wrapper ol._kt_three_fourth > li { width: 38.7%; margin:0 1% 15px!important;}
	.responsive-dropdown{display:block; float:left; width:31%;}
	li.ketto_ngo {margin: 0 auto 15px auto !important; width:41.2% !important;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount { display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
	.ketto_ngo .noOfCampaign {color: #424242; display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
	
/*EXPERIENCE PAGE START*/	
	.ktt_experiencesDesk{display:none;}
	.ktt_experiencesSmall{display:block}
	.ktt_experienceFeatureSection { float: left; margin: 0 0 25px; padding-bottom:10px; border-bottom:1px solid #ccc;  width: 100%;}
	.ktt_experienceFeatureImageOuter{float:left; width:100%; position:relative; margin:0 0% 0 0;}
	.ktt_featuredTag{position:absolute; width:24%; top:20px; left:-5px;}
	.ktt_featuredLeftTag{position:absolute; top:20px; left:72px; display:inline-block; background:#ff4e00; padding:0 8px; color:#ffffff; font-size:13px; line-height:23px; height:23px; transition: transform 0.2s ease-in-out 0s; }
	.ktt_experienceFeatureContentOuter{float:left; width:100%; position:relative;}
	.ktt_experienceListingShare {position: absolute; right: 10px; top: 10px;}
	.ktt_experienceTitle h2{color: #000000; float: left; font-size: 14px; font-weight: 600; line-height: normal; margin-bottom: 10px; width: 100%;}	
	.ktt_experienceFeatureImageOuter{float:left; width:100%; position:relative; margin:0 0% 15px 0;}
	.ktt_experienceFeatureShare{bottom: 0; float: right; margin-bottom: 10px; position: inherit; right: 0; text-align: right; width: 100%;}	
	.ktt_experienceFeatureContentSmall{float:left; width:100%; font-size:12px; line-height:15px; /*height:98px;*/ overflow:auto; margin-bottom:10px; padding-bottom:0px; padding-right: 0%; display:block; }
	.ktt_experienceAmount{display:inline-block; width:190px; height:40px; line-height:40px; padding:0 0px; color:#ffffff; font-size:15px; text-transform:uppercase; border-radius:3px; text-align:center; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}
	.ktt_experienceListingImageSmall{float:left; width:100%; margin-bottom:5px;}
	.ktt_experienceListingContentSmall{float:left; width:100%; /*height:100px;*/ overflow:hidden; margin-bottom:0px!important; font-size:12px; line-height:normal; padding-bottom:0px; padding-right: 0%; cursor:pointer;}
	.grid li {height: auto!important; margin-bottom:15px!important;}
	.grid {padding:0px!important;}
	.grid li h2{font-weight:600; font-size:13px; margin-bottom:5px;}
	.grid li .ktt_experienceListingTag{display:block;!important}
	.grid li:hover .ktt_experienceListingTag{display:block;!important}
	.ktt_experienceListingAmount {border-radius: 3px; color: #ffffff; display: inline-block; font-size: 15px; height: 40px; line-height: 40px; padding: 0 0px; text-transform: uppercase; width: 190px; text-align:center; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}
	.ktt_experienceListingAmountOr {color: #000; display: inline-block; height: 42px; line-height: 42px; padding: 0 10px; width: auto;}
	.ktt_experienceListingContentSmall + [data-readmore-toggle], .ktt_experienceListingContentSmall[data-readmore] {display: block; float: left;width: 100%; height:20px;  margin:5px 0 10px 0;}
	.ktt_experienceListingButtonSec{ float:left; width:100%; padding:0 0%; height:auto; padding-bottom:10px;}
	.branding_OGQ_tabcontent_wrapper #CurrentCorporates ol li#ketto_ngo, .branding_OGQ_tabcontent_wrapper #CurrentNGOs ol li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width:41.5%!important; position: relative; border: 1px solid #F3F3F3; float: left;}

	/*ngo-details-updated css-01-09-2015*/
	#ngo_wraper ._kt_three_fourth{width:53%; padding:0 0% 0 0; margin:0;}
	#ngo_wraper ._kt_one_third {width: 40%; float:right; padding:15px 2%; margin-top:0px; border: 1px solid #f3f3f3; border-radius: 5px; }
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper {background:#fff; border: 1px solid #f3f3f3 !important; border-radius: 5px; margin:0 2% 20px  !important;  padding: 195px 15px 20px; position: relative; width:84.4%!important;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_image_wrapper { height: 165px; left: 0; margin-bottom: 0px; overflow: hidden; position: absolute; top: 0;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .figures { background: none repeat scroll 0 0 #000; border-radius: 5px 5px 0 0; margin-bottom: 20px; opacity: 0.8; padding: 10px 15px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .figures ._kt_raisedGoalAmt_wrapper span.amount { color: #ffffff; display: block; font-size: 12px; font-weight: 600; text-align: left; word-wrap: break-word;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .image_wrapper { border: 2px solid #333; border-radius: 50px; height: 30px; margin-bottom: 5px; overflow: hidden; width: 30px;}
	
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagOrange,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagBlue,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagRed {top: 180px;}
	#ngo_wraper  .ktt_listingNamePosition { margin-top: 17px;}
	#ngo_wraper .listing_details_wrapper .desc {  color: #7a7a7a;  font-size: 14px; height:75px;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount { font-size: 16px !important; font-weight: 600;}
	#ngo_wraper .listing_details_wrapper .top_section a.listing_name {color: #414a58; display: block; font-size: 14px; font-weight: 400; max-height: 36px; overflow: hidden; transition: all 450ms ease-in-out 0s; word-wrap: break-word;}
	#ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300b, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300bo, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300m {display: inline-block !important;float: left !important;margin-bottom:5px !important;padding: 0 5px 0 0; text-align: left; width: 47% !important;}
	
}
/* CSS For Resolution Below 600 begins*/
@media all and (max-width:599px){
	
	._kt_content_wrapper{width:96%}
	
	
	.kt_content h1 { /*background: url("/images_old/header_logo.png") no-repeat scroll center 2px rgba(0, 0, 0, 0);*/ float: left; height: 45px; margin-right: 30px; margin-top: 5px; width: 70px;}
	.kt_content .logo { /*background: url("/images_old/header_logo.png") no-repeat scroll center 2px rgba(0, 0, 0, 0);*/ float: left; height: 45px; margin-right: 30px; margin-top: 5px; width: 70px;}
	
	
	._kt_breadcrumb{padding:15px 0; border-bottom:0px solid #cecece; margin-bottom:15px; /*background:url("/images_old/breadcrumb_bg_mobile_landscape.png") center bottom no-repeat;*/}
	
	
	
	.notContent ._kt_icon_add{background-position:20px -125px; font-size:14px!important; width:200px!important; }
	
	/*    #CampaignsListing ._kt_title_wrapper{text-align:center}*/
	/*    #CampaignsListing ._kt_three_fourth{width:75%; margin:0 auto}*/
	
	/*CORPORATE WIDGET*/
	/*.ketto_ngo .listing_image_wrapper .listing_hover_overlay { opacity: 0.6; background: none!important; z-index: 998;}*/
	li.ketto_ngo {margin: 0 auto 15px auto !important; width: 39.5%!important;}
	.ketto_ngo .listing_details_wrapper .top_section {border-bottom:1px solid #f2f2f2; height:36px; overflow:hidden; padding-bottom:10px; margin-bottom:7px!important;}
	.ketto_ngo .listing_details_wrapper .top_section p.category_wrapper {margin-bottom:0!important;}
	.ketto_ngo .listing_details_wrapper .top_section a.listing_name {font-size:15px; display:block; max-height:36px; overflow:hidden; word-wrap:break-word; font-weight:600; color:#414a58; transition:all 450ms ease-in-out 0s;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper p, .ketto_ngo .noOfCampaign_wrapper p{font-size:10px; color:#b4b4b4; font-style:normal; text-align:left; font-weight:lighter;}
	.ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {clear: none!important; float:left; margin-bottom: 5px; width: 68%!important; height: 40px;}
	.ketto_ngo .listing_details_wrapper .noOfCampaign_wrapper {clear: none!important; float:left; height: 40px; margin-bottom: 5px; width: 30%!important; background: none!important; margin-top: 0px!important; padding-top: 0px!important; padding-left:1%; }
	.ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper, .ketto_ngo .listing_details_wrapper .noOfCampaign_wrapper{ margin-bottom: 0px!important;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount {/*color:#00b1b0!important;*/ display: block; font-size: 14px; font-weight: 600; word-wrap: break-word; text-align: left;}
	.ketto_ngo .noOfCampaign {color: #424242; display: block;font-size: 14px;font-weight: 600; text-align: left; word-wrap: break-word;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount > span {padding-right:4px!important; font-size: inherit;}
	li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width: 27.05%; position: relative; border: 1px solid #F3F3F3; float: left;}
	.ketto_ngo .listing_image_wrapper { margin-bottom: 10px!important;}
	.branding_OGQ_tabcontent_wrapper #CurrentCorporates ol li#ketto_ngo, .branding_OGQ_tabcontent_wrapper #CurrentNGOs ol li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width:37.3%!important; position: relative; border: 1px solid #F3F3F3; float: left;}
	/**/
	#Listings_wrapper ol._kt_three_fourth > li{width:36.5%; /*margin-right:2.18% !important*/}    
	#Listings_wrapper .listing_image_wrapper .listing_category{width:95.5%}    
	

	#ProfileDetails #CampaignsDetails #CampaignDetailsContent .campaign_details_title .title{width:80%}
	#ProfileDetails .NGODetailsNav a{width:130px; background-position-x:15px !important}
	#ProfileDetails #CampaignsDetails #CampaignDetailsContent .campaign_details_title .title p.titletext{max-height:none;}
	#ProfileDetails #CampaignDetailsContent .campaign_details_title .title_image{display:block}
	.IndProfileDetails ._kt_listing_box_wrapper{margin-right:2% !important; width:44.5%;}
	.IndProfileDetails#ProfileDetails .user_details_header .user_details_header_text h3{padding-top:10px}
	.IndProfileDetails#ProfileDetails .smallScreenIndDisp .user_details_header_text{width:78%}
	.form_left_wrapper{float:none; width:100%; margin-right:0}
	.form_right_wrapper{float:none; width:100%}
	._kt_form .comp_small{width:94%}
	._kt_form .sel_small{width:100%}
	#AboutUs .about_banner_wrapper{padding-top:10px; height:180px}
	#AboutUs .about_banner_wrapper h2{font-size:42px; margin-bottom:5px}
	#AboutUs .about_banner_wrapper h3{font-size:26px;}
	#AboutUs .about_banner_wrapper p{display:none}
	#AboutUs #TeamListing li{margin-bottom:20px; width:auto; float:none}
	#AboutUs #PartnersListing li .about_partner_image{margin-right:4%}
	
	
	#ContributeOptions .payments-container li{float:none; width:auto}
	#ContributeOptions .payments-container li#indian-donations{margin-right:0; margin-bottom:20px}
	#ContributeOptions .payments-container li{padding-left:35%}
	.page_contact .corp_address{display:none}
	.branding_OGQ_body{padding-top:63px;}
	.branding_OGQ{height:80px;}
	.branding_OGQ #SmallScreenHeaderActions{margin-top:15px;}
	#BrandingCarousel .brandedPage_collection_info .amount_raised_wrapper{width:auto}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions ._kt_green{display:none}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions{padding-top:14px}
	.branding_OGQ_content_wrapper .events_tabs_nav li a{padding-left:15px !important; padding-right:15px !important;}
	.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper {/*width:37.426%;*/ width:34.426%!important; margin:0 2% 10px !important;}
	
	/*NEW RESPONSIVE CLASSES FOR CAMPAIGN DETAILS PAGE 158-07-2014*/
	.tab_content {min-height:inherit;}
	._kt_tab_box_nav li {float: left; font-size: 12px!important; margin-right: 5px;}
	#CampaignsDetails ._kt_tab_box_nav li a {padding: 0 18px 0 18px!important;}
	
	
	/*NEW SHARE*/
	#shareCampaignDetails{float:left; width:100%; margin:10px 0 20px 0; display:none;}
	.shareCampaignDetailsLeft {float: left; height: inherit; margin: 0; padding: 0; text-align: center; vertical-align: top; width: 100%; margin-bottom:20px; display:none;}
	.shareCampaignDetailsRight {float: right; height: inherit; margin: 0; padding: 0; text-align: center; vertical-align: top; width: 100%; display:none;} 
	#shareCampaignDetails .addthis_32x32_style .dummy .at300bs, #shareCampaignDetails  .addthis_32x32_style .at300bs, #shareCampaignDetails  .addthis_32x32_style .at15t { background:url("/images_old/my_addthis_image_devices.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important; display: block; height: 32px !important; line-height: 32px !important; overflow: hidden; width: 81px !important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_facebook {background-position: 0 0px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_facebook:hover {background-position:-81px 0px !important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_twitter { background-position: 0 -32px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_twitter:hover { background-position:-81px -32px!important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_google_plusone_share { background-position: 0 -64px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_google_plusone_share:hover { background-position: -81px -64px !important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_linkedin {background-position: 0 -96px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_linkedin:hover {background-position: -81px -96px !important;}
	#shareCampaignDetails .at-share-tbx-element .at-share-btn .at300bs { display: inline-block !important;}
	#shareCampaignDetails  .at-share-tbx-element .at-share-btn { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); margin:0 5px 0 0; padding: 0;}
	#shareCampaignDetails a.embed_listing{background: url("/images_old/icon_embed.gif") no-repeat scroll left center #e8edf3; border-radius: 3px; color: #666; display: inline-block;font-size: 12px; font-weight: 500; line-height: 30px; padding: 0 10px 0 43px; text-transform: uppercase; text-decoration:none; margin:0;}
	
	/*How It Works New page CSS*/
	.newhiwButtonOuter { margin: 0 auto; width:100%;}
	.getStarted { color: #FFFFFF; float: left; font-size:18px; text-align: center; width: 100%;}
	.induvidual_widg{width:100%; margin:10px auto 0 auto; text-align:center; padding-left:13px;}
	/**/
	#CampaignDetailsSidebar #CampaignContribute .listing_floated_det_wrapper ._kt_raisedGoalAmt_wrapper span.amount {color: #323a45 !important; font-size: 20px; font-weight: 600;}
	._kt_daysleft_wrapper .daysCount {font-size: 20px;}
	
	/*A CAMPAIGN PAGE START 22 JULY 2014*/
	.kt_globelcontainer{ margin: 0 auto; width: 98%;}
	.kt_commomGreenHeadSty h2 {color: #323A45; font-size: 30px; font-weight: 600; height: 40px; line-height: 40px;}
	.kt_commomGreenHeadSty{ float: left; height:50px; padding-top: 40px; text-align: center; width: 100%;}
	.kt_startCampaignWelcomeTxt h3{ color: #323A45; font-size: 15px; font-weight: 300; line-height: 30px;}
	.kt_startCampaignCtaOuter .startCampaignCTA { background: none repeat scroll 0 0 #00b1b0; border: 0 none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #FFFFFF; display: inline-block; font-size: 22px; font-weight: 600; height: 59px; line-height: 59px; margin: 20px 0 25px; padding: 0 40px; text-align: center; text-decoration: none; text-transform: uppercase;}
	.kt_startCampaignCtaOuter .startCampaignCTAWhite { background:#ffffff; border: 0 none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #00b1b0; display: inline-block; font-size: 22px; font-weight: 600; height: 59px; line-height: 59px; margin: 20px 0 25px; padding: 0 40px; text-align: center; text-decoration: none; text-transform: uppercase;}
	.kt_globelcontainer h2.startCampaing {border-top: 2px solid #F4F4F4; color: #000000; font-size: 17px; font-weight: 500; padding: 20px 0; text-align: center; width: 100%;}
	.kt_startCampSampleLeft { float: left;  margin: 0 0 10px 0; position: relative; width: 100%;}
	.kt_startCampSampleRight { float: left; margin: 0 0 10px 0; position: relative; width: 100%;}
	.kt_startCampSampleInfo { position: absolute; top: 338px; width: 80%;}
	.kt_startCampBottLinks a { background: url("/images_old/more_arrow_green.png") no-repeat scroll right center rgba(0, 0, 0, 0);  color: #00b1b0; font-size: 16px; font-weight: 500; padding-right: 20px; text-decoration: none;}
	.kt_startCampSampleHeading { background: none repeat scroll 0 0 #323A45; color: #FFFFFF; float: left; font-size: 23px; font-weight: 600; height: 55px; line-height: 55px; opacity: 0.90 !important; padding-left: 3%; width: 92%;}
	.kt_startCampSampleDesc { background: none repeat scroll 0 0 #F7F7F7; float: left; font-size: 14px; font-weight: 500; height: 130px; opacity: 0.90 !important; padding: 10px 3%; width: 100%;}
	.kt_startCampaignBottomSec p {color: #FFFFFF; font-size: 20px; font-weight: 300; line-height: 26px; text-align: center;}
	.kt_startCampaignBottomSec { background: url("/images_old/green_pattern.jpg") repeat scroll left top #4B9C5C; float: left; padding: 40px 3.5% 10px; width: 93%;}
	
	
	ul.informationText {float: left; margin-bottom: 5px; padding-left: 0;}
	ul.informationText li {font-size:13px;}
	.stepsHeading{float:left; width:100%; height:38px; background:url(/images_old/step_heading_bg.png) left top repeat-x; margin-bottom:20px;}
	.stepsHeadingInner{float:left; width:60%; background:#00b1b0; padding:0 0 0 2%; border-radius:0 38px 38px 0;}
	.stepsHeadingInner h2{color:#ffffff; font-size:14px; font-weight:600; text-transform:capitalize; line-height:38px; margin:0; padding:0; text-align:left;}
	.createACampaignInner {background: none;  padding: 2%; display: inline-block;}
	.createACampaignRow .footnote, .createACampaignRow .note{width:90%;}
	#StartCampaign ._kt_title_wrapper p, #ProfileDetails ._kt_title_wrapper p{font-size:22px;}
	
	/*CONTRIBUTE NOW FORM*/
	.yourContibutionSummary {float: left; width: 100%;}
	.contribute_page #Section1 {float: left;  margin-bottom: 0; width: 100%;}
	._kt_donation_summ_wrapper .summ_image_wrapper{display:block;}	
	._kt_donation_summ_wrapper .summ_image_wrapper { width:100%;}
	._kt_donation_summ_wrapper{padding:0%; margin-bottom:20px;}
	.summ_details_wrapper .title p.titletext { color: #000000; font-size: 19px; font-weight: 600;}	
	.contribute_page ._kt_form .currency{width:87%}
	.yourContibutionSummary_formWrapper {float: left; margin-bottom: 30px; width:100%;}
	#StartCampaign ._kt_form .comp_small { width: 95%;}
	#StartCampaign ._kt_form .sel_small { width: 100%;}
	.yourContibutionSummary_formWrapper input{/*float:none;*/}
	._kt_form input[type="radio"] {float: left; margin-right: 10px; margin-top: 0;min-height: 16px !important; width: 13px;}
	._kt_reward_summ_wrapper .summ_details_wrapper table td { font-size: 13px;  padding: 3px 0;}
	
	/*THANK YOU PAGE*/
	.text_th_1{font-size:15px; color:#323a45;}
	.text_th_2{color:#323a45; font-size:18px; font-weight:500; margin:10px 0 10px 0;}
	.text_th_3{height:auto; line-height:normal; margin-bottom:15px; font-size:15px; color:#323a45;}
	._kt_three_fourth_inner{width:100%;}
	
	
	/*INDIVIDUAL PAGE CSS*/
	#ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper {background: none repeat scroll 0 0 #fff;border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 36.5%!important;}
	
	/*ngo-details-updated css-01-09-2015*/
	.ngoMainOuter{width:100%;}
	.ngoMainImage{width:100%; margin:-20px auto 0 auto; float:left;}
	.ngoContentOuter{padding:0 4%; }
	#ngo_wraper{width:95%; padding:0px 2.5%;  margin:-10px 0% 30px; background:#ffffff; float:left; position:relative;}
	#ngo_wraper #CampaignDetailsSidebar { margin-top: 0;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {border-bottom: 0px solid #d3d3d3; border-top: 0px solid #d3d3d3; margin-bottom: 20px; padding: 15px 0; width: auto;}
	#ngo_wraper #CampaignContribute{border:none;}
	#ngo_wraper #CampaignDetailsSidebar ._kt_listing_box_wrapper {margin-bottom: 30px; padding: 5.5% 0; width: 100%;}
	#ngo_wraper .title p.titletext {color: #323a45; font-size: 18px!important; font-weight: 400; line-height: normal!important; display:none; margin-bottom:0;}	
	#ngo_wraper .campaign_details_title { margin-bottom:0!important;}
	#ngo_wraper .title p.subtext {display:none; font-size: 14px;}
	#ngo_wraper ._kt_three_fourth{width:100%;}
	#ngo_wraper .tab_content {background: none repeat scroll 0 0 #ffffff; float: left;  margin-bottom: 15px; min-height: inherit; padding: 0%; width: 100%;}
	#ngo_wraper #ProfileDetails #CampaignDetailsSidebar{margin-top:0px;}
	
	/*ngo profile-logo css*/
	#CampaignDetailsContent #ngo_wraper .campaign_details_title .title_image {border-radius: 0; height: 60px!important; margin-bottom: 0; margin-right: 10px;}
	#ngo_wraper ._kt_round_image_wrapper{display: table-cell; text-align: center; vertical-align: middle; width: 60px; height:60px; /*height: 198px;*/ background:#ffffff; border:0px solid #CCC;}
	#ngo_wraper	.campaign_details_title .title_image{background:#ffffff; margin-right:0; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; position:absolute; top:-70px; height:60px!important; width:60px; left:0; text-align:center; vertical-align:middle;}
	#ngo_wraper ._kt_round_image_wrapper img {width: 99%!important;}
	#ngo_wraper ._kt_round_image_wrapper * {vertical-align: middle;}
	#ngo_wraper ._kt_round_image_wrapper {display: block!important;}
	#ngo_wraper ._kt_round_image_wrapper span {display: inline-block; height: 100%; width: 1px;}
	#ngo_wraper ._kt_round_image_wrapper span {display: inline-block; height: 100%;}
	#ngo_wraper ._kt_tab_box_nav li a .active_arr {display:none;}
	#ngo_wraper ._kt_tab_simple_nav li a {display: block; line-height: 30px; padding: 0 5px;}
	#ngo_wraper  ._kt_featured_listing_wrapper .featured_listing_content { margin-bottom: 20px; padding: 0px 0;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount {font-size: 35px!important; font-weight: 600;}
	#ngo_wraper .tab_content{padding:20px 0!important;}
	#ngo_wraper .listings_wrapper ol > li {float: left; width:22.6%; margin:0 1.5% 20px 1.5%;}
	#ngo_wraper .listings_wrapper ol > li:nth-child(3n+3) {margin:0 1.5% 20px 1.5%;}
	#Activity, #Media{display:none;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper a.embed_listing, #ngo_wraper #CampaignDetailsContent .ResponsiveDeviceContributeBox a.embed_listing{display:none;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper ._kt_button_big {height: 62px; line-height: 62px; margin-bottom: 20px;}
	#ProfileDetails #ngo_wraper #ProfOverviewTabNav {display: block!important;}
	#ProfileDetails #ngo_wraper .NGODetailsNav {display: block !important;}
	
	/*ngo-details-updated css-new*/
	.ktt_yourContributionRowExp{float:left; width:100%; margin-bottom:0px;}
	#ngo_wraper .ktt_yourContributionRow {float: left; margin-bottom: 0; width:100%;}
	.ktt_yourContributionRowExp .ktt_yourContributionRow {float: left; margin-bottom: 0; width: 100%!important;}
	#ngo_wraper .ktt_newFormFieldOuter input[type="text"] {width:90%;}
	#ngo_wraper .ktt_updateImage {width:90%;}
	#ngo_wraper .ktt_newFormFieldOuter select.customSelect {width:94.5%;}
	#ngo_wraper .ktt_newFormFieldOuterTextarea {width: 90%;}
	#ngo_wraper .ktt_phone-input { padding: 5px 2% 5px 12% !important; width: 79% !important;}
	#ngo_wraper .ktt_website-input {padding: 5px 2% 5px 26% !important; width: 66% !important;}
	#ngo_wraper .ktt_continueBtn{width:110px;}
	#ngo_wraper .ckEditerOuter {float: left; width: 90%;}
	
	#ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300b, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300bo, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300m {display: inline-block !important;float: left !important;margin-bottom: 10px !important;padding: 0 5px 0 0; text-align: left; width: 100% !important;}
	#ngo_wraper .ngoDetailsSidebar .listing_details_wrapper a.embed_listing, #CampaignDetailsContent .ResponsiveDeviceContributeBox a.embed_listing {background: #e8edf3 url("/images_old/icon_embed.gif") no-repeat scroll left center / contain ; border-radius: 3px; color: #666; display: inline-block; font-size: 11px; font-weight: 500; line-height: 25px; padding: 0 10px 0 36px; text-transform: uppercase;}
	
	/*NEW GLOBEL FORM CLASSES START*/
	.form_left_wrapperNew{width:100%; margin-right:0%; float:left;}
	.form_left_wrapperNew p{font-size:17px; color:#595959; margin-bottom:20px;}
	.form_left_wrapperNew .inner{width:99%; margin-right:10%; float:left;}
	.form_left_wrapperNew input, .form_left_wrapperNew textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	.form_left_wrapperNew .comp_bord {border: 0px solid #e4e4e4;  border-radius: 5px;}
	.form_left_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}
	.textareaValError{background:#ffffff; border:1px solid #00b1b0 !important;}
	.textareaValSuccess{background:#ffffff; border:1px solid #00b1b0 !important;}
	.form_right_wrapperNew{width:100%; float:left; }
	/*iframe{width:100%!important;}*/
	.form_left_wrapperNew .comp_large{width:85.3%!important; padding:10px 12% 10px 10px !important;}
	p.signupHeading{float:left; width:50%; font-size: 19px!important;font-weight: 600!important; line-height:40px;}
	.signupType{float:right; width:48%; text-align:right;}
	.signupTypeInner{width:60%; float:right; text-align:left;padding:10px;background:#ffffff; border:1px solid #e4e4e4; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
	.signupType select{background:#ffffff; border:none!important; border-radius:0px; padding-right:0%; width:100%; font-size:14px; font-weight:400;}
	.captcha_wrapper input {width: 75%;}
	/*NEW GLOBEL FORM CLASSES END*/
	
	

	.smallDeviceSocialWraper{display:block;}
	.form_right_wrapperNewSignUp{width:23.7%; margin-right:0%; float:right; display:none;}
	
	.form_right_wrapperNewSignUp ._kt_onethirdCol {float: left; margin: 0 1.5% 20px; width: 100%;}
	.form_right_wrapperNewSignUp ._kt_onethirdColOuter {background: none; float: left; margin-bottom: 10px; padding: 20px 0 30px; width: 100%;}
	.login_fullpage { margin: 0px auto;}
	/*NEW SIGNUP FORM CLASSES END*/
	
	/*ACCORDIAN CSS*/
	.accordianOuter{float:left; width:92%; border-bottom:1px solid #e4e4e4; padding:0 4%;}
	.menu_list { width: 100%;}
	.menu_head { padding: 5px 0px;	cursor: pointer; position: relative; margin:1px; font-weight:bold; background:url(/images_old/left.png) center right no-repeat; line-height:58px!important; height:58px; border-top:1px solid #e4e4e4; border-bottom:0px solid #e4e4e4; margin:0px 0 0px 0!important; }
	.menu_body { display:none; background:none!important; margin-bottom:20px;}
	.menu_body a{ display:block; color:#006699; padding-left:10px; font-weight:bold; text-decoration:none;}
	.menu_body a:hover{color: #000000; text-decoration:underline;}
	.careerContent{width:98%; padding:0 1%;}
	.careerContent p{width:100%; padding:0%; margin-bottom:20px; margin-top:0; font-size:16px;}
	.careerContent h2{width:100%; padding:0%; margin-bottom:20px; font-size:18px; font-weight:600;}
	.careerContent h3{width:100%; padding:0%; margin-bottom:20px; font-size:16px; font-weight:500;}	
	.careerContent span{width:100%; padding:0%; margin-bottom:20px; display:inline-block; font-style:italic; font-size:16px;}
	.careerContent span a{display:inline; font-weight:300; padding:0;}
	.careerContent ul{width:98%; padding:0% 0 0 0% ; margin-bottom:20px; margin-left:2%;}
	.careerContent ul li{width:92%; padding:0% 0 0 8% ; margin-bottom:10px; list-style:none; background:url(/images_old/icon_checklist.png) top left no-repeat; font-size:15px;}
	
	/*START A CAMPAIGN (CREATE A CAMPAIGN)- NEW FORM CSS START- 26-08-2014*/
	.createACampaignRow{float:left; width:100%;}
	.createACampaignRow .comp_large{ width: 75%;}
	.createACampaignRow .sel_large{ width: 89%;}
	.createACampaignRowHeight{height:inherit; margin-bottom:15px;}
	.createACampaignRow #DateData input[type="text"] {width:75% !important;}
	#fmd_media_path_1{height:50px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:75%!important;}
	#fmd_detail_2_1{height:100px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:75%!important; float:left; margin-bottom:15px;}
	.createACampaignRow textarea, .createACampaignRowLarge textarea{height:100px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:75%!important; float:left; margin-bottom:10px; margin-top:8px;}
	.createACampaignOuter .currency {background: url("/images_old/form_icon_ruppee.png") no-repeat scroll 15px center #fff !important; margin-right: 15px; padding:10px 10px 10px 10% !important; width: 75%;}
	p.infotext{font-size:12px;}
	.shorturl {border: 1px solid #e4e4e4; border-radius: 5px; float: left; margin-bottom: 25px; margin-top: 8px; outline: medium none; padding: 10px 0 10px 10px; width: 86%;}
	#StartCampaign ._kt_form .shorturl input[type="text"] {background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; border: medium none !important; border-radius: 0 !important; line-height: normal !important; margin: 0 !important; padding: 0; width: 70%;}
	.uploadeImageOuter{float: left; width: 74%; background:#fff;  border: 1px solid #e4e4e4; border-radius: 5px; color: #666;  font-size: 16px; font-weight: 200; margin-bottom: 2px; margin-top: 8px; min-height: 30px; outline: medium none; padding: 10px 1% 10px 10px; transition: transform 0.2s ease-in-out 0s;}
	#myProfileImg img{width:16%!important; height:auto!important; float:left; margin-right:1%;}
	#myProfileImg .noBorderMargine, #myProfileImg .media_form_wrapper{padding-bottom: 0px !important;}
	.selContry select{float: left!important; width: 77.5%!important;}
	/*START A CAMPAIGN (CREATE A CAMPAIGN)- NEW FORM CSS END- 26-08-2014*/
	#ProfileDetails.IndProfileDetails .user_details_header .user_details_header_text h3 {font-size: 24px !important;}
	
	/*DONATION HISTORY*/
	.donationHistoryListing{float:left; width:100%; border-bottom:1px solid #ebebeb; margin-bottom:30px; padding:15px 0 0px 0;}
	.donationHistoryListing li{float:left; width:100%; border-top:1px solid #ebebeb; padding:15px 0 15px 0;}
	.campaignImage{float:left; height:55px; width:55px;  text-align:center; overflow:hidden; margin-right:10px;}
	.campaignImage img{max-width:100%; /*border-radius:65px;*/}
	.campaignAuthor{float:left; width:35%; margin-right:2%; padding:0 2%; border-right:1px solid #e8e8e8; height:auto; font-size:13px;}
	.amountRaised{float:left; width:auto; margin-right:2%; padding:0 2%;}
	.amountRaised ._kt_raisedGoalAmt_wrapper span.amount { color: #323a45; display: block; font-size: 17px; font-weight: 400; text-align: left; word-wrap: break-word;}
	.amountRaised ._kt_raisedGoalAmt_wrapper p { color: #7a7a7a; font-size: 14px; font-style: normal; font-weight: lighter; text-align: left;}
	
	/*USER DETAILS PAGE*/
	.userInfoOuter{float:left; width:100%; margin:30px 0 20px 0; position:relative; display:none;}
	.userInfoOuterSmallScreen{float:left; width:100%; margin:30px 0 20px 0!important;/* position:relative;*/ display:block;}
	.userInfoOuterSmallScreen ._kt_round_image_wrapper {background:#eeeeee; border:2px solid #ffffff; border-radius:60px;  height:40px; margin-right:3px; overflow: hidden; width: 40px;}
	.userInfoOuterSmallScreen .user_details_header_text a.editProfile {background: url("/images_old/edit_profile.png") no-repeat scroll 10px center / contain; border-radius: 2px; color: #00b1b0; float: right; font-size: 12px; font-weight: 400; margin-bottom: 0; padding: 8px 8px 8px 29px; text-indent: -999999px; top: -6px; right:-40px; display:none;}
	#ProfileDetails.IndProfileDetails .userInfoOuterSmallScreen .user_details_header .user_details_header_text h3 {font-size: 18px !important; padding-top: 0;}
	.userInfoOuterSmallScreen .user_details_header_text {float: left; margin-left: 2%; width: 82%;}
	.userInfo { clear: both; color: #000000; font-size: 14px; margin-bottom: 20px;/* position: absolute; top: 62px;*/ width: 100%; margin:10px 0 ; float:left;}
	.socialLinkOuter_profile {clear: both; left: 0; width: 100%; margin:15px 0;}
	.profileStatus { background: none repeat scroll 0 0 #ffffff; border-radius: 5px; float: left; margin-left: 0%; padding: 2%; width: 94%;}
	.socialLinkOuter_profile a.profileFb{background:url(/images_old/profile_social_bg.png) 0 0 no-repeat; float:left; width:111px; height:34px; margin-right:5px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileTw{background:url(/images_old/profile_social_bg.png) 0 -34px no-repeat; float:left; width:111px; height:34px; margin-right:5px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileLi{background:url(/images_old/profile_social_bg.png) 0 -68px no-repeat; float:left; width:111px; height:34px; margin-right:5px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileGp{background:url(/images_old/profile_social_bg.png) 0 -102px no-repeat; float:left; width:111px; height:34px; margin-right:0px; text-indent:-99999px;}

	/*EVENT PAGE CSS*/
	#EventsListing #EventCampaignDetails h2 { background: url("/images_old/trans.png") repeat scroll 0 0 rgba(0, 0, 0, 0); color: #fff; float: left; font-size: 30px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 0; margin-top: 95px; padding: 0 20px;}
	#EventsListing #EventCampaignDetails .event_campaign_actions{float:right; width:50%; margin-bottom:20px; clear:left; display:none;}
	.eventSmall{display:block; width:96%; margin:0 auto;}
	.eventSmall li{width:49%; float: left; margin: 0 1%; width: 48%;}
	#EventsListing #TeamLeaderboard #Listings_wrapper ol > li { float: left; margin: 0 0.5% 15px; padding: 215px 6% 20px; width: 36%;}
	.eventSmall ._kt_button_big { border-radius: 3px; color: #fff; display: block; font-size: 16px; font-weight: 600; line-height: 62px; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
	.events_listing_tab_content h2{font-size: 28px; margin-bottom: 15px;font-weight: 500; padding:0;}
	.events_listing_tab_content h3{font-size: 24px; margin-bottom: 10px;font-weight: 400; padding:0;}
	.createACampaignRow input[type="button"], .createACampaignRow input[type="submit"], .createACampaignRow input[type="cancel"], .createACampaignRow a {
    font-size: 15px;
    padding: 0 28px;}
	.createACampaignRow input[type="button"]:hover, .createACampaignRow input[type="submit"]:hover, .createACampaignRow input[type="cancel"]:hover, .createACampaignRow a:hover {
    font-size: 15px;
    padding: 0 28px;}
	._kt_form input[type="button"], ._kt_form input[type="submit"], ._kt_form input[type="cancel"]{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF!important; background-color:#00b1b0; padding: 0 28px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2; 
	-webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	._kt_form input[type="button"]:hover, ._kt_form input[type="submit"]:hover, ._kt_form input[type="cancel"]:hover{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF; background-color:#00a3a2; padding: 0 28px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;
	}
	
	._kt_form input[type="button"]:foucs, ._kt_form input[type="submit"]:foucs, ._kt_form input[type="cancel"]:foucs{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF; background-color:#00a3a2; padding: 0 28px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;
	}
	#kt_buttons input[type="button"], #kt_buttons input[type="submit"], #kt_buttons input[type="cancel"], #kt_buttons a,
	#kt_buttons1 input[type="button"], #kt_buttons1 input[type="submit"], #kt_buttons1 input[type="cancel"], #kt_buttons1 a{
background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important;  padding:0 28px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	#kt_buttons input[type="button"]:hover, #kt_buttons input[type="submit"]:hover, #kt_buttons input[type="cancel"]:hover, #kt_buttons a:hover,
	#kt_buttons1 input[type="button"]:hover, #kt_buttons1 input[type="submit"]:hover, #kt_buttons1 input[type="cancel"]:hover, #kt_buttons1 a:hover{
background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 28px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_buttons input[type="button"]:foucs, #kt_buttons input[type="submit"]:foucs, #kt_buttons input[type="cancel"]:foucs, #kt_buttons a:focus,
	#kt_buttons1 input[type="button"]:foucs, #kt_buttons1 input[type="submit"]:foucs, #kt_buttons1 input[type="cancel"]:foucs, #kt_buttons1 a:focus{
background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 28px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}

	/*FUNDRAISE PAGE CSS START*/
	.guideLine {float:left; width:100%; padding:10px 0% 10px 0%; /*padding:10px 1.5% 30px 1.5%;*/ margin-bottom:0px; /*background:#ffffff;*/}
	.guideLine h1{float:left; width:100%; text-align:left; margin:5px 0 10px 0; padding:0; font-size:20px; height:auto; font-weight:600; color:#000;}
	/*.guideLineInner {float:left; width:12%; padding:0 3% 5px 1.5%; background:url(/images_old/verti_shadow.png) right 70px no-repeat;}*/
	.guideLineInner {float:left; width:46%; padding:0 2% 5px 2%; /*background: url(/images_old/shadow.jpg) center bottom no-repeat;*/ margin-bottom:10px; height:310px; padding-bottom:5px;}
	.imageOuter{float:left; width:100%; margin-bottom:0px; text-align:center;}
	.guideLineInner h2{float:left; width:100%; text-align:center; margin:5px 0 5px 0; padding:0; font-size:15px; height:auto; font-weight:700; color:#000;}
	.guideDesc{float:left; width:100%; text-align:center; margin-bottom:15px; font-size:14px; height:auto; color:#3e4753;}
	.kt_careerWelcomeTxt p {font-size: 15px;}
	
	/*THANK YOU PAGE*/	
	.guideLine {float:left; width:100%; padding:0px 0% 10px 0%; /*padding:10px 1.5% 30px 1.5%;*/ margin-bottom:0px; /*background:#ffffff;*/}
	#thankyou{ background: url(/images_old/thankyoshadow.png ) center bottom no-repeat; margin-bottom:20px;}
	#thankyou h1{float:left; width:100%; text-align:left; margin:5px 0 30px 0; padding:0; font-size:18px; height:auto; font-weight:600; color:#000;}
	#thankyou .guideLineInner {float:left; width:96%; margin:0 2% 10px 2%; padding:0; background: url(/images_old/dotted_line.png) left bottom repeat-x;  height:auto;}
	#thankyou .imageOuter{float:left; width:27%; margin-right:1%; margin-bottom:0px; text-align:center;}
	#thankyou .guideLineInner h2{float:left; width:72%; text-align:left; margin:5px 0 5px 0; padding:0; font-size:18px; height:auto; font-weight:700; color:#000;}
	#thankyou .guideDesc{float:left; width:72%; text-align:left; margin-bottom:15px; font-size:13px; height:auto; color:#3e4753;} 
	#thankyou .noBackgroundOne{background: url(/images_old/dotted_line.png) left bottom repeat-x!important;}
	#thankyou .noBackgroundTwo{background:none!important;}
	
	/*BLUE BUTTONS*/
	.threeButtons{width:100%; text-align:center;}
	#ke_blueButtons input[type="button"], #ke_blueButtons input[type="submit"], #ke_blueButtons input[type="cancel"], #ke_blueButtons a{
	background-color:#51aded!important; background-image:url(/images_old/blue_burron_bg.png)!important; background-position:left!important; background-repeat:repeat!important;line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important;  padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #1e8fe1!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; text-transform:uppercase; display:inline-block; margin:5px auto;}
	#ke_blueButtons input[type="button"]:hover, #ke_blueButtons input[type="submit"]:hover, #ke_blueButtons input[type="cancel"]:hover, #ke_blueButtons a:hover{
background-color:#28a1fc!important; background-image:url(/images_old/blue_burron_bg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #0079eb!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#ke_blueButtons input[type="button"]:foucs, #ke_blueButtons input[type="submit"]:foucs, #ke_blueButtons input[type="cancel"]:foucs, #ke_blueButtons a:focus{
background-color:#28a1fc!important; background-image:url(/images_old/blue_burron_bg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #0079eb!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#CampaignDetailsSidebar #CampaignContribute .listing_floated_det_wrapper ._kt_daysleft_wrapper .daysCount { display: block; font-size: 20px; font-weight: 600; margin-top: 0;}
	
	/*FUNDRAISING TIPS YOU PAGE*/
	.fundraising_banner_wrapper{height:190px; padding-top:0px; background:url("/images_old/fundraising_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; /*min-width:1070px;*/}
	.fundraising_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:15px; font-weight: 600; margin-bottom: 0px; text-shadow: 0 1px 2px #b85c19; text-transform: inherit; text-transform:uppercase;}
	.fundraising_banner_wrapper h3{font-family: Montserrat;font-size: 12px; font-weight: 300; margin: 0 auto; text-shadow: 0 1px 2px #b85c19; width: 90%;}
	.fundraising_banner_wrapper h4{font-size:18px; margin-bottom:30px;}
	.fundraising_banner_wrapper .headTextWraper p{font-size:20px;font-weight:500; background:#FFFFFF;padding:15px 30px; display:inline-block; margin-top:40px; color:#00b1b0; text-align:center;}
	.fundraising_banner_wrapper .headTextWraper {margin: 0px auto 0; text-align: center; width: 100%;}
	/*VIRTICLE TAB CONTENT CSS START*/
	.mainTabContainer {width: 100%; position: relative; float: left;}
	.tabMenuOuter {width: 23%; float:left; margin-right:4%;}
	.tabContainer {width: 73%; float:left;}
	.nav-tabs > li {float: left; margin-bottom: -1px;}
	.nav > li {display: block; position: relative; }
	.nav-tabs > li > a {border: 0px solid transparent!important; border-radius: 4px 4px 0 0; line-height: 1.42857; margin-right: 2px;}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {background:url(/images_old/tabcontent_menu_bg_hover.png) top right no-repeat!important; border: none!important; color: #000!important; cursor: pointer!important;}
	.tab-content .careerContent h2 {text-transform: uppercase; font-size:24px; font-weight:600; margin-top:0; float:left; width:100%; margin-bottom:20px;}
	.tab-content .careerContent h3 {text-transform: uppercase; font-size:18px; font-weight:600; margin-top:0; float:left; width:100%; margin-bottom:20px;}
	.tab-content .careerContent h4 {text-transform: capitalize; font-size:14px; font-weight:600;}
	.pageHeadingOuter {margin-left:0%; float:left; width:100%; font-weight:600; font-size:20px; color:#323a45; text-transform:uppercase; margin-bottom:23px;}
	
	/*CORPORATES YOU PAGE*/
	.corporates_banner_wrapper{height:190px; padding-top:0px; background:url("/images_old/corporate_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; /*min-width:1070px;*/}
	.corporates_banner_wrapper .headTextWraper p{font-size:20px;font-weight:500; background:#FFFFFF;padding:15px 30px; display:inline-block; margin-top:40px; color:#00b1b0; text-align:center;}
	.corporates_banner_wrapper .headTextWraper {margin: 60px auto 0; text-align: center; width: 100%;}
	.corporates_banner_left{float:left; width:100%; text-align:center; padding-right:0%}
	.corporates_banner_right{float:left; width:98%; padding:1%; background:#309ca7; text-align:center; font-size:14px;}
	.corporates_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:18px; font-weight: 500; margin-top:2px; margin-bottom: 8px; text-transform: inherit; text-transform:inherit;}
	.corporates_banner_wrapper h3{font-family: Montserrat; font-size:20px; font-weight: 500; margin:5px auto 0 auto;  width:100%; line-height:normal;}
	.corporates_banner_wrapper h4{font-size:16px; margin-top:15px; margin-bottom:0;}
	.highlightedSectionOutere{width:100%; background:#ffffff; padding:20px 0;}
	.pointeOuter{float:left; width:100%; margin:10px 0 10px 0;}
	.numberOuter{width:35px; height:35px; margin-right:5%; float:left; -moz-border-radius:35px; -webkit-border-radius:35px; border-radius:35px; border:1px solid #00b1b0; text-align:center; vertical-align:middle; padding-top:7px; color:#00b1b0;}
	.points{float:left; width:80%; margin-bottom:20px; font-size:14px;}
	.highlighterBg{ background:url("/images_old/heighliter_bg.png") top center no-repeat; padding-top:45px; }
	.downloadPdf{float:left; width:100%; margin-bottom:20px;}
	.downloadPdfText{float:left; width:auto; margin:0 2% 0 0; font-size:14px; line-height:34px; font-weight:600;}
	.downloadPdfButton{float:left; width:auto; margin:0 2% 0 0;}
	.contactToGetStarted{float:left; width:100%; background:#ffffff; color:#7a7a7a; padding:5% 0; margin-top:30px; text-align:center; display:none;}
	.contactToGetStartedSmall{float:left; width:100%; background:#ffffff; color:#7a7a7a; padding:5% 0; margin-top:30px; text-align:center; display:block;}
	
	/*SHARE YOUR CAMPAIGN CSS*/
	.custmizeform_left_wrapperNew{width:100%; float:left; }
	.custmizeform_left_wrapperNew h2{float:left; width:100%; font-size:17px; font-weight:600; color:#00b1b0; line-height:normal; margin-bottom:10px;}
	.featureShareforFree{float:left; width:100%; font-weight:600; line-height:normal; margin-bottom:10px;}
	.featureShareforFreeLeft{float:left; width:14%; margin-right:3%; font-weight:600; line-height:normal; margin-bottom:0px;}
	.featureShareforFreeRight{float:left; width:78%; font-weight:500; font-size:14px; line-height:56px; margin-bottom:0px;}
	.norLineHeight{line-height:normal; margin-top:8px;}
	.norLineHeight1{line-height:normal; margin-top:8px;}
	.custmizeform_right_wrapperNew{width:100%; margin-right:0%; float:right;}
	.custmizeform_right_wrapperNew h2{float:left; width:100%; font-size:17px; font-weight:600; color:#00b1b0; line-height:normal; margin-bottom:20px;}
	.custmizeform_right_wrapperNew p{font-size:17px; color:#595959; margin-bottom:10px;}
	.custmizeform_right_wrapperNew .inner{width:88%; margin-right:10%; float:left;}
	.custmizeform_right_wrapperNew input, .custmizeform_right_wrapperNew textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	.custmizeform_right_wrapperNew .comp_bord {border: 1px solid #e4e4e4;  border-radius: 5px;}
	/*.custmizeform_right_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}*/
	.custmizeform_right_wrapperNew .comp_bord:focus {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; width:100%;*/}
	.custmizeform_right_wrapperNew select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; */width:100%;}
	.custmizeform_right_wrapperNew .comp_large{width:83.3%!important; padding:10px 14% 10px 10px !important;} 
	.shareforfree_banner_wrapper{height:auto; padding-top:10px; background:url("/images_old/shareforfree_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:0px; color:#FFF;}
	.shareforfree_banner_wrapper h2{ color: #00b1b0; font-family:Montserrat; font-size:30px; font-weight: 600; margin-bottom: 0px; text-transform: inherit; text-transform:inherit; line-height:28px;}
	.shareforfree_banner_wrapper ul{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 0px auto 0 auto; width: 100%; float:left;}
	.shareforfree_banner_wrapper ul li{float:left; width:90%; background: url("/images_old/info_li_image_new.png") no-repeat left top !important;  font-size:12px;font-weight:500; padding:0 0 0 15px; display:inline-block; margin-bottom:5px; color:#323a45; text-align:left;}
	.shareforfree_banner_wrapper .headTextWraper {margin: 0px auto 0; text-align: center; width: 100%;}
	/**/
	.shareforfreeDesk{display:none;}
	.shareforfreeSmall{display:block;}
	.imageShare{float:left; width:17%; margin-right:5%;}
	.shareforfree_banner_left{float:left; width:100%; text-align:left; padding-right:1.5%; float:left;}
	.shareforfree_banner_right{float:left; width:100%; padding:2%; text-align:left; font-size:16px;}
	ul.informationText li{ margin-left:15px; margin-bottom:5px; list-style:none; line-height:normal; float:left; width:90%;}
	/*SHARE YOUR CAMPAIGN CSS- CAMPAIGN DETAILS PAGE- SHARE TAB*/
	#CauseShare {padding:20px 0 0 0; width:100%;}
	#CauseShare .custmizeform_left_wrapperNew{width:100%; float:left; }
	#CauseShare .featureShareforFreeLeft{float:left; width:14%; margin-right:3%; font-weight:600; line-height:normal; margin-bottom:0px;}
	#CauseShare .featureShareforFreeRight{float:left; width:76.5%; font-weight:500; font-size:12.5px; line-height:56px; margin-bottom:0px;}
	#CauseShare .norLineHeight{line-height:normal; margin-top:8px;}
	#CauseShare .norLineHeight1{line-height:56px; margin-top:0px;}
	#CauseShare .custmizeform_right_wrapperNew{width:100%; margin-right:0%; float:right;}
	#CauseShare .shareforfree_banner_wrapper{height:auto; padding-top:10px; background:url("/images_old/shareforfree_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; padding:20px ;}
	#CauseShare .shareforfree_banner_wrapper h2{ color: #00b1b0; font-family:Montserrat; font-size:25px; font-weight: 600; margin-bottom: 5px; text-transform: inherit; text-transform:inherit; line-height:25px;}
	#CauseShare .shareforfree_banner_wrapper ul{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 5px auto 0 auto; width: 100%; float:left;}
	#CauseShare .shareforfree_banner_wrapper ul li{float:left; width:96.5%; background: url("/images_old/info_li_image_new.png") no-repeat left top !important;  font-size:13.5px;font-weight:500; padding:0 0 0 15px; display:inline-block; margin-bottom:5px; color:#323a45; text-align:left;}
	#CauseShare .shareforfree_banner_wrapper .headTextWraper {margin: 20px auto 0; text-align: center; width: 100%;}
	/**/
	#CauseShare .shareforfree_banner_left{float:left; width:97%; text-align:left; padding-right:1.5%; padding-left:1.5%}
	#CauseShare .shareforfree_banner_right{float:left; width:96%; padding:2%; text-align:left; font-size:16px;}
	#CauseShare .kt_globelcontainer { margin: 0 auto; width: 94%; padding:3%;}
	#CauseShare .shareforfreeSmall {display: block; width:100%;}
	#CauseShare .tab_content { background: none repeat scroll 0 0 #ffffff;float: left; margin-bottom: 15px; min-height: inherit; padding: 3%; width: 100%;}
	#CauseShare a.hearVoice {float:right; width:auto; margin:10px 0%;}
	#CauseShare .addRowColumn { float: left; margin-bottom: 0; width: 96%;}
	#CauseShare .addRowColumn .heading, #CauseShare .addRowColumnAddButton .heading { float: left; margin: 10px 0 0px 0; width: 100%;}
	#CauseShare .custmizeform_right_wrapperNew .comp_large { padding: 10px 14% 10px 10px !important; width: 74% !important;}
	#CauseShare .cp_fund_use input[type="button"].add, #CauseShare .cp_fund_use input[type="submit"].add, #CauseShare .cp_fund_use input[type="cancel"].add, #CauseShare .cp_fund_use a.add{background:url(/images_old/add_remove_link_bg.png) 0 0 no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px;top: 15px; right: 36px; position: absolute;z-index:100;}
	#CauseShare .cp_fund_use input[type="button"].add:hover, #CauseShare .cp_fund_use input[type="submit"].add:hover, #CauseShare .cp_fund_use input[type="cancel"].add:hover, #CauseShare .cp_fund_use a.add:hover{background:url(/images_old/add_remove_link_bg.png) 0 -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; top: 15px; right: 36px; position: absolute;z-index:100;}
	#CauseShare .cp_fund_use input[type="button"].add:focus, #CauseShare .cp_fund_use input[type="submit"].add:focus, #CauseShare .cp_fund_use input[type="cancel"].add:focus, #CauseShare .cp_fund_use a.add:focus{background:url(/images_old/add_remove_link_bg.png) 0 -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; top: 15px; right: 36px; position: absolute;z-index:100;}
	#CauseShare .repeatDiv input[type="button"].remove, #CauseShare .repeatDiv input[type="submit"].remove, #CauseShare .repeatDiv input[type="cancel"].remove, #CauseShare .repeatDiv a.remove{background:url(/images_old/add_remove_link_bg.png) -20px 0 no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	#CauseShare .repeatDiv input[type="button"].remove:hover, #CauseShare .repeatDiv input[type="submit"].remove:hover, #CauseShare .repeatDiv input[type="cancel"].remove:hover, #CauseShare .repeatDiv a.remove:hover{background:url(/images_old/add_remove_link_bg.png) -20px -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	#CauseShare .repeatDiv input[type="button"].remove:focus, #CauseShare .repeatDiv input[type="submit"].remove:focus, #CauseShare .repeatDiv input[type="cancel"].remove:focus, #CauseShare .repeatDiv a.remove:focus{background:url(/images_old/add_remove_link_bg.png) -20px -20px no-repeat!important; min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	
/*EXPERIENCE PAGE START*/	
	.ktt_experiencesDesk{display:none;}
	.ktt_experiencesSmall{display:block}
	.ktt_experienceFeatureSection { float: left; margin: 0 0 25px; padding-bottom:10px; border-bottom:1px solid #ccc;  width: 100%;}
	.ktt_experienceFeatureImageOuter{float:left; width:100%; position:relative; margin:0 0% 0 0;}
	.ktt_featuredTag{position:absolute; width:24%; top:0; left:0;}
	.ktt_experienceFeatureContentOuter{float:left; width:100%; position:relative;}
	.ktt_experienceListingShare {position: absolute; right: 10px; top: 10px;}
	.ktt_experienceTitle h2{color: #000000; float: left; font-size: 14px; font-weight: 600; line-height: normal; margin-bottom: 10px; width: 100%;}	
	.ktt_experienceFeatureImageOuter{float:left; width:100%; position:relative; margin:0 0% 15px 0;}
	.ktt_experienceFeatureShare{bottom: 0; float: right; margin-bottom: 10px; position: inherit; right: 0; text-align: right; width: 100%;}	
	.ktt_experienceFeatureContentSmall{float:left; width:100%; font-size:12px; line-height:15px; /*height:98px;*/ overflow:auto; margin-bottom:10px; padding-bottom:0px; padding-right: 0%; display:block; }
	.ktt_experienceAmount{display:inline-block; width:auto; height:40px; line-height:40px; padding:0 20px; color:#ffffff; font-size:15px; text-transform:uppercase; border-radius:3px; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}
	.ktt_experienceListingImageSmall{float:left; width:100%; margin-bottom:5px;}
	.ktt_experienceListingContentSmall{float:left; width:100%; /*height:100px;*/ overflow:hidden; margin-bottom:0px!important; font-size:12px; line-height:normal; padding-bottom:0px; padding-right: 0%; cursor:pointer;}
	.grid li {height: auto!important; margin-bottom:15px!important;}
	.grid {padding:0px!important;}
	.grid li h2{font-weight:600; font-size:13px; margin-bottom:5px;}
	.grid li .ktt_experienceListingTag{display:block;!important}
	.grid li:hover .ktt_experienceListingTag{display:block;!important}
	.ktt_experienceListingAmount {border-radius: 3px; color: #ffffff; display: inline-block; font-size: 15px; height: 40px; line-height: 40px; padding: 0 20px; text-transform: uppercase; width: auto; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}
	.ktt_experienceListingAmountOr {color: #000; display: inline-block; height: 42px; line-height: 42px; padding: 0 10px; width: auto;}
	.ktt_experienceListingContentSmall + [data-readmore-toggle], .ktt_experienceListingContentSmall[data-readmore] {display: block; float: left;width: 100%; height:20px;  margin:5px 0 10px 0;}
	.ktt_experienceListingButtonSec{ float:left; width:100%; padding:0 0%; height:70px;}
	
	/*Search css start here*/
	#searchOuter {width:100%; float:left;}
	#searchOuter .ktt_uniqueFormRow label {display: inline-block;float:left;font-size: 12px;margin: 5px 10px 5px 0;width: auto!important; line-height: 30px;}
	#searchOuter .ktt_uniqueFormRow {float: left;margin-bottom: 15px;width: 100%;}
	#searchOuter .ktt_uniqueFormRow input[type="text"]{background: #ffffff url("/images_old/input_bg.png") repeat scroll left top;border: 1px solid #e4e4e4;border-radius: 5px;color: #666666;float: left;font-size: 13px;height: 18px;line-height: 18px;margin: 0 12px 0 0 !important;outline: medium none;padding: 10px 10px 10px 10px !important;transition: transform 0.2s ease-in-out 0s;width:44%;}
	#searchOuter #ktt_uniqueFormButtons{float:left; width:auto;}
	#searchOuter #ktt_uniqueFormButtons input[type="button"], #searchOuter #ktt_uniqueFormButtons input[type="submit"], #searchOuter #ktt_uniqueFormButtons input[type="cancel"], #searchOuter #ktt_uniqueFormButtons a, #searchOuter #ktt_uniqueFormButtons1 input[type="button"], #searchOuter #ktt_uniqueFormButtons1 input[type="submit"], #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"], #searchOuter #ktt_uniqueFormButtons1 a{background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:14px!important; font-weight:500!important; color:#ffffff!important; padding:0 22px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important;  transition: all 450ms ease-in-out 0s; margin-right: 2%; border-top:0px; border-right:0px; border-left:0px;}
	#searchOuter #ktt_uniqueFormButtons input[type="button"]:hover, #searchOuter #ktt_uniqueFormButtons input[type="submit"]:hover, #searchOuter #ktt_uniqueFormButtons input[type="cancel"]:hover, #searchOuter #ktt_uniqueFormButtons a:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="button"]:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="submit"]:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"]:hover, #searchOuter #ktt_uniqueFormButtons1 a:hover{background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important;} 
	#searchOuter #ktt_uniqueFormButtons input[type="button"]:foucs, #searchOuter #ktt_uniqueFormButtons input[type="submit"]:foucs, #searchOuter #ktt_uniqueFormButtons input[type="cancel"]:foucs, #searchOuter #ktt_uniqueFormButtons a:focus, #searchOuter #ktt_uniqueFormButtons1 input[type="button"]:foucs, #searchOuter #ktt_uniqueFormButtons1 input[type="submit"]:foucs, #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"]:foucs, #searchOuter #ktt_uniqueFormButtons1 a:focus{background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important;}
}

@media all and (max-width:599px) and (min-width:480px){
	
	.donateRow input[type="text"] {background:none repeat scroll 0 0 #F7F7F7; border:1px solid #EFEFEF; display:inline-block; float:left; font-size:14px; font-weight:100; height:29px; line-height:29px; margin-right:2%; padding:6px 10px; width:94%!important; margin-bottom:20px; }
	.donatepopupSubmit {background:none repeat scroll 0 0 #00b1b0 !important; border:0 none; color:#FFFFFF; display:inline-block; float:left; font-size:16px !important;  font-weight:500 !important;  height:43px !important; line-height:43px !important; margin:0 auto 0 35%; padding:0 30px !important; text-align:center;}
	
	/*NEW SHARE CODE CSS START FOR LISTING WIDGET*/
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300b,
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300bo,
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300m {display: inline-block; float: none!important; padding: 0 5px!important;}
	/*NEW SHARE CODE CSS END FOR LISTING WIDGET*/
	
	/*NEW SHARE CODE CSS START FOR RIGHT PANEL*/
	.share_widgets .details-social-wrapper .addthis_default_style .at300b,
	.share_widgets .details-social-wrapper .addthis_default_style .at300bo,
	.share_widgets .details-social-wrapper .addthis_default_style .at300m {width:21% !important; display: inline-block!important; float: left!important; padding: 0 5px 0 0;}
	/*NEW SHARE CODE CSS END FOR RIGHT PANEL*/
	._kt_breadcrumb{padding:15px 0; border-bottom:0px solid #cecece; margin-bottom:5px;  /*display:none;background:url("/images_old/breadcrumb_bg_mobile_landscape.png") center bottom no-repeat;*/}
	
	/*NEW RESPONSIVE CLASSES FOR CAMPAIGN DETAILS PAGE 158-07-2014*/
	._kt_listing_box_wrapper {background: none repeat scroll 0 0 #fff; border: 1px solid #f3f3f3; border-radius: 5px; margin-bottom: 15px; padding: 215px 25px 20px; position: relative; width: 24.6%;}     
	.listing_floated_det_wrapper ._kt_content_wrapper { min-height: inherit; width: 98%; margin:0 auto;}
	._kt_tab_box_nav li#Backers a {background-image: none; padding-right: 18px !important; position: relative;}
	._kt_content_wrapper {width: 96%;}
	.listing_details_wrapper .top_section a.listing_name{font-size:13px; display:block; max-height:40px; overflow:hidden; word-wrap:break-word; font-weight:400; color:#414a58; -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	
	/*NEW SHARE*/
	#shareCampaignDetails{float:left; width:100%; margin:10px 0 20px 0; display:none;}
	.shareCampaignDetailsLeft {float: left; height: inherit; margin: 0; padding: 0; text-align: center; vertical-align: top; width: 100%; margin-bottom:20px; display:none;}
	.shareCampaignDetailsRight {float: right; height: inherit; margin: 0; padding: 0; text-align: center; vertical-align: top; width: 100%; display:none;} 
	#shareCampaignDetails .addthis_32x32_style .dummy .at300bs, #shareCampaignDetails  .addthis_32x32_style .at300bs, #shareCampaignDetails  .addthis_32x32_style .at15t { background:url("/images_old/my_addthis_image_devices.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important; display: block; height: 32px !important; line-height: 32px !important; overflow: hidden; width: 81px !important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_facebook {background-position: 0 0px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_facebook:hover {background-position:-81px 0px !important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_twitter { background-position: 0 -32px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_twitter:hover { background-position:-81px -32px!important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_google_plusone_share { background-position: 0 -64px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_google_plusone_share:hover { background-position: -81px -64px !important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_linkedin {background-position: 0 -96px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_linkedin:hover {background-position: -81px -96px !important;}
	#shareCampaignDetails .at-share-tbx-element .at-share-btn .at300bs { display: inline-block !important;}
	#shareCampaignDetails  .at-share-tbx-element .at-share-btn { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); margin:0 5px; padding: 0;}
	#shareCampaignDetails a.embed_listing{background: url("/images_old/icon_embed.gif") no-repeat scroll left center #e8edf3; border-radius: 3px; color: #666; display: inline-block;font-size: 12px; font-weight: 500; line-height: 30px; padding: 0 10px 0 43px; text-transform: uppercase; text-decoration:none; margin:0;}
	
	/*CSS FOR DONATE PAGE POPUP 09-06-2014 START*/
	.popupWrapper_payment {margin-bottom:30px; padding:20px 3% 3%;}
	.popupLeftSec{float:left; width:94%; margin:0 3%;}
	.popupRightSec{float:left; width:94%; margin:0 3% 10px 3%;}
	.textareaOuter {float:left; margin-right:2%; width:50%;}
	.popupWrapper_payment .error {background:#FFEBE8; border:1px solid #DD3C10;margin-top:0px; padding:8px 0; width:47%; float:left; text-align:center;}
	.textarealable { color:#686868; float:left; font-size:13px; font-style:italic; font-weight:normal; width:98%;}
	.textareaOuter textarea {background:none repeat scroll 0 0 #F7F7F7; border:1px solid #EFEFEF; height:70px; resize:none; width:100%; margin-bottom:10px;}
	.textarealable br{display:none;}
	ul.rwForm h3 {color:#000000; float:left; font-size:15px; font-weight:500; margin-bottom:0; width:100%;}
	
	
	.buttonOuter input[type="button"], .buttonOuter input[type="submit"], .buttonOuter a {background-color:#00b1b0!important; background-image:none!important; border-radius:5px!important; color:#FFFFFF!important; display:inline-block!important; font-size:20px!important; height:50px!important; line-height:50px!important; margin:0 10px 10px 10px!important; padding:0 20px 0 20px!important; text-align:center!important; text-decoration:none!important; width:auto!important;}
	.buttonOuter input[type="button"]:hover, .buttonOuter input[type="submit"]:hover, .buttonOuter a:hover {background-color:#00a3a2!important; background-image:none!important; border-radius:5px!important; color:#FFFFFF!important; display:inline-block!important; font-size:20px!important; height:50px!important; line-height:50px!important; margin:0 10px 10px 10px!important; padding:0 20px 0 20px!important; text-align:center!important; text-decoration:none!important; width:auto!important;}
	
	/*NEW POPUP CSS*/	
	.popupLeftSec h2 { color: #333; float: left; font-size: 18px; font-weight: 600; height: 20px; line-height: 20px; margin-bottom: 10px; text-transform: uppercase; width: 100%;}
	ul.rwForm h3 {color:#000000; float:left; font-size:12px; font-weight:500; margin-bottom:5px; width:100%;}
	.popupRightSec{float:left; width:100%; margin:0 0% 10px 0%; display:none;}
	.popupWrapper_payment { margin-bottom: 5px; padding: 0px 0 50px; width: 100%;}
	.popupLeftSec .textareaOuter input[type="text"] { background: none repeat scroll 0 0 #fbfbfb !important; border: 1px solid #efefef !important; border-radius: 5px;  font-size: 14px; font-weight: 400; padding: 10px 4%; resize: none;  width: 90%;}
	.ktt_popupInnerScroller{float:left; width:98%; padding-right:2%; overflow-y: auto; height: 140px; padding-bottom:25px;}
	.radioBtnOuter { float: left; margin-right: 1%; text-align: center; width: 12%;}
	ul.rwForm li {border-bottom:1px solid #E6E6E6; float:left; margin-bottom:0; padding:10px 0 20px 0; width:100%;}
	.radioBtnDesc strong { color: #3a3a3a; float: left;  font-size: 10px; font-weight: 500; margin-right: 0; width: 66%;}
	.radioBtnlable { color: #000000; float: left; font-size: 12px; font-weight: 500; margin-right: 1%; width: 85%;}
	.radioBtnDesc { color: #686868; float: right; font-size: 10px; font-weight: 500; margin-right: 4px; width: 85%;}
	.buttonOuter { background: /*url("/images_old/white_transparent_bg.png") repeat scroll left top rgba(0, 0, 0, 0)*/; border-top: 0px solid #dddddd; bottom: 0px; box-shadow: /*-1px -5px 22px -15px #ccc*/none; display: block; float: left; left: 0%; padding:10px 0 0px; position: absolute; text-align: center; transition: all 450ms ease-in-out 0s; width: 97%;}
	#kt_popBtn input[type="button"], #kt_popBtn input[type="submit"], #kt_popBtn input[type="cancel"], #kt_popBtn a{
	background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#ffffff!important;  padding:0 10px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; margin-right: 2%;}
	#kt_popBtn input[type="button"]:hover, #kt_popBtn input[type="submit"]:hover, #kt_popBtn input[type="cancel"]:hover, #kt_popBtn a:hover{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#ffffff!important; padding:0 10px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_popBtn input[type="button"]:foucs, #kt_popBtn input[type="submit"]:foucs, #kt_popBtn input[type="cancel"]:foucs, #kt_popBtn a:focus{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#ffffff!important; padding:0 10px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_popBtn input[type="button"].disableFDonor, #kt_popBtn input[type="submit"].disableFDonor, #kt_popBtn input[type="cancel"].disableFDonor, #kt_popBtn a.disableFDonor{
background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#bfbfbf!important;  padding:0 10px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	#kt_popBtn input[type="button"].disableFDonor:hover, #kt_popBtn input[type="submit"].disableFDonor:hover, #kt_popBtn input[type="cancel"].disableFDonor:hover, #kt_popBtn a.disableFDonor:hover{
background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 10px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_popBtn input[type="button"].disableFDonor:foucs, #kt_popBtn input[type="submit"].disableFDonor:foucs, #kt_popBtn input[type="cancel"].disableFDonor:foucs, #kt_popBtn a.disableFDonor:focus{
background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 10px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	/*How It Works New page CSS*/
	.newhiwButtonOuter { margin: 0 auto; width: 100%;}
	.getStarted { color: #FFFFFF; float: left; font-size:16px; text-align: center; width: 100%;}
	
	/*ABOUT US NEW */
	#AboutUs .about_banner_wrapper h2{font-size:20px;}
	#AboutUs .about_banner_wrapper h3{font-size:18px;}
	#AboutUs .about_banner_wrapper h4{font-size:14px;}
	.headTextWraper {margin: 35px auto 0; text-align: center; width:98%;}
	#AboutUs .about_banner_wrapper h3 {font-size: 15px; font-weight: 400; margin-bottom: 0px;}
	#AboutUs #TeamListing li{ float: left; margin-bottom: 20px; width: 47%;}
	#AboutUs #TeamListing li h3 {color: #333; font-size: 14px; font-weight: 600; height: 25px; margin-bottom: 0; text-transform: uppercase;}
	#AboutUs #TeamListing li h4 { color: #a1a1a1; font-size: 12px; font-style: italic; font-weight: 400; height: 20px; margin-bottom: 10px;}
	.ketto_briefAbout p { height: auto; margin: 20px 0 30px; padding: 0 10px; text-align: left;}
	.ketto_briefAbout { background: none repeat scroll 0 0 #ffffff; border-radius: 5px; float: left; font-size: 12.5px; height: 370px; margin: 0 0 10px; padding: 0 3% 15px 3%; position: relative; width: 94%;}
	.ketto_briefAbout p { height: 290px; margin: 20px 0 10px; padding: 0 10px; text-align: left;}
	._kt_raisedGoalAmt_wrapper span.amount {color: #323a45;display: block; font-size:19px; font-weight: 400; text-align: left; word-wrap: break-word;}
	.induvidual_widg{width:100%; margin:10px auto 0 auto; text-align:center; padding-left:13px;}
	#CampaignsListing ._kt_title_wrapper {float: left; width: 51%;}
	.responsive-dropdown{float:left; margin-bottom:10px; width:46.9%}
	/**/
	#CampaignDetailsSidebar #CampaignContribute .listing_floated_det_wrapper ._kt_raisedGoalAmt_wrapper span.amount {color: #323a45 !important; font-size: 20px; font-weight: 600;}
	._kt_daysleft_wrapper .daysCount {font-size: 19px; font-weight:500;}
	._kt_daysleft_wrapper p { color: #7a7a7a; font-size: 12px; font-style: normal;}
	
	/*A CAMPAIGN PAGE START 22 JULY 2014*/
	.kt_globelcontainer{ margin: 0 auto; width: 98%;}
	.kt_commomGreenHeadSty h2 {color: #323A45; font-size: 30px; font-weight: 600; height: 40px; line-height: 40px;}
	.kt_commomGreenHeadSty{ float: left; height:50px; padding-top: 10px; text-align: center; width: 100%;}
	.kt_startCampaignWelcomeTxt h3{ color: #323A45; font-size: 15px; font-weight: 300; line-height: 30px;}
	.kt_startCampaignCtaOuter .startCampaignCTA { background: none repeat scroll 0 0 #2196eb; border: 0 none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #FFFFFF; display: inline-block; font-size: 22px; font-weight: 600; height: 59px; line-height: 59px; margin: 20px 0 25px; padding: 0 40px; text-align: center; text-decoration: none; text-transform: uppercase;border-bottom:1px solid #1e8fe1;}
	.kt_startCampaignCtaOuter .startCampaignCTAWhite { background:#ffffff; border: 0 none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #00b1b0; display: inline-block; font-size: 13px; font-weight: 600; height: 59px; line-height: 59px; margin: 20px 5px 25px; padding: 0 18px; text-align: center; text-decoration: none; text-transform: uppercase;}
	.kt_globelcontainer h2.startCampaing {border-top: 2px solid #F4F4F4; color: #000000; font-size: 17px; font-weight: 500; padding: 20px 0; text-align: center; width: 100%;}
	.kt_startCampSampleLeft { float: left;  margin: 0 0 10px 0; position: relative; width: 100%;}
	.kt_startCampSampleRight { float: left; margin: 0 0 10px 0; position: relative; width: 100%;}
	.kt_startCampSampleInfo { position: absolute; top: 338px; width: 80%;}
	
	.kt_startCampBottLinks a { background: url("/images_old/more_arrow_green.png") no-repeat scroll right center rgba(0, 0, 0, 0);  color: #00b1b0; font-size: 16px; font-weight: 500; padding-right: 20px; text-decoration: none;}
	.kt_startCampSampleHeading { background: none repeat scroll 0 0 #323A45; color: #FFFFFF; float: left; font-size: 26px; font-weight: 600; height: 55px; line-height: 55px; opacity: 0.90 !important; padding-left: 3%; width: 92%;}
	.kt_startCampSampleDesc { background: none repeat scroll 0 0 #F7F7F7; float: left; font-size: 14px; font-weight: 500; height: 130px; opacity: 0.90 !important; padding: 10px 3%; width: 100%;}
	.kt_startCampaignBottomSec p {color: #FFFFFF; font-size: 15px; font-weight: 300; line-height: 20px; text-align: center;}
	.kt_startCampaignBottomSec { background: url("/images_old/green_pattern.jpg") repeat scroll center top #4B9C5C; float: left; padding: 40px 2.5% 10px; width: 93%;}
	
	
	/*CONTRIBUTE NOW FORM*/
	.yourContibutionSummary {float: left; width: 100%;}
	.contribute_page #Section1 {float: left;  margin-bottom: 0; width: 100%;}
	._kt_donation_summ_wrapper .summ_image_wrapper{display:block;}	
	._kt_donation_summ_wrapper .summ_image_wrapper { width:100%;}
	._kt_donation_summ_wrapper{padding:0%; margin-bottom:0px;}
	.summ_details_wrapper .title p.titletext { color: #000000; font-size: 19px; font-weight: 600;}	
	.contribute_page ._kt_form .currency{margin-right: 0; padding-right: 10px !important; width: 87%;}
	.yourContibutionSummary_formWrapper {float: left; margin-bottom: 30px; width:100%;}
	#StartCampaign ._kt_form .comp_small { padding: 10px 12% 10px 10px !important; width: 85%;}
	#StartCampaign ._kt_form .sel_small { width: 99.5%;}
	.yourContibutionSummary_formWrapper input{/*float:none;*/}
	._kt_form input[type="radio"] {float: left; margin-right: 10px; margin-top: 0;min-height: 16px !important; width: 13px;}
	._kt_reward_summ_wrapper .summ_details_wrapper table td { padding: 3px 0; width: 100%; float:left;}
	
	/*THANK YOU PAGE*/
	.thankyou_banner_wrapper img.tk-hd-gp {width: 25%; float: left;}
	.thankyou_banner_wrapper h2, .thankyou_banner_wrapper h3{margin-left: 25%; text-align: left; padding-left: 15px;}
	.thankyou_banner_wrapper h2{font-size: 22px}
	.thankyou_banner_wrapper h3{font-size: 15px;}
	.thankyou_banner_wrapper{padding-top: 30px;}
	.text_th_1{font-size:15px; color:#323a45;}
	.text_th_2{color:#323a45; font-size:18px; font-weight:500; margin:10px 0 10px 0;}
	.text_th_3{height:auto; line-height:normal; margin-bottom:15px; font-size:15px; color:#323a45;}
	._kt_three_fourth_inner{width:100%;}
	
	
	/*INDIVIDUAL PAGE CSS*/
	#ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper {background:none; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 36.5%!important;}
	/*CELEBRATY PAGE CSS*/
	#celeBraty #ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper { background: none repeat scroll 0 0 #fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 36%!important;}
	.figures ._kt_raisedGoalAmt_wrapper span.amount {color: #ffffff; display: block; font-size: 17px; font-weight: 600; text-align: left; word-wrap: break-word;}
	
	/*ngo-details-updated css-01-09-2015*/
	.ngoMainOuter{width:100%;}
	.ngoMainImage{width:100%; margin:10px auto 0 auto; float:left; height:auto;}
	.ngoContentOuter{padding:0 2%; }
	.uploadeImagebuttonOuter{position:absolute; top:28%; width:80%; left:10%; text-align:center;}
	.uploadeImagebuttonOuter h3{font-size:16px; font-weight:600; color:#323a45;}
	.uploadeImagebuttonOuter a, .uploadeImagebuttonOuter input[type="button"]{text-align:center; padding:0 15px; height:28px; line-height:28px; background:#f3f3f3 url(/images_old/choose_file_btn_bg.png) bottom left repeat-x!important; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border:1px solid #dfdfdf; display:inline-block; color:#5e5e5e; font-size:12px; margin-top:10px;}
	#ngo_wraper{width:92%; padding:0px 4% 0;  margin:-15px 0% 30px; background:#ffffff; float:left; position:relative;}
	#ngo_wraper #CampaignDetailsSidebar { margin-top: 0;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {border-bottom: 0px solid #d3d3d3; border-top: 0px solid #d3d3d3; margin-bottom: 20px; padding: 15px 0; width: auto;}
	#ngo_wraper #CampaignContribute{border:none;}
	#ngo_wraper #CampaignDetailsSidebar ._kt_listing_box_wrapper {margin-bottom: 30px; padding: 5.5% 0; width: 100%;}
	#ngo_wraper .title p.titletext {color: #323a45; font-size: 18px!important; font-weight: 400; line-height: normal!important; display:none; margin-bottom:0;}	
	#ngo_wraper .campaign_details_title { margin-bottom:0!important;}
	#ngo_wraper .title p.subtext {display:none; font-size: 14px;}
	#ngo_wraper ._kt_three_fourth{width:100%;}
	#ngo_wraper .tab_content {background: none repeat scroll 0 0 #ffffff; float: left;  margin-bottom: 15px; min-height: inherit; padding: 0%; width: 100%;}
	#ngo_wraper #ProfileDetails #CampaignDetailsSidebar{margin-top:0px;}
	#ngo_wraper .NGODetailsNav a {text-align: left; width:auto!important; margin-right:5px; background:none; border-bottom:0px solid #eaeaea; line-height: 45px;}
	#ngo_wraper .NGODetailsNav a:hover{border-bottom:3px solid #c7c7c7; border-radius:0;}
	#ngo_wraper .NGODetailsNav a.active{border-bottom:3px solid #00b1b0; border-radius:0;}
	#ngo_wraper ._kt_tab_box_nav li a .active_arr {display:none;}
	#ngo_wraper ._kt_tab_simple_nav li a {display: block; line-height: 30px; padding: 0 5px;}
	#ngo_wraper  ._kt_featured_listing_wrapper .featured_listing_content { margin-bottom: 20px; padding: 0px 0;}
	#ngo_wraper ._kt_tab_simple_nav { background:none; float: left; margin-bottom: 15px; width: 100%;}
	#ngo_wraper ._kt_tab_simple_nav li {float: left; margin-right: 10px; width: 100%; border-bottom: 1px solid #fff;}
	#ngo_wraper ._kt_tab_simple_nav li a:hover { border-bottom: 0px solid #00b1b0; color: #00b1b0 !important;}
	#ngo_wraper ._kt_tab_simple_nav li a.active { border-bottom: 1px solid #00b1b0; color: #00b1b0 !important;}
	#CampaignDetailsContent ._kt_featured_listing_wrapper .featured_listing_content p {font-size: 14px; line-height: 20px;}
	#ngo_wraper ._kt_tab_simple_nav li a {display: block; line-height: 30px; padding: 0 0px;}
	#ngo_wraper  ._kt_featured_listing_wrapper .featured_listing_content { margin-bottom: 20px; padding: 0px 0;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount {font-size: 35px!important; font-weight: 600;}
	#ngo_wraper .tab_content{padding:20px 0!important;}
	#CampaignsDetails #ngo_wraper #CampaignDetailsSidebar {clear: none; float: left; width: 95% !important;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount {font-size: 32px!important; font-weight: 600;}
	#ngo_wraper .tab_content{padding:5px 0!important;}
	#ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300b, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300bo, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300m { display: inline-block !important; float: left !important; margin-bottom: 15px !important; padding: 0 5px 0 0; width: 47% !important;}
	#ngo_wraper .profile_sidebar_data_wrapper p { display: block; float: left; font-size: 13px; height: 30px; line-height: normal !important; margin-bottom: 20px; width: 100%;}
	#Activity, #Media{display:none;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper a.embed_listing, #ngo_wraper #CampaignDetailsContent .ResponsiveDeviceContributeBox a.embed_listing{display:none;}
	#ngo_wraper .listings_wrapper ol > li {float: left; width:22.6%; margin:0 1.5% 20px 1.5%;}
	#ngo_wraper .listings_wrapper ol > li:nth-child(3n+3) {margin:0 1.5% 20px 1.5%;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper ._kt_button_big {height: 62px; line-height: 62px; margin-bottom: 20px;}
	#ProfileDetails #ngo_wraper #ProfOverviewTabNav {display: block!important;}
	#ProfileDetails #ngo_wraper .NGODetailsNav {display: block !important;}
	
	/*NGO new widget classes-08-09-2015*/
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper {background:#fff; border: 1px solid #f3f3f3 !important; border-radius: 5px; margin:0 2% 20px  !important;  padding: 185px 15px 20px; position: relative; width:37.8%!important;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_image_wrapper { height: 155px; left: 0; margin-bottom: 0px; overflow: hidden; position: absolute; top: 0;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .figures { background: none repeat scroll 0 0 #000; border-radius: 5px 5px 0 0; margin-bottom: 20px; opacity: 0.8; padding: 10px 15px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .figures ._kt_raisedGoalAmt_wrapper span.amount { color: #ffffff; display: block; font-size: 14px; font-weight: 600; text-align: left; word-wrap: break-word;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .image_wrapper { border: 2px solid #333; border-radius: 50px; height: 30px; margin-bottom: 5px; overflow: hidden; width: 30px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagOrange,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagBlue,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagRed {top: 170px;}
	#ngo_wraper  .ktt_listingNamePosition { margin-top: 17px;}
	#ngo_wraper .listing_details_wrapper .desc {  color: #7a7a7a;  font-size: 14px; height:75px;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount { font-size: 16px !important; font-weight: 600;}
	
	/*NEW GLOBEL FORM CLASSES START*/
	.form_left_wrapperNew{width:100%; margin-right:0%; float:left;}
	.form_left_wrapperNew p{font-size:17px; color:#595959; margin-bottom:20px;}
	.form_left_wrapperNew .inner{width:99%; margin-right:10%; float:left;}
	.form_left_wrapperNew input, .form_left_wrapperNew textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	.form_left_wrapperNew .comp_bord {border: 0px solid #e4e4e4;  border-radius: 5px;}
	.form_left_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}
	.textareaValError{background:#ffffff; border:1px solid #00b1b0 !important;}
	.textareaValSuccess{background:#ffffff; border:1px solid #00b1b0 !important;}
	.form_right_wrapperNew{width:100%; float:left; }
	/*iframe{width:100%!important;}*/
	.form_left_wrapperNew .comp_large{width:85.3%!important; padding:10px 12% 10px 10px !important;}
	
	/*NEW GLOBEL FORM CLASSES END*/
	
	
	
	#CampaignStatusInfoLargeDevice{display:none;}
	#CampaignStatusInfoSmallDevice{display:block; /*position:fixed; top:49px; left:0; */width:100%; background:#ffffff; padding-top:5px; z-index:100; }
	#CampaignStatusInfoSmallDevice ._kt_raisedGoalAmt_wrapper{ width:33.5%;}
	#CampaignStatusInfoSmallDevice ._kt_button_big{margin-bottom:5px;}
	.floatingBoxSpaceTop {margin-top: 115px; width: 100%;}
	#CampaignsDetails #CampaignStatusInfoSmallDevice ._kt_one_third { clear: none; float: left; width: 100%;}
	#rewardsLargeDevice{display:none;}
	#rewardsSmallDevice{display:block; background:none;}
	
	/*ACCORDIAN CSS*/
	.accordianOuter{float:left; width:92%; border-bottom:1px solid #e4e4e4; padding:0 4%;}
	.menu_list { width: 100%;}
	.menu_head { padding: 5px 0px;	cursor: pointer; position: relative; margin:1px; font-weight:bold; background:url(/images_old/left.png) center right no-repeat; line-height:58px!important; height:58px; border-top:1px solid #e4e4e4; border-bottom:0px solid #e4e4e4; margin:0px 0 0px 0!important; }
	.menu_body { display:none; background:none!important; margin-bottom:20px;}
	.menu_body a{ display:block; color:#006699; padding-left:10px; font-weight:bold; text-decoration:none;}
	.menu_body a:hover{color: #000000; text-decoration:underline;}
	.careerContent{width:98%; padding:0 1%;}
	.careerContent p{width:100%; padding:0%; margin-bottom:20px; margin-top:0; font-size:16px;}
	.careerContent h2{width:100%; padding:0%; margin-bottom:20px; font-size:18px; font-weight:600;}
	.careerContent h3{width:100%; padding:0%; margin-bottom:20px; font-size:16px; font-weight:500;}	
	.careerContent span{width:100%; padding:0%; margin-bottom:20px; display:inline-block; font-style:italic; font-size:16px;}
	.careerContent span a{display:inline; font-weight:300; padding:0;}
	.careerContent ul{width:98%; padding:0% 0 0 0% ; margin-bottom:20px; margin-left:2%;}
	.careerContent ul li{width:92%; padding:0% 0 0 8% ; margin-bottom:10px; list-style:none; background:url(/images_old/icon_checklist.png) top left no-repeat; font-size:15px;}
	
	/*START A CAMPAIGN (CREATE A CAMPAIGN)- NEW FORM CSS START- 26-08-2014*/
	.createACampaignRow{float:left; width:100%;}
	.createACampaignRow .comp_large{ width: 86%;}
	.createACampaignRow .sel_large{ width: 88%;}
	.createACampaignRowHeight{height:inherit; margin-bottom:15px;}
	.createACampaignRow #DateData input[type="text"] {width:86% !important;}
	#fmd_media_path_1{height:50px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:75%!important;}
	#fmd_detail_2_1{height:100px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:75%!important; float:left; margin-bottom:15px;}
	.createACampaignRow textarea, .createACampaignRowLarge textarea{height:100px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:75%!important; float:left; margin-bottom:10px; margin-top:8px;}
	.createACampaignOuter .currency {background: url("/images_old/form_icon_ruppee.png") no-repeat scroll 15px center #fff !important; margin-right: 15px; padding:10px 10px 10px 10% !important; width: 75%;}
	p.infotext{font-size:12px;}
	.createACampaignOuter ._kt_form .currency, ._kt_form .currency:focus {background: url("/images_old/form_icon_ruppee.png") no-repeat scroll 15px center #fff !important; margin-right: 15px; padding-left: 45px !important; width: 75%;}
	.shorturl { border: 1px solid #e4e4e4; border-radius: 5px;  float: left; margin-bottom: 25px;margin-top: 8px; outline: medium none; padding: 10px 0 10px 10px; width: 85%;}
	.phonePlus{float:left; width:97%; background:#ffffff!important; border: 1px solid #e4e4e4; border-radius: 5px; margin-bottom: 5px; outline: medium none; padding: 10px 0% 10px 10px; margin-top:8px;}
	#frmStartCampaign ._kt_form  .phonePlus input[type="text"]{background:#ffffff!important; border:none!important;  border-radius: 0px!important; padding: 0 !important;
    width: 95%; margin:0!important; line-height:normal!important;}
	#frmStartCampaign ._kt_form  .phonePlus input[type="text"]:focus{background:none!important; border:none!important;  border-radius: 0px!important; padding:0!important; margin:0!important; line-height:normal!important; width:95%;}
	.prefixPlus{line-height:30px; font-size:16px; font-weight:200; color:#999;}
	.uploadeImageOuter{float: left; width: 84%; background:#fff;  border: 1px solid #e4e4e4; border-radius: 5px; color: #666;  font-size: 16px; font-weight: 200; margin-bottom: 2px; margin-top: 8px; min-height: 30px; outline: medium none; padding: 10px 1% 10px 10px; transition: transform 0.2s ease-in-out 0s;}
	#myProfileImg img{width:11%!important; height:auto!important; float:left; margin-right:1%;}
	#myProfileImg .noBorderMargine, #myProfileImg .media_form_wrapper{padding-bottom: 0px !important;}
	.selContry select{float: left!important; width:88%!important;}
	ul.informationText {float: left; margin-bottom: 5px; padding-left: 0;}
	ul.informationText li {font-size:13px;}
	.stepsHeading{float:left; width:100%; height:38px; background:url(/images_old/step_heading_bg.png) left top repeat-x; margin-bottom:20px;}
	.stepsHeadingInner{float:left; width:60%; background:#00b1b0; padding:0 0 0 2%; border-radius:0 38px 38px 0;}
	.stepsHeadingInner h2{color:#ffffff; font-size:14px; font-weight:600; text-transform:capitalize; line-height:38px; margin:0; padding:0; text-align:left;}
	.createACampaignInner {background: none;  padding: 2%; display: inline-block;}
	.createACampaignRow .footnote, .createACampaignRow .note{width:90%;}
	#StartCampaign ._kt_title_wrapper p, #ProfileDetails ._kt_title_wrapper p{font-size:22px;}
	/*START A CAMPAIGN (CREATE A CAMPAIGN)- NEW FORM CSS END- 26-08-2014*/
	
	
	
	.IndProfileDetails#ProfileDetails .user_details_header .user_details_header_text h3{padding-top:0; font-size:22px !important;}

	/*DONATION HISTORY*/
	.donationHistoryListing{float:left; width:100%; border-bottom:1px solid #ebebeb; margin-bottom:30px; padding:15px 0 0px 0;}
	.donationHistoryListing li{float:left; width:100%; border-top:1px solid #ebebeb; padding:15px 0 15px 0;}
	.campaignImage{float:left; height:50px; width:50px;  text-align:center; overflow:hidden; margin-right:10px;}
	.campaignImage img{max-width:100%; /*border-radius:65px;*/}
	.campaignAuthor{float:left; width:35%; margin-right:2%; padding:0 2%; border-right:1px solid #e8e8e8; height:auto; font-size:13px;}
	.amountRaised{float:left; width:auto; margin-right:2%; padding:0 2%;}
	.amountRaised ._kt_raisedGoalAmt_wrapper span.amount { color: #323a45; display: block; font-size: 17px; font-weight: 400; text-align: left; word-wrap: break-word;}
	.amountRaised ._kt_raisedGoalAmt_wrapper p { color: #7a7a7a; font-size: 14px; font-style: normal; font-weight: lighter; text-align: left;}
	
	/*USER DETAILS PAGE*/
	.userInfoOuter{float:left; width:100%; margin:30px 0 20px 0; position:relative; display:none;}
	/*.userInfoOuter{float:left; width:100%; margin:30px 0 20px 0; position:relative; display:block;}*/
	.userInfoOuterSmallScreen{float:left; width:100%; margin:15px 0 20px 0!important;/* position:relative;*/ display:block;}
	.userInfoOuterSmallScreen ._kt_round_image_wrapper {background: none repeat scroll 0 0 #eeeeee; border: 2px solid #ffffff; border-radius: 60px; height: 40px; margin-right: 3px; overflow: hidden; width: 40px;}
	.userInfoOuterSmallScreen .user_details_header_text a {background: url("/images_old/edit_profile.png") no-repeat scroll 10px center / contain; border-radius: 2px; color: #00b1b0; float: right; font-size: 12px; font-weight: 400; margin-bottom: 0; padding: 5px 0px 5px 29px; text-indent: -999999px; position:absolute; right:5px; width:8px; top:0;}
	#ProfileDetails.IndProfileDetails .userInfoOuterSmallScreen .user_details_header .user_details_header_text h3 {font-size: 16px !important; padding-top: 0; color:#000; font-weight:600; margin:0px 0 5px 0; width:90%; position:relative;}
	.userInfoOuterSmallScreen .user_details_header_text {float: left; margin-left: 2%; width: 84.5%; position:relative;}
	.userInfo { clear: both; color: #000000; font-size: 13px; margin:0 0 20px 0;/* position: absolute; top: 62px;*/ width: 100%;margin:10px 0 10px 0; float:left;}
	.userInfoOuterSmallScreen ._kt_location { visibility: visible;}
	.socialLinkOuter_profile {clear: both; left: 0; width: 100%;margin:0px 0 20px 0;}
	.profileStatus { background: none repeat scroll 0 0 #ffffff; border-radius: 5px; float: left; margin-left: 0%; padding: 2%; width: 94%;}
	.socialLinkOuter_profile a.profileFb{background:url(/images_old/profile_social_bg.png) 0 0 no-repeat; float:left; width:111px; height:34px; margin-right:5px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileTw{background:url(/images_old/profile_social_bg.png) 0 -34px no-repeat; float:left; width:111px; height:34px; margin-right:5px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileLi{background:url(/images_old/profile_social_bg.png) 0 -68px no-repeat; float:left; width:111px; height:34px; margin-right:5px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileGp{background:url(/images_old/profile_social_bg.png) 0 -102px no-repeat; float:left; width:111px; height:34px; margin-right:0px; text-indent:-99999px;}
	.ind_tab_content { float: left; margin-bottom: 20px; min-height: 210px; width: 100%;}

	/*NOT CONTENT AVAILABLE*/
	.notContent{float:left; width:100%;}
	.notContent h2{float:left; width:100%; margin-bottom:10px; font-size:22px; color:#000000; font-weight:600; }
	.notContent h3{float:left; width:100%;  margin-bottom:20px; font-size:18px; color:#000000; font-weight:400; }
	.buttons{float:left; width:58%;}
	
	/*EVENT PAGE CSS*/
	#EventsListing #EventCampaignDetails h2 { background: url("/images_old/trans.png") repeat scroll 0 0 rgba(0, 0, 0, 0); color: #fff; float: left; font-size: 30px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 0; margin-top:105px; padding: 0 20px;}
	#EventsListing #EventCampaignDetails .event_campaign_actions{float:right; width:50%; margin-bottom:20px; clear:left; display:none;}
	.eventSmall{display:block; width:96%; margin:0 auto;}
	.eventSmall li{width:49%; float: left; margin: 0 1%; width: 48%;}
	#EventsListing #TeamLeaderboard #Listings_wrapper ol > li { float: left; margin: 0 0.5% 15px; padding: 215px 6% 20px; width: 36%;}
	.eventSmall ._kt_button_big { border-radius: 3px; color: #fff; display: block; font-size: 16px; font-weight: 600; line-height: 62px; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
	.events_listing_tab_content h2{font-size: 22px; margin-bottom: 15px;font-weight: 500; padding:0;}
	.events_listing_tab_content h3{font-size: 20px; margin-bottom: 10px;font-weight: 400; padding:0;}
	.createACampaignRow input[type="button"], .createACampaignRow input[type="submit"], .createACampaignRow input[type="cancel"], .createACampaignRow a {
    font-size: 15px;
    padding: 0 28px;}
	.createACampaignRow input[type="button"]:hover, .createACampaignRow input[type="submit"]:hover, .createACampaignRow input[type="cancel"]:hover, .createACampaignRow a:hover {
    font-size: 15px;
    padding: 0 28px;}
	._kt_form input[type="button"], ._kt_form input[type="submit"], ._kt_form input[type="cancel"]{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF!important; background-color:#00b1b0; padding: 0 28px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2; 
	-webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	._kt_form input[type="button"]:hover, ._kt_form input[type="submit"]:hover, ._kt_form input[type="cancel"]:hover{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF; background-color:#00a3a2; padding: 0 28px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;
	}
	._kt_form input[type="button"]:foucs, ._kt_form input[type="submit"]:foucs, ._kt_form input[type="cancel"]:foucs{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF; background-color:#00a3a2; padding: 0 28px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;
	}
	#kt_buttons input[type="button"], #kt_buttons input[type="submit"], #kt_buttons input[type="cancel"], #kt_buttons a,
	#kt_buttons1 input[type="button"], #kt_buttons1 input[type="submit"], #kt_buttons1 input[type="cancel"], #kt_buttons1 a{
background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important;  padding:0 28px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	#kt_buttons input[type="button"]:hover, #kt_buttons input[type="submit"]:hover, #kt_buttons input[type="cancel"]:hover, #kt_buttons a:hover,
	#kt_buttons1 input[type="button"]:hover, #kt_buttons1 input[type="submit"]:hover, #kt_buttons1 input[type="cancel"]:hover, #kt_buttons1 a:hover{
background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 28px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_buttons input[type="button"]:foucs, #kt_buttons input[type="submit"]:foucs, #kt_buttons input[type="cancel"]:foucs, #kt_buttons a:focus,
	#kt_buttons1 input[type="button"]:foucs, #kt_buttons1 input[type="submit"]:foucs, #kt_buttons1 input[type="cancel"]:foucs, #kt_buttons1 a:focus{
background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 28px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}

	/*THANK YOU PAGE*/	
	.guideLine {float:left; width:100%; padding:0px 0% 10px 0%; /*padding:10px 1.5% 30px 1.5%;*/ margin-bottom:0px; /*background:#ffffff;*/}
	#thankyou{ background: url(/images_old/thankyoshadow_mobile_landscape.png ) center bottom no-repeat; margin-bottom:20px;}
	#thankyou h1{float:left; width:100%; text-align:left; margin:5px 0 30px 0; padding:0; font-size:18px; height:auto; font-weight:600; color:#000;}
	#thankyou .guideLineInner {float:left; width:96%; margin:0 2% 10px 2%; padding:0; background: url(/images_old/dotted_line.png) left bottom repeat-x;  height:auto;}
	#thankyou .imageOuter{float:left; width:27%; margin-right:1%; margin-bottom:0px; text-align:center;}
	#thankyou .guideLineInner h2{float:left; width:72%; text-align:left; margin:5px 0 5px 0; padding:0; font-size:18px; height:auto; font-weight:700; color:#000;}
	#thankyou .guideDesc{float:left; width:72%; text-align:left; margin-bottom:15px; font-size:13px; height:auto; color:#3e4753;} 
	#thankyou .noBackgroundOne{background: url(/images_old/dotted_line.png) left bottom repeat-x!important;}
	#thankyou .noBackgroundTwo{background:none!important;}
	
	/*BLUE BUTTONS*/
	.threeButtons{width:100%; text-align:center;}
	#ke_blueButtons input[type="button"], #ke_blueButtons input[type="submit"], #ke_blueButtons input[type="cancel"], #ke_blueButtons a{
	background-color:#51aded!important; background-image:url(/images_old/blue_burron_bg.png)!important; background-position:left!important; background-repeat:repeat!important;line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important;  padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #1e8fe1!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; text-transform:uppercase; display:inline-block; margin:5px auto;}
	#ke_blueButtons input[type="button"]:hover, #ke_blueButtons input[type="submit"]:hover, #ke_blueButtons input[type="cancel"]:hover, #ke_blueButtons a:hover{
background-color:#28a1fc!important; background-image:url(/images_old/blue_burron_bg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #0079eb!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#ke_blueButtons input[type="button"]:foucs, #ke_blueButtons input[type="submit"]:foucs, #ke_blueButtons input[type="cancel"]:foucs, #ke_blueButtons a:focus{
background-color:#28a1fc!important; background-image:url(/images_old/blue_burron_bg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #0079eb!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	#BrandingCarousel .brandedPage_collection_info .amount_figure{font-size:20px; margin-right:15px; margin-top:0px;}
	#BrandingCarousel .brandedPage_collection_info .figure{ font-weight:600; font-size:20px;}
	#BrandingCarousel .brandedPage_collection_info .amount_label {font-size: 10px; padding-top: 1px;}
	#BrandingCarousel .brandedPage_collection_info .amount_figure{margin-right:7px}
	#BrandingCarousel .brandedPage_collection_info .amount_label{width:46px!important;}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions{padding-top:2px;}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions ._kt_button_big{font-size:13px;}
	._kt_raisedGoalAmt_wrapper {margin-bottom:10px}
	
	/*FUNDRAISING TIPS YOU PAGE*/
	.fundraising_banner_wrapper{height:190px; padding-top:0px; background:url("/images_old/fundraising_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; /*min-width:1070px;*/}
	.fundraising_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:15px; font-weight: 600; margin-bottom: 0px; text-shadow: 0 1px 2px #b85c19; text-transform: inherit; text-transform:uppercase;}
	.fundraising_banner_wrapper h3{font-family: Montserrat;font-size: 12px; font-weight: 300; margin: 0 auto; text-shadow: 0 1px 2px #b85c19; width: 90%;}
	.fundraising_banner_wrapper h4{font-size:18px; margin-bottom:30px;}
	.fundraising_banner_wrapper .headTextWraper p{font-size:20px;font-weight:500; background:#FFFFFF;padding:15px 30px; display:inline-block; margin-top:40px; color:#00b1b0; text-align:center;}
	.fundraising_banner_wrapper .headTextWraper {margin: 0px auto 0; text-align: center; width: 100%;}
	/*VIRTICLE TAB CONTENT CSS START*/
	.mainTabContainer {width: 100%; position: relative; float: left;}
	.tabMenuOuter {width: 100%; float:left; margin-right:0; margin-bottom:30px;}
	.tabContainer {width: 100%; float:left;}
	.nav-tabs > li {float: left; margin-bottom: -1px;}
	.nav > li {display: block; position: relative;}
	.nav-tabs > li > a {border: 0px solid transparent!important; border-radius: 4px 4px 0 0; line-height: 1.42857; margin-right: 2px;}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {background:url(/images_old/tabcontent_menu_bg_hover.png) top right no-repeat!important; border: none!important; color: #000!important; cursor: pointer!important;}
	.tab-content .careerContent h2 {text-transform: uppercase; font-size:24px; font-weight:600; margin-top:0; float:left; width:100%; margin-bottom:20px;}
	.tab-content .careerContent h3 {text-transform: uppercase; font-size:18px; font-weight:600; margin-top:0; float:left; width:100%; margin-bottom:20px;}
	.tab-content .careerContent h4 {text-transform: capitalize; font-size:14px; font-weight:600;}
	.pageHeadingOuter {margin-left:0%; float:left; width:100%; font-weight:600; font-size:20px; color:#323a45; text-transform:uppercase; margin-bottom:23px;}
	
	/*CORPORATES YOU PAGE*/
	.corporates_banner_wrapper{height:190px; padding-top:0px; background:url("/images_old/corporate_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:0px; color:#FFF; /*min-width:1070px;*/}
	.corporates_banner_wrapper .headTextWraper p{font-size:20px;font-weight:500; background:#FFFFFF;padding:15px 30px; display:inline-block; margin-top:40px; color:#00b1b0; text-align:center;}
	.corporates_banner_wrapper .headTextWraper {margin: 0px auto 0; text-align: center; width: 100%;}
	.corporates_banner_left{float:left; width:100%; text-align:center; padding-right:0%}
	.corporates_banner_right{float:left; width:98%; padding:1%; background:#309ca7; text-align:center; font-size:13px;}
	.corporates_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:16px; font-weight: 500; margin-top:2px; margin-bottom: 8px; text-transform: inherit; text-transform:inherit;}
	.corporates_banner_wrapper h3{font-family: Montserrat; font-size:18px; font-weight: 500; margin:5px auto 0 auto;  width:100%; line-height:normal;}
	.corporates_banner_wrapper h4{font-size:14px; margin-top:15px; margin-bottom:0;}
	.highlightedSectionOutere{width:100%; background:#ffffff; padding:20px 0;}
	.pointeOuter{float:left; width:100%; margin:10px 0 10px 0;}
	.numberOuter{width:35px; height:35px; margin-right:5%; float:left; -moz-border-radius:35px; -webkit-border-radius:35px; border-radius:35px; border:1px solid #00b1b0; text-align:center; vertical-align:middle; padding-top:7px; color:#00b1b0;}
	.points{float:left; width:80%; margin-bottom:20px; font-size:14px;}
	.highlighterBg{ background:url("/images_old/heighliter_bg.png") top center no-repeat; padding-top:45px; }
	.downloadPdf{float:left; width:100%; margin-bottom:20px;}
	.downloadPdfText{float:left; width:auto; margin:0 2% 0 0; font-size:14px; line-height:34px; font-weight:600;}
	.downloadPdfButton{float:left; width:auto; margin:0 2% 0 0;}
	.contactToGetStarted{float:left; width:100%; background:#ffffff; color:#7a7a7a; padding:5% 0; margin-top:30px; text-align:center; display:none;}
	.contactToGetStartedSmall{float:left; width:100%; background:#ffffff; color:#7a7a7a; padding:5% 0; margin-top:30px; text-align:center; display:block;}
	
	
	
	/*SHARE YOUR CAMPAIGN CSS*/
	.custmizeform_left_wrapperNew{width:100%; float:left; }
	.custmizeform_left_wrapperNew h2{float:left; width:100%; font-size:17px; font-weight:600; color:#00b1b0; line-height:normal; margin-bottom:10px;}
	.featureShareforFree{float:left; width:100%; font-weight:600; line-height:normal; margin-bottom:10px;}
	.featureShareforFreeLeft{float:left; width:14%; margin-right:3%; font-weight:600; line-height:normal; margin-bottom:0px;}
	.featureShareforFreeRight{float:left; width:78%; font-weight:500; font-size:14px; line-height:56px; margin-bottom:0px;}
	.norLineHeight{line-height:normal; margin-top:8px;}
	.norLineHeight1{line-height:normal; margin-top:8px;}
	.custmizeform_right_wrapperNew{width:100%; margin-right:0%; float:right;}
	.custmizeform_right_wrapperNew h2{float:left; width:100%; font-size:17px; font-weight:600; color:#00b1b0; line-height:normal; margin-bottom:20px;}
	.custmizeform_right_wrapperNew p{font-size:17px; color:#595959; margin-bottom:10px;}
	.custmizeform_right_wrapperNew .inner{width:88%; margin-right:10%; float:left;}
	.custmizeform_right_wrapperNew input, .custmizeform_right_wrapperNew textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	.custmizeform_right_wrapperNew .comp_bord {border: 1px solid #e4e4e4;  border-radius: 5px;}
	/*.custmizeform_right_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}*/
	.custmizeform_right_wrapperNew .comp_bord:focus {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; width:100%;*/}
	.custmizeform_right_wrapperNew select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; */width:100%;}
	.custmizeform_right_wrapperNew .comp_large{width:83.3%!important; padding:10px 14% 10px 10px !important;} 
	.shareforfree_banner_wrapper{height:auto; padding-top:10px; background:url("/images_old/shareforfree_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:0px; color:#FFF;}
	.shareforfree_banner_wrapper h2{ color: #00b1b0; font-family:Montserrat; font-size:30px; font-weight: 600; margin-bottom: 0px; text-transform: inherit; text-transform:inherit; line-height:28px;}
	.shareforfree_banner_wrapper ul{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 0px auto 0 auto; width: 100%; float:left;}
	.shareforfree_banner_wrapper ul li{float:left; width:90%; background: url("/images_old/info_li_image_new.png") no-repeat left top !important;  font-size:12px;font-weight:500; padding:0 0 0 15px; display:inline-block; margin-bottom:5px; color:#323a45; text-align:left;}
	.shareforfree_banner_wrapper .headTextWraper {margin: 0px auto 0; text-align: center; width: 100%;}
	/**/
	.shareforfreeDesk{display:none;}
	.shareforfreeSmall{display:block;}
	.imageShare{float:left; width:17%; margin-right:5%;}
	.shareforfree_banner_left{float:left; width:100%; text-align:left; padding-right:1.5%; float:left;}
	.shareforfree_banner_right{float:left; width:100%; padding:2%; text-align:left; font-size:16px;}
	ul.informationText li{ margin-left:15px; margin-bottom:5px; list-style:none; line-height:normal; float:left; width:90%;}
	
	/*SHARE YOUR CAMPAIGN CSS- CAMPAIGN DETAILS PAGE- SHARE TAB*/
	#CauseShare {padding:20px 0 0 0; width:100%;}
	#CauseShare .custmizeform_left_wrapperNew{width:100%; float:left; }
	#CauseShare .featureShareforFreeLeft{float:left; width:14%; margin-right:3%; font-weight:600; line-height:normal; margin-bottom:0px;}
	#CauseShare .featureShareforFreeRight{float:left; width:76.5%; font-weight:500; font-size:12.5px; line-height:56px; margin-bottom:0px;}
	#CauseShare .norLineHeight{line-height:normal; margin-top:8px;}
	#CauseShare .norLineHeight1{line-height:56px; margin-top:0px;}
	#CauseShare .custmizeform_right_wrapperNew{width:100%; margin-right:0%; float:right;}
	#CauseShare .shareforfree_banner_wrapper{height:auto; padding-top:10px; background:url("/images_old/shareforfree_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; padding:20px ;}
	#CauseShare .shareforfree_banner_wrapper h2{ color: #00b1b0; font-family:Montserrat; font-size:25px; font-weight: 600; margin-bottom: 5px; text-transform: inherit; text-transform:inherit; line-height:25px;}
	#CauseShare .shareforfree_banner_wrapper ul{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 5px auto 0 auto; width: 100%; float:left;}
	#CauseShare .shareforfree_banner_wrapper ul li{float:left; width:96.5%; background: url("/images_old/info_li_image_new.png") no-repeat left top !important;  font-size:13.5px;font-weight:500; padding:0 0 0 15px; display:inline-block; margin-bottom:5px; color:#323a45; text-align:left;}
	#CauseShare .shareforfree_banner_wrapper .headTextWraper {margin: 20px auto 0; text-align: center; width: 100%;}
	/**/
	#CauseShare .shareforfree_banner_left{float:left; width:97%; text-align:left; padding-right:1.5%; padding-left:1.5%}
	#CauseShare .shareforfree_banner_right{float:left; width:96%; padding:2%; text-align:left; font-size:16px;}
	#CauseShare .kt_globelcontainer { margin: 0 auto; width: 94%; padding:3%;}
	#CauseShare .shareforfreeSmall {display: block; width:100%;}
	#CauseShare .tab_content { background: none repeat scroll 0 0 #ffffff;float: left; margin-bottom: 15px; min-height: inherit; padding: 3%; width: 100%;}
	#CauseShare a.hearVoice {float:right; width:auto; margin:10px 0%;}
	#CauseShare .addRowColumn { float: left; margin-bottom: 0; width: 96%;}
	#CauseShare .addRowColumn .heading, #CauseShare .addRowColumnAddButton .heading { float: left; margin: 10px 0 0px 0; width: 100%;}
	#CauseShare .custmizeform_right_wrapperNew .comp_large { padding: 10px 14% 10px 10px !important; width: 74% !important;}
	#CauseShare .cp_fund_use input[type="button"].add, #CauseShare .cp_fund_use input[type="submit"].add, #CauseShare .cp_fund_use input[type="cancel"].add, #CauseShare .cp_fund_use a.add{background:url(/images_old/add_remove_link_bg.png) 0 0 no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px;top: 15px; right: 36px; position: absolute;z-index:100;}
	#CauseShare .cp_fund_use input[type="button"].add:hover, #CauseShare .cp_fund_use input[type="submit"].add:hover, #CauseShare .cp_fund_use input[type="cancel"].add:hover, #CauseShare .cp_fund_use a.add:hover{background:url(/images_old/add_remove_link_bg.png) 0 -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; top: 15px; right: 36px; position: absolute;z-index:100;}
	#CauseShare .cp_fund_use input[type="button"].add:focus, #CauseShare .cp_fund_use input[type="submit"].add:focus, #CauseShare .cp_fund_use input[type="cancel"].add:focus, #CauseShare .cp_fund_use a.add:focus{background:url(/images_old/add_remove_link_bg.png) 0 -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; top: 15px; right: 36px; position: absolute;z-index:100;}
	#CauseShare .repeatDiv input[type="button"].remove, #CauseShare .repeatDiv input[type="submit"].remove, #CauseShare .repeatDiv input[type="cancel"].remove, #CauseShare .repeatDiv a.remove{background:url(/images_old/add_remove_link_bg.png) -20px 0 no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	#CauseShare .repeatDiv input[type="button"].remove:hover, #CauseShare .repeatDiv input[type="submit"].remove:hover, #CauseShare .repeatDiv input[type="cancel"].remove:hover, #CauseShare .repeatDiv a.remove:hover{background:url(/images_old/add_remove_link_bg.png) -20px -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	#CauseShare .repeatDiv input[type="button"].remove:focus, #CauseShare .repeatDiv input[type="submit"].remove:focus, #CauseShare .repeatDiv input[type="cancel"].remove:focus, #CauseShare .repeatDiv a.remove:focus{background:url(/images_old/add_remove_link_bg.png) -20px -20px no-repeat!important; min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	
	._kt_button_big {line-height: 40px;}
	.indBtn ._kt_button_big {line-height: 60px;}	
	
/*EDIT CAMPAIGN BUTTONS*/
	.campaignTitleOuter {float: left; margin-bottom: 10px; position: relative; width: 100%; padding:0% 0 2px 0%;}
	.campaignTitleOuterLogged {float: left; margin-bottom: 10px; position: relative; width: 100%; padding:0% 0 30px 0%;}
	.editCampaign { border-radius: 2px; bottom: 0px; padding: 0; position: absolute; right: 0; text-align: right; width: 272px;}
	._kt_round_image_wrapper {border-radius: 75px; height: 40px; overflow: hidden; width: 40px;}
	#CampaignDetailsContent .title_image a { display: block; height: 40px; margin-top: 5px; overflow: hidden; width: 100%;}
	#CampaignsDetails #CampaignDetailsContent .campaign_details_title {margin-bottom: 5px;}
	#CampaignDetailsContent .campaign_details_title .title_image {margin-bottom: 0px; margin-right: 10px;}
	._kt_button_big {line-height: 45px; float:left; /*width:50%;*/width:92%!important; font-size:11px!important;}
	#mobileContributeBtn ._kt_button_big {line-height: 45px; float:left; /*width:50%;*/width:50%!important; font-size:12px!important;}
/*COUPON CODE CSS START*/
	.couponWrapper{float:right; width:34%; margin:5px 0 0 0; }
	.couponWrapperMobile{float:left; width:48%; margin:0px 2% 0 0; }
	.loginMessageTwo span{float:left; width:100%; font-size:17px; font-weight:600; text-align:center; margin:0 0% 5px 0%; color:#333333; line-height:normal;}
	.loginMessageTwo p{float:left; width:100%; text-align:center; font-size:12px; line-height:normal; margin:0 0% 0px 0%; color:#333333; line-height:normal;}
	.whyFacebook{float:left; width:100%; background:#ededed; margin-top:15px; padding:20px 0;}
	.whyFacebook h3{float:left; width:100%; margin:0 0 5px 0; font-size:15px; font-weight:600; text-align:center; color:#000000;}
	.whyFacebook p{float:left; width:80%; margin:0 10% 5px ; font-size:12px; text-align:center; color:#000000;}
	.couponCodeOuter{float:left; width:92%; border-radius:5px; background:#e4e3e3; padding:6px 4%; margin-bottom:5px;}
	.couponCodeField{float:left; width:68%; margin:0 4% 0 0;}
	.couponCodeField input[type="text"]{border-radius:3px; background:#ffffff; color:#666666; border:1px solid #ffffff; margin:0; padding:0 4%; width:92%; line-height:32px;}
	.couponCodeField input[type="text"].error{ background:#ffffff /*url(/images_old/invalid_error.png) center right no-repeat*/; border:1px solid #ff0000; color:#ff0000;}
	.couponCodeButton{float:left; width:28%; margin:0 0% 0 0;}
	.couponCodeButton input[type="button"], .couponCodeButton a{border-radius:3px; color:#ffffff; background:#1e1e1e url(/images_old/transparent.png) top left repeat; border:0; margin:0; padding:0 2%; width:98%; line-height:34px; font-size:11.5px; text-align:center; cursor:pointer; display:block;}
/*COUPON CODE CSS START*/

	
	
/*EXPERIENCE PAGE START*/	
	.ktt_experiencesDesk{display:none;}
	.ktt_experiencesSmall{display:block}
	.ktt_experienceFeatureSection { float: left; margin: 0 0 25px; padding-bottom:10px; border-bottom:1px solid #ccc;  width: 100%;}
	.ktt_experienceFeatureImageOuter{float:left; width:100%; position:relative; margin:0 0% 0 0;}
	.ktt_featuredTag{position:absolute; width:24%; top:20px; left:-5px;}
	.ktt_featuredLeftTag{position:absolute; top:20px; left:72px; display:inline-block; background:#ff4e00; padding:0 8px; color:#ffffff; font-size:13px; line-height:23px; height:23px; transition: transform 0.2s ease-in-out 0s; }
	.ktt_experienceFeatureContentOuter{float:left; width:100%; position:relative;}
	.ktt_experienceListingShare {position: absolute; right: 10px; top: 10px;}
	.ktt_experienceTitle h2{color: #000000; float: left; font-size: 14px; font-weight: 600; line-height: normal; margin-bottom: 10px; width: 100%;}	
	.ktt_experienceFeatureImageOuter{float:left; width:100%; position:relative; margin:0 0% 15px 0;}
	.ktt_experienceFeatureShare{bottom: 0; float: right; margin-bottom: 10px; position: inherit; right: 0; text-align: right; width: 100%;}	
	.ktt_experienceFeatureContentSmall{float:left; width:100%; font-size:12px; line-height:15px; /*height:98px;*/ overflow:auto; margin-bottom:10px; padding-bottom:0px; padding-right: 0%; display:block; }
	.ktt_experienceAmount{display:inline-block; width:44.5%; height:40px; line-height:40px; padding:0 20px; color:#ffffff; font-size:15px; text-transform:uppercase; border-radius:3px; text-align:center; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}
	.ktt_experienceListingImageSmall{float:left; width:100%; margin-bottom:5px;}
	.ktt_experienceListingContentSmall{float:left; width:100%; /*height:100px;*/ overflow:hidden; margin-bottom:0px!important; font-size:12px; line-height:normal; padding-bottom:0px; padding-right: 0%; cursor:pointer;}
	.grid li {border-bottom: 1px solid #ccc; height: auto !important; margin-bottom: 25px !important; padding-bottom: 10px !important;}
	.grid {padding:0px!important;}
	.grid li h2{font-weight:600; font-size:13px; margin-bottom:5px;}
	.grid li .ktt_experienceListingTag{display:block;!important}
	.grid li:hover .ktt_experienceListingTag{display:block;!important}
	.ktt_experienceListingAmount {border-radius: 3px; color: #ffffff; display: inline-block; font-size: 15px; height: 40px; line-height: 40px; padding: 0 20px; text-transform: uppercase; width: 44.8%; text-align:center; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat;  border:0!important;}
	.ktt_noAvailableFeature{ background:#e6e6e6; border: 0 none !important; border-radius: 3px; color: #000000; display: inline-block; font-size: 12px; height: 40px; line-height: 40px; padding: 0 5px; text-align: center; text-transform: uppercase; width: 40%; margin: 5px 0 0 30%;}
	.ktt_noAvailableListing{ background:#e6e6e6; border: 0 none !important; border-radius: 3px; color: #000000; display: inline-block; font-size: 12px; height: 40px; line-height: 40px; padding: 0 5px; text-align: center; text-transform: uppercase; width: 40%; margin: 5px 0 0 30%;}
	.ktt_experienceListingAmountOr {color: #000; display: inline-block; height: 42px; line-height: 42px; padding: 0 10px; width: auto;}
	.ktt_experienceListingContentSmall + [data-readmore-toggle], .ktt_experienceListingContentSmall[data-readmore] {display: block; float: left;width: 100%; height:20px;  margin:5px 0 10px 0;}
	.ktt_experienceListingButtonSec{ float:left; width:100%; padding:0 0%; height:auto; border-bottom:0;}
	.ktt_experienceFeatureButtonSec {float: left; height: auto; margin-top: 10px; padding-bottom: 0px; width: 100%;}
}

@media all and (width:480px){
	/*ngo-details-updated css-new*/
	#ngo_wraper .ktt_website-input { padding: 5px 2% 5px 21% !important; width: 71% !important;}
	#ngo_wraper .ktt_phone-input {padding: 5px 2% 5px 9% !important; width: 83% !important;}
	#ngo_wraper .ckEditerOuter {float: left; width: 99%;}
	#ngo_wraper .ckEditerOuter { float: left; width: 90%;}
	#ngo_wraper .ktt_newFormFieldOuter input[type="text"] { width: 90%;}
	#ngo_wraper .ktt_newFormFieldOuter select.customSelect { width: 94.5%;}
	#ngo_wraper .ktt_newFormFieldOuterTextarea { width: 91%;}
}

	
	/* CSS For Resolution Below 480 begins*/
@media all and (max-width:479px){
	
	/*GLOBEL CLASSES FOR RESPONSIVE*/
	._kt_desktop{display:none;}
	._kt_devices{display:block;}
	
	/*GLOBEL CLASSES FOR RESPONSIVE*/
	.kt_content h1{margin-right:8px}
	.kt_content .logo{margin-right:8px}
	.kt_content .kt_header_nav{ font-size:18px; display:none;}
	.kt_content .kt_header_nav li:last-child{display:none}
	._kt_breadcrumb li{float:none; display:inline;}
	._kt_breadcrumb li, ._kt_breadcrumb li a{color:#cecece; font-size:8px; }
	.listing_details_wrapper .top_section a.listing_name{font-size:14px; display:block; max-height:40px; overflow:hidden; word-wrap:break-word; font-weight:400; color:#414a58; -webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	#Listings_wrapper ol._kt_three_fourth > li:nth-child(3n+3) {margin-right: 0% !important;}
	#Listings_wrapper ol._kt_three_fourth > li:nth-child(2n+2) {margin-right: 0% !important;}
	#Listings_wrapper ol._kt_three_fourth > li {margin-right: 0% !important; width: 36.8%;}
	/*CORPORATE WIDGET*/
	/*.ketto_ngo .listing_image_wrapper .listing_hover_overlay { opacity: 0.6; background: none!important; z-index: 998;}*/
	li.ketto_ngo {margin: 0 auto 15px auto !important; width:86%!important;}
	.ketto_ngo .listing_details_wrapper .top_section {border-bottom:1px solid #f2f2f2; height:36px; overflow:hidden; padding-bottom:10px; margin-bottom:7px!important;}
	.ketto_ngo .listing_details_wrapper .top_section p.category_wrapper {margin-bottom:0!important;}
	.ketto_ngo .listing_details_wrapper .top_section a.listing_name {font-size:15px; display:block; max-height:36px; overflow:hidden; word-wrap:break-word; font-weight:600; color:#414a58; transition:all 450ms ease-in-out 0s;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper p, .ketto_ngo .noOfCampaign_wrapper p{font-size:10px; color:#b4b4b4; font-style:normal; text-align:left; font-weight:lighter;}
	.ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {clear: none!important; float:left; margin-bottom: 5px; width: 74%!important; height: 40px;}
	.ketto_ngo .listing_details_wrapper .noOfCampaign_wrapper {clear: none!important; float:left; height: 40px; margin-bottom: 5px; width: 23%!important; background: none!important; margin-top: 0px!important; padding-top: 0px!important; padding-left:2%; }
	.ketto_ngo .listing_details_wrapper ._kt_raisedGoalAmt_wrapper, .ketto_ngo .listing_details_wrapper .noOfCampaign_wrapper{ margin-bottom: 0px!important;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount {/*color:#00b1b0!important;*/ display: block; font-size: 17px; font-weight: 600; word-wrap: break-word; text-align: left;}
	.ketto_ngo .noOfCampaign {color: #424242; display: block;font-size: 17px;font-weight: 600; text-align: left; word-wrap: break-word;}
	.ketto_ngo ._kt_raisedGoalAmt_wrapper span.amount > span {padding-right:4px!important; font-size: inherit;}
	li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width: 27.05%; position: relative; border: 1px solid #F3F3F3; float: left;}
	.ketto_ngo .listing_image_wrapper { margin-bottom: 10px!important;}
	.branding_OGQ_tabcontent_wrapper #CurrentCorporates ol li#ketto_ngo, .branding_OGQ_tabcontent_wrapper #CurrentNGOs ol li#ketto_ngo{ background:#fff; border-radius: 5px; margin-bottom: 15px; padding: 215px 18px 10px; width: 83.3%!important; position: relative; border: 1px solid #F3F3F3; float: left;}
	/**/
	.notContent ._kt_icon_add{background-position:20px -125px; font-size:14px!important; width:200px!important; }
	#Listings_wrapper ol._kt_three_fourth > li{margin-right:0; float:none; width:auto}
	.loadMoreBtnOuter{text-align:center;width:100%;float:left;}
	.tab_content {background: none repeat scroll 0 0 #ffffff; float: left; margin-bottom: 15px; padding: 3%; width: 94%; min-height: inherit;}
	#ProfileDetails .NGODetailsNav{display:none !important}
	#ProfileDetails #CampaignsDetails #CampaignDetailsContent .campaign_details_title .title{width:72%}
	#ProfileDetails #CampaignsDetails #CampaignDetailsContent .campaign_details_title .title p.subtext{max-height:none; font-size:14px; line-height:normal}
	#ProfileDetails #CampaignDetailsContent .campaign_details_title .title_image{display:none}
	#ProfileDetails #CampaignsDetails #CampaignDetailsContent .campaign_details_title .title{width:auto}
	#ProfileDetails #CampaignsDetails #CampaignDetailsContent .campaign_details_title .title p.titletext{line-height:24px; font-size:18px; text-align:center; margin-bottom:5px}
	#StartCampaign h2.pagetitle{font-size:28px; line-height:60px; height:60px;}
	._kt_donation_summ_wrapper .summ_details_wrapper h3{padding-bottom:0; line-height:30px; font-size:18px;}
	._kt_donation_summ_wrapper .summ_details_wrapper table{font-size:16px;}
	._kt_donation_summ_wrapper .summ_details_wrapper{float:none; width:auto}
	._kt_donation_summ_wrapper .summ_details_wrapper td{display:block; padding:5px 0 0; width:auto}
	._kt_donation_summ_wrapper .summ_details_wrapper tr:last-child td:first-child{font-size:14px}
	._kt_donation_summ_wrapper .summ_details_wrapper td:last-child{padding-left:0 !important}
	.IndProfileDetails#ProfileDetails .smallScreenIndDisp .user_details_header_text{width:67%}
	.IndProfileDetails#ProfileDetails .user_details_header .user_details_header_text h3{padding-top:0; font-size:20px !important;}
	.IndProfileDetails ._kt_listing_box_wrapper {margin-right:0% !important;  width:95%;}
	/*._kt_breadcrumb{padding:10px 0; margin-bottom:10px}*/
	._kt_breadcrumb{padding:15px 0; border-bottom:0px solid #cecece; margin-bottom:5px; /*background:url("/images_old/breadcrumb_bg_mobile.png") center bottom no-repeat;display:none;*/ }
	#AboutUs .about_banner_wrapper h2{font-size:16px;}
	#AboutUs .about_banner_wrapper h3{font-size:15px;}
	#AboutUs .about_banner_wrapper h4{font-size:13px;}
	#AboutUs #BoardListing li{text-align:center; margin-bottom:15px}    
	#AboutUs #BoardListing li .member-details-wrap{width:auto}
	#AboutUs #BoardListing li img{float:none; margin:0 0 10px 0}
	#AboutUs #PartnersListing li .about_partner_image{margin-right:6%}
	.responsive-dropdown{float:left; margin-bottom:10px; width:100%}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions{display:block;}
	#BrandingCarousel, 
	#BrandingCarousel ul, 
	#BrandingCarousel ul li{height:165px;}
	.gciCarousel, 
	.gciCarousel ul, 
	.gciCarousel ul li {height: auto !important;}
	.branding_OGQ_content_wrapper .events_tabs_nav li {/*width:31.8%*/ width:auto;}
	.branding_OGQ_content_wrapper .events_tabs_nav li a{font-size:12px; height:30px; text-align:left;}
	.branding_OGQ_content_wrapper .events_tabs_nav li:nth-child(3) a{line-height:30px;}
	.branding_OGQ_tabcontent_wrapper ol ._kt_listing_box_wrapper {width:78.426% !important; float:none; margin:0 auto 20px !important; }
	.donateRow input[type="text"] {background:none repeat scroll 0 0 #F7F7F7; border:1px solid #EFEFEF; display:inline-block; float:left; font-size:14px; font-weight:100; height:29px; line-height:29px; margin-right:2%; padding:6px 10px; width:90%!important; margin-bottom:20px; }
	.donatepopupSubmit {background:none repeat scroll 0 0 #00b1b0 !important; border:0 none; color:#FFFFFF; display:inline-block; float:left; font-size:16px !important;  font-weight:500 !important;  height:43px !important; line-height:43px !important; margin:0 auto 0 25%; padding:0 30px !important; text-align:center;}
	#CampaignsListing .listing_hover_data .share{padding:0 0px;}
	/*NEW SHARE CODE CSS START FOR LISTING WIDGET*/
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300b,
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300bo,
	.listing_hover_data .details-social-wrapper .addthis_default_style .at300m {display: inline-block; float: none!important; padding: 0 5px!important;}
	/*NEW SHARE CODE CSS END FOR LISTING WIDGET*/
	/*NEW SHARE CODE CSS START FOR RIGHT PANEL*/
	.share_widgets .details-social-wrapper .addthis_default_style .at300b,
	.share_widgets .details-social-wrapper .addthis_default_style .at300bo,
	.share_widgets .details-social-wrapper .addthis_default_style .at300m {width:32% !important; display: inline-block!important; float: left!important; padding: 0 5px 0 0;}
	/*NEW SHARE CODE CSS END FOR RIGHT PANEL*/
	/*CSS FOR DONATE PAGE POPUP 09-06-2014 START*/
	.popupWrapper_payment .error {background:#FFEBE8; border:1px solid #DD3C10;margin-top:10px; padding:8px 0; width:97%; float:left; text-align:center;}
	/*.popupWrapper_payment {margin-bottom:30px; padding:20px 3% 3%;}*/
	.popupLeftSec{float:left; width:94%; margin:0 3%;}
	.noticeImp {background: none repeat scroll 0 0 #f7f7f7; border-radius: 5px; float: left; padding: 6%; width: 85%;}
	.textareaOuter {float:left; margin-right:0%; width:100%;}
	.textarealable { color:#686868; float:left; font-size:13px; font-style:italic; font-weight:normal; width:98%;}
	.textareaOuter textarea {background:none repeat scroll 0 0 #F7F7F7; border:1px solid #EFEFEF; height:70px; resize:none; width:100%; margin-bottom:10px;}
	.textareaOuter input[type="text"] {background: url("/images_old/form_icon_ruppee.png") no-repeat scroll 15px center #fbfbfb; border: 1px solid #efefef !important;	border-radius: 5px; font-size: 14px; font-weight: 400; padding: 15px 10px 15px 22%; resize: none; width: 76%;}
	.textarealable br{display:none;}
	.buttonOuter {float:right; text-align:center; width:100%; padding:20px 0 10px 0;}
	.buttonOuter input[type="button"], .buttonOuter input[type="submit"], .buttonOuter a {background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; border-radius:5px!important; color:#FFFFFF!important; display:inline-block!important; font-size:13px!important; height:40px!important; line-height:40px!important; margin:0 10px 10px 10px!important; padding:0 15px 0 15px!important; text-align:center!important; text-decoration:none!important; width:auto!important;}
	.buttonOuter input[type="button"]:hover, .buttonOuter input[type="submit"]:hover, .buttonOuter a:hover {background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; border-radius:5px!important; color:#FFFFFF!important; display:inline-block!important; font-size:13px!important; height:40px!important; line-height:40px!important; margin:0 10px 10px 10px!important; padding:0 15px 0 15px!important; text-align:center!important; text-decoration:none!important; width:auto!important;} 
	/*NEW POPUP CSS*/	
	.popupLeftSec h2 { color: #333; float: left; font-size: 18px; font-weight: 600; height: 20px; line-height: 20px; margin-bottom: 10px; text-transform: uppercase; width: 100%;}
	ul.rwForm h3 {color:#000000; float:left; font-size:12px; font-weight:500; margin-bottom:5px; width:100%;}
	.popupRightSec{float:left; width:100%; margin:0 0% 10px 0%; display:none;}
	.popupWrapper_payment { margin-bottom: 5px; padding: 0px 0 50px; width: 100%;}
	.popupLeftSec .textareaOuter input[type="text"] { background: none repeat scroll 0 0 #fbfbfb !important; border: 1px solid #efefef !important; border-radius: 5px;  font-size: 14px; font-weight: 400; padding: 10px 4%; resize: none;  width: 90%;}
	.ktt_popupInnerScroller{float:left; width:98%; padding-right:2%; overflow-y: auto; height: 140px; padding-bottom:25px;}
	.radioBtnOuter { float: left; margin-right: 1%; text-align: center; width: 12%;}
	ul.rwForm li {border-bottom:1px solid #E6E6E6; float:left; margin-bottom:0; padding:10px 0 20px 0; width:100%;}
	.radioBtnDesc strong { color: #3a3a3a; float: left;  font-size: 10px; font-weight: 500; margin-right: 0; width: 66%;}
	.radioBtnlable { color: #000000; float: left; font-size: 12px; font-weight: 500; margin-right: 1%; width: 85%;}
	.radioBtnDesc { color: #686868; float: right; font-size: 10px; font-weight: 500; margin-right: 4px; width: 85%;}
	.buttonOuter { background:/*url("/images_old/white_transparent_bg.png") repeat scroll left top rgba(0, 0, 0, 0)*/; border-top: 0px solid #dddddd; bottom: -10px; box-shadow:/*-1px -5px 22px -15px #ccc*/none; display: block; float: left; left:0%; padding:10px 0 0px; position: absolute; text-align: center; transition: all 450ms ease-in-out 0s; width: 97%;}
	#kt_popBtn input[type="button"], #kt_popBtn input[type="submit"], #kt_popBtn input[type="cancel"], #kt_popBtn a{
	background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#ffffff!important;  padding:0 10px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; margin-right: 2%;}
	#kt_popBtn input[type="button"]:hover, #kt_popBtn input[type="submit"]:hover, #kt_popBtn input[type="cancel"]:hover, #kt_popBtn a:hover{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#ffffff!important; padding:0 10px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_popBtn input[type="button"]:foucs, #kt_popBtn input[type="submit"]:foucs, #kt_popBtn input[type="cancel"]:foucs, #kt_popBtn a:focus{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#ffffff!important; padding:0 10px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_popBtn input[type="button"].disableFDonor, #kt_popBtn input[type="submit"].disableFDonor, #kt_popBtn input[type="cancel"].disableFDonor, #kt_popBtn a.disableFDonor{
background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#bfbfbf!important;  padding:0 10px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	#kt_popBtn input[type="button"].disableFDonor:hover, #kt_popBtn input[type="submit"].disableFDonor:hover, #kt_popBtn input[type="cancel"].disableFDonor:hover, #kt_popBtn a.disableFDonor:hover{
background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 10px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_popBtn input[type="button"].disableFDonor:foucs, #kt_popBtn input[type="submit"].disableFDonor:foucs, #kt_popBtn input[type="cancel"].disableFDonor:foucs, #kt_popBtn a.disableFDonor:focus{
background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 10px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	/*How It Works New page CSS*/
	.newhiwButtonOuter { margin: 0 auto; width:100%;}
	.getStarted { color: #FFFFFF; float: left; font-size:16px; text-align: center; width: 100%;}
	/*ABOUT US NEW */
	.headTextWraper {margin: 40px auto 0; text-align: center; width:98%;}
	#AboutUs .about_banner_wrapper h3 {font-size: 12px; font-weight: 400; margin-bottom: 0px;}
	#AboutUs #TeamListing li{ float: left; margin-bottom: 20px; width: auto;}
	.ketto_briefAbout p { height: auto; margin: 20px 0 30px; padding: 0 10px; text-align: left;}
	.ketto_briefAbout { background: none repeat scroll 0 0 #ffffff; border-radius: 5px; float: left; font-size: 13px; height: auto; margin: 0 0 10px; padding: 0 3% 15px 3%; position: relative; width: 94%;}
	.ketto_briefAbout p { height: auto; margin: 20px 0 10px; padding: 0 10px; text-align: left;}
	._kt_raisedGoalAmt_wrapper span.amount {color: #323a45;display: block; font-size:14px; font-weight: 500; text-align: left; word-wrap: break-word;}
	._kt_daysleft_wrapper p {color: #7a7a7a; font-size: 12px; font-style: normal;}
	.induvidual_widg{width:81%; margin:10px auto 0 auto; text-align:center; padding-left:10px;}
	/*NEW SHARE*/
	#shareCampaignDetails{float:left; width:100%; margin:10px 0 20px 0; display:block;}
	.shareCampaignDetailsLeft {float: left; height: inherit; margin: 0; padding: 0; text-align: center; vertical-align: top; width: 100%; margin-bottom:20px; display:none;}
	.shareCampaignDetailsRight {float: right; height: inherit; margin: 0; padding: 0; text-align: center; vertical-align: top; width: 100%; display:none;} 
	#shareCampaignDetails .addthis_32x32_style .dummy .at300bs, #shareCampaignDetails  .addthis_32x32_style .at300bs, #shareCampaignDetails  .addthis_32x32_style .at15t { background:url("/images_old/my_addthis_image_devices_small.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important; display: block; height: 32px !important; line-height: 32px !important; overflow: hidden; width: 32px !important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_facebook {background-position: 0 0px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_facebook:hover {background-position:-32px 0px !important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_twitter { background-position: 0 -32px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_twitter:hover { background-position:-32px -32px!important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_google_plusone_share { background-position: 0 -64px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_google_plusone_share:hover { background-position: -32px -64px !important;}
	#shareCampaignDetails .addthis_32x32_style .at15t_linkedin {background-position: 0 -96px !important; }
	#shareCampaignDetails .addthis_32x32_style .at15t_linkedin:hover {background-position: -32px -96px !important;}
	#shareCampaignDetails .at-share-tbx-element .at-share-btn .at300bs { display: inline-block !important;}
	#shareCampaignDetails  .at-share-tbx-element .at-share-btn { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); margin:0 12px; padding: 0;}
	#shareCampaignDetails a.embed_listing{background: url("/images_old/icon_embed.gif") no-repeat scroll left center #e8edf3; border-radius: 3px; color: #666; display: inline-block;font-size: 12px; font-weight: 500; line-height: 30px; padding: 0 10px 0 43px; text-transform: uppercase; text-decoration:none; margin:0;}
	/*A CAMPAIGN PAGE START 22 JULY 2014*/
	.kt_globelcontainer{ margin: 0 auto; width: 98%;}
	.kt_commomGreenHeadSty h2 {color: #323A45; font-size: 24px; font-weight: 600; height: 30px; line-height: 30px;}
	.kt_commomGreenHeadSty{ float: left; height:50px; padding-top: 10px; text-align: center; width: 100%;}
	.kt_startCampaignWelcomeTxt h3{ color: #323A45; font-size: 15px; font-weight: 300; line-height: 30px;}
	.kt_startCampaignCtaOuter .startCampaignCTA { background: none repeat scroll 0 0 #2196eb; border: 0 none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #FFFFFF; display: inline-block; font-size: 22px; font-weight: 600; height: 59px; line-height: 59px; margin: 20px 0 25px; padding: 0 40px; text-align: center; text-decoration: none; text-transform: uppercase; border-bottom:1px solid #1e8fe1;}
	.kt_startCampaignCtaOuter .startCampaignCTAWhite { background:#ffffff; border: 0 none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #00b1b0; display: inline-block; font-size: 17px; font-weight: 600; height: 59px; line-height: 59px; margin: 10px 0 15px; padding: 0 40px; text-align: center; text-decoration: none; text-transform: uppercase;}
	.kt_globelcontainer h2.startCampaing {border-top: 2px solid #F4F4F4; color: #000000; font-size: 17px; font-weight: 500; padding: 20px 0; text-align: center; width: 100%;}
	.kt_startCampSampleLeft { float: left;  margin: 0 0 10px 0; position: relative; width: 100%;}
	.kt_startCampSampleRight { float: left; margin: 0 0 10px 0; position: relative; width: 100%;}
	.kt_startCampSampleInfo { position: absolute; top: 160px; width: 80%;}
	.kt_startCampBottLinks a { background: url("/images_old/more_arrow_green.png") no-repeat scroll right center rgba(0, 0, 0, 0);  color: #00b1b0; font-size: 16px; font-weight: 500; padding-right: 20px; text-decoration: none;}
	.kt_startCampSampleHeading { background: none repeat scroll 0 0 #323A45; color: #FFFFFF; float: left; font-size: 20px; font-weight: 600; height: 55px; line-height: 55px; opacity: 0.90 !important; padding-left: 3%; width: 92%;}
	.kt_startCampSampleDesc { background: none repeat scroll 0 0 #F7F7F7; float: left; font-size: 14px; font-weight: 500; height: 130px; opacity: 0.90 !important; padding: 10px 3%; width: 100%;}
	.kt_startCampaignBottomSec p {color: #FFFFFF; font-size: 14px; font-weight: 300; line-height: 20px; text-align: center;}
	.kt_startCampaignBottomSec { background: url("/images_old/green_pattern.jpg") repeat scroll center top #4B9C5C; float: left; padding:  40px 2.5% 10px; width: 93%;}
	
	/*CONTRIBUTE NOW FORM*/
	.yourContibutionSummary {float: left; width: 100%;}
	.contribute_page #Section1 {float: left;  margin-bottom: 0; width: 100%;}
	._kt_donation_summ_wrapper .summ_image_wrapper{display:block;}	
	._kt_donation_summ_wrapper .summ_image_wrapper { width:100%;}
	._kt_donation_summ_wrapper{padding:0%; margin-bottom:0px;}
	.summ_details_wrapper .title p.titletext { color: #000000; font-size: 16px; font-weight: 600;}	
	.contribute_page ._kt_form .currency{margin-right: 0; padding-right: 10px !important; width: 73%;}
	._kt_form .currency, ._kt_form .currency:focus{background:#FFF url("/images_old/form_icon_ruppee.png") 15px center no-repeat!important; /*padding-left:38px !important; width:175px;*/ margin-right:15px; font-size:26px; padding:10px 5% 10px 14%!important; width: 73%;}
	.createACampaignOuter ._kt_form .currency, ._kt_form .currency:focus{background:#FFF url("/images_old/form_icon_ruppee.png") 15px center no-repeat!important; /*padding-left:45px !important;*/ width:66%; margin-right:15px; font-size:26px; padding:10px 5% 10px 14%!important; width: 73%;}
	._kt_form .currencyDollar, ._kt_form .currencyDollar:focus{background:#FFF url("/images_old/dollar.png") 15px center no-repeat!important; /*padding-left:45px !important; width:175px;*/ margin-right:15px; font-size:26px; padding:10px 5% 10px 14%!important; width: 73%; margin-left:2%; margin-bottom:10px!important;}
	.yourContibutionSummary_formWrapper {float: left; margin-bottom: 30px; width:100%;}
	#StartCampaign ._kt_form .comp_small { padding: 10px 20% 10px 10px !important; width: 76%;}
	#StartCampaign ._kt_form .sel_small { width: 100%;}
	.yourContibutionSummary_formWrapper input{/*float:none;*/}
	._kt_form input[type="radio"] {float: left; margin-right: 10px; margin-top: 0;min-height: 16px !important; width: 13px;}
	._kt_reward_summ_wrapper .summ_details_wrapper table td { padding: 3px 0; width: 100% !important; float:left;}
	/*THANK YOU PAGE*/
	.text_th_1{font-size:14px; color:#323a45;}
	.text_th_2{color:#323a45; font-size:15px; font-weight:500; margin:10px 0 10px 0;}
	.text_th_3{height:auto; line-height:normal; margin-bottom:15px; font-size:13px; color:#323a45;}
	._kt_three_fourth_inner{width:100%;}
	
	/*INDIVIDUAL PAGE CSS*/
	#ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper { background: none repeat scroll 0 0 #fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 80%!important;}
	
	/*CELEBRATY PAGE CSS*/
	#celeBraty #ProfileDetails #CampaignDetailsContent ._kt_listing_box_wrapper { background: none repeat scroll 0 0 #fff; border: 1px solid #f3f3f3; border-radius: 5px; margin: 10px 1% !important; padding: 215px 25px 20px; position: relative; width: 80%!important;}
	.figures ._kt_raisedGoalAmt_wrapper span.amount {color: #ffffff; display: block; font-size: 22px; font-weight: 600; text-align: left; word-wrap: break-word;}
	
	/*ngo-details-updated css-01-09-2015*/
	.ngoMainOuter{width:100%;}
	.ngoMainImage{width:100%; margin:5px auto 0 auto; float:left; height:auto;}
	.ngoContentOuter{padding:0 2%;}
	.uploadeImagebuttonOuter{position:absolute; top:20%; width:80%; left:10%; text-align:center;}
	.uploadeImagebuttonOuter h3{font-size:16px; font-weight:600; color:#323a45;}
	.uploadeImagebuttonOuter a, .uploadeImagebuttonOuter input[type="button"]{text-align:center; padding:0 15px; height:28px; line-height:28px; background:#f3f3f3 url(/images_old/choose_file_btn_bg.png) bottom left repeat-x!important; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border:1px solid #dfdfdf; display:inline-block; color:#5e5e5e; font-size:12px; margin-top:10px;}
	#ngo_wraper{width:92%; padding:0px 4% 0;  margin:-15px 0% 30px; background:#ffffff; float:left; position:relative;}
	#ngo_wraper #CampaignDetailsSidebar { margin-top: 0;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper ._kt_raisedGoalAmt_wrapper {border-bottom: 0px solid #d3d3d3; border-top: 0px solid #d3d3d3; margin-bottom: 20px; padding: 15px 0; width: auto;}
	#ngo_wraper #CampaignContribute{border:none;}
	#ngo_wraper #CampaignDetailsSidebar ._kt_listing_box_wrapper {margin-bottom: 30px; padding: 5.5% 0; width: 100%;}
	#ngo_wraper .title p.titletext {color: #323a45; font-size: 18px!important; font-weight: 400; line-height: normal!important; display:none; margin-bottom:0;}	
	#ngo_wraper .campaign_details_title { margin-bottom:0!important;}
	#ngo_wraper .title p.subtext {display:none; font-size: 14px;}
	#ngo_wraper ._kt_three_fourth{width:100%;}
	#ngo_wraper .tab_content {background: none repeat scroll 0 0 #ffffff; float: left;  margin-bottom: 15px; min-height: inherit; padding: 0%; width: 100%;}
	#ngo_wraper #ProfileDetails #CampaignDetailsSidebar{margin-top:0px;}

	/*ngo profile-logo css*/
	
	#ngo_wraper ._kt_round_image_wrapper{display: table-cell; text-align: center; vertical-align: middle; width: 50px; height:50px; /*height: 198px;*/ background:#ffffff; border:0px solid #CCC;}
	#ngo_wraper	.campaign_details_title .title_image{background:#ffffff; margin-right:0; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; position:absolute; top:-60px; height:50px!important; width:50px; left:0; text-align:center; vertical-align:middle;}
	
	#ngo_wraper ._kt_round_image_wrapper img {width: 100%!important; /*float: left;*/margin-left:-3px;}
	#ngo_wraper ._kt_round_image_wrapper * {vertical-align: middle;}
	#ngo_wraper ._kt_round_image_wrapper {display: block!important;}
	#ngo_wraper ._kt_round_image_wrapper span {display: inline-block; height: 100%; width: 1px;}
	#ngo_wraper ._kt_round_image_wrapper span {display: inline-block; height: 100%;}
	#ngo_wraper ._kt_tab_box_nav li a .active_arr {display:none;}
	#ngo_wraper ._kt_tab_simple_nav { background:none; float: left; margin-bottom: 15px; width: 100%;}
	#ngo_wraper ._kt_tab_simple_nav li {float: left; margin-right: 10px; width: 100%; border-bottom: 1px solid #fff;}
	#ngo_wraper ._kt_tab_simple_nav li a:hover { border-bottom: 0px solid #00b1b0; color: #00b1b0 !important;}
	#ngo_wraper ._kt_tab_simple_nav li a.active { border-bottom: 1px solid #00b1b0; color: #00b1b0 !important;}
	#CampaignDetailsContent ._kt_featured_listing_wrapper .featured_listing_content p {font-size: 14px; line-height: 20px;}
	#ngo_wraper ._kt_tab_simple_nav li a {display: block; line-height: 30px; padding: 0 0px;}
	#ngo_wraper  ._kt_featured_listing_wrapper .featured_listing_content { margin-bottom: 20px; padding: 0px 0;}
	#CampaignsDetails #ngo_wraper #CampaignDetailsSidebar {clear: none; float: left; width: 95% !important;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount {font-size: 30px!important; font-weight: 600;}
	#ngo_wraper .tab_content{padding:5px 0!important;}
	#ngo_wraper .listings_wrapper ol > li {float: left; width:22.6%; margin:0 1.5% 20px 1.5%;}
	#ngo_wraper .listings_wrapper ol > li:nth-child(3n+3) {margin:0 1.5% 20px 1.5%;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper ._kt_button_big {height: 62px; line-height: 62px; margin-bottom: 20px;}
	#ProfileDetails #ngo_wraper #ProfOverviewTabNav {display: block;}
	#ProfileDetails #ngo_wraper .NGODetailsNav {display: block !important;}
	#ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300b, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300bo, #ngo_wraper .share_widgets .details-social-wrapper .addthis_default_style .at300m { display: inline-block !important; float: left !important; margin-bottom: 15px !important; padding: 0 5px 0 0; width: 47% !important;}
	#Activity, #Media{display:none;}
	#ngo_wraper #CampaignDetailsSidebar .listing_details_wrapper a.embed_listing, #ngo_wraper #CampaignDetailsContent .ResponsiveDeviceContributeBox a.embed_listing{display:none;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagOrange,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagBlue,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagRed {top: 180px;}
	#ngo_wraper  .ktt_listingNamePosition { margin-top: 17px;}
	#ngo_wraper .listing_details_wrapper .desc {  color: #7a7a7a;  font-size: 14px; height:75px;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount { font-size: 16px !important; font-weight: 600;}
	/*ngo-details-updated css-new*/
	#ngo_wraper .ktt_newFormFieldOuter {float: left; min-height: 55px; width: 100%;}
	.ktt_yourContributionRowExp{float:left; width:100%; margin-bottom:0px;}
	#ngo_wraper .ktt_yourContributionRow {float: left; margin-bottom: 0; width: 100%;}
	.ktt_yourContributionRowExp .ktt_yourContributionRow {float: left; margin-bottom: 0; width: 100%!important;}
	#ngo_wraper .ktt_newFormFieldOuter input[type="text"] {width:94%;}
	#ngo_wraper .ktt_updateImage {width:96%;}
	#ngo_wraper .ktt_newFormFieldOuter select.customSelect {width:99%;}
	#ngo_wraper .ktt_newFormFieldOuterTextarea {width: 100%;}
	#ngo_wraper .ktt_phone-input { padding: 5px 2% 5px 10% !important; width: 85% !important;}
	#ngo_wraper .ktt_website-input {padding: 5px 2% 5px 25% !important; width: 71% !important;}
	#ngo_wraper .ktt_continueBtn{width:110px;}
	#ngo_wraper .ckEditerOuter {float: left; width:100%;}
	p.ktt_forminfoText{font-size:12px; color:#323a45; margin-bottom:15px;}
	#ngo_wraper .froala-editor.f-basic {width: 100%;}

	._kt_raisedGoalAmt_wrapper span.amount > span { font-size: inherit; padding-right: 4px;}
	
	/*NGO new widget classes-08-09-2015*/
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper {background:#fff; border: 1px solid #f3f3f3 !important; border-radius: 5px; margin:0 2% 20px  !important;  padding: 195px 15px 20px; position: relative; width:84.4%!important;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_image_wrapper { height: 165px; left: 0; margin-bottom: 0px; overflow: hidden; position: absolute; top: 0;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .figures { background: none repeat scroll 0 0 #000; border-radius: 5px 5px 0 0; margin-bottom: 20px; opacity: 0.8; padding: 10px 15px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .figures ._kt_raisedGoalAmt_wrapper span.amount { color: #ffffff; display: block; font-size: 14px; font-weight: 600; text-align: left; word-wrap: break-word;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .listing_hover_data .image_wrapper { border: 2px solid #333; border-radius: 50px; height: 30px; margin-bottom: 5px; overflow: hidden; width: 30px;}
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagOrange,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagBlue,
	#ngo_wraper ol#ngoWidgetNewClasses ._kt_listing_box_wrapper .ktt_tagRed {top: 180px;}
	#ngo_wraper  .ktt_listingNamePosition { margin-top: 17px;}
	#ngo_wraper .listing_details_wrapper .desc {  color: #7a7a7a;  font-size: 14px; height:75px;}
	#ngo_wraper .listing_details_wrapper ._kt_raisedGoalAmt_wrapper span.amount { font-size: 16px !important; font-weight: 600;}
	
	/*NEW GLOBEL FORM CLASSES START*/
	.form_left_wrapperNew{width:100%; margin-right:0%; float:left;}
	.form_left_wrapperNew p{font-size:17px; color:#595959; margin-bottom:20px;}
	.form_left_wrapperNew .inner{width:99%; margin-right:10%; float:left;}
	.form_left_wrapperNew input, .form_left_wrapperNew textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	.form_left_wrapperNew .comp_bord {border: 0px solid #e4e4e4;  border-radius: 5px;}
	.form_left_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}
	.textareaValError{background:#ffffff; border:1px solid #00b1b0 !important;}
	.textareaValSuccess{background:#ffffff; border:1px solid #00b1b0 !important;}
	.form_right_wrapperNew{width:100%; float:left; }
	.form_left_wrapperNew .comp_large{width:79.3%!important; padding:10px 18% 10px 10px !important;}
	p.signupHeading{float:left; width:100%; font-size: 19px!important;font-weight: 600!important; line-height:normal;}
	.signupType{float:left; width:98%; text-align:right; margin-bottom:15px;}
	.signupType span{float:none; width:auto; padding-right:20px; line-height:50px; font-size:18px; color:#000; font-weight:500;}
	.signupTypeInner{width:51%; float:right; text-align:left;padding:10px;background:#ffffff; border:1px solid #e4e4e4; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
	.signupType select{background:#ffffff; border:none!important; border-radius:0px; padding-right:0%; width:100%; font-size:14px; font-weight:400;}
	.captcha_wrapper input {width:67%;}
	/*NEW GLOBEL FORM CLASSES END*/
	
	/*NEW SIGNUP FORM CLASSES START*/
	.form_left_wrapperNewSignUp{width:100%; margin-right:0%; padding-right:0%; float:left; border-right:0px solid #ebebeb;}
	.form_left_wrapperNewSignUp p{font-size:17px; color:#595959; margin-bottom:20px;}
	.form_left_wrapperNewSignUp .inner{width:97%; margin-right:0%; float:left;}
	.form_left_wrapperNewSignUp input, .form_left_wrapperNewSignUp textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	.form_left_wrapperNewSignUp .comp_bord {border: 0px solid #e4e4e4;  border-radius: 5px;}
	/*.form_left_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}*/
	.form_left_wrapperNewSignUp select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; */width:100%;}
	.form_left_wrapperNewSignUp .formRowOuter{width:100%; float:left;}
	.form_left_wrapperNewSignUp .formRowOuterLeft{width:100%;float:left;}
	.form_left_wrapperNewSignUp .formRowOuterRight{width:100%; float:left;}
	.form_left_wrapperNewSignUp .comp_large {width: 88%;}
	.smallDeviceSocialWraper{display:block;}
	.form_right_wrapperNewSignUp{width:23.7%; margin-right:0%; float:right; display:none;}
	.form_right_wrapperNewSignUp ._kt_onethirdCol {float: left; margin: 0 1.5% 20px; width: 100%;}
	.form_right_wrapperNewSignUp ._kt_onethirdColOuter {background: none; float: left; margin-bottom: 10px; padding: 20px 0 30px; width: 100%;}
	.login_fullpage { margin: 0px auto;}
	/*NEW SIGNUP FORM CLASSES END*/
	
	#CampaignStatusInfoLargeDevice{display:none;}
	#CampaignStatusInfoSmallDevice{display:block; /*position:fixed; top:49px; left:0;*/ width:100%; background:#ffffff; padding-top:5px; z-index:100;}
	#CampaignStatusInfoSmallDevice ._kt_raisedGoalAmt_wrapper{ width:38%;}
	#CampaignStatusInfoSmallDevice ._kt_button_big{margin-bottom:5px;}
	.floatingBoxSpaceTop {margin-top: 110px; width: 100%;}
	#CampaignsDetails #CampaignStatusInfoSmallDevice ._kt_one_third { clear: none; float: left; width: 100%;}
	#rewardsLargeDevice{display:none;}
	#rewardsSmallDevice{display:block; background:none;}
	
	/*CAREER PAGE CSS*/
	.fullBreadCrumbOuter{width:100%;}
	/*ACCORDIAN CSS*/
	.accordianOuter{float:left; width:92%; border-bottom:1px solid #e4e4e4; padding:0 4%;}
	.menu_list { width: 100%;}
	.menu_head { padding: 5px 0px;	cursor: pointer; position: relative; margin:1px; font-weight:bold; background:url(/images_old/left.png) center right no-repeat; line-height:58px!important; height:58px; border-top:1px solid #e4e4e4; border-bottom:0px solid #e4e4e4; margin:0px 0 0px 0!important; }
	.menu_body { display:none; background:none!important; margin-bottom:20px;}
	.menu_body a{ display:block; color:#006699; padding-left:10px; font-weight:bold; text-decoration:none;}
	.menu_body a:hover{color: #000000; text-decoration:underline;}
	
	/*START A CAMPAIGN (CREATE A CAMPAIGN)- NEW FORM CSS START- 26-08-2014*/
	.createACampaignRow{float:left; width:100%;}
	.createACampaignRow .comp_large{ width: 85%;}
	.createACampaignRow .sel_large{ width: 99%;}
	.createACampaignRowHeight{height:inherit; margin-bottom:15px;}
	.createACampaignRow #DateData input[type="text"] {width:85% !important;}
	#fmd_media_path_1{height:50px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:85%!important;}
	#fmd_detail_2_1{height:100px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:85%!important; float:left; margin-bottom:15px;}
	.createACampaignRow textarea, .createACampaignRowLarge textarea{height:100px!important; padding:10px 10% 10px 10px; border:1px solid #e4e4e4; border-radius:5px; transition: transform 0.2s ease-in-out 0s; resize:none; width:85%!important; float:left; margin-bottom:10px; margin-top:8px;}
	.createACampaignOuter .currency {background: url("/images_old/form_icon_ruppee.png") no-repeat scroll 15px center #fff !important; margin-right: 15px; padding:10px 10px 10px 10% !important; width: 85%;}
	p.infotext{font-size:12px;}
	.createACampaignOuter ._kt_form .currency, ._kt_form .currency:focus {background: url("/images_old/form_icon_ruppee.png") no-repeat scroll 15px center #fff !important; margin-right: 15px; padding-left: 45px !important; width: 80%;}
	.shorturl {border: 1px solid #e4e4e4; border-radius: 5px; float: left; margin-bottom: 25px; margin-top: 8px; outline: medium none; padding: 10px 0 10px 10px; width: 96%;}
	#StartCampaign ._kt_form .shorturl input[type="text"] {background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; border: medium none !important; border-radius: 0 !important; line-height: normal !important; margin: 0 !important; padding: 0; width: 58%;}
	.phonePlus{float:left; width:96%; background:#ffffff!important; border: 1px solid #e4e4e4; border-radius: 5px; margin-bottom: 5px; outline: medium none; padding: 10px 0% 10px 10px; margin-top:8px;}
	#frmStartCampaign ._kt_form  .phonePlus input[type="text"]{background:#ffffff!important; border:none!important;  border-radius: 0px!important; padding: 0 !important;
    width:94%; margin:0!important; line-height:normal!important;}
	#frmStartCampaign ._kt_form  .phonePlus input[type="text"]:focus{background:none!important; border:none!important;  border-radius: 0px!important; padding:0!important; margin:0!important; line-height:normal!important; width:94%;}
	.prefixPlus{line-height:30px; font-size:16px; font-weight:200; color:#999;}
	.uploadeImageOuter{float: left; width: 94%; background:#fff;  border: 1px solid #e4e4e4; border-radius: 5px; color: #666;  font-size: 16px; font-weight: 200; margin-bottom: 2px; margin-top: 8px; min-height: 30px; outline: medium none; padding: 10px 1% 10px 10px; transition: transform 0.2s ease-in-out 0s;}
	#myProfileImg img{width:13%!important; height:auto!important; float:left; margin-right:1%;}
	#myProfileImg .noBorderMargine, #myProfileImg .media_form_wrapper{padding-bottom: 0px !important;}
	.selContry select{float: left!important; width: 98.5%!important;}
	ul.informationText {float: left; margin-bottom: 5px; padding-left: 0;}
	ul.informationText li {font-size:13px;}
	.stepsHeading{float:left; width:100%; height:38px; background:url(/images_old/step_heading_bg.png) left top repeat-x; margin-bottom:20px;}
	.stepsHeadingInner{float:left; width:60%; background:#00b1b0; padding:0 0 0 2%; border-radius:0 38px 38px 0;}
	.stepsHeadingInner h2{color:#ffffff; font-size:14px; font-weight:600; text-transform:capitalize; line-height:38px; margin:0; padding:0; text-align:left;}
	.createACampaignInner {background: none;  padding: 2%; display: inline-block;}
	/*START A CAMPAIGN (CREATE A CAMPAIGN)- NEW FORM CSS END- 26-08-2014*/
	
	
	/*INDIVIDUAL DETAILS*/
	#IndProfileTabsNav li a { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border-bottom: 2px solid #eaeaea; color: #555; font-size: 12px; font-weight: 500; margin-right: 20px; padding: 10px 0 !important;}
	#StartCampaign ._kt_title_wrapper p, #ProfileDetails ._kt_title_wrapper p { color: #323a45; font-size: 18px; font-weight: 600;}
	#SmallScreenHeaderActions > li > a {background: url("/images_old/mobile_header_nav.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: block; height: 36px; width: 36px; margin-right: 10px; margin-top: 0px;}
	/*DONATION HISTORY*/
	.donationHistoryListing{float:left; width:100%; border-bottom:1px solid #ebebeb; margin-bottom:30px; padding:15px 0 0px 0;}
	.donationHistoryListing li{float:left; width:100%; border-top:1px solid #ebebeb; padding:15px 0 15px 0;}
	.campaignImage{float:left; height:50px; width:50px;  text-align:center; overflow:hidden; margin-right:10px;}
	.campaignImage img{max-width:100%; /*border-radius:65px;*/}
	.campaignAuthor{float:left; width:35%; margin-right:2%; padding:0 2%; border-right:1px solid #e8e8e8; height:auto; font-size:12px;}
	.amountRaised{float:left; width:auto; margin-right:2%; padding:0 2%;}
	.amountRaised ._kt_raisedGoalAmt_wrapper span.amount { color: #323a45; display: block; font-size: 15px; font-weight: 400; text-align: left; word-wrap: break-word;}
	.amountRaised ._kt_raisedGoalAmt_wrapper p { color: #7a7a7a; font-size: 14px; font-style: normal; font-weight: lighter; text-align: left;}
	
	/*USER DETAILS PAGE*/
	.userInfoOuter{float:left; width:100%; margin:30px 0 20px 0; position:relative; display:none;}
	/*.userInfoOuter{float:left; width:100%; margin:30px 0 20px 0; position:relative; display:block;}*/
	.userInfoOuterSmallScreen{float:left; width:100%; margin:15px 0 20px 0!important;/* position:relative;*/ display:block;}
	.userInfoOuterSmallScreen ._kt_round_image_wrapper {border-radius:60px; height: 40px; overflow: hidden; width:40px; margin-right:3px; background:#eeeeee; border:2px solid #ffffff;} 
	.userInfoOuterSmallScreen .user_details_header_text a.editProfile {background: url("/images_old/edit_profile.png") no-repeat scroll 10px center / contain; border-radius: 2px; color: #00b1b0; float: right; font-size: 12px; font-weight: 400; margin-bottom: 0; padding: 8px 0px 0px 13px; text-indent:-999999px; position: absolute; width:20px; right:-25px; height:auto; top:-4px;}
	#ProfileDetails.IndProfileDetails .userInfoOuterSmallScreen .user_details_header .user_details_header_text h3 {font-size: 13px !important; padding-top: 0; color:#000; font-weight:600; margin-top:5px; width:85%; position:relative;}
	.userInfoOuterSmallScreen .user_details_header_text {float: left; margin-left: 2%; width: 80%; position: relative;}
	.userInfo { clear: both; color: #000000; font-size: 12px; margin-bottom: 20px;/* position: absolute; top: 62px;*/ width: 98%; padding:0 1%; margin:5px 0 5px 0 ; float:left;}
	.userInfoOuterSmallScreen ._kt_location { visibility: visible;}
	.profileStatus { background: none repeat scroll 0 0 #ffffff; border-radius: 5px; float: left; margin-left: 0%; padding: 2%; width: 94%;}
	.profileStatusBar {float: left; margin-bottom: 15px; margin-right: 0; padding-top: 5px; width: 60%;}
	.profileStatusCount {float: left; margin-bottom: 15px; margin-left: 3%; width: 37%;}
	.socialLinkOuter_profile a.profileFb{background:url(/images_old/profile_social_bg_small.png) 0 0 no-repeat; float:left; width:70px; height:27px; margin-right:6px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileTw{background:url(/images_old/profile_social_bg_small.png) 0 -27px no-repeat; float:left; width:70px; height:27px; margin-right:6px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileLi{background:url(/images_old/profile_social_bg_small.png) 0 -52px no-repeat; float:left; width:70px; height:27px; margin-right:6px; text-indent:-99999px;}
	.socialLinkOuter_profile a.profileGp{background:url(/images_old/profile_social_bg_small.png) 0 -79px no-repeat; float:left; width:70px; height:27px; margin-right:6px; text-indent:-99999px;}
	
	/*NOT CONTENT AVAILABLE*/
	.notContent{float:left; width:100%;}
	.notContent h2{float:left; width:100%; margin-bottom:10px; font-size:19px; color:#000; font-weight:600; }
	.notContent h3{float:left; width:100%;  margin-bottom:20px; font-size:15px; color:#000; font-weight:400; }
	.buttons{float:left; width:78%;}
	.ind_tab_content { float: left; margin-bottom: 20px; min-height: 210px; width: 100%;}
	
	/*EVENT PAGE CSS*/
	#EventsListing #EventCampaignDetails h2 { background: url("/images_old/trans.png") repeat scroll 0 0 rgba(0, 0, 0, 0); color: #fff; float: left; font-size: 22px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 0; margin-top: 65px; padding: 0 20px;}
	#EventsListing #EventCampaignDetails .event_campaign_actions{float:right; width:50%; margin-bottom:20px; clear:left; display:none;}
	.eventSmall{display:block; width:90%; margin:0 auto;}
	.eventSmall li {float: left; margin: 0 1%; width: 98%;}
	.eventSmall ._kt_button_big { border-radius: 3px; color: #fff; display: block; font-size: 19px; font-weight: 600; line-height: 62px; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
	#EventsListing #TeamLeaderboard #Listings_wrapper ol > li { float: left; margin: 0 0 15px; padding: 215px 6% 20px; width: 88%;}
	#EventsListing .events_tabs_nav li a { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border-bottom: 2px solid #eaeaea; color: #555; display: block; font-size: 13px; font-weight: 500; line-height: 30px; margin-right: 10px; padding: 12px 0 10px;}
	.events_listing_tab_content h2{font-size: 20px; margin-bottom: 15px;font-weight: 500; padding:0;}
	.events_listing_tab_content h3{font-size: 18px; margin-bottom: 10px;font-weight: 400; padding:0;}
	.createACampaignRow input[type="button"], .createACampaignRow input[type="submit"], .createACampaignRow input[type="cancel"], .createACampaignRow a {
    font-size: 15px;
    padding: 0 26px;}
	.createACampaignRow input[type="button"]:hover, .createACampaignRow input[type="submit"]:hover, .createACampaignRow input[type="cancel"]:hover, .createACampaignRow a:hover {
    font-size: 15px;
    padding: 0 26px;}
	._kt_form input[type="button"], ._kt_form input[type="submit"], ._kt_form input[type="cancel"]{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF!important; background-color:#00b1b0; padding: 0 26px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2; 
	-webkit-transition:all 450ms ease-in-out; -moz-transition:all 450ms ease-in-out; -ms-transition:all 450ms ease-in-out; -o-transition:all 450ms ease-in-out; transition:all 450ms ease-in-out;}
	._kt_form input[type="button"]:hover, ._kt_form input[type="submit"]:hover, ._kt_form input[type="cancel"]:hover{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF; background-color:#00a3a2; padding: 0 26px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;
	}
	._kt_form input[type="button"]:foucs, ._kt_form input[type="submit"]:foucs, ._kt_form input[type="cancel"]:foucs{line-height:50px; height:50px; font-size:15px; font-weight:500; color:#FFF; background-color:#00a3a2; padding: 0 26px; cursor:pointer;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-bottom:1px solid #00a3a2;
	}
	
	#kt_buttons input[type="button"], #kt_buttons input[type="submit"], #kt_buttons input[type="cancel"], #kt_buttons a,
	#kt_buttons1 input[type="button"], #kt_buttons1 input[type="submit"], #kt_buttons1 input[type="cancel"], #kt_buttons1 a{
background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important;  padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	#kt_buttons input[type="button"]:hover, #kt_buttons input[type="submit"]:hover, #kt_buttons input[type="cancel"]:hover, #kt_buttons a:hover,
	#kt_buttons1 input[type="button"]:hover, #kt_buttons1 input[type="submit"]:hover, #kt_buttons1 input[type="cancel"]:hover, #kt_buttons1 a:hover{
background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_buttons input[type="button"]:foucs, #kt_buttons input[type="submit"]:foucs, #kt_buttons input[type="cancel"]:foucs, #kt_buttons a:focus,
	#kt_buttons1 input[type="button"]:foucs, #kt_buttons1 input[type="submit"]:foucs, #kt_buttons1 input[type="cancel"]:foucs, #kt_buttons1 a:focus{
background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
/**/
	#kt_buttons3 input[type="button"], #kt_buttons3 input[type="submit"], #kt_buttons3 input[type="cancel"], #kt_buttons3 a{
	background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important;  padding:0 26px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	#kt_buttons3 input[type="button"]:hover, #kt_buttons3 input[type="submit"]:hover, #kt_buttons3 input[type="cancel"]:hover, #kt_buttons3 a:hover{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 26px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_buttons3 input[type="button"]:foucs, #kt_buttons3 input[type="submit"]:foucs, #kt_buttons3 input[type="cancel"]:foucs, #kt_buttons3 a:focus{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:13px!important; font-weight:500!important; color:#ffffff!important; padding:0 26px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	
	/*PARTNER PAGE CSS START*/
	#Partner  ._kt_title_wrapper p {font-size: 24px;}
	#Partner  ul#partnerListing{float:left; margin:0 0 20px 0; width: 100%; /*height:475px;*/}
	#Partner ul#partnerListing li{float:left; margin: 0 2% 20px 2%; width: 46%; /*height:475px;*/}
	
	/*THANK YOU PAGE*/
	
	.thankyou_banner_wrapper{padding-top: 20px;}
	.thankyou_banner_wrapper img.tk-hd-gp {width: 40%}
	.thankyou_banner_wrapper h2{font-size: 20px;}
	.thankyou_banner_wrapper h3{font-size: 18px}
	.guideLine {float:left; width:100%; padding:0px 0% 10px 0%; /*padding:10px 1.5% 30px 1.5%;*/ margin-bottom:0px; /*background:#ffffff;*/}
	#thankyou{ background: url(/images_old/thankyoshadow_mobile.png ) center bottom no-repeat; margin-bottom:20px;}
	#thankyou h1{float:left; width:100%; text-align:left; margin:5px 0 30px 0; padding:0; font-size:18px; height:auto; font-weight:600; color:#000;}
	#thankyou .guideLineInner {float:left; width:96%; margin:0 2% 10px 2%; padding:0; background: url(/images_old/dotted_line.png) left bottom repeat-x;  height:auto;}
	#thankyou .imageOuter{float:left; width:27%; margin-right:1%; margin-bottom:0px; text-align:center;}
	#thankyou .guideLineInner h2{float:left; width:72%; text-align:left; margin:25px 0 5px 0; padding:0; font-size:16px; height:auto; font-weight:700; color:#000;}
	#thankyou .guideDesc{float:left; width:100%; text-align:left; margin-bottom:15px; font-size:13px; height:auto; color:#3e4753;} 
	#thankyou .noBackgroundOne{background: url(/images_old/dotted_line.png) left bottom repeat-x!important;}
	#thankyou .noBackgroundTwo{background:none!important;}
	
	/*BLUE BUTTONS*/
	.threeButtons{width:100%; text-align:center;}
	#ke_blueButtons input[type="button"], #ke_blueButtons input[type="submit"], #ke_blueButtons input[type="cancel"], #ke_blueButtons a{
	background-color:#51aded!important; background-image:url(/images_old/blue_burron_bg.png)!important; background-position:left!important; background-repeat:repeat!important;line-height:50px!important; height:50px!important; font-size:16px!important; font-weight:500!important; color:#ffffff!important;  padding:0 35px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #1e8fe1!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; text-transform:uppercase; display:inline-block; margin:10px auto;}
	#ke_blueButtons input[type="button"]:hover, #ke_blueButtons input[type="submit"]:hover, #ke_blueButtons input[type="cancel"]:hover, #ke_blueButtons a:hover{
	background-color:#28a1fc!important; background-image:url(/images_old/blue_burron_bg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:16px!important; font-weight:500!important; color:#ffffff!important; padding:0 35px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #0079eb!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#ke_blueButtons input[type="button"]:foucs, #ke_blueButtons input[type="submit"]:foucs, #ke_blueButtons input[type="cancel"]:foucs, #ke_blueButtons a:focus{
	background-color:#28a1fc!important; background-image:url(/images_old/blue_burron_bg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:50px!important; height:50px!important; font-size:16px!important; font-weight:500!important; color:#ffffff!important; padding:0 35px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #0079eb!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#SmallScreenHeaderActions > li > a {background: url("/images_old/mobile_header_nav.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: block; height: 36px; margin-right: 10px; margin-top: 6px; width: 36px;}
	#SmallScreenHeaderActions .arrow {right: 13px;}
	#BrandingCarousel .brandedPage_collection_info .amount_figure{font-size:20px; margin-right:15px; margin-top:0px;}
	.miracle_foundation_ms > ._kt_content_wrapper > .amount_raised_wrapper > .miracle_figure{font-size: 20px !important;}
	.miracle_foundation_ms > ._kt_content_wrapper > .amount_raised_wrapper > .miracle_figure > span.miracle_figure{font-size: 20px !important;}
	#BrandingCarousel .brandedPage_collection_info .amount_label {font-size: 10px; padding-top: 1px;}
	#BrandingCarousel .brandedPage_collection_info .amount_figure{margin-right:7px}
	#BrandingCarousel .brandedPage_collection_info .amount_label{width:46px!important;}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions{padding-top:2px;}
	#BrandingCarousel .brandedPage_collection_info .brandedPage_Actions ._kt_button_big{font-size:10px !important;}
	#CampaignsListing ._kt_title_wrapper { float: left; width: 100%;}
	/*FUNDRAISE PAGE CSS START*/
	.guideLine h1{float:left; width:100%; text-align:left; margin:5px 0 10px 0; padding:0; font-size:22px; height:auto; font-weight:600; color:#000;}
	/*.guideLineInner {float:left; width:12%; padding:0 3% 5px 1.5%; background:url(/images_old/verti_shadow.png) right 70px no-repeat;}*/
	.guideLineInner {float:left; width:96%; padding:0 2% 5px 2%; /*background: url(/images_old/shadow.jpg) center bottom no-repeat;*/ margin-bottom:10px; height:auto; padding-bottom:15px;}
	.imageOuter{float:left; width:100%; margin-bottom:0px; text-align:center;}
	.guideLineInner h2{float:left; width:100%; text-align:center; margin:5px 0 5px 0; padding:0; font-size:18px; height:auto; font-weight:700; color:#000;}
	.guideDesc{float:left; width:100%; text-align:center; margin-bottom:15px; font-size:14px; height:auto; color:#3e4753;}
	/*FUNDRAISING TIPS YOU PAGE*/
	.fundraising_banner_wrapper{height:190px; padding-top:0px; background:url("/images_old/fundraising_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; /*min-width:1070px;*/}
	.fundraising_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:12px; font-weight: 600; margin-bottom: 0px; text-shadow: 0 1px 2px #b85c19; text-transform: inherit; text-transform:uppercase;}
	.fundraising_banner_wrapper h3{font-family: Montserrat;font-size: 11px; font-weight: 300; margin: 0 auto; text-shadow: 0 1px 2px #b85c19; width: 100%;}
	.fundraising_banner_wrapper h4{font-size:18px; margin-bottom:30px;}
	.fundraising_banner_wrapper .headTextWraper p{font-size:20px;font-weight:500; background:#FFFFFF;padding:15px 30px; display:inline-block; margin-top:40px; color:#00b1b0; text-align:center;}
	.fundraising_banner_wrapper .headTextWraper {margin: 0px auto 0; text-align: center; width: 100%;}
	/*VIRTICLE TAB CONTENT CSS START*/
	.mainTabContainer {width: 100%; position: relative; float: left;}
	.tabMenuOuter {width: 100%; float:left; margin-right:0%; margin-bottom:20px;}
	.tabContainer {width: 100%; float:left;}
	.nav-tabs > li {float: left; margin-bottom: -1px;}
	.nav > li {display: block; position: relative;}
	.nav-tabs > li > a {border: 0px solid transparent!important; border-radius: 4px 4px 0 0; line-height: 1.42857; margin-right: 2px;}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {background:url(/images_old/tabcontent_menu_bg_hover.png) top right no-repeat!important; border: none!important; color: #000!important; cursor: pointer!important;}
	.tab-content .careerContent h2 {text-transform: uppercase; font-size:24px; font-weight:600; margin-top:0; float:left; width:100%; margin-bottom:20px;}
	.tab-content .careerContent h3 {text-transform: uppercase; font-size:18px; font-weight:600; margin-top:0; float:left; width:100%; margin-bottom:20px;}
	.tab-content .careerContent h4 {text-transform: capitalize; font-size:14px; font-weight:600;}
	.pageHeadingOuter {margin-left:0%; float:left; width:100%; font-weight:600; font-size:20px; color:#323a45; text-transform:uppercase; margin-bottom:23px;}
	/*CORPORATES YOU PAGE*/
	.corporates_banner_wrapper{height:190px; padding-top:0px; background:url("/images_old/corporate_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:0px; color:#FFF; /*min-width:1070px;*/}
	.corporates_banner_wrapper .headTextWraper p{font-size:20px;font-weight:500; background:#FFFFFF;padding:15px 30px; display:inline-block; margin-top:40px; color:#00b1b0; text-align:center;}
	.corporates_banner_wrapper .headTextWraper {margin: 0px auto 0; text-align: center; width: 100%;}
	.corporates_banner_left{float:left; width:100%; text-align:center; padding-right:0%}
	.corporates_banner_right{float:left; width:98%; padding:1%; background:#309ca7; text-align:center; font-size:12px;}
	.corporates_banner_wrapper h2{ color: #ffffff; font-family:Montserrat; font-size:14px; font-weight: 500; margin-top:2px; margin-bottom: 8px; text-transform: inherit; text-transform:inherit;}
	.corporates_banner_wrapper h3{font-family: Montserrat; font-size:14px; font-weight: 500; margin:5px auto 0 auto;  width:100%; line-height:normal;}
	.corporates_banner_wrapper h4{font-size:12px; margin-top:15px; margin-bottom:0;}
	.highlightedSectionOutere{width:100%; background:#ffffff; padding:20px 0;}
	.pointeOuter{float:left; width:100%; margin:10px 0 10px 0;}
	.numberOuter{width:35px; height:35px; margin-right:5%; float:left; -moz-border-radius:35px; -webkit-border-radius:35px; border-radius:35px; border:1px solid #00b1b0; text-align:center; vertical-align:middle; padding-top:7px; color:#00b1b0;}
	.points{float:left; width:80%; margin-bottom:20px; font-size:14px;}
	.highlighterBg{ background:url("/images_old/heighliter_bg.png") top center no-repeat; padding-top:45px; }
	.downloadPdf{float:left; width:100%; margin-bottom:20px;}
	.downloadPdfText{float:left; width:auto; margin:0 2% 0 0; font-size:14px; line-height:34px; font-weight:600;}
	.downloadPdfButton{float:left; width:auto; margin:0 2% 0 0;}
	.contactToGetStarted{float:left; width:100%; background:#ffffff; color:#7a7a7a; padding:5% 0; margin-top:30px; text-align:center; display:none;}
	.contactToGetStartedSmall{float:left; width:100%; background:#ffffff; color:#7a7a7a; padding:5% 0; margin-top:30px; text-align:center; display:block;}
	
	/*SHARE YOUR CAMPAIGN CSS*/
	.custmizeform_left_wrapperNew{width:100%; float:left; }
	.custmizeform_left_wrapperNew h2{float:left; width:100%; font-size:17px; font-weight:600; color:#00b1b0; line-height:normal; margin-bottom:10px;}
	.featureShareforFree{float:left; width:100%; font-weight:600; line-height:normal; margin-bottom:10px;}
	.featureShareforFreeLeft{float:left; width:14%; margin-right:3%; font-weight:600; line-height:normal; margin-bottom:0px;}
	.featureShareforFreeRight{float:left; width:78%; font-weight:500; font-size:14px; line-height:56px; margin-bottom:0px;}
	.norLineHeight{line-height:normal; margin-top:8px;}
	.norLineHeight1{line-height:normal; margin-top:8px;}
	.custmizeform_right_wrapperNew{width:100%; margin-right:0%; float:right;}
	.custmizeform_right_wrapperNew h2{float:left; width:100%; font-size:17px; font-weight:600; color:#00b1b0; line-height:normal; margin-bottom:20px;}
	.custmizeform_right_wrapperNew p{font-size:17px; color:#595959; margin-bottom:10px;}
	.custmizeform_right_wrapperNew .inner{width:88%; margin-right:10%; float:left;}
	.custmizeform_right_wrapperNew input, .custmizeform_right_wrapperNew textarea {background-color: #ffffff; border: 1px solid #ccc; border-radius: 5px; font-size: 20px;margin-bottom: 16px; margin-top: 8px; min-height: 30px; transition: transform 0.2s ease-in-out 0s;}
	.custmizeform_right_wrapperNew .comp_bord {border: 1px solid #e4e4e4;  border-radius: 5px;}
	/*.custmizeform_right_wrapperNew .comp_bord:focus, select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px;}*/
	.custmizeform_right_wrapperNew .comp_bord:focus {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; width:100%;*/}
	.custmizeform_right_wrapperNew select {border: 1px solid #e9e98d; background:#ffffff; border-radius: 5px; font-size: 14px; /*height: 50px; line-height: 50px; padding: 13px 19px 10px 10px; */width:100%;}
	.custmizeform_right_wrapperNew .comp_large{width:83.3%!important; padding:10px 14% 10px 10px !important;} 
	.shareforfree_banner_wrapper{height:auto; padding-top:10px; background:url("/images_old/shareforfree_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:0px; color:#FFF;}
	.shareforfree_banner_wrapper h2{ color: #00b1b0; font-family:Montserrat; font-size:22px; font-weight: 600; margin-bottom: 0px; text-transform: inherit; text-transform:inherit; line-height:24px;}
	.shareforfree_banner_wrapper ul{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 0px auto 0 auto; width: 100%; float:left;}
	.shareforfree_banner_wrapper ul li{float:left; width:90%; background: url("/images_old/info_li_image_new.png") no-repeat left top !important;  font-size:11px;font-weight:500; padding:0 0 0 15px; display:inline-block; margin-bottom:5px; color:#323a45; text-align:left;}
	.shareforfree_banner_wrapper .headTextWraper {margin: 0px auto 0; text-align: center; width: 100%;}
	/**/
	.shareforfreeDesk{display:none;}
	.shareforfreeSmall{display:block;}
	.imageShare{float:left; width:17%; margin-right:5%;}
	.shareforfree_banner_left{float:left; width:100%; text-align:left; padding-right:1.5%; float:left;}
	.shareforfree_banner_right{float:left; width:100%; padding:2%; text-align:left; font-size:16px;}
	ul.informationText li{ margin-left:15px; margin-bottom:5px; list-style:none; line-height:normal; float:left; width:90%;}
	/*SHARE YOUR CAMPAIGN CSS- CAMPAIGN DETAILS PAGE- SHARE TAB*/
	#CauseShare {padding:20px 0 0 0; width:100%;}
	#CauseShare .custmizeform_left_wrapperNew{width:100%; float:left; }
	#CauseShare .featureShareforFreeLeft{float:left; width:20%; margin-right:3%; font-weight:600; line-height:normal; margin-bottom:0px;}
	#CauseShare .featureShareforFreeRight{float:left; width:76.5%; font-weight:500; font-size:12.5px; line-height:56px; margin-bottom:0px;}
	#CauseShare .norLineHeight{line-height:normal; margin-top:8px;}
	#CauseShare .norLineHeight1{line-height:56px; margin-top:0px;}
	#CauseShare .custmizeform_right_wrapperNew{width:100%; margin-right:0%; float:right;}
	#CauseShare .shareforfree_banner_wrapper{height:auto; padding-top:10px; background:url("/images_old/shareforfree_bg.jpg") center 0 no-repeat; background-size:100% 100%; margin-bottom:25px; color:#FFF; padding:20px ;}
	#CauseShare .shareforfree_banner_wrapper h2{ color: #00b1b0; font-family:Montserrat; font-size:25px; font-weight: 600; margin-bottom: 5px; text-transform: inherit; text-transform:inherit; line-height:25px;}
	#CauseShare .shareforfree_banner_wrapper ul{font-family: Montserrat;font-size: 19px; font-weight: 300; margin: 5px auto 0 auto; width: 100%; float:left;}
	#CauseShare .shareforfree_banner_wrapper ul li{float:left; width:96.5%; background: url("/images_old/info_li_image_new.png") no-repeat left top !important;  font-size:13.5px;font-weight:500; padding:0 0 0 15px; display:inline-block; margin-bottom:5px; color:#323a45; text-align:left;}
	#CauseShare .shareforfree_banner_wrapper .headTextWraper {margin: 20px auto 0; text-align: center; width: 100%;}
	/**/
	#CauseShare .shareforfree_banner_left{float:left; width:97%; text-align:left; padding-right:1.5%; padding-left:1.5%}
	#CauseShare .shareforfree_banner_right{float:left; width:96%; padding:2%; text-align:left; font-size:16px;}
	#CauseShare .kt_globelcontainer { margin: 0 auto; width: 94%; padding:3%;}
	#CauseShare .shareforfreeSmall {display: block; width:100%;}
	#CauseShare .tab_content { background: none repeat scroll 0 0 #ffffff;float: left; margin-bottom: 15px; min-height: inherit; padding: 3%; width: 100%;}
	#CauseShare a.hearVoice {float:right; width:auto; margin:10px 0%;}
	#CauseShare .addRowColumn { float: left; margin-bottom: 0; width: 96%;}
	#CauseShare .addRowColumn .heading, #CauseShare .addRowColumnAddButton .heading { float: left; margin: 10px 0 0px 0; width: 100%;}
	#CauseShare .custmizeform_right_wrapperNew .comp_large { padding: 10px 14% 10px 10px !important; width: 68% !important;}
	#CauseShare .cp_fund_use input[type="button"].add, #CauseShare .cp_fund_use input[type="submit"].add, #CauseShare .cp_fund_use input[type="cancel"].add, #CauseShare .cp_fund_use a.add{background:url(/images_old/add_remove_link_bg.png) 0 0 no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px;top: 15px; right: 19px; position: absolute;z-index:100;}
	#CauseShare .cp_fund_use input[type="button"].add:hover, #CauseShare .cp_fund_use input[type="submit"].add:hover, #CauseShare .cp_fund_use input[type="cancel"].add:hover, #CauseShare .cp_fund_use a.add:hover{background:url(/images_old/add_remove_link_bg.png) 0 -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; top: 15px; right: 19px; position: absolute;z-index:100;}
	#CauseShare .cp_fund_use input[type="button"].add:focus, #CauseShare .cp_fund_use input[type="submit"].add:focus, #CauseShare .cp_fund_use input[type="cancel"].add:focus, #CauseShare .cp_fund_use a.add:focus{background:url(/images_old/add_remove_link_bg.png) 0 -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; top: 15px; right: 19px; position: absolute;z-index:100;}
	#CauseShare .repeatDiv input[type="button"].remove, #CauseShare .repeatDiv input[type="submit"].remove, #CauseShare .repeatDiv input[type="cancel"].remove, #CauseShare .repeatDiv a.remove{background:url(/images_old/add_remove_link_bg.png) -20px 0 no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	#CauseShare .repeatDiv input[type="button"].remove:hover, #CauseShare .repeatDiv input[type="submit"].remove:hover, #CauseShare .repeatDiv input[type="cancel"].remove:hover, #CauseShare .repeatDiv a.remove:hover{background:url(/images_old/add_remove_link_bg.png) -20px -20px no-repeat!important;  min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}
	#CauseShare .repeatDiv input[type="button"].remove:focus, #CauseShare .repeatDiv input[type="submit"].remove:focus, #CauseShare .repeatDiv input[type="cancel"].remove:focus, #CauseShare .repeatDiv a.remove:focus{background:url(/images_old/add_remove_link_bg.png) -20px -20px no-repeat!important; min-height:20px!important; height:20px!important; width:20px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important;padding:0px!important; border: 0 none !important; margin:0 5px 0 0!important; text-indent:-99999px; bottom: 32px; right: 9px; position: absolute;}	
	.indBtn ._kt_button_big {line-height: 60px;}	

/*EDIT CAMPAIGN BUTTONS*/
	.campaignTitleOuter {float: left; margin-bottom: 10px; position: relative; width: 100%; padding:0% 0 2px 0%;}
	.campaignTitleOuterLogged {float: left; margin-bottom: 10px; position: relative; width: 100%; padding:0% 0 30px 0%;}
	.editCampaign { border-radius: 2px; bottom: 0px; padding: 0; position: absolute; right: 0; text-align: right; width: 272px;}
	#CampaignsDetails #CampaignDetailsContent .campaign_details_title {margin-bottom: 10px;}
	._kt_button_big {line-height: 45px; float:left; /*width:50%;*/width:89%!important; font-size:10px!important;}
	#mobileContributeBtn ._kt_button_big {line-height: 45px; float:left; /*width:50%;*/width:50%!important; font-size:10px!important;}
/*COUPON CODE CSS START*/
	.couponWrapper{float:right; width:34%; margin:5px 0 0 0; }
	.couponWrapperMobile{float:left; width:48%; margin:0px 2% 0 0; }
	.loginMessageTwo span{float:left; width:100%; font-size:17px; font-weight:600; text-align:center; margin:0 0% 5px 0%; color:#333333; line-height:normal;}
	.loginMessageTwo p{float:left; width:100%; text-align:center; font-size:12px; line-height:normal; margin:0 0% 0px 0%; color:#333333; line-height:normal;}
	.whyFacebook{float:left; width:100%; background:#ededed; margin-top:15px; padding:20px 0;}
	.whyFacebook h3{float:left; width:100%; margin:0 0 5px 0; font-size:15px; font-weight:600; text-align:center; color:#000000;}
	.whyFacebook p{float:left; width:80%; margin:0 10% 5px ; font-size:12px; text-align:center; color:#000000;}
	.couponCodeOuter{float:left; width:92%; border-radius:5px; background:#e4e3e3; padding:6px 4%; margin-bottom:5px;}
	.couponCodeField{float:left; width:68%; margin:0 4% 0 0;}
	.couponCodeField input[type="text"]{border-radius:3px; background:#ffffff; color:#666666; border:1px solid #ffffff; margin:0; padding:0 4%; width:92%; line-height:32px;}
	.couponCodeField input[type="text"].error{ background:#ffffff /*url(/images_old/invalid_error.png) center right no-repeat*/; border:1px solid #ff0000; color:#ff0000;}
	.couponCodeButton{float:left; width:28%; margin:0 0% 0 0;}
	.couponCodeButton input[type="button"], .couponCodeButton a{border-radius:3px; color:#ffffff; background:#1e1e1e url(/images_old/transparent.png) top left repeat; border:0; margin:0; padding:0 2%; width:98%; line-height:34px; font-size:11.5px; text-align:center; cursor:pointer; display:block;}
/*COUPON CODE CSS START*/	
	.listing_floated_det_wrapper .couponCodeOuter { padding: 6px 4%; width: 92%;}	
	
/*EXPERIENCE PAGE START*/	
	.ktt_experiencesDesk{display:none;}
	.ktt_experiencesSmall{display:block}
	.ktt_experienceFeatureSection { float: left; margin: 0 0 25px; padding-bottom:10px; border-bottom:1px solid #ccc;  width: 100%;}
	.ktt_experienceFeatureImageOuter{float:left; width:100%; position:relative; margin:0 0% 0 0;}
	.ktt_featuredTag{position:absolute; width:24%; top:20px; left:-5px;}
	.ktt_featuredLeftTag{position:absolute; top:20px; left:72px; display:inline-block; background:#ff4e00; padding:0 8px; color:#ffffff; font-size:13px; line-height:23px; height:23px; transition: transform 0.2s ease-in-out 0s; }
	.ktt_experienceFeatureContentOuter{float:left; width:100%; position:relative;}
	.ktt_experienceListingShare {position: absolute; right: 5px; top: 5px; font-size: 12px;}
	.ktt_experienceTitle h2{color: #000000; float: left; font-size: 14px; font-weight: 600; line-height: normal; margin-bottom: 10px; width: 100%;}	
	.ktt_experienceFeatureImageOuter{float:left; width:100%; position:relative; margin:0 0% 15px 0;}
	.ktt_experienceFeatureShare{bottom: 0; float: right; margin-bottom: 10px; position: inherit; right: 0; text-align: right; width: 100%;}	
	.ktt_experienceFeatureContentSmall{float:left; width:100%; font-size:12px; line-height:15px; /*height:98px;*/ overflow:auto; margin-bottom:10px; padding-bottom:0px; padding-right: 0%; display:block; }
	.ktt_experienceAmount{display:inline-block; width:45%; height:40px; line-height:40px; padding:0 0px; color:#ffffff; font-size:12px; text-transform:uppercase; border-radius:3px; text-align:center; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}
	.ktt_experienceAmountOr {display: inline-block; height: 42px;line-height: 42px; padding: 0 0px; width: 6%; text-align:center;}
	.ktt_experienceListingImageSmall{float:left; width:100%; margin-bottom:5px;}
	.ktt_experienceListingContentSmall{float:left; width:100%; /*height:100px;*/ overflow:hidden; margin-bottom:0px!important; font-size:12px; line-height:normal; padding-bottom:0px; padding-right: 0%; cursor:pointer;}
	.grid li {border-bottom: 1px solid #ccc; height: auto !important; margin-bottom: 25px !important; padding-bottom: 10px !important;}
	.grid {padding:0px!important;}
	.grid li h2{font-weight:600; font-size:13px; margin-bottom:5px;}
	.grid li .ktt_experienceListingTag{display:block;!important}
	.grid li:hover .ktt_experienceListingTag{display:block;!important}
	.ktt_experienceListingAmount {border-radius: 3px; color: #ffffff; display: inline-block; font-size: 12px; height: 40px; line-height: 40px; padding: 0 0px; text-transform: uppercase; width: 45%; text-align:center; cursor:pointer; background:#1e8fe1 url("/images_old/spacer.png") top left repeat; border:0!important;}
	.ktt_noAvailableFeature{ background:#e6e6e6; border: 0 none !important; border-radius: 3px; color: #000000; display: inline-block; font-size: 12px; height: 40px; line-height: 40px; padding: 0 5px; text-align: center; text-transform: uppercase; width: 55%; margin: 5px 0 0 21.5%;}
	.ktt_noAvailableListing{ background:#e6e6e6; border: 0 none !important; border-radius: 3px; color: #000000; display: inline-block; font-size: 12px; height: 40px; line-height: 40px; padding: 0 5px; text-align: center; text-transform: uppercase; width: 55%; margin: 5px 0 0 21.5%;}
	.ktt_experienceListingAmountOr {color: #000; display: inline-block; height: 42px; line-height: 42px; padding: 0 0px; width: 6%; text-align:center;}
	.ktt_experienceListingContentSmall + [data-readmore-toggle], .ktt_experienceListingContentSmall[data-readmore] {display: block; float: left;width: 100%; height:20px;  margin:5px 0 10px 0;}
	.ktt_experienceListingButtonSec{ float:left; width:100%; padding:0 0%; height:auto; margin-bottom: 10px; margin-top: 0px; border-bottom:0;}
	.ktt_experienceFeatureButtonSec {float: left; height: auto; margin-bottom: 10px; margin-top: 10px;  width: 100%;}
	
	/*Search css start here*/
	#searchOuter {width:100%; float:left;}
	#searchOuter .ktt_uniqueFormRow label {display: inline-block;float:left;font-size: 12px;margin: 5px 10px 5px 0;width: 100%!important; line-height: 30px;}
	#searchOuter .ktt_uniqueFormRow {float: left;margin-bottom: 15px;width: 100%;}
	#searchOuter .ktt_uniqueFormRow input[type="text"]{background: #ffffff url("/images_old/input_bg.png") repeat scroll left top;border: 1px solid #e4e4e4;border-radius: 5px;color: #666666;float: left;font-size: 13px;height: 18px;line-height: 18px;margin: 0 15px 0 0 !important;outline: medium none;padding: 10px 10px 10px 10px !important;transition: transform 0.2s ease-in-out 0s;width:44%;}
	#searchOuter #ktt_uniqueFormButtons{float:left; width:43%;}
	#searchOuter #ktt_uniqueFormButtons input[type="button"], #searchOuter #ktt_uniqueFormButtons input[type="submit"], #searchOuter #ktt_uniqueFormButtons input[type="cancel"], #searchOuter #ktt_uniqueFormButtons a, #searchOuter #ktt_uniqueFormButtons1 input[type="button"],
	#searchOuter #ktt_uniqueFormButtons1 input[type="submit"], #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"], #searchOuter #ktt_uniqueFormButtons1 a{background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:40px!important; height:40px!important; font-size:12px!important; font-weight:500!important; color:#ffffff!important; padding:0 16px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important;  transition: all 450ms ease-in-out 0s; margin-right: 2%; border-top:0px; border-right:0px; border-left:0px;}
	#searchOuter #ktt_uniqueFormButtons input[type="button"]:hover, #searchOuter #ktt_uniqueFormButtons input[type="submit"]:hover, #searchOuter #ktt_uniqueFormButtons input[type="cancel"]:hover, #searchOuter #ktt_uniqueFormButtons a:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="button"]:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="submit"]:hover, #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"]:hover, #searchOuter #ktt_uniqueFormButtons1 a:hover{background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important;} 
	#searchOuter #ktt_uniqueFormButtons input[type="button"]:foucs, #searchOuter #ktt_uniqueFormButtons input[type="submit"]:foucs, #searchOuter #ktt_uniqueFormButtons input[type="cancel"]:foucs, #searchOuter #ktt_uniqueFormButtons a:focus, #searchOuter #ktt_uniqueFormButtons1 input[type="button"]:foucs, #searchOuter #ktt_uniqueFormButtons1 input[type="submit"]:foucs, #searchOuter #ktt_uniqueFormButtons1 input[type="cancel"]:foucs, #searchOuter #ktt_uniqueFormButtons1 a:focus{background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important;}
	#CurrentCampaigns, #SuccessStories, #AboutEvent{min-height:350px;}

}	

@media all and (width:360px){

/*NEW POPUP CSS*/	
	.popupLeftSec h2 { color: #333; float: left; font-size: 18px; font-weight: 600; height: 20px; line-height: 20px; margin-bottom: 10px; text-transform: uppercase; width: 100%;}
	ul.rwForm h3 {color:#000000; float:left; font-size:12px; font-weight:500; margin-bottom:5px; width:100%;}
	.popupRightSec{float:left; width:100%; margin:0 0% 10px 0%; display:none;}
	.popupWrapper_payment { margin-bottom: 5px; padding: 0px 0 50px; width: 100%;}
	.popupLeftSec .textareaOuter input[type="text"] { background: none repeat scroll 0 0 #fbfbfb !important; border: 1px solid #efefef !important; border-radius: 5px;  font-size: 14px; font-weight: 400; padding: 10px 4%; resize: none;  width: 90%;}
	.ktt_popupInnerScroller{float:left; width:98%; padding-right:2%; overflow-y: auto; height: 140px; padding-bottom:25px;}
	.radioBtnOuter { float: left; margin-right: 1%; text-align: center; width: 12%;}
	ul.rwForm li {border-bottom:1px solid #E6E6E6; float:left; margin-bottom:0; padding:10px 0 20px 0; width:100%;}
	.radioBtnDesc strong { color: #3a3a3a; float: left;  font-size: 10px; font-weight: 500; margin-right: 0; width: 66%;}
	.radioBtnlable { color: #000000; float: left; font-size: 12px; font-weight: 500; margin-right: 1%; width: 85%;}
	.radioBtnDesc { color: #686868; float: right; font-size: 10px; font-weight: 500; margin-right: 4px; width: 85%;}
	.buttonOuter { background: /*url("/images_old/white_transparent_bg.png") repeat scroll left top rgba(0, 0, 0, 0)*/; border-top: 0px solid #dddddd; bottom: -10px; box-shadow: /*-1px -5px 22px -15px #ccc*/none; display: block; float: left; left: 0%; padding:10px 0 0px; position: absolute; text-align: center; transition: all 450ms ease-in-out 0s; width: 97%;}
	#kt_popBtn input[type="button"], #kt_popBtn input[type="submit"], #kt_popBtn input[type="cancel"], #kt_popBtn a{
	background-color:#00b1b0!important; background-image:url(/images_old/iPhoneButtonbg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#ffffff!important;  padding:0 10px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s; margin-right: 2%;}
	#kt_popBtn input[type="button"]:hover, #kt_popBtn input[type="submit"]:hover, #kt_popBtn input[type="cancel"]:hover, #kt_popBtn a:hover{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#ffffff!important; padding:0 10px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_popBtn input[type="button"]:foucs, #kt_popBtn input[type="submit"]:foucs, #kt_popBtn input[type="cancel"]:foucs, #kt_popBtn a:focus{
	background-color:#00a3a2!important; background-image:url(/images_old/iPhoneButtonbg_hover.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#ffffff!important; padding:0 10px!important; cursor:pointer!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #00a3a2!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_popBtn input[type="button"].disableFDonor, #kt_popBtn input[type="submit"].disableFDonor, #kt_popBtn input[type="cancel"].disableFDonor, #kt_popBtn a.disableFDonor{
background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#bfbfbf!important;  padding:0 10px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;  width:auto!important; -webkit-transition:all 450ms ease-in-out 0s; -moz-transition:all 450ms ease-in-out 0s; -ms-transition:all 450ms ease-in-out 0s; -o-transition:all 450ms ease-in-out 0s; transition:all 450ms ease-in-out 0s;}
	#kt_popBtn input[type="button"].disableFDonor:hover, #kt_popBtn input[type="submit"].disableFDonor:hover, #kt_popBtn input[type="cancel"].disableFDonor:hover, #kt_popBtn a.disableFDonor:hover{
background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 10px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	#kt_popBtn input[type="button"].disableFDonor:foucs, #kt_popBtn input[type="submit"].disableFDonor:foucs, #kt_popBtn input[type="cancel"].disableFDonor:foucs, #kt_popBtn a.disableFDonor:focus{
background-color:#e6e6e6!important; background-image:url(/images_old/disable_bg.png)!important; background-position:left!important; background-repeat:repeat!important; line-height:35px!important; height:35px!important; font-size:11px!important; font-weight:500!important; color:#bfbfbf!important; padding:0 10px!important; cursor:default!important;  -moz-border-radius:5px!important; -webkit-border-radius:5px!important; border-radius:5px!important; border-bottom:1px solid #d7d7d7!important;width:auto!important; text-decoration:none!important; width:auto!important;}
	._kt_button_big {line-height: 45px;}

/*EDIT CAMPAIGN BUTTONS*/
	.campaignTitleOuter {float: left; margin-bottom: 10px; position: relative; width: 100%; padding:0% 0 2px 0%;}
	.campaignTitleOuterLogged {float: left; margin-bottom: 10px; position: relative; width: 100%; padding:0% 0 30px 0%;}
	.editCampaign { border-radius: 2px; bottom: 0px; padding: 0; position: absolute; right: 0; text-align: right; width: 272px;}

	
	/*ngo-details-updated css-new*/
	#ngo_wraper .ktt_website-input { padding: 5px 2% 5px 27% !important; width: 69% !important;}
	#ngo_wraper .ktt_phone-input {padding: 5px 2% 5px 12% !important; width: 83% !important;}
	#ngo_wraper .ckEditerOuter {float: left; width: 99%;}
	
}

@media all and (max-width:320px){
	/*.fancybox-wrap { position: fixed !important; top: 50px !important; width: 85% !important;}*/
	._kt_onethirdColOuter { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); float: left; margin-bottom: 0; padding: 10px 0 0; width: 100%;}
	._kt_onethirdColOuter img{max-width:60%;}
	.loginMessageThree { color: #555555; float: left; font-size: 12px; line-height: normal; margin: 5px 10%; text-align: center; width: 80%;}
	.whyFacebook {background: none repeat scroll 0 0 #ededed; float: left; margin-top: 10px; padding: 10px 0; width: 100%;}

	/*ngo-details-updated css-new*/
	#ngo_wraper .ktt_website-input { padding: 5px 2% 5px 30% !important; width: 66% !important;}
	#ngo_wraper .ktt_phone-input {padding: 5px 2% 5px 14% !important; width: 81% !important;}
	#ngo_wraper .ckEditerOuter {float: left; width: 99%;}
}
/* Media Queries End */
	._kt_mob_acc_header{ font-size: 14px; color: #000; background: url(/images_old/kt_accord_arr.png) 94% -46px no-repeat; line-height: 46px; border-bottom: 1px solid #e5e5e5; display: none;}	
	._kt_mob_acc_header.open{background-position: 94% 0px; border-bottom-color: transparent; }


@media all and (max-width:599px){
		
	._kt_mobile_header ._kt_raisedGoalAmt_wrapper p, ._kt_mobile_header  ._kt_raisedGoalAmt_wrapper span.amount, ._kt_mobile_header  ._kt_daysleft_wrapper p{color: #333; }
	._kt_mobile_header ._kt_raisedGoalAmt_wrapper span.amount, ._kt_mobile_header ._kt_daysleft_wrapper .daysCount{font-size: 17px;}
	._kt_mobile_header .listing_floated_det_wrapper ._kt_content_wrapper{width: 93%}

	#CauseOverview ._kt_featured_listing_wrapper ._kt_incontent_image{display: none;}
	._kt_mobile_header #CampaignStatusInfoSmallDevice{padding-top: 15px}
		.whatsapp_share{width: 48px !important; height: 48px !important; border-radius: 50%; position: absolute; top: -65px; right: 15px !important; left: auto !important; -webkit-box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.20); box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.20); background: #189d0e url(/images_old/icon_whatsapp_inner.png) center center no-repeat; display: block;}
		.fancybox-wrap{top:20% !important;}
	}
@media (max-width: 499px){
.fancybox-wrap {position: fixed!important;top: 0px!important;width: 100% !important;left: 0px !important;height: 100% !important;}
.fancybox-inner, .fancybox-skin{width: 100% !important;height: 100% !important;}
