/* 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;
    animation-name: elotunes;
    animation-duration: 1s;
}
.imgframe img {
    webkit-transition: all 6s linear;
    -moz-transition: all 6s linear;
    -o-transition: all 6s linear;
    transition: all 6s linear;
}
.imgframe:hover a img {
    transform: scale(1.2,1.2);
    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 #e6e600 solid !important;
    padding: 10px 15px !important;
    background-color: #999900;
}
.whitebutton a:hover {
    background-color: #ff531a !important;
    border-color: #e6e600;
    /* color: #346699 !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: #2e5cb8; 
    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: 40px;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 1px 1px #8c8c8c;
    float: left;
}
.logo-img {
    margin-top: 20px;
    margin-right: 10px;
    height: 60px;
    width: 60px;
    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: 25px solid #2e5cb8;
    border-top: 25px solid #2e5cb8;
}
.tartalomvalto .carousel-inner {
    /*background-image: url("oldalelemek/header/header6.jpg");*/
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tartalomvalto .carousel-inner .item {
    width: 100%;
    height: 600px;
}
.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: 36%;
}
@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: 30px;
        
    }
}
.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: #ffcc00 !important;
    color: #0066ff !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/header1.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 {
    transform: scale(1.2,1.2);
    background: #fff;
    z-index: 999;
}
.isotope .isotopeinfo .lead {
    margin-bottom: 7px !important;
}
.isotope .isotopeinfo {
    background-color: rgba(195,195,195,1);
    padding: 3% !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-picture {
    overflow: hidden;
    height: 350px !important;
    width: 100%;
    object-fit: cover;
}
.priority-up {
    z-index: 9999 !important;
}

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

/* FŐOLDAL - KAPCSOLAT eleje */
.kapcsolat {
    background-color: #2e5cb8;
    color: #fff;
}
.kapcsolat .contentinner span {
    font-size: 18px !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: #595959;
    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: #d7aa35;
    color: #fff !important;
    font-size: 12px;
}
/* LÁBLÉC vége */

/* ALOLDALAK eleje */

/* BREADCRUMB eleje */
.breadcrumbblock {
    background-image: url("oldalelemek/header/tiago-winner.png");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    animation-name: elotunes;
    animation-duration: 1s;
    border-bottom: 15px solid #ffcc00;
    border-top: 15px solid #ffcc00;
}
.breadcrumbblock .headline {
    margin-top: 38px !important;
}
.breadcrumbbox {
    text-align: center;
}
.breadcrumb {
    background: transparent !important;
    display: inline-block;
    display: block;
}
.breadcrumb li a {
    color: #fff !important;
}
.breadcrumb > .active {
    color: yellow !important;
}
.headline > h2 {
    color: #b32400;
} 
/* 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";
}
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: 550px;
    object-fit: contain;
}
#color-yellow-important > h2 {
    color: #ffcc00 !important;
}
.about-us-right-content {
    margin: 30px;
    border: 1px solid #808080;
}
.extra-padding {
    padding-right: 50px !important;
}
.dropbtn {
    line-height: 50px !important;
    display: block !important;
    padding: 0 25px !important;
    padding-bottom: 4px;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 10px;
    border: none;
    background: none;
    color: #346699;
}
.dropbtn:after {
    content:"";
    width: 9px;
    height: 9px;
    display: block;
    border: #d7aa35 1px solid;
    background-color: #fff;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fomenu .navbar-nav .dropdown li:after {
    display: none !important;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content:after {

}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
dropdown-content li {
    padding: 6px 6px;
}

.dropdown-content a {
    padding: 6px 12px;
    text-decoration: none;
    display: block;
    color: #346699 !important;
    position: relative;
    overflow: hidden;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {

}
.img-border {
    border: 1px solid #808080 !important;
}