#langEN ::-moz-selection{background:#505050;color:#fff}
#langEN ::selection{background:#505050;color:#fff}

#langHU ::-moz-selection{background:#505050;color:#fff}
#langHU ::selection{background:#505050;color:#fff}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color:#3c3c3c;
    font-size:16px;
}

a img {
    border:0;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

#wrapper, .wrapper {
    width:870px;
    position:relative;
    margin:0 auto;
}

#header {
    position:fixed;
    top:0;
    width:870px;
    height:40px;
}

.header-col {
    line-height:40px;
    height:40px;
    text-align:center;
    width:70px;
    float:left;
    font-size:12px;
}

.header-col a {
    color:#969696;
    text-transform:uppercase;
}

#header-col2 {
    margin:0 10px;
}

#header-col-3 {
    margin:0 10px 0 570px;
    text-align:right;
    width: 145px;
}

#header-col-3 img {
    width:14px;
    height:14px;
    margin:10px 1px 0;
    position:relative;
    top:2px;
}

#logo {
    width:25px;
    height:40px;
    margin:0;
}

#maintitle-container {
    margin-top:100px;
    margin-bottom:60px;
}

#content {
    width:550px;
    margin:0 auto;
}

.post {
    margin-bottom:50px;
}

.post-nr {
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border-radius:35px;
    text-align:center;
    line-height:62px;
    font-family: 'Enriqueta', serif;
    color:#fff;
    font-size:26px;
}

.post-nr a {
    color:#fff;
    text-decoration:none;
}

#langEN .post-nr,
#langEN #header-col-2 {
    background:#3c3c3c;
}

#langHU .post-nr,
#langHU #header-col-2 {
    background:#3c3c3c;
}

.post-title,
.related-title {
    font-family: 'Enriqueta', serif;
    color:#505050;
    font-size:24px;
    text-align:center;
    margin:0 0 15px;
    font-weight:normal;
}

.related-title {
    margin-top:20px;
}

.post-title a {
    color:#505050;
    text-decoration:none;
}

.post-intro {
    text-align:center;
}

.post-video-outer,
.post-image-container {
    padding:7px 0;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    overflow: hidden;
}

.post-image-container img {
    margin:0
}

.post-video-container {
    height:310px;
    overflow:hidden;
}

.post-video-container.fb {
	height:30px;
}

.post-image-container {
    height:288px;
}

.post-body {
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom:50px;
}

#langEN .post-body a {
    color:#505050;
}

#langHU .post-body a {
    color:#505050;
}

.post-video-container, .post-video-container object, .post-video-container embed, .post-video-container iframe	{
    width:100%;
}

.post-video-container {
    position:relative;
    padding-bottom:50%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.post-video-container object, .post-video-container embed, .post-video-container iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.post-comments {
    margin-bottom:20px;
}

.post-related {
    border-top:1px solid #aaa;
}

.related-post {
    float:left;
    width:180px;
    margin:10px 5px 0 0;
}

.related-post:last-child {
    margin-right:0;
}

.related-post img {
    width:100%;
}

hr {
    height:1px;
    background:none;
    border-width:0 0 1px 0;
    border-style:solid;
    margin:0 auto 3px;
    border-color:#aaa;
}

hr.short {
    width:70px;
    height:1px;
    background:none;
    border-width:0 0 1px 0;
    border-style:solid;
    margin:0 auto 20px;
    border-color:#aaa;
}

.about-box {
    text-align:center;
    width:230px;
}

.about-box img {
    width:230px;
}

#about-box-1 {
    float:left;
}

#about-box-2 {
    float:right;
}

.about-title {
    font-family: 'Enriqueta', serif;
    color:#505050;
    font-size:30px;
    text-align:center;
    margin:0 0 15px;
    font-weight:normal;
}

.about-bottom {
    text-align:center;
}

#footer {
    color:#939393;
    text-align: center;
    font-size:13px;
    margin-bottom: 40px;
}

#wrapper.showTagBar #footer {
    margin-bottom:80px;
}

#maintitle-container {
    text-align:center;
}

#mindmapstories {
    display:block;
    margin:0 auto 20px;
    width:250px;
}

body {
    margin:0;
}

#tags{
    text-align: center;
    background-color: #3c3c3c;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding:5px 0 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#tags-wrapper {
    margin: 0 auto;
}

#tags a{
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 13px;
    padding:5px 10px; 
    text-decoration: none;
}
#tags a.active{
    font-weight: bold;
}
#tags.scrolltag{
    bottom:-200px;
}
.taglink{
	padding:5px 5px;
    font-size:13px;
}
.post-tags-container{
    text-align: left;
}
.post-tags-container a{
    text-decoration: none;
}

.post-tags-container a.taglink {
    margin-left:0;
    padding-left:0;
}

@media (max-width: 900px) {
    body {
        font-size:14px;
    }

    #wrapper, .wrapper {
        width:705px;
    }
    #tags{    
        width: 705px;
    }

    #header {
        width:705px;
    }

    .header-col {
        width:55px;
    }

    #header-col2 {
        margin:0 10px;
    }

    #header-col-3 {
        margin:0 10px 0 435px;
        width: 145px;
    }

    #content {
        width:385px;
    }

    .related-post {
        width:125px;
    }

    .post-nr {
        width:55px;
        height:55px;
        border-radius:28px;
        text-align:center;
        line-height:50px;
        font-size:20px;
    }

    #langEN .post-nr,
    #langEN #header-col-2 {
        background:#3c3c3c;
    }

    .post-image-container {
        width:385px;
        height:202px;
    }

    .post-image-container img {
        width:385px;
        height:202px;
    }

    hr.short {
        width:55px;
    }

    .about-box {
        width:185px;
    }

    .about-box img {
        width:185px;
    }

    #mindmapstories {
        width:200px;
    }	
}

@media (max-width: 720px) {
    #wrapper, .wrapper {
        width:100%;
    }
    #tags{    
        width: 100%;
    }

    #header {
        width:100%;
        height:80px;
        background: #fff; /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    }

    #header-col-3-4-wrapper {
        float:right;
    }

    #header-col-3 {
        margin:0 10px;
        width: 145px;
    }

    .post-image-container {
        width:100%;
        height:auto;
    }

    .post-image-container img {
        width:100%;
        height:auto;
    }
}

@media (max-width: 420px) {
    #content {
        width:295px;
    }
    #tags{
        display:none;
        /* width: 295px; */
    }

    .related-post {
        width:96px;
        margin-right:6px;
    }

    .about-box {
        width:100%;
    }
}
