/*!
Theme Name: fuga
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fuga
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fuga is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	/*font-size: 2em;
	margin: 0.67em 0;*/
    
    font-size: 40px;
    line-height: 50px;
    margin: 0.67em 0;
    font-weight: 900;    
    
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*
    EXTRAS
*/

:focus{
    outline:none;
}
        
/*.clearfix:after {
    content: "";
    clear: both;
    display: table;
} */       

.row {margin-left:-15px;margin-right:-15px;}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}




/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page h1.entry-title {border-bottom:1px solid #222222;padding-bottom:25px;}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}











body {font-family: 'Montserrat', sans-serif;font-size:14px;color:#272727;margin:0;padding:0;}

.wrapper {width:100%;max-width:1680px;position: relative;margin:0 auto}
.book3d {text-align:right;position: relative;z-index:10;}
.book3d a {text-decoration: none;border: 2px solid #000;padding: 5px 10px;display: inline;color: black;font-size:12px;font-weight:700}


/*
    Header    
*/

#header {height:80px;text-align: center;}
#header2 {height:300px;border-bottom:1px solid #000000;}
#header2 .wrapper, #wrapper-product {max-width:1400px;padding:0 50px;}

#header .social {float:left;padding-left:45px;position: relative;z-index:100;top:27px;}

#header2 .social {float:left;position: relative;z-index:100;text-align:left;margin-top:50px;}
#header2 .social p {margin:0;padding-left:0px;}
#header2 .social a {margin-top:10px;}
#header2 .social strong {font-size: 13px;font-weight: 700;text-transform: uppercase;}
#header2 .opendiv {text-align:left;margin-top:15px;font-size:12px;}

#header2 #gear {
    background-image: url(images/gear.svg);
    display: none !important;
    cursor: pointer;
    position: absolute;
    height: 31px;
    width: 31px;    
    text-indent: -10000px;
}

#mobilenav.toggled {
	top: 115px;
}

body.home #mobilenav.toggled {
	top: 81px !important;
}

.sticky #page {padding-top:215px;}

.home.sticky #page {padding-top:0;}

.sticky #header2 {height: 75px;position: fixed;top: 0;width: 100%;background-color: white;z-index: 10000;}
.sticky #header2 .wrapper {padding:0;max-width:100%;padding:0 50px;}
.sticky #header2 .social,
.sticky #header2 #woohead {display:none;}
.sticky #header2 #topnav {position: relative;width:100%;top:26px;}
.sticky #header2 #toplogo {margin-bottom:0;position: absolute;left:0;top:-8px;}
.sticky #header2 #toplogo img {max-height:40px;}
.sticky #header2 #lang {top:28px}
.sticky #header2 #ham {top:27px;}
.sticky #header2 .search-field {top:17px} 
.sticky #mobilenav {top: 270px;}
.sticky #header2 #pet2 {top:13px;}




.social .fb img {height:25px;}
.social .em {top:-3px;position: relative}
.social .em img {height:19px;}
.social .in img {height:25px;}
.social .yt img {height:23px;}

.social a {display:inline-block;margin-right:39px;}

#header .social .fb img {height:20px;}
#header .social .em {top:-1px;position: relative}
#header .social .em img {height:16px;}
#header .social .in img {height:16px;}
#header .social .yt img {height:16px;}
#header .social a {margin-right:31px;}
#header #topmenu {position: relative;top:17px;}
#header2 #topmenu {top:2px;} 
    
#topnav {position: absolute;left:0;right:0;top:12px;width:95%;margin: 0 auto;text-align: center;
-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}

#header2 #topnav {top:25px;}

/*first level*/
#topnav ul {text-align: center;margin:0;padding:0;}
#topnav ul > li {display:inline-block;list-style-type: none;height:60px;}
#header2 #topnav ul > li {height:55px;}
#topnav ul li:after {display:inline-block;content:"|";color:grey;margin:0 5px;width:10px;}
#topnav ul li:last-child:after {color:white;margin:0;} 
#topnav ul li a {color:#272727;font-weight:700;text-decoration: none;font-size:13px;letter-spacing: 1px;}
#topnav ul li a:hover {color:#f39326;}

