/*
Theme Name: 7ala3it
Theme URI: http://zalabit.hu
Description: A completely WordPress 3.0 compatible theme.
Author: Kánya
Author URI: http://zalabit.hu
Version: 1.0
*/

/* Cookie Policy */
#cookie-policy {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(37, 139, 224, 0.85);
  color: #FFFFFF;
  z-index: 9999;
}

#cookie-policy .wrapper {
  padding: 8px 15px;
}

#cookie-policy .cookie-policy-content {
  display: table;
  width: 100%;
}

#cookie-policy .cookie-policy-content .cookie-policy-buttons, #cookie-policy .cookie-policy-content .cookie-policy-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#cookie-policy .cookie-policy-content .cookie-policy-read {
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
}

#cookie-policy .cookie-policy-content .cookie-policy-read a {
  display: inline-block;
  line-height: 16px;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  transition: 0.1s linear border-color;
  text-decoration: none;
}

#cookie-policy .cookie-policy-content .cookie-policy-read a:hover {
  border-bottom: 1px solid transparent;
}

#cookie-policy .cookie-policy-content .cookie-policy-buttons {
  text-align: right;
  padding-left: 30px;
  vertical-align: middle;
}

#cookie-policy .cookie-policy-content .cookie-policy-buttons .button {
  background: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 18px;
  padding: 2px 25px;
  margin: 0;
  transition: background 0.5s ease, color 0.5s ease;
  text-align: center;
}

#cookie-policy .cookie-policy-content .cookie-policy-buttons .button:hover {
  background: #FFFFFF;
  color: #258BE0;
}

#hirlevel input {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
}

#searchform{
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 999;
}

.resp{
  display: none;
}

#searchform #s{
  padding: 3px 3px 4px 3px;
  margin-right: -6px;
}

#searchform .button{
  padding: 5px 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  box-shadow: none;
  margin: 0;
}

#searchform .hidden{
  display: none;
}

#blog.search{
  float: right;
  width: 70%;
}

#blog.search .post{
  width: 100%;
  float: none;
  padding: 0;
}

#searchtitle{
  margin: 10px 0 25px 0px;
  display: block;
  font-size: 22px;
}

#searchtitle span{
  text-decoration: underline;
  text-transform: uppercase;
}

.searchline a{
  padding: 2px 0px;
  margin-bottom: 3px;
  font-size: 16px;
  display: block;
}

[data-content="termekleiras"] a{
  font-size: 1em;
  background: transparent;
  font-weight: normal;
  background: #fff;
  text-decoration: underline !important;
  padding: 0 5px 0 0;
}

[data-content="termekleiras"] a:hover{
  background: #333;
  color: #fff;
}

#editcatlist {
  color: #000;
  background-color: #FFF;
  border: 1px solid #AAA;
  width: 50%;
  max-height: 600px;
  overflow: scroll;
}

.catline {
  display: block;
  padding: 0px 10px;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 1.3em;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
}

.catline:hover {
  background-color: #ddd;
  color: #000;
}

.highlight {
  color: white;
  background-color: #00A0DD;
}

.highlight:hover {
  background-color: #444;
  color: #FFF;
}

.kategoria{
  display: none;
}

.catline.children{
  padding-left: 30px;
}

span.green{
  color: green;
}

span.red{
  color: red;
}

#szerkesztes-box{
  margin-top: 40px;
}

textarea[name="statusz"], textarea[name="garancia"]{
  width: 100%;
  min-height: 150px;
  box-sizing: border-box;
}

label span{
  font-weight: bold;
  font-size: 18px;
}

.line{
  display: block;
  margin: 1px;
  position: relative;
  cursor: copy;
  border: 1px solid #BBB;
  padding: 1px 5px;
  background-color: #FFF;
}

.line:hover {
  background-color:#ddd;
}

.line .termek-check{
  display: none;
}

#feltoltes-form .selected:hover {
  background-color:#444;
}

#feltoltes-form .selected {
  background-color:#6495ED;
}

.line .thumb {
  display:none;
}

.line .title{
  position: relative;
  bottom: 0;
  padding:1px 20px 1px 0;
}

.line.selected .title{
  color: white;
  font-weight: 400;
  cursor:alias;
}

.line input[type="checkbox"]{
  display: none;
}

#feltoltes-form .fullwidth {
  width: calc(100% - 16px);
  padding: 6px;
}

#feltoltes-form select {
  display: block;
  padding: 5px;
}

