/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/*Own Css by Mr Jamal*/

html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

	background-position:  50% 50%;
    background-attachment:fixed;		
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width: 100%;
	height: 100%;
	  	background-image: url("../image/bottombg.jpg");
	background-repeat:no-repeat;
	background-position:bottom;

}

body{
}

.tm-toolbar {border: 0px solid red; margin: 6px 16px;}
.tm-headerbar {border: 0px solid red;}
.tm-navbar {border: 0px solid red;}
.tm-footer {}


/*** custom code ***/
.slidecover {
	background-image: url("../image/slidecover.png");
    background-position: bottom;
}


.dj-mobile-open-btn {float:right!important;}
#tm-headerbar .uk-container{
position: relative;
border: 0px solid red;
}

#tm-headerbar .uk-container .tm-navbar{
position: absolute;
top: 48%;
right: 5px;
background-color: none;
width: 95%;
}

@media (min-width: 320px) and (max-width: 768px) {
	/****danny mob modification ****/
	#tm-headerbar .uk-container .tm-navbar{
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px solid red;
width: 114%;
height: 60px;
padding-top:9px;
	}
	
	div.k2ItemsBlock ul li { width: 90%;
margin-bottom: 2%; }

	.even { margin-right:0%;  }
.odd { margin-right:0%; }


}

.uk-dropdown{}
.uk-dropdown-navbar{} 
.uk-dropdown-width-1{}

.uk-navbar-nav > li > a { 
margin-right: 10px;
padding-left: 5px;
padding-right: 5px;
}


.uk-navbar-nav > li:last-child > a { 
margin-right: 0px;
}

.uk-navbar-nav > li > a i{ 
margin-right: 5px;
}

a.uk-navbar-nav-subtitle div
{}

.tm-toolbar-bg{
background: #fff;
color: #2f2a2a;
font-size:12px;
line-height: 16px;
}

.tm-headerbar-bg{
background: #9f1321;
background-repeat: no-repeat;
background-position: bottom;
padding-bottom: 43px;
margin-bottom: -31px;
 
}

.tm-block-showcase-a{
    
		background: #f7faff;
	position: relative;
	padding:5%;
	text-align:center;
}

.tm-block-showcase-a .uk-panel-box{
 
/* margin-top: 9%; */
}

.tm-block-showcase-a .uk-panel-title{
 
}

.tm-block-showcase-b{
    border: 0px solid red;
		 top: -4%;
		 position:relative;

}

.tm-block-showcase-b .uk-width-1-1 .uk-width-medium-2-3 {
width: 70%;}

.tm-block-showcase-b .uk-width-1-1 .uk-width-medium-1-3 {
width: 27%;}

#tm-top-a .uk-panel-title { 
background-color: #e3e3e3;
padding: 19px 0px 12px 4%;
border-bottom: 8px solid #D5D5D5;
text-align: center;}

.tm-middle .uk-width-1-1 {
	width: 95%;
margin-left: 3%;
}
.tm-block-showcase-c{
	color: #ffffff;		
	background: none;
}


/***css formated ol list  - danny **/
.itemIntroText ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
.itemIntroText  ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    border-top:0px solid #ccc;
    background:none;
}
.itemIntroText  ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:4px;
    border-top:0px solid #666;
    color:#fff;
    background:#BC0D0D;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
}
.itemIntroText  li ol,
.itemIntroText li ul {margin-top:6px;}
.itemIntroText ol ol li:last-child {margin-bottom:0;}






.tm-block-showcase-c .uk-panel-box {

    padding: 0px;
	background: none;
text-align: center;
}

.tm-block-showcase-c .donation {

}

.donation {
	max-width: 800px;
	margin: auto;
}


.donation .link-1:hover{
color: #ffffff;
border: 1px solid #ffffff;
}

.outline-style{
outline: 5px solid rgba(0,0,0,0.5); 
outline-radius: 3px;
}

.border-style{
border: 5px solid rgba(0,0,0,0.5); 
border-radius: 2px;
}

.tm-block-showcase-c .donation h1,
.tm-block-showcase-c .donation h2,
.tm-block-showcase-c .donation h3,
.tm-block-showcase-c .donation h4,
.tm-block-showcase-c .donation h5,
.tm-block-showcase-c .donation h6
{color: #ffffff;}

.tm-block-top-a{
	background: #f7faff;
    border: 0px solid red;
	padding-bottom: 30px;
}

.tm-block-top-b{
	background: #f7faff;
	color:#656565;
	padding-bottom: 30px;
}


.tm-block-middle{
	padding: 0px;
/*	background: #f7faff; */
}

.tm-block-top-b h3 { text-align:center; margin-bottom:15px;  } 

.tm-block-top-b h4 { 
background-color: rgb(242, 235, 235);
padding: 12px;
font-size: 14px;
text-transform: uppercase;
line-height: 19px;
border-bottom: 2px solid rgb(162, 17, 17); min-height: 40px;} 



.tm-block-top-b li, dt, dd {
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 11px;
	list-style:square;
	list-style-position:outside;
	
}



/*Seminar Part*/

.seminar{

}

.seminar .seminar-img-right{
margin: 0px 0px 20px 20px;
}

.env-img-left{
margin: 0px 20px 20px 0px;
}

/*Newsletter*/
.newsletter .acysubbuttons {
    text-align: left;
	margin:0px;
}

.newsletter .acymailing_form .fieldacyemail{
	margin: 0 0 8px;
}


.newsletter .inputbox{
    background: #f0f0f0;
    border-radius: 3px;
    height: auto;
    line-height: 24px;
    padding: 16px;
    transition: all 0.2s ease-in-out 0s;
	width: 100%;
}

.newsletter .button {
    display: inline-block;
    letter-spacing: 4px;
    padding: 18px 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	text-transform: uppercase;
    transition: all 300ms linear 0s;
}



.link-1 {
    background: #a01421;
    color: #ffffff;
    border: 1px solid #a01421;
    display: inline-block;
    letter-spacing: 4px;
    padding: 14px 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	text-transform: uppercase;
    transition: all 300ms linear 0s;
    font-family: inherit;
}

.link-1:hover
{
    background: none;
	color: #a01421;
	text-decoration: none;
}


.tm-block-feature-a{
    border: 0px solid red;
	padding:0px;
	padding: 3%;
background: RGBA(0, 0, 0, 0.53);
    
}

.sponsors{

}

.sponsors .sponsor-img{
border: 1px solid #cccccc;
margin-bottom: 5px;
background: #f7faff;
}

.sponsors .wk-slideshow-default .nav span {
    background: rgba(0, 0, 0, 0.4);
	width: 12px;
	height: 12px;
	border-radius: 8px;
}

.sponsors .wk-slideshow-default .nav span:hover {
    background: rgba(0, 0, 0, 0.8);
}

.sponsors .wk-slideshow-default .nav .active span {
    background: rgba(0, 0, 0, 1);
}

.tm-block-feature-b{
    border: 0px solid red;
	padding: 30px;
/*	background: #f7faff;
	  */  margin-top: 30px;
    margin-bottom: -21px;
}
}

.tm-feature-b .uk-grid { 
text-align:right;
}



#myTab {display: none;}

.uk-icon-button{
margin-bottom: 10px;
}

.meet-with-us .bottom-add-margin{
    margin-top: 30px;
}

.meet-with-us .uk-icon-button
{
    background: none;
    border-radius: 0%;
	border: 1px solid #cccccc;
}

.tm-block-feature-c{
	color: #ffffff;		
	background-color: none;
}

.tm-color-overlay{
    background-color: rgba(0, 0, 0, 0);
	padding: 12% 0px;
}

