/*******************************GENERAL CONTACT FORM***********************************/
#gen_contact_form_top{width:100%;padding: 0;box-sizing: border-box;display:flex;justify-content:space-between;flex-wrap:wrap} 
footer .gen_contact_form{
	width:100%;
	padding-bottom:30px;
}
footer .gen_contact_form.click{padding-bottom:0;}
#form_cont{width:100%}
.gen_contact_form{
	width:100%;
	margin: 10px auto 0 auto;
	overflow:hidden;
	position:relative;
	display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;
}
.gen_contact_form h3{width:100%;margin-bottom:50px;/*font-size: 42px;font-weight: 700;color: #fff;*/}
.gen_contact_form_top{width:100%;margin-bottom:25px;box-sizing:border-box;display:flex;justify-content:flex-start;align-items:center}
.gen_contact_form_top label{width:130px;font-size:13px;font-weight:300;text-align:left;color:#fff}
.gen_contact_form_top:last-of-type{margin-bottom:0}
.gen_contact_form_top input{width:100%;height:35px;padding: 5px 0 5px 5px;box-sizing: border-box;font-size: 13px;color: #2f2f2f;font-weight: 400;text-align:left;}
.gen_contact_form_top input::placeholder{/*font-family: 'Roboto', sans-serif;*/font-size: 13px;font-weight:300;color:#666465;}
#gen_contact_form_name{width:100%;display:flex;}
#gen_contact_form_email{width:100%;display:flex;}
#gen_contact_form_tel{width:100%;display:flex;}
#gen_contact_form_bottom{width: 100%;box-sizing: border-box;display: flex;justify-content: flex-start;flex-wrap: wrap;}
#/*gen_contact_form_bottom textarea{width: 100%;height: 180px;border:none;outline: none;font-size: 13px;background-color: #26aa5f;color: #fff;font-weight: 400;padding: 5px;box-sizing: border-box;resize:none;}
#gen_contact_form_bottom textarea::placeholder{position:relative;top:5px;font-size: 13px;font-weight:300;color:#fff}
#gen_contact_form_bottom label{font-size: 16px;color: #777;background: #fff;border: 1px solid #7bbe23;border-bottom: none;display: block;padding: 9px;text-align: left;font-weight: 300;} */

/* .rec_war{display:none} */
.gen_contact_form .input_row input{
    padding: 0 0 5px 0;
    box-sizing: border-box;/*font-family: 'Roboto', sans-serif;*/
    font-size: 12px;
    background: transparent;
    color: #666465;
    font-weight: 400;
	border-bottom: 1px solid #e8e8e8;
}
.gen_contact_form .input_row{
	display:flex;
}

.gen_contact_form .default_button{
	position:static;
}
#termek{
	z-index:6;
}
#form_left{
	display:none;
}
/* .gen_contact_form input[type="button"]{
    height: 50px;
    background: #7b7b63;
    padding: 8px 25px 42px 25px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 20px auto 10px auto;
    transition: all 400ms;
}
.gen_contact_form input[type="button"]:hover{
	background: #c1bd4e;
	color:#fff;
} */

/*.form_bottom_box_button{width:160px;margin:0;box-sizing:border-box;display:flex;justify-content:flex-start;flex-wrap:wrap}
.form_bottom_box_button .default_button{margin-left:auto;transition:background 300ms}
.form_bottom_box_button .default_button:hover{color: #fff;background-color: #66594d;padding:0 50px 0 10px;border:none;}
.form_bottom_box_button .default_button:hover::after{content:'';filter:invert(1);width:20px;height:20px;position:absolute;right:10px;background:url(/sources/pics/angle-right-circle.svg);background-size:100%;background-repeat:no-repeat;}
.form_button{transition:300ms;width:140px;height:30px;margin: 0 0 0 auto;    border: 1px solid #303030;display: flex;justify-content: center;align-items: center;font-size: 13px;color: #303030;text-transform:lowercase;cursor: pointer;position: relative;transition:background 300ms}
.form_button:hover{color: #fff;background-color: #66594d;padding:0 50px 0 10px;border:none;}
.form_button:hover::after{content:'';filter:invert(1);width:20px;height:20px;position:absolute;right:10px;background:url(/sources/pics/angle-right-circle.svg);background-size:100%;background-repeat:no-repeat;}
.form_button:hover #dub_submit{color:#fff}*/
/*.form_button:hover #dub_submit::after{filter:brightness(0) invert(1)}*/

.gen_contact_form .def_button{
	display: inline-block;
    margin: 20px;
    background: #fff;
    border: 1px solid #7bbe23;
    color: #777;
    width: 200px;
    text-align: center;
   
}
.empty_val{
	border-color: #c60101!important;
    /* color: #ffb200!important; */
	}
.contact_button{ 
	padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    /* margin-left: -33px; */
    border-radius: 20px;
    background: #92c020;
    color: #fff;
    width: 100%;
    transition: all 300ms;
    display: block;
    text-align: center;
}
.contact_button:hover{
	background:#0075a0;
}
#error_massage{
	text-align:left;
	border-left:10px solid #c60101;
	border-right:10px solid #c60101;
	box-shadow:inset 0 0 5px #c60101;
	margin: 10px 20px;
	padding:10px 20px;
	color: #777;
	
}
#error_box_contact{width:100%;
	color:#c60101!important;font-size:13px;
	font-weight:600;text-align:right;
	margin:5px 0 0 0;
}
#error_box_contact p{color:#c60101;font-weight:600;font-size:11px;}
#contact_form_recaptcha_wrapper{
	position: fixed;
	z-index: 100;
    box-shadow: 0 0 105px #000000;
    display: none;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    text-align: center;
    padding: 28px;
    box-sizing: border-box;
    background: rgba(73, 73, 73, 0.28);
}
#contact_form_recaptcha_cont{
	position: absolute;
	z-index: 100;
    top: 20%;
    left: 50%;
    margin-left: -180px;
    width: 360px;
    padding: 28px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px #000000;
}
#contact_form_recaptcha_cont p{
	color: #444;
    font-size: 18px;
}
#contact_form_recaptcha_cont #rc_message{
	color:#bd584d;
}
.mod_checkbox{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;color: #fff;}
.mod_checkbox span {
    min-width: 15px;
    min-height: 15px;
    margin: 0 10px 0 0;
    display: inline-block;
	position:relative;
    box-sizing:border-box;border:1px solid #39A3BF;
	border-radius:50%;
}
.mod_checkbox input{
	display:none;
}

.mod_checkbox span.checked::before{content: '';width: 10px;height: 4px;position: absolute;top: 2px;left: 1px;border-bottom: 2px solid #39A3BF;border-left: 2px solid #39A3BF;transform: rotate(-45deg);}
.mod_checkbox p{font-size:12px;line-height:14px;color:#000;}
.mod_checkbox p a{font-size:12px;font-weight:700;color:#000;word-break:normal;text-decoration:underline;}

#form_robot{margin-right:30px}
#contact_form_feedback{
	position: fixed;
    background: rgba(17, 17, 17, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000000000000;
    display: block;
}
#contact_form_feedback_cont{
	width: 400px;
    margin: 200px auto 0 auto;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-left: 10px solid #7bbe23;
    /* border-bottom: 5px solid #15a4b9; */
    position: relative;
}
#contact_form_feedback_cont p{
	color: #333;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    line-height: 30px;
	margin-top:15px
}
#contact_form_feedback_close{
    position: absolute;
    top: 1px;
    right: 1px;
    background: #7bbe23;
    color: #fff;
    padding: 3px 7px 3px 7px;
    font-weight: bolder;
	cursor:pointer;
	transition:all 300ms;
}
#contact_form_feedback_close:hover{
	background:#777;
}

