/* GLOBÁLIS BEÁLLÍTÁSOK eleje */
body {
	font-family: 'Exo', sans-serif !important;
  }
.nopadding {
    padding: 0 !important;
}
.headline h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 7px !important;
    animation-name: elotunes;
    animation-duration: 1s;
}
.headline h2:after {
    content:"";
    width: 70%;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 7px auto 0px auto;
    animation-name: rugo;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.headline h3 {
    margin: 15px 0px !important;
    font-size: 18px !important;
    animation-name: elotunes;
    animation-duration: 1s;
}
.headlinesub {
    color: #636363;
    font-size: 18px;
    animation-name: elotunes;
    animation-duration: 1s;
}
.imgframe img {
    max-width: 100% !important;
    height: auto;
    width: 100%;
}
.galery .imgframe img {
    height: 100px;
    object-size: cover;
}
.galery .imgframe {
    padding-bottom: 30px;
}
.galery4x4 .imgframe img {
    height: 150px;
    object-size: cover;
}
.galery4x4 .imgframe {
    padding-bottom: 30px;
}
.imgframe {
    overflow: hidden !important;
    
}
.imgframe img {
   
}
.imgframe:hover a img {
    background: #fff;
}
@media screen and (max-width: 767px) {
    .imgframe img {
            width: 100% !important;
            max-width: auto !important;
    }
}

@media screen and (min-width: 1580px) {
    .text-justify {
           font-size: 18px;
    }
}
.contentblock {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
}
.contentinner {
    padding-top: 30px;
    padding-bottom: 30px;
}
.contentbox {
    margin-bottom: 30px;
    animation-name: elotunes;
    animation-duration: 2s;
}
.jumbotron {
    background: transparent !important;
    padding: 0 0 15px 0 !important;
    font-weight: bold !important;
    border-bottom: #000 2px solid;
    border-radius: 0 !important;   
}
.whitebutton a {
    color: #fff !important;
    border: 1px #F6D155 solid !important;
    padding: 10px 15px !important;
    background-color: #993300;
}
.whitebutton a:hover {
    background-color: #FF7F50 !important;
    border-color: #F6D155 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.textline {
    animation-name: elotunes;
    animation-duration: 1s;
}
/* GLOBÁLIS beállítások vége */

/* FEJLÉC eleje */
.headertopline  {
    background-color: #FF8C00; /*#666666; */
    color: #fff;
    line-height: 40px;
    display: block;
}
@media screen and (max-width: 991px) {
    .headertopline {
        font-size: 12px !important;
    }
    .header .headersocial .socialicon a {
        display: block;
        width: 30px !important;
        height: 40px;
        text-align: center;
    }
}
.header .headercontact .iconbox {
    display: inline-block;
    margin-right: 5px;
    }
.header .headercontact .databox {
    display: inline-block;
    margin-right: 10px;
}
.header .headercontact a {
    color: #fff;
}
.header .headercontact a:hover {
    color: #fff;
    text-decoration: underline;
}
.header .headersocial .socialicon {
    display: inline-block;
}
.header .headersocial .socialicon a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}

/* MENÜ eleje */
.fomenu {
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    height: 100px !important;
    margin: 0px !important;
    z-index: 10 !important;
    animation-name: elotunes;
    animation-duration: 1s;
}
.fomenu .navbar-nav {
    float: right !important;
    margin-top: 25px;
    height: 50px;
}
.fomenu .navbar-collapse {
    background-color: #fff !important;
    border: none !important;
}
@media screen and (max-width: 767px) {
    .fomenu .navbar-nav {
        height: auto !important;
        margin: 0 !important;
        width: 100% !important;
        text-align: center;
    }
    .fomenu .navbar-nav li:after {
        display: none !important;
    }
    .fomenu .navbar-header {
        height: 100px;
    }
     .logo-img {
        display: none !important;
    }
}
.fomenu .navbar-nav li span,
.fomenu .navbar-nav li a {
    line-height: 50px !important;
    display: block !important;
    padding: 0 25px !important;
}
@media screen and (max-width: 1025px) {
    .fomenu .navbar-nav li span,
    .fomenu .navbar-nav li a {
      padding: 0 15px !important;
    }
    .fomenu .navbar-brand {
        width: 250px;
        margin-top: 15px;
        margin-left: 10px;
    }
    .fomenu .navbar-brand > p {
        font-size: 22px;
        margin-top: 25px;
        float: left;
    }
    .logo-img {
        display: none !important;
    }
}
.navbar-brand > p {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 800;
    text-shadow: -1px 0 #e65c00, 0 1px #e65c00, 1px 0 #e65c00, 0 -1px #e65c00;
    float: left;
    color: #ffa31a;
    padding-bottom: 10px;
    padding-top: 10px;
  
}
.logo-img {
    margin-top: 15px;
    margin-right: 10px;
    height: 80px;
    width: 250px;
    float: left;
}
.fomenu .navbar-nav li.first span,
.fomenu .navbar-nav li.first a {
    padding-left: 0px !important;
}
.fomenu .navbar-nav li.last span,
.fomenu .navbar-nav li.last a {
    padding-right: 0px !important;
}
.fomenu .navbar-nav li a {
    color: #346699 !important;
    position: relative;
    overflow: hidden;
}
.fomenu .navbar-nav li a:hover {
    background: transparent !important;
    color: #000 !important;
}