.color-overlay-dark{
padding: 70px 0px;
background-color: rgba(0, 0, 0, 0);
margin-top: -40px;
}

.color-overlay-block{
    background-color: rgba(0, 0, 0, 0.5);
	padding: 30px;
}

.tm-block-feature-c .uk-panel-box {
    background: none;
	color:#dddddd;
}

.tm-block-feature-c .uk-panel-title{
	color: #ffffff;
}

.meet-with-us .uk-icon-button:hover
{

}

.tm-block-feature-c h1,
.tm-block-feature-c h2,
.tm-block-feature-c h3,
.tm-block-feature-c h4,
.tm-block-feature-c h5,
.tm-block-feature-c h6{
color: #ffffff;
}


.tm-block-bottom-a{
    border: 0px solid red;
	padding: 0px;
	background: #ffffff;
}

.tm-block-bottom-b{
/*	background: RGBA(3, 103, 65, 0.57);*/
padding: 2%;
color: #cccccc;
}

.tm-block-bottom-b h1,
.tm-block-bottom-b h2,
.tm-block-bottom-b h3,
.tm-block-bottom-b h4,
.tm-block-bottom-b h5,
.tm-block-bottom-b h6
{
color: #cccccc;
}


#tm-bottom-b .uk-container-center{
background-color: none;
padding-top: 4%;
color: #FFF;

padding-bottom: 37px;
max-width: 939px;
}

#tm-bottom-b .uk-container-center a{ color: #d8cfcf;}

.tm-block-bottom-b .uk-panel-box {
    background: none;
	color: #d8cfcf;
}

.tm-block-bottom-b .uk-panel-box .uk-panel-title {
    color: #ffffff;
    border-bottom: 2px solid #b00505;
height: 49px;
margin-bottom: 10px;
}

.tm-block-footer{
	/*background: #a01421;
    background-color: rgb(167, 144, 6);*/
color: #6b6161;
border-top: 0px solid #666666;
padding: 2px 0px;
}

.uk-subnav-line > li:nth-child(n+2):before {
border-color: #b3b3b3;
}

.tm-block-dark .uk-panel-box .uk-nav-side > li > a {

}

.tm-footer {
margin-bottom: 1px;
margin-top: -15px;
padding-bottom: 32px;}

div.boxplus-slider {
    padding: 0px;
}

div.sigplus-gallery ul > li > img,
div.sigplus-gallery ul > li > a > img {
margin:0px !important;
}

.uk-panel-box{
background: none;
}


/*Sponsor*/

.uk-margin-bottom {
    margin-bottom: 45px !important;
}

.tm-underline {
    position: relative;
}
.tm-underline:before {
    background-color: #e1e1e1;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}


.tm-divider {
    border-color: #e1e1e1;
    border-width: 2px;
    margin: 25px auto;
    width: 120px;
}

/*Slide*/
@media (min-width: 320px) and (max-width: 1024px) {
.slide-cap-hide800{ display: none;}
}


.home-slide3{
padding-top: 100px; padding-bottom: 100px; color: #ffffff;
}

.home-slide3 .link-1{
border: 1px solid #ffffff;
background: #ffffff;
color: #28292a;
}

.home-slide3 .link-1:hover{
background: none;
color: #ffffff;
}

.home-slide .wk-slideshow .caption 
{
    background: transparent linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(255, 255, 255) 100%) repeat scroll 0% 0%;
    /* background: transparent linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #040D1D 100%) repeat scroll 0% 0%; */
    bottom: 0%;
    position: absolute;
    z-index: 5;
	min-height:30%;
	font-family: 'Quicksand', sans-serif!important;
}


.wk-slideshow .next, .wk-slideshow .prev {
	text-align:center;
	z-index: 6;
}

.wk-slideshow-default > div:hover .prev,
.wk-slideshow-default > div:hover .next
{
    background:  none;
	transition: all 300ms linear 0s;
	height: 60px;
	width: 60px;
}

.wk-slideshow-default > div:hover .prev:hover,
.wk-slideshow-default > div:hover .next:hover
{
    background:  rgba(0, 0, 0, 1);
}

.wk-slideshow-default > div:hover .prev:after,
.wk-slideshow-default > div:hover .next:after
 {
    font-family: "FontAwesome";
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
	font-weight: bold;
}

.wk-slideshow-default > div:hover .prev:after{
    content: "\f104";
	}
	
.wk-slideshow-default > div:hover .next:after{
    content: "\f105";
	}

.home-slide .wk-slideshow .caption a
{
    text-decoration: none;
}

.scaption1,
.scaption2,
.scaption3,
.scaption4,
.scaption5,
.scaption6,
.scaption7,
.scaption8
{
display: inline-block;
color: #B10000;
font-weight: normal;
text-transform: uppercase;
padding-top: 5%;
font-size: 50px;
}

.scaption3{
padding: 5px 10px;
border: 1px solid #ffffff;
}

.scaption4{
padding: 5px 10px;
background: #a01421;
}

