.CNTR{
	width: 100%;
	max-width: 1000px;
	padding: 20px;
	margin: 0 auto;
}
.title-wrap{
	width: 100%;
	background: #0e4658;
}
.fl-wrap{
	display: flex;
}
.title-wrap .fl-wrap{
	padding: 50px 0;
	min-height: 200px;
}
.fl-l{
	width: 230px;
	padding-right: 40px;
}
.fl-r{
	width: calc(100% - 230px);
}
.title-wrap .blog-title{
	margin: 0;
	line-height: 1;
	font-size: 48px;
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}
.title-wrap .blog-author{
	font-size: 30px;
	font-size: 28px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	margin: 0;
}
.title-wrap .blog-count{
	color: #fff;
    font-size: 16px;
    margin-top: 20px;
}
.meta-bubble {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: #ccc solid 1px;
    color: #ccc;
    text-align: center;
    padding: 13px 0 0;
    display: block;
    color: #fff;
    border-color: #fff;
    opacity: 0.75;
}
.back-to-blog{
	margin-top: 20px;
}
.back-to-blog a{
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
}
.back-to-blog a:hover{
	opacity: .7;
	color: #fff;
	text-decoration: underline;
}
.meta-bubble span.primary {
    font-size: 25px;
}
.meta-bubble span.secondary {
    font-size: 14px;
    text-transform: uppercase;
}
.meta-bubble span {
    display: block;
    line-height: 1;
}


.content-wrap{
	padding-top: 30px;
}
.blog-meta{
	color: #686868;
	font-size: 12px;
}
.blog-author-name{
	font-weight: 600;
	font-size: 16px;
	color: #333;
}
.blog-author{
	margin-bottom: 10px;
}
.content-wrap .blog-author-pic{
	margin-bottom: 4px;
}
.content-wrap .blog-author-pic img{
	border-radius: 50%;
}
.share-wrap{
	margin-top: 20px;
	font-size: 12px;
}
.share-wrap ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.share-wrap ul li{
    margin-top: 6px;
}
a.share-ico{
	border-radius: 3px;
    color: #fff;
    display: block;
    width: 100px;
    opacity: .7;
    padding: 0;
    text-align: center;
	/*font-weight: 600;*/
	height: 29px;
	line-height: 29px;
}
.ico-facebook{
	background:#3b5a9b;
}
.ico-twitter{
	background:rgb(29,155,240);
}
.ico-pinterest{
	background:rgb(204,0,0);
}
.ico-linkedin{
	background: rgb(10,102,193);
}
.ico-email{
	background: rgb(48,185,238);
}
a.share-ico:hover,
a.share-ico:focus{
	opacity: 1;
	color: #fff;
}
.tag-list{
	margin-top: 20px;
	font-size: 12px;
}
.tag-list label,
.share-wrap label{
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	color: #2f353e;
}
.tag-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-tag{
	display: inline-block;
	margin-right: 5px;
	margin-top: 6px;
}
.blog-tag a{
	font-size: 12px;
	line-height: 26px;
	height: 28px;
	padding: 0 15px;
	border: 1px solid #aaa;
	border-radius: 20px;
	display: block;
	/*font-weight: 600;*/
}
.blog-tag a:hover{
	color: #008cd6;
	border-color: #008cd6;
}
.blog-tag a{
	color: #aaa;
}
.prev-next-blog{
	margin: 40px 0;
}
.prev-next-blog ul{
	margin: 0;
	padding-left: 20px;
}
.prev-next-blog ul li{
	font-size: 14px;
	padding: 0;
	line-height: 24px;
}
.prev-next-blog ul li a{
	color: #333;
	text-decoration: underline;
}
.prev-next-blog ul li a:hover{
	color: #008cd6;
	text-decoration: underline;
}
.prev-next-blog .pn-btn{
	font-weight: 600;
}

