.clear {
    clear: both;
}

footer span a img {
    max-width: 100px;
}

div.default-container {
    padding-top: 50px;
}

div.default-container,
div.default-container p {
    font-size: 18px;
}

input.newsletter-submit {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    
    background-color: #f3f3f3;
    color: #5a5a5a;
    font-weight: bold;
}


/*---------------------Socials-------------------------------*/
.hidden
{
	display:none;
}
.displaySocialButtons
{
        display: inline-block;
	margin:0 auto;
}
.singleSocialButtons
{
	width:600px;
	margin:0 auto;
}
.singleSocialButtons > p > span:first-child
{
	margin:10px 15px 10px 0;
	display:inline-block;
	background:#555;
	padding:15px;
	color: #FFF;
	cursor: pointer;
	min-width:175px;
	text-align: center;
}
.singleSocialButtons > p > span:hover{ background:#333; }
.displaySocialButtons p
{
	padding:5px;
	color: #FFF;
	background:#555;
	text-align: center;
	cursor: pointer;
	margin:10px auto;
	display: block;
	max-width:55px;
}
.displaySocialButtons p{ width:100%;}
.displaySocialButtons p:hover
{
	background:#333;
}

.socialButtons
{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.socialButtons span
{
	display:inline;
	width:50px;
}
.linkedinSpan
{
	position: relative;
	top: 22px;
	left: -50px;
}
.displaySocialButtons i {
    cursor: pointer;
    font-size: 16px;
    color: #f3f3f3;
    background: #5a5a5a;
    border-radius: 3px;
}
.displaySocialButtons i:hover {    
    color: #d02653;
}
/*---------------------Socials end-------------------------------*/

.szerzo_socials {
    margin: 0px 0px 10px 0px;
}

.news-detail a {
    font-style: italic;
    text-decoration: underline;
}
.news-detail a:hover {
    color: #00bff0;
}

.showContent a {
    font-style: italic;
    text-decoration: underline;
}
.showContent a:hover {
    color: #00bff0;
}

iframe{
  max-width: 100%;
}