* {
	padding:0;
	margin:0;
}
	   /*font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;*/

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f4f4f4;
}

p {
		font-size:12px;
	line-height:150%;
	padding:5px;
}

a {
	text-decoration:none;
	color:#12a7e1;
}

header {
	height:155px;
	width:1198px;
	background-color:rgba(255,255,255,1);
	margin-left:auto;
	margin-right:auto;
}


#siteLogo {
	float:left;
	clear:none;
	width:200px;
}

#siteLogo img {
	width:100%;
	padding:5px;
}

nav {
	width:996px;
	float:left;
	clear:none;
	margin-top:72px;
}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: left;
	width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation .menubtns a,
	.main-navigation .menubtns {
		display: inline-block;
		text-decoration: none;
	}
	
	.main-navigation .donateMenu a,
	.main-navigation .donateMenu {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation .menubtns a {
	border-bottom: 0;
	color: #12a8e0;
	text-transform: capitalize;
	white-space: nowrap;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: normal;
	display:block;
	padding:5px 2px;
	}
	
	.main-navigation .donateMenu a {
	border-bottom: 0;
	color: #000000;
	text-transform: capitalize;
	white-space: nowrap;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	display:block;
	padding:5px 8px;
	background-color:#f2dc3f;
	border-bottom: rgba(255,255,255,1) solid 3px;
	transition: .4s;
	}
	
	.main-navigation  .menubtns a:hover {
		color: #f2dc3f;
	}
	
	.main-navigation  .donateMenu a:hover {
		color: #ffffff;
		border-bottom: #b69512 solid 3px;
	}
	
	.nav-menu ul .menubtns {
		position: relative;
		padding:3px 6px;
	}
	
	.donateMenu{
		border-radius: 5px;
		padding:3px 6px;
	}
	.main-navigation .menubtns ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	
	.childdrowndown {
		background-color:#1c1c1c;
		clear:both;
		float:left;
	}
	
	.arrowchild {
width: 0;
height: 0;
border-style: solid;
border-width: 0 14px 13px 14px;
border-color: transparent transparent #1c1c1c transparent;
line-height: 0px;
_border-color: #ffffff #ffffff #1c1c1c #ffffff;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
margin-left:5px;
	}
	


	.main-navigation .menubtns ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul .menubtns:hover > ul {
		border-left: 0;
		display: block;
	}
	

	.main-navigation .menubtns ul li a {
		display: block;
		font-size: 18px;
		width: 170px;
		white-space: normal;
		color:#f2dc3f;
		
	}
	.main-navigation .menubtns ul li a:hover {

		color: #fff;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #0CF;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}

	  /* @media only screen and (min-width: 480px) {
		   
		   	.main-navigation .menubtns a {
	border-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
	.main-navigation .donateMenu a {
	border-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	   }*/
	   
	   /*font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;*/


.container {
	width:1198px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#smBox {
	position: fixed;
	z-index:20;
	right:0px;
	height:200px;
	width:50px;
	top:260px;
}

.sm {
	background-color:rgba(0,0,0,.8);
	border:rgba(255,255,255,1) solid 3px;
	background-image:url(../images/socialMedia.png);
	display:block;
	margin-bottom:1px;
	width:31px;
	height:31px;
	background-size:42px auto;
	border-radius:30px;
}

.sm:hover {
	border:rgba(255,255,255,1) solid 3px;
	background-color:rgba(255,255,255,1);
	background-image:url(../images/socialMedia2.png);
}

.fb {
	background-position:-5px -6px;
	
}

.tw {
	background-position:-4px -49px;
	
}

.in {
	background-position:-4px -89px;
	
}

.yt {
	background-position:-4px -131px;
	
}

.sc {
	background-position:-5px -174px;
	
}

footer {
	width:1198px;
	background-color:#313131;
	color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	    clear: both;
}

footer p {
	padding:10px;
	text-align:center;
}

footer p a {
	color:#ffffff;
	text-decoration:none;
}

footer p a:hover {
	color:#CCC;
}


#Banner {
	width:100%;
}

#Banner img {
	width:100%;
}

