@charset "utf-8";
/* CSS Document */
@import "entypo-icon.css";
/* entypo */
[class*="entypo-"]:before {
    font-family:'entypo', sans-serif;
}
/* fontawesome */
[class*="fontawesome-"]:before {
    font-family:'FontAwesome', sans-serif;
}
html{
	margin:0px;
	padding:0px;
	position:relative;
}
body{
	background: #5a181c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhMTgxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzcwMTExNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NTA1MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #5a181c 0%, #701117 50%, #95050e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a181c), color-stop(50%,#701117), color-stop(100%,#95050e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5a181c 0%,#701117 50%,#95050e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5a181c 0%,#701117 50%,#95050e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5a181c 0%,#701117 50%,#95050e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5a181c 0%,#701117 50%,#95050e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a181c', endColorstr='#95050e',GradientType=0 ); /* IE6-8 */
	margin:0px;
	padding:0px;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:normal;
}
*, *:before, *:after {
    box-sizing: border-box;
	outline:none;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
	outline:none;
	border:0;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
a{
	color:#0070c0;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	display:inline-block;
	margin:0px;
	width:auto;
	padding:0px;
	max-width:100%;
}
h1, h2, h3, h4, h5, h6, p, ul, li, ol, header, footer, nav, section, dl, dd, dt{
	margin:0px;
	padding:0px;
	display:block;
}
h1{
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
}
h2{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}
h3{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
h4{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
h5{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
}
h6{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	font-size:12px;
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
}
.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row:after {
    clear: both;
}
.container{
	margin:0px auto;
	position:relative;
	background:#fff;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .span13, .span14, .span15, .span16, .span17, .span18, .span19, .span20, .span21, .span22, .span23, .span24, .span25, .span26, .span27, .span28, .span29, .span30{
	float:left;
	position:relative;	
}
.span1{
	width:100%;
}
.span2{
	width:50%;
}
.span3{
	width:33.33%;
}
.span4{
	width:66.67%;
}
.span5{
	width:25%;
}
.span6{
	width:75%;
}
.span7{
	width:16.66666666666667%;
}
.span8{
	width:83.33333333333333%;
}
.span9{
	width:12.5%;
}
.span10{
	width:87.5%;
}
.span11{
	width:10%;
}
.span12{
	width:90%;
}
.span13{
	width:20%;
}
.span14{
	width:80%;
}
.span15{
	width:30%;
}
.span16{
	width:70%;
}
.span17{
	width:40%;
}
.span18{
	width:60%;
}
.span19{
	width:14.28571428571429%;
}
.span20{
	width:85.71428571428571%;
}
.span21{
	width:11.11111111111111%;
}
.span22{
	width:88.88888888888889%;
}
.span23{
	width:5%;
}
.span24{
	width:95%;
}
.span23{
	width:15%;
}
.span24{
	width:85%;
}
.span25{
	width:35%;
}
.span26{
	width:65%;
}
.span27{
	width:45%;
}
.span28{
	width:55%;
}
.span29{
	width:17.5%;
}
.span30{
	width:82.5%;
}
.btn{
	background: #df4547; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmNDU0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2QyMmUyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2I4MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #df4547 0%, #d22e2f 49%, #b80000 50%, #a40000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df4547), color-stop(49%,#d22e2f), color-stop(50%,#b80000), color-stop(100%,#a40000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #df4547 0%,#d22e2f 49%,#b80000 50%,#a40000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #df4547 0%,#d22e2f 49%,#b80000 50%,#a40000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #df4547 0%,#d22e2f 49%,#b80000 50%,#a40000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #df4547 0%,#d22e2f 49%,#b80000 50%,#a40000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4547', endColorstr='#a40000',GradientType=0 ); /* IE6-8 */
}
.btn:hover{
	background: #a40000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2I4MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyMmUyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjQ1NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a40000 0%, #b80000 49%, #d22e2f 50%, #df4547 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a40000), color-stop(49%,#b80000), color-stop(50%,#d22e2f), color-stop(100%,#df4547)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a40000 0%,#b80000 49%,#d22e2f 50%,#df4547 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a40000 0%,#b80000 49%,#d22e2f 50%,#df4547 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a40000 0%,#b80000 49%,#d22e2f 50%,#df4547 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a40000 0%,#b80000 49%,#d22e2f 50%,#df4547 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40000', endColorstr='#df4547',GradientType=0 ); /* IE6-8 */
	padding:5px 15px;
}
div#rotator{
	width:100%;
}
div#rotator ul li{
	width:100%;
}
@media only screen and (min-width: 1024px){
.container{
	width:997px;
}
.span1{
	width:100%;
}
.span2{
	width:50%;
}
.span3{
	width:33.33%;
}
.span4{
	width:66.67%;
}
.span5{
	width:25%;
}
.span6{
	width:75%;
}
.span7{
	width:16.66666666666667%;
}
.span8{
	width:83.33333333333333%;
}
.span9{
	width:12.5%;
}
.span10{
	width:87.5%;
}
.span11{
	width:10%;
}
.span12{
	width:90%;
}
.span13{
	width:20%;
}
.span14{
	width:80%;
}
.sitemap .span14{
	width:100%;
}
.span15{
	width:30%;
}
.span16{
	width:70%;
}
.span17{
	width:40%;
}
.span18{
	width:60%;
}
.span19{
	width:14.28571428571429%;
}
.span20{
	width:85.71428571428571%;
}
.span21{
	width:11.11111111111111%;
}
.span22{
	width:88.88888888888889%;
}
.span23{
	width:5%;
}
.span24{
	width:95%;
}
.span23{
	width:15%;
}
.span24{
	width:85%;
}
.span25{
	width:35%;
}
.span26{
	width:65%;
}
.span27{
	width:45%;
}
.span28{
	width:55%;
}
.span29{
	width:17.5%;
}
.span30{
	width:82.5%;
}
}
div.trans_overlay_inner h1 a{
	color:#a60200;
}
div.trans_overlay.trans_overlay2{
	width:396px;
}
@media only screen and (max-width: 959px){
.container{
	width:90%;
}
div.trans_overlay{
	background:rgba(255, 255, 255, 0.8);
}
div.trans_overlay_inner{
	padding:0px 15px;
}
}

@media only screen and (max-width: 767px){
.span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .span13, .span14, .span15, .span16, .span17, .span18, .span19, .span20, .span21, .span22, .span23, .span24, .span25, .span26, .span27, .span28, .span27, .span28{
	width:50%;
	margin:10px 0px;
}
.sitemap .span14{
	width:100%;
}
.sitemap div.clear{
	display:none;
}
.sitemap div.lastmap{
	border:medium none;
}
}
@media only screen and (max-width: 660px){
div.trans_overlay, div.trans_overlay.trans_overlay2{
	background:none;
	width:100%;
}
div.trans_overlay_inner h1{
	padding:10px 0px 0;
}
div.trans_overlay_inner{
	padding:0px 15px 10px;
	position:absolute;
	background:rgba(255, 255, 255, 0.8);
	width:100%;
	bottom:0;
}
div.trans_overlay_inner p.slider_tagline{
	margin:0px 0px 5px;
}
div.trans_overlay_inner p{
	padding:5px 0px 0px;
}
}
@media only screen and (max-width: 479px){
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .span13, .span14, .span15, .span16, .span17, .span18, .span19, .span20, .span21, .span22, .span23, .span24, .span25, .span26, .span27, .span28, .span27, .span28{
	width:100%;
	padding:10px 15px;	
}
div.trans_overlay_inner{
	background:#E8E8E8;
	position:relative;
}
div.trans_overlay_inner h1{
	font-size:13px!important;
}
div#rotator{
	height:130px!important;
}
div.trans_overlay{
	height:130px!important;
	padding-top:80px;
}
div#rotator ul li{
	background-size:100%!important;
}
.sitemapdiv {
	border:medium none;
}
.trans_overlay_inner p{
	display:none;
}
}

