html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	margin: 0px;
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
a {
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #09C;
	text-decoration:none;
}
a:active {
	text-decoration: none;
}
strong {
    font-weight: 900;
}
.wrapper {
	width:98%;
	margin:auto;
}
.container {
    max-width: 1250px;
	width:95%;
	margin:auto;
}
.split {
	clear:both;
}
.topbar {
	background-color:#00689f;
	height:45px;
}
.topbar span {
	float:left;
	color:#fff;
	margin: 14px 8px;
	font-size:16px;
    /*font-family: 'Julius Sans One', sans-serif;*/
}
.call {
	float:right;
	color:#333;
	margin: 14px 8px 2px 8px;
	font-size:22px;
}
.social {
	float:right;
	margin-top:4px;
}
.social a {
	float:left;
	color:#333;
	font-size:22px;
	padding:12px 12px 5px 12px;
}
#navigation {
	z-index:99999;
	width:100%;
    box-shadow:  0 1px 2px #ccc;
}
header {
	width:100%;
	height: 90px;
	box-shadow: 0 1px 2px #ccc;
	position:relative;
	z-index:999;
}
.fixed-header {
    position: fixed !important;
    top: 0px !important;
    background-color: rgba(255, 255, 255,1) !important;
    width: 100%;
    height: 90px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding: 0px 0;
    z-index: 9999;
}
.logo {
	float:left;
	margin: 7px 0 0 0px;
}
.logo img {
	width:110px;
	float:left;
    margin-top:-5px;
}
.logo h1 {
	float: left;
    font-weight: 600;
    font-size: 30px;
    margin: 12px 0 0 0px;
    color: #464242;
    text-transform: uppercase;
    line-height: 30px;
    text-shadow: 0px 4px 3px rgba(68,68,68,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
    letter-spacing: 1.5px;
    color: #812621;
}
.logo h1 span {
	font-size:15px;
	text-transform:none;
	margin-top:-10px;
	position:absolute;
	margin-top:-2px;
}
.righttop {
	float:right;
	margin: 8px 0 0 0px;
}
nav {
	float:right;
}
nav ul {
	width:auto;
}
nav ul li {
	float:left;
}
nav ul li:hover > a {
	background-color:#00689f;
	color:#fff;
}
nav ul li a {
    padding: 11px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    display: block;
    letter-spacing: 1.2px;
    word-spacing: 1.2px;
}
nav ul li a:hover {
	background-color:#812621;
	color:#fff;
}
.activenav {
	background-color:#812621;
	color:#fff;
}
.mobtab {
    display: none;
}
.mobcall {
    display:none;
}
.splitmob {
    display:none;
    clear:both;
}
.mobslider {
    display: none;
}
#about {
    width: 100%;
    min-height: 360px;
    background-color: #ddd;
	overflow:hidden;
	padding-bottom:0px;
    background-image: url(imgs/bg.jpg);
    background-repeat: no-repeat;
    
}
#intro {
	visibility: hidden;
}
.intro {
    width: 32.5%;
    float: left;
    min-height: 290px;
    background-color: #fff;
    margin:  20px 0 0 0px;
    box-shadow:  0 1px 2px #999;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,efefef+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f9f9f9 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f9f9f9 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    
    padding: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    height: 325px;
    
    animation: 1s canb;
	-webkit-animation: 1s canb;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	visibility:visible !important;
	opacity:0;
    
}
.intro h3 {
    font-size: 30px;
    color: #666;
    font-weight: 100;
    margin:  0 0 15px 0px;
    font-family: 'Julius Sans One', sans-serif;
    text-transform: uppercase;
}
.intro p {
    font-size: 16px;
    margin:  0 0 20px 0px;
    line-height: 22px;
}
.blink {
    padding:  6px 12px 6px 12px;
    border: solid 1px #ccc;
    text-transform: uppercase;
    font-weight: 600;
    font-family: arial;
    font-size: 12px;
}
:hover.blink {
    border: solid 1px #b6adad;
    color: #da241b;
}
#history {
	visibility: hidden;
}
.history {
    width: 32.5%;
    float: left;
    min-height: 290px;
    background-color: #fff;
    margin:  20px 0px 0 1.3%;
    box-shadow:  0 1px 2px #999;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,efefef+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f9f9f9 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f9f9f9 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    
    padding: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    
    animation: 1s canb;
	-webkit-animation: 1s canb;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	visibility:visible !important;
	opacity:0;
    height: 325px;
}
.history h3 {
    font-size: 30px;
    color: #666;
    font-weight: 100;
    margin:  0 0 15px 0px;
    font-family: 'Julius Sans One', sans-serif;
    text-transform: uppercase;
}
.history p {
    font-size: 16px;
    margin:  0 0 20px 0px;
    line-height: 22px;
}
#intro1 {
	visibility: hidden;
}
.intro1 {
    width: 32.5%;
    float: right;
    min-height: 290px;
    background-color: #fff;
    margin:  20px 0 0 0px;
    box-shadow:  0 1px 2px #999;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,efefef+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f9f9f9 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f9f9f9 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    
    padding: 0px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
     animation: 1s canb;
	-webkit-animation: 1s canb;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	visibility:visible !important;
	opacity:0;
/*
    background-image: url("imgs/donate.jpg");

background-size: 100%;

background-repeat: no-repeat;

background-position-y: 50px;
*/

height: 325px;
}
.intro1 h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 100;
    margin: 0 0 15px 0px;
    font-family: 'Julius Sans One', sans-serif;
    text-align: right;
    padding: 12px;
    background: #008f38;;
    text-transform: uppercase;
    width: auto;
    float: right;
    margin-right: -20px;
}
.intro1 h3:hover {
    color:#fff;
}
.intro1 ul {
    width: auto;
}
.intro1 ul li {
    list-style: none;
    padding:  0 30px 0 30px;
}
.intro1 img {
    width: 100%;
    margin: auto;
}

