

.contact-section-bottom input[type="text"],
.contact-section-bottom input[type="email"],
.contact-section-bottom input[type="tel"],
.contact-section-bottom textarea{
	border:2px solid #27ae61;
}

.page_contact input[type="text"],
.page_contact input[type="email"],
.page_contact input[type="tel"],
.page_contact textarea{
	border:2px solid #27ae61;
}
 

.whychooseus{
	text-align:center;
	padding-top:60px !important;
	padding-bottom:10px !important;
}

.whychooseus .feature_col .media-body{
    background: padding-left:0px !important;
    padding: 10px !important;
    padding-top: 20px !important;
    border:1px solid #27ae61;
}

.whychooseus .feature_col .media-body h5:after {
    background: #27ae61;
    margin:auto !important;
    margin-top: 8px !important;
}

.whychooseus .feature_col p{
	font-weight: 500 !important;
}

#introduction-with-overlay{
	height:600px;
	position:relative;
	background-size:cover !important;
	background-repeat:no-repeat  !important;
}

#introduction-with-overlay .overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0,0.8) !important;
	display:flex;
	justify-content: center;
	align-items:center;
	flex-direction:column;
	padding-left:20px;
	padding-right:20px;
}

#introduction-with-overlay .overlay h1{
	color:#fff;
    font-size:55px;
    text-align:center;
}

@media(max-width:768px){
	footer.row{
		padding-left:15px !important;
	}
}

@media(max-width:550px){
	#introduction-with-overlay .overlay h1{
		font-size:45px;
	}
}

@media(max-width:460px){
	#introduction-with-overlay .overlay h1{
		font-size:38px;
	}
}

@media(max-width:360px){
	#introduction-with-overlay .overlay h1{
		font-size:28px;
	}

	#introduction-with-overlay .overlay h5 {
    	font-size: 28px;
	}	

	.discover_services h2.discover_heading{
		font-size:30px !important;
	}

	.media.discover_services .media-left{
		padding-left:18px !important;
	}

	.eredmenyeink-szekcio h3{
		font-size:15px;
	}

	.testimonials h2{
		font-size:28px;
	}
}




#introduction-with-overlay .overlay h1:after {
    display: block;
    content: '';
    width: 100px;
    height: 2px;
    background: #27ae61;
    margin: 10px auto 0;
}

#introduction-with-overlay .overlay h5{
	color:#fff;
	font-size:28px;
	text-align:center;
}

#introduction-with-overlay .overlay p{
	color:#fff;
	margin-top:20px;
	text-align:center;
}

.h2-container h2{
	max-width: 580px;
	margin:auto;
	margin-bottom:20px;
}

.havidijas-szekcio .title_row, .eredmenyeink-szekcio .title_row{
	max-width:1200px !important;
}

.result-img-container{
	margin-top:-35px !important;
}

.result-img-container img{
	width:100% !important;
}

.result-img-container h3{
	text-align:center;
	color:#27ae61;	
}

.page_pricing.contentRow{
	padding-top:60px !important;
	padding-bottom:30px !important;
}

.eredmenyeink-szekcio .contentRow{
	padding-top:55px !important;
	padding-bottom:20px !important;
}

.testimonials.contentRow{
	padding-top:60px !important;
	padding-bottom:20px !important;	
}

.contact-section-bottom .contentRow{
	padding-top:60px !important;
	padding-bottom:40px !important;	
}

@media(max-width:768px){
	.not-mobile{
		display:none !important;
	}

	.offer_service .learn_more {
		width:100% !important;
		display:inline-block;
		text-align:center;
	}
}

.only-mobile{
	display:none  !important;
}

@media(max-width:768px){
	.only-mobile{
		display:block !important;
	}
}

.logo_row .logo{
	width: 100%;
}

@media(max-width:768px){
	.logo_row .logo img{
		margin: auto;
	    display: block;
	}

	.logo_row ul{
		display:none !important;
	}
}

.result-img-container{
	text-align:center;
}

.cta_btn{
	background: #27ae61;
    color: #fff !important;
    border: 2px solid #eaeff1;
    line-height: 41px;
    display: inline-block;
    text-align: center;
    border-radius: 18px;
    padding: 3px 10px;
    margin-top:25px;
   font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}


#mobile-fix-bottom .fixed {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #27ae61;
    width: 100%;
    text-align: center;
    padding: 6px;
    display: none;
    z-index: 100000;
}

#mobile-fix-bottom a{
	color:#fff;
}

@media (max-width: 500px){ 
	#mobile-fix-bottom .fixed {
	    display: block;
	}
 }

#mobile-fix-bottom .white-bg a{
     background: #fff;
    color: green;
    padding: 4px 10px;
    display: inline-block;
    margin-top: 10px;
}

strong{
	color:#000 !important;
}

#introduction-with-overlay strong{
	color:#fff !important;
	font-weight:900 !important;
}

.how-works-2{
	margin-top:-100px !important;
}

.how-works-2 img{
	transform:scale(0.95);
}

.how-works-1 img{
	transform:translateX(55px);
}

@media(max-width:960px){
	.how-works-1 img{
		transform: translateX(25px);
	}
}

@media(max-width:900px){
	.how-works-1 img{
		transform: translateX(5px);
		width:95%;
	}
}

@media(max-width:768px){
	.how-works-1 img{
		width:100%;
		margin-top: 50px;
	}
}

@media(max-width:1200px){
	.how-works-2 img{
		width:100%;
	}
}

#introduction-with-overlay .btn-container{
	display:flex;
	flex-direction:row;
}

@media(max-width:700px){
	#introduction-with-overlay .btn-container{
		flex-direction:column;
	}
}

#introduction-with-overlay .btn-container a{
	margin-left:10px !important;
	margin-right:10px !important;
}

.cta_btn.outline{
	background:transparent !important;
}

.cta_btn:hover{
	transform:scale(1.1);
}

#customers-said{

}

.amiben-jobbak{
	text-align:center;
	margin-top:-120px !important;
}

.amiben-jobbak .media-body img{
	width:100% !important;
}

.amiben-jobbak .media-body h5{
	margin-top:20px;
	font-size:20px;
}

.amiben-jobbak .media-body p{
	
}

.o-velemenyek-szekcio{

}

.o-velemenyek-szekcio .website{
    font-family: 'Droid Serif', serif;
    font-style: italic;
    color: #777777;
    text-transform: none;
    margin-left: 10px;
}

.o-velemenyek-szekcio .img-section{
	display:flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items:center !important;
	margin-top: 10px;
    margin-bottom: 10px;
}

.o-velemenyek-szekcio .img-section .outer-container{
	width:60% !important;
	padding: 5px;
    border: 1px solid #27ae61;
    border-radius: 50%;
}

.o-velemenyek-szekcio .img-section img{
	max-width:100% !important;
	border-radius:50% !important;
	/*margin:10px !important;
	border:1px solid green !important;*/
}

.o-velemenyek-szekcio .fa-star{
	color: #e99544;
}


.o-velemenyek-szekcio .desc{
	font-family: 'Droid Serif', serif;
    font-style: italic;
    color: #777777;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.o-velemenyek-szekcio .pricing_title{
	margin-bottom: 8px !important;
	line-height: 22px !important;
}

.pricing_table .pricing_title:before{
	    margin-bottom: 12px !important;
}

@media(max-width:768px){
	.o-home-car-sect{
		display:none !important;
	}

	/*.o-home-car-sect img{
		max-width:100% !important;
	}*/
}