/*------------------------------------------------------------------
[Master Stylesheet]
Name: 			BlnBDI
Author:         april agentur GbR
-------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #fff;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	word-wrap: break-word;
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
	}

	.publication-date {
		font-size: 12px;
	}
}

p {
	color: #000;
	line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #212c46;
	font-weight: 100;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

ol {
	margin-bottom: 25px;
}

ol li {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	color: #57647a;
}

a:hover, a:focus {
	text-decoration: none;
	color: #212c46;
}

a:focus {
	text-decoration: none;
}

.img-responsive {
	width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/

.page-wrapper {
	position: relative;
	overflow: hidden;
}

.wow {
	visibility: hidden;
}

.fi:before {
	margin: 0;
}

.grey-bg {
	background-color: #f9f9f9;
}

.white-bg {
	background-color: #fff;
}

.bt-dotted {
	border-top: 4px dotted #212c46;
	position: relative;
	top: -50px;
	padding-top: 50px;
}

.bt-dotted-tag {
	border-top: 4px dotted #212c46;
}

.blue img {
	filter: url('../js/filters.svg#grayscale');
	/* Firefox 3.5+ */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	/* IE6-9 */
	/*mix-blend-mode: exclusion;*/
}

.column-color::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all ease-in-out .5s;
}

.blue::after {
	mix-blend-mode: overlay;
	background-color: rgba(148, 165, 187, 0.5);
}

.section-padding {
	padding: 50px 0 50px;
}

.section-padding-top {
	padding-top: 50px;
}

.bt-dotted-2 {
	border-top: 4px dotted #212c46;
	position: relative;
	padding-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
	visibility: hidden;
	opacity: 0;
	display: none;
}

.bt-dotted-3 {
	border-top: 4px dotted #212c46;
	position: relative;
	padding-top: 30px;
	display: block;
	margin-left: -17px;
	margin-right: -17px;
}

.press-date {
	font-size: 18px;
	font-size: 1.125rem;
	color: #57647a;
	padding-bottom: 20px;
}

.publication-date {
	font-size: 18px;
	font-size: 1.125rem;
	color: #57647a;
	padding-top: 15px;
}

.dsk-date {
	font-size: 18px;
	font-size: 1.125rem;
	color: #57647a;
	padding-top: 40px;
}

.press h4 {
	color: #212c46;
	font-weight: 600;
	padding-bottom: 20px;
}

@media (max-width: 991px) {
	.section-padding {
		padding: 30px 0 30px;
	}

	.bt-dotted {
		border-top: 4px dotted #212c46;
		position: relative;
		top: -30px;
		padding-top: 30px;
	}

	.bt-dotted-2 {
		visibility: visible;
		opacity: 1;
		display: block;
	}

	.section-padding-top {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.section-padding {
		padding: 30px 0 30px;
	}

	.bt-dotted-2 {
		margin-left: 0;
		margin-right: 0;
	}

	.bt-dotted-3 {
		margin-left: 0;
		margin-right: 0;
	}

	.publication-date {
		font-size: 12px;
	}

	.dsk-date {
		font-size: 14px;
	}
}

/** for popup image ***/

.mfp-wrap {
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 99999;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*** for fancybox video ***/

.fancybox-overlay {
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999 !important;
}

.fancybox-wrap {
	z-index: 99999 !important;
}

.back-to-top {
	background-color: rgba(142, 165, 189, 0.9);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 999;
	right: 15px;
	bottom: 15px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

@media (max-width: 991px) {
	.back-to-top {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

.back-to-top:hover {
	background-color: #57647a;
}

.back-to-top i {
	font-size: 18px;
	color: #fff;
	font-size: 1.125rem;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*** contact form error handling ***/

#contact-form label.error {
	color: red;
	font-size: 0.875rem;
	font-weight: normal;
	margin: 5px 0 0 0;
}

#contact-form #loader {
	display: none;
}

#contact-form #success, #contact-form #error {
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	display: none;
}

@media (max-width: 767px) {
	#contact-form #success, #contact-form #error {
		font-size: 15px;
	}
}

#contact-form #success {
	background-color: #009a00;
	border-left: 5px solid green;
	margin-bottom: 5px;
}

#contact-form #error {
	background-color: #ff1a1a;
	border-left: 5px solid red;
}

.section-title {
	text-align: left;
	/*margin-bottom: 55px;*/
}

@media (max-width: 991px) {
	.section-title {
		margin-bottom: 45px;
	}
}

.section-title h2 {
	font-size: 30px;
	font-size: 2rem;
	margin: 0 0 0.48em;
	text-align: left;
}

@media (max-width: 991px) {
	.section-title h2 {
		font-size: 35px;
		font-size: 2.1875rem;
	}
}

