/**
 * @file
 * Layout styles.
 */

/* Collapsible columns layout */

html {
    background-image: url("/sites/all/themes/clean/img/bg.jpg");
    background-attachment: fixed;
}

#page {
  width: 940px;
  margin: 0 auto;
  padding: 0;
    background-color: #ffffff;
}

body.front #header {
    height: 150px;
    background-image: url("/sites/all/themes/clean/img/fejlecbg.png");
    background-repeat: no-repeat;
}

body.not-front #header {
    height: 90px;
    background-image: url("/sites/all/themes/clean/img/fejlecbg_aloldal.png");
    background-repeat: no-repeat;
}

#banner {
    margin: 0;
    padding: 0;
}

.sidebar {
  width: 220px;
}

#sidebar-first {
  margin-right: 20px;
  float: left;
}

#sidebar-second {
  margin-left: 20px;
  float: right;
}

.one-sidebar #content {
  width: 700px;
}

.two-sidebars #content {
  width: 460px;
}

.no-sidebars #content {
  float: none;
}

.sidebar-second #content,
.two-sidebars #content {
  float: left;
}

.sidebar-first #content {
  float: right;
}

.tb-megamenu {
    background-color: #e54e4b;
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: #e54e4b;
    border-color: #444;
    color: #eee;
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: #e54e4b;
    border-color: #ffffff;
    color: #fce94f;
}

.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus {
    background-color: #e54e4b;
    border-color: #ffffff;
    color: #fce94f;
}

.tb-megamenu .nav > li > a {
    border-right: 1px solid #ffffff;
}

.flexslider {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.flexslider ul {
    padding: 0 0 3px 0;
}

.flex-control-paging li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.10);
}

.flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
}

.flexslider li {
    list-style: none;
}

.flex-control-nav {
    bottom: -18px;
}

.flex-direction-nav .flex-prev {
    margin-right: 36px;
    background-image: url('/sites/all/themes/clean/img/slider-control-left.png');
    background-repeat: no-repeat;
    background-position: 48% 50%;
}

.flex-direction-nav .flex-next {
    margin-right: 0px;
    background-image: url('/sites/all/themes/clean/img/slider-control-right.png');
    background-repeat: no-repeat;
    background-position: 52% 50%;
}

.flex-direction-nav a.flex-next:before {
    content: "";
}

.flex-direction-nav a {
    width: 35px;
    height: 35px;
    display: block;
    float: none;
    cursor: pointer;
    text-indent: -9999px;
    bottom: 20px;
    right: 20px;
    position: absolute;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.65);
    transition: all 0.1s ease-in-out 0s;
}

#main-wrapper {
    margin: 0 20px 0 20px;
    position: relative;
}

#footer {
    padding: 20px 20px 1px 20px;
    background-color: #fffab1;
}

#sliding-popup .info {
    width: 100%;
}

.info {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px 0 0;
}

.info a {
    font-size: 16px;
    font-weight: bold;
}

.info li {
    padding: 0 0 13px 0;
}

.uzenet {
    width: 300px;
    background-color: #fbd44c;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border-radius: 10px;
}

.uzenet input.email,
.hirlevel input.email {
    width: 195px;
}

.uzenet input,
.uzenet textarea {
    border: none;
    background: #ffffff;
}

.hirlevel input {
    border: 1px solid #babdb6;
}

.uzenet label,
.hirlevel label {
    color: #717171;
}

.hirlevel {
    width: 300px;
    vertical-align: top;
    padding: 0 0 37px 0;
}

.logok {
    width: 300px;
}

.region-blockgroup-hirlevel-logok {
    width: 300px;
    display: inline-block;
    padding: 0 60px 0 0;
}

.logok img {
    padding: 0 17px 0 0;
}

.copy {
    width: 940px;
    text-align: center;
    padding: 20px 0 0 0;
    color: #888a85;
}

.kereso {
    text-align: center;
    width: 900px;
    padding: 20px 0 20px 0;
}

.kereso input.form-text {
    width: 330px;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #808080;
    border-width: 1px medium 1px 1px;
    border-style: solid none solid solid;
    border-color: #babdb6;
    background: #ffffff;
    margin: 0 -3px 0 0;
    padding: 0 0 0 5px;
    box-sizing: border-box;
}