.scaption5{
padding: 5px 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

.scaption6{
padding: 5px 0px;
border-bottom: 1px solid #ffffff;
}

.scaption7{
padding: 0px 10px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}

.scaption8{
padding: 5px 0px;
border-top: 1px solid #ffffff;
}

.font18{
font-size:18px;
}

.font30{
font-size: 30px;
line-height: 35px;
}

.font35{
font-size:35px;
}
.font50{
font-size: 50px;
}
.font60{
font-size: 60px;
}
.font65{
font-size: 65px;
line-height: 70px;
}

.font-bold{
font-weight: bold;
}
.font-normal{
font-weight: bold;
}

.caption1{
background: rgba(0, 0, 0, 0.8);
display: inline-block;
padding: 10px 15px;
margin: 0;
color: #ffffff;
}

.white-text{
color: #ffffff;
}

.grey-text{
color: #666666;
}

.marginL10{
margin-left:10px;
}

.marginR10{
margin-right:10px;
}

.marginB{
margin-bottom:0px;
}

.marginT30{
margin-top:30px;
}
.marginT40{
margin-top:40px;
}

.marginTB-MOB{
margin:10px 0px;
}


.marginTB10{
margin:10px 0px;
}



.color-text{
color: #a01421;
}

.border-b-c{
border-bottom: 1px solid #a01421;
}

.border-line-c,
.border-line-cr,
.border-line-cc,
.border-line-ct
{
position:relative;
}

.border-line-ct{
margin-bottom: 40px;
}

.border-line-c:before,
.border-line-cr:before,
.border-line-cc:before,
.border-line-ct:before
{
background: #ffffff;
bottom: -13px;
content: "";
display: block;
height: 1px;
position: absolute;
width: 120px;
}

.border-line-ct:before
{
bottom: -43px;
}

.border-line-cr:before
{
right: 0;
}

.border-line-cc:before,
.border-line-ct:before
{
left: 50%;
margin-left: -60px;
}

.border-tb{
border-top: 1px solid rgba(255, 255, 255, 0.5);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.border-lr{
border-left: 1px solid rgba(255, 255, 255, 0.5);
border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.display-inline{
display: inline-block;
}

.caption-color{
background: #a01421;
display: inline-block;
padding: 10px 15px;
color: #ffffff;
}

.caption2{
background: rgba(255, 255, 255, 0.8);
display: inline-block;
padding: 10px 15px;
margin: 0;
color: #333333;
}

.caption3{
background: none;
display: inline-block;
padding: 10px 15px;
margin: 0;
color: #ffffff;
}

.caption4{
	background:rgba(201, 16, 50, 0.8);
    line-height: 26px;
	font-size: 14px;
	color: #ffffff;
    padding: 6px;
    font-size: 18px;
    letter-spacing: 2px;
}

.no-margin{
margin: 0px;
}

.text-upper{
text-transform: uppercase;
}

.text-lower{
text-transform: none;
}

/*Bottom Logo-Address Part*/
.tm-block-bottom-b .bottom-logo{
border: 1px solid #666666;
padding:25px 0px 25px 0px;
margin-top: 10px;
}

.bottom-logo span{margin:0px 7px;} 

.bottom-add
{
    text-transform: uppercase;
}

.tm-block-bottom-b .bottom-tel
{
margin:0px;
font-size:20px;
line-height: 30px;
}

.tm-block-bottom-b .bottom-add-margin
{
margin-top: 30px;
}

.tm-block-bottom-b .uk-icon-button
{
    background: none;
    border-radius: 0%;
	border: 1px solid #666666;
	color: #cccccc;
}

.tm-block-bottom-b .uk-icon-button:hover
{
	color: #ffffff;
}

/*Latest Events*/
.levent {
    display: inline-block;
    margin: 0 0 40px 0;
}

.levent h4{
font-size: 18px;
line-height: 24px;
display: inline-block;
margin:0px;
}

.levent h4 .mod_events_latest_content a{
color: #cccccc;
}

.levent h4 .mod_events_latest_content a:hover{
text-decoration: none;
color: #ffffff;
}

.levent-ltime {
	border: 1px solid #666666;
	display: block;
    text-shadow: none;
    margin: 2px 18px 0px 0;
    width: 67px;
	float: left;
    height:70px;
}

.levent-ltime .lmonth {
    display: block;
    padding: 7px 0 0 1px;
    text-shadow: none;
    text-transform: uppercase;
    color: #cccccc;
    text-align: center;
    font-size: 11px;
}

.levent-ltime .ldate {
    color: #808080;
    text-align: center;
	display: block;
    font-size: 18px;
}


/*Latest News*/
.latest-news{

}

.latest-news a.nspImageWrapper{
float:left;
display: block;
width:20%;
}

.latest-news h4.nspHeader{
float:right;
display: block;
width:74%;
font-size: 16px;
padding:0px;
}


.latest-news p.nspInfo{
float:right;
display: block;
width:74%;
margin-top: 0px;
margin-bottom: 0px;
}

.latest-news p.nspText{
float:right;
display: block;
width:74%;
}


.latest-news-bot{

}

.latest-news-bot .nspArts, 
.latest-news-bot .nspLinksWrap {
padding: 0px;
border: 0px solid green;
}

.latest-news-bot a.nspImageWrapper{
float:right;
display: block;
border: 0px solid red;
}

.latest-news-bot h4.nspHeader{
float:left;
display: block;
width:74%;
font-size: 18px;
line-height: 24px;
padding:0px;
border: 0px solid yellow;
}

.latest-news-bot h4.nspHeader a{
color: #cccccc;
}

.latest-news-bot h4.nspHeader a:hover{
color: #ffffff;
}

.latest-news-bot p.nspInfo{
float:left;
display: block;
width:74%;
margin-top: 0px;
margin-bottom: 0px;
color: #808080;
}

.latest-news-bot p.nspText{
float:left;
display: block;
width:74%;
}

@media (max-width: 1300px){
	.latest-news-bot h4.nspHeader,
	.latest-news-bot p.nspInfo,
	.latest-news-bot p.nspText
	{
	width:65%;
	}	
}

@media (max-width: 1023px){
	.latest-news-bot h4.nspHeader,
	.latest-news-bot p.nspInfo,
	.latest-news-bot p.nspText
	{
	width:50%;
	}	
}

@media (max-width: 767px){
	.latest-news-bot h4.nspHeader,
	.latest-news-bot p.nspInfo,
	.latest-news-bot p.nspText
	{
	width:74%;
	}	
	
.sp-vertical-middle {
    margin-top: 54% !important;
}
	.tm-headerbar-bg { padding-bottom:5px!important;}
	
	.sp-pretitle { width: 100%!important; padding:1%!important; }
	.sp-title { width: 100%!important;  padding:1%!important;  font-size: 26px!important;
line-height: 25px!important;}

.bt-cs .bt-row {
    width: 93% !important;
}

	
}


@media (max-width: 479px){
	.latest-news-bot h4.nspHeader,
	.latest-news-bot p.nspInfo,
	.latest-news-bot p.nspText
	{
	width:65%;
	}	
}


/*Testimonial*/
.testimonials{
border: 0px solid red;
margin: auto;
max-width: 750px;
	}

.testimonials img.client-img{
border: 1px solid red; 
margin-top:0px; border-radius: 50%;
border-top: 3px solid rgba(201, 16, 50, 0.8);
border-right: 3px solid rgba(255, 255, 255, 0.8);
border-left: 3px solid rgba(255, 255, 255, 0.8);
border-bottom: 3px solid rgba(201, 16, 50, 0.8);
width: 100px;
height: 100px;
}

.testimonials .head-title:before {
    content: open-quote;
}
.testimonials .head-title:after {
    content: close-quote;
}
.testimonials .head-title {

}

.testimonials .message {
    margin-bottom: 30px;
    margin-top: 30px;
	font-style:italic;
}
.testimonials .sep-line {
    background: #a01421;
    height: 1px;
    margin: auto;
    width: 200px;
    z-index: 1;
}

.testimonials .aut-name {
    margin-top: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.testimonials .aut-name a{
color: #ffffff;
}

.wk-slideshow-default .nav span {
    background: rgba(255, 255, 255, 0.5);
	width: 12px;
	height: 12px;
	border-radius: 8px;
}

.wk-slideshow-default .nav span:hover {
    background: rgba(255, 255, 255, 0.8);
}

.wk-slideshow-default .nav .active span {
    background: rgba(255, 255, 255, 1);
}

.home-slide .wk-slideshow-default .nav {
position: absolute;
top: 2%;
z-index: 2;
right: 2%;
}

.home-slide .wk-slideshow-default .nav li {
display: block;
margin: 0px;
margin-bottom: 5px;
}

.home-slide .wk-slideshow-default .nav span {
    background: none;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.home-slide .wk-slideshow-default .nav span:hover {
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.home-slide .wk-slideshow-default .nav .active span {
    background: none;
    border: 2px solid rgba(255, 255, 255, 1);
}

/*twitter-update*/
.twitter-update{
}

.twitter-update .wk-twitter-single.image {
    background: none;
    min-height: 43px;
    padding-left: 0px;
}

.title-line-right .uk-panel-title,
.title-line-left .uk-panel-title,
.title-line-center-large .uk-panel-title
{
position:relative;
margin-bottom: 5px;
}

.title-line-right .uk-panel-title:before,
.title-line-left .uk-panel-title:before,
.title-line-center-large .uk-panel-title:before
{
background: #cccccc;
bottom: -15px;
content: "";
display: block;
height: 1px;
position: absolute;
width: 120px;
}

.tm-block-bottom-b .title-line-right .uk-panel-title:before,
.tm-block-bottom-b .title-line-left .uk-panel-title:before,
.tm-block-bottom-b .title-line-center-large .uk-panel-title
{
background: #666666;
}

.title-line-right .uk-panel-title:before{
right: 0px;
}

.title-line-left .uk-panel-title:before{
left: 0px;
}

.title-line-center-large .uk-panel-title:before{
    margin-left: -60px;
	left: 50%;
}

.uk-panel-box{

}

/*Progress Bar*/
.meter { 
	height: 20px;  /* Can be anything */
	position: relative;
	margin: 30px 0 8px 0; /* Just for demo spacing */
	background: #1B4AD1;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.meter > span {
	display: block;
	height: 100%;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
		   -moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
			   border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
		-webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
		 -moz-border-radius-bottomleft: 20px;
				border-top-left-radius: 20px;
			 border-bottom-left-radius: 20px;
	background-color: rgb(43,194,83);
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(43,194,83)),
	  color-stop(1, rgb(84,240,84))
	 );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(43,194,83) 37%,
	  rgb(84,240,84) 69%
	 );
	-webkit-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
		  color-stop(.25, rgba(255, 255, 255, .2)), 
		  color-stop(.25, transparent), color-stop(.5, transparent), 
		  color-stop(.5, rgba(255, 255, 255, .2)), 
		  color-stop(.75, rgba(255, 255, 255, .2)), 
		  color-stop(.75, transparent), to(transparent)
	   );
	background-image: 
		-moz-linear-gradient(
		  -45deg, 
		  rgba(255, 255, 255, .2) 25%, 
		  transparent 25%, 
		  transparent 50%, 
		  rgba(255, 255, 255, .2) 50%, 
		  rgba(255, 255, 255, .2) 75%, 
		  transparent 75%, 
		  transparent
	   );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
		   -moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
			   border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
		-webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
		 -moz-border-radius-bottomleft: 20px;
				border-top-left-radius: 20px;
			 border-bottom-left-radius: 20px;
	overflow: hidden;
}

.animate > span:after {
	display: none;
}

@-webkit-keyframes move {
	0% {
	   background-position: 0 0;
	}
	100% {
	   background-position: 50px 50px;
	}
}

.orange > span {
	background-color: #f1a165;
	background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
	background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
}

.red > span {
	background-color: #a01421;
	background-image: -moz-linear-gradient(top, #a01421, #a01421);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #a01421),color-stop(1, #a01421));
	background-image: -webkit-linear-gradient(#a01421, #a01421);
}

/*Activism Skills bar*/


.yellow > span {
	background-color: #ff9500;
	background-image: -moz-linear-gradient(top, #ff9500, #ffcc00);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ff9500),color-stop(1, #ffcc00));
	background-image: -webkit-linear-gradient(#ff9500, #ffcc00);
}

.lightblue > span {
	background-color: #34aadc;
	background-image: -moz-linear-gradient(top, #34aadc, #5856d6);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #34aadc),color-stop(1, #5856d6));
	background-image: -webkit-linear-gradient(#34aadc, #5856d6);
}

.green > span {
	background-color: #6eaf10;
	background-image: -moz-linear-gradient(top, #6eaf10, #0bd318);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6eaf10),color-stop(1, #0bd318));
	background-image: -webkit-linear-gradient(#6eaf10, #0bd318);
}

.white > span {
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #f0f0f0));
	background-image: -webkit-linear-gradient(#ffffff, #f0f0f0);
}

.black > span {
	background-color: #000000;
	background-image: -moz-linear-gradient(top, #000000, #28292a);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(1, #28292a));
	background-image: -webkit-linear-gradient(#000000, #28292a);
}

.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	background-image: none;
}

.meter.activism-sb1 { 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.meter.activism-sb1 > span{
border-radius: 0;
}

.meter.activism-sb2 { 
	height: 40px;  /* Can be anything */
	position: relative;
	margin: 8px 0 8px 0; /* Just for demo spacing */
	background: #8c919b;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.meter.activism-sb2 > span{
border-radius: 0;
}

.meter.activism-sb2 > span:after, 
.meter.activism-sb1 > span:after, 
.animate.activism-sb1 > span > span,
.animate.activism-sb2 > span > span 
{
	   -webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
		   -moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
			   border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
		-webkit-border-top-left-radius: 0px;
	 -webkit-border-bottom-left-radius: 0px;
			-moz-border-radius-topleft: 0px;
		 -moz-border-radius-bottomleft: 0px;
				border-top-left-radius: 0px;
			 border-bottom-left-radius: 0px;
}


/*Our vision part 2*/

.highlights-top .tm-block-showcase-b{
    border: 0px solid red;
	background-position:bottom;
	background-repeat:no-repeat;
	/* top: -65px; */
	position: relative;
	min-height: 150px;
    background: #FFFFFF none repeat scroll 0% 0%;
}


.highlights-top .tm-showcase-b{
/* padding: 5%; */
}

.highlights,
.highlights2,
.highlights3,
.highlights4,
.highlights5
{
border: 0px solid red;
position: relative;
z-index: 5;
}

@media (min-width: 320px) and (max-width: 1024px) {
	.highlights-top .tm-block-showcase-b{
	    margin-bottom: 0px;
	}
}

@media (min-width: 320px) and (max-width: 1024px) {
	.highlights,
	.highlights2,
	.highlights3,
	.highlights4,
	.highlights5
	{
	top: 0px;
	}
}

.d-box-effect7-menu
{
    color: #cccccc;
    text-align: center;
    width: 244px;
	height: 244px;
    overflow: hidden;
    display: block;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    border-color:  #f0f0f0;
    border-style: solid;
    border-width: 10px;
	color: #525151;
	border-radius: 163px;
	float:left;
	margin-right: 60px;
}

.tm-feature-a .d-box-effect7-menu { 
width: 23% !important;
margin-right: 5px;
float: right;
}
.tm-feature-a { text-align:center;}
.highlights5 .d-box-effect7-menu
{
 background-color: #28292a;
 background-position: 50% 0%;
 background-repeat: no-repeat;
}

.highlights5 .d-box-effect7-menu:hover
{
 background-position: 50% 100%;
}

@media (min-width: 1024px) and (max-width: 1100px) {
	.d-box-effect7-menu
	{
	    width: 266px;
		border-radius: 0px;
		}
}


@media (max-width: 1023px) {
	.d-box-effect7-menu
	{
	margin-left: 205px;
	margin-right: 205px;
		}
}


@media (max-width: 799px) {
	.d-box-effect7-menu
	{
	margin-left: 185px;
	margin-right: 185px;
		}
}

@media (max-width: 767px) {
	.d-box-effect7-menu
	{
	margin-left: 105px;
	margin-right: 105px;
		}
}

@media (max-width: 600px) {
	.d-box-effect7-menu
	{
	margin-left: 45px;
	margin-right: 45px;
		}
}

@media (max-width: 479px) {
	.d-box-effect7-menu
	{
	    width: 93%;
		height: 316px;
		border-radius: 0px;
		margin-left: 0px;
        margin-right: 0px;
		}
}


@media (min-width: 320px) and (max-width: 1024px) {
	.d-box-effect7-menu
	{
		margin-bottom: 40px;
		}
}


.highlights2 .d-box-effect7-menu,
.highlights3 .d-box-effect7-menu,
.highlights4 .d-box-effect7-menu,
.highlights5 .d-box-effect7-menu
{
	border-radius: 0px;
}

.highlights3 .d-box-effect7-menu
{
    border-color:  #ffffff;
	border-bottom-color: #f0f0f0;
}

.highlights4 .d-box-effect7-menu{
    text-align: left;
	border-color: rgba(201, 16, 50, 0.8);
}

.highlights4 .d-box-effect7-menu:hover{
    text-align: left;
	border-color: rgba(110, 175, 16, 0.8);
}

.d-box-effect7-icon{
    line-height: 120px;
    margin: auto;
	font-size: 70px;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.d-box-effect7-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 60%;
    top: 40%;
}

.d-box-effect7-main{
    font-size: 30px;
	letter-spacing: 4px;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	line-height:40px;
	margin-top:0px;
	background: rgba(201, 16, 50, 0.8);
	padding: 5px 15px;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	top: 35%;
}

.highlights .d-box-effect7-menu{
    border-color: rgba(255, 255, 255, 0);
}

.highlights .d-box-effect7-content{
    height: 100%;
    top: 0%;
	background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.highlights .d-box-effect7-main{
    margin-top: 110px;
    display: inline-block;
	background:none;
	font-size: 25px;
	line-height: 30px;
	margin-bottom:0px;
	padding: 15px 0px;
	color: #333333;
	border-bottom: 0px solid rgba(0, 0, 0, 0.8);
}

.highlights .d-box-effect7-main .subhead{
	background:rgba(201, 16, 50, 1);
    line-height: 26px;
	margin-top:0px;
	letter-spacing: 0px;
	font-size: 14px;
	border: 0;
	color: #ffffff;
    padding: 6px;
	text-transform: none;
}

.highlights .d-box-effect7-main{
	background:none;
}

.highlights .d-box-effect7-sub
{
	background: none;
	color: #333333;
}

.highlights .d-box-effect7-menu:hover .d-box-effect7-content{
	background: none;
}

.highlights4 .d-box-effect7-main{
    text-align: left;
}

.highlights3 .d-box-effect7-content{
height: 75%;
top: 25%;
}

.highlights3 .d-box-effect7-main{
	background: rgba(255, 255, 255, 0.8);
	color: #333333;
}

.d-box-effect7-sub{
    text-align:center;
    opacity: 1;
    position: absolute;
    bottom: 0;
    width: 100%;  
	background: rgba(0, 51, 153, 0.8);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	color: #ffffff;
}

.highlights3 .d-box-effect7-sub
{
	background: rgba(255, 255, 255, 1);
	color: #333333;
}

.highlights4 .d-box-effect7-sub
{
text-align: left;
bottom: 10px;
}

.highlights5 .d-box-effect7-sub
{
	background: #184180);
	border-top: 10px solid #f0f0f0;
}

.highlights5 .d-box-effect7-sub h3{
color: #ffffff;
margin: 15px 10px 0px 10px;
}

.highlights5 .d-box-effect7-menu:hover .d-box-effect7-sub
{
	border-top: 0;
}

.d-box-effect7-sub p{margin:25px 55px 30px 55px;}
.highlights2 .d-box-effect7-sub p,
.highlights3 .d-box-effect7-sub p
{margin:25px;}

.highlights4 .d-box-effect7-sub p
{margin:20px;}

.highlights5 .d-box-effect7-sub p
{
  margin: 10px 25px;
}

@media (max-width: 479px) {
	.d-box-effect7-sub p {
		margin: 25px;
	}
}

@media (min-width: 1024px) and (max-width: 1100px) {
	.d-box-effect7-sub p {
		margin: 25px;
	}
}

.d-box-effect7-menu:hover,
.highlights4 .d-box-effect7-menu:hover
{
	border: 10px solid #28292A;
}

.d-box-effect7-menu:hover .d-box-effect7-icon{
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}

.d-box-effect7-menu:hover .d-box-effect7-main{
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
}

.highlights .d-box-effect7-menu:hover .d-box-effect7-main{
	background: none;
	color: #ffffff;
}

.d-box-effect7-menu:hover .d-box-effect7-sub{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}


/*About  Us Page*/
.about-us-bg .tm-block-showcase-a,
.services-bg .tm-block-showcase-a,
.blog-bg .tm-block-showcase-a,
.gallery-bg .tm-block-showcase-a,
.faq-bg .tm-block-showcase-a,
.event-bg .tm-block-showcase-a,
.volunteer-bg .tm-block-showcase-a,
.common-bg .tm-block-showcase-a
{
    border: 0px solid red;
	background-repeat: no-repeat;
	background-position:  50% 50%;
    background-attachment:scroll;
	min-height: 250px;
	color: #ffffff;
}

.about-us-bg .tm-block-showcase-a
{
/*	background-image: url("../../../images/content/about-bg.jpg"); */
}

.services-bg .tm-block-showcase-a
{
/*	background-image: url("../../../images/content/service-bg.jpg"); */
}

.blog-bg .tm-block-showcase-a
{
	background-image: url("../../../images/content/blog-bg.jpg");
}

.gallery-bg .tm-block-showcase-a
{
	/* background-image: url("../../../images/content/gallery-bg.jpg"); */
}

.faq-bg .tm-block-showcase-a
{
	background-image: url("../../../images/content/faq-bg.jpg");
}

.event-bg .tm-block-showcase-a
{
	background-image: url("../../../images/content/event-bg.jpg");
}

.volunteer-bg .tm-block-showcase-a
{
	background-image: url("../../../images/content/volunteer-bg.jpg");
}

.common-bg .tm-block-showcase-a
{
	background-image: url("../../../images/content/common-bg.jpg");
}




.about-us-bg .tm-block-showcase-a h1,
.about-us-bg .tm-block-showcase-a h2,
.about-us-bg .tm-block-showcase-a h3,
.about-us-bg .tm-block-showcase-a h4,
.about-us-bg .tm-block-showcase-a h5,
.about-us-bg .tm-block-showcase-a h6,
.about-us-bg .tm-block-showcase-a p,
.services-bg .tm-block-showcase-a h1,
.services-bg .tm-block-showcase-a h2,
.services-bg .tm-block-showcase-a h3,
.services-bg .tm-block-showcase-a h4,
.services-bg .tm-block-showcase-a h5,
.services-bg .tm-block-showcase-a h6,
.services-bg .tm-block-showcase-a p,
.blog-bg .tm-block-showcase-a h1,
.blog-bg .tm-block-showcase-a h2,
.blog-bg .tm-block-showcase-a h3,
.blog-bg .tm-block-showcase-a h4,
.blog-bg .tm-block-showcase-a h5,
.blog-bg .tm-block-showcase-a h6,
.blog-bg .tm-block-showcase-a p,
.gallery-bg .tm-block-showcase-a h1,
.gallery-bg .tm-block-showcase-a h2,
.gallery-bg .tm-block-showcase-a h3,
.gallery-bg .tm-block-showcase-a h4,
.gallery-bg .tm-block-showcase-a h5,
.gallery-bg .tm-block-showcase-a h6,
.gallery-bg .tm-block-showcase-a p,
.faq-bg .tm-block-showcase-a h1,
.faq-bg .tm-block-showcase-a h2,
.faq-bg .tm-block-showcase-a h3,
.faq-bg .tm-block-showcase-a h4,
.faq-bg .tm-block-showcase-a h5,
.faq-bg .tm-block-showcase-a h6,
.faq-bg .tm-block-showcase-a p,
.event-bg .tm-block-showcase-a h1,
.event-bg .tm-block-showcase-a h2,
.event-bg .tm-block-showcase-a h3,
.event-bg .tm-block-showcase-a h4,
.event-bg .tm-block-showcase-a h5,
.event-bg .tm-block-showcase-a h6,
.event-bg .tm-block-showcase-a p,
.volunteer-bg .tm-block-showcase-a h1,
.volunteer-bg .tm-block-showcase-a h2,
.volunteer-bg .tm-block-showcase-a h3,
.volunteer-bg .tm-block-showcase-a h4,
.volunteer-bg .tm-block-showcase-a h5,
.volunteer-bg .tm-block-showcase-a h6,
.volunteer-bg .tm-block-showcase-a p,
.common-bg .tm-block-showcase-a h1,
.common-bg .tm-block-showcase-a h2,
.common-bg .tm-block-showcase-a h3,
.common-bg .tm-block-showcase-a h4,
.common-bg .tm-block-showcase-a h5,
.common-bg .tm-block-showcase-a h6,
.common-bg .tm-block-showcase-a p
{color: #ffffff; background: rgba(0, 0, 0, 0.8); padding:0px; font-family: 'Exo 2', sans-serif;}


.about-us-bg .tm-block-showcase-a .uk-panel-title,
.services-bg .tm-block-showcase-a .uk-panel-title,
.blog-bg .tm-block-showcase-a .uk-panel-title,
.gallery-bg .tm-block-showcase-a .uk-panel-title,
.faq-bg .tm-block-showcase-a .uk-panel-title,
.event-bg .tm-block-showcase-a .uk-panel-title,
.volunteer-bg .tm-block-showcase-a .uk-panel-title,
.common-bg .tm-block-showcase-a .uk-panel-title
{display: inline-block; text-align: right; background: #28292a; border-radius: 10px; padding: 10px 30px 10px 30px; margin-top: 10px;}

.about-tab-1{

}

.environmental-tab-1 .gkTabsWrap.vertical ol li, 
.environmental-tab-1 .gkTabsWrap.horizontal ol li,
.about-tab-1 .gkTabsWrap.vertical ol li, 
.about-tab-1 .gkTabsWrap.horizontal ol li,
.about-tab-2 .gkTabsWrap.horizontal ol li , 
.about-tab-2 .gkTabsWrap.vertical ol li, 
.service-tab-2 .gkTabsWrap.vertical ol li,
.service-tab-2 .gkTabsWrap.horizontal ol li
{
    text-shadow: none;
	border-radius: 0;
	font-weight: inherit;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 0 15px !important;
}

.about-tab-1 .gkTabsWrap.vertical ol li, 
.about-tab-1 .gkTabsWrap.horizontal ol li
{
	border: 1px solid #cccccc;
	background: none;
	color: #383838;
}

.environmental-tab-1 .gkTabsWrap.vertical ol li, 
.environmental-tab-1 .gkTabsWrap.horizontal ol li
{
	border: 1px solid #cccccc;
	background: none;
	color: #ffffff;
	top: -1px;
	left: -1px;
}


.environmental-tab-1 .gkTabsWrap.vertical ol li:hover, 
.about-tab-1 .gkTabsWrap.vertical ol li:hover, 
.about-tab-2 .gkTabsWrap.vertical ol li:hover, 
.environmental-tab-1 .gkTabsWrap.vertical ol li.active, 
.about-tab-1 .gkTabsWrap.vertical ol li.active, 
.about-tab-2 .gkTabsWrap.vertical ol li.active, 
.environmental-tab-1 .gkTabsWrap.horizontal ol li:hover, 
.about-tab-1 .gkTabsWrap.horizontal ol li:hover, 
.about-tab-2 .gkTabsWrap.horizontal ol li:hover, 
.environmental-tab-1 .gkTabsWrap.horizontal ol li.active,
.about-tab-1 .gkTabsWrap.horizontal ol li.active,
.about-tab-2 .gkTabsWrap.horizontal ol li.active 
{
    text-shadow: none;
	color: #a01421!important;
}

.about-tab-1 .gkTabsWrap.vertical ol 
{
    border-bottom: 1px solid #cccccc;
	min-height: 39px;
}

.environmental-tab-1 .gkTabsWrap.vertical ol
{
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 0;
	min-height: 40px;
}

.environmental-tab-1 .gkTabsItem,
.about-tab-1 .gkTabsItem,
.about-tab-2 .gkTabsItem
{
    padding: 20px 20px;
    border: 1px solid #cccccc;
	border-top: 0;
}

.environmental-tab-1 .gkTabsItem {
    background: none;
}

.abt-icon-bg{
    font-size: 35px;
	background: #a01421;
	width: 100px;
	height: 100px;
	border-radius: 50px; 
	text-align: center;
	line-height: 100px;
	color: #ffffff;
}

.service-1 .abt-icon-bg{
    font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.about-2:hover .abt-icon-bg,
.service-1 .uk-grid:hover .abt-icon-bg
{
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
}

.service-1 .tm-news-title{
margin-top: 0px;
}

.tm-news-title .uk-text-small{
color: #333333;
}

@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

  
.about-tab-2 .gkTabsWrap.vertical ol
{
    border-bottom: 0px solid #a01421;
	min-height: 38px;
	background: #a01421 !important;
}

.about-tab-2 .gkTabsWrap.vertical ol li, 
.about-tab-2 .gkTabsWrap.horizontal ol li
{
	border: 0;
	background: none;
	line-height: 35px;
	color: #ffffff;
    margin: 0 0 0 10px !important;
}


.about-tab-2 .gkTabsWrap.vertical ol li:hover, 
.about-tab-2 .gkTabsWrap.vertical ol li.active, 
.about-tab-2 .gkTabsWrap.horizontal ol li:hover, 
.about-tab-2 .gkTabsWrap.horizontal ol li.active
{
    text-shadow: none;
	color: #383838!important;
	background: #f0f0f0;
}

.about-tab-2-img-left
{
margin: 10px 20px 0px 0px;
}

.about-tab-2-img-right{
margin: 10px 0px 20px 20px;
}

.text-color{
color: #a01421;
}

.service-tab-1{

}

.service-tab-1 .gkTabsWrap.vertical ol, 
.service-tab-1 .gkTabsWrap.horizontal > ol {
    background: #dddddd;
}

.service-tab-1 .gkTabsItem {
    padding: 20px 20px;
	background: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	border:0;
}


.service-tab-1 .gkTabsWrap.vertical ol li, 
.service-tab-1 .gkTabsWrap.horizontal ol li
{
    text-shadow: none;
	border-radius: 0;
	font-weight: inherit;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    border-bottom: 1px solid #cccccc !important;
	color: #383838;
	width: 100%;
    margin: 0 0 0 !important;
	padding: 0px 15px !important;
	background: none;
}

.service-tab-1 .gkTabsWrap.vertical ol li:hover, 
.service-tab-1 .gkTabsWrap.vertical ol li.active, 
.service-tab-1 .gkTabsWrap.horizontal ol li:hover, 
.service-tab-1 .gkTabsWrap.horizontal ol li.active
{
    text-shadow: none;
	color: #ffffff!important;
	background: #a01421;
}

.service-tab-1 .gkTabsWrap.horizontal ol li.active {
    padding-right: 18px !important;
}

.service-tab-2 .gkTabsWrap.vertical ol 
{
    border-bottom: 0px solid #a01421;
	min-height: 38px;
	background: #a01421 !important;
}

.service-tab-2 .gkTabsWrap.vertical ol li, 
.service-tab-2 .gkTabsWrap.horizontal ol li
{
	background: none;
	color: #ffffff;
}

.service-tab-2 .gkTabsWrap.vertical ol li:hover, 
.service-tab-2 .gkTabsWrap.vertical ol li.active, 
.service-tab-2 .gkTabsWrap.horizontal ol li:hover, 
.service-tab-2 .gkTabsWrap.horizontal ol li.active 
{
    text-shadow: none;
	color: #383838!important;
	background: #ffffff;
}

.service-tab-2 .gkTabsItem
{
    padding: 20px 20px;
    border: 0;
	border-top: 0;
}

.price-plan
{
border: 1px solid #cccccc;
background: #f0f0f0;
}

.price-plan-price {
    color: #a01421;
    font-size: 35px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
	border: 10px solid #a01421;
    border-radius: 60px;
	margin: 20px 0px;
	display: inline-block;
}

.price-plan hr{
background: #cccccc;
margin:0px;
}

.price-plan h3,
.price-plan p{
padding-left: 20px;
padding-right: 20px;
}

.price-plan:hover .price-plan-price
{
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
	border: 10px solid rgba(0, 0, 0, 0.8);
	color: #383838;
}

@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

/*Contact*/
.contact-page-bg .tm-block-middle{
 background: #f0f0f0;
}

.contact-page-bg .social-icon{

}

.contact-page-bg .uk-icon-button{
 border: 1px solid #cccccc;
}

/*Contact*/
.quick-contact{

}
.quick-contact .inputbox {
    background: #F0F0F0;
    border-radius: 3px;
    height: auto;
    line-height: 24px;
    padding: 16px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

.quick-contact .inputbox.textarea{

}

.quick-contact #spambox{
margin-top: 15px;
}

.quick-contact img#s5_qc_security_img{
width: 150px;
margin-bottom: 15px;
border: 1px solid #cccccc;
}

.quick-contact .button {
    display: inline-block;
    letter-spacing: 4px;
    padding: 18px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
    vertical-align: middle;
	background-color: #a01421;
	color: #ffffff;
	border: 0;
}

#sp-footercontact{
width: 100%;
float: left;
margin-top: 4%;

}

.quick-contact .button:hover {
	background-color: #a01421;
}

/*Contact 2*/
.contact{
    margin-top: 0%;
    float: left;
    width: 100%;
    font-size: 12.5px !important;
line-height: 14px !important;
color: #ada4a4!important;
}
.contact .dl-horizontal dd {
    margin-left: 25px;
}

.chrono_credits {display:none!important;}
.contact .dl-horizontal dt { float:left; width: auto !important; }


.contact h3,
.contactvolunteer-bg h3
{display: none;}

.contact-form{

}

#contact-form{

}

#contact-form fieldset{
border: 1px solid #b9ae35;
padding: 5%;
}

#contact-form fieldset legend{
width: auto;
padding: 0 10px;
margin: 12px 20px;
font-size: 12px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea
{
background: #f0f0f0;
padding: 4px;
border-radius: 3px;
transition: all 0.2s ease-in-out 0s;
width: 80%;
}

#contact-form textarea
{
height: 100px;
}

.form-actions 
{
background: none;
}

#contact-form .btn
{
    letter-spacing: 4px;
    padding: 18px 40px;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
	background-color: #a01421;
	color: #ffffff;
	border: 0;
}

#contact-form .btn:hover {
	background-color: #a01421;
}

.contact-2 .social-icon{
margin: 7px 0px;
}

.contact-2 .uk-icon-button{
 border: 1px solid #cccccc;
}

/*Blog*/

#yoo-zoo .items h1.pos-title,
#yoo-zoo .item h1.pos-title
{
font-weight: 300;
letter-spacing: 0px;
}

#yoo-zoo .items div.pos-date,
#yoo-zoo .item div.pos-date
{
    background: #28292A;
    height: 40px;
    width: 40px;
}

#yoo-zoo .items div.pos-date span.month, 
#yoo-zoo .item div.pos-date span.month
{
line-height: 13px;
}

#yoo-zoo .items p.pos-links span a:after {
    content: "";
}
	
#yoo-zoo .items p.pos-links span a {
    display: inline-block;
    letter-spacing: 4px;
    padding: 18px 40px;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
    vertical-align: middle;
	background-color: #a01421;
	color: #ffffff;
	border: 0;
}

#yoo-zoo .items p.pos-links span a:hover{
	background-color: #a01421;
}


#yoo-zoo #comments .comment-head {
    background: #f0f0f0;
    border: 1px solid #cccccc;
}


#yoo-zoo #comments .comment-head .author {
    font-weight: 300;
    text-shadow: none;
}

#yoo-zoo #comments #respond input[type="text"], 
#yoo-zoo #comments #respond textarea
{
	background: #f0f0f0;
	padding: 16px;
	border-radius: 3px;
	transition: all 0.2s ease-in-out 0s;
}

#yoo-zoo #comments #respond input[type="submit"] {
    letter-spacing: 4px;
    padding: 18px 40px;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
	background-color: #a01421;
	color: #ffffff;
	border: 0;
}

#yoo-zoo #comments #respond input[type="submit"]:hover{
	background-color: #a01421;
}

.zoo-comments-list > article {
    border-top: 1px solid #cccccc;
}

.zoo-comments-list img {
  border: 0;
}

.zoo-tagcloud {
text-align: left;
}

.zoo-tagcloud li a {
display: inline-block;
transition: all 300ms linear 0s;
border: 1px solid #cccccc;
padding: 10px 15px;
background: #f0f0f0;
margin-bottom: 3px;
}
.zoo-tagcloud li a:hover{
background: #ffffff;
}


ul.zoo-list > li {
    border-top: 1px solid #cccccc;
}

/*Event Calender*/


#cal_title {
    font-size: 16px;
    font-weight: 300;
}

.cal_td_daysnames {
    background-color: #28292a;
    border: 1px solid #28292a;
	border-bottom: 1px solid #28292a;
    color: #ffffff;
    font-weight: 300;
    height: 35px !important;
    line-height: 35px;
}
.cal_td_weeklink {
    background-color: #28292a;
    border: 1px solid #808080;
}

.cal_td_weeklink a {
    color: #ffffff !important;
    font-weight: 300;
}


.cal_td_daysoutofmonth {
    background-color: #cbcbcb;
    border: 1px solid #ffffff;
}

.cal_td_daysnoevents {
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
}


a.cal_daylink:link {
    font-weight: 300;
}

.cal_td_dayshasevents {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}


a.cal_titlelink:link, a.cal_titlelink:visited, a.cal_titlelink:hover {
    display: block;
    font-weight: 300;
}

.cal_td_dayshasevents .eventstyle{
border-color: #28292a;
}

.cal_td_today {
    background-color: #cbcbcb;
    border: 2px solid #666666;
}

#jevents_body .event_legend_container {
    background-color: #28292a;
}

div.event_legend_name a {
    color: #ffffff;
}

#jevents_body div.event_legend_name {
    border-color: #808080;
}

div.event_legend_name {
    font-weight: 300;
}

.ev_fieldset {
    font-size: 14px;
    font-weight: 300;
}

a.ev_link_weekday:link {
    color: #383838;
}

.ev_table {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.ev_td_left {
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    color: #383838;
	width: 30%;
	background: #f0f0f0;
}

.ev_td_right {
    border-top: 1px solid #cccccc;
}

.ev_td_today {
    background-color: #cbcbcb;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    color: #383838;
}

.ev_td_today a.ev_link_weekday{
    color: #383838;
}

#jevents_body input[type="text"]
{

	background: #f0f0f0;
	padding: 16px;
	border-radius: 3px;
	width: 70%;
	transition: all 0.2s ease-in-out 0s;
}

#jevents_body input[type="submit"],
#jevents_body button
 {
    letter-spacing: 4px;
    padding: 18px 40px;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
	background-color: #a01421;
	color: #ffffff;
	border: 0;
	margin-top: 10px;
}

#jevents_body input[type="submit"]:hover {
	background-color: #a01421;
}

#jevents_body select {
	background-color: #f0f0f0;
	padding: 16px;
	border-radius: 3px;
	width: auto;
}

td.mod_events_latest_first, td.mod_events_latest {
    background-color: inherit;
    border-style: none;
    border-width: 0;
    padding: 0;
}

/*Social Presence*/
.social-presence-box
{
border: 1px solid #ffffff;
padding: 40px 0px;
margin: 5px 0px;
}

.social-presence-box .soc-icon
{
 font-size: 25px;
 line-height: 30px;
}

.social-presence-box .details1
{
margin:0px;
}

.social-presence-box .details2
{
margin:0px;
}


/*Political*/

.political-bg .tm-block-showcase-a
{
	background-color: #204b98;
	color: #ffffff;
}

/*FAQ*/
.faq-main{

}

.faq-main .sp-accordion.sp-accordion-style3 .toggler span, 
.faq-main .sp-accordion.sp-accordion-style3 .toggler span span {
    font-weight: inherit;
}

/*Donate*/
.donate-paypal{
border: 1px solid red;
}

.moduletabledonate-paypal{

}

.donate-paypal input[type="text"],
.moduletabledonate-paypal input[type="text"]
{
	background: #f0f0f0;
	padding: 16px;
	border-radius: 3px;
	width: 200px;
	transition: all 0.2s ease-in-out 0s;
	text-align: center;
	margin: 12px;
}

.donate-paypal select ,
.moduletabledonate-paypal select 
{
	background-color: #f0f0f0;
	padding: 18px;
	border-radius: 3px;
	width: 210px;
	text-align: left;
}

/* Required */

.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}


