@charset "utf-8";
/* CSS Document */


/*
 *
 * charity pages html template
 * Author: Jitu Chauhan
 *
 */

/*@import "responsive.css";*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600);

/*------------------------------------------------
		Index of charity template html
			
			
			Index : 
			Program :
									- Program Detail :

			Event :
									- Event 2 :
									- Event Detail :
			
			Blog :
									- Blog-detail :
			
			Pages :
								    - About-us :
								    - Contact-us :
									- Donate :
									- Faq :
									- Our Sponser :
									- Shortcode Alerts :
									- Shortcode Columns :
									- Shortcode Tabs :
									- Shortcode Typography :
									- Shortcode List :
									- Team :
									- Team Detail :
									- Volunteer :
									- 404 error :
	
-----------------------------------------*/
/*----------------------------------------
			COLORS
			
			      	Primary color								: #6c865b;
				  	Secondry 	color							: #4a8aa9;
					h1, h2, h3, h4, h5, h6 					: #302f2c;
	                p : color										: #686868;
					a : color										: #302f2c;
				    a:hover 										: #6c865b;
				    footer : color								:#2c2c2a;


----------------------------------------*/

/*-------------------------------
			FONT FAMILY
			
	h1, h2, h3, h4, h5, h6	: 	font-family: 'Dosis', sans-serif;
						 					p	: 	font-family: 'Roboto', sans-serif;
						 				    a	: 	font-family: 'Dosis', sans-serif;

-------------------------------*/

/*-------------------------------
			FONT SIZE based on Golden Ration
			
					body : font-size:16px;
					    h1 : font-size: 42px
						h2 : font-size: 26px
						h3 : font-size: 20px
						h4 : font-size: 17px
						 p : font-size: 16px

-------------------------------*/

/*------------------------------
		General Styles
-------------------------------*/		


body {
	font-size:16px;
	line-height:24px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	
}

