body{
    background: #ffffff;
    color:#000000;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 19px;
    font-family:pragmat,sans-serif;
    text-transform: uppercase;
    color:#4a4a4a;
    font-weight: 100;

}

a,  :after, :before {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
p{
    line-height: 1.4;
	margin:0;
	
}
ul{  list-style: none; 
margin:0;
	padding:0;
}

.fixWidth,
.fixwidth{
    width:1200px;
    margin:0 auto;
}

.topWrap{
    width: 100%;
    background: #222222;
    overflow: hidden;
    padding: 12px 0;
}

.top_left{
        float: left;
}

.top_left ul li{
        padding-right: 10px;
        float: left;
}

.top_right{
    float:right;
}

.top_left ul{
    float:left;
}


.top_left ul li a{
        color: #fff;
    text-transform: uppercase;
        padding-right: 10px;
        font-size:12px;
}

.mod-languages  li a{
    color:#fff;
        font-size: 13px;
}
.mod-languages  li.lang-active a,
.mod-languages  li a:hover{
    color:#007929;
}


.top_left ul:nth-of-type(2){
    position: relative;
    top: 4px;
}



.logoWrap{
        width: 100%;
    display: inline-block;
}

.logoWrap .fixWidth{
        border-bottom: 2px solid #007929;
}


.logoLine{
        text-align: center;
    margin: 15px 0;
}

.slogan{
        text-align: center;
    padding-bottom: 10px;
}



.footerBox{
        width: 100%;
    padding: 43px 0;
    overflow: hidden;
}

.footerLogo{
        float: left;
}


.copyright{
        float: right;
    text-align: right;
}


.subscribeBox{
        width: 100%;
}


.subscribeLeft{
        width: 60%;
    background: #007929;
    float: left;
    height: 100px;
}


.subscribeRight{
    float: right;
    background: #00561d;
    width: 40%;
    height: 100px;
}


.subscribeWrapper{
    position:relative;
}


.subscribeAbs{
        position: absolute;
    width: 100%;
    left: 0;
    top: 0;
        padding: 16px 0px;
}

.subCont{
        float: left;
    width: 68%;
}

.donate{
    float: left;
}



.subCont{
    padding: 20px 0;
}

.stDes{
        float: left;
    color: #fff;
    padding: 6px 10px 0px 0px;
    font-size:15px;
}


.sbForm{
        float: left;
    width: 380px;
}


.sbForm .fmInput:nth-of-type(1){
        
    margin-right: 20px;
    width: 200px;
}

.fmInput input[type="email"]{
        padding: 10px 5px;
    width: 100%;
    background: #80bc94;
    border: none;
}


.fmInput{
 float: left;
}


.sbForm .fmInput:nth-of-type(2) input{
    background: #80bc94;
    border: none;
    width: 90px;
    padding: 10px 5px;
    background:url(../images/subscribe_button.png) no-repeat 0px 0px;
        outline: none;
    text-indent: -10000px;
    cursor: pointer;
}


.donate{
        padding: 27px 10px;
    color: #fff;
    text-transform: uppercase;
}


.menuWrap{
        width: 100%;
    display: inline-block;
    margin: 20px 0;
}


.menuBox1{
        width: 220px;
    float: left;
}

.menuBox2{
        padding-top: 10px;

}


.menuBox3{
        width: 210px;
position: absolute;
    right: 0;
    bottom: 22px;
}

.menuBox>ul li{
    float: left;
}


.menuBox ul li a{
        padding: 2px 14px;
    display: block;
    color: #525252;
    text-transform: uppercase;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}

.menuBox li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #007929;
    height: 2px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

.menuBox li a:hover:before {
    left: 0;
    right: 0;
}


.menuBox ul li a:hover{
	color:#007929;
}



 .menuBox ul li a:hover,
 .menuBox ul li.active a{
     color:#007929;
 }





 blockquote {
    border-radius: 3px;
    position: relative;  /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #E8E8E8;
}


 blockquote:before,
blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    color: #E8E8E8;
    font-size: 34px;
}
blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}
 blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;  
    top: auto;
    bottom: 13px;
}


