/**
 * screen.css css3 - 2026.01.10-
 * - last update - 2026. 02. 11.
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

hr {
    /*display: none;*/
	border-style:solid;
	border:none;
	border-bottom:1px solid #e5e5e5;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
}

a img {
    border: none;
}

/**
 * TYPOGRAPHY
 */

:root {
    --bg-color: #FAF5FA;/* #fffff **/
    --head-color: #674966;/* #14276f **/ 
    --font-color: #3e3e3e;/*  **/ 
    --button-color: #A78BA6;/* #0095d9 **/ 
    --boxbg-color: #C3A8C2;/* rgba(230,230,230,0.8) **/ 
    
    --extbg: rgba(255,255,255,1);
    --exta: rgba(200,200,255,0.4);
    --extb: rgba(0, 0, 0, 0);
    --extc:rgba(0,0,0,0.4);
    --extd:#dedede;
    --exte:#ffffff;
    --extf:#eeeeee;
    --extg:#bbbbbb;
    
    --extia: rgba(0,149,217,0.25);
    --extib: rgba(0,0,0,0.15);
    --extic: rgba(0,255,0,0.3);
    --extid: rgba(0,255,0,0.3);
    --extie: rgba(0,0,255,0.3);
    --extif: rgba(255,0,0,0.3);
    
    --extja:#33dd3355;
    --extjb:#dd333355;
    --extjc:#33dd33;
    --extjd:#dd3333;
    --extje:#666666;
    --extjf:#222222;
    --extjg:#414141;
    --extjh:#5c5c5c;
    --extji:#3e3e3e;
    --extjj:#16d416;
    --extjk:#888888;
    --extjl:#00aa00;
    --extjm:#999999;
    
    --extjn:#36426a;
    --extjo:#d51919;
    --extjp:rgba(150,0,0,0.3);
    --extjr:#939598;
    --extjs:#f1f1f1;
    --extjt:#7b7bd7;
    
    --extjx:rgba(120,120,120,0.2);
    --extjy:rgba(120,120,120,0.5);
    
    --extjz:#5555555;
    
    --extka:#989898;
    
    /* #7b7bd7 #36426a #d51919 rgba(150,0,0,0.3) #939598*/
    
    
    /* #414141 #5c5c5c */
}

body  {
    font-size: 10px;/*62.5%; /* 10px */
    /*font-family: 'Myriad Pro'; font-weight: bold; font-style: italic;*/
    font-family:  'Myriad Pro', Helvetica, sans-serif;
    line-height: 1.4em;
    background: var(--bg-color)/*#f6f6f6/**/;

}

/* headings */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Myriad Pro', Helvetica, sans-serif;
    /*color: /*#1b3c4c/*#808080*/;
    /*color: #1c4081;*/
}
h1, h2, h3, h4 {
}


h1  { font-size: 2.0em; margin-bottom: 0.2em; line-height:2.0em;}
h2  { font-size: 1.5em; margin-bottom: 0.1em; line-height:1.3em;}
h3  { font-size: 1.4em; /*margin-bottom: 1.2em; */line-height:1.5em;}
h4  { font-size: 1.22em; margin: 0; line-height:1.3em;}
h5  { font-size: 1.0em; margin: 0; line-height:1.0em;}
h6  { font-size: 1.0em; margin:0; font-style: italic; line-height:1.0em;}

h2.fh2 {padding: 0 10px}

a, img, a img {/*-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;/**/}
/* form elements */
input, select, textarea {
    /*font-family: 'HelveNR', Helvetica, sans-serif;*/
    font-size: 1em;
}

#NoP {width: auto;}

/* text elements */

table.cft {margin-bottom:40px;}

p           { margin-bottom: 1.3em;line-height: 1.5em;}

ul, ol      { margin: 0 1.3em 1.3em 2.3em;line-height: 1.1em;}
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
li          {margin: 0 0 2px 0;}
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: normal;/*font-family: 'Myriad Pro'; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a           { color: #0095d9; /*text-decoration: none;/**/}

a:hover     { /*color: #08355c;/**/ }

blockquote  { margin: 1.5em; color: var(--extje) /*#666/**/; font-style: italic; }
strong, b      { font-weight: bold; /*font-family: 'Myriad Pro';/**/}
em,dfn, i      { font-style: italic; font-weight: normal;  } /*background: #ffc;*/
b i {}

/*a h1, a h2, a h3, a h4, a h5, a h6 {color: #3688a2;border: none;}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {color: #3b6ab2;}/**/
/**
 * LAYOUT
 */

/* tags */

body {
    text-align: center;
    color: var(--extji)/*#3e3e3e /*#112850*/ ;
    position: relative;

    /*min-width: 320px;*/
    background: var(--bg-color)/* url(/img/page/topbg.png) repeat-x/**/;
}/*e1e8f1*/


.strech {display: block; position: relative;text-decoration: none; color: initial;}


.CSS-news {}
.CSS-news .lcont .item {width: 100%;}
/*.CSS-news .lcont .item .newc {padding: 0 10px 40px 10px;}/**/
.CSS-news .lcont .item h4 {padding: 10px 10px 10px 0;}
.CSS-news .lcont a.item {text-decoration: none; color: var(--extji)/*#3e3e3e/**/;}
.CSS-news .lcont .item .next {position: absolute; right: 10px;border: 0;bottom: 10px;}
.CSS-news .lcont .item img {width: 50%; margin: 0 0 10px 10px; float: right;}
.CSS-news .lcont .item.enabled {padding-left: 10px; background: transparent;} 
.CSS-news .lcont .nrow {border-bottom: solid 3px var(--head-color); margin: 0 0 50px 0;}
.CSS-news .npage .back {font-size: 0.6666em;line-height: 0.6666em;}
.CSS-news .Aview {padding: 0 10px;}
.CSS-news .Aview .full img {}
.CSS-news .row {width: auto;}
.CSS-news .full img {width: 100% !important; margin: 10px 0 10px 0;}

.CSS-news .toarch {padding-left: 10px; padding-right: 10px; margin-bottom: 40px;}

@media screen and (max-width:650px) {
    .CSS-news .Aview .full img {width: 100% !important;}
    .CSS-news .lcont .item img {width: 100%; margin: 10px 0 10px 0; float: none;}
    .CSS-news .full img {}
    table.cft tr td {width: 100%; float: none; display: block;}
    table.cft tr td img{margin-bottom: 20px;}
}
.CSS-lists .offerlists h3 {margin: 0 5px ;text-transform: uppercase;}

.CSS-lists .offerlists div.specbord {margin-bottom: 20px;}
.CSS-lists .offerlists div.specbord:first-of-type {margin-bottom: 0;}

.CSS-lists h4.notisent {font-weight: normal !important;
font-style: italic !important;}
.CSS-lists h4.notisent::before {float: left;margin: 4px 5px 0 0;display: block;
        content:''; width: 12px;height: 12px; border-radius: 6px; 
        background-color: var(--extjj)/*#16d416/**/;}

.CSS-lists .item .strech .in {background-color: var(--button-color)/*rgb(0,149,217)/**/; color: var(--exte)/*#fff/**/;text-shadow: 1px 1px var(--extje)/*#666666/**/;
border-radius: 15px;padding-bottom: 30px;min-height: 150px;}
.CSS-lists .item .strech:hover .in {background-color: var(--head-color);color: var(--exte)/*#fff/**/;text-shadow: 1px 1px var(--extjf)/*#222222/**/;}


.CSS-lists .item .strech .in h3, .CSS-lists .item .strech .in h4, .CSS-lists .item .strech .in h5 {
    font-size: /*1.0667*//*0.9333*/1em;font-weight: bold;/**/
}

.CSS-lists .item .strech .in h4.date {font-weight: normal; font-style: italic;}

.CSS-lists .item .strech .in h5 {
    margin-top: 20px;
}

.CSS-lists .item .strech .in h6 {position: absolute;bottom: 10px; left: 10px;}

.CSS-lists .item .itemtool .SfwB {text-decoration: none;
                                  text-shadow: 1px 0px var(--extjf)/*#222222/**/;
background-color: var(--head-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--head-color)), to(var(--head-color))); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, var(--head-color), var(--head-color)); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, var(--head-color), var(--head-color)); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, var(--head-color), var(--head-color)); /* IE10 */
  background-image:      -o-linear-gradient(top, var(--head-color), var(--head-color)); /* Opera 11.10+ */
  background-image:         linear-gradient(top, var(--head-color), var(--head-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--head-color)', EndColorStr='var(--head-color)'); /* IE6–IE9 */
 color: var(--extf)/*#eeeeee/**/;border-color: var(--head-color);}
.CSS-lists .item .itemtool .SfwB:hover { color: var(--exte)/*#ffffff/**/;}

.CSS-lists .item .itemtool .SfwBD {color: var(--extf)/*#eeeeee/**/;text-decoration: none;text-shadow: 1px 0px var(--extjf)/*#222222/**/;}
.CSS-lists .item .itemtool .SfwBD:hover {color: var(--exte)/*#ffffff/**/;}

