@import url("fck_style.css");

@font-face {
    font-family: 'philosopher-regular';
    src: url('css/webfonts/philosopher-regular-webfont.eot');
    src: url('css/webfonts/philosopher-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('css/webfonts/philosopher-regular-webfont.woff') format('woff'),
        url('css/webfonts/philosopher-regular-webfont.ttf') format('truetype'),
        url('css/webfonts/philosopher-regular-webfont.svg#philosopher-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
    font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
}

.print_szoveg {
    font-size: 0.688em;
    line-height: 2em;
    color: #000000;
    font-family: Verdana;
}

.print_cim {
    font-size: 1.5em;
}

a.socicon-android:hover,
.colorizesocial a.socicon-facebook {
  background: #194070;
}
a.socicon-stackexchange:hover,
.colorizesocial a.socicon-yotube {
  background: #c92128;
}
a.socicon-android:hover,
.colorizesocial a.socicon-twitter {
  background: #21c0d8;
}
a.socicon-stackexchange:hover,
.colorizesocial a.socicon-instagram {
  background: #e243d6;
}
a.socicon-stackexchange:hover,
.colorizesocial a.socicon-email {
  background: #ff8418;
}
a.socicon-apple:hover,
.colorizesocial a.socicon-apple {
  background: #000000;
}
.socialbar a.socicon {
  height: 43px;
  border-radius: 0 0 0 0;
}
.socialbar {
  z-index: 20004;
  width: 41px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 98px;
}
.socialbar.right {
  right: 0;
  text-align: right;
}
.socialbar-fixed {
  position: fixed;
}
.socialbar-absolute {
  position: absolute;
}
.socialbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.socialbar li {
  margin: 3px 0 3px 0;
  padding: 0;
  height: 41px;
  width: 41px;
  position: relative;
}
.socialbar li i {
  font-size: 18px;
  margin-right: 7px;
}
.socialbar-small li {
  margin: 3px 0 3px 0;
  padding: 0;
  height: 20px;
  width: 20px;
  position: relative;
}
.socialbar.socialbar-inner ul li {
  display: inline-block !important;
}
.socialbar.socialbar-inner {
  width: auto !important;
}
.socialbar a.socicon {
  height: 30px;
  width: 41px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  color: #ffffff;
  text-align: center;
  padding-top: 13px;
}
.socialbar-small a.socicon {
  height: 20px;
  width: 20px;
  padding: 4px 0 0 0;
}
.socialbar.light a.socicon:hover,
.socialbar.dark a.socicon:hover {
  color: #ffffff;
}
.socialbar.left a.socicon {
  margin-left: -10px;
}
.socialbar.left a.socicon:hover {
  margin-left: -3px;
}
.socialbar.right a.socicon {
  margin-left: 10px;
}
.socialbar.right a.socicon:hover {
  margin-left: 3px;
}
.socialbar a:before {
  font-family: 'socicon';
  text-decoration: none;
  font-size: 17px;
}
.socialbar-small a:before {
  font-size: 13px;
}
.socialbar-radius a {
  border-radius: 0;
}
.socialbar-shadow a {
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.socialbar-opacity a {
  opacity: 0.4;
}
.socialbar-opacity a:hover {
  opacity: 1;
}
.socialbar-spacer a {
  height: 42px;
  margin-bottom: 1px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

