/*
css for mzdovecentrum.sk
begin class with prefix "za-"
*/
/* PAM stylovanie poznamka, priklad 14.08.2014-> zaciatok */
.poznamka, .PRIKLAD {
	border: solid 1px #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: normal;
	font-style: normal;
}
.color {
	color: #A22415;
}
.square {
	list-style-type: square;
}
/* PAM stylovanie poznamka, priklad 14.08.2014-> koniec */

/* share box - FB - begin*/
.article-share-box-1 {
width: 280px;
border-bottom: 4px solid #a11f17;
border-top: 4px solid #a11f17;
margin: 15px;
float: right;
color: #a11f17;
font-size: 15px;
line-height: 1.5;
padding: 12px 4px;
}

.article-box-1 {
width: 280px;
border-bottom: 4px solid #a11f17;
border-top: 4px solid #a11f17;
margin: 15px;
float: right;
color: #474747;
font-size: 15px;
line-height: 1.5;
padding: 12px 4px;
text-align: justify; 
}

.quotes-text {
text-align: justify;
}

.hidden {
display: none;
}

.in_share, .fb-share {
float: right;
padding-top: 15px;
display: none;
} 

.article-share-box-1 a .fb-share {
   margin-right: 13px;
}

.article-share-box-1 a .fb-share:hover {
content: url("https://s-epi.atom2.cz/media/Thumb/2007/Image49302.png");
transition: all 0.5s ease-in-out;
}

.article-share-box-1 a .in_share:hover {
content: url("https://s-epi.atom2.cz/media/Thumb/2007/Image49306.png");
width: 34px;
height: 34px;
transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
    .article-share-box-1 {
        width: auto;
    }
}
/* share box - FB - end*/