@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700');
@font-face {
	font-family: 'flamaregular';
	src: url('../fonts/flama_regular-webfont.html') format('woff2'), url('../fonts/flama_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'flamabold';
	src: url('../fonts/flama-bold-webfont.html') format('woff2'), url('../fonts/flama-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'flamalight';
	src: url('../fonts/flama-light-webfont.html') format('woff2'), url('../fonts/flama-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'flamalight_italic';
	src: url('../fonts/flama-lightitalic-webfont.html') format('woff2'), url('../fonts/flama-lightitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'flamamedium';
	src: url('../fonts/flama-medium-webfont.html') format('woff2'), url('../fonts/flama-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* 

Project:		Rotary
Version:		Nil
Author:			Phinix Group



Body:				font:14px/22px 'Open Sans', sans-serif;
Headers:			font:16px/16px 'flamaregular';
Input, textarea:	font:14px/14px 'flamaregular';
Sidebar heading:	font:20px/20px 'flamaregular';


End of Table of Conten*/
body {
	margin: 0;
	padding: 0;
	font: 400 14px/22px 'Open Sans', sans-serif;
	color: #888;
}
body h1, body h2 {
	
	color: #222;
	margin: 0;
}
body h3 {
	font-family: 'flamaregular';
	color: #222;
	margin: 0 0 10px 0;
}
body h4 {
	font-family: 'flamaregular';
	color: #222;
	margin: 0;
}
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
	color: #222;
}
body h2 {
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}
body h3 {
	font-size: 22px;
	line-height: 22px;
}
body h4 {
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
}
body strong.subheading {
	font: 400 18px/30px 'Open Sans', sans-serif;
	color: #888;
	display: block;
	text-align: center;
	padding: 0 0 50px 0;
}
body p {
	font: 400 14px/22px 'Open Sans', sans-serif;
	color: #777;
}
.btn-row {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}
.btn-row a.btn-style-1 {
	display: inline-block;
	float: none;
}
a.btn-style-1 {
	font: 16px/16px 'flamaregular';
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 20px 36px;
	text-align: center;
	position: relative;
	z-index: 9;
}
a.btn-style-1:hover {
	text-decoration: none;
	color: #fff;
}
a.btn-style-1:hover:after {
	height: 100%;
}
a.btn-style-1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,0.1);
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	z-index: -1;
}
a.btn-style-2 {
	font: 16px/16px 'flamaregular';
	color: #222;
	border: 2px solid #ccc;
	display: inline-block;
	text-decoration: none;
	padding: 16px 40px;
	text-align: center;
	position: relative;
	z-index: 9;
}
a.btn-style-2:hover {
	text-decoration: none;
	color: #fff;
	border: 2px solid rgba(0,0,0,0);
}
a.btn-style-2:hover:after {
	height: 100%;
}
a.btn-style-2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	z-index: -1;
}
.heading-style-1 {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 0 0 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 30px;
}
.heading-style-1 span {
	font: 16px/16px 'flamaregular';
	color: #888;
	display: block;
	text-transform: uppercase;
	position: relative;
}
.heading-style-1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 26px;
}
.heading-style-1:after {
	content: '';
	position: absolute;
	left: -2px;
	top: 26px;
	width: 6px;
	height: 6px;
}
.heading-style-1 span:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 0;
	width: 2px;
	height: 47px;
}
.frame {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #000;
}
.frame img {
	display: block;
	width: 100%;
}
.text-box {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.text-box a
{
font-size:17px;
}
.btm-row {
	float: left;
	width: 100%;
}
/************************************************WRAPPER CSS START*************************************************/
#wrapper {
	float: left;
	width: 100%;
	position: relative;
}
#main {
	float: left;
	width: 100%;
	position: relative;
}
/*********************************************************HEADER CSS START**********************************************************/
#header {
	float: left;
	width: 100%;
}
.head-top-row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0;
}
.head-top-row .left-box {
	float: left;
	width: 100%;
}
.head-top-row .left-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.head-top-row .left-box ul li {
	float: left;
	padding: 13px 20px;
	border-left: 1px solid #e1e1e1;
	font: 400 13px/13px 'flamaregular';
	color: #999;
}
.head-top-row .left-box ul li .fa {
	padding: 0 5px 0 0;
}
.head-top-row .left-box ul li a {
	font: 400 13px/13px 'flamaregular';
	color: #999;
	text-decoration: none;
}
.head-top-row .left-box ul li:first-child {
	border: 0;
	padding-left: 0;
}
.head-top-row .left-box button {
	padding: 0;
	border: 0;
	background: none;
	font: 400 13px/13px 'flamaregular';
	color: #999;
}
.head-top-row .left-box button .fa {
	padding: 0 5px 0 0;
}
.head-top-row .left-box .dropdown-menu {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	box-shadow: none;
	left: 0;
	margin: 0;
	min-width: 100%;
	width: 100%;
	padding: 0;
	top: 32px;
}
.head-top-row .left-box .dropdown-menu li {
	border: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #e1e1e1;
}
.head-top-row .left-box .dropdown-menu > li > a {
	font: 400 13px/13px 'flamaregular';
	color: #999;
	padding: 4px 10px;
}
.head-top-row .left-box .dropdown-menu > li > a:hover {
	color: #fff;
}
.head-top-row .right-box {
	float: left;
	width: 100%;
}
.top-bar-social {
	float: right;
}
.top-bar-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-bar-social ul li {
	float: left;
	padding: 10px 0 9px 0;
	border-left: 1px solid #e1e1e1;
}
.top-bar-social ul li a {
	display: block;
	width: 40px;
	text-align: center;
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
}
.cart-outer {
	float: right;
}
.cart-outer button {
	border: 0;
	background: none;
	padding: 0;
	width: 39px;
	height: 39px;
	font-size: 16px;
	line-height: 39px;
	color: #fff;
}
.cart-outer button:hover {
	background: #fff;
}
.cart-outer .dropdown-menu {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	box-shadow: none;
	left: inherit;
	right: 0;
	margin: 0;
	min-width: 360px;
	padding: 18px 20px;
	position: absolute;
	top: 45px;
}
.cart-box {
	float: left;
	width: 100%;
}
.cart-box strong.title {
	border-bottom: 1px solid #ccc;
	color: #888;
	display: block;
	font: italic 700 14px/14px 'flamaregular';
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.cart-box .cart-row {
	border-bottom: 1px solid #e1e1e1;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.cart-box .cart-row .thumb {
	float: left;
	margin: 0 15px 0 0;
}
.cart-box .cart-row .text-box {
	overflow: hidden;
	width: auto;
	float: none;
}
.cart-box .cart-row .text-box a {
	color: #222;
	display: block;
	font: 400 16px/22px 'flamaregular';
	padding: 0 0 18px;
	text-decoration: none;
}
.cart-box .cart-row a.close {
	border-radius: 0;
	color: #fff;
	float: right;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	width: 23px;
}
.cart-box .cart-row .text-box strong.amount {
	display: block;
	font: 400 16px/16px 'flamaregular';
}
.cart-box strong.subtotal {
	clear: both;
	color: #222;
	display: block;
	font: 700 16px/16px 'flamaregular';
	padding: 0 0 20px;
}
.cart-box a.btn-checkout {
	color: #fff;
	display: inline-block;
	font: 700 16px/16px 'flamaregular';
	padding: 15px 58px;
	text-decoration: none;
}
.login-box {
	float: right;
}
.login-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.login-box ul li {
	float: left;
	padding: 10px 20px;
	border-left: 1px solid #e1e1e1;
}
.login-box ul li:first-child {
	border: 0;
}
.login-box ul li a {
	font: 400 13px/13px 'flamaregular';
	color: #999;
	text-decoration: none;
}
.login-box ul li a:hover .fa {
	color: #999;
}
.login-box ul li a .fa {
	padding: 0 5px 0 0;
}
.login-box ul li:last-child {
	padding: 10px 0 10px 20px;
}
.logo-row {
	float: left;
	width: 100%;
	padding: 8px 0 0 0;
	position: relative;
}
.logo-row:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 945px;
	bottom: -6px;
	border-bottom: 1px solid #e1e1e1;
}
.email-box {
	float: left;
	width: 100%;
	padding: 17px 0 0 0;
}
.email-box strong {
	font: 12px/12px 'flamalight';
	color: #666;
	display: block;
	padding: 0 0 15px 0;
}
.email-box strong .fa {
	font-size: 13px;
	width: 25px;
	float: left;
}
.email-box strong a {
	font: 13px/13px 'flamaregular';
	color: #666;
	text-decoration: none;
	font-weight: 400;
}
strong.logo {
	display: block;
	width: 100%;
	text-align: center;
}
.search-box {
	float: left;
	width: 100%;
	padding: 17px 0 0 0;
}
.search-box a.btn-donate {
	float: right;
	width: 130px;
	height: 40px;
	text-decoration: none;
	font: 16px/40px 'flamaregular';
	color: #fff;
	text-align: center;
	margin: 0 0 0 5px;
	position: relative;
	z-index: 9;
}
.search-box a.btn-donate:hover {
	text-decoration: none;
	color: #fff;
}
.search-box a.btn-donate:hover:after {
	height: 100%;
}
.search-box a.btn-donate:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	border: 0;
	background-color: rgba(0,0,0,0.1);
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	z-index: -1;
}
.search-box a.btn-donate .fa {
	padding: 0 8px 0 0;
}
.search-box form {
	float: right;
	width: 235px;
	margin: 0;
	border: 1px solid #e1e1e1;
	position: relative;
}
.search-box form input[type="text"] {
	float: left;
	width: 100%;
	height: 38px;
	border: 0;
	padding: 0 50px 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none;
	font: 12px 'flamaregular';
	color: #999;
}
.search-box form button[type="submit"] {
	border: 0;
	border-left: 1px solid #e1e1e1;
	padding: 0;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	font-size: 16px;
	color: #999;
}
.navigation-row {
	float: left;
	width: 100%;
	margin: 2px 0 0 0;
}
.navigation-row .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.navigation-row .navbar {
	border-radius: 0;
}
.navigation-row .navbar {
	border: 0;
	margin-bottom: 0px;
	min-height: inherit;
}
.navigation-row .navbar-collapse {
	padding: 0;
}
#nav {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	width: 100%;
}
#nav li {
	float: none;
	display: inline-block;
	position: relative;
}
#nav li:first-child {
	background: none;
}
#nav li a {
	font: 15px/15px 'flamaregular';
	color: #222;
	text-decoration: none;
	padding: 16px 18px;
	display: block;
	position: relative;
	z-index: 20;
}
#nav li a .fa {
	font-size: 12px;
	padding: 0 0 0 4px;
}
#nav li:hover > a {
	color: #fff;
}
#nav li ul li a:hover, #nav li ul li:hover > a {
	text-decoration: none;
	color: #fff;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 180px;
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 0;
	display: none;
	text-align: left;
	list-style: none;
	z-index: 10;
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 185px;
	padding: 0;
}
#nav li ul li {
	float: none;
	width: auto;
	padding: 0;
	display: block;
	border-top: 1px solid #e1e1e1;
	background: none;
}
#nav li ul li:first-child {
	border: 0;
}
#nav li ul li a {
	background: none;
	font: 15px/15px 'flamaregular';
	color: #222;
	text-align: left;
	text-align: left;
	padding: 12px 10px;
	display: block;
}
.navigation-row .navbar-inverse .navbar-nav > .active > a, .navigation-row .navbar-inverse .navbar-nav > .active > a:hover, .navigation-row .navbar-inverse .navbar-nav > .active > a:focus {
	background-color:#16488f;
	color:#FFFFFF; !important;
}
/*********************************************************HEADER CSS END**********************************************************/

