body{
	background: #f2f2f5;
}
.banner img{
	width: 100%;
	height: auto;
}
.categories{
	background: url('../img/blog-page/steel-bg.jpg') repeat;
	background-size: cover;
	padding: 28px 0 18px 0;
}
.categories .col-md-4 h4{
	font-family: "Panton-Bold", Arial;
	font-size: 32px;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 30px;
	text-align: center;
}
.categories .col-md-4 p{
	font-family: "Panton-Thin", Arial;
	font-size: 20px;
	color: #babbbd;
	text-transform: uppercase;
	word-spacing: 5px;
	letter-spacing: 5px;
	margin-bottom: 0px;
	text-align: center;
}
.categories .col-md-8 ul{
	border-left: 1px solid #4b545b;
	margin: 24px 0 auto;
}
.categories .col-md-8 ul li{
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 8px 15px;
	border: 1px solid #fff;
	border-radius: 25px;
	min-width: 115px; 
	opacity: 0.5;
}
.categories .col-md-8 ul li.active,
.categories .col-md-8 ul li:hover,
.categories .col-md-8 ul li:focus {
	opacity: 1 !important;
}
.categories .col-md-8 ul li a{
	font-family: "Panton-Thin", Arial;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
/*.categories .col-md-8 ul li a:hover{
	color: #FFF;
}*/
.categories .col-md-8 ul li a span{
	color: #FFF;
	margin-right: 10px;
	font-size: 10px;
}
.categories .col-md-8 ul li a.btn-more{
	border: 1px solid #5a6268;
	padding: 5px 23px 3px 23px;
	border-radius: 5px;
}
.categories .col-md-8 ul li a.btn-more:hover{
	border-color: #FFF;
}
.blogpage-content .title{
	border-top: 1px solid #d4d4d4;

}
.blogpage-content .title .badge{
	background: #24a3d8;
	margin-right: 15px;
	padding-top: 6px;
}
.blogpage-content{
	padding: 40px 30px;
	background: #FFF;
}
.blogpage-content .title h4{
	font-family: "Panton-Light", Arial;
	font-size: 16px;
	color: #a3a3a3;
	letter-spacing: 2px;
	border-top: 2px solid #6a6a6a;
	padding-top: 15px;
	display: inline-block;
	margin-top: -2px;
	min-width: 60px;
}
.blogpage-content .blog{
	margin-bottom: 45px;
}
.blogpage-content .blog:last-child{
	margin-bottom: 0px;
}
.blogpage-content .blog img{
	width: 100%;
	height: auto;
}
.blogpage-content .blog .blog-title{
	font-family: "Panton-ExtraBold", Arial;
	font-size: 22px;
	color: #000;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blogpage-content .blog .blog-title:hover {
	opacity: 0.7;
}
.blogpage-content .blog .blog-info{
	list-style: none;
	padding-left: 0;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 7px;
}
.blogpage-content .blog .blog-info li{
	display: inline-block;
	font-family: "Panton-Light", Arial;
	font-size: 12px;
	color: #aaaaaa;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #e5e5e5;
}
.blogpage-content .blog .blog-info li:last-child{
	margin-right: 0px;
	border-right: none;
}
.blogpage-content .blog .blog-info li .value, .blogpage-content .blog .blog-info li span{
	font-family: "Panton-Bold", Arial;
	font-size: 11px;
	color: #999999;
	margin-left: 3px;
}
.blogpage-content .blog .excerpt-content{
	font-family: "UTM-Caviar",Arial;
	font-size: 14px;
	color: #737373;
	font-weight: 400;
	margin-bottom: 15px;
}
.blogpage-content .blog .readmore-btn{
	color: #82a8ee;
	font-family: "Panton-Light", Arial;
	font-size: 14px;
	border: 1px solid #82a8ee;
	border-radius: 20px;
	padding: 5px 20px 3px 20px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.blogpage-content .blog .readmore-btn:hover{
	background: #82a8ee;
	color: #FFF;
}
.blogpage-content .col-md-5 .posts-list .post{
	clear: both;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.blogpage-content .col-md-5 .posts-list .post:hover .post-title{
	color:#069;
}
.blogpage-content .col-md-5 .posts-list .post img{
	border: 1px solid #d7d7d7;
	padding: 5px;
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.blogpage-content .col-md-5 .posts-list .post .post-info{
	margin-top: 15px;
}
.blogpage-content .col-md-5 .posts-list .post .post-title{
	font-family: "Panton-Bold", Arial;
	font-size: 16px;
	color:#169cce;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.blogpage-content .col-md-5 .posts-list .post .post-date{
	font-family: "Panton-Light", Arial;
	font-size: 12px;
	color: #aaaaaa;
	letter-spacing: 1px;
}
.blogpage-content .col-md-5 .sidebar-banner{
	background: #24a3d8;
	border-radius: 8px;
	padding: 50px 52px;
	display: block;
	text-align: center;
	margin-bottom: 45px;
	display: inline-block;
	width: 100%;
}
.blogpage-content .col-md-5 .sidebar-banner .banner-title{
	color: #FFF;
	text-transform: uppercase;
	font-family: "Panton-ExtraBold",Arial;
	font-size: 22px;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.blogpage-content .col-md-5 .sidebar-banner .banner-content{
	font-family: "UTM-Caviar", Arial;
	font-size: 16px;
	color: #fffefe;
	margin-bottom: 30px;
}
.blogpage-content .col-md-5 .sidebar-banner img{
	margin-bottom: 30px;
}
.blogpage-content .col-md-5 .sidebar-banner a{
	display: inline-block;
}
.blogpage-content .col-md-5 .sidebar-banner .signup-btn{
	color: #FFF;
	border: 1px solid #FFF;
	background: transparent;
	font-family: "Panton-Bold", Arial;
	font-size: 18px;
	padding: 17px 45px 12px 45px;
	border-radius: 40px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.blogpage-content .col-md-5 .sidebar-banner .signup-btn:hover{
	background: #fff;
	color: #24a3d8;
}
.blogpage-content .col-md-5 .comments-list{
	margin-bottom: 40px;
}
.blogpage-content .col-md-5 .comments-list .comment{
	margin-bottom: 15px;
}
.blogpage-content .col-md-5 .comments-list .comment .user{
	display: inline-block;
	width: 100%;
	position: relative;
	min-height: 20px;
}
.blogpage-content .col-md-5 .comments-list .comment .user > p{
	padding-left: 20px;
	display: inline-block;
	position: absolute;
	top: 0px;
	width: 100%;
}
.blogpage-content .col-md-5 .comments-list .comment .user > p .username{
	font-family: "Panton-ExtraBold",Arial;
	font-size: 12px;
	color: #737373;
	text-transform: uppercase;
}
.blogpage-content .col-md-5 .comments-list .comment .user > p .cmt-date{
	float: right;
	font-family: "Panton-Light",Arial;
	font-size: 12px;
	color: #8b8b8b;
}
.blogpage-content .col-md-5 .comments-list .comment .user .border-user{
	border-bottom: 2px solid #24a3d8;
	position: absolute;
    top: 13px;
    width: 100%;
    clear: both;
}
.blogpage-content .col-md-5 .comments-list .comment .user .border-user img{
	display: inherit;
	margin-left: 3px;
	margin-bottom: -1px;
}
.blogpage-content .col-md-5 .comments-list .comment .comment-content{
	background: #f2f2f2;
	font-size: 16px;
	font-family: "Panton-Bold",Arial;
	color: #9a9a9a;
	padding: 18px 27px;
	margin-top: -2px;
}
.blogpage-content .col-md-5 .tags-list{
	list-style: none;
	padding-left: 0px;
}
.blogpage-content .col-md-5 .tags-list li{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.blogpage-content .col-md-5 .tags-list li a{
	font-family: "UTM-Caviar", Arial;
	font-size: 14px;
	color: #5d5d5d;
	background: #f2f2f5;
	padding: 8px 15px 10px 15px;
	display: inline-block;
	border-radius: 5px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.blogpage-content .col-md-5 .tags-list li:hover a,
.blogpage-content .col-md-5 .tags-list li.active a,
.blogpage-content .col-md-5 .tags-list li:focus a {
	background:#24a3d8; 
	color: #FFF;
}

/* BLOG DETAIL PAGE STYLES */
.banner{
	position: relative;
	margin-top: 110px;
}
.banner .caption{
	position: absolute;
	top: 15%;
	left: 18%;
}
/* .blog-detail .banner .caption{
	top: 15%;
} */
.banner .caption h4{
	font-family: "UTM-Neo-Sans-Intel-Bold", Arial;
	color: #f8b416;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: left;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.banner .caption p{
	font-family: "UTM-Neo-Sans-Intel-Bold", Arial;
	color: #1c9ccf;
	font-size: 40px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0px;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.banner .caption h6{
	font-family: "UTM-Caviar",Arial;
	font-size: 30px;
	max-width: 360px;
	display: inline-block;
	text-align: left;
	display: inherit;
}
.blog-detail .blogpage-content .blog .content, .blog-detail .blogpage-content .blog .content > p{
	font-family: "UTM-Caviar",Arial;
	font-size: 14px;
	color: #737373;
	font-weight: 400;
	margin-bottom: 15px;
}
.blog-detail .blogpage-content .blog .content{
	display: inline-block;
	width: 100%;
}
.content a {
	font-family: 'UTM-Caviar', sans-serif, Open Sans;
}
.blog-detail .blogpage-content .blog .content > p{
	margin-bottom: 15px;
}
.blog-detail .blogpage-content .blog .content img{
	display: block;
	width: auto;
	margin: 40px auto 10px auto;
	border: 1px solid #d7d7d7;
	padding: 5px;
	max-width: 100%;
	height: auto;
}
.blog-detail .blogpage-content .blog .content .img-caption{
	font-family: "Panton-Light", Arial;
	font-size: 14px;
	color: #b0b0b0;
	text-align: center;
	width: 100%;
}
.blog-detail .blogpage-content .blog .content blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	width: 80%;
	margin: 40px auto 40px auto;
}
.blog-detail .blogpage-content .blog .content blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
.blog-detail .blogpage-content .blog .content blockquote p {
	display: inline;
	font-family: "UTM-Caviar", Arial;
	font-size: 20px;
	color: #737373;
	text-align: center;
}
.blog-detail .blogpage-content .blog .content .source{
	float: right;
	display: inline-block;
	color: #000;
	font-family: "Panton-Light", Arial;
	font-size: 14px;
	margin-top: 40px;
}
.blog-detail .blogpage-content .blog .share-socials{
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.blog-detail .blogpage-content .blog .share-socials p{
	font-family: "Panton-Light", Arial;
	font-size: 12px;
	color: #bebebe;
	float: left;
	display: inline-block;
}
.blog-detail .blogpage-content .blog .share-socials .socials-list{
	list-style: none;
	padding-left: 0px;
	float: right;
}
.blog-detail .blogpage-content .blog .share-socials .socials-list li{
	display: inline-block;
	margin-right: 20px;
}
.blog-detail .blogpage-content .blog .share-socials .socials-list li:last-child{
	margin-right: 5px;
}
.blog-detail .blogpage-content .blog .share-socials .socials-list li a{
	color: #b7b7b7;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.blog-detail .blogpage-content .blog .share-socials .socials-list li a:hover{
	color: #24a3d8;
}
.blog-detail .blogpage-content .col-md-7 .posts-list{
	margin-top: 20px;
	margin-bottom: 10px;
}
.blog-detail .blogpage-content .col-md-7 .posts-list .post{
	clear: both;
	margin-bottom: 20px;
	display: inline-block;
}
.blog-detail .blogpage-content .col-md-7 .posts-list .post:hover .post-title{
	color:#069;
}
.blog-detail .blogpage-content .col-md-7 .posts-list .post img{
	border: 1px solid #d7d7d7;
	padding: 5px;
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.blog-detail .blogpage-content .col-md-7 .posts-list .post .post-title{
	font-family: "Panton-Bold", Arial;
	font-size: 16px;
	color: #169cce;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.blog-detail .blogpage-content .col-md-7 .posts-list .post .post-date{
	font-family: "Panton-Light", Arial;
	font-size: 12px;
	color: #aaaaaa;
	letter-spacing: 1px;
}
.blog-detail .blogpage-content .col-md-7 .user-comment-list{
	margin-top: 30px;
}
.blog-detail .blogpage-content .col-md-7 .user-comment-list .user-comment{
	margin-bottom: 40px;
}
.blog-detail .blogpage-content .col-md-7 .user-comment-list .user-comment img{
	/* margin: 0 auto; */
	float: right;
	display: inherit;
}
.blog-detail .blogpage-content .col-md-7 .user-comment-list .user-comment .user-comment-content .user .username{
	float: left;
	font-family: "Panton-ExtraBold",Arial;
	font-size: 12px;
	color: #737373;
	text-transform: uppercase;
}
.blog-detail .blogpage-content .col-md-7 .user-comment-list .user-comment .user-comment-content .user .cmt-date{
	float: right;
	font-family: "Panton-Light",Arial;
	font-size: 12px;
	color: #8b8b8b;
}
.blog-detail .blogpage-content .col-md-7 .user-comment-list .user-comment .user-comment-content .user{
	border-bottom: 1px dashed #cccccc;
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
}
.blog-detail .blogpage-content .col-md-7 .user-comment-list .user-comment .user-comment-content .user .cmt-date i{
	margin-left: 10px;
}
.blog-detail .blogpage-content .col-md-7 .user-comment-list .user-comment .user-comment-content{
	display: inline-block;
	width: 100%;
	position: relative;
}
.blog-detail .blogpage-content .col-md-7 .user-comment-list .user-comment .user-comment-content .border{
	position: absolute;
	height: 100%;
	border-right: 3px solid #24a3d8;
	left: -20px;
}
.blog-detail .blogpage-content .col-md-7 .user-comment-list .user-comment .user-comment-content .border img{
	margin-top: 10px;	
}
.blog-detail .blogpage-content .col-md-7 .user-comment-list .user-comment .user-comment-content .cmt-content{
	clear: both;
	font-family: "UTM-Caviar", Arial;
	font-size: 14px;
	color: #737373;
}
.blog-detail .blogpage-content .col-md-7 .message-form{
	padding: 0 15px;
	margin-top: 20px;
}
.blog-detail .blogpage-content .col-md-7 .message-form input{
	background: #e5e5e5;
	border: none;
	box-shadow: none;
	height: 40px;
}
.blog-detail .blogpage-content .col-md-7 .message-form textarea{
	background: #e5e5e5;
	border: none;
	box-shadow: none;

	background-attachment: local;
	background-image:
	linear-gradient(to right, #e5e5e5 10px, transparent 10px),
	linear-gradient(to left, #e5e5e5 10px, transparent 10px),
	repeating-linear-gradient(#e5e5e5, #e5e5e5 30px, #ccc 30px, #ccc 31px, #e5e5e5 31px);
	line-height: 31px;
	padding: 8px 10px;
}
.blog-detail .blogpage-content .col-md-7 .message-form label{
	font-size: 14px;
	font-family: "Panton-Light",Arial;
	color: #8b8b8b;
	letter-spacing: 1px;
}
.blog-detail .blogpage-content .col-md-7 .message-form .btn-send{
	background-image: none;
	background-color: #e5b128;
	border: 2px solid #e5b128;
	color: #FFF;
	text-transform: uppercase;
	font-family: "Panton-Bold",Arial;
	font-size: 20px;
	letter-spacing: 1px;
	border-radius: 30px;
	padding: 15px 35px 10px 35px;
	text-shadow: none;
	box-shadow: none;
	margin-top: 25px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	outline: none;
}
.blog-detail .blogpage-content .col-md-7 .message-form .btn-send:focus{
	outline: none;
}
.blog-detail .blogpage-content .col-md-7 .message-form .btn-send:hover{
	background-color: #FFF;
	color: #e5b128;
}

/*Pagination*/
.affiliate-pagi{
	list-style: none;
	margin: 28px 0;
	padding: 0;
	display: inline-block;
}
.affiliate-pagi>li {
	list-style: none;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	margin-left: 4px;
}
.affiliate-pagi>li:first-child {
	margin-left: 0;
} 
.affiliate-pagi>li:last-child {
	margin-right: 0;
} 
.affiliate-pagi>li>a, .affiliate-pagi>li>span {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #ccc;
	font-family: 'UTM-Caviar';
	font-size: 12px;
}
.affiliate-pagi>li.active>a, 
.affiliate-pagi>li:hover>a,
.affiliate-pagi>li:focus>a,
.affiliate-pagi>li:first-child>a, 
.affiliate-pagi>li:last-child>a {
	background-color: #24a3d8;
	color: #fff;
}

.affiliate-pagi-right {
	float: right;
}

/*Category blog*/

.blog-cate-subtitle {
	font-family: "Panton-Light", Arial;
    font-size: 16px;
    color: #a3a3a3;
    letter-spacing: 2px;
    font-weight: 600;
    margin-left: 10px;
}

/*Tag blog*/

.blog-tag-subtitle {
	font-family: "Panton-Light", Arial;
    font-size: 16px;
    color: #a3a3a3;
    letter-spacing: 2px;
	background:#24a3d8; 
	color: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
}