/* Fonts */
@font-face { font-family:regular; src:url(../fonts/regular.ttf); }
@font-face { font-family:bold; src:url(../fonts/bold.ttf); }
@font-face { font-family:bolder; src:url(../fonts/bolder.ttf); }
@font-face { font-family:italic; src:url(../fonts/italic.ttf); }

/* Normalize */
* {
  outline:0;
  border:0;
  margin:0;
  padding:0;
  list-style:none;
  text-decoration:none;
}
html,body {
  width:100%;
  height:100%;
  color:#383737;
  background-color:#f4f4f4;
  font-size:14px;
  font-family:regular;
}
a { color:#383737; }
a:hover { color:#ff7700; }
.clear-float:after {
  clear:both;
  float:none;
  display:block;
  content:'';
  height:5px;
}

/* Frame */
.container {
  position:relative;
  margin:0 auto;
  padding:0;
  width:1054px;
  min-height:100%;
  background-color:#ffffff;
}
.header {
  position:relative;
  width:1054px;
  height:464px;
  color:#ffffff;
  background-color:#383737;
  background-size:1054px 464px;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/header.png);
}
.header h1 {
  position:absolute;
  top:30%;
  left:0;
  width:100%;
  height:40px;
  line-height:40px;
  font-size:40px;
  text-transform:uppercase;
  text-align:center;
  z-index:0;
}
.header .latest {
  position:absolute;
  bottom:30px;
  right:0;
  color:#383737;
  background-color:rgba(255,255,255,0.75);
  padding:20px;
  font-weight:bold;
  width:380px;
  max-height:200px;
  text-align: justify;
  border-radius:10px 0 0 10px;
  -ms-border-radius:10px 0 0 10px;
  -moz-border-radius:10px 0 0 10px;
  -webkit-border-radius:10px 0 0 10px;
  font-family:bolder;
  font-size:14px;
}
.header .latest p:first-child { margin-bottom:10px; text-align:left; }
.header .language {
  position:absolute;
  bottom:30px;
  left:0;
  padding:10px 25px 10px 50px;
  font-weight:normal;
  color:#383737;
  background-color:rgba(255,255,255,0.75);
  background-size:26px 15px;
  background-position:15px center;
  background-repeat:no-repeat;
  border-radius:0 10px 10px 0;
  -ms-border-radius:0 10px 10px 0;
  -moz-border-radius:0 10px 10px 0;
  -webkit-border-radius:0 10px 10px 0;
  font-size:16px;
  font-family:bold;
  cursor:pointer;
}
.header .search-box {
  position:absolute;
  bottom:190px;
  left:0;
  padding:10px 25px;
  font-weight:normal;
  color:#383737;
  background-color:rgba(255,255,255,0.75);
  background-size:26px 15px;
  background-position:15px center;
  background-repeat:no-repeat;
  border-radius:0 10px 10px 0;
  -ms-border-radius:0 10px 10px 0;
  -moz-border-radius:0 10px 10px 0;
  -webkit-border-radius:0 10px 10px 0;
  font-size:16px;
  font-family:bold;
}
.header .search-box input[type="text"] {
  width:175px;
  height:27px;
  padding:0 5px;
  border:0px solid #c2c2c2;
  outline:0;
  font-size:14px;
  font-family:regular;
}
.header .search-box input[type="submit"] {
  width:auto;
  height:27px;
  padding:0 10px 0 35px;
  border:0px solid #c2c2c2;
  outline:0;
  font-size:14px;
  font-family:regular;
  margin-left:-5px;
  font-weight:normal;
  cursor:pointer;
  background-color:#ffffff;
  background-size:14px 14px;
  background-position:10px center;
  background-repeat:no-repeat;
  background-image:url(../images/search.png);
}
.header .search-box input[type="submit"]:hover {
  color:#ff7700;
  background-color:#ffffff !important;
}
.header .language.english { background-image:url(../images/eng.jpg); }
.header .language.hungarian { background-image:url(../images/hun.png); }
.header .language:hover {
  color:#ffffff;
  background-color:rgba(251,158,47,1);
}
.header .facebook-box {
  position:absolute;
  bottom:100px;
  left:0;
  min-width:225px;
  min-height:70px;
  background-color:rgba(255,255,255,0.75);
  background-size:26px 15px;
  background-position:15px center;
  background-repeat:no-repeat;
  border-radius:0 10px 10px 0;
  -ms-border-radius:0 10px 10px 0;
  -moz-border-radius:0 10px 10px 0;
  -webkit-border-radius:0 10px 10px 0;
}
#header-button {
  display:table;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-85px;
  vertical-align:middle;
  text-align:center;
  width:170px;
  height:55px;
  border-radius:55px;
  -ms-border-radius:55px;
  -moz-border-radius:55px;
  -webkit-border-radius:55px;
  background-color:#fb9e2f;
  font-weight:bold;
  font-size:16px;
  font-family:bold;
  text-transform:uppercase;
  background-color:rgba(255,255,255,0.75);
}
#header-button:hover {
  color:#ffffff;
  background-color:rgba(251,158,47,1);
}
#header-button span {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
.footer {
  clear:both;
  position:absolute;
  bottom:0;
  left:50%;
  margin-left:-527px;
  display:table;
  width:1054px;
  height:73px;
  line-height:73px;
  color:#ffffff;
  background-color:#383737;
  background-size:180px 45px;
  background-position:20px center;
  background-repeat:no-repeat;
  background-image:url(../images/logo_bot.png);
  vertical-align:middle;
}
.footer div {
  float:right;
  display:inline-block;
}
.footer div span {
  display:inline-block;
  padding-left:30px;
  font-size:12px;
  margin-right:17px;
  background-color:transparent;
  background-size:18px 18px;
  background-position:left center;
  background-repeat:no-repeat;
}
.footer div span:nth-child(2) { background-image:url(../images/phone.png); }
.footer div span:nth-child(1) { background-image:url(../images/kukac.png); }
.content { padding-bottom:73px; }

