/*---------------- Start Smart-Blog Block Css -------------------*/
#smartblog_block .news_module_image_holder .icon.zoom {
	bottom: 0;
	height: 45px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	z-index: 1;
	border-radius: 50%;
}
#smartblog_block .news_module_image_holder .icon.zoom:hover i {
	border-color: var(--secondary-bg-color);
    color: var(--secondary-text-color);
    background: var(--secondary-bg-color);
}
#smartblog_block .icon i {
	border: 2px solid #e6e6e6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: var(--primary-text-color);
	font-size: 19px;
	height: 45px;
	padding: 9px 11px;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 45px;
	margin: 0;
	line-height:25px;
}
#smartblog_block .news_module_image_holder:hover .icon i {
	transform:scale(1);
	transition: all 0.3s ease 0s;
}
#smartblog_block .news_module_image_holder:hover .icon {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#smartblog_block .news_module_image_holder {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	width: 100%;
	float: left;
	background: #111;
	position: relative;
	margin:0 0 20px;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
#smartblog_block .news_module_image_holder:hover img {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	opacity: 0.5;
}
#smartblog_block .news_module_image_holder img {
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
/*--------zoom icon------------*/
#smartblog_block {
	margin: 0 0 80px;
	position: relative;
	text-align: center;
}
#smartblog-carousel .item.blog_post {
	padding: 0 15px;
}
#smartblog_block .blog_date {
	float:left;
	background: var(--secondary-bg-color);
	padding: 7px 2px;
	width:auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
#smartblog_block .blog_date .day_date {
	font: 500 13px/15px var(--secondary-font);
	float: left;
	width:100%;
	color: var(--primary-text-color);
}
#smartblog_block .day_month {
	font: 500 13px/15px var(--secondary-font);
	color: var(--primary-text-color);
	width:100%;
	float: left;
}
#smartblog_block .blog_content{
	float:right;
	padding:0;
}
#smartblog_block .blog_content .sds_post_title {
	float: left;
	width: 100%;
}
#smartblog_block .blog_content .sds_post_title a {
	font: 600 16px/22px var(--primary-font);
	float: left;
	width: 100%;
	color:var(--primary-bg-color);
	text-align: left;
}
#smartblog_block .blog_content .sds_post_title a:hover {
    color: var(--secondary-bg-color);
}
#smartblog_block .blog_content p {
	margin: 0 0 15px;
	font: italic 400 13px/16px var(--primary-font);
	color: var(--body-text-color);
	float: left;
	width: 100%;
	text-align: left;
}
#smartblog-carousel .blog_content .read_more {
	color: #111111;
	float: left;
	width: auto;
	text-align: left;
	font: 400 13px/16px var(--secondary-font);
	position: relative;
	padding: 0 0 0 24px;
}
#smartblog-carousel .blog_content .read_more::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	bottom: 7px;
	width: 17px;
	border: 1px solid #777;
}
#smartblog-carousel {
	float: left;
}
#sdsblogArticle {
    margin-bottom: 20px;
}
#sdsblogArticle .post-info span .material-icons {
    font-size: 16px;
    vertical-align: middle;
}
#sdsblogArticle {
    margin: 0 0 10px;
    width: 100%;
}
#module-smartblog-details .articleContent {
    margin: 0 0 15px;
    float: left;
    width: 100%;
}
#sdsblogArticle img {
    max-width: 100%;
    width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#sdsblogArticle h1 {
    color: #111111;
    font: 500 18px/22px var(--primary-font);
    margin: 0 0 10px;
    padding: 0;
	float:left;
	width:100%;
}
#sdsblogArticle .post-info {
    display: block;
    margin: 0 0 10px;
}
#sdsblogArticle .post-info span span {
    display: inline-block;
}
#sdsblogArticle .sdsarticle-des {
    margin: 0;
    text-align: justify;
    line-height: 24px;
}
#respond {
    color: #808080;
	float: left;
	width: 100%;
}
#respond .comment-reply-title {
    color: #222222;
    float: left;
    font: 500 18px/20px var(--secondary-font);
    margin: 20px 0;
    width: 100%;
}
#respond #commentInput {
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
#respond #commentInput .right {
    padding: 10px 0 0;
    text-align: right;
}
#respond .captcha input[type="text"] {
    max-width: 85px;
}
#respond td {
    padding: 5px;
    vertical-align: top;
}
#respond td:first-child {
    padding-top: 8px;
}
.smartblogcomments .success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
	float: left;
	width: 100%;
}
.smartblogcomments .attention {
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    color: #333;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    float: left;
    width: 100%;
}
.smartblogcomments .warning {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    float: left;
    width: 100%;
}
#articleComments {
	border-top: 1px solid #e5e5e5;
	float: left;
	width: 100%;
}
#articleComments #comments {
	float: left;
	width: 100%;
}
#articleComments .commenttitle {
    font: 500 14px var(--secondary-font);
    margin: 10px 0;
}
#articleComments .commentList {
    margin: 0;
    position: relative;
	padding:0;
	float: left;
	width: 100%;
}
#articleComments .commentList li {
	border-top: 1px solid #e5e5e5;
	float: left;
	margin: 10px 0 0;
	padding: 15px 0 15px 110px;
	position: relative;
	width: 100%;
}
#articleComments .commentList li .avatar {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	left: 10px;
	padding: 0;
	position: absolute;
	top: 18px;
}
#articleComments .commentList li .reply {
    height: auto;
    text-align: right;
}
#articleComments .commentList li .reply .comment-reply-link {
    cursor: pointer;
}
#articleComments .commentList li .reply .comment-reply-link:hover {
    text-decoration: underline;
    color: #111111;
}
#articleComments .commentList li .name,
#articleComments .commentList li .name a {
    font-size: 13px;
    font-weight: bold;
}
#articleComments .commentList li .created {
    margin: 0 0 10px;
}
#articleComments .commentList li p {
    font-size: 15px;
    font-weight: 500;
}
#sdsblogCategory {
    float: left;
    margin: 0 0 30px;
    width: 100%;
}
#sdsblogCategory .imageFeatured {
    border: medium none;
    max-width: 100%;
    padding: 0;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#sdsblogCategory .catDesc p {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 15px;
    margin: 0;
}
#smartblogcat {
    float: left;
    width: 100%;
}
#smartblogcat .sdsarticleCat {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader {
    margin: 0;
    padding: 0;
    display: block;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block {
    margin: 0 0 10px;
    width: 100%;
    border: none;
    background: none;
    height: auto;
    padding: 0;
	float: left;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block a {
    color: #111111;
    font: 500 16px/20px var(--primary-font);
    padding: 0;
    width: 100%;
    float: left;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block a:hover {
    color: #111111;
}
#smartblogcat .sdsarticleCat .articleContent {
    display: block;
    position: relative;
    overflow: hidden;
}
#smartblogcat .blog_desc .sdsreadMore .more .r_more::after {
    content: "\E409";
    font-family: material icons;
    vertical-align: middle;
}
#smartblogcat .sdsarticleCat .articleContent .imageFeaturedLink img {
    max-width: 100%;
    width: 100%;
    padding: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#smartblogcat .sdsarticleCat .blogdetail {
    display: block;
    margin: 0 0 10px;
    line-height: 22px;
    float: left;
    width: 100%;
}
#smartblogcat .sdsarticleCat .blogdetail > span {
    float: left;
    margin: 0 15px 0 0;
}
#smartblogcat .sdsarticleCat .blogdetail > span.ttpost {
    display: none;
}
#smartblogcat .sdsarticleCat .blogdetail .blogcomment a {
    font-family: var(--secondary-font);
}
#smartblogcat .sdsarticleCat .blogdetail .viewed {
    font-family: var(--secondary-font);
}
#smartblogcat .sdsarticleCat .sdsarticle-des {
    color: #808080;
    display: block;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}
