body {
    padding-top: 50px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    /*max-width: 960px;*/
}

.gotop {
    position: fixed;
    bottom: 2em;
    right: 2em;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../img/gotop/go_top.png');
    opacity: 0.6;
    display: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 38px;
    height: 38px;
    z-index: 9999;
}

.gotop:hover {
    opacity: 1;
}

.top_fix {
    background-color: rgba(0, 0, 0, 0);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-image: url('../img/site/top_fix.png');
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 51, 0.65) !important;
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 51, 0.65) !important;
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 51, 0.65) !important;
    border: 0;
}

.navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.top_logo, .container_top_logo {
    background-color: rgba(0, 0, 0, 0);
}

.logo {
    position: relative;
}

.logo > a:focus {
    outline: 0;
}

.menu_conatiner, .carousel_container {
    padding: 0 !important;
}

.menu_conatiner > .menu_top > img {
    width: 35%;
}

.menu_conatiner {
    background-color: rgba(0, 0, 0, 0);
    background-size: 100% 90px;
    background-position: top center;
    background-repeat: repeat-y;
    background-image: url('../img/site/menu_bg.png');
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    bottom: 0;
    top: 0;
}

.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li + li {
    margin-top: 0;
}

.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li {
    height: 52px;
    text-align: center;
}

.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li:nth-child(3n+0) {
    background-color: rgba(0, 0, 0, 0);
    background-size: auto 100%;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url('../img/site/menu_bg.png');
}

.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li:nth-child(3n+1) {
    background-color: rgba(0, 0, 0, 0);
    background-size: auto 100%;
    background-position: top left;
    background-repeat: repeat-x;
    background-image: url('../img/site/menu_bg.png');
}

.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li:nth-child(3n+2) {
    background-color: rgba(0, 0, 0, 0);
    background-size: auto 100%;
    background-position: top right;
    background-repeat: repeat-x;
    background-image: url('../img/site/menu_bg.png');
}

.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li > a {
    margin: 0;
    height: 52px;
    font-family: 'Meriendabold', Georgia, serif;
    font-size: 16px;
    color: #e2a87d;
    padding-top: 12px;
}

.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li.active > a {
    color: #4b6f20;
}

.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li > a,
.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li.active > a {
    background-color: rgba(0, 0, 0, 0);
    background-size: 100% 2px;
    background-position: center 51px;
    background-repeat: no-repeat;
    background-image: url('../img/site/menu_item_selector.png');
}

.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li.active > a:hover,
.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li > a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 100% 2px;
    background-position: center 51px;
    background-repeat: no-repeat;
    background-image: url('../img/site/menu_item_selector.png');
}

.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li:last-child > a,
.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li.active:last-child > a {
    background-color: rgba(0, 0, 0, 0);
}

.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li.active:last-child > a:hover,
.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li:last-child > a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li > a:focus {
    outline: 0;
}

.carousel > .carousel_shadow {
    -moz-box-shadow: inset 0px 0px 30px #000000;
    -webkit-box-shadow: inset 0px 0px 30px #000000;
    box-shadow: inset 0px 0px 30px #000000;
/ position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}

.carousel-indicators li {
    width: 13px;
    height: 13px;
}

.carousel-indicators li.active {
    width: 15px;
    height: 15px;
}

.carousel-control:focus {
    outline: 0 !important;
}

.carousel-caption > a {
    color: #fff;
}

.carousel-caption > a:focus {
    outline: 0 !important;
}

.carousel-caption {
    left: 0%;
    width: 100%;
    right: 0%;
}

.carousel-caption h3, .carousel-caption p {
    text-shadow: 5px 5px 5px #000000;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.carousel-caption h3 {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 5px;
}

.carousel-caption p {
    font-size: 18px;
    padding-bottom: 5px;
}

.carousel-indicators {
    bottom: 10px;
}

.header_container > .row > hr {
    height: 12px;
    border: 0;
    border-top: 1px solid #333919 !important;
    width: 100%;
    margin: 0 !important;
    background-color: #232a07;
}

.header_container .top_row {
    overflow-y: hidden;
}

.content_container > .row {
    padding: 30px 20px;
}

.content_container .title {
    font-family: 'Meriendabold', Georgia, serif;
    font-size: 22px;
    color: #c0e297;
    background-color: #43540e;

}

.content_container .title,
.content_container .content {
    padding: 10px 30px;
}

.content_container .content {
    font-size: 18px !important;
    margin-top: 10px;
}

.content_container .content.programok > h2 {
    color: #232a07;
    font-family: 'Meriendabold', Georgia, serif;
    font-size: 26px;
    margin-top: -140px;
    padding-top: 160px;
}