/*********************************************************BANNER CSS START**********************************************************/
#banner {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 70px;
}
#banner img {
	width: 100%;
	
}
#banner .caption {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	text-align: center;
}
#banner .caption img {
	display: block;
	margin: 0 auto;
	width: auto;
}
#banner .caption strong.title {
	display: block;
	text-align: center;
	font: 48px/48px 'flamamedium';
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 5px 7px rgba(0,0,0,0.5);
	padding: 0 0 15px 0;
}
#banner .caption h1 {
	font: 60px/60px 'flamabold';
	color: #fff;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	text-shadow: 0 5px 7px rgba(0,0,0,0.5);
}
#banner .caption span {
	display: block;
	text-align: center;
	font: 34px/34px 'flamaregular';
	color: #fff;
	text-shadow: 0 5px 7px rgba(0,0,0,0.5);
	padding: 0 0 40px 0;
}
#banner .caption a.btn-1 {
	display: inline-block;
	font: 16px/16px 'flamaregular';
	padding: 18px 36px;
	color: #fff;
	margin: 0 3px;
	position: relative;
	z-index: 9;
}
#banner .caption a.btn-1:hover {
	text-decoration: none;
	color: #fff;
}
#banner .caption a.btn-1:hover:after {
	height: 100%;
}
#banner .caption a.btn-1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,0.1);
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	z-index: -1;
}
#banner .caption a.btn-2 {
	display: inline-block;
	font: 16px/16px 'flamaregular';
	padding: 15px 36px 16px 36px;
	color: #fff;
	border: 2px solid #fff;
	background: rgba(255,255,255,0.10);
	margin: 0 3px;
	position: relative;
	z-index: 9;
}
#banner .caption a.btn-2:hover {
	text-decoration: none;
	color: #fff;
}
#banner .caption a.btn-2:hover:after {
	height: 100%;
}
#banner .caption a.btn-2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,0.1);
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	z-index: -1;
}
#banner .caption a.btn-2 .fa {
	padding: 0 0 0 10px;
}
/*********************************************************BANNER CSS END**********************************************************/

/*********************************************Featured Services Start**********************************************/
.featured-services {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}
.featured-box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.featured-box .text-box {
	border: 1px solid #e1e1e1;
	padding: 15px 20px;
}
.featured-box .text-box span {
	display: block;
	text-transform: uppercase;
	font: 12px/12px 'flamaregular';
	padding: 0 0 7px 0;
}
.featured-services-style-2 {
	float: left;
	width: 100%;
	background: url(../images/featured-services-bg.jpg) no-repeat left top/cover;
	padding: 70px 0 40px 0;
	margin-bottom: 70px;
}
.featured-services-style-2 .box {
	float: left;
	width: 100%;
	border: 1px solid #c7c6c6;
	background: #fff;
	padding: 30px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 30px;
}
.featured-services-style-2 .box .holder {
	padding: 115px 0;
}
.featured-services-style-2 .box img {
	display: block;
	margin: 0 auto 19px;
}
.featured-services-style-2 .box h4 {
	position: relative;
	margin: 0 0 20px 0;
}
.featured-services-style-2 .box h4:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
	width: 31px;
	height: 2px;
	background: #3a3a3a;
}
.featured-services-style-2 .box:hover {
	box-shadow: 0 5px 16px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 5px 16px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 5px 16px rgba(0,0,0,0.15);
}
.featured-services-style-2 .box:hover h4 a {
	color: #222;
	text-decoration: none;
}
.about-section .testimonials-style-1 .owl-dots {
	float: none;
}
.about-section .testimonials-style-1 {
	padding-bottom: 70px;
}
.featured-box:hover h4 a {
	text-decoration: none;
}
.featured-box:hover .text-box span {
	color: #222;
}
.featured-box:hover .frame img {
	opacity: 0.5;
}
/*********************************************Featured Services End**********************************************/

/**********************************************Charity Works Section Start**********************************************/
.charity-works {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}
.charity-works em {
	font: 400 16px/26px 'Open Sans', sans-serif;
	color: #777;
	display: block;
	padding: 0 0 20px 0;
	clear: both;
}
.charity-works a.btn-style-1 {
	float: left;
	padding: 14px 25px;
	font: 14px/14px 'flamaregular';
	color: #fff;
}
.charity-works .box {
	float: left;
	width: 100%;
	text-align: center;
}
.charity-works .box h3 {
	font-family: 'flamalight';
	line-height: 24px;
	margin: 0 0 10px 0;
}
.charity-works .box p {
	margin: 0 0 30px 0;
}
.charity-works .box h3 b {
	font-family: 'flamalight';
	font-weight: 300;
	display: block;
	font-size: 22px;
}
.icon-col {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.charity-works .box span {
	font-size: 83px;
	color: #ccc;
}
.charity-works .box .icon-col .fa {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	display: block;
	font-size: 36px;
	color: #333;
	line-height: 83px;
}
.charity-works .owl-theme .owl-dots .owl-dot span {
	background: none;
	border-radius: 100%;
	height: 12px;
	margin: 0 3px;
	border: 2px solid #ccc;
	width: 12px;
}
.charity-works .owl-theme .owl-dots .owl-dot.active span, .charity-works .owl-theme .owl-dots .owl-dot:hover span {
	border: 2px solid rgba(0,0,0,0);
}
.charity-works .owl-controls {
	text-align: center;
}
.charity-works .owl-dots {
	display: inline-block;
	position: relative;
}
.charity-works .owl-dots:before {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/left-line-img.png) no-repeat left center;
	width: 24px;
	height: 4px;
}
.charity-works .owl-dots:after {
	content: '';
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/right-line-img.png) no-repeat left center;
	width: 24px;
	height: 4px;
}
/**********************************************Charity Works Section End**********************************************/

/******************************************Call To Action Section Start******************************************/
.call-to-action {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}
.call-to-action .holder {
	width: 945px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	height: 120px;
	padding: 22px 50px 0 50px;
	background: #000 url(../images/call-action-bg.png) no-repeat left top/cover;
}
.call-to-action .holder strong.title {
	float: left;
	font: 22px 'flamaregular';
	color: #fff;
}
.call-to-action .holder strong.title span {
	display: block;
}
.call-to-action .holder a.btn-style-1 {
	float: right;
	margin: 6px 0 0 0;
}
/******************************************Call To Action Section End******************************************/

/**********************************************Causes Section Start*********************************************/
.causes-section {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
	position: relative;
}
.causes-section-before:before {
	display: none;
}
.causes-section:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -15px;
	background: url(../images/causes-divider.png) no-repeat center bottom;
	width: 848px;
	height: 90px;
}
.causes-box {
	float: left;
	width: 100%;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 40px;
}
.causes-box .frame {
	margin-bottom: 22px;
}
.causes-box .text-box {
	padding: 0 15px;
}
.causes-box .text-box h3 {
	font-size: 21px;
	font-family: 'flamaregular';
	margin-bottom: 20px;
}
.causes-box .text-box .progress {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
	box-shadow: none;
	height: 8px;
	margin-bottom: 15px;
	overflow: hidden;
}
.causes-box .text-box .progress-bar {
	box-shadow: none;
	border-radius: 3px;
}
.causes-box .text-box .donors {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
	overflow: hidden;
}
.causes-box .text-box .donors li {
	float: left;
	padding: 5px 0 5px 9px;
	width: 69px;
	border-left: 1px solid #ccc;
}
.causes-box .text-box .donors li:first-child {
	padding: 5px 0;
	border: 0;
}
.causes-box .text-box .donors li span.title {
	font: 12px/12px 'flamalight';
	color: #888;
	display: block;
	padding: 0 0 5px 0;
}
.causes-box .text-box .donors li strong.amount {
	font: 16px/16px 'flamaregular';
	color: #222;
	display: block;
}
.causes-box .btm-row {
	border-top: 1px solid #e1e1e1;
}
.causes-box a.btn-now {
	float: left;
	background: #f5f5f5;
	padding: 13px 21px 13px 20px;
	font: 13px/13px 'flamaregular';
	color: #777;
}
.causes-box .btm-row:hover a.btn-now {
	color: #fff;
	text-decoration: none;
}
.causes-box a.btn-now .fa {
	padding: 0 6px 0 0;
	font-size: 12px;
}
.causes-box a.btn-now.btn-color {
	color: #fff;
}
.causes-box .btm-row:hover a.btn-now.btn-color {
	background: #f5f5f5;
	color: #777;
	text-decoration: none;
}
.causes-section .owl-carousel {
	float: left;
}
.causes-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.causes-section .owl-next {
	position: absolute;
	right: 0;
	top: -68px;
	width: 40px;
	height: 30px;
	border: 2px solid #ccc;
}
.causes-section .owl-next:before {
	content: "\f178";
	font-size: 14px;
	line-height: 28px;
	color: #999;
	display: block;
	text-align: center;
	font-family: FontAwesome;
}
.causes-section .owl-next:hover {
	border: 2px solid rgba(0,0,0,0);
}
.causes-section .owl-next:hover:before {
	color: #fff;
}
.causes-section .owl-prev {
	position: absolute;
	right: 45px;
	top: -68px;
	width: 40px;
	height: 30px;
	border: 2px solid #ccc;
}
.causes-section .owl-prev:before {
	content: "\f177";
	font-size: 14px;
	line-height: 28px;
	color: #999;
	display: block;
	text-align: center;
	font-family: FontAwesome;
}
.causes-section .owl-prev:hover {
	border: 2px solid rgba(0,0,0,0);
}
.causes-section .owl-prev:hover:before {
	color: #fff;
}
.causes-grid:before {
	display: none;
}
.causes-grid .pagination-col {
	margin: 30px 0 0 0;
}
.causes-2-col:before {
	display: none;
}
.causes-2-col .pagination-col {
	margin: 20px 0 0 0;
}
.causes-2-col .causes-box .text-box .donors li {
	width: 174px;
}
.causes-2-col .causes-box .btm-row {
	border: 0;
	text-align: center;
	margin: 0 0 -20px 0;
}
.causes-2-col .causes-box .btm-row a.btn-now {
	float: none;
	display: inline-block;
	margin: 0 5px;
}
.causes-2-col .causes-box {
	margin-bottom: 70px;
}
.causes-detail.causes-2-col .causes-box {
	margin-bottom: 36px;
}
.causes-list:before {
	display: none;
}
.causes-list .pagination-col {
	margin: 20px 0 0 0;
}
.causes-list .frame {
	width: 390px;
	margin: 0;
}
.causes-list .causes-box {
	border: 0;
	margin-bottom: 50px;
}
.causes-list .text-box {
	width: 457px;
	border: 1px solid #e1e1e1;
	padding: 30px 28px 0 28px;
	margin: 29px 0 0 0;
}
.causes-list .text-box h3 {
	margin: 0 0 10px 0;
}
.causes-list .causes-box .text-box .donors li {
	width: 133px;
}
.causes-list .causes-box .btm-row {
	border: 0;
	text-align: center;
	margin: 0 0 -20px 0;
}
.causes-list .causes-box a.btn-now {
	float: none;
	display: inline-block;
	margin: 0 7px;
}
.causes-box:hover .frame img {
	opacity: 0.5;
}
.causes-box:hover .text-box h3 a {
	text-decoration: none;
}
/**********************************************Causes Section End*********************************************/