#bannerRow {
	width:100%;
	height:510px;
}

.bannerItem {
	width:299.5px;
	height:510px;
	float:left;
	clear:none;
	background-color:#ffffff;
}

.img {
	width:100%;
	height:249px;
	overflow:hidden;
}

.img img {
	width:100%;
}

.bannerItem h4 {
	font-family: 'Open Sans', sans-serif;
	color: #12a8e0;
	text-transform:uppercase;
	padding: 10px;
}

.bannerItem h5 {
	font-family: 'Open Sans', sans-serif;
	color: #12a8e0;
	text-transform:uppercase;
	padding: 0px 10px;
}

.bannerItem  hr {
	width:25%;
	height:4px;
	background-color:#ffd52f;
	border:none;
	margin-left:10px;
}

.bannerItem p {
    padding: 14px 10px;
    font-size: 14px;
    color: #535353;
}


.bannerItem a {
	display:block;
	text-decoration:none;
	transition: .5s;
	width:100%;
	height:100%;
	
}

.bannerItem a:hover {
	background-color:#ffd52f;
	color:rgba(255,255,255,1);
}

.cDate {
	display:block;
	height:19px;
	color:#12a8e0;
	padding:5px;
}

.select {
	background-color:rgba(255,255,255,1);
	border:rgba(255,0,0,1) solid 1px;
	border-radius:30px;
	    width: 19px;
}

.cMonth {
	color:#12a8e0;
	text-transform:uppercase;
}

.drow {
	width:100%;
	min-height:400px;
	background-image:url(../images/Donatebg.jpg);
	background-size:100% auto;
	background-position:0px -217px;
	padding-bottom: 40px;
}

.drow h1 {
	    text-align: center;
    color: #ffffff;
    padding-top: 55px;
    font-size: 42px;
	text-shadow:rgba(0,0,0,1) 0px 0px 8px;
}

.drow h3 {
	    text-align: center;
    color: #ffffff;
    font-size: 28px;
	text-shadow:rgba(0,0,0,1) 0px 0px 8px;
}

#donateBtn {
	margin-left:auto;
	margin-right:auto;
    margin-top: 34%;
    width: 177px;
	margin-bottom:19px;
}
.btn {
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  border-radius: 1px;
  font-family: Arial;
  color: #000000;
  font-size: 20px;
  background: #f2dc3f;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display:block;
}

.btn:hover {
  background: #fad900;
  text-decoration: none;
}


#galleryPreview {
	width:87%;
	border:#f7f7f7 solid 1px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}

.gcontainer {
	border:#e1e1e1 solid 1px;
	display:block;
	background-color:#ffffff;
	padding:10px;
}
.gcontainer h4{
		font-family: 'Open Sans', sans-serif;
	color: #12a8e0;
	text-transform:uppercase;
}

.gcontainer hr {
	background-color:#ffd52f;
	width:100%;
	height:3px;
	border:none;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 576px;
	height: 200px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 576px;
	height: 200px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 200px;
}

.row {
	width:100%;
	clear:both;
	float:left;
	margin-bottom:30px;
}

.barBox {
	width:261px;
	height:212px;
margin-left: 32px;
    margin-right: -5px;
	border:#eaeaea solid 2px;
	background-color:rgba(255,255,255,1);
	float:left;
	clear:none;
	
}

.barBox h4 {
	font-family: 'Open Sans', sans-serif;
	color: #1e414e;
	text-transform:uppercase;
	padding: 10px;
}

.barBox hr {
	text-align:center;
	width:94%;
	height:2px;
	background-color:#ffd52f;
	border:none;
	margin-left:auto;
	margin-right:auto;
}

.barBox p {
	padding:10px;
	color:#535353;
	font-size:12px;
	    letter-spacing: 1px;
}

.barBox ul {
	list-style:none;
	padding:5px;
}