.fomenu .navbar-nav li {
    padding: 0 0 !important;
    position: relative;
}
.fomenu .navbar-nav li:after {
    content:"";
    width: 9px;
    height: 9px;
    display: block;
    border: #d7aa35 1px solid;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fomenu .navbar-nav li.first:after {
    display: none;
}
.fomenu .navbar-header a {
    padding: 0 !important;
}
.fomenu .navbar-toggle .icon-bar {
    width: 32px !important;
    height: 4px !important;
}
.fomenu .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}
.fomenu .navbar-toggle {
    border-radius: 0 !important;
    padding: 12px 10px !important;
    margin-top: 25px;
}
/* MENÜ vége */
/* FEJLÉC vége */

/* FŐOLDAL - TARTALOMVÁLTÓ eleje */
.tartalomvalto {
    animation-name: elotunes;
    animation-duration: 2s;
    border-bottom: 15px solid #FFB347;
    border-top: 15px solid #FFB347;
}
.tartalomvalto .carousel-inner {
    background-image: url("oldalelemek/header/2.jpg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tartalomvalto .carousel-inner .item {
    width: 100%;
    height: 490px;
}
.tartalomvalto .carousel-control {
    width: 50px !important;
    height: 200px !important;
    top: 50% !important;
    margin-top: -100px !important;
    background: #7d7d7d !important;
}
.tartalomvalto .carousel-control span {
    text-shadow: none !important;
}
.tartalomvalto .carousel-caption {
    text-shadow: none;
    top: 30%;
}
@media screen and (max-width: 1235px) {
    .carousel-caption {
        right: 10% !important;
        left: 10% !important;
    }
    .logo-img {
        margin-left: 30px;
    }
    .fomenu .navbar-brand > p {
        font-size: 20px;
        margin-top: 10px;
    }
}
.tartalomvalto .carousel-caption h3 {
    font-weight: 300 !important;
    font-size: 40px !important;
    color: #cccccc !important;
    font-family: 'Exo', sans-serif;
    margin: 0;
}
.tartalomvalto .carousel-caption h4 {
    font-weight: 700 !important;
    font-size: 46px !important;
    color: #000 !important;
    font-family: 'Exo', sans-serif !important;
    margin: 0;
    background: rgba(255,255,255,0.5);
    display: inline-block;
    padding: 10px 15px;
}
.tartalomvalto .carousel-caption p {
    font-family: 'Exo', sans-serif !important;
    font-weight: normal !important;
    color: #fff !important;
    font-size: 22px;
    margin: 0;
}
.tartalomvalto .carousel-caption a {
    border: #fff 2px solid;
    padding: 10px 15px !important;
    display: inline-block;
    margin: 20px auto;
    font-family: 'Exo', sans-serif !important;
    font-weight: normal;
    color: #fff;
}
.tartalomvalto .carousel-caption a:hover {
    background-color: #3399ff !important;
    color: #fff !important;
    text-decoration: none !important;
}
@media screen and (max-width: 767px) {
    .tartalomvalto .carousel-caption h3 {
        font-size: 22px !important;
    }
    .tartalomvalto .carousel-caption h4 {
        font-size: 26px !important;
    }
    .tartalomvalto .carousel-caption p {
        font-size: 16px !important;
    }
    .carousel-caption {
        right: 60px !important;
        left: 60px !important;
    }
}
.tartalomvalto .carousel-control {
    z-index: 100;
}
.bg-darker {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}

/* FŐOLDAL - TARTALOMVÁLTÓ vége */

/* FŐOLDAL - TEVÉKENYSÉGEK eleje */
.fotevekenysegek .textline a {
    color: #000 !important;
    font-weight: 700 !important;
}
.fotevekenysegek .textline a:hover {
    color: #d7aa35 !important; 
}
@media screen and (max-width: 767px) {
    .fotevekenysegek .contentbox {
        margin-bottom: 20px !important;
    }
}
.fotevekenysegek .contentinner {
    position: relative;
}
/* FŐOLDAL - TEVÉKENYSÉGEK vége */

/* FŐOLDAL - BEMUTATKOZÁS eleje */
.bemutatkozas {
    background-image: url("oldalelemek/header/5.jpg");
    background-size: cover;
    color: #fff !important;
}
.bemutatkozas .headlinesub {
    color: #fff;
}
.bemutatkozas .headline h2:after {
    background: #fff;
}
.bemutatkozas .textline {
    margin-bottom: 20px;
}
.img-height-important {
    width: 570px;
    height: 250px !important;
}
/* FŐOLDAL - BEMUTATKOZÁS vége/

/* ISOTOPE eleje */
.isotope .imgframe,
.isotope .isotopeinfo {
    margin: 1% !important;
    max-width: 98% !important;
}
.isotope .imgframe {
    overflow: hidden !important;
}
.isotope .imgframe:hover img {
   
    background: #fff;
    z-index: 999;
}
.isotope .isotopeinfo .lead {
    margin-bottom: 7px !important;
}
.isotope .isotopeinfo {
    background-color: #0033cc;
    padding: 3% !important;
    
}
.lead > a {
    color: #fff !important;
}
.isotope-item {
    z-index: 2;
    margin-left: -1px;
}
.isotopeblock .portfolioFilter {
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.isotopeblock .portfolioFilter a {
    line-height: 40px; 
    padding: 10px 15px;
    color: #d7aa35;
    margin-bottom: 10px !important;
    border: 1px solid #d7aa35;
    display: inline-block;
    
}
.isotopeblock .portfolioFilter a:hover {
    color: #fff;
    background-color: #d7aa35 !important;
    text-decoration: none;
    text-decoration: none;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
/* ISOTOPE vége */

/* FŐOLDAL REFERENCIÁK eleje */
.description-container {
    height: 100%;
    width: 100%;
    background-color: rgba(195,195,195,0.75);
    padding: 10%;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.isotope-headline {
    z-index: 5;
    position: relative;
}
.img-overflow:hover .description-container {
    top: 0;
}
.img-overflow {
    overflow: hidden;
}
.priority-up {
    z-index: 9999 !important;
}

/* FŐOLDAL REFERENCIÁK vége */

/* FŐOLDAL - KAPCSOLAT eleje */
.kapcsolat {
    background-color: #FF6700;
    color: #fff;
}
.kapcsolat .contentinner span {
    font-size: 25px !important;
}
@media screen and (max-width: 767px) {
    .kapcsolat .contentinner span {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
}
/* FÖOLDAL - KAPCSOLAT vége */

/* LÁBLÉC eleje */
.footer {
    background-color: #808080;
    color: #fff;
}
.footer .pagesbox ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.footer a {
    color: #fff !important;
    text-decoration: none;
}
.footer a:hover {
    color: #d7aa35 !important;
}
.addressbox
.addressbox .address {
    width: 100%;
}
.addressbox .address .ikonhely {
    width: 10%;
    text-align: left;
    display: inline-block;
    vertical-align:top;
    line-height: 1.6em.
}
.addressbox .address .databox {
    width: 80%;
    display: inline-block;
    line-height: 1.6em;
}
@media screen and (max-width: 991px) {
    .footer .gmaps {
        margin-top: 20px;
    }
}

.copyright {
    background-color: #FF8C00;
    color: #fff !important;
    font-size: 12px;
}
.copyright span > a {
    color: #000;
}
/* LÁBLÉC vége */

/* ALOLDALAK eleje */

/* BREADCRUMB eleje */
.breadcrumbblock {
     background:
        linear-gradient(
            rgba(0, 0, 0, 0.5), 
            rgba(0, 0, 0, 0.5)
            ),
        url("oldalelemek/header/4.jpg");

    /*background-image: url("oldalelemek/header/bg-bread.jpg");*/
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    animation-name: elotunes;
    animation-duration: 1s;
    border-bottom: 15px solid #FFB347;
    border-top: 15px solid #FFB347;
    background-color: rgba(0,0,0,0.8);
}
.breadcrumbblock .headline {
    margin-top: 38px !important;
}
.breadcrumbbox {
    text-align: center;
}
.breadcrumb {
    background: transparent !important;
    display: inline-block;
    display: block;
}
.headline > h2 {
    color: #FF8C00;
}
.main-headline > h2 {
    color: #fff;
    padding-top: 50px;
}
/* BREADCRUMB vége */
.headline.backnumber h3{
    font-size: 24px !important;
    line-height: 40px !important;
    position: relative;
}
.headline.backnumber h3:after {
    color: #cecece;
    font-size: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    font-weight: bold;
    line-height: 50px;
    opacity: 0.3;
}
.headline.backnumber.one h3:after {
    content:"01";
}
.headline.backnumber.two h3:after {
    content:"02";
}
.headline.backnumber.three h3:after {
    content:"03";
}
.headline.backnumber.four h3:after {
    content:"04";
}
.headline.backnumber.five h3:after {
    content:"05";
}
.headline.backnumber.six h3:after {
    content:"06";
}
.headline.backnumber.seven h3:after {
    content:"07";
}
.headline.backnumber.eight h3:after {
    content:"08";
}
.headline.backnumber.nine h3:after {
    content:"09";
}
form input,
form textarea,
form button {
    border-radius: 0 !important;
}
form input,
form textarea {
    border-color: #d7aa35 !important;
}
form button {
    padding: 10px 30px !important;
}
/* ALOLDALAK vége */
/* ANIMÁCIÓK eleje */
@keyframes elotunes {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes rugo {
    0% {width: 20%;}
    30% {width: 70%;}
    70% {width: 70%;}
    100% {width: 20%;}
}
/* ANIMÁCIÓK vége */
.footer-img {
    height: 160px;
    width: 200px;
    margin-left: -50px;
}
.fix-height-3-img {
    max-height: 600px;
}
.img-max-height {
    max-height: 300px;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    height: 300px !important;
    border: 3px solid #ff0000;
    padding: 5px;
}
#color-yellow-important > h2 {
    color: #ffcc00 !important;
}
.img-border {
    border: 3px solid #e6e6e6;
}
.box-shadow {
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.resp-row {
    display: table;
    width: 100%;
}
.resp-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.div-helper {
    display: table;
    height: 100%;
    vertical-align: middle; 
}
/*  --------------- multi menu ---------------------*/

.second-level-menu {
    position: absolute !important;
    top: 50px !important;
    width: 350px;
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #d7aa35;
}
@media screen and (max-width: 767px) {
    .first-level-menu:hover > ul  {
        display: none;
    }
}
.first-level-menu:hover > ul  {
    display: block;
}
.termek-nev {
    color: blue;
}
.akciok {
    border: 3px solid #0099ff;
    padding: 15px;
    box-shadow: 5px 5px 5px #888888;
}
.product-img {
    position: relative;
    width: 100%;
    max-height: 250px;
    object-fit: contain;
}
.displaynone {
    display: none;
}
.displaytrue {
    display: block;
}
.index-action {
    background-color: #4da6ff;
    padding: 10px;
    border: 1px solid #008ae6;
}
.box-border {
    border: 3px solid #4da6ff;
    border-radius: 5px;
    padding: 15px;
    height: 300px;
    background-color: #ebebe0;
}
.extra-headline {
    font-size: 22px;
    font-weight: 800;
    text-decoration: underline;
    padding-bottom: 30px;
}
.img-overflow-picture {
    position: relative;
    object-fit: cover;
    height: 300px !important;
    width: 100% !important;
    border: 3px solid #ff0000;
}
.price-box {
    border: 3px solid #ffc966;
    border-radius: 5px;
    padding: 15px;
    background-color: #ffedcc;
    height: 200px;
}
.palyazat-border {
    border: 2px solid #ffc966;
    padding: 15px;
    background-color: #ffedcc;
}

