.box2 {
    height: 96px;
    cursor: pointer;
    border-radius: 4px;
    padding: 0px 30px 0px 30px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
    margin: 20px 0 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box2:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.xe-comment-entry img {
    float: left;
    display: block;
    margin-right: 10px;
}
.xe-comment {
    transform: translateY(-50%);
    position: absolute;
    margin-left: 50px;
    top: 50%;
}
.xe-comment p {
    margin-bottom: 0px;
    margin-right: 15px;
}
.overflowClip_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.overflowClip_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.submit-tag{
    margin-top: 50px;

}

.img-circle {
    padding: 7px 0;
}


	.xe-comment a strong {
		font-size:1.58rem;
	}


.sidebar-menu .logo-env .logo a{font-size:1.38rem;}

footer.main-footer .go-up {
    float: right;
    margin-bottom: 20px;
    position: fixed;
    bottom: 0px;
    right: 15px;
}


.go-up  i {
    display: inline-block;
    font-size: 3rem;
}
	
	
@media (max-width:768px) {
	
	.sidebar-menu .logo-env .logo a{font-size:1.58rem;}
	
	.main-content .col-sm-3{
		position: relative;
		min-height: 1px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.mobile-menu-toggle .linecons-cog {
			display:none;
	}

}



.xe-user-link {float:right;background:#f2f2f2;color:#333;border-radius:4px;font-size:0.9rem; padding:2px 5px;}

.xe-user-link2 { float:right;background:#f2f2f2;color:#333;border-radius:4px;font-size:0.85rem; padding:0px 5px;margin-top:23%; margin-right:-28px;line-height:1.55rem;}
.xe-user-link:hover { color:#fd9900;}
.xe-user-link2:hover { color:#fd9900;}


@media screen and (max-width:1468px) {
 
	
.xe-user-link2 { margin-top:28%;margin-right:-28px;}

}


@media screen and (max-width:768px) {
    .page-body .jumbotron {
        padding-left: 0;
        padding-right: 0
    }


	.page-container .main-content img{max-width:100%;}	
	
	
.xe-user-link2 { margin-top:13%;margin-right:-28px;}

}



@media screen and (min-width:768px) {
    .page-body .jumbotron {
        padding-top: 15px;
        padding-bottom: 48px
    }
.page-container .main-content img{max-width:750px;}	

}


.pro {margin-top:30px; font-size:1.55rem;line-height:2;}

.morelink {float:right; margin-right:1%; font-size:1.35rem;color:#999;}
.morelink:hover {color:#ff6600;}