.CSS-lists form select {
    float: left; margin-right: 20px; width: 300px;padding: 5px;
}

.CSS-lists form select option {
}

.chand {cursor: pointer;}


.records {position: relative;}
.record {box-sizing: border-box; padding: 10px;}
.record .back {padding: 10px;height: auto;}
.rec {/*float: left; position: relative; width: 33%; overflow: hidden;*/
float: none;  position: relative;}

.rec h5.SeaTitle {width: 100%;}

.inner {background: var(--extd)/*#dedede/**/;border-radius: 20px 20px 0 0;margin: 10px; padding: 10px;}

.rec .inner {border-radius: 0;padding: 10px 5px;}

.rec span {display: none;}
.rechead {position: relative; margin: 0 20px;}
.rechead h4, .rechead h5, .rec h4, .rec h5 {float: left; width: 15%;box-sizing: border-box;padding: 0 5px;}
/*.rechead h4, .rec h4:first-child {width: 12%;}/**/
.rechead h4, .rec h4 {width: 15%;text-align: right;
    border: solid 0 var(--extje)/*#666/**/;
border-right-width: 1px;}
.rechead h5, .rec h5 {width: 20%;line-height: 1.5em;}
.rechead h5:first-of-type, .rec h5:first-of-type {width: 35%;}

