/*!
Theme Name: noky
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: noky
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.

noky 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 {
	font-family: 'Source Sans Pro' ;
	margin: 0;

}

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

@font-face {
	font-family: 'HelveticaNeue MediumCond';
	src: url('fonts/HelveticaNeue-MediumCond.eot');
	src: url('fonts/HelveticaNeue-MediumCond.eot?#iefix') format('embedded-opentype'),
	url('fonts/HelveticaNeue-MediumCond.woff') format('woff'),
	url('fonts/HelveticaNeue-MediumCond.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 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.
 */
ol.liste_en_ligne{padding: 0!important; margin: 0!important; display: flex; flex-wrap: wrap; flex-direction: row}
ol.liste_en_ligne li{padding: 0 0 0 0 ; margin: 0 0 0 25px; }
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.
 */
.main-navigation .orange a, .orange, .orange a{
	color : #f50;
}
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: "Source Sans Pro",sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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


	text-transform: uppercase;
	font-weight: normal;

	position: relative;

}



 .single .entry-content h3 span {
	 padding: 5px 10px;
	 margin-left: 10px;
	font-size: 16px;
	background: #fff;
	line-height: 19px;

	font-size: 17px;
}

.single .entry-content h2{font-size: 18px; }

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th{padding: 1px 8px}

.single .entry-content h3:after {
	display: block;
	content: " ";
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/uploads/2020/02/bg_h.png) repeat-x;
	z-index: -1;
}


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: #eaeaea;
	position: relative;
	/* 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 0;
}

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%;
}

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

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #000;
}

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 {

	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;
}

.custom-logo-link{opacity: 0.1}

.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: flex;
		flex-direction: row;

		justify-content: flex-end;
	}
}

.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;
}

.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;

}

/* 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;
}

.page-title{text-align: center}


/*--------------------------------------------------------------
# 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;
}

.header.slogan{color: #1c1e1d;}

.site-header {
	max-width: 1480px;
	padding-top: 140px;
	margin: 0 auto;
}
.site-content{max-width: 100%; margin: 0 auto}
.site-header{


	}
.logo-description{
	position: absolute;
	bottom: 145px;
	left: 0;
	transform: translateX(-330px);

}
.logo-description ul, .logo-description ul li{width: 225px; text-align: right; list-style: none;
	text-transform: uppercase;
	font-size: 14px; line-height: 20px;
}
/*.site{margin-top: 30px;}
.admin-bar .site{margin-top: 60px;}*/

.site-branding{
	 height: 875px; position: absolute;
	width: 100%;
	z-index: -1; top: 14px; left: 50%;
	transform: translateX(-50%); max-width: 1480px;
}
.site-branding > a{
	transform: translateX(-521px);
}
.slogan .fa-2x{font-size: 27px; line-height: 50px; margin-left: 8px; margin-right: 20px}
.slogan div {
	font-size: 16px; text-transform: uppercase;
	font-weight: normal!important;
}
.site-title, .site-description{display:none}
.nav-header{float: left; height: 30px; display: flex; width: 100%;  }

.nav-header > div, .nav-header > nav{
flex: 1;
}

.gform_wrapper .top_label .gfield_label{margin-top:17px!important;}

.nav-header .main-navigation{

}
body .gform_wrapper ul li.gfield{margin-top: 0!important;}
.gform_wrapper li.hidden_label input{margin-top: 0!important;}

.clearBoth{clear: both!important;}
.gform_fieldset_begin{border: 0; margin: 0; padding: 0}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {
	text-indent: 2px;
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-top: 2px;
	height: 30px;
	border: 1px solid #ddd;
	color: #777;
}
.entry-content{clear: both}

