.content img { 
max-width: 100%;
height: auto;
}
iframe {
max-width: 100%;
}
.caption {
color:#19bdce;
font-size:12px;
padding:5px;
width: 100%;
text-align: center;
}
.img-top{
padding:20px;
width:100%;
text-align:center;
}
.share {
padding-bottom:20px;
}
.red_headline {
    padding: 5px 10px;
    background-color: #d9565b;
    border: none;
    border-radius: 5px;
    color: white;
    display: inline-block;
}
.blue_headline {
    padding: 5px 10px;
    background-color: #19bdce;
    border: none;
    border-radius: 5px;
    color: white;
    display: inline-block;
}
.red_circle {
    padding: 4px;
    background-color: #d9565b;
    border: 4px solid #eaacad;
    border-radius: 50%;
    color: white;
    display: inline-block;
    width:38px;
    height:38px;
    text-align:center;
}
.blue_circle {
    padding: 4px;
    background-color: #19bdce;
    border: 4px solid #aae8ee;
    border-radius: 50%;
    color: white;
    display: inline-block;
    width:36px;
    height:36px;
    text-align:center;
}
.icon_line {
    background: url(../images/line.png) no-repeat;
    height: 32px;
    padding-left: 40px;
    line-height: 32px;
    display: inline-block;
}
.line-h {
  border:none;
  border-top:1px dashed #ccc;
  height:20px;
  width:100%;
}
.btn-group-share {
    margin: 0;
    padding: 0;
    display: block;
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0px;
    display: none;
}
.list-group-share {
	padding:0;
}
.list-group-share a { 
	width:100%;
}

.btn-share-facebook {
    font-size: 16px;
	padding:5px;
	text-align:center;
    color: #fff;
	background-color: #3C5A96;
    border: 1px solid #3C5A96;
    display: inline-block;
}
.btn-share-twitter {
    font-size: 16px;
	padding:5px;
	text-align:center;
	color: #fff;
	background-color: #2AA3F0;
    border: 1px solid #2AA3F0;
    display: inline-block;
}
.btn-share-line {
    font-size: 16px;
	padding:5px;
	text-align:center;
    color: #fff;
    background-color: #1BB71F;
    border: 1px solid #1BB71F;
    display: inline-block;
}