/* Menu */
.menu {
  position:absolute;
  top:15px;
  left:50%;
  width:910px;
  height:72px;
  margin-left:-467.5px;
  padding:0 15px;
  border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#f2f5f8;
  background-size:210px 64px;
  background-position:15px center;
  background-repeat:no-repeat;
  background-image:url(../images/logo_top.png);
  z-index:10;
}
.menu ul {
  display:table;
  vertical-align:middle;
  float:right;
  width:685px;
  height:72px;
  z-index:10;
}
.menu ul li {
  display:table-cell;
  font-size:14px;
  font-weight:normal;
  font-family:bold;
  width:auto;
  height:24px;
  vertical-align:middle;
  position:relative;
  z-index:10;
  text-align:center;
}
.menu ul li a {
  display:inline-block;
  height:24px;
  line-height:24px;
  padding:5px 10px;
  vertical-align:middle;
  border-radius:24px;
  -ms-border-radius:24px;
  -moz-border-radius:24px;
  -webkit-border-radius:24px;
  color:#383737;
  cursor:pointer;
  position:relative;
  z-index:12 !important;
}
.menu ul li ul {
  display:none;
  position:absolute;
  top:53px;
  left:50%;
  margin-left:-80px;
  width:160px;
  height:auto;
  z-index:11 !important;
}
.menu ul li:hover ul { display:block; z-index:11 !important; }
.menu ul li ul li {
  display:block;
  text-align:center;
  width:156px;
  height:30px;
  line-height:30px;
  margin:0;
  margin-top:-2px;
  border:2px solid #c2c2c2;
  z-index:11 !important;
}
.menu ul li ul li a {
  display:block;
  padding:0;
  margin:0;
  width:100%;
  height:100%;
  background-color:#ffffff;
  border-radius:0;
  -ms-border-radius:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  z-index:11 !important;
  line-height:30px;
}