div[itemprop="articleBody"] ul{
    margin: 0px 0px 0px 40px;
}

div[itemprop="articleBody"] ul li{
position:relative;
padding:2px 0;
}

div[itemprop="articleBody"] ul li:before {
    content: "\2022";
    color: #007929;
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    font-size: 30px;
    position: absolute;
    top: -5px;
    left: 10px;
}





.page_101 .slideBox {
    width: 100%;
    height: 500px;
    background: url(../images/main_bg.jpg) no-repeat 0px 0px;
    position: relative;
}




.menuBox1 p{
    background: url(../images/phone_icon.png) no-repeat center left;
    padding-left: 40px;
    font-size: 15px;
}



.menuBox3 a{
background: #00561d;
    background-size: 180px auto;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    color: #fff;
    width: 100%;
    display: block;
    font-size:13px;
 
}


.slideDesc{
    text-align: center;
    width: 100%;
    display: inline-block;
       margin-top: 215px;
}

.slideDesc p{
        font-size: 35px;
    color: #fff;
    padding: 20px 0;
}



.slideDesc a {
background: #ff2243;
    padding: 32px 114px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 100px;
    border-radius: 20px;
}



.contentWrapper{
        width: 100%;
    display: inline-block;
    margin: 100px 0px 30px 0px;
}

.aboutImg{
        float: left;
    margin-right: 30px;
}

.aboutImg img{
    width:100%;
}


.aboutContentBlock{
    padding: 40px 0;
    float: left;
    width: 590px;
}



.aboutContentBlock h4{
        font-size: 24px;
    color: #ff2243;
    position: relative;
    font-weight: bold;
}



.aboutContentBlock h4:before{
    content: "";
    background: #ff2243;
    width: 200px;
    height: 3px;
    position: absolute;
    bottom: -20px;
}





.causesWrapper{
        width: 100%;
    height: 920px;
    background: url(../images/middle_bg.jpg) no-repeat 0px 0px;
    position: relative;
}


 .blockHeader{
    text-align: center;
}


.blockHeader h3{
        padding: 25px 0;
    font-size: 35px;
    margin-bottom: 50px;
    display: inline-block;
    border-bottom: 3px solid #ff2244;
}


.causesWrapper ul{
    width:100%;
        display: inline-flex;
}

.causesWrapper ul li{
        float: left;
    width: 32%;
    margin-right: 20px;
    background: #fff;
    position: relative;
    height: 700px;
}


.causesWrapper ul li h3{
        padding: 0 20px;
    margin-bottom: 10px;
    font-size: 25px;
}

.causesWrapper ul li h3 a{
        color: #ff2244;
    text-transform: uppercase;
}


.causesDesc{
    padding: 20px;
}

.causesRead{
    padding: 20px 40px;
    display: block;
    float: right;
    color: #ff2244;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

.causesImg{
    width:100%;
    height: 260px;
    overflow: hidden;
}


.causesImg img{
    width: 100%;
}



.block6{
        width: 100%;
    height: 300px;
    background: url(../images/calc_bg.jpg) no-repeat 0px 0px;
    position: relative;
}


.block6Row ul {
display: inline-flex;
    width: 100%;
    position: relative;
    top: 0;
}



.block6Row ul li strong {
    font-size: 72px;
}

.block6Row ul li p {
    font-size: 19px;
}

.block6Row {
        padding: 70px 0;
}



.block6Row ul li {
    color:#4c4c4c;
    width: 33%;
    height: 150px;
    text-align: center;
    padding: 30px 0px 0px 0px;
    box-sizing: border-box;
    margin-right: 5px;
        font-size: 48px;
}


.block7{
        width: 100%;
}

.topblock7 {
        width: 100%;
    display: inline-block;
    padding: 50px 0;
}

.flLeft{
        float: left;
}


.flRight{
    float: left;
    padding: 73px;
    font-size: 50px;
    color: #4c4c4c;
    font-weight: bold;
}


.topblock8{
    text-align: center;
    padding-bottom: 50px;
}





.elementor-element-populated {
    padding: 20px;
}



.elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}


