html
{
	overflow-y: scroll;
	overflow-x: hidden;
}
body
{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "Trebuchet MS" ,Trebuchet, "Bitstream Vera Sans" , "DejaVu Sans" ,Arial,sans serif;
	font-size: 14px;
}

.NoPadding
{
	margin: 0px;
	padding: 0px;
}

.shadow
{
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 1px 1px #d8dadb, 2px 2px #d8dadb, 3px 3px #d9dbdc, 4px 4px #d9dbdc, 5px 5px #dadcdd, 6px 6px #dadcdd, 7px 7px #dadcdd, 8px 8px #dbddde, 9px 9px #dbddde, 10px 10px #dcdedf, 11px 11px #dcdedf, 12px 12px #dcdedf, 13px 13px #dddfe0, 14px 14px #dddfe0, 15px 15px #dee0e1, 16px 16px #dee0e1, 17px 17px #dee0e1, 18px 18px #dfe1e2, 19px 19px #dfe1e2, 20px 20px #e0e2e3, 21px 21px #e0e2e3, 22px 22px #e0e2e3, 23px 23px #e1e3e4, 24px 24px #e1e3e4, 25px 25px #e2e4e5, 26px 26px #e2e4e5, 27px 27px #e2e4e5, 28px 28px #e3e5e6, 29px 29px #e3e5e6, 30px 30px #e4e6e7, 31px 31px #e4e6e7, 32px 32px #e4e6e7, 33px 33px #e5e7e8, 34px 34px #e5e7e8, 35px 35px #e6e8e9, 36px 36px #e6e8e9, 37px 37px #e6e8e9, 38px 38px #e7e9ea, 39px 39px #e7e9ea, 40px 40px #e8eaeb, 41px 41px #e8eaeb, 42px 42px #e8eaeb, 43px 43px #e9ebec, 44px 44px #e9ebec, 45px 45px #eaeced, 46px 46px #eaeced, 47px 47px #eaeced, 48px 48px #ebedee, 49px 49px #ebedee, 50px 50px #eceeef, 51px 51px #eceeef, 52px 52px #eceeef, 53px 53px #edeff0, 54px 54px #edeff0, 55px 55px #eef0f1, 56px 56px #eef0f1, 57px 57px #eef0f1, 58px 58px #eff1f2, 59px 59px #eff1f2, 60px 60px #f0f2f3;
	padding: 20px;
}

#container
{
	position: relative;
	z-index: 300;
	margin-bottom: 20px;
}

#subcontainer
{
}

#header
{
	/* height: 71px;*/
}

#logo
{
	box-shadow: 2px -12px 10px #888;
	position: relative;
	z-index: 300;
	padding: 25px;
}


