html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
}
body { 
    font-family: 'Roboto', sans-serif; 
    font-size: 16px; 
    font-weight: 300; 
    color: #888; 
    line-height: 30px; 
    text-align: center; 
}
strong { font-weight: 500; }

a { color: #f35b3f; border-bottom: 1px dashed #f35b3f; text-decoration: none; transition: all .3s; }
a:hover, a:focus { color: #f35b3f; border: 0; text-decoration: none; }

h1, h2 { margin-top: 10px; font-size: 38px; font-weight: 100; color: #555; line-height: 50px; }
h3 { font-size: 22px; font-weight: 300; color: #555; line-height: 30px; }
h4 { font-size: 18px; font-weight: 300; color: #555; line-height: 26px; }

img { max-width: 100%; }

.hirdetmeny {
    width: 80%;
    margin: 0 auto;
    

}

.szinkiemel { background-color:rgba(255,215,0,0.7) !important; }
.szinkiemel:hover {background-color: #000 !important; color:#fff;}

.sdes bal i {
    margin-right: 5px; 
    font-size:100%;
    color:goldenrod;
    
}

.hirdetmeny img {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    
}


.medium-paragraph { font-size: 18px; line-height: 34px; }
::-moz-selection { background: #f35b3f; color: #fff; text-shadow: none; }
::selection { background: #f35b3f; color: #fff; text-shadow: none; }
/***** Wrapper *****/
.wrapper { display: block; }
/***** Sidebar *****/
.sidebar {
	width: 250px; height: 100vh; position: fixed; top: 0; left: -255px; z-index: 999; 
	background: #333; color: #fff; transition: all .3s; box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
	text-align: left;
}
.sidebar.active { left: 0; }
.dismiss {
	width: 35px; height: 35px; position: absolute; top: 10px; right: 10px; transition: all .3s; 
	background: #444; border-radius: 4px; display: flex; justify-content: center; align-items: center;  
}
.dismiss:hover, .dismiss:focus { background: #555; color: #fff; cursor: pointer;}

.felsokeret {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.logo {
    width: 80%;
    margin: 20px 11% 10px 9%;
    float: left;
}

.logo img {
    width: 100%;
    height: auto;
    float: left;
}

.ftbxo {
    width: 80%;
    margin-left: 10%;
    text-align: center;    
    font-size: 80%;
    font-weight: bold;
    flex-wrap: wrap;
    display: flex;
    
}

.ftbxo a {border:none;
    color:#fff;
    line-height: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.sidebar ul.menu-elements { padding: 10px 0; border-bottom: 1px solid #444; transition: all .3s; }
.sidebar ul li a {
	display: block; padding: 10px 20px;
	border: 0; color: #fff;
}
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus { outline: 0; background: #555; color: #fff; }
.sidebar ul li a i { margin-right: 5px; }
.sidebar ul li.active > a, a[aria-expanded="true"] {
	background: #444;
	color: #fff;
}
.sidebar ul ul a { background: #444; padding-left: 30px; font-size: 14px; }
.sidebar ul ul li.active > a { background: #555; }
.sidebar a[data-toggle="collapse"] {
    position: relative;
}
.sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.sidebar .to-top { padding: 20px; text-align: center; }
.sidebar .dark-light-buttons { padding: 10px 20px 30px 20px; text-align: center; }
/* sidebar light */
.sidebar.light { background: #fff; color: #888; }
.sidebar.light .dismiss { background: #ddd; color: #888; }
.sidebar.light .dismiss:hover, 
.sidebar.light .dismiss:focus { background: #ccc; color: #888; }
.sidebar.light .logo { }
.sidebar.light .logo a { }
.sidebar.light ul.menu-elements { border-color: #eee; }
.sidebar.light ul li a { color: #888; }
.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active > a:hover,
.sidebar.light ul li.active > a:focus { background: #ccc; color: #888; }
.sidebar.light ul li.active > a, .sidebar.light a[aria-expanded="true"] {
	background: #ddd;
	color: #888;
}
.sidebar.light ul ul a { background: #ddd; }
.sidebar.light ul ul li.active > a { background: #ccc; }
.sidebar.light a.btn-customized-3 { background: #ddd; color: #888; }
.sidebar.light a.btn-customized-3:hover, 
.sidebar.light a.btn-customized-3:active, 
.sidebar.light a.btn-customized-3:focus, 
.sidebar.light a.btn-customized-3:active:focus, 
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #ccc; color: #888;
}
.sidebar.light a.btn-customized-4.btn-customized-dark { background: #555; }
.sidebar.light a.btn-customized-4.btn-customized-light { background: #eee; }
.sidebar.light a.btn-customized-4.btn-customized-dark:hover, 
.sidebar.light a.btn-customized-4.btn-customized-dark:active, 
.sidebar.light a.btn-customized-4.btn-customized-dark:focus, 
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus, 
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #ccc; color: #fff;
}
.sidebar.light a.btn-customized-4.btn-customized-light:hover, 
.sidebar.light a.btn-customized-4.btn-customized-light:active, 
.sidebar.light a.btn-customized-4.btn-customized-light:focus, 
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus, 
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #ccc; color: #fff;
}
/***** Dark overlay *****/







.overlay {



    display: none; position: fixed; width: 100vw; height: 100vh; 



    background: rgba(51, 51, 51, 00); z-index: 998; opacity: 0; transition: all .5s ease-in-out;



}







.overlay.active { display: block; opacity: 1; }











/***** Content *****/







.content { width: 100%; transition: all 0.3s; }







.open-menu { position: fixed; top: 20px; left: 10px; z-index: 997; box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2); }







.open-menu.btn-customized,



.open-menu.btn-customized:hover, 



.open-menu.btn-customized:active, 



.open-menu.btn-customized:focus, 



.open-menu.btn-customized:active:focus, 



.open-menu.btn-customized.active:focus,



.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,



.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {



	box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);



}











/***** Buttons *****/







a.btn-customized {



	margin-left: 5px; margin-right: 5px; padding: .75rem 1.5rem; 



	background: #FFCC00; border: 0; border-radius: 4px; 



	font-size: 16px; font-weight: 300; color: #000; box-shadow: none;



}







a.btn-customized:hover, 



a.btn-customized:active, 



a.btn-customized:focus, 



a.btn-customized:active:focus, 



a.btn-customized.active:focus,



a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,



a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {



	outline: 0; background: #000; background: rgba(0, 0, 0, 0.7); border: 0; color: #fff; box-shadow: none;



}







a.btn-customized-2 {



	margin-left: 5px; margin-right: 5px; padding: .75rem 1.5rem; 



	background: #fff; border: 0; border-radius: 4px; 



	font-size: 16px; font-weight: 300; color: #555; box-shadow: none;



}







a.btn-customized-2:hover, 



a.btn-customized-2:active, 



a.btn-customized-2:focus, 



a.btn-customized-2:active:focus, 



a.btn-customized-2.active:focus,



a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,



a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {



	outline: 0; background: #ccc; background: rgba(255, 255, 255, 0.5); border: 0; color: #555; box-shadow: none;



}







a.btn-customized-3 {



	display: inline-block; width: 100%; margin: 0; padding: .75rem 1.5rem; 



	background: #444; border: 0; border-radius: 4px; 



	font-size: 16px; font-weight: 300; color: #fff; box-shadow: none;



}







a.btn-customized-3:hover, 



a.btn-customized-3:active, 



a.btn-customized-3:focus, 



a.btn-customized-3:active:focus, 



a.btn-customized-3.active:focus,



a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,



a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {



	outline: 0; background: #555; border: 0; color: #fff; box-shadow: none;



}







a.btn-customized i, 



a.btn-customized-2 i,



a.btn-customized-3 i { margin-right: 5px; }











a.btn-customized-4 {



	display: inline-block; width: 28px; height: 28px; margin: 0 3px; padding: 0; 



	background: #444; border: 0; border-radius: 50%; 



	font-size: 16px; font-weight: 300; color: #fff; box-shadow: none; text-indent: -999999px;



}







a.btn-customized-4.btn-customized-dark { background: #222; }



a.btn-customized-4.btn-customized-light { background: #fff; }







a.btn-customized-4.btn-customized-dark:hover, 



a.btn-customized-4.btn-customized-dark:active, 



a.btn-customized-4.btn-customized-dark:focus, 



a.btn-customized-4.btn-customized-dark:active:focus, 



a.btn-customized-4.btn-customized-dark.active:focus,



a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,



a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {



	outline: 0; background: #555; border: 0; color: #fff; box-shadow: none;



}







a.btn-customized-4.btn-customized-light:hover, 



a.btn-customized-4.btn-customized-light:active, 



a.btn-customized-4.btn-customized-light:focus, 



a.btn-customized-4.btn-customized-light:active:focus, 



a.btn-customized-4.btn-customized-light.active:focus,



a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,



a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {



	outline: 0; background: #555; border: 0; color: #fff; box-shadow: none;



}











/***** General style, all sections *****/







.section-container { margin: 0 auto; padding-bottom: 80px; }







.section-container-gray-bg { background: #f8f8f8; }







.section-container-image-bg, 



.section-container-image-bg h2, 



.section-container-image-bg h3 { color: #fff; }







.section-container-image-bg .divider-1 span { border-color: #fff; border-color: rgba(255, 255, 255, 0.8); }







.section-description { margin-top: 60px; padding-bottom: 10px; }







.section-description p { margin-top: 20px; padding: 0 120px; }



.section-container-image-bg .section-description p { opacity: 0.8; }







.section-bottom-button { padding-top: 20px; }











/***** Divider *****/







.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }











/***** Top content *****/







.top-content { width: 100%; padding: 60px 0 120px 0; }







.top-content h1 { padding-top: 60px; color: #fff; }



.top-content .description { margin: 30px 0 0 0; padding-bottom: 30px; }



.top-content .description p { color: #fff; color: rgba(255, 255, 255, 0.8); }



.top-content .description a { color: #fff; color: rgba(255, 255, 255, 0.8); border-color: #fff; border-color: rgba(255, 255, 255, 0.8); }



.top-content .description a:hover,



.top-content .description a:focus { color: #fff; color: rgba(255, 255, 255, 0.8); }











/***** Section 1 *****/







.section-1-box { padding-top: 30px; text-align: left; }







.section-1-box .section-1-box-icon {
	width: 80px; height: 80px; margin: 0 auto;
	border: 1px solid #FFCC00;
    font-size: 40px; color: #FFCC00;
    border-radius: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-1-box h3 { margin-top: 0; padding: 0 0 10px 0; }

/***** Section 2 *****/







.section-2-box { margin-top: 30px; text-align: left; }



.section-2-box h3 { margin-top: 0; }



.section-2-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }



.section-2-box img { border-radius: 6px; }











/***** Section 3 *****/







.section-3-box { margin-top: 30px; text-align: left; }







.section-3-box .section-3-box-icon {

	width: 60px; height: 60px; margin: 0 auto;
	background: #FFCC00;
    font-size: 28px; color: #fff;
    border-radius: 5%;
    display: flex;
    align-items: center;
    justify-content: center;

}







.section-3-box h3 { margin-top: 0; padding: 0 0 10px 0; }











/***** Section 5 *****/







.section-5-box { padding-top: 30px; text-align: left; }







.section-5-box-image { overflow: hidden; border-radius: 6px; }



.section-5-box-image img { transition: all .8s; }



.section-5-box-image:hover img { transform: scale(1.25); }







.section-5-box h3 { margin-top: 30px; }



.section-5-box h3 a { color: #555; border: 0; }



.section-5-box h3 a:hover, .section-5-box h3 a:focus { color: #f35b3f; }







.section-5-box h3 i { padding-left: 10px; color: #ccc; transition: all .3s; }



.section-5-box h3:hover i { padding-left: 15px; }







.section-5-box-date { padding-bottom: 10px; font-size: 14px; color: #aaa; text-transform: uppercase; }







.section-5-box-date i { padding-right: 5px; color: #ddd; }







.section-5-container .section-bottom-button { padding-top: 40px; }











/***** Section 6 *****/







.section-6-box { padding-top: 30px; text-align: left; }







.section-6-box h3 { margin-top: 0; }







/* contact form */



.section-6-form { padding-top: 20px; text-align: left; }







.section-6-form input[type="text"],



.section-6-form textarea {



    background: none; border: 1px solid #fff; 



    font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 300; color: #fff; 



    box-shadow: none;



    transition: all .3s;



}







.section-6-form textarea { height: 90px; }







.section-6-form input[type="text"]:focus,



.section-6-form textarea:focus { outline: 0; background: #fff; border: 1px solid #fff; color: #888; box-shadow: none; }







.section-6-form input[type="text"].input-error, 



.section-6-form textarea.input-error { border-color: #f35b3f; }







.section-6-form input[type="text"]::-moz-placeholder,



.section-6-form textarea::-moz-placeholder { color: #ccc; font-style: italic; }







.section-6-form input[type="text"]:-ms-input-placeholder,



.section-6-form textarea:-ms-input-placeholder { color: #ccc; font-style: italic; }







.section-6-form input[type="text"]::-webkit-input-placeholder,



.section-6-form textarea::-webkit-input-placeholder { color: #ccc; font-style: italic; }







.section-6-form button.btn-customized {



	padding: .75rem 1.5rem; 



	background: #f35b3f; border: 0; border-radius: 4px; 



	font-family: 'Roboto', sans-serif;



	font-size: 16px; font-weight: 300; color: #fff; box-shadow: none;



}







.section-6-form button.btn-customized:hover, 



.section-6-form button.btn-customized:active, 



.section-6-form button.btn-customized:focus, 



.section-6-form button.btn-customized:active:focus, 



.section-6-form button.btn-customized.active:focus,



.section-6-form button.btn.btn-primary:not(:disabled):not(.disabled):active,



.section-6-form button.btn.btn-primary:not(:disabled):not(.disabled):active:focus {



	outline: 0; background: #cd533d; background: rgba(243, 91, 63, 0.7); border: 0; color: #fff; box-shadow: none;



}







.section-6-form button.btn-customized i { margin-right: 5px; }



/* end contact form */







.section-6-social { padding-top: 20px; }







.section-6-social a {
	display: inline-block; width: 46px; height: 46px; margin: 0 10px 10px 0; 
	background: #fff; border: 0; border-radius: 50%; color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;

}



.section-6-social a:hover, 



.section-6-social a:focus { background: #ccc; background: rgba(255, 255, 255, 0.5); border: 0; color: #555; }











/***** Footer *****/







footer { padding: 40px 0; }

/* villogo cuccos */

.villogkapcs {
  background-color: #000;
  animation: pulse4 1.5s infinite;
  color:#000;
    
}

.villogokapcsolo {
    position:fixed;
    z-index: 100;
    right: 0;
    top:0;
    width: 200px;
    margin: 30px 0 0 0;
}

.villogokapcsolo2 {
    position:fixed;
    z-index: 100;
    right: 0;
    top:60px;
    width: 200px;
    margin: 30px 0 0 0;
}

a.kiemel2 {
  background-color: #000;
  animation: pulse2 1s infinite;
    padding: 15px;
    color:#000;
    font-size: 110%;  
    border-bottom: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a.kiemel3 {
  background-color: #000;
  animation: pulse3 1s infinite;
    padding: 15px;
    color:#000;
    font-size: 110%;  
    border-bottom: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a.kiemelkosar {
  background-color: #000;
  color: white;
    padding: 15px;
    
    font-size: 110%;  
    border-bottom: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@keyframes pulse2 { 	
    100% {background-color: #fff;  }
  	50% {   background-color: red; }
    0% {   background-color: #fff; }
				 }

@keyframes pulse3 { 	
    100% {background-color: red;  }
  	50% {   background-color: #fff; }
    0% {   background-color: red; }
				 }

@keyframes pulse4 { 	
    100% {background-color: #666;  }
  	50% {   background-color: #333; }
    0% {   background-color: #666; }
				 }

/* bovites eddig */





@media only screen and (min-width: 800px) {
 
    
    
  .sidebar {
    left: 0 !important;
  }
	.dismiss {
		display: none !important;
	}
	#ajax_box {
		margin-left: 250px;
	}
}
.error {
	background-color: red !important;
}
.logo {
	cursor: pointer;
}

/* zsolti kieg kód */

.vezerlo {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;

    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
}

.cimsor {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;  
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: stretch;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    
}

.ipfbox {
    padding: 10px;
    width: 100%;
    background-color: #f1f1f1;
    transition: 0.5s;
}

.ipfbox:hover {
    background-color: #FFCC00;
    
    
}

.cimsor_1 { width: 100%; }

.cimsor_1 h3 {
    text-transform: uppercase;
    padding: 0;
    margin: 10px 0 0 0;
    line-height: 15px;
    
    
}

.cimsor_1 h4 {
    font-size: 80%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    
}

.folyamatabra {
    width: 100%;
    height: auto;
    display: flex;
    margin: 10px 0;
    padding-bottom: 15px;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #ccc;
    
}

.folyamatabra .ikon {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    
    
    
}

.ipfbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: stretch;
    column-gap: 5px;
    row-gap: 5px;
    width: 100%;
    
    
}

.ipfbox ul li {
    background-color: #ccc;
    padding:0;
     width: 100%;
    color:#fff;
    font-size: 80%;
    
    
}

.latszik {
    border: solid 4px green;
    
 
}

.nemlatszik {
    border: solid 4px red;
opacity:0.6;
}


.sbox {
    width: calc(100% - 40px);
    margin: 40px 0;
    padding:20px;
    float: left;
    border-top: solid 1px #ccc;
    
}

.sboxsor {
    border-left: solid 10px #FFCC00;
    width: calc(50% - 20px);
    float: left;
    text-align: left;
    padding: 20px 0;
    margin: 0 10px;
  
}

.sboxsor label {
    width: calc(100% - 40px);
    text-align: left;
    margin-left: 20px;
    font-size: 120%;
}

.sboxsor input {
    width: calc(100% - 40px);
    text-align: left;
    margin-left: 20px;
    border:none;
    border: solid 1px #ccc;
    padding: 10px;
}

button.gomb {
    border:none;
    background-color: #FFCC00;
    color:#000;
    padding: 10px 20px;
    border-radius: 5%;
    transition: 0.5s;
}

button.gomb:hover {
    background-color: #000;
    color:#fff;
}

button.gomb2 {
    border:none;
    background-color: #FFCC00;
    color:#000;
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s;
    font-size: 130%;
}

button.gomb2:hover {
    background-color: #000;
    color:#fff;
}

button.gomb3 {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s;
    background: none;
    border: solid 5px #fff;



}
button.gomb3:hover {
        border: solid 5px #FFCC00;
}


ul.box4  {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    justify-items: center;
    align-items: stretch;
    column-gap: 5px;
    row-gap: 5px;
    width: 100%;

}

 ul.box4 li {
    padding:0px;
    width: 100%;
    font-size: 100%;
    border: solid 1px #ccc;
    text-align: left;
    color:#000;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: left;
    min-height: 100px;
}

ul.box4 li .xbox {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-right: solid 2px #fff;
    background-color: #fff;
    transition: 0.5s;

}

ul.box4 li .xbox:hover {
   /* background-color: #FFCC00;*/
}

ul.box4 li .xbox input {
    display: none;
}

ul.box4 li .xbox label {
    width: 100%;    
    float: left;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center; 
    padding: 20px;
    cursor: pointer;
}

/*[type="checkbox"]:checked + label {    
    background-color: #FFCC00 !important;
}
*/

label.active {
    background-color:aqua; 
}


ul.box4 li .xbox .checkbox {
    width: 10% !important;    
    float: left;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
 
}



ul.box4 li .arbox {
    width: 30% !important;    
    float: left;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 120%;
    flex-wrap: wrap;
    background-color: #FFCC00;
}

ul.box4 li .arbox .idotartam {
    font-size: 230%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0 5px 0;
    color:#000;

}

ul.box4 li .arbox .perc {
    font-size: 80%;
    width: 80%;
    border-bottom:dashed 1px #000;
    display: flex;
    justify-content: center;
    text-align: right;
    letter-spacing: 0px;
    
}
ul.box4 li .arbox .ar {
    font-size: 100%;
    width: 100%;    
    display: flex;
    justify-content: center;
    padding: 0px 0 10px 0;
    
}

ul#ipered {
     list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: stretch;
    column-gap: 5px;
    row-gap: 5px;
    width: 100%;
}

ul#ipered li {
    border: solid 1px #ccc;
    width: 100%;
    padding: 10px;
    color:#000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

ul#ipered li:nth-child(3n - 2) {
    display: flex;
    align-items: center;
    justify-content:flex-start;
    line-height: 18px;
}

ul#ipered li:nth-child(3n - 1) {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120%;
    
}

ul#ipered li:nth-child(3n - 0) {
    display: flex;
    align-items: center;
    justify-content:flex-end;
    font-size: 120%;
}



ul#ipered lh{ 
    border: solid 1px #FFCC00;
    background-color: #FFCC00;
    color:#000;
    padding: 10px;
    width: 100%; 
    font-size: 110%;
    font-weight: bold;
}

ul#ipered2 {
     list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: stretch;
    column-gap: 5px;
    row-gap: 5px;
    width: 100%;
}

ul#ipered2 li {
    border: solid 1px #ccc;
    width: 100%;
    padding: 10px;
    color:#000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	font-size: 120%;
	
}

ul#ipered2 li:nth-child(3n - 2) {
    display: flex;
    align-items: center;
    justify-content:center;
    line-height: 18px;
	
}

ul#ipered2 li:nth-child(3n - 1) {
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}

ul#ipered2 li:nth-child(3n - 0) {
    display: flex;
    align-items: center;
    justify-content:center;
    
}



ul#ipered2 lh{ 
    border: solid 1px #FFCC00;
    background-color: #FFCC00;
    color:#000;
    padding: 10px;
    width: 100%; 
    font-size: 110%;
    font-weight: bold;
}




.idok {
    display: flex;
    font-size: 200%;  
    width: 100% !important;
    min-height: 10px;
    text-align: center;
    margin-top: 20px;
    padding: 20px 0;
    border-top: solid 2px #FFCC00;
    justify-content: center;
    align-items: center;
 flex-wrap:wrap;
}
.idok #info {
    width: 100%;
    font-weight: normal;
    
    
}
.idok div {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    width: auto;
    float: left;
}
#alap1 {width: 100%;}


ul.sdes {
    padding: 0;
    margin: 0;
    list-style: none;
}



li.sdes1 {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    text-align: center;
    font-size: 120%;

     line-height: 25px;
}

li.sdes2 {
    width: 100%;
    padding: 0;
    border-bottom: solid 1px #FFCC00;
}



li.sdes2 a {
    width: 100%;
    line-height: 20px;
    text-align: left;
    font-size: 85%;
    color:#000;
    display: flex;
    align-items: center;
    border:none;
    transition: 0.5s;
    padding: 10px 10px;
    background-color: #fff;
}

li.sdes2 a:hover {
    background-color: #FFCC00;
}


li.sdes2 a bal {
    width: 75%;
    float: left;
}


li.sdes2 a jobb {
    width: 25%;
    float: right;
    text-align: right;
    font-size: 110%;
}

/* folyamatabra */

.htmero {
    width: calc(100% - 250px);
    left:250px;
    bottom:0;

    height: 10px;
    background-color: #000;
    text-align: left;
    position:fixed;
    z-index: 2 !important;
}
.htmero2 {
    margin-left:0;
    height: 10px;
    background-color: #FFCC00;
    text-align: left;
    transition: 0.5s;
    animation-name: folyamatanim;
    animation-duration: 1s;
    width: 0px;

    
}

.bottom_box {
	display: flex;
	
	position: fixed;
	bottom: 0;
	right: 30px;
	height: 60px;
	justify-content: center;
	align-items: center;
	
	
}

.cart_box {
	display: flex;
	background-color: #FFCC00;
	align-items: center;
	
	height: 100%;
padding: 0px 30px;
	
}

.price_box {
	background-color: #007bff;
	color: white;
	display: flex;
	
	align-items: center;
	padding: 0px 30px;
	height: 100%;
}

.cart_box > .arrow_box {
	padding: 10px;
	display: block;
	
}

.active_ar_box {
	background-color: aqua !important;
}

.selected_arbox {
	background-color: aqua !important;
}

#price_return {
margin: 0 0 0 5px;	
}

akcio_athuz {

    font-size: 70%;
    color: darkred;
    margin-right: 5px;

}

valodi_azhuz {
    text-decoration: line-through;
    margin-right: 5px;
}


/*owl cuccok */

#owl-demo {
	border: solid 10px red;
	
}

#owl-demo .item{
  display: block;
  padding: 30px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
 
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
 
//To move navigation buttons outside use these settings:
 
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -45px;
  top: 55px; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -45px;
  top: 55px;
}

.gbox {
	width: 100%;
		list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
	row-gap: 20px;

}