.menu ul li a.active {
  color:#383737;
  background-color:transparent;
  z-index:11 !important;
  border:2px solid #c2c2c2;
}
.menu ul li:hover a,
.menu ul li:hover a.active {
  color:#ffffff;
  background-color:#fb9e2f;
}
.menu ul li:hover ul li a {
  color:#383737;
  background-color:#ffffff;
}
.menu ul li:hover ul li:hover a {
  color:#ffffff;
  background-color:#fb9e2f;
}
.menu ul li:hover ul li a.active,
.menu ul li:hover ul li:hover a.active {
  border:0;
  color:#ffffff;
  background-color:#ff8800;
}
.map {
  width:1054px !important;
  height:768px !important;
  margin-bottom:-3px;
}

/* Beauti */
.page { width:915px; margin:20px auto; padding:0; }
.page h1, .page h2 { position:relative; }
.page h1 {
  width:100%;
  border-bottom:2px solid #d7d7d7;
  font-family:bold;
  font-weight:normal;
  font-size:24px;
  margin:0 auto 10px auto;
  padding:0;
}
.faq h2 {
  width:871px;
  border:2px solid #c2c2c2;
  margin:7px 0;
  padding:10px 0 10px 40px;
  cursor:pointer;
  font-size:15px;
}
.page h1 .option,
.page h2 .option {
  position:absolute;
  bottom:2px;
  right:0;
  font-size:15px;
  font-family:italic;
  font-weight:bold;
  background-color:#ffffff;
}
.faq h2 .option { right:5px; }
.faq h2 {
  background-size:13px 13px;
  background-position:14px center;
  background-repeat:no-repeat;
  background-color:transparent;
  background-image:url(../images/plus.png);
}
.faq h2.open {
  background-image:url(../images/minus.png);
}
.option a { display:inline-block; }
.option a:hover { color:#ff7700; }
.page .text {
  text-align:justify;
  margin-bottom:20px;
}
.systemparts .text {
  width:645px;
  display:inline-block;
}
.faq .text {
  padding:0 5px 0 40px;
  margin-bottom:15px;
}
.table {
  width:258px;
  float:left;
  border-collapse:collapse;
  margin-bottom:20px;
}
.table tr th {
  color:#ffffff;
  background-color:#383737;
  border:1px solid #383737;
  vertical-align:middle;
  font-size:18px;
  font-family:bold;
  font-weight:normal;
}
.table tr th a {
  color:#ffffff;
  font-size:15px;
  font-family:italic;
  font-weight:bold;
}
.table tr td {
  border:1px solid #383737;
  padding:5px 10px;
  font-family:bold;
}
.table tr td img {
  width:100%;
  height:auto;
}
.principles { float:right; }
.personal-goods { margin:0 30px 0 200px; }

/* Sliders */
.calculator { position:relative; min-height:365px; }
.sliders { width:470px; display:inline-block; }
.slider { width:100%; height:35px; margin:10px 0; }
.slider div {
  display:inline-block;
  vertical-align:middle;
  margin-right:-4px;
  margin-top:5px;
}
.slider .label {
  width:75px;
  height:25px;
  line-height:25px;
  text-align:right;
}
#vertical-amount, #horizontal-amount, #precent .amount {
  width:85px;
  height:25px;
  line-height:25px;
  color:#ffffff;
  background-color:#383737;
  text-align:center;
  font-size:18px;
  margin-left:10px;
}
#vertical, #horizontal {
  width:286px;
  height:25px;
  margin-left:10px;
  border:2px solid #c2c2c2;
  border-radius:10px;
  -ms-border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