/*******************************************Event Section Start******************************************/
.event-section {
	float: left;
	width: 100%;
	padding: 70px 0 60px 0;
}
.event-row {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.event-row .date-box {
	float: left;
	position: relative;
	width: 98px;
	height: 98px;
	margin: 0 5px 0 0;
	font: 22px 'flamalight';
	color: #222;
	text-align: center;
	padding: 20px 0 0 0;
}
.event-row .date-box span {
	display: block;
}
.event-row .date-box:before {
	content: "";
	font-family: "icomoon";
	font-size: 98px;
	display: block;
	color: #e1e1e1;
	position: absolute;
	left: 0;
	top: -9px;
}
.event-row .text-box {
	border: 1px solid #e1e1e1;
	padding: 30px;
	float: none;
	width: auto;
	overflow: hidden;
}
.event-row .text-box .left {
	float: left;
	max-width: 824px;
}
.event-row .text-box h3 {
	margin: 0 0 15px 0;
}
.event-row .text-box a.admin {
	float: left;
	font: 13px/13px 'flamaregular';
	color: #777;
	text-decoration: none;
	margin: 0 30px 17px 0;
}
.event-row .text-box p {
	margin: 0;
}
.event-row .text-box a.admin .fa {
	padding: 0 6px 0 0;
	font-size: 12px;
}
.btn-box {
	float: right;
	width: 130px;
}
.event-row .text-box a.btn-style-2, .event-row .text-box a.btn-style-1 {
	font-size: 14px;
	line-height: 38px;
	padding: 0;
	width: 130px;
	height: 40px;
	text-align: center;
	margin: 0 0 5px 0;
}
.event-row:hover h3 a {
	text-decoration: none;
}
.event-section .btn-row a.btn-style-1 {
	margin: 30px 0 0 0;
}
.event-list .event-row .text-box .left {
	float: none;
	overflow: hidden;
	width: auto;
	max-width: none;
}
.event-list .event-row {
	margin-bottom: 50px;
}
.event-list .pagination-col {
	margin: 20px 0 0 0;
}
.event-list {
	padding: 0 0 20px 0;
}
.event-list-2 {
	padding: 0 0 70px 0;
}
.event-list-2 .pagination-col {
	margin: 20px 0 0 0;
}
.event-list-style-2-row {
	float: left;
	width: 100%;
	padding: 0 0 0 65px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 50px;
}
.event-list-style-2-row .text-col {
	float: left;
	width: 438px;
	border: 1px solid #e1e1e1;
	border-right: 0;
	padding: 30px 50px 28px 75px;
	position: relative;
	margin: 22px 0 0 0;
}
.event-list-style-2-row .text-col h3 {
	margin: 0 0 15px 0;
}
.event-list-style-2-row .text-col span {
	float: left;
	font: 13px 'flamaregular';
	color: #777;
	padding: 0 30px 10px 0;
}
.event-list-style-2-row .text-col span .fa {
	padding: 0 5px 0 0;
	font-size: 12px;
}
.event-list-style-2-row .text-col a.btn-style-2 {
	padding: 12px 25px;
	font-size: 14px;
	line-height: 14px;
	float: left;
	margin: 0 5px 0 0;
}
.event-list-style-2-row .text-col a.btn-style-1 {
	padding: 14px 25px;
	font-size: 14px;
	line-height: 14px;
	float: left;
	margin: 0 5px 0 0;
}
.event-list-style-2-row .text-col .date-box:before {
	content: "";
	display: block;
	font-family: "icomoon";
	font-size: 98px;
	left: -4px;
	position: absolute;
	top: -14px;
}
.event-list-style-2-row .text-col .date-box {
	border: 3px solid #fff;
	color: #fff;
	font: 22px "flamalight";
	height: 95px;
	left: -50px;
	margin: 0 5px 0 0;
	padding: 17px 0 0;
	position: absolute;
	text-align: center;
	top: 77px;
	width: 95px;
}
.event-list-style-2-row .text-col .date-box b {
	font: 22px "flamalight";
	display: block;
}
.event-list-style-2-row .thumb {
	float: right;
	width: 344px;
	overflow: hidden;
	background: #000;
}
.event-list-style-2-row .thumb img {
	display: block;
	width: 100%;
}
.event-detail .frame {
	position: relative;
	margin-bottom: 30px;
}
.event-detail span.admin {
	font: 13px "flamalight";
	color: #777;
	float: left;
	padding: 10px 30px 10px 0;
}
.event-detail span .fa {
	padding: 0 5px 0 0;
}
.event-detail.news-section .heading-style-1 {
	width: 100%;
}
.event-detail.news-section .heading-style-1 span {
	display: block;
}
.event-detail.news-section .heading-style-1 h2 {
	display: block;
}
.event-detail.news-section .btn-row h3 {
	text-align: left;
	margin: 0 0 30px 0;
}
.event-detail.news-section .btn-row .frame {
	margin: 0 0 50px 0;
}
.event-detail.news-section .btn-row .frame:hover img {
	opacity: 0.5;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.event-detail .frame .caption {
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 282px;
}
.event-detail .frame .caption .countdown-row {
	float: left;
	position: relative;
	z-index: 9999;
	top: -200%;
}
.event-detail .frame .caption .countdown-section {
	display: inline-block;
	float: none;
	font-size: 75%;
	text-align: center;
	width: 70px;
	position: relative;
	background: none;
	margin: 0 0 5px 0;
	padding: 10px 0;
}
.event-detail .frame .caption .countdown-section:before {
	content: "";
	font-family: "icomoon";
	font-size: 68px;
	line-height: 68px;
	position: absolute;
	top: 0;
	left: 0;
}
.event-detail .frame .caption .countdown-section:after {
	content: '';
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 85%;
	height: 90%;
}
.event-detail .frame .caption .countdown-amount {
	font-size: 200%;
	font: 22px/22px 'flamamedium';
	color: #fff;
	display: block;
	padding: 0 0 10px 0;
	position: relative;
	z-index: 99;
}
.event-detail .frame .caption .countdown-period {
	display: block;
	font: 14px/14px 'flamalight';
	color: #fff;
	position: relative;
	z-index: 99;
}
.news-section.news-detail.event-detail {
	padding-bottom: 50px;
}
.event-list-style-2-row:hover .thumb img {
	opacity: 0.5;
}
.event-list-style-2-row:hover .text-col h3 a {
	text-decoration: none;
}
/*******************************************Event Section End******************************************/

/****************************************************Fact & Figures Section Start**************************************************/
.fact-figures {
	float: left;
	width: 100%;
	padding: 70px 0;
	margin-bottom: 70px;
	background: #000 url(../images/fact-figure.png) no-repeat left top/cover;
}
.fact-figures .icon-col {
	float: left;
	width: 83px;
	position: relative;
	font-size: 36px;
	line-height: 83px;
	color: #fff;
	margin: 0 15px 0 0;
}
.fact-figures .icon-col:before {
	content: "";
	font-family: "icomoon";
	font-size: 83px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.fact-figures .text-col {
	overflow: hidden;
	margin: -7px 0 0 0;
}
.fact-figures .text-col strong.number {
	display: block;
	font: 48px/48px 'flamamedium';
	color: #fff;
	padding: 0 0 10px 0;
}
.fact-figures .text-col strong.number sup {
	font-size: 26px;
	top: -21px;
}
.fact-figures .text-col b {
	display: block;
	font: 22px/22px 'flamaregular';
	color: #fff;
}
/****************************************************Fact & Figures Section End**************************************************/


/****************************************************Filter Gallery Section Start***************************************************/
.filter-gallery {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
	position: relative;
}
.filter-gallery:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
	background: url(../images/causes-divider.png) no-repeat center bottom;
	width: 848px;
	height: 35px;
}
.filter-gallery .btn-row {
	margin: 40px 0 0 0;
}
.filter-gallery .btn-row a.btn-style-1 {
	padding: 18px 52px;
}
#filter {
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
#filter li {
	float: left;
	padding: 0 58px 0 0;
}
#filter li a {
	font: 16px/16px 'flamamedium';
	color: #777;
	text-decoration: none;
}
#filter li a:hover {
}
#filter .current {
}
#filter li a.selected {
}
.isotope-hidden.isotope-item {
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.portfolio_block {
	width: 100%;
}
.filter-gallery .frame:hover img {
	opacity: 0.5;
}
/****************************************************Filter Gallery Section End***************************************************/

/*****************************************************News Section Start****************************************************/
.news-section {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}
.news-list {
	padding: 0 0 20px 0;
}
.news-section .outer {
	float: left;
	width: 100%;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news-section .outer .news-box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.news-section .outer .news-box strong.date {
	position: absolute;
	left: -15px;
	top: 20px;
	width: 115px;
	height: 36px;
	font: 13px/36px 'flamaregular';
	color: #fff;
	padding: 0 0 0 15px;
}
.news-section .outer .news-box strong.date:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid #b71c1c;
	border-left: 15px solid transparent;
}
.news-section .outer .news-box .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	padding: 15px 20px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news-section .outer .news-box .frame {
	position: relative;
	overflow: inherit;
	margin-bottom: 20px;
}
.news-section .outer .news-box .caption strong.admin {
	float: left;
	font: 13px/13px 'flamaregular';
	color: #fff;
	padding: 0 20px 0 0;
}
.news-section .outer .news-box .caption strong.admin .fa {
	padding: 0 6px 0 0;
}
.news-section .outer .news-box .caption a.like {
	float: right;
	text-decoration: none;
	font: 13px/13px 'flamaregular';
	color: #fff;
}
.news-section .outer .news-box .caption a.like .fa {
	padding: 0 6px 0 0;
}
.news-section .outer .news-box .text-box h3 {
	margin: 0 0 15px 0;
}
.news-section .outer .news-box .text-box p {
	margin: 0 0 15px 0;
}
.news-section .outer .news-box .text-box a.btn-style-2 {
	padding: 12px 23px;
	font-size: 14px;
	line-height: 14px;
}
.news-section .outer:hover .text-box h3 a {
	text-decoration: none;
}
.news-section .heading-style-1 {
	width: auto;
}
.news-section .btn-row a.btn-style-1 {
	float: right;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 14px;
	margin: 4px 0 0 0;
}
.news-section .pagination-col {
	margin: 20px 0 50px 0;
}
.news-list .text-box {
	margin: 57px 0 0 0;
}
.news-list .outer .news-box .frame {
	margin: 0;
}
.news-detail {
	padding: 0;
}
.news-detail .outer .news-box {
	margin: 0;
}
.news-detail .outer .news-box .frame {
	margin-bottom: 30px;
}
.blockquote-outer {
	padding: 0 0 0 20px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news-detail blockquote {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 25px 70px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: italic 22px/34px 'Open Sans', sans-serif;
	color: #222;
	margin: 10px 0 20px 0;
	position: relative;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.10);
}
.news-detail blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 44px;
	font-style: normal;
	text-align: center;
	line-height: 81px;
	position: absolute;
	background: #fff;
	left: -41px;
	top: 30px;
	width: 83px;
	height: 83px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.10);
}
.space-box {
	float: left;
	width: 100%;
	padding: 0 126px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 20px 0 0 0;
}
.news-section .outer .news-box .space-box h3 {
	margin: 0 0 30px 0;
}
.share-social {
	float: left;
	width: 100%;
}
.share-social strong.title {
	float: left;
	font: 16px/35px 'flamaregular';
	color: #222;
	padding: 0 18px 0 0;
}
.share-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.share-social ul li {
	float: left;
	padding: 0 5px 0 0;
}
.share-social ul li a {
	text-decoration: none;
	border: 1px solid #ccc;
	display: block;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	color: #666;
}
.share-social ul li a:hover {
	border: 1px solid rgba(0,0,0,0);
	color: #fff;
}
.comment-form {
	float: left;
	width: 100%;
	margin: 120px 0 20px 0;
	position: relative;
}
.news-detail.causes-2-col.causes-detail {
	padding-bottom: 50px;
}
.comment-form:before {
	content: '';
	position: absolute;
	left: 0;
	top: -70px;
	width: 100%;
	background: url(../images/causes-divider.png) no-repeat center top;
	height: 35px;
}
.comment-form form {
	float: left;
	width: 100%;
}
.comment-form form input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	height: 48px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 16px;
	font: 13px 'flamaregular';
	color: #777;
	margin-bottom: 30px;
}
.comment-form form textarea {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	height: 248px;
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 16px;
	font: 13px 'flamaregular';
	color: #777;
	margin-bottom: 30px;
}
.comment-form form input[type="submit"] {
	padding: 17px 89px;
	border: 0;
	float: right;
	font: 16px 'flamaregular';
	color: #fff;
}
.comment-form form input[type="submit"]:hover {
	background: #222;
}
.comment-form form input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.comment-form form input:-moz-placeholder {
 color:#777;
 opacity:1;
}
.comment-form form input::-moz-placeholder {
 color:#777;
 opacity:1;
}
.comment-form form input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.comment-form form textarea::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.comment-form form textarea:-moz-placeholder {
 color:#777;
 opacity:1;
}
.comment-form form textarea::-moz-placeholder {
 color:#777;
 opacity:1;
}
.comment-form form textarea:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.donor-box-2 {
	float: left;
	width: 100%;
	margin: 15px 0 20px 0;
}
.donor-box-2 h3 {
	margin: 0 0 20px 0;
}
.donor-box-2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.donor-box-2 ul li {
	float: left;
	padding: 0;
}
.donor-box-2 ul li span.number {
	font: 400 14px/14px 'Open Sans', sans-serif;
	color: #666;
	float: left;
	width: 47px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}
