/* 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%;
}
.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;
    z-index: 999;
}
@media screen and (max-width: 767px) {
    .imgframe img {
            width: 100% !important;
            max-width: auto !important;
    }
}
.contentblock {
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.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 #fff solid !important;
    padding: 10px 15px !important;
}
.whitebutton a:hover {
    background-color: #fff !important;
    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: #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: 999999 !important;
    animation-name: elotunes;
    animation-duration: 1s;
}
.fomenu .navbar-nav {
    float: right !important;
    margin-top: 25px;
    max-width: 100%;
    height: auto;
	font-size: 16px;
}
.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;
    }
}
.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: 850px) {
    .fomenu .navbar-nav li span,
    .fomenu .navbar-nav li a {
      padding: 0 15px !important;
    }
    .fomenu .navbar-brand {
        width: 200px;
        margin-top: 15px;
    }
     .fomenu .navbar-brand img {
        max-width: 200px;
    }
}
.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: #666666 !important;
	font-size: 20px;
    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: #ff9933 2px 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;
}
.tartalomvalto .carousel-inner {
    background-image: url("oldalelemek/slider-1.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: 1199px) {
    .carousel-caption {
        right: 10% !important;
        left: 10% !important;
    }
}
.tartalomvalto .carousel-caption h3 {
    font-weight: 100 !important;
    font-size: 40px !important;
    color: #000 !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;
}
.tartalomvalto .carousel-caption p {
    font-family: 'Exo', sans-serif !important;
    font-weight: normal !important;
    color: #000 !important;
    font-size: 22px;
    margin: 0;
}
.tartalomvalto .carousel-caption a {
    border: #000 2px solid;
    padding: 10px 15px !important;
    display: inline-block;
    margin: 20px auto;
    font-family: 'Exo', sans-serif !important;
    font-weight: 700;
    color: #000;
}
.tartalomvalto .carousel-caption a:hover {
    background-color: #000 !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;
}
/* 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: #ff9933 !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/rolunk_bg.jpg");
    background-size: cover;
    color: #fff !important;
}
.bemutatkozas .headlinesub {
    color: #fff;
}
.bemutatkozas .headline h2:after {
    background: #fff;
}
.bemutatkozas .textline {
    margin-bottom: 20px;
}
/* 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: #c3c3c3;
    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 - KAPCSOLAT eleje */
.kapcsolat {
    background-color: #999999;
    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: #666666;
    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: #ff9933 !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: #ff9933;
    color: #fff !important;
    font-size: 12px;
}
/* LÁBLÉC vége */

/* ALOLDALAK eleje */

/* BREADCRUMB eleje */
.breadcrumbblock {
    background-image: url("oldalelemek/slider-1.jpg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    animation-name: elotunes;
    animation-duration: 1s;
}
.breadcrumbblock .headline {
    margin-top: 38px !important;
}
.breadcrumbbox {
    text-align: center;
}
.breadcrumb {
    background: transparent !important;
    display: inline-block;
    display: block;
}
/* 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 {
}
.headline.backnumber.two h3:after {
}
.headline.backnumber.three h3:after {
}
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 */