/*second level*/
/*#topnav ul ul {background-color: white; padding:10px 24px 10px 24px;position: absolute;top: 100%;left: -999em;z-index: 99999;border-left: 1px solid black;border-right: 1px solid black;border-bottom: 1px solid black;margin-top:px;margin-left:-19px;text-align:left}*/
#topnav ul ul {background-color: white; padding:10px 24px 10px 24px;position: absolute;top:56px;left:-99999px;z-index: 99999;border-left: 1px solid black;border-right: 1px solid black;border-bottom: 1px solid black;margin-left:-19px;text-align:left}
.sticky #topnav ul ul {top:55px;}
#header2 #topnav ul ul {top:100%;}
#topnav ul li:hover > ul,
#topnav ul li.focus > ul {left:auto;}

#topnav ul ul li {display:block;line-height:2.5em;height:auto !important;}
#topnav ul ul li a {font-size:14px;font-weight:300;}
#topnav ul ul li:after,
#topnav ul ul ul li:after {display:none;content:'';margin:0;padding:0;width:auto;}

/*third level*/
#topnav ul ul ul {display:none;position: relative;padding-left:50px;border:none;background-color:transparent;left:0;top:0;}
#topnav ul ul ul li {line-height:1.2em;}
/*#topnav ul ul li:hover > ul {display:block;}*/ 

#topnav ul li span {display:none}
#topnav ul ul li.menu-item-has-children > span.dot {display:inline-block;background:url(images/menu-arrow.png);width:8px;height:12px;margin-left:10px;cursor:pointer;}



#header2 #topnav {top:50px;}
#header2 #toplogo {margin-bottom:30px;}
#header2 #topnav ul li a {font-size:16px;}
.sticky #header2 #topnav ul li a {font-size:13px;}

#topnav ul ul li a {font-size:16px !important; line-height:32px !important;}
#topnav ul ul ul li a {font-size:12px !important; line-height: 24px !important}
#topnav ul li:after {font-size: 16px;}




#header .search-field,
#header2 .search-field {
    background-color: transparent;
    background-image: url(images/search.svg);
    background-position: 5px 3px;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    border: none;
    cursor: pointer;
    height: 35px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: absolute;
    top: 21px;
    right: 100px;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
}

#header2 .search-field {top:72px;}

#header .search-field:focus,
#header2 .search-field:focus {
    background-color: #fff;
    border: 1px solid #cccccc;
    cursor: text;
    outline: 0;
    width: 230px;
}

#header .search-form .search-submit,
#header2 .search-form .search-submit {
    display: none;
}


#header #lang,
#header2 #lang {position: absolute;right:165px;top:33px;font-weight:700;font-size:13px;letter-spacing: 1px;}
#header2 #lang {top:82px}


#header #lang a,
#header2 #lang a {color:#272727;text-decoration: none;}


#woohead {position: absolute;right:50px;top:125px; }

#woohead a {font-size:12px; color:black;text-decoration: none;}


#woohead .header-cart { background-image: url(images/cart-black.svg);
    height: 28px;
    width: 30px;
    display: inline-block;
    text-indent: -10000px;
    margin: 0 0 0 10px;
    position: relative;
    top:9px;
}

#woohead a.header-cart-amount {color:#f59e18;font-weight:700;}

#woohead .header-cart span {display: block;text-indent: 0;text-align: center;font-weight: 600;color: #f59e18;position: absolute;left: 12px;}

#woohead .dot {
    width: 10px;
    height: 5px;    
    margin: 0 10px 0 0px;
    display: inline-block;
    background-image: url(images/menu-arrow-down.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
}




/*mobile navigation*/
#header #ham,
#header2 #ham {
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 50px;
    top: 30px;    
}

#header2 #ham {top:80px;}

#header #ham i,
#header2 #ham i {
    background-color: #272727;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

#header #ham i:nth-child(2),
#header2 #ham i:nth-child(2) {
    margin: 5px 0;
}

