/*accents start*/
#accents{
 width:1184px;
}

#accents .accent_box{
 float:left;
 width:288px;
 height:320px;
 margin:0 10px 10px 0;
}

#accents .accent_box:hover .accent_img img{
 opacity:0.9;
 -transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -webkit-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 -ms-transition: all 0.2s ease-out 0s;
}

#accents .accent_content{
 position:relative;
 width:288px;
 height:320px;
}

#accents .accent_img{
 float:left;
 width:288px;
 height:320px;
}

#accents .accent_img img{
 width:288px;
 height:320px;
}

#accents .accent_title_bg{
 position:absolute;
 left:0;
 bottom:0;
 background:#414141;
 width:288px;
 height:50px;
 cursor:pointer;
 cursor:hand;
}

#accents .accent_title{
 float:left;
 width:288px;
 height:50px;
 overflow: hidden;
 text-align:center;
}

#accents .accent_title table{
 table-layout: fixed;
 width:288px;
 height:50px;
 margin:0;
 border:0;
 border-collapse:collapse;
 border-spacing:0;
}

#accents .accent_title table td{
 width:288px;
 height:50px;
 padding:0;
 margin:0;
 vertical-align:middle;
}

#accents .accent_title a:link, .accent_title a:visited, .accent_title a:hover{
 font-size:18px;
 line-height:50px;
 text-transform:uppercase;
 color:#FFF;
}

#accents .accent_title_bg:hover{
 background: #da251a;
}
/*accents end*/

.news_box {
 float:left;
 width:386px;
 height:428px;
 margin:0 13px 13px 0;
 background:#dbdbdb;
}

.home_news_box.news_box {
 height:444px;
}

.news_box .news_img_content {
 position:relative;
 width:386px;
 height:261px;
}

.news_box .image img {
 width:386px;
 height:261px;
}

.news_box .news_bottom {
 float:left;
 width:362px;
 height:157px;
 padding:12px;
}

.news_box .title {
 height: 38px;
 overflow: hidden;
 margin-bottom: 10px;
}

.home_news_box.news_box .title {
 height: 54px;
}

.news_box .title table {
 width:362px;
 border:0;
 border-collapse:collapse;
 border-spacing:0;
 margin:0;
 padding:0;
}

.news_box .title table td {
 width:362px;
 height:48px;
 line-height:17px;
 vertical-align:top;
 padding:0;
 margin:0;
}

.news_box .title a:link, .news_box .title a:visited {
 font-size:16px;
 line-height:18px;
 color:#272727;
 text-transform:uppercase;
}

.news_box .title a:hover{
 color:#da251a;
 text-decoration: none;
}

.news_box .info {
 float:left;
 width:362px;
 height:107px;
}

.news_box .date{
 float:left;
 width:150px;
 font-size:13px;
 line-height:16px;
 color:#6e6e6e;
 display:inline;
}

.news_box .text {
/*  float:left; */
 height:55px;
 margin-bottom:24px;
 color:#282828;
 font-size:14px;
 line-height:18px;
 overflow:hidden;
}

.news_box .more {
 float:right;
 text-align:center;
 display:inline;
 cursor:pointer;
 cursor:hand;
}

.news_box .more a:link, .news_box .more a:visited {
 float:left;
 width:130px;
 height:24px;
 color:#6e6e6e;
 text-align:center;
 text-decoration:none;
 display:inline;
}

.news_box .more a:hover{
 color:#da251a;
}

.news_box_int {
 float:left;
 width:305px;
 /*height:432px;*/
 height: 397px;
 margin:0 20px 20px 0;
 background:#dbdbdb;
}

.news_box_int .image{
 float:left;
 width:305px;
 /*height:241px;*/
 height: 206px;
}

.news_box_int .image img {
 width:305px;
 /*height:241px;*/
 height: 206px;
 object-fit: cover;
}

.news_box_int .news_bottom {
 float:left;
 width:281px;
 height:157px;
 padding:12px;
}

.news_box_int .title{
 width:281px;
 height:54px;
 overflow:hidden;
 margin-bottom:12px;
}

.news_box_int .title table {
 width:281px;
 border:0;
 border-collapse:collapse;
 border-spacing:0;
 margin:0;
 padding:0;
}

.news_box_int .title table td {
 width:281px;
 height:48px;
 line-height:17px;
 vertical-align:top;
 padding:0;
 margin:0;
}

.news_box_int .title a:link, .news_box_int .title a:visited {
 font-size:16px;
 line-height:18px;
 color:#272727;
 text-transform:uppercase;
}

.news_box_int .title a:hover{
 color:#da251a;
 text-decoration: none;
}