textarea#reklam {
  height: 6em;
}

textarea#adat {
  height: 18em;
}

#feltoltes-form input[type="file"]{
  display: none;
}

#feltoltes-form input[type="checkbox"], #feltoltes-form input[type="submit"], .previews label{
  width: auto !important;
}

.previews {
  font-size: 0;
  padding: 20px 0;
}

.previews .ui-sortable-handle, #thumbnail{
  display: inline-block;
  width: auto;
  border: 5px solid #FFF;
  line-height: 0;
  margin-right: 10px;
  margin-bottom: 10px;  
  position: relative;
}

.ui-sortable-helper {
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 30px 0px;
}

.ui-sortable-placeholder {
  background-color:#ccc;
}

.preview {
  width:auto;
  height:100px;
cursor:all-scroll;
}

.plus {
cursor:pointer;
}

.plus:hover {
border: 5px solid #CCC;
  box-sizing: border-box;
}

.torles {
  position: absolute;
  right: -10px;
  top: -10px;
  text-decoration: none;
  border-radius: 10px;
  border: 3px solid #FFF;
  width: 10px;
  height: 10px;
  padding: 3px;
  line-height: 10px;
  background-color: #EEE;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  color: #000 !important;
  font-size: 13px;
  text-align: center;
}

.torles:hover {
  color:black;
  border-color:#f55;
}

/*fulek*/
.tabs ul{
  margin: 0;
  padding: 0;
  width: 100%;
}

.tabs{
position: relative;
  margin: 2em auto;
  display: block;
  clear: both;
  padding-top: 20px;
}

.tabs:after{
  content: "";
  display: table;
  clear: both;
}

.tabs::after{
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.no-cssgradients .tabs::after{
  display: none;
}

.tabs.is-ended::after{
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.tabs nav{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin-bottom: -1px;
  z-index: 999;
}

.tabs-navigation::after, .tabs-content li::after, .kapcsolodo-termek::after{
  content: "";
  display: table;
  clear: both;
}

.tabs-navigation li{
  list-style: none;
  /*float: left;*/
  display: inline-block;
}

.tabs-navigation li.tabs1{
  width: 100%;
}

.tabs-navigation li.tabs2{
  width: calc(100% / 3);
}

.tabs-navigation li.tabs3{
  width: calc(100% / 4);
}

.tabs-navigation li.tabs4{
  width: calc(100% / 5);
}

.tabs-navigation li.tabs5{
  width: calc(100% / 6);
}

.tabs-navigation a{
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #444 !important;
  padding: 10px;
  margin-right: 1px;
}

.tabs-navigation a:hover{
  color: #444 !important;
  background-color: rgba(233, 230, 202, 0.3);
}

.tabs-navigation a.selected{
  background-color: #FFF !important;
  border-top: 1px solid #BBB;
  border-right: 1px solid #BBB;
  border-left: 1px solid #BBB;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0px;
  z-index: 111;
  position: relative;
  bottom: 0px;
}

.tabs-navigation a.selected span{
  color: #444;}

.tabs-content{
  background: #ffffff;
  border:1px solid #bbb;
  box-sizing: border-box;
}

.tabs-content li{
  display: none;
  padding: 1.4em;
}

.tabs-content li.selected{
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}

.tabs-content li p{
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 2em;
}

.tabs-content li ul{
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -moz-margin-before: 1em;
  -ms-margin-before: 1em;
  -o-margin-before: 1em;
  -webkit-margin-after: 2em;
  -moz-margin-after: 2em;
  -ms-margin-after: 2em;
  -o-margin-after: 2em;
  -webkit-margin-start: 0px;
  -moz-margin-start: 0px;
  -ms-margin-start: 0px;
  -o-margin-start: 0px;
  -webkit-margin-end: 0px;
  -moz-margin-end: 0px;
  -ms-margin-end: 0px;
  -o-margin-end: 0px;
  -webkit-padding-start: 40px;
  -moz-padding-start: 40px;
  -ms-padding-start: 40px;
  -o-padding-start: 40px;
  box-sizing: border-box;
}

.tabs-content li ul li{
  display: list-item;
  padding: 0;
  
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.termek{
  display: inline-block;
  /*float: left;*/
  width: calc(100% / 3);
  /*margin: 10px;*/
  text-align:center;
  vertical-align: top;
  box-sizing: border-box;
}

.termek h3{
  font-size: 0.9rem;
  text-align: center;
}
/*fulek*/


/***cart***/
#cartbubble {
display:none;
position: absolute;
top: 79px;
right: 26px;
width: 200px;
padding: 5px;
background-color: #6495ED;
color: #FFF;
border: 5px solid #AAA;
border-radius: 10px;
text-align: center;
z-index: 1000;
}

#cartbubble div {
position: absolute;
top: -24px;
right: 10px;
border-style: solid;
border-width: 0px 0px 22px 20px;
width: 0px;
height: 0px;
border-color: #AAA rgba(0, 0, 0, 0);
display: block;
}

.cart-content {
  position: absolute;
  top: 42px;
  right: 0;
}

#carticon{
  background-color: #DDD;
  height: 45px;
  position: absolute;
  width: 85px;
  right: 0;
  z-index: 1000;
  background-image: url('images/kosar.png');
  background-repeat: no-repeat;
  background-position: 35px 5px;
  opacity: 1;
  top: 5px;
  cursor:pointer;
}

#carticon span{
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 14px;
  border-radius: 91px;
  background-color: #6495ED;
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 10px;
  color: white;
  font-weight: bold;
}