@media only screen and (max-width: 280px){
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .span13, .span14, .span15, .span1, .span17, .span18, .span19, .span20, .span21, .span22, .span23, .span24, .span25, .span26, .span27, .span28, .span27, .span28{
	width:100%;	
}
}

/*  Header Section and Menu Section */
header{
	height:auto;
	width:100%;
	padding:7px 4px;
	display:inline-block;
}
.logo{
	margin:0px;
	padding:5px 10px;
}
.logo2{
	margin:25px 0px 5px;
	padding:5px 10px;
}
nav{
	width:100%;
	padding:7px 2px;
	height:48px;
}
nav ul{
	margin:0px;
	padding:0px;
	width:100%;
}
nav ul li{
	width:auto;
	display:inline-block;
	margin:0px 2px;
}
nav ul li a, a.blink{
	background: rgba(189,5,14,1);
	background: -moz-linear-gradient(top, rgba(189,5,14,1) 0%, rgba(112,21,29,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(189,5,14,1)), color-stop(100%, rgba(112,21,29,1)));
	background: -webkit-linear-gradient(top, rgba(189,5,14,1) 0%, rgba(112,21,29,1) 100%);
	background: -o-linear-gradient(top, rgba(189,5,14,1) 0%, rgba(112,21,29,1) 100%);
	background: -ms-linear-gradient(top, rgba(189,5,14,1) 0%, rgba(112,21,29,1) 100%);
	background: linear-gradient(to bottom, rgba(189,5,14,1) 0%, rgba(112,21,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd050e', endColorstr='#70151d', GradientType=0 );
	line-height:34px;
	padding:0px 26px;
	border-radius:5px;
	color:#fff!important;
	display:block;
}
.staff_bg{
	background: rgba(189,5,14,1);
	background: -moz-linear-gradient(top, rgba(189,5,14,1) 0%, rgba(112,21,29,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(189,5,14,1)), color-stop(100%, rgba(112,21,29,1)));
	background: -webkit-linear-gradient(top, rgba(189,5,14,1) 0%, rgba(112,21,29,1) 100%);
	background: -o-linear-gradient(top, rgba(189,5,14,1) 0%, rgba(112,21,29,1) 100%);
	background: -ms-linear-gradient(top, rgba(189,5,14,1) 0%, rgba(112,21,29,1) 100%);
	background: linear-gradient(to bottom, rgba(189,5,14,1) 0%, rgba(112,21,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd050e', endColorstr='#70151d', GradientType=0 );
	color:#fff!important;
}
nav ul li a:hover, nav ul li a.active, a.blink:hover{
	background: rgba(132,132,132,1);
	background: -moz-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(132,132,132,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(132,132,132,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#000000', GradientType=0 );
	color:#fff;
}
nav ul li ul{
	margin:0px 0px 0px 2px;
	padding:0px;
}
nav ul li ul li{
	margin:0px;
	padding:0px;
}
nav ul li ul li a{
	border-radius:0;
	background:rgba(112, 21, 28, 0.8);
	line-height:27px;
	font-size:12px;
}
nav ul li ul li a:hover, nav ul li ul li a.active{
	border-radius:0;
	background:rgba(112, 21, 28, 0.95)
}
.donatelink{
	margin:0px;
	padding:21px 0px
}
.donatelink ul{
	margin:0px;
	padding:0px;
}
.donatelink ul li{
	width:46%;
	float:left;
	text-align:center;
	font-family:Calibri, Georgia, "Times New Roman", Verdana;
	margin:0px 2%;
	font-size:16px;
}

.donatelink ul li a{
	background: #df4547; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #df4547 0%, #d22e2f 49%, #b80000 50%, #a40000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df4547), color-stop(49%,#d22e2f), color-stop(50%,#b80000), color-stop(100%,#a40000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #df4547 0%,#d22e2f 49%,#b80000 50%,#a40000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #df4547 0%,#d22e2f 49%,#b80000 50%,#a40000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #df4547 0%,#d22e2f 49%,#b80000 50%,#a40000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #df4547 0%,#d22e2f 49%,#b80000 50%,#a40000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4547', endColorstr='#a40000',GradientType=0 ); /* IE6-8 */
	display:block;
	padding:5px 15px;
	border-radius:8px;
	color:#fff;
	border:solid 1px #831f1f;
	font-weight:bold;
}
.donatelink ul li a:hover{
	background: #a40000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #a40000 0%, #b80000 49%, #d22e2f 50%, #df4547 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a40000), color-stop(49%,#b80000), color-stop(50%,#d22e2f), color-stop(100%,#df4547)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a40000 0%,#b80000 49%,#d22e2f 50%,#df4547 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a40000 0%,#b80000 49%,#d22e2f 50%,#df4547 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a40000 0%,#b80000 49%,#d22e2f 50%,#df4547 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a40000 0%,#b80000 49%,#d22e2f 50%,#df4547 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40000', endColorstr='#df4547',GradientType=0 ); /* IE6-8 */
}
@keyframes cf3FadeInOut {
  0% {
  background: #a40000; /* Old browsers */

}
50% {
background: #b80000; /* Old browsers */
}
100% {
background: #df4547; /* Old browsers */

}
}

.donatelink ul li:first-child a {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 2s;
animation-direction: alternate;
color:#fff;
background: #a40000; /* Old browsers */
border:solid 1px #831f1f;
}
.search{
	padding:22px 0px 20px 10px;
}

.search form{
	margin:0px 0px;
}
.search form input{
	padding:3px 5px;
	width:70%;
	height:28px;
	float:left;
	border:solid 1px #bebebe;
}
.search form input[type="submit"] {
	background: #df4547; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #df4547 0%, #d22e2f 49%, #b80000 50%, #a40000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df4547), color-stop(49%,#d22e2f), color-stop(50%,#b80000), color-stop(100%,#a40000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #df4547 0%,#d22e2f 49%,#b80000 50%,#a40000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #df4547 0%,#d22e2f 49%,#b80000 50%,#a40000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #df4547 0%,#d22e2f 49%,#b80000 50%,#a40000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #df4547 0%,#d22e2f 49%,#b80000 50%,#a40000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4547', endColorstr='#a40000',GradientType=0 ); /* IE6-8 */
	border:solid 1px #831f1f;
	width:28%;
	border-radius:4px;
	float:left;
	color:#fff;	
}

.social {
    color: #7b1319;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0px 0 0;
    text-align: left;
}
.social ul{
	float:right;
}
.social p{
	padding: 3px 0 4px;
}
.social ul li{
	float:left;
	margin:0px 5px 0 0;
	padding:0px 5px 0px 0px;
}
.social ul li img{
	width:auto;
}
.middle{
	padding:10px 0 0;
}
@media only screen and (min-width: 1024px){
}
@media only screen and (max-width: 1023px){
nav ul li a{
	padding:0px 23px 0px 24px;
}
}
@media only screen and (max-width: 959px){
.donatelink ul li a{
	padding:6px 5px;
	font-size:14px;
}
.social ul{
	float:right;
	width:100%;
}
.social ul li{
	margin-right:1%;
	padding:0px;
}
nav{
	height:auto;
	padding:0px;
}
nav ul li{
	margin:0px;
}
nav ul li a{
	background:rgba(0, 0, 0, 0.8);
	line-height:27px;
	border-radius:0;
	border-bottom:dotted 1px #fff;
}
nav ul li a:hover{
	border-radius:0;
	background:rgba(0, 0, 0, 0.7)
}
}

@media only screen and (max-width: 767px){
nav{
	height:auto;
	padding:0px;
}
nav ul li{
	margin:0px;
}
nav ul li a{
	background:rgba(0, 0, 0, 0.8);
	line-height:27px;
	border-radius:0;
	border-bottom:dotted 1px #fff;
}
nav ul li a:hover{
	border-radius:0;
	background:rgba(0, 0, 0, 0.7)
}
.logo{
	width:100%;
	text-align:center;
}
.logo2{
	width:100%;
	text-align:center;
}
.logo2 img, .logo img{
	width:auto;
	margin:0px auto;
}
.middle{
	width:100%;
}
.search{
	width:33%;
	padding:13px 10px;
}
.donatelink{
	width:40%;
}
.social{
	width:27%;	
}
}
@media only screen and (max-width: 550px){
.donatelink{
	width:100%;
	padding:5px 0px;
	margin:0px;
}	
.search{
	width:100%;
	padding:5px 10px;
	margin:0px;
}
.social{
	width:100%;
	padding:5px 10px;
	margin:0px;
	display:inline-block;
	text-align:center;
}
.social ul li{
	display:inline;
	float:none;
}
}
@media only screen and (max-width: 479px){
}

@media only screen and (max-width: 280px){
}
/*  Content Section */
section.home{
	display:inline-block;
	clear:both;
	padding:15px 20px;
}
section.home h1{
	color: #474747;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
section.home p{
	padding:5px 0px;
	line-height:18px;
}
section{
	width:100%;
	display:inline-block;
	clear:both;
	padding:15px 5px;
}
section h1{
	color: #474747;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
section p{
	padding:5px 0px;
	line-height:18px;
}
.hometxt{
	margin:0px;
	padding:0px;
}
.hometxt p{
	font-size:14px;
}
.hometxt p a{
	color:#0070c0;
}
.hometxt p a:hover{
	color:#0070c0;
	text-decoration:underline;
}
.homebox{
	margin:10px 0px;
	display:inline-block;
}
.homebox ul{
	margin:0px;
	padding:0px;

}
.homebox ul li{
	width:23.20%;
	float:left;
	margin-right:2%;
	min-height:308px;
	background: rgba(247,247,247,1);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5', GradientType=0 );
	border-radius:20px 20px 10px 10px;
	border:solid 1px #bebebe;
}
.homebox ul li:nth-child(4n){
	margin-right:0px;
}
.homebox ul li .boxtxt{
	width:100%;
	padding:12px;
}
.homebox ul li .boxtxt dl{
	line-height:31px;
	font-size:12px;
	color:#000;
}
.homebox ul li .boxtxt dl a{
	color:#000;
	font-weight:bold;
}
.homebox ul li .boxtxt dl a:hover{
	color:#ae0812;
}
.homebox ul li .boxtxt p{
	font-size:11px;
	color:#000;
	line-height:17px;
	text-align:justify;
}
.homebox ul li .boxtxt .img{
	padding:0px 15px;
}
.homebox ul li h2{
	height:46px;
	text-align:center;
	vertical-align:middle;
	width:100%;
	padding:5px;
	color:#ae0812;
	font-size:15px;
	font-weight:bold;
	background: rgba(231,231,231,1);
	background: -moz-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,231,231,1)), color-stop(100%, rgba(199,199,199,1)));
	background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	background: -o-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	background: -ms-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	background: linear-gradient(to bottom, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#c7c7c7', GradientType=0 );
	border-radius:20px 20px 0px 0px;
}
.homebox ul li .boxtxt dt{
	font-size:12px;
	color:#000;
	font-weight:bold;
	line-height:18px;
	text-align:justify;
	margin-bottom:20px;
}
.homebox ul li .boxtxt dt a, .homebox ul li .boxtxt small a{
	color:#0000cd;
}
.homebox ul li .boxtxt small{
	font-size:12px;
	color:rgb(178, 34, 34);
	font-weight:bold;
}
.homebox ul li .boxtxt dd{
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	color:#000;
	margin:5px 0px;
	padding:0px;
	line-height:17px;
}
.homebox ul li .boxtxt dd span{
	color:#b22222;
}
.homebox ul li .boxtxt dd a{
	color:#0000ff;
}

@media only screen and (min-width: 1024px){
.homebox ul li{
	min-height:375px;
}

}

@media only screen and (max-width: 959px){
.homebox ul li h2{
	height:65px;
}
.homebox ul li{
	min-height:420px;
}
.homebox ul li .boxtxt{
	padding:8px;
}
.homebox ul li .boxtxt .img{
	padding:0px;
}
section{
	width:95%;
	margin:0px auto;
	display:block;
	overflow:hidden;
}
}

@media only screen and (max-width: 767px){
.homebox ul li{
	min-height:280px;
	width:48%;
	margin:0px 4% 20px 0;
}
.homebox ul li h2{
	height:46px;
}
.homebox ul li:nth-child(2n){
	margin-right:0;
}
.homebox ul li .boxtxt .img{
	padding:0px 40px;
}

}

@media only screen and (max-width: 479px){
section{
	width:100%;
	margin:0px auto;
	display:inline-block;
	overflow:inherit;
}
.homebox{
	padding:0px;
}
.homebox ul li{
	min-height:auto;
	width:100%;
	margin:0px 0% 20px 0;
}
.homebox ul li h2{
	height:46px;
}
.homebox ul li:nth-child(2n){
	margin-right:0;
}
.homebox ul li:nth-child(4n){
	margin-bottom:0px;
}
.homebox ul li .boxtxt .img{
	padding:0px 0px;
}
}

@media only screen and (max-width: 280px){
}

/*  footer Section */

footer{
	background:url(../images/footer_bg.jpg) repeat-x top #e6ddcc;
	padding:15px;
	display:inline-block;
	width:100%;
}
.navigation{
	margin:0px;
	padding:0px;
}
.navigation ul{
	width:100%;
	margin:0px;
	padding:0px;
	display:inline-block;
}
.navigation ul li{
	padding:0px 0px;
	float:left;
	line-height:22px;
}
.navigation ul li:first-child a{
	padding-left:0px;
}
.navigation ul li a{
	color:#000;
	padding:0px 10px;
	text-decoration:underline;
	font-size:12px;
}
.navigation ul li a:hover{
	color:#930d07;
}
.navigation p{
	display:inline-block;
	clear:both;
	line-height:22px;
	font-size:12px;
}
.navigation div.img{
	margin-top:10px;
}
.navigation ul li:after{
	content:'::';
}
.navigation ul li:last-child:after{
	content:inherit;
}
.newsletter{
	margin:0px;
	padding:0px 0px 0px 20px;
	line-height:22px;
}
.newsletter h3{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.newsletter h3 span{
	color:#930d07;
}
.newsletter form{
	margin:10px 0px 0;
}
.newsletter form input{
	padding:3px 5px;
	border:solid 1px #bebebe;
	width:100%;
	height:26px;
}
.newsletter form input[type="submit"] {
	background:#A31919;
	border:none;
	color:#fff;	
	width:auto;
	margin:5px 0px;
}
.footerlogo{
	width:100%;
	display:inline;
	margin:10px 0px;
	clear:both;
}
.footerlogo ul{
	width:auto;
	margin:0px auto;
	display:table;
}
.footerlogo ul li{
	display:inline;
	margin:0px 5px;
	padding:0px;
	float:left;
}
.footerlogo ul li img{
	width:auto;
}
.copyright{
	display:none;
}
@media only screen and (min-width: 1024px){
.copyright{
	display:none;
}
}

@media only screen and (max-width: 959px){
.copyright{
	display:none;
}
.navigation{
	width:55%;
}
.newsletter{
	width:45%
}
.navigation ul li a{
	padding:0px 5px;
}
}

@media only screen and (max-width: 767px){
.footerlogo ul li{
	width:30.33%;
}
.footerlogo ul li img{
	width:100%;
}
.navigation{
	width:100%;
}
.newsletter{
	padding:10px 0px;
	margin:10px 0px;
	width:100%;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.copyright{
	display:block;
	text-align:center;
}
.navigation p{
	display:none;
}
}

@media only screen and (max-width: 479px){
.footerlogo ul li{
	width:100%;
	text-align:center;
}
.footerlogo ul li img{
	width:auto;
	margin:0px auto;
}
.newsletter{
	padding:10px 0px;
	margin:10px 0px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.copyright{
	display:block;
	text-align:center;
}
.navigation p{
	display:none;
}
}

@media only screen and (max-width: 280px){
}

/*  banner Section */

.banner{
	margin:10px 0px;
	padding:0px;	
}
@media only screen and (min-width: 1024px){
}

@media only screen and (max-width: 959px){
}

@media only screen and (max-width: 767px){
}

@media only screen and (max-width: 479px){
}

@media only screen and (max-width: 280px){
}

/*  Left Sidebar Section and Right Sidebar Section */


@media only screen and (min-width: 1024px){
}

@media only screen and (max-width: 959px){
}

@media only screen and (max-width: 767px){
}

@media only screen and (max-width: 479px){
}

@media only screen and (max-width: 280px){
}

/*  Inside Content Section */
.aboutus{
	padding:0px 20px;
}
.aboutus h2{
	color:#ae0811;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
}
.aboutus ul.breadcum{
	background:#f1f1f1;
	margin:0px 0px 10px;
	padding:5px 10px;
	display:inline-block;
	width:100%;
}
.aboutus ul.breadcum li{
	color:#000;
	font-size:12px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.aboutus ul.breadcum li a{
	color:#000;
	text-decoration:none;
	padding:0px 5px;
}
.aboutus ul.breadcum li:after{
	content:"»";
	margin:0px 5px;
}
.aboutus ul.breadcum li:last-child{
	padding-left:5px;
}
.aboutus ul.breadcum li:last-child:after{
	content:inherit;
}
.aboutus .content{
	margin:0px;
	padding:0px;
}
.aboutus .content table{
	width:100%;
	margin-bottom:10px;
}
.aboutus .content table tr{
	background:#fff;
}
.aboutus .content table a{
	color:#0070c0;
}
.aboutus .content table a:hover{
	color:#0070c0;
	text-decoration:underline;
}
.aboutus .content table tr:first-child, .aboutus .content table tr:hover:first-child{
	background:#990000;
	color:#fff;
}
.aboutus .content table.new tr:first-child{
	background:#fff;
	color:#000;
}
.aboutus .content table tr:nth-child(even){
	background:#fdd4d7;
}
.aboutus .content table tr:hover, .aboutus .content table.new tr:hover:hover{
	background:#F1F1F1;
}
.aboutus .content table tr td{
	border-right:solid 1px #ccc;
	word-break: keep-all;
	padding:5px;
	word-wrap: break-word;
}
.aboutus .content div.long{
	width:100%;
	margin-bottom:10px;
	border:solid #ccc;
	border-width:1px 0px 0px 1px
}
.aboutus .content div.long ul{
	background:#fff;
	margin:0px;
	padding:0px;
	width:100%;
	display:table;
}

.aboutus .content div.long ul li{
	border-right:solid 1px #ccc;
	padding:5px;
	margin:0px;
	display:table-cell;
	width:33.33%;
	vertical-align:middle;
	border-bottom:solid 1px #ccc;
	text-align:center;
	max-width:33.33%;
}
.aboutus .content div.long ul li img{
	width:100%;
}
.aboutus .content div.long ul li p{
	text-align:center;
}
.kolkata{
	width:100%;
}
.kolkata tr{
	margin:0px;
	padding:0px;
}
.kolkata tr td{
	background:#94060e;
	color:#fff;
}
.aboutus .content table tr td:last-child{
	border-right:solid 0px #ccc;
}
.aboutus .content p{
	font-size:13px;
	text-align:justify;
	display:block;
	clear:both;
	overflow:hidden;
}
.aboutus .content ul{
	margin:0px 0px 0px 15px;
	padding:0px;
}
.aboutus .content ul li{
	display:list-item;
	list-style:disc;
	line-height:18px;
	margin:5px 0px;
}
.aboutus .content p a{
	color:#0070c0;
}
.aboutus .content p a:hover{
	color:#0070c0;
	text-decoration:underline;
}
.aboutus .content .img{
	margin-bottom:10px;
}
.aboutus .content ul.form{
	margin:0px;
	padding:0px;
	width:100%;
}
.aboutus .content ul.form li{
	display:inline-block;
	list-style:none;
	line-height:18px;
	width:100%;
	margin:5px 0px;
}

.aboutus .content ul.form li span{
	width:40%;
	line-height:30px;
	float:left;
}
.aboutus .content ul.form li strong{
	width:40%;
	line-height:16px;
	float:left;
}

.aboutus .content ul.form li input[type="radio"]{
	width:auto;
}

.aboutus .content ul.form li input[type="text"], .aboutus .content ul.form li select, .aboutus .content ul.form li textarea{
	width:60%;
	float:left;
	display: block;
	height: 30px;
	padding: 6px 12px;
	box-sizing:border-box;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.aboutus .content ul.form li input {
	background: #fff;
	border: 1px solid #cacaca;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.aboutus .content ul.form li input:focus, .aboutus .content ul.form li textarea:focus {
	border-color: #66afe9!important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)!important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)!important;
}

.aboutus .content ul.form li input:-moz-placeholder {
  color: #999999;
}

.aboutus .content ul.form li input::-moz-placeholder {
  color: #999999;
}

.aboutus .content ul.form li input:-ms-input-placeholder {
  color: #999999;
}

ul.online li input::-webkit-input-placeholder {
  color: #999999;
}

.aboutus .content ul.form li input[disabled],
.aboutus .content ul.form li input[readonly],
fieldset[disabled] .aboutus .content ul.form li input {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.aboutus .content ul.form li textarea{
  height: 80px;
}

.aboutus .content ul.form li input[type="submit"]{
	background-color: #3f3f3f;
    border: 1px solid #999999;
    color: #ffffff;
    font-family: Calibri;
    font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
    margin-bottom: 3px;
    margin-top: 0;
    padding: 5px 20px;
    text-align: center;
	clear:both;
	width:auto;
}
.aboutus .content ul.form li input[type="submit"]:hover{
	background:#A10913;
	border:solid 1px #A10913;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.rightsidebardonation{
	margin:0px;
	padding:0px;
}
.rightsidebardonation{
	margin:0 10px 0 0;
	padding:0px;
}
.rightsidebardonation ul{
	margin:0px 0px 0px 0px;
	padding:0px;
}
.rightsidebardonation ul.unique{
	width:100%;
	border:1px solid #bebebe;
	border-radius:15px 15px 10px 10px;
	margin-bottom:20px;
	background: rgba(247,247,247,1);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5', GradientType=0 );
}
.rightsidebardonation ul.unique h2{
	text-align:center;
	width:100%;
	box-sizing:border-box;
	padding:8px 5px;
	color:#ae0812;
	font-size:16px;
	font-weight:bold;
	background: rgba(231,231,231,1);
	background: -moz-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,231,231,1)), color-stop(100%, rgba(199,199,199,1)));
	background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	background: -o-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	background: -ms-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	background: linear-gradient(to bottom, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#c7c7c7', GradientType=0 );
	border-radius:15px 15px 0px 0px;
}
.rightsidebardonation ul.unique .box{
	padding:12px;
    width:100%;
	box-sizing:border-box;
}
.rightsidebardonation ul.unique li {
    display: list-item;
    line-height: 20px;
    margin:5px 0px 5px 10px;
    padding: 0 7px 0 0;
	box-sizing:border-box;
}
.rightsidebardonation ul.unique .box img{
	width:100%;
	margin-bottom:5px;
}
.rightsidebar{
	margin:0px;
	padding:0px;
}
.rightsidebar a, .leftsidebar a{
	color:#0070c0;
}
.rightsidebar a:hover, .leftsidebar a:hover{
	color:#0070c0;
	text-decoration:underline;
}
.rightsidebar ul{
	margin:0px 0px 0px 0px;
	padding:0px;
}
/*.rightsidebar ul li{
	width:100%;
	border:1px solid #bebebe;
	border-radius:15px 15px 10px 10px;
	margin-bottom:20px;
	background: rgba(247,247,247,1);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5', GradientType=0 );
}
.rightsidebar ul li h2{
	text-align:center;
	width:100%;
	padding:8px 5px;
	color:#ae0812;
	font-size:16px;
	font-weight:bold;
	background: rgba(231,231,231,1);
	background: -moz-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,231,231,1)), color-stop(100%, rgba(199,199,199,1)));
	background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	background: -o-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	background: -ms-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	background: linear-gradient(to bottom, rgba(231,231,231,1) 0%, rgba(199,199,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#c7c7c7', GradientType=0 );
	border-radius:15px 15px 0px 0px;
}*/
.rightsidebar ul li .box{
	padding:12px;
    width:100%;
}
.rightsidebar ul li .box img{
	width:100%;
	margin-bottom:5px;
}
.rightsidebar ul li .box p{
	color: #000000;
    font-size: 12px;
    line-height: 18px;
    /*text-align: justify;*/
	padding:0px;
}
.leftsidebar{
	margin:0px;
	padding:0px;
}
.leftsidebar ul, ul.aspect{
	margin:0px 0px 20px 0px;
	padding:0px;
	border-radius:15px;
	overflow:hidden;
}
.leftsidebar ul li{
	margin:0px;
	padding:0px;
}
.leftsidebar ul li a, ul.aspect li{
	margin:0px;
	padding:0px;
	background: rgba(247,247,247,1);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(227,227,227,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(227,227,227,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(227,227,227,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(227,227,227,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(227,227,227,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(227,227,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e3e3e3', GradientType=0 );
	border:solid #d5d5d5;
	border-width:0px 1px;
}
.leftsidebar ul li a{
	color:#ae0812;
	display:block;	
	padding:15px 12px;
}
ul.unique.aspect li{
	color:#ae0812;
	display:block;	
	padding:8px 12px!important;
	margin:0!important;
}
.leftsidebar ul li a:before, ul.unique.aspect li:before{
	content:'\e78b';
	font-family:"entypo",sans-serif;
	margin-right:7px;
	font-size:18px;
}
.leftsidebar ul li a:hover, .leftsidebar ul li a.active, ul.unique.aspect li:hover, .rightsidebardonation ul.unique.aspect h2{
	color:#fff;
	text-decoration:none;
}
.rightsidebardonation ul.unique.aspect h2{
	background: rgba(186,4,16,1);
	background: -moz-linear-gradient(top, rgba(186,4,16,1) 0%, rgba(118,18,26,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186,4,16,1)), color-stop(100%, rgba(118,18,26,1)));
	background: -webkit-linear-gradient(top, rgba(186,4,16,1) 0%, rgba(118,18,26,1) 100%);
	background: -o-linear-gradient(top, rgba(186,4,16,1) 0%, rgba(118,18,26,1) 100%);
	background: -ms-linear-gradient(top, rgba(186,4,16,1) 0%, rgba(118,18,26,1) 100%);
	background: linear-gradient(to bottom, rgba(186,4,16,1) 0%, rgba(118,18,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0410', endColorstr='#76121a', GradientType=0 );
	border:solid #980c15;
	border-width:0px 1px;
}
.leftsidebar ul li a:hover, .leftsidebar ul li a.active, ul.unique.aspect li:hover{
	background: rgba(186,4,16,1);
	background: -moz-linear-gradient(top, rgba(186,4,16,1) 0%, rgba(118,18,26,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186,4,16,1)), color-stop(100%, rgba(118,18,26,1)));
	background: -webkit-linear-gradient(top, rgba(186,4,16,1) 0%, rgba(118,18,26,1) 100%);
	background: -o-linear-gradient(top, rgba(186,4,16,1) 0%, rgba(118,18,26,1) 100%);
	background: -ms-linear-gradient(top, rgba(186,4,16,1) 0%, rgba(118,18,26,1) 100%);
	background: linear-gradient(to bottom, rgba(186,4,16,1) 0%, rgba(118,18,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0410', endColorstr='#76121a', GradientType=0 );
	border:solid #980c15;
	border-width:0px 1px;
}

@media only screen and (min-width: 1024px){
}

@media only screen and (max-width: 959px){
.aboutus{
	padding:0px 10px;
	width:50%;
}
.span14.aboutus{
	padding:0px 10px;
	width:75%;
}
.leftsidebar, .rightsidebar{
	width:25%;
}
.scroll{
	width:100%;
}
.scroll tr{
	margin:0px;
	padding:0px;
}
.scroll tr td{
	word-break: break-all;
	word-wrap: break-word;
	vertical-align:top;
}
}

@media only screen and (max-width: 767px){
.aboutus{
	padding:0px 0px 0px 0px;
	width:100%;
	margin:20px 0px;
}
.span14.aboutus{
	padding:0px 0px 0px 0px;
	width:100%;
	margin:20px 0px;
}
.leftsidebar, .rightsidebar{
	width:100%;
}
table.scroll{
	width:100%;
	position:relative;
	display:block;
}
table.scroll tbody{
	overflow:scroll;
	width:auto;
	display:block;
	height:400px;
}
table.scroll tr{
	margin:0px;
	padding:0px;
}
table.scroll tr td{
	word-break: normal;
	word-wrap: normal;
	vertical-align:top;
}
}
@media only screen and (max-width: 640px){
.aboutus .content table.table tr td{
	border-right:solid 1px #ccc;
	word-break: break-all;
	word-wrap: break-word;
}
.aboutus .content table.new tr td{
	border-right:solid 1px #ccc;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align:top;
}
}
@media only screen and (max-width: 479px){
.aboutus{
	padding:0px 0px;
	margin:20px 0px;
}
.aboutus .content table.usf tr td{
	border-right:solid 1px #ccc;
	word-break: break-all;
	word-wrap: break-word;
}
.aboutus .content ul.form li span{
	width:100%;
}
.aboutus .content ul.form li strong{
	width:100%;
	line-height:16px;
}

.aboutus .content ul.form li input[type="text"], .aboutus .content ul.form li select, .aboutus .content ul.form li textarea{
	width:100%;
}
}

@media only screen and (max-width: 280px){
}

/*  Donate Page Content Section */
ul.donate{
	margin:0px;
	padding:0px;
}
ul.donate li{
	display:table;
	width:100%;
	margin:10px 0px;
}
ul.donate li .img{
	width:30%;
	margin:0px;
	float:left;
}
ul.donate li .radio{
	width:70%;
	padding:3px 0px 3px 10px;
	float:left;
}
ul.donate li .radio input{
	float:left;
	margin-right:10px;
}
ul.donate li .radio p{
	padding:0px;
	display:table;
	text-align:left;
}
ul.donate li a{
	color:#000;
	display:inline-block;
	cursor:pointer;
	width:100%;
}
ul.online{
	margin:0px!important;
	padding:0px;
}
ul.online h4{
	color: #ae0811;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
	padding:0px 0px 5px 0;
	margin-bottom:5px;
	border-bottom:solid 1px #F1F1F1;
}
ul.online.new h2{
	text-align:center;
}
ul.online li{
	margin:5px 0px!important;
	padding:0px!important;
	display:inline-block!important;
	width:100%;
	clear:both;
}
ul.online li div{
	width:50%;
	float:left;
}
ul.online li div select{
	width:48%;
	margin-right:2%;
}
ul.online li div.first{
	padding-right:20px;
}
ul.online li label{
	width:30%;
	line-height:30px;
	float:left;
}
ul.online.new li label{
	width:100%;
	line-height:30px;
	float:left;
}

ul.online li span{
	color:#F00;
}

ul.online li input[type="radio"]{
	width:auto;
}

ul.online li .birthday{
	width:100%;
	
	
}

ul.online li .birthday select.forminput{
	width:20%;
	float:left;
	margin:0px 3% 0px 0px;
	display:block;
	
	
}



ul.online li input[type="text"], ul.online li input[type="password"], ul.online li select, ul.online li textarea{
	width:70%;
	float:left;
	display: block;
	height: 30px;
	padding: 6px 12px;
	box-sizing:border-box;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
ul.online.new li input[type="text"], ul.online.new li input[type="password"], ul.online.new li select, ul.online.new li textarea{
	width:100%;
}
ul.online li input {
	background: #fff;
	border: 1px solid #cacaca;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

ul.online li input:focus, ul.online li textarea:focus {
	border-color: #66afe9!important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)!important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)!important;
}

ul.online li input:-moz-placeholder {
  color: #999999;
}

ul.online li input::-moz-placeholder {
  color: #999999;
}

ul.online li input:-ms-input-placeholder {
  color: #999999;
}

ul.online li input::-webkit-input-placeholder {
  color: #999999;
}

ul.online li input[disabled],
ul.online li input[readonly],
fieldset[disabled] ul.online li input {
  cursor: not-allowed;
  background-color: #eeeeee;
}

ul.online li textarea{
  height: 80px;
}

ul.online li input[type="submit"], input.button, button.button{
	background-color: #A10913;
    color: #ffffff;
	border: 1px solid #A10913;
    font-family: Calibri;
    font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
    margin-bottom: 3px;
    margin-top: 0;
    padding: 5px 20px;
    text-align: center;
	clear:both;
	width:auto;
}
ul.online li input[type="submit"]:hover, input.button:hover, button.button:hover{
	background:#3f3f3f;
	border:solid 1px #999999;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
ul.ghar{
	margin:10px 0px!important;
	padding:0px;
}
ul.ghar li{
	display:table!important;
	width:100%;
	padding:0px;
	margin:8px 0px!important;
}

ul.ghar li input[type="checkbox"]{
	float:left;
	margin-right:10px;
}
ul.ghar li .input{
	text-align:center;
}
ul.ghar li .input input[type="text"]{
	margin:5px auto;
	padding:5px;
	border:solid 1px #666;
}
button.button{
	float:right;
}
div.subtotal{
	font-weight:500;
	font-size:14px;
	text-align:center;
	padding:5px;
	border:solid 1px #666;
	background:#4F81BE;
	color:#fff;
	margin-bottom:10px;
}
div.subtotal span{
	color:#fff;
	font-weight:bolder;
}
ul.ghar li p{
	padding:0px;
	display:table!important;
	margin:0px;
	text-align:left;
	clear:inherit!important;
}
ul.unique{
	margin:8px 0px 15px;
	padding:0px;
}
ul.unique li{
	display:list-item;
	line-height:20px;
	margin-left:12px;
	padding:0px;
}
ul.donateform{
	margin:0px;
	padding:0px;
	width:100%;
	display:inline-block;
}
ul.donateform li{
	display:block;
	width:48%;
	float:left;
	margin:10px 4% 10px 0;
}
ul.donateform li:nth-child(2n){
	margin-right:0;
}
ul.donateform li .img{
	width:100%;
	margin:0px 0px 8px;
}
ul.donateform li .radio{
	width:100%;
	padding:3px 0px 3px 10px;
	float:left;
}
ul.donateform li .radio input{
	float:left;
	margin-right:10px;
}
ul.donateform li .radio p{
	padding:0px;
	display:table;
	text-align:left;
}
ul.donateform li a{
	color:#000;
	display:inline-block;
	cursor:pointer;
	width:100%;
}
ul.donateform li h2{
	text-align:center;
	font-size:13px;
	margin-bottom:8px;
}

@media only screen and (min-width: 1024px){
}

@media only screen and (max-width: 959px){

}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 280px){
}

/*  FAQ Page Content Section */

.faq{
	width:100%;
}
.faq ul{
	margin:0px!important;
	padding:0px;
}
.faq ul li{
	margin:0px!important;
	padding:0px;
	text-align:justify;
}
.faq ul li dt{
	font-size:13px;
	font-weight:bold;
	line-height:18px;
}
.faq ul li dd{
	font-size:13px;
	line-height:18px;
}
ul.tick{
	margin:0px 0px 20px;
	padding:0px;
}
ul.tick li{
	background:url(http://udayancare.org/images/tick.png) no-repeat 0px 2px;
	padding-left:25px;
	line-height:20px;
}
@media only screen and (min-width: 1024px){
}

@media only screen and (max-width: 959px){

}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 280px){
}
.dropdownselect {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
 border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	background: #4F81BE;
	border: 1px solid #fff;
	border-top-color: #fff;
	color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	width: 100%;
	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
}

.dropdownselect:before, .dropdownselect:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 40%;
  right: 8px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #fff transparent;
  pointer-events: none;
}

.dropdownselect:before {
  border-bottom-style: solid;
  border-top: none;
}

.dropdownselect:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdownselect-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 0px 8px 0px 0px;
  line-height:35px;
  box-sizing:border-box;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0) !important; /* "transparent" doesn't work with Opera */
  border: 0;
  display:inline-block;
  border-radius: 0;
  -webkit-appearance: none;
}

.dropdownselect-select:focus {
  z-index: 3;
  width: 100%;
  color: #fff;
  outline: 0px solid #fff;
  outline: 0px solid -webkit-focus-ring-color;
  outline-offset: 0px;
}

.dropdownselect-select > option {
  margin: 0px;
  padding: 6px 8px;
  line-height:25px;
  text-shadow: none;
  background: #4F81BE;
  border-radius: 0px;
  cursor: pointer;
  width:100%;
  border:none 0px;
  box-shadow:none;
}
.dropdownselect-select > option:focus{
	background:#C0504E;
}


/* Fix for IE 8 putting the arrows behind the select element. */

.lt-ie9 .dropdownselect {
  z-index: 1;
}

.lt-ie9 .dropdownselect-select {
  z-index: -1;
}

.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */

@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}