﻿.index-news-link:hover .index-news-link-icon{
    animation: fadeInRight 1s ease 0s  infinite alternate;
}
.index-news-link{
    transition: all .5s ease;
}
.index-news-link:hover {
    color: #FFF;
    font-weight: bold;
    letter-spacing: 2px;
}
.index-news-list:hover .index-news-list-p{
	color: #ffde00;
}
.index-news-list:hover .index-news-list-read:after{
	transform: scale(1,1);
}
.index-news-list:hover .index-news-list-read span{
	color: #000;
	font-weight: bold;
}
.index-web-advisory-info-box:hover{
	background-color: #008ea6;
}
.index-web-advisory-info-box:hover .index-web-advisory-info-title{
	color: #FFF;
}
.index-web-advisory-info-box:hover .idnex-web-advisory-info-icon{
	background-image: url(../img/front/advisory-icon2.png);
}

.index-web-advisory-box:hover .main-bg{
	transform: scale(1.1);
}



/*-----------------------------------------------------------------*/
.index-service-list:hover .index-service-list-info-title{
	font-weight: bold;
	letter-spacing: 3px;
}

.index-service-list:hover .index-service-list-info-icon{
	transform: scale(1.2);
}
.index-service-list:hover{
	background-color: #01ab8d;
}
.index-service-list:nth-child(2):hover{
	background-color: #024f8a;
}
.index-service-list:nth-child(3):hover{
	background-color: #2a6f73;
}
.index-service-list:nth-child(4):hover{
	background-color: #002e67;
}


/*-------------------------------------------*/
.index-item-box:hover .main-bg{
	transform: scale(1.1);
}
.index-item-box:hover .index-item-img-mask2{
	 opacity: 1;
    -webkit-transform: translate3d(0,0%,0);
    transform: translate3d(0,0%,0);
}
.index-item-box:hover .index-item-title-box{
	bottom: 0;
}
.index-item-box:hover .index-item-title{
	color: #484c61;
	font-weight: bold;
	text-shadow:rgba(0,0,0,0)0px 0px 0px;
}
.index-item-box:hover .index-item-img{
	background-image: url(../img/front/i-team-icon2.png);
}



/*--------------------------------------*/
.team-list:hover .team-list-mask-block{
	opacity: 1;
}
.item-list:hover .main-bg{
	transform: scale(1.1);
}

.item-list:hover .item-list-mask{
	opacity: 1;
}
.item-list:hover .item-list-contact{
	opacity: 1;
}

.item-list:hover .item-list-title{
	color: #008ea6;
	font-weight: bold;
}
.item-list:hover .item-list-time{
	color: #d60404;
}
.item-list-contact:hover{
	background-color: #000;
	color: #FFF;
}
.team-list:hover img{
	transform: scale(1.1);
}
#team .slick-prev:hover{
	background-image: url(../img/front/arrow-left.png);
}
#team .slick-next:hover{
	background-image: url(../img/front/arrow-right.png);
}


/*------------------------------------------------*/

.info-list:hover{
	border-bottom: 1px solid #008ea6;
}
.info-page-back:hover span{

    animation: fadeInLeft 1s ease 0s  infinite alternate;
}
.info-page-back:hover{
	color: #008ea6;
}
.info-page-more-link:hover i,
.info-page-more-link:hover span{
	color: #848484;
}

.info-page-more-prev:hover i{

    animation: fadeInLeft 1s ease 0s  infinite alternate;
}
.info-page-more-next:hover i{

    animation: fadeInRight 1s ease 0s  infinite alternate;
}



/*-------------------------------------*/

a.item-page-info-link:hover:after,
.item-page-back-box:hover:after{
	transform: scale(1,1);
}
a.item-page-info-link:hover i,
a.item-page-info-link:hover span{
	color: #555;
}

a.item-page-back-box:hover i,
a.item-page-back-box:hover span{
	color: #FFF;
}
a.item-page-back-box:hover i{
	animation: arrow-left 1s ease 0s  infinite alternate;
}



/*-----------------------------------*/
.contact-map-link a:hover{
	color: #e4bc1c;

}
/*-------------------------------------*/
footer a:hover{
	color: #ffde00;
}
.footer-top-button:hover i{
	animation: fadeUpout-banner-arrow  1s ease 0s  infinite alternate;
}
.footer-top-button:hover i,
.footer-top-button:hover span{
	color: #000;
}
.footer-top-button:hover span{
	font-weight: bold;
}

@media only screen and (max-width: 768px){
	.index-news-list-read:after,
	a.item-page-info-link:hover:after, .item-page-back-box:hover:after{
		display: none;
	}
	.index-news-list:hover .index-news-list-p {
	    color: #FFF;
	}
	.index-news-list:hover .index-news-list-read span{
		color:	#ffde00;
	}
	.index-service-list:hover .index-service-list-info-icon
	{
		transform: none;
	}
	a.item-page-info-link:hover i, a.item-page-info-link:hover span{
		color: #FFF;
	}

}