.kereso input.form-submit {
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    border-width: 1px 1px 1px medium;
    border-style: solid solid solid none;
    border-color: #babdb6;
    margin: 0 0 0 0;
    padding: 3px 0 0 0;
    background-image: url('/sites/all/themes/clean/img/search-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    color: transparent;
}

.front .tabs {
    margin: 20px 0 0 0;
}

.hotlinks {
    margin: 20px 9px 0 0;
}

.hotlinks a {
    color: #920b0f;
    font-size: 12px;
    font-weight: bold;
}

.hotlinks a:hover {
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

/* Ket soros */

.programnaptar p,
.letoltheto-tanitasok p,
.hetkoznapi-meditaciok p {
    margin: 0;
    padding: 3px 49px 0 10px;
    text-align: center;
}

/* Egysoros */

.boltjaink p,
.konyvek p,
.kepek p,
.videok p {
    margin: 0;
    padding: 12px 49px 0 10px;
    text-align: center;
}

.programnaptar {
    height: 40px;
    background-color: #fbd44c;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #969696;
    background-image: url("/sites/all/themes/clean/img/programnaptar_hot.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.letoltheto-tanitasok {
    height: 40px;
    background-color: #fbd44c;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #969696;
    background-image: url("/sites/all/themes/clean/img/letoltheto_tanitasok_hot.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.hetkoznapi-meditaciok {
    height: 40px;
    background-color: #fbd44c;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #969696;
    background-image: url("/sites/all/themes/clean/img/hetkoznapi_medi_hot.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.boltjaink {
    height: 40px;
    background-color: #fbd44c;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #969696;
    background-image: url("/sites/all/themes/clean/img/boltjaink_hot.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.konyvek {
    height: 40px;
    background-color: #fbd44c;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #969696;
    background-image: url("/sites/all/themes/clean/img/konyvek_hot.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.kepek {
    height: 40px;
    background-color: #fbd44c;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #969696;
    background-image: url("/sites/all/themes/clean/img/kepek_hot.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.videok {
    height: 40px;
    background-color: #fbd44c;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #969696;
    background-image: url("/sites/all/themes/clean/img/videok_hot.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.not-front #content img {
    margin: 10px;
    border: 1px solid #555753;
}

.not-front #content .view img {
    margin: 0 10px 0 0;
    border: 0;
}

body tbody {
    border-top: none;
}

.views-exposed-form .views-exposed-widget {
    float: none;
}

.view-letoltheto-tanitasok label,
.view-napi-bolygohatasok label,
.view-galeria label {
    color: #555753;
    font-size: 16px;
}

.view-letoltheto-tanitasok .view-filters,
.view-napi-bolygohatasok .view-filters,
.view-galeria .view-filters {
    margin: 0 auto;
    padding: 0 0 20px 0;
}

.views-exposed-widget {
    text-align: center;
}

.view-letoltheto-tanitasok select,
.view-napi-bolygohatasok select,
.view-galeria select {
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #555753;
}

.view-letoltheto-tanitasok .view-header,
.view-napi-bolygohatasok .view-header,
.view-galeria .view-header {
    text-align: center;
    color: #888a85;
}

.view-letoltheto-tanitasok .views-exposed-widget,
.view-napi-bolygohatasok .views-exposed-widget,
.view-galeria .views-exposed-widget {
    display: inline-block;
    vertical-align: top;
    padding: 0.5em 6px 0 0;
}

.view-letoltheto-tanitasok td,
.view-napi-bolygohatasok td {
    vertical-align: middle;
}

.view-letoltheto-tanitasok thead,
.naptar thead {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #bebebe;
    color: #555753;
}

.naptar,
.naptar a {
    font-size: 15px;
}

.naptar td {
    vertical-align: middle;
}

.naptar p {
    margin: 0;
}

.naptar th.views-field-field-pn-nap {
    width: 36px;
}

.naptar th.views-field-field-pn-het {
    width: 65px;
}

.naptar th.views-field-field-pn-ora {
    width: 80px;
}

.naptar th.views-field-field-pn-hely {
    width: 95px;
}

.naptar th.views-field-field-bh-ev {
    width: 38px;
}

.naptar th.views-field-field-bh-honap {
    width: 63px;
}

.naptar th.views-field-field-bh-nap {
    width: 34px;
}

.naptar th.views-field-field-tibeti-honap {
    width: 124px;
}

.naptar th.views-field-field-tibeti-nap {
    width: 48px;
}

.honap-valaszto ul li {
    display: inline-block;
    padding: 0 0 25px 0;
}

div.honap-valaszto ul, ol, .item-list ul {
    margin-bottom: 10px;
}

.honap-valaszto a {
    background-color: #ffb660;
    padding: 10px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 7px;
}

.honap-valaszto a:hover,
.honap-valaszto a.active {
    color: #ffffff;
    text-decoration: none;
    background-color: #f48400;
}

.view-letoltheto-tanitasok a {
    font-size: 15px;
}

.view-letoltheto-tanitasok th.views-field-field-datum {
    width: 75px;
}

.views-exposed-form {
    text-align: center;
}

.mejs-container {
    background: none repeat scroll 0 0 #7e7e7e;
}

.mejs-container .mejs-controls {
    background: linear-gradient(rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.00)) repeat scroll 0 0 rgba(0, 0, 0, 0.00);
}

ul.pager {
    font-size: 16px;
    padding: 18px 0 0 0;
}

.pager .pager-current,
.pager .pager-item {
    background-color: #eeeeec;
}

.nyelvvalaszto {
    padding: 20px 0 0 0;
}

.nyelvvalaszto li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
}

.nyelvvalaszto ul {
    text-align: center;
    margin-bottom: 0;
}

.file-icon {
    display: none;
}

.field-name-field-ujdonsag {
    color: red;
    font-weight: bold;
    padding: 15px 0 0 0;
}

.field-name-field-borito {
    display: inline-block;
    vertical-align: top;
    padding: 0px 44px 0px 0px;
}

.group-konyv-leiras h3 {
    display: none;
}

.group-konyv-leiras {
    width: 525px;
    display: inline-block;
    vertical-align: top;
}

.group-konyv-leiras .field-name-body {
    padding: 68px 0 0 0;
}

.konyveink .views-row {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: 200px;
    text-align: center;
}

#content .konyveink img {
    border: 0px none;
    margin: 0px;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.konyveink .views-field-title a {
    font-size: 17px;
}

.konyveink .views-field-field-ujdonsag {
    color: red;
    font-weight: bold;
}

.konyvrendeles h2 {
    margin: 0 0 20px 0;
}

.konyvrendeles {
    width: 269px;
    position: absolute;
    right: 0px;
}

/* .konyvrendeles a {
    background-color: #A40000;
    padding: 5px 10px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 12px;
}

.konyvrendeles a:hover {
    text-decoration: none;
    background-color: #fcaf3e;
    color: #a40000;
} */

#block-block-16 {
    background-color: #dadada;
    padding: 10px;
}

#block-tb-megamenu-menu-buddha-menu li.kiemelt-link a {
    font-weight: bold;
    color: #E54E4B;
}

.hirarchivum .views-field-title a {
	font-size: 20px;
}

.hirarchivum .views-row {
	padding: 0 0 20px 0;
}

.hirarchivum .views-field-created {
	color: #8E8E8E;
}

.captcha {
    padding: 15px 0 0 0;
}

.search-results li {
    margin-bottom: 4em;
}

/* Konyvrendeles */

.konyv {
    width: 560px;
    padding: 5px;
    margin: 0 0 5px 0;
    background-color: #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.id {
    color: #808080;
    font-size: 11px;
}

.cim {
    display: inline;
    width: 500px;
    display: block;
    float: left;
    font-weight: bold;
}

.ar {
    font-weight: bold
}

.szerzo {
    color: #808080;
    font-size: 11px;
}

.url {
    width: 500px;
    display: block;
    float: left;
}

.db {
    width: 30px;
    display: inline;
}

.konyv_ossz {
    width: 612px;
    padding: 5px;
    margin: 0 0 5px 0;
    background-color: #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.db_ossz {
    width: 50px;
    display: inline;
    display: block;
    float: left;
}

.ar_ossz {

}

.osszesen {
    width: 612px;
    text-align: right;
    font-weight: bold;
}

.mindosszesen {
    font-weight: bold;
    width: 612px;
    text-align: right;
}

.download {
    padding: 0 0 10px 0;
}

.download a {
    background-color: #a40000;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}

.download a:hover {
    text-decoration: none;
    background-color: #fcaf3e;
    color: #a40000;
}

.view-letoltheto-tanitasok .description,
.view-napi-bolygohatasok .description {
    display: none;
}