.barBox ul li {
	width:100%;
	border-bottom:#cccccc solid 1px;

}
.barBox ul li a {
	display:block;
	padding:13px;
	color:#535353;
	font-size:12px;
	    letter-spacing: 1px;
		text-decoration:none;
}

.barBox ul li a:hover {
	color:rgba(0,0,0,1);
	text-decoration:none;
}

.mail {
	padding:10px;
	color:#535353;
	font-size:12px;
	    letter-spacing: 1px;
		line-height:23px;
}

.newsDate {
	font-size:10px;
}


.barBox:last-child {
    margin-left: 31px;
    margin-right: 15px;
}

#aboutPG,
#bm,
#contactPG,
#dipgInfo,
#termsC,
#eventsPG,
#researchPG,
#donatePG,
#NewsPG,
#shopPG,
#galleryPG,
#videosPG  {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:rgba(255,255,255,1);
	border-top:#f4f4f4 solid 2px;
	padding-bottom:30px;
	clear: both;
    float: left;
}

#aboutPG h1,
#bm h1,
#contactPG h1,
#dipgInfo h1,
#termsC h1,
#eventsPG h1,
#researchPG h1,
#donatePG h1,
#shopPG h1,
#galleryPG h1,
#videosPG h1 {
	font-size:40px;
	text-align:center;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:30px;
	margin-top:30px;
}

#shopPG h2 {
	font-size:30px;
	text-align:center;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:10px;
}


#NewsPG h1:first-child {
		font-size:40px;
	text-align:center;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:30px;
	margin-top:30px;
}

.abouth1 {
	font-weight: bold;
	color:#12a8e0;
}
#aboutPG p {
	line-height:150%;
	font-size:16px;
	color:#000;
	text-align: justify;
	display:block;
		width:70%;
	margin-left:auto;
	margin-right:auto;
}
##aboutBanner {
	width:100%;
	height:auto;
}

#aboutBanner img {
	width:100%;
}

#boardBox {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#bmBox {
	width:250px;
	height:320px;
	float:left;
	clear:none;
	text-align:center;
	margin:10px 34px;
}

#bmBox img {
	display: block;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border-radius:130px;
}

#bmBox a {
	color:#7c3e98;
	text-decoration:none;
}

#bmBox a:hover {
	color:#b842ed;
}

.bmName {
	font-size:24px;
}

.bmTitle {
	font-size:16px;
}
.inline {
	width:450px;
	display:none;
}

.inline h3 {
	text-align:center;
}

.inline p {
	text-align:justify;
	line-height:150%;
	font-size:16px;
}

.contactSide {
	float:left;
	width:35%;
	margin-right:5%;
	clear:none;
}

.contactSide ul {
	list-style:none;
	margin-left:50px;
}

.contactSide ul li {
	margin-bottom:15px;
}

.contactSide ul li a {
	color:rgba(51,51,51,1);
}
.form-horizontal {
	width:60%;
	float:left;
	clear:none;
}

.form-horizontal fieldset {
	border:none;
}

#FullName,
#firstname,
#lastname,
#address,
#email,
#phone,
#message {
	padding: 10px 0px;
    width: 98%;
    margin-bottom: 11px;
    border-radius: 3px;
    border: #CCC solid 1px;
}

#sFormniput {
		padding: 10px 0px;
    width: 98%;
    margin-bottom: 11px;
    border-radius: 3px;
    border: #CCC solid 1px;
}

.submitbtn {
	border:none;
	padding:10px 20px;
	font-size:16px;
	cursor:pointer;
	background-color:#f2dc3f;
}

.infoP {
	width:70%;
	margin-left:auto;
	margin-right:auto;
}

.infoP p {
	font-size:16px;
}

.infoP h3 {
	font-size:30px;
	text-align:center;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:30px;
	margin-top:30px;
}

.infoP ol li {
	font-weight:bold;
	margin-bottom:15px;
}

.infoP ol li ul {
	margin-left:50px;
}

.infoP ol li ul ul {
	margin-left:50px;
	margin-top:10px;
}

.infoP ol li ul li {
	font-weight:normal;
}
.infoP ol p {
	text-align:left;
	font-weight:normal;
}