#vertical .ui-slider-handle, #horizontal .ui-slider-handle {
  width:20px;
  height:35px;
  border:0;
  border-radius:0;
  -ms-border-radius:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  background: -webkit-linear-gradient(#383737,#141414);
  background: -o-linear-gradient(#383737,#141414);
  background: -moz-linear-gradient(#383737,#141414);
  background: linear-gradient(#383737,#141414);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#383737', endColorstr='#141414');
}
#house {
  float:right;
  width:430px;
  margin:5px;
}
#precent { height:auto; }
#precent .note { text-align:justify; }
.precent-label { font-size:18px; }
.placer-goods {
  float:none;
  margin:20px auto;
  width:350px;
}
.contact-text { width:100%; margin:10px 0; font-size:16px; }
.contact-form {
  display:inline-block;
  width:578px;
  border-right:2px solid #383737;
  font-size:16px;
  margin-bottom:20px;
}
.contact-form table { width:578px; }
.contact-form table tr td { height:40px; vertical-align:top; }
.contact-form table tr td:first-child { width:115px; text-align:right; padding-top:5px; }
.contact-form table tr td:last-child { text-align:left; padding-left:10px; }
.contact-form table tr td:last-child input,
.contact-form table tr td:last-child textarea {
  width:409px;
  height:auto;
  padding:5px;
  border:3px solid #c2c2c2;
  outline:0;
  font-size:15px;
  font-family:regular;
}
.contact-form table tr td:last-child textarea { height:275px; resize:vertical; }
.contact-form table tr td input[type="reset"],
.contact-form table tr td input[type="submit"],
.contact-form table tr td input[type="button"] {
  width:127px;
  height:28px;
  border:0;
  outline:0;
  color:#ffffff;
  background-color:#383737;
  font-family:bold;
  float:right;
  margin:10px 0 0 10px;
  font-size:16px;
  outline:0;
  cursor:pointer;
}
.contact-form table tr:last-child td {
  text-align:right;
  height:40px;
  padding-right:22px;
}
.contact-right {
  float:right;
  width:330px;
}
.contact-right p {
  display:block;
  width:275px;
  margin:5px 0 5px 50px;
  font-size:16px;
  text-align:center;
  background-color:transparent;
  background-size:18px 18px;
  background-position:left center;
  background-repeat:no-repeat;
}
.contact-right p.ct1 { width:197px; font-family:bold; margin:5px auto; }
.contact-right p.ct2 { font-size:14px; width:123px; margin:5px auto; }
.contact-right p:nth-child(3) { background-image:url(../images/phone-s.png); padding-left:30px; }
.contact-right p:nth-child(2) { background-image:url(../images/kukac-s.png); padding-left:30px; }
.users, .svn {
  float:none;
  width:915px;
  margin:20px auto;
  text-align:center;
}
.contact-right a {
  display:block;
  width:auto;
  font-size:16px;
  margin:5px auto;
  text-align:center;
}
.g-recaptcha { display:inline-block; }
.pt { text-align:right !important; vertical-align:middle !important; padding-right:22px; }
.pt input {
  display:inline-block !important;
  vertical-align:top !important;
  width:auto !important;
  height:auto !important;
  margin:5px !important;
  padding:0 !important;
}

/* Dialog */
.dialog { padding:10px; }
.dialog p {
  margin-top:15px;
  font-size:16px;
}
.dialog input {
  width:127px;
  height:28px;
  border:0;
  outline:0;
  color:#ffffff;
  background-color:#383737;
  font-family:bold;
  float:left;
  margin:10px 20px 0 0;
  font-size:16px;
  outline:0;
  cursor:pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color:#ff7700 !important;
}
b {
  font-style:normal;
  font-family:bolder;
  font-weight:bold;
}
i {
  font-style:italic;
  font-family:italic;
  font-weight:normal;
}

.latest p:first-child { font-size:16px; }
.latest .option {
  position:absolute;
  top:10px;
  right:10px;
  font-family:italic;
  font-weight:bold;
}

.new { text-align:center; width:100%; margin:auto;}
.new a {
  padding:5px 30px;
  color:#ffffff;
  background-color:#383737;
  font-size:18px;
}
.new a:hover { background-color:#ff7700; }
.status {
  font-size:24px;
  font-family:bold;
  font-weight:normal;
  color:#ffffff;
  background-color:#383737;
  margin:0;
  padding:8px 0;
  text-align:center;
}
.status .option {
  display:inline-block;
  margin-left:10px;
}
.status .option a {
  color:#ffffff;
  font-family:italic;
  font-weight:bold;
  font-size:15px;
}
.status .option a:hover { color:#ff7700; }
