html, body {
	font-weight: 300;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
img {
	max-width: 100%;
}
.navbar-default .navbar-nav>li>a {
    color: white; 
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.navbar-default {
    background: rgba(50, 94, 124, 0);
    border: 0;
    border-radius: 0;
	transition: all 0.3s ease;
}
.navbar-scrolled {
    background: rgba(50, 94, 124, 1);
}
.navbar-nav>li {
    height: 50px;
}
.header {
    background: url('images/fejlec_kep.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
	min-height: 430px;
    max-height: 1000px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    margin-bottom: 70px;
	padding-top: 50px;
}
.header_logo_box {
    margin-top: 20vh;
    height: 30vh;
    text-align: center;
	min-height: 190px;
    max-height: 400px;
}
.header_logo {
    height: 100%;
}
.title {
    color: #666666;
    text-align: center;
    margin-top: 50px;
    display: block;
    /*box-shadow: 3px 3px 2px rgba(0,0,0,0.1);*/
    padding: 5px 30px 5px 8px;	
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 300;
    font-size: 32px;
	
    font-family: 'Lato','Open Sans', sans-serif;
    position: relative;
}
.title:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    width: 150px;
    max-width: 80%;
    left: 50%;
    text-align: center;
    margin: 0 auto;
    background: #dae4e6;
    height: 1px;
    margin-left: -90px;
}
.title:after {
    position: absolute;
    content: "\f155";
    display: block;
    bottom: -24px;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
    font-size: 16px;
    width: 30px;
    line-height: 1px;
    left: 50%;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    height: 30px;
    padding-top: 14px;
    text-align: center;
    background: white;
    border-radius: 100%;
    color: #dae4e6;
}
.title small {
    font-size: 13px;
    text-transform: none;
    color: #a9a9a9;
}
.home_text {
    color: grey;
    margin: 50px auto;
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    max-width: 700px;
}
.kiemelt_sav {
    margin: 90px 0 60px 0;
    box-shadow: 0 0 4px 6px rgba(0,0,0,0.1);
    padding: 50px 0;
    background: url('images/blokk3.jpg');
    background-attachment:fixed;
    background-size:cover;
    background-position: center;
    color: white;
}
.kiemelt_sav .row {
    margin: 40px 0;
    text-align: center;
}
.number_1sub {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.number_1 {
    font-size: 50px;
    font-weight: bold;
}
.number_2sub {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}
.number_2 {

    font-size: 30px;
    font-weight: bold;
}

.people_box {
    margin: 150px 8% 50px 8%;
    transition: all 0.3s ease;
    position: relative;
}
@media(max-width: 1000px) {
    
    .people_box {
        margin: 150px 8% 100px 8%;
    }
}
.people_box .people_text {
    display: none;
}
.people_box:hover .people_text {
    display: block;
    position: absolute;
    background: white;
    padding: 20px;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 30;
}
.people_image_box {
    text-align :center;
    
}
.people_img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-top: -100px;
    padding: 10px;
    transition: all 0.3s ease;
    
    margin-bottom: -15px;
    box-shadow:0 0 3px 3px rgba(0,0,0,0.1);
}
.people_name {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow:0 0 3px 3px rgba(0,0,0,0.1);
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    padding: 2px;
    font-weight: bold;
    
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
    line-height: 35px;
    background: white;
    z-index: 22;
}
.people_text {
    font-size: 13px;
    font-weight: 300;
    padding: 15px;
    text-align: justify;
}
.people_contact {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 5px 15px;
    font-size: 13px;
}
.people_contact .fa {
    color: grey;
    width: 30px;
}

.people_box:hover .people_img {
    padding: 3px;
}
.people_box:hover .people_name {
    font-size: 15px;
}
@media(min-width: 1000px) {
    .people_row {
    display: flex;
    justify-content: center;
    }
}
.stepbystep .stepbystep_left, .stepbystep .stepbystep_right {
    padding: 90px 50px;
}
.stepbystep {
    margin: 100px 0;
}
.stepbystep_first {
    border-top: 2px solid #2e8aac;
    border-bottom: 2px solid #2e8aac;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);     
}
.stepbystep_last {
    border-bottom: 2px solid #2e8aac;   
    box-shadow: 2px 0px 2px rgba(0,0,0,0.2);     
}
.stepbystep_left {
    border-left: 2px solid #2e8aac;
    box-shadow: -2px 0px 2px rgba(0,0,0,0.2);     
}
.stepbystep_right {
    border-right: 2px solid #2e8aac;
    box-shadow: 2px 0px 2px rgba(0,0,0,0.2);     

}
.stepbystep_cross {
    border-bottom: 2px solid #2e8aac;

}
.step_number {
    font-size: 120px;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    color: grey;    
}
.step_text_box {
    color: grey;
}
.step_title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0 30px 0;
}
.step_number {
    color: #2e8aac;
    text-align: center;

}
.step_text {
    color: grey;
    margin: 10px 0;
    text-align: justify;
    font-size: 14px;
    line-height: 28px;

}
.stepbystep_left .step_text {
    text-align: right;
}
.folyamatswiper {
    height: 460px;
    margin: 50px 0 50px 0;
    padding: 30px 0;
}

.folyamat_box {
    width: 100%;
	width: calc(100% - 60px);
    position: relative;
    margin: 5px 60px 5px 60px;
    z-index: 10;
    padding: 15px 30px;
    background: white;
    height: 390px;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
}
.folyamat_number {
    background: #2E8AAC;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border-radius: 100%;
    line-height: 100px;
    color: white;
    z-index: 5;
    font-size: 30px;
    padding: 0 0 0 10px;
    box-shadow: -2px 0px 6px rgba(255,255,255,0.3);
}
.folyamat_title {
    font-size: 20px;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.folyamat_text {
    font-size: 14px;
    line-height: 130%;
    text-align: justify;
}
.folyamat_next {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.15);
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    color: grey;
    transition: all 0.4s ease;
}
.folyamat_next:hover {
    color: white;
    background: grey;
    cursor: pointer;
}
.folyamat_info {
    position: absolute;
    left: 0;
    bottom: 45px;
    right: 0;
    text-align: center;
}
.btn_folyamat_info {
    color: rgba(69, 69, 69, 0.42);
    border: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.btn_folyamat_info:hover {
    color: white;
    border: 1px solid rgba(0,0,0,0.4);
    background: #2E8AAC;
    text-decoration: none;
}
.btn_folyamat_info p {
    margin: 0;
    padding: 0;
}
.stepbystep {
    margin: 70px 0;
    padding: 50px 0;
    background: url('images/blokk5.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.stepbystep .title {
    /*box-shadow: 3px 3px 2px rgba(255, 255, 255, 0.2);*/
    color: white;
}
.stepbystep .title:after {
    display: none;
}
.contact_box {
    text-align: center;
    margin: 20px 0 0 0;
    background: #f3f3f3;
    padding: 10px 0;
    border-radius: 3px;
    color: #808080;
    font-weight: bold;
}
.contact_box .fa {
    font-size: 50px;
}
.contact_box {
    -webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.contact_box:hover {
    background: #2E8AAC;
    cursor: default;
    color: white;
} 
.btn_submit {
    background: none;
    color: grey;
    display: block;
    width: 165px;
    transition: all 0.4s ease;
}

.btn_submit:hover {
    background: white;
    color: black;

}

.prefooter {
    width: 100%;
    padding: 30px 0 10px 0;
    background-color: #2b2929;
    position: relative;
    background: url('images/blokk7.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin-top: 30px;
}
.prefooter:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(153, 153, 153, 0.31);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.footer {
    font-weight: 400;
    color: #ffffff;
    font-size: 13px;
    line-height: 27px;
    text-align: center;
    padding: 10px 0;
    background-color: #2E8AAC;
    box-shadow: 0 0 1px #000;
}
.footer_title, .footer_text {
    padding-top: 25px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    color: white;
    position: relative;
    font-weight: 400;
}
.footer_title:after {
    width: 100%;
    height: 1px;
    background: white;
    display: block;
    content: "";
    position: absolute;
    left: 0;
}
.footer_text {
    font-size: 12px;
    padding-top: 12px;
    line-height: 17px;
    text-align: justify;
    text-transform: none;
}
.linkek_box {
    padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	margin-top: 0px;
}
.footer_cont {
    padding-bottom: 70px;
    position: relative;
}
.linkek_ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.linkek_ul li {
	display: inline-block;
    padding: 0 15px;	
}
.linkek_ul a {
    font-weight: 400;
    text-decoration: none;
    color: white;
    padding: 0;
    display: inline-block;
    font-size: 12px;
    padding-top: 4px;
    text-align: justify;
    text-transform: none;
}
.linkek_cont {
    font-weight: 400;
    color: white;
    font-size: 12px;
    padding-top: 4px;
    text-align: right;

}
.linkek_ul a:hover {
    color: grey;
}
.subscribe {
    font-weight: 400;
    color: #242424;
    font-size: 13px;
    line-height: 27px;
    text-align: left;
    padding: 60px 0; 
    box-shadow: 0 0 1px #00000040;
    
}
.subscribe_text {
    font-size: 29px;
    font-weight: 300;
    padding: 30px 0;
    text-align: center;
}
.kapcsolat_gr {
	margin-bottom: 25px;
}
#brands_swiper {
    padding: 0 0px;
}
.brand_image {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.brand_img {
	max-height: 100%;
    max-width: 100%;
    text-align: center;
}

.brands_section {
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 20px;

}
.contact {
	margin-bottom: 80px;
}
.invest_ul li {
	margin-bottom: 20px;
}
.brand_box {
	padding: 15px;
    /* background: #f3f3f3; */
    box-shadow: 0 0 1px 0px #545454;
    border-radius: 3px;
    color: #808080;
	overflow: hidden;
	width: 100%;
    transition: all 0.3s ease;
    margin-top: 5px;
}
.brand_box:hover {
    /* background: #2E8AAC; 
    color: white;*/
    box-shadow: 0 0 2px 1px #545454;
}
.brand_image {
}
.brand_text {
    margin: 15px 0 0px 0;
    text-decoration: none !important;
    height: 40px;
}
.brand_box:hover .brand_text {
    text-decoration: none !important;

}
.brands_section .swiper-pagination {
    position: relative;
    margin-top: 35px;
}
.home_imagebox:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    background: #dae4e6;
    right: -50px;
    bottom: -40px;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

.home_imagebox_reverse:before {
    right: 25px;
    left: -50px;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 0% 0, 100% 100%, 0 100%);
}
.home_imagebox_image {
    width: 100%;
}

.header_lenyil {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 30px;
    font-size: 25px;
    line-height: 30px;
    color: white;
    opacity: 1;
    /*transition: all 1s ease;*/
    text-shadow: 0 0 2px rgb(36, 73, 99);
    text-align: center;
}
.contact {

}
.contact .form-control {
    background: rgba(229, 229, 229, 0.1);
    color: grey;
}
.contact label a {
    color: inherit;
}
.contact label {
    color: rgba(116, 116, 116, 0.8);
}
.peoples_section {
    background: url('images/blokk6.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.footer_social_text {
}

.footer_social {
    color: white;
    text-decoration: none;
    font-size: 45px;
    margin: 0 20px 0 0;
}

@media only screen and (max-width: 800px) {
	.header_logo {
		height: auto;
		width: 80%;
	}
	.navbar-default .navbar-toggle {
		border-color: rgba(255,255,255,0.8);
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: rgba(255,255,255,0.8);
	}
	.linkek_ul li {
		display: block;
	}
	.linkek_cont {
		text-align: center;
		margin-top: 20px;
	}
	.number_2sub {
		margin-top: 25px;
    }
    .container {
        overflow: hidden;
    }
    .home_imagebox {
        margin: 70px  0px;
    }
    .kiemelt_sav {
        background-attachment: unset;
        background-size: cover;
        background-position: center;
    }
}


.people_image_box {
    position: relative;
}
.linkedin_prof {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 24px;
    color: grey;
    text-decoration: none;
}
/*
.header_idezet {
    color: rgba(255, 255, 255, 0.74);
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    max-width: 330px;
    position: absolute;
    margin: auto;
    right: 2vw;
    bottom: 3vh;
}
*/

.header_idezet {
    color: rgba(255, 255, 255, 0.74);
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    max-width: 640px;
    margin: 10vh auto 0 auto;
}
.navbarlogoimg_noactive {
    opacity: 0 !important;
}
.navbar-brand {
    padding: 5px 10px;
    opacity: 1;
    transition: all 0.2s ease;
}

.fullmenu_hide {
    opacity: 0;
    transition: all 1.5s ease;    
}


.footer_paly {
    max-height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 1000px) {
    .footer_paly {
        position: relative;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width: 800px) {

    .header_idezet {
        font-size: 20px;
    }
}

.brand_link, .brand_link:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    
    padding: 2px;
    display: block;
}


.brand_box {
    margin: 30px 0;
    overflow: visible; 
    border: 1px solid #ededed; 
    box-shadow: none;
}
.brand_box:hover {
    border: 1px solid #545454; 
    box-shadow: none;
}
.home_brand_hiddenbox {
    max-height: 0;
    overflow: hidden;
    transition: border 0.4s ease;
    z-index: 999;
}

.brand_box:hover .home_brand_hiddenbox {
    position: absolute;
    top: 100%;
    display: block;
    background: white;
    left: -16px;
    right: -16px;
    border: 1px solid #545454; 
    border-top: 0;
    padding: 15px;
    max-height: none;
}