.cart-content .cartsum{
  display: none;
  width: 320px;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #F4F3F3;
  z-index: 1000;
  text-align: left;
  box-shadow: 0px 10px 20px -10px #000;
  border: 5px solid #DDD;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
/*
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 500px;
*/
}

.cart-content:hover .cartsum{
  display: block;
}

#carticon:hover .cartsum {
  display: block;

}

#cart-infoline{
  border-collapse: inherit;
  width: 100%;
}

.cart-content li{
  border-top: 1px solid black;
  padding: 10px 0;
  list-style: none;
}

.cart-prodlist{
  padding: 0 10px;
}

.cart-prodlist li{
  position: relative;
}

.qty{
  width: 60px;
  display: inline;
}

.cart-items-info {
  width: 215px;
  float: right;
}

.cart-items-images img{
  width: 60px;
  height: auto;
}

.cart-total{
  font-size: 18px;
  line-height: 1;
  max-height: 30px;
  padding: 15px 20px;
}

.cart-buttons a{
  display: block;
  line-height: 1;
  margin: 10px;
  text-align: center;
}

.remove-button {
  position: absolute;
  right: 0px;
  top: 32px;
  padding: 2px 8px !important;
  border-color: #FFF !important;
  border-radius: 50% !important;
  box-shadow: 2px 3px 5px -4px #000 !important;
  color: #F00;
  text-shadow: 1px 1px 1px #FFF;
}

.cartsum .itemar{
  text-align: left;
  font-size: 16px;
  margin-top: 5px;
}

#bigcart{
  width: 100%;
  margin: 30px 0;
}

#bigcart .remove-button{
  top: 55px;
}

#bigcart td{
  position: relative;
  padding: 15px;
  width: 0;
}

#bigcart .itemar-net, .unitprice-net{
  font-size: 12px;
}

#bigcart .itemar, .unitprice-gross{
  font-size: 16px;
}

#bigcart li {
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
  padding-bottom: 20px;
  border-top: 1px solid #FFF;
  padding-top: 20px;
  position:relative;
}

#bigcart .cart-items-info {
  width: calc(100% - 80px);
  float: none;
}

table.wpuf-table td{
  padding: 5px !important;
  font-size: 13px;
}

#summary{
  position: relative;
  height: 130px;
  margin-bottom: 70px;
  text-align: right;
}

#summary-table{
  margin: 0 0 30px auto;
  text-align: left;
}

#summary-table td{
  width: auto;
  padding: 3px 10px;
  text-align: right;
}

article {
  margin-bottom:80px;
}

#checkout-form fieldset {
  border:none;
}

.floating-label{
  float: left;
  display: inline-block;
  width: 200px;
}

.floating-label span{
  display: block;
}

#checkout-form input {
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px; 
}

.check{
  display: inline-block !important;
  margin: 15px 0;
}

.flex-box{
  flex: 1 1 100px;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-around;
}

.note-headline{
  display: block;
  margin-bottom: 10px;
}

.note{
  width: 500px;
  height: 80px;
  margin-bottom: 10px;
  display: block;
}

.headline{
  display: block;
  width: 690px;
  height: 50px;
  line-height: 50px;
  background-color: #0060B1;
  color: white;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}

.headline a{
  position: absolute;
  right: 20px;
  cursor: pointer;
}

