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


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

/*@import "responsive.css";*/


/*------------------------------------------------
		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								: #e94547;
				  	Secondry 	color							: #302f2c;
					h1, h2, h3, h4, h5, h6 				: #302f2c;
	                p : color											: #686868;
					a : color											: #302f2c;
				    a:hover 										: #e94547;
				    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;
}

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 {
  font-size: 42px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 17px;
}

p {
  color: #000;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  /*-webkit-font-smoothing: antialiased;*/
}

body .btn.btn-yellow {
  color: #fff;
}

.main_banner {
  width: 100%;
  border-bottom: 10px solid #e94547;
  border-top: 10px solid #e94547;
}

#banner_wrap {
  margin-top: 80px;
}

.maps_frame {
  border: 0;
  border-top: 10px solid #e94547;
}

.programm td {
  vertical-align: top;
  padding-bottom: 5px;
}

.highlight {
  color: #e94547 !important;
  font-weight: bold;
}

.oblique {
  font-style: oblique;
}

a {
  color: #302f2c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  color: #e94547;
}

ul {
  padding: 15px 30px;
}

ul li {
  color: #686868;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  list-style: circle;
  font-weight: 300;
}

ul li a {
  color: #e94547;
}

.lead-font {
  font-size: 21px;
  line-height: 30px;
  color: #3c3b36;
}

.list-style {
  margin-bottom: 30px;
}

.list-style li {
  margin-bottom: 12px;
}

.btn-yellow {
  background: #e94547;
  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-yellow:hover {
  background: #302f2c;
  color: #fff;
}

.blk {
  margin-bottom: 40px;
  margin-top: 40px;
}

.icon-size {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 32px;
}

.pic {
  margin-bottom: 30px;
  position: relative;
}

.pic img {
  border-radius: 4px;
  xopacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pic img:hover {
  border-radius: 4px;
  opacity: 1;
}

.video_autoplay video {
  width: 100%;
}

::selection {
  background: #e94547;
  color: #302f2c;
}

input.form-control {
  height: 50px;
  border: #dedcd7 solid 1px;
  border-radius: 0px;
}

#slider1_container img {
  max-width: 100%;
  max-height: 100%;
}

/**** menu-bar  ***/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.header .navbar-default {
  background-color: #2e2d2a;
  border: 0px;
  border-radius: 0px;
  xpadding-top: 15px;
  xpadding-bottom: 15px;
}

.nav>ul li:first-child a {
  padding-left: 0 !important;
}


.header .navbar-brand {
  float: left;
  height: 50px;
  padding: 5px 15px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 20px;
  color: #f5f5f5;
}

.navbar-default .navbar-nav>li>a {
  color: #6e6d67;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #e94547;
  background-color: transparent;
}

.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;
  background-color: #e94547;
}

.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: #e94547;
  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: #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;
}

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

/*.donate-info {
	border-bottom:1px solid #dedbce;
	margin-bottom: 50px;
	padding-bottom: 50px;
}*/
.donate-box {
  position: relative;
}