.logo{
	
	height:55px;
	margin-top:-20px;
}
.navbar-collapse {
	margin-bottom: 18.5px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Dosis', sans-serif;
	color:#302f2c;
	font-weight:500;
	margin-bottom:20px;
	margin-top:0px;
	-webkit-font-smoothing:antialiased;
	letter-spacing:0px;
	text-rendering: optimizeSpeed;
}
h1.noBotMargin, h2.noBotMargin, h3.noBotMargin, h4.noBotMargin, h5.noBotMargin, h6.noBotMargin{
	margin-bottom:10px;
}
h1.noMargin, h2.noMargin, h3.noMargin, h4.noMargin, h5.noMargin, h6.noMargin{
	margin:0px;
}
h1, h3 {
	font-size:42px;
}
h2, h4 {
	font-size:32px;
}
h5 {
	font-size: 27px;
}
h6 {
	font-size: 22px;
}
h5.cms-head-6 {
	font-size: 17px;
}
h6.cms-head-7 {
	font-size: 12px;
}
h1.smallerH,
.right-sidebar h1 {
	font-size:32px;
}
h2.smallerH,
.right-sidebar h2 {
	font-size:26px;
}
h3.smallerH,
.right-sidebar h3 {
	font-size:20px;
}
h4.smallerH,
.right-sidebar h4 {
	font-size:17px;
}
p {
	color:#686868;
	line-height:26px;
	margin-bottom:20px;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	word-wrap: break-word;
	/*-webkit-font-smoothing: antialiased;*/
}
a {
	color:#302f2c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	text-decoration:none;
	color:#6c865b;
}
a.white, .white, h1.white{
    color:#fff;
}
a.white:hover{
    color:#333;
}
ul {
	padding:0px;
	overflow: hidden;
	zoom: 1;
}
ul li,
.tabsHolder .nav-tabs>li.active>a, .tabsHolder .nav-tabs>li.active>a:hover, .tabsHolder .nav-tabs>li.active>a:focus{
	color:#686868;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	list-style-type: disc;
	list-style-position: inside;
	font-weight:300;
}
.main-container ul li {
	list-style-position: outside;
	margin-left: 20px;
}
ul.pagination li {
	margin-left: 0;
}
ul.nav li, .footer ul li, .right-sidebar ul li {
	list-style-type: none;
}
.first-p-styled > p:first-child,
.lead-font {
	font-size:21px;
	line-height:30px;
	color:#3c3b36;
}
.list-style {
	margin-bottom:30px;
}
 .list-style li {
	margin-bottom: 12px;
}
 .list-style li ul{
     margin-top:12px;
     margin-left:12px;
}
.field input, .field select {
	height: 50px;
	border: #dedcd7 solid 1px;
	border-radius: 0px;
	width: 100%;
	margin-bottom: 20px;
}
.field textarea {
	border: #dedcd7 solid 1px;
	border-radius: 0px;
	width: 100%;
	margin-bottom: 20px;
}
.field select {
	margin-bottom: 20px;
}
.field input[type="checkbox"],
.field input[type="radio"]{
    width:auto;
    height:auto;
}
.field.bad input, .field.bad textarea, .field.bad select {
	border-color: 	#a94442;
}
.leftFormHolder .button,
.btn-default,
.btn-yellow {
    cursor:pointer;
	background:#4a8aa9;
	border:none;
	border-radius:2px;
	color:#3c3b36;
	padding:8px 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-family: 'Dosis', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn-default {
  background-color: #fff;
  color: #333;
}
.leftFormHolder .button:hover,
.btn-yellow:hover {
	background:#6c865b;
	color:#fff;
}
.btn-default:hover {
	background:#ebebeb;
	color:#333;
}
.btn-group.btn-group-spacing {
  border: 1px #4a8aa9 solid;
	border-radius:2px;
	background:#4a8aa9;
    margin: 10px 0px;
}
.btn-group.btn-group-spacing .btn {
  margin-left: 1px !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
.btn-group.btn-group-spacing .btn.btn-default {
	color:#4a8aa9;
}
.btn-group.btn-group-spacing .btn:first-of-type {
  margin-left: 0px !important;
}
.blk {
	margin-bottom:40px;
	margin-top:40px;
	text-align: center;
}
.blk i.fa{
    display:block;
}
.icon-size {
	margin-bottom:20px;
	margin-top:10px;
	font-size:32px;
}
.block_section .icon-size {
	font-size: 45px;
}
.pic {
	margin-bottom:30px;
	position: relative;
}
.pic img,
.pic .noPhoto{
	border-radius: 4px;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.pic img:hover {
	border-radius: 4px;
	opacity: 0.7;
}
.picDetail img {
	border-radius: 4px;
	opacity: 1;
}
::selection {
 background: #4a8aa9;
 color:#302f2c;
}
input.form-control {
	height: 50px;
	border: #dedcd7 solid 1px;
	border-radius: 0px;
}

/**** menu-bar  ***/

.header .navbar-default {
	background-color:#6c865b;
	border: 0px;
	border-radius: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header .navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 24px;
	font-weight:700;
	letter-spacing:-2px;
	line-height: 20px;
	color:#f5f5f5;
}
@media (max-width: 992px){
    .header .navbar-header{
        position: relative;
    }
    .header .navbar-brand {
        float: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 80%;
        padding-right: 72px;
    }
    .header .navbar-brand img{
        /*width: 100%;*/
        max-width: 270px;
        height: auto;
        max-height: 55px;
    }
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-size:16px;
	font-family: 'Dosis', sans-serif;
	font-weight:500;
	margin-left: 5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	/*color: #4a8aa9;blue*/
        color:#e1e3df;
	background-color: grey;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
#top-search {
	float: left;
	height: 40px;
	background: #3d3c3a;
	border: none;
	outline: none;
	line-height: 24px;
	padding: 7px 15px;
	color: #777777;
	display: none;
	webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top:5px;
}
li.search a {
	float:left;
}
/*****drop down menu******/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #3c3b36;
        color:#ffffff;
        background-color:#6c865b;
	/*background-color: #4a8aa9;blue*/
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	/*z-index: 1000;*/
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
        background-color:#6c865b;
	/*background-color: #4a8aa9;blue*/
	background-clip: padding-box;
	border:none;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .0);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .0);
}
.dropdown-menu > li > a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
        color:#ffffff;
	/*color: #3c3b36;*/
	white-space: nowrap;
	font-weight: 300;
}
/*****   menu-bar end *****/
/****     banner section   ******/
.banner {
	background-color:#fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom:100px;
	left: 20%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
.carousel-caption h1 {
	color:#fff;
	font-family: 'Dosis', sans-serif;
	font-size: 38px;
	/*text-transform:uppercase;*/
	font-weight:600;
}
.carousel-caption p {
	color:#fff;
	font-family: 'Roboto', sans-serif;
}

.form-box .sidebar-blk p{ color:#000;}
.form-box .sidebar-blk h1{ color:#3d3c3a;}
.form-box .sidebar-blk label{ color:#3d3c3a;}
.form-box .sidebar-blk .btn-yellow{ font-size:20px; padding:8px 0px; margin-top:20px;}
/****     banner section - end    ******/

/****     about-intro section   ******/

.about {
	background-color:#dedcd4;
	background-image:url(../images/bg-ptrn.jpg);
	padding-bottom:80px;
	padding-top:80px;
}

.about.blocks_holder p {
    margin-bottom: 0px;
}
.about.blocks_holder_type_images h2 {
    margin-top: 10px;
}

@media (max-width: 992px){
    .about.blocks_holder .col-sm-6 {
        margin-bottom: 30px;
    }
    .about.blocks_holder .col-sm-6:last-of-type {
        margin-bottom: 0px;
    }
}

.donate-info {
	border-bottom:1px solid #dedbce;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.donate-box strong {
	font-size:72px;
	font-family: 'Dosis', sans-serif;
	margin-bottom:30px;
	display:block;
	margin-top: 30px;
	font-weight:600;
}
.donate-box h2 {
	font-size:32px;
	margin-bottom:0px;
}
.btn-donate {
	background-color:#fff;
	margin-top:30px;
	border: none;
	padding: 10px 25px;
	font-family: 'Dosis', sans-serif;
	text-transform:uppercase;
	font-size: 16px;
	border-radius: 2px;
	font-weight:500;
}
.donate-box {
	background-color:#6c865b;
	padding: 60px 40px;
	margin-bottom: 30px;
}
/****     about section end   ******/

/****     service section start   ******/

.service {
	background-color:#fff;
	padding-bottom:80px;
	padding-top:80px;
}
.service btn:hover {
	border:#4a8aa9;
}
.service-blk {
	margin-bottom:40px;
	margin-top:40px;
	display: block;
}
.service-blk h3{
    font-size:20px;
}
.service-blk-list {
	margin-bottom:40px;
	margin-top:40px;
	display: inline-block;
}
.service-blk-list h3{
    font-size:16px;
}
.service-blk.fullwidth { width: 100%; }

@media (max-width: 992px){
    .service-blk .col-sm-6:nth-child(2n+1){
        clear: both;
    }
}

/****     service section end   ******/

/****     things section end   ******/

.things {
	padding-bottom:80px;
	padding-top:80px;
	background-color:#dedcd4;
	background-image:url(../images/bg-ptrn.jpg);
}
.yellow-blk {
	background-color:#6c865b;
	padding:20px;
	max-height:265px;
}
.yellow-blk .heading {
	color:#fff;
	text-transform:uppercase;
	margin-bottom:30px;
}
.yellow-blk .pe-icon {
	color:#fff;
	margin-bottom:30px;
}

/********** news section **********/

.news {
	padding-bottom:80px;
	padding-top:80px;
	background-color:#fff;
}
.latest-news {
	margin-bottom:30px;
}
/***** testimonials ********/

.testimonials {
	padding-bottom:80px;
	padding-top:80px;
	background-color:#dedcd4;
	background-image:url(../images/bg-ptrn.jpg);
	text-align:center;
}
.name {
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
	display: inline-block;
	font-weight:600;
}
.testimonials-ct {
	margin-top:35px;
	display:inline-block;
}
.testimonials-ct p {
	font-size:21px;
	line-height:34px;
}
/****** footer section  *****/
.footer {
	background:#6d875c;
	padding-bottom:80px;
	padding-top:80px;
	color:#FFF;
}
.footer h2 {
	color:#fff;
    font-size: 25px;
}
.footer .help a {
	color:#dae1d5;
	font-family: 'Roboto', sans-serif;
	
}
.footer a:hover {
	color:#4a8aa9;
}
.footer-icon a {
	color:#2d2c27;
}
.footer p, .footer ul li {
	color: #dae1d5;
}
/****** footer section end *****/
/****  sub-footer  ****/

.sub-footer {
	background: #6d875c;
	padding-top: 21px;
	padding-bottom: 21px;
}
.sub-footer i {
	color:#dae1d5;
	font-size:26px;
	margin-left: 10px;
}
.sub-footer i:hover {
	color:#fff;
	font-size:26px;
	margin-left: 10px;
}
.sub-footer p {
	margin-bottom:0px;
	color:#dae1d5;
}
.news-letter .input-group .form-control {
	background-color: #dae1d5;
	border: none;
	border-radius: 0px;
	height: 46px;
}
.news-letter .input-group-btn .btn-yellow {
	/*background-color: #4a8aa9;*/
	border: none;
	border-radius: 0px;
	height: 46px;
	margin-top: 0px;
}
.news-letter .first_name{
    width: 310px;
    margin-bottom: 5px;
    max-width: 100%;
}
.news-letter .field.bad input{
    border: 1px #c00 solid;
}


/****  sub-footer end  ****/

/****************** Inner Page Start ***********************/
.title {
	margin-bottom:30px;
	text-align:center;
}
.main-container {
	padding-bottom:100px;
	padding-top:100px;
	background-color:#fff;
}
.color-blk {
	background-color:#f7f6f1;
	padding-bottom: 40px;
	padding-top: 40px;
	border-radius: 4px;background-image: url(../images/bg-ptrn.jpg);

}
.margin-space {
	margin-top:70px;
}
/***** Team*****/
.page-title {
	background-color:#839f5b;
}
.page-title h2 {
	color:#4a8aa9;
	margin-bottom: 10px;
	margin-top: 5px;
}
.ptn-bg {
	background:url(../images/ptn.png) no-repeat 270px 0px;
	padding-top: 52px;
	margin-top: 0px;
}
.page-title .breadcrumb {
	padding: 8px 0px;
	margin-bottom: 35px;
	list-style: none;
	background:none;
	border-radius: 4px;
	text-transform: lowercase;
}
.breadcrumb li a {
	color:#fff;
	font-size: 12px;
}
.breadcrumb li a:hover {
	color:#4a8aa9;
	font-size: 12px;
}
.page-title .breadcrumb > .active {
	color: #4a8aa9;
	text-transform:  lowercase;
	font-size: 12px;
}

.team {
	margin-bottom:70px;
}
.positions {
	font-size:14px;
	color:#686868;
}
.yellow-line {
	margin-bottom:30px;
	margin-top:30px;
	border-bottom:	3px solid #4A8AA9;
}
.yellow-line.noTopMargin {
	margin-top:10px;
}
.destaurate {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	filter:grayscale(100%);
}
.destaurate:hover {
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	filter:grayscale(0%);
}
.team-profile h3 {
	margin-bottom:10px;
}
.team-profile h4 {
	margin-bottom:10px;
}
.become-team {
	padding-bottom: 80px;
	padding-top: 80px;
}
/************** Program***************/

.we-do {
	padding-left:40px;
	padding-right:40px;
	margin-bottom:30px;
}
.pic-caption {
	position: absolute;
	bottom: 0px;
	margin: 20px;
	border-radius: 4px;
	width: 94%;
	padding:30px;
}
.pic-caption h2{
	color:#fff;
}
.right-sidebar {
}
.sidebar-blk {
	padding:40px;
	margin-bottom:20px;
	border-radius: 4px;
	background-image:url(../images/bg-ptrn.jpg);
}
.sidebar-blk-featured-sponsors{
	padding-bottom:30px;
}
.right-sidebar .btn-block {
	font-size:24px;
	/*font-family: 'dosismedium';*/
}
.event-ct {
}

/************** Event-Detail ***************/

.event-detail {
}
.event-detail .blockquote {
	padding: 30px 20px;
	margin: 0 0 40px;
	font-size: 17.5px;
	border-left: 9px solid #fdcd27;
	background-color: #f7f6f1;
}
.event-detail .sidebar-blk h2 {
	
}
.event-detail .sidebar-blk i {
	margin-right:10px;
}
.event-detail .sidebar-blk ul {
	margin-bottom:20px;
}
.event-detail .sidebar-blk {
}
.event-info ul li{
	display: inline-block;
	font-size:14px;
	margin-right:10px;
}
.event-info ul li i{
	margin-right:5px;
}
.event-listing{}
.list{
	margin-bottom:40px;
	margin-top:15px;
}

/*********** blog ************/

.feature-img {
	margin-bottom:50px;
}
.feature-post {
	margin-bottom:50px;
	margin-top:50px;
}
.video {
	margin-bottom:50px;
	margin-top:50px;
}
.picDetail .video {
	margin: 0;
}
.meta {
	margin-bottom:20px;
	/*text-transform:uppercase;*/
	font-family: 'Dosis', sans-serif;
	font-size:14px;
}
.meta span {
	margin-right:10px;
}
.meta span span{
	margin-right:0px;
}
.meta span i {
	margin-right:5px;
}
.blog .blockquote {
	margin-top: 50px;
	margin-bottom: 50px;
}
.blog .blockquote-ct {
	margin-top:35px;
	display:inline-block;
	background-color:#f3f1ea;
	text-align:center;
	padding-bottom:80px;
	padding-top:80px;
}
.blog .blockquote-ct h2 {
	line-height: 40px;
}
.blog .pagination li {
	/*margin-right:10px;*/
}
.pagination > li { display: inline-block; }
.blog .pagination a,
.blog .pagination span,
.blog .pagination span:hover{
	background-color:#ccc;
	color:#fff;
	margin-right: 10px;
	border: none;
}
.pagination li:first-child {margin-left: 0;}
.blog .pagination a:hover {
	background-color:#fdcd27;
	color:#fff;
}
.blog .pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.blog .pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.about-author{display: inline-block;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 40px;}
input[type="radio"] {
	margin-bottom:10px;
}
.video {
	opacity:.9;
}
.video-wrapper {
	padding-bottom: 61%;
	position: relative;
	width: 100%;
}
/*.video-wrapper {padding-bottom: 61%;}*/
	.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/************** Blog Detail ***************/

.blog-detail {
}
.post-content {
	margin-bottom:60px;
}
.blog-detail .blockquote {
	padding: 30px 20px;
	margin: 0 0 40px;
	font-size: 17.5px;
	border-left: 9px solid #fdcd27;
	background-color: #f7f6f1;
}
.reply .btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	background: #4a8aa9;
}
.reply .btn:hover {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	background: #6c865b;
	color:#fff;
}

.comments-form {
	padding:40px;
	margin-top:50px;
}
.comments-form h2 {
	margin-bottom:30px;
}
.comments-form .form-group {
	margin-bottom:30px;
}
.comments-form .form-group label {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
.comments-form .form-group input.form-control, select.form-control {
	height:50px;
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.comments-form .form-group textarea.form-control {
	border:#dedcd7 solid 1px;
	border-radius:0px;
}

.blog-detail .right-sidebar .form-group {
	margin-bottom:30px;
}
.blog-detail .right-sidebar .form-group label {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
.blog-detail .right-sidebar .form-group input.form-control, select.form-control {
	height:50px;
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.blog-detail .right-sidebar .form-group textarea.form-control {
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.comments {
}
.comments .media-heading {
	margin-bottom:15px;
}
.search-widget {
}
.search-widget .btn-yellow {
	padding: 15px;
	margin-top: 0px;
}
.recent-post, .post-categories, .archives, .tags {
	margin-bottom:30px;
	margin-top:40px;
}
.post-categories .list-style, .post-categories ul li {
	margin-bottom: 0;
}
.recent-post .pic{
    margin-bottom:0px;
}
.recent-post .row{
    margin-bottom: 30px;
}
.recent-post .row:first-child,
.recent-post .row:last-child{
    margin-bottom:0px;
}
.tags a {
	padding: 6px 15px;
	background-color: #6c865b;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 5PX;
	display: inline-block;
	border-radius: 4px;
	font-size: 16px;
}
.tags a:hover {
	padding: 6px 15px;
	background-color:#fdcd27;
	color:#3c3b36;
}

/************** About Us***************/

.about-us {
}
.about-blk {
	margin-bottom: 70px;
}
.core-blk{
	background-image:url(../images/bg-ptrn.jpg);
	padding-bottom:70px;
	padding-top:100px;
}
/************** Contact us ***************/

.contact-detail {
	margin-bottom:50px;
}
.office-address {
}
.office-address:hover {
	background-color:#efebe3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
carsa
}
.support {
}
.support .btn-yellow {
	margin-top:30px;
}
.support i {
	margin-right:10px;
}

/******** Donate ********/

.donate{
	padding:70px 60px 60px 60px;
	background-color:#f7f6f3;
	background-image: url(../images/bg-ptrn.jpg);
}
.donate-form {
	padding:70px 40px 40px 40px;
}
.donate-form .form-group {
	margin-bottom:30px;
}
.donate-form .form-group label {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
.donate-form .form-group input.form-control, select.form-control {
	height:50px;
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.donate-form .form-group textarea.form-control {
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.bill-info{
	margin-bottom:50px;
	margin-top:50px;
}
.pay-info{
	margin-bottom:30px;
	margin-top:30px;
}
.pay-info a{
	text-decoration:underline;
}
.donate-ct{
	position: absolute;
	top: 130px;
	margin-left: 50px
}
.donate-ct h1{
	color:#4a8aa9;
}
.donate-ct p{
	color:#fff;
}
.donate-title{
	margin-top:50px;
}

/************ FAQ ***************/

.faq {
}
.faq .panel-title {
	font-size:20px;
}
.faq .panel-default > .panel-heading {
	background-color: #f7f6f3;
	border-color: #ecebe7;
	border-radius:0px;
}
.faq ul {
	margin-bottom:20px;
}
.faq li i {
	margin-left:10px;
	margin-right:15px;
}

/***********  Sponsorship ************/

.sponsorship {
}
.sponsorship-detail {
	margin-bottom:50px;
}
.work {
	margin-bottom:70px;
	background-color:#f7f6f3;
	padding-bottom:60px;
	padding-top:60px;
}
.logo {
	font-family: 'Pacifico', cursive;
	font-weight:400;
	text-transform:lowercase;
	color:#9bb649;
}
.logo-brand {
	font-weight:700;
}
.client-logo .item img {
opacity: 0.5;
}
.pe-icon{
	margin-bottom:30px;
	color: #302f2c;
}
/**************Shortcode ****************/

.alert-standard{
color: #b9b5b4;
background-color: #f8f8f8;
border-color: #dedede;
}
.ch-columns, .ch-alerts, .ch-tab, .ch-typography, .ch-list{ margin-top:60px;}
.ch-tab .nav-tabs>li.active>a {
background-color:#4a8aa9;
color:#302f2c;
border: none;
border-radius: 2px 2px 0 0;  font-family: 'dosissemibold';
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #4a8aa9;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;  font-family: 'dosissemibold';
font-size:20px;
}
.ch-tab .tab-content {
padding-top: 60px;
padding-bottom: 60px;
}
.product-tab {
padding-left: 40px;
padding-right: 40px;
}
.ch-tab .nav-tabs > li {
float: left;
margin-bottom: -2px;  font-family: 'dosissemibold';font-size:20px;
}

/**************Team Form ***************/

.temp-form .form-group {
	margin-bottom:30px;
}
.temp-form .form-group label {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
.temp-form .form-group input.form-control {
	height:50px;
	border:#dedcd7 solid 1px;
	border-radius:0px;
}

.temp-form .form-group textarea.form-control {
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.temp-form .form-group.bad input.form-control,
.temp-form .form-group.bad textarea.form-control,
.temp-form .form-group.has-error input.form-control,
.temp-form .form-group.has-error textarea.form-control{
    border-color:#a94442;
}
/************ Team Detail ************/

.team-detail {
}

.team-profile-pic {
}
.team-profile {
}
.team-detail i {
	font-size:21px;
	/*color:#6c865b;*/
        color:#686868;
	margin-bottom:30px;
	margin-right:5px;
}
.team-detail i:hover {
	font-size:21px;
	color:#4a8aa9;
	margin-bottom:30px;
	margin-right:5px;
}
.team-detail .team {
	margin-top:40px;
	margin-bottom:10px;
}
/*********** Volunteer *************/

.volunteer {
}
.volunteer .color-blk {
	padding-left:40px;
	padding-right:40px;
	background-image: url(../images/bg-ptrn.jpg);
}

.volunteer-form {
	padding:80px;
	margin-top:50px;
}
.volunteer-form .form-group {
	margin-bottom:30px;
}
.volunteer-form .form-group label {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
.volunteer-form .form-group input.form-control, select.form-control {
	height:50px;
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.volunteer-form .form-group textarea.form-control {
	border:#dedcd7 solid 1px;
	border-radius:0px;
}

/********** Erorr *************/

.erorr{}
.erorr-ct{
	margin-top:70px;
}
.erorr h1{
	font-size:200px;
	color:#6c865b;
}
.erorr p{
	font-size:20px;
}

/*************  Causes Section  ***************/

.causes{
	padding-top:100px;
}
.causes-blk{
	padding-bottom:100px;
	padding-top:70px;
	border-radius: 4px;
	background-image: url(../images/bg-ptrn.jpg);
	margin-top: 0px;
}

.causes-date, .causes-category, .causes-post{}

.causes-info .progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #4a8aa9;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.causes-info .progress-bar {
	float: left;
	font-family: 'Dosis', sans-serif;
	width: 50%;
	height: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #6c865b;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	font-weight:500;
}
.causes-info{}
.causes-info strong{
	font-family: 'Dosis', sans-serif;
	font-weight:600;
}
.progress-info p{
	color:#377bba;
	font-family: 'Dosis', sans-serif;
	font-size:16px;
	font-weight:500;
}

/********   **************/
.causes-service{
	padding-bottom:100px;
	padding-top:70px;
	border-radius: 4px;
	background-image: url(../images/bg-ptrn.jpg);
	margin-top: 30px;
}
.causes-about{
	padding-bottom:80px;
}
.new-event{
	padding:100px 0px;
}
.causes-ct{
	margin-top:40px;
}
.causes-ct .blk{
	margin-top:15px;
}

	
.navbar-default .navbar-toggle{
    background:#4a8aa9;
    border:0px;
}
.navbar-default .navbar-toggle .icon-bar{
    background:#2e2d2a;
}
#fb-root {
  display: none;
}
.fb_iframe_widget {
 display: block !important;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
 
.fb-like-box iframe {
 width: 100% !important;
}
 
.fb-like-box span {
 width: auto !important;
 position: initial !important;
}
.fb_iframe_widget_fluid span {
 width:100% !important;
}
.fb_iframe_widget span {
 position: static !important;
}
@media(max-width:767px) {


/*****Header *****/


.navbar-default .navbar-collapse, .navbar-default .navbar-form{ border:0px;}

/*** Banner ***/
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 10%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
.carousel-caption h1 {
	color:#fff;
	font-family: 'Dosis', sans-serif;
	font-size: 26px;
	text-transform:uppercase;
	font-weight:600;
        margin-bottom:15px;
}
.carousel-caption p {
	color:#fff;
	font-size: 16px;
	display:none;
}
.carousel-caption .btn {
    display:none;
    /*margin-top:5px;
    padding:7px 12px;
    font-size:14px;*/
}
.bnr-donate-box{ display:none;}
}


.img-responsive,
.thumbnail > img,
.thumbnail a > img{
    max-width: none;
    width: 100%;
}

.img-responsive {
	border: 1px solid #ccc;
}
.img-responsive.full_width {
	border: none;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
    max-width: none;
    width: 100%; text-align: left;
}

.right-sidebar h3 {
	margin-bottom: 0;
}

.photosItem{
    display: block;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 16.66666667%;
    float:left;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.photosItem:nth-child(6n+1){
    clear:both;
}
.no_sidebar .photosItem { width: 12.5%;}
.no_sidebar .photosItem:nth-child(8n+1){
    clear:both;
}
.no_sidebar .photosItem:nth-child(6n+1){
    clear:none;
}
.photosItem .title{
    display:block;
    width:100%;
    text-align:center;
}
.photosItem .noPhoto{
    width:220px;
    height:220px;
    background-color:#ccc;
}
#above_footer {
	display: none;
}
.underline {
	text-decoration: underline;
}
.rightWrap img {
	max-width: 100%;
}
.right_map_holder iframe {
	width: 100% !important;
	height: 288px !important;
}
ul.nav, ul.nav ul {
	overflow: visible;
}
ul.nav > li > ul > li {
	position:relative;
}
ul.nav > li > a {
	z-index: 1;
}
ul.nav > li > ul > li > a {
	position: relative;
	z-index: 2;
}
ul.nav > li > ul > li > ul > li > a {
	position:relative;
	z-index: 3;
}
ul.nav > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	
	/*border-bottom: 1px solid white;*/
}
ul.nav > li > ul > li > ul > li > ul {
	position: relative;
	width: 100%;
	border-bottom: 1px solid white;
}
.picDetail.half_width {
	width: 50%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
@media only screen and (max-width : 768px) {
	.navbar-collapse.collapse {
		display: none !important;	
	}
	.photosItem, .no_sidebar .photosItem{
	    width:33.33333333333333%;
	}
	.photosItem:nth-child(6n+1){
	    clear:none;
	}
	.photosItem:nth-child(3n+1){
	    clear:both;
	}
	.no_sidebar .photosItem:nth-child(8n+1){
	    clear:none;
	}
	.no_sidebar .photosItem:nth-child(6n+1){
	    clear:none;
	}
    .carousel-caption {
	bottom: 50px;
    }
}

.full_width_form .input-group { width: 100%; }

.field.bad label{
    text-decoration:underline;
}
/*.field.bad input,
.field.bad textarea,
.field.bad select{
    background-color:#ff8e8e;
}*/
.footer_left {
	float: left;
	width: 50%;
}
.footer_right {
	float: right;
	width: 45%;
}
.footer img {
	max-width: 100%;
}

@media (max-width: 990px) {
	.navbar-collapse.collapse {
		display: none !important;	
	}
	ul.nav > li > ul, ul.nav > li > ul > li > ul {
		width: 100%;
		border: 1px solid white;
	}
	ul.nav > li > ul > li > ul {
		top: 100%;
		left: 0;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    /*.navbar-collapse {*/
    /*    display: none;*/
    /*}*/
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer_left, .footer_right {
	float: none;
	width: 100%;
	padding: 10px 20px;
    }
}
@media (min-width: 991px){
	.navbar-collapse.collapse {
		display: block !important;	
	}
}
@media (max-width: 1200px) {
    #main-nav {
        z-index:999;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        z-index:999;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.modal .field-message{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.modal .form-group {
    margin-bottom: 0px;
}
.modal-body {
    padding: 15px 20px 10px 20px;
}
.secondary_head_colour  {
	color: #fff;
}
.justify, p.justify {
	text-align: justify;
}
p.c_spacer {
    height: 0;
    margin-bottom: 0;
    line-height: 0;
}
.holder_message {
	margin-bottom: 10px;
	padding: 15px;
}
.holder_message.done {
	background: #dff0d8;
	color: #468847;
}
.holder_message.fail {
	background: #f2dede;
}
.row.center_al { text-align: center;}
.center_al .photosItem { display: inline-block; float: none; width: 16%;}
.logo_text{
    float: left;
    padding-top: 14px;
    color: white;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    font-weight: lighter;
}
.smaller {
	font-size: 60%;
	line-height: 60%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { font-family: 'Roboto', sans-serif; color: #0098cf; }

.h_center.table > thead > tr > th, .h_center.table > tbody > tr > th, .h_center.table > tfoot > tr > th, .h_center.table > thead > tr > td, .h_center.table > tbody > tr > td, .h_center.table > tfoot > tr > td
{vertical-align: middle;}



@media only screen and (max-width : 1350px) {
    .carousel-caption h1{
        font-size:30px;
    }
    .carousel-caption p{
        font-size:15px;
        line-height:20px;
    }
}
@media only screen and (max-width : 1200px) {
    .carousel-caption h1{
        font-size:25px;
    }
    .carousel-caption p{
        font-size:13px;
        line-height:18px;
    }
}
@media (max-width: 1440px) {
    .carousel-caption {
        width: 60%;
    }
}
@media (max-width: 992px){
    .carousel-caption {
        width: 100%;
    }
}
.footer .regular { font-size: 16px; }
#testimonials-carousel .item {
	height: 270px;
}
#testimonials-carousel .carousel-caption {
	/*background: rgba(255,255,255,0.8);*/
	margin-bottom: -100px;
	position: static;
	width: 70%;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto;
	padding-left: 30px;
}
#testimonials-carousel .carousel-caption, #testimonials-carousel .carousel-caption p  {
	color: #000;
}
#testimonials-carousel .carousel-indicators li {
	border-color: black;
}
#testimonials-carousel .carousel-indicators {
	position: static;
	margin-left: 0;
	margin: 0 auto;
	text-align: center;
}
#testimonials-carousel .carousel-caption .testimonial p{
	font-size: 21px;
	line-height: 30px;
	color: #3c3b36;
}
.ribbon {
  position: absolute;
  right: 1px; top: 1px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
}
.brands_carousel_holder .carousel-indicators {bottom: -35px;}
.text-right {text-align: right;}
.paddingR0 {padding-right: 0;}
h3.tickets-pay-page-h3 { font-size: 22px;}
.padding10 {padding: 10px;}
.site-ad-spot {max-width: 100%;}
.services_carousel_holder .carousel-indicators li {border-color: black;}
.services_carousel_holder .carousel-indicators li.active {background-color: black;}
.services_carousel_holder .carousel-indicators {bottom: -40px;}
.map_descr_img {width: 100%;}
#google_translate_element {
	float: right;
	margin-top: 0;
}


@media(max-width: 540px){
	#google_translate_element {
		float: none;
		margin-top: 50px;
	}
}

.goog-te-menu-frame {
    max-width:100% !important;
}

.boxed-banner #home-banner-carousel, .boxed-banner #home-banner-carousel .carousel-inner, .boxed-banner #home-banner-carousel .item, .boxed-banner #home-banner-carousel .item-bg
{
	height: auto !important;
}
.inline {display: inline; }

.calendar-style-style02 .fc-item {min-height: 100px;}
.sm-wrapper #sm-menu {z-index: 9990;}
.sm-wrapper {position:static;}
.sm-back {
    background: #fff;
    color: #000;
}
.sm-back::after {color: #000;}
.sm-back:hover {
    background: #CCC;
}
.featured_home_carousel .carousel-indicators {
	bottom: 0;
	margin-bottom: -40px;
}
.sm-item-label:hover, .sm-back:hover {
	background: #555;
}
.post-categories {margin-top: 0;}
@media (max-width: 991px){
	#testimonials-carousel .carousel-caption p,
	#testimonials-carousel .carousel-caption .testimonial p{font-size:19px;}
	#testimonials-carousel .item {height: 320px;}
}
@media (max-width : 768px) {
	#testimonials-carousel .carousel-caption p,
	#testimonials-carousel .carousel-caption .testimonial p {display: block; font-size:16px; line-height: 25px;}
}
@media (max-width : 580px){
	#testimonials-carousel .item {height: 430px;}
}