
.icerik{
	font-size:14px; 
	text-align: justify;
	padding-bottom:120px;
	line-height:28px !important;
}
.icerik h5, .icerik p{
	line-height:28px !important;
}
.btn-back{
	font-weight:600;
	background:#fff;
	border:1px solid #eee;
	padding:10px 40px;
}
.fs-12{
    font-size: 12px!important;
}
.journal-card{
    background: #fff;
}
.journal-card img{
    border: 1px solid #eee;
}

.journal-card .list-group{
    font-size: 12px;
}
#page-title{
	padding:15px 0;
}

.page-not{
    font-size: 18px;
    font-weight: 700;
}

.pagination .page-link{
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 500;
    
}

.form-control{
	font-size:12px !important;
}
.share {
	margin-top:10px;
    display: block;
    float: left;
    padding: 5px 15px;
    border:none;
    background-color: #ececec;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
}
.share:hover {
    color: #efefef;
}
.facebook {
    background: #3b5998 !important;
}
.gplus {
    background: #dd4b39 !important;
}
.twitter {
    background: #55acee !important;
}
.whatsapp {
    background: #189d0e !important;
}
.email {
    background: #eb4924 !important;
}
.print {
    background: #cc2127 !important;
}


@media print {
   .print-hide{
	   display:none;
	}
	body * {
	  visibility: hidden;
	}
	.print-area, .print-area * {
	  visibility: visible;
	}
	.print-area {
	  width:100% !important;
	  position: absolute !important;
	  margin-top:-200px;
	  left: 0;
	  top: 0;
	}	
}