.thumb {
    border: solid 6px #95b883;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 0px 8px #bbbbbb;
    -webkit-box-shadow: 0px 0px 8px #bbbbbb;
    box-shadow: 0px 0px 8px #bbbbbb;
}

.thumb.pull-right {
    margin-right: -30px;
    margin-left: 20px;
}

.footer {
    background-color: rgba(0, 0, 0, 0);
    background-size: auto 100%;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url('../img/site/top_fix.png');
    width: 100%;
    z-index: 1030;
    color: #a4724e;
    font-family: arial, Georgia, serif;
    font-size: 14px;
}

.footer > .container {
    background-color: rgba(0, 0, 0, 0);
}

.footer .address {
    padding: 20px 0 10px 0;
}

.footer .cards {
    padding: 25px 0 10px 0;
}

.footer .cards > div > img {
    width: 100%;
    margin-bottom: 20px;
}

.footer .auhor .title {
    font-weight: bold;
    margin-top: 45px;
}

.footer .auhor .webspider_logo > img {
    margin-top: 40px;
    margin-bottom: 40px;
}

.programok {
    margin-top: 20px;
}

#map {
    height: 500px;
    margin-top: 20px;
}

.galeria_row {
    margin-left: -30px;
    margin-right: -30px;
}

.galeria_img > .galeria_img_inner > a > img {
    width: 100%;
}

.galeria_item {
    padding: 0;
    margin-bottom: 10px;
}

.galeria_img {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;

}

.galeria_img_inner {
    background-color: rgba(0, 0, 0, 0);
    background-size: 103% 9%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url('../img/site/galeria_bottom_shadow.png');
    padding-bottom: 7%;
}

.galeria_img_inner > a > img {
    border: solid 6px #95B883;
}

.galeria_img_inner > img,
.galeria_index_img {
    border: solid 6px #5a2929 !important;
}

.galeria_img_inner > a > img,
.galeria_img_inner > img {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 0px 8px #bbbbbb;
    -webkit-box-shadow: 0px 0px 8px #bbbbbb;
    box-shadow: 0px 0px 8px #bbbbbb;
    padding: 0;
}

.galeria_img_inner > a:focus {
    outline: 0;
}

.galeria_title {
    margin-top: -10px;
}

.galeria_title {
    font-family: arial, Georgia, serif;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
}

.content hr {
    background-color: rgba(0, 0, 0, 0);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-image: url('../img/site/top_fix.png');
    height: 3px;
    margin-top: 0;
    border-top: 0;
    width: 100%
}

.galeria_description {
    margin-top: 10px;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
    background-color: rgba(209, 218, 152, 0.8);
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 0px 8px #b6bd84;
    -webkit-box-shadow: 0px 0px 8px #b6bd84;
    box-shadow: 0px 0px 8px #b6bd84;
    margin-bottom: 20px;
}

table.araink {
    width: 100%;
}

table.araink thead th {
    text-align: center;
}

.araink td {
    padding: 5px;
}

a.programajanlo_link {
    font-size: 14px;
}

a.programajanlo_link:hover,
a.programajanlo_link:visited,
.galeria_thumb .galeria_label a:hover,
.galeria_thumb .galeria_label a:visited {
    text-decoration: none;
}

.program {
    margin-bottom: 30px;
}

.program .thumb.pull-right {
    margin-right: 0;
}

.program > h2 {
    border-bottom: 2px solid #232A07;
    line-height: 40px;
}

.galeria_thumb {
    display: inline-block;
}

.galeria_thumb .galeria_label {
    padding-left: 30px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 25px;
}

.galeria_thumb .galeria_label_vendeghazrol {
    padding-left: 30px;
    margin-right: -20px;
    font-size: 14px;
    line-height: 25px;
}

.galeria_description.galeria_index {
    margin-left: -15px;
    margin-right: -15px;
}

.artablazat h3 {
    font-weight: bold;
}

.google_maps {
    position: relative;
    padding-bottom: 45%; /*This is the aspect ratio */
    height: 0;
    overflow: hidden;
}

.google_maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*#kisfaludy-logo-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1031;
    width: 257px;
    height: auto;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

}

#kisfaludy-logo-container.kf-hide {

    right: -300px;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#kisfaludy-logo-container:hover {
    width: 257px !important;
    height: auto;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#kisfaludy-logo-container img {
    position: absolute;
    width: 100%;
    height: auto;
}

body.page-vendeghazrol #kisfaludy-logo-container {
    display: block;
}*/

#house_rule h3{
    margin-bottom: 3rem;
}


#house_rule p{
    margin-bottom: 2rem;
}

#house_rule ol{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

#house_rule ol li{
    margin-bottom: 2rem;
}