@-webkit-keyframes blink {
   0% { background-color: #812621 ; }
   39% { background-color: #812621 ; }
   40% { background-color: #008f38; }
   100% { background-color: #008f38; }
  }
 @-moz-keyframes blink {
   0% { background-color: #812621 ; }
   39% { background-color: #812621 ; }
   40% { background-color: #008f38; }
   100% { background-color: #008f38; }
  }
 @-ms-keyframes blink {
   0% { background-color: #812621 ; }
   39% { background-color: #812621 ; }
   40% { background-color: #008f38; }
   100% { background-color: #008f38; }
  }
 @-o-keyframes blink {
   0% { background-color: #812621 ; }
   39% { background-color: #812621 ; }
   40% { background-color: #008f38; }
   100% { background-color: #008f38; }
  }
 @keyframes blink {
   0% { background-color: #812621 ; }
   39% { background-color: #812621 ; }
   40% { background-color: #008f38; }
   100% { background-color: #008f38; }
  }

 .blink {
    background-color: #008f38;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;  
    -ms-animation: blink 1s infinite;  
    -o-animation: blink 1s infinite;  
    animation: blink 1s infinite;   
 }



.card-container {
  cursor: pointer;
  height: 75%;
  perspective: 600;
  position: relative;
  width: 100%;
    margin-top:70px;
}
.card {
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  width: 100%;
}
.card:hover {
  transform: rotateY(180deg);
}
.card .side {
  backface-visibility: hidden;
  border-radius: 6px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card .back {
  background: #eaeaed;
  color: #0087cc;
  text-align: center;
  transform: rotateY(180deg);
    /* extra for this page */
    color: #812621;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    text-transform: capitalize;
    padding-top: 5px;
}

.intro1 ul li p {
    font-family: 'Merriweather', serif;
    font-size: 15px;
    line-height: 22px;
    margin:  0 0 20px 0px;
}
.intro1 ul li h4 {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 100;
    color: #1a9ee4;
}

@-webkit-keyframes canb {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@keyframes canb {
0% {
	transform: translateY(10%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}

.thm-btn {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  position: relative;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  padding: 0 30px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.thm-btn:hover{
  color: #fff;
}


.thm-btn:before {
  background-color: #812621;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5, 1);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: -1;
}
.bg-clr1{
  background: #2e74f5;;  
  color: #fff;
}

.thm-btn:hover::before{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}


#contact {
    padding-top:15px;
   background: #ddd;
}

.contact {
    padding: 20px;
    background: #fff;
}
.contact h3 {
    font-size: 35px;
    color: #008f38;
    margin: 10px 0 10px 0px;
    font-weight: 100;
    text-align: center;
    margin-top: 35px;
}
.contact p {
    font-size: 18px;
	margin: 0 0 10px 0px;
	line-height:25px;
    text-align: center;
}
.contact a{
    text-align:center;
}
.center {
    text-align: center;
    margin:auto;
    display: block;
}
.head_img img {
    width: 100%;
}
#content {
    width:100%;
    padding:50px 0;
}
.content h1 {
	font-size:25px;
	color:#958089;
	margin: 0px 0 20px 0px;
	font-weight:100;
	letter-spacing:-1px;
	font-family: 'Merriweather', serif;
	border-bottom:dashed 1px #ccc;
	padding-bottom:10px;
}
.content h2 {
	font-size: 30px;
	color:#008f38;
	margin: 10px 0 10px 0px;
	font-weight:600;
    font-family: 'Raleway', sans-serif;
}
.content h3 {
	font-size: 21px;
	color:#812621;
	margin: 0px 0 5px 0px;
	font-weight:100;
	font-family: 'Merriweather', serif;
	line-height:30px;
}
.content h4 {
	font-size: 20px;
	color:#186ccb;
	margin: 10px 0 0px 0px;
	font-weight:100;
	letter-spacing:-.5px;
	font-family: 'Julius Sans One', sans-serif;
}
.content p {
	font-size: 17px;
	margin: 0 0 10px 0px;
	line-height:25px;
}
.content ul {
	margin: 0 0 0px 20px;
}
.content ul li {
	font-size: 17px;
	margin: 0 0 10px 0px;
	line-height:21px;
	list-style:disc;
}
p img {
    float: right;
    width:60%;
    max-width: 400px;
}








.home-section {
    margin: 40px 0;
        margin-bottom: 40px;
    position: relative;
    background-color: #fff;
}
.home-section.section-preset3, .theme-section.section-preset3 {
    background: none repeat scroll 0 0 #f5f5f5;
}
.contact-section {
    height: auto;
    margin-bottom: 6px;
    overflow: hidden;
}
.cd-background-wrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.cd-floating-background {
    position: relative;
    height: 355px;
}
.home-section .container {
    position: relative;
}
.donate {
    text-align: center;
}
.donate h2 {
    font-size: 50px;
    color: #008f38;
    margin: 40px 0 10px 0px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: center;
/*    line-height: 120px;*/
    

}
.donate h3 {
    font-size: 25px;
    margin-bottom: 10px;
}
.donate h4 {
    font-size: 22px;
    color: #2e74f5;
    margin-bottom: 5px;
}
.donate p{
    font-size: 18px;
    line-height: 30px;
}





















.headingb {
	background-color:#812621;
	width:100%;
	height:55px;
	position:relative;
	margin-top:-2px;
}
.breadcrumb {
    float: left;
    margin: 19px 0 0 0px;
    color: #fff;
    font-size: 16px;
    padding: 0px;
    background: transparent;
}
.breadcrumb a {
	color:#fff;
	font-size:16px;
}
.breadcrumb a:hover {
	color:#93fd01;
}
.red {
    color: #812621;
    font-weight: 600;
    font-size: 20px;
}

.product {
    width:100%;
}
.product ul {
    width:auto;
    margin:0px;
}
.product ul li {
    float:left;
    width:31.3%;
    margin:1%;
    list-style: none;
}
.product ul li img {
    width:100%;
}
.products {
    width:100%;
}
.products ul {
    width:auto;
    margin:0px;
}
.products ul li {
    float:left;
    width:24%;
    margin:0.5%;
    list-style: none;
}
.products ul li img {
    width:100%;
}
.btn {
    float: right;
    margin:20px 0 20px 0;
}
.btn a {
    text-align: center;
    padding: 10px 24px;
    color:#fff;
    background-color: #0b6eac;
    font-size: 20px;
    
}
.row {
    width:100%;
}
.row video {
    width:49%;
    margin:0.5%;
    float:left;
}
.management {
    width:100%;
}
.management ul {
    width:auto;
}
.management ul li {
    width:24%;
    float: left;
    margin:0.5%;
    list-style: none;
}
.management ul li:not(:first-child) {
    padding-bottom: 25px;
}
.management ul li img {
    width:100%;
}
.management ul li h2 {
    text-align:center;
    background: #ddd;
    padding: 10px 0;
    color: #812621;
}
.management ul li p {
    text-align:center;
}
/*
#footer {
    background: #ddd;
    padding-top:15px;
}
*/
footer {
    width: 100%;
    background-color: #eee;
	padding: 25px 0 25px 0px;
	overflow:hidden;
}
.svg {
    position: relative;
    width:100px;
    margin:auto;
}
.svg img {
    width: 100px;
    position: absolute;
    top:-50px
}
.botlinks {
	width:100%;
}
.botlinks ul {
	float:left;
	width:25%;
	margin: 20px 0 0 0px;
}
.botlinks ul h3 {
	font-weight:100;
	font-size:18px;
	margin: 0 0 10px 0px;
	text-transform:uppercase;
    color: #812621;
    font-family: 'lato', sans-serif;
    letter-spacing: 1px;

}

.botlinks ul li {
	list-style:none;
	line-height:26px;
    margin-left: 18px;
    font-size: 16px;
}
.botlinks ul li a {
	color:#484444;
}
.botlinks ul li a:hover {
	color:#000;
}
.bottombar {
	background-color:#333;
	width:100%;
	padding: 15px 0 15px 0px;
	text-align:center;
	color:#908c8c;
}
.bottombar a {
	color:#ccc;
}
.bottombar a:hover {
	color:#fff;
}