.news_box_int .info {
 float:left;
 width:280px;
 height:107px;
}

.news_box_int .date{
 float:left;
 width:150px;
 font-size:13px;
 line-height:16px;
 color:#6e6e6e;
 display:inline;
}

.news_box_int .text {
 float:left;
 width:280px;
 height:55px;
 margin-bottom:24px;
 color:#282828;
 font-size:14px;
 line-height:18px;
 overflow:hidden;
}

.news_box_int .more {
 float:right;
 text-align:center;
 display:inline;
 cursor:pointer;
 cursor:hand;
}

.news_box_int .more a:link, .news_box_int .more a:visited {
 float:left;
 width:130px;
 height:24px;
 color:#6e6e6e;
 text-align:center;
 text-decoration:none;
 display:inline;
}


.news_box_int .more a:hover{
 color:#da251a;
}



#news_view_bg{
 float:left;
 width:914px;
 padding:20px;
 min-height:400px;
 background:#FFF;
 box-shadow:0 0 3px 1px #DDD;
 -moz-box-shadow:0 0 3px 1px #DDD;
 -webkit-box-shadow:0 0 3px 1px #DDD;
 -o-box-shadow:0 0 3px 1px #DDD;
 -ms-box-shadow:0 0 3px 1px #DDD;
}

.news_content{
 float:left;
 width:915px;
 margin-top:15px;
}

.news_view_img{
 float:left;
 /*width:326px;*/
 width: 336px;
 margin:0 22px 5px 0;
}

#news_date{
 float:left;
 background:#EFEFEF;
 /*width:310px;*/
 width: 320px;
 padding:10px 8px;
 font-size:18px;
 line-height:20px;
 font-weight:700;
 color:#3a3a3a;
 margin-top:-9px;
 margin-bottom:4px;
}

.news_view_img img{
 /*width:326px;
 height:260px;*/
 width: 336px;
 height: 221px;
 object-fit: cover;
}

.news_info{
 float:left;
 width:562px;
 padding-top:18px;
}

.news_title{
 float:left;
 /*width:562px;*/
 width: 552px;
 margin-top:3px;
 padding-bottom:11px;
 border-bottom:1px dashed #414141;
 font-size:19px;
 font-weight:700;
 line-height:20px;
 margin-bottom:13px;
 color:#3a3a3a;
 text-transform:uppercase;
}

.news_text_int{
 float:left;
 width:562px;
 line-height:24px;
 color:#3a3a3a;
 text-align:justify;
}





/*section box start*/

.section_box {
 float:left;
 width:386px;
 height:400px;
 margin:0 13px 13px 0;
 background:#dbdbdb;
}

.v_gal_box {
 height: 354px;
}

.section_box .image {
 float:left;
 width:386px;
 height:261px;
 overflow:hidden;
}

.section_box .image img {
 width:386px;
 height:261px;
}

.section_box .image:hover img{
 -transform: scale(1.2);
 -moz-transform: scale(1.2);
 -webkit-transform: scale(1.2);
 -o-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transition: all 0.4s linear 0s;
 -moz-transition: all 0.4s linear 0s;
 -webkit-transition: all 0.4s linear 0s;
 -o-transition: all 0.4s linear 0s;
 -ms-transition: all 0.4s linear 0s;
}

.section_box .offer_bottom {
 float:left;
 width:355px;
 padding:13px 15px 0 15px;
}

.section_box .title {
 float:left;
 width:355px;
 height: 71px;
 overflow: hidden;
 margin-bottom:7px;
}

.section_box .title a:link, .section_box  .title a:visited, .section_box .title a:hover {
 font-size:16px;
 line-height:23px;
 color: #272727;
 text-transform: uppercase;
 font-weight: 700;
}

.section_box .text {
 float:left;
 width:355px;
 height: 40px;
 overflow: hidden;
 /*color:#6c6c6c;*/
 color:#282828;
 font-size:13px;
 line-height:19px;
}

/*section box end*/

.last{
 margin-right: 0 !important;
}

.small_marg{
 margin-right:7px;
}

/* jquery gallery start */

#gallery_black{
 float:left;
 width:1144px;
 height:500px;
 margin-bottom:20px;
}

#gallery_black .jssor_slides{
 position:absolute;
 left:0;
 top:0;
 width:1144px;
 height:500px;
 overflow:hidden;
}

#gallery_black .jssort01{
 position:absolute;
 width:1144px;
 background:rgba(0,0,0,0.3);
 height:83px;
 left:0;
 bottom:0px;
}

#gallery_black .p{
 position:absolute;
 width:88px;
 height:63px;
 top:0;
 left:0;
}