.headline a:hover{
  color: #ddd !important;
}

a{
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

#redirect{
  font-size: 11px;
}

#checkout-form p{
  width: 700px;
}

.error-label{
  width: 710px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: red;
  font-weight: bold;
}

.headline-info{
  display: block;
  width: 490px;
  height: 50px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0060B1;
}

.order-data h4{
  display: inline-block;
}

#date{
  position: absolute;
  right: 0;
}

.order-data fieldset {
border:none;
}

.order-data label {
display: block;
width: 30%;
font-size: 13px;
}

.order-data input {
width: auto;
display: block;
margin-top: -21px;
margin-left: 30%;
margin-bottom: 8px;
padding: 2px 10px;
}

/***cart***/


body{
    background: url("images/back.png") repeat fixed center center / cover silver;
    color: #222222;
    font-family: Open Sans,Arial,Helvetica,Georgia,Sans-serif;
    font-size: 14px;
}

#background {
    background: url("images/room.png") repeat scroll 0 0 transparent;
    display: block;
    height: 380px;
    opacity: 1;
    position: absolute;
    top: 140px;
    width: 100%;
}

#grayline {
    background: url("images/grad2.png") repeat scroll 0 0 transparent;
    height: 60px;
    opacity: 1;
    position: absolute;
    top: 46px;
    width: 100%;
}

a:link, a:visited{
	text-decoration: none; 
	color: #368;
}

a:hover{
	color: #000;
}

h1 {
font-size: 17px;
margin-right: 13px;
display: inline;
font-style: normal;
}

h3 {
    font-size: 24px;
    letter-spacing: -1px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.alignleft {
    border: 3px solid #CCCCCC;
    float: left;
    margin-right: 15px;
}

.alignright {
    border: 3px solid #CCCCCC;
    float: right;
    margin-left: 10px;
}
	
.wrapper{
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 80%;
position:relative;
max-width: 1200px;
}

#header{
	width: 100%;
	height: 100px;
}

#logo {
    padding: 20px 20px 19px 0;
    position: relative;
    z-index: 1000;
width:210px;
top:-80px;
text-align:center;
font-size:11px;
color:#777;
}

#logok a {
    background-image: url("images/technoroll-abac-comet-gisowatt-karcher-parker-atlas-copco.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    margin-top: 5px;
    text-indent: -9999px;
    width: 100%;
    padding: 5px;
    border: 5px solid #ccc;}

#technoroll-logo {
background-position: left top 5px;
height:50px;
}

#smallslogan {
    color: #5B5B5B;
    display: block;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.2em;
    opacity: 1;
    position: absolute;
    left: 275px;
    text-align: right;
    top: 20px;
    width: auto;
    font-style: italic;
}

#smallslogan b {
font-style:normal;
margin-right:5px;
}

.sloganbold {
font-weight:bold;
display:inline;
}

.nav{
    display: block;
    float: left;
    padding-left: 25%;
margin-left:20px;
    position: relative;
    top: -48px;
    width: 100%;
    z-index: 600;
}

.nav ul{
	list-style:none;
	padding:0;margin:0;
}

.nav li{
    float: left;
    position: relative;
}

.nav ul ul li {
    border-top: 1px solid #BBBBBB;
}

.nav a{
    background: none repeat scroll 0 0 #ddd;
    border-left: 1px solid #c8c8c8;
    color: #333333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.5px;
    padding: 12px 10px 11px;
    text-decoration: none;
    text-shadow: 1px 1px 1px white;
    text-transform: uppercase;
}

.nav ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	float:left;
	z-index:99999;
	background: #ddd;
box-shadow: 4px 6px 15px -6px #000000;
opacity:0;
margin-top:5px;
}

.nav ul ul ul{
	top: 0;
	left:100%;
	background: #343434;
	display:none;
}

.nav ul ul a{
	height:auto;
	width:250px;
}

.nav li:hover > a,.nav ul ul:hover > a{
	color:#fff;
	background:#0066bb;
box-shadow: 0 3px 5px #004681 inset;
text-shadow: none;
}


.pageblock {
    border-bottom: 3px solid #CCCCCC;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 5px;
    width: 100%;
}

#blog{
	padding: 0;
}

.post {
    width: 70%;
float:right;
padding: 0 0 50px 10px;
}

