/*.flexslider*/
.flexslider_1, .flexslider_2{
	background:none;
	border:none;
	box-shadow:none;
}

.fxs.loading {
	opacity: 0;
	transition: all .3s ease-in-out;
}

.fxs {
	opacity: 1;
	transition: all .3s ease-in-out;
}

.fxs li,
.fxs a {
	display: inline-block;
}


.flex-direction-nav a{
	opacity: 1;
}

.flex-direction-nav a:before{
	font-size: 18px;
}

.flex-direction-nav a {
    width: 18px;
    height: 18px;
    margin: 0;
}

.flex-direction-nav .flex-prev{
    left: -10px;
}
.flex-direction-nav .flex-next {
    right: -10px;
}

/*.row_1*/
.row_1{
    padding: 20px;
    box-sizing: border-box;
    /*
    max-width: 1024px;
     */
}

/*.row_2*/
.row_2{
	padding: 20px;
    box-sizing: border-box;
    overflow: visible;
}

.group_logo{
	width:119px;
	height: 63px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 952px 628px;
	background-image:url("../images/group_logo.jpg");
	overflow: hidden;
}

.gl_r1{
	background-position-y:0;
}
.gl_r2{
	background-position-y:-63px;
}
.gl_r3{
	background-position-y:-126px;
}
.gl_r4{
	background-position-y:-189px;
}
.gl_r5{
	background-position-y:-252px;
}
.gl_r6{
	background-position-y:-315px;
}
.gl_r7{
	background-position-y:-378px;
}
.gl_r8{
	background-position-y:-441px;
}
.gl_r9{
	background-position-y:-504px;
}

.gl_c1{
	background-position-x:0; 
}
.gl_c2{
	background-position-x:-119px; 
}
.gl_c3{
	background-position-x:-238px; 
}
.gl_c4{
	background-position-x:-357px; 
}
.gl_c5{
	background-position-x:-476px; 
}
.gl_c6{
	background-position-x:-595px; 
}
.gl_c7{
	background-position-x:-714px; 
}
.gl_c8{
	background-position-x:-833px; 
}

/*.row_3*/
.row_3{
	display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
}

.row_3 .col{
	width:33.3%;
	box-sizing: border-box;
	padding:20px;
}

.row_3 .col_1,
.row_3 .col_2{
	border-right: 1px solid #008dd1;
}

.row_3 .col_1 a {
	text-align: center;
}

.row_3 .col_1 img {
	max-height: 362px;
	/* width: auto; */
	width: 100%;
}

.row_3 .col_1 .animation{
	opacity: 0;
	transform: translateY(40%);
	animation: 1s move_up forwards;
}

.row_3 .col_2 .animation{
	opacity: 0;
	transform: translateY(60%);
	animation: 1.1s move_up forwards;
}

.row_3 .col_3 .animation{
	opacity: 0;
	transform: translateY(80%);
	animation: 1.2s move_up forwards;
}

@keyframes move_up {
  to {
  	opacity: 1;
  	transform: translateY(0);
  }
}

.row_3 .category{
	text-align: center;
    margin-bottom: 10px;
}

.row_3 a{
	text-decoration: underline;
	color:#008dd1;
	display:block;
	margin-bottom: 10px;
}

.row_3 .charity-logo {
	line-height: 1.4;
	height: 300px;
}

.row_3 .charity-logo:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}

.row_3 .charity-logo img {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 1px);
}

.row_3 .intr{
	box-sizing: border-box;
    padding: 30px 10px;
    font-size: 0.875em;
}

.row_3 .intr p{
	line-height: 1.4;
}

@media only screen and (max-width:600px){
	.row_3{
        flex-direction: column;
    }
    .row_3 .col{
    	width:100%;
    }
    .row_3 .col_1, .row_3 .col_2 {
    	border-right: none;
	}
}

@media only screen and (max-width:900px) {
	.row_3 .charity-logo {
		max-height: 200px;
	}
}
