html , body { width: 100%; box-sizing: border-box; }

body { font-size: 16px; position: relative; }
body { margin: 0; padding: 0; text-align: center; background-color: #FFFFFF; line-height: 23px; }
body, td , input , select, textarea , button { font-family: var(--ft1), sans-serif; font-weight: 400; color: #2d2d2d; }

div, span, a , i , b , input , textarea , button , select , table, td { box-sizing: border-box; touch-action: manipulation; outline: none; }

:root { 
 --cl: #3a98b9;
	--cl2: #bac5ce;
 --cl3: #1a4a5b;
 
 --cl4: #eeeeee;
 --cl-hover: #236880;
	--fancybox-accent-color: #3D4A3E;
 --cl-f: #FFFFFF;

 --cl-brown: #00FF00;
	--cl-pala: #0000FF;
	--cl-platina: #FF00FF;
 
	--ft1: 'Space Grotesk';
	--ft2: 'Space Grotesk';
	
}

.bggray { background-color: #f5f5f5; }

a { color: var(--cl); text-decoration: none; }
a:hover  {  color: var(--cl2); text-decoration: none; }
a img { border-width: 0; border-style: none; }
td { vertical-align: top; }
form { margin: 0; }
input { -webkit-border-radius:0; border-radius:0; }
input::-ms-clear { display: none; }
.button { -webkit-appearance: none; }
textarea { resize: none; } 
.spacer { overflow: hidden; clear: both; height: 1px; }
.clear-after::after { content: ""; clear: both; display: table; }
.clear-before::before { content: ""; clear: both; display: table; }

.color1 {  color: var(--cl); } 
.color2 {  color: var(--cl2); } 


/* ============================================================================================================================================================================== */
h1  { display: none; }
.news-di { display: none; } /* SEO news DO NOT TOUTCH ! */ 
 
.thin { font-weight: 300; }
.light { font-weight: 400; }
.normal { font-weight: 500; }
.bold { font-weight: 600; }
.heavy { font-weight: 700; }

.color { color: var(--cl2); } 

#subject , .subject { display: none; } /* honey pot */
.lowercase { text-transform: lowercase !important; }
#share_this { display: block; margin: 50px 0; }
.tzoom { transition: transform 0.2s ease-in-out; }
.tzoom:hover { transform: scale(1.05); display: block; }

.button { display: inline-block; text-decoration: none !important; cursor: pointer; transition: background-color 0.14s ease-in; -webkit-transition: background-color 0.14s ease-in; cursor: pointer; border-color: transparent; border-width: 0; border-style: none; }
.button_color { background-color: var(--cl); color: var(--cl-f) !important; }
.button_color:hover {  background-color: var(--cl2); color: var(--cl-f) !important; }
.button_white { background-color: var(--cl-f); color: var(--cl2); }
.button_white:hover {  background-color: var(--cl2); color: var(--cl-f)}
.button_gray { background-color: #e0e0e0; color: #333333; }
.button_gray:hover {  background-color: #c0c0c0; color: #111111}
.button.sym_left i { margin-right: 16px; display: inline-block }
.button.sym_right i { margin-left: 16px; display: inline-block }	
 
.color_blue_link { color: var(--cl); -webkit-transition: color 0.14s ease-in; transition: color 0.14s ease-in; }
.color_blue_link:hover { color: var(--cl3); }
.color_green { color: var(--cl2); }
.color_blue { color: var(--cl); }
.bg_green { background-color: var(--cl); }
.bg_blue { background-color: var(--cl); }
.bg_lightblue { background-color: var(--cl4); }
.bg_brown { background-color: var(--cl-brown); }
.bg_yellow { background-color: var(--cl4); }

div.ifr_cont { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; }
div.ifr_cont iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }  
iframe { max-width: 100%; } 
	
	
hr { height: 0px;  display: block; margin: 50px auto; overflow: hidden; border-top: 1px solid var(--cl2); border-bottom: 0;  border-left: none; border-right:none; }
 
.news-descr::after { display: block; content: ''; clear: both; }
.news-descr a { word-wrap: break-word; }


::-moz-selection {  background-color: rgba(44, 162, 75, 0.2);  }
::selection { background-color: rgba(44, 162, 75, 0.2);  }

.issuuembed { width: 100%; height: 500px; } 
 
	
/* dialog */
.malert-main { position: fixed; display: none; cursor: default; top: 0; bottom: 0; left: 0; right: 0; background-color: #000000; background-color: rgba(0,0,0,0.5); z-index: 999990; }
.malert-dialog-box { cursor: default; position: fixed; box-shadow: 0 0 4px 1px rgba(0,0,0,0.3); background-color: #ffffff; transform: translate(-50%,-50%); top: -500px; left: 50%; width: 96%; height: 96%; max-width: 480px; max-height: 320px; min-width: 180px; min-height: 100px; }
.malert-type-info .malert-dialog-box-title { background-color: var(--cl); }
.malert-type-warn .malert-dialog-box-title { background-color: #9f5555; }
.malert-dialog-box-close { position: absolute; display: block; transition: background-color 0.14s; box-shadow: 0 0 3px 1px rgba(0,0,0,0.3); width: 24px; height: 24px; line-height: 22px; right: -11px; top: -11px;  text-align: center; cursor: pointer; background-color: #FFFFFF; border-radius: 20px;  }
.malert-dialog-box-close i { font-size: 0.85rem;  }
.malert-dialog-box-close:hover { background-color: #FF5555; color: #FFFFFF;  }
.malert-dialog-box-title { font-size: 1rem; padding: 1rem; color: #FFFFFF; font-weight: 300;}
.malert-dialog-box-content { font-size: 1.1rem; padding: 3rem 2rem 0 2rem ; color: #333333; font-weight: 400;}
.malert-dialog-box-buttons { position: absolute;  left: 10px; right: 10px; bottom: 10px; padding: 1rem 0; }
.malert-dialog-box-buttons a { padding: 9px 31px 8px 31px; margin: 0 1rem;  border-radius: 4px; color: var(--cl-f); font-size: 0.92rem; transition: background-color 0.14s; }
.malert-type-info .malert-dialog-box-buttons a { background-color: var(--cl);  }
.malert-type-info .malert-dialog-box-buttons a:hover { background-color: var(--cl3); }
.malert-type-warn .malert-dialog-box-buttons a { background-color: #9f5555; }
.malert-type-warn .malert-dialog-box-buttons a:hover { background-color: #d15555; }
 	
#toTop { width: 37px;	height: 37px; background-color: var(--cl3); text-align: center; transition: opacity 0.25s;  opacity: 0.8; border-radius: 25px; line-height: 36px; font-size: 1.2em; color: var(--cl-f); position: fixed; bottom: 100px;	cursor: pointer; right: 12px; display: none; }
#toTop:hover { opacity: 1; }
	
	
@media all and (min-width: 740px)  {
 
.cim { font-size: 28px; font-weight: 600; margin: 32px auto 24px auto;   }

#nleft { display: none;}

#pageheader ul , .news-descr ul { margin-left: 10px; list-style: none  }
#pageheader ul li , .news-descr ul li { padding-left: 10px; position: relative;  }
#pageheader ul li:before , .news-descr ul li:before { content: "•"; font-size: 34px;  color: var(--cl4); display: block; position: absolute; left:-20px; top:0; }
#pageheader img , .news-descr img { max-width: 100%; height: auto; }
#pageheader a ,.news-descr a { color: var(--cl); }
#pageheader a:hover , .news-descr a:hover { color: var(--cl-hover); text-decoration: underline;  }
#pageheader table , .news-descr table { max-width: 100%; width: 100%;  }
#pageheader table * , .news-descr table * { font-size: 0.9rem !important; line-height: 1.2rem !important; }
#pageheader table p , .news-descr table p { margin: 0.3rem 0 !important; }

.image-left { float: left; margin: 10px 10px 10px 0; } 
.image-right { float: right; margin: 10px 0 10px 10px; } 
.image-border { margin: 10px; border: 5px solid #c0c0c0; }  
img.image-max { width: 100% !important; height: auto !important; box-sizing: border-box; } 
img.image-max.image-border { margin: 0 !Important; } 

.button_max { font-size: 1.2rem; font-weight: 600; padding: 18px 28px 18px 28px; border-radius: 1px !important; }
.button_max i.fa { font-size: 20px; }
.button_mid { font-size: 1rem; font-weight: 400; padding: 10px 34px 9px 34px; border-radius: 5px !important; }
.button_min { font-size: 0.9rem; font-weight: 400; padding: 4px 14px 4px 14px; border-radius: 5px !important; }
.details { padding: 14px 38px; white-space: nowrap !important; text-decoration: none !important;  font-size: 14px !important; text-transform: uppercase; color: var(--cl-f) !important; border-radius: 8px; background-color: var(--cl); text-align: center; cursor: pointer; transition: all 0.14s ease-in-out; }
.details:hover {   background-color: var(--cl4); color: var(--cl-f) !important; text-decoration: none !important;  }



.downloadpdf { padding-left: 30px; position: relative; }
.downloadpdf::before { position: absolute; display: block; content: url(img/pdf2.png); top: 50%; transform: translateY(-50%); left: 0; width: 20px; height: 23px;  }

.downloadword { padding-left: 30px; position: relative; }
.downloadword::before { position: absolute; display: block; content: url(img/word2.png); top: 50%; transform: translateY(-50%); left: 0; width: 20px; height: 23px;  }

.downloadexcel { padding-left: 30px; position: relative; }
.downloadexcel::before { position: absolute; display: block; content: url(img/excel2.png); top: 50%; transform: translateY(-50%); left: 0; width: 20px; height: 23px;  }

.ajax_window_outer { border-radius: 6px; box-shadow: 0 0 10px 5px rgba(0,0,0,0.15); background: #bdbdbd; background: rgba(255,255,255,0.15); }
.ajax_window_inner { border-radius: 5px; background: #fafafa; margin: 6px; float: left;    }
.ajax_window_content { text-align: left; padding: 30px; clear: both; float: none;}
#fadclose {  position: absolute; right: 0px; top:0px; width: 46px; height: 46px;    }
#fadclose i { color:#e17070; transition: color 0.12s; font-size: 24px; margin-top: 10px; display: inline-block;}
#fadclose:hover i { color:#c43d3d;   }

.mobile_only { display: none !important; }

#admin_insert_link , #admin_insert_link1 { position: fixed; right: -4px; width: 40px; height: 40px; text-align: center; line-height: 40px; z-index: 10000; display: block; border-radius: 5px; background-color: #e4e4e4; box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);}
#admin_insert_link { top: 210px; }
#admin_insert_link1 { top: 160px; }
#admin_insert_link i , #admin_insert_link1 i { transition: color 0.15s; }
#admin_insert_link:hover i.fa-pencil , #admin_insert_link1:hover i.fa-pencil { color: var(--cl4); }
#admin_insert_link:hover i.fa-list-ul , #admin_insert_link1:hover i.fa-list-ul { color: var(--cl4); }
#admin_insert_link i.fa-pencil , #admin_insert_link1 i.fa-pencil { font-size: 20px; line-height: 40px; display: block; margin: auto; color: var(--cl); }
#admin_insert_link i.fa-list-ul , #admin_insert_link1 i.fa-list-ul { font-size: 20px; line-height: 40px; display: block; margin: auto; color: var(--cl); }

}
/* ============================================================================================================================================================================== */
/* ============================================================================================================================================================================== */

@media all and (min-width: 1340px) {
 
.kiemelt { display: block; margin-left: 70px; padding-left: 24px; border-left: 5px solid var(--cl); line-height: 3rem;  }	
	
#searchdiv { position: fixed; width: 960px; height: 300px; transition: all 0.2s ease-in-out; border-radius: 8px; background-color: #e0e0e0; opacity: 0; top: -220px; z-index: 10000; left: 50%; transform: translateX(-50%); }
#searchdiv.sinact { top: -520px; opacity: 0; }
#searchdiv.sact { top: 180px; opacity: 1; }
#searchdiv .a { position: absolute; right: 20px; top: 20px; transition: all 0.15s; padding: 7px; border-radius: 26px; display: block; cursor: pointer; color: #a11e25; font-size: 1.75rem; background: #transparent;   }
#searchdiv .a:hover  { color: var(--cl-f); background-color: #a11e25;}
#searchdiv .k  { margin: 110px 0 0 0 ; }
#searchdiv .k input { width: 600px; height: 72px; border: 0 none; line-height: 72px; border-radius: 8px; font-size: 24px; text-indent: 14px; font-weight: 300; display: inline-block; vertical-align: middle; }
#searchdiv .k button { display: inline-block !important; font-weight: 300; vertical-align: middle; padding: 0 40px; border-radius: 8px;  border: 0 none; cursor: pointer;  font-size: 24px; line-height: 72px; height: 72px; margin-left: 11px; }
#searchdiv .k button:hover { display: inline-block !important; vertical-align: middle;  }

#site { max-width: 1920px; text-align: center; background-color: var(--cl-f); }
#top { text-align: center; height: 80px; top: -80px; left: 0; right: 0; z-index: 106; background-color: #f0f0f0; border-bottom: 1px solid #ccc; transition: top 0.4s ease-in-out; }
#top-c { text-align: center;  margin: auto; width: 93%; height: 80px; }
#logo { height: 100%;   float: left; width: 12.5%; text-align: left; position: relative; }
#logo img { position: absolute; width: auto; height: 60%; top: 50%; transform: translateY(-50%); left: 0; display: inline-block; vertical-align: middle; }



/*menu , fomenupontok*/
#menu { float: left; width: 60%; position: relative; height: 100%; z-index: 110; }
#menu>ul { position: absolute; top: 50%;  transform: translateY(-50%); }
#menu ul { list-style-type: none; margin: 0; padding: 0; text-align: left; white-space: wrap; }
#menu>ul>li { display: inline-block; padding-bottom: 8px; padding-top: 8px;  position: relative; border-top-right-radius: 1px; border-top-left-radius: 1px;}
#menu>ul>li a { font-family: var(--ft1); padding: 0 12px; font-size: 1.2rem;  }
#menu>ul>li a:hover { color: #000000; }
#menu a { color: var(--cl); font-weight: 700;  }
 
/*lenyilok*/
#menu>ul>li>ul { position: absolute; left:0; right: 0; top: 40px; width: 300px; max-height: calc( 100vh - 142px );  overflow-y: auto; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; }
#menu>ul>li>ul { visibility: hidden; opacity: 0; overflow-y: auto; overflow-x: hidden; z-index: 1130; padding: 3px 12px 6px 12px !important;}
#menu>ul>li>ul { background-color: #E8E8E8; border-radius: 0 0 4px 4px   }
#menu>ul>li:hover>ul { visibility: visible; opacity: 1;  }
#menu>ul>li.is_parent:hover  { background-color: #E8E8E8;     }
#menu>ul>li>ul::-webkit-scrollbar { width: 6px; }
#menu>ul>li>ul::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
#menu>ul>li>ul::-webkit-scrollbar-thumb { background-color: var(--cl2); outline: 1px solid #e6e6e6; }
#menu>ul>li>ul { scrollbar-color: var(--cl2) #e6e6e6; scrollbar-width: thin; }

/* lenyiloban menupontok, hoverek*/

#menu>ul>li>ul>li a { padding-left: 10px !important; padding-right: 25px !important; border-radius: 1px; transition: color 0.14s , background-color 0.14s; }
#menu>ul>li>ul>li a:hover {   color: var(--cl3);  }


#menu>ul>li>ul>li { margin-bottom: 3px; line-height: 19px !important;  }
#menu>ul>li>ul>li>a { font-size: 16px;  width: 100%; display: block; padding: 7px 0; }
#menu>ul>li>ul>li>ul>li { padding-left: 15px; margin-bottom: 2px; }
#menu>ul>li>ul>li>ul>li a { font-size: 16px;  width: 100%; display: block; padding: 4px 0; color: #000000; }
 
#menu>ul>li>ul>li.is_parent>a { position: relative }
#menu>ul>li>ul>li.is_parent.closed>a::after { position: absolute; content: '\f067'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 0.85rem; display: block; top: 50%; right: 6px; transform: translateY(-50%);  }
#menu>ul>li>ul>li.is_parent.open>a::after { position: absolute; content: '\f068'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 0.85rem; display: block; top: 50%; right: 6px; transform: translateY(-50%);  }
#menu>ul>li>ul>li>ul { display: none; margin-bottom: 13px; margin-top: 4px; }
#menu>ul>li>ul>li>ul>li>ul { margin-bottom: 13px; padding-left: 20px; }

#menu>ul>li>ul>li>ul>li.is_parent>a { position: relative }
#menu>ul>li>ul>li>ul>li.is_parent.closed>a::after { position: absolute; content: '\f067'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 0.85rem; display: block; top: 50%; right: 6px; transform: translateY(-50%);  }
#menu>ul>li>ul>li>ul>li.is_parent.open>a::after { position: absolute; content: '\f068'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 0.85rem; display: block; top: 50%; right: 6px; transform: translateY(-50%);  }


#topright { float: right; width: 25%; text-align: right; position: relative; } 
#topright>div , #topright>a { display: inline-block; vertical-align: top; }

#topright #searchtop {   margin-right: 20px;  margin-top: 30px; }
#topright #searchtop i { font-size: 20px; color: #6c6c6c;   }
#topright #openplatform {   margin-right: 20px;  margin-top: 24px; }

 
#top_lang {  position: relative; cursor: pointer; margin-top: 26px;  }
#top_lang #lang_sel { color: #666; }
#top_lang i , #top_lang span  { display: inline-block; vertical-align: middle; }
#top_lang .lang_name { font-size: 12px; text-transform: uppercase; font-weight: 500}
#top_lang .flag { display: inline-block; box-sizing: border-box; opacity: 1; margin-right: 4px; width:28px;  height: 18px; border-radius: 3px; background-repeat: no-repeat; background-size: cover; }
#top_lang .flag_en { background-image: url(img/flag_en.png); }
#top_lang .flag_ro { background-image: url(img/flag_ro.png); }
#top_lang .flag_hu { background-image: url(img/flag_hu.png); }
#lang_choose { display: none; position: absolute; top: 48px; box-shadow: 0 0 2px 1px rgba(0,0,0,0.25); z-index: 10;  right: 2px; padding: 4px 8px; background: var(--cl-f); border-radius: 8px;}
#lang_choose_inside { white-space: nowrap; padding: 7px  ; border-radius: 3px; line-height: 20px; }
#lang_choose_inside a { display: inline-block; margin-right: 4px; width:28px; font-weight: 600;  box-sizing: border-box; line-height: 20px;  text-align: center; height: 18px; border-radius: 3px; background-repeat: no-repeat; font-size: 11px; color: transparent;  background-size: cover; background-position: center top ; }
#lang_choose_inside a:hover { color: #666; background-image: url(img/empty.png) !important}
#lang_choose_inside a.cl_en { background-image: url(img/flag_en.png); }
#lang_choose_inside a.cl_hu { background-image: url(img/flag_hu.png); }
#lang_choose_inside a.cl_ro { background-image: url(img/flag_ro.png); }

#description { margin: 4rem 0; min-height: 1px; }
.description   {  font-size: 1.4rem; font-weight: 300; color: #555; line-height: 2rem; text-align: left;  }
.description a  {  color: var(--cl);  text-decoration: underline;  }
.description img  { max-width: 100%; height: auto; }
.description td { padding: 0.6rem 1rem; font-size: 1rem; font-weight: 400; color: #333; line-height: 1.3rem; text-align: left;   }
.description ul { margin-left: 10px; list-style: none  }
.description ul li { padding-left: 10px; position: relative;  }
.description ul li:before { content: "•"; font-size: 2rem;  color: var(--cl); display: block; position: absolute; left: -20px; top: -3px; }

#tartalom { margin-top: 0px; }
.content { text-align: center;  margin: auto; max-width: 1200px; width: 92%; }
.content_main { text-align: center;  margin: auto; max-width: 1200px; width: 92%; }
.content-centered { text-align: center; } 
	
#bottom { margin-top: 100px; clear:both;  }
#bottom-c {   background-color: var(--cl3); min-height: 100px; background-repeat: no-repeat; padding-top: 1px; }

#bottom_left { display: inline-block; vertical-align: middle; width: 40%; }
#bottom_left #bottom_logo {  }
#bottom_left #bottom_logo img { width: 40%; max-width: 140px; height: auto; }

#bottom_right { text-align: left; color: #ddd; padding-bottom: 0.6rem; display: inline-block; vertical-align: middle; width: 59%; overflow: hidden; }
#bottom_right .a { font-family: var(--ft2); font-size: 1.8rem; padding: 2rem 0 1rem 0; color: var(--cl4); line-height: 2.2rem; }
#bottom_right .b { margin-top: 1rem; }
#bottom_right .b a { color: var(--cl); margin: 0 1rem 0 0; font-size: 1.1rem;  }
#bottom_right .b a:hover { color: #fff; text-decoration: underline; }
#bottom_right .c { padding-top: 1.3rem; color: #999; font-size: 0.8rem; }
#bottom_right .l { padding-bottom: 1rem; }
#bottom_right .l i  { font-size: 1rem; color: var(--cl); vertical-align: middle; display: inline-block; margin-right: 1rem;  text-align: center; width: 40px;   }
#bottom_right .l span  { font-size: 1rem; vertical-align: middle; display: inline-block; color: var(--cl4); }
#bottom_right .w { margin-top: 1.2rem; color: #000000;  }
#bottom_right .w a { color: #000000; font-size: 1.4rem  }
#bottom_right .w * { font-style: normal; font-weight: 600; text-decoration: none; }
#bottom_right .w u { color: #48b276; }
#bottom_right .w i { color: #e30518; }
#bottom_right .w b { color: #023e84; }
#bottom_right .w a.egrants { color: var(--cl4) !important; font-size: 1rem !important; font-weight: 500 !important; }

#navig { position: relative; text-align: center; line-height: 26px; margin-top: 2rem; margin-bottom: 2rem; width: 100%;  padding-top: 1rem; overflow: hidden; white-space: nowrap; }
#navig::after { position: absolute; content: ""; display: block; top: 0; left: 50%; width: 400px; transform: translateX(-50%); height: 1px; border-bottom: 1px solid var(--cl); overflow: hidden;  }
#navig a , #navig span , #navig b , #navig div { display: inline-block; vertical-align: middle; }
#navig .homelink { display: inline-block; }
#navig .homelink i { color: var(--cl); font-size: 14px; }
#navig .homelink:hover i { color: var(--cl) }
#navig b { width: 1.6rem; text-align: center; }
#navig b i { color: var(--cl-light-blue); font-size: 14px; }
#navig span { color: #444444; font-size: 14px; font-weight: 400; }
#navig a { color: #444444; font-size: 14px; font-weight: 400; }
#navig a:hover { color: var(--cl); text-decoration: underline;   }
 
#pagetitle { font-size: 54px; font-weight: 700 ; line-height: 60px;}
#pageheader { font-size: 18px;  }
#pageheader_text { font-size: 18px; font-weight: 400 ; margin-top: 2rem; text-align: left; }
#labels { margin-top: 15px; line-height: 26px; margin-bottom: 34px; }
#labels a { color: var(--cl4); text-transform: uppercase; font-size: 16px; background-color: transparent; font-weight: 700; margin: 0 0px; padding: 2px 10px; border-radius: 4px; transition: all 0.15s; }
#labels a:hover { background-color: var(--cl4); color: var(--cl-f); }
#labels a.sel:hover , #labels a.sel { background-color: var(--cl4); color: var(--cl-f); }

#felso_csik { height: 5px; overflow: hidden; background-color: var(--cl4); }
#fsearch {  float: right; margin-right: 40px; }
#fsearch_p { display: none }
#fsearch i { font-size: 21px; color: var(--cl-f); transform: rotate(-45deg); margin-top: 3px; }

#banner {   width: 100%; margin: 0 auto 0 auto; max-height: 540px;  overflow: hidden; }
#banner ul { width: 100%;   padding: 0; margin: 0;  }
#banner ul .bannerslide { position: relative; display: block; width: 100%;  background-position: center 0; background-size: contain; }
#banner ul .bannerslide img { width: 100%; max-height: 540px; }
#banner ul .bannerslide_m { display: none; }
#banner ul .bannerslide .text {  position: absolute; left:10%; right: 10%; top:50%; -ms-transform: translateY(-50%); transform: translateY(-50%); opacity:0; transition: opacity 0.5s ease-in;}
#banner ul .bannerslide .text.lathato { opacity: 1; }
#banner ul .bannerslide .a { line-height: 70px; font-size: 60px; font-weight: 700; color: #06d48f; text-shadow: 1px 1px rgba(0,0,0,0.25); }
#banner ul .bannerslide .b { display: block; line-height: 38px; margin-top: 20px;  font-size: 30px; font-weight: 400; color: #ffffff; text-shadow: 1px 1px rgba(0,0,0,0.6); }
#banner ul .bannerslide .c { display: none;}
.noclk { cursor: default; }
#banner_m { display: none !important; }
#banner_pages  { background-position: center top; background-size: cover; }
#banner_pages img { width: 100%; height: auto;  }

#tovabbi { margin-top: 7rem; clear: both; } 
#tovabbi_bggray { clear: both; padding: 4rem 0 } 
.tovabbi_link { font-size: 1.5rem; font-weight: 300; margin: 4rem auto 2rem auto; } 
.tovabbi_title { font-family: var(--ft2); font-size: 3rem; font-weight: 300; line-height: 3.6rem;  text-align: center; border-bottom: 0px solid var(--cl4); color: var(--cl2); } 
.tovabbi_content { font-size: 1.5rem; font-weight: 300; line-height: 2.3rem; width: 74%; margin: 0 auto; text-align: center; }
#tovabbi_gal { position: relative; display: block; font-family: var(--ft2); font-size: 2.2rem; font-weight: 300; line-height: 2.6rem;  text-align: left; border-bottom: 0px solid var(--cl4); color: var(--cl4); } 
#tovabbi_gal:hover { text-decoration: underline;  }

.title { font-size: 3.2rem; line-height: 3.6rem; font-weight: 300; color: var(--cl); font-family: var(--ft2); }
.title.title-belso { margin: 3rem 0 1rem 0;}

#video { text-align: center; overflow: hidden; height: 544px; width: 100%; position: relative; z-index: 75; }
#videodiv {  position: absolute; height: 544px; width: 1920px; top:0; left:50%; transform: translateX(-50%); z-index: 80; }
#videodiv video { width: 1920px; height: 544px; }
#videodiv.fbfin { background-image: url(img/banner.jpg); background-repeat: no-repeat; background-size: cover; }
#videodiv.waiter { background-color: #E0E0E0;  }

#videodiv_m {  display: none !important; }

#video_text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 85; text-align: center; }
#video_text .a { display: block; line-height: 5.4rem; font-size: 5rem; font-weight: 700; color: var(--cl2); text-shadow: 1px 1px rgba(0,0,0,0.25); }
#video_text .b { display: block; margin-top: 2rem; line-height: 4.3rem;  font-size: 4rem; font-weight: 200; color: var(--cl-f); text-shadow: 1px 1px rgba(0,0,0,0.25); }
#video_text .c { font-size: 26px; line-height: 70px; font-weight: 200; color: var(--cl-f); text-shadow: 1px 1px rgba(0,0,0,0.34); }

 
/* MAIN PAGE ======================================================================================================================================== */

#home_intro { margin: 0 auto; background-color: var(--cl); padding: 2rem 0; }
#home_intro .a   { display: inline-block; vertical-align: middle; width: 30%;   text-align: left; }
#home_intro .a   img { width: 55%; height: auto; display: block; margin: auto;   }
#home_intro .b {  width: 69%; display: inline-block; vertical-align: middle;  }
#home_intro .b .bb { font-size: 2.3rem; line-height: 4rem; font-weight: 400;  color: rgba(255, 255, 255, 0.85); text-transform: uppercase; padding: 2rem 4rem; }



#galeria_main { display: grid; grid-gap: 1.5rem; grid-template-columns: repeat(4,1fr); margin-top: 3rem; }
#galeria_main a { width: 100%; height: 280px; position: relative; display: block; }		
#galeria_main a i { position: absolute; z-index: 10; color: var(--cl4); font-size: 3rem; display: none;  top: 50%; left: 50%; transform: translate(-50%,-50%); }		
#galeria_main a:hover i { display: block; }		
#galeria_main a:hover img { filter: brightness(0.75); }
#galeria_main a img { width: 100%; height: 280px; object-fit: cover; object-position: center top; transition: all 0.14s; }		


.news-descr { font-size: 20px; color: #414040; line-height: 29px; margin-top: 50px;   }
.news-attach-docs { margin-top: 50px; margin-bottom: 50px; }
.news-attach-docs a { display: block; margin-bottom: 10px; }
.news-attach-docs a:hover span { text-decoration: underline; }
.news-attach-docs a i { color: #d47f06; display: inline-block; vertical-align: middle; font-size: 28px; }
.news-attach-docs a span { color: #2d2d2d; display: inline-block; vertical-align: middle; margin-left: 12px; font-size: 14px; font-weight: 600;}
.news-share { margin: 50px 0; text-align: right; margin-right: 50px;  }

/* fotogalcat */
.fotogallery { display: flex;  flex-direction: column;  flex-wrap: wrap; margin-top: 60px;    }
.fotogallery-item { width: 32.8%; border-radius: 3px; overflow: hidden; margin-bottom: 5px; background-color: var(--cl4); }
.fotogallery-item a { width: 100%; display: block;  overflow: hidden;  }
.fotogallery-item a img { width: 100%; display: block;  transition: all 0.15s; }
.fotogallery-item a span { display: block; color: #ffffff; font-weight: 500; padding: 20px 10px 5px 10px; font-size: 1.2rem; line-height: 1.4rem; }
.fotogallery-item a b { display: block; color: #ffffff; font-weight: 300; padding: 3px 10px 20px 10px; font-size: 1rem;  }	
.fotogallery-item a:hover img  { filter: brightness(0.75); }

.gallery { display: flex;  flex-direction: column;  flex-wrap: wrap;    }
.gallery-head {   margin: 1rem 0 0 0;  font-size: 1.2rem; line-height: 1.8rem;   }
.gallery-item { width: 32.8%;  margin-bottom: 5px; background-color: var(--cl4); }
.gallery-item a { width: 100%; display: block; border-radius: 3px; overflow: hidden; cursor: pointer; }
.gallery-item a img { width: 100%; display: block;  transition: all 0.15s; }
.gallery-item a span { display: block; color: var(--cl-f); padding: 20px 10px; font-size: 16px; line-height: 22px; }
.gallery-item a:hover img  { filter: brightness(0.75);  }
.gallery-item a:hover , .gallery-item a:hover * { text-decoration: none !important; }
.gallery-item a i { position: absolute; z-index: 10; color: var(--cl4); font-size: 3rem; display: none;  top: 50%; left: 50%; transform: translate(-50%,-50%); }		
.gallery-item a:hover i { display: block; }	


#refs_grid { display: grid; grid-template-columns: repeat(3, 1fr);  gap: 1.5rem; margin-top: 3rem; }
.refs-grid-item { display: block; position: relative; aspect-ratio: 0.67; cursor: pointer; overflow: hidden;  }
.content_main .refs-grid-item:nth-child(3n+1):last-child { display: none !important; }
.refs-grid-item .hover { position: absolute; z-index: 10; opacity: 0; background-color: rgba(0,0,0,0.5); top: 0; bottom: 0; left: 0; right: 0; transition: opacity 0.14s ease-in-out; }
.refs-grid-item .hover i { font-size: 3rem; color: var(--cl4); top: 50%; left: 50%; position: absolute; transform: translate(-50%, -50%); text-shadow: 0 0 4px rgba(0,0,0,1);}
.refs-grid-item:hover .hover { opacity: 1;  }
.refs-grid-item .h { height: 64%; }
.refs-grid-item .h img { height: 100%; width: 100%; object-fit: cover; display: block; }
.refs-grid-item .v { height: 36%; background-color: var(--cl4); position: relative; }
.refs-grid-item .v .rb { position: absolute; z-index: 8; top: 50%; width: 100%; text-align: center; transform: translateY(-50%); }
.refs-grid-item .v .rb .r { color: var(--cl); font-size: 1.15rem; font-weight: 500; padding: 0 1rem;  }
.refs-grid-item .v .rb .b { color: var(--cl3); font-size: 1rem; margin: 2rem auto 0 auto; font-weight: 300; line-height: 1.4rem; width: 80%;   }
 
#stiri_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.stiri-grid-item { display: block; position: relative; aspect-ratio: 1; cursor: pointer; overflow: hidden;  }
.content_main .stiri-grid-item:nth-child(3n+1):last-child { display: none !important; }
.stiri-grid-item .hover { position: absolute; z-index: 10; opacity: 0; background-color: rgba(0,0,0,0.5); top: 0; bottom: 0; left: 0; right: 0; transition: opacity 0.14s ease-in-out; }
.stiri-grid-item .hover i { font-size: 3rem; color: var(--cl4); top: 50%; left: 50%; position: absolute; transform: translate(-50%, -50%); text-shadow: 0 0 4px rgba(0,0,0,1);}
.stiri-grid-item:hover .hover { opacity: 1;  }
.stiri-grid-item .h { height: 64%; }
.stiri-grid-item .h img { height: 100%; width: 100%; object-fit: cover; display: block; }
.stiri-grid-item .v { height: 36%; background-color: var(--cl3); position: relative; }
.stiri-grid-item .v .rb { position: absolute; z-index: 8; top: 50%; width: 100%; text-align: center; transform: translateY(-50%); }
.stiri-grid-item .v .rb .r { color: var(--cl-f); font-size: 1.55rem; font-weight: 300;   }
.stiri-grid-item .v .rb .b { color: var(--cl4); font-size: 1.0rem; margin: 1rem auto 0 auto; font-weight: 300; line-height: 1.2rem; width: 85%;   }
 
 

	

.descr-tit {   font-size: 54px; font-weight: 600; line-height: 60px;}
.search-tit {   font-size: 24px; font-weight: 600; }


/* strukt */

#strukturalt { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 10px; align-items: flex-start }
#strukturalt .struktfill { width: 32%; position: relative; display: block; height: 1px;   overflow: hidden;    }

#strukturalt .szinti.strukt { width: 32%; position: relative; display: block; height: 240px; border-radius: 2px; overflow: hidden; margin-bottom: 24px;  } 
#strukturalt .szinti.strukt:hover .hov { display: block; z-index:10; }
#strukturalt .szinti.strukt .hov { display: none;  position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(120,161,187,0.85); overflow: hidden; }
#strukturalt .szinti.strukt .hov .a { height: 240px;  position: relative;  }
#strukturalt .szinti.strukt .hov .a i.fa { top: 50%; left: 50%; position: absolute; font-size: 50px; color: var(--cl-f); transform: translate(-50%,-50%);  }
#strukturalt .szinti.strukt .hov .b { display: none; }
												 
#strukturalt .szinti.strukt .strukt-img { height: 240px; }
#strukturalt .szinti.strukt .strukt-img img { height: 100%; width: 100%; object-fit: cover; display: block; }
#strukturalt .szinti.strukt .strukt-name { display: none; }

#strukturalt .szint0.strukt { width: 32%; position: relative; display: block; height: 240px; border-radius: 2px; overflow: hidden; margin-bottom: 24px;  } 
#strukturalt .szint0.strukt:hover .hov { display: block; z-index:10; }
#strukturalt .szint0.strukt .hov { display: none;  position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(120,161,187,0.85); overflow: hidden; }
#strukturalt .szint0.strukt .hov .a { height: 300px;  position: relative;  }
#strukturalt .szint0.strukt .hov .a i.fa { top: 50%; left: 50%; position: absolute; font-size: 50px; color: var(--cl-f); transform: translate(-50%,-50%);  }
#strukturalt .szint0.strukt .hov .b { height: 140px;   position: relative; }
#strukturalt .szint0.strukt .hov .b span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 25px; padding: 0 28px; font-size: 19px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#strukturalt .szint0.strukt .hov .b span b { font-size: 14px; display: block; margin-top: 10px; font-weight: 300; }
													
#strukturalt .szint0.strukt .strukt-img { height: 300px; }
#strukturalt .szint0.strukt .strukt-img img { height: 100%; width: 100%; object-fit: cover; display: block; }
#strukturalt .szint0.strukt .strukt-name { position: relative; height: 140px; }
#strukturalt .szint0.strukt .strukt-name span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 25px; padding: 0 28px; font-size: 19px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#strukturalt .szint0.strukt .strukt-name span b { font-size: 14px;  display: block; margin-top: 10px; font-weight: 300; }


#strukturalt .szint1.strukt { width: 32%; position: relative; display: block; height: 300px; border-radius: 2px; overflow: hidden; margin-bottom: 24px;  } 
#strukturalt .szint1.strukt:hover .hov { display: block; z-index:10; }
#strukturalt .szint1.strukt .hov { display: none;  position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(120,161,187,0.85); overflow: hidden; }
#strukturalt .szint1.strukt .hov .a { height: 210px;  position: relative;  }
#strukturalt .szint1.strukt .hov .a i.fa { top: 50%; left: 50%; position: absolute; font-size: 50px; color: var(--cl-f); transform: translate(-50%,-50%);  }
#strukturalt .szint1.strukt .hov .b { height: 90px;   position: relative; }
#strukturalt .szint1.strukt .hov .b span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 25px; padding: 0 28px; font-size: 19px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#strukturalt .szint1.strukt .hov .b span b { font-size: 14px; display: block; margin-top: 10px; font-weight: 300; }
																			
#strukturalt .szint1.strukt .strukt-img { height: 210px; background-color: #F0F0F0; }
#strukturalt .szint1.strukt .strukt-img img { height: 100%; width: 100%; object-fit: fill; display: block; }
#strukturalt .szint1.strukt .strukt-name { position: relative; height: 90px; }
#strukturalt .szint1.strukt .strukt-name span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 25px; padding: 0 28px; font-size: 19px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#strukturalt .szint1.strukt .strukt-name span b { font-size: 14px;  display: block; margin-top: 10px; font-weight: 300; }

.strukinner-title { margin-top: 3rem; font-weight: 700; color: var(--cl-blue); font-size: 2.2rem; line-height: 2.6rem; }
.strukinner-author { margin-top: 2rem; font-weight: 500; font-style: italic; color: var(--cl-hover); font-size: 2.0rem; line-height: 2.6rem; }
.strukt-publ-atach { }
.strukt-publ-atach a { display: inline-block; text-align: center; background-color: var(--cl); color: var(--cl-f); padding: 10px 30px 9px 30px; border-radius: 5px; transition: background-color 0.14s ease-in-out; }
.strukt-publ-atach a:hover { background-color: var(--cl-hover); }
.strukt-publ-atach a i { margin-right: 16px;  }

#publ { text-align: left; }
#publ .publ-item  { margin-bottom: 4rem; display: block; }
 
#publ .publ-item:hover .publ-icon i { color: var(--cl-hover);  }
#publ .publ-icon { width: 13%; display: inline-block; vertical-align: middle; margin-right: 3rem;  }
#publ .publ-icon i { color: #C0C0C0; font-size: 8rem; color: var(--cl-hover);  transition: all 0.14s }
#publ .publ-icon img { width: 100%; }
#publ .publ-right { width: 70%; display: inline-block; vertical-align: middle; }
#publ .publ-right .publ-title { color: var(--cl); font-weight: 700; font-size: 1.3rem }
#publ .publ-right .publ-authors { color: #444; font-weight: 300; font-style: italic ; font-size: 1.3rem; margin-top: 1.3rem}
 


#issues { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 10px; align-items: flex-start }
#issues .issuefill { width: 32%; position: relative; display: block; height: 1px;   overflow: hidden;    }

#issues .issue { width: 32%; position: relative; display: block; border-radius: 2px; overflow: hidden; margin-bottom: 24px;  } 
#issues .issue .issue-img { height: 240px; }
#issues .issue .issue-img img { height: 100%; width: 100%; object-fit: cover; display: block; }
#issues .issue .issue-name { display: block;color: var(--cl); margin-top: 1rem}
#issues .issue .issue-name b { display: block;  }

/* mastip - head+tit */

#mastipus { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 10px; align-items: flex-start }

#mastipus .mastip { width: 32%; padding: 40px; position: relative; display: block;   overflow: hidden; margin-bottom: 20px; text-align: left; border-radius: 10px; background-color: rgba(0,0,0,0.08); }
#mastipus .mastipfill { width: 32%; position: relative; display: block; height: 1px;   overflow: hidden;    }
 
#mastipus .mastip:hover i.fa { color: #333333; }
#mastipus .mastip .mastipname  { color: #333333; font-weight: 700; font-size: 22px; line-height: 25px; }
#mastipus .mastip .mastiphead  { color: #333333; margin-top: 10px; font-size: 18px; line-height: 21px; }
#mastipus .mastip .mastipdeta  { margin-top: 14px; text-align: center; }
#mastipus .mastip .mastipdeta i.fa { font-size: 36px; }




/* szemelyek */

#szemely { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 60px; align-items: flex-start }

#szemely .szem { width: 19%; position: relative; display: block; height: 440px; border-radius: 3px; overflow: hidden; margin-bottom: 44px;  }
#szemely .szemfill { width: 19%; position: relative; display: block; height: 1px;   overflow: hidden;    }
 
#szemely .szem:hover .hov { display: block; z-index:10; }
#szemely .szem .hov { display: none;  position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(120,161,187,0.85); overflow: hidden; }
#szemely .szem .hov .a { height: 300px;  position: relative;  }
#szemely .szem .hov .a i.fa { top: 50%; left: 50%; position: absolute; font-size: 50px; color: var(--cl-f); transform: translate(-50%,-50%);  }
#szemely .szem .hov .b { height: 140px;   position: relative; }
#szemely .szem .hov .b span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 20px; padding: 0 28px; font-size: 19px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#szemely .szem .hov .b span b { font-size: 14px; line-height: 16px; display: block; margin-top: 10px; font-weight: 300; }

#szemely .szem .szem-img { height: 300px; }
#szemely .szem .szem-img img { height: 100%; width: 100%; object-fit: cover; object-position: center top; display: block; }
#szemely .szem .szem-name { position: relative; height: 140px; }
#szemely .szem .szem-name span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 20px; padding: 0 28px; font-size: 19px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#szemely .szem .szem-name span b { font-size: 14px; line-height: 16px; display: block; margin-top: 10px; font-weight: 300; }

#cv_downl { display: inline-block; }
#cv_downl:hover , #cv_downl *:hover   { text-decoration: none}
#cv_downl i.fa { margin-right: 10px; color: #d47f06;  }
#cv_downl span {  font-size: 20px; font-weight: 600; color: #d47f06; }

#szem_left { float: left; padding-top: 5px; }
#szem_left a { display: block; width: 260px; margin: 0 36px 36px 0; border: 11px solid #d0d0d0; border-radius: 10px; overflow: hidden;  transition: border-color 0.14s; }
#szem_left a:hover { border-color: #b0b0b0; }
#szem_left a img {  width: 100%; height: auto; display: block; }
 
/* mastip - head+tit */

#mastipus { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 10px; align-items: flex-start }

#mastipus .mastip { width: 32%; padding: 40px; position: relative; display: block;   overflow: hidden; margin-bottom: 20px; text-align: left; border-radius: 3px; background-color: rgba(0,0,0,0.08); }
#mastipus .mastipfill { width: 32%; position: relative; display: block; height: 1px;   overflow: hidden;    }
 
#mastipus .mastip:hover i.fa { color: var(--cl4); }
#mastipus .mastip .mastipname  { color: #333333; font-weight: 700; font-size: 22px; line-height: 25px; }
#mastipus .mastip .mastiphead  { color: #333333; margin-top: 10px; font-size: 18px; line-height: 21px; }
#mastipus .mastip .mastipdeta  { margin-top: 14px; text-align: center; }
#mastipus .mastip .mastipdeta i.fa { font-size: 36px; }


 
	
/* strukturalt */
#strukturalt { display: flex; justify-content: space-between; flex-wrap: wrap;  padding: 0 0.65rem; margin-top: 3rem; }
#strukturalt .strukt { width: 32%; position: relative; display: block; height: 140px; border-radius: 3px; overflow: hidden; margin-bottom: 28px;  }
#strukturalt .struktfill { width: 32%; position: relative; display: block; height: 1px;   overflow: hidden;    }

#strukturalt .strukt:hover .hov { display: none; }
#strukturalt .strukt .hov { display: none;  position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(120,161,187,0.85); overflow: hidden; }
#strukturalt .strukt .strukt-img { display: none }

#strukturalt .strukt .strukt-name { position: relative; height: 140px; overflow: hidden; }
#strukturalt .strukt .strukt-name span { position: absolute; display: block; font-weight: 600; width: 100%; line-height: 1.35rem; padding: 0 11px; font-size: 1rem; top: 50%; left: 50%; transform: translate(-50%,-50%); color: var(--cl-f); text-align: center;  }
#strukturalt .strukt .strukt-name span b { font-size: 14px; line-height: 18px; display: block; margin-top: 10px; font-weight: 300; }


/* insert szem-xx */
.s_szem_flex { display: flex; flex-wrap: wrap; justify-content: start; text-decoration: none; }
.s_szem_flex * { text-decoration: none; }

.s_szem { display: block;   transition: background-color 0.15s; background-color: rgba(0,0,0,0.12); width: 200px; height: 400px; padding: 10px; margin: 1rem 2rem  ; }
.s_szem:hover { background-color: #97c1b3;  }
.s_szem img { width: 100%; height: 86%; object-fit: cover; display: block; }
.s_szem span { display: block; color: #333333; font-size: 14px; line-height: 18px ; font-weight: 700; padding-top: 10px; }

.s_szem_float { display: block; float: left; transition: background-color 0.15s; background-color: rgba(0,0,0,0.12); width: 200px; height: 400px; padding: 10px; margin: 0 1rem 1rem 0; }
.s_szem_float:hover { background-color: #97c1b3;  }
.s_szem_float img { width: 100%; height: 86%; object-fit: cover; display: block; }
.s_szem_float span { display: block; color: #333333; font-size: 14px; line-height: 18px ; font-weight: 700; padding-top: 10px; }



/* search */
.search-descr { font-size: 20px; color: #414040; line-height: 29px; margin-top: 50px; margin-left: auto; margin-right: auto; width: 80%; text-align: left; }
.search-descr a { display: block; margin-bottom: 4rem; }
.search-descr a .tit { display: block; font-size: 1.5rem; margin-bottom: 0.2rem ;  }
.search-descr a .tit b {  font-size: 11px; font-weight: 700; text-transform: uppercase; padding: 2px 10px; line-height: 17px; margin-top: 4px; margin-right: 10px;   border-radius: 3px; vertical-align: top; display: inline-block;  color: var(--cl-f);  }
.search-descr a .tit u { background-color: #e6e6e6; font-size: 11px; font-weight: 700; text-transform: uppercase; padding: 2px 10px; line-height: 17px; margin-top: 4px; text-decoration: none; margin-right: 10px;   border-radius: 3px; vertical-align: top; display: inline-block;  color: #303030;  }
.search-descr a .des { display: block; font-size: 1rem; line-height: 1.35rem; color: #444444; margin-bottom: 0.2rem; margin-top: 0.4rem; }
.search-descr a .nav { font-size: 0.75rem; line-height: 0.85rem !important; padding: 0.2rem 0 !important; margin: 0 !important; height: 1rem !important; color: #999; }
.search-descr a .nav i { margin: 0 0.3rem; color: var(--cl4); }
.search-descr a button { display: none; }

#searchagprev { margin: 3rem 0 3rem 0; }
#searchagprev * { display: inline-block; vertical-align: top; }
#searchagprev span { margin-right: 20px;  height: 46px; line-height: 46px; }
#searchagprev input  { height: 46px; line-height: 46px; width: 400px; border: 1px solid #b0b0b0; border-radius: 5px; font-size: 16px; color: #444444; text-indent: 5px; }
#searchagprev button  { height: 46px; line-height: 46px; width: 90px; border-radius: 5px; font-size: 16px; border: none; margin-left: 10px; }
#searchagprev button i { display: block; transform: rotate(-45deg); font-size: 1.5rem; }

#gdpr5 { background-color: #f0f0f0; position: fixed;  box-shadow: 1px 0 4px 1px rgba(0,0,0,0.4); line-height: 1.2rem;  left: 0; right: 0; bottom: -200px; z-index: 160000; text-align: center; }
#gdpr5_bar { font-weight: 400; padding: 16px 3px 10px 3px; text-align: left;  margin: auto; width: 93%; max-width: 1560px; }
#gdpr5_bar .a { display: inline-block; vertical-align: middle;  color: #333333; font-size: 0.9rem; line-height: 1.2rem; width: 70%; }
#gdpr5_bar .a span { color: var(--cl); font-size: 1.2rem; font-weight: 700; line-height: 1.4rem;  padding-bottom: 6px;  display: block; }
#gdpr5_bar .a a { color: #565656; text-decoration: underline; }
#gdpr5_bar .a a:hover { color: #565656; text-decoration: underline; }
#gdpr5_bar .b { display: inline-block; vertical-align: middle; width: 29%; text-align: center; }
#gdpr5_bar .b a { padding: 8px 24px 8px 24px; font-size: 1rem; border-radius: 5px; transition: all 0.14s; padding-left: 50px; background-color: var(--cl3); color: var(--cl-f); cursor : pointer; position: relative; }
#gdpr5_bar .b a::before { position: absolute; display: block; content: '\f00c'; top: 50%; transform: translateY(-50%); left: 20px; font-family: 'Font Awesome 5 Pro'; }
#gdpr5_bar .b a:hover { background-color: var(--cl); color: var(--cl-f); }
 
 
#contact_name { font-size: 2rem; color: var(--cl); width: 75%; margin: 4rem auto 0 auto; text-align: center; line-height: 2.8rem; }
#contact_boxes { text-align: center; margin: 6rem 0 9rem 0 ;}
.contact_box { display: inline-block; vertical-align: top; width: 29%; text-align: center; }
.contact_box i { color: var(--cl); }
.contact_box .cbxsym { height: 50px;  }
.contact_box .sboxtxt { margin-top: 30px; font-size: 1.25rem; width: 70%; margin-left: auto; margin-right: auto; line-height: 1.8rem; }
#contact_box_1 i { font-size: 48px;  }
#contact_box_2 i { font-size: 38px; padding-top:5px; }
#contact_box_3 i { font-size: 46px;  }
#c_vizit { text-align: center; font-size: 24px; margin-top: 50px; }
.form_mandatory_alert { background-color: #FFE0E0; }


#contact_form { margin-top: 20px;   text-align: center;    }
#contact_form label { font-size: 16px;   }
.ctitle1 { font-size: 23px;   text-align: center; margin: 0 auto; font-weight: 700; color: #2c2c2c ;  }
.ctitle2 { font-size: 18px;  font-weight: 400; color: #2c2c2c ; padding-bottom: 26px;  }
.finp { display: block; font-weight: 300; margin: 25px auto 0 auto;  width: 70%;   border-radius: 3px; font-size: 16px; height: 46px; line-height: 46px; text-indent: 6px;   }
.finp::placeholder {  font-weight: 400;   }
#txt { resize: none; display: block; width: 70%;   margin: 25px auto 0 auto;    border-radius: 3px; height: 120px; font-weight: 300; padding: 4px 0 0 0px; text-indent: 6px; font-size: 16px ;  overflow: auto;   }
.hov_border { transition: border-color 0.05s; border-width: 1px; border-style: solid; border-color: #a5a5a5; }
.hov_border:focus { border-color: #65812c; }
#csmb{  cursor: pointer;  margin-top: 10px; font-size: 14px !important; font-weight: 500 !important; text-transform: uppercase; }
#prlcont { display: none;  text-align: center;  margin: 0 auto;}
#prlcont i { color: var(--cl); font-size: 25px; }
#zoom_mobile { display: none; }
#zoom_desktop { }
#form_send_ok { display: none; background: #eaffef; margin-bottom: 10px;  border:1px solid #ccf0d4; padding: 20px; width: 98%;  }
#form_send_err { display: none; background: #ffe7e7; margin-bottom: 10px; border:1px solid #f6cdcd; padding: 20px; width: 98%;  }
#contfchk { margin: 2rem auto;  }
#contfchk label { margin-left: 0.5rem; }


.contact_tit { font-size: 34px; margin-top: 100px; color: #49311a; font-weight: 700; text-align: center; }
.contact_subtit { font-size: 16px; margin-top: 18px; margin-bottom: 30px; color: #25262a; font-weight: 400; text-align: center; }
#map  {  margin-bottom: 85px;display: block; background-color: #000000; position: relative;}
#map:hover .imgcover { opacity: 1;  }
#map img {  width: 100%; height: auto; display: block;  transition: all 0.2s ease-in-out; border-radius: 7px; }
#map .imgcover { position: absolute; z-index: 2; width: 100%; height: 100%; top:0; left:0; right: 0; bottom: 0;  background-color: rgba(29,49,90,0.50); opacity:0; transition: all 0.2s; display: block; border-radius: 7px; }
#map .imgcover i.fa { position: absolute; left: 50%; top: 50%; font-size: 40px; color: var(--cl4); transform: translate(-50%,-50%); }




/* user forms */
.login-form { padding: 2rem 4rem; background-color: var(--cl); width: 60%; border-radius: 6px; margin: 2rem auto; text-align: left; }
.user_section_row {  padding: 1.5rem 1.5rem; border-radius: 6px; color: var(--cl-f); }
.user_section_row_min {  padding: 0.2rem 1.5rem; border-radius: 6px; color: var(--cl-f); }
.user_section_row_prin_inreg { font-weight: 300; color: #DDD; font-size: 0.9rem; line-height: 1rem; }
.user_section_row_prin_inreg a { text-decoration: underline; color: #E9E9E9; }
.user_section_row_prin_inreg a:hover { text-decoration: underline; color: #FFFFFF; }
.user_section_row_inp { margin: 1rem 0 0 0; }
.user_section_row_inp input , .user_section_row_inp select { width: 100%; height: 42px; line-height: 42px; border-radius: 3px; text-indent: 5px; color: var(--cl); font-weight: 700; font-size: 1rem; background-color: #FFFFFF; border-width: 0px; }
.user_section_row_inp input.ro {  background-color: #E0E0E0;  }
.user_section_link_button_left { display: block; margin-top: 1rem; color: var(--cl-f); font-weight: 300; }
.user_section_link_button_left:hover { color: var(--cl-f); text-decoration: underline; }
.user_section_row_chk { display: inline-block; vertical-align: middle; width: 7%; } 
.user_section_row_chk input { width: 22px; height: 22px; } 
.user_section_row_chklbl { display: inline-block; vertical-align: middle; font-weight: 300; width: 80%; } 
.user_section_row_chklbl a { color: #E0E0E0; text-decoration: underline; } 
.user_section_submit button { margin-bottom: 1rem; }
#lform abbr { position: absolute; top: 50%; transform: translateY(-50%); right: 16px; z-index: 10; cursor: pointer; font-size: 1.1rem; }
#lform abbr i { color: #333333; }
#lform abbr.show .show { display: block; }
#lform abbr.show .hide { display: none; }
#lform abbr.hide .show { display: none; }
#lform abbr.hide .hide { display: block; }


/* profile page */
.profile-cont { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 4rem; }

.profile-cont .profile-box { background-color: #F0F0F0; padding: 7rem 1.5rem 12rem 1.5rem; height: 260px; position: relative; border-radius: 4px;   }
.profile-cont .profile-box .profile-box-sym { position: absolute; top: 2rem; left: 50%; transform: translateX(-50%); }
.profile-cont .profile-box .profile-box-title { font-size: 1.6rem; font-weight: 300; }
.profile-cont .profile-box .profile-box-descr { margin-top: 1rem  }
.profile-cont .profile-box .profile-box-btn { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); }
.profile-cont .profile-box .profile-box-btn a { white-space: nowrap; }
.profile-cont .profile-box .profile-box-sym i { font-size: 3rem; color: var(--cl-hover); opacity: 0.5; }
.profile-cont .profile-box .profile-box-sym i.fa-heart { font-size: 3rem; color: red; opacity: 0.5; }

/* profile favs */
#profile-favs {  max-width: 1200px; width: 90%; margin: 0 auto; min-height: 320px; }
#profile-nofavs { margin: 6rem auto; font-size: 1.3rem; color: var(--cl); width: 60%; }


.home_modul { min-height: 100px;}
.home_modul_bg_3, .home_modul_bg_4,  .home_modul_bg_7 { background: var(--cl2); }
.home_modul_bg_1, .home_modul_bg_2,  .home_modul_bg_7 {  padding-top: 50px; padding-bottom: 20px;  }
.home_main_title { font-size: 3rem; text-transform: uppercase; font-weight: 500;  margin-bottom: 4rem;}
.home_main_title_color_7 { color: #444444; }
.home_main_title_color_1 , .home_main_title_color_2 , .home_main_title_color_3 , .home_main_title_color_4 , .home_main_title_color_5 , .home_main_title_color_6
   { color: var(--cl); font-weight: 700; }
			
.home_section::before , .home_section::after { clear: both; content:""; display: table; height: 0; } 
.home_section { clear: both; } 

.home_section_1 , .home_section_2 { width: 76%; margin: 2rem auto; }
.home_section_1 .hs_image12 { float: right; }
.home_section_1 .hs_text12 { float: left;  }


.home_section_2 .hs_image12 { float: left; }
.home_section_2 .hs_text12 { float: right; }
.home_section_2 .hs_text12 > div , .home_section_2 .hs_text12 > a , .home_section_2 .hs_text12 > span   { float: right;  }

.hs_text12 { width: 39%; text-align: left; }
.hs_image12 { width: 60%; }
.hs_image12 img { width: 100%; height: auto; }
.hs_text12-a	{ display: block; width: 78%; text-align: left; font-size: 2.6rem; text-transform: uppercase; line-height: 2.9rem; font-weight: 400; color: #444444; }
.hs_text12-a:hover	{  color: #444444; }
.hs_text12-b	{ display: block; width: 78%; text-align: left; font-size: 1.2rem; line-height: 1.4rem; font-weight: 400; color: #555555; border-top: 4px solid var(--cl2); text-align: justify; padding-top: 1rem; margin-top: 1rem; }
.hs_text12-b:hover	{  color: #444444; }
.hs_text12-c	{  width: 78%; text-align: left; margin-top: 2rem; }

.home_section_3 , .home_section_4 { width: 100%; margin: 0.6rem auto 0 auto; }
.home_section_3 .hs_image34 { float: right; }
.home_section_3 .hs_text34 { float: left; padding-top: 30px; }
.home_section_4 .hs_image34 { float: left; }
.home_section_4 .hs_text34 { float: right; padding-top: 30px; }
.home_section_3 .hs_text34 > a   {  float: right;  }
.home_section_3 .hs_text34 > a   { margin-right: 30px; }
.home_section_4 .hs_text34 > a   { margin-left: 30px; }
.hs_text34 { width: 50%; text-align: left; }
.hs_image34 { width: 50%; overflow: hidden;  }
.hs_image34 img { width: 100%; height: 100%; display: block; }
.hs_text34-a	{ display: block; width: 60%; text-align: left; font-size: 3rem; text-transform: uppercase; line-height: 3.7rem; font-weight: 400; color: var(--cl-f); }
.hs_text34-a:hover	{  color: var(--cl-f); }
.hs_text34-b	{ display: block; width: 60%; padding-right: 60px;  text-align: left; font-size: 1.2rem; line-height: 1.4rem; font-weight: 400; color: var(--cl-f); border-top: 4px solid var(--cl-f); text-align: justify; padding-top: 1rem; margin-top: 1rem; }
.hs_text34-b:hover	{  color: var(--cl-f); }
.hs_text34-c	{ display:none; }

.home_section_5 , .home_section_6 { width: 100%; margin: 0.6rem auto 0 auto; }
.hs_image56 { position: relative; }
.hs_image56 img { display: block; width: 100%; height: auto; }
.home_section_5 .hs_text56 { position: absolute; bottom: 0; right: 12%; width: 31%;  background-color: var(--cl2); padding: 1.5rem 4.2rem 1rem 4rem }
.home_section_6 .hs_text56 { position: absolute; bottom: 0; left: 12%; width: 31%;  background-color: var(--cl2); padding: 1.5rem 4.2rem 1rem 4rem }
.hs_text56-a	{ display: block;   text-align: left; font-size: 3rem; text-transform: uppercase; line-height: 3.5rem; font-weight: 500; color: #333333;; }
.hs_text56-a:hover	{  color: #333333; }
.hs_text56-b	{ display: block;   padding-right: 60px;  text-align: left; font-size: 1.2rem; line-height: 1.4rem; font-weight: 400; color: #333333; border-top: 5px solid var(--cl-f); text-align: justify; padding-top: 1.5rem; margin-top: 1.5rem; }
.hs_text56-b:hover	{  color: #333333; }
.hs_text56-c	{ display:none; }

.home_section_8 { width: 100%; margin: 0rem auto 5rem auto; background-color: var(--cl2); padding: 4rem 0; text-align: center; }
.hs_text8a { width: 70%; margin: auto; font-size: 3rem; font-weight: 700; text-transform: uppercase; color: var(--cl) }
.hs_text8b { width: 77%; margin: auto; font-size: 1.3rem; color: var(--cl-4); line-height: 2.2rem; padding-top: 3.5rem; }
.hs_text8c { width: 60%; margin: auto; padding-top: 4.5rem; }
.hs_text8c a { color: var(--cl3); font-size: 1.3rem; }
.hs_text8c a:hover { text-decoration: underline; }


#home_gal img { display: block; width: 100%; height: auto; } 
#home_gal_m { display: none; } 
#car_prev , #car_next { position: absolute; top: 50%; transform: translateY(-50%);  z-index: 30; border-radius: 32px; height: 46px; width: 46px; background-color: var(--cl-f); }
#car_prev:hover , #car_next:hover { background-color: var(--cl); }
#car_prev  {  left: 5%;  }
#car_next  {  right: 5%;  }
#car_prev i , #car_next i { position: absolute; top: 50%; left: 50%; font-size: 1.8rem; color: var(--cl2); display: inline-block;  } 
#car_prev i { transform: translate(-70%,-50%); } 
#car_next i { transform: translate(-40%,-50%); } 	
			
#carousel_cont { position: relative; padding: 0 0; text-align: center; padding-top: 2rem;  }
#carousel { 
  position: relative;
		width: 90%;
  height: 400px;
		margin: 0 auto;
  overflow: hidden; }
  #carousel div {
    position: absolute;
    transition: transform 0.5s, left 0.5s, opacity 0.5s, z-index 0s;
    opacity: 1;				}
    #carousel div img {
      width: 400px;
      transition: width 0.5s; }
    #carousel div.hideLeft {
      left: 0%;
      opacity: 0;
      transform: translateY(50%) translateX(-50%); }
      #carousel div.hideLeft img {
        width: 200px; }
    #carousel div.hideRight {
      left: 100%;
      opacity: 0;
      transform: translateY(50%) translateX(-50%); }
      #carousel div.hideRight img {
        width: 200px; }
    #carousel div.prev {
      z-index: 5;
      left: 30%;
      transform: translateY(50px) translateX(-50%); }
      #carousel div.prev img {
        width: 300px; }
    #carousel div.prevLeftSecond {
      z-index: 4;
      left: 15%;
      transform: translateY(50%) translateX(-30%);
      opacity: 1; }
      #carousel div.prevLeftSecond img {
        width: 200px; }
    #carousel div.selected {
					 cursor: pointer;
      z-index: 10;
      left: 50%;
      transform: translateY(0px) translateX(-50%); }
    #carousel div.next {
      z-index: 5;
      left: 70%;
      transform: translateY(50px) translateX(-50%); }
      #carousel div.next img {
        width: 300px; }
    #carousel div.nextRightSecond {
      z-index: 4;
      left: 85%;
      transform: translateY(50%) translateX(-70%);
      opacity: 1; }
      #carousel div.nextRightSecond img {
        width: 200px; }






}



.arrow { position: fixed; bottom: 8%; left: 50%; transform: translate(-50%,-50%); display: none; }
.arrow span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid var(--cl2);
    border-right: 2px solid var(--cl2);
    transform: rotate(45deg);
    margin: -14px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