.donor-box-2 ul li strong.title {
	font: 400 14px/14px 'Open Sans', sans-serif;
	color: #666;
	float: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 15px 19px;
	width: 618px;
}
.donor-box-2 ul li strong.amount {
	font: 700 14px/14px 'Open Sans', sans-serif;
	color: #666;
	float: left;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
	width: 178px;
}
.donor-box-2 ul li strong.amount span {
	font-weight: 400;
	color: #666;
	text-transform: none;
}
.news-section .outer:hover .frame img {
	opacity: 0.5;
}
/*****************************************************News Section End****************************************************/

/************************************************Join us Form Section Start************************************************/
.join-form {
	float: left;
	width: 100%;
	padding-bottom: 70px;
}
.join-form .holder {
	margin: 0 auto;
	display: block;
	width: 100%;
	background: #000 url(../images/join-form-bg.png) no-repeat left top/cover;
	padding: 50px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.join-form strong.title {
	font: 30px/30px 'flamaregular';
	color: #fff;
	display: block;
	padding: 0 0 35px 0;
}
.join-form form {
	margin-bottom: 0;
}
.join-form form input[type="text"] {
	float: left;
	width: 100%;
	height: 48px;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 13px 'flamaregular';
	color: #777;
	padding: 0 16px;
}
.join-form form input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.join-form form input:-moz-placeholder {
 color:#777;
 opacity:1;
}
.join-form form input::-moz-placeholder {
 color:#777;
 opacity:1;
}
.join-form form input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.join-form form textarea::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.join-form form textarea:-moz-placeholder {
 color:#777;
 opacity:1;
}
.join-form form textarea::-moz-placeholder {
 color:#777;
 opacity:1;
}
.join-form form textarea:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.join-form form input[type="submit"] {
	float: left;
	width: 100%;
	border: 1px solid rgba(0,0,0,0);
	padding: 0;
	text-align: center;
	height: 48px;
	font: 16px 'flamaregular';
	color: #fff;
}
.join-form form input[type="submit"]:hover {
	background: #fff;
	color: #222;
	border: 1px solid #ccc;
}
/************************************************Join us Form Section End************************************************/

/*******************************************Donation Row Start*******************************************/
.donation-row {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}
.donation-box {
	float: left;
	width: 100%;
}
.donation-box form {
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
}
.donation-box form input[type="text"] {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	height: 48px;
	font: 13px 'flamaregular';
	color: #777;
	padding: 0 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 10px 0;
}
.donation-box form input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.donation-box form input:-moz-placeholder {
 color:#777;
 opacity:1;
}
.donation-box form input::-moz-placeholder {
 color:#777;
 opacity:1;
}
.donation-box form input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.donation-box form textarea::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.donation-box form textarea:-moz-placeholder {
 color:#777;
 opacity:1;
}
.donation-box form textarea::-moz-placeholder {
 color:#777;
 opacity:1;
}
.donation-box form textarea:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
#hotel-features article img.custom_amenity {
	margin-top: 5px;
	margin-right: 5px;
	opacity: 0.7
}
#hotel-features article img.custom_amenity:hover {
	opacity: 1
}
.selector {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 100%;
	height: 48px;
	position: relative;
	margin-bottom: 10px;
	font: 13px 'flamaregular';
	color: #777;
}
.selector select {
	line-height: 48px;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.full-width {
	width: 100%;
}
select {
	height: 48px;
	padding: 0;
}
select option {
	padding: 2px 10px;
}
.selector span.custom-select {
	display: inline-block;
	line-height: 48px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.selector span.custom-select:after {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #777;
	content: "";
	position: absolute;
	right: 9px;
	top: 23px;
}
.selector span.custom-select:before {
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
}
.donation-box form button[type="submit"] {
	float: left;
	width: 100%;
	height: 48px;
	padding: 0;
	border: 0;
	margin: 0 0 10px 0;
	color: #fff;
	text-align: center;
	font: 16px 'flamamedium';
}
.donation-box form button[type="submit"] .fa {
	padding: 0 0 0 10px;
}
.donation-box form button[type="submit"]:hover {
	background: #222;
}
/*******************************************Donation Row End*******************************************/

/*********************************Testimonials Style 1 Start********************************/
.testimonials-style-1 {
	float: left;
	width: 100%;
}
.testimonials-box-1 {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 20px 20px 30px;
	margin: 0;
	position: relative;
}
.testimonials-box-1 .icon-col:before {
	content: "";
	font-family: "icomoon";
	font-size: 83px;
	color: #ccc;
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.testimonials-box-1 em {
	font: italic 300 22px/33px 'Open Sans', sans-serif;
	color: #777;
	display: block;
	padding: 0 0 28px 0;
}
.testimonials-box-1 .thumb {
	float: left;
	margin: 0 15px 0 0;
	overflow: hidden;
	background: #000;
}
.testimonials-box-1 .text-col {
	overflow: hidden;
	margin: 16px 0 0 0;
}
.testimonials-box-1 .text-col h3 {
	margin: 0 0 5px 0;
}
.testimonials-box-1 .text-col span {
	display: block;
	font: 14px/14px 'flamaregular';
	color: #777;
}
.testimonials-style-1 .owl-dots {
	float: right;
}
.testimonials-style-1 .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border-radius: 100%;
	height: 12px;
	margin: 0 3px;
	width: 12px;
	border: 2px solid #ccc;
}
.testimonials-style-1 .owl-theme .owl-dots .owl-dot.active span, .testimonials-style-1 .owl-theme .owl-dots .owl-dot:hover span {
	border: 2px solid rgba(0,0,0,0);
}
.testimonials-style-2 .owl-dots {
	float: none;
	margin: 50px 0 70px 0;
}
.testimonials-box-1 .thumb:hover img {
	opacity: 0.5;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
/*********************************Testimonials Style 1 End********************************/

/*************************************Team Style 1 Start***********************************/
.team-style-1 {
	float: left;
	width: 100%;
}
.team-style-1 .pagination-col {
	margin: 20px 0 70px 0;
}
.team-box-1 {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.donation-row .team-box-1 {
	margin: 0;
}
.team-box-1 .outer {
	float: left;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: -77px 0 0 0;
	position: relative;
}
.team-box-1 .outer .text-box {
	background: #fff;
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 20px 0;
}
.team-box-1 .outer .text-box h3 {
	margin: 0 0 5px 0;
}
.team-box-1 .outer .text-box span {
	font: 14px/14px 'flamaregular';
	color: #777;
	display: block;
	padding: 0 0 10px 0;
}
.team-social-1 {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.team-social-1 li {
	display: inline-block;
	padding: 0;
	border: 1px solid #e1e1e1;
}
.team-social-1 li a {
	width: 28px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 28px;
	color: #777;
	font-size: 14px;
}
.team-social-1 li a:hover {
	color: #fff;
}
.team-social-1 li:hover {
	border: 1px solid rgba(0,0,0,0);
}
.team-box-2 {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.team-box-2 .frame {
	margin-bottom: 20px;
}
.team-box-2 .text-box {
	text-align: center;
	border-bottom: 2px solid #222;
}
.team-box-2 .text-box span.disp {
	float: left;
	font: 14px/14px 'flamaregular';
	color: #666;
	padding: 5px 0 0 0;
}
.team-social-2 {
	float: right;
	padding: 0;
	margin: 0 0 -2px 0;
	list-style: none;
}
.team-social-2 li {
	float: left;
	padding: 0 0 0 2px;
}
.team-social-2 li a {
	width: 31px;
	height: 26px;
	display: block;
	background: #222;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
}
.team-box-2:hover .text-box h3 a {
	text-decoration: none;
}
.team-box-2:hover .team-social-2 li a {
	text-decoration: none;
}
.donation-row .team-box-1:hover .frame img {
	opacity: 0.5;
}
.donation-row .team-box-1:hover .text-box h3 a {
	text-decoration: none;
}
.team-box-1:hover .frame img {
	opacity: 0.5;
}
.team-box-1:hover .text-box h3 a {
	text-decoration: none;
}
.team-box-2:hover .frame img {
	opacity: 0.5;
}
/*************************************Team Style 1 End***********************************/

/***********************************************Donors Supporters Section Start***********************************************/
.donors-supporters {
	float: left;
	width: 100%;
	background: #fafafa;
	padding: 70px 0;
}
.donors-box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.donors-supporters .owl-carousel {
	float: left;
}
.donors-box:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
/***********************************************Donors Supporters Section End***********************************************/

/******************************Footer Start****************************/
#footer {
	float: left;
	width: 100%;
}
.footer-section {
	float: left;
	width: 100%;
	background: #1a1a1a;
	padding: 35px 0;
}
strong.footer-logo {
	float: left;
	margin: 0 60px 0 0;
}
.footer-section .text-col {
	float: left;
	width: 657px;
}
.footer-section .text-col em {
	font: italic 16px/26px 'Open Sans', sans-serif;
	color: #ccc;
}
.footer-section a.btn-style-1 {
	float: right;
	font-size: 14px;
	line-height: 14px;
	padding: 18px 20px;
	margin: 8px 0 0 0;
}
.footer-section-2 {
	float: left;
	width: 100%;
	background: #222;
	padding: 70px 0 40px 0;
}
.footer-box {
	float: left;
	width: 100%;
}
.footer-box h3 {
	color: #ccc;
	position: relative;
	margin: 0 0 30px 0;
}
.footer-box h3:before {
	content: '';
	position: absolute;
	left: 6px;
	bottom: -13px;
	width: 44px;
	height: 2px;
}
.footer-box h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 6px;
	height: 6px;
}
.services-widget {
	float: left;
	width: 100%;
}
.services-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.services-widget ul li {
	display: block;
	overflow: hidden;
	padding: 15px 0 0 0;
}
.services-widget ul li:first-child {
	padding: 0;
}
.services-widget ul li a {
	font: 15px/15px 'flamaregular';
	color: #999;
	text-decoration: none;
}
.services-widget ul li a .fa {
	padding: 0 10px 0 0;
	font-size: 9px;
}
.services-widget ul li a:hover {
	color: #fff;
}
.upcoming-event {
	float: left;
	width: 100%;
}
.upcoming-event ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.upcoming-event ul li {
	display: block;
	padding: 15px 0 0 0;
}
.upcoming-event ul li:hover a {
	color: #fff;
}
.upcoming-event ul li:first-child {
	padding: 0;
}
.upcoming-event .icon-col {
	float: left;
	width: 52px;
	margin: 0 14px 0 0;
	font: 12px 'flamaregular';
	color: #777;
	position: relative;
	padding: 11px 0 0 0;
}
.upcoming-event .icon-col b {
	font: 12px 'flamaregular';
	display: block;
}
.upcoming-event .icon-col:before {
	content: "";
	font-family: "icomoon";
	font-size: 52px;
	line-height: 52px;
	color: #555;
	position: absolute;
	left: 0;
	top: 0;
}
.upcoming-event .text-col {
	overflow: hidden;
}
.upcoming-event .text-col a {
	font: 15px 'flamaregular';
	color: #999;
	text-decoration: none;
	padding: 0 0 7px 0;
	display: block;
}
.upcoming-event .text-col span {
	font: 13px/13px 'flamaregular';
	color: #777;
	display: block;
}
.instagram-widget {
	float: left;
	width: 100%;
}
.instagram-widget ul {
	padding: 0;
	margin: 0 0 0 -5px;
	list-style: none;
}
.instagram-widget ul li {
	float: left;
	margin: 0 0 4px 4px;
	overflow: hidden;
	background: #000;
}
.instagram-widget ul li a {
	display: block;
	overflow: hidden;
}
.instagram-widget ul li:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 0.5;
}
.address-box {
	float: left;
	width: 100%;
}
.address-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.address-box ul li {
	display: block;
	overflow: hidden;
	font: 15px 'flamaregular';
	color: #999;
	position: relative;
	padding: 18px 0 0 23px;
}
.address-box ul li:first-child {
	padding: 0 0 0 23px;
}
.address-box ul li .fa {
	font-size: 13px;
	color: #ababab;
	position: absolute;
	left: 0;
}
.address-box ul li a {
	text-decoration: none;
	font: 15px 'flamaregular';
	color: #999;
}
.twitter-box {
	float: left;
	width: 100%;
	height: 63px;
	margin: 40px 0;
}
.twitter-box .fa {
	float: left;
	width: 68px;
	height: 63px;
	background: rgba(0,0,0,0.3);
	text-align: center;
	line-height: 68px;
	color: #fff;
	font-size: 30px;
	margin: 0 15px 0 0;
}
.twitter-box strong {
	font: italic 400 15px/63px 'Open Sans', sans-serif;
	color: #fff;
	text-decoration: none;
}
.twitter-box .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff;
	border-radius: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.twitter-box .owl-next {
	position: absolute;
	right: 17px;
	top: 17px;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 2px solid #ccc;
}
.twitter-box .owl-next:before {
	content: "\f178";
	font-family: FontAwesome;
	font-size: 13px;
	color: #999;
	display: block;
	text-align: center;
	line-height: 28px;
}
.twitter-box .owl-prev {
	position: absolute;
	right: 52px;
	top: 17px;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 2px solid #ccc;
}
.twitter-box .owl-prev:before {
	content: "\f177";
	font-family: FontAwesome;
	font-size: 13px;
	color: #999;
	display: block;
	text-align: center;
	line-height: 28px;
}
.twitter-box .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background: none;
}
.twitter-box .owl-next:hover:before, .twitter-box .owl-prev:hover:before {
	color: #fff;
}
.footer-social {
	display: block;
	width: 100%;
}
.footer-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.footer-social ul li {
	display: inline-block;
	padding: 0;
	width: 40px;
	border-right: 1px solid #555;
}
.footer-social ul li:first-child {
	border-left: 1px solid #555;
}
.footer-social ul li a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #777;
	text-decoration: none;
}
.footer-section-3 {
	float: left;
	width: 100%;
	background: #2a2a2a;
	padding: 25px 0;
}
.footer-section-3 strong.copyrights {
	display: block;
	text-align: center;
	font: 14px/14px 'flamalight';
	color: #777;
}
.footer-section-3 strong.copyrights a {
	text-decoration: none;
}
.footer-section-3 strong.copyrights a:hover {
	color: #fff;
	text-decoration: none;
}
/******************************Footer End****************************/

/*******************************************INNER BANNER START******************************************/
#inner-banner {
	float: left;
	width: 100%;
	background: #000 url(../images/inner-banner.png) no-repeat left top/cover;
	padding: 90px 0;
	margin-bottom: 70px;
}
#inner-banner h1 {
	font: 48px/48px 'flamamedium';
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
#inner-banner .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}
#inner-banner .breadcrumb > li {
	font: 400 20px/20px 'Open Sans', sans-serif;
	color: #fff;
}
#inner-banner .breadcrumb li a {
	font: 400 20px/20px 'Open Sans', sans-serif;
	color: #fff;
	text-decoration: none;
}
#inner-banner.inner-bg-2 {
	background: #000 url(../images/inner-banner-img-2.png) no-repeat left top/cover;
}
#inner-banner.inner-bg-3 {
	background: #000 url(../images/inner-banner-img-21.png) no-repeat left top/cover;
}
#inner-banner.inner-bg-4 {
	background: #000 url(../images/inner-banner-img-23.png) no-repeat left top/cover;
}
#inner-banner.inner-bg-5 {
	background: #000 url(../images/inner-banner-img-24.png) no-repeat left top/cover;
}