/*Activism*/
.block-color .tm-block-feature-a{
padding:0;
background: #a01421;
}

.activism-p-1,
.activism-p-2
{
padding: 40px;
color: #ffffff;
}

.activism-p-2
{
background: #a01421;
}

.activism-p-1 h3,
.activism-p-2 h3{
color: #ffffff;
}

.activism-p-1 .abt-icon-bg,
.activism-p-2 .abt-icon-bg
{
	background: none;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.activism-p-1:hover .abt-icon-bg,
.activism-p-2:hover .abt-icon-bg
{
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
	background: rgba(0, 0, 0, 0.8);
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer;
}

/*Slide Cap*/
.caption p.slide-left {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
    -webkit-animation: slideFromLeft 500ms ease;
    -moz-animation: slideFromLeft 500ms ease;
    -ms-animation: slideFromLeft 500ms ease;
}

.caption p.slide-right {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
    -webkit-animation: slideFromRight 500ms ease;
    -moz-animation: slideFromRight 500ms ease;
    -ms-animation: slideFromRight 500ms ease;
}

.caption p.slide-mfb {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

.caption p.slide-mft {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
    -webkit-animation: moveFromTop 500ms ease;
    -moz-animation: moveFromTop 500ms ease;
    -ms-animation: moveFromTop 500ms ease;
}


.caption p:first-child {
	-webkit-transition-delay: 0.025s;
	transition-delay: 0.025s;
}

.caption p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.caption p:nth-of-type(3) {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

.caption p:nth-of-type(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}


@-webkit-keyframes slideFromLeft {
    from {
        -webkit-transform:  translate3d(-560px,0,0);
    }
    to {
        -webkit-transform:  translate3d(0,0,0);
    }
}

@-moz-keyframes slideFromLeft {
    from {
        -moz-transform: translate3d(-560px,0,0);
    }
    to {
        -moz-transform: translate3d(0,0,0);
    }
}

@-ms-keyframes slideFromLeft {
    from {
        -ms-transform: translate3d(-560px,0,0);
    }
    to {
        -ms-transform: translate3d(0,0,0);
    }
}


@-webkit-keyframes slideFromRight {
    from {
        -webkit-transform:  translate3d(560px,0,0);
    }
    to {
        -webkit-transform:  translate3d(0,0,0);
    }
}

@-moz-keyframes slideFromRight {
    from {
        -moz-transform: translate3d(560px,0,0);
    }
    to {
        -moz-transform: translate3d(0,0,0);
    }
}

@-ms-keyframes slideFromRight {
    from {
        -ms-transform: translate3d(560px,0,0);
    }
    to {
        -ms-transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(0%);
    }
    to {
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(0%);
    }
    to {
        -moz-transform: translateY(100%);
    }
}

@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(0%);
    }
    to {
        -ms-transform: translateY(100%);
    }
}

.color-block{
background: #a01421;
padding: 30px;
color: #ffffff;
}

.color-block h1,
.color-block h2,
.color-block h3,
.color-block h4,
.color-block h5,
.color-block h6,
.color-block p
{color: #ffffff;}

.color-block .link-1{
border: 2px solid #ffffff;
margin-bottom: 0px;
}

.color-block .link-1:hover{
border: 2px solid #ffffff;
background: #ffffff;
color: #28292a;
}


/*Sticky Header*/
div.tm-headerbar-bg{
min-height: 50px;

// set animation
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

div.tm-headerbar-bg.sticky{
min-height: 60px; 
position: relative;
z-index: 1000;
width: 100%;
}

div.tm-headerbar,
nav.tm-navbar
{
// set animation
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

div.tm-headerbar.sticky1{
margin-top:10px;
margin-bottom: 10px;
}

nav.tm-navbar.sticky2{
margin-top:5px;
margin-bottom: 5px;
}



.tm-content {
	margin-top: -5%!important;
}

.tm-sidebar-a {
    margin-top: -5.8% !important;
    position: relative;
}

.tm-sidebar-a  .uk-panel-title {
 border-left: 7px solid !important;
    border-left-width: 7px;
    border-left-style: solid;
    border-left-color: -moz-use-text-color;
padding-left: 5px;
border-right: 1px solid;
border-top: 1px solid;
border-bottom: 1px solid;
}


.uk-article {
    border: 1px solid rgb(209, 214, 230);
padding: 15px;
background-color: #f8f8f8;
}


.uk-article h3 {
    font-size: 20px;
    line-height: 14px;
    font-family: 'Francois One', sans-serif;
}

.uk-article h4 {
    font-size: 18px;
    line-height: 14px;
    font-family: 'Francois One', sans-serif;
}


.uk-article h5 {
    font-size: 16px;
    line-height: 15px;
    font-family: 'Francois One', sans-serif;
}

.uk-article h2 {
    font-size: 22px;
    line-height: 18px;
    font-family: 'Francois One', sans-serif;
}



.catedescustom { width: 91%;
float: left;
margin-bottom: 10px;
border: 1px solid rgb(246, 240, 240);
padding: 3%;
margin-left: 1.3%;
vertical-align: text-top;
}



.acymailing_module_form .inputbox{
    width: 200px;
    float: left;
	padding:5px;
    border: 1px solid #fff;
}


.acysubbuttodns {
	width: 60px;
    float: left;
	padding:5px;
    background: #fff !important;
    border: 1px solid #fff;
}


.image_tab  ul li {
  list-style: none !important;
margin-left: -10px !important;
width: 30%;
float: left;
margin: 4%;
height: 126px;
}

a.jcepopup span.jcemediabox-zoom-span img {  float:left;}


.nivo-introtext {display:none!important;}
.sp-pretitle { 
font-size: 2.5vh;
line-height: 0vh;
font-weight: normal;
text-transform: none;
width: 56%;
padding: 1% 1% 1% 2%;
color: #efe9e9;
font-weight:normal;
}

/*
.sp-pretitle { 
font-size: 2.5vh;
line-height: 2vh;
font-weight: normal;
text-transform: none;
width: 56%;
padding: 2% 1% 2% 2%;
color: #efe9e9;
font-weight:normal;
}
*/


.btsc-table a.ns2-readmore {
    padding: 4px!important;
    border-radius: 3px!important;
}



.btsc-table table td {
    font-weight: normal!important;
}


.btsc-table table tr {
    border-bottom: 2px solid #F3EBEB !important;
}
