/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

.content-divider-grey{
	height:1px;
	background:#ddd;
	border-bottom:1px solid #fff;
}

.edit-buttons{ cursor:pointer; }

/*
==============================
======= GENERAL STYLES =======
*/

body {
	font-family: 'Lato', sans-serif;
}

a { color: #0088cc; }

a:hover, a:focus {
  color: #005580;
}

a:focus { 
    outline: none; 
}

.font-icon{color:#fff;}
.font-icon:hover{text-decoration:none; color:#fff;}
.font-icon-inverse{color:#222;}
.font-icon-inverse:hover{text-decoration:none; color:#222;}

.no-float-centered{ float:none; margin:0 auto; }

.small-text{
	font-size:80%;
}

.medium-text{
	font-size:90%;
}

.large-text-pres{
	font-size:130% !important;
	line-height:1.8em;
	font-weight:300;
	color:#555;
	margin-top:40px !important;
}

.large-text{
	font-size:130% !important;
}

.text-thin{
	font-weight:300;
}

.horizontal-list li{display:inline-block; margin-right:3px;}

.test{border:1px solid #0f0;}

.tooltip-div{
	text-shadow:none;
}

.uppercase{ text-transform:uppercase; }
.grey-text-shadow{ color:#888; text-shadow:1px 1px 0 #fff; }
.a.white-link{color:#fff;}
.uppercase{text-transform:uppercase;}
.white-text{color:#fff;}

.title-lines{
	margin:0 0 31px;
	overflow:hidden;
	background:url(../img/bg-title.gif) repeat-x 0 50%;
}

.title-lines h1, .title-lines h2, .title-lines h3, .title-lines h4, .title-lines h5, .title-lines h6{
	background:#eee;
	padding:0 10px 0 0;
	float:left;
}

.title-lines-centered h1, .title-lines-centered h2, .title-lines-centered h3, .title-lines-centered h4, .title-lines-centered h5, .title-lines-centered h6{
	float:none;
	text-align:center;
	background:#222;
	text-align:center;
	padding:5px 0;
	text-transform:uppercase;
	color:#fff;
}

.index-feeds-list{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}

/*
======================
======= HEADER =======
*/

#header-container{
	padding:20px 0;
	background:#222;
	border-bottom:1px solid #000;
}

.header-subtle{
	background:#eee;
	padding:7px 10px;
	overflow:hidden;
	border-bottom:1px solid #5d7688;
}

.header-subtle a{
	color:#5d7688;
	text-shadow:1px 1px 0 white;
	font-size:200%;
}

.header-subtle a:hover{
	text-decoration:none;
	color:#374c5b;
}

.top-search-wrapper input{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.top-search-wrapper .btn{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#teaser-container, .orange-strip{
	padding:10px 0;
}

#teaser-container p{
	font-weight:300;
	font-size:120%;
	text-transform:uppercase;
}

.orange-strip{
	padding:20px 0;
}

.teaser-buttons{
	text-align:center;
}

.teaser-buttons div{
	display:inline;
	width:185px;
	padding:7px 30px 7px 28px;
	border-radius:4px;
	clear:both;
	margin-bottom:5px;
	font-size:100%;	
}

.teaser-buttons div:hover{
	background:#85b100;
	text-decoration:none;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#86b200), to(#98cb00));
	background: -moz-linear-gradient(top,  #86b200,  #98cb00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86b200', endColorstr='#98cb00');
}

.teaser-buttons div a{
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

/* Buttons */
.uppercase-white-button{
	text-transform:uppercase;
	font-size:80%;
	font-weight:bold;
	color:#fff;
}

.dropdown-arrow {
  display: inline-block;
  width:8px;
  height:9px;
  background:url(../img/dropdown-arrows.png) no-repeat right bottom;
}

.nav .dropdown-toggle:hover,
.nav .dropdown-toggle:focus,
.uppercase-white-button:hover{
	background:none;
	font-weight:bold;
	color:#ddd;
	border:none;
	text-decoration:none;	
}

.notifications_circle{
	margin-top:10px;
}

.notifications_circle span a{
	color:white;
	text-decoration:none;
	font-weight:600;
	padding:2px 9px 3px 8px;
	border-radius:50px;
	margin-top:12px;
}

/* ===== SLIDE DOWN ===== */
.slide_down_menu {
	background: #333;
	color: #fff;
	overflow:hidden;
	border-top:1px solid #5e5e5e;
	display:none;
	padding:20px 0;
}

.slide_down_button{
	text-transform:uppercase;
	font-size:80%;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

.slide_down_menu h6 {
	color:#99cc00;
	margin-bottom:10px;
	padding-left:10px;
	text-transform:uppercase;
}

.slide-down-menu-list{
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:20px;
}

.slide-down-menu-list li{
	margin-bottom:5px;
	padding-left:10px;
}

.slide-down-menu-list li a{
	color:#fff;
}

.slide-down-menu-list li a:hover{
	color:#ddd;
	text-decoration:none;
}

.header-button{
	margin-top:12px;
}

.dropdown-menu{
	box-shadow:none;
	background:#333;
	border:1px solid #555;
	border-radius:4px;
	padding:0 15px;
}

.dropdown-menu > li > a{
	color: #fff;
	padding:8px 0;
	border-bottom:1px solid #19171c;
	border-top:1px solid #3f3e42;
}

.dropdown-menu > li > a:hover{
	background:none;
	color:#ddd;
}

.dropdown-menu-white{
	background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu-white > li > span:hover{
	background:none;
	color:#222;
}

.dropdown-menu-white > li{
	padding:5px 0;
}

.dropdown-menu-white > li > span, .dropdown-menu-white > li > span a{
	color: #888;
	border: none;
	cursor:pointer;
}

h3.teaser-title{
	text-transform:uppercase;
	color:white;
	text-shadow:1px 1px 0 #a62200;
	font-size:170%;
	letter-spacing:-1px;
	text-align:center;
	margin:20px 0 10px 0;
}

.teaser-paragraph{
	color:#fff;
	font-size:90%;
}

/* ===== MAIN SEARCH INPUT ===== */
form#main-search-form{
	margin-top:50px;
}

input.main-search-input{
	padding:10px;
}

button.main-search-button{
	padding:10px 12px;
}

.search-button{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	
	background:#eee;
}


/* =====================================================
----- INDEX PAGE ---------------------------------------
===================================================== */
.slider-wrapper{
	background:#fff;
}

/* ========== FLEXIBLE SLIDER ============ */	
/* Sudo Slider */
#slider ul, #slider li{margin:0;padding:0;list-style:none;position:relative;display:block;}
/* Uncomment this if you wan't to only have 1 visible slide before the javascript kicks in. 
#slider li {display:none;}	
#slider li:first-child {display:block;}
*/

#slider, #slider li {width:400px;overflow:hidden;}
/* // Sudo Slider */	
/* Numeric Navigation */
ol {margin:1em 0;padding:0;height:28px;	}
ol li{margin:0 10px 0 0; padding:0;float:left;list-style:none;height:28px;line-height:28px;}
ol li a{float:left;height:28px;line-height:28px;border:1px solid #ccc;background:#DAF3F8;color:#555;padding:0 10px;text-decoration:none;}
ol li.current a{background:#5DC9E1;color:#fff;}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}

.prevBtn, .nextBtn {
	display:block;
	width:24px;
	height:37px;
	position:absolute;
	left:-34px;
	top:43%;
	z-index:1000;
	background:url(../img/flexible-slider/btn_prev.png) no-repeat 0 0;
	cursor:pointer;
}
	
.nextBtn{
	left:950px;
}
														
.nextBtn {background:url(../img/flexible-slider/btn_next.png) no-repeat 0 0;}	

/* Some demos use this line */
#slider2 ul, #slider2 li{margin:0;padding:0;list-style:none;position:relative;display:block;} #slider2, #slider2 li {width:696px;overflow:hidden;}

.flexible-slider-wrapper{
	border:1px solid #ddd;
	padding:23px 10px 17px;
}

.dedication-container{
	background:#ddd;
	padding:1px 0;
	color:#fff;
}

.section-title{
	text-align:center;
	padding:7px 0;
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6{
	background:#222;
	color:#fff;
	padding:6px 0;
	width:150px;
	margin:0 auto;
	margin-top:-33px;
	text-transform:uppercase;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.index-column h5{
	padding:7px 0;
	color:#fff;
	border-bottom:1px solid #bbb;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.index-column-content-wrapper{
	background:#ddd;
	box-shadow:0 2px 0 #aaa;
	padding:40px;
	border-top:1px solid #eee;
	text-shadow:1px 1px 0 #eee;
	color:#656565;
	font-size:90%;
}

ul.column-list li{
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #aaa;
}

.red-bg{background:#e46554;}
.green-bg{background:#1bb2ab;}
.blue-bg{background:#6fc0d5;}



/* =====================================================
----- GRID ---------------------------------------------
===================================================== */
.images-grid-container{
	padding:0 10px;
}

.images-grid-container-inner{
	padding:0;
}

.photo {
	position:relative;
}

.campaign-description{
	text-align:center;
	padding:20px 15px 25px;
	margin:0;
	font-size:100%;
	text-align:center;
	line-height:1.2;
	overflow:hidden;
	border-top:1px solid white;
	background:#efefef;
	border-bottom:2px solid #ccc;
	overflow:hidden;
}

.campaign-description p{
	margin-bottom:10px;
}

ul.grid-meta-list{
	list-style:none;
	margin:0;
}

ul.grid-meta-list li{
	float:left;
}

ul.grid-meta-list li a{
	text-indent:-9999px;
	font-size:0px;
	width:18px;
	margin-right:3px;
	height:13px;
	padding:7px 9px;
}

a.grid-meta-like, a.grid-meta-share, a.grid-meta-comments{ background-image: url(../img/icons/grid-meta-icons.png); background-repeat:no-repeat;}

a.grid-meta-like{background-position:0px 0px;}
a.grid-meta-comments{background-position:-18px 0px;}
a.grid-meta-share{background-position:-36px 0px;}

a.grid-meta-like:hover{background-position:0px -15px;}
a.grid-meta-comments:hover{background-position:-18px -15px;}
a.grid-meta-share:hover{background-position:-36px -15px;}

.grid-category{
	text-align:right;
	padding-top:5px;
}

.grid-category a{
	color:#fff;
	text-decoration:none;
}

.grid-category a:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.grid-make-a-donation-button a{
	padding:8px 12px;
	text-transform:uppercase;
	font-size:70%;
	font-weight:bold;
	color:white;
	border-radius:2px;
	box-shadow:0 1px 0 #8a260c;
	
	transition: all .4s;
}

.grid-make-a-donation-button a:hover{
	text-decoration:none;
	background:#cf4623;
}

.image-overlay{
	font-size:0.80em;
	text-align:center;
	overflow:hidden;
}

.grid-readMore-wrapper{
	position:absolute;
	background:white;
	width:100%;
	display:none;
	background-color: rgba(255,255,255,0.7);
	left:0;
	top:0;
	line-height:1.3;
}

.grid-image-informations-wrapper{
	padding-top:20%;
}

.campaign-information-hiperlink{
	width:228px;
	margin-left:10px;
}

.campaign-information-hiperlink a{
	font-size:120% !important;
}

.grid-overlay-wrapper:hover .grid-readMore-wrapper{
	display:block;	
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari */
}

.grid-image-informations-wrapper{
	padding-top:20%;
}

.btn-overlay{
	padding:5px 15px;
	font-weight:bold;
	text-transform:uppercase;
	background:#222;
	border-radius:2px;
	color:#fff;
	clear:both;
}

a:hover.btn-overlay{
	text-decoration:none;
	color:#ddd;
}

a.organization-name-index{
	font-size:130%;
}

.display-icons{
	margin-bottom:20px;
}

.display-icons i{
	font-size:28px;
	margin-right:5px;
	cursor:pointer;
	color:#3e494d;
}

/* ====================================================
----- FOOTER ------------------------------------------
==================================================== */
#footer-silhouettes{
	background:url(../img/footer-silhouettes.png) no-repeat;
	width:390px;
	height:130px;
	float:right;
}

.footer-wrapper{
	background:#222;
	padding:30px;
}

#footer-sales-questions{
	color:#777;
	padding-bottom:30px;
	border-bottom:1px solid #111;
}

span.white-text{
	color:#ddd;
	font-weight:bold;
}

.footer-container{
	/*border-top:1px solid #333;*/
	padding: 30px 0;
}

ul.footer-list li{
	margin:5px 0;
}

ul.footer-list li a{
	color:#656565;
	text-decoration:none;
}

ul.footer-list li a:hover{
	color:#aaa;
}

.footer-right-column{
	color:#656565;
}

ul.footer-social-icons{
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #333;
}

ul.footer-social-icons li{
	display:inline;
	margin-right:3px;
}

.footer-container a{
	color:#aaa;
}

/* ====================================================
----- INNER PAGES GENERAL -----------------------------
==================================================== */
.main-content-wrapper{
	background:white;
}

.large-dark-title{
	color:white;
	background:#222;
	padding:20px 20px 15px;
	overflow:hidden;
}

.organization-link{
	padding:10px 10px 10px 27px;
	color:#fff;
}

.organization-link a{
	color:#fff;
	text-decoration:underline;
}

.organization-link a:hover{
	text-decoration:none;
}

.fileupload .thumbnail{
	border-radius:0;
}

/* ====================================================
----- INNER PAGES - HEADER STYLES ---------------------
==================================================== */
.main-content-left-wrapper{
	font-size:90%;
	color:#888;
}

.main-avatar img{
	background:white;
	padding:5px;
	border:1px solid #ddd;
}

h5.small-standartd-title{
	text-transform:uppercase;
}

.bordered-title{
	border-bottom:1px solid #ddd;
}

.header-metadata-wrapper{
	padding:10px 0;
	background:#eee;
	border-radius:4px;
}


/* HEADER LIST MENU */
.header-list li{
	padding:8px 0;
	border-bottom:1px solid #ddd;
}

.header-list li.header-list-first{
	padding:0 0 8px;
	border-bottom:1px solid #ddd;
}

.header-list li span{
	text-align:right;
	float:right;
}

.header-list li a{
	color:#888;
}

.header-list li a:hover{color:#0089e0; text-decoration:none;}

a.header-list-li-campaigns{background-position:0 5px;}
a.header-list-li-campaigns:hover{background-position:-386px 5px;}

a.header-list-li-money{background-position:0 -16px;}
a.header-list-li-money:hover{background-position:-384px -16px;}

a.header-list-li-rings{background-position:0 -219px;}
a.header-list-li-rings:hover{background-position:-386px -219px;}

a.header-list-li-events{background-position:0 -62px;}
a.header-list-li-events:hover{background-position:-386px -63px;}

a.header-list-li-pals{background-position:0 -83px;}
a.header-list-li-pals:hover{background-position:-388px -84px;}

a.header-list-li-fundraisers{background-position:0 -83px;}
a.header-list-li-fundraisers:hover{background-position:-388px -84px;}

a.header-list-li-media{background-position:0 -249px;}
a.header-list-li-media:hover{background-position:-383px -249px;}

a.home-icon-top{
	color:white;
	font-size:170%;
	margin-right:20px;
	
	-webkit-transition:all .4s;
	   -moz-transition:all .4s;
	   		transition:all .4s;
}

a.home-icon-top:hover{
	text-decoration:none;
	color:#aaa;
}

/* ====================================================
----- INNER PAGES CONTENT -----------------------------
==================================================== */

.campaign-container-ip, .standard-container-ip{
	position:relative;
	background:#eee;
	border-bottom:2px solid #ccc;
	text-shadow:1px 1px 0 #fff;
	
}

.image-info-separator{
	height:1px;
	background:#ccc;
	border-bottom:1px solid #fff;
	margin:7px 0;
}

.campaign-description-ip{
	padding:10px 20px;
}

.campaign-donate-ip{
	padding:3px 0 5px;
	border-radius:3px;
}

.campaign-donate-ip a{
	color: #fff;
	text-transform:uppercase;
	font-size:85%;
	text-shadow:none;
	font-weight:bold;
}

.top-info-part{
	background:#ddd;
	padding:5px 10px;
}

.members-table tr td{
	vertical-align:middle;
}

.table-text-right{
	text-align:right !important;
}

.comments-wrapper{
	margin:20px 0;
	border-top:3px solid #ddd;
	padding-top:20px;
}

.comment-wrapper i{
	font-size:200%;
}

.comment-box{
	background:#fafafa;
	border:1px solid #eaeaea;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.comment-single-wrapper{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ddd;
	overflow:hidden;
}

.ring-meta-list{
	background:#222;
	border-radius:3px;
	padding:7px;
}

.ring-meta-list li{
	display:inline;
	margin-right:10px;
	padding-right:5px;
}

.ring-meta-list li a{
	color:#fff;
}

.ring-meta-dropdown li{
	display:block;
}

.content-title{
	text-transform:uppercase;
	font-size:110%;
	font-weight:100;
	margin:30px 0 20px 0;
}

.standard-nav{
	-moz-box-shadow: none; /* Firefox */  
	-webkit-box-shadow: none; /* Safari, Chrome */
	box-shadow: none; /* CSS3 */
}

.standard-nav-inner{
	border-radius:0;
	-moz-box-shadow: none; /* Firefox */  
	-webkit-box-shadow: none; /* Safari, Chrome */
	box-shadow: none; /* CSS3 */
	border: 1px solid #e8e8e8;
}

.left-content-image{
	float:left;
	margin:0 20px 20px 0;
}

.right-content-image{
	float:right;
	margin:0 0 20px 20px;
}

.inner-pages-content p{
	margin: 15px 0;
	line-height:1.8em;
}

.categories-title{
	margin-bottom:10px;
}

.donation-form-wrapper{
	padding:20px;
	border:1px solid #ddd;
	background:#f6f6f6;
}

.donation-form-title{
	background:#222;
	text-align:center;
	padding:20px 0;
	color:#fff;
	text-transform:uppercase;
	position:relative;
}

a.campaigns-table-donate{
	font-weight:bold;
	background:#f15a33;
	color:#fff;
	padding:5px 15px;
	border-radius:3px;
	font-size:85%;
	text-transform:uppercase;
}

.campaigns-table{
	border:none;
	text-align:center;
}

.campaigns-table tr th{
	background:#222;
	color:white;
}

.campaigns-table tr td{
	border:none;
	border-bottom:1px solid #dadada;
	padding:20px 5px;
}

.campaigns-table tr td.table-donation{
	text-align:center;
}

.campaigns-table a{
	text-transform:uppercase;
}

/* ====================================================
----- OTHER PAGES -------------------------------------
==================================================== */
.register-form-wrapper, #register-code-form{
	color: #888;
}

.register-form-list{
	margin-top:20px;
}

.register-form-list li, .register-form-wrapper p, .register-form-wrapper label{
	margin-bottom:10px;
	font-size:90%;
}

.register-form-wrapper label{
	margin-bottom:2px;
}

.register-form-wrapper p{
	margin:20px 0;
}

.main-fields-registration-wrappers{
	border:1px solid #cbcbcb;
	padding:20px 70px;
	margin-top:30px;
}

.lock-icon{
	height:60px;
	background:url(../img/icons/lock-icon.png) center center no-repeat;
	margin-top:-50px;
}

#register-organization-form .parsley-error-list{
	display:none !important;
}

.register-form-subtitle p{
	text-transform:uppercase;
	color:#fff;
	background:#bbb;
	padding:5px 10px;
}

.prettyradio{
	position:relative;
}

.separator-light{
	height:1px;
	background:#ddd;
	border-bottom:1px solid #fff;
	margin:10px 0;
}

.separator-donation-widget{
	height:1px;
	background:#e3502a;
	border-bottom:1px solid #f76c49;
	margin:10px 0;
}

.fundraiser-note{
	background:#eee;
	padding:20px;
	text-shadow:1px 1px 0 #fff;
	border:1px solid #ddd;
}

.password-wrapper{
	position: relative;
}

.password-helper{
	background: rgba(34,34,34,.8);
	padding: 15px;
	border-radius: 3px;
	font-size: 12px;
	position: absolute;
	width: 240px;
	top: -196px;
	color: #fff;
	display: none;
}
.password-helper:after, .password-helper:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.password-helper:after {
	border-color: rgba(238, 238, 238, 0);
	border-top-color: rgba(34,34,34,.8);
	border-width: 7px;
	margin-left: -7px;
}
.password-helper:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 8px;
	margin-left: -8px;
}


/* ====================================================
----- SIDEBAR & SIDEBAR WIDGETS -----------------------
==================================================== */
.dark-standard-title{
	background:#222;
	padding:7px 0 7px 10px;
	color:white;
	text-transform:uppercase;
	overflow:hidden;
}

/* Widget - 2 columns */
.widget-2columns-content{
	background:#eee;
	
}

.widget-2columns-content div{
	width:166px;
	float:left;
	text-align:center;
	font-size:85%;
	text-shadow:1px 1px 0 white;
	margin-right:7px;
	line-height:1.5;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #555;
}

/* Sidebar gauge stats widget */
input.dial, input.dial:focus{
	border:0;
	box-shadow:none;
}

.legend{ width:13px; height:13px; display:inline; float:left; margin-right:10px; margin-top:3px; }
.legend-green{ background:#99cc00; }
.legend-white{ background:#ddd; }

.legend-text{
	color:#888;
}

.legend-text span{
	background:#ddd;
	padding:0 8px;
	margin-right:4px;
}

/* Sidebar personal badges widget */
.ul.stat-list li label {
	height: 32px;
	width: 32px;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
}

ul.stat-list li label, ul.stat-list li h4, ul.stat-list li small, ul.stat-list li p {
display: inline-block;
}

ul.stat-list li label {
	height: 32px;
	width: 32px;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
}

ul.stat-list li{
	display:inline;
}

ul.stat-list li label i {
	margin-top: 8px;
}

/* ====================================================
----- BUTTONS -----------------------------------------
==================================================== */
.btn-orange		{background:#f15a33;}
.btn-blue		{background:#0089e0;}
a.white-link	{color:white;}
a.simple-link	{background-image:none !important; padding:0 !important;}

a.standard-button{
	padding:6px 10px;
	text-shadow:none;
	border-radius:3px;
	color:white;
}

a.standard-button:hover{
	color:white;
}

.gb-button a{
	padding:7px 12px;
	font-weight:bold;
	font-size:90%;
	color:white
}

.gb-button a:hover{
	text-decoration:none;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  	filter: alpha(opacity=80);
  	-moz-opacity: 0.8;
  	-khtml-opacity: 0.8;
  	opacity: 0.8;
}

a.dark-button{background: #222; border-radius:3px;}

.orange-button{
	background:#f15a33;
	border-radius:0;
	border:none;
	color:white;
	padding:5px 20px;
}

.like-button span{
	padding:2px 10px;
	color:#fff;
	text-shadow:none;
	border-radius:3px;
}

.like-button-icon{
	width:18px;
	height:17px;
	margin-right:5px;
	background-image:url(../img/icons/sprites.png);
	background-repeat:no-repeat;
	background-position:0 -106px;
	display:inline-block;
	cursor:pointer;
}

.like-button-icon-on{
	background-position:-381px -106px;
}

.category-button{
	background:#e2e2e2;
	border:1px solid #fff;
	color:#888;
	
	-moz-box-shadow: 0 0 1px #aaa; /* Firefox */  
	-webkit-box-shadow: 0 0 1px #aaa; /* Safari, Chrome */
	box-shadow: 0 0 1px #aaa; /* CSS3 */
}

.large-donate{
	border-left:4px solid #222;
	font-size:90%;
	text-align:center;
	padding:20px 0;
}

.large-donate a{
	text-transform:uppercase;
	color:white;
	font-weight:bold;
	text-shadow:1px 1px 0 #a02100;
}

.large-donate a:hover{
	text-decoration:none;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* Pagination */
.pagination ul > li > a, .pagination ul > li > span{
	background:#eee;
	color:#888;
	text-shadow:1px 1px 0 white;
}

/* Close button */
.close-button{
	color:#fff;
	padding:5px 0;
}

.close-button a{
	color:white;
	text-transform:uppercase;
	font-size:85%;
}

.title-settings-button a{
	background:#99cc00;
	padding:2px 10px;
	color:white;
	font-weight:bold;
	font-size:90%;
	border-radius:3px;
}

.small-label{
	padding:1px 6px 2px 6px;
	border-radius:15px;
}

.call-to-action-orange, a.call-to-action-orange{
	background:#f15a33;
	padding:10px 20px;
	text-transform:uppercase;
	color:white;
	border-bottom:2px solid #b7310f;
	font-weight:300;
}

.call-to-action-orange:hover, a.call-to-action-orange:hover{
	text-decoration:none;
	background:#e04922;
}

.call-to-action-orange span, a.call-to-action-orange span{
	font-size:95%;
	text-transform:lowercase;
	color:#fbc8bb;
}

/* CUSTOM BOOTSTRAP BUTTONS */
.btn-gb-green {
  background-color: hsl(75, 100%, 35%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#98cb00", endColorstr="#86b200");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#98cb00), to(#86b200));
  background-image: -moz-linear-gradient(top, #98cb00, #86b200);
  background-image: -ms-linear-gradient(top, #98cb00, #86b200);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98cb00), color-stop(100%, #86b200));
  background-image: -webkit-linear-gradient(top, #98cb00, #86b200);
  background-image: -o-linear-gradient(top, #98cb00, #86b200);
  background-image: linear-gradient(#98cb00, #86b200);
  border-color: #86b300 #86b200 hsl(75, 100%, 31%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.button-hide-campaign{
	display:none;
}

.call-to-action-red, a.call-to-action-red{
	background:#e84c3d;
	color:#fff;
	text-shadow:none;
	text-transform:uppercase;
	box-shadow:0 2px 0 #b52e21;
	border:none;
	border-radius:2px;
	padding:10px 20px;
	
	-webkit-transition: all 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.4s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.4s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.call-to-action-red:hover, a.call-to-action-red:hover{
	background:#cd3627;
	color:#fff;
	text-shadow:none;
	text-transform:uppercase;
	box-shadow:0 2px 0 #8d170c;
	border:none;
	border-radius:2px;
	padding:10px 20px;
	
	-webkit-transition: all 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.4s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.4s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.call-to-action-light-blue, a.call-to-action-light-blue{
	background:#3598dc;
	color:#fff;
	text-shadow:none;
	text-transform:uppercase;
	box-shadow:0 2px 0 #1a72ae;
	border:none;
	border-radius:2px;
	padding:10px 20px;
	
	-webkit-transition: all 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.4s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.4s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.call-to-action-light-blue:hover, a.call-to-action-light-blue:hover{
	background:#247dba;
	color:#fff;
	text-shadow:none;
	text-transform:uppercase;
	box-shadow:0 2px 0 #135e91;
	border:none;
	border-radius:2px;
	padding:10px 20px;
	
	-webkit-transition: all 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.4s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.4s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.call-to-action-light-green, a.call-to-action-light-green{
	background:#3ec69e;
	color:#fff;
	text-shadow:none;
	text-transform:uppercase;
	box-shadow:0 2px 0 #27aa83;
	border:none;
	border-radius:2px;
	padding:10px 20px;
	
	-webkit-transition: all 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.4s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.4s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.call-to-action-light-green:hover, a.call-to-action-light-green:hover{
	background:#3dad8c;
	color:#fff;
	text-shadow:none;
	text-transform:uppercase;
	box-shadow:0 2px 0 #298e70;
	border:none;
	border-radius:2px;
	padding:10px 20px;
	
	-webkit-transition: all 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.4s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.4s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

/* ===== FEDERATED LOGINS ===== */
.federated-login-button a{
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
			border-radius: 3px;
			
	padding:7px 10px 8px;
	background:#eee;
	color:#fff;
	display:block;
}

.federated-login-button a:hover{
	text-decoration:none;
}

.federated-login-button a i{
	margin-right:8px;
}

.federated-login-button a.facebook{ background:#44619d; }
.federated-login-button a.facebook:hover{ background:#3a568f; }

.federated-login-button a.google{ background:#df4a32; }
.federated-login-button a.google:hover{ background:#cc402a; }

.federated-login-button a.twitter{ background:#49c5f9; }
.federated-login-button a.twitter:hover{ background:#3bb1e3; }

.federated-login-button a.linkedin{ background:#0073b2; }
.federated-login-button a.linkedin:hover{ background:#0067a0; }

.federated-login-button a.yahoo{ background:#7b0099; }
.federated-login-button a.yahoo:hover{ background:#6d0088; }

.federated-login-button a.microsoft{ background:#7cbb00; }
.federated-login-button a.microsoft:hover{ background:#6fa700; }


.sortable-tabs li{
	padding:5px;
	background:#38ad9e;
	margin-bottom:2px;
	color:#fff;
	
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
			border-radius: 3px;
}

a.edit-button{
	background:#38ad9e;
	padding:7px;
	color:#fff;
	display:block;
	text-align:center;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

a.edit-button:hover{
	background:#309c8e;
	text-decoration:none;
}

/* Jquery UI Tabs */
.tabs-nav-ul{
	border-bottom:2px solid #f15a33;
	height:30px;
}

.tabs-nav li{
	display:inline;
}

.tabs-nav li a.tab-title{
	background:#fff;
	font-weight:bold;
	color:#f15a33;
	padding:12px;
	border:1px solid #f15a33;
	margin-right:6px;
	
	-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;
}

.tabs-nav li a.tab-title:hover{
	text-decoration:none;
}

.tabs-nav .ui-tabs-active a.tab-title{
	background:#f15a33;
	color:#fff;
}

.add-tab-button{
	float:right;
	font-size:200%;
	cursor:pointer;
	color:#38ad9e;
}

/* ====================================================
----- FORMS -------------------------------------------
==================================================== */
.compulsory-field{
	color:red;
}

/* Validation */
input.parsley-error, textarea.parsley-error{
	border:1px solid #f00 !important;
	background:#f6e1dc;
}

.parsley-error label{
	color:#f00;
}

.parsley-error-list li{
	color:red;
	margin-top:0px;
	margin-bottom:10px;
	font-size:85%;
}

.input-wrapper{
	margin-bottom:20px;
}

/* Registration form */
input[type="text"].input-standard, select.input-standard, input[type="password"].input-standard, textarea.input-standard{
	border:1px solid #999;
	
	-webkit-box-shadow:none;
	-webkit-border-radius:0;
	border-radius:0;
	
	font-family: 'Lato', sans-serif;
	box-shadow:none;
	margin-bottom:0;
	height:35px;
}

textarea.input-standard{
	height:auto;
}

/* ====================================================
----- TABS --------------------------------------------
==================================================== */
.nav-tabs {
	border-bottom: 2px solid #f15a33;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #f15a33;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border-color: #f15a33 #f15a33 #f15a33;
	background:#f15a33;
	color:white;
}

.nav-tabs li a{
	font-weight:bold;
	border-left:1px solid #f15a33;
	border-top:1px solid #f15a33;
	border-right:1px solid #f15a33;
	color:#f15a33;
}

/* TABS FUNDRAISER PAGE */
.nav-tabs-fundraiser {
	border-bottom: 2px solid #777f85;
}

.nav-tabs-fundraiser > .active > a, .nav-tabs-fundraiser > .active > a:hover, .nav-tabs-fundraiser > .active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #777f85;
}

.nav-tabs-fundraiser > li > a:hover, .nav-tabs-fundraiser > li > a:focus {
	border-color: #777f85 #777f85 #777f85;
	background:#777f85;
	color:white;
}

.nav-tabs-fundraiser li a{
	font-weight:bold;
	border-left:1px solid #777f85;
	border-top:1px solid #777f85;
	border-right:1px solid #777f85;
	color:#777f85;
}

/* ====================================================
----- WIDGETS -----------------------------------------
==================================================== */
/* Raised Money Widget */
.widget-money-raised{
	padding:20px;
	background:#eee;
	text-align:center;
	border:1px solid white;
	
	-moz-box-shadow: 0 0 2px #aaa; 
	-webkit-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

.grey-sidebar-widget{
	background:#eee;
	border:1px solid white;
	
	-moz-box-shadow: 0 0 2px #aaa; 
	-webkit-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

.donation-sidebar-widget{
	background:#f15a33;
	border:1px solid white;
	
	-moz-box-shadow: 0 0 2px #aaa; 
	-webkit-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

.green-widget-title{
	text-align:center;
	background:#222;
	padding:7px 0;
	text-transform:uppercase;
	color:#fff;
}

.grey-widget-content-wrapper{
	padding:20px;
	color:#656565;
	text-shadow:1px 1px 0 #fff;
}

.donation-widget-content-wrapper{
	padding:20px;
	color:#656565;
	text-shadow:1px 1px 0 #fff;
	overflow:hidden;
}

.donation-widget-content-wrapper p, .donation-widget-content-wrapper label{
	color:white;
	text-shadow:none;
}

.w-money-raised-ammount{
	color:#99cc00;
	font-size:400%;
	font-weight:bold;
	letter-spacing:-3px;
	text-shadow:1px 1px 0 white;
}

.w-money-raised-text{
	text-shadow:1px 1px 0 white;
	color:#656565;
	font-size:120%;
	line-height:2;
}

/* ACCORDION WIDGET FUNDRAISERS AND LEADERBOARD */
.accordion-group{
	border:none;
}

.widget-accordion-heading a{
	background-color:#495157;
	color:#fff;
	border:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:100%;
	border-radius:2px;
}

.widget-accordion-heading a:hover{
	text-decoration:none;
	color:orange;
	
	background: #323a40;
	background: -moz-linear-gradient(top, #323a40 0%, #1a1f23 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323a40), color-stop(100%,#1a1f23));
	background: -webkit-linear-gradient(top, #323a40 0%,#1a1f23 100%);
	background: -o-linear-gradient(top, #323a40 0%,#1a1f23 100%);
	background: -ms-linear-gradient(top, #323a40 0%,#1a1f23 100%);
	background: linear-gradient(to bottom, #323a40 0%,#1a1f23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323a40', endColorstr='#1a1f23',GradientType=0 ); /* IE6-9 */
}

.widget-accordion-inner{
	background:#ecf0f1;
}


/* PROGRESS BAR */
.progress {
	height: 26px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #dff3eb;
	background-image: -moz-linear-gradient(top, #f08903, #f08903);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f08903), to(#f08903));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f08903);
	background-image: -o-linear-gradient(top, #f08903, #f08903);
	background-image: none;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 60px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #95d7bd;
}

.progress-striped .bar{
	background-color:#3ec69e;
}

.progress .bar{
	line-height:26px;
	font-size:14px;
	background-color:#3ec69e !important;
	background-image: none;
	color:#0f4032;
}

/* social sharing widgets */
.facebook-buttons-wrapper{
	float:left;
}

.other-social-buttons{
	float: left;
}


/* ==========================================
FUNDRAISER COLOR SCHEME AND STYLES ==========
========================================== */
.large-dark-title-fundraiser{
	border-left: 8px solid #3ec69e;
	color: white;
	background: #222;
	padding: 20px 20px 15px;
	overflow: hidden;
}

.nav-tabs-fundraiser{
	border-bottom:2px solid #3ec69e;
}

.nav-tabs-fundraiser li a{
	border-left: 1px solid #3ec69e;
	border-top: 1px solid #3ec69e;
	border-right: 1px solid #3ec69e;
	color: #3ec69e;
}

.nav-tabs-fundraiser > .active > a, .nav-tabs-fundraiser > .active > a:hover, .nav-tabs-fundraiser > .active > a:focus {
	background-color: #3ec69e;
}

.nav-tabs-fundraiser > li > a:hover, .nav-tabs-fundraiser > li > a:focus {
	border-color: #3ec69e #3ec69e #3ec69e;
	background: #3ec69e;
}

.grid-make-a-donation-button-fundraiser a{
	background: #3ec69e !important;
	box-shadow:0 2px 0 #2ba380;
}

.grid-make-a-donation-button-fundraiser a:hover{
	background: #2fb28c !important;
}

.fundraiser-stats-wrapper{
	color:#555;
}




/*-----------------------------------------------------------------------------

REVOLUTION RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	26/06/12
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/***********************
	-	BASICS 	-
***********************/
html {
	overflow-x:hidden;
}


  /*********************************************************************************************
		-	SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE 	-
  **********************************************************************************************/

  /*	-	THE BANNER CONTAINER (Padding, Shadow, Border etc. )	-	*/


	 .fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		max-height:500px !important;
		overflow:hidden;
	}
	
	
	
/*-----------------------------------------------------------------------------

	-	Revolution Slider 1.5.3 -

		Screen Stylesheet

version:   	2.1
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------

	-	Revolution Slider 2.0 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}

.tp-caption { z-index:1;}
.tp-caption.big_white{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			padding: 3px 4px;
			padding-top: 1px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#000;
			letter-spacing: 0px;
		}

.tp-caption.big_orange{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 36px;
			line-height: 36px;
			font-family: Arial;
			padding: 0px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#fb7354;
			letter-spacing: -1.5px;
		}

.tp-caption.big_black{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 800;
			font-size: 36px;
			line-height: 36px;
			font-family: 'Open Sans', sans;
			padding: 0px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#fff;
			letter-spacing: -1.5px;
		}

.tp-caption.medium_grey{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 20px;
			line-height: 20px;
			font-family: Arial;
			padding: 2px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#888;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.small_text{
			position: absolute;
			color: #555;
			text-shadow: none;
			font-size: 16px;
			line-height: 20px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}

.tp-caption.medium_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 300;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.large_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 26px;
			line-height: 36px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			background:#222;
			padding:5px 10px;
		}
		
		.tp-caption.large_text_orange{
			position: absolute;
			color: #f15a33;
			text-shadow: none;
			font-size: 28px;
			line-height: 36px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			font-family: 'Coming Soon', cursive;
		}
.tp-caption.large_black_text{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 300;
			font-size: 42px;
			line-height: 42px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}

.tp-caption.very_large_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 60px;
			line-height: 60px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
			letter-spacing: 0px;
		}
.tp-caption.very_large_black_text{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 800;
			font-size: 72px;
			line-height: 72px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
.tp-caption.bold_red_text{
			position: absolute;
			color: #d31e00;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
.tp-caption.bold_brown_text{
			position: absolute;
			color: #a04606;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
    .tp-caption.bold_green_text{
			position: absolute;
			color: #5b9830;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}

.tp-caption.very_big_white{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 36px;
			line-height: 36px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			padding: 3px 4px;
			padding-top: 1px;
			background-color:#7e8e96;
					}

.tp-caption.very_big_black{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 700;
			font-size: 60px;
			line-height: 60px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			padding: 0px 4px;
			padding-top: 1px;
			background-color:#fff;
					}

.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
  font-weight: 300;
			font-size: 19px;
			line-height: 19px;
			font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}

.tp-caption a {
	color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
	color: #ffa902;
}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}

/******************************
	-	BUTTONS	-
*******************************/

.button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
						cursor:pointer;
						color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
						background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
					}

.button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.button:hover,
.button.big:hover		{	background-position:bottom, 15px 11px;}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.button.green, .button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.button.blue, .button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.button.red, .button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.button.orange, .button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.button.darkgrey,.button.grey,
.button:hover.darkgrey,.button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.button.lightgrey, .button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute; visibility: hidden;

}

.tp-simpleresponsive img	{	max-width:none;}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(../img/assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
.tp-bannershadow.tp-shadow2 {	background:url(../img/assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(../img/assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(../img/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(../img/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(../img/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:-10px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(../img/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(../img/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(../img/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(../img/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(../img/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:-7px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:-7px;}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../img/assets/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(../img/assets/timer.png);position:absolute; z-index:200;}
.tp-bannertimer.tp-bottom					{	bottom:0px !important;height:5px;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


	@media only screen and (max-width: 1280px) {
		 .facebook-buttons-wrapper{
			 margin-bottom:10px;
		 }
	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}

	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
	}
	
	@media only screen and (max-width: 392px) {
		.call-to-action-light-green{
			margin-bottom:10px;
		}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:10000px; height:10000px;  background:url(../img/assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(../img/assets/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}


.tp-transparentimg {	content:"url(../img/assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}
					
					
					
					
/* =====================================================
----- CUSTOM SELECT ------------------------------------
===================================================== */
/* @group Base */
.chzn-container {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #cbcbcb;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #999;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 25px;
  padding: 8px 0 0 8px;
  color: #555;
  text-decoration: none;
  text-align:left;
}
.chzn-container-single .chzn-default {
  color: #555;
  text-align:left;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../img/icons/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('../img/icons/chosen-sprite.png') no-repeat 0px 8px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
  width:98%;
}
.chzn-container-single .chzn-search input {
  background: #fff url('../img/icons/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../img/icons/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/icons/sprites.png') no-repeat 110% -180px;
  background: url('../img/icons/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/icons/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/icons/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 10px 20px 4px 5px;
  outline: 0;
  border: 1px solid #cbcbcb;
}
.chzn-container-single .chzn-drop {
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;

  border: 1px solid #ccc;
  border-radius:4px;
  margin: 0;
  margin-bottom:5px;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}

.chzn-container-multi .input-standard{
	border:1px solid #f00;
	
	-webkit-box-shadow:none;
	-webkit-border-radius:0;
	border-radius:0;
	
	font-family: 'Open Sans', sans-serif;
	font-size:20%;
	box-shadow:none;
	padding:2px 10px;
	margin-bottom:0;
}

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #888;
  background: transparent !important;
  border: 0 !important;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #f00;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../img/icons/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #ddd;
  color: #888;
}
.chzn-container .chzn-results li em {
  background: #feffde;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('../img/icons/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('../img/icons/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  border: 1px solid #cbcbcb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #fff;
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #ccc;
  border-radius:3px;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('../img/icons/chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/icons/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('../img/icons/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/icons/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/icons/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
      background-image: url('../img/icons/chosen-sprite@2x.png') !important;
      background-repeat: no-repeat !important;
      background-size: 52px 37px !important;
  }
}
/* @end */

.other-input{
	font-weight:800;
	font-size:120% !important;
}

.container{
    padding: 0 10px;
}

/*//Custom Css*/

/* form builder */
.compulsory-field {
    color: red;
}

#liFormName {
    padding: 5px 20px;
    background-color: #E7E7E7;
}

.FormName {
    word-break: break-all;
}

/* modal */

.modal .modal-header{
	border-bottom:none;
	padding: 20px 20px 0px 25px;
	}
.modal .modal-header .modal-title{
	font-weight:bold;
	color: #000;
	}
.modal .modal-body{
	padding: 5px 25px;
	}
.modal .modal-footer{
	border-top:none;
	padding: 0px 20px 15px 25px;
	}
.modal .btn-primary {
    background-color: #4285f4;
    border-color: #2369dc;
}

/* form builder */


/* Recent Activities */
.recent_donations .title-lines-centered h5 {
    float: none;
    background: #ccc;
    text-align: left;
    padding: 12px 23px;
    text-transform: uppercase;
    color: #636d6f;
    font-size: 17px;
}

.recent_donations .span1 {
    text-align: center;
}

    .recent_donations .span1 span {
        display: inline-block;
        font-size: 17px;
        background-color: #ddd;
        padding: 8px 12px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

.recent_donations .span11 span {
    color: #9d9d9d;
   
}

    .recent_donations .span11 strong {
        color: #58b058;
    }

.recent_donations table td {
    padding: 15px 8px;
}

.recent_donations table tr:first-child td {
    border-top: none !important;
}

.recent_donations .span11 .comment-user {
    color: #636d6f;
}

.recent_donations .span11 .comment-text {
    color: #636d6f;
    padding-top: 4px;
}

@media (max-width: 767px) {
    .recent_donations .span1 {
        text-align: left;
    }
}

/* Recent Activities */