#choose_from_calendar_alert{
	position:absolute;
	top:50%;
	left:50%;
	color:orange
}


#hulladek_adatok{
	display:flex
}
#hulladek_adatok .hulladek_adatok{
	margin-bottom: 10px;
	width:calc(100% / 6);
}
#hulladek_adatok .hulladek_adatok label{
	border: 1px solid #7bbe23;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hulladek_adatok .hulladek_adatok input[type="text"]{
	    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #7bbe23;
    border-top: none;
    font-size: 16px;
    background: #fff;
    border-radius: 0px;
    color: #777;
    font-style: italic;
    font-family: fira sans;
    font-weight: 300;
}

/*SCROLLBOX*/
#s-box{width:calc(100% - 310px);max-width:1000px}
#scroll_line{width:100%;margin:-65px auto 0 auto;box-sizing:border-box;padding:0 200px;position:relative;}
#scroll_line::before,#scroll_line::after{content:'';width:8px;height:12px;position:absolute;top:50%;transform:translateY(-50%)}
#scroll_line::before{left:145px;background:url(/sources/pics/scroll_left.png)}
#scroll_line::after{right:145px;background:url(/sources/pics/scroll_right.png)}
.scrollbox h3{text-align:left;font-size:1.5em;font-weight:normal;color:#367b8d;text-shadow:1px 1px 1px #777;}
.scroll-img img{/*height:60px;*/margin:5px 15px;filter:grayscale(100%);transition:all 400ms;}
.scroll-img img:hover{/*height:64px;*//*margin:3px 13px;*/filter:grayscale(0)}
.scroll-text{border:0px solid red;width:400px;height:4.5em;overflow:hidden;}
.scroll-text ul{width:1000px;height:200px;overflow:hidden;margin:0;}
.scroll-text ul li{height:1.5em;}
.scroll-img{width:100%;height:65px;margin:0 auto;box-sizing:border-box;padding:0;overflow:hidden;font-size:0;}

.scroll-img ul{width:700px;height:600px;margin:0;}
.scroll-img ul li{display:inline-block;margin:10px 0 10px 2vw;}
.scroll-img ul li:hover{}
.scroll-img ul{width:4000px;}


/*MENÜVEL VÁLTHATÓ AJAX TARTALOM (tyremill)*/
#main_page_mid{width:100%;position:relative}
#main_page_mid_bar{width:100%;height:50px;display:flex;justify-content:space-between;align-items:center;background:#7bbe23}
#side_menu{width:465px;position:absolute;top:50px;left:-100%;transition:1200ms;    z-index: 1;}
#side_menu.close{left:0;transition:300ms}
/*#main_menu.vertical .menu_block_level_1 a{width:100%;height:55px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer}
#main_menu.vertical .level_1{width:100%;height:55px;box-sizing:border-box;padding-left:50px;display:flex;align-items:center;font-size:16px;color:#fff;background:#7bbe23;transition:300ms}
#main_menu.vertical .level_1:hover{color:#7bbe23;background:#fff}*/
#main{width:100%;box-sizing:border-box;position:relative;display:flex;justify-content:flex-end;align-items:flex-start;flex-wrap:wrap;overflow-x:hidden}
/*#main::before{content:'';width:505px;height:393px;position:absolute;top:0;right:0;background-image:url(/sources/pics/sejt_2.png);opacity:0.2;z-index:0}*/
#main_page{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}
#main_page_mid_content{min-height: 500px;}
#main_page_mid_content.close{margin-left:465px}
#main_page_mid_title{color: #fff;margin-right: 50px;}
#mp_mid_cont{padding: 20px 50px 20px 0;box-sizing: border-box;overflow:hidden}
#mp_mid_cont h2{margin-left:50px}
#mp_mid_cont_text div.wrapper{display:none}
#mp_mid_cont_text div.wrapper:nth-of-type(1){display:block}
#mp_mid_cont_text{width:100%;display: grid;grid-template-columns: 50% 50%;grid-template-rows: minmax(50px, 100px) auto 1fr auto;align-items:flex-start}
#mp_mid_cont_text h2{margin-left:70px;grid-column: 2/3;grid-row: 1/2;font-size:38px}
#mp_mid_cont_menu_bar {grid-row: 2/3;grid-column: 2/3;display: flex;flex-wrap: wrap;margin:  -20px 0 30px 70px;}
#mp_mid_cont_menu_bar .sub_page_header h2{
	
}
#mp_mid_cont_menu_bar h3{width:25%;cursor:pointer;font-size:18px;font-weight: 500;}
#mp_mid_cont_menu_bar h3.aktiv{
	color:#7bbe23;
	text-decoration:underline
}