#gallery_black .jssora05l, #gallery_black .jssora05r, #gallery_black .jssora05ldn, #gallery_black .jssora05rdn
{
 position:absolute;
 cursor:pointer;
 display:block;
 overflow:hidden;
}

 #gallery_black .jssora05l{ background-position: -10px -40px;}
 #gallery_black .jssora05r{ background-position: -74px -40px; }
 #gallery_black .jssora05l:hover{ background-position: -130px -40px; }
 #gallery_black .jssora05r:hover{ background-position: -190px -40px; }
 #gallery_black .jssora05ldn{ background-position: -250px -40px; }
 #gallery_black .jssora05rdn{ background-position: -310px -40px; }

#gallery_black .jssort01 .w {
 width:100%;
 height:100%;
 position:absolute;
 left:0;
 top:0;
}

#gallery_black .jssort01 .c {
 width:82px;
 height:57px;
 left:0;
 position:absolute;
 top:0;
 border:3px solid transparent;
}

#gallery_black .jssort01 .p:hover .c, #gallery_black .jssort01 .pav:hover .c, #gallery_black .jssort01 .pav .c {
 border-width: 0;
 width:82px;
 height:57px;
 left:0;
 top:0;
 border:3px solid #DA251A;
}

#gallery_black .jssort01 .p:hover .c, #gallery_black .jssort01 .pav:hover .c {
 border:3px solid #DA251A;
 width:82px;
 height:57px;
 left:0;
 top:0;
 cursor:pointer;
 cursor:hand;
}

.pav{
 -transform:none!important;
 -moz-transform:none!important;
 -webkit-transform:none!important;
}


/* jquery gallery end */
/* Video Starts */

.view_galery_content {
  padding: 10px 0px 20px;
  background: #fff;
  box-shadow: inset 0px -4px 10px 8px #efefef;
}

.view_galery_content .title {
  padding: 10px 20px;
  margin: 0px 0px 14px;
  line-height: 24px;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  color: #3a3a3a;
  border-bottom: 1px dashed #414141;
}

.view_galery_content .view_img .img_size {
  display: block;
  width: 600px;
  height: 400px;
  margin: 0px auto 30px;
}

/*Video Box Starts*/

.video_box {
 float:left;
 width:287px;
 height:325px;
 overflow: hidden;
 margin:0 12px 12px 0;
}

.video_box:hover .box_img .img_size{
 opacity:0.9;
 -transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -webkit-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 -ms-transition: all 0.2s ease-out 0s;
}

.video_box .box_content{
 position:relative;
}

.video_box .box_img .img_size{
 display: block;
 width: 600px;
 height: 400px;
 margin: 0px auto 30px;
}

.video_box .box_title_bg{
 position:absolute;
 right:0;
 bottom:0;
 left:0;
 background:#414141;
}

.video_box .box_title {
 display: table;
 width: 100%;
 margin: 10px 0px;
}

.video_box .box_title .href{
 display: table-cell;
 height: 60px;
 padding: 0px 10px;
 margin:0;
 vertical-align: middle;
 font-size:18px;
 line-height:30px;
 text-transform:uppercase;
 text-align:center;
 color:#FFF;
 cursor:pointer;
}

.video_box .box_title .href span {
 display: block;
 max-height:60px;
 overflow: hidden;
}

.video_box .box_title_bg:hover{
 background: #da251a;
}
/*Video Box Ends*/
.clear {
  float: none!important;
  clear: both;
  padding: 0px;
  margin: 0px;
}
/* Video Ends */

.input {
 width:300px;
 height:28px;
 padding-left:5px;
 font-size:14px;
 color:#343434;
 outline:0;
 margin-top:5px;
 text-align: middle;
 border-width: 1px;
 border-style: solid;
 border-color:#BABCBB;
 background-color:#FFF;
 }

.textarea {
 width:323px;
 height:128px;
 margin-top:5px;
 padding:5px;
 font-size:14px;
 color:#343434;
 outline:0;
 text-align:middle;
 border-width:1px;
 border-style:solid;
 border-color:#BABCBB;
 background-color:#FFF;
}

a:link, a:visited {
 font-family: 'PT Sans';
 font-size:16px;
 color:#da251a;
 text-decoration:none;
}

a:hover {
 font-family: 'PT Sans';
 font-size:16px;
 color:#da251a;
 text-decoration:underline;
}

.content_title {
 font-size:17px;
 line-height:18px;
 font-weight:700;
 color:#555;
}

.wiki_line {
 width:100%;
 height:1px;
 background:#DEDEDE;
 font-size:0;
 line-height:0;
}

