/*
  Project: schillergimanizum.hu
  All rights reserved - Copyright 2016.

  Author: Barna Sepsey
  Email: barna@sepsey.com
  Year: 2016
*/


body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #ffffff;
    font-size: 16px;
}

/* COLORS

black: 000000;
yellow: fdcf09;
red: ed2345;
green: 1fe3bd;
dark-blue: 004264;
blue: 00c3ff;

*/

/* TYPO DEFAULT */
a,input {
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}
a { color: #000000; }
a:hover { color: #00c3ff; }
p a { color: #00c3ff; }
p a:hover { color: #000000; }

a, a:link, a:hover, a:active, a:visited { text-decoration: none; }

h1,h2,h3,h4,h5,h6 { font-weight: 700; }
h1 { font-size: 42px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }

@media(max-width: 768px) {
    h1,h2,h3 { line-height: 150%; }
    h1 { font-size: 32px; }
    h2 { font-size: 24px; }
    h3 { font-size: 24px; }
}

hr { height: 4px; width: 40px; background: #00c3ff; border: 0; }
hr.gray { background: #c2c2c2; }
hr.wide { width: 100%; }
hr.thin { height: 1px; }
a.btn:active { box-shadow: none; }
a.btn {
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid;
}
a.btn.blue {
    color: #00c3ff;
    border-color: #00c3ff;
}
a.btn.black {
    color: #000000;
    border-color: #000000;
}
a.btn:after {
    content: " \2192";
    position: absolute;
    margin-left: 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: inline-block;
}
a.btn:hover:after, div.recent-container:hover a.btn:after { margin-left: 12px; }
ul.pagination li span.current { background: #000000; color: #FFFFFF; }
ul.pagination li a, ul.pagination li span { color: #000000; margin: 0 5px; border: 2px solid #000000; border-radius: 0 !important; }
ul.pagination li a:hover, ul.pagination li span:hover { background: #000000; color: #FFFFFF; border: 2px solid #000000; }
ul.post-categories {
    padding-left: 0;
    list-style: none;
}
ul.post-categories li { display: inline-block; }
ul.post-categories li a {
    color: #00c3ff;
    background: #FFFFFF;
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}
.post-content ul.post-categories li a {
    background: #00c3ff;
    color: #2b2b2b;
}
.post-content p iframe { display: block; margin: 0 auto; }

a.post-tag {
    color: #FFFFFF;
    background: #00c3ff;
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}
section { margin-bottom: 30px; }
section.gray { background: #f6f6f6; }
.circle-background {
    background: url("../img/background.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.circle-background-bottom {
    background: url("../img/background-bottom.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    width: 100%;
    height: 450px;
}
.white-shadow { -webkit-box-shadow: 0 -20px 30px 20px rgba(255,255,255,1); box-shadow: 0 -20px 30px 20px rgba(255,255,255,1); }
/* CUSTOM MARGIN & PADDING UTILITY CLASS – by. Barna Sepsey */

.m-b-0 { margin-bottom: 0; }
.m-b-15 { margin-bottom: 15px; }
.m-b-30 { margin-bottom: 30px; }


.m-t-0 { margin-top: 0; }
.m-t-15 { margin-top: 15px; }
.m-t-30 { margin-top: 30px; }

.m-l-0 { margin-left: 0; }
.m-r-0 { margin-right: 0; }

.p-a-0 { padding-top: 0px; padding-bottom: 0px; }
.p-a-30 { padding-top: 30px; padding-bottom: 30px; }
.p-a-60 { padding-top: 60px; padding-bottom: 60px; }
.p-a-90 { padding-top: 90px; padding-bottom: 90px; }
.p-a-120 { padding-top: 120px; padding-bottom: 120px; }

.p-t-0 { padding-top: 0px; }
.p-t-30 { padding-top: 30px; }
.p-t-60 { padding-top: 60px; }
.p-t-90 { padding-top: 90px; }
.p-t-120 { padding-top: 120px; }
.p-t-240 { padding-top: 240px; }
.p-t-360 { padding-top: 360px; }

.p-b-0 { padding-bottom: 0px; }
.p-b-30 { padding-bottom: 30px; }
.p-b-60 { padding-bottom: 60px; }
.p-b-90 { padding-bottom: 90px; }
.p-b-120 { padding-bottom: 120px; }
.p-b-240 { padding-bottom: 240px; }
.p-b-360 { padding-bottom: 360px; }

/* NAVBAR */
.navbar-fix { margin-top: 135px; } /* 165 */
.navbar-fix.shrink { margin-top: 80px; } /* 80 */
.navbar-toggle { border: 1px solid #004264; margin-top: 56px; margin-bottom: 56px; }
.navbar-toggle .icon-bar { background-color: #004264; }

nav.navbar {
	height: 145px;
	background: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
nav.navbar.shrink { height: 80px; -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.1); box-shadow: 0 0 5px 3px rgba(0,0,0,0.1); }
nav.navbar.shrink .navbar-toggle { margin-top: 23px; margin-bottom: 23px; }
nav.navbar .navbar-header { margin-left: 15px; }
nav.navbar a.navbar-brand {
	height: 125px;
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
    margin-left: 0px !important;
	background: url("../img/schiller-logo.png") no-repeat;
	display: inline-block;
	white-space: nowrap;
    text-indent: 200%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    z-index: 999999;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover { background-color: #FFFFFF; }
ul.dropdown-menu { margin-top: -50px !important; }
.dropdown-menu li.menu-item {
    line-height: 40px !important;
}
.dropdown-menu { margin-top: 0px !important; }
.dropdown-menu li.menu-item a { width: 100%; }
nav.navbar a.navbar-brand.shrink { height: 60px; background-size: contain; }
nav.navbar ul.nav li.active > a { border-bottom: 0px solid #00c3ff; }
@media(max-width: 991px) {
    nav.navbar ul.nav li.active > a { color: #00c3ff; background-color: transparent !important; border-bottom: 0px solid #00c3ff; }
}
nav.navbar ul.nav li.active > a:hover { color: #000000; background-color: transparent !important; }
nav.navbar ul.nav li { line-height: 145px; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
nav.navbar ul.nav.shrink > li { line-height: 80px; }
nav.navbar ul.nav li a {
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	background: transparent;
	display: inline-block;
	padding: 10px 10px;
	margin: 0 5px;
}
nav.navbar ul.nav li a:hover, .navbar-search-container a:hover { color: #00c3ff; }

.navbar-collapse { position: relative; }
.navbar-search-container {
    margin-top: 53px;
    float: right;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    right: 0;
}
.navbar-search-container.search-active {
    visibility: visible;
    opacity: 1;
}
.navbar-search-container.shrink { margin-top: 20px; }
ul.navbar-nav {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.4s ease;
}
ul.navbar-nav.search-active {
    visibility: hidden;
    opacity: 0;
}
.navbar-search-container input {
    border: 0;
    padding: 2px 0;
    font-size: 22px;
    width: 320px;
}
.navbar-search-container input[type="submit"] { display: none; }

/* NAVBAR COLLAPSE */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        background: #FFFFFF;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   .navbar-collapse.collapse.in {
        display: block!important;
    }
    nav.navbar ul.nav li {
	line-height: 50px;
	}
	nav.navbar ul.nav li a {
		display: block;
		text-align: center;
	}
}

/* SECTION POST CONTENT – WITHOUT SIDEBAR */

section.post-content article ul { font-size: 18px; line-height: 32px; }
section.post-content article h1 { font-size: 42px; line-height: 60px; margin-bottom: 20px; }
section.post-content img { max-width: 100%; margin-bottom: 20px; height: auto; }
section.post-content p { font-size: 18px; line-height: 32px; }

/* SECTION MAIN CONTENT – SIDEBAR */

section.page-content article h1 { font-size: 32px; }
section.page-content article h1:first-child { margin-top: 0; }
section.page-content p { font-size: 16px; line-height: 28px; }

span.block-title {
    background: #00c3ff;
    color: #000000;
    padding: 5px 15px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
}
blockquote {
    border: 0;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 32px;
    color: #979797;
}

/* RECENT NEWS */
section.recent .recent-container.featured { height: 425px; }
section.recent .recent-container.news { height: 350px; }
section.recent .recent-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
section.recent .recent-details {
    align-self: center;
    z-index: 9999;
    padding-left: 20px;
}
section.recent .recent-container img {
    position: absolute;
    top: 0;
    left: 0;
}
section.recent .recent-details a h1, section.recent .recent-details a h2, section.recent .recent-details a h3 { width: 70%; color: #FFFFFF; }
a.overlay {
    background: rgba(0,0,0,0.4);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.recent .recent-container { outline-color: #FFFFFF; }
section.recent .recent-container:hover {
    -webkit-transition: outline-color .2s ease-in-out;
       -moz-transition: outline-color .2s ease-in-out;
         -o-transition: outline-color .2s ease-in-out;
            transition: outline-color .2s ease-in-out;
    outline: 5px solid #00c3ff;
    outline-offset: 8px;
}
@media(max-width: 991px) {
    section.recent article { margin-bottom: 30px; }
    section.recent { margin-bottom: 0; }
}
/* WIDGET CONTAINER */
.widget-container .row {
    border-bottom: 1px solid #c2c2c2;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 0;
}
.widget-container .row:first-child { padding-top: 0; }

@media(max-width: 991px) {
    .widget-container .row:first-child { padding-top: 15px; }
    .widget-container section.calendar { text-align: center; border-bottom: 0; }
}

.widget-container section.row:last-of-type { padding-bottom: 0px; border-bottom: 0px; }
.widget-container h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.widget-container p {
    font-size: 16px;
}
.widget-container section.calendar p a { color: #000000; }
.widget-container section.calendar p { padding-bottom: 5px; border-bottom: 1px solid #c2c2c2; }
.widget-container section.calendar p:last-child { padding-bottom: 0px; border-bottom: 0px; }

aside div.widget-container { margin-bottom: 25px; }
div.widget-container h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
}
.sidebar-container {
    border: 4px solid #00c3ff;
    padding: 15px;
    list-style: none;
}
.sidebar-container.dark { border-color: #004264; }
.sidebar-container span { font-size: 14px; font-weight: 700; }
.sidebar-container .row { border: 0; }
.sidebar-container .row p { margin-bottom: 0; }
.sidebar-container p { font-size: 14px; }
.sidebar-container .info-picture img { border-radius: 50%; max-width: 72px; max-height: 72px; }
.sidebar-container .info-picture span { display: block; padding-top: 5px; font-size: 12px; }
ul.sidebar-container li { line-height: 220%; }
ul.sidebar-container li a {
    font-weight: 700;
}
ul.sidebar-container li a:hover { color: #00c3ff; }
ul.sidebar-container li a.active { border-bottom: 1px solid #000000; }
ul.sidebar-container li a.active:hover { color: #000000; border-bottom: 1px solid #000000; }

section.today, section.birthday, aside.widget-container section.calendar { padding-left: 10px; padding-right: 0; }
section.today div,section.birthday div,aside.widget-container section.calendar div { padding-left: 0; padding-right: 0; }
section.today div:last-child,section.birthday div:last-child,aside.widget-container section.calendar div:last-child { padding-left: 15px; }

div.widget-container section.row { margin-left: 0; margin-right: 0; }

@media(max-width: 991px) {
    aside.widget-container section.today, aside.widget-container section.birthday, aside.widget-container section.calendar {
        margin-left: 0;
        margin-right: 0;
        padding-top: 15px !important;
        border-bottom: 0;
        text-align: center;
    }
    aside.widget-container section.today, aside.widget-container section.birthday, aside.widget-container section.calendar { padding-left: 0px; padding-right: 0; }
    aside.widget-container section.today div:last-child, aside.widget-container section.birthday div:last-child, aside.widget-container section.calendar div:last-child { padding-left: 0px; }
}
/* SCHILLER CIRCLE BACKGROUND */
.schiller-circle-white {
    background: url("../img/schiller-circle-white.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 1024px 1024px;
    background-position: 600px 150px;
}
@media(min-width: 991px) {
    .schiller-circle {
        background: url("../img/schiller-circle.png") no-repeat center right fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 540px 540px;
    }
}
@media(min-width: 1200px) {
    .schiller-circle {
        background: url("../img/schiller-circle.png") no-repeat center right fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 720px 720px;
    }
}
/* WELCOME */
section.welcome .welcome-portrait {
    width: 350px;
    height: 570px;
    background: url("../img/erika-bogar.jpg");
    display: block;
}
section.welcome .welcome-container {
    display: flex;
    justify-content: center;
    position: relative;
    height: 570px;
}
@media(max-width: 768px) {
    section.welcome .welcome-portrait { display: none; }
    section.welcome .welcome-container { height:  auto; margin-top: 0px; margin-bottom: 60px; }
}
section.welcome .welcome-details { align-self: center; }
section.welcome p {
    line-height: 175%;
}
section.welcome p a[rel="author"] {
    color: #000000;
    font-style: italic;
}

/* CALENDAR */
article.calendar-event {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
article.calendar-event.archived {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
article.calendar-event.archived:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
article.calendar-event .calendar-card {
    border: 4px solid #000000;
    background: #ffffff;
    padding: 20px;
}
article.calendar-event p.event-date {
    font-weight: 700;
    font-size: 24px;
}
article.calendar-event p.event-date span.datum_tobbnapos { font-size: 22px; }
article.calendar-event p.event-venue, article.calendar-event p.event-time {
    font-size: 16px;
    margin-bottom: 0px;
}
article.calendar-event h2 {
    font-size: 24px;
    margin-top: 0;
}
article.calendar-event .event-description { padding: 20px; background: #FFFFFF; border: 4px solid #000000; border-top: 0; }
article.calendar-event .event-description img { max-width: 100%; margin-bottom: 20px; }
/* STATISTICS */
section.statistics p.value { font-size: 28px; font-weight: 700; margin-top: 20px; margin-bottom: 5px; }
section.statistics hr { margin-top: 0; margin-bottom: 10px; }
section.statistics p.title { font-size: 16px; font-weight: 700; text-transform: uppercase; }
@media(max-width: 768px) {
    section.statistics div.col-xs-12 { margin-bottom: 30px; }
    section.statistics div.col-xs-12:last-child { margin-bottom: 0px; }
}
/* CONTACT */
section.contact h1 {
    font-size: 20px;
}
section.contact address {
    font-size: 18px;
}
section.contact address span { display: block; }
section.contact a { color: #000000; }

/* FORMS AND INPUTS */
input {
    padding: 5px 10px;
    border: 2px solid #004264;
    outline: none;
}
input[type="email"] { width: 300px; }
input[type="submit"] {
    background: #004264;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
input:hover, input:active { border-color: #00c3ff; }
input[type="submit"]:hover { background: #00c3ff; }
form span { font-size: 14px; display: block; padding-top: 5px; }

/* PARTNERS CAROUSEL */
section.partners h2 { margin-top: 0; }
section.partners .carousel-control.left, section.partners .carousel-control.right { background: transparent; }
section.partners .item img { display: inline-block; padding: 0px 10px; }
section.partners .carousel-control { color: #000000; text-shadow: 0 0 0; }

footer {
    background: #004264;
    color: #FFFFFF;
}
footer h4 { font-size: 16px; display: inline-block; line-height: 150%; border-bottom: 1px solid #FFFFFF; }
footer a { color: #FFFFFF; }
footer a:hover { color: #00c3ff; }
footer ul { padding-left: 0; margin-bottom: 0; list-style: none; }
footer ul li { line-height: 150%; }
footer ul li a { font-size: 14px; }

footer .footer-details { font-size: 14px; }
footer .footer-details span:after { content: "|"; padding: 0px 10px; }
footer .footer-details span:last-child:after { content: ""; }
footer .footer-legal { font-size: 12px; }

/* TIMELINE */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 4px;
        background: #000000;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 4px solid #000000;
            background: #FFFFFF;
            border-radius: 2px;
            padding: 20px;
            position: relative;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -19px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #000000;
                border-right: 0 solid #000000;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 60px;
            left: 50%;
            margin-left: -15px;
            background-color: #00c3ff;
            border: 4px solid #000000;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -19px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    @media(max-width: 768px) {
        ul.timeline > li > .timeline-badge {
            left: 26px;
            top: 60px;
        }
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -19px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
.timeline-panel p small { font-size: 16px; color: #00c3ff; font-weight: 700; }
.timeline-panel h4 { font-weight: 700; text-transform: uppercase; }

/* ABOUT */
section.about-container {
    color: #FFFFFF;
    height: 500px;
    background: url("../img/slider.jpg") no-repeat center center fixed;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-top: -30px;
}
section.about-container .about-content { align-self: center; }
section.about-container .about-content p { font-size: 22px; }

/* TEAM - STAFF */
section.team div.staff h2 { margin-top: 0; }
section.team div.staff h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
div.staff article { height: 470px; }
section.team div.staff span {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
section.team div.staff img { max-width: 255px; width: 100%; }
div.teachers h4 { color: #000000; }
div.teachers hr { background: #000000; margin-top: 15px; margin-bottom: 10px; }
div.teachers .teacher-item-container {
    background: #00c3ff;
    color: #FFFFFF;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    display: none;
    justify-content: center;
    overflow: hidden;
    text-align: left;
    margin: 0 auto;
}
@media(max-width: 768px) {
    section.team div.staff article { text-align: center; }
    div.teachers article img { width: 140px; height: 140px; }
    div.teachers .teacher-item-container { width: 140px; height: 140px; border-radius: 70px; }
}
div.teachers .teacher-item { width: 110px; display: inline-block; }
div.teachers .teacher-item p { font-size: 14px; }
div.teachers article, div.staff article { margin-bottom: 30px; }
div.teachers .teacher-item { align-self: center; }
div.teachers article:hover img { display: none; }
div.teachers article:hover .teacher-item-container { display: flex; }

/* DEFAULT CONTENT */
section.content-container article h2 {
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 5px;
}
section.content-container article h3 {
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 10px;
}
section.content-container article p { line-height: 170%; }

section.contact .gm-style, section.contact .circle-map #map {
    border-radius: 300px;
    width: 600px;
    height: 600px;
    margin: 0 auto;
}
div.about-contact-container { height: 500px; display: flex; justify-content: center; }
div.about-contact-details { align-self: center; }


/* MAP */
#map { width: 100%; height: 400px; }
/* ICONS */
span.icon-title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
a:hover span.icon-title {color: #00c3ff; }
.icon {
    width: 64px;
    height: 64px;
    display: inline-block;
}
.icon.medium {
    width: 96px;
    height: 96px;
}
.icon.large {
    width: 150px;
    height: 150px;
}
.icon.small { background-size: 64px !important; background-repeat: no-repeat; }

.icon.clock { background: url("../img/clock.png"); }
.icon.balloon { background: url("../img/balloon.png"); }
.icon.calendar { background: url("../img/calendar.png"); }
.icon.brain { background: url("../img/brain.png"); }
.icon.lamp { background: url("../img/lamp.png"); }
.icon.tools { background: url("../img/tools.png"); }
.icon.school { background: url("../img/school.png"); }
.icon.kollegium { background: url("../img/kollegium.png"); }
.icon.library { background: url("../img/library.png"); }
.icon.alapitvany { background: url("../img/alapitvany.png"); }
.icon.apple { background: url("../img/apple.png"); }
.icon.studentlife { background: url("../img/studentlife.png"); }
.icon.golyatabor { background: url("../img/golyatabor.png"); }

.icon.document { background: url("../img/document.png"); }
.documents-container a:hover .icon.document { background: url("../img/document-hover.png"); }

/* DOCUMENT LIST */
section.documents-container h2 { font-size: 28px; text-transform: uppercase; margin-top: 0px; margin-bottom: 15px; }
section.documents-container ul.document-list { list-style: none; padding-left: 0px; }
section.documents-container ul.document-list li a {
    display: inline-block;
    line-height: 32px;
    padding: 10px 0 10px 40px;
    background: url("../img/document.png") left 8px no-repeat;
    background-size: 32px;
    font-weight: 700;
}
section.documents-container ul.document-list li a:hover {
    background: url("../img/document-hover.png") left 8px no-repeat;
    background-size: 32px;
    color: #000000;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.sl-caption.pos-bottom {
    display: none !important;
}