.post h2 {
    background: none repeat scroll 0 0 darkseagreen;
    border-bottom: 0 solid #444444;
    color: white;
    font-size: 18px;
    margin-bottom: 3px;
margin-top:0px;
    padding: 2px 10px;
clear:both;
}

.post-edit-link {
    background: none repeat scroll 0 0 tomato;
    color: white !important;
    font-size: 12px;
    margin-top: -23px;
    padding: 0 5px;
    position: absolute;
}

.catext {
    margin: 0 0 -5px;
    opacity: 0.7;
}

#megrendeles {
display:none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#greyback {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    top: 0;
    width: 100%;
}

.shopform {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    font-size: 14px;
    left: 50%;
    margin-left: -30%;
    min-width: 350px;
    padding: 0;
    position: absolute;
    top: 15%;
    width: 60%;
    }

.shopform td {
display:inline;
}

.shopform input {
    margin: 5px 0 4px 5px !important;
    padding: 3px !important;
    width: 95% !important;
}

.termeknev {
    display: block !important;
    font-size: 15px;
    padding: 7px 15px;
}

.cancel {
    border-left: 1px solid #AAAAAA;
    cursor: pointer;
    display: inline;
    margin-left: 17px;
    margin-top: 6px;
    opacity: 0.7;
    padding: 8px;
    position: absolute;
}

.cancel:hover {
background-color:#aaa;
color:white;
}

.contactform {
    background: none repeat scroll 0 0 lightgray;
    border: 2px solid white;
    font-size: 14px;
    padding: 10px;
clear:both;
}

.contactform table {
width:100%;
}

.contactform table tr {
border:none;
}

.contactform table th {
    background: none repeat scroll 0 0 khaki;
    border-bottom: 2px solid #fff;
    padding-top: 8px;
    text-align: right;
    vertical-align: top;
    width: 35%;
    padding-right:20px;
}

.contactform h4 {
    background: none repeat scroll 0 0 #666;
    border: 2px solid #AAAAAA;
    color: white;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.contactform input:not(input[checkbox]) {
    margin: 0 0 5px;
    padding: 5px;
    width: 60%;
}

.contactform textarea {
    margin-bottom: 15px;
    padding: 5px;
    width: 97%;
height:100px;
}

.contactform select {
    padding: 5px;
    width: 100%;
}

#megrinfo {
    padding-top: 7px;
        font-size: 13px;
    font-weight: normal;
    text-align: left;
}

.kamukero {
display:none;
}

#thankyou {
    background: none repeat scroll 0 0 white;
    border: 8px double lightgreen;
    box-shadow: 5px 5px 40px #000000;
    font-size: 16px;
    left: 50%;
    margin-left: -150px;
    padding: 30px 50px;
    position: absolute;
    text-align: center;
    top: 10%;
    width: 200px;
    z-index: 9999;
}

.tags {
    font-size: 12px;
    opacity: 0.5;
margin-bottom:20px;
}

#related_posts {
margin-top:15px;
}

#portfolios {
    box-shadow: 0 32px 22px -44px black;
display:inline-block;
margin-bottom: 30px;
}

.portfolio {
    float: left;
    padding: 0 1%;
    width: 31.33%;    
margin-top: 20px;
}

.portfolio h3 {
    font-size: 20px;
    line-height: 1em;
    margin: 10px 0;
}

.portimage {
  background: none repeat scroll 0 0 white;
  border-bottom: 3px solid #DDDDDD;
  border-top: 3px solid #DDDDDD;
  text-align: center;
  position:relative;
  overflow:hidden;
  width: 98%;
}

.portimage:hover {
    border-bottom: 3px solid red;
    border-top: 3px solid red;
}

.portimage img {
height:150px;
width:auto;
}

#portfolios .portimage img {
height:220px;
}

.portgrayblock {
position:absolute;
width:100%;
height:100%;
background-color:#000;
opacity:0;
z-index:100;
top:0;
}

.portgrad {
    box-shadow: 0 0 25px 5px inset;
    height: 100%;
    left: -50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 200%;
    z-index: 500;
opacity:0.3;
}

.portdata {
position:absolute;
top:0;
text-align:center;
width:100%;
height:100%;
z-index:300;
opacity:1;
overflow:hidden;
}

.portdatatable {
    color: white;
    font-size: 10px;
    text-align: left;
    width: 100%;
position:relative;
top:150px;
}

.portdatatable th {
background:none !important;
padding: 1px 3px 1px 8px !important;
text-align:left;
}

.portdata tr {
border-bottom: 1px dotted #999999 !important;
}

