/*

Theme Name: WeCare

Theme URI: http://www.crunchpress.com/demo/wecare

Author: CrunchPress Team

Author URI: http://www.crunchpress.com

Description: We Care | Charity & NGO WordPress Theme

Version: 1.1.0

License URI: http://themeforest.net/licenses

Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

Text Domain: wecare

*/

/* Table of Content 
[Master Stylesheet]

Project:		Wecare
Version:		1.0
Author:			CrunchPress
Primary use:	Wecare



[Color codes]

Background:	#ffffff (white)
Content:	#777777 (grey)
Header h1:	#ffffff (white)
Header h2:	#222222 (dark grey)
Footer:		#777777 (grey)


[Typography]

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';



/** Table of Content 
- 	WRAPPER    	  					LENE 		000  		-		000
-	HEADER 							LINE		000			-		000
-	Featured Services				LINE		000			-		000	
-	Charity Works Section			LINE		000			-		000	
-	Call To Action Section			LINE		000			-		000	
-	Causes Section					LINE		000			-		000	
-	Event Section					LINE		000			-		000	
-	Fact & Figures Section			LINE		000			-		000	
-	Filter Gallery Section			LINE		000			-		000	
-	News Section					LINE		000			-		000	
-	Join us Form Section			LINE		000			-		000	
-	Donation Row					LINE		000			-		000	
-	Testimonials Style 1			LINE		000			-		000	
-	Team Style 1					LINE		000			-		000	
-	Donors Supporters Section		LINE		000			-		000	
-	Footer							LINE		000			-		000	
-	INNER BANNER					LINE		000			-		000	
-	GALLERY SECTION					LINE		000			-		000	
-	PAGINATION						LINE		000			-		000	
-	SIGNUP							LINE		000			-		000	
-	CONTACT SECTION					LINE		000			-		000	
-	DONATION PAGE					LINE		000			-		000	
-	PRODUCT PAGE					LINE		000			-		000	
-	PRODUCT DETAIL					LINE		000			-		000	
-	ERROR PAGE 						LINE		000			-		000	
-	COMING SOON PAGE				LINE		000			-		000	
-	ABOUT SECTION					LINE		000			-		000	
-	SIDEBAR							LINE		000			-		000	

End of Table of Conten*/
body {
	margin: 0;
	padding: 0;
	font: 400 14px/22px 'Open Sans', sans-serif;
	color: #888;
}
body h1, body h2 {
	font-family: 'flamamedium';
	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: 32px;
	line-height: 32px;
	margin: 0 0 10px 0;
}
body h3 {
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 10px 0
}
body h4 {
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 10px 0;
}
body h5 {
	margin: 0 0 10px 0;
}
body h6 {
	margin: 0 0 10px 0;
}
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;
}
@font-face {
	font-family: 'flamaregular';
	src: url('frontend/fonts/flama_regular-webfont.woff2') format('woff2'), url('../fonts/flama_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'flamabold';
	src: url('frontend/fonts/flama-bold-webfont.woff2') format('woff2'), url('../fonts/flama-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'flamalight';
	src: url('frontend/fonts/flama-light-webfont.woff2') format('woff2'), url('../fonts/flama-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'flamalight_italic';
	src: url('frontend/fonts/flama-lightitalic-webfont.woff2') format('woff2'), url('../fonts/flama-lightitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'flamamedium';
	src: url('frontend/fonts/flama-medium-webfont.woff2') format('woff2'), url('../fonts/flama-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.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;
	padding: 0 0 5px 0;
}
.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;
	max-width: 100%;
	overflow: hidden;
	background: #000;
	width: 100%;
}
.frame img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.text-box {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.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: 20px 0 13px 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: 9px 0 0 0;
}
.email-box strong {
	font: 16px/16px '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: 16px/16px '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: 9px 0 0 0;
}
.search-box a.btn-donate {
	float: right;
	width: 115px;
	height: 40px;
	text-decoration: none;
	font: 16px/40px 'flamaregular';
	color: #fff;
	text-align: center;
	margin: 0 0 0 10px;
	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;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children:before {
	content: "";
	font-family: FontAwesome;
	font-size: 12px;
	position: absolute;
	top: 29px;
	right: 8px;
}
.menu-item-has-children .sub-menu li:before {
	display: none;
}
#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: 25px 22px;
	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: none;
}
/*********************************************************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: 169px;
	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 .frame img {
	height: auto;
}
.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%;
	min-height: 222px;
	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 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;
	font-size: 21px !important;
	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: 25px 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: 30px 'flamaregular';
	color: #fff;
	width: 585px;
}
.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: 35px;
}
.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 .frame img {
	height: auto;
}
.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: 7px 0 20px 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 20px 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 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;
	margin: 8px 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-2 .event-list-style-2-row .text-col {
	width: 461px
}
.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;
}
.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 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 Section End***************************************************/

/*****************************************************News Section Start****************************************************/
.news-section {
	float: left;
	width: 100%;
	padding: 70px 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-box .frame img {
	height: auto;
}
.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;
	line-height: 26px;
}
.news-section .outer .news-box .text-box p {
	margin: 0 0 0 0;
}
.news-section .outer .news-box .text-box a.btn-style-2 {
	padding: 12px 23px;
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
}
.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;
}
.news-detail .outer .news-box .frame img {
	height: auto;
}
.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);
}
.news-detail blockquote p {
	font: italic 22px/34px 'Open Sans', sans-serif !important;
	color: #222;
	margin: 0;
}
.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: 0 0 0 0;
}
.news-section .outer .news-box .space-box h3 {
	margin: 0 0 30px 0;
}
.share-social {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
.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;
}
.cp-comments {
	padding: 0;
	margin: 0;
	list-style: none;
}
.cp-comments .thumb {
	float: left;
	margin: 0 15px 15px 0;
}
.cp-comments .text {
	overflow: hidden;
}
.post-time ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.post-time ul li {
	float: left;
	padding: 0 20px 0 0;
}
.cp-comments li .children {
	list-style: none;
	margin: 10px 0;
}
.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 End****************************************************/

