/*
Theme Name: Sharelove
Theme URI: http://jkthems.com/sharelove
Author: JK Themes
Author URI: http://jkthmes.com
Description: Nice charity theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, 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, accessibility-ready
Text Domain: sharelove
Domain Path: /languages/
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ==========================================================================
   Main Screen CSS (ShareLove HTML)
   ========================================================================== */
/* Table of contents
   ========================================================================== */
/**
  * == Core CSS ==
  *
  * Base ................ Global classes, wp defaults
  * Colors .............. Define defaul colors
  * Typography .......... (H1-6), code, span, etc
  * Form ................ Form builder, search, submition, etc.
  * Tables .............. Simple and Fancy tables like pricing tables
  * Buttons ............. All kind of buttons, social links
  * Animations .......... Define animations (keyframes)
  *
  * == Components ==
  *
  * Header .............. Base header elements: logo, menu
  * Footer .............. Big and Small area in footer
  * Boxes ............... All models of boxes
  * Sidebar ............. All widgets
  * Icons ............... Define the icons used in the project
  * UI .................. Elements used as shortcode & custom posts
  * JS plugins .......... Css helper for javascripts plugins
  * Responsivness ....... Css for site responsivness
*/
/* Base
   ========================================================================== */
@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}
body {
    font-size: 13px;
    background: #fff;
    color: #121212;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
a {
	color: #c2d848;
	outline: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
    color: #c2d848;
    text-decoration: none;
    outline: none;
}
ul, ol {
    margin: 0;
    /*list-style: none;*/
    line-height: 0;
    font-size: 0;
    margin-left: 15px;
}
ul ul, ol ol{
	padding-left: 5px;
}

ul li,
ol li {
	font-size: 14px;
	line-height: 1.5em;
}
.italic {
	font-style: italic;
}
.clear {
    clear: both;
}
.bold {
	font-weight: 700;
}
input,
textarea {
    font-family: 'Open Sans', sans-serif;
    outline: none !important;
}
input:focus,
textarea:focus {
    border: 1px solid #c2d848;
}
iframe{
 max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.fs-16 {
	font-size: 16px;
	line-height: 1.5em;
	color: #808080;
}
.caps {
	text-transform: uppercase;
}
.post-image {
	text-align: center;
	margin: 20px auto 30px;
}
.button-1.small {
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.6em;
}
.button-1 {
	font-size: 16px;
	display: inline-block;
	padding: 16px 50px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 10px;
	outline: none;
	border: 0;
}
.button-1:hover,
.button-1:active,
.button-1:focus {
	color: #fff;
	border: 0;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
/* =========================== START TYPOGRAPHY ===================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
    padding: 0;
    color: #121212;
    margin: 0 0 10px 0;
}
h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}
h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}
/* =========================== END TYPOGRAPHY ===================== */
/* =========================== START ANIMATIONS ===================== */
.clients-section .our-clients-logo a img,
.slider-dots li,
i,
.top-line li .search-location,
input,
textarea,
body,
button,
a {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
/* =========================== END ANIMATIONS ===================== */
.box-wide.black_version {
    background: #464646;
    color: #fff;
}
.box-wide {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 0px auto;
}
.boxed {
    background: url(../images/elements/back.jpg) no-repeat fixed top center;
}
.boxed .box-wide {
    width: 1200px;
}
/* =========================== START HEADER SECTION ===================== */
.share-with-us {
	position: absolute;
	height: 60px;
	top: 0;
	right: 0;
	width: 303px;
	z-index: 9;
	color: #4c4c4c;
	font-size: 14px;
	font-weight: 400;
	padding: 20px 25px 0;
	text-transform: uppercase;
}
.top-container {
	position: relative;
}
.top-line {
	margin: 10px 0 0 0;
}
.top-line li {
	list-style: none;
	position: relative;
}
.top-line li a {
	color: #fff;
	font-size: 18px;
	padding: 32px 20px;
	max-height: 84px;
}
.top-line li a:hover {
	color: #4c4c4c;
}
.top-line li a.search-button-last i {
	border-left: 1px solid #fff;
	padding: 10px 0 10px 40px;
}
.top-line li .search-location {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 60px;
	margin-right: -30px;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.hidden-button {
	display: none;
}
.top-line li ul li {
	display: block;
	list-style: none;
}
.top-line li ul li form {
	padding: 10px;
}
.top-line li ul li form input {
	margin: 0;
	padding: 10px;
}
.top-line li ul li form input:focus,
.top-line li ul li form input:hover {
	border: 0;
	outline: none;
}
.header {
	position: absolute;
	left: 0;
	right: 0;
	margin: 60px auto 0;
	z-index: 100;
}
.header-transform {
	position: fixed;
	width: 100%;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 333;
	left: 0;
	right: 0;
	margin: 0;
}
.header .arange-top {
	padding: 20px 30px;
	margin: 0;
}
.header.header-transform .arange-top {
	padding: 10px 30px;
}
.header .arange-top li {
	list-style: none;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.float-right {
	float: right;
}
.header.header-transform .top-line li a {
	max-height: 64px;
	padding: 22px 20px;
}
.logo {
	padding: 6px 25px 8px 0;
	margin-right: 25px;
	border-right: 1px solid #fff;
	display: block;
}
.logo h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 1em;
	text-transform: none;
	color: #fff;
}
.logo a , .logo a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
}
.logo a i {
	font-size: 19px;
}
.logo a span {
	font-weight: 700;
}
.header-transform .responsive-menu {
	margin: 0;
}
.responsive-menu {
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	cursor: pointer;
	font-weight: 700;
	display: none;
	vertical-align: top;
	margin: 0;
	padding-top: 5px;
}
.responsive-menu {
	display: none;
}
.menu {
}
.menu>ul {
	display: block;
	position: relative;
	right: 0;
	z-index: 100;
	margin-top: 12px;
	padding: 0;
}
.menu ul li {
	display: inline-block;
	/*position: relative;*/
	*zoom: 1;
	margin-right: 30px;
	*display: inline;
}
.menu ul li a {
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	color: #fff;
}
.menu ul li:hover ul li {
	margin-top: 0;
}
.menu ul li ul {	
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
}
.menu ul li ul li {
	display: block !important;
	margin: 0;
	padding: 5px 16px;
	text-align: left; 
	margin-top: -100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
}
.menu ul li ul li:first-child {
	padding: 10px 16px 5px;
}
.menu ul li ul li:last-child {
	padding: 5px 16px 10px;
}
.menu ul li ul li a {
	font-size: 15px;
	color: #fff !important;
}
.header ul ul ul ul{
    left: 100%;
    top: 0;
}
.header li:hover > ul {
    display: block;
}

.sub-menu li a {
     color: #428bca !important;
    text-decoration: none;
    display: block;
}
@media (max-width: 991px) {
	.menu ul li {
		margin: 0;
		display: block !important;
	}
	.menu ul li ul {
		display: block;
		position: relative;
	}
	.menu ul li ul li {
		margin-top: 0;
	}
	.menu ul li ul li a {
		font-size: 11px;
		font-weight: 400;
	}
}
/* =========================== END HEADER SECTION ===================== */
/* =========================== START PATH SECTION ===================== */
.path-section {
	position: relative;
	background: url('../images/bg-events.jpg') top center no-repeat fixed;
	background-size: cover;
}
.path-section .bg-cover {
	background: rgba(0,0,0,0.6);
	padding: 200px 0 60px;
}
.path-section h2 {
	color: #fff;
	margin: 0;
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
}
/* =========================== END PATH SECTION ===================== */
/* =========================== START POST SECTION ===================== */
.post-tags {
	margin: 20px 0;
	padding: 0;
}
.post-tags li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-right: 5px;
}
.post-tags li:first-child {
	font-weight: 700;
	margin-right: 10px;
}
.post-tags li a {
	color: #121212;
}
.post-cover {
	margin-bottom: 30px;
}
.post-section h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.post-info {
	margin-bottom: 25px;
	color: #787878;
	font-size: 12px;
}
/* =========================== END POST SECTION ===================== */
/* =========================== START SIDEBAR SECTION ===================== */
.sidebar {
	margin-bottom: 80px;
}
.sidebar .widget {
	margin-bottom: 30px;
}
.sidebar .widget .widget-title, .rounded {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
}
.sidebar .widget .widget-title span {
	display: block;
	margin: 10px auto 15px;
	width: 70px;
	height: 1px;
	background: #999;
}

.sidebar .widget ul li {
	margin-bottom: 8px;

}
.sidebar .widget-categories ul li {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}
.sidebar .widget-categories ul li a {
	color: #121212;
}
.sidebar .widget-search-form {
	position: relative;
}
.sidebar .widget-search-form .search-line {
	border: 1px solid #a3a3a3;
	padding: 15px;
	width: 100%;
}
#searchform input {
	border: 1px solid #a3a3a3;
	padding: 15px;
	
}
#searchform label {
	display: none;
}
.sidebar .widget-search-form i {
	position: absolute;
	width: 50px;
	right: 0;
	top: 0;
	height: 50px;
	z-index: 1;
	text-align: center;
	font-size: 16px;
	padding-top: 16px;
	color: #999;
}
#searchform #searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 50px;
	outline: none;
	height: 50px;
	border: 0;
	cursor: pointer;
	z-index: 2;
	background: none;
}
.sidebar .widget-search-form .search-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 50px;
	outline: none;
	height: 50px;
	border: 0;
	cursor: pointer;
	z-index: 2;
	background: none;
}
.sidebar .widget .mini-post {
	margin-bottom: 20px;
}
.sidebar .widget .mini-post .mini-post-cover {
 	margin-bottom: 15px;
}
.sidebar .widget .mini-post .mini-post-cover a {
	display: block;
}
.sidebar .widget .mini-post h4 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
	color: #121212;
	font-size: 16px;
	font-weight: 700;
}
.sidebar .widget .mini-post h4 a {
	color: #121212;
}
.sidebar .widget .mini-post p {
	color: #a3a3a3;
	font-size: 13px;
	font-weight: 700;
}
.sidebar .widget .twitter_widget ul li {
	font-size: 13px;
	border-bottom: 1px dotted #999;
	padding-bottom: 8px;
	margin-bottom: 8px; 
}
.sidebar .widget .twitter_widget ul li:last-child {
	border: 0;
}
.sidebar .widget .socials {
	margin: 0 -5px;
	text-align: left;
}
.sidebar .widget .socials li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 5px 10px;
}
.sidebar .widget .socials li a {
	display: block;
	color: #999;
	text-align: center;
	font-size: 24px; 
	background: #ebebeb;
	border: 0;
	width: 40px;
	height: 40px;
	padding-top: 8px; 
}
.sidebar .widget .socials li a:hover {
	color: #fff;
}
.sidebar ul li{
	list-style: none;
}
.sidebar .page_item, .sidebar .menu-item{
	list-style: inherit;
}
/* =========================== END SIDEBAR SECTION ===================== */
/* =========================== START PROJECT SECTION ===================== */
.project-section h1 {
	text-transform: uppercase;
	color: #121212;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
	margin-bottom: 30px;
}
.project-section .project-cover {
	margin-bottom: 20px;
}
.project-section .project-cover img {
	border: 1px solid #ebebeb;
}
.project-section .project-data {
	margin-bottom: 40px;
}
.project-section .project-details h2,
.project-section .project-data h2 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 20px;
	color: #121212;
	font-style: italic;
	text-transform: none;
}
.project-section .project-data p {
	margin-bottom: 15px;
	line-height: 1.7em;
}
.all-socials {
	margin: 40px 0 80px;
	padding: 0;
}
.all-socials li {
	display: inline-block;
	*zoom: 1;
	font-weight: 700;
	*display: inline;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 16px;
}
.all-socials li a {
	display: block;
	width: 30px;
	padding-top: 5px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	border: 1px solid #121212;
	color: #121212; 
}
.project-section .project-details {
	padding: 20px;
}
.project-section .project-details h2 {
	color: #fff;
	margin-bottom: 20px;
}
.project-section .project-details ul {
	margin: 0;
	padding: 0;
}
.project-section .project-details ul li {
	margin-bottom: 10px;
	color: #fff;
	font-size: 13px;
}
.project-section .project-details ul li a {
	color: #fff;
}
.project-section .project-details ul li a:hover {
	color: #121212;
}
.project-section .project-details ul li span {
	display: inline-block;
	width: 100px;
}
/* =========================== END PROJECT SECTION ===================== */
/* =========================== START COMMENTS SECTION ===================== */
.comments-area {
	margin-bottom: 30px;
}
.comments-area h3 {
	margin-bottom: 20px;
	font-size: 16px;
	text-transform: none;
	font-weight: 700;
}
.comments-area .comments-line {
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 15px; 
	font-style: italic;
	font-size: 16px;
	outline: none;
	margin-bottom: 20px;
}
.comments-area .comments-area {
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 15px; 
	font-style: italic;
	font-size: 16px;
	outline: none;
	margin-bottom: 20px;
	resize: none;
	height: 196px;
}
.comments-area p.form-submit {
	text-align: center;
}
.comments-area .comment {
	margin-bottom: 20px;
	padding-left: 100px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.comments-area .comment .comment-image {
	float: left;
	margin-left: -100px;
	width: 80px;
}
.comments-area .commentlist ul {
	margin-left: 70px;
}
.comments-area .comment .comment-info {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.comments-area .comment .comment-info span {
	float: right;
	font-size: 13px;
	color: #a3a2a2;
}
.comments-area .comment p {
	color: #a3a2a2;
	font-size: 13px;
}
.comments-area .commentlist {
	margin-bottom: 60px;
	list-style: none;
}
p.form-submit #submit_form{
background: #c2d848 !important;
font-size: 16px;
display: inline-block;
padding: 16px 50px;
text-transform: uppercase;
color: #fff;
line-height: 1.5em;
margin-bottom: 10px;
outline: none;
border: 0;
}
/* =========================== END COMMENTS SECTION ===================== */
/* =========================== START SLIDER SECTION ===================== */
.slider {
	overflow: hidden;
	border-bottom: 3px solid;
}
.slide-wrapper{
	margin: 0px;
}
.slide {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
}
.slider .bg-cover {
	background: rgba(0,0,0,0.6);
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slider .slide-text {
	position: absolute;
	z-index: 13;
	max-width: 1140px;
	margin: 350px auto 0;
	left: 0;
	text-align: right;
	right: 0;
	top: 0;
}
.slider .slide-text h1 {
	color: #fff;
	line-height: 1.2em;
	font-size: 50px;
	font-weight: 700;
	display: block;
	margin: 0 auto 40px;
	text-transform: uppercase;
}
.slider {
	position: relative;
}
.slider .slider-arrows {
	width: 100%;
	z-index: 13;
	position: absolute;
	top: 50%;
	margin-left: 0px;
}
.slider .slider-arrows li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	opacity: 0.5;
	position: absolute;
}
.slider:hover .slider-arrows li {
	opacity: 1;
}
.slider .slider-arrows li.slide-right {
	right: 0;
}
.slider .slider-arrows li.slide-right i {
	border-radius: 5px 0 0 5px;
}
.slider .slider-arrows li.slide-left  {
	left: 0;
}
.slider .slider-arrows li.slide-left i {
	border-radius: 0 5px 5px 0;
}
.slider .slider-arrows li i {
	width: 50px;
	display: block;
	text-align: center;
	margin-top: -20px;
	cursor: pointer;
	padding-top: 16px;
	font-size: 20px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	height: 50px;
}
.slider .slider-dots {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	z-index: 4;
	margin: 0 20px 20px 0;
}
.slider .slider-dots li {
	display: block;
	*zoom: 1;
	*display: inline;
	width: 10px;
	background: none;
	height: 10px;
	cursor: pointer;
	border-radius: 30px;
	border: 2px solid #eee;
	margin: 5px 0;
}
/* =========================== END SLIDER SECTION ===================== */
/* =========================== START STATISTICS SECTION ===================== */
.gallery-section {
	padding: 0 0 40px;
	overflow:hidden;
}
.gallery-section .col-md-2 {
	padding: 0;
}
.gallery-section .gallery-item {
	position: relative;
	overflow: hidden;
}
.gallery-section .gallery-item .item-hover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.gallery-section .gallery-item .item-hover i {
	z-index: 3;
	position: absolute;
	top: 50%;
	margin: -20px auto 0;
	font-size: 40px;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
}
.gallery-section .gallery-item:hover .item-hover i {
	opacity: 1;
	filter: alpha(opacity=100);
}
.gallery-section .gallery-item .item-hover span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	bottom: 0;
	top: 0;
	height: 0;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	transition: height 0.5s;
	-o-transition: height 0.5s;
}
.gallery-section .gallery-item:hover .item-hover span {
	height: 100%;
}
/* =========================== START STATISTICS SECTION ===================== */
.statistics-section {
	padding: 20px 0 0;
}
.statistics-section .statistic {
	margin-bottom: 40px;
	text-align: center;
	border-left: 1px solid #4c4c4c;
	padding: 10px 0 10px 30px;
}
.statistics-section .statistic.statistic-first {
	padding: 10px 0;
	border: 0;
}
.statistics-section .statistic h3 {
	margin-bottom: 10px;
	font-size: 30px;
	color: #4c4c4c;
	font-weight: 800;
}
.statistics-section .statistic i {
	font-size: 50px;
	margin-bottom: 10px;
	line-height: 1em;
	display: block;
}
.statistics-section .statistic p {
	font-size: 13px;
	color: #808080;
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.5em;
	font-style: italic;
}
/* =========================== END STATISTICS SECTION ===================== */
/* =========================== START OUR TEAM SECTION ===================== */
.our-team-section {
	padding: 80px 0 50px;
}
.tesla-carousel-items {
	overflow: hidden;
}
.our-clients-logo,
.our-partners {
	position: relative;
}
.our-partners-arrows {
	position: absolute;
	top: 50%;
	margin: -32px auto 0;
	left: 0;
	right: 0;
	width: 100%;
}
.our-partners-arrows i {
	border: 2px solid #808080;
	color: #808080;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	line-height: 1.5em;
}
.our-clients-logo .our-partners-arrows {
	margin: -20px auto 0;
}
.our-partners-arrows .next {
	position: absolute;
	right: 0;
	margin-right: -40px;
}
.our-partners-arrows .prev {
	position: absolute;
	left: 0;
	margin-left: -40px;
}
.our-partners-arrows .next.disabled i:hover,
.our-partners-arrows .prev.disabled i:hover,
.our-partners-arrows .next.disabled i,
.our-partners-arrows .prev.disabled i {
	color: #ccc !important;
	cursor: default;
	border: 2px solid #ccc !important;
}
.single-page .our-team-section .team-member {
	margin-bottom: 100px;
}
.our-team-section .team-member {
	margin-bottom: 50px;
	position: relative;
	padding-left: 190px;
	min-height: 160px;
}
.our-team-section .team-member .member-cover {
	position: absolute;
	text-align: center;
	overflow: hidden;
	border: 2px solid;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
	border-radius: 300px;
}
.our-team-section .team-member .member-cover img {
	width: 100%;
	height: auto;
}
.our-team-section .team-member .member-name {
	padding: 0;
	position: relative;
}
.our-team-section .team-member h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #4c4c4c;
	font-weight: 700;
}
.our-team-section .team-member h6 {
	font-style: italic;
	font-weight: 300;
	margin: 0 0 15px 0;
	font-size: 13px;
}
.our-team-section .team-member p {
	margin-bottom: 18px;
}
.our-team-section .team-member ul {
	margin: 0;
	display: inline-block;
	padding: 10px 10px 8px;
}
.our-team-section .team-member ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 15px;
}
.our-team-section .team-member ul li a {
	font-size: 17px;
	color: #fff;
}
.our-team-section .team-member ul li a:hover {
	color: #4c4c4c;
}
/* =========================== END OUR TEAM SECTION ===================== */
/* =========================== START CUSTOM SECTION ===================== */
.custom-section {
	position: relative;
	background: url('../images/bg-custom.jpg') top center fixed no-repeat;
	background-size: cover; 
	text-align: center;
}
.custom-section .bg-cover {
	padding: 90px 0 80px;
	background: rgba(0,0,0,0.7);
}
.custom-section h1 {
	font-size: 50px;
	line-height: 1.3em;
	margin-bottom: 30px;
}
/* =========================== END CUSTOM SECTION ===================== */
/* =========================== START OUR SERVICES SECTION ===================== */
.our-services {
	padding: 90px 0 50px;
}
.events-section {
	padding-top: 90px;
}
.activity-section {
	padding: 90px 0 0;
}
.activity-section .one-service i {
	border-radius: 300px;
}
.one-service {
	margin-bottom: 60px;
	padding: 0 0 0 100px;
	position: relative;
}
.one-service i {
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 5px;
	width: 70px;
	border: 3px solid;
	color: #fff;
	height: 70px;
	font-size: 40px;
	background: rgba(0,0,0,0.06);
	line-height: 1.6em;
}
.one-service:hover i {
	background: #fff !important;
}
.one-service h4 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.one-service p {
	font-size: 13px;
	font-style: 300;
}
/* =========================== END OUR SERVICES SECTION ===================== */
/* =========================== START TESTIMONIALS ===================== */
.testimonials-section {
	background: url('../images/bg-clients.jpg') fixed top center no-repeat;
	background-size: cover; 
	position: relative;
}
.testimonials-section .bg-cover {
	padding: 50px 0 60px;
	background: rgba(0,0,0,0.8);
}
.testimonials-arrows {
	position: absolute;
	width: 200px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 5;
}
.testimonials-arrows .slide-left {
	float: left;
	cursor: pointer;
	margin-top: 60px;
}
.testimonials-arrows .slide-right {
	float: right;
	margin-top: 60px;
	cursor: pointer;
}
.testimonial {
	list-style: none;
	position: absolute;
	left: 0;
	text-align: center;
	top: 0;
}
.testimonial:first-child {
	position: relative;
}
.testimonials-dots {
	text-align: center;
	position: absolute;
	margin: 0 auto 22px;
	height: 20px;
	left: 0;
	right: 0;
	bottom: 0;
}
.testimonials-dots li {
	list-style: none;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.testimonials-dots li i {
	font-size: 12px;
	color: #fff;
}
.testimonials-arrows i {
	font-size: 20px;
	color: #fff;
}
.testimonials-section .testimonial .testimonial-cover {
	margin-bottom: 20px;
}
.testimonials-section .testimonial .testimonial-cover img {
	width: 140px;
	height: 140px;
	border-radius: 500px;
	border: 3px solid;
}
.testimonials-section .testimonial .testimonial-content h2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}
.testimonials-section .testimonial .testimonial-content p {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 15px 0;
	line-height: 2em;
	font-style: italic;
}
.testimonials-section .testimonial .testimonial-content h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.testimonials-section .testimonial .testimonial-content h3 span {
	text-transform: none;
}
/* =========================== END TESTIMONIALS ===================== */
/* =========================== START ERROR 404 SECTION ===================== */
.error-404-section {
	background: url('../images/bg-custom.jpg') top center no-repeat;
	background-size: cover;
}
.error-404-section .black-bg {
	background: rgba(0,0,0,0.7);
	padding: 200px 0;
}
.error-404-section h4 {
	text-align: center;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5em;
}
.error-404-section p {
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 30px;
	text-align: center;
}
.error-404-section .widget-search-form {
	margin: 0 auto 30px;
	max-width: 300px; 
}
.widget-search-form {
	position: relative;
}
.widget-search-form .search-line {
	border: 1px solid #a3a3a3;
	padding: 15px;
	width: 100%;
}
.widget-search-form i {
	position: absolute;
	width: 50px;
	right: 0;
	top: 0;
	height: 50px;
	z-index: 1;
	text-align: center;
	font-size: 20px;
	padding-top: 16px;
	color: #999;
}
.widget-search-form .search-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 50px;
	outline: none;
	height: 50px;
	border: 0;
	cursor: pointer;
	z-index: 2;
	background: none;
}
/* =========================== END ERROR 404 SECTION ===================== */
/* =========================== START OUR CLIENTS ===================== */
.clients-section {
	padding: 90px 0 0;
}
.clients-section .our-clients-logo a {
	display: block;
	text-align: center;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.clients-section .our-clients-logo a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.clients-section .our-clients-logo a img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.clients-section .our-clients-logo a:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
}
/* =========================== START END CLIENTS ===================== */
/* =========================== START BLOG SECTION ===================== */
.blog-page .blog-entry .entry-header {
	padding: 20px 0 0;
}
.blog-page .blog-entry .entry-content {
	padding: 10px 0;
}
.blog-section {
	position: relative;
}
.blog-entry {
	margin-bottom: 60px;
}
.blog-entry:hover .entry-cover .entry-hover {
	height: 100%;
}
.blog-entry .entry-cover .entry-hover {
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-transition: height 0.8s;
	-moz-transition: height 0.8s;
	transition: height 0.8s;
	-o-transition: height 0.8s;
}
.blog-entry .entry-cover .entry-hover span {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: red;
	margin: 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 2;
}
.blog-entry .entry-cover .entry-hover h5 {
	position: absolute;
	top: 50%;
	margin: -23px auto 0;
	color: #fff;
	font-size: 30px;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	z-index: 3;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	right: 0;
	-webkit-transition: ease-in-out 0.8s;
    -moz-transition: ease-in-out 0.8s;
    -o-transition: ease-in-out 0.8s;
    transition: ease-in-out 0.8s;
}
.blog-entry:hover .entry-cover .entry-hover h5 {
	opacity: 1;
	filter: alpha(opacity=100);
}
.blog-entry .entry-cover {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.blog-entry .entry-cover .entry-cover-hover {
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-radius: 6px;
	top: 0;
	filter: alpha(opacity=00);
}
.blog-entry:hover .entry-cover .entry-cover-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.blog-entry .entry-cover .entry-cover-hover a {
	font-weight: 700;
	top: 50%;
	position: absolute;
	left: 0;
	margin: -28px auto 0;
	right: 0;
	width: 180px;
}
.blog-entry .entry-cover img {
	max-width: 100%;
	height: auto;
}
.blog-entry .entry-header {
	background: #fff;
	padding: 20px 30px 0;
}
.blog-entry .entry-content {
	background: #fff;
	padding: 10px 30px;
}
.blog-entry .entry-content p {
	font-style: normal;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 300;
	color: #808080;
	margin: 0 0 20px 0;
}
.blog-entry .entry-header h4 {
	margin: 0;
	line-height: 1.3em;
}
.blog-entry .entry-header h4 a {
	color: #121212;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
.blog-entry .entry-header h6 {
	font-style: italic;
	padding-bottom: 10px;
	font-size: 16px;
	position: relative;
}
.blog-entry .entry-header h6 span {
	display: block;
	height: 1px;
	width: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.blog-entry .entry-footer p {
	margin: 0;
	color: #808080;
	font-size: 13px;
}
.blog-entry .entry-footer p a {
	font-style: italic;
}
.blog-entry .entry-footer p a:hover {
	text-decoration: underline;
}
.blog-entry .entry-footer p span {
	color: #121212;
	font-style: italic;
}
.blog-entry .entry-footer .button-1 {
	padding: 12px 35px;
	font-style: italic;
	text-transform: none;
}
.events-cover {
	background: url('../images/bg-events.jpg') fixed top center no-repeat;
	background-size: cover;
}
.events-cover .bg-cover {
	padding: 60px 0 0;
	background: rgba(0,0,0,0.5); 
}
.causes-section {
	padding: 90px 0 0;
}
.cause-entry {
	margin-bottom: 40px;
	overflow: hidden;
}
.cause-cover {
	position: relative;
}
.cause-cover-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(46, 46, 46, 0.8);
	padding: 30px;
	width: 50%;
}
.cause-cover-hover i {
	font-size: 50px;
	display: block;
	margin-bottom: 20px;
}
.cause-cover-hover h4 a {
	color: #fff;
}
.cause-cover-hover h4 {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}
.cause-cover-hover p {
	color: #fff;
	margin-bottom: 15px;
}
.dontaion-bar {
	padding: 20px 30px; 
	background: #5d5958; 
}
.donation-bar p {
	margin: 0;
	font-weight: 400;
	font-style: italic;
	font-size: 13px;
}
.donation-bar .donation-procentage {
	background: #dbdbdb;
	height: 3px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 8px;
}
.donation-bar .donation-procentage span {
	display: block;
	height: 3px;
}
/* =========================== END BLOG SECTION ===================== */
/* =========================== START SITE TITLE ===================== */
.site-title {
	text-align: center;
	margin: 0 auto 80px;
	max-width: 360px;
	border: 1px solid;
	padding-top: 15px;
}
.site-title h1 {
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 700;
	margin: 0 auto -20px;
	text-transform: uppercase;
	color: #4c4c4c;
	display: inline-block;
	background: #fff;
	padding: 0 40px;
}
.site-title p {
	max-width: 600px;
	margin: 0 auto 5px;
	color: #808080;
	font-style: italic;
	font-size: 16px;
	line-height: 1.5em;
} 
/* =========================== END SITE TITLE ===================== */
/* =========================== START SOCIALS ===================== */
.socials {
	text-align: center;
	margin-bottom: 30px;
}
.socials li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 10px 20px; 
}
.socials li a {
	border: 2px solid #808080;
	display: block;
	text-align: center;
	font-size: 23px;
	line-height: 1em;
	color: #808080;
	height: 45px;
	width: 45px;
	padding-top: 10px;
}
/* =========================== END SOCIALS ===================== */
/* =========================== START CONTACT SECTION ===================== */
.contact-section {
	padding: 80px 0 60px;
}
.contact-section .contact-info {
	font-size: 16px;
	font-weight: 700;
	color: #808080;
	text-align: center;
	margin-bottom: 40px;
}
.contact-section .contact-info a {
	color: #808080;
	border-bottom: 1px dotted;
}
.contact-section .contact-info a:hover {
	border: 0;
}
.contact-section .contact-info i {
	font-size: 30px;
	margin-right: 10px;
	line-height: 0.7em;
}
.contact-section .bg-cover {
	padding: 90px 0 60px;
	background: rgba(0,0,0,0.8);
}
.contact-form .contact-form-line {
	background: none;
	padding: 25px 20px;
	color: #121212;
	font-size: 16px;
	margin-bottom: 30px;
	width: 100%;
	border: 1px solid #808080; 
}
.contact-form .contact-form-area {
	background: none;
	padding: 25px 20px;
	color: #121212;
	font-size: 16px;
	resize: none;
	height: 250px;
	margin-bottom: 50px;
	width: 100%;
	border: 1px solid #808080; 
}
.contact-form .button-1 {
	padding: 18px 70px;
}
.map-location {
	margin-bottom: 90px;
}
.map-location iframe {
	width: 100%;
	border: 1px solid #ccc !important;
	padding: 5px;
	background: #fff;
	overflow: hidden; 
	height: 400px;
}
.map-location  {
	width: 100%;
	border: 1px solid #ccc !important;
	padding: 5px;
	background: #fff;
	overflow: hidden; 
	height: 400px;
}
/* =========================== END CONTACT SECTION ===================== */
/* =========================== START OPTIONS SECTION ===================== */
.options-section {
	position: relative;
	z-index: 9;
	margin: -60px auto 30px;
}
.options-section .option-box {
	padding: 35px;
	color: #fff;
	background: #363636;
	min-height: 290px;
	position: relative;
}
.options-section .option-box i {
	font-size: 40px;
	margin-bottom: 7px;
	display: block;
}
.options-section .option-box.d-bg-c h4,
.options-section .option-box.d-bg-c p {
	color: #363636;
}
.options-section .option-box h4 {
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.options-section .option-box .donation-bar p {
	font-weight: 400;
	font-size: 14px;
}
.options-section .option-box p {
	color: #fdfcfc;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.options-section .option-box.option-box-bg {
	background: url('../images/gallery-3.jpg') top left no-repeat;
}
.options-section .option-box.option-box-bg a {
	position: absolute;
	bottom: 0; 
	margin-bottom: 35px;
}
.options-section .option-box .button-1 {
	font-weight: 700;
	padding: 14px 35px;
	margin: 0 auto;
}
.options-section .option-box .subscription {
	margin: 0;
	padding: 0;
	position: relative; 
}
.options-section .option-box .subscription .subscription-line {
	font-size: 14px;
	padding: 12px 55px 12px 15px;
	width: 100%;
	border: 0;
	outline: 0;
	height: 52px;
	color: #363636;
}
.options-section .option-box .subscription .subscription-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 52px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	width: 52px;
} 
.options-section .option-box .button-1:hover,
.options-section .option-box .subscription .subscription-button:hover {
	background: #363636 !important;
}
.options-section .option-box .icon-arrow-left4 {
	color: #363636;
	font-size: 76px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 25px 0 0 -35px;
	overflow: hidden;
	height: 65px;
	width: 38px;
}
/* =========================== END OPTIONS SECTION ===================== */
/* =========================== START FOOTER ===================== */
footer {
	background: #363636;
	padding: 25px 0 5px;
	color: #fff;
}
footer .copywrite {
	margin: 0;
	padding: 0;
}
footer .copywrite li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
footer p {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding-top: 12px;
}
footer .socials {
	float: right;
	margin: 0;
}
footer .socials li a {
	color: #fff;
	border: 2px solid #fff;
}
/* =========================== END FOOTER ===================== */
/* =========================== START COLORS ===================== */
ul li.active .d-text-c-h,
.d-text-c.active,
.d-text-c-h.active,
.d-text-c-h:hover,
.sidebar .widget .twitter_widget ul li a,
.d-text-c {
	color: #c2d848 !important;
}
.d-bg-c.active,
.d-bg-c-h:hover,
.d-bg-c-h.active,
.d-bg-c {
	background: #c2d848 !important;
}
.d-border-c.active,
.d-border-c-f:focus,
.d-border-c-h:hover,
.d-border-c-h.active,
.d-border-c {
	border-color: #c2d848 !important;
}
.tab-widget .nav-tabs li.active a {
	border-top: 4px solid #c2d848 !important;
}
/* SECOND COLOR */
.our-services .one-service:hover i,
.s-text-c.active,
.s-text-c-h.active,
.s-text-c-h:hover,
.s-text-c {
	color: #056a82 !important;
}
.s-bg-c.active,
.s-bg-c-h:hover,
.s-bg-c-h.active,
.s-bg-c {
	background: #056a82 !important;
}
.s-border-c.active,
.s-border-c-f:focus,
.s-border-c-h:hover,
.s-border-c-h.active,
.s-border-c {
	border-color: #056a82 !important;
}
/* =========================== END COLORS ===================== */
.white {
	color: #fff;
}
.dark {
	color: #121212;
}
/* === SHORTCODES === */
/* ------------------------- BUTTONS CSS */
.button {
	display: inline-block;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 10px;
}
.button:hover {
	opacity: 0.8;
	color: #fff;
}
.button.button-type1 {
	border-radius: 5px;
}
.button.button-type2 {
	border-radius: 5px;
	color: rgba(0,0,0,0.6);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom: 2px solid rgba(0,0,0,0.2);
	font-weight: 700;
	font-size: 14px;
}
.button.button-large {
	padding: 15px 50px;
}
.button.button-medium {
	padding: 10px 30px;
	font-size: 14px;
}
.button.button-small {
	padding: 8px 20px;
	font-size: 13px;
}
.button-m1 {
	background: #21c2f8;
}
.button-m2 {
	background: #0072a5;
}
.button-m3 {
	background: #ff391f;
}
.button-m4 {
	background: #2cc541;
}
.button-m5 {
	background: #2f383d;
}
.button-m6 {
	background: #76beea;
}
.button-m7 {
	background: #9aa7af;
}
/* ------------------------- ALERT BOX CSS */
.alert-box {
	padding: 10px 35px 10px 10px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
	font-size: 13px;
}
.alert-box button {
	border: 1px solid rgba(0,0,0,0.8);
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	text-transform: lowercase;
	color: rgba(0,0,0,0.8);
	margin-right: -25px;
	border-radius: 30px;
	font-weight: 700;
	padding: 0 1px 0 0;
}
.alert-box p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
}
.alert-box.alert-normal {
	background: #eff5f7;
	border: 1px solid #dcdcdc;
}
.alert-box.alert-normal p {
	color: #959595;
}
.alert-box.alert-warning {
	background: #ffcdc7;
	border: 1px solid #fea094;
}
.alert-box.alert-warning p {
	color: #ff391f;
}
.alert-box.alert-information {
	background: #fff4bb;
	border: 1px solid #ffcc66;
}
.alert-box.alert-information p {
	color: #e99b00;
}
.alert-box.alert-succes {
	background: #c1faa8;
	border: 1px solid #9cff70;
}
.alert-box.alert-succes p {
	color: #6db74c;
}
.alert-box.alert-useful {
	background: #bceeff;
	border: 1px solid #8ae1ff;
}
.alert-box.alert-useful p {
	color: #21c2f8;
}
.alert-box.alert-custom {
	background: #decfdf;
	border: 1px solid #e2b5e5;
}
.alert-box.alert-custom p {
	color: #af75b3;
}
/* ------------------------- TABS CSS */
.tab-widget .nav-tabs {
	width: 100%;
	border-bottom: 0;
	margin: 0px;
}
.tab-widget .nav-tabs li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 !important;
	width: 50%;
}
.tab-widget .nav-tabs li a {
	color: #999;
}
.tab-widget .tab-content {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 20px;
	background: #fff;
}
.tab-widget .nav-tabs li a {
	border: 1px solid #fff;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 0;
	margin: 0;
	display: block;
}
.tab-widget .nav-tabs li a:hover {
	background: none;
}
.tab-widget .nav-tabs li.active a {
	border-top: 4px solid #00a651;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
/* ------------------------- MINI POSTS CSS */
.mini-post {
	margin-bottom: 20px;
}
.mini-post .mini-post-cover {
	margin: 0 0 15px 0;
}
.mini-post .mini-post-cover a {
	display: block;
}
.mini-post .mini-post-cover img {
	width: 100%;
	height: auto;
}
.mini-post h3 a,
.mini-post h3 {
	margin: 0;
	color: #454345;
	font-size: 16px;
	font-weight: 600;
}
.mini-post h3 a:hover {
	color: #ec005e;
}
.mini-post h6 {
	color: #a3a2a2;
	font-weight: 400;
	font-size: 12px;
	margin: 5px 0 5px 0;
}
.mini-post p {
	font-size: 13px;
	color: #a3a2a2;
	margin: 0;
}
/* ------------------------- ACCORDION CSS */
.panel-heading {
	padding: 0;
}
.panel-heading h4 a {
	padding: 10px 15px;
	display: block;
}
.panel-body {
	color: #808080;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
}
/* ------------------------- CAROUSEL CSS */
.our-clients-logo {
	position: relative;
}
.tesla-carousel-items {
	overflow: hidden;
}
.our-partners-arrows {
	position: absolute;
	top: 50%;
	margin: -32px auto 0;
	left: 0;
	right: 0;
	width: 100%;
}
.our-partners-arrows i {
	border: 2px solid #808080;
	color: #808080;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	line-height: 1.5em;
}
.our-clients-logo .our-partners-arrows {
	margin: -20px auto 0;
}
.our-partners-arrows .next {
	position: absolute;
	right: 0;
	margin-right: -40px;
}
.our-partners-arrows .next i,
.our-partners-arrows .prev i {
	padding: 5px;
	font-size: 13px;
}
.our-partners-arrows .prev {
	position: absolute;
	left: 0;
	margin-left: -40px;
}
.our-partners-arrows .next.disabled i:hover,
.our-partners-arrows .prev.disabled i:hover,
.our-partners-arrows .next.disabled i,
.our-partners-arrows .prev.disabled i {
	color: #ccc !important;
	cursor: default;
	border: 2px solid #ccc !important;
}
/* ------------------------- TESTIMONIALS CSS */
.testimonials-slider-2 {
	position: relative;
	margin-bottom: 80px;
}
.testimonials-slider-2 .testimonials-arrows {
	position: absolute;
	width: 200px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 5;
}
.testimonials-slider-2 .slide-left {
	float: left;
	cursor: pointer;
	margin-top: 60px;
}
.testimonials-slider-2 .slide-right {
	float: right;
	margin-top: 60px;
	cursor: pointer;
}
.testimonials-slider-2 .testimonial {
	list-style: none;
	position: absolute;
	left: 0;
	text-align: center;
	top: 0;
}
.testimonials-slider-2 .testimonial:first-child {
	position: relative;
}
.testimonials-slider-2 .testimonials-dots {
	text-align: center;
	position: absolute;
	margin: 0 auto -40px;
	height: 20px;
	left: 0;
	right: 0;
	bottom: 0;
}
.testimonials-slider-2 .testimonials-dots li {
	list-style: none;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.testimonials-slider-2 .testimonials-dots li i {
	font-size: 12px;
	color: #808080;
}
.testimonials-slider-2 .testimonials-arrows i {
	font-size: 20px;
	color: #808080;
}
.testimonials-slider-2 .testimonial .testimonial-cover {
	margin-bottom: 20px;
}
.testimonials-slider-2 .testimonial .testimonial-cover img {
	width: 140px;
	height: 140px;
	border-radius: 500px;
	border: 3px solid #686868;
}
.testimonials-slider-2 .testimonial .testimonial-content h2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}
.testimonials-slider-2 .testimonial .testimonial-content p {
	color: #808080;
	font-weight: 400;
	font-size: 16px;
	margin: 0 0 15px 0;
	line-height: 2em;
	font-style: italic;
}
.testimonials-slider-2 .testimonial .testimonial-content h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #787878;
}
.testimonials-slider-2 .testimonial .testimonial-content h3 span {
	text-transform: none;
}
/* ------------------------- PRICING CSS */
.pricing-table {
	border-radius: 10px;
	background: #f1f1f1;
	padding-bottom: 20px;
	margin-bottom: 50px;
	box-shadow: 0 0 4px #999;
}
.pricing-table .pricing-table-name {
	text-align: center;
	border-radius: 10px 10px 0 0;
	background: #454545;
	color: #fff;
	font-size: 24px;
	padding: 5px;
	line-height: 1.5em;
	margin-bottom: 40px;
}
.pricing-table .pricing-table-stuff {
	padding: 0 0 20px 0;
	margin: 10px 50px 20px;
	border-bottom: 1px dotted #ccc;
}
.pricing-table .pricing-table-stuff li {
	list-style: none;
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}
.pricing-table .pricing-table-stuff li span {
	font-weight: 700;
}
.pricing-table .pricing-table-price {
	font-size: 80px;
	font-weight: 700;
	color: #333;
	text-align: center;
	vertical-align: top;
	line-height: 1em;
	margin-bottom: 10px;
}
.pricing-table .pricing-table-price span {
	font-size: 20px;
	vertical-align: top;
}
.pricing-table p {
	color: #ccc;
	text-align: center;
}
.slider-section {
	margin-bottom: 40px;
}
.styled {
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #999;
	font-size: 27px;
	border-bottom: 1px dotted #ccc; 
	padding-bottom: 10px;
}
/* PORTFOLIO */
.our-works-portfolio .filter {
	text-align: center;
	padding: 0;
	margin: 0 0 30px 0;
}
.our-works-portfolio .filter li {
	list-style: none;
	margin: 0 10px 15px 0;
	padding: 0;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.our-works-portfolio .filter li a {
	display: block;
	color: #808080;
	background: #f1f1f1;
	padding: 5px 15px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px dotted #808080;
}
.our-works-portfolio .filter li a.active,
.our-works-portfolio .filter li a:hover {
	color: #fff;
}
.our-works-portfolio .our-works-item .works-item-cover {
	position: relative;
}
.our-works-portfolio .our-works-item .works-item-cover i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #333;
	font-size: 30px;
	z-index: 3;
	width: 50px;
	height: 50px;
	padding-top: 6px;
	line-height: 1.5em;
	cursor: pointer;
	border-radius: 6px; 
	margin: -25px auto 0;
}
.our-works-portfolio .our-works-item:hover .works-item-cover i {
	opacity: 1;
	filter: alpha(opacity=100);
}
.our-works-portfolio .our-works-item:hover .works-item-cover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}
.content {
	padding-top: 60px;
	padding-bottom: 30px;
}
/* =========================== START RESPONSIVE ===================== */
@media (max-width: 1400px) {
	.slider .slide-text {
		margin: 200px auto 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}	
@media (min-width: 1200px) and (max-width: 1500px) {
}
@media (max-width: 991px) {
	.statistics-section .statistic {
		border-left: 0px solid #4c4c4c;
		padding: 10px 0;
	}
	.our-team-section .team-member .member-cover {
		position: relative;
		text-align: center;
		margin: 0 auto 20px; 
	}
	.our-team-section .team-member {
		padding: 0;
	}
	.responsive-menu {
		display: block;
	}
	.menu>ul {
		display: none;
		min-width: 160px;
		position: absolute;
		right: 0;
		z-index: 100;
		border: 2px solid #fff;
		padding: 15px 10px 0;
		background: rgba(0,0,0,0.6);
	}
	.menu ul li {
		margin-left: 0;
		display: block;
		margin-bottom: 10px;
	}
	.menu ul li a {
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 700;
		display: block;
		color: #fff;
	}
	footer p,
	footer .footer-logo {
		text-align: center;
	}
	.subscription-section h4 {
		margin-bottom: 10px;
	}
}
@media (max-width: 1140px) {
	.slider .slide-text {
		margin-top: 150px;
	}
}
@media (max-width: 1040px) {
	.slider .slide-text {
		margin-top: 100px;
	}
}
@media (max-width: 750px) {
	.header {
		margin: 0;
	}
}
@media (max-width: 940px) {
	.slider .slide-text {
		margin-top: 50px;
	}
}
@media (max-width: 880px) {
	.slider .slide-text {
		display: none;
	}
	.logo {
		margin-left: 20px;
	}
	.menu {
		margin-right: 20px;
	}
}
@media (max-width: 600px) {
	footer .socials {
		float: none;
		text-align: center;
	}
	footer .copywrite .logo {
		border-right: 0;
		margin: 0;
		text-align: center;
	}
	footer .copywrite li {
		display: block;
		text-align: center;
	}
	.our-partners-arrows {
		z-index: 10;
	}
	.our-partners-arrows .prev,
	.our-partners-arrows .next {
		margin: 0;
	}
	.float-right {
		float: none;
		width: 100%;
	}
	.top-line {
		margin: 0;
		text-align: center;
	}
	.header .arange-top {
		text-align: center;
	}
	.top-line li a {
		margin-bottom: 15px;
		padding: 20px;
		display: block;
	}
	.menu>ul {
		text-align: left;
	}
}
@media (min-width: 991px) {
	.menu>ul {
		display: block !important;
	}
}
@media (max-width: 450px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		width: 100%;
	}
	.share-with-us {
		display: none;
	}
	.header.header-transform .top-line li a,
	.top-line li a {
		padding: 5px;
		margin: 3px;
	}
	.header {
		position: relative;
		margin: 0;
	}
	.header.header-transform {
		position: fixed;
	}
	.top-container {
		padding: 0;
	}
	.cause-cover-hover{
width:75%;
}
.cause-cover-hover .icon-droplet{
display:none;
}
}
/* =========================== END RESPONSIVE ======================= */
/* =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;
}
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;
}
.gallery-caption{}
.bypostauthor{}
.sticky {}
/* =========================== START SHOP SECTION ===================== */
.shop-section {
    padding-bottom: 80px;
    clear: both;
}
.shop-section .shop-filter {
    padding-bottom: 50px;
}
.shop-section .shop-filter h6 {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    padding-top: 8px;
}
.shop-section .shop-filter select {
    width: 150px;
    outline: none;
    border: 1px solid #eee;
    font-size: 14px;
    background: #f1f1f1;
    padding: 5px 10px;
}
.shop-section .shop-items {
    padding-bottom: 20px;
}
.shop-section .shop-items .shop-item {
    margin-bottom: 30px;
}
.shop-section .shop-items .shop-item .item-image {
    position: relative;
    margin-bottom: 20px;
}
.shop-section .shop-items .shop-item .item-details h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.shop-section .shop-items .shop-item .item-details h3 a {
    color: #333;
}
.shop-section .shop-items .shop-item .item-details h6 {
    font-style: italic;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.shop-section .shop-items .shop-item .item-details h6 i {
    text-decoration: line-through;
    padding-right: 10px;
}
.shop-section .shop-items .shop-item .item-hover .item-new, .shop-section .shop-items .shop-item .item-hover .item-sale, .shop-section .shop-items .shop-item .item-hover .item-sold {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0 10px;
    padding-top: 17px;
    line-height: 1.5em;
    border-radius: 100px;
    background: #4c4c4c;
    text-transform: uppercase;
}
.shop-section .shop-items .shop-item .item-hover .item-new {
    background: #808080;
}
.shop-section .shop-items .shop-item .item-hover .item-hover-bg {
    position: absolute;
    top: 50%;
    margin: -25px auto 0;
    width: 150px;
    height: 50px;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}
.shop-section .shop-items .shop-item .item-hover h5 {
    position: absolute;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
    top: 50%;
    margin: -10px auto 0;
}
.shop-section .shop-items .shop-item:hover .item-hover .item-hover-bg {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.shop-section .shop-items .shop-item:hover .item-hover h5 {
    opacity: 1;
    filter: alpha(opacity=100);
}
.shop-section .shop-items .shop-item .item-hover h5 a {
    color: #fff;
    display: block;
}
.shop-item:hover .item-hover h5 {
    opacity: 1;
    filter: alpha(opacity=100);
}
.shop-item:hover .item-hover .item-hover-bg {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.shop-item .item-hover h5 {
    position: absolute;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
    top: 50%;
    margin: -10px auto 0;
}
.item-hover h5 a {
    color: #fff;
    display: block;
}
.item-hover h5 a:hover {
    color: #333;
}
.shop-section .shop-items .shop-item .item-hover h5 a:hover {
    color: #333;
}
.shop-section .shop-pagination {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}
.shop-section .shop-pagination li {
    display: inline-block;
    list-style: none;
    *zoom: 1;
    margin: 0 5px;
    *display: inline;
}
.shop-section .shop-pagination li a {
    display: block;
    width: 30px;
    line-height: 1.5em;
    height: 30px;
    font-size: 14px;
    color: #333;
    border: 2px solid #ccc;
    padding-top: 2px;
}
.shop-item-page .alert {
    background: #f1f1f1;
    padding: 10px 15px;
    min-height: 56px;
    position: absolute;
    margin-top: -85px;
    width: 100%;
}
.shop-item-page .alert h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding-top: 8px;
}
.shop-item-page .alert a {
    float: right;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.shop-item-page .alert a:hover {
    background: #484848 !important;
}
.shop-item-page .shop-item-description {
    padding: 40px 0;
}
.shop-item-page .shop-item-description ul {
    margin-bottom: 20px;
    border-top: 2px solid #f1f1f1;
    border-bottom: 0;
}
.shop-item-page .shop-item-description li.active a {
    border: 0;
    border-top: 4px solid;
}
.shop-item-page .shop-item-description li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    border-top: 4px solid #fff;
}
.shop-item-page .shop-item-description ul {
    border-top: 0;
}
.shop-item-page .shop-item-description .item-shop-rate {
    margin-bottom: 20px;
}
.shop-item-page .shop-item-description .shop-item-info {
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
    border: 0;
}
.shop-item-page .shop-item-description .shop-item-info li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 140px;
    font-style: italic;
}
.shop-item-page .shop-item-description .shop-item-info li span {
    position: absolute;
    width: 120px;
    top: 0;
    left: 0;
    font-style: normal;
}
.shop-item-page .slider ul.slider-dots {
    padding: 0;
    position: relative;
    margin: 0;
}
.shop-item-page .slider ul.slider-dots li {
    list-style: none;
    display: block;
    margin: 0 0 30px 0;
    width: 100%;
    height: 165px;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
}
.shop-item-page .shop-item-describe .shop-item-top {
    margin-bottom: 40px;
}
.shop-item-page .shop-item-describe .shop-item-top ul {
    float: right;
}
.shop-item-page .shop-item-describe .shop-item-top ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 6px;
}
.shop-item-page .shop-item-describe .shop-item-top a {
    font-size: 13px;
    font-style: italic;
    color: #4c4c4c;
}
.shop-item-page .shop-item-describe .shop-item-top ul li a {
    display: block;
    width: 34px;
    height: 34px;
    color: #808080;
    padding-top: 4px;
    line-height: 1em;
    font-size: 24px;
    text-align: center;
    border: 2px solid #808080;
}
.shop-item-page .shop-item-describe .shop-item-top ul li a:hover {
    background: #808080;
    color: #fff;
}
.shop-item-page .shop-item-describe h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.shop-item-page .shop-item-describe h2 {
    font-size: 40px;
    color: #4c4c4c;
    vertical-align: top;
    line-height: 1.5em;
}
.shop-item-page .shop-item-describe h2 span {
    font-size: 22px;
    vertical-align: top;
    line-height: 2em;
}
.shop-item-page .shop-item-describe .shop-item-vote {
    font-style: italic;
    margin-bottom: 30px;
}
.shop-item-page .shop-item-describe .add-cart {
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}
.shop-item-page .shop-item-describe .add-cart:hover {
    background: #464646 !important;
}
.shop-item-page .shop-item-describe .shop-item-options {
    margin-bottom: 30px;
    font-size: 16px;
    padding-top: 20px;
}
.shop-item-page .shop-item-describe .shop-item-options select {
    width: 120px;
    border: 1px solid #eee;
    background: #f1f1f1;
    padding: 5px 10px;
    outline: none;
}
.cart-page {
    padding-bottom: 100px;
}
.cart-page h4 {
    color: #4c4c4c;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #efefef;
    text-transform: uppercase;
    font-weight: 400;
}
.cart-page .cart-page-ul {
    margin-bottom: 30px;
    padding: 0;
}
.cart-page .cart-page-ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
}
.cart-page .cart-page-ul li span {
    float: right;
}
.cart-page .coupon-b {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    background: #808080;
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
}
.cart-page .coupon-line {
    width: 100%;
    padding: 15px 20px;
    font-style: italic;
    margin-bottom: 15px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}