#mp_mid_cont_text .sub_page_cont{grid-row:1/5;grid-column:1/3;display:none;}
#mp_mid_cont_text .cont{display: grid;grid-template-columns: 50% 50%;grid-template-rows: minmax(50px, 100px) minmax(22px, 50px) 1fr 0;}
#mp_mid_cont_text .cikk_header{grid-row: 1/5;grid-column: 1/2;}
#mp_mid_cont_text .text{margin-left:70px;grid-row: 3/4;grid-column: 2/3;font-size:18px;color:#555454}
#mp_mid_cont_text .sub_page_cont.aktiv{display:block}
/*MENÜVEL VÁLTHATÓ AJAX TARTALOM (tyremill) vége*/


/*aloldalak lapozása csoport alapján*/
#gulf_prod_sub_page{width:100%}
#product_header{width:100%;height:400px;position:relative;background-color:#111113;background-repeat:no-repeat;background-position:center;z-index:1}
#ph_title{width:80%;position:absolute;top:58%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;}
#ph_title h3{font-family: 'Open Sans', sans-serif;font-size:35px;font-weight:300;letter-spacing:55px;color:#fff}
#ph_title .prod_prev,#product_header .prod_next{width:39px;height:10px;position:absolute;top:50%;background-position:center;background-repeat:no-repeat;cursor:pointer}
#ph_title .prod_prev{left:0;background-image:url(/sources/pics/prod_prev.png)}
#ph_title .prod_next{right:0;background-image:url(/sources/pics/prod_next.png)}

