/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	CSS Specific to 04KV Kft

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Styling of this Template

	Version: 4.0
-----------------------------------------------------------------*/
body {
	line-height: 1.5;
	color: #555;
/*	font-family: sans-serif; ÁRPI 2020.09.13 */
}



/* ----------------------------------------------------------------
	Canvas Slider Customs
-----------------------------------------------------------------*/
.slider-caption {
	background-color: rgba(255,255,255,0.9);
	border-radius: 2px;
	left: -25px;
	padding: 40px;
	max-width: 450px;
}

.slider-caption h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.slider-caption p {
	margin-bottom: 0;
	font-size: 18px;
}


.slider-caption.slider-caption-right {
	left: auto;
	right: -25px;
}


.dark .slider-caption {
	background-color: rgba(0,0,0,0.75)
}

.down-arrow {
    position: absolute;
    z-index: 3;
    bottom: 50px;
    left: 50%;
    height: 32px;
	width: 155px;
    font-size: 24px;
    text-align: center;
    color: #222;
	margin-left: -77.5px;
}


/* Owl Carousel
-----------------------------------------------------------------*/

#slider .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #666;
	background-color: #FFF;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#slider .owl-prev i,
#slider .owl-next i {  
	margin: 0 auto;
	color: #000;
	line-height: inherit;
	width: 36px;
	height: 36px;
	font-size: 18px;
}

#slider .owl-prev i:hover,
#slider .owl-next i:hover { color: #fff; }

#slider .owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; }

#slider .owl-carousel-full .owl-nav [class*=owl-] {
	margin-top: -30px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	border-radius: 0 3px 3px 0;
}

#slider .owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; }

#slider .owl-carousel  .owl-nav .owl-next {
	left: auto;
	right: -36px;
}

#slider .owl-carousel-full  .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px;
}

#slider .owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}

#slider .owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

#slider .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #1ABC9C !important;
	color: #FFF !important;
	text-decoration: none;
}

#slider .owl-carousel .owl-nav .disabled { display: none !important; }


/* Portfolio - Overlay
-----------------------------------------------------------------*/
.portfolio-item:hover .portfolio-overlay,
.iportfolio:hover .portfolio-overlay { background-color: #000; opacity: 0.8; }


/* Landing page subscription customs
-----------------------------------------------------------------*/
@media (min-width: 992px) { .sub-form-col  { height: 54px; } }
@media (min-width: 768px) and (max-width: 993px) { .sub-form-col  { height: 72px; } }
@media (min-width: 768px) and (max-width: 1199px) { .btn-sublanding { font-size: 12px !important; line-height: 0.2 !important; } }
@media (max-width: 767px) { .btn-sublanding { height: auto; } }


/* Price-list customs
-----------------------------------------------------------------*/
.portfolio-overlay p { 
	color: #fff;
    line-height: 1.3 !important;
	font-size: 12px;
    margin-bottom: 0px; 
}

.link-spanner{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 3;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif 
  background-image: url('empty.gif');*/
}

.price-listing { 
	min-height: 109px;
	border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

.portfolio-item .portfolio-image {
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

.quicksearch {
	border:none;
	line-height: 1.5;
    color: #666;
    font-family: sans-serif;
	height: 15px;
}

@media (max-width: 767px) { 
	.quicksearch  { 
		width: 120px; 
		border: 1px solid rgba(0,0,0,0.07);
		height: 46px;
		padding: 10px 16px;
		line-height: 1.3333333;
		border-radius: 6px;	
		margin-top: -10px;
		margin-bottom: -6px;
	} 
}

.quicksearch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666 !important;
	opacity: 1;
}

.quicksearch::-moz-placeholder { /* Firefox 19+ */
	color: #666 !important;
	opacity: 1;
}

.quicksearch:-ms-input-placeholder { /* IE 10+ */
	color: #666 !important;
	opacity: 1;
}

.quicksearch:-moz-placeholder { /* Firefox 18- */
	color: #666 !important;
	opacity: 1;
}

.activeFilter .quicksearch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFF !important;
}

.activeFilter .quicksearch::-moz-placeholder { /* Firefox 19+ */
	color: #FFF !important;
}

.activeFilter .quicksearch:-ms-input-placeholder { /* IE 10+ */
	color: #FFF !important;
}

.activeFilter .quicksearch:-moz-placeholder { /* Firefox 18- */
	color: #FFF !important;
}

.activeFilter .quicksearch{
	color: #FFF !important;
    background-color: #292A72;
    font-weight: bold;
}


/* Language selector
-----------------------------------------------------------------*/ 
#top-lang { 
    padding-right: 0px !important;
    margin-right: 0px !important;
}
#top-lang img { 
    vertical-align: baseline;
}

