/*!
Theme Name: Satoronja
Theme URI: http://underscores.me/
Author: Bohuslav Potočňák - BTect
Author URI: https://www.btect.sk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: satoronja
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.

Satoronja is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
	margin-top: 0!important;
	background-color: #EEE3C9!important;
	background: #EEE3C9!important;
}
html,body,h1,h2,h3,h4,h5,h6,span,p{
	font-size: 16px;
	font-family: "Alliance";
}



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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

@font-face {
  font-family: "Alliance";
  font-weight: 500;
	src: url('./fonts/alliance-no-1-medium.woff');
}
@font-face {
	font-family: "Alliance";
  font-weight: 300;
  src: url('./fonts/alliance-no-1-light.woff');
}
/**
 * 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;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* BS4 Grid XXL breakpoint */


@media (min-width: 1500px){
	/* expanding BS4 max-width */
	/* adding col-xxl */
	.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}


	/* grid columns xxl */
	.col-xxl {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
	.col-xxl-auto {-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none;}
	.col-xxl-1 {-webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
	.col-xxl-2 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
	.col-xxl-3 {-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
	.col-xxl-4 {-webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
	.col-xxl-5 {-webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
	.col-xxl-6 {-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	.col-xxl-7 {-webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
	.col-xxl-8 {-webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
	.col-xxl-9 {-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
	.col-xxl-10 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
	.col-xxl-11 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
	.col-xxl-12 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}

	/* order xxl */
	.order-xxl-0 {-webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0;}
	.order-xxl-1 {-webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;}
	.order-xxl-2 {-webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;}
	.order-xxl-3 {-webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3;}
	.order-xxl-4 {-webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4;}
	.order-xxl-5 {-webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5;}
	.order-xxl-6 {-webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6;}
	.order-xxl-7 {-webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7;}
	.order-xxl-8 {-webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8;}
	.order-xxl-9 {-webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9;}
	.order-xxl-10 {-webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10;}
	.order-xxl-11 {-webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11;}
	.order-xxl-12 {-webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12;}

	/* text-align xxl */
	.text-xxl-center {text-align: center!important;}
	.text-xxl-left {text-align: left!important;}
	.text-xxl-right {text-align: right!important;}

	/* float xxl */
	.float-xxl-left {float: left!important;}
	.float-xxl-right {float: right!important;}
	.float-xxl-none {float: none!important;}

	/* display xxl */
	.d-xxl-none {display: none!important;}
	.d-xxl-inline {display: inline!important;}
	.d-xxl-inline-block {display: inline-block!important;}
	.d-xxl-block {display: block!important;}
	.d-xxl-table {display: table!important;}
	.d-xxl-table-cell {display: table-cell!important;}
	.d-xxl-table-row {display: table-row!important;}
	.d-xxl-flex {display: flex!important;}
	.d-xxl-inline-flex {display: inline-flex!important;}

	/* offsets xxl */
	.offset-xxl-1 {margin-left: 8.333333%;}
	.offset-xxl-2 {margin-left: 16.666667%;}
	.offset-xxl-3 {margin-left: 25%;}
	.offset-xxl-4 {margin-left: 33.333333%;}
	.offset-xxl-5 {margin-left: 41.666667%;}
	.offset-xxl-6 {margin-left: 50%;}
	.offset-xxl-7 {margin-left: 58.333333%;}
	.offset-xxl-8 {margin-left: 66.666667%;}
	.offset-xxl-9 {margin-left: 75%;}
	.offset-xxl-10 {margin-left: 83.333333%;}
	.offset-xxl-11 {margin-left: 91.666667%;}

	/* spacing xxl */
	.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}
	.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}
	.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}

}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	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;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	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;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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: 0.875rem;
	font-weight: 700;
	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. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


.headline{
	height: 100vh;
	background: #E0E0E0;
}
.headline .container-fluid{
	height: 100%;
	position: relative;
	max-width: 100%;
}
.container.posabs{
	position: absolute;
	bottom: 0;
}
.site-header{
	position: fixed;
	top: 0;
}
.post, .page{
	margin-bottom: 0;
}
.image{
	width: 95%;
	height: 100%;
	float: right;
	background-size: cover;
}
.linerko{
	display: inline-block;
}
.headline .container, .headline .row, .headline .col-md-8,.carousel .container-fluid, .carousel .row, .carousel .col-md-8, .carousel .owl-carousel{
	height: 100%;
	position: relative;
}

.reopen{

	font-size: 3.5em;
	color: #EEE3C9;
	font-weight: 700;
	margin-left: 60px;
}
.reologo{
	margin-left: 60px;
	position: absolute;
	bottom: 0;
	width: 225px;
}
.carousel{
	height: 100vh;
}
.bg{
	width: 100%;
	z-index: -1;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}
.owl-nav{
	display: none!important;
}
.onepage-pagination li:nth-last-child(1){
	display: none!important;
}
.carousel{
	position: relative!important;
	height: 100vh!important;
}
.footersect{
	height: 198px!important;
}

.owl-dot::after,.owl-dot::before{
	font-family: "Alliance";
}

.owl-dot{
	margin-left: 2px;
	margin-right: 2px;
	color: #EEE3C9!important;

}
.owl-dot::after{
	color: #EEE3C9!important;
}
.owl-dot:focus{
	border: 0!important;
	outline: none!important;
}

.owl-dot:nth-last-child(1)::after{
	display: none;
}
.owl-dot.active{
	color: #FF9947!important;
}

.textsection{
	background-color: #EEE3C9;
	height: 100vh;
}
.textsection .fullh{
	padding-top: 90px;
}
.four .datos, .four .container{
	height: 100%;
}
.green{
	color: #2F5736;
	font-size: 40px;
	font-weight: 700;
}
.subtext{
	color: #2F5736;
}
.green{
	margin-bottom: 50px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{
	background-color: #1D1D1D!important;
	border-top: 0!important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p{
	color: #9D9D9D!important;
}
.mgbutton.moove-gdpr-infobar-allow-all{
	border-radius: 0!important;
	background-color: #E0E0E0!important;
	color: #9D9D9D!important;
}
.mgbutton.moove-gdpr-infobar-allow-all:hover{

	background-color: white!important;

}
.padsub{
	padding-top: 30px;
}
.im{
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 180px;
	margin-bottom: 30px;
}
.white{
	height: 100vh;
}
.greenh{
	color: #2F5736;
	margin-top: 40px;
	font-weight: 700;
	font-size: 20px;
}
.box{
	height: 80%;
	border-right: 2px solid #2F5736;
	border-top: 2px solid #2F5736;
	border-top-right-radius: 50px;
}
.fullh{
	height: 100vh;
}
.up{
	cursor: pointer;
}
.linko{
	cursor: pointer;
}
.site-header{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.linerko{
	width: 2px;
	height: 100%;
	left: 85px;
	position: absolute;
	background-color: #2F5736;
}
.linko{
	padding-left: 65px!important;

}
.headline .container-fluid, .headline .row, .headline .col-md-12{
	height: 100%;
}	
.treti{
	height: 158px;
}
.noaft:hover{
	color: #FF9947;
}
.navbar{
	padding-bottom: 0!important;
	padding-top: 0!important;
}
.linko2{
	cursor: pointer;
}
.maphead{
	color: #EEE3C9;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.maptext{
	color: #EEE3C9;
	text-align: center;
	margin-top: 60px;
}
.abtext,.abmort{
	margin-top: 15px;
	color: #2F5736;
	font-size: 15px;
	margin-bottom: 0;
}
.noaft{
	margin-bottom: 0;
}
.abmort{
	margin-top: 0;
}
.readmore{
	color: #F34F29;
	font-size: 15px;
	font-weight: 700;
}
.sortable-handler {
	touch-action: none;
}
.more{
	display: none;
}
.filtercolor{
	filter: sepia(0) hue-rotate(170deg) saturate(500%)
}
.animated:hover{
	filter: sepia(0) hue-rotate(260deg) saturate(500%)
}
.closeit{
	color: #87DBF3;
}
.onepage-wrapper{
	height: 100vh!important;
}
.mapa{
	height: 100vh;
	background-size: cover;
	background-position: center center;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px;
}
.malorca{
	height: 100vh;

	width: 100%;
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
}
.malorca .container{
	position: relative;
}
.mallorcatext{
	color: #2F5736;
	font-size: 20px;
}
.readmore a{
	color: #F34F29;
	font-weight: 300;
	text-decoration: underline;
	font-size: 20px;
}
.readmore{
	width: 100%;
	display: block;
	position: relative;
}
.readmore a{
	background-color: white;
	padding-right: 10px;
}
.readmore::after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	z-index: -1;
	bottom: 12px;
	left: 0;
	background-color: #2F5736;
}
.videooverlay{
	width: 100%;
	cursor: pointer;
	height: 400px;
	background-size: contain;
	z-index: 9999999999;
	background-repeat: no-repeat;
	background-position: center right;
}
.onepage-pagination{
	padding-top: 40vh!important;
	top: 0!important;
	height: 100%!important;
	width: 3px;
}
.onepage-pagination::before{
	top: 0;
	display: block;
	position: absolute;
	left: 14px;
}
.videclas{
	width: 100%;
	object-fit: cover;
	display: none;
	height: 400px;
}
.onepage-pagination{
	right: initial;
	left: 70px;
}
.onepage-pagination::before{
	width: 2px;
	height: 38%;
	background-color: #FF9947;
	content: "";
}
.onepage-pagination::after{
	bottom: 80px;
	z-index: -1;
	display: block;
	position: absolute;
	left: 14px;
	height: 30%;

	width: 2px;

	height: 22vh;
	background-color: #FF9947;
	content: "";
}
.textsection.three{
	padding-top: 120px;
}
.onepage-pagination li a::before{

	z-index: 999999999999999999999999999;
}
.onepage-pagination li a{
	position: relative;

}
.onepage-pagination li a:before{
	top: 5px;
	bottom: 5px;
}

.four .col-md-11,.five{
	z-index: 99999999999;
}
.linko2{
	position: absolute;
	bottom: 60px;
	z-index: 9999999;
	left: 65px;
}
.onepage-pagination li a:before{
	border: 1px solid #FF9947!important;
	background: initial!important;
	width: 15px!important;
	left: 7px;
	height: 15px!important;
}
.onepage-pagination li a{
	width: 30px!important;
	height: 30px!important;
	padding-left: 0;
}
.onepage-pagination li a.active:before{

	border: 1px solid #FF9947!important;
	background: #FF9947!important;
	width: 15px!important;
	height: 15px!important;
	left: 7px!important;
	margin-top: 0!important;
}
section{
	overflow: hidden;
}
.boxik{
	padding-top: 35px;
	padding-bottom: 35px;
	width: 100%;

	background-color: #2F5736;
	border-top-right-radius: 50px;

}
.up{
	left: 0;
	right: 0;
	position: absolute;
	top: 80px;
	margin-right: auto;
	margin-left: auto;

}

.contactform input[type='text'], .contactform input[type='email'], .contactform label{
	width: 100%;
	font-family: "Alliance"!important;
}
.contactform .submit{
	font-family: "Alliance"!important;
}
*:focus{
	outline: initial;
}
.contactform input[type='text'], .contactform input[type='email'],.contactform textarea {
	background-color: initial;
	border: 0;
	border-radius: initial;
	border-bottom: 3px dotted #2F5736;
	stroke-dasharray: 0.1, 12.5;
	stroke-linecap: round;
	color: #2F5736;

	resize: initial;
	border-right: 2px solid #2f5736;
	border-top: 2px solid #2f5736;
	border-top-right-radius: 25px;
	border-bottom: 0;
	padding-top: 20px;
}
.forminp::after{
	border-bottom: 3px dotted #2f5736;
	content: "";
	display: block;
	width: 97%;
}

.contactform textarea{
	height: 120px;
}
.contactform label{
	color: #2F5736;
	background-color: #EEE3C9;
	position: relative;
	top: 0;
	z-index: 99999;
	display: inline-block;
	width: initial;
	padding-right: 10px;
	font-weight: 700;
	font-size: 17px;
}
.wpcf7-not-valid-tip{
	font-size: 12px!important;
	color: #F34F29!important;
}
.liner{
	height: calc(100% - 220px);
	position: absolute;
	left: 30px;
	width: 2px;
	top: 120px;

	background-color: #2F5736;

}
.headline{
	z-index: 99999999999;
}
#wpadminbar{
	display: none!important;
}
html{
	margin-top: 0!important;
}
.site-header{
	background-color: #2F5736;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 99999;
}
.site-header{
	z-index: 999999;
}
#primary-menu ul{
	margin-left: 0;
	padding-left: 0;
}
.site-header .bg-light{
	background-color: initial!important;
}
#primary-menu{
	padding-left: 0;
	margin-left: 0;
}
.menu-item a{
	color: #EEE3C9;
	text-decoration: initial;
	font-weight: 300;
}
.menu-item{
	display: inline-block!important;
	margin-right: 15px!important;
}

.pll-parent-menu-item a {
    padding-left: 5px;
    padding-right: 5px;
}
.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.linko2 .animated:hover{
	filter: sepia(0) hue-rotate(
			340deg
	) saturate(500%);
}
.linko span{
	font-weight: 300;
}



@-webkit-keyframes bounce {
	0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
	50% {-webkit-transform: translateY(-15px);}
}

@keyframes bounce {
	0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
	50% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

.hnede::after{
	background-image: url("./trianglee.png")!important;
}
.greener::after{
	background-image: url("./trianglee.png")!important;
}
.linko span{
	font-weight: 300;
	color: #9D9D9D;
	font-size: 15px;
	padding-left: 15px;

}

input{
	font-weight: 300;
}
.onepage-pagination li:nth-child(1){
	display: none;
}
.linko{
	padding-left: 11px;
	padding-top: 35px;
}

.headline{
	position: relative;

}
.contactform .submit{

	color: #9D9D9D!important;
	border-radius: 50px;
	border-bottom: 0!important;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 0!important;
}
.submit{
	width: 100%;
	text-align: center;
	text-decoration: initial;
}
.imsoc{
	margin-right: 15px;
	vertical-align: middle;
	margin-top: 5px;
}
.flright{
	float: right;
	color: #EEE3C9;
	font-size: 15px;
	padding-bottom: 0!important;
	margin-bottom: 0;
	text-align: right;
}
.flright a{
	color: #EEE3C9;
}
.sub-menu{
	display: none;
	position: fixed;
}

.menu-item li{
	display: block!important;
}
.pll-parent-menu-item:hover .sub-menu{
	display: block;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;

}

.pll-parent-menu-item a{
	padding-left: 5px;
	padding-right: 5px;
}
.pll-parent-menu-item:hover a{
	color: #FF9947;
}
.pll-parent-menu-item .sub-menu a{
	padding: 0!important;
}
.pll-parent-menu-item:hover{
	background-color: white;
	border-top-left-radius: 25px!important;
	border-top-right-radius: 25px!important;
}
.malorca{
	background-color: white;
}
.white{
	background-color: white;
	background: white;
}
.sub-menu .menu-item{
	margin-top: 7px!important;
	margin-bottom: 7px!important;
}
.menu-item img{
	width: 17px!important;
	height: 17px!important;
	object-fit: cover;
	border-radius: 50%;
}
.sub-menu{
	background-color: white;
}
.sub-menu .current_page_item{
	display: none!important;
}
.sub-menu .lang-item{
	margin-right: 5px!important;
	margin-left: 5px!important;
}
.lang-item{
	padding-right: 0!important;
	margin-right: 0!important;
}
.lang-item::after{
	content: "|";
	display: inline-block;
	color: #EEE3C9;
	padding-left: 5px;
}
.lang-item:nth-last-child(1)::after{
	display: none;
}
.current-lang a{
	color: #FF9947!important;
}
.pll-parent-menu-item{
	margin-right: 5px!important;
	margin-left: 5px!important;
}
.site-info{
	background-color: #152618;
	padding-top: 60px;
	position: relative;
	padding-bottom: 60px;
}
.textsection{
	position: relative;
}

.over{

	background: linear-gradient(90deg, rgba(47,87,54,1) 50%, rgba(238,227,201,1) 50%);
	bottom: 0;
	position: absolute;
	width: 100%;
}
.boxt{
	color: #EEE3C9;
	margin-bottom: 0;
}
.justmob{
	display: none;
}
.mapa{
	position: relative;
}
.hvr-shutter-out-horizontal:before{
	background: #FF9947!important;
	border-radius: 50px;
}
.submit{
	font-size: 20px;
	color: #2F5736;
	font-weight: 700;
}
.readmore span{
	display: inline-block;
	transition-duration: 0.4s;
	transition-property: transform;
	cursor: pointer;
}
.readmore{
	cursor: pointer;
}
.readmore:hover span{
	transform: rotate(180deg);
	position: relative;
	top: 3px;

}
.submit:hover{
	color: #2F5736!important;
	cursor: pointer;
}
input[type='submit']{
	display: none;
}
.adresa{
	color: #EEE3C9;
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	font-weight: 700;
}
.mapa .container, .mapa .row{
	height: 100%;
}
.noaft::after{
	display: none;
}
.linko2{
	position: fixed;
	bottom: 20px;
	left: 6s5px;
}
.vidcl{
	cursor: initial!important;
}
.wpcf7 form .wpcf7-response-output{
	margin: 0!important;
	padding: 0!important;
}
.wpcf7 form.sent .wpcf7-response-output{
	border: 0!important;
	margin-top: -10px!important;
	position: relative;
}
.menu-item.active::after{
	content: "";
	width: 30px;
	height: 11px;
	display: block;
	background-image: url(./trianglee.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: -15px;
	right: 0;
	margin: 0 auto;

}
.navbar-nav{
	margin-bottom: 0!important;
}
.onephigher
.four .rowh{
	height: 70%;
}
.menu-item{
	position: relative;
}
.menu-item{
	display: block;
	padding-right: 0;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.greenh{
	font-weight: 700;
}
a, a:active, a:focus {
   outline: none!important;
}
.mobile{
	display: none;
}
.menu-item a{
	font-family: "Alliance";
}
.contactform input[type='text'], .contactform input[type='email'], .contactform textarea{
	font-family: "Alliance";
}

textarea{
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 .owl-carousel .owl-nav.disabled{
 	display: block!important;
 }
 .owl-carousel .owl-dots{
 	position: relative!important;

	

 }
 .owl-dots{
	 bottom: 160px;
 }
 .box{
 	padding-right: 15px;
 }
 .carix{
	 z-index: 99999999;
 }
.malorca a{
	color: #FF9947!important;
}
.wpcf7-acceptance .wpcf7-list-item{
	margin-left: 0!important;
}
.wpcf7-acceptance{
	float: left;
	position: relative;
	top: -35px;
}
.owl-dot span{
	margin-right: 5px;
}
@media screen and (max-width: 1399px){
	.onepage-pagination::after{
		height: 22vh;
	}
	.onepage-pagination::before{
		height: 30vh;
	}
}
@media screen and (max-width: 1300px){
	html,body,h1,h2,h3,h4,h5,h6,span,p{
		font-size: 16px;
		font-family: "Alliance";
	}
	.mallorcatext{
		font-size: 18px;
	}
	.boxt br{
		display: block;
	}
	.flright br{
		display: block;
	}
	.contactform textarea{
		height: 80px;
	}
	.contactform input[type='text'], .contactform input[type='email'], .contactform textarea{
		padding-top: 15px;
	}

}
@media screen and (max-width: 1000px){
	.reopen{
		font-size: 3em;
	}
}
@media screen and (max-width: 767px){
	body,html{
		overflow: visible!important;
	}

	.wrappervideo{
		height: 200px!important;
		background-size: cover;
		background-position: center center;
		width: 100%;
	}
	.site-header{
		display: none;
	}
	.mainstart{
		display: none;
	}
	.menu-item.active::after{
		display: none;
	}
	.contactform input[type='text'], .contactform input[type='email'], .contactform textarea{
		padding-top: 20px;
	}
	section{
		overflow: hidden!important;
	}
	.headline .col-md-8{
		height: initial;
		margin-bottom: 0;
	}
	.contactform textarea{
		height: 120px;
	}
	.linko2{
		display: none!important;
	}
	.menu-item{
		margin-right: 0!important;
	}
	html{
		background-color: white!important;
		background: white!important;
	}
	
	body{
		background-color: white!important;
		background: white!important;
	}
	.pll-parent-menu-item{
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.sub-menu{
		position: relative;
		display: block;
		background-color: transparent!important;
	}
	.sub-menu .lang-item{
		margin: 0!important;
		margin-top: 10px!important;
	}
	.pll-parent-menu-item a{
		padding: 0!important;
	}

	.seven{
		padding-top: 120px;
	}
	.mobile{
		display: block;
	}
	.menu-item{
		display: block!important;
	}
	.linko2{
		display: none;
	}
	.textsection{
		overflow: initial;
	}
	.over{
		position: relative;
	}
	.im{
		height: 250px;
	}
	.videooverlay{
		height: 250px;
	}
	.videclas{
		height: 250px;
	}
	.boxik{
		padding-right: 30px;
	}
	.headline .container{
		height: initial;
		margin-bottom: 65px;
	}
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
		margin-top: 0;
	}
	.reopen{
		font-size: 2.5em;
		text-align: center;
		margin-left: 0;
	}
	.image{
		margin-top: 30px;
	}
	.headline{
		padding-top: 40px;
	}
	.linko span{
		right: 30px;
		position: absolute;
		color: #EEE3C9;
	}
	.textsection{
		height: initial;
	}
	.secondtext{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.fottext{
		float: initial;
		color: #EEE3C9;
		font-size: 15px;
		padding-bottom: 0!important;
		margin-bottom: 0;
		text-align: left;

	}
	.maphead{
		font-size: 32px;
	}
	.map-overlay{
		padding-top: 50px!important;
		padding: 15px;
	}

	.fottext a{
		color: #EEE3C9;
	}
	.uppertop{
		margin-top: 30px;
	}
	section br{
		display: none;
	}
	.up{
		right: 30px;
		left: initial;
	}
	.flright{
		float: initial;
	}
	.white{
		padding-top: 60px;
	}
	.malorca{
		height: initial;
	}
	.readmore{
		display: block;
		margin-top: 30px;
	}

	.centko{
		text-align: center;
		margin-bottom: 60px;
	}
	.white{
		height: initial;
	}
	.reologo{
		left: 0;
		right: 0;
		margin: auto;
	}
	.image{
		height: 300px;
	}
	.navbar-toggler:focus{
		border: 0!important;
		box-shadow: initial;
	}
	.navbar-toggler{
		border: 0!important;
	}

	.hamburger-inner:before,.hamburger-inner:after,.hamburger-inner,.hamburger--collapse.is-active .hamburger-inner:before,.hamburger--collapse.is-active .hamburger-inner:after,.hamburger--collapse.is-active .hamburger-inner{
		background-color: #EEE3C9;
	}
	.navbar-collapse{
		height: 100vh;
	}
	.menu-menu-1-container{
		margin-top: 20vh;
	}
	.justmob{
		position: absolute;
		bottom: 200px;
	}
	.boxt{
		margin-bottom: 30px;
	}
	.justmob{
		display: block;
		text-align: center;
	}
	.reologo{
		position: relative;
		margin-top: 60px;
	}
	.centte{
		text-align: center;
	}
	.linko{
		padding-top: 0;
		margin-top: -50px;
	}
	.headline{
		z-index: 9;
		padding-top: 100px;
	}
	.vidamge{
		height: 250px!important;
		margin-top: 15px;
	}
	.linko{
		margin-top: 0;
		top: 0;
	}
	.headline .row{
		height: initial;
	}
	.hamburger{
		position: relative;
		top: 2px;
	}
	.mapa{
		z-index: 0;
	}
}
.onephigher .onepage-pagination::after{
	height: 35vh!important;
	bottom: 0!important;
}
.site-info::after{
	content: "";
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	border: 0;
	padding-left: 0;
	margin-left: 0;
	font-family: "Alliance";
}
.green{
	font-size: 2.3em;
}
video.hidivideo{
	display: none;
}
.map-overlay{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	padding-top: 100px;
	z-index: 9999;
	background-color: rgba(47, 87, 54, 0.7);
}
.vidamge{
	height: 100%;
	display: block;
}
.stvorka{
	color: #1D1D1D;
	font-size: 120px;
	text-align: center;
	font-weight: 700;
	font-family: "Alliance";
	margin-top: 40vh;
}
.fullsize{
	height: 100vh;
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.bbox{
	text-align: center;
}
.bbox p{
	color: #1D1D1D;
	font-family: "Alliance";
}
.bbox a{
	color: #1D1D1D;
	text-decoration: underline;
}
.fulls{
	background-color: #EEE3C9;
	    background-size: 110%;
	    background-repeat: no-repeat;
    background-position: center center;
}
.bbox{
	text-align: center;
}

iframe{
	border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100px;

        width: 100%;
    height: 130%;
    position: absolute;
}
.page-id-141 .reopen{
	font-size: 3em;
	margin-left: 0;
}
.page-id-141 .reologo{
	margin-left: 0;
}
@media screen and (min-width: 767px){
	.six .vidcl{
		margin-top: 25px;
	}
	.six .readmore{
		margin-top: 45px;
	}
}
@media screen and (max-width: 1400px){
	
	.three br{
		display: block;
	}
	.three .green{
		max-width: 330px;
	}
	.page-id-139 .three .green{
		max-width: 250px;
	}
	section.malorca br{
		display: block;
	}
}

@media screen and (min-width: 1500px){
	.readmore{
		margin-top: 60px;
	}
}
@media screen and (max-width: 1280px){
	.readmore{
		margin-top: 40px;
	}
}

@media screen and (max-width: 1200px){
	html,body,h1,h2,h3,h4,h5,h6,span,p{
		font-size: 16px;
		font-family: "Alliance";
	}
	.page-id-139 .three .green{
		max-width: 100%;
	}
	section br{
		display: none;
	}
	.three br{
		display: none;
	}
	.green{
		font-size: 2em;
	}
	.im{
		height: 165px;
	}
}

@media screen and (min-width: 1440px){
	.onepage-pagination::after{
		height: 25vh;
	}
	.onephigher .onepage-pagination::after{
		height: 35vh!important;
		bottom: 0!important;
	}
	.white.four .container,.white.four .row {
		height: initial;
	}
	.white.four{
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width: 1920px){
	.onepage-pagination::after{
		height: 34vh;
	}
	.onephigher .onepage-pagination::after{
		height: 41vh!important;
		bottom: 0!important;
	}
	.textsection.three,.white,.five,.malorca,.textsection .fullh{
		padding-top: 280px;
	}
	.four .rowh{
		height: 90%;
	}
}
@media screen and (min-width: 2400px){
	.onepage-pagination::after{
		height: 39vh;
	}

	.textsection.three,.white,.five,.malorca,.textsection .fullh{
		padding-top: 450px;
	}
	.four .rowh{
		height: 90%;
	}
}
@media screen and (max-width: 480px){
	.carousel{
		height: 40vh!important;
	}
	.owl-carousel .owl-dots{
		bottom: 60px!important;
	}
	.seven .boxik br{
		display: none;
	}
	.page-id-141 .reopen{
		font-size: 2em;
	}
	.textsection.three{
		padding-top: 40px;
	}
	.bg{
		height: 40vh!important;
	}
	.onepage-wrapper, body, html{
		position: relative;
		min-height: 100%;
		margin: 0!important;
	}
	.linko{
		position: absolute!important;
    bottom: 15vh!important;
    width: 100%!important;
    top: initial!important;
	}
}

@media screen and (max-width: 420px){
	.linko{
		margin-top: 15px;
	}
	.justmob .boxt br{
		display: none!important;
	}
	.vidamge,.wrappervideo{
		height: 200px!important;
	}
	.site-header{
		top: -3px!important;
		
	}
	.navbar-collapse{
		height: calc(100vh + 100px);
	}
	.site-footer{
		    bottom: -5px;
    position: relative;
    margin-top: -5px;
	}
	.lang-item{
		display: inline-block!important;
	}
	#primary-menu{
		text-align: center;
	}
	.linko span{
		max-width: 100px;
		text-align: right;
	}
	.menu-item a{
		font-size: 2.5em;
	}
	.lang-item::after{
		font-size: 2.5em;
	}
	#primary-menu{
		margin-top: 10vh;
	}
	.headline{
		padding-top: 60px;
	}
	.vidamge{
		margin-top: 0;
	}
	.reologo{
		margin-top: 8vh;
	}
	.linko{
		margin-top: 0;
		top: 0;
	}

	.justmob{
		position: relative;
		margin-top: 50px;
		bottom: 0!important;
	}
	.menu-menu-1-container{
		margin-top: 8vh;
	}
	.mapa{
		height: 130vh;
	}
}
@media screen and (max-width: 380px){
	.vidamge,.wrappervideo{
		height: 175px!important;
	}
	.menu-item a{
		font-size: 1.9em;
	}
	.linko{
		position: relative!important;
    bottom: 0!important;
    margin-top: 30px!important;
	}
	#primary-menu{
		margin-top: 5vh;
	}
	.linko{
		bottom: 0!important;
	}
	#firstPage{
		padding-top: 30px;
	}
	.lang-item::after{
		font-size: 1.9em;
	}
	.headline .container{
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1500px){
	.white{
		padding-top: 0;
	}
.align-items-center{
	height: 100%;
	display: flex;
}
.malorca .row{
	width: 100%;
}
.four .row{
	width: 100%;
}
}

.np-divider{
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0.6) 70%);
	opacity: 1;
	-webkit-box-shadow: initial;
	-moz-box-shadow: initial;
	box-shadow: initial;
}
.logo_text,.logo_image{
	display: block;
	margin: 0 auto;
}
.logo_text{
	margin-left: 50%;
}
.logo_image{
	z-index: -1;
}

.mins{
	width: 9%;
	padding-left: 0!important;
	display: inline-block;
	top: 0;
	position: relative;
	padding-top: 0!important;
}
.np-divider{
	width: 90%;
	display: inline-block;
}
.centerize{
	text-align: center;
}
.logoim{
	z-index: 99;

}
.onepage-pagination{
	display: none;
}
.linko2{
	display: none!important;
}
.two.section, .three.section{
	background: #E0E0E0;
}
.site-header{
	background: transparent;
}
.three.section{
	background-size: cover;
	background-position: center center;
}
@media screen and (min-width: 1400px){
	.container{
		max-width: 90%;
	}
}

.projects{
	padding-top: 20vh;
}
.menu-item.active::after{
	display: none!important;
}
.menu-item a{
	color: rgb(29,29,29,0.4);
}
.lang-item{
	display: none!important;
}
.active a{
	color: #1D1D1D;
}
.projects.owl-carousel .owl-nav button.owl-prev, .projects.owl-carousel .owl-nav button.owl-next{
	top: 30px;
}
.headline-project{
	font-size: 45px;
	font-weight: 300;
	color: #1D1D1D;
}
.tibot{
	padding-top: 100px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
	top: 100px;
}
.parag-project,.parag-project p{
	color: #1D1D1D;
	font-weight: 300;
}
.contactform .submit{

}
.projects .owl-dots{
	display: none!important;
}
.four.section,.seven.section{
	background: #E0E0E0;
}
.project-im{
	width: 100%;
	height: 400px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-size: cover;
}

.npm-btn{
	background: #E0E0E0 0% 0% no-repeat padding-box;
	background: #E0E0E0 0% 0% no-repeat padding-box;
	border-radius: 15px;
	opacity: 1;
}
.person{
	margin-bottom: 60px;
}

.two.section .np-btn{
	background: #e0e0e0 0% 0% no-repeat padding-box;
	background: #E0E0E0 0% 0% no-repeat padding-box;
	border-radius: 15px;
	opacity: 1;
}


.posabs{
	position: absolute;
	bottom: 0;
}
.np-element{
	background-color: #E0E0E0;

}
.contactform input[type='text'], .contactform input[type='email'], .contactform textarea{
	border: 0!important;
	background-color: #E8E8E8!important;
}
.forminp::after{
	display: none!important;
}
.np-element{
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.contactform input[type='text'], .contactform input[type='email'], .contactform textarea{
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	border-radius: 15px!important;
}
.contactform input[type='text'], .contactform input[type='email'], .contactform textarea{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.nice-select{
	margin-bottom: 20px;
	margin-top: -30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #E8E8E8;
	border-radius: 15px;
}
.contactform .submit{
	
}
.nice-select{
	width: 100%;
}
.contactform .submit{
	width: 200px;
	float: right;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	font-size: 21px;
	font-weight: 300;
	color: #1D1D1D;
	border-radius: 15px;
	background-color: #E0E0E0;
	box-shadow: 10px 5px 25px -11px #707070, -4px -5px 15px 0px #ffffff, inset 0px 0px 0px 0px #707070, inset 0px 0px 0px 0px #ffffff;
}
.owl-carousel.owl-drag .owl-item{
	overflow: hidden;
}
.np-element{
	border: 0;
	box-shadow: 10px 5px 25px -11px #707070, -4px -5px 15px 0px #ffffff, inset 0px 0px 0px 0px #707070, inset 0px 0px 0px 0px #ffffff;
}
.np-btn{
	width: 260px!important;
	padding-left: 40px;
	font-weight: 300;
	padding-right: 40px;
	padding-top: 15px;
	background-color: #E0E0E0;
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	border-radius: 15px!important;
	padding-bottom: 15px;
	font-size: 21px;
	box-shadow: 10px 5px 25px -11px #707070, -4px -5px 15px 0px #ffffff, inset 0px 0px 0px 0px #707070, inset 0px 0px 0px 0px #ffffff!important;

}
.np-btn:hover{
	font-size: 21px;
}
.meneods .container{
	margin-top: -30px;
}
.np-btn:hover,.contactform .submit:hover{
	box-shadow: inset 5px 5px 14px #b8b8b8,
	inset -5px -5px 14px #ffffff!important;
}

.titko{
	color: #707070;
	font-weight: 300;
}
.soca{
	margin-bottom: 30px;
}
.owl-carousel.owl-drag .owl-item{
	padding-left: 20px!important;
	padding-right: 20px!important;
	padding-top: 30px!important;
}
.owl-carousel .project-im{
	-webkit-border-radius: 35px!important;
	-moz-border-radius: 35px!important;
	border-radius: 35px!important;
}
.headline-project{
	margin-bottom: 30px;
}
.parag-project,.parag-project p{
	margin-bottom: 30px;
}
.np-img-elem{
	border-radius: 35px;
}
.fullw{
	width: 100%;
}
.fullh{
	height: 100%;
}

.container.posabs {
	position: absolute!important;
	bottom: 30px!important;
	top: initial!important;
	height: initial!important;
	right: 0!important;
	left: 0!important;
}
.align-items-center{
	display: flex!important;
	align-items: center!important;
}
.align-items-center{
	height: 100%;
}
.soca{
	margin-top: 70px;
}
.contactform .submit{
	margin-top: -10px;
}
.contactform .submit:hover{
	background-color: #E0E0E0;
}

.hvr-shutter-out-horizontal:before{
	display: none!important;
}
.contactform .submit{
	color: #1D1D1D!important;
}

.fliflex{
	display: flex!important;
	align-items: center;
	justify-content: center;
}
.projects{
	padding-top: 0;
}
.mintd{
	height: 100%;
}
.textsection.three{
	padding-top: 0;
}
.np-btn{
	display: inline-block;
	text-align: center;
	margin-top: 40px;
}
.logo_image{
	width: 0;
	height: 244px;
	object-fit: cover;
	object-position: right;
	transition: 1s width;
	-webkit-transition: 1s width;
}
.logo_text{
	display: none;
}
.logo_image.active{
	width: 100%;
}
.owl-carousel .item{
	padding-bottom: 30px;
}
.circled{
	border-radius: 500px;
}
.circled{
	padding: 8px;
}
.fliflex-1{
	padding-top: 80px;
}
.list, .list li{
	margin-left: 0;
	background-color: #E8E8E8!important;
	width: 100%;
}
.list{
	margin-top: 0!important;
	box-shadow: none!important;
}
.nice-select.open, .nice-select:active, .nice-select:focus{
	border: 0!important;
}
.nice-select.open{
	border: 0!important;
}
.list li:nth-last-child{
	border-top: 0!important;
}
.nice-select .option:nth-child(1){
	border-top: 0!important;
}
.nice-select.open{
	border-bottom: 0!important;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;

}
.titko{
	width: 200px;
	display: inline-block;
	text-align: center;
}
.carousel .owl-carousel{
	height: inherit;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	position: absolute;
	top: 30px;
}
.owl-carousel .owl-nav button.owl-prev{
	left: 22px;
}
.owl-carousel .owl-nav button.owl-prev span{
	width: 30px;
	height: 30px;
}
.owl-nav{
	display: block!important;
}
.owl-carousel .owl-nav button.owl-next{
	top: 30px;
	left: 240px;
	position: absolute;
	transform: rotate(180deg);
}
*:focus{
	outline: initial!important;
}

.owl-dot span{
	border: 1px solid white;
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	top: 0;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	position: relative;
}
.two .container, .two .row{
	padding-left: 0;
	padding-right: 0;

}
.titko{
	padding-left: 42px;
}
.wpcf7-acceptance label{
	background: transparent;
}
.owl-dot.active span::after{
	width: 10px;
	background-color: white;
	content: "";
	height: 10px;
	display: block;
	left: 3px;
	top: 3px;
	position: relative;
	border-radius: 50px;
}

.wpcf7-list-item-label{
	color: #9D9D9D;
	font-size: 15px;
	font-weight: 300;
	margin-left: 5px;
}
.meno{
	font-size: 18px;
	font-weight: 500;
	color: #1D1D1D!important;

}
.scroll_up{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99999999;
	margin: 0 auto;
	top: 60px;
	cursor: pointer;
}
.bg-im,.detailprojects{
	height: 100%!important;
}
.carhidn{
	display: none;
}
.bg-im{
	height: 100vh!important;
	background-position: center center;
	background-size: cover;
}
.owl-carousel.owl-drag.detailprojects .owl-item {
	padding-left: 0!important;
	padding-right: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.white-head{
	padding-top: 30px;
	font-size: 45px;
	font-weight: 300;
	margin-bottom: 40px;
	color: white;
}
.white-text{
	color: white;
	font-size: 18px;
	font-weight: 300;
}
.tibot{
	padding-top: 100px;
	color: white;
	margin-bottom: 0;
}
.section .owl-carousel.owl-theme.detailprojects{
	display: none;
}
.icond{
	display: inline-block;
}
.icond{
	width: 13px!important;
	margin-right: 10px;
	display: inline-block!important;
}
.owl-carousel .owl-nav button.owl-prev {
	top: 30px;

	position: absolute;

}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
	top: 100px;
}
.active a.iconac,a.iconac{
	color: white!important;
	opacity: 0.6;
	position: absolute;
	bottom: 110px;
	left: 110px;
}

.odsuny{
	padding-top: 10px;
	padding-bottom: 10px;
}
.right{
	text-align: right;
}
.copy{
	font-size: 15px;
	font-weight: 300;
	padding-top: 35px;
}

.np-divider{
	margin-top: 0;
	margin-bottom: 0;
}
.privpol{
	text-decoration: underline;
}
.tbstbb::before{
	content: "";
	width: 1px;
	height: calc(100% - 150px);
	top: 50px;
	display: block;
	background-color: #D6D6D6;
	position: absolute;
	right: 0;

}

.tbstbb::after{
	content:"";
	width: 1px;
	height: calc(100% - 150px);
	top: 50px;
	display: block;
	background-color: #D6D6D6;
	position: absolute;
	left: 0;
}

.headline.one.section::after{
	content:"";
	width: 1px;
	right: 0;
	height: calc(100% - 150px);
	top: 50px;
	display: block;
	background-color: #D6D6D6;
	position: absolute;
	left: 0;
	margin: 0 auto;
	z-index: -1;
}
.kesu{
	position: relative;
	top: 20px;
	font-size: 15px;
	font-weight: 300;
}
.current{
	font-weight: 300;
}
.iconac{
	z-index: 99999999;
}
.menu-item{
	opacity: .6;
}
.owl-dots{
	display: inline-block;
}

.menu-item.active{
	opacity: 1;
}
@media screen and (max-width: 1440px){
	.headline-project{
		font-size: 38px;
	}
	.parag-project,.white-text,.parag-project p{
		font-size: 16px;
	}
	.meno-text br{
		display: block;
	}
	.white-head{
		font-size: 38px;
	}
}
.parag-project p{
	font-size: 13px;
}
.contactform .submit,.current,.nice-select .option,.contactform input[type='text'], .contactform input[type='email'], .contactform textarea, *::placeholder,.nice-select .option.focus, .nice-select .option.selected.focus{
	font-weight: 300!important;
	color: #9D9D9D!important;
}
.np-btn:hover{
	color: #9D9D9D!important;
}
.contactform input[type='text'], .contactform input[type='email'], .contactform textarea{
	font-weight: 300;
}

.menu-item{
	margin-right: 30px!important;
}
.titko{
	font-weight: 300;
	font-family: "Alliance";
}

@media screen and (min-width: 1920px){
	.project-im{
		height: 550px;
	}
	.np-btn{
		margin-top: 100px;
	}
	.circled{
		max-width: 215px;
		text-align: center;
	}
	.three.section{
		display: flex;
		align-items: center;
	}
	
	.moreoncent{
		height: initial;
	}
	.bg-im{
		display: flex;

		align-items: center;
	}
	.titko{
		padding-top: 0;
	}
}
@media screen and (max-width: 767px){
	.logo_image{
		height: 40%;
	}
	.carousel .owl-carousel.owl-theme.detailprojects{
		display: none;
	}
	.white.five{
		padding-bottom: 0px!important;
	}
	.osuntp{
		margin-top: 60px;
	}
	.scroll_up{
		right: 30px;
		top: 120px;
		left: initial;
	}
	.carousel.two{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.wpcf7-acceptance{
		float: left;
		position: relative;
		top: -60px;
		max-width: 300px;
	}
	.two .row{
		margin: 0 auto;
	}
	.white.four{
		padding-top: 0!important;
	}
	.titko{
		width: 100%!important;

	}
	.owl-carousel .owl-nav button.owl-next{
		right: 15px!important;
		left: 0!important;
	}

	.owl-carousel .owl-nav button.owl-prev{
		right: 15px!important;
		left: initial!important;
	}
	.owl-carousel .owl-nav button.owl-next{
		right: initial!important;
		left: 15px!important;
	}
	.owl-carousel .owl-nav button.owl-prev{
		left: 15px!important;
	}
	.site-header{
		background-color: #E0E0E0!important;
	}
	.white.five{
		padding-top: 0!important;
	}
	.white.four{
		padding-bottom: 0!important;
	}
	.boxt{
		display: none;
	}
	.hamburger--collapse .hamburger-inner:after,.hamburger--collapse .hamburger-inner:before,.hamburger--collapse .hamburger-inner{
		background-color:  #1D1D1D!important;
	}
	.project-im{
		height: 300px;
	}
	.centerx{
		text-align: center;
	}
	.titko{
		width: 100%;
		margin-top: 40px;
	}
	.projects.owl-carousel .owl-nav button.owl-prev, .projects.owl-carousel .owl-nav button.owl-next{
		top: initial!important;
		bottom: 150px!important;
	}
	.projects.owl-carousel .owl-nav button.owl-prev{
		left: 15px!important;
	}
	.projects.owl-carousel .owl-nav button.owl-next{
		right: 15px!important;
		left: initial!important;
	}
	.white.four, .white.five{
		background-color: #E0E0E0;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.wpcf7-acceptance{
		margin-top: -110px!important;
	}
	.contactform .submit {
		margin-top: 50px!important;
		float: initial!important;
		width: 100%;
		margin-bottom: -50px;
	}
	.wpcf7-acceptance{
		max-width: 100%;
	}
	.wpcf7-acceptance{
		top: -160px;
	}

	.thefooter,.carousel.two{
		background-color: #E0E0E0;
	}
	.carousel.two{
		height: initial!important;
	}
	.copy br{
		display: block;
	}
	.logo_text{
		height: 25px;
	}
	.kesu{
		top: 0;
		display: block;
		padding-bottom: 60px;
	}
	.bg-im{
		height: initial!important;
		padding-bottom: 60px;
		min-height: 100vh;
	}
	.odbbv{
		padding-bottom: 40px;
	}
	.textsection.three{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.textsection.three{
		min-height: 100vh;
		background-color: #E0E0E0;
	}
	.othc{
		position: absolute;
		top: initial;
		bottom: 50px;
		right: 0;
		left: 0;
		margin: 0 auto;
		text-align: center;
	}
	.fullw2{
		height: 100%!important;

	}
	.owl-carousel .owl-nav button.owl-next{
		left: initial!important;
		right: 15px!important;
	}
	.tibot{
		padding-top: 60px!important;
	}
	.titko{
		padding-left: 0!important;
	}
	.projects{
		padding-top: 60px!important;
		padding-bottom: 60px!important;
	}
	.projects.owl-carousel .owl-nav button.owl-next,.projects.owl-carousel .owl-nav button.owl-prev{
		bottom: 480px!important;
		
	}
	.project-im{
		height: 220px!important;
	}
	.owl-carousel.owl-drag .owl-item{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.titko{
		margin-bottom: 50px!important;
	}
	.owl-carousel .owl-nav button.owl-prev{
		left: 30px!important;
		right: initial!important;
		z-index: 9999999999;
	}
	.owl-carousel .owl-nav button.owl-next{
		z-index: 9999999;
		right: 30px!important;
	}
	.othc{
		padding-left: 0!important;
	}
	.carousel.two{
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
}


@media screen and (max-width: 480px){
	.projects{
		padding-top: 0;
		padding-bottom: 0;
	}
	a.iconac{
		bottom: -155px!important;
		position: absolute!important;
	}
	.iconac{
		bottom: -55px!important;
		position: absolute!important;
	}
	.contactform label{
		top: 175px;
	}
	.bg-im{
		padding-bottom: 120px!important;
		position: relative;
	}
	.fotbc{
		position: absolute;
		bottom: 50px;
	}
	.delim{
		margin-right: 15px;
		margin-left: 15px;
	}
	.bg-im .container{
		position: initial;
	}
	.bg-im .row{
		position: initial;
	}
	.bg-im .col-xl-6{
		position: initial;
	}
	a.iconac{
		bottom: 64px!important;
	}
	.owl-carousel .owl-dots{
		left: 15px;
		bottom: 115px!important;
	}
	.textsection.three{
		padding-top: 0;
		    background-position: -100px -70px;
	}
	.textsection.three{
		padding-top: 100px;
	}
}


.kesu{
	color: #9D9D9D!important;
}
.copy{
	color: #9D9D9D;
}
.privpol{
	margin-top: 15px;
	color: #9D9D9D!important;
	text-decoration: underline;
	display: block;
}
.owl-dots{
	display: block!important;
}
.kesu a{
	color: #9D9D9D!important;
	text-decoration: underline;
}
.copy br{
	display: none;
}
.smaller{
	font-size: 15px;
	font-weight: 300;
}
.mensi{
	font-size: 14px;
}
.tsmal{
	margin-bottom: 60px;
}
.copy br{
	display: block!important;
}

.np-btn{
	background-color: transparent!important;
	background: transparent!important;
}
.owl-dots{
	display: inline-block!important;
}
.markers img{
	transition: transform 2000ms ease-in-out;
  transform-origin: left top;
}
.markers:hover img{
	max-width: 110%;
	width: 30px;
	height: 30px;
}
div.pointone{
	    top: 44vh;
    position: absolute;
    left: 24vh;
    cursor: pointer;

}
div.pointtwo{
	        top: 65vh;
    position: absolute;
    left: 30vh;
    cursor: pointer;

}
div.pointthree{
	        top: 51vh;
    position: absolute;
    left: 52vh;
    cursor: pointer;

}

.border-img{
	    width: 150px;
    height: 150px;
    background-size: cover;
    border-radius: 500px;
    border-top-left-radius: 50px;
    border: 10px solid #E0E0E0;
    left: 10px;
    position: relative;
}
.marker-content-2{
	background-color: #E0E0E0;
	border: 10px solid #E0E0E0;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
.bord-im{
	width: 150px;
	height: 100px;
	background-size: cover;
	margin-bottom: 15px;
	border-radius: 50px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.bord-im:nth-last-child(1){
	margin-bottom: 0;
}
.marker-content, .marker-content-2{
	display: none;
	position: relative;
}
.markers:hover .marker-content,.markers:hover .marker-content-2{
	display: block;
}
.text-s{
	position: absolute;
	    right: -100px;
    bottom: -40px;
    text-align: right;
    font-size: 15px;
    color: #9D9D9D!important;
}
.text-s p{
	font-size: 15px;
    color: #9D9D9D!important;
}
.cxcsdf{
	right: -120px;
	text-align: left;
}
.bord-im{
	position: relative;

}
.marker-content-2{
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
}
.marker-content-2 br,.marker-content br{
	display: block!important;
}
@media screen and (max-width: 1199px){
	.markers{
		display: none;
	}
}
@media screen and (max-width: 1440px){
	.person{
		margin-bottom: 0;
	}
	.meno-text{
		font-size: 14px;
	}
	.meno{
		margin-bottom: 10px;
	}
	.headline-project{
		font-size: 35px;
	}
	.parag-project,.parag-project p, .white-text{
		font-size: 14px;
	}
	.white-head{
		font-size: 35px;
	}
	.owl-dots{
		bottom: 120px;
	}
	.active a.iconac{
		bottom: 70px;
	}
	.soca{
		margin-top: 20px;
	}
	.copy{
		padding-top: 15px;
	}
	.wpcf7-acceptance label{
		max-width: 300px;
	}
}
.marker-content,.marker-content-2{
	z-index: 9999;
}
.make-anim .project-im{
	transform: rotateY(-20deg);
	-webkit-transition-duration: 1s;
 -moz-transition-duration: 1s;
 -o-transition-duration: 1s;
  transition-duration: 1s;
}
.make-anim{
	perspective: 4000px;
	box-shadow: initial!important;
}

.np-btn{
	color: rgba(29,29,29,0.4)!important;
	font-family: "Alliance";
	font-weight: 300;
	line-height: 1;
}
.flowable{
	position: fixed;
	left: 0!important;
	right: 0!important;
	top: initial!important;
	margin:0 auto!important;
	z-index: 99999;
	bottom: 30px!important;
}
@media screen and (max-width: 767px){
	.flowable{
		display: none!important;
	}
	.navbar-collapse{
		display: flex;
		align-items: center;
	}
	.np-img-elem{
		border-radius: 45px!important;
	}
	.navbar-collapse{
		margin-top: -60px!important;
	}
	#primary-menu{
		margin-top: 0!important;
	}
	a.iconac{
		bottom: 75px!important;
	}
	a.fotky.iconac{
		width: 300px;
	    left: 110px!important;
	    bottom: 45px!important;
	}
	.navbar-nav{
		margin: 0 auto!important;
	}
	#primary-menu .menu-item{
		margin-right: 0!important;
	}
	.privpol{
		margin-top: 0;
	}
	.navbar-brand{
		z-index: 999999;
	}
	.scroll_up{
		top: 75px;
	}
	.white.five .headline-project{
		padding-top: 50px;
	}
	.tsmal{
		margin-bottom: 0!important;
	}
}
.fotky{
	cursor: pointer;
	left: 320px!important;
	z-index: 999999999999999;
}
.fancybox-container{
	z-index: 9999999999999!important;
}
@media screen and (max-width: 1440px){
	.border-img{
	    width: 125px;
	    height: 125px;
	    background-size: cover;
	    border-radius: 500px;
	    border-top-left-radius: 50px;
	    border: 10px solid #E0E0E0;
	    left: 10px;
	    position: relative;
	}
	.text-s{
		bottom: -30px;
	}
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{
	z-index: 999999999;
}
@media screen and (max-width: 1290px){
	.bord-im {
    	width: 130px;
    	height: 85px;
	}
}
.owl-prev.disabled{
	display: block!important;
	opacity: .2;
}
.owl-next.disabled{
	display: block!important;
	opacity: .2;
}


.wpcf7-acceptance input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;

    margin-right: 15px;
    width: 20px;
}
.wpcf7-acceptance input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: -2px;
    width: 20px;
    height: 20px;
    background: #E8E8E8;
    border: transparent;
    border-radius: 6px;
}


 .wpcf7-acceptance input[type="checkbox"]:checked:before {
    background: black;
    border-color: #000;
}
.wpcf7-acceptance input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
.wpcf7-acceptance input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
.wpcf7-acceptance input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    background: #9D9D9D;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #9D9D9D, 4px 0 0 #9D9D9D, 4px -2px 0 #9D9D9D, 4px -4px 0 #9D9D9D, 4px -6px 0 #9D9D9D, 4px -8px 0 #9D9D9D;
    transform: rotate(45deg);
}
.nomenushv{
	display: none!important;
}
@media screen and (max-width: 480px){
	.wpcf7-acceptance input[type="checkbox"]:before {
		left: -1px;
		position: relative;
	}
}


@media screen and (min-width: 1200px){
	#moove_gdpr_cookie_info_bar{
		max-width: 70%;
		margin: 0 auto!important;
		left: 0;
		right: 0;
	}
	.contactform label{
		top: -8px;
	}

}
.contactform label{
		font-size: 15px;
	}


	body{
		background: #E0E0E0!important;
		background-color: #E0E0E0!important;
	}

	.section.four{
		z-index: 999999999;
	}
	.section.three{
		z-index: 999999999;
	}


	@media screen and (max-width: 400px){
		.textsection.three{
			padding-top: 50px;
		}
	}
	@media screen and (max-width: 480px){
		.logo_text{
			margin-left: 30%;
		}
	}

	@media screen and (max-width: 330px){
		.textsection.three{
			min-height: 120vh;
		}
	}



	.owl-carousel .parag-project{
		max-width: 60%;
	}
	.two .container.moreoncent{
		padding-left: 15px;
		padding-right: 15px;
	}

	.site-main, html,.fulls{
		background-color: #E0E0E0!important;
	}
	.wpcf7-acceptance{
		max-width: 300px;
	}
	.wpcf7-list-item-label a{
		color: #9D9D9D;
		text-decoration: underline;
	}