.wiki_table {
 border-style: solid; border-color:#C3C3C3; border-width: 1px 1px 0px 0px; background-color:#FFF;
}

.wiki_td {
 border-style: solid; border-color:#C3C3C3; border-width: 0px 0px 1px 1px; text-align:center; padding:10px; font-size: 14px;color: #393939;
}

ul{
 padding-left:5px;
 margin-left:13px;
 margin-top:0;
 margin-bottom:0;
}

ul li{
 background:url("/img/bullet.png") no-repeat 0 9px;
 list-style-type:none;
 padding-left:10px;
}

.button a:link, .button a:visited {
 font-family:Verdana;
 font-size:10px;
 color:#ffffff;
 text-decoration: none;
}

.button a:hover{
 font-family: Verdana;
 font-size:10px;
 color: #ffffff;
 text-decoration: underline;
}

/* table start*/
.table {
 border-style:solid;
 border-width:thin;
 border-left-width:1px;
 border-top-width:1px;
 border-bottom-width:0;
 border-right-width:0px;
 border-color:#ffffff;
 background-color:#eeeeee;
}

.htable-header {
 border-style:solid;
 border-width:thin;
 border-left-width:0px;
 border-top-width:0px;
 border-bottom-width:1px;
 border-right-width:1px;
 border-color:#ffffff;
 background-color:#288cc4;
 color:#ffffff;
 padding:10px;
}

.table-cell {
 border-style: solid;
 border-width: thin;
 border-left-width: 0;
 border-top-width: 0;
 border-bottom-width: 1px;
 border-right-width: 1px;
 border-color: #ffffff;
 background-color:#eeeeee;
 padding:5px 10px;
}

.padding_left_5{
 padding-left:5px;
}
/*table end*/

#news_bar .sub_btn {
    float: left;
    width: 186px;
    min-height: 42px;
    background: #FFF;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 9px;
    cursor: pointer;
    cursor: hand;
}

#news_bar .sub_btn a {
      font-size: 14px;
    line-height: 41px;
    padding-left: 10px;
    color: #575757;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
}

#news_bar .sub_btn:hover a {
  color: #DA251A;
}

#news_bar .sub_btn_wrapper {
  display: none;
  float: left;
}

.view_doc_wrapper {
 
  float: left;
  width: 562px;
  margin-bottom: 15px;
}

.view_doc {
  clear: both;
}

.view_doc a {
  font-size: 15px !important;
}

.view_doc img {
  vertical-align: sub;
}

.donation-form input {
  width: 300px;
}

.select {
  width: 127px;
  height: 33px ;
  background: #fff;
  border: 1px solid #BABCBB;
  color: #343434;
  padding: 5px;
  margin-top: 3px;
  margin-left: 5px;
}

.button_form {
    background-color: #B51006;
    color: #ffffff;
    padding: 8px 52px;
    margin-bottom: 5px;
    border: none;
    float: left;
    text-transform: uppercase;
}

.white-table {
  background: #fff;
  padding: 20px;
  float: left;
  clear: both;
  width: 1184px;
}

.transcard-table .input,
.epay-table .input {
  width: 227px;
}

.transcard-table .button_form {
  float: right;
}


.paginator_int{
 float:left;
 width:955px;
 height:34px;
 margin-bottom:20px;
 background:#FFF;
 box-shadow:0 1px 2px 0 #DDD;
 -moz-box-shadow:0 1px 2px 0 #DDD;
 -webkit-box-shadow:0 1px 2px 0 #DDD;
}

.paginator_btn {
 float:left;
 padding:7px 11px 6px 11px;
 margin-right:1px;
 font-weight:700;
 color:#616161;
}

.paginator_btn:hover {
 float:left;
 background:#d9d9d9;
 cursor:pointer;
 padding:7px 11px 6px 11px;
}

.paginator_btn_active {
 float:left;
 background:#DA251A;
 color:#FFF;
 font-weight:700;
 margin-right:1px;
 padding:7px 12px 6px 12px;
}

.paginator_left {
 float:left;
 width:84px;
 margin:7px 0 0 12px;
 line-height:20px;
}

.paginator_left .fa{
 font-size:16px;
 margin:3px 3px 0 0;
 vertical-align:top;
}

.paginator_right {
 float:right;
 width:84px;
 margin:7px 6px 0 0;
 padding-left:5px;
 line-height:20px;
}

.paginator_left .paginator_right a {
 float:left;
 height:25px;
 width:79px;
}

.paginator_right .fa{
 font-size:16px;
 color:#777;
 margin:4px 0 0 3px;
 vertical-align:top;
}


