.owl-item {
	float: left;
}

/* .home_blog_post .blog_post_content .blog_post_content_bottom {
	text-align: right;
} */
.home_blog_post_area {
	position: relative;
}

/* .home_blog_post_area::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: auto;
	background-image: url(../images/blog-before.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 330px;
} */
.home_blog_post_area::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		margin: auto;
		width: 100%;
		height: 48%;
		background-image: url('../images/blog-bg.jpg');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
}

.home_blog_post {
	margin: 0 0 100px 0;
}




.home_blog_post_inner {
	overflow: hidden;
	margin: 0;
}

#module-xipblog-archive .breadcrumb ol li:nth-child(2) a,
#module-xipblog-single .breadcrumb ol li:nth-child(2) a {
	display: none;
}

.home_blog_post_inner .owl-stage-outer .owl-item {
	margin: 0 0 30px 0;
}

#module-xipblog-archive .breadcrumb ol li:nth-child(2):after,
#module-xipblog-single .breadcrumb ol li:nth-child(2):after {
	content: none;
}

.post_thumbnail .blog_mask {
	display: none;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .tb-black-shadow,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .tb-black-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	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;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.home_blog_post .blog_post_content:hover .blog_post_content_top .post_thumbnail .tb-black-shadow,
.home_blog_post .blog_post_content:active .blog_post_content_top .post_thumbnail .tb-black-shadow,
.home_blog_post .blog_post_content:focus .blog_post_content_top .post_thumbnail .tb-black-shadow,
#blog_post .blog_post_content:hover .blog_post_content_top .post_thumbnail .tb-black-shadow,
#blog_post .blog_post_content:active .blog_post_content_top .post_thumbnail .tb-black-shadow,
#blog_post .blog_post_content:focus .blog_post_content_top .post_thumbnail .tb-black-shadow {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks, #blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	width: 45px;
	height: 45px;
}
.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a {
	width: 45px;
	height: 45px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	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;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	text-decoration: none;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:hover,
.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:active,
.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:focus,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:hover,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:active,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:focus {

	background: #58a986;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a i,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a i {
	line-height: 45px;
	color: #111;
	font-weight: 500;
	font-size: 16px;
	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;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:hover i,
.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:active i,
.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:focus i,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:hover i,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:active i,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:focus i {
	color: #fff;
}

.home_blog_post .blog_post_content:hover .blog_post_content_top .post_thumbnail .bloglinks a,
.home_blog_post .blog_post_content:active .blog_post_content_top .post_thumbnail .bloglinks a,
.home_blog_post .blog_post_content:focus .blog_post_content_top .post_thumbnail .bloglinks a,
#blog_post .blog_post_content:hover .blog_post_content_top .post_thumbnail .bloglinks a,
#blog_post .blog_post_content:active .blog_post_content_top .post_thumbnail .bloglinks a,
#blog_post .blog_post_content:focus .blog_post_content_top .post_thumbnail .bloglinks a {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

/* .button_previeus{
	float: right;
} */
.button_next::before {
	background: #111 !important;
}

.button_next:hover {
	color: #fff !important;
	background: #111 !important;
}

.button_next_box .btn-secondary {
	padding: 13px 30px;
	font-size: 14px;
}

.blog_post  .blog_post_content {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.kr_blog_post_area .blog_post .blog_post_content{
	border: none;
}

.home_blog_post .blog_post_content .blog_post_content_bottom {
	padding: 20px;
	text-align: left;
	background: #f9f9f9;
}

.home_blog_post .blog_post {
	list-style: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 10px;
	padding: 5px;
	/* box-shadow: 0px 0px 9.6px 0.4px rgba(0, 0, 0, 0.23); */
	/* background: #fff; */
	position: relative;
	overflow: hidden;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

/* .home_blog_post .blog_post:before {
	position: absolute;
	content: "";
	background-image: url(../images/blog-before.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 94px;
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
} */
/* .blog_post_content_top.tbhomeblog_image_holder.blog_image_holder {
	width: 65%;
} */
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta p {
	/* padding: 0 10px; */
	position: relative;
}

/* .home_blog_post .blog_post_content .blog_post_content_bottom .post_meta p.meta_date::before{
	content: "";
	width: 2px;
	height: 20px;
	background: #666666;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	position: absolute;
} */

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta::after {
	content: none;
}


.home_blog_post .blog_post_content .blog_post_content_bottom .content_more .meta_category {
	font: 400 14px/16px "Cabin", Helvetica, sans-serif;
	color: #58a986;
	margin: 0;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .content_more {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date {
	padding: 10px;
	position: absolute;
	top: 15px;
	left: auto;
	right: 15px;
	background: #58a986;
	color: #fff;
	margin: 0;
	font: 500 14px/16px 'Cabin', helvetica, sans-serif;
	width: 88px;
	border-radius: 10px;
	text-align: center;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date span{
	font: 500 46px/48px 'Cabin', helvetica, sans-serif;
	margin: 0 0 4px;
}
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date i{
	display: none;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
	padding: 0 0 0 10px;
}

/* .home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date::before {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 16px;
	background: #111;
} */
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category a {
	color: #111;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category a:hover,
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category a:active,
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category a:focus {
	color: #58a986;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date i {
	font-size: 16px !important;
}

.home_blog_post .blog_post_content .blog_post_content_bottom h3 {
	margin: 0 0 ;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
	margin: 0;
	font: 700 22px/24px 'Philosopher', Helvetica, sans-serif;
	color: #111;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	text-decoration: none;
	text-transform: uppercase;
}


.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
	margin: 10px 0 15px 0;
	font: 400 16px/28px 'Cabin', helvetica, sans-serif;
	color: #373737;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
	margin: 0;
	font: 700 22px/24px 'Philosopher', Helvetica, sans-serif;
	color: #111;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	text-decoration: none;
	text-transform: uppercase;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a:hover,
.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a:active,
.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a:focus,
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title a:hover,
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title a:active,
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title a:focus {
	color: #58a986;
}

.home_blog_post .blog_post .btn-secondary {
	background-color: #58a986;
	font: 500 16px/18px 'Cabin', helvetica, sans-serif;
	padding: 15px 30px !important;
}

.home_blog_post .blog_post .btn-secondary::before {
	background-color: #111;
}

/* .home_blog_post .blog_post_content .blog_post_content_bottom .content_more a{
	background: #fff;
	font: 400 14px/16px 'Cabin', sans-serif;
	padding: 10px 20px;
} */
/* .home_blog_post .blog_post_content .blog_post_content_bottom .content_more a:hover,.home_blog_post .blog_post_content .blog_post_content_bottom .content_more a:active,.home_blog_post .blog_post_content .blog_post_content_bottom .content_more a:focus{
	color: #fff;
} */

/* blog-inner */
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_top .post_thumbnail {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
	display: inline-block;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
	font: 700 24px/26px 'Philosopher', Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta>div {
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #999;
	font-size: 14px;
	line-height: 16px;
	font-family: "Cabin", sans-serif;
	color: #111;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_content {
	line-height: 24px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #7a7a7a;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more {
	color: #111;
	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;
	font-size: 14px;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more:hover,
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more:active,
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more:focus {
	color: #58a986;
}

/* singel-blog */
#module-xipblog-single .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_top .post_thumbnail {
	margin: 0 0 20px 0;
}

#comments .comments_title {
	font: 500 20px/22px "Cabin", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #000;
}

#respond .reply-title {
	font: 500 20px/22px "Cabin", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #000;
}

#module-xipblog-archive .bottom-pagination-content {
	display: none;
}

/* #xipblogs_commentfrom .xipblog_submit_btn.disabled:active,#xipblogs_commentfrom .xipblog_submit_btn.disabled:focus{
	color: #ddd;
	background: #f6f6f6;
} */

#xipblogs_commentfrom .xipblog_submit_btn {
	color: #fff;
	background: #000;
	opacity: 1;
	border: none;
}

#xipblogs_commentfrom .disabled {
	opacity: 0.5;
}

.comments_area .comment_list li.comment .comment_body .comment_content {
	overflow: hidden;
	padding: 15px 20px 10px;
	border: 1px solid #111;
	background: #f9f3f0;
}

.comment_meta_date {
	font: 500 15px/17px "Cabin", Helvetica, sans-serif !important;
}

.comments_area .comment_list li.comment .comment_body .comment_content .comment_meta .comment_meta_author {
	font-size: 18px;
}

@media (max-width: 1499px) {

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date span {
		font-size: 38px;
		line-height: 40px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date {
		padding: 5px;
		width: 80px;
	}
}
@media (max-width: 1399px) {

	/* .home_blog_post .blog_post_content .blog_post_content_bottom .post_title a{
		font-size: 17px;
		list-style: 19px;	
	} */
	.home_blog_post {
		margin: 0 0 80px 0;
	}

	.home_blog_post .blog_post .btn-secondary {
		padding: 12px 24px !important;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 20px;
		line-height: 22px;
	}
}

@media (max-width: 1299px) {
	.home_blog_post .blog_post .btn-secondary {
		padding: 10px 20px !important;
	}
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date i {
		font-size: 15px !important;
	}

	.home_blog_post {
		margin: 0 0 80px 0;
	}

	.home_blog_post_area {
		padding: 0;
	}
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 18px;
		line-height: 20px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date {
		font-size: 14px;
		line-height: 18px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
		font-size: 14px;
		line-height: 26px;
		margin: 5px 0 10px 0;
	}

}

@media (max-width:1199px) {
	.home_blog_post {
		margin: 0 0 60px 0;
	}
}

@media (max-width:991px) {
	.home_blog_post {
		margin: 0 0 40px 0;
	}
	.home_blog_post .blog_post {
		margin: 0 0 10px 0;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 16px;
		line-height: 18px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
		font-size: 14px;
		line-height: 25px;
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
		line-height: 32px;
		font-size: 24px;
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta {
		margin-bottom: 10px;
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_content {
		margin-bottom: 10px;
	}

	.button_previeus-box .btn-primary, .button_next_box .btn-secondary {
		padding: 10px 20px;
		font-size: 14px;
		line-height: 16px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date span {
		font-size: 34px;
		line-height: 36px;
	}
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date {
		font-size: 12px;
		line-height: 14px;
		width: 70px;
	}
}

@media (max-width:767px) {
	.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .tb-black-shadow {
		background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	}

	.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a,
	#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_top .post_thumbnail {
		margin: 0 0 10px 0;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date, .home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
		font-size: 13px;
		width: 80px;
	}
	.newsletter-img .tb-newsletter-subscribe-img {
		width: 90%;
	}

	/* .home_blog_post .blog_post_content .blog_post_content_bottom{
		right: 15px;
		top: 100px;
		width: 50%;
	} */
	.home_blog_post_inner .owl-stage-outer .owl-item {
		overflow: hidden;
		margin: 0 0 10px 0;
	}

	.bottom-custom-nav-content.clearfix.row {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#module-xipblog-single .content_back {
		padding: 0;
	}	

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date span {
		font-size: 40px;
		line-height: 40px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 18px;
		line-height: 20px;
	}
}

@media (min-width: 631px) and (max-width: 767px) {
	/* .home_blog_post .blog_post {
		margin: 0 0 70px 0;
	} */
}

@media (max-width:630px) {
	/* .home_blog_post .blog_post_content .blog_post_content_bottom{
		width: 65%;
	} */
	/* .home_blog_post .blog_post {
		margin: 0 0 90px 0;
	} */

	.home_blog_post .blog_post {
		width: 85%;
		margin: 0 auto 10px;
	}
}

@media (max-width:575px) {

	/* .home_blog_post .blog_post {
		margin: 0 0 130px 0;
	} */
	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta>div {
		line-height: 26px;
	}

	.home_blog_post .blog_post {
		/* margin: 8px 7px 10px; */
		width: 90%;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date span {
		font-size: 14px;
		line-height: 16px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date, .home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
		font-size: 14px;
		width: 110px;
		line-height: 16px;
		padding: 9px 10px;
		top: 10px;
		right: 10px;
	}
	
}

@media (max-width:480px) {
	.home_blog_post {
		margin: 0 0 20px 0;
	}


	.blog_post_content {
		padding: 0;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom {
		padding: 15px;
	}

	.home_blog_post .blog_post .btn-secondary {
		font-size: 13px;
		line-height: 16px;
		padding: 10px 14px !important;
	}

	.home_blog_post .blog_post {
		width: 100%;
	}

	.block_newsletter_box .newsletter_bottom {
		padding: 20px 0;
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
		line-height: 22px;
		font-size: 20px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 17px;
		line-height: 19px;
	}

}

@media (max-width:360px) {
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 14px;
		line-height: 16px;
	}
	.home_blog_post .blog_post_content .blog_post_content_bottom {
		padding: 10px;
	}

}