/************************************************Join us Form Section Start************************************************/
.join-form {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.join-form .holder {
	margin: 0 auto;
	display: block;
	width: 100%;
	/*background: #000 url(../images/join-form-bg.png) no-repeat left top/cover;*/
	padding: 0;
	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"], .join-form form input[type="email"], .join-form form input[type="tel"] {
	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"], .donation-box form input[type="email"], .donation-box form input[type="tel"], .donation-box form select {
	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 400 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;
}
.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;
}
.donation-row .owl-dots {
	float: none;
}
.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 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;
	z-index: 9999;
}
.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;
	margin: 0 2px;
	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;
}
/*************************************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:first-child {
	padding: 0;
}
.upcoming-event .icon-col {
	float: left;
	width: 52px;
	margin: 0 14px 0 0;
	font: 12px 'flamaregular';
	color: #ccc;
	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: #ccc;
	position: absolute;
	left: 0;
	top: 0;
}
.sidebar-box .upcoming-event .icon-col:before {
	color: #ccc;
}
.upcoming-event .text-col {
	overflow: hidden;
	margin: -3px 0 0 0;
}
.upcoming-event .text-col a {
	font: 15px 'flamaregular';
	color: #999;
	text-decoration: none;
	padding: 0 0 14px 0;
	display: block;
}
.sidebar-box .upcoming-event .text-col a {
	color: #222;
}
.upcoming-event .text-col span {
	font: 13px/13px 'flamaregular';
	color: #ccc;
	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;
	padding: 0;
	margin: 0 0 4px 4px;
	overflow: hidden;
	background: #000;
	width: 85px;
	height: 85px;
}
.instagram-widget ul li img {
	display: block;
	width: 100%;
	height: 100%;
}
.instagram-widget ul li a {
	display: block;
	height: 100%;
	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 strong a {
	color: #fff;
}
.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: 150px 0;
	margin-bottom: 70px;
}
#inner-banner h1 {
	font: 48px/48px 'flamamedium';
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	word-break: break-all;
}
#inner-banner .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}
#inner-banner em {
	display: block;
	font: 400 20px/20px 'Open Sans', sans-serif;
	color: #fff;
}
#inner-banner .breadcrumb > li {
	font: 400 20px/20px 'Open Sans', sans-serif;
	color: #fff;
	word-break: break-all;
}
#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-3.png) no-repeat left top/cover;
}
#inner-banner.inner-bg-4 {
	background: #000 url(../images/inner-banner-img-4.png) no-repeat left top/cover;
}
/*******************************************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: 0 6px;
	padding: 12px 16px;
	font: 400 14px/14px 'Open Sans', sans-serif;
	color: #777;
}
.pagination-col .page-numbers.current {
	color: #fff;
	border: 2px solid rgba(0,0,0,0);
}
.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 .holder {
	display: block;
	margin: 0 auto;
	width: 360px;
}
.signup .holder strong {
	display: block;
	text-align: left;
	padding: 15px 0 0 0;
	overflow: hidden;
	clear: both;
}

.signup .holder strong a {padding-left:10px;}

.signup .holder a.lost_password_an {
	display: block;
	font-weight: 700;
	padding: 6px 0 0 0;
}
.signup form {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 100%;
}
.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;
	display: block;
	text-align: center;
	margin: 0 0 15px 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: 0;
	width:100%;
}
.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;
}
.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"], .contact-top-section form input[type="email"] {
	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%;
}
/*************************************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"], .form-row input[type="email"] {
	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: -140%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 87px;
	text-align: center;
	transform: rotate(90deg);
}
.product-section .box .text-box {
	padding: 30px 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 1px;
}
.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;
	text-align: center;
}
.error-section form .btn-row {
	float: none;
	display: inline-block;
	width: auto;
}
.error-section form button[type="submit"] {
	display: inline-block;
	color: #fff;
	border: 0;
	font: 16px/16px "flamaregular";
	padding: 18px 58px;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 9;
	margin: 0 5px;
}
.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;
	text-align: left;
	margin-bottom: 50px;
}
.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 .fa {
	line-height: 36px;
	display: block;
}
.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;
}
.about-section-1 ul {
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
	float: left;
	width: 100%;
}
.about-section-1 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;
}
.about-section-1 li:first-child {
	margin: 0;
}
.about-section-1 li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 6px;
	height: 6px;
}
.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 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 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"], .sidebar-box form input[type="email"] {
	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[type="submit"] {
	float: left;
	width: 100%;
	height: 45px;
	border: 0;
	padding: 0;
	font: 16px 'flamamedium';
	color: #fff;
	margin: 0;
	border: 2px solid rgba(0,0,0,0);
}
.sidebar-box form input[type="submit"]:hover {
	color: #fff;
	background: #222;
}
.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 {
	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);
}
.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);
}
.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-box .form-row label, .sidebar-box #give-form-373-wrap legend, .sidebar-box #give-form-373-wrap label, .sidebar-box #give-form-373-wrap .set-price {
	display: none;
}
.sidebar-box #give-form-373-wrap .form-wrap {
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	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);
	color: #777;
	float: left;
	font: 13px/48px "flamaregular";
	height: 48px;
	margin: 0 0 10px 0;
	padding: 0 60px 0 16px;
	width: 100%;
}
.sidebar-box #give-form-373-wrap .form-wrap .give-final-total-amount {
	font-weight: 700;
}
.event-booking-form {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}
.event-booking-form strong.booking-form-title {
	font: 22px/22px "flamaregular";
	color: #222;
	padding: 0 0 15px 0;
}
.em-booking-form {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.em-booking-form input[type="text"], .em-booking-form select, .event_login_form input[type="text"], .event_login_form input[type="password"] {
	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 0 15px 0;
	font: 13px 'flamaregular';
	color: #777;
	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);
}
.em-booking-form textarea, .event_login_form textarea {
	float: left;
	width: 100%;
	height: 200px;
	resize: none;
	border: 1px solid #ccc;
	padding: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 20px 0;
	font: 13px 'flamaregular';
	color: #777;
	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);
}
.em-booking-form input[type="submit"], .event_login_form input[type="submit"] {
	padding: 14px 40px;
	border: 0;
	font: 16px 'flamamedium';
	color: #fff;
	margin: 0 10px 0 0;
	border: 0;
}
.em-booking-form input[type="submit"]:hover, .event_login_form input[type="submit"]:hover {
	color: #fff;
	background: #222;
}
.event_login_form {
	float: left;
	width: 100%;
}
.em-booking-login-form > a {
	clear: both;
	overflow: hidden;
	margin: 10px 0 0 0;
	display: block;
}
.dot-irecommendthis span {
	padding: 0 0 0 5px;
}
.dot-irecommendthis {
	color: #fff;
}
.product-section .box .dot-irecommendthis:hover, .product-section .box .dot-irecommendthis.active {
	padding: 0 !important;
	background-position: 0 -70px;
}
.product-section .box .dot-irecommendthis span {
	padding: 0;
	color: #fff;
}
.product-page #main-woo .images .thumbnails .zoom {
	width: 160px;
	height: 160px;
	margin: 0 15px;
}
.product-page #main-woo .images .thumbnails .zoom img {
	width: 100%;
	height: auto;
}
.product-page .variations .label > label {
	line-height: 43px;
}
.product-page .single_variation_wrap {
	margin: 10px 0 0 0;
}
.product-page .variations .label {
	color: #222;
}
.product-page #review_form .comment-form:before {
	display: none;
}
.product-page #review_form .comment-form {
	margin: 20px 0;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.remove_heart .causes-section:before {
	display: none;
}
.remove_heart .causes-section {
	padding: 0;
}
#give-form-332 input[type="submit"] {
	float: left;
	padding: 14px 30px;
	border: 0;
	font: 16px 'flamamedium';
	color: #fff;
	margin: 0;
	border: 0;
}
#give-form-332 #give-final-total-wrap {
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	color: #777;
	float: left;
	font: 14px/45px "flamaregular";
	height: 45px;
	margin-bottom: 28px;
	padding: 0 20px;
	width: 100%;
}
#give-form-332 #give-final-total-wrap span.give-final-total-amount {
	font-weight: 700;
}
#give-form-332-wrap {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
#give-form-332 ul {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
	float: left;
	width: 100%;
}
#give-form-332 ul li {
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
}
#give-form-332 ul li input[type="radio"] {
	margin: 0 auto;
	text-align: center;
	display: block;
}
#give-form-332 ul li label {
	display: inline-block;
	border: 1px solid #999;
	color: #777;
	font: 20px/58px "flamaregular";
	height: 58px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	margin: 15px 0 0 0;
	position: relative;
}
#give-form-332 ul li label:before {
	background-color: #fff;
	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);
	width: 7px;
}
#give-form-332 {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}
.give-total-wrap {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.give-donation-amount input {
	width: 60px;
	height: 34px;
	border: 1px solid #ccc;
	text-align: center;
	font: 20px/58px "flamaregular";
	color: #777;
}
.notified-row .holder input[type="submit"] {
	color: #fff;
	display: inline-block;
	font: 16px/16px "flamaregular";
	padding: 18px 58px;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 9;
	background: #000;
	border: 0;
}
/*************************************************SIDEBAR END************************************************/

