/* ========================================== */
/* ======= ALAPBEÁLLÍTÁSOK ===================*/
/* ========================================== */
body {
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
}
b {
    font-weight: 700;
}
p {
    color: #000;
    margin-bottom: 10px;
}
i {
    font-style: italic;
}
a {
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 300ms ease-in-out 0s;
}
a:hover {
    transition: all 300ms ease-in-out 0s;
}
h1 {
    display: inline-block;
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

h2 {
    color: #fff;
    font-size: 20px;
}
.green{
    color: #556600;
}
/* ========================================== */
/* ======= HEADER ELEMEK =====================*/
/* ========================================== */
.top-bar {
    background-color: #fff;
    padding: 20px 0;
}
.top-bar .brand-logo img {
    display: inline-block;
    max-width: 455px;
    width: 90%;
}
.top-number {
    color: #444 !important;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}
.top-number p i {
    color: #fff;
    background-color: rgb(64, 64, 64);
    border-radius: 2px;
    /*color: rgb(72, 72, 72);*/
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}

.navbar-inverse {
    border: medium none;
}
.navbar-brand {
    height: unset;
    line-height: unset;
    margin: 0;
    padding: 0;
}
.brand-logo {
    display: block;
    overflow: hidden;
    text-align: center;
}
.navbar {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin-bottom: 0;
    background: #333;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.navbar-nav span {
    display: inline;
    padding: 14px 5px;
    /*text-transform: uppercase;*/
}
.navbar-nav{
    /*margin-top: 12px;
    margin: 12px 0 0 0;*/
}

.navbar-nav > li {
    margin-left: 0px;
    /* padding-bottom: 28px;*/
}
.navbar-inverse .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
}

.navbar-inverse .navbar-nav > li > a:hover{
    background-color: #556600;
    color: #fff;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #556600;
    /*#48375d*/
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0,0,0,.85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    /*border-radius: 0;*/
    left: 0;
    opacity:0.9;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
    position: absolute;
    top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 8px;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: #556600;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}
.navbar-toggle {
    float: left;
}
.navbar-header.col-xs-8 {
    min-height: 0;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.languages{
    text-align: right;
    float: right;
    margin-top: 12px;
}

.languages a {
    color: #fff;
    font-size: 12px;
}

.languages a:hover {
    color: #556600;
}

.nav-foglalas {
    color: #fff;
    margin-top: 14px;
    font-size: 14px;
    padding-left: 30px;
    display: none;
}

.nav-foglalas span {
    display: inline-block;
}

.nav-foglalas span i{
    font-size: 22px;
    margin-top: -3px;
}

@media (max-width: 400px) {
    .nav-foglalas span {
        display: block;
    }
    .nav-foglalas {
        margin-top: 2px;
    }
}

/* ========================================== */
/* ======= CAROUSEL ELEMEK ===================*/
/* ========================================== */
.carousel {
    margin-bottom: 60px;
}
.carousel-caption {
    z-index: 2;
}
.carousel-caption h1{
    border-bottom: 1px solid #ccc;
    color: #fff;
}
.carousel-caption p{
    color: #fff;
}
.carousel .item {
    background-color: #777;
}
.carousel-inner > .item > img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*min-width: 100%;*/
    /*height: 600px;*/
    display: block;
    width: 100%;
    height: auto;
    min-height: 250px;
    max-height: 600px;
}

#Carousel .btn {
    background-color: #556600;
    border-color: #fff;
}

@media (min-width: 768px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}

#udvozles{
    margin-bottom: 50px;
}
/* ========================================== */
/* ======= LEÍRÁS ELEMEI =====================*/
/* ========================================== */
#description .row{
    margin-top: 50px;
}
#description .row:first-child{
    margin-top: 0;
}
/*#description .row:first-child {*/
    /*border-bottom: 4px solid #556600;*/
    /*padding-bottom: 40px;*/
/*}*/

