.blog-section {
	float:left;
	width:100%;
}
.blogs {
	float:left;
	width:100%;
}
.blogs h2 {
	font-weight:700;
	margin:0px 0px 20px 0px;
}
.blogs h2 span {
	font-weight:700;
}
.blogs .box {
	float:left;
	width:100%;
}
.blogs .box .text-box {
	float:left;
	width:100%;
}
.blogs .box .text-box h4 a {
	margin-bottom:18px;
	display:block;
	font-size:20px;
	font-weight:700;
	line-height:27px;
}
.blogs .box .text-box a.admin {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:400;
	text-decoration:none;
	float:left;
	margin:0 20px 15px 0;
}
.blogs .box .text-box a.admin .fa {
	padding:0 5px 0 0;
}
.blogs .box .text-box p {
	clear:both;
}
.blogs .box .text-box p a {
	font-weight:500;
}
.blogs .box .thumb {
	float:left;
	width:100%;
}
.blogs .box .thumb a:before {
	box-sizing:border-box;
	content:"";
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.blogs .box .thumb a {
	float:left;
	position:relative;
}
.margin-btm-25 {
	margin-bottom:25px;
}
.margin-btm-20 {
	margin-bottom:20px;
}
.blogs a.btn1 {
	margin:40px auto 0;
	padding:14px 15px;
}
.blog-page {
	float:left;
	width:100%;
}
.blog-content {
	float:left;
	width:100%;
}
.post-box {
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.post-box:first-child {
	margin:0;
}
.post-box .frame {
	float:left;
	width:100%;
	overflow:hidden;
}
.post-box .frame img {
	display:block;
	width:100%;
}
.post-box .frame:hover img {
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.post-text1 {
	float:left;
	width:95%;
	box-shadow:0 -2px 5px rgba(0,0,0,0.40);
	-moz-box-shadow:0 -2px 5px rgba(0,0,0,0.40);
	-webkit-box-shadow:0 -2px 5px rgba(0,0,0,0.40);
	margin:0 0 0 20px;
	padding:0 20px 20px 20px;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.post-text1 .post-date {
	margin:-40px auto 0;
	width:82px;
	height:82px;
	border-radius:100%;
	padding:18px 0 0 0;
}
.post-text1 .post-date strong {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	line-height:16px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	display:block;
}
.post-text1 .post-date strong span {
	font-size:14px;
	font-weight:100;
	display:block;
	padding:5px 0 0 0;
}
.post-row {
	float:left;
	width:100%;
	margin:0 0 30px 0;
}
.post-author-frame {
	float:left;
	width:55px;
	height:55px;
	overflow:hidden;
	border-radius:100%;
	margin:0 10px 0 0;
}
.post-author-frame img {
	display:block;
	width:100%;
}
.post-row strong.name {
	float:left;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:50px;
	font-weight:500;
}
.post-row .comment-row {
	float:right;
}
.post-row .comment-row a {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:35px;
	font-weight:400;
	text-decoration:none;
	float:left;
	margin:0 0 0 20px;
}
.post-row .comment-row a .fa {
	padding:0 9px 0 0;
}
.post-text1 h4 {
	text-align:center;
	margin:0 0 20px 0;
}
.post-text1 p {
	text-align:center;
	margin:0 0 30px 0;
}
.post-text1 a.btn-read-more {
	display:table;
	margin:0 auto;
	padding:7px 20px;
	font-size:18px;
	line-height:18px;
	font-weight:500;
}
.post-text1 a.btn-read-more:hover {
	border:2px solid;
	background:none;
	text-decoration:none;
}
.post-text1 .holder {
	width:100%;
	margin:0 auto;
}
.post-box blockquote {
	width:712px;
	margin:40px auto 90px;
	padding:25px 20px;
	border:0;
	position:relative;
}
.post-box blockquote:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:-40px;
	margin:auto;
	width:82px;
	height:82px;
	border-radius:100%;
}
.post-box blockquote:after {
	content:"\f10d";
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:-30px;
	font-family:'FontAwesome';
	font-size:24px;
	width:24px;
}
.post-box blockquote em {
	font-size:18px;
	line-height:26px;
	font-weight:400;
	text-align:center;
	display:block;
	position:relative;
}
.sidebar {
	float:left;
	width:100%;
}
.sidebar-box {
	float:left;
	width:100%;
	margin-bottom:40px;
}
.sidebar-box h4 {
	margin:0 0 20px 0;
	font-weight:700;
	font-size:25px;
	line-height:30px;
}
.sidebar-box form {
	float:left;
	width:100%;
	position:relative;
}
.sidebar-box form input[type="text"] {
	float:left;
	width:100%;
	border:0;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	height:30px;
	padding:0 0 0 50px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.sidebar-box form .fa {
	position:absolute;
	left:26px;
	top:8px;
}
.archives {
	float:left;
	width:100%;
}
.archives ul {
	padding:0;
	margin:0;
	list-style:none;
}
.archives ul li {
	overflow:hidden;
	padding:22px 0 0 0;
}
.archives ul li:first-child {
	padding:0;
}
.archives ul li a {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:400;
	text-decoration:none;
}
.archives ul li a .fa {
	padding:0 11px 0 0;
	font-size:18px;
	line-height:18px;
	float:left;
}
.week-slider {
	float:left;
	width:100%;
}
.week-slider .frame {
	float:left;
	width:100%;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.week-slider .frame img {
	display:block;
	width:100%;
}
.week-slider .frame .caption {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
}
.week-slider .frame .caption a.discunt {
	float:left;
	width:67px;
	height:67px;
	border-radius:100%;
	margin:30px 0 0 30px;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	font-weight:400;
	text-align:center;
	padding:13px 0 0 0;
}
.week-slider .frame .caption a.discunt span {
	display:block;
	font-size:15px;
}
.week-slider .frame .caption a.discunt:hover {
	text-decoration:none;
}
.week-slider .frame .caption a.link {
	width:45px;
	height:45px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	text-align:center;
	line-height:45px;
	border-radius:100%;
}
.week-slider .frame .caption h4 {
	text-align:center;
}
#wrapper .week-slider .frame .caption .inner {
	position:absolute;
	left:0;
	bottom:-200px;
	width:100%;
}
.week-slider .frame .caption .inner h4 {
	text-align:center;
	display:block;
}
.week-slider .frame .caption .inner a.cart {
	width:45px;
	height:45px;
	border-radius:100%;
	position:absolute;
	left:-50px;
	right:0;
	top:40px;
	text-align:center;
	line-height:45px;
	margin:0 auto;
}
#wrapper .week-slider .frame .caption .inner a.like {
	width:45px;
	height:45px;
	border-radius:100%;
	position:absolute;
	left:50px;
	right:0;
	top:40px;
	text-align:center;
	line-height:45px;
	margin:0 auto;
}
.week-slider:hover .caption {
	opacity:1;
}
.sidebar-box .bx-wrapper {
	float:left;
	margin:0;
	width:100%;
}
.sidebar-box .bx-wrapper .bx-viewport {
	background:none;
	border:0;
	box-shadow:none;
	left:0;
}
.sidebar-box .bx-viewport > ul {
	padding:0;
	margin:0;
}
.sidebar-box .bx-wrapper .bx-pager.bx-default-pager a {
	display:none;
}
.sidebar-box .bx-wrapper .bx-controls-direction a {
	height:23px;
	margin-top:-16px;
	width:23px;
	top:inherit;
	text-indent:inherit;
	font-size:0;
	bottom:-43px;
	text-decoration:none;
}
.sidebar-box .bx-wrapper .bx-next {
	right:0;
	background:none;
}
.sidebar-box .bx-wrapper .bx-next:before {
	content:"\f105";
	font-size:18px;
	line-height:21px;
	font-family:'FontAwesome';
	text-align:center;
	display:block;
}
.sidebar-box .bx-wrapper .bx-prev {
	left:inherit;
	right:28px;
	background:none;
}
.sidebar-box .bx-wrapper .bx-prev:before {
	content:"\f104";
	font-size:18px;
	line-height:21px;
	font-family:'FontAwesome';
	text-align:center;
	display:block;
}
.tags {
	float:left;
	width:100%;
}
.tags ul {
	padding:0;
	margin:0;
	list-style:none;
}
.tags ul li {
	float:left;
	padding:0 3px 3px 0;
}
.tags ul li a {
	text-decoration:none;
	padding:9px 10px;
	display:block;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:400;
}
.post-text2 .post-date {
	float:left;
	border-radius:0;
	height:85px;
	margin:-40px auto 0;
	padding:10px 0 0;
	width:100px;
}
.post-text2 .holder {
	clear:both;
}
.post-text2 .holder img.blogimg{
	width:250px;
	height:250px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.post-text2 .author-box {
	float:right;
	margin-top:-70px;
}
.post-text2 .post-author-frame {
	height:82px;
	width:82px;
}
.post-text2 .post-row strong.name {
	display:block;
	float:none;
	text-align:center;
}
.post-text2 h4 {
	text-align:left;
}
.post-text2 p {
	text-align:left;
}
#wrapper .post-text2 a.btn-read-more {
	float:left;
	background:none;
	border:1px solid;
}
.blog-full-style-2 .holder {
	width:1000px;
}
.blockquote-style-2 {
	float:left;
	width:100%;
	padding:35px 50px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.blockquote-style-2 blockquote {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	border:0;
	background:none;
}
#wrapper .blockquote-style-2 blockquote em {
	font-family:'Roboto', sans-serif;
	font-size:18px;
	line-height:26px;
	text-align:left;
	padding-bottom:40px
}
#wrapper .blockquote-style-2 blockquote:before {
	content:'';
	display:none;
	background:none;
}
#wrapper .blockquote-style-2 blockquote:after {
	margin:0;
	top:-37px;
}
.detail-social {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding:9px 0;
	text-align:center;
}
.detail-social ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	text-align:center;
}
.detail-social ul li {
	display:inline-block;
	padding:0;
}
.detail-social ul li a {
	display:block;
	text-decoration:none;
	width:34px;
	height:34px;
	border-radius:100%;
	text-align:center;
	line-height:33px;
}
.blog-grid {
	float:left;
	width:100%;
	margin:25px 0;
}
.blog-grid .frame {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
.blog-grid .frame img {
	display:block;
	width:100%;
}
.blog-grid .frame:hover img {
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.blog-grid .frame:before {
	box-sizing:border-box;
	content:"";
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.blog-grid .text-box {
	float:left;
	width:100%;
}
.blog-grid .text-box .author-box-outer {
}
.blog-grid .text-box .author-box {
	width:56px;
	height:56px;
	margin:-28px auto 8px;
	border-radius:100%;
	overflow:hidden;
	position:relative;
}
.blog-grid .text-box .author-box img {
	width:100%;
	display:block;
}
.blog-grid .text-box .author-box-outer strong.name {
	display:block;
	text-align:center;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:500;
}
.blog-grid .text-box .like-row {
	float:left;
	width:100%;
	margin:15px 0;
}
.blog-grid .text-box .like-row ul {
	padding:0;
	margin:0;
	list-style:none;
}
.blog-grid .text-box .like-row a {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:500;
	text-decoration:none;
	padding:0 8px;
	float:left;
}
.blog-grid .text-box .like-row a .fa {
	padding:0 10px 0 0;
}
.blog-grid .text-box .like-row a span {
	font-weight:400;
	font-size:13px;
}
.blog-grid .text-box h4 {
	text-align:center;
	margin:0 0 15px 0;
}
.blog-grid .text-box h4 a {
	text-decoration:none;
	font-size:18px;
	font-weight:700;
	line-height:25px;
}
.blog-grid .text-box p {
	text-align:center;
	margin:0 0 15px 0;
}
.blog-grid .text-box a.btn-more {
	display:table;
	margin:0 auto;
	padding:8px 20px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	line-height:18px;
	font-weight:500;
	text-decoration:none;
}
.blog-grid .text-box a.btn-more:hover {
	background:none;
	border:1px solid;
}

@media (max-width:480px) {

	.post-text1 {
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		padding:0 10px;
	}
	.post-row .comment-row a{
		margin:0 0 0 10px;
	}
	.post-text2 .author-box{
		width:100%;
		text-align:center;
		margin:0;
	}
	.post-text2 .post-author-frame{
		display:inline-block;
		float:none;
	}
	.blog-grid .text-box .like-row a{
		padding:0 8px;
	}
	.post-text2 .holder img.blogimg{
		width:100%;
		height:auto;
		float:none;
		margin-right:0px;
		margin-bottom:0px;
	}
	.sidebar-box {
		margin-top:20px;
	}

}

@media (max-width:767px) {

	.blogs .box .thumb a,.blogs .box .thumb a img,.post-box blockquote,.post-text2 .holder,.detail-social {
		width:100%;
	}
	.blogs .box {
		margin:0 0 30px;
	}
	.blogs a.btn1{
		margin-top:20px;
	}
	.post-text1{
		width:100%;
		margin:0;
	}
	
}

@media (min-width:768px) and (max-width:1024px) {

	.blogs .box .thumb a,.blogs .box .thumb a img {
		width:100%;
	}
	
}

@media screen and (max-width:1160px) {

}

@media (min-width:1200px) {

}

@media (min-width:1366px) {

}

@media (min-width:1400px) {

}