/************************************************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"], .sidebar-box form input[type="submit"], .em-booking-form input[type="submit"], .event_login_form input[type="submit"] {
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
/***************************************************************COLOR START***************************************************************/
.about-section-1 li:before, .pagination-col .page-numbers.current, .sidebar-box form input[type="submit"], .em-booking-form input[type="submit"], .event_login_form input[type="submit"], #main-woo ul.products .product .add_to_cart_button, #main-woo ul.products .product .added_to_cart, .product_type_simple, .woocommerce .shop_table.cart .actions .button, .woocommerce .shipping_calculator .button, #order_review #payment .button, .woocommerce .login .button, .entry-content-cp .checkout_coupon .button, .summary.entry-summary .button, .wrapper .woocommerce #respond input#submit.submit, .wrapper .woocommerce-page #respond #submit.submit, #place_order.button, .register input[type="submit"], .product-page #commentform input[type="submit"], #give-form-332 input[type="submit"], .notified-row .holder input[type="submit"], .error-section form button[type="submit"], .pagination-box .page-numbers.current, .pagination-box .pagination > li > a:hover, .pagination-box .pagination > li > span:hover, .pagination-box .pagination > li > a:focus, .pagination-box .pagination > li > span:focus, .navbar-inverse .navbar-toggle, .cart-outer .buttons .wc-forward, .cart-outer .buttons .checkout {
	background: #e53935;
}
.upcoming-event ul li:hover a, .sidebar-box .upcoming-event .icon-col, .sidebar-box .upcoming-event .text-col span, .sidebar-box #give-form-373-wrap .form-wrap .give-final-total-amount, #give-form-332 #give-final-total-wrap span.give-final-total-amount {
	color: #e53935;
}
.product-page .woocommerce-tabs ul.tabs li a:hover, .product-page .woocommerce-tabs ul.tabs li.active a, .navbar-inverse .navbar-toggle {
	border-color: #e53935;
}
/***************************************************************COLOR END***************************************************************/
.search .frame img, .archive .frame img {
	height: auto;
}
.search .btn-row a.link .fa, .archive .btn-row a.link .fa {
	padding: 0 6px 0 0;
}
.search .btn-row a.link, .archive .btn-row a.link {
	padding: 0 5px 0 0;
}
.search .btn-row, .archive .btn-row {
	text-align: justify;
	width: auto;
	margin: 10px 0 0 0;
}
.search .thumb, .archive .thumb {
	float: left;
	margin: -35px 15px 15px 15px;
}
.search .clearfix, .archive .clearfix {
	margin-bottom: 10px;
}
.style-1 {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.style-1 blockquote {
	border-color: #000;
	background: #eee;
	margin: 25px 0;
	padding: 20px;
}
.style-1 blockquote p {
	font: italic 400 18px/28px "Open Sans", sans-serif !important;
	color: #222;
}
.style-1 .btn-more {
	background: #e53935;
	color: #fff;
	border-radius: 3px;
	padding: 12px 25px;
	margin: 10px 0 0 0;
	float: left;
}
.gallery-caption, .bypostauthor {
}
/*************************************THEME TEST START**************************************/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.cp_index_page {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 40px;
}
.style-1 .frame img {
	height: auto;
}
.style-1 .btn-row a.link .fa {
	padding: 0 6px 0 0;
}
.style-1 .btn-row a.link {
	padding: 0 5px 0 0;
}
.style-1 .btn-row {
	text-align: justify;
	width: auto;
	margin: 10px 0 0 0;
}
.style-1 .thumb {
	float: left;
	margin: -35px 15px 15px 15px;
}
.style-1 .clearfix {
	margin-bottom: 10px;
}
.cp_index_page .style-1 {
	float: left;
	width: 100%;
	margin: 0;
}
.style-1 blockquote {
	border-color: #000;
	background: #eee;
	margin: 25px 0;
	padding: 20px;
}
.style-1 blockquote p {
	font: italic 400 18px/28px "Open Sans", sans-serif !important;
	color: #222;
}
.style-1 .btn-more {
	background: #e53935;
	color: #fff;
	border-radius: 3px;
	padding: 12px 25px;
	margin: 10px 0;
	float: left;
}
.tags, .cp-categories {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.tags strong, .cp-categories strong {
	display: block;
	padding: 0 0 5px 0;
}
.tags a, .cp-categories a {
	padding: 0 10px 4px 0;
	float: left;
}
table {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
td, th {
	border: 1px solid #ccc;
	padding: 10px !important;
}
li {
	padding: 4px 0;
}
dd {
	margin: 0 0 10px 0;
}
.sticky, .tag-sticky-2 {
	float: left;
	width: 100%;
	position: relative;
}
.sticky:before, .tag-sticky-2:before {
	content: "\f005";
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #000;
	color: #fff;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	font-family: FontAwesome;
}
.tag-sticky-2 .frame {
	background: none;
}
.sticky .frame strong, .tag-sticky-2 .frame strong {
	display: none;
}
.alignnone {
	max-width: 100%;
	height: auto;
}
.cp_index_page .tag-featured-image .frame {
	width: auto;
}
.page-links {
	float: left;
	width: 100%;
	margin-bottom: 6px;
}
.page-links span.page-links-title {
	border: 0;
	padding-left: 0;
	margin-left: 0;
}
.page-links span {
	border: 1px solid;
	display: inline-block;
	margin: 0 4px;
	padding: 3px 9px;
}
.mejs-container {
	margin: 14px 0 10px 0;
}
iframe {
	width: 100%;
}
.archive .cp_archive_page {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 40px;
}
.archive .cp_archive_page .frame {
	width: auto;
}
.pagination-box {
	float: left;
	width: 100%;
}
.pagination-box .pagination {
	margin: 0;
	display: block;
	text-align: center;
}
.pagination-box .pagination > li > a, .pagination-box .pagination > li > span {
	background-color: #fff;
	border: 2px solid #ccc;
	margin: 0 6px;
	padding: 12px 16px;
	font: 400 14px/14px 'Open Sans', sans-serif;
	color: #777;
	display: inline-block;
}
.pagination-box .pagination > li {
	display: inline-block;
}
.pagination-box .page-numbers.current {
	color: #fff;
	border: 2px solid rgba(0,0,0,0);
}
.pagination-box .pagination > li:first-child > a, .pagination-box .pagination > li:first-child > span {
	border-radius: 0;
}
.pagination-box .pagination > li:last-child > a, .pagination-box .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination-box .pagination > li > a:hover, .pagination-box .pagination > li > span:hover, .pagination-box .pagination > li > a:focus, .pagination-box .pagination > li > span:focus {
	color: #fff;
	border: 2px solid rgba(0,0,0,0);
}
.pagination-box .pagination li.active a {
	border: 2px solid rgba(0,0,0,0);
	color: #fff;
}
#footer td, #footer th {
	color: #ccc;
}
#footer #recentcomments li {
	color: #ccc;
}
#footer .widget_rss {
	color: #ccc;
}
.archive .news-section .outer .news-box .text-box h3, .cp_index_page .news-section .outer .news-box .text-box h3, .single .news-section .outer .news-box .text-box h3 {
	margin: 0 0 15px 0;
}
.content {
	float: left;
	width: 100%;
}
.main-content {
	float: left;
	width: 100%;
}
.comment-respond {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
/*************************************THEME TEST END**************************************/
.cart-outer ul {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	overflow: hidden;
}
.cart-outer ul li {
	padding: 10px 0 0 0;
	display: block;
	overflow: hidden;
}
.cart-outer ul li:first-child {
	padding: 0;
}
.cart-outer ul li img {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 15px 0 0
}
.cart-outer ul li .remove {
	float: right;
	background: #000;
	width: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: 700;
	height: 20px;
	color: #fff;
}
.cart-outer ul li .quantity {
	display: block;
	padding: 10px 0 0 0;
}
.cart-outer .buttons {
	display: block;
	text-align: center;
	margin: 0;
}
.cart-outer .buttons .wc-forward, .cart-outer .buttons .checkout {
	padding: 9px 20px;
	color: #fff;
	color: #fff;
	display: inline-block;
	font-weight: 700;
}
.product-page .woocommerce-message {
	margin: 20px 0;
}
.summary.entry-summary .quantity {
	margin: 10px;
}
#inner-banner .woocommerce-breadcrumb {
	color: #fff;
	margin: 20px 0 0 0;
}
#inner-banner .woocommerce-breadcrumb > a {
	color: #fff;
}
#give_checkout_user_info, #give_purchase_submit {
	float: left;
	width: 100%;
}
.dot-irecommendthis {
	height: 12px;
	margin: 0 !important;
}
.product-section .dot-irecommendthis {
	background-position: 10px 12px !important;
}
.dot-irecommendthis:hover, .dot-irecommendthis.active {
	color: #fff !important;
}
.charitable-form-field input, .charitable-form-field select, .charitable-form-field textarea {
	border: 1px solid #ccc;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.charitable-submit-field .button {
	padding: 10px 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.campaign-description, .campaign-summary, .charitable-form-field {
	margin-bottom: 25px;
}
.custom-donation-input {
	border: 1px solid #ccc;
	height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.charitable-form-fields .charitable-fieldset {
	margin-bottom: 40px;
}
.campaign-description, .campaign-summary, .charitable-form-field li {
	height: auto;
}
.cp_index_page .pagination-col {
	margin-bottom: 30px;
}
.archive .pagination-col {
	margin-bottom: 30px;
}
.archive .style-1 {
	margin: 0;
}
.single .frame img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.single .frame {
	width: 100%;
	max-width: 100%;
	background: none;
}
.category-uncategorised a, .category-uncategorised p, .news-detail .outer .news-box h3, .news-detail .outer .news-box p, #footer #recentcomments li a {
	word-break: break-all;
}
strong.logo img {
	width: 202px;
	height: 58px;
}
/******AK******/
.icon-row span.dot-irecommendthis-count {
	font-size: 0px;
}
.featured-box .frame, .causes-box .frame, .filter-gallery .frame, .news-box .frame, .team-box-1 .frame {
	position: relative;
	overflow: hidden;
}
.featured-box .frame img, .causes-box .frame img, .filter-gallery .frame img, .news-box .frame img, .team-box-1 .frame img {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.featured-box .frame:before, .causes-box .frame:before, .filter-gallery .frame:before, .news-box .frame:before, .team-box-1 .frame:before {
	background: rgba(0,0,0,.5);
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0px;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	z-index: 999;
}
.featured-box:hover .frame:before, .causes-box:hover .frame:before, .filter-gallery .isotope-item:hover .frame:before, .news-box:hover .frame:before, .team-box-1:hover .frame:before {
	opacity: 1;
}
.featured-box:hover .frame img, .causes-box:hover .frame img, .filter-gallery .isotope-item:hover img {
	transform: scale(1.1);
}
table.variations td, table.variations tr {
	border: 0px;
}
table.variations select {
	height: 36px;
	line-height: 36px;
}
.single_add_to_cart_button {
	margin-top: 11px;
}


.team-template-default .news-section .outer .news-box {width:auto;} 