#description h1{
    margin-top: 0;
}
#description h2{
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    margin-top:30px;
}
#description h2:first-child{
    margin-top:0px;
}
.bg-gray{
    /*background-color: #efefef;*/
}
.bg-gray-box{
    /*padding: 15px;*/
    /*margin-top: 15px;*/
}
.bg-gray-box ul{
    padding-left: 0;
}
.bg-gray-box ul > li{
    list-style: outside none disc;
    margin-left: 17px;
}
.thead-inverse > tr {
    background-color: #000;
    color: #fff;
}
tr {
    background-color: #fff;
}

#megkozelites {
    background-color: #cecece;
    padding-top: 35px;
}

#megkozelites h1 > .fa {
    display: block;
    margin-bottom: 20px;
}
#megkozelites h2{
    color: #fff;
    margin-bottom: 0;
    border-bottom: none;
}
#megkozelites .way-box > h1{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    display: inline-block;
}
#megkozelites .kozos {
    margin-bottom: 20px;
    margin-top: 20px;
}

#megkozelites .way-box {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
}

/* ========================================== */
/* ======= BEVEZETŐ ELEMEK ===================*/
/* ========================================== */
.img-responsive{
    width: 100%;
}

.bevezeto {
    background: #000 none repeat scroll 0 0;
    /*border-bottom: 5px solid #556600;*/
    /*border-top: 5px solid #556600;*/
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.bevezeto h1 {
    border-bottom: 0 none;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.bevezeto h2 {
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
}

.bevezeto .elerhetoseg > h3 {
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 20px;
}

.bevezeto h3{
    color: #fff;
}

.bevezeto p{
    color: #fff;
}

.bevezeto a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 5px 28px;
}

.bevezeto a:hover {
    background: #556600;
}

.bevezeto .house{
    background-color: #333;
    padding:15px;
    margin-bottom: 30px;
    position: relative;
    min-height: 573px;
}
.bevezeto .house .kulso-box{
    height: 115px;
    position: absolute;
    bottom: 15px;
}
.bevezeto .house .tavtarto-box{
    height: 115px;
}

/* ========================================== */
/* ======= LÁTNIVALÓK ========================*/
/* ========================================== */
.latnivalok h1{
    border-bottom: 1px solid #ccc;
    display: block;
}

.latnivalok h2 {
    color: #000;
    font-size: 20px;
}

.latnivalok a {
    color: #556600;
    text-transform: none;
}

.latnivalok .sight{
    margin-bottom: 50px;
}


/* ========================================== */
/* ======= FOOTER ELEMEK =====================*/
/* ========================================== */
footer {
    background: #444444 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
}
.logo-kicsi {
    margin: 20px 0 10px;
    width: 290px;
}
.page-links {
    list-style: outside none none;
    padding: 20px 0;
}
.page-links li {
    border-right: 1px solid #fff;
    display: inline-block;
    padding: 0 20px;
}
.page-links li:last-child {
    border-right: 0 none;
}
.page-links li a {
    color: #fff;
}
.page-links li a:hover {
    color: #556600;
}
.kopegrafika,
#id-footer-copyright img{
    display: inline-block;
    margin-top: 10px;
}
#id-footer-copyright div {
    background: #000 none repeat scroll 0 0;
    padding: 20px 0;
    text-align: center;
}


/* ========================================== */
/* ======= GoogleMap ELEMEK ==================*/
/* ========================================== */
#map {
    border: 0 none;
    filter: grayscale(100%);
    height: 400px;
    width: 100%;
}
#bodyContent .bodyContent-block {
    margin-bottom: 2%;
    overflow: hidden;
    position: relative;
}
#bodyContent  .bodyContent-block img{
    display: inline-block;
    margin-right: 2%;
    position: absolute;
    width: 25%;
}

#bodyContent  .bodyContent-block p{
    display: inline-block;
    left: 27%;
    position: relative;
    width: 70%;
}

/* Ugrás a laptetejére*/
.toTop {
    background: #888888 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 40px;
    color: #fff;
    font-size: 26px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 30px;
    z-index: 1;
}

.toTop:hover{
    color: #556600;
}

.gallery_product {
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
#filter-button-group{
    margin-bottom: 15px;
}
.btn.btn-default.filter-button {
    margin-bottom: 5px;
}
.visible-412 {
    display: none;
}
@media(max-width: 412px) {
    .visible-412 {
        display: block;
    }
}