.single-inspiration .inspiration-content {
    padding: 10px 0px 0px 0px;
}
.ssk-text{
	margin: 20px 0px; 
	border-radius: 10px; 
	padding: 20px;
}
.float-left {
	float: left;
}
.ssk.ssk-text:before, .ssk.ssk-text .glyphicon, .ssk.ssk-text .fa {
	float: right;
}
.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.classified-details {
	padding-top: 15px;	
}
#map {
	width: 100%; 
	height: 600px; 
	border: 2px solid #e5e5e5;
}
@media screen and (max-width: 600px) {
    .middle-header {
        visibility: initial;
        display: flex;
    }
}
.nav-tabs li {
	padding: 0px 5px;
}
html[dir="rtl"] .whatsapp-div a{
    position: fixed;
    z-index: 9999;
    padding: 5px;
    width: 50px;
    height: 50px;
    background: #1a6a7f;
    right: 10px;
    bottom: 10px;
    transition: all .8s cubic-bezier(.22,.67,.43,1.22) .2s;
    border-radius: 25px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    text-align: center;
    color: #fff;
    cursor: pointer;
	font-size: 40px;
}
html[dir="ltr"] .whatsapp-div a{
    position: fixed;
    z-index: 9999;
    padding: 5px;
    width: 50px;
    height: 50px;
    background: #1a6a7f;
    left: 10px;
    bottom: 10px;
    transition: all .8s cubic-bezier(.22,.67,.43,1.22) .2s;
    border-radius: 25px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    text-align: center;
    color: #fff;
    cursor: pointer;
	font-size: 40px;
}

.whatsapp-div img {
    width: 40px
}
.ptb-parts, .ptb-images, .ptb-pages, .ptb-tags, .ptb-comments, .ptb-products, .ptb-messages, .ptb-sociallinks, .ptb-videos, .ptb-branches {
    padding-top: 25px;
    padding-bottom: 15px;
}
.image-article, .image-classified {
	position: relative;
}
.image-classified img{
	margin-top: 32px;
}   
.image-article a.right, .image-classified a.right{
    display: inline-block;
	position: absolute;
    background-color: red;
    padding: 0px 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-weight: 500;
    color: #fff;
	border-radius: 25px;
}
.image-article a.left-green, .image-classified a.left-green{
    display: inline-block;
	position: absolute;
    background-color: green;
    padding: 0px 10px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-weight: 500;
    color: #fff;
	border-radius: 25px;
}
.image-article a.left-gray, .image-classified a.left-gray{
    display: inline-block;
	position: absolute;
    background-color: gray;
    padding: 0px 10px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-weight: 500;
    color: #fff;
	border-radius: 25px;
}
.image-classified span.default-image{
    display: inline-block;
    background-color: rgb(0 102 251 / 80%);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
#page-result, #tag-result{
	display: inline-block;
}
.success-message {
	color: #009b30;
}
.error-message {
	color: #f00;
}
a.copyright-footer{
	color: #fff;
}
#tooltip-text{
	top: 0;
	position: absolute;
	left: 0;
	background-color: red;
	color: white;
	padding: 9px;
	width: 100%;
	z-index: 1;
	display: none;
}
.article-image p{
	font-size: small;
}	
.article-footer.input-group {
	position: relative;
}
#contact-loading, #newsletter-loading, #newsletter-results{
	display:none;
}
#contact-loading img{
	width: 50px;
}
.newsletter-agreement {
	color: unset; 
	font-size:smaller; 
	font-style: italic;	
}
.logo img {
	max-height: 40px;
}
.article-footer.ssk-group {
	width: 50%;
}
html[dir="rtl"] .live-news-stream-not-mobile{
	width: 175px;
	height: 150px;
}
#articles-load {
	display:none;
	text-align:center;
	width:100%;
	padding:10px 0;
}
#articles-load img{
	width: 50px;
}