.header-controls
{
	float: right;
	position: relative;
	right: 0;
	top: -80px;
}
#navigation
{
	background: #0077b3; /* Old browsers */
	background: -moz-linear-gradient(top, #0077b3 0%, #0077b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0077b3), color-stop(100%,#0077b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0077b3 0%,#0077b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0077b3 0%,#0077b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0077b3 0%,#0077b3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0077b3 0%,#0077b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077b3', endColorstr='#0077b3',GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 100;
}

#navigation nav
{
}

#navigation .menu-position
{
	/*    position: relative;     margin-left: 435px;*/
	width: 960px;
	margin: 0 auto;
}
.user-name
{
	float: right;
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 12px 50px 0px 0px;
	list-style: outside none none;
	color: #CC3399;
	margin-top:-70px;
	font-weight:bold;
	/*font-family:Arial Narrow;*/
	font-size:15px;
}
#navigation ul
{
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 17px 0;
	list-style: none;
}
#navigation ul li
{
	font: bold 12px/18px;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 10px 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border-right: solid 1px #fff;
}
#navigation ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
#navigation ul li:hover
{
	background:#005580;
	color: #fff;
}
#navigation ul li ul
{
	padding: 0;
	position: absolute;
	top: 38px;
	left: 0;
	width: 150px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
#navigation ul li ul li
{
	background: #005580;
	display: block;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	width:120%;
}
#navigation ul li ul li:hover
{
	background: #0077b3;
}
#navigation ul li:hover ul
{
	display: block;
	opacity: 1;
	visibility: visible;
}
. #pagecontainer
{
}

#footer
{
	width: 100%;
	z-index: 100;
	margin-top: 60px;
}

.copyright
{
	text-transform: capitalize;
	width: 50%;
	float: left;
	padding-bottom: 10px;
}

.designedby
{
	text-transform: capitalize;
	width: 50%;
	float: right;
	text-align: right;
}

.clear
{
	clear: both;
}

.wrapper
{
	width: 960px;
	margin: 0 auto;
}


a
{
	color: #333;
	text-decoration: none;
}

a:hover
{
	/*text-decoration: underline;*/
}

hr
{
	background: #1A568E;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 0 0 1.4em;
	border: none;
}

.sidebar
{
	width: 212px;
	float: left;
	border: solid 1px #CCCCCC;
	padding: 5px;
	border-radius: 5px;
}

.contentcontainer
{
	width: 700px;
	float: right;
	border: solid 1px #CCCCCC;
	padding: 10px;
	border-radius: 5px;
}

h1, h2, h3, h5, h6
{
	border-bottom: 1px solid #CCCCCC;
	color: #2b6b36;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}



h1
{
	border-bottom: 1px solid #CCCCCC;
	color: #2b6b36;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.grid_3
{
	float: left;
	width: 47%;
	margin-right: 15px;
}

.news-list
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.news-list img
{
	float: left;
	margin-right: 10px;
}

.news-list h4
{
	border: none;
	margin: 0px;
	padding: 0px;
}

.news-list li
{
	background-color: #f2f2f2;
	display: inline-block;
	padding: 5px;
	border: solid 1px #e4e4e5;
	margin-bottom: 10px;
	color: #333333;
}
.news-list li:hover
{
	background-color: #dbdbdb;
}
.news-list p
{
	margin: 0px;
	padding: 0px;
}






.news-list-thumb
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.news-list-thumb img
{
	float: left;
	margin-right: 10px;
}

.news-list-thumb h4
{
	border: none;
	margin: 0px;
	padding: 0px;
}

.news-list-thumb li
{
	display: inline-block;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	width: 315px;
	margin-right: 20px;
}

.news-list-thumb p
{
	margin: 0px;
	padding: 0px;
}


.more
{
	padding: 5px;
	background-image: linear-gradient(to bottom, #5CB85C 0px, #419641 100%);
	background-repeat: repeat-x;
	border-color: #3E8F3E;
	background-color: #419641;
	border-radius: 5px;
	color: #ffffff;
	margin-top: 10px;
}

.pull-right
{
	float: right;
}

a
{
	text-decoration: none;
}

.price
{
	font-weight: bold;
}


.donor-top
{
	background-image: url("../images/donor-top.jpg");
	background-repeat: no-repeat;
	float: left;
}


.donor-bottom
{
	background-image: url("../images/donor-bottom.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
}

.common-block-text
{
	font-size: 16px;
	line-height: 18px;
	padding: 10px 30px;
	text-align: center;
}

.social-media
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.social-media li
{
	float: left;
	margin-right: 3px;
}

.contentcontainerfullwidth
{
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 20px;
}
.ChkIsbrk label
{
	padding-left: 10px;
	font-weight: normal;
}

.wel-come {
    font-family: Orator Std;
    font-size: 24px;
    text-align: center;
    font-weight: bolder;
    margin: 100px 0 100px 0;
    color: #0066CC;
}
.btn_mar
{
    margin-top:20px;
    margin-bottom:20px !important;
}
.form-width
{
    width:48.5% !important;
}
.check-mar label
{
    margin-right:10px;
}
.am-label
{
    margin-top:5px;
    color:#0066cc;
    font-weight:bold;
}
.form-drop-width
{
    width:70% !important;
}
.ddl-error
{
    color:Red;
    font-weight:bold;
}
.pager-style td
{
    padding-right:10px;
}
.col-box
{
    border: 2px solid #009933;
    width: 70% !important;
    padding: 15px;
    border-radius:15%;
    box-shadow: 1px 1px 1px 1px #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-dis-width
{
    width:72% !important;
}
.col-radio td
{
    padding-right:10px;
}
.new-btn
{
    background:#006699 !important;
    border-color:#0077b3 !important;
}
.new-btn:hover
{
  background:#0077b3 !important;
  border-color:#006699 !important;  
}
.btn-width
{
    width: 15% !important;  
}
.thank-you
{
	font-weight: bold;
	color: #BB133E;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.25em;
	font-family: Monotype Corsiva;
}
.thank-msg
{   
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
    font-family: sans-serif;
    font-size: 16px;
}
/*------------------------------------------------------------------*/
/*Calendar Control CSS*/
.cal_Theme1 .ajax__calendar_container   {
background-color: #DEF1F4;
border:solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_header  {
background-color: #ffffff;
margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
color: #004080;
padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body    {
background-color: #ffffff;
border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_dayname {
text-align:center;
font-weight:bold;
margin-bottom: 4px;
margin-top: 2px;
color: #004080;
}

.cal_Theme1 .ajax__calendar_day {
color: #004080;
text-align:center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
color: #004080;
font-weight: bold;
background-color: #DEF1F4;
}

.cal_Theme1 .ajax__calendar_today   {
font-weight:bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
color: #bbbbbb;
}



.event-block1 {
    margin: 4px 0;
    position: relative;
}

    .event-block1 .event-date {
        padding: 1px 18px;
        position: absolute;
        top: 8px;
        -webkit-transition: all 200ms ease-in-out 0s;
        -o-transition: all 200ms ease-in-out 0s;
        transition: all 200ms ease-in-out 0s;
    }

    .event-block1 .event-meta {
        background: #f7f6f2 none repeat scroll 0 0;
        display: inline-block;
        margin-left: 40px;
        padding: 12px 16px 8px 14px;
        z-index: -1;
    }

    .event-block1:hover .event-date {
        top: 16px;
    }

.event-small .event-date {
    float: left;
    margin-right: 20px;
    padding: 0 16px 5px 20px;
    text-align: center;
}
.contentimg
{
    width: 50% !important;
    float: left;
    padding-right:20px;
    }


/*  first default page */
.index-bg {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgb(3 10 26 / 42%), rgb(6 0 101 / 34%)), url(../images/gonasika.jpg) top center;
    background-size: cover;
    background-attachment:fixed;
    background-repeat:no-repeat;
}
.d-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.logo-box {
    background: #ffffffbf;
    width: 400px;
    min-height: 400px !important;
    text-align: center;
    border-radius: 20px;
}
.martop-10 {
    margin-top: 10%;
}
.logo-box-caption{
    display:flex;
    align-items:center;
    justify-content:space-around;
}
.logo-box-caption h3{
    font-size:22px;
    border:none;
}
#first_popup .card {
    /*width: 260px;
    background: #1e60292b;*/
    padding-bottom: 20px;
    padding-top: 5px;
}
#first_popup .card-img-top {
    height: 285px;
    width: 100%;
    object-fit: cover;
}
    #first_popup h3{
    border:none;
    margin-bottom:0;
    padding-bottom:0;
}
#first_popup .modal-header .close {
    /*margin-top: -40px;*/
    font-size: 40px;
    color: #9d0000;
    text-shadow: 0 1px 0 #f00;
    opacity: 1;
}