#top-lang ul { 
        width: 71.6px !important;

}



#header.sticky-header:not(.static-sticky) #top-lang {

}

#header.full-header #primary-menu > ul {
    float: left;
    padding-right: 15px;
    margin-right: 0px;
    border-right: 1px solid #EEE;
}

/* ----------------------------------------------------------------
	e04kv Logo
-----------------------------------------------------------------*/
#e04kv-logo { 
    padding-right: 0px !important;
    margin-right: 0px !important;
	float:left;
    border-right: 1px solid #EEE;
}
#e04kv-logo img { 
    vertical-align: baseline;
	margin-top: 5px;
	max-height: 48px;
}

#e04kv-logo ul { 
    width: 250px !important;
}

.e04kv-logo-link { 
	padding: 20px 15px !important;
}

.e04kv-logo-link p{ 
	margin: 5px 0px 0px 0px;
    display: inline-block;
    line-height: 16px;
    padding-left: 5px;
    height: 48px;
    vertical-align: top;
	color: #444;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}

.sticky-header .e04kv-logo-link p{ 
        display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

#header.sticky-header:not(.static-sticky) .e04kv-logo-link{
	padding: 1px 15px !important;
}

#header.sticky-header:not(.static-sticky) #e04kv-logo img { 
    vertical-align: baseline;
	margin-top: 3px;
}

#header.full-header #primary-menu > ul {
    float: left;
    padding-right: 15px;
    margin-right: 0px;
    border-right: 1px solid #EEE;
}

/* ----------------------------------------------------------------
	custom page title download icon
-----------------------------------------------------------------*/
.download-top-icon {
    content: "asd" !important;
	position: absolute !important;
    width: auto !important;
    top: 25% !important;
    left: auto !important;
    right: -50px !important;
    margin: -10px 0 0 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 20px;
}

/* Webshop div table
---------------------------------*/

.table-container {
	display: table;
	font-size: 12px;
	color: #069;
	}

.table-row  {
display: table-row;
width: 100%;
}

.table-cell {
	display: table-cell;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: bottom;
	padding-right: 2px;
	}
.table-cell p {
	margin-bottom:0px;
	}


