/* 
    Document   : site
    Created on : 2012.11.23., 22:32:02
    Author     : Péter
    Description:
        Purpose of the stylesheet follows.
*/
body {
    overflow-y: scroll;
    background: url(../img/bg.jpg) fixed;
    font-size: 12px;

    /*background-size: cover;*/
    background-position: right top;
    /*background-position: center top;*/
}
.clear {clear: both;}

.container {
    width: 990px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
aside {
    width: 200px;
    float: left;
    margin-right: 20px;
}
aside:before {
    content: ' ';
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.7);
    top: 0;
    bottom: 0;
    width: 200px;
    margin-top: -20px;
    margin-bottom: 0px;
}
aside .content {
    z-index: 2;
    position: relative;
    padding: 10px;
}
.page-container {
    float: left;
    width: 770px;
    position: relative;
    margin-bottom: 20px;
}
.page-container .page{
    width: 100%;
}
.page-container #page1 {}
/*.page-container .page {
    width: 100%;
}
.page-container .page .content-container {
    width: 1024px;
    margin: 0 auto;
}
.content {
    background: white;
    min-height: 100px;
    border-radius: 10px;
    padding: 20px;
}*/
.page-container .content {
    background: rgba(255,255,255,0.9);
    min-height: 100px;
    border-radius: 10px;
    padding: 20px;
    margin-top: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.loader {
    position: fixed;

    top: 50%;
    left: 50%;
    background: rgba(255,255,255,.8);
    padding: 40px;
    border-radius: 20px;
    margin-left: -48px;
    margin-top: -51px;
    display: none;
    box-shadow: 0px 0px 27px -6px black;
}

header {}
header nav.menu {
    background: rgba(0,0,0,0.7);
    margin-top: 115px;
    z-index: 1000;
    position: relative;
}
header nav.menu .content {
    width: 990px;
    margin: 0 auto;
}
header nav.menu ul {
    margin: 0;
    padding: 0;
}
header nav.menu ul li {
    display: inline-block;
    position: relative;
}
header nav.menu ul li:after {
    content: ' ';
    display: block;
    width: 1px;
    height: 37px;
    background: white;
    position: absolute;
    right: 0px;
    top: 16px;
}
header nav.menu ul li:last-child:after {
    display: none;
}
header nav.menu ul li a { 
    color: white;
    text-transform: uppercase;
    display: block;
    padding: 25px 14px;
    text-decoration: none;
    white-space: nowrap;
}
header nav.menu ul li a:hover {
    color: yellow;
}
header nav.menu ul li ul {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.7);
}
header nav.menu ul li:hover ul {
    display: block;
}
header nav.menu ul li ul li {
    width: 210px;
    padding: 0 20px;
}
header nav.menu ul li ul li:after {
    display: none;
}
header nav.menu ul li ul li a {
    border-bottom: solid 1px white;
}
header nav.menu ul li ul li a:hover {}
header nav.menu ul li:hover ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
}
header nav.menu ul li:hover ul li:hover ul {
    display: block;
}
header nav.menu ul li ul li ul li {
    background: url(../img/li-right.png) repeat-y left top;
}
header nav.menu ul li ul li ul li a {}
header nav.menu ul li ul li ul li a:hover {}

footer {
    background: rgba(0,0,0,0.7);
}
footer .content {
    min-height: 66px;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 990px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}


.mainpage-box {
    width: 700px;
    margin: 70px auto;
    position: relative;
    padding: 10px 0;
}
.mainpage-box:before {
    /* border-top: 2px solid white; */
    /* border-bottom: 1px solid white; */
    /* padding: 5px 0px 0px; */
    /* position: absolute; */
    /* display: block; */
    /* top: 0; */
    /* width: 100%; */
    content: ' ';
}
.mainpage-box:after {
    /* border-top: 2px solid white; */
    /* border-bottom: 1px solid white; */
    /* padding: 5px 0px 0px; */
    /* position: absolute; */
    /* display: block; */
    /* bottom: 0; */
    /* width: 100%; */
    /* content: ' '; */
}
.mainpage-box ul {
    background: rgba(255,255,255,0.7);
    padding: 30px 0;
}
.mainpage-box ul li {
    background: url(../img/mainpage-li-icon.png) no-repeat 0px 5px transparent;
    list-style-type: none;
    font-size: 24px;
    padding: 5px 0 5px 70px;
    position: relative;
    left: -20px;
}
.mainpage-box ul li a {
    text-decoration: none;
    color: black;
}
.mainpage-box ul li a:hover {
    text-decoration: underline;
}
/*.mainpage-box h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 70px;
    margin-top: 30px;
    text-shadow: 0px 0px 14px black;
}
.mainpage-box h2 {
    text-align: center;  text-transform: uppercase;  font-weight: bold;  color: white;  
    font-size: 29px;  
    margin-bottom: 30px;
    margin-top: 30px;
    text-shadow: 0px 0px 9px black;
}
.mainpage-box p {
    text-align: center;  text-transform: uppercase;  font-weight: bold;  color: white;
    text-shadow: 0px 0px 9px black;
}*/
.page-container .page aside {
    width: 200px;
    float: left;
    background: white;  min-height: 100px;  border-radius: 10px;  padding: 20px;
    margin-right: 20px;
}
.page-container .page aside + .content-inner-container {
    width: 724px;
    float: left;
}