.gyan-small-info-box {
    transform: rotate(0deg);
    padding: 50px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.11);
}




.gyan-small-info-box .gyan-small-infobox-icon-holder {
    background-color: transparent;
    background-image: linear-gradient(50deg,#007929 0%,#007929 100%);
    font-size: 28px;
    margin-bottom: 33px;
    height: calc(38px*2);
    width: calc(38px*2);
    border-radius: 100% 100% 0;
    transform: rotate(45deg);
    margin:0 auto;
}



.gyan-small-info-box .gyan-small-infobox-text {
    color: #fff;
    transform: rotate(135deg);
}



.gyan-small-infobox-title a {
    color: #032e42;
        font-size: 23px;
    max-width: 770px;
    margin-bottom: 10px;
}

.gyan-small-infobox-subtitle {
    font-size: 16px;
    max-width: 770px;
    margin-bottom: 0;
    color: #676767;
}

/*
.gyan-small-info-box:hover .gyan-small-infobox-icon-holder {
    background-color: #fff;
    box-shadow: 0px 0px 42px 0px rgba(0,0,0,.22);
}



.gyan-animation-box:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
       background-color: transparent;
    background-image: linear-gradient(60deg,#007929 0%,#007929 100%);
}
*/

.contactblock1 .elementor-row{
        display: inline-flex;
    width: 100%;
}


.contactblock1  .elementor-top-column{
        width: 33%;
    text-align: center;
}


.gyan-animation-box:before {
    
    position: absolute;
    opacity: 1;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
}


.gyan-ease-transition, .gyan-ease-transition i, .gyan-ease-transition svg, .gyan-ease-transition:after, .gyan-ease-transition:before, .gyan-simple-transition, ul.gyan-menu-list-item li {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}





.gyan-ease-transition{
    position:relative;
    z-index:9;
}


.gyan-ease-transition i{
        color: #fff;
    width: 1em;
    height: 1em;
    position: relative;
    transform: rotate(316deg);
    left: 2px;
    top: 21px;
    font-size: 34px;
}





.formbox{
    width:100%;
        height:700px;
background-color: #6C6962;
    background-image: url(../images/getintouch.jpg);
    background-size: cover;
        transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
position: relative;
}




.elementor-background-overlay {
background-color: #007929;
    opacity: .85;
    transition: background .3s,border-radius .3s,opacity .3s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.elementor-column-gap-no{
    position:relative;
    z-index:9;
}


.formCenter{
    width:800px;
    margin:0 auto;
}








 .gyan-title-heading {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 9px;
    text-align: center;
}


 .gyan-title-subtitle {
    color: rgba(255,255,255,.7803921568627451);
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: center;
    position:relative;
}


.gyan-title-subtitle span {
    display: inline-block;
    position: relative;
}




.gyan-title-subtitle span:before {
    left: -40px;
}

 .gyan-title-subtitle span:after,
  .gyan-title-subtitle span:before{
    width: 25px;
    background: rgba(255,255,255,.26);
}


.gyan-title-subtitle span:after,
.gyan-title-subtitle span:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 25px;
    height: 2px;
    display: none;
}



.gyan-title-subtitle span:after {
    right: -40px;
}


.swm-one-half, .swm-row .swm-column2 {
    width: 50%;
    position:relative;
    float:left;
}




.formCenter .gyan-cf7-icon i {
    position: absolute;
    top: 0;
    display: block;
    z-index: 9999;
    line-height: unset;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 12px 22px 12px 23px;
    right:20px;
}

.swm-column-gap i{
    color: rgba(255,255,255,.21);
}

.swm-column-gap input{
-webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    padding: 12px 20px;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e6e6e6;
    background: 0 0;
    line-height: 25px;
    /* font-size: 90%; */
    box-sizing: border-box;
    border-radius: 5px;
    color:#fff;
}

.your-message textarea{
-webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    padding: 12px 20px;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e6e6e6;
    background: 0 0;
    line-height: 25px;
    /* font-size: 90%; */
    box-sizing: border-box;
    border-radius: 5px;
    resize:none;
    color:#fff;

}


.gyan-cf7-style input[type=submit] {
    padding: 15px 50px;
    color: #fff;
    background-color: #d83030;
    border-radius: 5px;
    border:none;
    outline:none;
    cursor:pointer;
}

.buttonStr{
    text-align:center;
}






body:not(.page_101) .slideBox {
    width: 100%;
    height: 350px;
    background: url(../images/contact_header.jpg) no-repeat 0px 0px;
    position: relative;
}



.contactblock1 {
    margin: 50px auto;
}



.item-page{
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}







.swm-column-gap input::-webkit-input-placeholder,
.your-message textarea::-webkit-input-placeholder{ 
  color: #fff;
}


.swm-column-gap input::-moz-placeholder,
.your-message textarea::-moz-placeholder{ 
  color: #fff;
}



.swm-column-gap input:-ms-input-placeholder,
.your-message textarea:-ms-input-placeholder{ 
  color: #fff;
}

.swm-column-gap input:-moz-placeholder,
.your-message textarea:-moz-placeholder{ 
  color: #fff;
}


p.readmore{
    float: right;
    margin-top: 20px;
}


.blog .items-row{
    width: 100%;
    display: inline-block;
}



.newsBoxRow{
    width: 100%;
    display: inline-block;
    margin:50px 0;
}

.newsLeftRow{
width: 800px;
    float: left;
}

.newsRightRow{
width: 350px;
    float: right;
}








.newsLeftRow .item {
    font-size: 14px;
    padding: 0 15px;
    margin-top: 30px;
    vertical-align: top;
    display: inline-block;
}



.block-image {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #fff;
}



.block-image:before{
    display: block;
    content: '';
    padding-top: 67%;
}




.block-label {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    color: #fff;
    text-align: center;

}



.block-label .text.big {
    padding: 10px 15px;
    font-size: 20px;
    background: #1C3664;
    margin-right: -3px;
}

.block-label .text {
    display: inline-block;
    vertical-align: top;
        font-size: 20px;
    font-weight: 500;
    padding: 10px 25px;
    margin: 0;
    background-color: #E91E25;

}


.block-label .link-label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 4;
}





