
#country-list{float:left;list-style:none;padding:0;width:auto;box-shadow:2px 2px 5px 2px #888888;
	max-width:350px;min-width:320px;z-index:9999;position:absolute;}
#country-list li{padding: 5px 10px; background:#FAFAFA;border-bottom:#F0F0F0 1px solid;}
#country-list li:hover{background:#F0F0F0;}

@media(min-width:280px){

	.img{
padding:5%;
width:100%;
height:140px;
transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.img:hover{
transform: scale(1.05);
}
.blog{

border:1px solid #ddd;
margin:2%;
padding:0px;
}


}
.detail p{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
}
.panel-body {
    color: #777;
    font-size: 0.95em;
    line-height: 1.8em;
}
i.icon_3{
	color:#5979CE;
	margin-right: 10px;
}
.panel-group {
    margin-bottom: 3em;
}
.panel-group .panel-default {
    border: 1px solid #eff2f7;
    box-shadow: none;
    margin: 2em 0 0 0;
}
.panel-group .panel-heading {
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.panel-group .panel-title {
    line-height: 16px;
}
.panel-group .panel-title a {
    display: block;
    padding: 16px 44px 16px 18px;
    font-weight: 400;
    position: relative;
}
.panel-collapse {
    padding: 0 16px;
}
.panel-group .panel-title a:after {
    font-family: fontawesome;
    content: "\f107";
    position: absolute;
    font-size: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}
.panel-group .panel-title .collapsed:after {
    content: "\f106";
}
.author-box-left{
	float: left;
    width: 10%;
    margin-right: 2%;
}
.author-box-right {
    overflow: hidden;
}
.author-box-right h4{
    color:#000;
    font-size:1.1em;
}
.author-box-right h4 a:hover{
	color:#000;
}
.author-box-right p{
    line-height:1.5em;
}
.author-box {
    margin-bottom: 3em;
}
.comment_section h4, .comment-form h4{
	color: #000;
    font-size: 2em;
    margin-bottom: 1em;
}