#gulf_prod_sub_page .basic_sub_galery{width:100%;margin-top:-30px;box-sizing:border-box;padding:0 calc(128px + (100vw / 12));position:relative;z-index:2}
#gulf_prod_sub_page .img_box{width:100%;margin-bottom:50px;display:flex;justify-content:flex-start;align-items:center;align-content:center;}
#gulf_prod_sub_page .img_block{width:255px;height:360px;box-sizing:border-box;padding:60px 30px 30px 30px;display: flex;justify-content: center;align-items: flex-start;align-content:flex-start;flex-wrap: wrap;background-image:linear-gradient(to bottom,#d3ba97,#a3907c)}
#gulf_prod_sub_page .img_block h4{width:100%;margin-top:20px;font-family: 'Open Sans', sans-serif;font-size:20px;text-align:center;font-weight:300;color:#fff}
#gulf_prod_sub_page .img_text{width:calc(100% - 285px);margin-left:30px;box-sizing:border-box;padding-top:30px}
#gulf_prod_sub_page .img_text h5{margin-bottom:30px;font-family: 'Open Sans', sans-serif;font-size:20px;font-weight:400;line-height:26px;background: -webkit-linear-gradient(#d1b896, #a5917d);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
#gulf_prod_sub_page .to_the_form{width: 90px;margin: 30px 0 0 auto;display: flex;justify-content: flex-end;align-items: center;flex-wrap: wrap;font-size: 13px;font-weight: 600;color: #212121;cursor: pointer;}
#gulf_prod_sub_page .to_the_form::after{content:'';width:39px;height:3px;margin-top:15px;background-image:url(/sources/pics/to_the_form.png);}
/*aloldalak lapozása csoport alapján*/


@media only screen
and (max-width : 1360px)
and (min-width : 1281px){

}

@media only screen
and (max-width : 1280px){

}

@media only screen
and (max-width : 1024px){
/*.gen_contact_form{padding:0}*/	
	

}

@media only screen
and (min-width : 0px)
and (max-width : 800px) {

#contact_data{padding: 0;}
#hulladek_adatok{margin-top:30px;margin-bottom:15px}
#hulladek_adatok .hulladek_adatok{margin-bottom:0}
#scroll_line{padding:0 75px}
#scroll_line::before {left: 25px;}
#scroll_line::after {right: 25px;}
#gen_contact_form_top,#gen_contact_form_bottom{width:100%}
.mod_checkbox{width:100%;margin-bottom:20px;}
}

@media only screen
and (min-width : 481px)
and (max-width : 600px) {
#hulladek_adatok{flex-wrap:wrap}
#hulladek_adatok .hulladek_adatok{width:calc(100% / 3)}
}

@media only screen
and (max-width : 600px){
.form_bottom_box_button {margin: 0 auto;}
.mod_checkbox p {}
.form_button{margin:0;}
}

@media only screen
and (min-width : 0px)
and (max-width : 480px) {
#contact_data, .gen_contact_form{width:100%;float:none;}
#hulladek_adatok{flex-wrap:wrap}
#hulladek_adatok .hulladek_adatok {width: 50%;}
.form_bottom_box_button .default_button{max-width:100%;margin-left:0;margin-top:20px;}
.gen_contact_form h3{font-size:22px;}
}

@media only screen
and (max-width : 600px){
.gen_contact_form_top{flex-wrap:wrap}
.gen_contact_form_top label{width:100%;margin-bottom:5px;}
.gen_contact_form_top input{width:100%}
}

@media only screen
and (max-width : 1280px)
and (min-width : 1270px)
and (max-height : 615px)
and (min-height : 570px){
.gen_contact_form h3{margin-bottom:25px;}	
.gen_contact_form_top{margin-bottom:20px;}	
.gen_contact_form_top input{height:30px;}
#gen_contact_form_bottom textarea{height:130px}	
}