.block-image .img-full {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}




.block-image .link:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    right: 50%;
    width: auto;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.block-content {
    padding: 25px 30px;
   
}



.block-title {
    position: relative;
    display: block;
    color: #18364a;
    line-height: 1.4;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    
    font-family: 'Lora', serif;
}


.block-info {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-style: italic;
    list-style: none;
    line-height: initial;
}

.block-info li a {
    color: #747981;
    font-size: 14px;
    position: relative;
    text-decoration: none;
}


 .block-text {
    margin-top: 15px;
}


/*
.newsLeftRow .item:hover .block-image .link:after {
    left: 0;
    right: 0;
}
*/



.recentRow{
width:100%;
display:inline-block;
}

.recentRow .newsflash-image{
margin: 0;
    width: 130px;
        float: left;
}

.recentRow .newsflash-image img{
width: 100%;
}

.newsFl_row{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.newsflash-title {
    margin: 0;
    float: left;
    padding-left: 10px;
    font-size:16px;
    width:205px;
}


.page_119 .margintops,
.page_133  .margintops{
    margin-top:100px;
}

.rightSearchBlock{
    margin-top: -13px;
}

.searchRow{
    margin-bottom: 50px;
}



.btArticleDate{
    margin-right: 15px;
}

.btArticleDate i,
.btArticleView i{
        padding-right: 10px;
        color:#EA1F26;
}



.btMediaBox img{
    width:100%;
}






.btShareColumn ul li{
    float: left;
    width: 30px;
    text-align: center;
    
}


.btShareColumn ul li i{
        font-size: 20px;
}


.btArticleMedia {
    margin-bottom: 2.5em;
    clear: both;
}



.btArticleContent, .btPostSingleItemStandard .btArticleShareEtc {
    margin-bottom: 2em;
    clear: both;
    margin-top:15px;
}



.btArticleCategories {
    text-transform: uppercase;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.25;
}

.btArticleCategories a {
    color: currentColor !important;
    -webkit-transition: 300ms ease opacity;
    -moz-transition: 300ms ease opacity;
    transition: 300ms ease opacity;
}



.btArticleCategories a:not(:last-child):after {
    content: ' ';
    display: inline-block;
    width: .7rem;
    height: 1px;
}

.bt_bb_headline .bt_bb_headline_content {
    display: block;
    color: inherit;
}

.btPostSingleItemStandard .btArticleHeadline .bt_bb_headline h2 {
    font-size: 25px;
}


.btArticleCategories{
        margin-bottom: 10px;
    display: block;
    padding-left: 100px;
    position: relative;
}

.btArticleCategories:before{
    content:"";
    width:80px;
    height:2px;
    background:#E91E25;
    position:absolute;
    left:0;
    top:32%;
}









.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button {
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}

.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a {
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    background: #e94d65;
    color: #fff;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    line-height: 1.1;
    padding: 1.2142857em 1.42857142em;
    font-family: "Roboto",Arial,Helvetica,sans-serif !important;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}


.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder:before {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
}


.btPostListStandard.btPostSingleItemStandard:not(:last-of-type) {
    padding-bottom: 3em;
    display:inline-block;
}


.btContent .btArticleHeadline .bt_bb_headline a:hover {
    color: #e94d65;
}


.btReadMoreColumn{
    display: inline-block;
    float: right;
}

.btShareColumn{
    float:left;
    margin-top:20px;
}


.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a {
    -webkit-box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.2) inset;
    background: #EA1F26;
    color: #fff!important;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    line-height: 1.1;
    padding: 1.2142857em 1.42857142em;
    font-family: "Roboto",Arial,Helvetica,sans-serif !important;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}