.cell-gnu { width: 150px; }
.cell-iname { width: 830px; }
.cell-iname-comp { width: 450px; }
.cell-iname-order { width: 400px; }
.cell-lprice { width: 100px; text-align: right;}
.cell-stock { width: 50px; text-align: right; background-color: #e0e0e0;}
.cell-nprice { width: 120px; text-align: right;}
.cell-cart  { width: 180px; text-align: right;}
.cell-ordernum  { width: 150px;}
.cell-orderdate  { width: 150px;}
.cell-reference  { width: 400px;}
.cell-reference  p{ line-height:16px ;}
.cell-info  { width: 150px;}

.thead { background-color: #DDD; line-height: }
.thead p{ line-height: 16px; }

.shop-footer { padding:5px 0 5px 0; font-size: 12px; line-height: 24px; margin-bottom:50px; }
	
.qty-input {
    position: relative;
    border-collapse: separate;
}
  
.btn-table { text-align: center; height: 22px !important; text-decoration: none; display: table-cell; border: solid #cccccc; border-width: 1px 1px 1px 1px; padding-right:5px; padding-left:5px; }
.btn-table:hover { text-decoration: none; background-color: #e6e6e6;}
.submit { text-align: center; height: 22px !important; text-decoration: none; display: table-cell; border: solid #cccccc; border-width: 1px 1px 1px 1px; padding-right:5px; padding-left:5px; }
.submit:hover { text-decoration: none; background-color: #e6e6e6;}
.table-size { width: 40px; text-align: center; height: 22px; border: solid #cccccc; border-width: 1px 1px 1px 1px;}
.table-button { text-align: center; height: 22px !important;  border: solid #cccccc; border-width: 1px 1px 1px 0px; float: right;}

.cartbox{
    margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	padding: 5px;
}

.cart-icon  {
	float:right;
	font-size: 25px;
	padding: 5px 5px 0 0;
}

.darker-row { background-color: #f3f3f3; padding: 0px 0; border-bottom: 1px solid #e0e0e0; }
.higher-line { line-height: 27px; display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; }

.topmost-line { text-align: right; }
.topmost-line .dropdown { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; margin-left: 5px; background: #fff; }
.topmost-line .dropdown-menu { z-index: 1105; border-radius: 3px; margin-top: 1px; text-align: left; }
.topmost-line .dropdown-menu a:hover { background: #95c538; *filter: none; }
.topmost-line .selected { border: 1px solid #e0e0e0; border-radius: 3px; display: block; padding: 3px 8px; color: #727272; text-decoration: none !important; }

header { border-bottom: 1px solid #e0e0e0; }
header .brand { color: #34353e; line-height: 48px; font-size: 30px; padding: 25px 0; margin: 0; display: block; }
header .brand:hover { text-decoration: none; }
header .brand img { vertical-align: top; }
header .brand .tagline { color: #777777; display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; padding-left: 13px; margin-left: 5px; border-left: 1px solid #e0e0e0; line-height: 1; font-size: 13px; }
header .top-right { text-align: right; margin-top: 40px; }
header .icons { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; margin-right: 10px; font-size: 20px; }
header .icons a { color: #999999; }
header .icons a:hover { color: #555555; text-decoration: none; }


#page-title {
	position: relative;
	padding: 50px 0 70px 0;
	background-color: #F5F5F5;
	border-bottom: 1px solid #EEE;
}

#page-title .container { position: relative; }


.product-category {
    border: 1px solid #d0d0d0;
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 5px;
	text-align: center;
    width: 23%;
    min-height: 235px;
}

@media (max-width: 1199px) {

    .product-category {
        border: 1px solid #d0d0d0;
        padding-top: 15px;
        padding-bottom: 10px;
        margin: 5px;
        text-align: center;
        width: 23%;
        min-height: 200px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-category {
        border: 1px solid #d0d0d0;
        padding-top: 15px;
        padding-bottom: 10px;
        margin: 5px;
        text-align: center;
        width: 31%;
        min-height: 200px;
    }


}

@media (max-width: 992px) {
    .product-category {
        border: 1px solid #d0d0d0;
        padding-top: 15px;
        padding-bottom: 10px;
        margin: 5px;
        text-align: center;
		min-height: 150px;
		width: 48%;
    }
    .sidebar {
		width: 100%;
		margin-right: 0;
		float: left !important;
		margin-bottom: 40px !important;
		padding-bottom: 40px;
		border-bottom: 1px solid #EEE;
	}


}

@media (max-width: 767px) {
    .product-category {
        border: 1px solid #d0d0d0;
        padding-top: 15px;
        padding-bottom: 10px;
        margin: 5px;
        text-align: center;
        min-height: 150px;
        width: 100%;
    }


}

.product-category:hover {
	/* outline: 3px solid #000064;  outline: 3px solid #1aba9b;  */
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,100,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,100,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,100,0.75);	
}

.product-title h3{
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

@media (max-width: 991px) {}
    .product:not(.product-2):not(.product-3) .product-title h3 {
        font-size: 14px !important;
    }
}

.product-description {
    font-size: 10px;
    display: block; /* or inline-block */
    overflow: hidden;
    height: 45px;
    margin-bottom: 15px;
}

.product-info {
    font-size: 12px;
    color: #59BA41;
}

.product-price {
    font-size: 18px;
    padding-bottom: 5px;
}


.product-price-display {
    line-height: 1;
    padding: 16px 0;
}

.product-price-display span {
    line-height: 2;
}

.product-price-brutto {
    font-size: 18px;
    padding-bottom: 0px;
}

.product-price-brutto-display {
    line-height: 2;
    padding: 16px 0;
}

.product-price del {
    font-size: 14px;
}

.product-price .button {
    font-size: 14px;
    padding: 0 10px 0 10px;
    float: right;
}


.postcontent .product-3 .product {
    padding: 5px 5px 5px 5px;
}

.product-3 .product {
    padding: 10px 10px 10px 10px;
}

.product-inner {
    padding: 5px;
    border: 1px solid #e0e0ee;
}

.product-inner:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,100,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,100,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,100,0.75);
}

.row.split-display {
    margin-top: 25px;	
}

.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 180% !important;
    right: auto !important;
    margin: -10px 0 0 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px;
}

.breadcrumb a:hover { 
	color: #0099ff; 
}

.widget li.active {
	background-color: #f5f5f5;
}

.e04kv-logo-link-red { 
	padding: 19px 15px !important;
	border: 1px dotted red; 
}

.e04kv-logo-link-red p{ 
	margin: 5px 0px 0px 0px;
    display: inline-block;
    line-height: 16px;
    padding-left: 5px;
    height: 48px;
    vertical-align: top;
	color: #444;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}

.sticky-header .e04kv-logo-link-red p{ 
        display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

#header.sticky-header:not(.static-sticky) .e04kv-logo-link-red{
	padding: 1px 15px !important;
}

.tab-content {
	padding: 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}