#mobilenav {display:none;position: absolute;right:0;top:115px;z-index:1000;text-align: left;}
#mobilenav #mobilclose {display:block;cursor: pointer;background:url(images/x.svg) no-repeat 0 0;width:18px;height:18px;background-size: cover;position: absolute;right:20px;top:20px;}
#mobilenav.toggled {display:block;}
#mobilenav ul {list-style-type: none;border:1px solid black;margin:0;padding:15px;background-color: #fff;border-right:none;}
#mobilenav ul li {padding:3px 0;}
#mobilenav ul li a {text-decoration: none;color:black;font-weight:600;}
#mobilenav ul ul {border:none;display:block;padding: 0 0 0 15px;}
#mobilenav ul li.menu-item-has-children > span.dot {display:inline-block;background:url(images/menu-arrow.png);width:8px;height:12px;margin-left:10px;cursor:pointer;}
#mobilenav ul ul li a {font-weight:300}

#mobilenav ul li.current-menu-ancestor > a,
#mobilenav ul li.current-menu-parent > a,
#mobilenav ul li.current-menu-item > a, 
#mobilenav ul li.current_page_item > a {color:#f39325;font-weight:700}
/*#mobilenav ul li.current_page_item ul a {color:black;}*/ 


#header #mobilenav {top:65px;}



#header2 .placediv {font-size:12px;font-weight:600;}
#header2 .placediv a {text-decoration: none;display:inline-block;top: 8px;position: relative;left: 10px;}
#header2 .placediv img {height:26px;}


#content {margin-top:55px;}
#content.wrapper {max-width:1400px;}
#primary {width:calc(100% - 305px);float: left;padding:0 15px;}
#secondary {width:305px;float:right;padding:0 15px;}

.single-fevent .entry-header {border-bottom-width:5px;border-bottom-style: solid;margin-bottom: 40px}
.single-fevent .entry-header h1 {margin:0 0 10px 0;}
.single-fevent .entry-header span {text-align: right;display:block;font-size:13px;font-weight: 600;font-style: italic}


/*main page footer*/

#mfooter {text-align:center;font-size:11px;font-weight:700;}
#mfooter a {background: url(images/enter.png) no-repeat 0 0 transparent;background-size:cover;width:35px;height:34px;display:inline-block;margin:15px 0 15px 0;}


/* sub page footer*/
#footer {background-color:#f5f5f5;padding-top:40px;font-size:12px;line-height:16px;font-weight:400}
#footer .wrapper {width:80%;}
#footer strong { display:block }


#footer .wrapper {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-gap: 10px;
}

#footer .fboxa {
	grid-column: 1;
	grid-row: 1/4;
	position: relative
}

#footer .fboxb {
	grid-column: 1/5;
	grid-row: 1;
	padding-left:25%
}

#footer .fboxf {
	grid-column: 2/5;
	grid-row: 3;
}    




/*#footer .col-4:first-child {padding-left:0;}*/
#footer .partners img {height:20px;margin-top:5px;margin-right:16px;}
#footer .partners img:last-child {margin-right: 0}
#footer .tamogatok {margin-top:110px;}
#footer .tamogatok img {height:32px;margin-top:5px;margin-right:14px}
#footer .tamogatok img:last-child {margin-right: 0}
#footer .social {margin-top:60px;}

#footer .social a { margin-right: 23px; }
#footer .social .fb img {height:20px;}
#footer .social .em {top:0px;}
#footer .social .em img {height:19px;}
#footer .social .in img {height:20px;}
#footer .social .yt img {height:18px;}


#footermenu {padding-bottom: 20px;border-bottom: 1px solid #272727;}



#footermenu ul {margin:0;padding:0;}
#footermenu ul li {display:inline-block;list-style-type: none;font-size:16px;text-align: center}
#footermenu ul li:after {display:inline-block;content:"|";color:grey;margin:0 10px;width:10px;}
#footermenu ul li:last-child:after {content:"";margin:0;} 
#footermenu ul li a {color:#272727;font-weight:700;text-decoration: none;letter-spacing: 1px;font-size:15px;}
#footermenu ul li a:hover {color:#f39326;}

#footermenu .sub-menu {display:none;}

