﻿
.l {
    float: left;
}
.va-index-news-more{
   /* clear: left;*/
    text-align: right;
}
.va-index-news-more a{
    /*border: 1px solid #CCCCCC;*/
    display: inline-block;
    padding: 10px 20px;
    color: #5a5a5a;
	    margin-bottom: 10px;
}
.sj{ color:#999999;}
/*-------------------------------------------------------*/

a {
    text-decoration: none;
    color:#999999;
    outline: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #10857f;
    outline: none;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* From Blog
-------------------------------------------------------*/

.from-blog .blog-col {
    position: relative;
    width: 100%;
    height: 100%;
}

.from-blog .entry-wrap {
    position: absolute;
    top: 0;
    padding: 0 10%;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
}

.from-blog:not(.style-2) .entry-box {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.from-blog .entry-img:before {
    content: "";
    background-color: rgba(0, 0, 0, .7);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.from-blog .blog-col h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
}

.from-blog:not(.style-2) .blog-col h4 a,
.from-blog:not(.style-2) .entry-meta li a {
    color: #fff;
}

.from-blog:not(.style-2) .entry-meta li {
    color: #fff;
}

.entry-meta li:before {
    content: "/";
    opacity: 0.5;
    margin: 0 7px;
}

.entry-meta li:first-child:before {
    content: "";
    margin: 0;
}

.entry-img {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.from-blog .blog-col:hover img {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.entry-img img {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    width: 100%;
}

/* Mission / Vision / Results
-------------------------------------------------------*/

.feature-box,
.from-blog.style-2 .entry-box {
    /*background-color: #fff;*/
    padding: 25px;
   /* box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.10);*/

}
/* From Blog Style-2
-------------------------------------------------------*/

.from-blog.style-2 .blog-col {
   /* box-shadow: 0 1px 1px rgba(54, 58, 65, 0.07);*/
  /*  margin-bottom: 30px;*/
}

.blog-standard .entry,
.blog-single .entry {
    background-color: #fff;
    padding: 30px 3.5% 40px;
    position: relative;
}

.from-blog.style-2 .entry-img:before {
    display: none;
}

.from-blog.style-2 .entry-box p {
    margin: 0 0 20px;
	    font-size: 15px !important;
    line-height: 23px;
}

.from-blog.style-2 .blog-col h4 a {
    color: #121212;
}

.blog-col h4 a:hover,
.from-blog.style-2 .blog-col h4 a:hover,
.entry-meta li a:hover {
    color: #f36b21;
}