#smartblogcat .sdsarticleCat .sdsarticle-des {
    line-height: 24px;
}
#smartblogcat .sdsarticleCat .sdsreadMore .more {
    display: inline-block;
}
#smartblogcat .blog_desc .blogdetail span .material-icons {
    font-size: 16px;
    line-height: 14px;
    vertical-align: middle;
}
#smartblogcat .sdsarticleCat .sdsarticle-des {
    color: #808080;
    display: block;
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.blog_pagination {
    float: left;
    width: 100%;
}
.blog_pagination .pagination li a:hover {
    color: #fff;
    background: #333333;
    border-color: #333333;
}
#reply-title #cancel-comment-reply-link {
  float: right;
}
#smartblog_block .owl-dots{
	margin:30px 0 0;
}
@media (max-width: 1299px) {
	#smartblog_block .blog_date{
		padding:7px 4px;
	}
}
@media (max-width: 1200px) {
	#smartblog_block {
		margin: 0 0 50px;
	}
}
@media (max-width: 1199px) {
	#smartblog_block .blog_content{
		padding: 0 0 0 5px;
	}
	#smartblog_block .blog_date{
		padding:7px 2px;
	}
}
@media (max-width: 991px) {
	#smartblog_block #smartblog-carousel .item .news_module_image_holder .blog-hover {
		background: rgba(0, 0, 0, 0.2);
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
	}
	#smartblog-carousel .item.blog_post {
		float:left;
		width:100%;
		margin:0 0 30px;
	}
	#smartblog_block {
		margin: 0 0 40px;
	}
}
@media(max-width:991px) and (min-width:768px){
	#smartblog_block .blog_date .day_date{
		font-size:11px;
		line-height:13px;
	}
	#smartblog_block .day_month{
		font-size:11px;
		line-height:13px;
	}
	#smartblog_block .blog_date{
		padding:7px 0;
	}
}
@media (max-width: 767px) {
    #commentform .form-group .col-md-7 {
        width: 100%;
    }
    #smartblogcat .sdsarticleCat .articleContent {
        float: left;
        width: 100%;
        margin: 0 0 30px;
    }
    #smartblogcat .sdsarticleCat .blog_desc {
        float: left;
        width: 100%;
    }
	#smartblog_block .blog_date{
		position: absolute;
		top: auto;
		left: 5%;
		right: auto;
		bottom: 40%;
	}
	#smartblog_block .blog_content{
		width:100%;
	}
}
@media (max-width: 720px) {
	#smartblog_block .blog_date{
		left:7%;
		bottom:49%;
	}
}
@media (max-width: 543px) {
    .blog_pagination .pagination {
        text-align: center;
    }
	#smartblog_block #smartblog-carousel .item .blog_post .blog_content .sds_post_title a {
		font-size: 16px;
		line-height: 18px;
	}
	#smartblog_block {
		margin: 0 0 30px;
	}	
}
@media (max-width: 480px) {
	#smartblog_block .blog_date{
		left:6%;
		bottom:45%;
	}
}
/*---------------- End Smart-Blog Block Css -------------------*/