aside h1 {
    font-size: 15px;
    font-weight: normal;
    color: white;
}
aside h1:first-child {
}
aside ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
aside ul li {
    position: relative;
    padding-left: 12px;
}
aside ul li.has-children:before {
    content: '›';
    position: absolute;
    left: 0px;
    top: 4px;
    color: white;
}
aside ul li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    cursor: pointer;
}
aside ul li ul {
    /* padding-left: 20px; */
    /* padding-bottom: 20px; */
    display: none;
}
aside ul li.opened ul {
    /* padding-left: 20px; */
    /* padding-bottom: 20px; */
    display: block;
}
aside ul li ul li {
    border-top: solid 1px #444;
}
aside ul li ul li a {
    /* padding-left: 20px; */
}
aside ul li ul li:last-child {
    border-bottom: solid 1px #333;
}
.page-container .content h1 {
    font-size: 15px;
    font-weight: normal;
}
.page-container .content h1:first-child {
    color: white;
    background: rgba(0,0,0,0.7);
    margin: -20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    margin-bottom: -30px;
    position: relative;
    top: -41px;
}

.grayscaled {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}
.grayscaled:hover, .grayscaled-selected {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.image-list {}
.image-list a.image {
    width: 215px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 14px;
    /* border: solid 1px black; */
    height: 150px;
}
.image-list a.image img.product-image {}
.image-list a.image.last {}
.details-image-list {
    max-height: 600px;
    overflow: auto;
}
.details-image-list a.image {
    width: 200px;
    overflow: hidden;
    display: block;
    float: left;
    margin-bottom: 14px;
    /* border: solid 1px black; */
}
.details-image-list a.image img.product-image {}
.details-image-list a.image.last {}
.content .left {
    width: 230px;
    float: left;
}
.content .right {
    float: left;
    width: 480px;
    margin-left: 20px;
}
.content .right h1 {}
.content .right h1:first-child {
    background: transparent;
    color: black;
    font-size: 20px;
    margin: 0px 0 10px;
    padding: 0;
    top: 0;
}
#menu-cart-count {
    border: solid 1px white;
    padding: 4px 9px;
    margin-left: 10px;
}
.right .panel {
    float: left;
    margin-left: 10px;
    width: 220px;
    position: relative;
}
.right .panel label {
    display: block;
    font-weight: bold;
}
.right .panel select {
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
}
.right #price-and-cart .price {
    font-size: 23px;
}
.right #price-and-cart .price.price-old {
    text-decoration: line-through;
    font-size: 14px;
}
.right #price-and-cart .price.price-new {
    color: red;
}
#price-and-cart {
    position: relative;
}
#price-and-cart .add {
    background: url(../img/add-to-cart.png) no-repeat;
    display: block;
    width: 41px;
    height: 30px;
    text-indent: -10000px;
    top: 19px;
    right: 0;
    position: absolute;
}
#variantsInCart, #itemsInCart {}
#variantsInCart h3, #itemsInCart h3 {
    margin-bottom: 0;
}
#variantsInCart table, #itemsInCart table {
    width: 100%;
    border: solid 1px black;
}
#variantsInCart table thead, #itemsInCart table thead {}
#variantsInCart table thead tr, #itemsInCart table thead tr {
    background: #444444;
}
#variantsInCart table thead tr td, #itemsInCart table thead tr td {
    padding: 5px;
    font-weight: bold;
    text-align: right;
    color: white;
}
#variantsInCart table thead tr:nth-child(2n), #itemsInCart table thead tr:nth-child(2n) {}
#variantsInCart table thead tr:nth-child(2n) td, #itemsInCart table thead tr:nth-child(2n) td {}
#variantsInCart table tbody, #itemsInCart table tbody {}
#variantsInCart table tbody tr, #itemsInCart table tbody tr {}
#variantsInCart table tbody tr td, #itemsInCart table tbody tr td {
    padding: 5px;    text-align: right;
}
#variantsInCart table tbody tr:nth-child(2n), #itemsInCart table tbody tr:nth-child(2n) {
    background: #eee;
}
#variantsInCart table tbody tr:nth-child(2n) td, #itemsInCart table tbody tr:nth-child(2n) td {}
#variantsInCart table tbody tr td a, #itemsInCart table tbody tr td a {
    color: blue;
    text-decoration: none;
}
#variantsInCart table tbody td .add, #itemsInCart table tbody td .add {
    background: url(../img/cart-inc.png) no-repeat;  display: inline-block;  width: 16px;  height: 15px;  text-indent: -10000px;  position: relative;  top: 3px;  
    margin-left: 8px;
}
#variantsInCart table tbody td .remove, #itemsInCart table tbody td .remove{
    background: url(../img/cart-dec.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 15px;
    text-indent: -10000px;
    position: relative;
    top: 3px;
    margin-right: 8px;
}
#variantsInCart table tbody td .removeAll, #itemsInCart table tbody td .removeAll{
    background: url(../img/removeAll.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -10000px;
    position: relative;
    top: 2px;
}
.full-price {
    text-align: right;
    border-top: solid 1px black;
    display: inline-block;
    float: right;
    padding-left: 20px;
    padding-right: 6px;
    padding-top: 7px;
}