.rechead h5.ttt, .rec h5.ttt {float:none;width: auto;padding: 5px 5px 0 5px;border-top: 1px solid var(--extjk)#888;}

.rec .inner .SfwB {
    /*position: absolute;
    bottom: 10px;
    right: 20px;/**/
    position: absolute;
top: 2px;
right: 12px;
}

.gyblk {
    background: var(--exta);
}

header.MV {max-width: none;}

.FT {margin: 0 auto; max-width: /*1440px;/**/1280px/**/; text-align: left;position: relative;}
.FT a {float: left;}
.FT img {margin: 10px 20px 0 0;}
.FT .homtit img {height: 45px; width: auto;margin-top: 20px;margin-left: 10px;}
.FT h2 {font-weight: bold;
text-transform: uppercase;
font-size: 1.5em;
text-align: left;
display: none;
}
.FT h2:first-letter {
    font-size: 1.4em;
}

.Cspace {position: absolute; top: 20px; right: 10px;
         font-weight: bold;font-size: 1.3em;
         /*margin-right: 60px;
         width: 306px; height: 100px;/**/
}
.Cspace .in { margin: 0 auto;position: relative;}
.usp {z-index: 119;right: 0;top: 0;
      background: transparent ;
      text-align: right;
      font-weight: bold;
}

.Cspace a {display: inline-block; padding: 0;
    color: var(--exte)/*#ffffff/**/;height: 1em; line-height: 1em;/*font-size: 1.4em;/**/
    text-transform: capitalize;border-radius: 0;
    margin: 0 0 0 5px;
}

.Cspace h5 {float: left;font-weight: inherit;}
.Cspace h6 {/*padding-left: 10px;/**/font-style: normal;float: left;font-weight: inherit;}
.Cspace h6 span {color: var(--button-color);}
.Cspace .lin {background: transparent ;margin: 25px 0 0 10px;}
.Cspace .reg {background: transparent ;margin: 25px 0 0 10px;}

.Cspace .mys {background: transparent ; margin: 10px 10px 0 10px; }
.Cspace .lou {background: transparent ; /*margin: 10px 0 0 0;/**/float: right;}

.Cspace h3 {
}

.Cspace h3 a {border: none; background: none;font-size: 1em;margin: 0; padding: 0;
              width: 100%; height: 100%; position: relative; color: var(--exte)/*#fff/**/;}
.Cspace h3 .spie {  /*font-size:0.9em; line-height:5px;top:-10px; bottom:40px;*/}




.MV .FT a.homtit {border: none;}

.MM {float: left;font-size: 1.5em;font-weight: bold;text-transform: capitalize;}
.MM a {/*float: left;position: relative;padding: 60px 10px 0 10px;height: 55px;min-width: 50px;/**/
float: left;
position: relative;
padding: 10px 10px;
height: auto;
min-width: 50px;
margin: 35px 5px 0 0;}

.MM .mikusr {background: #445872;border-radius: 10px 10px 0 0;padding: 9px;margin-top: 10px;}
.MM .mikusr:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.MM .mikusr a {padding: 5px 10px;height: auto;text-transform: none;font-size: 1em;margin: 0 5px;}


/*.MM a:after span { content: "."; display: block; height: 0; clear: both; visibility: hidden; }*/
.MM a span {display: block; top: 0; left: 0; width: 100%; height: 100%;opacity: 0;
            -webkit-transition: opacity 0.5s ease;
            -moz-transition: opacity 0.5s ease;
            -o-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
            position: absolute;z-index: -1;background: transparent ;}
.MM a:hover span, .MM a.sel span {opacity: 1;} 

.BGrot {
    background: var(--extbg)/*rgba(255,255,255,1)/**/;
    width: 1280px;
    height: 700px;
    position: absolute;
    z-index: -1;
}
/*.DS {-webkit-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.75);}/**/

.MV {max-width: 1280px;}
.ST {margin: 0 auto;background: transparent ;max-width: 960px;
     font-size: 1.8em;text-align: left;padding-top: 50px;}
.DC {/* max-width: 1100px;/*1080*/ margin: 0 auto;padding: 0;position: relative; min-height:600px;}

.DC .content {padding: 0 10px;position: relative;}


.CK-editor {
    text-align: left;
    font-size:14px;
    background: var(--exte)/*#fff;/**/;
}

table {
    width:100%;
    /* IE ext */
    _width:99%;
}
td, th {

    /*vertical-align:text-top;*/
    vertical-align:top;
    text-align:left;
    padding-bottom:10px;
}



/* right */
a.right, div.right, div div.right {float:right;}

.right {text-align: right;}

div.left {float: left;}
div.left input {/*width: auto;/**/}
form div.left {/*width: auto;/**/}

.vidcont {width: 50%; position: relative;float: right;margin-left: 10px;}
.videoWrapper {
    height: 0;
    margin: 1%;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}

.videoWrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* Socials */
#socials {padding: 0 10px 5px;}
.CSS-aktualitasok #socials {padding: 0 0 5px;}
#socials a {width: 30px; height: 30px; text-indent: 20px;border-radius: 16px;box-shadow: 1px 0  1px 0 #000000/*#1c4081/**/;
            padding: 0; margin: 0 10px 0 0 ;border: none;display: inline-block; float: left;color: var(--extb);
            background: transparent;overflow: hidden;opacity: 0.75;}
#socials .FACE, .soc .FACE {background-position: 0px 0px ;}
#socials .TWIT, .soc .TWIT {background-position: -36px 0 ;}
#socials .GOOG, .soc .GOOG {background-position: -74px 0;}
#socials .PRIN, .soc .PRIN {background-position: -112px 0;}
#socials .INST, .soc .INST {background-position: -147px 0;}

.soc b {width: 15px; height: 15px;overflow: hidden;margin: 0 5px;
        border: none;display: none; color: var(--extb)/*rgba(0, 0, 0, 0)/**/;
        background: transparent ;background-size: 88px 15px;/*transition: none;/**/opacity: 1;}
.soc .FACE {background-position: 0px 0px ;}
.soc .TWIT {background-position: -18px 0 ;}
.soc .GOOG {background-position: -37px 0;}
.soc .PRIN {background-position: -61px 0;}
.soc .INST {background-position: -73px 0;}


#socials a:hover, #socials div:hover {opacity: 1;}
/* Socials end */

.ST h2 {padding: 0 10px;margin-bottom: 40px;}

.CSS-user .same {height: 30px;}
.CSS-user .same input { width: 25px; margin: 0 0 0 20px; padding: 0;height: auto;height: 2em;}
.CSS-user .same label {margin: 0 0 0 10px;line-height: 2em;}

.offerlists, .listes {font-size: 0.8333em}
h4.ltitle {margin: 5px;}
.Notxt {}

.CSS-lists .item {position: relative;}
.CSS-lists .item .in { 
    position: relative; padding: 10px 10px 30px 10px; margin: 5px; 
    background: var(--boxbg-color);/**/
    
     min-height: 230px;overflow: hidden;}


.CSS-lists .item .in img.zimg {
    position: relative;
    width: 80px;
    height: auto;
    float: left !important;
  margin-right: 10px;
}

.itemtool {position: absolute; bottom: 10px; }


.CSS-lists .content {/* border-bottom: 1px solid #444; */ margin-bottom: 20px;padding-bottom: 5px;}
.reqi { border-bottom: 5px solid #ccc;}
.reqi h3 {margin: 35px 10px 15px 10px;}



.CSS-mc .listes span.non {display: none;}
@media screen and (min-width:650px) {
    .CSS-mc .listes .item {float: none;width: 100%;}
.CSS-mc .listes .item .in {min-height: inherit;padding-right: 230px;}
/*.CSS-mc .listes .item h4,/**/ .CSS-mc .listes .item h5, .CSS-mc .listes .item h6 {float: left;padding: 0 5px 5px 0;font-size: 1.0em;line-height: 1em;}
.CSS-mc .listes .item .in .itemtool {
    left: auto; bottom: auto; 
    right: 5px;
    top: 5px;
}
.CSS-mc .listes span.non {display: inline;}

}

.aitem {position: relative;background: var(--boxbg-color)/*#ddddee/**/; margin-bottom: 5px;padding: 10px;}
.aitem h5, .aitem h6 {float: left; width: 30%;-webkit-box-sizing: border-box;box-sizing:border-box;padding: 5px 10px;}
.aitem .chk {width: 40px; float: right;background:#eeaaee;}
.aitem .chk input {margin: 0; padding: 0;height: auto;}
.aitem:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.aiw .aitem h5 {width: 15%;}
.aiw .aitem h6 {width: 70%;}
.aiw .aitem h6:last-child {width: 15%;}

.CSS-index .content {/*padding: 20px 10px; border-top:1px solid #e5e5e5; margin-top:20px;/**/}
.CSS-about .stxt {padding: 0 10px;
}
.CSS-about .content {padding: 0;}

.CSS-contact {}
.CSS-contact h2 {padding: 0 10px;}
.CSS-contact .ccont{  border: 1px solid #e5e5e5; 
background: transparent ; 
padding:10px; float:left; width: 36%; position: relative;}
.CSS-contact .cform input{float: none; width: 100%;}
.CSS-contact .left{ margin-bottom:10px;}
.CSS-contact .icode{ margin-right:20px;}
.CSS-contact .isend{ margin-left:20px; margin-top:0px;}
.cform {width: 60%; position: relative; padding-right:10px;}
.cform form {margin: 0 10px;}
.cform .row input, .cform .row textarea {width: 92%;}
.cform .row h4{margin-top:10px;}
.cform h5 {margin: 15px 0;}

.TMSG textarea {-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        resize: none;max-width: 2000px;
	width: 100%}

.abl {float: left;width: 60%;position: relative;}
.rm {margin-right: 10px; position: relative;}
.abr {float: left;width: 40%;}


div.even {display: none;/***/}
div.third {display: block;}

/* search */
.searchbox {background: #ddddff;}
.searchbox .in {padding: 10px;}
.searchbox input {width: 200px; float: left;}
/* search end */

/*order list*/
.orders {}
.order {background: var(--extd)/*#dedede/**/; border: 1px solid #bbb; padding: 5px;margin-bottom: 10px;position: relative;}
.Olr {float: left;padding: 5px 10px;min-width: 45%;}
.Olra {position: absolute;right: 10px;bottom: 10px;}
.Olr p {margin-bottom: 0;}

/* ord statuses */

.orders .request {background: var(--extia)/*rgba(0,149,217,0.25) /*#0095d9/**/ url(/img/edited.png) repeat;}
.ST .CSS-addata div.winner div.in, .orders .winner {background-color: var(--extib)/*rgba(0,0,0,0.15)/**/;}
.ST .CSS-addata div.winner.elszallelokeszitve div.in, .orders .winner.elszallelokeszitve {background-color: var(--extic)/*rgba(0,255,0,0.3)/**/;}
.ST .CSS-addata div.winner.elviheto div.in, .orders .winner.elviheto {background-color: var(--extid)/*rgba(0,255,0,0.3)/**/;}
.ST .CSS-addata div.atadva div.in, .orders .atadva {background: var(--extie)/*rgba(0,0,255,0.3)/**/;}
.ST .CSS-addata div.rejected div.in, .orders .rejected {background-color: var(--extif)/*rgba(255,0,0,0.3)/**/;}
/*order list end*/

.daddr {border: 1px solid #ccc;box-sizing: border-box; padding: 10px;}
.daddr h3 {}
.daddr h4 {border-bottom: 1px dashed #aaa;margin-bottom: 10px;padding-bottom: 5px;}
.daddr h5 {font-size: 1em;}

.dnote td {}
.dnote .row {width: 100%; box-sizing: border-box; width: 100%; float: none;}
.dnote .row .in:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.dnote .row h4 {float: left; box-sizing: border-box; width: 22.5%;padding: 2px 5px;}
.dnote .row h4:first-of-type {width: 10%;}

.dnote .wif {background-color: var(--extja)/*#33dd3355/**/;}
.dnote .winf {background-color: var(--extjb)/*#dd333355/**/;}

.answerf, .answerr {padding: 10px; background-color: var(--extjc)/*#33dd33/**/; color: var(--exte)/*#fff/**/;}
.answerr {background-color: var(--extjd)/*#dd3333/**/;}

.dnote table {}


.dnotecont {padding: 10px;}

@media screen and (max-width: 850px) {
    .dnote table td {display: block;border: none;}
    .dnote table tr {border: 1px dotted var(--extje)/*#666/**/;} 
}



.winners {}

.winners .rblk {margin-bottom: 150px;}

.winners .printshow {display: none;}
.winnerhead {/*border-top: 2px dotted #aaaaaa;/**/margin-top: 30px;padding: 10px;
            background-color: var(--extg)/*#bbbbbb/**/;}
.winners .item {float: none; width: 100%; box-sizing: border-box;}
.winners .item .in {min-height: inherit;background: var(--extf)/*#eeeeee/**/;}
.winners .item h4 {float: left; min-width: 15%; box-sizing: border-box;}
.winners .item h4 span {padding: 0 5px;}
.winners .item h4:last-child{min-width: 40%;} 
.CSS-lists .content h5 {margin-top:5px;}
/* @media print {
    header.MV {display: none;}
    .Sfw-super-tool {display: none;}
}/**/

/* shipping */
.delivery{ margin:10px;}


.cpop .cls{ display:block; width:32px; height:32px; }
/* shipping end */

/* addrpop */
#cpop {position: fixed; width: 100%; height: 100%;top: 0; left: 0;text-align: left;background: var(--extc)/*rgba(0,0,0,0.4)/**/;}
#cpop ul {position: relative;overflow: scroll; width:80%; min-width: 320px; min-height: 300px; margin: 100px auto 0 auto;background: var(--exte)/*#ffffff/**/;}
#cpop li {list-style-type: none;margin: 5px; padding: 5px; background: var(--extd)/*#dedede/**/; }
#cpop b, #cpop i ,#cpop u {display: block;}
.cls {position: absolute; right: 0;top: 0;}

.ppoint {/*display: none;/**/position: relative;}
.ppoint #postapontvalasztoapi {position: relative;}
.ppoint .ppzip {position: relative;width: 100%;}

.Aview {margin: 0 ;position: relative;}
.Aview h1 {margin: 0 10px;}

#docbody .BGstage .osize {width: auto !important; height: auto !important;float: none;}

/* Gallery & projector */

.gallery {margin: 0px 5px 40px 10px;}
.gallery div.projector {
    float: left; width:auto; position: relative;margin: 5px;
    -webkit-animation: 2s ease-in-out;/* height;*/
    -moz-animation: 2s ease-in-out ;/*-moz-height;*/
    animation: 2s ease-in-out ;/*height;*/
}
.gallery div.projector img {width: 100%; }
.gallery div.thumbs {}
.gallery div.thumbs img {cursor: pointer;float: left; margin: 5px 1.66% 0; /*width: 30%;*/}
.gallery .pimg {width: 100%;background: var(--extjx)/*rgba(120,120,120,0.2)/**/;}
#Projpic {position: absolute; left: 0; top:0;width: 100%;}

.gallery .Idesc {position: relative; padding-top: 5px; width: 100%;background: var(--extjy)/*rgba(255,255,255,0.5)/**/;}
.gallery .Idesc span {display: block;padding: 0 5px 5px 5px;}
.gallery .Idesc #BimgT {}

/* Gallery & projector END */

/* xmenu */
.GLtop {position: fixed; right: 20px; bottom: 0px;z-index: 1510;color: #000000;
        width: 31px; height: 23px; border-bottom: none;
        background: transparent ;/**/
        border: none;
}
.GLtop:hover {border-bottom: none;}
.GLtop .ico {display: none;}
.GLtop .txt {display: none;}


#Xm { 
    -moz-transition: 0.5s opacity ease;
    -webkit-transition: 0.5s opacity ease;
    transition: 0.5s opacity ease; 
    visibility: visible;
    z-index: 19;
    position: fixed;top:0px; right: 0px;
    font-size: 2em; 
    height: 25px; width: 25px; /*background: #FFF /*transparent*/;margin:  0;
    z-index: 169;padding: 10px;
    /* opacity: 0.85;*/
    display: none;
}

#Xm.non:hover, #Xm:hover {opacity: 1;}
#Xm.non {opacity: 0.55}

#Xm.non:hover, #Xm:hover {; border-bottom: none;opacity: 1;}
#Xm.non {opacity: 0.55}
#Xm b {
    z-index: -1;
    display: block; width: 25px;height: 4px; 
    background: var(--button-color);
    position: absolute;
    border: 0px none transparent;
    -moz-transition: all .5s ease;-moz-transform-origin: center center;
    -webkit-transition: all .5s ease;-webkit-transform-origin: center center;
    transition: all .5s ease;transform-origin: center center;

}

#Xm b.a {top: 10px;}
#Xm b.b {top:19px;}
#Xm b.c {top:28px;}
#Xm.x b.a {top:17px;}
#Xm.x b.b {top:17px;}
#Xm.x b.c {top:17px;}
#Xm.xx b.a {-moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#Xm.xx b.b {-moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);}
#Xm.xx b.c {-moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);}

#Xmenu {  z-index: 155;text-transform: uppercase;/**/ 
}
#Xmenu a {
}
#Xmenu a.non {opacity: .55;}


#Xmenu b {padding: 0;color: /*rgba(40,0,180,.7)/**/ rgba(60,162,255,1);font-size: 1em;text-transform: uppercase;}


#send {opacity: 0.5;}

td {padding: 3px 5px;line-height: 1em;border-left: 1px dotted var(--extjz)/*#555/**/;border-right: 1px dotted var(--extjz)/*#555/**/;border-bottom: 1px dotted var(--extjz)/*#555/**/;}
thead {font-weight: bold;}
thead td {border-bottom: 2px solid var(--extjz)/*#555/**/;font-size: 1.1em;}

.content .titem {position: relative;/*float: left; width: 50%;*/padding: 5px 0;}
.content .titem h2 { padding: 0 !important;font-size: 1.5em;margin: 1em 0 0 0;}
.content .titem h3 {font-size: 1em;}
.content .titem h4 {float: left;font-size: 1em;}
.content .titem h4:first-of-type {margin-right: 20px;}
.content .titem h6 {width: 50%;float: left;}
/* Site CSS */
.mystore{ border-top:1px solid e5e5e5 outset;}
.mystore h3{padding:10px; background:rgba(255,255,255,0.6);}

#myimgs {position: relative;/*border: 1px solid #989898;*/
         margin: 0 10px 20px 10px;/*padding: 10px;*/ }
#myimgs div.ax {float: left; width: auto; min-width:220px; position: relative; border: 1px solid var(--extka)/*#989898/**/; border-right:10px solid #e7750b; margin:16px;}
#myimgs div img {margin: 0px; width:100%; height: inherit;}
#myimgs div a {position: absolute; /*bottom: 60%;*/  width: 0px;overflow: hidden;padding: 0 0 0 32px; right: -20px;top:36px;
                color: var(--exte)/*#fff/**/;margin: 0 auto;
               height: 32px;line-height: 16px;
}
#myimgs div a:first-of-type {bottom: auto;top: -5px;}
#myimgs div a:last-of-type {background: rgba(150,0,0,0.5);top: auto; bottom: -5px;}

#myi{ padding: 5px 10px 5px 10px;/* background:#f4f4f4;*/ max-width:50%; width:auto;}


.Upload {position: relative;
         padding-bottom: 10px;overflow: hidden;}
.Upload .fsend {position: relative; width: 80px;float: left;}
.Upload .fsend input {width: 80px;}
.icod {border: 1px solid var(--extka)/*#989898/**/;width:134px; height:24px; float: left;margin: 10px 10px 10px 10px;}
.fsend {width: 80px;float: left;}

.Upload div.fileup {margin-right: 10px;}

.Upload #fntext {position: absolute; top: 10px;
	color:var(--exte)/*#fff/**/;
	border-bottom: 1px solid #e5e5e5;
                 left: 160px;padding: 5px 1px 5px 5px;min-width: 400px;
min-height: 1.02em;}


