@charset "UTF-8";
/*!
Theme Name: dziedzictwo-tsk-pl
Theme URI: http://underscores.me/
Author: Tomasz Burchart
Author URI: http://webatom.net
Description: Dziedzictwo architektury powiatu skarżyskiego.
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: webatom-dla-jutra
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.

dziedzictwo-tsk-pl 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%;
}

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

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

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

h1 {
	font-size: 3rem;
}

h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 90px;
	line-height: 1.2;
	font-weight: 400;
}

h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 60px;
	line-height: 1.2;
	font-weight: 300;
}

h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 300;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
}

@media (max-width: 991px) {
	h1 {
		font-size: 57px;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 28px;
	}
}

.col-heading {
	font-size: 24px;
	font-family: 'Ubuntu';
	font-weight: 300;
	line-height: 80px;
	height: 80px;
	border-bottom: 1px solid #ececec;
	color: #005F83;
	text-align: center;
	margin: 0 0 10px;
}

.col-heading-small {
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	border-color: #ececec;
}

.col-heading-big {
	line-height: 90px;
	height: 90px;
	font-size: 36px;
}

.col-heading-altertnate {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #ffffff;
	background-color: #005F83;
}

.col-heading .icon-count {
	display: inline-block;
	background-color: #005F83;
	color: #ffffff;
	height: 25px;
	width: 25px;
	border-radius: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-family: "Roboto";
	font-weight: 400;
	vertical-align: middle;
	margin: -5px 0 0 10px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.col-heading .icon-count:empty {
	opacity: 0;
	visibility: hidden;
}

.box-subheading {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	color: #005F83;
	margin: 0 0 5px;
}

.subpage-header {
	background-image: url(assets/img/header-default-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 420px;
	border-bottom: 5px solid #ececec;
}

.subpage-header-whitespace {
	height: 220px;
}

.subpage-header.background-- {
	background-image: none;
	height: 160px;
	border-bottom: 0;
}

.subpage-header.background--szlaki {
	background-image: url(assets/img/header-page-szlaki.jpg);
}

.subpage-header.background--wydarzenia, .subpage-header.background--aktualnosci, .subpage-header.background--blog {
	background-image: url(assets/img/header-page-news.png);
}

.subpage-header.background--zabytki {
	background-image: url(assets/img/header-page-zabytki.png);
}

.subpage-title {
	position: relative;
	border-bottom: 1px solid #ececec;
	margin-bottom: 50px;
}

.subpage-title .subpage-icon {
	position: relative;
	margin: -50px auto 0;
	height: 100px;
}

.subpage-title .subpage-icon-layer {
	position: absolute;
	width: 87px;
	height: 87px;
	border-radius: 105px;
	border: 3px solid #ececec;
	background-color: #ffffff;
	content: "";
	display: block;
	z-index: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.subpage-title .subpage-icon-layer:after {
	content: "";
	position: absolute;
	width: 87px;
	height: 37px;
	background: #ffffff;
	bottom: -3px;
	left: -3px;
}

.subpage-title .subpage-icon-face {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 90px;
	line-height: 73px;
	background-color: #ffffff;
	border: 2px solid #005F83;
	z-index: 1;
	margin: 8px 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.subpage-title .subpage-icon span.fa {
	font-size: 31px;
	color: #005F83;
	line-height: 70px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0;
}

.subpage-title h1 {
	font-size: 52px;
	font-weight: 300;
	font-family: 'Ubuntu';
	line-height: 45px;
	min-height: 90px;
	color: #005F83;
	text-align: center;
	margin: 0 0 40px;
}

.subpage-title h1 span {
	font-family: 'Ubuntu';
	font-size: 18px;
	line-height: 24px;
	display: block;
	width: 100%;
	color: #757575;
	padding: 0 20px;
}

.subpage-title h2 {
	font-weight: 300;
	font-family: 'Ubuntu';
	color: #005F83;
	text-align: center;
	margin: 0 0 10px;
}

.subpage-title p {
	font-family: 'Ubuntu';
	font-size: 18px;
	line-height: 24px;
	color: #757575;
	padding: 0 20px 45px;
	text-align: center;
	margin: 0;
}

.subpage-title .breadcrumbs {
	position: absolute;
	top: 30px;
}

.subpage-title .breadcrumbs.top {
	top: -20px;
}

.about-section-item {
	text-align: center;
}

.about-section-item i {
	color: #005F83;
}

.about-section-item h4 {
	font-size: 24px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #005F83;
}

.about-section-item p {
	font-size: 16px;
	line-height: 24px;
	color: #353535;
}

.section-main-header {
	margin: 0;
	padding-top: 85px;
	padding-bottom: 63px;
	text-align: center;
	position: relative;
}

.section-main-header:before {
	content: "";
	width: 2px;
	height: 62px;
	background: #ececec;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

.section-main-header:after {
	content: "";
	width: 2px;
	height: 32px;
	background: #ececec;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
}

.section-main-header h1, .section-main-header h2, .section-main-header h3, .section-main-header h4, .section-main-header h5, .section-main-header h6 {
	color: #005F83;
	margin: 0;
	font-weight: 300;
	padding-bottom: 5px;
}

.section-main-header p {
	color: #353535;
	margin: 16px auto;
	font-size: 17px;
	line-height: 24px;
	max-width: 600px;
}

.section-main-header h4 {
	text-transform: uppercase;
}

.section-main-header h2 {
	margin: 10px auto 30px;
}

.section-main-header.white {
	color: #ffffff;
}

.section-main-header.white h1, .section-main-header.white h2, .section-main-header.white h3, .section-main-header.white h4, .section-main-header.white h5, .section-main-header.white h6, .section-main-header.white p {
	color: #ffffff;
}

.section-main-header.white p {
	opacity: 0.8;
}

@media (max-width: 991px) {
	.section-main-header {
		padding-top: 45px;
		padding-bottom: 37px;
	}
	.section-main-header h1, .section-main-header h2, .section-main-header h3, .section-main-header h4, .section-main-header h5, .section-main-header h6 {
		padding-bottom: 8px;
	}
	.section-main-header p {
		font-size: 14px;
		line-height: 18px;
	}
	.section-main-header:before {
		display: none;
	}
	.section-main-header:after {
		display: none;
	}
}

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: #f1f1f1;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #757575;
	background-color: #F6F5ED;
}

body.fixed {
	position: absolute;
	z-index: -1;
	overflow: hidden;
	width: 100%;
}

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

.search-form {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	gap: 16px;
}

.search-form label {
	flex-grow: 1;
}

.search-form .search-field {
	flex: 1 1 auto;
	padding: 10px 20px;
	border: 1px solid #005F83;
	border-radius: 16px;
	width: 90%;
}

.search-form .search-submit {
	padding: 10px 20px;
	border: none;
	border-radius: 16px;
	background-color: #005F83;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}

.search-form .search-submit:hover {
	background-color: #003a50;
}

/* Links
--------------------------------------------- */
a {
	color: #005F83;
}

a:visited {
	color: #005F83;
}

a:hover, a:focus, a:active {
	color: #4599c7;
}

a:focus {
	outline: thin dotted;
}

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

a:hover, a:focus {
	text-decoration: none;
}

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

a:hover {
	opacity: 1;
}

/* Butttons
--------------------------------------------- */
.btn {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	font-family: 'Roboto';
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	background: transparent;
	display: inline-block;
	border: none;
}

.button-white {
	color: #4599c7;
	background: #ffffff;
	border: 2px solid #4599c7;
	padding: 23px 55px;
	display: inline-flex;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.button-white:visited {
	color: #4599c7;
	text-decoration: none;
}

.button-white:hover {
	color: #ffffff;
	border: 2px solid #4599c7;
	background: #4599c7;
}

.button-white.btn-small {
	padding: 10px 16px;
	margin: 0 20px;
	font-size: 14px;
}

.button-gray {
	position: relative;
	width: 260px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #dadada;
	color: #757575;
	background-color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button-gray i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 25px;
	width: 100px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	pointer-events: none;
}

.button-gray:hover, .button-gray:focus {
	color: #ffa245;
	border: 1px solid #ffa245;
	outline: none;
}

.button-gray.active {
	background-color: #ffa245;
	border: 1px solid #ffa245;
	color: #ffffff;
}

.button-cta {
	height: 70px;
	min-width: 160px;
	border-radius: 70px;
	border: 1px solid #ffa245;
	background-color: #ffffff;
	color: #ffa245;
	line-height: 68px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: 400;
	display: block;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.button-cta-small {
	height: 40px;
	min-width: 120px;
	border-radius: 40px;
	line-height: 38px;
	font-size: 12px;
}

.button-cta:hover {
	background-color: #ffa245;
	color: #ffffff;
}

.button-orange {
	color: #005F83;
	border: 2px solid #005F83;
	padding: 23px 50px;
	border-radius: 60px;
}

.button-orange:visited {
	text-decoration: none;
}

.button-orange:hover {
	color: #4599c7;
	border-color: #4599c7;
	box-shadow: inset 0px 0px 12px rgba(69, 153, 199, 0.3), 2px 2px 12px rgba(0, 0, 0, 0.1);
}

.button-orange.btn-small {
	padding: 10px 16px;
	margin: 0 20px;
	font-size: 14px;
}

.btn-small {
	padding: 16px 41px;
}

.btn-small-events {
	padding: 20px;
	border: none;
}

.btn-small-events:hover {
	border: none;
	background: transparent;
	color: #4599c7;
}

.btn-news {
	padding: 12px 20px;
	margin-top: 10px !important;
}

.btn-smaller {
	margin-top: -18px;
}

.events-margin {
	margin-top: -13px;
}

.events-margin:hover {
	background: none;
}

@media (max-width: 991px) {
	.btn {
		font-size: 15px;
	}
	.button-white,
	.button-orange {
		padding: 19px 43px;
	}
}

.opacity-btn:before {
	opacity: 0.2;
}

.opacity-btn:after {
	opacity: 0.2;
}

.btn-margin {
	margin-top: -13px;
}

#scrollTop {
	position: fixed;
	display: block;
	bottom: 6%;
	right: 6%;
	z-index: 50;
	border-radius: 50%;
	background: rgba(1, 1, 1, 0.2);
	display: block;
	width: 50px;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

#scrollTop span {
	content: " ";
	display: block;
	background: #4599c7;
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 50%;
	top: 5px;
	left: 5px;
	z-index: 0;
}

#scrollTop span i {
	background-image: url(assets/img/up-ic.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 13px;
	top: 13px;
	z-index: 1;
}

#scrollTop.in {
	opacity: 1;
	visibility: visible;
}

.icon-rounded {
	height: 50px;
	width: 50px;
	color: #005F83;
	opacity: 1;
	line-height: 46px;
	text-align: center;
	font-size: 25px;
	border-radius: 100%;
	transition: all 0.3s;
	background-color: #ffffff;
	border: 1px solid #005F83;
	display: inline-block;
	margin: auto 40px;
}

.icon-rounded.small {
	width: 32px;
	height: 32px;
	line-height: 28px;
	font-size: 17px;
}

.icon-rounded span::before {
	font-family: inherit;
}

.icon-rounded.active {
	background-color: #4599c7;
	color: #ffffff;
	border-color: #4599c7;
}

.icon-rounded.active:hover {
	color: #ffffff;
}

.icon-rounded:hover {
	color: #4599c7;
	border-color: #4599c7;
}

.print-btn {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.print-btn span {
	margin-left: 10px;
	font-size: 20px;
}

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

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "Font Awesome 6 Free";
}

.tags {
	margin-top: 32px;
}

.tags .tag {
	margin-right: 10px;
	color: #757575;
	font-size: 12px;
	font-family: 'Roboto';
	font-weight: 400;
	display: inline-block;
	border: 1px solid #dadada;
	height: 32px;
	line-height: 30px;
}