#footersubmenu ul {list-style-type: none;margin:0;padding:0;margin-top:14px;}
#footersubmenu ul li {}
#footersubmenu ul li a {color:#272727;font-weight:700;text-decoration: none;line-height: 1.7em;}
#footersubmenu ul li a:after {content: "\0203A";display:inline-block;margin-left:5px;font-size:120%;position: relative;top:-1px;}



#footer #map {margin-top:40px;height:400px;overflow: hidden;position: relative;}
#footer #map .iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}
#footer #copy {min-height:50px;padding-top: 15px;color:#d0d0d0;background-color: #010102;text-align: center;font-size:9px;font-weight:500;letter-spacing:2px;}



/*
	OWL
*/

	.owl-carousel .item {height:537px;background-size:cover  !important;background-repeat: no-repeat !important;overflow: hidden; background-position: center center !important;}
	.owl-carousel .item .data {width:50%;color:white;padding: 20px;height:100%;position: relative;}
	.owl-carousel .item .data:after {
		content: " ";
		position: absolute;
		display: block;
		width: 150%;
		height: 100%;
		top: 0;
		right: -100px;
		z-index: 1;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 95%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.62) 95%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.62) 95%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */	
		transform-origin: bottom left;
		-ms-transform: skew(-30deg, 0deg);
		-webkit-transform: skew(10deg, 0deg);
		transform: skew(10deg, 0deg);
	}

	.owl-dots {position: absolute;bottom: 20px;right: 30px;}						
	.owl-carousel .item .data .inner {position: absolute;bottom:20px;width:90%;position: absolute;z-index: 100;}			
	.owl-carousel .item .data h3 { font-size:24px;color:white; padding-bottom:20px;border-bottom-width:3px;border-bottom-style: solid;}
	.owl-carousel .item .data p {font-size:14px;color:white;padding-top:0px;}
	.owl-carousel .item .data a {text-decoration: none;border:1px solid #fff;padding:5px 10px;display:inline-block;color:white;}		


	.owl-theme .owl-dots .owl-dot span {width:20px;height:20px;background:#ffffff;margin: 5px 6px;}

	.owl-theme .owl-dots .owl-dot.active span, 
	.owl-theme .owl-dots .owl-dot:hover span {background:#272727;}
	
	


/*
	items in row
*/

#fitems {margin-top:50px;display: flex;flex-wrap: wrap;}
#fitems h3 {font-weight:600;font-size:18px;}
#fitems p {font-size:13px;}
#fitems a {	 text-decoration: none; border: 2px solid #000;padding: 5px 10px;display: inline-block;color: black;font-size: 12px;font-weight: 800;}

    


/*
    Main grid
*/

#bg {        
    width:100%;
    height:calc(100vh - 80px - 44.5px);
    position: relative;    
    bottom:0;
	overflow: hidden;
	background-size: cover;
}



/*
#bg div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}*/






/*
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}*/




#maingrid {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
	grid-template-rows: 33% 34% 34%;
	grid-gap:0px;
    width: 100%;
    height: 100%;
    transition: background-image 1s ease-in-out;
    -moz-transition: background-image 1s ease-in-out;
    -webkit-transition: background-image 1s ease-in-out;
    -o-transition: background-image 1s ease-in-out;
    background-color: transparent;
    position: relative;
    z-index:100;
}


#imglayer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
}

#imglayer img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    opacity: 0;
    transform-origin: center;
    transform: scale(1);
    transition: .6s ease-in-out;
    visibility: hidden; 
    object-fit: cover;
}

#imglayer img.active {
    opacity: 1;
    transform: scale(1.1);
    transition: .7s ease-in-out;
    visibility: visible;
}


#maingrid .box {
	text-decoration: none !important;
    background-color:transparent;
    color:white;
    padding: 20px;
    border:1px solid white;
    border-collapse: collapse;
	overflow: hidden;
}

#maingrid .logobox {
    background-color:rgba(255,193,0,0.85);        
    border:1px solid white;
    border-collapse: collapse;
    text-align: center;
}