.halfField{width: 48%; clear:none!important; padding-right: 0!important; margin-right: 2%; float: left; }
.page-header{max-width: 1480px; margin: 0 auto;}
header h1, .page-header h1{font-size: 20px; text-transform: uppercase; font-weight: normal; text-align: center}
header h1{font-size: 30px;}
.product-list{background: #e1ebea; padding: 30px; overflow: hidden; }
.product-list-content{max-width: 1480px; margin: 0 auto; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between}
.product-list-content > div{flex-basis: 326px; display: flex; flex-direction: column; margin-bottom: 20px; box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.1);}
.product-list-content > div:hover{
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.3);
}

h1, h2, h3, h4, h5, h6{text-transform: uppercase; font-width: normal; color: #1c1e1d}
.product-list-content > div a{flex: 1;}
.product-list-content > div .noky-product-title{
	background: #f3f3f3;
	color: #006565;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	border-top: 2px solid #669999;
}
.product-list-content .img{background: #fff;}



.main-navigation a{color: #1c1e1d; text-transform: uppercase; padding: 0 10px; font-size: 16px}
.main-navigation .home{margin-left: 26px;}

/*--------------------------------------------------------------
# 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;
}

.post,
.page {
	margin: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
	padding: 5px 10px ; background: #1c1e1d; color: #fff; cursor: pointer; float: right;

}

h4.has-text-align-center, h2.has-text-align-center{margin-bottom: 0}
p.has-text-align-center, h3.has-text-align-center{margin-top: 0}

.page:not(.home) .bottom-footer{
	margin-top: 60px
}

.updated:not(.published) {
	display: none;
}
.cc-btn.cc-dismiss{display:none!important;}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.slogan a{text-decoration: none}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
#cmplz-document{max-width: 100% !important;}
.content-area{max-width: 1480px; margin: 0 auto;}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#cff .cff-author, #cff-lightbox-wrapper .cff-author{margin-bottom: 0!important;}
.cff-wrapper{margin: 20px -15px}
#cff .cff-item.cff-box, #cff .cff-item.cff-box:first-child{padding:0!important;}
.cff-meta-wrap, .cff-post-text, .cff-author{padding: 10px!important;}
.cff-post-text{margin-top: 0!important; padding-top: 0!important;}
#cff.cff-masonry .cff-item.cff-box{margin: 1% !important}
#cff.cff-masonry .cff-item, #cff.cff-masonry .cff-likebox{width: 31.3%!important;}

#cff .cff-post-links a{font-size: 14px}
#cff.cff-masonry.cff-opaque-comments .cff-item:hover{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.13);
}
#cff.cff-masonry .cff-load-more{
	height: 283px;
	background: url(media/fb-flow-add-more.png) repeat-x ;
	margin-top: -257px;
	font-size: 60px;
	z-index: 100;
}
#cff.cff-masonry{margin-bottom: 0}
#cff.cff-masonry .cff-load-more{display: flex; flex-direction: row; justify-content: center; align-items: center}
#cff.cff-masonry .cff-load-more, #cff.cff-masonry .cff-load-more:hover{text-decoration: none!important;}
.size-large img{width: 100%; height: auto}
.page .entry-content > .wp-block-group, .page .wp-block-columns{
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-top: 20px
}
.page.home .wp-block-group	.wp-block-columns{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.page.home  #cff.cff-masonry .cff-item.cff-box{overflow: hidden}

.wp-block-image img{border-radius: 5px;}

.home .bottom-footer {
	/*transform: translateY(-78px);*/
	width: 100%;
	color: #1c1e1d;
	/*display: flex;
	flex-direction: column;
	align-content: center;*/
	position: absolute;
	z-index: 20000;
	bottom: -70px;
}

.single .post.type-post{
	max-width: 1480px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.site-footer{background: url(media/wholeWorldMap.jpg) no-repeat center center; background-size: cover}

.page:not(.home) .site-content{
	max-width: 1480px; margin: 0 auto;
}

.site-info{max-width: 1480px; margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap; clear: both; justify-content: space-between; align-items: flex-start}
.site-info > div{flex-basis: 31%;}
.site-info > div p{
	font-size: 13px;
	color: #4e4d4d;
	line-height: 18px;
}
@media (min-width: 600px){
	.hideOnDesktop {display:none!important;}
}
.bottom-footer{
	width: 100%;


	color: #1c1e1d;

	display: flex;
	flex-direction: column;

	align-content: center;

}
.bottom-footer p{margin: 0; line-height: 26px; font-size: 16px; padding: 0px; text-align: center}
.bottom-footer >div {max-width: 1480px; margin: 0 auto; width: 100%}

.bottom-footer >div ul{list-style: none; margin: 0; padding: 0; text-align: center}
.bottom-footer >div ul a{text-decoration: none}
.bottom-footer >div ul li{display: inline-block; margin-right: 5px;}
.bottom-footer >div ul li:before{display:inline; content: " - "; font-size: 18px; margin-right: 5px}
.bottom-footer >div ul li:first-child:before{display:none}

.bottom-footer > .middle ul{margin: 20px 0}

.bottom-footer > .middle ul a{font-size: 14px; }
.bottom-footer >div.middle ul li:nth-child(2):before{display: none}
.bottom-footer  > .bottom ul{text-align: right;}
.bottom-footer  > .bottom a{font-size: 12px;}

	/*--------------------------------------------------------------
    # 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;
}

footer h3 {
	border-bottom: 1px solid #006666 ;
	padding-left: 0;
	color: #006666 ;
	text-align: left;
	font-weight: bold ;
	font-family: "Oxygen";
	margin-bottom: 7px ;
	font-size: 14px ;
}

.footer-header::before{
	width: 100%;
	display: block;
	content: "";
	height: 2px;
	background: rgb(102,153,153);
	background: linear-gradient(90deg, rgba(102,153,153,1) 0%, rgba(0,102,102,1) 35%, rgba(102,153,153,1) 73%);
}
.ts-group-logo{margin-top: -20px; margin-left: 20%; width: 83px; height: 83px; display: block; float: left;}
.footer-logo-content{float: left; width: calc(80% - 83px); padding-left: 25px; font-family: "HelveticaNeue MediumCond", Helvetica, sans-serif; font-size: 18px; font-weight: 700; color: #222; line-height: 20px; margin-top: 14px}
.footer-logo-content .textwidget.custom-html-widget{font-size: 16px; font-weight: 700;}

.footer-title-content{max-width: 1480px; margin: 0 auto}
/* 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;
}
@media(max-width: 2060px){
	.page{overflow-x: hidden; overflow-y: scroll}

	.page {
		-ms-overflow-style: none;  /* Internet Explorer 10+ */
		scrollbar-width: none;  /* Firefox */
	}
	.page::-webkit-scrollbar {
		display: none;  /* Safari and Chrome */
	}

	.site{transform: translateX(12%);}
}

@media(max-width: 1970px){
	.site{transform: translateX(11%);}
}

@media(max-width: 1920px){
	.site{transform: translateX(10%);}
}
@media(max-width: 1870px){
	.site{transform: translateX(9%);}
}

@media(max-width: 1820px){
	.site{transform: translateX(8%);}
}


@media(max-width: 1780px){
	.site{transform: translateX(7%);}

	.site-branding > a {
		transform: translateX(-490px);
	}

	.logo-description {

		transform: translateX(-294px);
	}

}

@media(max-width: 1740px){
	.bottom-footer > div,
	.site-branding, .content-area, .site-header, .slider-container{max-width: 1280px;}

	.home .bottom-footer{max-width: 1280px;
		left: 50%;
		transform: translateX(-50%);
		bottom: -90px;
	}

	.slider-container{height: 487px}
	.nav-header .main-navigation{flex-basis: 40%}
	.header.slogan{flex-basis: 60%}
	.slogan div{font-size: 14px;}
	.main-navigation a{font-size: 14px}
	.site{transform: translateX(12%);}
}

@media(max-width: 1700px){
	.site{transform: translateX(11%);}
}
@media(max-width: 1660px){
	.site{transform: translateX(10%);}
}

@media(max-width: 1610px){
	.site{transform: translateX(9%);}
}
@media(max-width: 1570px){
	.site{transform: translateX(8%);}
}

@media(max-width: 1530px){
	.slogan div{font-size: 12px;}
	.main-navigation a{font-size: 12px; padding: 0 5px}
	.bottom-footer > div,
	.site-content, .site-branding, .content-area, .site-header, .slider-container{max-width: 1080px;}
	.slider-container{height: 437px}
	.site{transform: translateX(12%);}
	.home .bottom-footer{max-width: 1080px;

		bottom: -110px;
	}
}

@media(max-width: 1440px){
	.site{transform: translateX(10%);}

}
@media(max-width: 1330px){
	.site{transform: none;}

	.logo-description{display: none}
	/*.site-header{padding-top: 322px;}
	.site-branding{
		height: 320px;
		position: absolute;
		width: 320px;
		z-index: -1;
		top: 10px;
		left: 50%;


		transform: none;
		transform: translateX(-50%;)
		max-width: 1480px;
	}

	.site-branding > a{transform: none}*/
	.home .bottom-footer{bottom: -100px}
}
@media(max-width: 1300px){
	.page:not(.home) .bottom-footer{max-width: 1080px; margin: 0 auto}
	.site-header{padding-top: 40px}
}
@media(max-width: 1200px){
	.page{overflow: visible}
	.page:not(.home) .bottom-footer,
	.site-content, .site-branding, .content-area, .site-header, .slider-container{
		max-width: 980px
	}
	.slider-container{height: 335px}
	.site-header{padding-top: 25px}

	.home .bottom-footer{max-width: 980px;
		bottom: -130px;
	}

}

@media(max-width: 1023px){
	.nav-header{
		flex-wrap: wrap;

	}
	.nav-header .main-navigation{flex-basis: 100%}
	.header.slogan{flex-basis: 100%}

	.page:not(.home) .bottom-footer,
	.site-content, .site-branding, .content-area, .site-header, .slider-container{
		max-width: 880px;
		margin-bottom: 10px;
	}
	.slider-container{height: 305px}
	.home .bottom-footer{max-width: 880px;
		bottom: -150px;
	}


}

@media(max-width: 915px){
	/*.site-header{padding-top: 2px}
	.nav-header{height: 60px; flex-direction: column; align-content: center }
	.nav-header > *{flex: 1}
	.slogan div{text-align: center}
	.main-navigation ul{display: block; text-align: center}
	.main-navigation li, .main-navigation ul li{display: inline-block; float: none}
	.main-navigation a, .slogan div{line-height: 30px}*/


	.site-content, .site-branding, .content-area, .site-header, .slider-container{max-width: 780px}
	.slider-container{height: 275px}
	.page:not(.home) .bottom-footer{
		max-width: 670px;
	}
	.home .bottom-footer{max-width: 780px;
		bottom: -180px;
	}

}

@media(max-width: 815px){
	.contact-form-modal .contact-content .nokyMap{
		display:none;
	}
	.cff-wrapper{margin: 20px -5px}

	.site-content, .site-branding, .content-area, .site-header, .slider-container{max-width: 680px}
	.slider-container{height: 255px}
	.home .bottom-footer{max-width: 680px;
		bottom: -210px;
	}
	.page:not(.home) .bottom-footer{max-width: 560px}

}
@media screen and (max-width: 780px) {
	#cff .cff-posts-wrap{
		display: flex;
		flex-wrap: wrap;
	}
	#cff .cff-posts-wrap > div{
		flex: 0 0 48%;
	}
}
@media(max-height: 600px){



	.contact-form-modal .contact-content{overflow-y: scroll}
	.contact-form-modal .contact-content{
		transform: none;
		transform: translateX(-50%);

		top: 50px;

	}
	.noky-form h4{margin: 0}
}