.tags .tag .icon-menu-close {
	color: #4599c7;
	float: right;
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.tags .tag .icon-menu-close:hover {
	background: #4599c7;
	color: #ffffff;
}

.tags .tag .tag-content {
	padding-left: 15px;
	padding-right: 28px;
	float: left;
}

.archive-main,
.detail-page {
	margin-bottom: 120px;
}

.with-border {
	border: 1px solid #ececec;
	border-radius: 6px;
}

.text-light {
	font-weight: 200;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-truncate {
	white-space: nowrap;
	/* Zapobiega łamaniu linii tekstu */
	overflow: hidden;
	/* Ukrywa wszystko, co wykracza poza kontener */
	text-overflow: ellipsis;
	/* Dodaje "..." na końcu obciętego tekstu */
}

.share-info.share-author,
.share-info.share-date {
	color: #757575;
	opacity: .88;
}

.share-info.share-author span,
.share-info.share-date span {
	color: #757575;
}

a {
	color: #4599c7;
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

body {
	scroll-behavior: smooth;
}

ul {
	margin: 0;
	padding: 0;
}

footer p {
	color: #ececec;
	font-size: 10px;
}

footer ::-webkit-input-placeholder {
	color: #fffefe;
}

footer :-moz-placeholder {
	/* Firefox 18- */
	color: #fffefe;
}

footer ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fffefe;
}

footer :-ms-input-placeholder {
	color: #fffefe;
}

.icon-fullscreen-on {
	background: #ffa245 none repeat scroll 0 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 22px;
	height: 50px;
	line-height: 40px;
	opacity: 0.8;
	position: absolute;
	text-align: center;
	width: 50px;
	border-radius: 50%;
	transition: all 0.4s;
}

.icon-fullscreen-on.in-corner {
	right: 15px;
	top: 15px;
}

.icon-fullscreen-on:hover {
	opacity: 1;
	transition: all 0.3s;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.pagination {
	margin: 50px 20px 30px;
	position: relative;
	height: 50px;
	display: block;
}

.pagination ul {
	list-style: none;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	width: 320px;
	margin: 0;
	padding: 0;
	margin-left: -160px;
	left: 50%;
	position: absolute;
}

.pagination li {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.pagination li a {
	color: #454545;
	padding: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.pagination li a:hover {
	text-decoration: none;
	color: #ffa245;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.pagination li.active {
	font-weight: 700;
}

.pagination li.active a {
	color: #005F83;
}

.pagination .button {
	width: 50px;
	position: relative;
	z-index: 1;
	height: 50px;
	border-radius: 50px;
	background-color: #ffffff;
	border: 2px solid #ffa245;
	color: #ffa245;
	line-height: 47px;
	text-align: center;
	position: absolute;
	left: 0;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	-moz-transition: color 0.2s ease, background-color 0.2s ease;
	-o-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.pagination .button:hover {
	background-color: #ffa245;
	color: #ffffff;
}

.pagination .button.prev {
	text-indent: -1px;
}

.pagination .button.next {
	text-indent: 0px;
	left: auto;
	right: 0;
}

@media (max-width: 767px) {
	.pagination {
		margin: 50px 0 30px;
	}
	.pagination ul {
		width: 310px;
	}
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs-list {
	list-style: none;
}

.breadcrumbs-list li {
	display: inline-block;
	color: #353535;
}

.breadcrumbs-list li a {
	color: #757575;
	font-size: 16px;
}

.breadcrumbs-list li a:hover {
	color: #ffa245;
}

@media (max-width: 768px) {
	.breadcrumbs {
		margin: 0 20px;
	}
}

.sidebar-nav {
	list-style: none;
	color: #353535;
	margin: 0;
	padding: 0;
	position: relative;
}

.sidebar-nav.sidebar-flex {
	display: flex;
	margin: 8px 20px;
	flex-direction: row;
	flex-wrap: wrap;
}

.sidebar-nav .count {
	display: block;
	position: absolute;
	line-height: 19px;
	height: 21px;
	width: 21px;
	font-size: 10px;
	border-radius: 50%;
	font-weight: bolder;
	background: #005F83;
	border: 1px solid #ececec;
	color: #ffffff;
	text-align: center;
	top: 8px;
	left: 30px;
	z-index: 2;
}

.sidebar-nav .category {
	position: relative;
	padding: 0;
	margin: 0 20px;
	line-height: 64px;
	cursor: pointer;
	border-top: 1px solid #ececec;
}

.sidebar-nav .category:first-child {
	border-top: 0;
}

.sidebar-nav .category > a {
	display: block;
}

.sidebar-nav .category > a:hover {
	text-decoration: none;
}

.sidebar-nav .category:hover .label {
	color: #005F83;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
}

.sidebar-nav .category:hover .icon {
	color: #ffffff;
	background: #005F83;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.sidebar-nav .category .icon {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: 12px 0;
	border-radius: 40px;
	background: #ffffff;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	z-index: 1;
	color: #005F83;
	font-size: 18px;
	border: 2px solid #005F83;
	outline: 1px solid #ececec;
	box-sizing: content-box;
	z-index: 1;
}

.sidebar-nav .category .icon i {
	display: inline;
	vertical-align: middle;
}

.sidebar-nav .category .label {
	display: inline-block;
	vertical-align: middle;
	padding-left: 64px;
	height: 64px;
	line-height: 64px;
	width: 100%;
	color: #353535;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.sidebar-nav .category.active {
	border-top: 0;
	margin: 0;
}

.sidebar-nav .category.active .label {
	color: #ffffff;
	background-color: #4599c7;
	padding-left: 84px;
}

.sidebar-nav .category.active .icon {
	background: #ffffff;
	color: #005F83;
}

.sidebar-nav .category.active .count {
	left: 50px;
	background-color: #005F83;
}

.sidebar-nav .category.active .icon {
	left: 20px;
}

.sidebar-nav .category.active .sub-category {
	display: block;
}

.sidebar-nav .sub-category {
	padding: 10px 0 5px 75px;
	margin: 0 20px 0 0;
	list-style: none;
	vertical-align: hidden;
	display: none;
	cursor: default;
	position: relative;
}

.sidebar-nav .sub-category li {
	border-bottom: 1px solid #ececec;
	padding: 10px 20px;
	color: #353535;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.sidebar-nav .sub-category li:last-child {
	border-bottom: none;
	padding-bottom: 15px;
}

.sidebar-nav .sub-category li:hover, .sidebar-nav .sub-category li:hover a {
	text-decoration: none;
	color: #ffa245;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.sidebar-nav .sub-category a {
	color: #353535;
	font-weight: 300;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.sidebar-nav .sub-category .active {
	color: #005F83;
}

.sidebar-nav .sub-category .active:hover, .sidebar-nav .sub-category .active:hover a {
	color: #005F83;
}

.sidebar-nav .sub-category .active a {
	color: #005F83;
}

@media (max-width: 991px) {
	.sidebar-nav .category .label {
		font-size: 16px;
	}
	.sidebar-nav .sub-category {
		padding: 10px 0 5px 55px;
	}
	.sidebar-nav .sub-category ul li {
		font-size: 14px;
	}
}

.guide-main .filters,
.guide-main .sidebar {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	border: 1px solid #ececec;
	border-radius: 5px;
	margin: 0 10px 40px 0;
	display: block;
	overflow: hidden;
}

.guide-main .filters .col-heading,
.guide-main .sidebar .col-heading {
	margin-bottom: -1px;
}

.guide-main .filters .filters-section,
.guide-main .sidebar .filters-section {
	margin: 30px 20px 10px;
}

.guide-main .filters .filters-section .checkbox,
.guide-main .sidebar .filters-section .checkbox {
	margin: 15px 0;
	border-bottom: 1px solid #e2e2e2;
}

.guide-main .filters .filters-section .checkbox:first-child,
.guide-main .sidebar .filters-section .checkbox:first-child {
	margin-top: 30px;
}

.guide-main .filters .filters-section .select,
.guide-main .sidebar .filters-section .select {
	padding: 10px 0 20px;
}

.guide-main .filters .filters-section .select:first-child,
.guide-main .sidebar .filters-section .select:first-child {
	border-bottom: 1px solid #e2e2e2;
}

.guide-main .filters .filters-section .select:after,
.guide-main .sidebar .filters-section .select:after {
	top: 40px;
}

@media (max-width: 1499px) {
	.guide-main .sidebar,
	.guide-main .filters {
		margin: 0 0 20px 0;
	}
}

@media (max-width: 991px) {
	.guide-main .sidebar,
	.guide-main .filters {
		margin: 0 0 20px 0;
	}
}

@media (max-width: 767px) {
	.guide-main .sidebar,
	.guide-main .filters {
		margin: 0 0 20px;
	}
}

.guide-main .search {
	position: relative;
	z-index: 50;
	padding-bottom: 20px;
}

.guide-main .search h4 {
	color: #005F83;
	font-size: 24px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 100;
	margin-bottom: 7px;
}

.guide-main .search .input button {
	border: 1px solid #4599c7;
	background: white;
	color: #4599c7;
	font-size: 12px;
	font-family: 'Roboto';
	padding: 9px 45px;
	border-radius: 19px;
	margin-top: 68px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.guide-main .search .input button:hover {
	background: #4599c7;
	color: white;
}

.guide-main .guide-main-right h1 {
	font-size: 52px;
	color: #005F83;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 100;
	margin-left: 72px;
}

.guide-main .guide-main-right .all-pictures {
	margin: 0 -6px;
}

.guide-main .guide-main-right .all-pictures .sort {
	text-align: right;
	border-bottom: 1px solid #dadada;
	padding: 0 20px;
}

.guide-main .guide-main-right .all-pictures .sort h6 {
	font-size: 14px;
	font-family: 'Roboto';
	color: #656565;
	font-weight: 400;
	display: inline-block;
	margin: 0;
	margin-top: 10px;
}

.guide-main .guide-main-right .all-pictures .sort a {
	margin: 0 0 0 20px;
	font-size: 16px;
	padding-bottom: 17px;
	font-family: 'Roboto';
	font-weight: 400;
	color: #353535;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.guide-main .guide-main-right .all-pictures .sort a.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	position: absolute;
	margin-top: 17px;
	-webkit-transition: width 0.5s ease, background-color 0.5s ease;
	-moz-transition: width 0.5s ease, background-color 0.5s ease;
	-o-transition: width 0.5s ease, background-color 0.5s ease;
	transition: width 0.5s ease, background-color 0.5s ease;
}

.guide-main .guide-main-right .all-pictures .sort a.sliding-middle-out:hover:after, .guide-main .guide-main-right .all-pictures .sort a.sliding-middle-out.active:after {
	width: 100%;
	background: #005F83;
}

.guide-main .guide-main-right .all-pictures .sort a:hover, .guide-main .guide-main-right .all-pictures .sort a.active {
	color: #005F83;
}

.guide-main .guide-main-right .all-pictures h2 {
	text-align: center;
	font-size: 36px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 100;
	color: #005F83;
}

.guide-main .guide-main-right .all-pictures article {
	padding-left: 6px;
	padding-right: 6px;
}

.guide-main .guide-main-right .all-pictures article .small-event {
	margin-top: 0;
	margin-bottom: 12px;
}

.guide-main .guide-main-right .all-pictures .horizontal-line {
	display: block;
	background: #005F83;
	width: 100%;
	height: 1px;
}

.guide-main .guide-main-right .all-pictures .row-pictures {
	margin: 30px 10px 20px;
}

@media (max-width: 1499px) {
	.search-button {
		clear: both;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content .thumbnail img {
		height: auto;
	}
	.guide-main .search .where {
		width: 100%;
		position: relative;
	}
	.guide-main .search .where .action {
		margin-left: 58px;
		position: absolute;
		top: 0;
		right: 92px;
	}
	.guide-main .search .write input {
		width: 100%;
	}
	.pull-right .search-list .search-button {
		width: 100%;
	}
	.pull-right .search-list .search-button .input {
		text-align: center;
	}
	.pull-right .search-list .search-button .input button {
		margin-top: 20px;
	}
}

@media (min-width: 1250px) and (max-width: 1499px) {
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block {
		height: 346px;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content {
		height: 344px;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content .date {
		margin: 0 20px 19px;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content .thumbnail {
		height: 230px;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content:hover .text-up {
		top: 96px;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content .more-link a {
		font-size: 15px;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content .text-up {
		top: 228px;
		padding-top: 33px;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content p span {
		margin-bottom: -11px;
		line-height: 20px;
	}
	.guide-main .search .where .select {
		display: inline-block;
	}
	.guide-main .search .where .action {
		margin-left: 77px;
	}
}

@media (min-width: 992px) and (max-width: 1499px) {
	.pull-right .search-list .col-width {
		width: 50%;
	}
	.pull-right .search-list .search-button .input button {
		margin-top: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1249px) {
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block {
		height: 415px;
		width: 50%;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content {
		height: 414px;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content .text-up {
		top: 291px;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content:hover .text-up {
		bottom: -280px;
	}
}

@media (max-width: 991px) {
	.guide-main .guide-main-right .all-pictures .sort a {
		font-size: 14px;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block {
		height: 553px;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content {
		height: 100%;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content .thumbnail {
		height: auto;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content a {
		height: 100%;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content .icon-museum span {
		margin-top: 0;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content p span {
		margin-top: 0;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content .text-up {
		position: relative;
		bottom: 0;
		top: 0;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content:hover {
		height: 100%;
		overflow: hidden;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content:hover .icon-museum span {
		margin-top: 0;
		background: #005F83;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content:hover .text-up {
		position: relative;
		bottom: 0;
		top: 0;
	}
}

@media (max-width: 767px) {
	.guide-main .guide-main-right .all-pictures .sort a.sliding-middle-out:after {
		margin-top: 0;
	}
	.guide-main .pull-right {
		border: none;
	}
	.guide-main .search {
		padding: 0 20px 20px;
	}
	.guide-main .guide-main-right .all-pictures {
		overflow: hidden;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block {
		height: 100%;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content .caption {
		height: 70px;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content .thumbnail {
		height: 100%;
	}
	.guide-main .guide-main-right .all-pictures .row-pictures .hover-block .hover-block-content .more-link {
		margin: 0px auto 10px;
	}
	.guide-main .guide-main-right .all-pictures .sort {
		text-align: left;
		line-height: 24px;
		padding-bottom: 13px;
	}
	.guide-main .guide-main-right .all-pictures .sort a {
		padding-bottom: 2px;
	}
}

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

.post,
.page {
	margin: 0;
}

.page {
	overflow-x: hidden;
	position: static;
	max-width: 100vw;
}

.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
--------------------------------------------- */
/* Widgets / Socials
--------------------------------------------- */
.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: 48px;
	display: flex;
	gap: 24px;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.gallery .gallery-item {
	border-radius: 8px;
	border: 1px solid #ececec;
	overflow: hidden;
	display: block;
	margin-bottom: 28px;
}

.gallery .gallery-item img {
	height: 160px;
	width: 100%;
	transition: all 600ms ease-in-out;
	object-fit: cover;
}

.gallery .gallery-item:hover img {
	transform: scale(1.1);
}

.gallery .gallery-caption {
	display: block;
}

@media (min-width: 991px) {
	.gallery .gallery-item img {
		height: 200px;
	}
}

.article-photos-list .grid {
	display: flex;
}

.article-photos-list .grid .grid-item {
	height: 160px;
	width: auto;
	padding: 10px 5px 0;
}

.article-photos-list .grid .grid-item a {
	display: block;
	height: 100%;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Sliders
--------------------------------------------- */
.controls {
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
	z-index: 10;
}

.controls .controls-container {
	position: relative;
	transform: translateY(-50%);
}

.controls .owl-prev,
.controls .owl-next {
	cursor: pointer;
	width: 90px;
	height: 90px;
	background-color: #4599c7;
	line-height: 90px;
	color: #ffffff;
	border-radius: 50%;
	opacity: 0.8;
	font-size: 40px;
	transition: all 0.4s ease;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

.controls .owl-prev i.fa,
.controls .owl-next i.fa {
	display: block;
	margin-top: -4px;
}

.controls .owl-prev:hover,
.controls .owl-next:hover {
	opacity: 1;
	transition: all 0.4s ease;
}

.controls .owl-prev:before,
.controls .owl-next:before {
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
}

.controls .owl-prev.disabled,
.controls .owl-next.disabled {
	opacity: 0;
	visibility: hidden;
}

.controls .owl-prev {
	left: -12px;
}

.controls .owl-prev:before {
	margin-left: -2px;
}

.controls .owl-next {
	right: -12px;
}

.controls .owl-next:before {
	margin-right: -2px;
}

.mainpage-slider {
	overflow: hidden;
	border-bottom: 5px solid #ececec;
	height: 90vh;
}

.mainpage-slider h1, .mainpage-slider h2 {
	font-size: 64px;
	margin: 0;
	padding-bottom: 40px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.74);
}

.mainpage-slider p {
	max-width: 830px;
	margin: 0 auto;
	padding: 0 40px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.32;
}

.mainpage-slider .slide {
	position: relative;
	height: 95vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 0;
}

.mainpage-slider .slide .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	filter: brightness(0.55);
	z-index: 1;
}

.mainpage-slider .slide .content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #ffffff;
}

.mainpage-slider .slide .content .btn {
	margin-top: 40px;
}

@media (min-width: 991px) {
	.mainpage-slider h2 {
		padding-left: 85px;
		padding-right: 85px;
	}
	.mainpage-slider p {
		padding: 0 40px;
	}
	.mainpage-slider .owl-prev {
		left: 3px;
	}
	.mainpage-slider .owl-next {
		right: 3px;
	}
}

@media (max-width: 991px) {
	.mainpage-slider h2 {
		font-size: 57px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.mainpage-slider p {
		font-size: 20px;
	}
	.mainpage-slider .owl-prev,
	.mainpage-slider .owl-next {
		width: 64px;
		height: 64px;
		line-height: 64px;
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.mainpage-slider h2 {
		padding-left: 35px;
		padding-right: 35px;
		padding-bottom: 35px;
		font-size: 42px;
	}
	.mainpage-slider p {
		font-size: 20px;
	}
	.mainpage-slider .owl-prev,
	.mainpage-slider .owl-next {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.mainpage-slider .owl-next {
		right: 6px;
	}
	.mainpage-slider .owl-prev {
		left: 6px;
	}
}

.photo-slider {
	position: relative;
	border-radius: 5px;
	margin-bottom: 40px;
	border: 1px solid #ececec;
}

.photo-slider .photo {
	height: 360px;
}

.photo-slider .photo .item {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	opacity: 1;
}

.photo-slider .controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 10;
}

.photo-slider .controls-container {
	position: relative;
	transform: translateY(-50%);
}

.photo-slider .owl-prev, .photo-slider .owl-next {
	width: 50px;
	height: 50px;
	line-height: 54px;
	font-size: 20px;
	margin-top: -20px;
	transition: all 0.4s ease;
}

.photo-slider .owl-prev {
	left: 10px;
}

.photo-slider .owl-next {
	right: 10px;
}

@media (min-width: 768px) {
	.photo-slider .photo {
		min-height: 500px;
	}
	.photo-slider .owl-prev {
		left: -24px;
	}
	.photo-slider .owl-next {
		right: -24px;
	}
}

.owl-disabled {
	display: none;
}

.controls .controls-container.disabled {
	display: none;
}

.recommended-places-container {
	border-radius: 6px;
	margin: 120px 0 80px;
	padding: 0;
}

.recommended-places-container .owl-stage-outer {
	overflow: hidden;
}

.recommended-places-container .carousel-container {
	position: relative;
}

.recommended-places-container .carousel-container .owl-carousel {
	padding: 10px 100px 0;
}

.recommended-places-container .owl-prev,
.recommended-places-container .owl-next {
	width: 52px;
	height: 52px;
	line-height: 52px;
	border-radius: 26px;
	font-size: 20px;
	cursor: pointer;
}

.recommended-places-container .owl-prev:hover,
.recommended-places-container .owl-next:hover {
	border-color: #ffffff;
}

.recommended-places-container .owl-prev {
	left: 12px;
}

.recommended-places-container .owl-next {
	right: 12px;
}

.owl-stage {
	display: flex;
	flex-direction: row;
}

.owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-dots {
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	background: rgba(0, 0, 0, 0.08);
}

.owl-dots.disabled {
	display: none;
}

.owl-dots button.owl-dot {
	background: transparent;
	appearance: none;
	border: none;
	padding: 8px;
	margin: 0 4px;
	display: inline-flex;
	zoom: 1;
}

.owl-dots button.owl-dot span {
	width: 22px;
	height: 22px;
	margin: auto 4px;
	background: #ececec;
	border: 2px solid #ececec;
	display: block;
	transition: all 400ms ease;
	border-radius: 12px;
	box-sizing: border-box;
	opacity: .8;
}

.owl-dots button.owl-dot.active span {
	background: #4599c7;
	opacity: 1;
}

.owl-dots button.owl-dot:focus span, .owl-dots button.owl-dot:hover span {
	opacity: 1;
}

/* Maps
--------------------------------------------- */
/*
* map container
*/
.map-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	transition: all 1200ms ease-in;
}

.map-wrapper:not(.map-loading) {
	transform: translateY(0);
}

.map-loading {
	position: absolute;
	left: calc(50% - 50px);
	top: 50%;
	color: #005F83;
	font-size: 100px;
	background-color: transparent;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: row;
	justify-content: space-around;
	opacity: 1;
	transition: all 1s ease;
}

.map {
	min-height: 455px;
	height: calc(70vh);
	display: flex;
	position: static;
}

.map-trip {
	height: calc(80vh);
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}

.map-section {
	position: relative;
	height: 80vh;
	width: 100%;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
}

.map-section:after {
	content: " ";
	position: absolute;
	height: 100%;
	width: 200%;
	margin-left: -50%;
	-webkit-box-shadow: inset 2px -1px 21px -2px rgba(0, 0, 0, 0.66);
	-moz-box-shadow: inset 2px -1px 21px -2px rgba(0, 0, 0, 0.66);
	box-shadow: inset 2px -1px 21px -2px rgba(0, 0, 0, 0.66);
}

.map-section .map-image {
	width: 100%;
	height: 80vh;
	border: 1px solid #dedede;
}

.map-section .map-content {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 19;
	overflow: hidden;
}

@media (max-width: 991px) {
	.map-section {
		height: 400px;
	}
	.map-section .map-image {
		width: 100%;
		height: 400px;
	}
}

.leaflet-control-container {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.leaflet-control-container .leaflet-top.leaflet-left {
	top: auto;
	bottom: 40px;
	left: calc(50% - 100px);
}

.leaflet-control-container .leaflet-top.leaflet-left .leaflet-bar {
	position: relative;
	border: none;
	background: none;
	margin: 12px;
	display: flex;
	gap: 82px;
}

.leaflet-control-container .leaflet-control-zoom {
	transform: scale(1.25);
	box-shadow: none;
}

.leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-in,
.leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-out {
	background-color: #ffa245;
	border: 2px solid #ececec;
	color: #ffffff;
	appearance: none;
	border-radius: 50% !important;
	width: 52px;
	height: 52px;
	box-shadow: none;
	line-height: 48px;
	margin: 8px 0;
	opacity: .88;
	transition: all 400ms ease-in-out;
}

.leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-in span,
.leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-out span {
	background-color: transparent;
	font-weight: bolder;
	font-size: 24px;
	text-indent: -2px;
	border: none;
}

.leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-in.leaflet-disabled,
.leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-out.leaflet-disabled {
	cursor: not-allowed;
	opacity: .25;
}

.leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-in:focus:not(.leaflet-disabled), .leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-in:hover:not(.leaflet-disabled),
.leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-out:focus:not(.leaflet-disabled),
.leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-out:hover:not(.leaflet-disabled) {
	opacity: 1;
	background-color: #ffffff;
	border: 2px solid #ffa245;
	color: #ffa245;
}

@media (max-width: 767px) {
	.leaflet-control-container .leaflet-control-zoom {
		display: none;
	}
}

.single-szlaki .map-wrapper {
	counter-reset: markers;
}

.single-szlaki .recommended-places-container {
	counter-reset: places;
}

.single-szlaki .recommended-places-container .places-counter {
	counter-increment: places;
}

.single-szlaki .recommended-places-container .places-counter::before {
	content: counter(places);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F6F5ED;
	color: #353535;
	width: 32px;
	height: 32px;
	border: 1px solid #ffa245;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	font-size: 19px;
	z-index: 1;
}

.single-szlaki .awesome-marker:not(.awesome-marker-shadow) {
	counter-increment: markers;
}

.single-szlaki .awesome-marker:not(.awesome-marker-shadow)::after {
	content: counter(markers);
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #F6F5ED;
	color: #353535;
	width: 24px;
	height: 24px;
	border: 1px solid #ffa245;
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	opacity: .92;
}

.leaflet-popup-content {
	margin: 8px 12px;
}

.leaflet-popup-content a, .leaflet-popup-content p {
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
	color: #005F83;
	font-weight: 700;
}

.borderless {
	border: none;
	margin-top: 0;
}

.p-0 {
	padding: 0;
}

.m-0 {
	margin: 0 !important;
}

.mb-0 {
	margin: 0;
}

.m-20 {
	margin: 20px 0 20px 0 !important;
}

.mt-8 {
	margin-top: 8px;
}

.mt-16 {
	margin-top: 16px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 20px;
}

.padd-10 {
	padding: 10px;
}

.padd-15 {
	padding: 15px;
}

.padd-20 {
	padding: 20px;
}

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

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-gray {
	color: #a4a3a3;
}

.text-normal {
	font-weight: 400;
}

.text-hidden {
	color: #757575;
}

.google {
	background: #ca1e04 !important;
}

.facebook {
	background: #3b5998 !important;
}

.twitter {
	background: #55acee !important;
}

.orange {
	background: #ffa245 !important;
}

.share-info.share-author,
.share-info.share-date {
	color: #757575;
	opacity: .88;
}

.share-info.share-author span,
.share-info.share-date span {
	color: #757575;
}

.tag {
	position: relative;
	padding: 4px;
	margin: 4px 0 4px auto;
	border: 1px solid #ececec;
	border-radius: 4px;
	white-space: nowrap;
	max-width: 300px;
	display: inline-block;
}

.tag + .tag {
	margin: 0px 4px 4px 0;
}

.tag:hover:not(.no-hover) {
	border-color: #005F83;
}

.tag:hover:not(.no-hover) .icon {
	border-color: #005F83;
}

.tag .count {
	display: none;
}

.tag .icon {
	padding: 0 4px;
	border-right: 1px solid #ececec;
}

.tag .label {
	padding: 4px;
}

.tag.active {
	border-color: #005F83;
	background-color: #005F83;
}

.tag.active .icon {
	color: #ececec;
	border-color: #ececec;
}

.tag.active .label {
	color: #ffffff;
}

.share-widget {
	margin: 15px 0 30px;
	padding: 0 0 8px;
}

.share-widget:first-child {
	margin-top: 0;
}

.share-widget .share-content {
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	flex-wrap: nowrap;
}

.share-widget .share-content .share-info {
	margin: 0;
	padding: 2px 8px;
	display: flex;
	align-items: center;
}

.share-widget .share-content .share-info .fa {
	width: 50px;
	padding: 12px 0;
	margin: 0 8px;
	font-size: 24px;
}

.share-widget .share-content .share-info p {
	margin: 0;
	padding: 4px;
	font-size: 14px;
	line-height: 1.1;
	width: 50%;
}

.share-widget .share-content .share-info span {
	padding: 4px;
}

.share-widget .share-content .share-row {
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin: 8px 0 0;
}

.share-widget .share-content .share-row p {
	display: flex;
	font-size: 17px;
	color: #005F83;
}

.share-widget .share-content.vertical {
	flex-direction: column;
	flex-wrap: nowrap;
}

.share-widget .share-content.vertical .share-info p:first-child {
	width: 40%;
	text-align: right;
}

.share-widget .share-content .share-icon {
	margin: 10px 20px;
}

.share-widget .share-content .share-icon a {
	display: block;
	height: 50px;
	width: 50px;
	color: #ffffff;
	opacity: 0.8;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	background: #353535;
	border-radius: 100%;
	transition: all 0.3s;
	cursor: pointer;
}

.share-widget .share-content .share-icon a:hover {
	opacity: 1;
	transition: all 0.3s;
	text-decoration: none;
}

p.icon-col {
	width: 25% !important;
}

p.icon-col + p {
	width: 75% !important;
}

.down-gradient {
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
	height: 120px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+11&0+0,0.35+47,1+100 */
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0.08) 11%, rgba(255, 255, 255, 0.35) 47%, white 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0.08) 11%, rgba(255, 255, 255, 0.35) 47%, white 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0.08) 11%, rgba(255, 255, 255, 0.35) 47%, white 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

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

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ced28cc1af6e7d8bfac62f63c37767ee)
 * Config saved to config.json and https://gist.github.com/ced28cc1af6e7d8bfac62f63c37767ee
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1210px) {
	.container {
		width: 1140px;
	}
}

@media (min-width: 1340px) {
	.container {
		width: 1280px;
	}
}

@media (min-width: 1710px) {
	.container {
		width: 1660px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1250px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1709px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1709px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1709px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1709px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1710px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1710px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1710px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1710px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1709px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1710px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Ubunut", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto;
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #ffa245;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #ffa245;
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #ffa245;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #ffa245;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #ffa245;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #ffa245;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #ffa245;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #ffa245;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #ffa245;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/* line 7, ../sass/lightbox.sass */
body:after {
	content: url(assets/img/close.png) url(assets/img/loading.gif) url(assets/img/prev.png) url(assets/img/next.png);
	display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

/* line 33, ../sass/lightbox.sass */
.lightbox a img {
	border: none;
}

/* line 36, ../sass/lightbox.sass */
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

/* line 45, ../sass/lightbox.sass */
.lb-container {
	padding: 4px;
}

/* line 48, ../sass/lightbox.sass */
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

/* line 57, ../sass/lightbox.sass */
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

/* line 64, ../sass/lightbox.sass */
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

/* line 72, ../sass/lightbox.sass */
.lb-container > .nav {
	left: 0;
}

/* line 75, ../sass/lightbox.sass */
.lb-nav a {
	outline: none;
}

/* line 78, ../sass/lightbox.sass */
.lb-prev, .lb-next {
	width: 49%;
	height: 100%;
	cursor: pointer;
	/* Trick IE into showing hover */
	display: block;
}

/* line 85, ../sass/lightbox.sass */
.lb-prev {
	left: 0;
	float: left;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

/* line 90, ../sass/lightbox.sass */
.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	background: url(assets/img/prev.png) left 48% no-repeat;
}

/* line 94, ../sass/lightbox.sass */
.lb-next {
	right: 0;
	float: right;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

/* line 99, ../sass/lightbox.sass */
.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	background: url(assets/img/next.png) right 48% no-repeat;
}

/* line 103, ../sass/lightbox.sass */
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

/* line 110, ../sass/lightbox.sass */
.lb-data {
	padding: 0 4px;
	color: #bbbbbb;
}

/* line 113, ../sass/lightbox.sass */
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

/* line 118, ../sass/lightbox.sass */
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

/* line 122, ../sass/lightbox.sass */
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

/* line 128, ../sass/lightbox.sass */
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(assets/img/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

/* line 138, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*
HEADER
*/
header.main-header {
	background: #005F83;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	width: 100vw;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
	transition: all .3s ease;
}

header.main-header .languages {
	background: rgba(0, 0, 0, 0.2);
	height: 0;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header.main-header .languages .content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	height: 32px;
}

header.main-header .languages .content p {
	line-height: 32px;
	color: #ececec;
	font-size: 12px;
	letter-spacing: .5px;
	padding: 0 20px;
	font-weight: bold;
	white-space: nowrap;
	margin: 0 auto;
	overflow-x: scroll;
	opacity: .75;
	transition: opacity .4s ease;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

header.main-header .languages .content p::-webkit-scrollbar {
	display: none;
}

header.main-header .languages .content p:hover {
	opacity: 1;
}

header.main-header.in {
	background: rgba(0, 95, 131, 0.84);
}

header.main-header.in .languages {
	height: 32px;
	visibility: visible;
	opacity: 1;
}

header.main-header .navigation {
	height: 88px;
	line-height: 88px;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
	align-items: center;
	max-width: 1400px;
}

header.main-header .navigation .logo {
	height: 80px;
	display: inline-flex;
	position: relative;
	z-index: 5;
	color: #ffffff;
	text-decoration: none;
	align-self: center;
	text-transform: uppercase;
}

header.main-header .navigation .logo .logo-link,
header.main-header .navigation .logo .logo-caption {
	display: inline-flex;
}

header.main-header .navigation .logo .logo-link img {
	height: 100%;
	max-height: 80px;
	max-width: 80px;
}

header.main-header .navigation .logo .logo-link svg {
	height: 100%;
	max-height: 80px;
	max-width: 80px;
	margin-top: 2px;
	fill: #F6F5ED;
}

header.main-header .navigation .logo .logo-caption {
	padding: 0;
	margin: 0;
	flex-direction: column;
}

header.main-header .navigation .logo .logo-caption p {
	margin: 0;
	font-family: math;
	padding: 0;
}

header.main-header .navigation .logo .logo-caption .headline {
	padding-top: 12px;
	padding-left: 20px;
	width: 310px;
	letter-spacing: .9px;
	font-size: 22px;
	line-height: 0.9;
	color: #F6F5ED;
}

header.main-header .navigation .logo .logo-caption .headline small {
	font-size: 31px;
	color: #ececec;
	text-transform: uppercase;
}

header.main-header .navigation .logo .logo-caption .headline s {
	margin: 0 1px 0 2px;
	font-size: 26px;
	font-weight: lighter;
}

header.main-header .navigation .logo .logo-caption .headline i {
	margin: 0 2px 0 1px;
	font-size: 80%;
	font-style: normal;
	text-transform: lowercase;
	color: #ececec;
	opacity: .5;
}

header.main-header .navigation .logo .logo-caption .subline {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: -0.25px;
	padding: 3px 9px;
	font-size: 12px;
	font-family: 'Ubuntu';
	color: #ececec;
	line-height: 1;
	opacity: .5;
}

header.main-header nav {
	text-align: center;
	width: 100%;
	vertical-align: top;
	position: relative;
}

header.main-header nav .menu-menumain-container {
	display: flex;
	justify-content: center;
}

header.main-header nav a {
	color: #ffffff;
	display: block;
	list-style-type: none;
	text-decoration: none;
	font-size: 18px;
	font-weight: lighter;
	font-family: 'Ubuntu';
	width: 100%;
	padding: 0 32px;
}

header.main-header nav a:hover {
	text-decoration: none;
}

header.main-header nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	transition: all 0.5s ease-in-out;
}

header.main-header nav li:hover, header.main-header nav li.current-menu-item {
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease-in-out;
}

header.main-header .alt-version {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-family: 'Ubuntu';
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 7px;
	padding-right: 18px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	line-height: 1;
	height: 25px;
	margin-top: -2px;
}

header.main-header .alt-version:hover {
	text-decoration: none;
}

header.main-header .alt-version .label {
	opacity: 0.7;
}

header.main-header .alt-version .icon-eye {
	font-size: 30px;
	vertical-align: middle;
	margin-top: -4px;
	display: inline-block;
	margin-right: 5px;
}

.version {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Ubuntu';
	color: white;
	padding: 0 7px;
}

#nav-icon1 {
	z-index: 100;
	width: 40px;
	height: 32px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	display: inline-flex;
	justify-content: flex-end;
	cursor: pointer;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: white;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 13px;
}

#nav-icon1 span:nth-child(3) {
	top: 26px;
}

#nav-icon1.open span:nth-child(1) {
	top: 18px;
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1.open span:nth-child(3) {
	top: 18px;
	transform: rotate(-135deg);
}

@media (min-width: 992px) {
	#nav-icon1 {
		display: none;
	}
}

@media (max-width: 1499px) {
	header.main-header nav a {
		font-size: 16px;
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	header.main-header {
		background: #005F83;
	}
	header.main-header.in {
		background: #005F83;
	}
	header.main-header.in .languages {
		height: 34px;
		line-height: 34px;
	}
	header.main-header.in .navigation {
		height: 86px;
		line-height: 86px;
	}
	header.main-header .navigation {
		height: 60px;
		line-height: 60px;
	}
	header.main-header .navigation .search {
		display: none;
	}
	header.main-header nav {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 120px;
		background: #005F83;
	}
	header.main-header nav li {
		display: block;
	}
	header.main-header nav li:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #ffffff;
		opacity: 0.3;
	}
	header.main-header nav li:last-child:after {
		display: none;
	}
	header.main-header nav a {
		font-size: 30px;
		line-height: 1.2;
		display: inline-block;
		vertical-align: middle;
	}
	header.main-header nav.active {
		display: table;
	}
	header.main-header .header-links {
		vertical-align: middle;
		width: 100%;
	}
	header.main-header.alternative {
		display: block;
		position: relative;
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.alt-version {
		display: none;
	}
}

@media screen and (max-width: 782px) {
	html #wpadminbar {
		display: none !important;
	}
}

/*
FOOTER
*/
.email-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 11px;
	width: 100%;
	margin-right: -50px;
	display: inline-block;
	padding-right: 60px;
	border: none;
	height: 48px;
	padding-left: 16px;
}

.footer-social-section {
	min-height: 99px;
	background: #2c2c2c;
}

.footer-social-section .footer-row {
	width: 100%;
	text-align: center;
	min-height: 100px;
	line-height: 102px;
}

.footer-social-section .social-bar li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.footer-social-section .social-bar span {
	display: inline-block;
	vertical-align: middle;
}

.footer-social-section .social-bar a {
	color: #ffffff;
	padding: 0 35px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Roboto';
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.footer-social-section .social-bar a:hover {
	color: #ffffff;
	background: #4599c7;
	transition: all 0.5s ease-in-out;
}

.footer-social-section .social-bar a:visited {
	color: #ffffff;
}

.facebook-bar {
	position: relative;
}

.facebook-bar:before {
	display: block;
	font-size: 21px;
	top: 27px;
	left: 58px;
}

.instagram-bar {
	position: relative;
}

.instagram-bar:before {
	display: block;
	font-size: 42px;
	left: 49px;
	top: 27px;
}

.youtube-bar {
	position: relative;
}

.youtube-bar:before {
	display: block;
	font-size: 42px;
	left: 54px;
	top: 30px;
}

.footer-list {
	background: #373737;
	overflow: hidden;
}

.footer-list .row-foo {
	min-height: 345px;
}

.footer-list .row-foo a {
	color: #e2e2e2;
}

.footer-list .footer-ul li {
	position: relative;
	line-height: 24px;
}

.footer-list .footer-ul li a {
	font-size: 14px;
}

.footer-list .footer-ul li:before {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	top: 3px;
	left: -7px;
	color: #e2e2e2;
	font-size: 9px;
}

.footer-links {
	background: #2c2c2c;
}

.footer-links .row {
	text-align: center;
	padding: 25px 0;
	margin: 0 auto;
}

.footer-logo-sec p {
	color: #d7d7d7;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto';
}

.last-list li {
	padding: 0 21px;
}

.last-list a {
	padding: 0;
}

.last-list li:nth-child(6):after {
	display: none;
}

.last-list {
	text-align: center;
}

.last-list li a {
	font-size: 12px;
	color: #e2e2e2;
}

.footer-list .row-foo {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.footer-contact {
	font-size: 14px;
	display: flex;
	margin: 0 0 4px 0;
	line-height: 24px;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}

.footer-contact .icon {
	font-size: 17px;
	color: #7e7d7d;
	margin: 0 10px;
	text-align: right;
}

.footer-contact:first-child {
	padding-top: 2px;
}

.footer-ul {
	list-style-type: none;
}

.footer-ul li {
	float: left;
	padding: 0 10px;
}

.footer-ul p, .footer-ul a {
	color: #e2e2e2;
	text-decoration: none;
	position: relative;
}

.footer-ul p:visited, .footer-ul a:visited {
	color: #e2e2e2;
}

.last-list li {
	display: inline-block;
	float: none;
}

.footer-middle-col {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-top: 50px;
	padding-bottom: 15px;
}

.footer-middle-col li {
	float: none;
}

.footer-logo-sec {
	width: 25%;
	display: table-cell;
	padding-top: 33px;
	vertical-align: top;
}

.footer-newsletter {
	padding-left: 46px;
	color: #ffffff;
	display: table-cell;
	vertical-align: top;
	width: 25%;
	background: #005F83;
	min-height: 345px;
	padding-top: 50px;
	padding-bottom: 46px;
	position: relative;
	z-index: 5;
}

.footer-newsletter:after {
	content: "";
	background: #005F83;
	display: block;
	width: 1199px;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 100%;
	height: 200%;
}

.footer-newsletter:before {
	content: "";
	background: #005F83;
	display: block;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: -100%;
	height: 200%;
	pointer-events: none;
}

.footer-newsletter input {
	background: #005F83;
	padding: 0 12px;
}

.footer-newsletter h4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
	margin: 0 0 22px;
}

.footer-newsletter h4 .icon {
	display: block;
	position: absolute;
	top: -40px;
	right: 0;
	color: #268e9d;
}

.footer-newsletter h4 .icon:before {
	font-size: 96px;
}

.footer-newsletter p {
	font-size: 14px;
	font-weight: lighter;
	font-family: 'Roboto';
	max-width: 80%;
	position: relative;
	z-index: 5;
}

.footer-newsletter p .acc-number {
	font-size: 18px;
}

.footer-middle-col h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	color: #ffffff;
	margin: 0 0 22px;
}

footer form {
	position: relative;
	z-index: 5;
}

footer form button {
	width: 46px;
	height: 47px;
	background: #4599c7;
	border: none;
	vertical-align: top;
	margin-top: 11px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.footer-newsletter h4 {
	position: relative;
	z-index: 5;
}

.footer-links {
	text-align: center;
	color: #ffffff;
}

.footer-links .row {
	margin: 0 auto;
	padding: 30px 0 0;
}

.footer-links .row:last-child {
	padding: 0 0 30px 0;
}

.footer-links .list-last {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.footer-links a {
	opacity: .9;
}

.footer-links a:hover {
	opacity: 1;
}

.footer-links p {
	margin-bottom: 0;
	font-size: 10px;
}

.footer-list .row-foo .no-underline {
	max-width: 300px;
	display: inline-flex;
}

.footer-list .row-foo .no-underline:hover {
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-social-section .social-bar li {
		margin: 0;
	}
	.social-bar .insta-li {
		border-right: none;
	}
	.social-bar .yt-li {
		border-right: none;
	}
	.footer-social-section .social-bar li {
		border-bottom: 1px solid #424242;
	}
	footer .container {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 1250px) and (max-width: 1499px) {
	footer form:before {
		left: 126px;
	}
	.footer-newsletter .email-submit {
		width: 100%;
	}
	.footer-logo-sec {
		width: 20%;
	}
	.footer-newsletter {
		width: 30%;
	}
}

@media screen and (min-width: 1450px) {
	.footer-newsletter:before {
		display: none;
	}
}

.facebook-li {
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
}

.insta-li {
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
}

.yt-li {
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
}

.icons-footer {
	margin-right: 15px;
	font-size: 39px;
}

@media (max-width: 1709px) {
	.icons-footer {
		margin-right: 4px;
		font-size: 34px;
	}
	.footer-social-section .social-bar a {
		font-size: 17px;
		padding: 0 5px;
		padding: 0;
	}
	.footer-newsletter p {
		max-width: 100%;
	}
	.footer-newsletter h4 {
		margin-bottom: 0;
	}
	.footer-newsletter h4 .icon {
		top: -20px;
		right: -90px;
	}
	.footer-logo-sec {
		padding-top: 25px;
	}
	.footer-middle-col {
		padding-bottom: 36px;
	}
	.social-bar li {
		width: 19%;
	}
	.footer-social-section a {
		font-size: 19px;
	}
}

@media screen and (max-width: 1449px) {
	footer form:before {
		top: -133px;
		left: 678px;
	}
	.footer-newsletter p {
		max-width: 100%;
	}
	.footer-newsletter {
		padding-top: 80px;
	}
	.footer-newsletter h4 {
		padding-top: 16px;
	}
	.footer-list .row-foo {
		display: block;
	}
	.footer-newsletter {
		display: block;
	}
	.footer-middle-col {
		width: 100%;
		text-align: center;
		display: block;
	}
	.footer-logo-sec {
		width: 100%;
		display: flex;
		text-align: center;
	}
	.footer-logo-sec img {
		padding: 10px 20px;
		max-width: 360px;
		display: inline-flex;
	}
	.social-bar a {
		font-size: 19px;
	}
	.footer-newsletter {
		float: none;
		clear: both;
		width: 100%;
		padding-left: 20px;
		padding-bottom: 40px;
		padding-right: 20px;
		min-height: auto;
	}
	.footer-newsletter h4 {
		padding-top: 0;
	}
	.footer-newsletter h4 .icon {
		right: 0;
	}
	.footer-newsletter p {
		padding-right: 40px;
	}
	.footer-links .row {
		width: 100%;
	}
}

@media (max-width: 991px) {
	footer form:before {
		left: 489px;
	}
	.footer-social-section .footer-row {
		margin: 0;
	}
	.footer-social-section .social-bar li {
		width: 50%;
		float: left;
	}
	.footer-social-section .social-bar li .yt-li {
		width: 100%;
	}
	.social-bar a {
		width: 100%;
	}
	.footer-social-section .social-bar li:nth-child(5) {
		width: 100%;
	}
	.social-bar a:nth-child(5) {
		width: 50%;
	}
	.social-bar a:before {
		left: 65px;
	}
	.social-bar .tripadvisor-bar:before {
		left: 231px;
	}
}

@media (min-width: 768px) {
	.footer-logo-sec img {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.footer-newsletter {
		padding: 40px 0;
		min-height: 0;
	}
	.footer-newsletter p {
		text-align: center;
	}
	.footer-newsletter h4 {
		text-align: center;
	}
	.footer-newsletter h4 .icon {
		display: none;
	}
	.social-bar a:before {
		top: -18px;
		left: 0;
	}
	.footer-social-section .social-bar li {
		float: none;
		width: 18%;
		margin: 0 -2px;
	}
	.footer-social-section .social-bar li:nth-child(5) {
		width: 18%;
	}
	.footer-middle-col h4 {
		padding-top: 19px;
	}
	.social-bar li {
		width: 18%;
	}
	.footer-social-section .footer-row {
		margin-left: 0;
	}
	.footer-middle-col {
		width: 100%;
		text-align: center;
	}
	.footer-logo-sec {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.footer-list .footer-ul li:before {
		position: static;
		margin-right: 8px;
	}
}

.partners-section {
	min-height: 200px;
	line-height: 200px;
	background: #f2f2f2;
}

.partners-section .row {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.partners-section .container .logo-img {
	padding: 15px;
	width: auto;
	text-align: center;
}

.partners-section .container .logo-img img {
	-webkit-filter: grayscale(100%);
	max-height: 160px;
	width: auto;
	filter: grayscale(100%);
	transition: all 0.5s ease-in-out;
}

.partners-section .container .logo-img img:hover {
	-webkit-filter: grayscale(0%);
}

@media (max-width: 1709px) and (min-width: 990px) {
	.partners-section .container .logo-img {
		width: 13%;
	}
}

@media (max-width: 1709px) {
	.partners-section .container .logo-img img {
		width: 100%;
	}
}

@media (max-width: 990px) {
	.partners-section {
		line-height: 1;
	}
	.partners-section .container .logo-img {
		margin: 10px;
		width: 26%;
	}
}

@media (max-width: 767px) {
	.partners-section .row {
		flex-wrap: wrap;
		justify-content: center;
	}
	.partners-section .container .logo-img {
		max-width: 45%;
	}
	.partners-section .container .logo-img img {
		width: auto;
	}
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*
MAIN PAGE
*/
.icon-info {
	position: relative;
}

.icon-info:before {
	color: #7e7d7d;
	position: absolute;
	top: -179px;
	left: 10px;
	background: #ffffff;
	border-radius: 50%;
	font-size: 70px;
	padding: 42px 109px 42px 43px;
}

.icon-more-div {
	position: relative;
}

.icon-more-div:after {
	content: "";
	display: inline-block;
	z-index: 5;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	bottom: auto;
	margin-left: -1px;
	margin-top: -1px;
	background: #503f3f;
	opacity: 0.2;
}

.icon-more:before {
	border: 3px solid #ffffff;
	border-radius: 50%;
	font-size: 54px;
	padding: 17px 75px 26px 22px;
	color: white;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.icon-info:before {
	left: -35px;
}

.icon-invalid:before {
	left: -4px;
}

.link-circle-icon .icon {
	background: #ffffff;
	border-radius: 50%;
	display: block;
	height: 152px;
	width: 152px;
	position: relative;
	margin-bottom: 10px;
}

.link-circle-icon .icon:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 152px;
	vertical-align: middle;
	margin: 0 -2px;
}

.list-icons-circle li:nth-child(2n+2) {
	margin-top: 97px;
}

.second-list-icons-circle li:nth-child(2n+1) {
	margin-top: 97px;
}

.guide-section .guide-flex-col {
	display: flex;
	flex-direction: column;
}

.guide-element {
	width: 100%;
	margin-bottom: 50px;
	position: relative;
	transition: all .4s ease;
}

.guide-element .image {
	display: block;
	width: 50%;
	float: right;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	height: 330px;
	background-size: cover;
	background-position: center center;
}

.guide-element .image img {
	height: 100%;
}

.guide-element .text {
	width: 50%;
	float: left;
	border: 1px solid #ececec;
	padding: 25px;
	text-align: center;
	height: 330px;
	overflow: hidden;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.guide-element h4 {
	margin: 10px 0 0;
	line-height: 1.2;
	color: #353535;
	margin-bottom: 20px;
	font-size: 28px;
	max-height: 68px;
	overflow: hidden;
}

.guide-element p {
	margin: 0;
	color: #757575;
	font-size: 15px;
	line-height: 1.5;
	padding: 0 25px;
	max-height: 154px;
	overflow: hidden;
}

.guide-element .icon {
	width: 92px;
	height: 92px;
	line-height: 92px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	display: block;
	background: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -46px;
	margin-top: -46px;
	color: #ffffff;
	-webkit-box-shadow: 0 0 0 2px #ececec;
	-moz-box-shadow: 0 0 0 2px #ececec;
	-o-box-shadow: 0 0 0 2px #ececec;
	box-shadow: 0 0 0 2px #ececec;
}

.guide-element .icon i.fa {
	color: #005F83;
}

.guide-element .btn.button-orange {
	padding: 12px 24px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.guide-element:last-child {
	margin-bottom: 0;
}

.guide-element:nth-child(even) .image {
	float: left;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.guide-element:nth-child(even) .text {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.guide-element:hover {
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
}

.image-spacer {
	height: 280px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.big-icons-section ul {
	list-style: none;
	display: block;
	text-align: center;
	height: 226px;
	line-height: 226px;
	margin-top: -113px;
	position: relative;
}

.big-icons-section ul:after {
	content: "";
	width: 2px;
	height: 113px;
	position: absolute;
	bottom: 0;
	display: block;
	background: #ececec;
	left: 50%;
	margin-left: -1px;
}

.big-icons-section li {
	width: 16.6666666%;
	margin: 0 -2px;
	display: inline-block;
}

.big-icons-section a {
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	width: 188px;
	height: 188px;
	line-height: 188px;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #ffffff;
}

.big-icons-section a .background {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	overflow: hidden;
	position: absolute;
	z-index: 4;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #005F83;
}

.big-icons-section a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 5px solid #ececec;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	z-index: 5;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.big-icons-section a:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border: 3px solid #ffffff;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	z-index: 5;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.big-icons-section a:hover:before {
	border: 5px solid #4599c7;
	top: -19px;
	bottom: -19px;
	left: -19px;
	right: -19px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.big-icons-section a:hover:after {
	top: -16px;
	bottom: -16px;
	left: -16px;
	right: -16px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.big-icons-section a:hover .image {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}

.big-icons-section a:hover .image.hover {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.big-icons-section a:hover .label {
	font-size: 24px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.big-icons-section a:hover .icon {
	font-size: 98px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.big-icons-section a:hover .background {
	background-color: #4599c7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: -16px;
	bottom: -16px;
	left: -16px;
	right: -16px;
}

.big-icons-section .content {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 10;
	line-height: 1;
}

.big-icons-section .label {
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
	max-width: 150px;
	display: inline-block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 10px;
}

.big-icons-section .icon {
	display: block;
	margin: 0 auto;
	font-size: 80px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.planner-section {
	background-size: cover;
	background-position: center center;
}

@media (max-width: 1499px) {
	.guide-section .hp-row {
		height: auto;
		min-height: 100px;
	}
	.guide-section .hp-middle-col {
		background: transparent;
	}
	.big-icons-section ul {
		height: 130px;
		line-height: 130px;
		margin-top: -65px;
	}
	.big-icons-section a {
		width: 130px;
		height: 130px;
		line-height: 130px;
	}
	.big-icons-section a:hover .icon {
		font-size: 42px;
	}
	.big-icons-section a:hover .label {
		font-size: 18px;
	}
	.big-icons-section .icon {
		font-size: 42px;
		margin: 0;
	}
}

@media (min-width: 1500px) {
	.icon-more-div:after {
		display: none;
	}
	.middle-dinner .icon-more-div:before {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1499px) {
	.guide-element .image {
		width: 100%;
		float: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.guide-element .text {
		width: 100%;
		float: none;
		height: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.guide-element h4 {
		padding-top: 20px;
		max-height: 87px;
	}
	.guide-element p {
		max-height: 88px;
	}
	.guide-element .icon {
		top: 315px;
	}
	.guide-element.alternative .image {
		float: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
}

@media (max-width: 1499px) and (min-width: 1250px) {
	.guide-element h4 {
		max-height: 90px;
	}
	.guide-element p {
		max-height: 66px;
	}
}

@media (max-width: 991px) {
	.big-icons-section ul {
		height: 84px;
		line-height: 84px;
		margin-top: -46px;
	}
	.big-icons-section ul:after {
		display: none;
	}
	.big-icons-section a {
		width: 84px;
		height: 84px;
		line-height: 84px;
	}
	.big-icons-section a:before {
		border: 3px solid #ececec;
	}
	.big-icons-section a:after {
		border: 2px solid #ffffff;
	}
	.big-icons-section a:hover .icon {
		font-size: 56px;
	}
	.big-icons-section a:hover:before {
		border: 3px solid #ececec;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
	}
	.big-icons-section a:hover:after {
		top: 2px;
		bottom: 2px;
		left: 2px;
		right: 2px;
		border: 2px solid #ffffff;
	}
	.big-icons-section a:hover .image.hover {
		opacity: 0;
	}
	.big-icons-section a:hover .background {
		top: 1px;
		bottom: 1px;
		left: 1px;
		right: 1px;
		background-color: #005F83;
	}
	.big-icons-section a:hover .icon {
		font-size: 34px;
	}
	.big-icons-section .icon {
		font-size: 34px;
		margin-top: 0;
	}
	.big-icons-section .label {
		display: none;
	}
	.image-spacer {
		height: 200px;
		padding: 80px 0;
	}
	.guide-element h4 {
		font-size: 24px;
		max-height: 56px;
	}
	.guide-element .text {
		padding: 36px 50px;
	}
	.guide-element .icon {
		height: 72px;
		width: 72px;
		line-height: 72px;
		margin-left: -36px;
		margin-top: -36px;
	}
	.guide-element .icon img {
		max-width: 32px;
		max-height: 32px;
	}
}

@media (max-width: 767px) {
	.guide-element .image {
		width: 100%;
		height: 260px;
		float: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.guide-element .image img {
		width: 100%;
		height: auto;
	}
	.guide-element .text {
		width: 100%;
		height: auto;
		float: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.guide-element .text p {
		padding: 0;
	}
	.guide-element .icon {
		top: 260px;
	}
	.guide-element h4 {
		padding-top: 20px;
		max-height: none;
	}
	.guide-element.alternative .image {
		float: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.guide-element.alternative .text {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.big-icons-section ul {
		height: 64px;
		line-height: 64px;
		margin-top: -28px;
	}
	.big-icons-section a {
		width: 64px;
		height: 64px;
		line-height: 64px;
	}
	.big-icons-section a .icon {
		font-size: 22px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.big-icons-section a:hover .icon, .big-icons-section a:focus .icon {
		font-size: 28px;
	}
	.big-icons-section .icon {
		font-size: 20px;
	}
}

.hidden-info.close {
	position: absolute;
	right: 0;
	z-index: 10;
}

.hidden-info.close .hidden-info-content {
	right: -1006px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #2d7986;
}

.hidden-info {
	position: relative;
	text-align: right;
	overflow: hidden;
	margin-top: -102px;
}

.hidden-info .icon-next:before {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hidden-info .icon-next.icon-rotate:before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.hidden-info .hidden-info-content {
	right: 0;
	width: 1083px;
	float: none;
	background-image: url(assets/img/info-bg.png);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 89px;
	padding-right: 142px;
	position: relative;
	display: inline-block;
	text-align: left;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hidden-info .hidden-info-content:before {
	font-size: 138px;
	position: absolute;
	top: 0;
	right: 0;
	color: #2d7986;
}

.hidden-info .hidden-info-content h4 {
	font-size: 36px;
	font-family: 'Lobster Two';
	color: #ffffff;
	margin-top: 45px;
	margin-bottom: 14px;
	font-weight: bold;
}

.hidden-info .hidden-info-content p {
	font-size: 24px;
	color: #ffffff;
	font-family: 'Roboto';
	position: relative;
	margin-top: 0;
	font-weight: 100;
	margin-bottom: 0;
}

.hidden-info .hidden-info-content span:before {
	cursor: pointer;
	cursor: hand;
	background: #4599c7;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: -45px;
	font-size: 47px;
	width: 90px;
	height: 90px;
	padding: 16px;
	border: 4px solid white;
	color: white;
}

.hidden-info .hidden-info-content a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 24px;
	color: #ffffff;
	font-family: 'Roboto';
	transition: all 0.5s ease-in-out;
}

.hidden-info .hidden-info-content a:hover {
	color: #4599c7;
	transition: all 0.5s ease-in-out;
}

.hidden-info .hidden-info-content .button-div {
	text-align: right;
	margin-top: 16px;
	margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-info.close .hidden-info-content {
		right: -637px;
	}
	.hidden-info .hidden-info-content {
		width: 701px;
		padding-right: 52px;
	}
	.hidden-info .hidden-info-content:before {
		top: -14px;
	}
	.hidden-info .hidden-info-content h4 {
		font-size: 33px;
	}
	.hidden-info .hidden-info-content p {
		font-size: 19px;
	}
}

@media (max-width: 767px) {
	.icon-more-div:after {
		width: 50%;
		margin-left: -3px;
	}
	.hidden-info.close .hidden-info-content {
		right: -91%;
	}
	.hidden-info {
		padding-left: 30px;
	}
	.hidden-info .hidden-info-content {
		width: 100%;
		padding: 0 65px;
	}
	.hidden-info .hidden-info-content:before {
		font-size: 78px;
	}
	.hidden-info .hidden-info-content a {
		font-size: 19px;
	}
	.hidden-info .hidden-info-content p {
		font-size: 16px;
	}
	.hidden-info .hidden-info-content span:before {
		height: 50px;
		width: 50px;
		padding: 10px;
		font-size: 24px;
		left: -18px;
		text-align: center;
	}
	.hidden-info.close .hidden-info-content span:before {
		padding: 10px 0px;
	}
}

@media (max-width: 1499px) {
	.section-main-header:before, .section-main-header:after {
		display: none;
	}
	.row.row-btn:before, .row.row-btn:after {
		display: none;
	}
	.icon-more:before {
		z-index: 100;
		position: relative;
		margin: 0 30px;
	}
}

@media (min-width: 990px) and (max-width: 1499px) {
	.hidden-info .hidden-info-content {
		width: 71%;
	}
	.hidden-info.close .hidden-info-content {
		right: -66%;
	}
	.hidden-info .hidden-info-content span:before {
		left: -45px;
	}
}

@media (max-width: 991px) {
	.hidden-info {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.icon-more:before {
		padding: 16px 43px 42px 15px;
		font-size: 30px;
		height: 50px;
	}
}

.hp-row {
	display: table;
	width: 100%;
}

.hp-col {
	vertical-align: top;
	width: 530px;
	display: table-cell;
}

.hp-col a > img {
	width: 100%;
}

.hp-middle-col {
	width: 300px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	display: table-cell;
	pointer-events: none;
}

.hp-middle-col .icon {
	display: inline-block;
	width: 118px;
	height: 118px;
	line-height: 118px;
	text-align: center;
	color: #ffffff;
	background: #005F83;
	position: relative;
	z-index: 10;
	border: 2px solid #ececec;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	font-size: 48px;
}

.hp-middle-col:before {
	content: "";
	display: inline-block;
	width: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	color: #ffffff;
	margin-left: -1px;
	background: #ececec;
	z-index: 5;
}

.row-btn {
	text-align: center;
	padding: 50px 0 79px;
	position: relative;
}

.row-btn:before, .row-btn:after {
	content: "";
	width: 2px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	background: #ececec;
}

.row-btn:before {
	height: 39px;
	top: 0;
}

.row-btn:after {
	height: 70px;
	bottom: 0;
}

.row-btn-small {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 80px;
}

@media (max-width: 1499px) {
	.hp-col {
		width: 42%;
	}
	.hp-middle-col {
		width: 16%;
	}
}

@media (max-width: 991px) {
	.hp-col {
		width: 100%;
		display: block;
	}
	.hp-middle-col {
		width: 100%;
		float: none;
		display: block;
		padding: 56px 0;
	}
	.hp-middle-col .icon {
		width: 88px;
		height: 88px;
		line-height: 88px;
		font-size: 34px;
	}
	.hp-middle-col:before {
		width: 500%;
		height: 2px;
		position: absolute;
		top: 50%;
		bottom: auto;
		left: -200%;
		margin-top: -1px;
		background: #ececec;
	}
	.hp-row {
		display: block;
	}
	.row-btn {
		padding-bottom: 60px;
	}
	.row-btn:before, .row-btn:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.hp-middle-col {
		padding: 26px 0;
	}
	.row-btn {
		padding: 26px 0;
	}
}

.news-section .container {
	overflow-x: hidden;
}

.news-small {
	text-align: center;
	border: 1px solid #dadada;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px;
}

.news-small .news-title {
	font-size: 18px;
	color: #353535;
	margin-top: 14px;
	margin-bottom: 10px;
	line-height: 1.2;
	padding: 0 10px;
	font-family: 'Roboto';
	font-weight: 500;
	max-height: 40px;
	overflow: hidden;
}

.news-small .news-date {
	font-size: 14px;
	color: #757575;
	margin-top: 0;
	margin-bottom: 17px;
	line-height: 11px;
	max-height: 11px;
	overflow: hidden;
}

.news-small a {
	opacity: 1;
}

.news-small a .thumbnail {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 205px;
	background-position: 50% 50%;
}

.news-big {
	text-align: center;
	border: 1px solid #dadada;
	height: 280px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	margin-bottom: 30px;
}

.news-big .news-left {
	float: left;
	width: 50%;
	padding: 25px;
}

.news-big .news-right {
	padding-right: 0;
	float: right;
	width: 50%;
	overflow: hidden;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.news-big .news-right a {
	overflow: hidden;
	height: 278px;
	width: 100%;
	opacity: 1;
	display: block;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.news-big .news-right a .thumbnail {
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
}

.news-big:nth-child(odd) .news-left {
	float: right;
}

.news-big:nth-child(odd) .news-right {
	float: left;
}

.news-big .news-title {
	font-size: 24px;
	color: #353535;
	margin: 0 0 10px;
	line-height: 1.2;
	max-height: 52px;
	overflow: hidden;
}

.news-big .news-date {
	font-size: 16px;
	height: 16px;
	overflow: hidden;
	color: #757575;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.2;
}

.news-big .news-caption {
	font-size: 16px;
	color: #757575;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.2;
	max-height: 115px;
	overflow: hidden;
}

.news-big .btn {
	margin: -5px 0 0 0;
}

@media (min-width: 1250px) and (max-width: 1500px) {
	.news-big h5 {
		font-size: 20px;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 10px;
	}
	.news-big p span {
		font-size: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1249px) {
	.news-small {
		margin-bottom: 50px;
	}
	.news-small p span {
		font-size: 14px;
	}
	.news-big {
		height: 300px;
	}
	.news-big h5 {
		font-size: 18px;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 10px;
	}
	.news-big .news-left {
		padding: 20px;
	}
	.news-big .news-right {
		height: 298px;
	}
	.news-big .news-right a {
		height: 298px;
	}
	.news-big p span {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.news-big .news-right a img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.news-small {
		margin-bottom: 10px;
	}
	.news-big {
		height: auto;
		position: static;
	}
	.news-big .news-right {
		float: none;
		width: 100%;
	}
	.news-big .news-left {
		float: none;
		width: 100%;
		padding: 20px 0;
	}
	.news-big .news-left p {
		width: 80%;
		margin: 10px auto;
	}
	.news-big h5 {
		max-width: 100%;
	}
}

.subpage-header-news {
	height: 453px;
	margin-bottom: 0;
}

.subpage-title-news .subpage-titles {
	margin-bottom: 33px;
	height: 74px;
}

.subpage-title-news .subpage-icon {
	height: 81px;
}

.subpage-title-news h1 {
	line-height: 107px;
}

.subpage-title-news .breadcrumbs {
	top: 21px;
}

.subpage-title-news .breadcrumbs-list li {
	margin-right: 8px;
}

.news-title {
	font-size: 36px;
	line-height: 24px;
	margin-bottom: 28px;
}

.news-main {
	margin-bottom: 120px;
}

@media (max-width: 992px) {
	.news-main .news-left {
		margin-bottom: 35px;
	}
}

.news-main .news-main-left .news-block {
	margin-bottom: 24px;
}

.news-main .news-main-left .news-block .news-block-content {
	border: 1px solid #ececec;
	border-radius: 6px;
	overflow: hidden;
}

.news-main .news-main-left .news-block .news-block-content .block-image {
	width: 300px;
	height: 300px;
}

.news-main .news-main-left .news-block .news-block-content .block-image img {
	width: 100%;
}

.news-main .news-main-left .news-block .news-block-content .block-image .background-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.news-main .news-main-left .news-block .news-block-content article {
	font-family: 'Roboto';
	font-weight: 400;
	padding: 30px 40px;
}

.news-main .news-main-left .news-block .news-block-content article .title {
	font-size: 30px;
	line-height: 30px;
	color: #353535;
	margin: 0 0 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 30px;
	white-space: nowrap;
}

.news-main .news-main-left .news-block .news-block-content article .date {
	font-size: 16px;
	color: #757575;
	line-height: 24px;
	margin-top: 2px;
	margin-bottom: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 24px;
	white-space: nowrap;
}

.news-main .news-main-left .news-block .news-block-content article .text {
	font-size: 16px;
	color: #454545;
	line-height: 1.7;
	margin-top: 12px;
	max-height: 126px;
	overflow: hidden;
}

.news-main .news-main-left .news-block .news-block-content article .more {
	text-align: right;
}

.news-main .news-main-left .news-block .news-block-content article .more a {
	color: #4599c7;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
}

.news-main .news-main-right .sidebar {
	border: 1px solid #dadada;
	border-radius: 6px;
}

.news-main .news-main-right .article-sec .article-sec-content {
	border: 1px solid #dadada;
	border-radius: 6px;
	overflow: hidden;
}

.news-main .news-main-right .article-sec .background-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 201px;
	width: 100%;
}

.news-main .news-main-right .article-sec article {
	font-family: 'Roboto';
	font-weight: 400;
	padding: 0 20px;
}

.news-main .news-main-right .article-sec article h5 {
	height: 30px;
	white-space: nowrap;
	font-size: 20px;
	line-height: 30px;
	color: #353535;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 18px;
}

.news-main .news-main-right .article-sec article p {
	height: 87px;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	color: #757575;
	margin-top: 0;
}

.news-main .news-main-right .news-advertisement {
	margin-top: 48px;
}

.news-main .news-main-right .news-advertisement .news-advertisement-content {
	border: 1px solid #dadada;
	text-align: center;
	line-height: 423px;
	border-radius: 6px;
	overflow: hidden;
}

section.side-planner .planner-content {
	display: table;
	margin: 0 auto;
	height: auto;
	width: 100%;
}

section.side-planner .planner-content:before {
	height: 0;
	padding-bottom: 100%;
}

section.side-planner .planner-content .planner-circle {
	width: 100%;
	height: auto;
	border: 1px solid #ececec;
	background: transparent;
	background-size: cover;
	border-radius: 100%;
	position: relative;
	padding-bottom: 100%;
}

section.side-planner .planner-content .planner-circle:before {
	height: 0;
	padding-top: 100%;
}

section.side-planner .planner-content .planner-circle .inner-planner-content {
	width: 100%;
	display: table;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

section.side-planner .planner-content .planner-circle .inner-planner-content h2 {
	font-size: 26px;
	font-family: "Ubuntu", sans-serif;
	font-weight: 100;
	margin-bottom: 2px;
	margin-top: 0px;
	color: #005F83;
}

section.side-planner .planner-content .planner-circle .inner-planner-content .fancy span.line {
	display: inline-block;
	position: relative;
	left: 50px;
	top: -10px;
}

section.side-planner .planner-content .planner-circle .inner-planner-content .fancy span.line:before, section.side-planner .planner-content .planner-circle .inner-planner-content .fancy span.line:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid #ececec;
	top: 0;
	width: 70px;
}

section.side-planner .planner-content .planner-circle .inner-planner-content .fancy span.line:before {
	right: 100%;
	margin-right: 65px;
}

section.side-planner .planner-content .planner-circle .inner-planner-content .fancy span.lineafter {
	left: 100%;
	margin-left: 65px;
}

section.side-planner .planner-content .planner-circle .inner-planner-content .fancy span.icon-zaplanuj-nowe {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	color: #005F83;
	border: 1px solid #005F83;
	line-height: 38px;
	display: inline-block;
	font-size: 18px;
}

section.side-planner .planner-content .planner-circle .inner-planner-content .description {
	font-size: 12px;
	margin-bottom: 20px;
	padding: 0 20px;
}

section.side-planner .planner-content .planner-circle .inner-planner-content .btn-small {
	padding: 8px 21px;
	text-transform: uppercase;
	font-size: 12px;
	transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
	.news-main-left .news-title {
		font-size: 30px;
	}
	.subpage-title-news h1 {
		font-size: 40px;
	}
	.news-main .news-main-left .news-block .news-block-content .block-image {
		width: 100%;
	}
	.news-main .news-main-left .news-block .news-block-content .block-image .background-image {
		border-bottom-left-radius: 0;
		border-top-right-radius: 6px;
		border-top-left-radius: 6px;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1500px) {
	.news-main .news-main-left .news-block .news-block-content article {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: stretch;
		padding: 30px;
	}
	.news-main .news-main-left .news-block .news-block-content article .title {
		font-size: 25px;
	}
	.news-main .news-main-left .news-block .news-block-content article .date {
		font-size: 14px;
	}
	.news-main .news-main-left .news-block .news-block-content article .text {
		font-size: 14px;
	}
	.news-main .news-main-left .news-block .news-block-content .block-image {
		width: 40%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.news-main .news-main-left .news-block .news-block-content .block-image {
		margin: 0 auto;
		float: none !important;
	}
	.news-main .news-main-left .news-block .news-block-content article {
		text-align: center;
		padding-left: 19px;
		padding-right: 19px;
	}
	.news-main .news-main-left .news-block .news-block-content article .title {
		font-size: 22px;
	}
	.news-main .news-main-left .news-block .news-block-content article .date {
		font-size: 14px;
	}
	.news-main .news-main-left .news-block .news-block-content article .text {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.news-advertisement {
		padding: 0 20px;
	}
	.news-main .article-sec {
		padding: 0 20px;
	}
	.news-main section.side-planner .planner-content {
		padding: 0 20px;
	}
	.subpage-title-news .breadcrumbs {
		top: 29px;
	}
	.news-main .pagination {
		margin: 20px 0;
		overflow: hidden;
	}
	.news-main .pagination ul {
		width: 100%;
		margin: 0 auto;
		left: 0;
		padding: 0 49px;
	}
	.news-main .news-main-left .news-block .news-block-content {
		text-align: center;
	}
	.news-main .news-main-left .news-block .news-block-content .block-image {
		width: 100%;
	}
	.news-main .news-main-left .news-block .news-block-content article {
		padding-left: 12px;
		padding-right: 12px;
	}
	.news-main .news-main-left .news-block .news-block-content article .title {
		font-size: 19px;
	}
	.news-main .news-main-left .news-block .news-block-content article .date {
		font-size: 12px;
	}
	.news-main .news-main-left .news-block .news-block-content article .text {
		font-size: 12px;
	}
}

.recommended-events-section .container {
	position: relative;
	overflow-x: hidden;
}

.recommended-events-section .logo-sec {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 10;
}

.event-icon {
	border-radius: 50%;
	border: 3px solid #ececec;
	position: relative;
	background: #005F83;
	box-shadow: inset 0px 0px 12px rgba(69, 153, 199, 0.3);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.event-icon:after {
	content: "";
	position: absolute;
	z-index: 10;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	border: 2px solid #ececec;
	border-radius: 50%;
	overflow: hidden;
	color: #005F83;
}

.event-icon i.fa {
	font-size: 18px;
	color: #ffffff;
}

.big {
	width: 89px;
	height: 89px;
	z-index: 5;
	margin: 0 auto;
	margin-top: -43px;
	padding: 0;
}

.big i.fa {
	font-size: 36px;
}

.small {
	width: 60px;
	height: 60px;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	padding: 0;
}

.big-event,
.small-event {
	transition: all .4s ease;
	border: 1px solid;
	border-color: #ececec;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.big-event:hover,
.small-event:hover {
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
}

.big-event {
	height: 415px;
	margin-top: 40px;
}

.big-event .event-title {
	font-size: 24px;
	line-height: 32px;
	height: 32px;
	max-height: 32px;
	overflow: hidden;
	color: #232323;
	margin: 10px;
	line-height: 32px;
}

.big-event .event-date {
	text-wrap: nowrap;
	font-size: 19px;
	font-family: 'Roboto';
	color: #757575;
	margin: 0 0 30px;
	min-height: 20px;
	line-height: 1;
}

.big-event .event-caption {
	color: #757575;
	font-size: 16px;
	width: 60%;
	line-height: 22px;
	margin: 20px auto 0;
	max-height: 110px;
	overflow: hidden;
}

.big-event a:not(.btn) {
	height: 275px;
	display: block;
	width: 100%;
	box-shadow: inset 10px 10px 60px rgba(0, 0, 0, 0.25);
	opacity: 1;
}

.big-event a:not(.btn) .event-thumbnail {
	height: 275px;
	z-index: 0;
}

.big-event .btn.button-orange {
	padding: 12px 24px;
	margin-bottom: 30px;
}

.big-event .big-event-content {
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 0;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}

.big-event .big-event-content:hover {
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: -100px;
	bottom: -100px;
}

.big-event .big-event-content:hover .big-event-icon .event-icon {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.big-event .big-event-content:hover .big-event-icon {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.event-thumbnail {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-position: 50% 50%;
}

.small-event {
	height: 300px;
}

.small-event a:not(.btn) {
	display: block;
	width: 100%;
	box-shadow: inset 10px 10px 60px rgba(0, 0, 0, 0.25);
	border-bottom: 2px solid #ececec;
	opacity: 1;
}

.small-event a:not(.btn) .event-thumbnail {
	height: 200px;
}

.small-event a.btn.button-orange {
	padding: 8px 16px;
	font-size: 13px;
	margin-bottom: 30px;
}

.small-event .event-title {
	font-size: 20px;
	color: #232323;
	margin: 10px 5px;
	line-height: 22px;
	max-height: 44px;
	font-family: 'Roboto';
	font-weight: 500;
	overflow: hidden;
	padding: 0 5px;
}

.small-event .event-date {
	color: #757575;
	font-size: 17px;
	line-height: 1.2;
	min-height: 20px;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 5px;
}

.small-event .event-caption {
	font-size: 16px;
	font-family: 'Roboto';
	color: #757575;
	line-height: 1.2;
	margin: -5px 0 15px;
	max-height: 98px;
	overflow: hidden;
	padding: 0 5px;
}

.small-event .small-event-content {
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 0;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}

.small-event .small-event-content:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: -80px;
	bottom: -80px;
}

.small-event .small-event-content:hover .small-event-icon .event-icon {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.small-event .small-event-content:hover .small-event-icon {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.big-event-icon {
	margin-top: -42px;
}

.small-event-icon {
	margin-top: -32px;
}

@media (max-width: 767px) {
	.header-padding {
		padding-top: 97px;
	}
	.big {
		width: 60px;
		height: 60px;
		line-height: 46px;
		z-index: 5;
		margin-top: -30px;
		padding: 0;
	}
	.big i.fa {
		font-size: 18px;
	}
	.recommended-events-section .logo-sec img {
		width: 57%;
	}
	.row .medium-event {
		height: 100%;
	}
	.row .medium-event .medium-event-content {
		position: static;
	}
	.row .medium-event .medium-event-content:hover {
		transition: none;
		position: static;
	}
	.big-event {
		height: 100%;
	}
	.big-event a {
		height: auto;
	}
	.big-event .event-title {
		margin-top: 25px;
	}
	.big-event .event-caption {
		width: 80%;
	}
	.big-event .big-event-content {
		position: static;
	}
	.big-event .big-event-content:hover {
		transition: none;
		position: static;
	}
	.small-event {
		height: 100%;
	}
	.small-event .event-title {
		font-size: 24px;
		line-height: 32px;
		height: 32px;
		overflow: hidden;
		color: #232323;
		margin: 25px 0 5px;
		line-height: 1.5;
	}
	.small-event .event-date {
		font-size: 19px;
		font-family: 'Roboto';
		color: #757575;
		margin: 0 auto;
	}
	.small-event .event-caption {
		color: #757575;
		font-size: 16px;
		width: 60%;
		line-height: 22px;
		margin: 20px auto 0;
		max-height: 110px;
		overflow: hidden;
	}
	.small-event a.btn.button-orange {
		margin: 10px 0;
		padding: 12px 24px;
		font-size: 15px;
		margin-bottom: 30px;
	}
	.small-event .event-caption,
	.small-event .event-date {
		width: 80%;
	}
	.small-event .small-event-content {
		position: static;
	}
	.small-event .small-event-content:hover {
		position: static;
	}
	.small-event-icon {
		margin-top: -32px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.recommended-events-section .logo-sec {
		width: 9%;
	}
	.recommended-events-section .logo-sec img {
		width: 100%;
	}
	.big-event {
		height: 100%;
	}
	.big-event .event-caption {
		width: 80%;
	}
	.big-event .event-title {
		margin-top: 12px;
	}
	.big-event .event-date {
		margin-bottom: 12px;
	}
	.big-event .big-event-content {
		position: static;
	}
	.big-event .big-event-content .event-thumbnail {
		height: 240px;
	}
	.big-event .big-event-content:hover {
		transition: none;
		position: static;
	}
	.small-event {
		height: 375px;
	}
	.small-event .small-event-icon {
		margin-top: -32px;
	}
	.small-event .small-event-content:hover {
		top: 0;
	}
}

@media (min-width: 992px) and (max-width: 1249px) {
	.big-event {
		height: 405px;
	}
	.big-event .event-caption {
		width: 90%;
	}
	.big-event .event-caption span {
		font-size: 15px;
	}
	.big-event a.image {
		height: 245px;
	}
	.big-event a.image .event-thumbnail {
		height: 245px;
	}
	.big-event .big-event-content:hover {
		top: -100px;
	}
	.big-event .big-event-icon {
		margin-top: -52px;
	}
	.small-event {
		height: 255px;
	}
	.small-event a .event-thumbnail {
		height: 160px !important;
	}
	.small-event .event-title {
		font-size: 17px;
		max-height: 44px;
		height: 22px;
		margin: 5px 0;
	}
	.small-event .event-date {
		font-size: 14px;
		margin: 5px 0;
		height: 20px;
		line-height: 1;
	}
	.small-event a.btn {
		margin-top: 20px;
	}
	.small-event .event-caption {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.small-event .small-event-content:hover {
		top: -80px;
	}
}

@media (min-width: 1250px) and (max-width: 1499px) {
	.big-event {
		height: 410px;
	}
	.big-event .event-title {
		font-size: 20px;
		font-weight: 800;
	}
	.big-event .event-caption,
	.big-event .event-date {
		font-size: 17px;
	}
	.big-event .big-event-content:hover {
		top: -100px;
	}
	.small-event a.btn {
		margin-top: 10px;
	}
	.small-event .small-event-content:hover {
		top: -80px;
	}
}

.info-item {
	position: relative;
	overflow: hidden;
	margin-top: 9px;
	border: 1px solid #ececec;
	text-align: center;
	height: 354px;
	border-radius: 6px;
	margin-bottom: 18px;
}

.info-item .info-item-content {
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 0;
	border-radius: 6px;
	overflow: hidden;
}

.info-item .info-item-content h6 {
	font-size: 18px;
	color: #353535;
	margin-bottom: -18px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-weight: 400;
	height: 18px;
	overflow: hidden;
	line-height: 18px;
}

.info-item .info-item-content p {
	color: #757575;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	line-height: 1.5em;
	max-height: 6em;
	overflow: hidden;
	margin-top: 30px;
}

.info-item .info-item-content span {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #757575;
}

.info-item .info-item-content span img {
	width: auto !important;
	display: initial !important;
}

.info-item .info-item-content .info-item-picture {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.info-item .info-item-content:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: -164px;
	left: 0;
}

.info-item .btn-small-info-item {
	border: none;
}

.info-item .btn-small-info-item:hover {
	border: none;
	background: #ffffff;
	color: #4599c7;
}

@media (max-width: 767px) {
	.info-item {
		height: 100%;
	}
	.info-item .info-item-content,
	.info-item .info-item-content:hover {
		position: static;
	}
}

.recommended-places-container {
	border: 1px solid #ececec;
	border-radius: 6px;
	margin: 40px 0 80px;
	overflow: hidden;
	padding: 0;
}

.recommended-places-container.borderless {
	border: none;
	margin: 30px 0 40px;
}

.recommended-places-container #recommended-places-carousel {
	padding: 10px 80px 0;
}

.side-content .recommended-place {
	margin: 0;
}

.recommended-place {
	position: relative;
	overflow: hidden;
	margin-top: 9px;
	border: 1px solid #ececec;
	text-align: center;
	height: 300px;
	border-radius: 6px;
	margin-bottom: 18px;
}

.recommended-place .recommended-place-icon {
	background: #005F83;
	border-radius: 50%;
	border: 3px solid white;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: -32px;
}

.recommended-place i.fa {
	color: #ececec;
}

.recommended-place .recommended-place-content {
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}

.recommended-place .recommended-place-content h6 {
	font-size: 18px;
	color: #353535;
	margin-bottom: -18px;
	margin-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	font-weight: 400;
}

.recommended-place .recommended-place-content p {
	color: #757575;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	line-height: 17px !important;
	height: 36px;
	overflow: hidden;
	padding-top: 14px;
}

.recommended-place .recommended-place-content p:first-child {
	padding-top: 0;
}

.recommended-place .recommended-place-content span {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #757575;
}

.recommended-place .recommended-place-content span img {
	width: auto !important;
	display: initial !important;
}

.recommended-place .recommended-place-content .small-recommended-place-icon {
	margin-top: -25px;
}

.recommended-place .recommended-place-content .recommended-place-picture {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.recommended-place .recommended-place-content:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: -80px;
	left: 0;
}

.recommended-place .recommended-place-content:hover .small-recommended-place-icon .recommended-place-icon {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #4599c7;
}

.recommended-place .recommended-place-content:hover .small-recommended-place-icon {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.recommended-place .btn.btn-orange {
	padding: 12px 24px;
	margin-bottom: 10px;
}

.recommended-place .btn.btn-orange:hover {
	background-color: #4599c7;
	text-decoration: none;
	color: #ffffff;
}

@media (max-width: 767px) {
	.recommended-places-container #recommended-places-carousel {
		padding: 10px 10px 0;
	}
	.recommended-place {
		height: 100%;
	}
	.recommended-place .recommended-place-content,
	.recommended-place .recommended-place-content:hover {
		position: static;
	}
	.small-recommended-place-icon {
		margin-top: -32px;
	}
	#recommended-places-carousel {
		padding: 10px 5px 0;
	}
}

.recommended-place .recommended-place-content h6 {
	margin-bottom: -12px;
	line-height: 19px;
	max-height: 38px;
	max-width: 100%;
	overflow: hidden;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* 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: #005F83;
	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;
}

.overflowY {
	overflow-y: hidden;
}

.scrollX {
	overflow-x: auto;
}

.mt-1 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mt-4 {
	margin-top: 4rem;
}

.mt-5 {
	margin-top: 5rem;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.mb-3 {
	margin-bottom: 3rem;
}

.mb-4 {
	margin-bottom: 4rem;
}

.mb-5 {
	margin-bottom: 5rem;
}

.padd-1 {
	padding: 1rem;
}

.padd-2 {
	padding: 2rem;
}

.padd-3 {
	padding: 3rem;
}

.padd-4 {
	padding: 4rem;
}

.padd-5 {
	padding: 5rem;
}

.text-nowrap {
	text-wrap: nowrap;
}

.text-bold {
	font-weight: 900;
}

/*# sourceMappingURL=style.css.map */