@charset "utf-8";
/* CSS Document */
.banr_section2 .about_content_section {
    width: 66% !important;
}
.banr_section2 .abot_side_bar {
    width: 30% !important;
}
.banr_section2 .content_section .bimit h1.about_text {
    margin-bottom: 28px;
}
.banr_section2 .side_bar .bimit .news_offer .knowledge_date {
    width: 10%;
}
.banr_section2 .side_bar .bimit .news_offer .knowledge_inaugural {
    width: 70%;
}
/*.banr_section2 .side_bar .bimit .news_offer .knowledge_inaugural h2 a{
	color: #010101;
    font-size: 22px;
    font-weight: 500;
}
*/
.banr_section2 .side_bar .bimit .news_bordr {
    border-top: 1px dotted #B2B2B2;
	margin-top:24px;
}
.banr_section2 .side_bar .bimit ul li .news_bordr {
    border-top: 1px dotted #B2B2B2;
}
.banr_section2 .side_bar .bimit ul li.news_bordr2 {
    border-bottom: 1px dotted #B2B2B2;
    margin-top: 0;
}
.banr_section2 .content_section .bimit .knowledge {
    border-bottom: 1px dotted #B2B2B2;
    overflow: hidden;
    padding-bottom: 12px;
    padding-top: 24px;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_content .date{
    background-image: url("../images/caldr.png");
    background-repeat: no-repeat;
    color: #31B24B;
    font-size: 26px;
    margin-right: 16px;
    padding: 18px 32px 9px 14px;
    text-align: center;
    width: 19%;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_content .date .march {
    color: #666666;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
	padding-left: 3px;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_content {
    width: 14%;
	float:left
}
.banr_section2 .content_section .bimit .knowledge .knowledge_content .knowledge_social_icn {
    margin-left: 28px;
    margin-top: 10px;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_content .knowledge_social_icn a + a {
    display: block;
    margin-top: 4px;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr {
    float: right;
    width: 85%;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr p.pending {
    color: #FF0000;
    font-size: 11px;
    margin: 0;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr > img {
    border-top: 2px solid #31B24B;
	height: auto;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr img {
    border-top: 2px solid #31B24B;
    height: auto;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr .inagural {
    border-bottom: 1px dotted #B2B2B2;
    margin-bottom: 24px;
    padding-bottom: 20px;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr .inagural > a {
    color: #9E9E9E;
    font-size: 11px;
	padding-left:18px;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr .inagural > a + a {
    margin-left: 40px;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr .inagural > a.author{
	background-image:url(../images/author.png);
	background-repeat:no-repeat;
	background-position:0 2px;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr .inagural > a.comment{
	background-image:url(../images/comment.png);
	background-repeat:no-repeat;
	background-position:0 2px;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr .inagural h2 a {
    color: #000000;
}

.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr .inagural p.inagural_size {
    font-size: 13px;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr .inagural p.vivamus {
    color: #31B24B;
    font-size: 18px;
    font-weight: 500;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr h6 {
    background-image: url("../images/clock.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #9E9E9E;
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    margin: 0 0 16px;
    padding-left: 22px;
}
.banr_section2 .content_section .bimit .knowledge .knowledge_side_banr h5 {
    color: #31B24B;
    font-size: 13px;
	margin:0;
    margin-bottom: 10px;
}
.banr_section2 .content_section .bimit .previous_next {
/*    float: right;
    width: 45%;
*/	margin-top: 16px;
	margin-left: 55%;
}
.banr_section2 .content_section .bimit .previous_next a {
    color: #666666;
    float: left;
	font-weight: 500;
	padding-top: 7px;
}
.banr_section2 .content_section .bimit .previous_next ul {
    display: block;
}
.banr_section2 .content_section .bimit .previous_next ul li {
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0 5px;
}
.banr_section2 .content_section .bimit .previous_next ul li a{
	background: #31b24b; /* Old browsers */
	background: -moz-linear-gradient(top, #31b24b 0%, #2ba143 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31b24b), color-stop(100%,#2ba143)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #31b24b 0%,#2ba143 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #31b24b 0%,#2ba143 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #31b24b 0%,#2ba143 100%); /* IE10+ */
	background: linear-gradient(to bottom, #31b24b 0%,#2ba143 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b24b', endColorstr='#2ba143',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
    color: #a2e9b0;
    margin: 0;
    padding: 7px 11px;
	font-size: 15px;
}

.banr_section2 .content_section .bimit .previous_next ul li.selected a, 
.banr_section2 .content_section .bimit .previous_next ul li a:hover {
    color: #FFFFFF;
    font-weight: 900;
}
.banr_section2 .content_section .bimit .previous_next a.previous_arow1 {
    background-image: url("../images/previous.png");
    background-position:0px 10px;
    background-repeat: no-repeat;
    margin-top: 8px;
    padding-left: 18px;
    padding-right: 8px;
}
.banr_section2 .content_section .bimit .previous_next a.previous_arow2 {
    background-image: url("../images/next.png");
    background-position: right 10px;
    background-repeat: no-repeat;
    padding-right:18px;
	padding-left: 7px;
}
.banr_section2 .content_section .bimit .knowledge_table {
    color: #666666;
    font-size: 15px;
}
.banr_section2 .content_section .bimit .knowledge_table div + div{
	margin-top:18px;
}
.banr_section2 .content_section .bimit .knowledge_table div div + div{
	margin-top:0;
}
.banr_section2 .content_section .bimit .knowledge_table input[type="text"],
.banr_section2 .content_section .bimit .knowledge_table textarea {
	font-family: font-family: 'Roboto', sans-serif;
    border: 1px solid #d2d2d2;
    background-color: #FFFFFF;
    border-image: none;
    border-radius: 0;
    color: #666666;
    font-size: 15px;
    padding: 7px;
    width: 48%;
}
.banr_section2 .content_section .bimit .knowledge_table textarea{
	width: 96%;
}
.banr_section2 .content_section .bimit .knowledge_table input[type="submit"]{
	background-image: url("../images/submit.png");
    background-repeat: no-repeat;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px 7px 48px;
    text-align: center;
	margin-left: 62%;
}
.banr_section2 .content_section .bimit .post_coment {
    margin-left: 46.5%;
}
.banr_section2 .content_section .bimit .post_coment > a{
    background: #31b24b; /* Old browsers */
	background: -moz-linear-gradient(top, #31b24b 0%, #2ba143 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31b24b), color-stop(100%,#2ba143)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #31b24b 0%,#2ba143 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #31b24b 0%,#2ba143 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #31b24b 0%,#2ba143 100%); /* IE10+ */
	background: linear-gradient(to bottom, #31b24b 0%,#2ba143 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b24b', endColorstr='#2ba143',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0 2px;
    text-align: center;
}

.banr_section2 .content_section .bimit .post_coment > a .read_more_border1{
    border-right: 1px solid #38D156;
    display: inline-block;
    padding: 5px 13px 10px;
}
.banr_section2 .content_section .bimit .post_coment > a .read_more_border2 {
    border-left: 1px solid #208632;
    display: inline-block;
    padding: 5px 13px;
}
.banr_section2 {
    border-bottom: medium none;
	margin-bottom:0;
}
.banr_section2 .content_section .leave_comment {
    border-bottom: 1px dotted #B2B2B2;
    margin-bottom: 22px;
    overflow: hidden;
    padding-bottom: 32px;
}
.banr_section2 .side_bar .bimit .knowledge .knowledge_side_banr a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
}
.banr_section2 .side_bar .bimit .news_offer .inaugural a{
	margin-bottom:0;
}
/*news sidebar*/
.banr_section2 .side_bar {
    float: right;
    width: 48%;
}
.banr_section2 .side_bar .bimit .news_offer {
   padding-top: 24px;
}
.banr_section2 .side_bar .bimit .news_offer + .news_offer {
    border-top: 1px dotted #CCCCCC;
    margin-top: 10px;
}
.banr_section2 .side_bar .bimit .news_offer .date {
    background-image: url("../images/caldr.png");
    background-repeat: no-repeat;
    color: #31B24B;
    float: left;
    font-size: 26px;
    padding:18px 17px 10px 15px;
    text-align: center;
	margin-right:16px;
}
.banr_section2 .side_bar .bimit .news_offer .date .march {
    color: #666666;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
	padding-left: 3px;
}
.banr_section2 .side_bar .bimit .news_offer .inaugural {
    float: right;
}
.banr_section2 .side_bar .bimit .news_offer .inaugural h2 a {
    color: #010101;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 0;
}
.banr_section2 .side_bar .bimit .news_offer .inaugural h2 a:hover {
    color: #636363;
}

.banr_section2 .side_bar .bimit .news_offer .inaugural p {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}
.banr_section2 .side_bar .bimit .news_offer .inaugural a {
    display: inline-block;
    font-size: 14px;
	font-weight:500;
}
.banr_section2 .content_section .gallery-photos {
    margin-top: 10px;
}
.banr_section2 .content_section .gallery-photos a {
	display: block; 
	float: left; 
	margin: 15px; 
	background-color: #fff; 
	padding: 5px; 
	box-shadow: 0px 0px 4px rgba(0,0,0,0.65);
	width: 150px;
}
.banr_section2 .content_section .bimit .video {
    border: 1px solid #CCCCCC;
    padding: 5px;
}
.banr_section2 .content_section .bimit .video iframe {
    width: 100%;
}