@media(max-width: 710px){
	html{margin-top: 0!important;}

	.main-navigation a, .slogan div{font-size: 13px}
	.bottom-footer > .bottom ul{text-align: center}
	.site-content, .site-branding, .content-area, .site-header, .slider-container{max-width: 580px}
	.slider-container{height: 225px}
	.home .bottom-footer{max-width: 580px;
		bottom: -240px;
	}

}
@media(max-width: 600px){
	#cff .cff-posts-wrap > div{
		flex: 0 0 98%;
	}
	.admin-bar header{padding-top: 46px}
	.hideOnDesktop {display:block}
	.menu-toggle{
		position: fixed;

		right: 20px;
		top: 29px;
		padding: 0; border: 0;
		font-size: 30px;
		background: none;

		text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	}
	.admin-bar .menu-toggle{top: 100px; right: 50px}
	.slogan .fa-2x{display:none;}
	.nav-header .header{max-width: 550px; margin: 0 auto}
	.nav-header .header, .typed-cursor, .slogan-txt{display: none}
	.nav-header{height: auto;}
	.nav-header .main-navigation{background: none}
	.product-contact-form{z-index: 20000000000}
	.nav-header .main-navigation {float: right; height: auto;max-width: 320px; margin-left: auto; background: #066;}
	.nav-header .main-navigation  li{display: block; width: 100%; text-align: right;}
	.nav-header .main-navigation  li.home{display: none}
	.site-header {

		z-index: 111111;
		position: relative;

	}

	.nav-header .main-navigation li {

		padding-right: 20px;
		padding-left: 20px;

	}
	.main-navigation ul{display: none}
	.main-navigation.toggled ul {
		display: block;
		position: fixed;
		background: #fff;
		top: 0px;
		padding: 20px;
		left: 0;
		max-width: 320px;
		width: 100%;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		z-index: 1111111222121;
	}


	.main-navigation.toggled button i:before{content: "\f00d"}

	.main-navigation.toggled ul li{text-align: left}
	.nav-header .main-navigation li{padding-right: 20px}

	 .main-navigation ul li.mobileleft{width: auto; float: left}
	.main-navigation a, .slogan div {
		font-size: 17px;
		line-height: 44px;
	}
	#cff.cff-masonry .cff-item, #cff.cff-masonry .cff-likebox{width: 98% !important}

	.slider{background-size: contain!important;}
	.slider-container{
		width: 98%;
		margin-left: 1%;
	}
	.cff-wrapper{margin: 20px 0}
	.slider-container {
		height: 216px;
	}
}
@media(max-width: 570px){
	.page:not(.home) .bottom-footer{padding: 0 20px}
	.home .bottom-footer{padding: 0 20px; bottom: -290px}
}
@media(max-width: 517px){
	.slider-container{height: 200px}
}
@media(max-width: 490px){
	.home .bottom-footer{ bottom: -320px}
}

@media(max-width: 450px){
	.home .bottom-footer{ position: relative; bottom: 20px; transform: none; z-index: 100;
		left: 0;

	}
	.wp-block-image figure{margin: 10px auto; width: 100%}
	.wp-block-image img{width: 100%; height: auto}
	.bottom-footer >div ul li{display: block; text-align: center;}
	.bottom-footer >div ul li:before{display: none}
	#cff.cff-masonry .cff-load-more span{

		font-size: 114px;
		padding-top: 119px;
	}
	.slider-container {
		height: 165px;
	}
}
@media(max-width: 414px){
	.slider-container{height: 155px}
}

@media(max-width: 375px){
	.slider-container{height: 145px}
}


@media(max-width: 320px){
	.menu-principal-container{position: relative; z-index: 0}
	.slider-container{height: 121px;}
	.menu-toggle{z-index: 1}
}