#maingrid .logobox img {max-width:80%;display:inline-block;position: relative;top:33%;}




#maingrid .b {
	grid-column: 2 / 3;
	grid-row: 1 / 4;
}



#maingrid .c {
	grid-column: 3 / 5;
	grid-row: 1;
}

#maingrid .d {
	grid-column: 5 / 5;
	grid-row: 1 / 1;
}

#maingrid .e {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

#maingrid .g {
	grid-column: 3 / 4;
	grid-row: 2 / 4;
}



#maingrid .box h3 {
	text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
}

#maingrid .box .content {
      display:none;                
      color:black;
}

#maingrid .box .detail {            
    color:black;
    text-decoration: none;
    border:2px solid black;
    padding:5px 15px;
    font-size:12px;
    font-weight:800;
}

#maingrid .box h4 {
    border-bottom-width:2px;
    border-bottom-style: solid;
    padding-bottom:10px;
    font-size:16px;
    margin-top:0px;
    margin-bottom:10px;
    font-weight:500;
    text-transform: uppercase;
} 


#maingrid .box:hover {background-color:rgba(255,255,255,0.85);}
#maingrid .box:hover h3 { 
    display:none; 
}
#maingrid .box:hover .content { display:block;         
    display:block;             
}


#maingrid .box.b .content {}
#maingrid .box.b .content .txt { position: relative;}

#maingrid .box.b p{ width:60%}
#maingrid .box.b span.type {
    position: absolute;
    right: 0;
    top: -15px;
    font-weight: 600;
    font-style: italic;
    font-size: 90%;
}

#maingrid .box.b:hover h4 {
    color: #272727;
    font-size: 16px;
    margin-top: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#pet, #pet2 {
	position: absolute;
	right: 250px;
	top: 16px;
	z-index: 1000;
}

#pet2 {
	top: 67px;
}

#pet .pet-bubi,
#pet2 .pet-bubi {
	display: none;
	position: absolute;
	width: 150px;
	z-index: 10;
	top: 38px;
	right: 0;
}

#pet2 .pet-bubi {
	top: 46px;
}

#pet .pet-bg,
#pet2 .pet-bg {
	width: 48px;
	height: 48px;
	background: url("/wp-content/themes/fuga/images/pet-frendly.png");
	background-size: contain !important;
}

#pet:hover .pet-bg,
#pet2:hover .pet-bg {
	background: url("/wp-content/themes/fuga/images/pet-frendly-hover.png");
}

#pet:hover .pet-bubi,
#pet2:hover .pet-bubi {
	position: absolute;
	display:block;
}






/*
    Calendar
*/

#calendarwrapper {
    background-color:#fafafa;
    color:#010102;
    padding-top:40px;
	padding-bottom: 75px;
}


div#calendar{
  margin:0px auto;
  padding:0px;
  width: 80%;
  font-family: 'Montserrat', sans-serif;
}

 
div#calendar ul.label{    
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
}
 
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;  
    float:left;
    list-style-type:none;
    width:13%;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background-color: transparent;
}
 
 
div#calendar ul.dates{    
    margin: 0px;
    padding: 0px;
    margin-left: 2px;
    margin-bottom: 2px;
    width:100%;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(7, 14.285%);
    
    padding-left:2px;
    
}
 
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    border:2px solid white;
    vertical-align:middle;    
    list-style-type:none;    
    min-height:80px;
    font-size:25px;
    background-color: #fafafa;
    color:#000;
    text-align:center; 
}

div#calendar ul.dates li.active {background-color:#fff;border: 2px solid #fafafa;border-top:2px solid #fff;}
div#calendar ul.dates li.active.day-0 {border-left:2px solid #fff;}
div#calendar ul.dates li.active span {border-bottom:1px solid #fafafa;}

div#calendar ul.dates li.disabled {background-color: #fafafa;color:#a9a9a9;    }

div#calendar ul.dates li span {display:block;font-weight:800;padding: 16px 0 22px 0;}
div#calendar ul.dates li span strong {font-weight:400 !important;font-size:65%;text-transform: lowercase;line-height: 0.5;display:block;}

