body {
    background: #fefeef;
    font-family: 'Roboto', sans-serif;
    color: #473732;
}

.bg-light {
    background: #e4e2b8;
}

.bg-dark {
    background: #473732;
}

.bg-ddark {
    background: #3c2f2b;
}

.header-menu {
    background: #5d9217;
    border-bottom: 6px solid #f99b1c;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.32);
    margin-bottom: 15px;
}

.slider-holder {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    border: 10px solid #fefeef;
    border-top: 0;
}

.mbt-15{
    padding-bottom: 15px;
}

.border {
    background: url("../img/bg-border.png") repeat-x;
    height: 18px;
    margin-bottom: 15px;
}

.border.bgnone{
    background: url("../img/bg-border2.png") repeat-x center;

}

footer {
    color: #e4e2b8;
}

.header-top {
    padding: 15px 0;
}

.header-top-right p {
    margin: 0;
    font-size: 18px;
    color: #473732;
    font-weight: 500;
}

.header-top-right .search_form {
    float: none;
    margin: 10px 0 0;
}

.header-top-right .search_form input[type="text"] {
    margin: 0;
    height: 39px;
    border-radius: 0;
}

.header-top-right .search_form input[type="submit"] {
    background: url("../img/ico-search.png") no-repeat;
    width: 36px;
    height: 39px;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
}

nav.navbar.navbar-default {
    border: 0;
    background: none;
    margin: 0;
}

.navbar .container-fluid {
    padding: 0;
}

div#bs-example-navbar-collapse-1 {
    padding: 0;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 800;
    padding: 15px 10px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #f99b1c;
    color: #220507;
}

ul.dropdown-menu {
    background: #636363;
    border: 0;
    padding: 0;
    margin-top: 6px!important;
}

.dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f99b1c;
    border-bottom: 1px solid white;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #362f2d;
    color: #f99b1c;
}

input, textarea, select {
    background: #e4e2b8;
    border: 0;
}

label {
    vertical-align: top;
    font-weight: 400;
}

.btn-plus{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.btn-plus img{
    margin-right: 10px;
}

.foot-title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.foot-bottom, .foot-top{
    padding-bottom: 15px;
}

.foot-inputs{
    padding-left: 0;
}

.foot-contact label{
    font-size: 16px;
    width: 60px;
}

.foot-contact input[type="text"],  .foot-contact textarea{
    width: calc(100% - 70px);
    padding: 2px 10px;
    border-radius: 3px;

}

.foot-contact textarea {
    height: 450px;
}

.foot-contact input[type="submit"]{
    margin-top: 10px;
    font-size: 15px;
    border-radius: 3px;
    margin-right: 7px;
    font-weight: 700;
}

.foot-bottom, .menu-item{
    font-size: 14px;
    font-weight: 400;
}

.foot-bottom .menu-item{
    padding: 0 5px;
}

.foot-contact{
    margin-bottom: 5px;
}

ul#slider {
    margin: 0;
    height: 555px!important;
    padding: 0!important;
}

li.lslide.active {
    height: 100%;
}

.lSSlideOuter {
    position: relative;
}

ul.lSPager.lSpg {
    position: absolute;
    bottom: 10px;
    z-index: 99999;
    left: 0;
    right: 0;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #473732;
}

.lSSlideOuter .lSPager.lSpg > li a{
    background: white;
}

.slider-content {
    position: absolute;
    bottom: 105px;
    right: 0;
    background: rgba(71,55,50,0.85);
    padding: 15px;
    text-transform: uppercase;
    color: #e4e2b8;
    font-size: 18px;
    font-weight: 700;
}

.lSAction > .lSPrev{
    background: url("../img/btn-prev.png");
    width: 44px;
    height: 44px;
    opacity: 0.8;
}

.lSAction > .lSNext{
    background: url("../img/btn-next.png");
    width: 44px;
    height: 44px;
    opacity: 0.8;
}