.donate-box img.kiwanis_logo {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

@media (max-width:1200px) {
  .donate-box img.kiwanis_logo {
    width: 75px;
  }
}

@media (max-width:320px) {
  .donate-box img.kiwanis_logo {
    width: 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: #e94547;
  padding: 24px 40px;
  margin-bottom: 30px;
}

.donate-box ul li,
.donate-box p,
.donate-box a:hover {
  color: #000;
}

.donate-box ul li {
  margin-bottom: 5px;
}

.donate-box a:hover {
  text-decoration: underline;
}

/****     about section end   ******/

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

.service {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 80px;
}

.service btn:hover {
  border: #e94547;
}

.service-blk {
  margin-bottom: 40px;
  margin-top: 40px;
  display: inline-block;
}

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

.yellow-blk {
  background-color: #e94547;
  padding: 20px;
  max-height: 265px;
}

.yellow-blk .heading {
  color: #5e4a07;
  text-transform: uppercase;
  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;
}

small.source {
  font-style: oblique;
  text-align: center;
  display: block;
}

small.source a {
  color: #e94547;
}

.navbar-brand {
  padding-top: 25px;
}

/****** footer section  *****/
.footer {
  background-color: #2C2C2A;
  padding-bottom: 30px;
  padding-top: 80px;
  color: #FFF;
}

.footer hr {
  background: #333;
  border-color: #999;
}

.footer h2 {
  color: #fff;
  font-size: 21px;
}

.footer .help a {
  color: #686868;
  font-family: 'Roboto', sans-serif;

}

.footer p,
.sub-footer p {
  color: #fff;
}

.footer a:hover,
.sub-footer a:hover {
  color: #e94547;
  text-decoration: underline;
}

.footer-icon a,
.footer a,
.sub-footer a {
  color: #e94547;
}

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

.sub-footer {
  background: #2c2c2a;
  padding-top: 21px;
  padding-bottom: 40px;
}

.sub-footer i {
  color: #7f7d77;
  font-size: 26px;
  margin-left: 10px;
}

.sub-footer i:hover {
  color: #e94547;
  font-size: 26px;
  margin-left: 10px;
}

.sub-footer p {
  margin-bottom: 0px;
}

.news-letter .input-group .form-control {
  background-color: #3e3d3b;
  border: none;
  border-radius: 0px;
  height: 46px;
}

.news-letter .input-group-btn .btn-yellow {
  background-color: #e94547;
  border: none;
  border-radius: 0px;
  height: 46px;
  margin-top: 0px;
}

/****  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: #3d3c3a;
}

.page-title h2 {
  color: #e94547;
  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: #686868;
  font-size: 12px;
}

.breadcrumb li a:hover {
  color: #e94547;
  font-size: 12px;
}

.page-title .breadcrumb>.active {
  color: #e94547;
  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 #e94547;
}

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

.right-sidebar {}

.sidebar-blk {
  padding: 0 40px 40px;
  /*background-color:#f7f6f1;*/
  margin-bottom: 20px;
  border-radius: 4px;

  background-image: url(../images/bg-ptrn.jpg);
}

.right-sidebar .btn-block {
  font-size: 24px;
  font-family: 'dosismedium';
}

.sponsoren a img {
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 3px;
}

body .carousel-indicators {
  bottom: -50px;
  margin-left: -27%;
}

.carousel-indicators .active {
  background: #bbb;
}

.carousel-indicators li {
  border: 1px solid #bbb;
}

.justify {
  text-align: justify;
}

/************** 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;
}

.meta {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
}

.meta span {
  margin-right: 10px;
}

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

.blog .pagination a {
  background-color: #302f2c;
  color: #fff;
  margin-right: 10px;
  border: none;
}

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

.blockquote {
  padding: 30px 20px;
  margin: 0 0 40px;
  font-size: 17.5px;
  border-left: 9px solid #e94547;
  background-color: #f7f6f1;
}

.reply .btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  background: #e94547;
}

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

.tags a {
  padding: 6px 15px;
  background-color: #686868;
  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;
}

.form-control {
  border-radius: 0;
}

.office-address {}

.office-address:hover {
  background-color: #efebe3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.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: #e94547;
}

.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: #e94547;
  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: #e94547;
  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;
}

/************ Team Detail ************/

.team-detail {}

.team-profile-pic {}

.team-profile {}

.team-detail i {
  font-size: 21px;
  color: #686868;
  margin-bottom: 30px;
  margin-right: 5px;
}

.team-detail i:hover {
  font-size: 21px;
  color: #e94547;
  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: #e94547;
}

.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: 30px;
}

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

.causes-info .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #e94547;
  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: #377bba;
  -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;
}



@media(max-width:1000px) {


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

  .navbar-default .navbar-toggle {
    background: #e94547;
    border: 0px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #2e2d2a;
  }

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

  .carousel-caption p {
    color: #fff;
    font-size: 16px;
    display: none;
  }

  .bnr-donate-box {
    display: none;
  }
}

.navbar-brand img {
  transition: all ease-in-out 0.2s;
  width: 170px;
}

#sponsorCarousel .row {
  margin-left: 20px;
}

#slider1_container {
  display: block;
}

#slider2_container {
  display: none;
}

.owl-sponsoren-wrapper {
  opacity: 0;
  xheight: 260px;
  overflow: hidden;
}

.owl-sponsoren {
  margin-top: 0;
}

.owl-sponsoren .item {
  background: #fff;
  width: 200px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 20px auto;
}

.owl-sponsoren .item img {
  width: 100%;
}

.sponsorenCustomNavigation {
  text-align: center;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a {
  color: #fff;
}

//use styles below to disable ugly selection
.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width:980px) {
  #slider1_container {
    display: none;
  }

  #slider2_container {
    display: block;
  }
}

@media (max-width: 992px) {
  .lg {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    margin-top: 13px;
  }
}

@media (min-width: 992px) {

  #sponsorCarousel .row {
    margin-left: 0px;
    margin-right: 20px;
  }

  .devel_info {
    text-align: right;
  }
}

@media (max-width:1100px) {
  .navbar-brand img {
    width: 200px;
  }

  .navbar-brand {
    padding-top: 15px;
  }
}

@media(max-width:1200px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 0;
  }

}