.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
    margin-left: .625em;
}



.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 2px #181818 inset;
    box-shadow: 0 0 0 2px #181818 inset;
}


.bt_bb_icon.bt_bb_shape_circle .bt_bb_icon_holder:before {
    border-radius: 50%;
}


.aboutContentBlock p{
    text-align: justify;
}


.abReadmore{
    background: #ff2243;
    background-size: 180px auto;
    padding: 10px 35px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    color: #fff;
    display: inline-block;
    float: right;
    margin: 20px 0px 0px 0px;
    width: auto;
}


.page_118 .pull-left{
    margin-right: 15px;
    margin-bottom: 15px;
    height: 300px;
    overflow: hidden;
}

.page_118 .pull-left img{
        width: 100%;
}

.page_118  .page-header h2{
    font-size: 30px;
    text-align: center;
    color: #007929;
    padding-bottom: 13px;
}




.page_118 p{
        line-height: 1.5;
}




.causesTextWrapper{
            width: 100%;
    height: 527px;
    background: url(../images/new_bg.jpg) no-repeat 0px 0px;
    position: relative;
    padding: 90px 0;
}


.causesTextWrapper ul li{
        float: left;
    width: 33%;
        text-align: center;
        height: 300px;
}



.causesTextWrapper ul li p{
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    height: 42px;
}

.causesTextWrapper ul li a{
            color: #fff;
    font-size: 14px;
}


.causesTextWrapper ul li:nth-of-type(4),
.causesTextWrapper ul li:nth-of-type(5){
    width: 50%;
}


.causesTextWrapper .fixWidth{
    width:900px;
}


.iconPrev{
        height: 150px;
}















.causesTextWrapper ul li a{
        padding: 2px 0;
    display: block;
    color: #fff;
    text-transform: uppercase;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}

.causesTextWrapper li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #fff;
    height: 2px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

.causesTextWrapper li a:hover:before {
    left: 0;
    right: 0;
}


.causesTextWrapper ul li a:hover{
	color:#fff;
}







.gender-selection input[type="radio"]{
        width: 20px;
    height: 20px;
}