@media (max-width: 767px) {
	.section-title h2 {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

.section-title p {
	font-size: 17px;
	font-size: 1.0625rem;
	margin: 0;
}

.btn {
	border-radius: unset !important;
}

.theme-btn, .theme-btn-s4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #57647a;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding: 0 40px;
	border: 0;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	text-transform: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.theme-btn:before, .theme-btn-s4:before {
	content: attr(data-text);
	width: 100%;
	height: 100%;
	line-height: 45px;
	position: absolute;
	top: -100px;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.cookieinfo {
	padding-bottom: 0px;
	top: auto;
	padding-top: 20px !important;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);
	min-height: 135px !important;
}

.cookieinfo a {
	text-decoration: underline !important;
}

.cookieinfo-close {
	margin-top: 0.3em;
	background-color: #1b264a;
	color: #fff;
	border-radius: 4px;
	padding: 10px 20px !important;
	margin-bottom: 1em;
	bottom: 0px;
	float: none !important;
	display: table !important;
	margin-right: auto;
	margin-left: auto !important;
}

.cookieinfo-close:hover {
	background-color: #94a5bb;
}

@media (max-width: 991px) {
	.theme-btn:before, .theme-btn-s4:before {
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.theme-btn:before, .theme-btn-s4:before {
		line-height: 35px;
	}
}

.theme-btn:hover, .theme-btn-s4:hover {
	line-height: 120px;
}

.theme-btn:hover:before, .theme-btn-s4:hover:before {
	top: 0;
}

@media (max-width: 991px) {
	.theme-btn, .theme-btn-s4 {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		font-size: 1rem;
		padding: 0 35px;
	}
}

@media (max-width: 767px) {
	.theme-btn, .theme-btn-s4 {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		font-size: 0.875rem;
		padding: 0 30px;
	}
}

.theme-btn:hover, .theme-btn-s4:hover, .theme-btn:focus, .theme-btn-s4:focus, .theme-btn:active, .theme-btn-s4:active {
	background-color: #212c46;
	color: #fff;
}

.theme-btn-s2 {
	background-color: #212c46;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 100;
	color: #fff;
	padding: 0 40px 0 20px;
	border: 0;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.theme-btn-s2 i {
	background-color: #fff;
	width: 27px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #212c46;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.theme-btn-s2:hover {
	background-color: rgba(18, 58, 84, 0.9);
	color: #fff;
}

.theme-btn-s2:hover i {
	background-color: rgba(255, 255, 255, 0.9);
}

.blnbdi-btn {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 100;
	color: #57647a;
	padding: 7px 35px;
	border: 2px solid #57647a;
	text-transform: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
	margin-top: 20px;
	margin-bottom: 30px;
}

.recent-causes a:not([href$= ".pdf"]):not([href^="http://"]):not([href^="https://"]) .blnbdi-btn::after,
.causes-s2 a:not([href$= ".pdf"]):not([href^="http://"]):not([href^="https://"]) .blnbdi-btn::after,
a.blnbdi-btn:not([href$= ".pdf"]):not([href^="http://"]):not([href^="https://"])::after {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-left: 5px;
}

.recent-causes a[href$= ".pdf"] .blnbdi-btn::before,
a.blnbdi-btn[href$= ".pdf"]::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f1c1";
	margin-right: 5px;
}

.recent-causes a[href^="http://"] .blnbdi-btn::before,
.recent-causes a[href^="https://"] .blnbdi-btn::before,
a.blnbdi-btn[href^="http://"]::before,
a.blnbdi-btn[href^="https://"]::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0c1";
	margin-right: 5px;
}

.btn-news {
	bottom: 30px;
	position: absolute;
}

a.blnbdi-btn.btn-no-margin-bottom {
	margin-bottom: 0;
}

.causes-s2-grids .btn-news {
	bottom: 0;
	position: relative;
	padding: 0 22px;
}

/*
.causes-s2-grids .btn-news .blnbdi-btn {
  margin-top:0;
}
*/
.btn-toggle {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}

.causes-info .blnbdi-btn {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 100;
	color: #57647a;
	padding: 7px 35px;
	border: 2px solid #57647a;
	text-transform: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 0;
}

.causes-info .blnbdi-btn:hover {
	color: #fff;
	border: 2px solid #fff;
}

.blnbdi-categories-section .causes-info p {
	margin-bottom: 10px;
}

@media (max-width: 1199px) {
	.blnbdi-categories-section .causes-info p {
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	.blnbdi-btn {
		font-size: 16px;
		font-size: 1rem;
		padding: 5px 30px;
	}
}

@media (max-width: 767px) {
	.blnbdi-btn {
		font-size: 15px;
		font-size: 0.9375rem;
		padding: 5px 30px;
	}
}

.blnbdi-btn:hover {
	background-color: #57647a;
	color: #fff !important;
}

.theme-btn-s4 {
	padding: 0 45px 0 25px;
	position: relative;
}

.theme-btn-s4 i {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.theme-btn-s4:before {
	padding: 0 45px 0 25px;
}

.form input, .form textarea, .form select {
	border-color: #bfbfbf;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	color: #595959;
}

.form ::-webkit-input-placeholder {
	font-size: 16px;
	font-style: normal;
	color: #595959;
}

.form :-moz-placeholder {
	font-size: 16px;
	font-style: normal;
	color: #595959;
}

.form ::-moz-placeholder {
	font-size: 16px;
	font-style: normal;
	color: #595959;
}

.form :-ms-input-placeholder {
	font-size: 16px;
	font-style: normal;
	color: #595959;
}

.form select {
	font-style: italic;
	background: url(../images/select-icon.png) no-repeat right center;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer;
}

.form select::-ms-expand {
	/* for IE 11 */
	display: none;
}

.sticky, .header-style3 nav.sticky-s3 {
	width: 100%;
	border-bottom: 1px solid #e6e6e6 !important;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

@-webkit-keyframes navigationFlipIn {
	from {
		margin-top: -100px;
	}

	to {
		margin-top: 0;
	}
}

@keyframes navigationFlipIn {
	from {
		margin-top: -100px;
	}

	to {
		margin-top: 0;
	}
}

.page-title-wrapper {
	position: relative;
	background: #f0f3f8;
	top: -2px;
}

.page-title-wrapper .img-holder {
	position: relative;
}

@media (max-width: 767px) {
	.page-title-wrapper .nopadding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.page-title {
	width: 100%;
	height: 480px;
	text-align: center;
	position: relative;
}

.page-title-wrapper .grid-overlay {
	background: -moz-linear-gradient(45deg, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 100%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: -webkit-gradient(linear, 45deg, color-stop(0%, rgba(27, 38, 75, 1)), color-stop(100%, rgba(27, 38, 75, 0))), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: -webkit-linear-gradient(top, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 100%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: -o-linear-gradient(45deg, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 100%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: -ms-linear-gradient(45deg, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 100%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: linear-gradient(45deg, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 50%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.15;
	left: 0;
	bottom: 0;
	background-size: 100%;
}

@media (max-width: 1199px) {
	.page-title {
		height: 420px;
	}
}

@media (max-width: 991px) {
	.page-title {
		height: 350px;
	}
}

@media (max-width: 767px) {
	.page-title {
		height: 300px;
	}
}

.page-title:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.page-title h1 {
	width: 100%;
	font-size: 48px;
	font-size: 3rem;
	color: #fff;
	text-transform: capitalize;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.page-title h1 {
		font-size: 42px;
		font-size: 2.625rem;
	}
}

@media (max-width: 767px) {
	.page-title h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

.page-title-wrapper .breadcrumb-wrapper {
	background-color: #212c46;
	padding: 19px 0;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

@media (max-width: 1199px) {
	.page-title-wrapper .breadcrumb-wrapper {
		padding: 13px 0;
	}
}

@media (max-width: 991px) {
	.page-title-wrapper .breadcrumb-wrapper {
		padding: 10px 0;
	}
}

@media (max-width: 767px) {
	.page-title-wrapper .breadcrumb-wrapper {
		padding: 7px 0;
	}
}

.page-title-wrapper .breadcrumb {
	background-color: inherit;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.page-title-wrapper .breadcrumb li {
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.page-title-wrapper .breadcrumb li {
		font-size: 14px;
	}
}

.page-title-wrapper .breadcrumb li a {
	color: #fff;
}

.page-title-wrapper .breadcrumb li a:hover {
	color: #57647a;
	text-decoration: none;
}

.page-title-wrapper .breadcrumb > li + li:before {
	font-family: "FontAwesome";
	content: "\f105";
	color: #fff;
	margin-right: 5px;
}

.preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.preloader > div {
	width: 40px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader span {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	-webkit-animation: spinRotate 1.7s 0.2s infinite ease-in-out both;
	animation: spinRotate 1.7s 0.2s infinite ease-in-out both;
}

.preloader span:nth-child(1) {
	background-color: #57647a;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.preloader span:nth-child(2) {
	background: #212c46;
	left: 22px;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.preloader span:nth-child(3) {
	background-color: #212c46;
	left: 0;
	top: 25px;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.preloader span:nth-child(4) {
	background-color: #57647a;
	left: 22px;
	top: 25px;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

@keyframes spinRotate {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	100% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
}

@-webkit-keyframes spinRotate {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	100% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
}

.carousel-dots-with-nav .owl-controls {
	position: relative;
}

.carousel-dots-with-nav .owl-controls .owl-dots div span {
	background: #fff;
	width: 14px;
	height: 14px;
	border: 2px solid #212c46;
	margin: 0 15px 0 0;
}

@media (max-width: 767px) {
	.carousel-dots-with-nav .owl-controls .owl-dots div span {
		width: 12px;
		height: 12px;
		border: 2px solid #212c46;
	}
}

.carousel-dots-with-nav .owl-controls .owl-dots div:last-child span {
	margin-right: 0;
}

.carousel-dots-with-nav .owl-controls .owl-dots .active span {
	background: #57647a;
	border-color: #57647a;
}

.carousel-dots-with-nav .owl-controls .owl-dots div:hover span {
	background: #57647a;
	border-color: #57647a;
}

.carousel-dots-with-nav .owl-controls .owl-nav {
	width: 180px;
	position: absolute;
	left: 50%;
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.carousel-dots-with-nav .owl-controls .owl-nav {
		font-size: 25px;
		font-size: 1.5625rem;
		display: none;
	}
}

.carousel-dots-with-nav .owl-controls .owl-nav .owl-prev, .carousel-dots-with-nav .owl-controls .owl-nav .owl-next {
	background: transparent;
	color: #212c46;
	font-size: 35px;
	font-size: 2.1875rem;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.carousel-dots-with-nav .owl-controls .owl-nav .owl-prev, .carousel-dots-with-nav .owl-controls .owl-nav .owl-next {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

.carousel-dots-with-nav .owl-controls .owl-nav .owl-prev:hover, .carousel-dots-with-nav .owl-controls .owl-nav .owl-next:hover {
	background: transparent;
	color: #57647a;
}

.carousel-dots-with-nav .owl-controls .owl-nav .owl-prev {
	left: 0;
}

.carousel-dots-with-nav .owl-controls .owl-nav .owl-next {
	right: 0;
}

.testimonials-grids .client-info {
	text-align: center;
	margin-top: 50px;
}

@media (max-width: 767px) {
	.testimonials-grids .client-info {
		margin-top: 35px;
	}
}

@media (max-width: 991px) {
	.testimonials-grids .client-info .client-pic {
		max-width: 80px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.testimonials-grids .client-info .client-pic {
		max-width: 70px;
		margin: 0 auto;
	}
}

.testimonials-grids .client-info img {
	width: auto;
	max-width: 100%;
	display: inline-block;
	border: 4px solid #57647a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.testimonials-grids .client-info img {
		border: 3px solid #57647a;
	}
}

@media (max-width: 767px) {
	.testimonials-grids .client-info img {
		border: 2px solid #57647a;
	}
}

.testimonials-grids .client-info h4 {
	font-size: 25px;
	font-size: 1.5625rem;
	margin: 0.6em 0 0;
	text-transform: capitalize;
}

@media (max-width: 991px) {
	.testimonials-grids .client-info h4 {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media (max-width: 767px) {
	.testimonials-grids .client-info h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.featured-causes-grids .grid {
	overflow: hidden;
}

.featured-causes-grids .causes-details {
	width: 50%;
	float: left;
	padding-right: 85px;
}

@media (max-width: 991px) {
	.featured-causes-grids .causes-details {
		width: 100%;
		float: none;
		padding-right: 15px;
	}
}

.featured-causes-grids .causes-info {
	float: right;
	position: relative;
}

@media (max-width: 991px) {
	.featured-causes-grids .causes-info {
		width: 100%;
		float: none;
		padding: 0 15px;
	}
}

.featured-causes-grids .causes-details .tag {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #212c46;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 100;
	color: #fff;
	display: inline-block;
	padding: 2px 14px;
	text-transform: none;
}

@media (max-width: 991px) {
	.featured-causes-grids .causes-details .tag {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.featured-causes-grids .causes-details .tag {
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: normal;
	}
}

.featured-causes-grids .causes-details h3 {
	font-size: 28px;
	font-size: 1.8rem;
	margin: 15px 0 7px;
}

@media (max-width: 991px) {
	.featured-causes-grids .causes-details h3 {
		font-size: 28px;
		font-size: 1.75rem;
	}
}

@media (max-width: 767px) {
	.featured-causes-grids .causes-details h3 {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

.featured-causes-grids .causes-details h3 a {
	color: #212c46;
}

.featured-causes-grids .causes-details p {
	font-size: 18px;
	font-size: 1.125rem;
	color: #5a6871;
}

@media (max-width: 767px) {
	.featured-causes-grids .causes-details p {
		font-size: 16px;
		font-size: 1rem;
	}
}

.featured-causes-grids .causes-details .btns {
	margin-top: 45px;
}

@media (max-width: 991px) {
	.featured-causes-grids .causes-details .btns {
		margin-top: 25px;
	}
}

.featured-causes-grids .causes-details .btns .theme-btn-s4:first-child {
	margin-right: 5px;
}

.featured-causes-grids .causes-details .btns .theme-btn-s4 {
	margin-bottom: 5px;
}

.featured-causes-grids .causes-info {
	position: relative;
	padding: 20px 0 20px 20px;
	width: 50%;
}

.featured-causes-grids .causes-info .inner {
	-webkit-box-shadow: 0 0 20px 0 #e1e5e9;
	-moz-box-shadow: 0 0 20px 0 #e1e5e9;
	-o-box-shadow: 0 0 20px 0 #e1e5e9;
	-ms-box-shadow: 0 0 20px 0 #e1e5e9;
	box-shadow: 0 0 20px 0 #e1e5e9;
}

@media (max-width: 767px) {
	.featured-causes-grids .causes-info .inner {
		box-shadow: none;
	}
}

@media (max-width: 991px) {
	.featured-causes-grids .causes-info .img-holder {
		display: none;
	}
}

@media (max-width: 767px) {
	.featured-causes-grids .causes-info {
		padding: 0;
		/*border: 1px solid #e6e6e6;*/
	}
}

.featured-causes-grids .causes-info .copyright-photo-meter {
	padding: 15px 35px;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.featured-causes-grids .causes-info .copyright-photo-meter {
		padding: 15px 25px 0;
	}
}

@media (max-width: 991px) {
	.featured-causes-grids .causes-info .copyright-photo-meter {
		padding: 30px 25px 10px;
	}
}

@media (max-width: 767px) {
	.featured-causes-grids .causes-info .copyright-photo-meter {
		padding: 30px 15px 10px;
	}
}

.featured-causes-grids .causes-info .copyright-photo-meter > div {
	width: 33.33%;
	float: left;
}

.featured-causes-grids .causes-info .copyright-photo-meter h4 {
	font-size: 18px;
	font-size: 1.125rem;
	text-transform: none;
	margin: 0;
}

@media (max-width: 1199px) {
	.featured-causes-grids .causes-info .copyright-photo-meter h4 {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

@media (max-width: 767px) {
	.featured-causes-grids .causes-info .copyright-photo-meter h4 {
		font-size: 16px;
		font-size: 1rem;
	}
}

.featured-causes-grids .causes-info .copyright-photo-meter span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 100;
	color: #57647a;
}

@media (max-width: 1199px) {
	.featured-causes-grids .causes-info .copyright-photo-meter span {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

@media (max-width: 767px) {
	.featured-causes-grids .causes-info .copyright-photo-meter span {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.featured-causes-grids .causes-info .copyright-photo-meter > div:nth-child(2) {
	text-align: center;
	position: relative;
}

@media (max-width: 991px) {
	.featured-causes-grids .causes-info .copyright-photo-meter > div:nth-child(2) {
		top: -10px;
	}
}

@media (max-width: 767px) {
	.featured-causes-grids .causes-info .copyright-photo-meter > div:nth-child(2) {
		left: -10px;
	}
}

.featured-causes-grids .causes-info .copyright-photo-meter > div:nth-child(2) span {
	font-size: 20px;
	font-size: 1.25rem;
	color: #212c46;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.featured-causes-grids .causes-info .copyright-photo-meter > div:nth-child(2) span {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

.causes-s2-grids {
	/*** hover effects ***/
}

.causes-s2-grids .img-copyright-photo {
	position: relative;
}

.causes-s2-grids .img-copyright-photo .img-holder {
	overflow: hidden;
}

.grid-overlay {
	/*background:  linear-gradient(45deg, white 0%, transparent 100%), url("../images/BlnBDI_data_grid_white.svg") center center repeat local;*/
	background: -moz-linear-gradient(45deg, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 100%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: -webkit-gradient(linear, 45deg, color-stop(0%, rgba(27, 38, 75, 1)), color-stop(100%, rgba(27, 38, 75, 0))), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: -webkit-linear-gradient(top, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 100%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: -o-linear-gradient(45deg, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 100%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: -ms-linear-gradient(45deg, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 100%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: linear-gradient(45deg, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 50%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.6;
	left: 0;
	bottom: 0;
	background-size: 250%;
}

.causes-s2-grids .img-copyright-photo .img-holder img {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}

.causes-s2-grids .copyright-photo-meter {
	background-color: rgba(27, 38, 75, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}

.lightblue-bg {
	background-color: #f0f3f8;
}

.causes-s2-grids .meter-2 {
	position: relative;
	text-align: center;
}

.causes-s2-grids .meter-2 span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	font-size: 2.25rem;
	color: #fff;
	font-weight: 100;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
	.causes-s2-grids .meter-2 span {
		font-size: 26px;
		font-size: 1.625rem;
	}
}

@media (max-width: 767px) {
	.causes-s2-grids .meter-2 span {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

.copyright-photo {
	padding: 0 20px 0;
	overflow: hidden;
	text-align: left;
	position: absolute;
	bottom: 5px;
	z-index: 12;
}

.copyright-photo p {
	color: #fff;
	font-size: 0.9rem;
}

.copyright-photo > div {
	width: 50%;
	float: left;
}

.causes-s2-grids .copyright-photo h4 {
	font-size: 18px;
	font-size: 1.125rem;
	color: #57647a;
	text-transform: none;
	margin: 0;
}

@media (max-width: 1199px) {
	.causes-s2-grids .copyright-photo h4 {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

@media (max-width: 767px) {
	.causes-s2-grids .copyright-photo h4 {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

.causes-s2-grids .copyright-photo span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 100;
	color: #fff;
}

@media (max-width: 1199px) {
	.causes-s2-grids .copyright-photo span {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

@media (max-width: 991px) {
	.causes-s2-grids .copyright-photo span {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media (max-width: 767px) {
	.causes-s2-grids .copyright-photo span {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.causes-s2-grids .causes-info {
	padding: 25px 22px 25px 23px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

/* set min-height manually - 94px button height */
.causes-s2-grids .causes-info {
	min-height: 162px;
}

@media (max-width: 1199px) {
	.causes-s2-grids .causes-info {
		min-height: 209px;
	}
}

@media (max-width: 985px) {
	.causes-s2-grids .causes-info {
		min-height: 176px;
	}
}

@media (max-width: 767px) {
	.causes-s2-grids .causes-info {
		min-height: 158px;
	}
}

@media (max-width: 623px) {
	.causes-s2-grids .causes-info {
		min-height: 158px;
	}
}

.causes-s2-grids .causes-info h3 {
	font-size: 24px;
	font-size: 1.48rem;
	font-weight: 500;
	margin: 0 0 1em;
	line-height: 32px;
}

@media (max-width: 1199px) {
	.causes-s2-grids .causes-info h3 {
		font-size: 20px;
		font-size: 1.3rem;
	}
}

.causes-s2-grids .causes-info h3 a {
	color: #212c46;
}

.causes-s2-grids .causes-info h4 {
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	.causes-s2-grids .causes-info h3 {
		font-size: 20x;
		font-size: 1.375rem;
		line-height: 25px;
	}
}

@media (max-width: 767px) {
	.causes-s2-grids .causes-info h3 {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 25px;
	}
}

.causes-s2-grids .grid {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #fff;
}

.causes-s2-grids .grid:hover .copyright-photo-meter {
	opacity: 1;
}

.causes-s2-grids .grid:hover .img-holder img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.causes-s2-grids .grid:hover {
	background-color: #57647a;
}

.grid:hover .btn {
	background-color: #57647a;
	border: 2px solid #fff;
	color: #fff;
}

.causes-s2-grids .grid:hover .causes-info .category-list, .causes-s2-grids .grid:hover .causes-info ul, .causes-s2-grids .grid:hover .causes-info h4, .causes-s2-grids .grid:hover .causes-info h3, .causes-s2-grids .grid:hover .causes-info h3 a, .causes-s2-grids .grid:hover .causes-info p {
	color: #fff;
}

.causes-details {
	margin-top: 20px;
}

.causes-details p {
	margin-bottom: 1.56em;
}

.recent-causes .load-more {
	text-align: center;
	margin-top: 50px;
}

/**** recent blog grids ****/

.blog-grids {
	opacity: 1;
	margin-top: 250px;
}

.blog-grids .grid {
	overflow: hidden;
}

.blog-grids .grid:hover .entry-meta ul {
	border-color: #57647a;
}

.blog-grids .grid:hover .continue a {
	color: #57647a;
}

.blog-grids .entry-media {
	position: relative;
}

.blog-grids .tags {
	background: #fff;
	padding: 7px 20px 7px 0;
	position: absolute;
	right: -1px;
	bottom: -1px;
}

.blog-grids .tags:before {
	background: #fff;
	content: "";
	width: 50px;
	height: 100%;
	position: absolute;
	left: -25px;
	top: 0;
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}

.blog-grids .tags ul {
	overflow: hidden;
	position: relative;
}

.blog-grids .tags ul li {
	float: left;
	margin-right: 10px;
}

.blog-grids .tags ul li:last-child {
	margin-right: 0;
}

.blog-grids .tags ul li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-size: 18px;
	font-weight: 100;
	color: #57647a;
}

.img-holder img {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}

@media (max-width: 1199px) {
	.blog-grids .tags ul li a {
		font-size: 16px;
		font-size: 1rem;
	}
}

.blog-grids .entry-body {
	padding: 35px;
	background-color: #fff;
	min-height: 300px;
}

.blog-grids .entry-body-2 {
	padding: 35px;
	background-color: #fff;
	min-height: 270px;
}

@media (max-width: 1199px) {
	.blog-grids .entry-body {
		min-height: 250px;
	}
}

@media (max-width: 991px) {
	.blog-grids .entry-body {
		min-height: 250px;
	}
}

@media (max-width: 767px) {
	.blog-grids {
		margin-top: 200px;
	}

	.blog-grids .entry-body {
		min-height: 310px;
	}
}

@media (max-width: 620px) {
	.blog-grids {
		margin-top: 150px;
	}

	.blog-grids .entry-body {
		min-height: 300px;
	}
}

@media (max-width: 620px) {
	.blog-grids .entry-body-2 {
		min-height: 250px;
	}
}

.blog-grids .entry-body .btn-news {
	position: absolute;
	bottom: 60px;
	right: 35px;
}

.blog-grids .entry-body .btn-news .blnbdi-btn {
	padding: 7px 16px;
}

@media (max-width: 1199px) {
	.blog-grids .entry-body {
		padding: 25px;
	}
}

@media (max-width: 1199px) {
	.blog-grids .entry-body {
		padding: 25px 20px;
	}
}

.blog-grids .entry-title h3 {
	font-size: 19px;
	font-size: 1.2rem;
	margin: 0 0 60px;
	line-height: 1.3;
}

@media (max-width: 1199px) {
	.blog-grids .entry-title h3 {
		font-size: 19px;
		font-size: 1.2rem;
	}
}

@media (max-width: 991px) {
	.blog-grids .entry-title h3 {
		font-size: 19px;
		font-size: 1.2rem;
	}
}

@media (max-width: 767px) {
	.blog-grids .entry-title h3 {
		font-size: 19px;
		font-size: 1.2rem;
	}
}

.blog-grids .entry-title h3 a {
	color: #212c46;
}

.blog-grids .entry-title h3 a:hover {
	color: #57647a;
}

.blog-grids .entry-meta ul {
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	position: absolute;
	bottom: 68px;
}

.blog-grids .entry-meta ul li {
	float: left;
	margin-right: 7px;
	padding-right: 7px;
	position: relative;
}

.blog-grids .entry-meta ul li:after {
	content: "/";
	font-size: 18px;
	font-size: 1.125rem;
	color: #5a6871;
	position: absolute;
	top: 0;
	right: -5px;
}

.blog-grids .entry-meta ul li:last-child {
	margin: 0;
	padding: 0;
}

.blog-grids .entry-meta ul li:last-child:after {
	display: none;
}

.blog-grids .entry-meta ul a {
	font-size: 18px;
	font-size: 1.125rem;
	color: #5a6871;
}

@media (max-width: 1199px) {
	.blog-grids .entry-meta ul a {
		font-size: 16px;
		font-size: 1rem;
	}
}

.blog-grids .entry-meta ul a:hover {
	color: #57647a;
}

.blog-grids .continue {
	padding-top: 20px;
}

@media (max-width: 991px) {
	.blog-grids .continue {
		padding-top: 15px;
	}
}

.blog-grids .continue a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 100;
	color: #5a6871;
}

@media (max-width: 1199px) {
	.blog-grids .continue a {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

.blog-grids .continue a:hover {
	color: #57647a;
}

/**** cuases-s3-grids ****/

.causes-s3-grids .grid .details {
	padding: 30px;
	-webkit-box-shadow: 0 0 25px 0 #e6e6e6;
	-moz-box-shadow: 0 0 25px 0 #e6e6e6;
	-o-box-shadow: 0 0 25px 0 #e6e6e6;
	-ms-box-shadow: 0 0 25px 0 #e6e6e6;
	box-shadow: 0 0 25px 0 #e6e6e6;
	text-align: center;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.causes-s3-grids .grid .details {
		padding: 20px 15px;
	}
}

.causes-s3-grids .grid:hover .img-holder:before, .causes-s3-grids .grid:hover .img-holder a {
	opacity: 1;
}

.causes-s2-grids .grid:hover .img-holder:before, .causes-s2-grids .grid:hover .img-holder i {
	opacity: 1;
}

.blnbdi-categories-section-grids .grid:hover .img-holder img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.blnbdi-categories-section-grids .grid .img-holder {
	position: relative;
	overflow: hidden;
}

.causes-s3-grids .grid .img-holder {
	position: relative;
	overflow: hidden;
}

.causes-s3-grids .grid .img-holder:before {
	content: "";
	background-color: rgba(142, 165, 189, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.grid .img-holder a {
	font-size: 30px;
	font-size: 1.875rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.grid .img-holder i {
	font-size: 30px;
	font-size: 1.875rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.causes-s3-grids .grid .img-holder img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.causes-s3-grids .grid .details h3 {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 500;
	margin: 0 0 0.38em;
}

@media (max-width: 991px) {
	.causes-s3-grids .grid .details h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

@media (max-width: 767px) {
	.causes-s3-grids .grid .details h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.causes-s3-grids .grid .details h3 a {
	color: #212c46;
}

.causes-s3-grids .grid .details h3 a:hover {
	color: #57647a;
}

.causes-s3-grids .meter-3 {
	text-align: center;
	position: relative;
	margin-top: 20px;
}

.causes-s3-grids .meter-3 span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 100;
	color: #212c46;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
	.causes-s3-grids .meter-3 span {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

.causes-s3-grids .copyright-photo {
	overflow: hidden;
}

.causes-s3-grids .copyright-photo > div {
	width: 50%;
	float: left;
}

.causes-s3-grids .copyright-photo h4 {
	font-size: 18px;
	font-size: 1.125rem;
	color: #57647a;
	text-transform: none;
	margin: 0;
}

@media (max-width: 1199px) {
	.causes-s3-grids .copyright-photo h4 {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

@media (max-width: 767px) {
	.causes-s3-grids .copyright-photo h4 {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

.causes-s3-grids .copyright-photo span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 100;
	color: #212c46;
}

@media (max-width: 1199px) {
	.causes-s3-grids .copyright-photo span {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

@media (max-width: 991px) {
	.causes-s3-grids .copyright-photo span {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media (max-width: 767px) {
	.causes-s3-grids .copyright-photo span {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.blnbdi-categories-section-grids .grid-1 {
	background-color: #fff;
	padding: 10px 30px 30px 30px;
	text-align: left;
	-webkit-box-shadow: 0 0 15px 0 #e6e6e6;
	-moz-box-shadow: 0 0 15px 0 #e6e6e6;
	-o-box-shadow: 0 0 15px 0 #e6e6e6;
	-ms-box-shadow: 0 0 15px 0 #e6e6e6;
	box-shadow: 0 0 15px 0 #e6e6e6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	min-height: 252px;
}

.blnbdi-categories-section-grids .grid-2 {
	background-color: #fff;
	padding: 10px 30px 30px 30px;
	text-align: left;
	-webkit-box-shadow: 0 0 15px 0 #e6e6e6;
	-moz-box-shadow: 0 0 15px 0 #e6e6e6;
	-o-box-shadow: 0 0 15px 0 #e6e6e6;
	-ms-box-shadow: 0 0 15px 0 #e6e6e6;
	box-shadow: 0 0 15px 0 #e6e6e6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	min-height: 475px;
}

.btn-grid {
	position: absolute;
	bottom: 35px;
}

@media (max-width: 1199px) {
	.blnbdi-categories-section-grids .grid-1 {
		padding: 35px 25px;
	}
}

@media (max-width: 767px) {
	.blnbdi-categories-section-grids .grid-1 {
		padding: 25px 15px;
	}
}

@media (max-width: 1199px) {
	.blnbdi-categories-section-grids .grid-2 {
		padding: 10px 15px;
		min-height: 481px;
	}
}

@media (max-width: 985px) {
	.blnbdi-categories-section-grids .grid-2 {
		padding: 10px 20px;
		min-height: 460px;
	}
}

@media (max-width: 767px) {
	.blnbdi-categories-section-grids .grid-2 {
		padding: 25px 15px;
		min-height: 252px;
	}
}

.blnbdi-categories-section-grids a:hover {
	text-decoration: none;
}

.grid-1:hover .info {
	background-color: #57647a;
}

.grid-1:hover .btn-grid .btn {
	background-color: #57647a;
	border: 2px solid #fff;
	color: #fff;
}

.grid-1:hover path {
	fill: #fff;
}

.blnbdi-categories-section-grids .grid-1:hover .info ul, .blnbdi-categories-section-grids .grid-1:hover .info h3, .blnbdi-categories-section-grids .grid-1:hover .info h3 a, .blnbdi-categories-section-grids .grid-1:hover .info p, .blnbdi-categories-section-grids .grid-1:hover .icon i:before, .blnbdi-categories-section-grids .grid-1:hover .details {
	color: #fff;
}

.grid-2:hover {
	background-color: #57647a;
}

.grid-2:hover .btn-grid .btn {
	background-color: #57647a;
	border: 2px solid #fff;
	color: #fff;
}

.grid-2:hover path {
	fill: #fff;
}

.blnbdi-categories-section-grids .grid-2:hover .info ul, .blnbdi-categories-section-grids .grid-2:hover .info h3, .blnbdi-categories-section-grids .grid-2:hover .info h3 a, .blnbdi-categories-section-grids .grid-2:hover .info p, .blnbdi-categories-section-grids .grid-2:hover .icon i:before, .blnbdi-categories-section-grids .grid-2:hover .details {
	color: #fff;
}

.blnbdi-categories-section-grids .icon i:before {
	font-size: 45px;
	font-size: 2.8125rem;
	color: #57647a;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1199px) {
	.blnbdi-categories-section-grids .icon i:before {
		font-size: 35px;
		font-size: 2.1875rem;
	}
}

.blnbdi-categories-section-grids .info h3 {
	font-size: 22px;
	font-size: 1.4rem;
	margin: 0.5em 0;
}

@media (max-width: 1199px) {
	.blnbdi-categories-section-grids .info h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

@media (max-width: 767px) {
	.blnbdi-categories-section-grids .info h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.blnbdi-categories-section-grids .info h3 a {
	color: #212c46;
}

.blnbdi-categories-section-grids .grid-1:hover .info ul, .blnbdi-categories-section-grids .grid-1:hover .info h3, .blnbdi-categories-section-grids .grid-1:hover .info h3 a, .blnbdi-categories-section-grids .grid-1:hover .info p, .blnbdi-categories-section-grids .grid-1:hover .icon i:before, .blnbdi-categories-section-grids .grid-1:hover .details {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.causes-info ul,
.category-list {
	list-style: disc;
	color: #000;
	padding-bottom: 46px;
	padding-left: 20px;
}

@media (max-width: 767px) {
	.causes-info ul,
	.category-list {
		padding-bottom: 0;
	}

}

.causes-info ul li,
.category-list li {
	margin-bottom: 10px;
}

@media (max-width: 1199px) {
	.blnbdi-categories-section-grids .info p {
		font-size: 15px;
		font-size: 0.9375rem;
		margin-bottom: 20px;
	}
}

.blnbdi-categories-section-grids .details {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 100;
	color: #57647a;
}

@media (max-width: 1199px) {
	.blnbdi-categories-section-grids .details {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

.partners-grids .grid {
	text-align: center;
}

.partners-grids .grid img {
	width: auto;
	margin: 0 auto;
}

.sidebar .widget,
.sidebar > div,
.sidebar .download-list {
	background-color: #f0f3f8;
	padding: 20px;
}

.sidebar .widget p,
.sidebar .download-list p {
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 20px;
}

.sidebar .widget hr,
.sidebar hr,
.sidebar .download-list hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 4px dotted #57647a;
}

.sidebar .category-widget ul li,
.sidebar .download-list ul li {
	border-bottom: 1px solid #57647a;
	font-weight: bold;
	line-height: 20px;
	word-wrap: break-word;
}

.sidebar .category-widget ul li > a,
.sidebar .download-list ul li > a {
	display: block;
	position: relative;
	padding: 13px 33px 13px 0;
}

.sidebar .download-list ul li:last-child {
	margin-bottom: 0 !important;
}

.sidebar ul li > a .badge {
	background-color: transparent;
	font-size: 20px;
	color: #404040;
	position: absolute;
	right: 5px;
	font-family: Flaticon;
	font-style: normal;
	line-height: 10px;
}

.sidebar ul li > a .badge .fa {
	line-height: 10px;
}

@media (max-width: 991px) {
	.sidebar .widget,
	.sidebar .download-list {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.sidebar .widget,
	.sidebar .download-list {
		margin-bottom: 0;
	}
}

.sidebar .widget:last-child,
.sidebar .download-list:last-child {
	margin-bottom: 0;
}

.sidebar .widget a {
	/*color: #212c46;*/
}

.sidebar .widget a:hover, .sidebar .widget a:focus,
.sidebar .download-list a:hover, .sidebar .download-list a:focus {
	text-decoration: none;
	/*color: #57647A;*/
}

.sidebar .widget > div,
.sidebar .download-list > div {
	margin-bottom: 25px;
}

.sidebar .widget > div:last-child,
.sidebar .download-list > div:last-child {
	margin-bottom: 0;
}

.sidebar .widget h3,
.sidebar .download-list h3 {
	font-size: 26px;
	font-size: 1.7rem;
	margin: 0 0 0.8em;
	text-transform: none;
}

@media (max-width: 767px) {
	.sidebar .widget h3,
	.sidebar .download-list h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.sidebar .widget h4,
.sidebar .download-list h4,
.sidebar .dsk-date {
	font-size: 18px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 20px;
}

@media (max-width: 767px) {
	.sidebar .widget h4,
	.sidebar .download-list h4,
	.sidebar .dsk-date {
		font-size: 15px;
	}
}

.sidebar .widget h4 a,
.sidebar .download-list h4 a {
	color: #212c46;
}

.sidebar .widget .date,
.sidebar .download-list .date {
	font-size: 14px;
	color: gray;
	margin: 0;
}

.sidebar .panel-group {
	padding-bottom: 20px;
	margin-top: 0 !important;
}

.sidebar .dsk-date {
	padding-top: 0;
	color: #212c46;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sidebar .search-widget form div {
	position: relative;
}

.sidebar .widget ul:last-child {
	margin-bottom: 0 !important;
}

/*
page title as span
 */

.section-title > .col > span {
	font-size: 18px;
	font-size: 1.125rem;
	color: #6a7f8d;
	text-transform: none;
}

.sidebar .search-widget form div ::-webkit-input-placeholder {
	font-style: 12px;
	font-style: normal;
	color: #57647a;
}

.sidebar .search-widget form div :-moz-placeholder {
	font-style: 12px;
	font-style: normal;
	color: #57647a;
}

.sidebar .search-widget form div ::-moz-placeholder {
	font-style: 12px;
	font-style: normal;
	color: #57647a;
}

.sidebar .search-widget form div :-ms-input-placeholder {
	font-style: 12px;
	font-style: normal;
	color: #57647a;
}

.sidebar .search-widget form div input {
	height: auto;
	color: #57647a;
	padding: 7px 45px 7px 25px;
	border-color: #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

.sidebar .search-widget form div input:focus {
	border-color: #57647a;
	box-shadow: none;
}

.sidebar .search-widget form div .btn {
	background: transparent;
	color: #57647a;
	position: absolute;
	right: 0;
	top: 0;
}

.sidebar .search-widget form div .btn:hover, .sidebar .search-widget form div .btn:focus {
	outline: none;
	border: 0;
	box-shadow: 0;
}

.sidebar .recent-events-widget .event-pic {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.sidebar .recent-events-widget .event-pic::before {
	content: "";
	background-color: rgba(142, 165, 189, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.event-pic:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.sidebar .recent-events-widget .event-pic .icon-link {
	font-size: 30px;
	font-size: 1.875rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}

.event-list:hover .event-pic::before, .event-list:hover .event-pic .icon-link, .event-list:hover .event-pic .overlay-text {
	opacity: 1;
}

.sidebar .recent-events-widget .event-pic img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.sidebar .recent-events-widget .event-info ul {
	overflow: hidden;
	margin-bottom: 20px;
}

.sidebar .recent-events-widget .event-info ul li {
	/*float: left;*/
	margin-right: 15px;
	margin-bottom: 10px;
}

.attention a {
	color: #cc2329 !important;
	text-decoration: none !important;
}

.sidebar .recent-events-widget .event-info ul a {
	color: #717c8f;
}

.sidebar .recent-events-widget .event-info ul li:last-child {
	margin-right: 0;
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/

.site-header {
	z-index: 1000;
	width: 100%;
	-webkit-box-shadow: 0 0 0 2px #e1e5e9;
	-moz-box-shadow: 0 0 0 2px #e1e5e9;
	-o-box-shadow: 0 0 0 2px #e1e5e9;
	-ms-box-shadow: 0 0 0 2px #e1e5e9;
	box-shadow: 0 0 0 2px #e1e5e9;
}

/* hiding sticky header*/

.header--narrow {
	height: 72px;
}

@media (max-width: 991px) {
	/* hiding sticky header*/
	.header--narrow {
		height: 60px;
	}
}

.site-header .navigation {
	background-color: f9f9f9;
	margin-bottom: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.site-header .logo-header .navbar-brand {
	height: auto;
	background-color: #fff;
	padding: 35px 15px 35px 0;
}

.site-header .mobile-nav .navbar-brand img, .site-header .mobile-nav .search-mini-cart {
	visibility: hidden;
	display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-header .mobile-nav .navbar-brand {
		position: relative;
		background-color: inherit;
		padding: 0 15px;
		height: 35px;
	}
}

@media (max-width: 767px) {
	.site-header .mobile-nav .navbar-brand {
		position: relative;
		background-color: inherit;
		padding: 0;
		height: 35px;
	}
}

@media (max-width: 991px) {
	.site-header .logo-header .navbar-brand, .site-header .logo-header .search-mini-cart {
		display: none;
	}

	.site-header .mobile-nav .search-mini-cart {
		position: absolute;
		right: 80px;
		z-index: 10;
		visibility: visible;
		display: block;
	}

	.site-header .mobile-nav .navbar-brand img {
		max-width: 180px;
		display: block;
		visibility: visible;
		padding-top: 14px;
	}
}

.navbar-default {
	min-height: 65px;
	background-color: #fff;
}

.site-header .navigation > .container {
	position: relative;
}

.site-header #navbar {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.site-header #navbar a:hover, .current {
	color: #57647a !important;
}

@media (min-width: 1200px) {
	.site-header #navbar ul li.current .sub-current a {
		color: #fff;
	}
}

.site-header #navbar > ul {
	margin: 0;
}

.site-header #navbar > ul a {
	display: block;
}

.site-header #navbar > ul a:hover, .site-header #navbar > ul a:focus {
	text-decoration: none;
}

.site-header #navbar > ul li {
	position: relative;
}

.site-header #navbar > ul > li:first-child > a {
	padding: 20px 20px 20px 0;
}

.site-header #navbar > ul > li > a {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 100;
	color: #212c46;
	padding: 20px 20px;
	text-transform: none;
	line-height: 30px !important;
}

.site-header #navbar > ul > li > a:hover, .site-header #navbar > ul > li.current > a {
	outline: none;
}

.site-header #navbar > ul > li > a:focus {
	background-color: transparent;
}

.site-header #navbar > ul > .sub-menu:before {
	font-family: "FontAwesome";
	content: "\f107";
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.navbar-header-border {
	border-top: 2px solid #212c46;
	position: relative;
	top: -2px;
}


@media (max-width: 991px) {
	.site-header #navbar > ul > .sub-menu:before {
		display: none;
	}

}

@media screen and (min-width: 992px) {
	.site-header #navbar > ul > li:hover > ul {
		visibility: visible;
		opacity: 1;
		top: 100%;
	}

	.site-header #navbar > ul > li > ul > li:hover > ul {
		visibility: visible;
		opacity: 1;
		left: 100%;
	}

	.sub-current li:hover,
	.sub-current li > a:hover {
		color: #212c46;
		background: white;
	}
}

.site-header #navbar > ul > li > ul li {
	border-bottom: 1px solid #ccc;
}

.site-header #navbar > ul > li > ul li:first-child {
	border-top: 1px solid #ccc;
}

.site-header #navbar > ul > li > ul li:last-child {
	border-bottom: 0;
}

.site-header #navbar > ul > li > ul a {
	padding: 6px 15px 6px 45px;
}

@media (max-width: 991px) {
	.site-header #navbar > ul > li > ul ul a {
		padding-left: 60px;
	}
}

@media screen and (min-width: 992px) {
	.site-header #navbar > ul > li > ul {
		background-color: #212c46;
		width: 295px;
		position: absolute;
		left: 0;
		top: 70px !important;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
	}

	.site-header #navbar > ul > li > ul li {
		border-bottom: 1px solid #fff;
	}

	.site-header #navbar > ul > li > ul li:first-child {
		border-top: 0;
	}

	.site-header #navbar > ul > li > ul a {
		display: block;
		font-size: 16px;
		font-size: 1rem;
		font-weight: 100;
		color: #fff;
		padding: 12px 15px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}

	.site-header #navbar > ul > li > ul a:hover {
		padding-left: 20px;
	}

	.site-header #navbar > ul > li > ul ul {
		background-color: #fff;
		width: 210px;
		position: absolute;
		left: 110%;
		top: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		transition: all 0.5s;
		box-shadow: 1px 1px 5px 0 #e6e6e6;
	}
}

.site-header #navbar .sub-sub-menu > a {
	position: relative;
}


.site-header #navbar .sub-menu > a:hover,
.site-header #navbar .sub-menu a.current {
	color: #57647a;
}

.site-header #navbar .sub-sub-menu > a:before {
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	right: 15px;
}

@media (max-width: 991px) {
	.site-header #navbar .sub-menu > a:before, .site-header #navbar .sub-sub-menu > a:before {
		font-family: "FontAwesome";
		content: "\f107";
		width: 50px;
		height: 100%;
		line-height: 50px;
		text-align: center;
		border-left: 1px solid #ccc;
		position: absolute;
		right: 0;
		top: 0;
	}

	.site-header #navbar .sub-sub-menu > a:before {
		line-height: 33px;
	}
}

.site-header .search-mini-cart {
	position: relative;
	right: 0;
	z-index: 10;
	top: 30px;
}

.site-header .search-mini-cart .search {
	line-height: 66px;
	text-align: right;
	position: absolute;
	right: 0;
	z-index: 10;
}

.site-header .search-mini-cart .search a {
	color: #212c46;
}

.site-header .search-mini-cart .mini-cart-wrapper {
	position: absolute;
	right: 0;
}

.site-header .search-mini-cart .mini-cart-btn {
	line-height: 100px;
	text-align: right;
}

.site-header .search-mini-cart .mini-cart-btn a {
	color: #212c46;
	position: relative;
}

.site-header .search-mini-cart .mini-cart-btn a span {
	background-color: #57647a;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	font-size: 9px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 70%;
	top: -11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.site-header .search-mini-cart .mini-cart {
	background: #fff;
	width: 280px;
	padding: 20px;
	border: 1px solid #57647a;
	position: relative;
	top: -1px;
}

.site-header .search-mini-cart .mini-cart .item {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b3b3b3;
}

.site-header .search-mini-cart .mini-cart .product-img {
	width: 80px;
	float: left;
}

.site-header .search-mini-cart .mini-cart .product-details {
	width: 150px;
	float: right;
}

.site-header .search-mini-cart .mini-cart .product-details h6 {
	font-size: 14px;
	margin: 0.2em 0 0.8em;
}

.site-header .search-mini-cart .mini-cart .product-details p {
	font-size: 14px;
	color: #57647a;
	font-weight: 100;
	margin: 0;
}

.site-header .search-mini-cart .mini-cart .product-details i {
	color: red;
}

.site-header .search-mini-cart .mini-cart .product-details i:before {
	font-size: 14px;
}

.site-header .search-mini-cart .mini-cart .price-total {
	font-size: 15px;
	font-weight: 100;
}

.site-header .search-mini-cart .mini-cart .price-total > span, .site-header .search-mini-cart .mini-cart .price-total > div {
	display: inline-block;
}

.site-header .search-mini-cart .mini-cart .price-total > div {
	float: right;
}

@media screen and (min-width: 992px) {
	.site-header .navbar-header .open-btn {
		display: none;
	}

	.site-header #navbar .close-navbar {
		display: none;
	}
}

@media (max-width: 991px) {
	.site-header {
		/* class for show hide navigation */
	}

	.site-header .container {
		width: 100%;
	}

	.site-header .navbar-header button {
		background-color: #57647a;
		width: 40px;
		height: 35px;
		border: 0;
		padding: 5px 10px;
		outline: 0;
		position: absolute;
		right: 15px;
		top: 6px;
		z-index: 20;
	}

	.site-header .navbar-header button span {
		background-color: #fff;
		display: block;
		height: 2px;
		margin-bottom: 5px;
	}

	.site-header .navbar-header button span:last-child {
		margin: 0;
	}

	.site-header #navbar {
		background: #fff;
		display: block !important;
		width: 326px;
		height: 100% !important;
		margin: 0;
		padding: 0;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		position: fixed;
		right: -344px;
		top: 0;
		z-index: 999;
	}

	.site-header #navbar ul a {
		color: #000;
	}

	.current {
		color: #57647a;
	}

	.site-header #navbar .navbar-nav {
		height: 100%;
		overflow: auto;
	}

	.site-header #navbar .close-navbar {
		background-color: #57647a;
		width: 35px;
		height: 35px;
		color: #fff;
		border: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		outline: none;
		position: absolute;
		left: -18px;
		top: 10px;
		z-index: 20;
	}

	.site-header #navbar > ul > li {
		border-bottom: 1px solid #ccc;
	}

	.site-header #navbar > ul > li:first-child > a {
		font-size: 15px;
		font-size: 0.9375rem;
		padding: 10px 15px 10px 35px;
	}

	.site-header #navbar > ul > li > a {
		font-size: 15px;
		font-size: 0.9375rem;
		padding: 10px 15px 10px 35px;
	}

	.site-header .slideInn {
		right: 0 !important;
	}
}

@media (max-width: 991px) {
	.site-header .navbar-collapse.collapse {
		display: none;
	}

	.site-header .navbar-collapse.collapse.in {
		display: block;
	}

	.site-header .navbar-header .collapse, .site-header .navbar-toggle {
		display: block;
	}

	.site-header .navbar-header {
		float: none;
	}

	.site-header .navbar-right {
		float: none;
	}

	.site-header .navbar-nav {
		float: none;
	}

	.site-header .navbar-nav > li {
		float: none;
	}

	.site-header .search-mini-cart .search {
		line-height: 90px;
		text-align: right;
		position: unset;
	}
}

/*** header search area style ***/

.header-search-form {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(33, 44, 70, 0.8);
}

.header-search-field form {
	width: 180px;
}

.header-search-form form {
	width: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.header-search-form form {
		width: 300px;
	}
}

.header-search-field form input,
.page-searchresult form input {
	height: 40px;
	font-size: 1rem;
	line-height: 1.53333;
}

.page-searchresult form {
	margin-bottom: 20px;
}

.page-searchresult form input {
	float: left;
	width: 80%;
}

@media (min-width: 767px) {
	.page-searchresult form input {
		width: 50%;
	}
}

.header-search-form form input {
	height: 60px;
	font-size: 20px;
	padding: 0 25px;
}

.form-control:focus {
	border-color: #57647a;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(142, 165, 189, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(142, 165, 189, 0.6);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(142, 165, 189, 0.6);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(142, 165, 189, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(142, 165, 189, 0.6);
	outline: 0 none;
}

@media (max-width: 767px) {
	.header-search-form form input {
		height: 45px;
		font-size: 17px;
	}
}

.header-search-form form input:focus {
	box-shadow: none;
}

.header-search-field form .btn {
	background-color: #57647a;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.page-searchresult form .btn {
	float: left;
	background-color: #57647a;
	color: #fff;

	height: 100%;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.header-search-form form .btn:focus, .header-search-form form .btn:active {
	outline: none;
	box-shadow: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	/*.header-BlnBDI #navbar {
    width: 970px;
    margin: 0;
    border-top: 1px solid #f2f2f2;
    text-align: left;
  }
  .header-BlnBDI #navbar > ul {
    float: none;
    display: inline-block;
    text-align: left;
  }*/
}

@media (max-width: 991px) {
	.header-BlnBDI .navigation {
		padding-bottom: 15px;
	}

	.header-BlnBDI .navbar-header button {
		top: 16px;
	}

	.header-BlnBDI .search-mini-cart {
		top: -11px;
		right: 85px;
	}
}

@media (max-width: 767px) {
	.header-BlnBDI .navigation {
		padding-bottom: 0;
	}

	.header-BlnBDI .navbar-header {
		position: relative;
		/*height: 60px;*/
	}

	.header-BlnBDI .navbar-header .navbar-brand {
		position: absolute;
		/*left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
		z-index: 998;
		background-color: inherit;
	}
}

@media (max-width: 991px) {
	.header-BlnBDI .sticky .navbar-header, .header-BlnBDI .header-style3 nav.sticky-s3 .navbar-header, .header-style3 .header-BlnBDI nav.sticky-s3 .navbar-header {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.header-BlnBDI .sticky .navbar-header, .header-BlnBDI .header-style3 nav.sticky-s3 .navbar-header, .header-style3 .header-BlnBDI nav.sticky-s3 .navbar-header {
		padding-top: 0;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.site-header .navigation > .container {
		/*padding: 0;
	margin: 0;
	width: 100%;*/
	}

	.navbar > .container .navbar-brand, .navbar > .container ..search-mini-cart {
		display: none;
		visibility: hidden;
	}

	.site-header #navbar > ul > li > a {
		padding: 20px 5px 20px 20px;
		font-size: 16px;
	}

	.site-header #navbar > ul > li:first-child > a {
		font-size: 16px;
		padding: 20px 5px 20px 0;
	}

	.site-header #navbar > ul > .sub-menu::before {
		right: -8px;
	}
}

@media (min-width: 992px) {
	.mobile-nav .navbar-brand {
		display: none;
		visibility: hidden;
	}
}

@media (min-width: 1200px) {
	.navbar > .container .navbar-brand, .navbar > .container ..search-mini-cart {
		display: none;
		visibility: hidden;
	}
}

.navbar-collapse {
	padding: 0;
}

.color-overlay {
	background: url("../images/BlnBDI_data_grid.svg") center center repeat local;
	background-size: 50%;
}

#blnbdi-pattern::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../images/BlnBDI_data_grid.svg") center center repeat local;
	background-size: 50%;
	opacity: 0.6;
}

@media (min-width: 1200px) {
	.color-overlay {
		width: 1170px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.color-overlay {
		width: 970px;
	}
}

@media (max-width: 991px) and (min-width: 767px) {
	.color-overlay {
		width: 750px;
	}
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/

.hero {
	position: relative;
	height: 500px;
}

#color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background: url("../images/BlnBDI_data_grid.svg") center center repeat local;
	background-size: cover;
	opacity: 0.6;
}

.hero::before {
	content: "";
	background-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 991px) {
	.hero {
		min-height: 500px;
	}
}

@media (max-width: 767px) {
	.hero {
		min-height: 420px;
	}
}

.hero .slide {
	height: 500px;
	margin: 0;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 991px) {
	.hero .slide {
		min-height: 500px;
	}
}

@media (max-width: 767px) {
	.hero .slide {
		min-height: 420px;
	}
}

.hero .slide .slider-bg {
	display: none;
}

.hero .slide:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hero .slide .container {
	height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.hero .slide .container {
		width: 940px;
	}
}

@media (max-width: 992px) and (min-width: 767px) {
	.hero .slide .container {
		width: 720px;
	}
}

@media (min-width: 1200px) {
	.hero .slide .container {
		width: 1140px;
	}
}

@media (max-width: 767px) {
	.hero .slide .container {
		padding: 0 25px;
	}
}

.hero .slide .col {
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.hero .slide .col {
		padding: 0 25px;
	}
}

.hero .hero-slider .owl-controls {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.hero .hero-slider .owl-controls {
		top: auto;
		bottom: 45px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@media (max-width: 991px) {
	.hero .hero-slider .owl-controls .owl-nav {
		display: none;
	}
}

.hero .hero-slider .owl-controls .owl-nav > div {
	background-color: transparent;
	width: 65px;
	height: 55px;
	line-height: 55px;
	border: 2px solid #fff;
	font-size: 22px;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 991px) {
	.hero .hero-slider .owl-controls .owl-nav > div {
		width: 55px;
		height: 45px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.hero .hero-slider .owl-controls .owl-nav > div {
		display: none !important;
	}
}

.hero .hero-slider .owl-controls .owl-nav .owl-prev {
	left: -8px;
}

.hero .hero-slider .owl-controls .owl-nav .owl-next {
	right: -8px;
}

.hero .hero-slider .owl-controls .owl-nav > div:hover {
	background-color: #57647a;
	border-color: #57647a;
}

.hero .hero-slider .owl-controls .owl-dots {
	display: none !important;
}

.hero .hero-slider .owl-controls .owl-dots span {
	background: #fff;
	width: 12px;
	height: 12px;
	margin: 0 10px 0 0;
}

.hero .hero-slider .owl-controls .owl-dots .active span {
	background: #57647a;
}

@media (max-width: 991px) {
	.hero .hero-slider .owl-controls .owl-dots {
		display: block !important;
	}
}

/*** hero slider style 1 ***/

.hero-slider-s1 {
	/*** hero slider animation ***/
	overflow: hidden;
}

.hero-slider-s1 h1 {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 100;
	margin: 0 0 0.5em;
}

@media (max-width: 1199px) {
	.hero-slider-s1 h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

@media (max-width: 991px) {
	.hero-slider-s1 h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

@media (max-width: 767px) {
	.hero-slider-s1 h1 {
		font-size: 35px;
		font-size: 2.1875rem;
	}
}

@media (max-width: 500px) {
	.hero-slider-s1 h1 {
		font-size: 30px;
		font-size: 1.875rem;
		margin: 0 0 1em;
	}
}

.hero-slider-s1 p {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0 200px;
	margin: 0 0 2.7em;
}

@media (max-width: 1199px) {
	.hero-slider-s1 p {
		padding: 0 105px;
	}
}

@media (max-width: 767px) {
	.hero-slider-s1 p {
		font-size: 16px;
		font-size: 1rem;
		padding: 0;
		margin: 0 0 1.5em;
	}
}

@media (max-width: 767px) {
	.hero-slider-s1 .slide .col {
		padding: 0 0 0 15px;
		margin-left: -15px;
	}
}

.hero-slider-s1 .slide-caption > h1, .hero-slider-s1 .slide-caption > p, .hero-slider-s1 .slide-caption > .theme-btn, .hero-slider-s1 .slide-caption > .theme-btn-s4 {
	color: #fff;
	opacity: 1;
}

/*
.hero-slider-s1 .active .slide-caption > h1 {
  -webkit-animation: slideInSlow 1.5s 0.8s forwards;
  -moz-animation: slideInSlow 1.5s 0.8s forwards;
  -o-animation: slideInSlow 1.5s 0.8s forwards;
  -ms-animation: slideInSlow 1.5s 0.8s forwards;
  animation: slideInSlow 1.5s 0.8s forwards;
}

.hero-slider-s1 .active .slide-caption > p {
  -webkit-animation: slideInSlow 1.5s 1.4s forwards;
  -moz-animation: slideInSlow 1.5s 1.4s forwards;
  -o-animation: slideInSlow 1.5s 1.4s forwards;
  -ms-animation: slideInSlow 1.5s 1.4s forwards;
  animation: slideInSlow 1.5s 1.4s forwards;
}

.hero-slider-s1 .active .slide-caption > .theme-btn, .hero-slider-s1 .active .slide-caption > .theme-btn-s4 {
  -webkit-animation: slideInSlow 1.5s 1.8s forwards;
  -moz-animation: slideInSlow 1.5s 1.8s forwards;
  -o-animation: slideInSlow 1.5s 1.8s forwards;
  -ms-animation: slideInSlow 1.5s 1.8s forwards;
  animation: slideInSlow 1.5s 1.8s forwards;
}
*/

/*** slider style 2 ***/

.hero-slider-s2 {
	/*** hero slider animation ***/
}

@media (max-width: 1199px) {
	.hero-slider-s2 {
		min-height: 700px;
	}
}

@media (max-width: 991px) {
	.hero-slider-s2 {
		min-height: 600px;
	}
}

@media (max-width: 1199px) {
	.hero-slider-s2 .slide {
		min-height: 700px;
	}
}

@media (max-width: 991px) {
	.hero-slider-s2 .slide {
		min-height: 600px;
	}
}

.hero-slider-s2 .slide .col {
	text-align: left;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1199px) {
	.hero-slider-s2 .slide .col {
		top: 63%;
	}
}

@media (max-width: 991px) {
	.hero-slider-s2 .slide .col {
		top: 50%;
	}
}

@media (max-width: 767px) {
	.hero-slider-s2 .slide .col {
		padding: 0 10px;
	}
}

.hero-slider-s2 .slide-caption h1 {
	font-size: 60px;
	font-size: 3.75rem;
	color: #fff;
	margin: 0 0 0.67em;
	text-transform: capitalize;
}

@media (max-width: 1199px) {
	.hero-slider-s2 .slide-caption h1 {
		font-size: 50px;
		font-size: 3.125rem;
	}
}

@media (max-width: 991px) {
	.hero-slider-s2 .slide-caption h1 {
		font-size: 45px;
		font-size: 2.8125rem;
	}
}

@media (max-width: 767px) {
	.hero-slider-s2 .slide-caption h1 {
		font-size: 35px;
		font-size: 2.1875rem;
	}
}

.hero-slider-s2 .slide-caption p {
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
	margin: 0 0 50px;
}

@media (max-width: 1199px) {
	.hero-slider-s2 .slide-caption p {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

@media (max-width: 991px) {
	.hero-slider-s2 .slide-caption p {
		margin: 0 0 40px;
	}
}

.hero-slider-s2 .slide-caption > h1, .hero-slider-s2 .slide-caption > p, .hero-slider-s2 .slide-caption > .theme-btn, .hero-slider-s2 .slide-caption > .theme-btn-s4 {
	opacity: 0;
}

.hero-slider-s2 .active .slide-caption > h1 {
	-webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
	-moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
	-o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
	-ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
	animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero-slider-s2 .active .slide-caption > p {
	-webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
	-moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
	-o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
	-ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
	animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero-slider-s2 .active .slide-caption > .theme-btn, .hero-slider-s2 .active .slide-caption > .theme-btn-s4 {
	-webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
	-moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
	-o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
	-ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
	animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

/*** slider style 3 ***/

.hero-slider-s3 {
	/*** hero slider animation ***/
}

@media screen and (min-width: 992px) {
	.hero-slider-s3 {
		min-height: 750px;
	}
}

@media screen and (min-width: 1200px) {
	.hero-slider-s3 {
		min-height: 880px;
	}
}

@media (max-width: 767px) {
	.hero-slider-s3 {
		min-height: 500px;
	}
}

@media screen and (min-width: 992px) {
	.hero-slider-s3 .slide {
		min-height: 750px;
	}
}

@media screen and (min-width: 1200px) {
	.hero-slider-s3 .slide {
		min-height: 880px;
	}
}

@media (max-width: 767px) {
	.hero-slider-s3 .slide {
		min-height: 500px;
	}
}

.hero-slider-s3 .slide .col {
	top: 55%;
}

@media (max-width: 1199px) {
	.hero-slider-s3 .slide .col {
		top: 65%;
	}
}

@media (max-width: 991px) {
	.hero-slider-s3 .slide .col {
		top: 50%;
	}
}

@media (max-width: 767px) {
	.hero-slider-s3 .slide .col {
		padding: 0 15px;
		margin-left: -15px;
	}
}

.hero-slider-s3 .slide-caption h1 {
	font-size: 60px;
	font-size: 3.75rem;
	color: #fff;
	margin: 0 0 0.75em;
}

@media (max-width: 1199px) {
	.hero-slider-s3 .slide-caption h1 {
		font-size: 50px;
		font-size: 3.125rem;
	}
}

@media (max-width: 991px) {
	.hero-slider-s3 .slide-caption h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

@media (max-width: 767px) {
	.hero-slider-s3 .slide-caption h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

.hero-slider-s3 .slide-caption p {
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
	margin: 0 0 45px;
}

@media (max-width: 767px) {
	.hero-slider-s3 .slide-caption p {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (max-width: 991px) {
	.hero-slider-s3 .owl-controls .owl-nav {
		display: none;
	}

	.hero-slider-s3 .hero-slider .owl-controls .owl-dots {
		display: block !important;
		bottom: 0;
	}
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav > div {
	background: #fff;
	color: #57647a;
	border-color: #fff;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav > div:hover {
	background-color: #57647a;
	border-color: #57647a;
	color: #fff;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-prev {
	left: -25px;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-prev i {
	position: relative;
	left: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-next {
	right: -25px;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-next i {
	position: relative;
	right: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-prev:hover {
	left: -8px;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-prev:hover i {
	left: 0;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-next:hover {
	right: -8px;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-next:hover i {
	right: 0;
}

.hero-slider-s3 .slide-caption > h1, .hero-slider-s3 .slide-caption > p, .hero-slider-s3 .slide-caption > .theme-btn, .hero-slider-s3 .slide-caption > .theme-btn-s4 {
	color: #fff;
	opacity: 0;
}

.hero-slider-s3 .active .slide-caption > h1 {
	-webkit-animation: slideInSlow 1.5s 0.8s forwards;
	-moz-animation: slideInSlow 1.5s 0.8s forwards;
	-o-animation: slideInSlow 1.5s 0.8s forwards;
	-ms-animation: slideInSlow 1.5s 0.8s forwards;
	animation: slideInSlow 1.5s 0.8s forwards;
}

.hero-slider-s3 .active .slide-caption > p {
	-webkit-animation: slideInSlow 1.5s 1.4s forwards;
	-moz-animation: slideInSlow 1.5s 1.4s forwards;
	-o-animation: slideInSlow 1.5s 1.4s forwards;
	-ms-animation: slideInSlow 1.5s 1.4s forwards;
	animation: slideInSlow 1.5s 1.4s forwards;
}

.hero-slider-s3 .active .slide-caption > .theme-btn, .hero-slider-s3 .active .slide-caption > .theme-btn-s4 {
	-webkit-animation: slideInSlow 1.5s 1.8s forwards;
	-moz-animation: slideInSlow 1.5s 1.8s forwards;
	-o-animation: slideInSlow 1.5s 1.8s forwards;
	-ms-animation: slideInSlow 1.5s 1.8s forwards;
	animation: slideInSlow 1.5s 1.8s forwards;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #212c46;
	padding: 30px 0 30px;
	/*** about wiget ***/
	/*** donate widget ***/
	/*** twitter widget ***/
}

#footer-note {
	width: 100%;
	padding: 15px 20px;
	background-color: #182032;
	float: right;
}

.berlin-logo {
	width: 100px;
}

@media (max-width: 1199px) {
	.site-footer {
		padding: 30px 0 100px;
	}
}

@media (max-width: 991px) {
	.site-footer {
		padding: 30px 0 40px;
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding: 30px 0 20px;
	}
}

@media (max-width: 991px) {
	.site-footer .container > .row > .col {
		margin-bottom: 50px;
	}
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer p, .site-footer li, .site-footer a, .site-footer p {
	color: #fff;
}

.site-footer .widget-title {
	font-size: 1rem;
	font-weight: bold;
	margin: 16px 0 1.5em;
	text-transform: none;
}

@media (max-width: 1199px) {
	.site-footer .widget-title {
		font-size: 1rem;
		margin: 13px 0 1.5em;
	}
}

@media (max-width: 991px) {
	.site-footer .widget-title {
		font-size: 1rem;
		margin: 12px 0 1.3em;
	}
}

@media (max-width: 767px) {
	.site-footer .widget-title {
		font-size: 1rem;
		margin: 0 0 1em;
	}
}

.site-footer .about-widget p, .site-footer .widget li {
	font-size: 13px;
}

@media (max-width: 1199px) {
	.site-footer .about-widget p, .site-footer .widget li {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.site-footer .about-widget p, .site-footer .widget li {
		font-size: 13px;
	}
}

.site-footer .widget ul > li {
	margin-bottom: 14px;
}

.site-footer .widget ul > li:last-child {
	margin-bottom: 0;
}

.site-footer .widget ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.site-footer .about-widget .blnbdi-info {
	margin-bottom: 20px;
}

.site-footer .about-widget .footer-logo {
	margin-bottom: 28px;
	width: 300px;
}

@media (max-width: 991px) {
	.site-footer .about-widget .footer-logo {
		max-width: 200px;
		margin-bottom: 17px;
	}
}

@media screen and (min-width: 1200px) {
	.site-footer .first-about-widget {
		padding-left: 30px;
	}
}

.site-footer .twitter-post-widget ul li {
	line-height: 1.7em;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.site-footer .twitter-post-widget ul li {
		margin-bottom: 15px;
	}
}

.site-footer .twitter-post-widget ul li:last-child {
	margin-bottom: 0;
}

.site-footer .twitter-post-widget ul li a {
	display: inline-block;
	color: #57647a;
	padding-right: 5px;
}

/*--------------------------------------------------------------
#0.6	blnbdi-explain
--------------------------------------------------------------*/

.blnbdi-explain {
	position: relative;
	z-index: 10;
	background-color: #234564;
}

@media screen and (min-width: 992px) {
	.blnbdi-explain {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.blnbdi-explain .blnbdi-mb-20 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.blnbdi-explain > .container > .row > .col:first-child .box {
	background: url("../images/datenschutz_startseite.jpg") center center/cover no-repeat local;
}

.blnbdi-explain > .container > .row > .col:last-child .box {
	background: url("../images/freiheit_startseite.jpg") center center/cover no-repeat local;
}

@media (max-width: 991px) {
	.blnbdi-explain .container > .row > .col:first-child {
		padding-bottom: 0;
	}
}

.blnbdi-explain .box {
	padding: 30px 35px;
	overflow: hidden;
	position: relative;
	/*  margin-left: 20px;
  margin-right: 20px;*/
}

@media (max-width: 1199px) and (min-width: 992px) {
	.blnbdi-explain .box {
		min-height: 136px;
	}
}

.blnbdi-explain .box:before {
	content: "";
	background-color: rgba(142, 165, 189, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.blnbdi-explain .box:hover:before {
	content: "";
	background-color: rgba(142, 165, 189, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.blnbdi-explain .box h2, .blnbdi-explain .box .blnbdi-explain-text, .blnbdi-explain .box .amount {
	color: #fff;
}

.blnbdi-explain .box h2 {
	font-size: 32px;
	font-size: 2rem;
	margin: 0;
	padding-bottom: 12px;
}

@media (max-width: 1199px) {
	.blnbdi-explain .box h2 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

.blnbdi-explain .box h2 .fi {
	position: absolute;
	left: 0;
}

.blnbdi-explain .box h2 .fi:before {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: normal;
}

@media (max-width: 1199px) {
	.blnbdi-explain .box h2 .fi:before {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

.blnbdi-explain .box .blnbdi-explain-text {
	display: block;
}

@media (max-width: 1199px) {
	.blnbdi-explain .box .blnbdi-explain-text {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.blnbdi-explain .box .left-part {
	width: 45%;
	float: left;
	padding-left: 60px;
	position: relative;
}

.blnbdi-explain .box .full-part {
	width: 100%;
	float: left;
	position: relative;
}

@media (max-width: 1199px) {
	.blnbdi-explain .box .left-part {
		padding-left: 50px;
	}
}

@media (max-width: 767px) {
	.blnbdi-explain .box .left-part {
		width: 250px;
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.blnbdi-explain .box .full-part {
		float: none;
		margin: 0 auto;
	}
}

.blnbdi-explain .box .right-part {
	width: 55%;
	float: right;
	padding-top: 15px;
}

@media (max-width: 1199px) {
	.blnbdi-explain .box .right-part {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.blnbdi-explain .box .right-part {
		width: 100%;
		float: none;
		margin-top: 25px;
	}
}

.blnbdi-explain .box .progress {
	background-color: #fff;
	height: 12px;
	margin: 0 0 40px;
	overflow: visible;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

@media (max-width: 767px) {
	.blnbdi-explain .box .progress {
		margin: 0 0 25px;
	}
}

.blnbdi-explain .box .progress-bar {
	background-color: #212c46;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

.blnbdi-explain .box .progress-bar:after {
	content: "";
	background-color: #fff;
	width: 7px;
	height: 25px;
	position: absolute;
	right: 0;
	top: -6.5px;
}

/*--------------------------------------------------------------
#0.7	causes
--------------------------------------------------------------*/

@media (max-width: 991px) {
	.causes {
		/*padding-bottom: 40px;*/
	}
}

@media (max-width: 767px) {
	.causes {
		padding-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.causes .content > .col {
		margin-bottom: 0;
	}
}

@media (max-width: 600px) {
	.causes .content > .col {
		width: 100%;
	}
}

.news {
	margin-bottom: 35px;
}

.causes .copyright-photo {
	margin: 35px 0;
}

@media (max-width: 767px) {
	.causes .copyright-photo {
		margin: 35px 0 20px;
	}
}

.causes .progress {
	background-color: #212c46;
	border-radius: 0;
	height: 8px;
	overflow: visible;
	box-shadow: none;
}

.causes .progress .progress-bar {
	background-color: #57647a;
	width: 0;
	line-height: 8px;
	font-size: 10px;
	text-align: left;
	padding-left: 10px;
	position: relative;
	box-shadow: none;
	-webkit-transition: all 1.8s;
	-moz-transition: all 1.8s;
	-o-transition: all 1.8s;
	-ms-transition: all 1.8s;
	transition: all 1.8s;
}

.causes .progress span {
	background: #57647a;
	padding: 6px 4px;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: -32px;
}

.causes .progress span:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #57647a;
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.causes .copyright-photo-inner {
	overflow: hidden;
}

.causes .copyright-photo-inner h4 {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0;
}

@media (max-width: 1199px) {
	.causes .copyright-photo-inner h4 {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.causes .copyright-photo-inner h4 {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

.causes .copyright-photo-inner h4 span {
	color: #57647a;
}

.causes .copyright-photo-inner > div:first-child {
	float: left;
}

.causes .copyright-photo-inner > div:last-child {
	float: right;
}

.causes h2 {
	margin-bottom: 30px;
}

.causes .content {
	margin-bottom: 40px;
}

.causes .content .grid {
	border-bottom: 1px solid #212c46;
	padding-bottom: 20px;
	padding-top: 20px;
}

.causes .causes-title h3 {
	font-size: 30px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0 0 0.33em;
}

.causes .causes-title h3 a {
	color: #212c46;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.causes .causes-title h3 a:hover {
	color: #57647a;
}

@media (max-width: 1199px) {
	.causes .causes-title h3 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

@media (max-width: 767px) {
	.causes .causes-title h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.causes .causes-title span {
	font-size: 20px;
	font-size: 1.25rem;
	color: #6a7f8d;
}

@media (max-width: 1199px) {
	.causes .causes-title span {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.causes .causes-title span {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

.causes .causes-title span .fi:before {
	font-size: 18px;
	font-size: 1.125rem;
}

.causes .causes-details {
	margin-top: 20px;
}

.causes .causes-details p {
	margin-bottom: 1.56em;
}

/*--------------------------------------------------------------
#0.8	fun-fact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#0.9	urgent-causes-section
--------------------------------------------------------------*/

.urgent-causes-section .case-title .tag {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #57647a;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 100;
	color: #fff;
	padding: 4px 14px;
	text-transform: none;
}

@media (max-width: 1199px) {
	.urgent-causes-section .case-title .tag {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

@media (max-width: 767px) {
	.urgent-causes-section .case-title .tag {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.urgent-causes-section .case-title h3 {
	font-size: 36px;
	font-size: 2.25rem;
	margin: 0.47em 0 0.11em;
}

@media (max-width: 1199px) {
	.urgent-causes-section .case-title h3 {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

@media (max-width: 991px) {
	.urgent-causes-section .case-title h3 {
		font-size: 25px;
		font-size: 1.5625rem;
		margin: 0.9em 0 0.11em;
	}
}

.urgent-causes-section .donation {
	padding-top: 20px;
}

@media (max-width: 1199px) {
	.urgent-causes-section .donation {
		padding-top: 10px;
	}
}

.urgent-causes-section .donation h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

@media (max-width: 767px) {
	.urgent-causes-section .donation h4 {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

.urgent-causes-section .progress {
	background-color: #212c46;
	height: 13px;
	margin: 0 0 30px;
	overflow: visible;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	position: relative;
}

@media (max-width: 767px) {
	.urgent-causes-section .progress {
		margin: 0 0 25px;
	}
}

.urgent-causes-section .progress span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #57647a;
	padding: 2px 5px;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 100;
	position: absolute;
	right: -16px;
	top: -40px;
}

@media (max-width: 767px) {
	.urgent-causes-section .progress span {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.urgent-causes-section .progress span:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #57647a;
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.urgent-causes-section .progress-bar {
	background-color: #57647a;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	position: relative;
}

.urgent-causes-section .progress-bar:after {
	content: "";
	background-color: #fff;
	width: 11px;
	height: 25px;
	position: absolute;
	right: 0;
	top: -6.5px;
	box-shadow: 0 0 5px 0 #a6a6a6;
}

.urgent-causes-section .copyright-photo {
	max-width: 250px;
	margin-bottom: 60px;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.urgent-causes-section .copyright-photo {
		margin-bottom: 30px;
	}
}

.urgent-causes-section .owl-controls {
	margin: 0;
	margin-top: 65px;
}

@media (max-width: 767px) {
	.urgent-causes-section .owl-controls {
		margin-top: 40px;
	}
}

/*--------------------------------------------------------------
#1.0	about-us-section
--------------------------------------------------------------*/

.about-us-section {
	position: relative;
}

.about-us-section:before {
	content: "";
	background-color: rgba(18, 58, 84, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.about-us-section .content {
	position: relative;
}

.about-us-section p, .about-us-section h3 {
	color: #fff;
}

.about-us-section .left-col {
	padding-right: 0;
}

.about-us-section .tab-list {
	background: #fff;
	border-top: 1px solid #e6e6e6;
	overflow: hidden;
}

.about-us-section .tab-list ul {
	direction: inline-block;
	float: right;
}

@media (max-width: 991px) {
	.about-us-section .tab-list ul {
		float: left;
	}
}

.about-us-section .tab-list ul li {
	float: left;
	position: relative;
}

.about-us-section .tab-list ul .active:after {
	background: #57647a;
	content: "";
	width: 70%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.about-us-section .tab-list ul li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 100;
	color: #212c46;
	padding: 22px 25px;
}

@media (max-width: 1199px) {
	.about-us-section .tab-list ul li a {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media (max-width: 767px) {
	.about-us-section .tab-list ul li a {
		font-size: 16px;
		font-size: 1rem;
		padding: 15px 20px;
	}
}

.about-us-section .tab-list ul li:hover a, .about-us-section .tab-list ul .active a {
	background-color: #fff;
}

.about-us-section .tab-content {
	margin-top: 45px;
	padding: 0 60px 70px 0;
}

@media (max-width: 1199px) {
	.about-us-section .tab-content {
		padding: 0 60px 40px 0;
	}
}

@media (max-width: 991px) {
	.about-us-section .tab-content {
		padding: 0 0 20px 0;
	}
}

@media (max-width: 767px) {
	.about-us-section .tab-content {
		margin-top: 35px;
	}
}

.about-us-section .tab-content p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6em;
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.about-us-section .tab-content p {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.about-us-section .tab-content p {
		margin-bottom: 25px;
	}
}

.about-us-section .right-col {
	background-color: #57647a;
	padding: 0 45px;
}

@media (max-width: 1199px) {
	.about-us-section .right-col {
		padding: 0 30px;
	}
}

@media (max-width: 991px) {
	.about-us-section .right-col {
		height: auto !important;
		padding: 45px 25px;
	}
}

@media (max-width: 767px) {
	.about-us-section .right-col {
		padding: 35px 15px;
	}
}

.about-us-section .about-slider {
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.about-us-section .about-slider {
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.about-us-section .about-slider .owl-controls {
	margin-top: 35px;
}

@media (max-width: 991px) {
	.about-us-section .about-slider .owl-controls {
		margin-top: 20px;
	}
}

.about-us-section .about-slider .owl-controls .owl-dots .owl-dot span {
	background: #fff;
	margin: 0 25px 0 0;
}

.about-us-section .about-slider .owl-controls .owl-dots .active span {
	width: 15px;
	height: 15px;
	position: relative;
	top: 3px;
}

@media (max-width: 991px) {
	.about-us-section .about-slider .owl-controls .owl-dots .active span {
		width: 12px;
		height: 12px;
		top: 1px;
	}
}

.about-us-section .about-slider h3 {
	font-size: 36px;
	font-size: 2.25rem;
	margin: 0 0 0.67em;
}

@media (max-width: 1199px) {
	.about-us-section .about-slider h3 {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

@media (max-width: 767px) {
	.about-us-section .about-slider h3 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

.about-us-section .about-slider p {
	font-size: 18px;
	font-size: 1.125rem;
}

@media (max-width: 1199px) {
	.about-us-section .about-slider p {
		font-size: 16px;
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
#1.1	volunteers
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#1.2	quick-donation-section
--------------------------------------------------------------*/

.quick-donation-section {
	background-color: #f0f3f8;
	text-align: center;
	text-transform: capitalize;
	margin: 0;
	/*** donate form ***/
	/*** donate radio bnt lists ***/
	/*** radio btn style ***/
}

.quick-donation-section h2 {
	font-size: 42px;
	font-size: 2.625rem;
	margin: 0 0 1.38em;
}

@media (max-width: 991px) {
	.quick-donation-section h2 {
		font-size: 35px;
		font-size: 2.1875rem;
	}
}

@media (max-width: 767px) {
	.quick-donation-section h2 {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

.quick-donation-section .form select, .quick-donation-section .form input {
	border: 0;
}

.quick-donation-section .form select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #fff;
	background-position: 97% center;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 100;
	color: #5a6871;
	-moz-text-align-last: center;
	text-align-last: center;
	font-style: normal;
}

@media (max-width: 991px) {
	.quick-donation-section .form select {
		height: 45px;
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.quick-donation-section .form select {
		height: 40px;
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

.quick-donation-section .form select option {
	text-align: center;
}

.quick-donation-section .form select:focus, .quick-donation-section .form input:focus {
	box-shadow: none;
}

.donate-list {
	overflow: hidden;
	margin-top: 30px;
	text-align: center;
}

.donate-list p {
	text-align: left;
}

.anonym .donate-list .box {
	width: 220px;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #212c46;
	margin-right: 21.66px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

@media (max-width: 1199px) {
	.donate-list .box {
		width: 178px;
	}
}

@media (max-width: 991px) {
	.donate-list .box {
		width: 165px;
		height: 45px;
		line-height: 45px;
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.donate-list .box {
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin: 0 0 15px;
	}
}

.donate-list .box:last-child {
	margin-right: 0;
}

.anonym .donate-list .active {
	background: #57647a;
}

.donate-list label {
	width: 100%;
	cursor: pointer;
}

.donate-list label span {
	display: inline-block;
	min-height: 22px;
}

.donate-list label .amount {
	position: relative;
	left: -10px;
}

.donate-list label .check-icon {
	width: 22px;
	height: 22px;
	position: relative;
	z-index: 10;
}

.donate-list label .check-icon:before {
	content: "";
	background: #57647a;
	width: 22px;
	height: 22px;
	position: absolute;
	left: -25px;
	top: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.donate-list input[type="radio"]:checked + label .check-icon:before {
	background: #212c46;
}

.donate-list input[type="radio"] {
	display: none;
}

.donate-list input[type="radio"] + label {
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
}

@media (max-width: 991px) {
	.donate-list input[type="radio"] + label {
		font-size: 16px;
		font-size: 1rem;
	}
}

.donate-list input[type="radio"] + label .check-icon:after {
	content: "";
	width: 18px;
	height: 14px;
	background: url(../images/checkbox-check.png) -18px top no-repeat;
	cursor: pointer;
	position: absolute;
	left: -22px;
	top: 6px;
}

.donate-list input[type="radio"]:checked + label .check-icon:after {
	content: "";
	background: url(../images/checkbox-check.png) left top no-repeat;
}

.donate-list .donate-btn {
	margin-top: 45px;
}

@media (max-width: 991px) {
	.donate-list .donate-btn {
		margin-top: 25px;
	}
}

/*--------------------------------------------------------------
#1.3	testimonials
--------------------------------------------------------------*/

.testimonials .owl-controls {
	margin-top: 70px;
}

@media (max-width: 991px) {
	.testimonials .owl-controls {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.testimonials .owl-controls .owl-nav {
		display: none;
	}
}

/*--------------------------------------------------------------
#1.4	cta
--------------------------------------------------------------*/

.cta {
	padding: 215px 0 125px;
	position: relative;
	background-image: url(../images/BlnBDI_newsletter.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover !important;
}

@media (max-width: 1199px) {
	.cta {
		padding: 120px 0 85px;
	}
}

@media (max-width: 991px) {
	.cta {
		padding: 80px 0;
	}
}

.cta:before {
	content: "";
	background-color: rgba(142, 165, 189, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.cta .container > .row {
	position: relative;
}

.cta .container > .row:before {
	content: "";
	width: 200px;
	height: 265px;
	border: 10px solid #212c46;
	position: absolute;
	left: 0;
	top: -125px;
}

@media (max-width: 1199px) {
	.cta .container > .row:before {
		width: 150px;
		height: 215px;
		border-width: 7px;
		top: -75px;
	}
}

@media (max-width: 991px) {
	.cta .container > .row:before {
		display: none;
	}
}

.cta .left-col {
	padding: 0 130px 0 70px;
}

@media (max-width: 1199px) {
	.cta .left-col {
		padding: 0 15px 0 70px;
	}
}

@media (max-width: 991px) {
	.cta .left-col {
		padding: 0 15px;
		text-align: center;
		margin-bottom: 25px;
	}
}

.cta h3 {
	font-size: 30px;
	font-size: 1.875rem;
	color: #fff;
	line-height: 1.5em;
	margin: 0;
}

.cta h3 span {
	font-weight: bold;
	text-transform: none;
}

@media (max-width: 991px) {
	.cta h3 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

@media (max-width: 767px) {
	.cta h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

.cta .form ::-webkit-input-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #8496ac;
}

.cta .form :-moz-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #8496ac;
}

.cta .form ::-moz-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #8496ac;
}

.cta .form :-ms-input-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #8496ac;
}

.cta .form .submit-btn {
	background-color: #212c46;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 0;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

@media (max-width: 991px) {
	.cta .form .submit-btn {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		font-size: 1rem;
		padding: 0 15px;
	}
}

.cta .form .submit-btn:hover {
	background-color: #57647a;
}

.notify-message {
	margin-top: 25px;
}

@media (max-width: 991px) {
	.notify-message {
		text-align: center;
	}
}

.notify-message input {
	display: none;
}

.notify-message label {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 100;
	color: #212c46;
	padding-left: 35px;
	cursor: pointer;
	position: relative;
}

@media (max-width: 767px) {
	.notify-message label {
		font-size: 15px;
		font-size: 0.9375rem;
		padding-left: 25px;
	}
}

.notify-message label:before {
	content: "";
	background-color: transparent;
	width: 20px;
	height: 20px;
	border: 2px solid #212c46;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

@media (max-width: 767px) {
	.notify-message label:before {
		width: 16px;
		height: 16px;
		border: 2px solid #fff;
	}
}

.notify-message label:after {
	content: "";
	background: url("../images/notify-check.png") center center/100% no-repeat local;
	width: 18px;
	height: 14px;
	position: absolute;
	left: 6px;
	top: 1px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.notify-message input:checked + label:after {
	opacity: 1;
}

[data-overlay="7"]::before {
	opacity: 0.7;
}

[data-overlay]::before {
	position: absolute;
	content: '';
	background: #242a2d;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bg-color-overlay[data-overlay]::before {
	background: #008c74;
	background: -webkit-linear-gradient(left, #008c74 0%, #004c66 100%);
	background: linear-gradient(to right, #008c74 0%, #004c66 100%);
}

/*--------------------------------------------------------------
	Home style 2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#2.0	featured-causes
--------------------------------------------------------------*/

.featured-causes {
	position: relative;
	z-index: 100;
	padding-bottom: 50px;
}

@media (max-width: 991px) {
	.featured-causes {
		margin-top: 0;
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.featured-causes {
		padding-bottom: 80px;
	}
}

.featured-causes .causes-details {
	padding: 200px 20px 20px 20px;
}

@media (max-width: 991px) {
	.featured-causes .causes-details {
		padding: 90px 15px 40px;
	}
}

@media (max-width: 767px) {
	.featured-causes .causes-details {
		padding: 70px 0 40px;
	}
}

.featured-causes .featured-causes-slider .owl-controls {
	margin-top: 0;
}

@media (max-width: 1199px) {
	.featured-causes .featured-causes-slider .owl-controls {
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.featured-causes .featured-causes-slider .owl-controls {
		margin-top: 0;
	}
}

/*--------------------------------------------------------------
#2.1	causes-s2
--------------------------------------------------------------*/

.causes-s2 .owl-controls {
	margin-top: 100px;
}

@media (max-width: 1199px) {
	.causes-s2 .owl-controls {
		margin-top: 60px;
	}
}

@media (max-width: 991px) {
	.causes-s2 .owl-controls {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.causes-s2 .owl-controls {
		margin-top: 30px;
	}
}

.causes-s2 .owl-controls .owl-nav .owl-prev, .causes-s2 .owl-controls .owl-nav .owl-next {
	background-color: transparent;
	padding: 0;
	margin: 0 35px 0 0;
}

.causes-s2 .owl-controls .owl-nav .owl-next {
	margin: 0;
}

.causes-s2 .owl-controls .owl-nav > div i {
	font-size: 25px;
	color: #212c46;
}

@media (max-width: 767px) {
	.causes-s2 .owl-controls .owl-nav > div i {
		font-size: 20px;
	}
}

.causes-s2 .owl-controls .owl-nav .owl-prev:hover, .causes-s2 .owl-controls .owl-nav .owl-next:hover {
	background-color: transparent;
}

.causes-s2 .owl-controls .owl-nav > div:hover i {
	color: #57647a;
}

.causes-s2-grids > .col {
	margin-bottom: 35px;
}

/*--------------------------------------------------------------
#2.2	about-blnbdi-section
--------------------------------------------------------------*/

.about-blnbdi-section {
	/*** about compay  ***/
	/*** some-info ***/
}

.about-img {
	position: relative;
}

.about-img .img-holder {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.about-img .img-holder::before {
	content: "";
	background-color: rgba(142, 165, 189, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.about-img:hover .img-holder img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.about-img .img-holder .overlay-text {
	font-size: 30px;
	font-size: 1.875rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	overflow: hidden;
}

.about-img .overlay-text h4 {
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.about-img .overlay-text span {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	color: #fff;
}

@media (max-width: 767px) {
	.about-img .overlay-text span {
		font-size: 16px;
		font-size: 1rem;
	}
}

.about-img .img-holder .icon-link {
	font-size: 30px;
	font-size: 1.875rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.about-img:hover .img-holder::before, .about-img:hover .img-holder .icon-link, .about-img:hover .img-holder .overlay-text {
	opacity: 1;
}

.about-img .img-holder img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.causes {
	/*display: inline-block;*/
	/*margin-bottom: 20px;*/
}

.causes .img-holder {
	width: 50%;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.about-blnbdi > span,
p.lightblue {
	font-size: 18px;
	font-size: 1.125rem;
	color: #57647a;
	text-transform: none;
}

.foot-note {
	border-top: 1px solid;
	padding-top: 10px;
}

.foot-note p {
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
}

@media (max-width: 767px) {
	.about-blnbdi > span,
	p.lightblue {
		font-size: 16px;
		font-size: 1rem;
	}
}

p.lightblue {
	margin-bottom: 20px !important;
}

.about-blnbdi h2 {
	font-size: 26px;
	font-size: 1.7rem;
	line-height: 1.3em;
	margin: 0.33em 0 0.69em;
}

.level-1 .about-blnbdi h2 {
	font-size: 2rem;
	margin: 0 0 0.48em;
}

.about-blnbdi h3 {
	line-height: 1.3em;
	font-size: 22px;
	font-weight: 600;
}

.about-blnbdi > .download-list > h3 {
	line-height: 1.3em;
	font-size: 22px;
	font-weight: 600;
}

@media (max-width: 991px) {
	.about-blnbdi h2 {
		font-size: 22px;
		font-size: 1.5rem;
	}

	.about-blnbdi h3 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.about-blnbdi h2 {
		font-size: 20px;
		font-size: 1.4rem;
	}

	.about-blnbdi h3 {
		font-size: 18px;
	}
}

.about-blnbdi p {
	margin-bottom: 25px;
}

.about-blnbdi ul:not(".download-list") {
	list-style-type: none;
	margin-bottom: 50px;
	margin-top: 30px;
}

.about-blnbdi .sidebar .widget ul,
.about-blnbdi .sidebar .download-list ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0;
}

.about-blnbdi ul li {
	margin-bottom: 20px;
	display: table;
}

.about-blnbdi .sidebar .widget ul li,
.about-blnbdi .sidebar .download-list ul li {
	margin-bottom: 0;
	display: block;
}

/*
.list-check ul li::before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 16px;
  position: relative;
  margin-right: 20px;
  color: #57647A;
  display: table-cell;
  padding-right: 20px;
}

.list-check .sidebar .widget ul li::before {
  display: none;
  visibility: hidden;
}
*/
.about-blnbdi *:not(.download-list) ul li::before,
.panel-body ul li::before {
	font-family: FontAwesome;
	content: "\f00c";
	font-size: 16px;
	position: relative;
	margin-right: 20px;
	color: #57647a;
	display: table-cell;
	padding-right: 20px;
}

.panel-body .sidebar .widget ul li::before,
.panel-body .sidebar .download-list ul li::before {
	display: none;
	visibility: hidden;
}

.right-col {
	padding-left: 15px;
}

@media (max-width: 991px) {
	.right-col {
		display: none;
	}
}

.some-info {
	position: relative;
}

.grid-overlay {
	/*background:  linear-gradient(45deg, white 0%, transparent 100%), url("../images/BlnBDI_data_grid_white.svg") center center repeat local;*/
	background: -moz-linear-gradient(45deg, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 100%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: -webkit-gradient(linear, 45deg, color-stop(0%, rgba(27, 38, 75, 1)), color-stop(100%, rgba(27, 38, 75, 0))), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: -webkit-linear-gradient(top, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 100%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: -o-linear-gradient(45deg, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 100%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: -ms-linear-gradient(45deg, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 100%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	background: linear-gradient(45deg, rgba(27, 38, 75, 1) 0%, rgba(27, 38, 75, 0) 50%), url("../images/BlnBDI_data_grid_white.svg") no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.6;
	left: 0;
	bottom: 0;
	background-size: 250%;
}

.about-blnbdi-section .some-info .circle {
	background-color: #e6f2ef;
	width: 400px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.about-blnbdi-section .some-info .circle:before {
	content: "";
	background-color: rgba(35, 168, 132, 0.5);
	width: 180px;
	height: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.about-blnbdi-section .some-info .circle:after {
	content: "";
	background-color: #57647a;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.about-blnbdi-section .some-info .info-box:nth-child(2) {
	left: -30px;
	top: -30px;
}

.about-blnbdi-section .some-info .info-box:nth-child(2):before {
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
	bottom: -15px;
}

.about-blnbdi-section .some-info .info-box:nth-child(3) {
	top: 120px;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-blnbdi-section .some-info .info-box:nth-child(3):before {
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	bottom: -15px;
	right: auto;
	left: 0;
}

.about-blnbdi-section .some-info .info-box:last-child {
	left: 14%;
	top: 94%;
}

.about-blnbdi-section .some-info .info-box:last-child:before {
	border-left: 15px solid transparent;
	border-bottom: 15px solid #fff;
	bottom: -15px;
	right: 0;
	left: auto;
	top: -15px;
	bottom: auto;
}

.about-blnbdi-section .some-info .info-box {
	background-color: #fff;
	padding: 15px 25px 15px 25px;
	text-align: center;
	-webkit-box-shadow: 0 0 12px 0 #e6e6e6;
	-moz-box-shadow: 0 0 12px 0 #e6e6e6;
	-o-box-shadow: 0 0 12px 0 #e6e6e6;
	-ms-box-shadow: 0 0 12px 0 #e6e6e6;
	box-shadow: 0 0 12px 0 #e6e6e6;
	position: absolute;
}

.about-blnbdi-section .some-info .info-box:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

.about-blnbdi-section .some-info .info-box .icon {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-blnbdi-section .some-info .info-box .fi:before {
	font-size: 35px;
	font-size: 2.1875rem;
	color: #57647a;
}

.about-blnbdi-section .some-info .info-box h4 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	color: #212c46;
	margin: 0;
	text-transform: none;
}

.about-blnbdi-section .some-info .info-box .details span {
	font-size: 16px;
	font-size: 1rem;
	color: #6a7f8d;
}

/*--------------------------------------------------------------
#2.3	cta-s2
--------------------------------------------------------------*/

.cta-s2 {
	position: relative;
	text-align: center;
	padding: 200px 0;
}

@media (max-width: 1199px) {
	.cta-s2 {
		padding: 130px 0;
	}
}

@media (max-width: 991px) {
	.cta-s2 {
		padding: 100px 0;
	}
}

@media (max-width: 767px) {
	.cta-s2 {
		padding: 80px 0;
	}
}

.cta-s2:before {
	content: "";
	background-color: rgba(18, 58, 84, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.cta-s2 .video-play {
	background-color: #fff;
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 35px;
	font-size: 2.1875rem;
	color: #57647a;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.cta-s2 .video-play {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 30px;
		font-size: 1.875rem;
	}
}

@media (max-width: 767px) {
	.cta-s2 .video-play {
		width: 75px;
		height: 75px;
		line-height: 75px;
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

/*--------------------------------------------------------------
#2.4	recent-blog
--------------------------------------------------------------*/

.recent-blog {
	background-color: #f0f3f8;
	position: relative;
	width: 100%;
	height: 100%;
}

.recent-blog .grid {
	margin-bottom: 30px;
}

.recent-blog .section-title h2 {
	text-align: center;
	margin-bottom: 50px;
}

.recent-blog-slider .causes-details p {
	margin-bottom: 60px;
}

.recent-blog-slider .entry-title h3 {
	margin-bottom: 10px;
}

.recent-blog-slider .entry-title p {
	margin-bottom: 0;
	line-height: 1.42857143;
}


@media (max-width: 600px) {
	.recent-blog .blog-grids > .col {
		width: 100%;
	}
}

.recent-blog .owl-controls {
	/*margin-top: 85px;*/
}

@media (max-width: 991px) {
	.recent-blog .owl-controls {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.recent-blog .owl-controls {
		/*margin-top: 35px;*/
	}
}

@media (max-width: 767px) {
	.recent-blog .owl-controls .owl-nav {
		display: none;
	}
}

/*--------------------------------------------------------------
#2.5	products-section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Home style 3
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#3.0	causes-s3
--------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
	.causes-s3 {
		padding-top: 0;
		margin-top: -90px;
	}
}

.causes-s3 .owl-controls {
	margin-top: 85px;
}

@media (max-width: 991px) {
	.causes-s3 .owl-controls {
		margin-top: 55px;
	}
}

@media (max-width: 767px) {
	.causes-s3 .owl-controls {
		margin-top: 35px;
	}
}

/*--------------------------------------------------------------
#3.1	blnbdi-categories-section
--------------------------------------------------------------*/

.blnbdi-categories-section {
	background-color: #f0f3f8;
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.blnbdi-categories-section {
		padding-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.blnbdi-categories-section {
		padding-bottom: 50px;
	}
}

.blnbdi-categories-section .blnbdi-categories-section-grids > .col {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
#3.2	about-blnbdi-section-s2
--------------------------------------------------------------*/

svg path {
	fill: #57647a;
}

svg {
	height: 30%;
	width: 30%;
}

.about-blnbdi-section-s2 {
	/*** left-col  ***/
	/*** right col ****/
}

.about-blnbdi-section-s2 .about-blnbdi > span {
	font-size: 18px;
	font-size: 1.125rem;
	color: #6a7f8d;
	text-transform: none;
}

@media (max-width: 767px) {
	.about-blnbdi-section-s2 .about-blnbdi > span {
		font-size: 16px;
		font-size: 1rem;
	}
}

.about-blnbdi-section-s2 .about-blnbdi h2 {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.2em;
	margin: 0.33em 0 0.69em;
}

@media (max-width: 991px) {
	.about-blnbdi-section-s2 .about-blnbdi h2 {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

@media (max-width: 767px) {
	.about-blnbdi-section-s2 .about-blnbdi h2 {
		font-size: 26px;
		font-size: 1.625rem;
	}
}

.about-blnbdi-section-s2 .about-blnbdi p {
	color: #6a7f8d;
	margin-bottom: 50px;
}

.panel {
	margin-bottom: 15px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0 !important;
	box-shadow: none;
}

.panel-heading {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background-color: inherit !important;
}

.panel-heading a {
	background: #57647a;
	display: table;
	font-size: 1rem;
	color: #fff;
	padding: 12px 38px;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	width: 100%;
	line-height: 26px;
}

.panel-heading a:hover {
	text-decoration: none;
	background: #212c46;
}

.panel-heading h3 {
	color: #fff;
	margin: 0;
}

.sidebar .panel-heading h3 {
	font-size: 1rem;
	line-height: 26px;
}

@media (max-width: 767px) {
	.panel-heading a {
		font-size: 0.8125rem;
		/*padding: 10px 38px;*/
	}
}

.panel-heading .collapsed {
	/*background: #fff !important;
  color: #212c46;*/
}

.panel-heading .collapsed i {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	margin-left: 10px;
}

@media (max-width: 767px) {
	.panel-heading .collapsed i {
		font-size: 1.5125rem;
	}

	.panel-heading a i {
		font-size: 1.5125rem !important;
	}
}

.margin-bottom {
	margin-bottom: 50px !important;
}

.panel-heading a i {
	position: relative;
	/*right: 25px;*/
	font-size: 28px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	vertical-align: middle;
	display: table-cell;
	width: 10px;
}

@media (max-width: 600px) {
	.panel-heading a i {
		/*display: none;*/
	}
}

.blnbdi-explain .panel-body {
	border: 0 !important;
	position: relative;
	min-height: 165px;
	padding: 15px 38px 15px 38px !important;
}

.panel-body {
	border: 0 !important;
	position: relative;
	min-height: 165px;
}

@media (max-width: 1199px) {
	.panel-body {
		min-height: 165px;
	}
}

@media (max-width: 767px) {
	.panel-body {
		/*padding: 15px 2px !important;*/
	}
}

.panel-body .img-holder {
	width: 170px;
	height: 125px;
	position: absolute;
	left: 20px;
	top: 20px;
}

@media (max-width: 767px) {
	.panel-body .img-holder {
		position: static;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.panel-body {
		padding: 15px 20px;
	}
}

.panel-body p {
	line-height: 1.6em;
	margin: 0;
	padding-bottom: 18px;
}

.blnbdi-explain .panel-group {
	margin-bottom: 0;
	margin-top: 0;
}

.panel-group {
	margin-bottom: 0;
	margin-top: 20px;
}

.right-col {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.about-blnbdi-section-s2 .right-col {
		margin-top: 80px;
	}
}

.about-blnbdi-section-s2 .right-col .video-play {
	font-size: 24px;
	font-size: 1.5rem;
	color: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 60px;
}

@media (max-width: 767px) {
	.about-blnbdi-section-s2 .right-col .video-play {
		font-size: 20px;
		font-size: 1.25rem;
		bottom: 40px;
	}
}

.about-blnbdi-section-s2 .right-col .video-play i {
	color: #57647a;
	display: inline-block;
	padding-right: 10px;
}

.about-blnbdi-section-s2 .right-col .list-info {
	overflow: hidden;
	margin: 0 -15px;
	padding: 5px 0;
}

.about-blnbdi-section-s2 .right-col .list-info li {
	width: 33.33%;
	float: left;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.about-blnbdi-section-s2 .right-col .list-info li {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
}

.about-blnbdi-section-s2 .right-col .list-info li:last-child {
	margin-bottom: 0;
}

.about-blnbdi-section-s2 .right-col .info-box {
	background-color: #fff;
	padding: 15px 25px 15px 65px;
	text-align: center;
	-webkit-box-shadow: 0 0 12px 0 #e6e6e6;
	-moz-box-shadow: 0 0 12px 0 #e6e6e6;
	-o-box-shadow: 0 0 12px 0 #e6e6e6;
	-ms-box-shadow: 0 0 12px 0 #e6e6e6;
	box-shadow: 0 0 12px 0 #e6e6e6;
	position: relative;
}

@media (max-width: 767px) {
	.about-blnbdi-section-s2 .right-col .info-box {
		padding: 15px 25px;
	}
}

.about-blnbdi-section-s2 .right-col .info-box .icon {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.about-blnbdi-section-s2 .right-col .info-box .icon {
		position: relative;
		left: -25px;
		top: -10px;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.about-blnbdi-section-s2 .right-col .info-box .fi:before {
	font-size: 30px;
	font-size: 1.875rem;
	color: #57647a;
}

@media (max-width: 767px) {
	.about-blnbdi-section-s2 .right-col .info-box .fi:before {
		font-size: 325x;
		font-size: 1.5625rem;
	}
}

.about-blnbdi-section-s2 .right-col .info-box h4 {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: bold;
	color: #212c46;
	margin: 0;
	text-transform: none;
}

@media (max-width: 991px) {
	.about-blnbdi-section-s2 .right-col .info-box h4 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

@media (max-width: 767px) {
	.about-blnbdi-section-s2 .right-col .info-box h4 {
		font-size: 1.5625rem;
		margin-top: 10px;
	}
}

.about-blnbdi-section-s2 .right-col .info-box .details span {
	font-size: 16px;
	font-size: 1rem;
	color: #6a7f8d;
}

@media (max-width: 767px) {
	.about-blnbdi-section-s2 .right-col .info-box .details {
		display: inline-block;
	}
}

/*--------------------------------------------------------------
#3.3	job-section
--------------------------------------------------------------*/

.job-tab {
	width: 100%;
}

.job-row {
	background-color: #f0f3f8;
	margin-bottom: 30px;
	overflow: hidden;
}

.job-row > div {
	float: left;
}

.tab-pane .job-row:last-child {
	margin-bottom: 80px;
}

.job-row .job-details {
	padding: 15px 20px 15px 20px;
}

.job-row .job-details .panel-group {
	margin-top: 0;
}

.job-row .job-details .panel-group .panel {
	background-color: inherit;
}

.job-row .job-details .panel-group .panel .panel-heading {
	background-color: #94a5bb;
	width: 170px;
}

.job-row .job-details .panel-group .panel .panel-heading .collapsed {
	background-color: none;
}

.job-row .job-details .panel-group .panel .panel-heading a {
	padding: 12px 12px;
}

@media (max-width: 991px) {
	.job-row .job-details {
		width: 100%;
		float: none;
		padding: 25px;
	}
}

.job-row .job-details h3 {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 0 5px;
	line-height: 30px;
	margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.job-row .job-details {
		width: auto;
	}

	.job-row .job-details h3 {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media (max-width: 991px) {
	.job-row .job-details h3 {
		font-size: 25px;
		font-size: 1.5625rem;
	}

	.job-row {
		background-color: #f0f3f8;
		margin-bottom: 30px;
		overflow: hidden;
		height: 100%;
	}
}

@media (max-width: 767px) {
	.job-row .job-details h3 {
		font-size: 20px;
		font-size: 1.25rem;
		margin: 0 0 10px;
	}
}

.job-row .job-details h3 a {
	color: #212c46;
}

.job-row .job-details h3 a:hover {
	color: #57647a;
	text-decoration: none;
}

.job-row .job-details ul {
	overflow: hidden;
	margin: 0;
}

@media (max-width: 991px) {
	.job-row .job-details ul {
		display: inline-block;
	}
}

.job-row .job-details ul li {
	float: left;
	color: #57647a;
	margin-right: 30px;
}

.job-row .job-details ul li a {
	color: #57647a;
}

.job-row .job-details ul li a:hover {
	text-decoration: none;
	color: #212c46;
}

.job-row .job-details ul li:last-child {
	margin-right: 0;
}

.job-row .job-details > ul li::before {
	visibility: hidden;
	display: none;
}

.job-row .job-details ul li i {
	color: #57647a;
	padding-right: 10px;
	font-size: 16px;
	position: relative;
	display: table-cell;
}

.job-row .job-details .panel-body p {
	color: inherit;
}

/*--------------------------------------------------------------
#3.3	events-section
--------------------------------------------------------------*/

.events-section {
	background-color: #f0f3f8;
	/*** tablist ***/
	/*** tabcontent ***/
}

.events-section .tablist {
	text-align: center;
	border-bottom: 1px solid #d2d8de;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.events-section .tablist {
		margin-bottom: 20px;
	}
}

.events-section .tablist .nav {
	display: inline-block;
}

.events-section .tablist .nav .active a, .events-section .tablist .nav li a:hover {
	background-color: #57647a;
	color: #fff;
}

.events-section .tablist .nav li {
	display: inline-block;
	margin: 0 -2px;
}

.events-section .tablist .nav li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 100;
	color: #212c46;
}

@media (max-width: 991px) {
	.events-section .tablist .nav li a {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media (max-width: 767px) {
	.events-section .tablist .nav li a {
		font-size: 15px;
		font-size: 0.9375rem;
		padding: 8px 12px;
	}
}

.events-section .event-row {
	background-color: #fff;
	margin-bottom: 30px;
	overflow: hidden;
}

.events-section .event-row > div {
	float: left;
}

.events-section .tab-pane .event-row:last-child {
	margin-bottom: 0;
}

.events-section .event-row .date {
	width: 200px;
	padding: 24px 35px;
	text-align: center;
	color: #fff;
}

@media (max-width: 991px) {
	.events-section .event-row .date {
		width: 100%;
		float: none;
		padding: 15px;
	}
}

@media (max-width: 991px) {
	.events-section .event-row .date .calendar-icon {
		display: inline-block;
		position: relative;
		top: -20px;
	}
}

@media (max-width: 767px) {
	.events-section .event-row .date .calendar-icon {
		left: -10px;
	}
}

.events-section .event-row .date i {
	font-size: 45px;
	font-size: 2.8125rem;
}

@media (max-width: 991px) {
	.events-section .event-row .date i {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

@media (max-width: 767px) {
	.events-section .event-row .date i {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.events-section .event-row .date h5 {
	font-size: 30px;
	font-size: 1.875rem;
	color: #fff;
	margin: 0.57em 0 0;
	text-transform: none;
}

@media (max-width: 991px) {
	.events-section .event-row .date h5 {
		font-size: 22px;
		font-size: 1.375rem;
		display: inline-block;
		padding-left: 15px;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.events-section .event-row .date h5 {
		font-size: 18px;
		font-size: 1.125rem;
		padding-left: 0;
	}
}

.events-section .event-row .date h5 span {
	font-size: 18px;
	font-size: 1.125rem;
	display: block;
}

@media (max-width: 991px) {
	.events-section .event-row .date h5 span {
		margin-top: 5px;
	}
}

@media (max-width: 767px) {
	.events-section .event-row .date h5 span {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

.events-section .event-row .event-pic {
	width: 200px;
}

@media (max-width: 1199px) {
	.events-section .event-row .event-pic {
		display: none;
	}
}

.events-section .event-row .event-details {
	width: 940px;
	padding: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.events-section .event-row .event-details {
		width: 740px;
	}
}

@media (max-width: 991px) {
	.events-section .event-row .event-details {
		width: 100%;
		float: none;
		padding: 25px;
		text-align: center;
	}
}

.events-section .event-row .event-details h3 {
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0 0 5px;
}

@media (max-width: 991px) {
	.events-section .event-row .event-details h3 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

@media (max-width: 767px) {
	.events-section .event-row .event-details h3 {
		font-size: 20px;
		font-size: 1.25rem;
		margin: 0 0 10px;
	}
}

.events-section .event-row .event-details h3 a {
	color: #212c46;
}

.events-section .event-row .event-details h3 a:hover {
	color: #57647a;
}

.events-section .event-row .event-details ul {
	overflow: hidden;
}

@media (max-width: 991px) {
	.events-section .event-row .event-details ul {
		display: inline-block;
	}
}

.events-section .event-row .event-details ul li {
	float: left;
	color: #6a7f8d;
	margin-right: 20px;
}

.events-section .event-row .event-details ul li:last-child {
	margin-right: 0;
}

.events-section .event-row .date {
	background-color: #57647a;
}

.events-section .more-events {
	text-align: center;
	margin-top: 70px;
}

@media (max-width: 991px) {
	.events-section .more-events {
		margin-top: 50px;
	}
}

/*--------------------------------------------------------------
#3.4	partners
--------------------------------------------------------------*/

@media (max-width: 991px) {
	.partners .section-title {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.partners .section-title {
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------
	About page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#4.0	fun-fact-s2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	causes page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#5.0	causes
--------------------------------------------------------------*/

@media (max-width: 991px) {
	.causes-page .causes {
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.causes-page .causes {
		padding-bottom: 80px;
	}
}

@media screen and (min-width: 992px) {
	.causes-page .causes .content > .col {
		margin-bottom: 65px;
	}
}

/*--------------------------------------------------------------
	causes style 2 page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#6.0	recent-causes
--------------------------------------------------------------*/

.recent-causes {
	background-color: #f0f3f8;
}

.recent-causes .causes-s2-grids > .col {
	margin-bottom: 35px;
}

@media (max-width: 620px) {
	.recent-causes .causes-s2-grids > .col {
		width: 100%;
	}
}

@media (max-width: 620px) {
	.recent-causes .img-holder img {
		width: 100%;
	}
}

.recent-causes .load-more {
	text-align: center;
	margin-top: 50px;
}

@media (max-width: 991px) {
	.recent-causes .load-more {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {
	.recent-causes .load-more {
		margin-top: 10px;
	}
}

@media screen and (min-width: 768px) {
	.recent-causes .load-more a {
		padding: 0 25px 0 45px;
	}
}

@media (max-width: 767px) {
	.recent-causes .load-more a {
		padding: 0 20px;
	}
}

.recent-causes .load-more a:before {
	left: 10px;
}

@media (max-width: 767px) {
	.recent-causes .load-more a:before {
		left: 0;
	}
}

.recent-causes .load-more i {
	display: inline-block;
	padding-right: 5px;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.recent-causes .load-more i {
		display: none;
	}
}

/*--------------------------------------------------------------
	causes list page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.0	recent-causes
--------------------------------------------------------------*/

.causes-list-page .page-title {
	background: url("../images/page-title/img-2.jpg") center center/cover no-repeat local;
}

.causes-list-page .causes-list-box-wrapper {
	/*** causes list details ***/
	/*** progress bar ***/
}

.causes-list-page .causes-list-box-wrapper .causes-list-box {
	background-color: #f0f3f8;
	overflow: hidden;
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	.causes-list-page .causes-list-box-wrapper .causes-list-box {
		padding: 15px 15px;
	}
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .img-holder {
	width: 42%;
	float: left;
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .img-holder img {
	width: 100%;
}

@media (max-width: 767px) {
	.causes-list-page .causes-list-box-wrapper .causes-list-box .img-holder img {
		width: auto;
	}
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details {
	width: 58%;
	float: right;
	padding: 45px;
	position: relative;
}

@media (max-width: 1199px) {
	.causes-list-page .causes-list-box-wrapper .causes-list-box .details {
		padding: 35px;
	}
}

@media (max-width: 767px) {
	.causes-list-page .causes-list-box-wrapper .causes-list-box .details {
		padding: 25px 0 0 0;
	}
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn, .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn-s4 {
	padding: 0 15px;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 1199px) {
	.causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn, .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn-s4 {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

@media (max-width: 767px) {
	.causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn, .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn-s4 {
		font-size: 14px;
		font-size: 0.875rem;
		padding: 0 12px;
		position: static;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn:before, .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn-s4:before {
		display: none;
	}

	.causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn:hover, .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn-s4:hover {
		line-height: 35px;
	}
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details h3 {
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0 0 0.67em;
}

@media (max-width: 1199px) {
	.causes-list-page .causes-list-box-wrapper .causes-list-box .details h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details h3 a {
	color: #212c46;
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details h3 a:hover {
	color: #57647a;
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details h4 {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 0 0.48em;
}

@media (max-width: 1199px) {
	.causes-list-page .causes-list-box-wrapper .causes-list-box .details h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details h4 span {
	color: #57647a;
}

.causes-list-page .causes-list-box-wrapper .progress {
	background-color: #212c46;
	height: 12px;
	margin-bottom: 20px;
	overflow: visible;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	position: relative;
}

@media (max-width: 1199px) {
	.causes-list-page .causes-list-box-wrapper .progress {
		height: 10px;
	}
}

@media (max-width: 767px) {
	.causes-list-page .causes-list-box-wrapper .progress {
		margin: 0 0 25px;
	}
}

.causes-list-page .causes-list-box-wrapper .progress-bar {
	background-color: #57647a;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	position: relative;
}

.causes-list-page .causes-list-box-wrapper .progress-bar:after {
	content: "";
	background-color: #fff;
	width: 24px;
	height: 24px;
	position: absolute;
	right: -10px;
	top: -6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px 0 #999;
	-moz-box-shadow: 0 0 10px 0 #999;
	-o-box-shadow: 0 0 10px 0 #999;
	-ms-box-shadow: 0 0 10px 0 #999;
	box-shadow: 0 0 10px 0 #999;
}

@media (max-width: 1199px) {
	.causes-list-page .causes-list-box-wrapper .progress-bar:after {
		width: 20px;
		height: 20px;
		top: -5px;
	}
}

@media (max-width: 767px) {
	.causes-list-page .causes-list-box-wrapper .causes-list-box .img-holder, .causes-list-page .causes-list-box-wrapper .causes-list-box .details {
		width: 100%;
		float: none;
		height: auto !important;
	}
}

.causes-list-page .load-more {
	text-align: center;
	margin-top: 90px;
}

@media (max-width: 991px) {
	.causes-list-page .load-more {
		margin-top: 55px;
	}
}

.causes-list-page .load-more .blnbdi-btn {
	text-transform: capitalize;
	padding: 8px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

/*** sidebar ***/

.sidebar-wrapper {
	padding-left: 45px;
	padding-right: 20px;
}

@media (max-width: 1199px) {
	.sidebar-wrapper {
		padding-left: 25px;
		padding-right: 10px;
	}
}

@media (max-width: 991px) {
	.sidebar-wrapper {
		padding-left: 15px;
		margin-top: 100px;
	}
}

@media (max-width: 767px) {
	.sidebar-wrapper {
		margin-top: 60px;
	}
}

/*--------------------------------------------------------------
#7.1	urgent donation
--------------------------------------------------------------*/

.urgent-donation {
	position: relative;
	padding-bottom: 120px;
	/*** urgent box ***/
}

@media (max-width: 991px) {
	.urgent-donation {
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.urgent-donation {
		padding-bottom: 80px;
	}
}

.urgent-donation .section-bg {
	background: url("../images/urgent-donation-bg.jpg") center center/cover no-repeat local;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.urgent-donation .section-bg:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 991px) {
	.urgent-donation .section-bg {
		height: 40%;
	}
}

.urgent-donation .urgent-inner {
	padding-top: 100px;
}

@media (max-width: 767px) {
	.urgent-donation .urgent-inner {
		padding-top: 50px;
	}
}

.urgent-donation .urgent-slider img {
	width: auto !important;
}

.urgent-donation .urgent-slider .owl-controls {
	position: relative;
	margin-top: 80px;
}

@media (max-width: 1199px) {
	.urgent-donation .urgent-slider .owl-controls {
		margin-top: 65px;
	}
}

@media (max-width: 991px) {
	.urgent-donation .urgent-slider .owl-controls {
		margin-top: 55px;
	}
}

@media (max-width: 767px) {
	.urgent-donation .urgent-slider .owl-controls {
		margin-top: 50px;
	}
}

.urgent-donation .urgent-box {
	background-color: #fff;
	overflow: hidden;
}

.urgent-donation .urgent-box > div {
	float: left;
}

.urgent-donation .urgent-box .img-holder {
	width: 40%;
	text-align: right;
}

.urgent-donation .urgent-box .img-holder img {
	display: inline-block;
}

@media (max-width: 991px) {
	.urgent-donation .urgent-box .img-holder {
		display: none;
	}
}

.urgent-donation .urgent-box .details {
	background-color: #57647a;
	width: 60%;
	text-align: center;
	padding: 58px 90px 60px;
	border-bottom: 1px solid #fff;
}

@media (max-width: 991px) {
	.urgent-donation .urgent-box .details {
		width: 100%;
		float: none;
		padding: 47px 40px 50px;
	}
}

@media (max-width: 767px) {
	.urgent-donation .urgent-box .details {
		padding: 40px 20px;
	}
}

.urgent-donation .urgent-box .details > span {
	background-color: #212c46;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 5px 25px;
	text-transform: none;
}

@media (max-width: 991px) {
	.urgent-donation .urgent-box .details > span {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.urgent-donation .urgent-box .details > span {
		font-size: 14px;
		padding: 4px 20px;
	}
}

.urgent-donation .urgent-box .details h2 {
	font-size: 27px;
	font-size: 1.6875rem;
	color: #fff;
	margin: 0.83em 0 0;
	text-transform: capitalize;
}

@media (max-width: 991px) {
	.urgent-donation .urgent-box .details h2 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

@media (max-width: 767px) {
	.urgent-donation .urgent-box .details h2 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

.urgent-donation .urgent-box .details .progress-wrapper {
	margin-top: 80px;
}

@media (max-width: 991px) {
	.urgent-donation .urgent-box .details .progress-wrapper {
		margin-top: 45px;
	}
}

.urgent-donation .urgent-box .details .progress {
	background-color: #212c46;
	height: 15px;
	position: relative;
	overflow: visible;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

@media (max-width: 767px) {
	.urgent-donation .urgent-box .details .progress {
		height: 12px;
	}
}

.urgent-donation .urgent-box .details .progress .progress-bar {
	background-color: #fff;
	line-height: 15px;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

@media (max-width: 767px) {
	.urgent-donation .urgent-box .details .progress .progress-bar {
		line-height: 12px;
	}
}

.urgent-donation .urgent-box .details .progress-bar span {
	background-color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	color: #57647a;
	position: absolute;
	right: -20px;
	top: -37px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.urgent-donation .urgent-box .details .progress-bar span:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #fff;
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.urgent-donation .urgent-box .details .copyright-photo {
	overflow: hidden;
}

.urgent-donation .urgent-box .details .copyright-photo span {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	text-transform: none;
}

@media (max-width: 991px) {
	.urgent-donation .urgent-box .details .copyright-photo span {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

.urgent-donation .urgent-box .details .copyright-photo h4 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
}

@media (max-width: 991px) {
	.urgent-donation .urgent-box .details .copyright-photo h4 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

.urgent-donation .urgent-box .details .form {
	margin-top: 45px;
}

.urgent-donation .urgent-box .details .form > div {
	display: inline-block;
}

@media (max-width: 991px) {
	.urgent-donation .urgent-box .details .form > div {
		display: block;
		float: none;
	}
}

@media screen and (min-width: 768px) {
	.urgent-donation .urgent-box .details .form > div:last-child {
		float: right;
	}
}

@media (max-width: 991px) {
	.urgent-donation .urgent-box .details .form > div:last-child {
		float: none;
		margin-top: 25px;
	}
}

.urgent-donation .urgent-box .details .form input {
	height: auto;
	color: #57647a;
	padding: 11px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width: 991px) {
	.urgent-donation .urgent-box .details .form input {
		padding: 8px 15px;
	}
}

@media (max-width: 767px) {
	.urgent-donation .urgent-box .details .form input {
		margin-bottom: 10px;
		padding: 5px 15px;
	}
}

.urgent-donation .urgent-box .details .form .theme-btn, .urgent-donation .urgent-box .details .form .theme-btn-s4 {
	border: 2px solid #212c46;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0 33px;
	line-height: 35px;
	text-transform: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

@media (max-width: 991px) {
	.urgent-donation .urgent-box .details .form .theme-btn, .urgent-donation .urgent-box .details .form .theme-btn-s4 {
		font-size: 15px;
		font-size: 0.9375rem;
		padding: 0 27px;
		line-height: 30px;
	}
}

.urgent-donation .urgent-box .details .form .theme-btn:hover, .urgent-donation .urgent-box .details .form .theme-btn-s4:hover {
	border-color: #212c46;
	background-color: #212c46;
	line-height: 120px;
}

.urgent-donation .urgent-box .details .form ::-webkit-input-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #57647a;
}

.urgent-donation .urgent-box .details .form :-moz-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #57647a;
}

.urgent-donation .urgent-box .details .form ::-moz-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #57647a;
}

.urgent-donation .urgent-box .details .form :-ms-input-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #57647a;
}

@media (max-width: 991px) {
	.urgent-donation .urgent-box .details, .urgent-donation .urgent-box .img-holder {
		height: auto !important;
	}
}

/*--------------------------------------------------------------
#7.2    news letter
--------------------------------------------------------------*/

.newsletter {
	background-color: #e9edf5;
}

.newsletter .children-holder {
	background: url("../images/newsletter-children.jpg") center center/cover no-repeat local;
}

@media (max-width: 991px) {
	.newsletter .children-holder {
		height: 260px !important;
	}
}

.newsletter .subscribe {
	padding: 70px 15px 70px 70px;
}

@media screen and (min-width: 1200px) {
	.newsletter .subscribe {
		width: 682px;
	}
}

@media (max-width: 991px) {
	.newsletter .subscribe {
		padding: 70px 45px;
	}
}

@media (max-width: 767px) {
	.newsletter .subscribe {
		height: auto !important;
		padding: 50px 45px 50px;
	}
}

@media (max-width: 500px) {
	.newsletter .subscribe {
		padding: 50px 15px;
	}
}

.newsletter .subscribe h3 {
	font-size: 30px;
	margin: 0;
}

@media (max-width: 767px) {
	.newsletter .subscribe h3 {
		font-size: 25px;
	}
}

.newsletter .subscribe p {
	color: #2a2a2a;
	font-weight: bold;
	margin: 0 0 2em;
}

.newsletter .subscribe p span {
	color: #57647a;
}

.newsletter .subscribe form {
	position: relative;
}

@media screen and (min-width: 1200px) {
	.newsletter .subscribe form {
		width: 550px;
	}
}

@media screen and (min-width: 992px) {
	.newsletter .subscribe form {
		width: 450px;
	}
}

.newsletter .subscribe form input {
	height: auto;
	font-size: 16px;
	padding: 9px 20px;
	border: 1px solid #57647a;
	padding-right: 120px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.newsletter .subscribe form input {
		padding: 8px 20px;
	}
}

.newsletter .subscribe form button {
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.newsletter .subscribe form button {
		height: 40px;
		line-height: 40px;
	}
}

.newsletter .subscribe form button:hover {
	line-height: 120px;
}

/*--------------------------------------------------------------
	cause single page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#8.0	causes-single-wrapper
--------------------------------------------------------------*/

.anchor {
	display: block;
	position: relative;
	top: -72px;
}

/****related causes ****/

/**** partners ****/

/*--------------------------------------------------------------
	Contact page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#9.0	contact-section
--------------------------------------------------------------*/

.contact-page .page-title {
	background: url("../images/page-title/img-3.jpg") center center/cover no-repeat local;
}

.contact-page .contact-section-wrapper {
	margin: 100px 0 0;
	position: relative;
}

@media (max-width: 767px) {
	.contact-page .contact-section-wrapper {
		margin: 0;
	}
}

.contact-page .contact-section-wrapper:before {
	content: "";
	width: 100%;
	height: 420px;
	background: url("../images/map.jpg") center center/cover no-repeat local;
	position: absolute;
	left: 0;
	bottom: 0;
}

.contact-page .contact-section-wrapper .contact-block {
	background-color: #fff;
	padding: 70px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	-webkit-box-shadow: 2px -5px 27px -1px #d9d9d9;
	-moz-box-shadow: 2px -5px 27px -1px #d9d9d9;
	box-shadow: 2px -5px 27px -1px #d9d9d9;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

@media (max-width: 767px) {
	.contact-page .contact-section-wrapper .contact-block {
		padding: 60px 15px !important;
		box-shadow: none;
	}
}

@media (max-width: 991px) {
	.contact-page .contact-section-wrapper .contact-block {
		padding: 40px 45px;
	}
}

@media (max-width: 767px) {
	.contact-page .contact-section-wrapper .contact-block {
		padding: 40px 15px;
	}
}

.contact-page .contact-section-wrapper .contact-block h2 {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.3em;
	margin: 0 0 0.9em;
}

@media screen and (min-width: 1200px) {
	.contact-page .contact-section-wrapper .contact-block h2 {
		padding: 0 400px 0 0;
	}
}

@media (max-width: 991px) {
	.contact-page .contact-section-wrapper .contact-block h2 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

.contact-form {
	width: 70%;
	float: left;
}

@media (max-width: 767px) {
	.contact-form {
		width: 100%;
		float: none;
	}
}

.contact-info {
	padding-right: 80px;
}

@media (max-width: 991px) {
	.contact-info {
		padding-right: 0;
	}
}

/*
.contact-info ul {
  margin-top: 30px;
}

.contact-info ul li {
  font-size: 20;
  font-size: 1.25rem;
  color: #212c46;
  line-height: 1.5em;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .contact-info ul li {
    font-size: 18;
    font-size: 1.125rem;
  }
}
*/
.contact-info {
	margin-top: 30px;
}

.contact-info li {
	font-size: 20;
	font-size: 1.25rem;
	color: #212c46;
	line-height: 1.5em;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.contact-info li {
		font-size: 18;
		font-size: 1.125rem;
	}
}

.mark-up {
	font-size: 20;
	font-size: 1.25rem;
	color: #212c46;
	line-height: 1.5em;
	position: relative;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.mark-up {
		font-size: 18;
		font-size: 1.125rem;
	}
}

.contact-info li a {
	text-decoration: underline;
}

.contact-info li a:focus {
	outline: none;
}

.contact-info li .icon {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	left: 0;
	top: -3px;
}

.contact-info li .fa:before {
	font-size: 20px;
	font-size: 1.25rem;
	color: #57647a;
}

.contact-info li .blnbdi-btn:hover .fa:before {
	color: #fff !important;
}

.contact-info li .attention .fa:before {
	color: #cc2329 !important;
}

@media (max-width: 1199px) {
	.contact-info li .fa:before {
		font-size: 18;
		font-size: 1.125rem;
	}
}

.contact-form {
	padding-top: 40px;
}

@media (max-width: 991px) {
	.contact-form {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.contact-form {
		padding-left: 0;
		margin-top: 50px;
	}
}

.contact-form input, .contact-form select, .contact-form textarea {
	background-color: #fff;
	height: 45px;
	font-size: 16px;
	font-size: 1rem;
	border: 2px solid #e3e3e3;
	box-shadow: none;
	padding-left: 20px;
}

@media (max-width: 991px) {
	.contact-form input, .contact-form select, .contact-form textarea {
		height: 40px;
	}
}

.contact-form textarea {
	height: 110px;
	padding-top: 15px;
}

.contact-form .form ::-webkit-input-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #8c8c8c;
}

.contact-form .form :-moz-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #8c8c8c;
}

.contact-form .form ::-moz-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #8c8c8c;
}

.contact-form .form :-ms-input-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #8c8c8c;
}

.contact-form .form > div {
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.contact-form .form > div {
		margin-bottom: 10px;
	}
}

.contact-form select {
	font-style: normal;
	background-position: 97% center;
	color: #8c8c8c;
}

.contact-form .form .submit-btn {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
	events page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.0	--------
--------------------------------------------------------------*/

.events-page .page-title {
	background: url("../images/page-title/img-4.jpg") center center/cover no-repeat local;
}

.events-page .event-row {
	background-color: #f0f3f8;
	margin-bottom: 25px;
	overflow: hidden;
}

.events-page .event-row .event-details {
	width: 66%;
	float: left;
	padding: 65px 60px 35px;
	position: relative;
}

@media (max-width: 1199px) {
	.events-page .event-row .event-details {
		width: 100%;
		float: none;
	}
}

@media (max-width: 991px) {
	.events-page .event-row .event-details {
		padding: 60px 35px 25px;
	}
}

@media (max-width: 767px) {
	.events-page .event-row .event-details {
		padding: 50px 20px 25px;
	}
}

.events-page .event-row .event-pic {
	width: 34%;
	float: left;
}

@media (max-width: 1199px) {
	.events-page .event-row .event-pic {
		display: none;
	}
}

.events-page .event-row .event-pic img {
	width: 100%;
}

.events-page .event-row .event-details .date {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #57647a;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 100;
	color: #fff;
	padding: 8px 14px;
	position: absolute;
	left: 0;
	top: 0;
	text-transform: none;
}

@media (max-width: 991px) {
	.events-page .event-row .event-details .date {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

@media (max-width: 767px) {
	.events-page .event-row .event-details .date {
		font-size: 13px;
		font-size: 0.8125rem;
		padding: 5px 10px;
	}
}

.events-page .event-row .event-details .date i {
	display: inline-block;
	padding-right: 5px;
}

.events-page .event-row .event-details h3 {
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0 0 0.23em;
}

@media (max-width: 991px) {
	.events-page .event-row .event-details h3 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

@media (max-width: 767px) {
	.events-page .event-row .event-details h3 {
		font-size: 22px;
		font-size: 1.375rem;
		margin-bottom: 10px;
	}
}

.events-page .event-row .event-details h3 a {
	color: #212c46;
}

.events-page .event-row .event-details h3 a:hover {
	color: #57647a;
}

.events-page .event-row .event-details .event-info {
	margin-bottom: 20px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.events-page .event-row .event-details .event-info {
		margin-bottom: 10px;
	}
}

.events-page .event-row .event-details .event-info li {
	float: left;
	color: #5a6871;
	margin-right: 20px;
}

.events-page .event-row .event-details .event-info li:last-child {
	margin-right: 0;
}

.events-page .event-row .event-details p {
	margin-bottom: 28px;
}

@media (max-width: 991px) {
	.events-page .event-row .event-details p {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.events-page .event-row .event-details p {
		margin-bottom: 10px;
	}
}

.events-page .event-row .event-details .join-event {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 100;
	color: #57647a;
	text-transform: capitalize;
}

@media (max-width: 991px) {
	.events-page .event-row .event-details .join-event {
		font-size: 16px;
		font-size: 1rem;
	}
}

.events-page .event-row .event-details .join-event i {
	display: inline-block;
	padding-left: 5px;
}

.events-page .event-row .event-details .join-event:hover {
	color: #1a7e63;
}

.events-list .load-more {
	text-align: center;
	margin-top: 90px;
}

@media (max-width: 991px) {
	.events-list .load-more {
		margin-top: 55px;
	}
}

@media (max-width: 767px) {
	.events-list .load-more {
		margin-top: 40px;
	}
}

.events-list .load-more .blnbdi-btn {
	text-transform: capitalize;
	padding: 8px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

/*--------------------------------------------------------------
	event single page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.0	--------
--------------------------------------------------------------*/

.event-single-page .page-title {
	background: url("../images/page-title/img-5.jpg") center center/cover no-repeat local;
}

.event-single-page .event-single-wrapper .event-single-date-slider {
	padding-top: 41px;
	position: relative;
}

@media (max-width: 767px) {
	.event-single-page .event-single-wrapper .event-single-date-slider {
		padding-top: 0;
	}
}

.event-single-page .event-single-wrapper .event-single-date-slider .date {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #57647a;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 100;
	color: #fff;
	padding: 8px 14px;
	position: absolute;
	left: 0;
	top: 0;
	text-transform: none;
}

@media (max-width: 991px) {
	.event-single-page .event-single-wrapper .event-single-date-slider .date {
		font-size: 15px;
		font-size: 0.9375rem;
		top: 4px;
	}
}

@media (max-width: 767px) {
	.event-single-page .event-single-wrapper .event-single-date-slider .date {
		text-align: center;
		max-width: 150px;
		position: relative;
		font-size: 13px;
		font-size: 0.8125rem;
		padding: 8px 10px;
	}
}

.event-single-page .event-single-wrapper .event-single-date-slider .date i {
	display: inline-block;
	padding-right: 5px;
}

.event-single-page .event-single-wrapper .event-single-slider {
	position: relative;
}

.event-single-page .event-single-wrapper .event-single-slider .owl-controls {
	width: 100%;
	position: absolute;
	bottom: 35px;
}

@media (max-width: 991px) {
	.event-single-page .event-single-wrapper .event-single-slider .owl-controls {
		bottom: 25px;
	}
}

.event-single-page .event-single-wrapper .event-single-slider .owl-controls .owl-dots .owl-dot span {
	background: #fff;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
}

@media (max-width: 991px) {
	.event-single-page .event-single-wrapper .event-single-slider .owl-controls .owl-dots .owl-dot span {
		width: 12px;
		height: 12px;
	}
}

.event-single-page .event-single-wrapper .event-single-slider .owl-controls .owl-dots .active span {
	background: #57647a;
}

.event-single-page .event-single-wrapper .event-details {
	padding: 45px 100px 0 0;
}

@media (max-width: 1199px) {
	.event-single-page .event-single-wrapper .event-details {
		padding: 45px 35px 0 0;
	}
}

@media (max-width: 767px) {
	.event-single-page .event-single-wrapper .event-details {
		padding: 30px 15px 0 0;
	}
}

.event-single-page .event-single-wrapper .event-details h2 {
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0 0 0.5em;
}

@media (max-width: 991px) {
	.event-single-page .event-single-wrapper .event-details h2 {
		font-size: 27px;
		font-size: 1.6875rem;
	}
}

@media (max-width: 767px) {
	.event-single-page .event-single-wrapper .event-details h2 {
		font-size: 23px;
		font-size: 1.4375rem;
	}
}

.event-single-page .event-single-wrapper .event-details p {
	margin-bottom: 1.5em;
}

.event-details .event-info {
	overflow: hidden;
	margin-bottom: 1em;
}

.event-details .event-info li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 100;
	color: "Dosis", sans-serif;
	float: left;
	margin-right: 40px;
}

@media (max-width: 991px) {
	.event-details .event-info li {
		font-size: 16px;
		font-size: 1rem;
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.event-details .event-info li {
		font-size: 15px;
		font-size: 0.9375rem;
		margin: 0 15px 5px 0;
	}
}

.event-details .event-info li:last-child {
	margin-right: 0;
}

.event-details .event-info li i {
	display: inline-block;
	padding-right: 10px;
	color: #57647a;
}

@media (max-width: 767px) {
	.event-details .event-info li i {
		padding-right: 6px;
	}
}

.event-single-page .event-single-wrapper .event-location-map {
	height: 250px;
	margin: 35px 0;
}

.event-single-page .event-single-wrapper .event-location-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
}

/*--------------------------------------------------------------
	blog page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.0	--------
--------------------------------------------------------------*/

.blog-page .page-title {
	background: url("../images/page-title/img-3.jpg") center center/cover no-repeat local;
}

.blog-page .blog-grids > .col {
	margin-bottom: 35px;
}

@media (max-width: 650px) {
	.blog-page .blog-grids > .col {
		width: 100%;
	}
}

.blog-page .blog-grids .entry-media .img-holder img {
	width: 100%;
}

.blog-page .blog-grids .entry-body {
	padding: 25px 20px;
}

.blog-page .blog-grids .tags {
	padding: 3px 20px 3px 0;
}

.blog-page .blog-grids .tags ul li a {
	font-size: 12px;
	font-size: 0.75rem;
}

.blog-page .blog-grids .entry-title h3 {
	font-size: 18px;
	font-size: 1.125rem;
}

.blog-page .blog-grids .entry-meta ul a {
	font-size: 12px;
	font-size: 0.75rem;
}

.blog-page .blog-grids .continue {
	padding-top: 15px;
}

.blog-page .blog-grids .continue a {
	font-size: 16px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
	blog details page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#13.0	--------
--------------------------------------------------------------*/

.blog-details-page .page-title {
	background: url("../images/page-title/img-3.jpg") center center/cover no-repeat local;
}

.blog-details-page {
	background-color: #e6e6e6;
}

@media screen and (min-width: 992px) {
	.blog-details-page .blog-single-content {
		margin-bottom: 80px;
	}
}

@media (max-width: 991px) {
	.blog-details-page .blog-single-content {
		margin-bottom: 100px;
	}
}

.blog-details-page .blog-single-content h3 {
	font-size: 21px;
	font-size: 1.3125rem;
	color: #1a1a1a;
	margin: 0;
}

@media (max-width: 767px) {
	.blog-details-page .blog-single-content h3 {
		font-size: 18px;
	}
}

.blog-details-page .blog-single-content p {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.blog-details-page .blog-single-content p {
		font-size: 14px;
	}
}

.blog-details-page .blog-single-content .post {
	background-color: #fff;
}

.blog-details-page .blog-single-content .post {
	padding: 0 45px 70px 45px;
}

@media (max-width: 991px) {
	.blog-details-page .blog-single-content .post {
		padding: 0 45px 45px;
	}
}

@media (max-width: 767px) {
	.blog-details-page .blog-single-content .post {
		padding: 0 20px 45px 20px;
	}
}

.blog-details-page .blog-single-content .post h3 {
	margin: 1.9em 0 0.9em;
}

.blog-details-page .blog-single-content .post .media {
	margin: 0 -45px 48px;
}

@media (max-width: 767px) {
	.blog-details-page .blog-single-content .post .media {
		margin: 0 -20px 40px;
	}
}

.blog-details-page .blog-single-content .post-title-meta .btn {
	background-color: #57647a;
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	text-transform: none;
	padding: 2px 13px;
	border: 0;
	border-radius: 0;
	cursor: auto;
}

.blog-details-page .blog-single-content .post-title-meta h2 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: blod;
	margin: 0.57em 0 0.53em;
	color: #1a1a1a;
}

@media screen and (min-width: 1200px) {
	.blog-details-page .blog-single-content .post-title-meta h2 {
		padding-right: 200px;
	}
}

@media (max-width: 767px) {
	.blog-details-page .blog-single-content .post-title-meta h2 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

.blog-details-page .blog-single-content .post-title-meta ul {
	overflow: hidden;
	margin-bottom: 24px;
}

.blog-details-page .blog-single-content .post-title-meta ul li {
	font-size: 14px;
	font-size: 0.875rem;
	float: left;
	text-transform: none;
	margin-right: 8px;
	padding-right: 8px;
	position: relative;
}

.blog-details-page .blog-single-content .post-title-meta ul li:after {
	content: "/";
	color: #999;
	position: absolute;
	right: 0;
}

.blog-details-page .blog-single-content .post-title-meta ul li:last-child:after {
	display: none;
}

.blog-details-page .blog-single-content .post-title-meta ul li a {
	color: #999;
}

.blog-details-page .blog-single-content .post-title-meta ul li a:hover {
	color: #57647a;
}

.blog-details-page .blog-single-content .gallery-post {
	margin: 35px 0 0;
}

.blog-details-page .blog-single-content .gallery-post .gallery {
	overflow: hidden;
}

.blog-details-page .blog-single-content .gallery-post .gallery > div:first-child {
	width: 60%;
	float: left;
}

.blog-details-page .blog-single-content .gallery-post .gallery > div:last-child {
	width: 38%;
	float: right;
}

.blog-details-page .blog-single-content .back-to-site {
	overflow: hidden;
	margin: 25px 0 15px;
	/*** share ***/
}

@media (max-width: 767px) {
	.blog-details-page .blog-single-content .back-to-site {
		margin: 25px 0;
	}
}

.blog-details-page .blog-single-content .back-to-site > div {
	display: inline-block;
	float: left;
}

@media (max-width: 767px) {
	.blog-details-page .blog-single-content .back-to-site > div {
		display: block;
		float: none !important;
	}
}

.blog-details-page .blog-single-content .back-to-site > div:last-child {
	float: right;
}

.blog-details-page .blog-single-content .back-to-site > div:first-child {
	padding-left: 20px;
}

.blog-details-page .blog-single-content .back-to-site > div:first-child span {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	color: #000;
	margin-right: 25px;
	position: relative;
	top: -11px;
}

@media (max-width: 991px) {
	.blog-details-page .blog-single-content .back-to-site > div:first-child {
		padding-left: 0;
	}

	.blog-details-page .blog-single-content .back-to-site > div:first-child span {
		font-size: 14px;
		font-size: 0.875rem;
		margin-right: 15px;
		top: -20px;
	}
}

@media (max-width: 767px) {
	.blog-details-page .blog-single-content .back-to-site > div:first-child {
		padding-left: 0;
	}

	.blog-details-page .blog-single-content .back-to-site > div:first-child span {
		font-size: 14px;
		font-size: 0.875rem;
		margin-right: 15px;
		top: 0;
		display: block;
		margin-bottom: 5px;
	}
}

.blog-details-page .blog-single-content .back-to-site ul {
	display: inline-block;
	overflow: hidden;
}

.blog-details-page .blog-single-content .back-to-site ul li {
	float: left;
	margin-right: 12px;
}

.blog-details-page .blog-single-content .back-to-site ul li:last-child {
	margin-right: 0;
}

.blog-details-page .blog-single-content .back-to-site .tag a {
	background-color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	color: #333;
	display: inline-block;
	text-align: center;
	padding: 7px 15px;
	text-transform: lowercase;
}

@media (max-width: 991px) {
	.blog-details-page .blog-single-content .back-to-site .tag a {
		padding: 5px 10px;
		margin-bottom: 10px;
	}
}

.blog-details-page .blog-single-content .back-to-site .tag a:hover {
	background-color: #57647a;
	color: #fff;
}

/*** blog-sidebar ***/

.blog-details-page .blog-sidebar .widget {
	margin-bottom: 75px;
}

@media (max-width: 991px) {
	.blog-details-page .blog-sidebar .widget {
		margin-bottom: 60px;
	}
}

.blog-details-page .blog-sidebar .widget:last-child {
	margin-bottom: 0;
}

.blog-details-page .blog-sidebar h3 {
	font-size: 20px;
	font-size: 1.25rem;
	color: #0d0d0d;
	margin: 0 0 1.25em;
	text-transform: none;
}

@media (max-width: 767px) {
	.blog-details-page .blog-sidebar h3 {
		font-size: 17px;
	}
}

.blog-details-page .blog-sidebar .category-widget ul li {
	border-bottom: 1px solid #fff;
}

.blog-details-page .blog-sidebar .category-widget ul li > a {
	padding: 13px 0;
}

.blog-details-page .blog-sidebar ul li {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
}

.blog-details-page .blog-sidebar ul li > a {
	display: block;
	color: #404040;
	position: relative;
}

.blog-details-page .blog-sidebar ul li:first-child a {
	padding-top: 0;
}

.blog-details-page .blog-sidebar ul li:last-child a {
	padding-bottom: 0;
}

.blog-details-page .blog-sidebar ul li:last-child {
	border: 0;
}

.blog-details-page .blog-sidebar ul li > a:hover {
	color: #57647a;
}

.blog-details-page .blog-sidebar ul li > a .badge {
	background-color: transparent;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #404040;
	position: absolute;
	right: 5px;
}

.blog-details-page .blog-sidebar ul li > a .badge:before, .blog-details-page .blog-sidebar ul li > a .badge:after {
	font-size: 14px;
	font-size: 0.875rem;
	position: absolute;
	top: 3px;
}

.blog-details-page .blog-sidebar ul li > a .badge:before {
	content: "(";
	left: 0;
}

.blog-details-page .blog-sidebar ul li > a .badge:after {
	content: ")";
	right: 0;
}

.blog-details-page .blog-sidebar .search-widget input {
	background-color: transparent;
	padding: 8px 12px;
	height: auto;
}

.blog-details-page .blog-sidebar .search-widget input:focus {
	box-shadow: none;
	border-color: #57647a;
}

@media (max-width: 767px) {
	.blog-details-page .blog-sidebar .recent-post-widget ul {
		margin-left: -15px;
	}
}

.blog-details-page .blog-sidebar .recent-post-widget ul li {
	border: 0;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

@media (max-width: 767px) {
	.blog-details-page .blog-sidebar .recent-post-widget ul li {
		padding: 0 0 40px 100px;
		overflow: visible;
	}
}

.blog-details-page .blog-sidebar .recent-post-widget ul li:last-child {
	margin-bottom: 0;
}

.blog-details-page .blog-sidebar .recent-post-widget .post-pic {
	width: 30%;
	float: left;
}

@media screen and (min-width: 992px) {
	.blog-details-page .blog-sidebar .recent-post-widget .post-pic img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.blog-details-page .blog-sidebar .recent-post-widget .post-pic {
		width: 70px;
		float: none;
		position: absolute;
		left: 15px;
	}
}

.blog-details-page .blog-sidebar .recent-post-widget .details {
	width: 68%;
	float: right;
}

@media (max-width: 1199px) {
	.blog-details-page .blog-sidebar .recent-post-widget .details {
		width: 65%;
	}
}

@media (max-width: 991px) {
	.blog-details-page .blog-sidebar .recent-post-widget .details {
		width: 68%;
	}
}

@media (max-width: 767px) {
	.blog-details-page .blog-sidebar .recent-post-widget .details {
		width: 100%;
		float: none;
	}
}

.blog-details-page .blog-sidebar .recent-post-widget .details > span {
	font-size: 12px;
	font-size: 0.75rem;
	color: #666;
	text-transform: none;
}

.blog-details-page .blog-sidebar .recent-post-widget .details h4 {
	font-size: 16px;
	font-size: 1rem;
	margin: 0.5em 0;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.blog-details-page .blog-sidebar .recent-post-widget .details h4 {
		font-size: 14px;
		font-size: 0.875rem;
		padding-top: 10px;
	}
}

.blog-details-page .blog-sidebar .recent-post-widget .details h4 a {
	color: #000;
}

.blog-details-page .blog-sidebar .recent-post-widget .details h4 a:hover {
	color: #57647a !important;
}

.blog-details-page .blog-sidebar .tag-widget .all-tags {
	margin-left: -12px;
}

.blog-details-page .blog-sidebar .tag-widget .all-tags a {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	color: gray;
	border: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-details-page .blog-sidebar .tag-widget .all-tags a:hover {
	color: #57647a;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	-moz-transform: scale3d(1.2, 1.2, 1);
	-o-transform: scale3d(1.2, 1.2, 1);
	-ms-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

/*--------------------------------------------------------------
	Shop page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#14.0	products-section
--------------------------------------------------------------*/

.shop-page .page-title {
	background: url("../images/page-title/img-5.jpg") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
	Shop sidebar page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#15.0	products-section
--------------------------------------------------------------*/

.shop-with-sidebar-page .page-title {
	background: url("../images/page-title/img-5.jpg") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
	Shop details page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#16.0	products-section
--------------------------------------------------------------*/

.shop-details-page .page-title {
	background: url("../images/page-title/img-5.jpg") center center/cover no-repeat local;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-for {
	text-align: center;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-for img {
	display: inline-block;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav {
	padding: 0 25px;
	margin-top: 35px;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav > i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav > i:hover {
	cursor: pointer;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav .nav-btn-rt {
	left: auto;
	right: 0;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide {
	text-align: center;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide img {
	display: inline-block;
}

.shop-details-page .shop-details-main-content .product-details {
	padding: 30px 30px 93px;
	/*** product option ***/
}

@media (max-width: 1199px) {
	.shop-details-page .shop-details-main-content .product-details {
		padding: 40px 30px 85px;
	}
}

@media (max-width: 991px) {
	.shop-details-page .shop-details-main-content .product-details {
		margin-top: 45px;
		padding: 40px 30px;
	}
}

@media (max-width: 767px) {
	.shop-details-page .shop-details-main-content .product-details {
		padding: 0;
	}
}

.shop-details-page .shop-details-main-content .product-details h2 {
	font-size: 27px;
	font-size: 1.6875rem;
	line-height: 1.3em;
	margin: 0 0 0.33em;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.shop-details-page .shop-details-main-content .product-details h2 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

.shop-details-page .shop-details-main-content .product-details .price {
	font-size: 36px;
	font-size: 2.25rem;
	color: #57647a;
	margin: 7px 0 14px;
}

@media (max-width: 991px) {
	.shop-details-page .shop-details-main-content .product-details .price {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

@media (max-width: 767px) {
	.shop-details-page .shop-details-main-content .product-details .price {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

.shop-details-page .shop-details-main-content .product-details .price .old {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: normal;
	color: #8d9ba4;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 5px;
}

@media (max-width: 991px) {
	.shop-details-page .shop-details-main-content .product-details .price .old {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media (max-width: 767px) {
	.shop-details-page .shop-details-main-content .product-details .price .old {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.shop-details-page .shop-details-main-content .product-details p {
	margin: 0;
}

.shop-details-page .shop-details-main-content .product-details .product-option {
	margin-top: 45px;
}

.shop-details-page .shop-details-main-content .product-details .product-option .p-row {
	overflow: hidden;
}

.shop-details-page .shop-details-main-content .product-details .product-option .p-row > div {
	height: 35px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.shop-details-page .shop-details-main-content .product-details .product-option .p-row > div:first-child {
	width: 85px;
}

.shop-details-page .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn:hover, .shop-details-page .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s4:hover {
	background: #57647a;
	border-color: #57647a;
	color: #fff;
}

.shop-details-page .shop-details-main-content .product-details .product-option .theme-btn, .shop-details-page .shop-details-main-content .product-details .product-option .theme-btn-s4 {
	font-size: 16px;
	font-size: 1rem;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
}

@media (max-width: 767px) {
	.shop-details-page .shop-details-main-content .product-details .product-option .theme-btn, .shop-details-page .shop-details-main-content .product-details .product-option .theme-btn-s4 {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.shop-details-page .shop-details-main-content .product-details .product-option .theme-btn:before, .shop-details-page .shop-details-main-content .product-details .product-option .theme-btn-s4:before {
	display: none;
}

.shop-details-page .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn, .shop-details-page .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s4 {
	background-color: #fff;
	color: #57647a;
	border: 1px solid #e6e6e6;
}

.shop-details-page .shop-details-main-content .product-details #count-product {
	border-radius: 0;
	border: 1px solid #e6e6e6;
}

.shop-details-page .shop-details-main-content .product-details #count-product:focus {
	box-shadow: none;
	outline: none;
}

.shop-details-page .shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up, .shop-details-page .shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	border-color: #e6e6e6;
}

.shop-details-page .shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover, .shop-details-page .shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
	background-color: #57647a;
	color: #fff;
}

.shop-details-page .shop-details-main-content .product-info {
	margin-top: 75px;
}

.shop-details-page .shop-details-main-content .product-info h4 {
	font-size: 15px;
	text-transform: none;
	margin: 0;
}

.shop-details-page .shop-details-main-content .product-info p {
	font-size: 14px;
}

.shop-details-page .shop-details-main-content .product-info .tab-pane p:last-child {
	margin-bottom: 0;
}

.shop-details-page .recent-shop-item {
	background-color: #fff;
	padding-top: 0;
}

@media (max-width: 1199px) {
	.shop-details-page .recent-shop-item {
		padding-bottom: 85px;
	}
}

@media (max-width: 991px) {
	.shop-details-page .recent-shop-item {
		padding-bottom: 65px;
	}
}

@media (max-width: 767px) {
	.shop-details-page .recent-shop-item {
		padding-bottom: 45px;
	}
}

.shop-details-page .recent-shop-item .section-title {
	text-align: center;
}

.shop-details-page .recent-shop-item .section-title h2 {
	margin: 0;
}

.shop-details-page .recent-shop-item .grid {
	box-shadow: none;
}

.shop-details-page .recent-shop-item .grid .img-holder {
	background-color: #e6e6e6;
}

.shop-details-page .recent-shop-item .grid:hover .product-info {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px 0 #e6e6e6;
	-moz-box-shadow: 0 0 15px 0 #e6e6e6;
	-o-box-shadow: 0 0 15px 0 #e6e6e6;
	-ms-box-shadow: 0 0 15px 0 #e6e6e6;
	box-shadow: 0 0 15px 0 #e6e6e6;
}

.shop-details-page .recent-shop-item .grid:hover .product-info h3 a, .shop-details-page .recent-shop-item .grid:hover .product-info .price {
	color: #212c46;
}

.highlight-row {
	background-color: #fff;
	margin-bottom: 25px;
	overflow: hidden;
}

.highlight-row .highlight-details {
	float: left;
	padding: 35px;
	position: relative;
}

.highlight-row .highlight-details h3 {
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0 0 0.23em;
}

.highlight-row .highlight-details .highlight-info {
	margin-bottom: 20px;
	overflow: hidden;
}

.highlight-row .highlight-details .highlight-info li {
	float: left;
	color: #5a6871;
	margin-right: 20px;
}

.highlight-row .highlight-details p {
	margin-bottom: 28px;
}

.highlight-row .highlight-details .link-highlight {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}

.download-list h3 {
	/*
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.8em;
*/
	line-height: 1.3em;
	font-size: 1.5rem;
	margin: 0 0 0.8em;
	font-weight: 400;
}

.sidebar .download-list ul {
	margin-bottom: 0;
}

.download-list ul li {
	border-bottom: 1px solid #57647a;
	line-height: 20px;
	word-wrap: break-word;
	display: block !important;
	margin-bottom: 0 !important;
}

.download-list ul li:last-child {
	margin-bottom: 30px !important;
}

.download-list ul li > a {
	display: block;
	position: relative;
	padding: 13px 35px 13px 0;
}

.download-list ul li > a .badge {
	background-color: transparent;
	font-size: 20px;
	color: #404040;
	position: absolute;
	right: 5px;
	font-family: Flaticon;
	font-style: normal;
	line-height: 10px;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}

.download-list ul li > a .badge .fa {
	line-height: 10px;
}

.back-to-site {
	overflow: hidden;
	margin: 30px 0 40px;
}

.back-to-site > div:first-child {
	padding-left: 0;
}

.back-to-site > div {
	display: inline-block;
	float: left;
}

.back-to-site > div:first-child span {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	color: #000;
	margin-right: 25px;
	position: relative;
	top: -11px;
}

.back-to-site ul {
	display: inline-block;
	overflow: hidden;
}

.back-to-site ul li {
	float: left;
	margin-right: 12px;
}

.back-to-site .tag a {
	background-color: #212c46;
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 7px 15px;
}

.back-to-site .tag a:hover {
	background-color: #fff;
	color: #000;
}

@media (max-width: 767px) {
	.back-to-site > div {
		display: block;
		float: none !important;
	}

	.back-to-site > div:first-child span {
		font-size: 14px;
		font-size: 0.875rem;
		margin-right: 15px;
		top: 0;
		display: block;
		margin-bottom: 5px;
	}

	.back-to-site .tag a {
		padding: 5px 10px;
		margin-bottom: 10px;
	}
}

/*
right column blue box
 */
.h4-address::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f041";
	margin-right: 5px;
}

.h4-clock::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f017";
	margin-right: 5px;
}

.about-blnbdi ul li.li-phone::before,
.sidebar ul li.li-phone::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f095";
	margin-right: 5px;
}

.about-blnbdi ul li.li-fax::before,
.sidebar ul li.li-fax::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f1ac";
	margin-right: 5px;
}

.about-blnbdi ul li.li-calendar::before,
.sidebar ul li.li-calendar::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f073";
	margin-right: 5px;
}

.about-blnbdi ul li.li-email::before,
.sidebar ul li.li-email::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0e0";
	margin-right: 5px;
}

.about-blnbdi ul li.li-address::before,
.sidebar ul li.li-address::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f041";
	margin-right: 5px;
}

.about-blnbdi ul li.li-website::before,
.sidebar ul li.li-website::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0ac";
	margin-right: 5px;
}

.about-blnbdi ul li.li-clock::before,
.sidebar ul li.li-clock::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f017";
	margin-right: 5px;
}

.about-blnbdi ul li.li-bus::before,
.sidebar ul li.li-bus::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f207";
	margin-right: 5px;
}

.about-blnbdi ul li.li-map::before,
.sidebar ul li.li-map::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f278";
	margin-right: 5px;
}

.about-blnbdi ul li.li-key::before,
.sidebar ul li.li-key::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f084";
	margin-right: 5px;
}

.about-blnbdi ul li.attention::before,
.sidebar ul li.attention::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f06a";
	margin-right: 5px;
}

.about-blnbdi ul.contact-info li.li-phone::before,
.about-blnbdi ul.contact-info li.li-fax::before,
.about-blnbdi ul.contact-info li.li-calendar::before,
.about-blnbdi ul.contact-info li.li-email::before,
.about-blnbdi ul.contact-info li.li-address::before,
.about-blnbdi ul.contact-info li.li-website::before,
.about-blnbdi ul.contact-info li.li-clock::before,
.about-blnbdi ul.contact-info li.li-bus::before,
.about-blnbdi ul.contact-info li.li-map::before,
.about-blnbdi ul.contact-info li.li-key::before,
.about-blnbdi ul.contact-info li.attention::before {
	font-size: 20px;
	font-size: 1.25rem;
	color: #57647a;
	margin-right: 0;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	left: 0;
	top: -3px;
}

.contact-info .attention::before {
	color: #cc2329 !important;
}

a.icon-key span i::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f084";
	margin-right: 5px;
	margin-top: -3px;
}

/*
even odd ce colors
 */
.bgcount:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.bgcount:nth-of-type(even) {
	background-color: #fff;
}

section:not(.bgcount) ~ .bgcount:nth-of-type(odd) {
	background-color: #f9f9f9;
}

section:not(.bgcount) ~ .bgcount:nth-of-type(even) {
	background-color: #fff;
}

/* after the second non-.parent, toggle again */
section:not(.bgcount) ~ section:not(.bgcount) ~ .bgcount:nth-of-type(odd) {
	background-color: #f9f9f9;
}

section:not(.bgcount) ~ section:not(.bgcount) ~ .bgcount:nth-of-type(even) {
	background-color: #fff;
}

/* after the second non-.parent, toggle again */
section:not(.bgcount) ~ section:not(.bgcount) ~ section:not(.bgcount) ~ .bgcount:nth-of-type(odd) {
	background-color: #f9f9f9;
}

section:not(.bgcount) ~ section:not(.bgcount) ~ section:not(.bgcount) ~ .bgcount:nth-of-type(even) {
	background-color: #fff;
}

/* after the second non-.parent, toggle again */
section:not(.bgcount) ~ section:not(.bgcount) ~ section:not(.bgcount) ~ section:not(.bgcount) ~ .bgcount:nth-of-type(odd) {
	background-color: #f9f9f9;
}

section:not(.bgcount) ~ section:not(.bgcount) ~ section:not(.bgcount) ~ section:not(.bgcount) ~ .bgcount:nth-of-type(even) {
	background-color: #fff;
}


.even-blue .bgcount:nth-of-type(odd) {
	background-color: #f0f3f8 !important;
}

.even-blue .bgcount:nth-of-type(even) {
	background-color: #fff !important;
}

section:not(.even-blue .bgcount) ~ .even-blue .bgcount:nth-of-type(odd) {
	background-color: #f0f3f8 !important;
}

section:not(.even-blue .bgcount) ~ .even-blue .bgcount:nth-of-type(even) {
	background-color: #fff !important;
}

/* after the second non-.parent, toggle again */
section:not(.even-blue .bgcount) ~ section:not(.even-blue .bgcount) ~ .even-blue .bgcount:nth-of-type(odd) {
	background-color: #f0f3f8 !important;
}

section:not(.even-blue .bgcount) ~ section:not(.even-blue .bgcount) ~ .even-blue .bgcount:nth-of-type(even) {
	background-color: #fff !important;
}

/* after the second non-.parent, toggle again */
section:not(.even-blue .bgcount) ~ section:not(.even-blue .bgcount) ~ section:not(.even-blue .bgcount) ~ .even-blue .bgcount:nth-of-type(odd) {
	background-color: #f0f3f8 !important;
}

section:not(.even-blue .bgcount) ~ section:not(.even-blue .bgcount) ~ section:not(.even-blue .bgcount) ~ .even-blue .bgcount:nth-of-type(even) {
	background-color: #fff !important;
}

/* after the second non-.parent, toggle again */
section:not(.even-blue .bgcount) ~ section:not(.even-blue .bgcount) ~ section:not(.even-blue .bgcount) ~ section:not(.even-blue .bgcount) ~ .even-blue .bgcount:nth-of-type(odd) {
	background-color: #f0f3f8 !important;
}

section:not(.even-blue .bgcount) ~ section:not(.even-blue .bgcount) ~ section:not(.even-blue .bgcount) ~ section:not(.even-blue .bgcount) ~ .even-blue .bgcount:nth-of-type(even) {
	background-color: #fff !important;
}

.site-footer .widget {
	margin-bottom: 20px;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer .widget h3 {
	font-size: 1rem;
	font-weight: bold;
	margin: 16px 0 1.5em;
	text-transform: none;
}

ul.ce-uploads li {
	border-bottom: 1px solid #57647a;
	line-height: 20px;
	word-wrap: break-word;
	margin-bottom: 0;
	display: block;
}

ul.ce-uploads li:last-child {
	margin-bottom: 30px;
}

ul.ce-uploads li > a {
	display: block;
	position: relative;
	padding: 13px 35px 13px 0;
}

ul.ce-uploads li > a .badge {
	background-color: transparent;
	font-size: 20px;
	color: #404040;
	position: absolute;
	right: 5px;
	font-family: Flaticon;
	font-style: normal;
	line-height: 10px;
}

/*
correct fluid styled content styles
 */
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
	margin-bottom: 20px;
}

.ce-intext.ce-right .ce-gallery {
	margin-left: 20px;
}

.ce-intext.ce-left .ce-gallery {
	margin-right: 20px;
}

.ce-uploads li {
	margin: 0;
}

.ce-uploads span {
	display: inline;
}

/*
add dotted line
 */

.causes-single-wrapper .bt-dotted .col-md-12 > .about-blnbdi > .download-list {
	border-top: 4px dotted #212c46;
	position: relative;
	/*top: -50px;*/
	padding-top: 20px;
}

.causes-single-wrapper .bt-dotted .col-md-12 > .about-blnbdi > .download-list:first-child {
	border-top: none;
}

.page-searchresult .search-hide-btn {
	display: none;
}

ul.tx-indexedsearch-browsebox {
	list-style: none;
	border-radius: 0px;
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
	text-align: center;
}

ul.tx-indexedsearch-browsebox li {
	width: 35px;
	height: 35px;
	line-height: 35px;
	float: left;
	margin-right: 5px;
	border: 1px solid #57647a;
}

ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
	background-color: #57647a;
	border-color: #57647a !important;
	color: #fff !important;
}

ul.tx-indexedsearch-browsebox li strong a {
	font-weight: 400;
}

ul.tx-indexedsearch-browsebox li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	color: #57647a;
	display: block;
	text-align: center;
}

ul.tx-indexedsearch-browsebox li a:hover {
	color: #fff !important;
	background-color: #57647a;
	border-color: #57647a !important;
}

.tx-indexedsearch-res a[href$= ".pdf"]::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
	content: "\f1c1";
}

.tx-indexedsearch-res a[href$= ".gif"]::before,
.tx-indexedsearch-res a[href$= ".png"]::before,
.tx-indexedsearch-res a[href$= ".jpg"]::before {
	font-family: FontAwesome;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
	content: "\f1c5";
}

.ce-section-index a {
	margin: 0 6px;
	display: inline-block;
}

.ce-section-index a:first-child {
	margin-left: 0;
}

.grey {
	background-color: #d3d3d3;
	/*font-weight:bold;*/
	padding: 8px 15px;
	margin-bottom: 25px;
}

.grey p:last-child {
	margin-bottom: 0 !important;
}

.red {
	color: #f00;
	font-style: normal;
}

/*--------------------------------------------------------------
#	preloader css no js
--------------------------------------------------------------*/

.preloader {
	display: none;
}

/*--------------------------------------------------------------
#	mobile nav css no js
--------------------------------------------------------------*/

.navbar-header-border input[type=checkbox] {
	width: 40px;
	height: 35px;
	border: 0;
	padding: 5px 10px;
	outline: 0;
	position: absolute;
	right: 15px;
	top: 16px;
	z-index: 1;
	display: block;
	cursor: pointer;

	opacity: 0; /* hide this */

	-webkit-touch-callout: none;
}

/*--------------------------------------------------------------
#	toggle-box no js
--------------------------------------------------------------*/
.toggleBox {
	position: relative;
	/*margin-top: 20px;*/
}

/* Ausblenden des input-Feldes */
.toggleBox input {
	position: absolute;
	left: -99999px;
}

/* Gestaltung der labels */
.toggleBox label {
	display: table;
	background: #57647a;
	color: #fff;
	padding: 12px 12px;
	cursor: pointer;
	font-size: 1rem;
	width: 100%;
	line-height: 26px;
	margin-bottom: 0;
	font-weight: 400;
}

.toggleBox label h3 {
	color: #fff;
	margin: 0;
}

.toggleBox label span {
	color: #fff;
	margin: 0;
	padding: 0 24px;
	font-weight: 300;
	display: table;
	line-height: 26px;
	width: 100%;
}

.toggleBox label:hover {
	background: #212c46;
}

.toggleBox label i {
	position: relative;
	font-size: 28px;
	vertical-align: middle;
	display: table-cell;
	width: 10px;
}

/* Der Aufklappmechanismus */
.toggleBox input:not(:checked) ~ div,
.toggleBox input:not(:checked) ~ div ul,
.toggleBox input:not(:checked) ~ .panel-body {
	opacity: 0;
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	-ms-transition: max-height 1s;
	-o-transition: max-height 1s;
	transition: max-height 1s;
	height: auto;
	max-height: 0;
	position: absolute;
}

toggleBox input:checked ~ div,
.toggleBox input:checked ~ div ul,
.toggleBox input:checked ~ .panel-body {
	opacity: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	background: #fff;
	height: auto;
	max-height: 1000px;
}

/* Steuerung des Icons */
.toggleBox input:checked ~ .open i {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.toggleBox input:not(:checked) ~ label i {
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}


/* Powermail */
.tx-powermail .powermail_form {
	padding-right: 15px;
}

.tx-powermail .powermail_label {
	margin-top: 10px;
}

.tx-powermail .powermail_field .radio, .tx-powermail .powermail_field .checkbox {
	margin-top: 0;
}

.tx-powermail .powermail_field .powermail_submit {
	margin-top: 20px;
}

.tx-powermail .powermail_field input[type="text"],
.tx-powermail .powermail_field input[type="number"],
.tx-powermail .powermail_field input[type="url"] {
	margin-bottom: 15px;
	width: 100%;
	border-radius: 0;
	border: 1px solid #ccc;
	outline: 0;
	box-shadow: none;
	color: #595959;
	line-height: 1.53333;
}

.tx-powermail #powermail_hp_1, .tx-powermail label[for="powermail_hp_1"] {
	display: none;
}