.portdata td {
padding-left:0 !important;
}

.portext {
    font-size: 12px;
    line-height: 1.1em;
    opacity: 0.5;
    padding-bottom: 15px;
    white-space: pre-line;
}

#smallfolio .portfolio {
height:200px;
}

#smallfolio h3 {
    font-size: 15px;
    margin: 5px 0;
    text-align: center;
}

.news {
    border-bottom: 2px solid #DDDDDD;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.productitle {
    margin: 0 0 20px;
}

.productpic {
    float: left;
    margin-right: 30px;
}

.morepics {
margin-top: 5px;
width:100%;
display:block;
}

.morepics h4 {
    background: none repeat scroll 0 0 darkseagreen;
    border-bottom: 0 solid #444444;
    color: white;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 2px 6px;
}

.morepics img {
height:100px !important;
width:100px !important;
}

#fullimage {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3000;
display:none;
}

.greenumber {
    background: url("images/zoldszam.png") no-repeat scroll center center #E6E6FA;
    border: 1px solid #C0C0C0;
    box-shadow: 0 0 0 #FFFFFF;
    height: 50px;
    margin-bottom: 3px;
    text-indent: -9999px;
    width: auto;
    display:block;
}

#megrendelem {
background: linear-gradient(#E7E7E7, #B9B9B9);
    border: 1px solid #C0C0C0;
    box-shadow: 2px 5px 5px #888888;
    height: 45px;
    margin-bottom: 10px;
    text-indent: -9999px;
    width: auto;
cursor:pointer;
border-radius:5px;
}

#megrendelem #felirat {
    background-image: url("images/megrendelem.png");
    height: 35px;
    margin: 5px auto;
    width: 205px;
}

#addcart {
background-color: linear-gradient(#E7E7E7, #B9B9B9);
border: 1px solid #C0C0C0;
box-shadow: 2px 5px 5px #888;
height: 45px;
margin-bottom: 10px;
text-indent: -9999px;
width: 100%;
cursor: pointer;
border-radius: 5px;
background-image: url('images/kosarba.png');
background-repeat: no-repeat;
background-position: 58px center;
}

#addcart #felirat {
    background-image: url("images/kosarba.png");
    height: 35px;
    margin: 5px auto;
    width: 205px;
}

.button {
background: linear-gradient(#E7E7E7, #B9B9B9);
border: 1px solid #C0C0C0;
box-shadow: 2px 5px 5px #888;
margin-bottom: 10px;
width: auto;
cursor: pointer;
border-radius: 5px;
padding: 10px;
}

.number {
position: absolute;
width: 28px;
padding: 5px 0px 5px 5px;
margin-left: 99px;
margin-top: 7px;
}

.arcimke {
    background: url("images/arrow.png") repeat scroll 0 0 / 100% 100% transparent;
    display: block;
    height: 46px;
    left: 10px;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.arname {
vertical-align:bottom;
font-size:16px;
}

.slidenemar {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.7;
    position: absolute;
    right: 20px;
    text-decoration: line-through;
    top: -15px;
}

.slidear {
    color: #FFFFFF;
    display: inline;
    font-size: 25px;
    margin-left: 5px;
}

.nemar {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: -5px;
    opacity: 0.7;
    text-decoration: line-through;
}

.nagyar {
    background: none repeat scroll 0 0 #0066BB;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 10px;
    text-align: right;
position:relative;
}

.portarcimke {
    background: url("images/arrow.png") no-repeat scroll 0 0 / 19% 74% rgba(0, 0, 0, 0);
    display: block;
    font-size: 14px;
    height: 46px;
    left: 10px;
    letter-spacing: -1px;
    opacity: 0.6;
    padding: 22px 0 0;
    position: absolute;
    top: 0;
    width: 129px;
}

.portarname {
vertical-align:bottom;
font-size:16px;
}

.portnemar {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: -5px;
    opacity: 0.7;
    text-decoration: line-through;
}

.portar {
    background-color: #0066cc;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 10px;
    text-align: right;
position:relative;
height:42px;
}

.portnettoar {
    background-color: #0066cc;
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 29px;
    padding: 17px 10px 0;
    position: relative;
    text-align: right;
}

.prodtable {
width:auto;
margin:0;
font-size:13px;
}

.entry th {
    background: none repeat scroll 0 0 #DDDDDD;
    padding: 3px 20px 3px 10px;
}

.entry tr {
border-bottom: 1px solid #eee;
}

.entry td {
padding-left:10px;
width:150px;
}

.navigation {
    clear: both;
    float: right;
    width: auto;
}

.sidebar{
    display: inline-block;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin-bottom: 50px;
    position: relative;
    top: 0;
    width: 25%;
}

.hide {
display:none;
}

#partnerek {
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
}

#partnerek h3 {
    background: linear-gradient(#fff, #bbb) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px;
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
    text-shadow: 1px 1px 1px white;
}

#partnerek img {
width:auto;
max-width:100%;
}