.infoP hr {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:1px;
	border: none;
	background-color: rgba(204,204,204,.9);
	margin-top:30px;
}

.DIPGBanner {
	display:block;
	width:730px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

.formsmall {
	font-size:12px;
	line-height:150%;
}

.col-md-4 {
	margin-bottom:10px;
}
.checkbox {
	margin-left:50px;
	margin-top:10px;
	margin-bottom:10px;
}


.form-horizontal2 {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	border:none;
}

#calenderBox {
	width:100%;
	float:left;
	clear:both;
}

#sidebar {
	float:left;
	clear:none;
	width:250px;
}

#calendar {
	width:940px;
	float:left;
	clear:none;
	padding:4px;
}

.form-horizontal2 fieldset {
	border:none;
}

.fc-month-button {
	display:none;
}

.fc-agendaWeek-button {
	display:none;
}

.fc-agendaDay-button {
	display:none;
}

/* PAYPAL PAYMENT FORM CODE */

.pp-form	{ margin: 0px; }

.pp-input	{ width: 130px; margin: 3px 0px 3px 0px; }

.pp-textarea	{ width: 130px; margin: 3px 0px 3px 0px; }

.pp-button 	{ width: 134px; margin: 3px 0px 3px 0px; }

.pp-badge	{
		float: left;
		margin: 20px auto 0px 0px;
		}

.pp-canvasarea	{
		background-color: #F0F0F0;
		border: #D4D4D4 1px solid;
		padding: 6px;
		margin-left: auto;
    margin-right: auto;
    width: 317px;
	margin-top:30px;
		}

.pp-formbox	{
		font: normal 13px arial, sans-serif;
		float: left;
		padding: 0px 10px 0px 0px;
		}

.pp-clear-float	{ height: 1px; clear: both; }

#paypalDonation {
	display:block;
	width:150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:15px;
}

.Newsposts h2 {
	text-align:center;
}

.postDate {
	text-align:center;
}

.Newsposts {
	width:70%;
	margin-left:auto;
	margin-right:auto;
}

.img-responsive {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

.Newsposts p {
	font-size:16px;
}

.Newsposts h4 {
	font-family:Arial, Helvetica, sans-serif;
}


#container { width: 900px; margin: auto; padding-top: 1em; }
#container .ism-slider { margin-left: auto; margin-right: auto; }

.shopitem {
	width:300px;
	float:left;
	clear:none;
	    margin: 13px;
}

.shoprow {
	width: 83%;
    margin: 20px auto;
    clear: both;
}

#gallerysection {
	width:70%;
	margin: 10px auto;
	clear:both;
}

.gAlbum {
	width: 250px;
	float:left;
	clear:none;
	margin:10px;
	text-align:center;

	
}

.gAlbum:first-child{
	margin-left:150px;
}

.gAlbum a span {
	display:block;
	padding:5px 5px;
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.gAlbum img {
	display:block;
	width:90%;
	margin-left:auto; margin-right:auto;
}

.gAlbum a {
	padding: 10px;
	text-decoration:none;
	display:block;
		background-color:rgba(204,204,204,.3);
		transition:.7s;
}

.gAlbum a:hover {
	background-color:rgba(255,255,255,1);

}


#VideoMain {
	/*background-color: #000;*/
	height: 350px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}
#VideoGalleryList {
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255,255,255,1);
	text-decoration: none;
	width: 820px;
	height:	450px;
	margin-top:50px;
	margin-left: auto;
    margin-right: auto;
}

.VideoThumb {
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
	font-size: 18px;
	color: rgba(0,0,0,1);
	/*background-color: rgba(204,181,128,1);*/
	/*display: inline-block;*/
	float:left;
	width: 250px;
	height:180px;
	margin: 10px;
}

.VideoThumb a{
	color: rgba(0,0,0,1);
	text-decoration: none;
}

.VideoThumb img {
	width:250px;
}

#gbook {
	background-color:#ffffff;
	padding-bottom:200px;
}

.toHide {
	display:none;