.mnHeight{
        float: left;
    padding-right: 10px;
    height: 55px;
}


li.parent ul{
        position: absolute;
    background: #fff;
    z-index: 99;
    display:none;
        padding-top: 26px;
}



li.parent ul li{
    float: none;
}

li.parent ul li a{
    padding: 20px 10px 10px 10px;
    margin: 0px 10px;
    width: 90%;
    box-sizing: border-box;
    font-size: 13px;
}

li.parent ul li:last-child a{
   margin-bottom:20px;
}



li.parent:hover ul{
    display:block;
}








.blogInfoInner .blog{
        width: 100%;
    display: inline-block;
}

.blogInfoInner .blog .newsItemBlock{
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}

.blogInfoInner .blog .newsItemBlock:last-of-type{
    border:none;
}

.blog .newsItemBlock:nth-of-type(2n+1) .newsMedia{
    width: 55%;
    float: left;
}



.blog .newsItemBlock:nth-of-type(2n+1)  .dsBlockCn{
        display: inline-block;
    width: 40%;
    float: right;
}



.blog .newsItemBlock:nth-of-type(2n) .newsMedia{
    width:55%;
    float: right;
}



.blog .newsItemBlock:nth-of-type(2n)  .dsBlockCn{
        display: inline-block;
    width: 40%;
    float: left;
}




    
    .defContent{
        margin-top: -6px;
    }
    
    


.readmore{
    text-align:right;
}




.page_119  .newsItemBlock h3{
    margin-top:65px;
}

 .page_119 .header-info{
     position:relative;
 }


.view_article.page_119  .blogInfo{
    margin-top:0;
}

.blogInfoInner .blog .items-row .pull-left{
        float: none;
        height: 400px;
    overflow: hidden;
}

.blogInfoInner .blog .items-row .pull-left img{
    width:100%;
}

.newsItemBlock h3{
     padding-bottom: 10px;
    padding-top: 10px;
    font-size: 30px;
    color: #ae0101;
    margin-top: 45px;
}

.btn.focus, .btn:focus{
        outline: 0;
    box-shadow: none!important;
}


.pb_date{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-weight: bold;
    padding-left:60px;
    position:relative;
}

.pb_date:after{
content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    top: 7px;
    background: #ae0101;
    left: 0;
}


.newsDesc a{
    padding-top:5px;
    color:#ae0101;
}


.form-content  i{
    padding-right: 10px;
}



.newsItemBlock{
        width: 100%;
    display: inline-block;
}


.item-image{
        margin: 0px 20px 0px 0px;
        
}

.type_category .item-image{
    max-width:500px;
}

.type_article .margintops{
    margin-top:100px;
}



.causesDesc p{
    padding: 10px 0;
}


.causesDesc i{
    padding-right:5px;
    color:#ff2244;
}




.icon-right i{
    display:none!important;
}



.item-image img{
    width:100%;
}


.innerNewsBBs{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
}




.logoWrap .fixWidth{
        position: relative;
}


.causesTextWrapper ul li:nth-of-type(1){
    position: relative;
    left: -150px;
}


.causesTextWrapper ul li:nth-of-type(3){
    position: relative;
    left: 150px;
}

.newsFl_row .meta{
        float: left;
    padding-left: 7px;
    padding-bottom: 10px;
}


.meta-info.time{
        font-size: 13px;
    margin: 0px 0px 0px 3px;
    display: block;
}



.searchBoxList{
        width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}


.searchBoxList form{
        width: 690px;
}


.searchSd{
    width: 58%;
    float: left;
}


.searchSd input{
        width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #ccc;
    outline: none;
}


.saveBlock{
        width: 40%;
    float: right;
}


.saveBlock input{
    width: 45%;
    background: #00561d;
    color: #fff;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
}


.saveBlock a{
float: right;
    width: 45%;
    background: #ff2243;
    color: #ffff;
    padding: 9px;
    font-size: 13px;
    text-align: center;
}





.datesBlsFlow{
        margin-bottom: 10px;
}

.datesBlsFlow strong{
    color:#ff2243;
}
