div#calendar ul.dates li.closed {background-color:#fafafa; color:#a9a9a9;text-transform: lowercase;}
div#calendar ul.dates li.closed span {background-color: #fff;}

div#calendar .daily-programs .bgimg {background-size:cover;height:80px;background-position: center center;position: relative;}
div#calendar .day-0 .bgimg {left:-2px;width:calc(100% + 2px);} 

div#calendar ul.dates li a {text-decoration: none;color:black;margin-bottom:30px;display:block;}

div#calendar ul.dates li h3 {font-size:12px; color:black;margin:20px 20px 0px 20px;text-align:left;border-bottom-style: solid;border-bottom-width: 2px;padding-bottom:10px;text-transform: uppercase;}
div#calendar ul.dates li .director {font-size:13px;text-align:left;margin:10px 20px 10px 20px;}
div#calendar ul.dates li .starttime {font-size:14px;text-align:left;margin:0px 20px 0px 20px;font-weight:600;}
div#calendar ul.dates li.current-day span {background-color:#f39326;color:white;} 
div#calendar .header {position: relative;height:30px;text-align: center;font-size:22px;width: 90%;margin: 0 auto 30px auto;}
div#calendar .prev {background: url(images/left-arrow.png); width:16px;height:31px;display:inline-block;position: absolute;left:0;}
div#calendar .next {background: url(images/right-arrow.png); width:17px;height:31px;display:inline-block;position: absolute;right:0;}

div#calendar ul.dates li:not(.active):hover { background-color:#f39326; cursor:pointer; }
div#calendar ul.dates li:not(.active):hover span {color:white;}

/* newsletter */

.tnp-subscription {
    margin:0 !important;
}



/* Woocommerce */
 
#wrapper-product  {margin:30px auto;padding: 0 70px;}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {float:none;width:100%;}
.woocommerce div.product form.cart div.quantity {display:none;} 

.woocommerce div.product .product_title {font-weight:800;font-size:24px;line-height:30px;border-bottom:1px solid black;padding-bottom:10px;}

.single_add_to_cart_button { background-color: transparent !important;color:black !important;border:2px solid black !important;border-radius:0 !important; font-size: 12px !important; font-weight: 800 !important;padding: 3px 10px !important;}