#inner-banner.inner-bg-6 {
	background: #000 url(../images/inner-banner-img-25.png) no-repeat left top/cover;
}

#inner-banner.inner-bg-7 {
	background: #000 url(../images/inner-banner-img-26.png) no-repeat left top/cover;
}


#inner-banner.inner-bg-8 {
	background: #000 url(../images/inner-banner-img-27.png) no-repeat left top/cover;
}

#inner-banner.inner-bg-9 {
	background: #000 url(../images/inner-banner-img-28.png) no-repeat left top/cover;
}

#inner-banner.inner-bg-10 {
	background: #000 url(../images/inner-banner-img-29.png) no-repeat left top/cover;
}

#inner-banner.inner-bg-11 {
	background: #000 url(../images/inner-banner-img-31.png) no-repeat left top/cover;
}


#inner-banner.inner-bg-12 {
	background: #000 url(../images/inner-banner-img-32.png) no-repeat left top/cover;
}
.bot{margin-bottom:30px;}
.al{text-align:center; margin-top:5px;}
.cen{text-align:center;}
.partner{padding-top:10px;}
/*******************************************INNER BANNER END******************************************/

/*******************************************GALLERY SECTION START*******************************************/
.gallery-section {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}
.gallery-section .frame {
	margin-bottom: 50px;
	position: relative;
}
.gallery-section .frame .caption {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.gallery-section .frame .caption:before {
	content: "";
	height: 45%;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: -20%;
	width: 95%;
}
.gallery-section .frame .caption:after {
	bottom: -20%;
	content: "";
	height: 49%;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	width: 95%;
}
.gallery-section .frame:hover .caption:before {
	opacity: 0.8;
	top: 3%;
}
.gallery-section .frame:hover .caption:after {
	bottom: 3%;
	opacity: 0.8;
}
.gallery-section .frame .inner {
	bottom: 0;
	height: 45px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	visibility: hidden;
	width: 100%;
	z-index: 9;
}
.gallery-section .frame:hover .inner {
	opacity: 1;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	visibility: visible;
}
.gallery-section .frame .inner a.link {
	background: #fff;
	border-radius: 100%;
	color: #222;
	display: inline-block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	margin: 0 3px;
	text-align: center;
	width: 45px;
}
.gallery-section .frame:hover img {
	opacity: 0.5;
}
.gallery-section .pagination-col {
	margin: 20px 0 0 0;
}
.gallery-section .col-md-3 {
	padding: 0 2px;
}
.gallery-section .col-md-3 .frame {
	margin-bottom: 4px;
}
/*******************************************GALLERY SECTION END*******************************************/

/***************************************PAGINATION START***************************************/
.pagination-col {
	float: left;
	width: 100%;
}
.pagination-col .pagination {
	border-radius: 0;
	display: block;
	text-align: center;
	margin: 0 0 -5px 0;
}
.pagination-col .pagination li {
	display: inline-block;
	margin: 0 1px;
}
.pagination-col .pagination > li > a, .pagination-col .pagination > li > span {
	background-color: #fff;
	border: 2px solid #ccc;
	margin-left: 0;
	padding: 12px 16px;
	font: 400 14px/14px 'Open Sans', sans-serif;
	color: #777;
}
.pagination-col .pagination > li:first-child > a, .pagination-col .pagination > li:first-child > span {
	border-radius: 0;
}
.pagination-col .pagination > li:last-child > a, .pagination-col .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination-col .pagination > li > a:hover, .pagination-col .pagination > li > span:hover, .pagination-col .pagination > li > a:focus, .pagination-col .pagination > li > span:focus {
	color: #fff;
	border: 2px solid rgba(0,0,0,0);
}
.pagination-col .pagination li.active a {
	border: 2px solid rgba(0,0,0,0);
	color: #fff;
}
/***************************************PAGINATION END***************************************/

/***************************************SIGNUP SECTION START**************************************/
.signup {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}
.signup form {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 360px;
}
.signup form input[type="text"], .signup form input[type="password"] {
	float: left;
	width: 100%;
	height: 48px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 16px;
	font: 14px 'flamaregular';
	color: #777;
	margin-bottom: 10px;
}
.signup form input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.signup form input:-moz-placeholder {
 color:#777;
 opacity:1;
}
.signup form input::-moz-placeholder {
 color:#777;
 opacity:1;
}
.signup form input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.checkbox-col {
	float: left;
	width: 100%;
	margin: 20px 0 50px 0;
}
.signup form input[type="checkbox"] {
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
}
.signup form label {
	font: 14px/14px 'flamaregular';
	color: #888;
	margin: 0;
}
.signup form input[type="submit"] {
	display: inline-block;
	border: 2px solid rgba(0,0,0,0);
	padding: 12px 73px;
	font: 16px 'flamaregular';
	color: #fff;
	margin-bottom: 30px;
}
.signup form input[type="submit"]:hover {
	border: 2px solid #ccc;
	background: none;
	color: #777;
}
.signup form strong.account {
	display: block;
	text-align: center;
	font: 16px 'flamaregular';
}
.signup form strong.account a {
	text-decoration: none;
	text-transform: uppercase;
}
.login-social {
	float: left;
	width: 100%;
}
.login-social a {
	width: 100%;
	float: left;
	height: 41px;
	font: 400 15px/40px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-radius: 3px;
}
.login-social a.facebook {
	background: #3b5998;
}
.login-social a.gplus {
	background: #dd4b39;
}
.login-social a.twitter {
	background: #55acee;
}
.login-social a .fa {
	width: 60px;
	height: 41px;
	border-right: 1px solid #fff;
	text-align: center;
	font-size: 20px;
	color: #fff;
	float: left;
	line-height: 41px;
	margin: 0 20px 0 0;
}
.login-social a:hover {
	text-decoration: none;
	color: #fff;
}
/***************************************SIGNUP SECTION END**************************************/

/*************************************CONTACT SECTION START*************************************/
.contact-section {
	float: left;
	width: 100%;
}
.contact-section .text-col {
	overflow: hidden;
	padding: 0 0 0 67px;
}
.contact-2 .contact-top-section {
	padding: 70px 0;
	margin: 0;
}
.contact-2 .contact-top-section h2 {
	margin: 0 0 20px 0;
}
.contact-2 .contact-top-section p {
	font: 400 16px/24px "Open Sans", sans-serif;
	margin: 0 0 30px 0;
}
.contact-2 .contact-top-section .address-box-1 ul li p {
	font: 400 14px/24px "Open Sans", sans-serif;
}
.contact-2 .contact-top-section .address-box-1 {
	width: 100%;
}
.contact-2 .contact-top-section .address-box-1 ul li .fa {
	background: none;
}
.contact-top-section {
	float: left;
	width: 100%;
	padding: 0 115px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 70px;
	margin-top: 2rem;
}
.address-box-1 {
	float: left;
	width: 302px;
}
.address-box-1 h2 {
	margin: 0 0 20px 0;
}
.address-box-1 p {
	font: 400 16px/24px 'Open Sans', sans-serif;
	margin: 0 0 30px 0;
}
.address-box-1 ul {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.address-box-1 ul li {
	display: block;
	padding: 30px 0 0 0;
	position: relative;
}
.address-box-1 ul li:first-child {
	padding: 0;
}
.address-box-1 ul li p {
	font: 400 14px/24px 'Open Sans', sans-serif;
	margin: 0;
}
.address-box-1 ul li .fa {
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
}
.address-box-1 ul li a {
	font: 400 14px/14px 'Open Sans', sans-serif;
	text-decoration: none;
	color: #777;
	padding: 0 0 6px 0;
	display: block;
}
.contact-top-section form {
	float: left;
	width: 100%;
	margin: 0;
}
.contact-top-section form input[type="text"] {
	float: left;
	width: 100%;
	height: 48px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 16px;
	font: 14px 'flamaregular';
	color: #777;
	margin-bottom: 30px;
}
.contact-top-section form textarea {
	float: left;
	width: 100%;
	height: 148px;
	resize: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 16px;
	font: 14px 'flamaregular';
	color: #777;
	margin-bottom: 30px;
}
.contact-top-section form input[type="submit"] {
	float: left;
	border: 2px solid rgba(0,0,0,0);
	padding: 14px 39px;
	font: 16px 'flamamedium';
	color: #fff;
	margin: 0;
}
.contact-top-section form input[type="submit"]:hover {
	border: 2px solid #ccc;
	color: #777;
	background: none;
}
.contact-top-section form input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.contact-top-section form input:-moz-placeholder {
 color:#777;
 opacity:1;
}
.contact-top-section form input::-moz-placeholder {
 color:#777;
 opacity:1;
}
.contact-top-section form input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.contact-top-section form textarea::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.contact-top-section form textarea:-moz-placeholder {
 color:#777;
 opacity:1;
}
.contact-top-section form textarea::-moz-placeholder {
 color:#777;
 opacity:1;
}
.contact-top-section form textarea:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.map-1 {
	float: left;
	width: 100%;
}
.map-1 .map_canvas {
	height: 500px;
	width: 100%;
}
.address-box-1:hover .frame img {
	opacity: 0.5;
}
/*************************************CONTACT SECTION END*************************************/

/****************************************************DONATION PAGE START****************************************************/
.donation-section {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.donation-section form {
	float: left;
	width: 100%;
}
.donation-section form ul {
	padding: 0;
	margin: 0 0 50px 0;
	list-style: none;
	overflow: hidden;
}
.donation-section form ul li {
	float: left;
	margin: 0 30px 0 0;
	position: relative;
}
.donation-section form ul li input.radio {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #ccc;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.donation-section form ul li label {
	display: block;
}
.donation-section form ul li span {
	border: 1px solid #999;
	clear: both;
	color: #777;
	font: 20px/58px 'flamaregular';
	height: 58px;
	margin-top: 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 68px;
}
.donation-section form ul li span:before {
	background-color: #000;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	content: "";
	height: 7px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -5px;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	width: 7px;
}
input.radio:checked + label > span.show-hover {
	display: inline-block;
	color: #fff;
}
span.show-hover {
	display: none;
}
input.radio:checked + label > span.show {
	display: none;
}
input.radio + label > span.show {
	display: inline-block;
}
input.radio+label>span.show-hover {
}
input.radio + label > span.show:before {
	background: #fff;
}
.form-row {
	float: left;
	width: 100%;
}
.form-row label {
	font: 16px/16px 'flamaregular';
	color: #222;
	text-transform: capitalize;
	display: block;
	padding: 0 0 15px 0;
}
.form-row input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	height: 45px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 14px 'flamaregular';
	color: #777;
	padding: 0 20px;
	margin-bottom: 28px;
}
.form-row input[type="submit"] {
	float: left;
	width: 100%;
	height: 45px;
	border: 0;
	padding: 0;
	font: 16px 'flamamedium';
	color: #fff;
	margin: 36px 0 0 0;
	border: 2px solid rgba(0,0,0,0);
}
.form-row .selector {
	margin-bottom: 28px;
}
.form-row input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.form-row input:-moz-placeholder {
 color:#777;
 opacity:1;
}
.form-row input::-moz-placeholder {
 color:#777;
 opacity:1;
}
.form-row input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.form-row input[type="submit"]:hover {
	background: #222;
	color: #fff;
}
/****************************************************DONATION PAGE END****************************************************/

/*****************************************PRODUCT PAGE START****************************************/
.product-section {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}
.product-section .box {
	float: left;
	width: 100%;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	margin-bottom: 50px;
}
.product-section .box .frame {
	background: #fff;
	position: relative;
}
.product-section .box .frame .caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product-section .box .frame .caption .inner {
	position: absolute;
	left: -150%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 87px;
	text-align: center;
	transform: rotate(90deg);
}
.product-section .box .text-box {
	padding: 30px 0;
	margin: 0;
	text-align: center;
}
.rating {
	display: block;
	text-align: center;
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
}
.rating li {
	display: inline-block;
	padding: 0;
}
.rating li a {
	font-size: 16px;
	text-decoration: none;
}
.product-section .box .text-box span.cut-price {
	font: 18px 'flamaregular';
	color: #999;
	display: inline-block;
	text-decoration: line-through;
	float: none;
}
.product-section .box .text-box span.price {
	font: 22px 'flamaregular';
	color: #222;
	float: none;
	display: inline-block;
}
.product-social {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
	position: relative;
}
.product-social:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8.5px 0 8.5px;
	border-color: #181818 transparent transparent transparent;
}
.product-social li {
	display: inline-block;
	margin: 0 -2px;
}
.product-social li a {
	display: block;
	text-align: center;
	width: 40px;
	height: 37px;
	background: #181818;
	font-size: 16px;
	color: #fff;
	line-height: 37px;
}
.icon-row {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.icon-row a {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	width: 35px;
	height: 35px;
}
.icon-row a:hover {
	color: #fff;
	text-decoration: none;
	background: #181818;
}
.product-section .box:hover .frame .caption .inner {
	left: 0;
	transform: rotate(0deg);
}
.product-section .box:hover .text-box h3 a {
	text-decoration: none;
	color: #222;
}
.product-section .box:hover .frame img {
	opacity: 0.6;
}
.product-section .box:hover {
	box-shadow: 0 38px 25px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 38px 25px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 38px 25px 0 rgba(0, 0, 0, 0.2);
}
.product-section pagination-col {
	margin: 20px 0 0 0;
}
/*****************************************PRODUCT PAGE END****************************************/

/***************************************PRODUCT DETAIL START**************************************/
.product-detail {
	float: left;
	width: 100%;
}
.product-detail .bx-wrapper {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.product-detail .bx-wrapper .bx-viewport {
	background: none;
	border: 0;
	box-shadow: none;
	left: 0;
}
.product-detail .bx-controls-direction {
	display: none;
}
#bx-pager {
	float: left;
	width: 100%;
	text-align: center;
}
#bx-pager a {
	float: left;
	margin: 0 0 0 30px;
}
#bx-pager a:first-child {
	margin: 0;
}
#bx-pager a img {
	display: block;
	width: 100%;
}
.product-detail .text-box span.reviews {
	float: left;
	font: 400 14px/14px 'Open Sans', sans-serif;
	color: #444;
	padding: 5px 10px 0 0;
}
.product-rating {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.product-rating li {
	float: left;
	padding: 0;
}
.product-rating li a {
	font-size: 16px;
	text-decoration: none;
}
.product-detail .text-box span.cut-price {
	float: left;
	font: 20px/24px 'flamaregular';
	color: #999;
	text-decoration: line-through;
	padding: 0 5px 0 0;
}
.product-detail .text-box span.price {
	float: left;
	font: 24px/24px 'flamaregular';
	color: #222;
}
.product-detail .text-box .btn-row {
	padding: 0 0 15px 0;
}
.list {
	float: left;
	padding: 0;
	margin: 20px 0 30px 0;
	list-style: none;
}
.list li {
	display: block;
	overflow: hidden;
	font: 400 14px/14px 'Open Sans', sans-serif;
	color: #777;
	padding: 0 0 12px 0;
}
.list li .fa {
	padding: 0 10px 0 0;
}
.product-detail .text-box .detail-row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0;
	margin-bottom: 30px;
}
.product-detail .text-box .detail-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.product-detail .text-box .detail-row ul li {
	float: left;
	width: 277px;
	padding: 0 0 20px 0;
	font: 400 14px/14px 'Open Sans', sans-serif;
	color: #444;
}
.product-detail .text-box .detail-row ul li b {
	color: #222;
}
.product-quantity {
	float: left;
	margin: 0 40px 0 0;
}
.product-quantity .text {
	font: 500 16px/18px 'Open Sans', sans-serif;
	display: inline-block;
	float: left;
	margin-top: 7px;
	color: #3a3a3a;
	margin-right: 10px;
}
.product-quantity input[type="text"] {
	font: 400 14px 'Open Sans', sans-serif;
	width: 56px;
	color: #888;
	padding: 8px 3px;
	height: 40px;
	float: left;
	border: 1px solid #cecece;
	text-align: center;
}
.product-quantity .minus {
	background: transparent;
	border: 1px solid #cecece;
	padding: 6px 14px 8px;
	float: left;
	color: #111;
}
.product-quantity .plus {
	background: transparent;
	border: 1px solid #cecece;
	padding: 6px 14px 8px;
	float: left;
	color: #111;
}
.product-quantity .input-text.qty {
	float: left;
	text-align: center;
	width: 20%;
	font-size: 12px;
	color: #111;
	padding: 8px 0;
	border-radius: 0px;
	border: #e1e1e1 solid 1px;
}
.product-quantity .spinner {
	display: inline-block;
	color: #111;
}
.product-quantity .quantity span {
	margin: 0 7px 0 0;
}
.product-quantity .spinner .decrease {
	float: left;
}
.product-quantity .spinner .increase {
	float: right;
}
.product-quantity .spinner .spin-down, .product-quantity .spin-up {
	background: #fff;
	padding: 0;
	height: 40px;
	line-height: 40px;
	width: 29px;
	color: #999;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #cecece;
	float: left;
	text-align: center;
}
.product-quantity .spinner .spin-down {
	padding-left: 0;
	border-right: 0;
}
.product-quantity .spin-up {
	border-left: none;
	padding-right: 0;
}
.product-detail .text-box a.btn-style-1 {
	padding: 13px 30px;
	font-size: 14px;
	line-height: 14px;
}
.reviews-tab-col {
	float: left;
	width: 100%;
	margin: 50px 0 35px 0;
}
.reviews-tab-col .nav-tabs {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.reviews-tab-col .nav-tabs > li {
	margin: 0;
}
.reviews-tab-col .nav-tabs > li > a {
	border: 0;
	border-bottom: 5px solid rgba(0,0,0,0);
	border-radius: 0;
	margin-right: 0;
	padding: 10px 19px;
	font: 400 22px/22px 'flamaregular';
	color: #222;
}
.reviews-tab-col .nav-tabs > li.active > a, .reviews-tab-col .nav-tabs > li.active > a:hover, .reviews-tab-col .nav-tabs > li.active > a:focus {
	border: 0;
	border-bottom: 5px solid;
	color: #222;
}
.reviews-tab-col .nav > li > a:hover, .reviews-tab-col .nav > li > a:focus {
	background: none;
}
.reviews-tab-col .thumb {
	float: left;
	margin: 0 30px 0 0;
}
.reviews-tab-col .text-col {
	overflow: hidden;
}
.reviews-tab-col .text-col h4 {
	margin: 0 0 10px 0;
}
.reviews-tab-col .text-col span.date {
	float: left;
	font: 400 12px/22px 'Open Sans', sans-serif;
	color: #777;
	padding: 0 10px 0 0;
}
.reviews-rating {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.reviews-rating li {
	float: left;
	padding: 0 2px 0 0;
}
.reviews-rating li a {
	font-size: 16px;
	color: #ffb300;
	text-decoration: none;
}
.product-detail .product-section {
	padding: 0 0 20px 0;
}
/***************************************PRODUCT DETAIL END**************************************/

/***************************************ERROR PAGE START*************************************/
.error-section {
	float: left;
	width: 100%;
	background: #000 url(../images/error-bg.png) no-repeat left top/cover;
	padding: 230px 0;
}
.error-section .holder {
	width: 534px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.error-section span.title {
	font: 80px 'flamamedium';
	color: #fff;
	text-align: center;
	display: block;
}
.error-section strong.title {
	display: block;
	text-align: center;
	font: 250px/200px 'flamabold';
	color: #fff;
	padding: 0 0 50px 0;
}
.error-section form {
	float: left;
	width: 100%;
	margin: 0 0 50px 0;
}
.error-section form input[type="text"] {
	float: left;
	width: 100%;
	height: 52px;
	border: 1px solid #ccc;
	background: #fff;
	font: 14px 'flamaregular';
	color: #777;
	padding: 0 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.error-section form input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.error-section form input:-moz-placeholder {
 color:#777;
 opacity:1;
}
.error-section form input::-moz-placeholder {
 color:#777;
 opacity:1;
}
.error-section form input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.error-section form textarea::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.error-section a.btn-style-1 {
	margin: 0 5px;
	padding: 18px 58px;
}
/***************************************ERROR PAGE END*************************************/

/*******************************************COMING SOON PAGE START*****************************************/
.coming-soon {
	float: left;
	width: 100%;
	background: url(../images/coming-soon-bg.jpg) no-repeat left top/cover;
	padding: 52px 0;
}
.coming-soon .container-fluid {
}
.coming-social-box {
	float: right;
	background: #222;
	width: 652px;
	padding: 35px 0 35px 20px;
	margin-bottom: 230px;
}
.coming-social-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.coming-social-box ul li {
	float: left;
	padding: 0 10px 0 0;
}
.coming-social-box ul li a {
	text-decoration: none;
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 18px;
}
.coming-social-box ul li a:hover {
	background: #fff;
}
.timer-row {
	float: left;
	width: 100%;
	padding: 0 0 0 186px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 110px;
}
.timer-row span {
	font: 30px 'flamaregular';
	color: #fff;
	display: block;
}
.timer-row strong.title {
	font: 100px/95px 'flamaregular';
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 0 0 30px 0;
}
.timer-row .countdown-row {
	float: left;
	position: relative;
	z-index: 9999;
	top: -200%;
}
.timer-row .countdown-section {
	display: inline-block;
	float: none;
	font-size: 75%;
	text-align: center;
	width: 100px;
	position: relative;
	background: none;
	margin: 0 95px 0 0;
	padding: 10px 0;
}
.timer-row .countdown-section:before {
	content: ':';
	position: absolute;
	left: -50px;
	top: 0;
	bottom: 0;
	margin: auto;
	font: 80px/80px 'flamaregular';
	color: #fff;
}
.timer-row .countdown-section:first-child:before {
	display: none;
}
.timer-row .countdown-amount {
	font-size: 200%;
	font: 80px/80px 'flamaregular';
	color: #fff;
	display: block;
	padding: 0 0 10px 0;
}
.timer-row .countdown-period {
	display: block;
	font: 18px/18px 'flamaregular';
	color: #fff;
}
.notified-row {
	float: left;
	width: 996px;
	padding: 60px 88px 50px 0;
	background: #222;
}
.notified-row .holder {
	width: 534px;
	float: right;
}
.notified-row h3 {
	color: #fff;
	margin: 0 0 30px 0;
}
.notified-row form {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.notified-row form input[type="text"] {
	float: left;
	width: 100%;
	height: 52px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 14px 'flamaregular';
	color: #777;
}
.notified-row form input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.notified-row form input:-moz-placeholder {
 color:#777;
 opacity:1;
}
.notified-row form input::-moz-placeholder {
 color:#777;
 opacity:1;
}
.notified-row form input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.notified-row form textarea::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.notified-row a.btn-style-1 {
	margin: 0 11px 0 0;
	padding: 18px 58px;
}
/*******************************************COMING SOON PAGE END*****************************************/

/*******************************************ABOUT SECTION START********************************************/
.about-section {
	float: left;
	width: 100%;
}
.about-section-1 {
	float: left;
	width: 100%;
	padding: 0 0 89px 0;
}
.list-2 {
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
	float: left;
	width: 100%;
}
.list-2 li {
	font: 500 14px/14px 'Open Sans', sans-serif;
	color: #666;
	display: block;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
	overflow: hidden;
}
.list-2 li:first-child {
	margin: 0;
}
.list-2 li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 6px;
	height: 6px;
}
.about-section .video-box {
	float: left;
	width: 100%;
/*	background: #000 url(../images/about-video-img.png) no-repeat left top/100%;
	padding: 184px 0;*/
}

.about-section .video-box {
	float: left;
	width: 100%;
	/*	background: #000 url(../images/about-video-img.png) no-repeat left top/100%;
	padding: 184px 0;*/
}
.about-section .video-box a.play-icon {
	background: url(../images/play-icon.png) no-repeat center center;
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
}
.about-section .video-box .modal-dialog {
	width: 1000px;
}
.about-section .video-box .modal-header {
	border: 0;
	padding: 0;
}
.about-section .video-box .close {
	color: #000;
	background: #fff;
	width: 30px;
	height: 30px;
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	right: -30px;
	top: 0;
}
.about-section .video-box .modal-body {
	padding: 0;
}
.about-section .video-box .modal-body iframe {
	width: 100%;
	height: 556px;
	border: 0;
}






.about-section .video-box2 {
	float: left;
	width: 100%;
	background: #000 url(../images/about-video-img2.png) no-repeat left top/100%;
	padding: 184px 0;
}

.about-section .video-box2 {
	float: left;
	width: 100%;
	background: #fff url(../images/about-video-img2.png) no-repeat left top/100%;
	padding: 184px 0;
}
.about-section .video-box2 a.play-icon {
	background: url(../images/play-icon.png) no-repeat center center;
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
}
.about-section .video-box2 .modal-dialog {
	width: 1000px;
}
.about-section .video-box2 .modal-header {
	border: 0;
	padding: 0;
}
.about-section .video-box2 .close {
	color: #000;
	background: #fff;
	width: 30px;
	height: 30px;
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	right: -30px;
	top: 0;
}
.about-section .video-box2 .modal-body {
	padding: 0;
}
.about-section .video-box2 .modal-body iframe {
	width: 100%;
	height: 556px;
	border: 0;
}




		.about-section .video-box3 {
	float: left;
	width: 100%;
	background: #000 url(../images/about-video-img23.png) no-repeat left top/100%;
	padding: 184px 0;
}

.about-section .video-box3 {
	float: left;
	width: 100%;
	background: #000 url(../images/about-video-img23.png) no-repeat left top/100%;
	padding: 184px 0;
}
.about-section .video-box3 a.play-icon {
	background: url(../images/play-icon.png) no-repeat center center;
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
}
.about-section .video-box3 .modal-dialog {
	width: 1000px;
}
.about-section .video-box3 .modal-header {
	border: 0;
	padding: 0;
}
.about-section .video-box3 .close {
	color: #000;
	background: #fff;
	width: 30px;
	height: 30px;
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	right: -30px;
	top: 0;
}
.about-section .video-box3 .modal-body {
	padding: 0;
}
.about-section .video-box3 .modal-body iframe {
	width: 100%;
	height: 556px;
	border: 0;
}


/*******************************************ABOUT SECTION END********************************************/

/*************************************************SIDEBAR START************************************************/
.sidebar {
	float: left;
	width: 100%;
}
.sidebar-box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.sidebar-box h3 {
	margin: 0 0 20px 0;
}
.sidebar-box form {
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
}
.sidebar-box form input[type="text"] {
	float: left;
	width: 100%;
	height: 48px;
	border: 1px solid #ccc;
	padding: 0 60px 0 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	font: 13px 'flamaregular';
	color: #777;
}
.sidebar-box form input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.sidebar-box form input:-moz-placeholder {
 color:#777;
 opacity:1;
}
.sidebar-box form input::-moz-placeholder {
 color:#777;
 opacity:1;
}
.sidebar-box form input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.sidebar-box form textarea::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
.sidebar-box form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 7px;
	background: none;
	width: 46px;
	border: 0;
	border-left: 1px solid #ccc;
	padding: 6px 0;
	font-size: 16px;
}
.sidebar-box form button[type="submit"]:hover {
	color: #222;
}
.recent-news {
	float: left;
	width: 100%;
}
.recent-news .frame {
	width: 100%;
	margin: 0 0 20px 0;
}
.recent-news a.link {
	display: block;
	text-align: center;
	font: 16px/16px 'flamaregular';
	text-decoration: none;
}
.recent-news .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff;
	border-radius: 0;
	margin: 16px 5px 0 5px;
	font-size: 0;
	padding: 0;
}
.recent-news .owl-next {
	border: 1px solid #ccc;
	width: 33px;
	height: 23px;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	position: static;
}
.recent-news .owl-next:before {
	content: "\f178";
	font-size: 13px;
	text-align: center;
	display: block;
	line-height: 23px;
	font-family: FontAwesome;
}
.recent-news .owl-prev {
	border: 1px solid #ccc;
	width: 33px;
	height: 23px;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	position: static;
}
.recent-news .owl-prev:before {
	content: "\f177";
	font-size: 13px;
	text-align: center;
	display: block;
	line-height: 23px;
	font-family: FontAwesome;
}
.recent-news .owl-next:hover {
	border: 1px solid rgba(0,0,0,0);
	box-shadow: none;
}
.recent-widget {
	float: left;
	width: 100%;
}
.recent-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.recent-widget ul li {
	display: block;
	overflow: hidden;
	padding: 15px 0 0 0;
}
.recent-widget ul li:first-child {
	padding: 0;
}
.recent-widget .thumb {
	float: left;
	margin: 0 15px 0 0;
	overflow: hidden;
	background: #000;
}
.recent-widget .text-col {
	overflow: hidden;
}
.recent-widget .text-col a {
	font: 14px 'flamaregular';
	color: #222;
	display: block;
	padding: 0 0 7px 0;
}
.recent-widget .text-col span.date {
	display: block;
	font: 12px 'flamaregular';
	color: #777;
}
.recent-widget .text-col span.date .fa {
	padding: 0 6px 0 0;
}
.recent-widget ul li:hover .thumb img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 0.5;
}
.recent-widget ul li:hover a {
	text-decoration: none;
}
.upcoming-event-widget {
	float: left;
	width: 100%;
}
.upcoming-event-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.upcoming-event-widget ul li {
	display: block;
	padding: 10px 0 0 0;
}
.upcoming-event-widget ul li:first-child {
	padding: 0;
}
.upcoming-event-widget .date-box {
	float: left;
	font: 12px "flamalight";
	margin: 0 15px 0 0;
	padding: 15px 0 0;
	position: relative;
	text-align: center;
	width: 52px;
}
.upcoming-event-widget .date-box span {
	display: block;
}
.upcoming-event-widget .date-box:before {
	color: #ccc;
	content: "";
	display: block;
	font-family: "icomoon";
	font-size: 52px;
	left: 0;
	position: absolute;
	top: 0;
}
.upcoming-event-widget .text-col {
	overflow: hidden;
}
.upcoming-event-widget .text-col a {
	display: block;
	text-decoration: none;
	font: 14px 'flamaregular';
	color: #222;
	padding: 0 0 8px 0;
}
.upcoming-event-widget .text-col span.time {
	font: 12px 'flamaregular';
	display: block;
}
.upcoming-event-widget .text-col span.time .fa {
	padding: 0 5px 0 0;
}
.upcoming-event-widget ul li:hover .date-box {
	color: #222;
}
.upcoming-event-widget ul li:hover .text-col span.time {
	color: #222;
}
.input-box {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.sidebar-donation-box {
	float: left;
	width: 100%;
}
.sidebar-donation-box .selector {
	margin: 0;
}
.sidebar-donation-box input[type="submit"] {
	margin: 0;
}
.sidebar-donation-box input[type="text"] {
	box-shadow: none;
}
/*************************************************SIDEBAR END************************************************/
.card
{
	position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 9px;
	border: 1px #c3c2c2 solid;
	padding:0.5rem;
}
.card .card-image {
    position: relative;
}
.card .card-image img {
    border: 1px #c3bcbc solid;
	border-radius: 9px;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 24px;
}

.card .card-title {
    font-size: 24px;
    font-weight: 300;
}
.card .card-content {
    padding: 10px;
    border-radius: 0 0 2px 2px;
}
.card .card-content p {
    margin: 0;
	text-align:justify;
}
.card .card-action:last-child {
    border-radius: 0 0 2px 2px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 24px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-transform: uppercase;
}





/************************************************WRAPPER CSS END*************************************************/

.FONTS {
	font-family: 'Open Sans', sans-serif;
	font-family: 'flamaregular';
	font-family: 'flamamedium';
	font-family: 'flamalight';
	font-family: 'flamabold';
}
.head-top-row .left-box .dropdown-menu > li > a, .top-bar-social ul li a, .top-bar-social ul li a, .cart-outer button, .login-box ul li a, .login-box ul li a .fa, #nav li a, .icon-col span.icon-box, .charity-works .box .icon-col .fa, .causes-box a.btn-now.btn-color, .causes-box a.btn-now, a.btn-style-2, .causes-section .owl-next, .causes-section .owl-next:before, .causes-section .owl-prev, .causes-section .owl-prev:before, .event-row .text-box h3 a, .event-row .date-box:before, .event-row .date-box, .news-section .outer .news-box .text-box h3 a, .join-form form input[type="submit"], .donation-box form button[type="submit"], .team-social-1 li, .team-social-1 li a, .services-widget ul li a, .instagram-widget ul li img, .address-box ul li a, .upcoming-event .text-col a, .twitter-box .owl-next:before, .twitter-box .owl-theme .owl-controls .owl-nav [class*="owl-"], .footer-social ul li a, .footer-section-3 strong.copyrights a, .gallery-section .frame .inner, .gallery-section .frame img, .gallery-section .frame .caption:before, .gallery-section .frame .caption:after, .gallery-section .frame .inner a.link, .pagination-col .pagination li a, .signup form input[type="submit"], .contact-top-section form input[type="submit"], .form-row input[type="submit"], .team-box-2 .text-box h3 a, .team-box-2 .text-box, .team-social-2 li a, .icon-row a, .product-social li a, .product-section .box .frame .caption .inner, .product-section .box .frame img, .product-section .box, .reviews-tab-col .nav-tabs > li > a, .coming-social-box ul li a, .featured-services-style-2 .box, .donors-box img, .sidebar-box form button[type="submit"], .recent-news .owl-theme .owl-controls .owl-nav [class*="owl-"], .recent-widget .thumb img, .recent-widget .text-col a, .upcoming-event-widget .date-box:before, .upcoming-event-widget .date-box, .upcoming-event-widget .text-col a, .upcoming-event-widget .text-col span.time, .share-social ul li a, .event-detail.news-section .btn-row .frame img, .comment-form form input[type="submit"], .featured-box h4 a, .featured-box .text-box span, .featured-box .frame img, .causes-box .text-box h3 a, .causes-box .frame img, .filter-gallery .frame img, .news-section .outer .news-box .frame img, .testimonials-box-1 .thumb img, .team-box-1 .outer .text-box h3 a, .team-style-1 .frame img, .event-list-style-2-row .thumb img, .event-list-style-2-row .text-col h3 a, .address-box-1 .frame img {
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
