/* CSS Document */
.blog .blog-content .blog-r {
    float: left;
    margin-left: 25px;
    padding-left: 24px;
	border-left: 1px solid #ebebeb;
    width: 250px;
}
.blog .blog-content .blog-l {
    float: left;
    width: calc(100% - 300px);
}

.blog-l .blog-a .blog-add.mb10 {
    border: 1px solid #eee;
    float: left;
    padding: 5px;
}
.blog-l .blog-a .time-date .sections {
    display: inline-block;
    margin: 0 10px;
}
.blog-l .blog-a .sections .icons {
    background-image: url("../images/blog_icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 19px;
    margin-right: 5px;
    width: 23px;
}
.blog-l .blog-a .sections .icons.calendar {
   background-position: -2px 3px;
}
.blog-l .blog-a .sections .icons.comments {
   background-position: -21px 3px;
}
.blog-l .blog-a .sections .icons.tags {
   background-position: -44px 3px;
}
.blog-l .blog-a .time-date {
    margin: 0 -10px 10px;
}
.blog-l .blog-a + .blog-a {
    margin-top: 50px;
}
.blog-r .sections .srch {
    position: relative;
    width: 205px;
}
.blog-r .sections .srch .no-bg {
    border-radius:20px;
    padding-right: 38px;
    width: 100%;
	outline: none;
}
.blog-r .sections .srch .no-bg::-moz-placeholder {
    color: #bbbbbb;
    font-size: 14px;
    opacity: 1;
}
.blog-r .sections .srch .no-bg::-moz-placeholder {
    color: #bbbbbb;
    font-size: 14px;
    opacity: 1;
}
.blog-r .sections .srch button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #999;
    padding: 10px 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.blog-r .sections .srch button:hover {
	color:#000;
}
.blog-r .sections + .sections {
    margin-top: 30px;
}
.blog-r .sections .blog-r-links a {
    color: #6d6d6d;
}
.blog-r .sections .blog-r-links + .blog-r-links {
    margin-top: 5px;
}
.blog-r .sections .blog-r-links a:hover {
	color: #0083cb;
}
.total-cmts {
    font-size: 20px;
}
.comment-form {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}
.comment-form  textarea {
    width: 100%;
}
.comment-form  .input-element {
    width: calc(33.3% - 10px);
	display:inline-block;
}
.comment-form  .input-element input[type="text"] {
	width:100%;
}
.comment-form .input-element + .input-element {
    margin-left: 11px;
}
.comment-form td {
    padding-bottom: 15px;
}
.blog .blog-content .blog-l .profile-pictr {
    float: left;
	padding: 0 10px 10px 0;
}
.blog .blog-content .blog-l .profile-pictr img {
	border-radius:50%;
	width:80px;
	height:80px;
}
.blog .blog-content .blog-l .profile-pictr.reply img {
    height: 44px;
    width: 44px;
}
.blog .blog-content .blog-l .comment_text {
    margin-left: 100px;
}
.blog .blog-content .blog-l .c-name {
    font-size: 15px;
    text-transform: uppercase;
}
.blog-l .comment_text .comment_reply_text {
    margin-left: 54px;
}
.share {
    margin-bottom: 20px;
}
.share span {
    margin-bottom: 5px;
}
.share .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 24px !important;
}
.share .stButton .stButton_gradient{
	height: 24px;
}



@media all and (max-width:767px) {
	.blog .blog-content .blog-r {
		border-left: medium none;
		float: none;
		margin-left: 0;
		padding-left: 0;
		width: auto;
	}
	.blog .blog-content .blog-l {
		float: none;
		margin-bottom: 30px;
		width: auto;
	}
	.comment-form .input-element {
		margin-bottom: 15px;
		width: 100%;
	}
	.comment-form .input-element + .input-element {
		margin-left: 0;
	}
	.comment-form td {
		padding-bottom: 0;
	}
	.comment-form textarea {
		margin-bottom: 10px;
	}
	.blog-content .blog-a h1 {
		font-size: 25px;
	}
	.blog-content .blog-a h4 {
		font-size: 20px;
	}
	.blog-r .sections .srch {
		width:270px;
	}
}