@media(max-width: 767px){
	.CNTR{
		padding: 0;
	}
	.title-wrap{
		margin-bottom: 0;
	}
	.meta-bubble{
		display: none;
	}
	.back-to-blog{
		margin-top: 0;
	}
	.fl-wrap{
		display: block;
	}
	.title-wrap .fl-wrap{
		padding: 40px 20px 10px;
		min-height: 0;
	}
	.fl-l{
		width: 100%;
		padding: 0;
	}
	.fl-r{
		width: 100%;
	}
	.title-wrap .fl-l{
		margin-bottom: 15px;
	}
	.title-wrap .blog-title{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.title-wrap .blog-author{
		font-size: 16px;
	}
	.title-wrap .blog-count{
		color: #fff;
	    font-size: 12px;
	    margin-top: 10px;
	}
	.blog-meta .blog-author{
		display: none;
	}
	.content-wrap{
		padding-top: 0;
	}
	.content-wrap .fl-l{
		background: #0e4658;
		padding: 0 20px 40px;
	}
	.content-wrap .fl-r{
		padding: 36px 20px 40px;
	}
	.blog-meta{
		color: #fff;
	}
	.tag-list{
		margin-top: 15px;
	}
	.tag-list label, 
	.share-wrap label{
		color: #fff;
	}
	.blog-tag a{
		color: #fff;
		border-color: #fff;
	}
	.blog-tag a:hover{
		color: #fff;
		border-color: #fff;
	}
	.share-wrap{
		margin-top: 15px;
	}
	.share-wrap ul li{
		display: inline-block;
		margin-right: 4px;
	}
	a.share-ico{
		opacity: 1;
	}
	.prev-next-blog ul li{
		font-size: 12px;
		line-height: 20px;
	}
}








/*article*/
.blog-content{
	font-size: 18px;
	font-size: 16px;
	min-height: 500px;
}
.blog-content *{
	line-height: 1.5;
	margin: 20px 0;
}
.blog-content p{
	font-size: 18px;
	font-size: 16px;
	line-height: 1.5;
	margin: 20px 0;
}
.blog-content p > iframe{
	margin: 0;
}
.blog-content a{
	text-decoration: underline;
}
@media(max-width: 767px){
	.blog-content{
		font-size: 16px;
		font-size: 14px;
	}
	.blog-content p{
		font-size: 16px;
		font-size: 14px;
	}
}
.content-wrap .blog-content p:first-child{
	margin-top: 0;
}
.blog-content p img,
.blog-content figure img{
	max-width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background: #f5f6f9;
    border-radius: 5px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

.blog-content pre {
	background: rgba(0, 0, 0, 0.05);
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}

.blog-content blockquote {
	border-left: 5px solid rgba(0, 0, 0, 0.05);
	padding: 20px;
	font-size: 1.2em;
	font-style: italic;
	position: relative;
}

.blog-content blockquote p:last-child {
	margin: 0;
}

.blog-content table,
.blog-content th,
.blog-content td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-content table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	width: 100%;
}

.blog-content th,
.blog-content td {
	padding: 8px;
}

.blog-content th {
	border-width: 0 1px 1px 0;
}

.blog-content td {
	border-width: 0 1px 1px 0;
}

.blog-content hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
}

.blog-content fieldset {
	padding: 0;
	border: 0;
	min-width: inherit;
}

.blog-content fieldset legend {
	padding: 0;
}

.blog-content h1 {
	font-size: 42px;
	font-size: 38px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

.blog-content h2 {
	font-size: 35px;
	font-size: 31px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

.blog-content h3 {
	font-size: 29px;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

.blog-content h4 {
	font-size: 24px;
	font-size: 20px;
}

.blog-content h5 {
	font-size: 20px;
	font-size: 16px;
}


.blog-content ul {
	list-style: disc;
}

.blog-content ol {
	list-style: decimal;
}


.blog-content dt {
	font-weight: bold;
}


.blog-content b,
.blog-content strong {
	font-weight: bold;
}

.blog-content dfn,
.blog-content cite,
.blog-content em,
.blog-content i {
	font-style: italic;
}


.blog-content code,
.blog-content kbd,
.blog-content tt,
.blog-content var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.blog-content abbr,
.blog-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.blog-content mark,
.blog-content ins {
	text-decoration: none;
}

.blog-content sup,
.blog-content sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.blog-content sup {
	bottom: 1ex;
}

.blog-content sub {
	top: .5ex;
}

.blog-content small {
	font-size: 75%;
}

.blog-content big {
	font-size: 125%;
}


.blog-content table {
	width: 100%;
}

.blog-content th {
	font-weight: bold;
}

.blog-content img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.blog-content button,
.blog-content input[type="button"],
.blog-content input[type="reset"],
.blog-content input[type="submit"] {
	background: #55555e;
	color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	padding: 10px 20px;
}

.blog-content input[type="text"],
.blog-content input[type="email"],
.blog-content input[type="url"],
.blog-content input[type="password"],
.blog-content input[type="search"],
.blog-content input[type="tel"],
.blog-content input[type="number"],
.blog-content textarea,
.blog-content select {
	border: 1px solid;
	border-radius: 0;
	padding: 10px 15px;
	max-width: 100%;
}

.blog-content textarea {
	width: 100%;
}