.cart-page .cart-box-item {
    margin-bottom: 20px;
}
.cart-page .cart-box-item select {
    width: 100%;
    border: 1px solid #eee;
    background: #f1f1f1;
    padding: 5px 10px;
    outline: none;
}
.cart-page .cart-box-item-name {
    position: relative;
    padding-left: 140px;
    min-height: 60px;
}
.cart-page .cart-box-item-name .cart-avatar {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: 50px;
}
.cart-page .cart-box-item-name h2 {
    font-size: 16px;
    color: #383838;
    padding-top: 24px;
    text-transform: uppercase;
}
.cart-page .cart-box-item-name h2 a {
    color: #383838;
}
.cart-page .cart-box-item-name i {
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    margin-top: 20px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    color: #c1c1c1;
    font-size: 11px;
    border: 2px solid #ccc;
}
.sidebar .widget .mini-shop-item {
    position: relative;
    padding-left: 100px;
    min-height: 70px;
    margin-bottom: 20px;
}
.sidebar .widget .mini-shop-item .shop-item-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar .widget .mini-shop-item h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
}
.sidebar .widget .mini-shop-item h4 a {
    color: #333;
}
.sidebar .widget .mini-shop-item h6 {
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.sidebar .widget .mini-shop-item .shop-item-image img {
    width: 70px;
    height: 70px;
}
.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
color: #fff;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
margin: 0 0 1em;
padding: 0;
font-size: 0.92em;
color: #fff;
}
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price{
	font-size: 40px;
color: #4c4c4c;
vertical-align: top;
line-height: 1.5em;
}
.single_add_to_cart_button{
	padding: 10px 25px;
color: #fff;
font-size: 16px;
text-transform: uppercase;
display: inline-block;
background: #c2d848 !important;
text-shadow: none;
}
.woocommerce span.onsale, .woocommerce-page span.onsale{
position: absolute;
width: 60px !important;
height: 60px !important;
text-align: center;
font-size: 16px;
color: #fff !important;
margin: 10px 0 0 10px !important;
padding-top: 17px;
line-height: 1.5em;
border-radius: 100px !important;
background: #4c4c4c ;
text-transform: uppercase !important;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button{
background: none repeat scroll 0 0 #c2d848 !important;
scroll 0 0 #808080;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase;
	border:none;
}
.page_nav a, .page_nav span{
border: 1px solid;
padding: 2px 5px;
}
.options-section .option-box.option-box-bg form{
bottom: 0;
    margin-bottom: 35px;
    position: absolute;
}
.cross-sells h2{
	font-size:18px;
}
.cart_totals  h2{
	font-size:18px;
}
.shop-item .item-details h3{
	font-size:14px;
}
.shipping_calculator h2{
	font-size: 18px;
}
/* =========================== END SHOP SECTION ===================== */
/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
/* RSS Widget */
.rsswidget img {
	margin-top: -4px;
}
.rssSummary {
	margin: 9px 0;
}
.rss-date {
	display: block;
}
.widget_rss li {
	margin-bottom: 18px;
}
.widget_rss li:last-child {
	margin-bottom: 0;
}
.sidebar .menu ul li a {
    color: #fff;
    display: block;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
}
.sidebar .sub-menu li a {
    color: #428bca !important;
    display: block;
    text-decoration: none;
    background-color: none;
}
.sidebar .menu ul li ul {	
	position: relative;
	margin: 0;
	padding: 0;
	overflow: visible;
	background: none;
}
.sidebar .menu ul li ul li {
	display: block !important;
	margin: 0;
	padding: 0px 0px 0px 5px;
	text-align: left; 
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
}
.sidebar select{
	max-width:  80%;
}

.widgetGuts h3{display: none !important;}
.widgetGuts label{display: none !important;}
.widgetGuts input[type=text]{
font-size: 14px;
padding: 12px 55px 12px 15px;
width: 100%;
border: 0;
outline: 0;
height: 52px;
color: #363636;
}

.woocommerce-page input.button {
color: #fff;
font-size: 12px;
margin-bottom: 15px;
padding: 10px 5px;
text-align: center;
text-transform: uppercase;
border: none;
}
.woocommerce-page input.button {
background: none repeat scroll 0 0 #c2d848 !important;
color: #fff;
font-size: 12px;
margin-bottom: 15px;
padding: 10px 5px;
text-align: center;
text-transform: uppercase;
border: none;
}

.woocommerce #content input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt, .woocommerce-page #content input.button.alt, 
.woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
	text-shadow:none !important;
	font-weight: 700 !important;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, .woocommerce-page a.button, 
.woocommerce-page button.button, .woocommerce-page input.button {
	font-weight: 300 !important;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart{
margin-top: -5px;
height: 25px;
}

.cause-cover img {
max-width: 100%;
height: auto;
}

.to-top{
	
	padding:10px; 
	text-align:center; 
	background: #cfcfcf;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:40px;
	display:none;
	background: url('arrow_up.png') no-repeat 0px 20px;
}