.ideas {
    width: 100%;
    margin-bottom: -40px;
}
.ideas .item {
    /* background: white; */
    /* padding: 5px; */
    /* border-radius: 10px; */

    margin: 0 94px 60px 0;
    float: left;
    width: 193px;
    /* overflow: hidden; */
    position: relative;
    height: 128px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
.ideas .item:last-child {}
.ideas .item a {
    display: block;
    /* border-radius: 10px; */
    /* overflow: hidden; */
}
.ideas .item a img {
    /* border-radius: 10px; */
}
.ideas .item.last {
    margin-right: 0;
}
.ideas .item .title {
    position: absolute;
    top: -40px;
    left: 5px;
    padding: 10px;
    font-size: 22px;
    transition-property: all;
    -webkit-transition-property: all;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    color: white;
}
.ideas .item:hover .title {
}
.btn-next {
    background: url(../img/btn-next.png) no-repeat right center;
    padding: 10px 30px 10px 20px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    background-color: black;
    border-radius: 30px;
}


.order-data label {
    width: 205px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-transform: uppercase;
    font-size: 11px;
}
.order-data input{
    width: 514px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-bottom: 10px;
}
input[type=submit]{
    width: auto;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: url(../img/btn-next.png) no-repeat right center;  padding: 10px 30px 10px 20px;  color: white;  text-decoration: none;  font-weight: bold;  background-color: black;  border-radius: 30px;
    border: none;
}
.order-data input[type=radio]{
    width: 16px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-bottom: 0px;
    position: relative;
    top: 2px;
}
.order-data .w23{
    width: 356px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.order-data textarea{
    width: 353px;
    height: 80px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.order-data .w13{
    width: 149px;
    margin-left: 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.order-data label + .w13{
    margin-left: 0;
}
p.error {
    text-align: center;
    border: solid 1px red;
    background: #ffaaaa;
    padding: 10px;
    border-radius: 9px;
    color: black;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
input.error {
    background: #ffaaaa;
    border: solid 1px #aaa;
}

.order-sum label {
    width: 140px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-transform: uppercase;
    font-size: 11px;
    position: absolute;

    font-weight: bold;
}
.order-sum span {
    width: 577px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 155px;
}

.page-container .content p {
    line-height: 150%;
}
a.logo {
    display: block;
    width: 241px;
    height: 130px;
    position: absolute;
    left: 50%;
    margin-left: -490px;
    top: 9px;
    z-index: 1001;
}
a.logo.en {
    background: url(../img/logo-en.png) no-repeat;
}
a.logo.hu {
    background: url(../img/logo-hu.png) no-repeat;
}
a.logo.de {
    background: url(../img/logo-de.png) no-repeat;
}
a.logo.it {
    background: url(../img/logo-it.png) no-repeat;
}
.dicount-content-box{
    /*    top: 18px;
	color: white;
	width: 460px;
	height: 85px;
	margin: 0 auto -70px auto;*/

    top: 18px;
    color: white;
    width: 200px;
    height: 200px;
    margin: 0 auto 60px auto;
}
footer .content a.facebook {
    width: 48px;
    height: 48px;
    background: url(../img/facebook.png) no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
}
footer .content p {
    margin: 0;
    padding: 25px;
    color: #aaa;
}

form.voucher {
    background: url(../img/voucher.png?v=2);
    width: 730px;
    height: 370px;
    position: relative;
}
form.voucher .text1 {
    position: absolute;
    top: 114px;
    left: 36px;
    width: 300px;
    color: #4d382e;
}
form.voucher .text2 {
    position: absolute;  
    top: 76px;  
    left: 437px;  width: 300px;
    font-size: 36px;
    color: #4d382e;
}
form.voucher .text3 {
    position: absolute;  
    top: 274px;  
    left: 434px;  
    width: 220px;
    color: #4d382e;
}
form.voucher .text3 a {
    color: #4d382e;
    text-decoration: none;
}
form.voucher .text3 a:hover {
    text-decoration: underline;
}
form.voucher label{
    position: absolute;
    color: #4d382e;
    background: white;
    padding-right: 7px;
}
form.voucher label.label1{
    top: 180px;
    left: 36px;
}
form.voucher label.label2{
    top: 204px;  left: 36px;
}
form.voucher label.label3{
    top: 228px;  left: 36px;
}
form.voucher label.label4{
    top: 252px;  left: 36px;
}
form.voucher input[type=text]{
    position: absolute;
    border: none;
    background: transparent;
    outline: none;
}
form.voucher input[type=text].input1{
    top: 178px;  
    left: 58px;
    width: 574px;
}
form.voucher input[type=text].input2{
    top: 203px;  
    left: 75px;
    width: 559px;
}
form.voucher input[type=text].input3{
    top: 227px;  
    left: 77px;
    width: 556px;
}
form.voucher input[type=text].input4{
    top: 251px;  
    left: 71px;
    width: 564px;
}
form.voucher input[type=submit]{
    position: absolute;
    top: 291px;
    left: 31px;
    background-color: #4d382e;
}

.dnone {
    display: none;
}
input.error, textarea.error {
    background: #ffaaaa !important;
}
p.success {
    color: green;
    text-align: center;  
    border: solid 1px green;  
    background: #aaffaa;  padding: 10px;  border-radius: 9px;  color: black;  font-weight: bold;  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
p.error {
    color: red;
}
form.voucher p.success {
    position: absolute;  left: 150px;  top: 276px;
}
form.voucher p.error {
    position: absolute;
    left: 150px;
    top: 276px;
}

aside ul li ul li ul li {
    padding-left: 10px;
}

.bg-images {
    position: fixed;
    right: 220px;
    top: 10px;
    overflow: hidden;
    width: 500px;
    height: 300px;
    z-index: 0;
}
.bg-images img {}

.reference-list {}
.reference-list .item {}
.reference-list .item h2 {}
.reference-list .item .image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 230px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
.reference-list .item .image.last {
    margin-right: 0;
}

footer ul.mainmenu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 205px;
}
footer ul.mainmenu li {
    display: inline-block;
    position: relative;
}
footer ul.mainmenu li:after {
    content: ' ';
    display: block;
    width: 1px;
    height: 37px;
    background: white;
    position: absolute;
    right: 0px;
    top: 16px;
}
footer ul.mainmenu li:last-child:after {
    display: none;
}
footer ul.mainmenu li a {
    color: white;
    text-transform: uppercase;
    display: block;
    padding: 25px 18px;
    text-decoration: none;
    white-space: nowrap;
}
footer ul.mainmenu li a:hover {
    color: yellow;
}
footer ul.mainmenu li ul {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.7);
}
footer ul.mainmenu li:hover ul {
    display: block;
}
footer ul.mainmenu li ul li {
    width: 210px;
    padding: 0 20px;
}
footer ul.mainmenu li ul li:after {
    display: none;
}
footer ul.mainmenu li ul li a {
    border-bottom: solid 1px white;
}
footer ul.mainmenu li ul li a:hover {}
footer ul.mainmenu li:hover ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
}
footer ul.mainmenu li:hover ul li:hover ul {
    display: block;
}
footer ul.mainmenu li ul li ul li {
    background: url(../img/li-right.png) repeat-y left top;
}
footer ul.mainmenu li ul li ul li a {}
footer ul.mainmenu li ul li ul li a:hover {}
a.wrap-sizes-info {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/info.png);
    position: absolute;
    right: 4px;
    top: 22px;
}

header .lang-selector {
    position: absolute;
    left: 50%;
    top: 76px;
    margin-left: -280px;
}
header .lang-selector ul{}
header .lang-selector ul li{
    display: inline-block;
}
header .lang-selector ul li a{
    text-indent: -10000px;
    display: block;
    width: 20px;
    height: 15px;
    margin-right: 5px;
}
header .lang-selector ul li a.hu {
    background: url(../img/flag-hu.png);
}
header .lang-selector ul li a.en {
    background: url(../img/flag-en.png);
}
header .lang-selector ul li a.de {
    background: url(../img/flag-de.png);
}
header .lang-selector ul li a.it {
    background: url(../img/flag-it.png);
}