.Getpic {position: relative;
         margin-top: 10px;}

.fileup input.fup {}

.Cimg {}
.SPic {height: 244px;margin: 10px 640px 60px 0;}
.SPic img {display: none;}
.SPic .i { height: 100%; background-color:#e5e5e5; background-position: center center; 
           border: 1px solid #e5e5e5; border-bottom: var(--extji)/*#3e3e3e/**/ 8px solid ; position: relative;
           background-repeat: no-repeat; background-size: 110% auto;margin: 0 10px 0 10px;}
.SPic .i a{ border:none; }

.STxt a.ch {position: absolute;width: 30px; height: 30px; right: 5px; bottom: 5px;background: #d77c7c; border: 1px solid #000;}
.STxt a.ch span {display: none;}


#Sta {float: left;width: 300px;}
#Stb {float: left;width: 280px;margin-left: 10px;
      padding-left: 0 /*10px*/; padding-top:15px; margin-top:0; border-top:#e5e5e5 solid 1px;}

#Stb h4{ font-size:1.1em;}

#Stb .ustore{ margin-top:20px;}

.STxt {position: absolute; right: 30px; top: 0; margin-top: 0px;}
.STxt .i {position: relative; margin: 0 auto;padding: 0;}

/*.STxt .i .ia, */
.STxt .i .ib {border: 1px solid #e5e5e5;padding: 10px;}
.STxt .i .ia {margin-bottom: 20px;}
.STxt .i .ib{}


.USL {width:60%;float:left;}
.USL h5{ max-width:460px; margin-bottom:10px;}
.USR {width: 300px; margin-left:20px; float:right; margin:20px; border:none; border-left:1px solid #e5e5e5; padding:20px;}
.USR .addr{margin-bottom:10px;}

.i h3 {font-family: 'HelveNBC';text-transform: uppercase;margin: 0;}
.i h4 {color: var(--exte)/*#fff/**/; font-family: 'HelveNBC';}
.ia h4 {color: #df6501;}
.ib h4 {padding: 10px 10px 0 10px;}
.STxt p {margin-bottom: 0;}
.SPic a.tolarge { padding: 0;
                 width: 32px; height: 32px;position: absolute; left: 10px; min-width: 30px;}
.tolarge span {display: none;}
.SPic a {float: left;}
.SPic a.ob {}
.SPic .o{}
.SPic .bbt {position: absolute;bottom: -38px; left: 0px; width: 100%; }
.SPic .bbt a {margin-left: -1px; /*border-top:2px solid #3e3e3e;*/}


/*.USR a, .STxt a, .SPic a, .Olra, .adds a,input[type='submit'], input[type='button'], .CSS-products a.next, .delivery a, .pay a, .cnext a, .SfwB, .tolpw, .toreg{

    background-image: url(/img/page/btn_bck_bl.png); background-position:right top; background-repeat:no-repeat;
    background-color:transparent;
    color: #fff;text-transform: uppercase; padding: 0 10px;
    line-height: 36px;height: 36px;text-align: left;display: block;max-width: 200px;
	border-top:#e5e5e5 2px solid;
    margin-top: 10px;
}

.USR a, .STxt a, .SPic a, .Olra, .adds a{min-width: 180px; }

/* */


.address {position: relative;background: var(--extib)/*rgba(0,0,0,0.1)/**/;border: 1px solid #333;padding: 10px;margin-bottom: 10px;}
.address h4 {float: left;width: 40%;}
.address h4 i {display: block;}
.address h5 {float: left;width: 40%;}
.address a {display: block;width:10%;float: right;min-width: 50px;}


/* MIKES item */
.item {position: relative;}
.item a.overpopup{width: 100%;}
.item a.overpopup span {display: none;}
.item a.overpopup:hover span {display: block;}


.inventory tbody td:first-of-type, .inventory tbody td:last-of-type {text-align: right;}
.invnotok td {background: rgba(255,100,100,.5);}
.invok td {background: rgba(100,255,100,.5);}


.CSS-products .item .content a.next {position: absolute; bottom: 0;}


.CSS-products .item .content h3, .CSS-products .item .content h4 {font-family: 'HelveNBC';}
.CSS-products .item .content h3 {font-size: 2.1em;}
.CSS-products .item .content h4 {color: #df6501; font-size:1.4em; line-height:1.6em;}
.CSS-products .item .content a {min-width:140px;}
.CSS-products h1 {}
.CSS-products h2 {}
.content {}

.content h1 {font-size: 1.6428em;}
.content h2 {font-size: 1.6428em;text-transform: uppercase;}
.content h3 {margin: 0; padding: 0; /*font-size: 1.6667em; /**/}
.content h4 {font-size: 1em}
.content h5 {font-size: 1em}
.content h6 {font-size: 1em}
.content .USR h3 {text-transform: uppercase;} 

.content img { width: 100% !important; height: auto !important;}


.CSS-products .content img {max-height:40%; width:auto; float: left;  margin-right: 10px;}

body#docbody {
    text-align: center;
    position: relative;
}


.BGstage {
    position: relative;
    overflow: hidden;
}

.BGinner {
    text-align: left;
    overflow: hidden;
}
header h2 {text-align: center;}
header {position: relative;margin: 0 auto;
        background:var(--head-color) ; 
        padding: 0 0 11px 0;
        color:var(--exte)/*#ffffff/**/;
}
header a {position: relative;color: #f6f6f6;text-decoration: none;}
header a:hover {color: var(--button-color);}
header a.sel {color: var(--button-color);}

.projector {float: left; width: 50%;position: relative; margin-top:-40px;}
.projector .pimg {width: 100%; margin-top:0px;}
.item {position: relative; width: /*50%;/**/33.33%;/**/float: left; }

.item .content {margin: 10px;overflow: hidden;position: relative; 
                border: 1px solid #e5e5e5; height:280px; overflow: hidden;
                text-align: justify;padding: 0px; background: transparent ;}
.item .content h3, .item .content h4 {padding: 0 10px ;line-height: 1.1em;}
.item .content p {padding: 0 10px 10px;}

.lcont .item img {float: none; margin: 10px;}

.contblk {}
.full .contblk img {float: right;}
.content .Tugy {position: relative;margin: 0 20px 0 10px;}
.content .Tugy img {width: 100% !important; height: auto;float: none !important; margin: 0 ;}




.Chalf table {position: relative;border-collapse: collapse;}
.Chalf table td {border: 1px solid #046bae;width: 40px;
                 border-left: none;border-right: none;
                 padding: 5px;vertical-align: middle;font-size: .8em; 
                 position: relative;text-align: center;line-height: 20px;}

.Chalf table thead td {
    color: var(--exte)/*#fff/**/; background: #046bae;
    font-size: 1.2em; font-family: 'HelveNC'; text-transform:uppercase;
    padding: 10px;line-height: 1em;
}

table thead.vert td {
    writing-mode: vertical-lr;
  /*min-width: 10px; /* for firefox */
}
.price {white-space: nowrap;}
.Chalf .price{ color:#e7750b; font-size:1.15em;}
h2#arak {color: #df6501;}
.Chalf table td img {width: 20px !important;}
.Chalf table td:first-child {width: auto;text-align: left;border-left: 1px solid #046bae;}
.Chalf table td:last-child {border-right: 1px solid #046bae; }
a.toc { color: var(--exte)/*#fff/**/;padding: 10px 15px 10px 5px; min-width:80px;
                          display: inline-block;margin-bottom: 10px; text-transform:uppercase;}
.Chalf table a.toc {margin-bottom: 0; display: inline;
                    font-size: 1.166em;
                    padding-top: 8px;
}
a.toc:hover{ color:#333;}
.Chalf table td.pricom {border: none;}
table tr td i {width: 30px; height: 30px; display: inline-block; }
table tr td strong {font-size: 1.166em;padding-top: 5px;}
.Chalf table h2, .Chalf table h3 {font-size: inherit; font-weight: inherit;margin: 0; padding: 0;}


h1.tags {font-size: 1em;line-height: 1.2em;margin-left: 0;}
.siner {padding: 0 10px;position: relative;}
.siner p{ padding:10px; border:#e5e5e5 1px solid;  margin-top:20px;}
.siner h2, .siner a{ display:inline-block; float:left;}
.siner h2{ padding: 0 100px 0 2px;border-right:solid 1px #e5e5e5;}
.video, .Chalf {position: relative;width: 50%;float: left;}



.Chalf .fcr {margin-right: 10px;}

.full {position: relative;width: 100%;}
.Chalf img {width: 100% !important; height: auto !important;}
.full img {width: 50% !important; height: auto !important; float: left;margin: 0 10px 10px 0;}

.lcont .item .content h6 {background: rgba(255,255,255,0.4);
                          text-align: right;  padding: 5px;}

/* .CSS-cart */

.CSS-cart{ padding:20px;}

/* .CSS-cart END */

/* .CSS-client */

.CSS-client .cform {padding: 5px;width: auto;}

.CSS-client .cform .left {margin: 0;}

.CSS-client .cform .left .imgcode {margin: 0; width: 154px !important;}
.CSS-client .cform .left .icode {margin-left: 10px;}

.CSS-client a{}
.CSS-client input{/*max-width:420px;*/}

/* user REG */
.iemail input{max-width:420px; margin-right:600px; float:left;}
.pimgcode{ display:inline-table;margin-top:20px;float:left;}
.iimgcode input{max-width:100px; display:inline-table;margin-top:20px; margin-right:20px; float:left;}
.isubm{margin-top:10px;float:left; min-width:120px;}
/* .CSS-client end*/

.clients {}
.client {float: left;position: relative; width: 33.33%; margin: 0; padding: 0;}
.client .in {margin: 5px; padding: 10px; border: 1px dotted var(--extjk)/*#888/**/; overflow: hidden;}
.clients .clihead {display: none;}

.client:nth-child(3n+2){
    clear: both;
}

/*Admin*/
.Gid {display: none;}

.gallery-edit {}
.gallery-edit .thumb {position: relative; float: left;height: 170px;margin: 5px}
.gallery-edit .desc {position: absolute; width: 100%;left: 0; top: 50px; height: 120px;
                     background-color: rgba(200,200,200,0.7);
}
.gallery-edit h6 {width: 100%;border-bottom: 1px solid gray;}

.imgup {position: relative; height: 200px;}
.imgup #Iimg {}
.imgup .imgedit {position: absolute; margin-left: 150px;top: 20px; left: 0; }

/*Admin end*/

footer {
    margin: 0 auto; width: 100%;
    bottom: 0; left: 0;background: var(--head-color);height: 30px; padding: 10px 0;
    color: var(--exte)/*#fff/**/;font-size: 1.2em;line-height: 1.2em;
    /*z-index: 1500;/**/
}
footer a {text-transform: uppercase;text-decoration: none;font-weight: bold;
          margin: 0 10px;white-space: nowrap;vertical-align: middle;padding: 10px 0 0 0;
display: inline-block;position: relative;
}
footer a.oszk {padding-left: 90px;}

footer a.oszk img {position: absolute; left: 0; top: -2px;}
footer a span {}
footer a {color: var(--extf)/*#eee/**/;}
footer a:hover {color: var(--exte)/*#fff/**/;}


.DC div.Sfw-tool {
}

.invnum {position: absolute; right: 0; top: 0; width: 320px;}
.invnum .in {margin: 0px 10px 0 0;padding: 10px;
             position: relative;height: 300px;background: var(--exte)/*#fff/**/ ;border: 1px solid #e5e5e5;}
.invnum .in form {display: block; margin-bottom: 10px; padding: 5px;
                  background: transparent ;}
.invnum h3 {color: var(--exte)/*#fff/**/;margin-bottom: 0;}

.invnum input {width: 40%;float: left;margin-right: 10px; 
              padding: 0;text-indent: 5px;
               border: 1px solid var(--extka)/*#989898/**/;}
.invnum input[type=submit] {background: transparent ;
                            color: var(--exte)/*#fff/**/;border: none;height: 22px;line-height: 22px;}

.promoitems {font-size: 0.8333em;margin-bottom: 50px;}
.promoitems .pi {background: var(--boxbg-color);
    padding: 10px;
    margin: 0 0 10px 0;}
.promoitems .pi h4 {font-weight: bold;}
.promoitems .pi h5 {font-style: italic;}


.promo {position: relative; overflow: hidden;
        margin: 10px 330px 0 0;padding: 0;}
.promo h2 {/*color: #ffffff;/**/padding: 0; margin: 0;}
.banners/*, .calendar/**/ {height: 320px; overflow: hidden;/**/}
.banners {margin: 0 10px 0 10px; position: relative;background: rgba(255,255,255,1);
          /*border: 2px solid #989898;*/
}
.banner { overflow: hidden;width: 100%;
          position: absolute; left: 0; top: 0;transition: left 1s ease;}
.banner div.x {position: relative;height: 320px; width: auto; padding: 0px;
               background: transparent top left no-repeat; 
               background-size: auto 99%;
}
.banner a {height: 320px;
           left: 0;
           position: absolute;
           top: 0;
           width: 100%;

}
.banner img {display: none;}
.bcont {position: relative;margin: 0 0 0 48%; padding-top:80px; overflow:hidden;}
.bcont h3 {text-align: left; background: transparent;/*rgba(0,0,0,0.3);/**/margin: 0;
           width: auto;/*height: 26px;*//*text-shadow: 1px 0 1px #000000;*/
           padding: 8px 10px;font-size: 2em;/* position: absolute;bottom: 0;*/
           line-height: 1.1em;
           padding: 10px; 
}
.bcont h4 {padding: 0 10px;color: #df6501;}
.bcont p {padding: 10px; }
.bcont o {display: block;}
.editingarea {}
.editingarea .row {}
.editingarea .i{padding: 0 10px;}

.editingarea .rowS {float: left; width: 33%;}
.editingarea .rowD {float: left; width: 66%;}

.editingarea .rowMulti {width: 100%;}
.editingarea .rowMulti input {width: auto;margin: 5px 10px;}
.editingarea .rowMulti .ch {float: left; padding: 0; width: 33%;}
/* flag || flags */
.flags {position: relative;}
.flags h4 {padding: 15px 0; background: #0000ff; color: var(--exte)/*#fff/**/;}
.flag {position: relative; width: 33.33%;float: left;min-height: 230px;margin: 5px 0; }
.flag h6, .flag h5, .flag input {position: relative;/*width: 19%;float: left;*/min-height: 10px;}
.flag h6.type, .flag h6.order {width: 5%;}
.flag span {display: none;}

.CSS-szolgaltatasok .flag span {display: inline;}

.back {position: relative;
float: right;cursor: pointer;
padding: 15px 0 0 0;
border-radius: 8px;
height: 40px;
display: inline-block;
box-sizing: border-box;
background: var(--button-color);
color: var(--extf)/*#eee/**/;
min-width: 100px;
text-align: center;
vertical-align: middle;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;}
.back:hover {color: var(--exte)/*#fff/**/;}
.backto { 
    color: var(--exte)/*#ffffff/**/;font-size: 1em;
    line-height: 2em;float: right;z-index: 97;
    top: 0px; right: 10px;position: absolute;
    width: 0px; height: 32px;padding-left: 32px;overflow: hidden;
    background: transparent ;
}

.backto:hover {background-color: rgba(255,255,255,0.85);}

.backto span {display: none;}

/*    a {padding: 3px; border: solid 1px #555; color: #fff; background: rgba(0,0,0,0.3);display: inline-block;}
    a:hover {background: rgba(0,0,0,0.5);border: solid 1px #555; color: #fff;}
    /**/
.imgclk, .imgclk:hover {border: none; background: transparent; padding: 0; margin: 0;}

flaglist {position: relative;}
.flagel {position: relative; width: 33%;float: left;}


.enabled {background: rgba(0,255,0,0.25);}
.disabled {background: rgba(255,0,0,0.25);}
.edited {background: rgba(0,0,255,0.25);}


/* Adminstration */
.delprices {}
.delpri {position: relative;}
.delpri h4 {float: left; width: 25%;margin: 0; padding: 0;}
.delpri h4 i {padding: 5px;}


.Aords {position: relative;}
.Aord {position: relative;clear: both;margin-bottom: 10px; background: #ddd;}
.Aord h3 {width: 100%;margin: 0;}
.Aord h4 {width: 25%;float: left;margin: 0;}

.Aordfull {position: relative;padding: 10px;}
.Aordfull h2, .Aordfull h3, .Aordfull h4, .Aordfull h5, .Aordfull h6 {
    font-size: 1em; line-height: 1.3em;margin: 0; padding: 0;
}
.Aordfull .adr {background: var(--extje)/*#666/**/; color: var(--exte)/*#fff/**/; padding: 5px; border-radius: 5px;}
.Aordfull .ppont {background: #006600;}

.Aordfull h2 {font-size: 1.5em;}
/* Adminstration end */

.requ {border: 1px dotted var(--extjk)/*#888/**/;margin: 5px 0;background: var(--extf)/*#eee/**/;}
.requ .in {padding: 10px;}


div.row {
    margin: 0;
    width: 33%;
    float:left;
    position: relative;
}


div.row div.in {
    position: relative;
    margin: 0 5px;
}

.CSS-addata table h4 span {display: inline-block; width: 80px;}
.CSS-addata table h4 b {display: inline-block; width: 80px;text-align: right;}
.CSS-addata table .c {text-align: center;}
.CSS-addata table .r {text-align: right;}

.CSS-addata div.row div.in {
    position: relative;
    margin: 0 5px;
    background: var(--extf)/*#eee/**/;
    padding: 5px;
}

.CSS-addata .log {}
.CSS-addata .log .Sfw-error {position: relative;width: auto; height: auto;background-image: none;
overflow: auto;
    cursor: text;}
.CSS-addata .log .Sfw-error p {cursor: text;}


.CSS-addata {}



@media screen and (max-width:1750px) {


}
@media screen and (max-width:1460px) {

}
@media screen and (max-width:1240px) {/*1400*/
    .Cspace {margin-right: 0;}
}

@media screen and (max-width:1120px) {
  /*  .SPic {margin-top: 0;}
    .STxt {margin-top: 0;}*/
    
}

@media screen and (max-width:1110px) {
   /*.SPic {margin-right: 620px;}
    .STxt {right: 10px;}*/
}


@media screen and (max-width:780px) {/*1400*/
    .item {width: 50%;}/**/
    

}


@media screen and (max-width:950px) {
    #Sta {margin-right: 20px;}
    #Stb {margin: 0 auto;}
    .SPic {margin-right: 0; margin-bottom:45px; min-height:380px;}
    .STxt {position: relative;right: 0;padding-top: 9px;}
    .STxt .i {width: 622px;}
	.USL{width: 100%;}
	.USR {width: 100%; margin-left:10px; margin-top:20px; float:left; border:none; border-top:1px solid #e5e5e5; padding:10px;}
        .client {width: 50%;}
        .client:nth-child(3n+2){
    clear: none;
}
.client:nth-child(2n+2){
    clear: both;
}
}

@media screen and (min-width: 850px) {
    
    #Xmenu {display: block !important;
            visibility: visible !important;
            opacity: 1 !important;}

}

@media screen and (max-width: 850px) {
    .Cspace {margin-right: 40px;top: 10px;}
    .Cspace .lou {margin-top: 5px;}
    .FT .homtit img {height: 27px;margin-top: 10px;}
    header.MV {padding-bottom: 5px;}
    
    .Cspace .lin {margin-top: 10px;}
    .Cspace .reg {margin-top: 10px;}
    
    
    .rec, div.row {width: 50%;}
    div.even {display: block;}/**/
div.third {display: none;}
    .rec {float: left; overflow: hidden;}
    .rec .inner {/*height: 200px;/**/border-radius: 20px 20px 0 0;}
    .rec h4, .rec h5 {width: auto;float: none;padding: 3px 5px;}
    .rec h4 {text-align: left; border: none;}
    .rec span {display: initial;}
    .rec .inner .SfwB {bottom: 20px;}
    
    #Xm {display: block;margin-top: 2px;}
    #Xmenu {display: none; position: fixed; right: 0; top: 0;left: auto;
            width: 200px;  background: var(--head-color);padding: 40px 30px 20px 20px;
            border-radius: 0 0 0 10px;box-shadow: 0 0 50px #000;-webkit-box-shadow: 0 0 50px #000;}
    #Xmenu a {display: block;padding: 15px 5px 7px 10px; width: auto;margin: 0;
              height: 1em; line-height: 1em;float: none;}
    .banner div.x {background-size: 40% auto; background-position:top center;}
    .bcont {display: block; margin-left:10px; padding-top:40%; width: 100%;}	
	/*.cnext h4{ width:100%;  }*/
}


div.DC.CSS-lists.CSS-mc div.in img {width: 100px; height: auto;float: right;}
div.DC.CSS-lists.CSS-mc div.in img.ximg {width: 300px; }

@media screen and (max-width:810px) {
    .winners .item h4 {float: none; width: 100%;}
}

@media screen and (max-width: 690px) {
    
        .cform {float: none; width: 100%;}/**/
    .CSS-contact .ccont {float: left; width: 90%;}
    .CSS-about .content {padding: 0;}
    
	.abl {float: none;width: auto;}
	.rm {margin-right: 0; }
	div.abr {float: none;width: auto;}
        .item {width: 100%;}
}

@media screen and (max-width:650px) {
	/*
    .item {width: 100%;float: none;}
    .invnum {position: relative;width: auto; margin: 0 10px 10px 10px;} 
	*/
    .rec, div.row {width: 100%;}    
    
        
    .invnum .in {margin: 10px 0 0 0;height: auto;}
    .promo {margin-right: 0; margin-left: 0;}
    .video, .Chalf {width: 100%;float: none;}
    .projector {width: 100%; margin-top: 0;}
    .client {width: 100%;}
    .CSS-lists .item .in img {float: none;}
    .CSS-lists .item .in {padding-bottom: 50px;}
    div.DC.CSS-lists.CSS-mc div.in img.ximg {float: none;}
}

@media screen and (max-width: 630px){
    
    .SPic {float: none;width: auto;margin-right: 0;}
    .STxt {float: none;margin-left: 0;position: relative;width: auto;}
    .STxt {height: auto;}
    .STxt .i {/*margin-left: 10px;/**/height: auto;}

    #Sta {position: absolute; top: 180px; /*width: 90%;*/margin-right: 10px;}
    #Stb {margin: 0 0 265px 10px; /*width: 100%;*/}
	/*.mystore{ text-align:center;align-content:center;}
	.mystore #myimgs{ margin:auto; }*/
}

@media screen and (max-width:570px) {
    footer a {padding: 0 0 5px 90px;}
    /*.FT {padding-top: 30px;}
    header {height: 95px;}/**/
}


@media screen and (max-width:430px){
	.SPic{ min-height:0;height:240px;}
}

@media screen and (max-width:600px){
    /*.content .Tugy {width: 100% !important; float: none !important;  margin: 0;}*/

}

@media screen and (max-width:470px){
    header .it a b {display: none;}

}

@media screen and (max-width:380px) {
	.SPic{/*max-height:180px;*/}
    .MM {font-size: 1.4em;}
    .FT {}
    header {}
    .Cspace h6 span {display: none;}/**/
}

@media screen and (max-width:320px) {
}
/*
* Pager css
*/


div.pager {
    font-size: 1em;
    margin:20px 0 20px 0;
    text-align:center;
    font-weight:normal;
    color: #a6a6a6;
}
div.pager span.item {/*padding: 0 5px 0 5px;font-size:1.2em; */margin: 0;border:none;float: none;text-align: center;}
div.pager span.delimiter span {padding: 0 0 0 0;font-size:1em; border:none;background: none;width: 13px;color: #808080;}
/* sima közep */
div.pager a {
    text-decoration: none;
    display: inline-block;
    width: auto;height: 30px;
    padding: 0 5px;
    margin: 0 2px;
    background: #f6f6f6;
    color:var(--button-color);
    border: 1px solid #939598;
    border-radius: 3px;
}
div.pager a:hover {
    background:#f6f6f6;
    color:var(--button-color);
    /*border:none;*/
}

div.pager a:active {
    background-position: -120px -90px;
    color:#1e2c12;
    /*border:none;*/
}

div.pager a:active {
    /* background-position: -330px -482px;
   color:#273049;
   border:none;*/
}
/* Current */

div.pager span span  {
    display: inline-block;
    width: auto;height: 30px;
    margin: 0 2px;
    padding: 0 5px;
/*    border: 1px solid var(--button-color);/**/
    color: #f6f6f6;border-radius: 3px; 
    background: var(--button-color);/**/
}

div.pager span.standard span {
    border: 1px solid var(--button-color);min-width: 20px;
}
div.pager span.standard span span, div.pager span.standard a span {
    border: none;padding: 0;
}

div.pager span span span{
    color: #eaeaea;display: table-cell;vertical-align: middle;
    background: none;
}

div.pager a span {background: none;display: table-cell;vertical-align: middle;color: var(--button-color);}


/* PREV */
div.pager span.prev a {
    display: inline-block;
    width: 90px;height: 30px;
    padding: 0 0 0 10px;
    margin: 0 2px;
    background: transparent url(/img/sprite.png) no-repeat -10px -10px;
    border:none;
}
div.pager span.prev a:hover {
    background-position: -10px -50px;
}

div.pager span.prev a:active {
    background-position: -10px -90px;
}
/* disabled */
div.pager span.prev span {
    /*display: inline-block;*/
    width: 90px;height: 30px;
    padding: 0 0 0 10px;
    margin: 0 2px;
    background: transparent url(/img/sprite.png) no-repeat -10px -130px;
}
div.pager span.prev span span {color:#a6a6a6;margin: 0;padding: 0;background: none;}
div.pager span.prev a span {margin: 0; background: none;padding: 0; text-align: center;}


/* NEXT */
div.pager span.next a {
    display: inline-block;
    width: 90px;height: 30px;
    padding: 0 10px 0 0;
    margin: 0 2px;
    background: transparent url(/img/sprite.png) no-repeat -160px -10px;
    border:none;
}
div.pager span.next a:hover {
    background-position: -160px -50px;
}

div.pager span.next a:active {
    background-position: -160px -90px;
}

div.pager span.next span {
    /*display: inline-block;*/
    width: 90px;height: 30px;
    padding: 0 10px 0 0;
    margin: 0 2px;
    background: transparent url(/img/sprite.png) no-repeat -160px -130px;
    border:none;
}
div.pager span.next span span {color:#a6a6a6;margin: 0;padding: 0;background: none;}
div.pager span.next a span {margin: 0;background: none;padding: 0;text-align: center;}


/* INPUT FORM ELEMENTS */

.rline, .login {padding: 5px 0; box-sizing: border-box;}

.rline.err {background: none;}

.rline .err input , .rline.err input {border-style: dashed; border-color: red;}

.rline h4 {margin-top: 10px; }

.imgcode {float: left;width: 90px;overflow: hidden;border: 1px solid #aaaacc;padding: 1px;margin:0 20px 20px 0;;
}
.imgcode-txt {float: left; width: 130px;margin: 0 20px 20px 0;}

div.row .SfwB {width: 156px;height: 34px;margin: 0 0 20px 0}

.statoff {cursor: default; color: #ddd !important;background: #aaa !important;}
.statact {cursor: default;color: var(--extf)/*#eee/**/ !important;background: var(--extjl)/*#00aa00/**/ !important;}
.toprint {color: var(--extf)/*#eee/**/ !important; text-decoration: none;font-weight: bold;
         background-image: none !important; background-color: var(--button-color) !important;}

textarea {max-width: 600px; width: 100%; height: 150px; box-sizing: border-box;} /* just default size */
.cke_inner textarea {max-width: none;}
div.row textarea {width: 99%; height: 130px;white-space: pre-wrap;}

div.rows div.in, div.row-inner {padding: 10px;position: relative;}

div.row h6{
    line-height: 1.2em;
    margin:0;
    padding:0;
    text-align:left;
    font-size:1em;

}
div.row a:hover {/*border:none;*/}
div.row img {}
/*Form elemets*/
a.index-pic-holder {

    display:block;
    width:140px;
    height:140px;
    padding: 0;
    border: 2px solid var(--extjm)/*#999999/**/;
}
a.index-pic-holder-big {
    display:block;
    width:298px;
    min-height: 298px;
    background-repeat: no-repeat;
    padding: 0;
    border: 2px solid var(--extjm)/*#999999/**/;
}

a.index-pic-holder:hover, a.index-pic-holder-big:hover {
    border-color: var(--extje)/*#666666/**/;}

.codeinfo {padding: 5px 0; font-size: 0.7778em; margin-bottom: 5px; display: inline-block;}

/*--extjn:#36426a;
    --extjo:#d51919;
    --extjp:rgba(150,0,0,0.3);
    --extjr:#939598;*/

span.info {margin:0 10px 10px 10px; font-style:italic; display:block; color:var(--extjn)/*#36426a/**/;width: 100%;}
span.error {color:var(--extjo)/*#d51919/**/;}
.err {background: var(--extjp)/*rgba(150,0,0,0.3)/**/;}
.err input {opacity: 0.85;color: red;}
div.error em {color:var(--extjo)/*#d51919/**/;display: block;}
div.error div.fileup em {color:var(--extjo)/*#d51919/**/;display: block; /*bottom: 20px;*/position: relative;}
/*#36426a #d51919 rgba(150,0,0,0.3) #939598*/
.hide {display: none;}

input {
    margin:0;
/*    margin-bottom: 5px;
    margin-right: 5px;*/
    outline:0;
    resize: none;
    font-weight: normal;
    /*font-family: 'HelveNR';*/
    font-size: 1em;
    float: left;
    border:1px solid var(--extjr)/*#939598/**/;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    padding: 0 10px;
    height: 40px;
    width: 100%;
}
input[type=text]{width:100%;}
select {width: 100%;}
input[name=sz], input[name=zs]{ max-width:420px;}

input:focus {}
input:hover {}

.CSS-addata input[type='submit'] {margin: 5px;}

.MB, input[type='submit'], input[type='button'] {
    cursor: pointer;
    min-width:100px;
    width: auto;
    /*background-color: #0070dd;
    /*line-height: 26px;height: 26px;
background: url(/img/page/bgblue.png) repeat center center; color: #fff; text-transform: uppercase;
    border: none;*/
color:#f6f6f6;
text-transform: uppercase;
border:none;
font-weight: bold;
border-radius: 8px;
background-color: var(--button-color);
    }

    .MB {display: inline-block;padding: 10px;min-width: 200px;text-align: center;
        text-decoration: none; -webkit-box-sizing: border-box;box-sizing: border-box;
    box-sizing: border-box; padding: 12px 10px 8px 10px;}
    .record h4 .back {font-size: 0.8196em;padding: 10px 10px 0;}
input[type='submit']:hover, input[type='button']:hover { color:var(--exte)/*#ffffff/**/;}


/*input.Ifile,*/
input[type='file'] {
    height: 30px; /*width: 152px;/**//*overflow: hidden;/**/border: 0px solid var(--extjs)/*#f1f1f1/**/;
    text-align: left;
    position: absolute;
    filter:alpha(opacity=1);
    -moz-opacity:0.01;
    -khtml-opacity: 0.01;
    opacity: 0.01;/**/
    cursor: pointer;
    z-index: 2;
}

div.fileup{position: relative;margin-left: 10px;text-align: left;  margin-top: 10px;
           line-height: 36px;height: 31px;width: 148px; padding-top:5px;
           /* overflow: hidden;background: url(/img/page/bgorange.png) repeat center center;*/float: left;
           border:1px solid var(--extjt)/*#7b7bd7/**/;}

div.fileup span { cursor: pointer;z-index: 1;font-weight: normal;
                  display: block;color: var(--exte)/*#fff/**/;text-transform: uppercase;
                  position: absolute;width: 148px;line-height: 28px;text-align: center;}
div.fileup span.mover {color: red;}

div.afileup{position: relative;width: 100%; padding: 8px 0;overflow: hidden;
            border-radius: 3px; border: 1px solid var(--extje)/*#666666/**/; background: rgba(255,255,255,0.2);}


div.error {border-radius: 3px;border:1px dotted rgba(255,0,0,.75);}

div.row input {margin: 0;}
div.row input[type='checkbox'] {
    width: auto; height: auto;
}
div.row input[type='radio'] {
    width: auto; height: auto;
}

div.row {padding: 5px;
box-sizing: border-box;}

div.error input {}

input.chCode {}
input.chCode:focus {}
div.error input.chCode {}

textarea.CItextarea {
    margin:0;
    padding:5px 5px 5px 10px;
    height:155px;
    line-height: 20px;
    width: 100%;
    /*border:none;*/
    outline:0;
    resize: none;
    /*background: transparent url(/img/collector.png) no-repeat -10px -130px;*/
    font-weight: normal;
    font-size: 1.4em;
    float: left;
}

textarea.CItextarea:focus { }
div.error textarea.CItextarea { }

select {/*width: auto;/**/ padding: 7px;background: var(--boxbg-color);}
select option {}



label {cursor: pointer;float: left;color: var(--extjh)/*#5c5c5c/**/;margin-top: 4px;}
label:hover {color: var(--extjg)/*#414141/**/;}/*#414141 #5c5c5c*/
.checkbox {cursor: pointer;display: inline-block; float: left; width: 25px; height: 25px; background: transparent url(/img/checkbox.png) no-repeat -5px -5px;}
.checkbox--empty {background-position: -5px -5px;}
.checkbox--selected {background-position: -5px -55px;}
.checkbox--over {background-position: -5px -105px;}


input.chk_rev {
    font-size: 1em;
width: auto;
height: auto;
}

/* special layout */
div.Sfw_message {
    position: fixed;
    /*top: 30px;*/
    width: 100%;
    height: 100%;
    background: var(--extc)/*rgba(0,0,0,0.4);/**/ ;
    z-index: 99997;
    font-size: 1.5em;

}

div.Sfw_message h4 {font-size: 2em; color: var(--exte)/*#ffffff/**/;background: var(--head-color);margin-bottom: 10px;padding: 10px;line-height: 1em;}
div.Sfw_message span.close {position: absolute; color: var(--exte)/*#ffffff/**/;cursor: pointer;right: 10px; top: 20px;font-size: 2em;}
div.Sfw_message .spot-inner{
    min-width: 280px;
    max-width: 600px;
    margin: 40px auto 0 auto;
    padding: 20px 0 0 0;
    /* border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;*/
    border: none; /*1px solid #aaa;*/
    overflow: hidden;
    background:var(--extf)/*#eeeeee/**/;

    /*padding:10px 20px;opacity:0.9;*/ padding: 0 0 5px 0;

    filter:alpha(opacity=9);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    position: relative;
    cursor: pointer;
    text-align: center;
}
div.Sfw_message .spot-inner p {padding: 0 10px 10px 10px;}

div.Sfw-message-popup {
}


.schanges {}

/*SFW - Extra*/
div.Sfw-tool .SfwB, div.Sfw-tool .SfwBX {
    -webkit-box-shadow: 0px 1px 0px 0px #848484;
    -moz-box-shadow: 0px 1px 0px 0px #848484;
    box-shadow: 0px 1px 0px 0px #848484;
    overflow: hidden;
    line-height: 21px;
    height: 21px;
    display: inline-block;
    padding: 4px 9px;
    margin: 2px;
    border: 1px solid #1a1a1a;
    /*
          border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius:5px;
      color: #dedede;
    */

    background-color: #939393;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4e4e4e), to(#262626)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #4e4e4e, #262626); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #4e4e4e, #262626); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #4e4e4e, #262626); /* IE10 */
    background-image:      -o-linear-gradient(top, #4e4e4e, #262626); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #4e4e4e, #262626);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e4e4e', EndColorStr='#262626'); /* IE6–IE9 */
}
div.Sfw-tool  .SfwB:hover, div.Sfw-tool .SfwBX:hover {text-decoration: none;
                           -webkit-box-shadow: none;;
                           -moz-box-shadow: none;
                           box-shadow: none;
                           border-color: #000000;
                           background-color: #939393;
                           background-image: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#1e1e1e)); /* Saf4+, Chrome */
                           background-image: -webkit-linear-gradient(top, #3f3f3f, #1e1e1e); /* Chrome 10+, Saf5.1+ */
                           background-image:    -moz-linear-gradient(top, #3f3f3f, #1e1e1e); /* FF3.6 */
                           background-image:     -ms-linear-gradient(top, #3f3f3f, #1e1e1e); /* IE10 */
                           background-image:      -o-linear-gradient(top, #3f3f3f, #1e1e1e); /* Opera 11.10+ */
                           background-image:         linear-gradient(top, #3f3f3f, #1e1e1e);
                           filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f3f3f', EndColorStr='#1e1e1e'); /* IE6–IE9 */
                           color: var(--exte)/*#ffffff/**/;
}
/*******************************/
div.Sfw-tool .SfwBD, div.Sfw-super-tool a.admBD, div.admin-group a.delete, div.admin-tool a.delete, a.admBD
{
    -webkit-box-shadow: 0px 1px 0px 0px #848484;
    -moz-box-shadow: 0px 1px 0px 0px #848484;
    box-shadow: 0px 1px 0px 0px #848484;
    overflow: hidden;
    line-height: 1.5em;
    height: 1.5em;
    display: inline-block;
    padding: 4px 9px;
    margin: 2px;
    border: 1px solid #590000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    color: var(--exte)/*#ffffff/**/;


    background-color: #d77c7c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d77c7c), to(#262626)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #d77c7c, #b30001); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #d77c7c, #b30001); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #d77c7c, #b30001); /* IE10 */
    background-image:      -o-linear-gradient(top, #d77c7c, #b30001); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #d77c7c, #b30001);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d77c7c', EndColorStr='#b30001'); /* IE6–IE9 */

}

div.Sfw-tool .SfwBD:hover, div.Sfw-super-tool a.admBD:hover, div.admin-group a.delete:hover, div.admin-tool a.delete:hover, a.admBD:hover
{text-decoration: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 border-color: #480000;
 background-color: #ad6363;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#ad6363), to(#8f0001)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #ad6363, #8f0001); /* Chrome 10+, Saf5.1+ */
 background-image:    -moz-linear-gradient(top, #ad6363, #8f0001); /* FF3.6 */
 background-image:     -ms-linear-gradient(top, #ad6363, #8f0001); /* IE10 */
 background-image:      -o-linear-gradient(top, #ad6363, #8f0001); /* Opera 11.10+ */
 background-image:         linear-gradient(top, #ad6363, #8f0001);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ad6363', EndColorStr='#8f0001'); /* IE6–IE9 */
}

.cnavi {padding: 14px 10px 10px 10px;border-radius: 8px;
        box-sizing: border-box;background: var(--button-color);color: var(--extf)/*#eee/**/;
        margin-bottom: 10px;
       text-decoration: none; font-weight: bold; display: inline-block;}

/*
* special modifiers
*/
/* BOREDR */
.NoBL, div.NoBL {border-left:none;}
.NoBR, div.NoBR {border-right:none;}
.NoBT, div.NoBT {border-top:none;}
.NoBB, div.NoBB {border-bottom:none;}
/* MARGIN */
.NoML, div.NoML {margin-left:0px;}
.NoMR, div.NoMR {margin-right:0px;}
.NoMT, div.NoMT {margin-top:0px;}
.NoMB, div.NoMB {margin-bottom:0px;}
/* PADDING */
.NoPL, div.NoPL {padding-left:0px;}
.NoPR, div.NoPR {padding-right:0px;}
.NoPT, div.NoPT {padding-top:0px;}
.NoPB, div.NoPB {padding-bottom:0px;}


/*
* CLEAR
*/
.rline:after, .login:after, .clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}

/* End hide from IE-mac */