.three-col{
    border-top: 6px solid #fefeef;
    border-bottom: 6px solid #e4e1d8;

}

.three-col .border.bgnone{
    margin-bottom: 0;
}

img.circle-img {
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #5d9217;
    vertical-align: top;
    width: 100px;
}

.cats{
    padding: 0;
    padding-bottom: 15px;
}

.cats-content{
    width: calc(100% - 120px);
    display: inline-block;
    padding-left: 10px;
}

.cats-text{
    color: #fefeef;
    font-weight: 400;
    font-size: 14px;
}

.cats-title{
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 800;
    color: #e4e2b8;
}

.cats-more{
    display: inline-block;
    color: #473732;
    background: #e4e2b8;
    padding: 1px 5px;
    font-size: 15px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.content{
    padding: 40px 0;
}

.content h2{
    color: #5d9217;
    font-size: 20px;
    text-transform: uppercase;
}

.content h3{
    text-transform: uppercase;
    font-size: 18px;
}

.content p{
    font-size: 18px;
}

.content h1{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 15px 0;
}

.content a.more{
    display: inline-block;
    color: #473732;
    background: #e4e2b8;
    padding: 1px 5px;
    font-size: 15px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    float: right;
    margin-bottom: 15px;
}


.breadcrumb-holder{
    position: relative;
    margin-top: -8px;
    border-bottom: 2px solid #f99b1c;
    padding-bottom: 5px;
}

ol.breadcrumb {
    margin-bottom: 0;
    background: none;
}

.breadcrumb a {
    color: #473732;
    font-size: 16px;
}

.breadcrumb>li+li:before{
    content: '';
    background: url("../img/ico-breadcum.png") no-repeat center;
    width: 12px;
    height: 12px;
    padding: 0 12px;
}

.breadcrumb>.active{
    color: #473732;
    font-size: 16px;
}






/* ==========================================================================
   MYBASE
   ========================================================================== */
.menu {
    margin: 0;
    padding: 0;
}

.menu.menu-line li {
    display: inline-block;
}

.menu-item {
    display: block;
    padding: 10px 14px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.menu-line .menu-item {
    margin-left: -4px;
}

.menu-item img {
    position: relative;
    top: -2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*for bootstrap hamburger menu icon*/
.mobil-menu {
    display: none;
    padding: 5px 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 25px;
}

.mobil-menu:hover, .mobil-menu.active {
    -webkit-box-shadow: inset 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 21px 0px rgba(0, 0, 0, 0.75);

}

.copyright .float-left, .copyright .float-right {
    padding: 10px;
}

.copyright .logo {
    vertical-align: middle;
}

.copyright .float-left p {
    margin-top: 6px;
}

.copyright p {
    color: #e0e5ca;
    font-size: 14px;
    margin-bottom: 0;
}

.copyright a {
    font-weight: bold;
}

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

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.section {
    width: 100%;

}

.container {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.pad-no {
    padding: 0;
}

.pad-no-l {
    padding-left: 0;
}

.pad-no-r {
    padding-right: 0;
}

/* akkor használom ha a kereső doboz együtt van a gombbal */
.search_form {
    display: block;
    float: right;
    border-radius: 5px;
    position: relative;
}

.search_form input[type="text"] {
    border: 0;
    padding: 5px;
    display: block;
    width: 100%;
}

.search_form input[type="submit"] {
    border: 0;
    padding: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-transform: uppercase;
    background: none;
}

.alignCenter {
    display: block;
    margin: 15px 0;
    padding: 10px;
    text-align: center;
}

.alignLeft {
    float: left;
    margin: 5px 10px 10px 0;
}

.alignRight {
    float: right;
    margin: 5px 0 10px 10px;
}

img {
    max-width: 100%;
}

form {
    display: block;
    margin: 15px 0;

}

form input, form select, form textarea {
    display: block;
    padding: 5px 10px;
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