.woocommerce .product-summary {font-size:16px;line-height:24px;color:#272727;padding-left:40px !important;}
.woocommerce .mybreadcrumb {font-size: 12px; line-height: 16px}
 
.woocommerce-account h1.entry-title {border-bottom:1px solid #222222;padding-bottom:25px;}  
.woocommerce-MyAccount-navigation ul {margin:0;padding:0;} 
.woocommerce-MyAccount-navigation ul li {list-style-type: none;}
.woocommerce-MyAccount-navigation ul li a {font-family: 'Montserrat', sans-serif;font-size:18px;color:#272727;line-height:28px;text-decoration: none;font-weight:800;}
.woocommerce-MyAccount-navigation ul li a:hover {color:#f39325;}
.woocommerce-MyAccount-navigation ul li a:after {content:'';display:inline-block;background:url(images/menu-arrow.png);width:8px;height:12px;margin-left:10px;cursor:pointer;}
.woocommerce-MyAccount-content {font-size:16px;font-weight:400; line-height:22px;}
.woocommerce-MyAccount-content a {color:#f39325;text-decoration: none;}

.single_add_to_cart_button i {
	display: inline-block;
    color:black;
	background-image: url('/wp-content/themes/fuga/images/cart-black.svg');
	width: 20px;
	height: 20px;
	margin-left: 10px;
}    

.single_add_to_cart_button span {
	position: relative;
	top: -5px;
}

.single .entry-content,
.page .entry-content  {font-size:16px;line-height:24px;color:#272727;}

.yith-wcwl-add-button {position: relative;border:2px solid black;display:inline-block !important;font-size:12px;padding: 5px 32px 5px 10px;}
.yith-wcwl-add-button .ajax-loading {display:none !important;}
.yith-wcwl-add-to-wishlist {margin:0;}
.yith-wcwl-wishlistexistsbrowse {display:none !important}

a.add_to_wishlist {cursor: pointer;position: relative;color:black;text-decoration: none;font-weight: 800;}
.add_to_wishlist::after {
	background-image: url('/wp-content/themes/fuga/images/star-black.svg');
	display: inline-block;
	height: 30px;
	width: 30px;
	content: ' ';
	position: absolute;
	top: -7px;
}

.cart-btn-wrap {padding-right:0px;}
.wish-btn-wrap {padding-left:0px;}


.product-summary .author {color:#656564;font-weight:800;font-size:24px;margin:0;line-height:30px;}

.product-attr {}
.product-attr h3 {font-size:14px;font-weight:800;color:#656564;border-bottom:1px solid #000;padding-bottom:15px;}




.product-attr .bold {font-weight:600;}

.product-attr-table {text-align:left;border-bottom:1px solid #000;padding-bottom:15px;font-size:14px;font-weight:400;line-height:22px;color:#272727;}
.product-attr-table td:first-child { vertical-align: top; }

.woocommerce div.product p.price {color:black;}
.woocommerce div.product p.price .amount {font-size:120%;font-weight:800}
.woocommerce div.product p.price del .amount {font-size:120%;display:block;font-weight:800;color:#a9a9a9;}
.woocommerce div.product p.price ins .amount {font-size:120%;} 
.woocommerce div.product p.price .discount {display:block;font-size:80%;color:#000;font-weight:600;}



.woocommerce nav.woocommerce-pagination ul { border:none !important; }

.woocommerce nav.woocommerce-pagination ul li span.current {background-color:#f39326;color:#000;width:30px;height:30px;}
.woocommerce nav.woocommerce-pagination ul li {border:none;display:inline-block;margin:0 10px;}
.woocommerce nav.woocommerce-pagination ul li a:hover {background: none;color:#000;}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {border:2px solid #000;font-size:12px;font-weight:800;}
.woocommerce nav.woocommerce-pagination ul li a {color:#000;text-decoration: none;width:30px;height:30px;}
.woocommerce nav.woocommerce-pagination ul li a.prev {background:url('images/larrow.png') no-repeat 0 0 transparent;width:17px;height:32px;background-size: cover;text-indent:-1000px;border:none !important;margin-right:15px;}
.woocommerce nav.woocommerce-pagination ul li a.next {background:url('images/rarrow.png') no-repeat 0 0 transparent;width:17px;height:32px;background-size: cover;text-indent:-1000px;border:none !important;margin-left:15px;}


.woocommerce .woocommerce-ordering {float:none;margin-bottom:30px;}
/*.woocommerce-ordering select.orderby {border:1px solid black;padding:2px 5px;}*/


.registration-form h2 {   display: none;}


/*products list*/
.products-list a:nth-child(4n+1){clear:left}
.products-list a {text-decoration: none;margin-bottom:80px;}
.product-box {color:black;}
.product-box .thumb {width:50%; float:left;}
.product-box h4.author {margin:0;padding:0;font-size:16px;color:#646464;line-height:20px;font-weight:800}
.product-box .title {width:50%; float:right;padding-left:0;}
.product-box h3 {margin:0;padding:0;font-size:16px;color:#000;line-height:19px;font-weight:800;} 
.product-box .blackline {border-bottom:1px solid black;padding-bottom:10px;}
.product-box .category {display:block;padding-top:10px;font-size:12px;color:#000;line-height:16px;font-weight:500}
.product-box .lead {font-size:14px;color:#272727;line-height:19px;font-weight:400}
.product-box .more {border:2px solid black;padding:5px 10px;font-weight: 700;font-size:12px;}


/*search*/

body.search .entry-title {    
    margin-bottom:10px;
    text-decoration: none;
}

body.search .entry-title a {
    color:#000;
    text-decoration: none;
}


.woocommerce-store-notice, .woocommerce-store-notice__dismiss-link {
	display:none !important;
}

.post-type-archive-product .woocommerce-store-notice,
.tax-product_cat .woocommerce-store-notice,
.single-product .woocommerce-store-notice {
	display:block !important;
}
/* jutyub vide�k */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}