#partnerek a {
    background-color: #DCDCDC;
    display: block;
    padding: 10px;
    width: 100%;
    background: linear-gradient(#ddd, #ccc);
}

#partnerek a:hover {
    background: none repeat scroll 0 0 #CCCCCC;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    box-shadow: 3px 3px 7px -5px #555555 inset;
    padding: 11px 10px 8px 10px;
}


#sidesc {
    background: none repeat scroll 0 0 #555555;
    width: 100%;
    color: #DDDDDD;
    font-size: 12px;
    padding: 10px;
}

.sidebar h4 {
    background: none repeat scroll 0 0 cadetblue;
    border-bottom: 1px solid #888888;
    color: white;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
}


.frontside {
position:relative;
display:inline-block;
top:0;
}

.adatfel {
    background: none repeat scroll 0 0 mediumvioletred;
    color: white !important;
    display: block;
    margin-bottom: 2px;
    margin-top: -25px;
    padding: 2px 10px;
    text-align: center;
    width: 100%;
}

.adatfel:hover {
background:#444;
}

.sidecat {
    background: url("images/smallarrow.png") no-repeat scroll 9px 9px #777777;
    border-bottom: 1px solid #CCCCCC;
    color: white !important;
    cursor: pointer;
    display: block;
    font-size: 13px;
    letter-spacing: -1px;
    padding: 5px 5px 5px 15px;
    text-indent: 10px;
    width: 100%;
}

.sidemaincat {
    background: none repeat scroll 0 0 firebrick;
    border-bottom: 1px solid #CCCCCC;
    color: white !important;
    display: block;
    font-size: 13px;
    letter-spacing: -1px;
    padding: 5px 10px;
width:100%;
text-transform:uppercase;
}

.sidesubmaincat {
    background: none repeat scroll 0 0 #0066BB;
    border-bottom: 1px solid #CCCCCC;
    color: white !important;
    display: block;
    font-size: 13px;
    letter-spacing: -1px;
    padding: 5px 10px;
width:100%;
text-transform:uppercase;
}

.sidecat:hover {
background: url("images/smallarrow.png") no-repeat scroll 9px -19px #444;
}

.sideprod {
    background: none repeat scroll 0 0 #DDDDDD;
    border-bottom: 1px solid #BBBBBB;
    color: black !important;
    display: block;
    font-size: 13px;
    height: 17px;
    left: -15px;
    letter-spacing: -1px;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    top: 6px;
    width: 100% !important;
}

.sideprod:hover {
background:#0066bb;
color:white !important;
}

.zoldszam {
    background: none repeat scroll 0 0 #feecbe;
    border: 2px solid burlywood;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: center;
    width: 98%;
display:block;
}

.zoldszam img {
    height: auto;
    max-width: 200px;
    width: 100%;
}

.sidebar address {
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    overflow: hidden;
    white-space: pre-line;
    width: auto;
margin-top:10px;
vertical-align:top;
}

.sidebar .open {
    list-style: none outside none;
    margin: 20px 0 0;
    padding: 0;
}

.sidebar .open b {
    border-bottom: 2px solid #00BB66;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 2px;
}

.sidebar li span {
    display: block;
    float: left;
    width: 100px;
}

.nfh {
    background: none repeat scroll 0 0 lavender;
    border: 3px solid white;
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    padding: 5px 7px;
    text-align: center;
width:100%;
}

.nfh:hover {
    background: none repeat scroll 0 0 cadetblue;
    color: white;
}

.nfh img {
    box-shadow: 0 9px 5px -7px #666666;
    margin-bottom: 7px;
    width: 100%;
}

.safety {
    background: none repeat scroll 0 0 white;
    display: block;
    margin-top: 3px;
    text-align: center;
    width: 100%;
padding:10px;
}

#footer{
    background: none repeat scroll 0 0 #DDDDDD;
    border-top: 5px solid #0066BB;
    box-shadow: 0 8px 10px #AAAAAA inset;
    clear: both;
    display: block;
    height: auto;
    padding: 10px 0 50px;
    text-align: center;
}

.footerblock {
    float: left;
    font-size: 12px;
    padding-right: 2%;
    text-align: left;
    width: 23%;
}

.footerblock h2 {
    border-bottom: 2px solid #CCCCCC;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.footerblock ul {
    list-style: none outside none;
    padding: 0;
}

.footerblock img {
    max-width: 200px;
    width: 100%;
opacity:0.5;
}

.footerblock span {
    display: block;
    font-size: 10px;
}

.gravatar{
	float: right;
}

.comments-template{
	margin: 10px 0 0;
	padding: 30px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template textarea{
	width: 500px;
}

.wp-caption {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* optional rounded corners for browsers that support it */
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* =Media queries
-------------------------------------------------------------- */

/* Maximum width of 1150 pixels. */
@media screen and (max-width: 1150px) {

.wrapper {
width:90%;
}

}

/* Maximum width of 1000 pixels. */
@media screen and (max-width: 1000px) {
#searchform{
  top: 150px;
  z-index: 999;
}

.cart-content {
top:91px;
}

#background {
top:190px;
}

h3 {
margin:30px 0;
}

.nav {
top:0;
padding:0;
margin:0;
}

#grayline {
top:94px;
}

.wrapper {
width:92%;
}

#portfolios .portimage img {
height:180px;
width:auto;
}

#blog {
padding-top:30px;
}

.post {
padding-top:30px;
}

.productpic img {
    width:200px;
height:auto;
}

.morepics {
    width:200px;
}

.prodtable {
height:250px;
}

#smallslogan {
    font-size: 16px;
    top: 24px;
    width: 450px;
}

.sloganbold {
display:block;
}

.sidebar {
top:35px;
}


}


/* Maximum width of 740 pixels. */
@media screen and (max-width: 740px) {
#searchform{
  display: none;
}

.resp{
  display: block;
}

.resp #searchform{
  display: block;
  position: relative;
  width: 100%;
  top: 0;
}

#searchform #s{
  width: calc(100% - 50px);
}

#background {
top:250px;
}

#logo {
    padding: 23px 20px 20px 0;
    position: relative;
    width: auto;
text-align:left;
}

#logo img {
    max-width: 180px;
    width: 50%;
}

#smallslogan {
    font-size: 13px;
    text-align: right;
    top: 20px;
    width: 50%;
}

.sloganbold {
display:block;
}

#grayline {
display:none;
}

.nav {
float:none;
}

.nav li {
float:none;
text-align:center;
}

.nav a {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #FFFFFF;
}

.nav ul ul a{
	width:100%;
}

.nav ul ul {
width:100%;
margin-bottom: 15px;
position:relative;
}

#blog {
padding:0;
}

.post {
padding:20px 0 0 0;
float:none;
width:100%;
}

.portfolio {
width:100%;
float:none;
margin-top:50px;
}

.productitle {
    padding-left: 0;
}

.productpic {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.prodtable {
display:inline;
}

.contactform {
font-size:12px;
}

.contactform table td {
    display: -moz-deck;
    padding-left: 5px;
width: 98%;
}

.sidebar {
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 20px 0 40px;
    position: relative;
    top: 0;
    width: 100%;
}

#sidesc {
width:auto;
}

.sidebar address { 
padding-right:30px;
}

.nfh {
width:auto;
}

.nfh img {
    box-shadow: 0 8px 5px -5px #777777;
    float: left;
    margin-right: 20px;
    width: 40%;
}

.footerblock {
    float: none;
    width: 100%;
}

  ul.tabs-content li a.termek{
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 600px){
  ul.tabs-navigation{
    border: 1px solid#bbb;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    background-color: #fff;
  }
  
  ul.tabs-navigation li{
    width: 100% !important;
  }
  
  ul.tabs-navigation li:first-child a.selected{
    border: none;
    border-bottom: 1px solid #BBB;
  }
  
  ul.tabs-navigation a.selected{
    border: none;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
  }
}

@media screen and (max-width: 500px){
  ul.tabs-content li a.termek{
    width: 100%;
  }
}


@media print{
  body{ background-color:#FFFFFF; }
  #heading{ font-size:28px; }
  #footer{display:none;}
  #sidebar{display:none;}
  #slider{display:none;}
}