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

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

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

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

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

.transition, a, input, button, textarea, div.thumbnail {

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

a:focus {
	outline: none;
}

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

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

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
	padding: 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}




/* Animations */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes scroll {
	from { opacity: 1; }
	to { opacity: 0; transform: translateY(30px); }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes scroll {
	from { opacity: 1; }
	to { opacity: 0; transform: translateY(30px); }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes scroll {
	from { opacity: 1; }
	to { opacity: 0; transform: translateY(30px); }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes scroll {
	from { opacity: 1; }
	to { opacity: 0; transform: translateY(30px); }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-o-keyframes scroll {
	from { opacity: 1; }
	to { opacity: 0; transform: translateY(30px); }
}

.fadeIn {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
}




/* Header */
.site-header {
	position:fixed;
	z-index:100;
	left:0;
	right:0;
	top:0;
	overflow:hidden;
	background-color: #fff;
	border-bottom: 1px solid rgba(255,255,255, 0.5);
	transition: background-color ease-out 0.3s;
	-webkit-box-shadow: 0 0px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0px 5px 0 rgba(0,0,0,0.2);
}
.site-header.solid {
	background-color: rgba(255,255,255,1);
}
.site-header.blur {
	background-color: rgba(255,255,255, 0.1);
}
.site-header.blur .header-socials a,
.site-header.blur .header-navigation ul li a {
	color: #fff;
}
.site-header.solid .header-socials a,
.site-header .header-socials a,
.site-header.solid .header-navigation ul li a,
.site-header .header-navigation ul li a {
	color: #363636;
}
.site-header.blur .header-socials a i,
.site-header.solid .header-socials a i,
.site-header .header-socials a i {
	color: inherit;
}
.site-header .row, .main-navigation {
	display: flex;
	align-items: center;
}
.site-title {
	margin: 10px 0;
	height: 30px;
	margin-left: -4%;
}
.header-socials {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	display: inline-block;
    vertical-align: middle;
}
.header-socials li a {
	font-size: 1.6rem;
	padding: 0 10px;
}
.site-header .header-socials a:hover,
.site-header.blur .header-socials a:hover,
.site-header.solid .header-socials a:hover,
.site-header .header-navigation ul li a:hover,
.site-header.solid .header-navigation ul li a:hover,
.site-header.blur .header-navigation ul li a:hover,
.main-navigation ul li a:hover,
.site-header h2 a:hover,
a.arrow-back:hover {
	/* opacity: 0.75; */
	opacity: 1;
	color: #f1a84a;
}
.header-socials li {
	display: inline-block;
}
.site-header h2 a{
	text-decoration: none;
	color: #363636;
}
.main-navigation ul li a {
	text-transform: uppercase;
	font-size: 0.875em;
	padding: 0 0.5em;
}
.arrow-back {
	font-size: 16px;
	line-height: 30px;
	display: block;
}
.arrow-back i {
	margin-right: 5px;
}


/* Footer */
.copyright {
	/* background-color: #f1a84a; */
	/* color: #67493e; */
	background-color: #67493e;
	color: #f1a84a;
	padding: 10px 0;
	font-size: 14px;
}


/* Instagram */
#sb_instagram {
	padding-bottom: 30px;
}

#page {
	overflow-x: hidden;
	/* overflow-y: scroll; */
}

/* Front Page */
.home .site-main, .paddingtop {
	padding-top: 82px;
}
.home section {
	padding-top: 82px;
	padding-bottom: 82px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	min-height: 100vh;
}

.home section h3 {
	margin-bottom: 30px;
}
.home section h3 a {
	text-decoration: none;
}
.scroll-nudge {
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 130px;
  	margin-left: -65px;
	text-align: center;
	z-index: 1;
}
.scroll-nudge i {
	color: #fff;
	font-size: 30px;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: scroll;
}
.scroll-nudge p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
}
.main-background {
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}
.main-background:after {
	position: absolute;
	content: "";
	width:100%;
	height:100%;
	background-color: rgba(80, 80, 80, 0.1);
	top:0;
	bottom:0;
}
.main-section {
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	bottom: 0;
	left:0;
	right:0;
	z-index: 1;
}
.main-section h2 {
	color: #fff;
	font-size: 40px;
	font-weight:400;
	letter-spacing:5px;
	margin-bottom:0px;
}
.main-section p {
	color:#fff;
	margin-top:0px;
	font-size:20px;
}
.main-logo {
	width: 50vw;
	height: 40vh;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	max-width: 300px;
	margin-top: -160px;
}

.home #programa,
.home #duk {
	background-color: #f1a84a;
}
.home #programa {
	min-height: 60vh;
}
.home #cta,
.home #duk {
	min-height: 0;
}
.home #lokacija {
	min-height: 60vh;
}
.home #programa h2,
.home #lokacija h2,
.home #cta h2,
.home #duk h2,
.page-header h2 {
	color: #67493e;
	font-weight: 600;
    font-size: 2rem;
    letter-spacing: 2px;
	margin-top: 0;
	text-transform: uppercase;
}
.home #programa span {
	display: block;
}
.home #programa span p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	color: #fff;
	font-size: 1.25rem;
	line-height: 3rem;
}
.home #programa span p:first-child {
	width: 80px;
}
.home #programa .image-container {
	height: 500px;
	width: 500px;
	margin: 50px 0 50px auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 250px;
	transition: all 0.5s ease;
	background-image: url('images/Girzadines_Icon_White.png');
}
.home #programa:hover .image-container {
	background-image: url('images/Girzadines_Icon_Black.png');
}
.home #lokacija,
.page-header,
.home #cta {
	background-color: #67493e;
}
.home #cta h2,
.home #lokacija h2,
.page-header h2 {
	color: #f1a84a;
	text-align: center;
}
.page-header h2 {
	margin: 0;
}
.page-header {
	padding: 75px 0;
}
.home #lokacija p,
.home #cta p {
	color: #fff;
}
.home #cta p,
.home #duk p {
	max-width: 850px;
	text-align: center;
	margin: 0 auto 30px;
}
.home #duk p {
	color: #fff;
	max-width: 550px;
}
.button {
	display: inline-block;
	padding: 15px 30px;
	background-color: #f1a84a;
	color: #67493e;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #f1a84a;
}
.button:hover {
	background-color: #67493e;
	color: #f1a84a;
	opacity: 1;
}
a.duk-button {
	background-color: #67493e;
	border-color: #67493e;
	color: #f1a84a;
}
a.duk-button:hover {
	background-color: #f1a84a;
	color: #67493e;
}
.home #cta,
.home #duk {
	text-align: center;
}

.page-id-943 .wp-block-image .aligncenter {
	margin-left: 0;
}


#about .thumbnail {
	width: 100%;
	padding-top: 100%;
	margin: 0 auto;
	border-radius: 50%;
}
#about p,
#about h3 {
	text-align: center;
}
#about p {
	font-size: 1rem;
}
.photography-card {
	padding: 10vh 50px;
	position:relative;
}
.photography-card .inner-cont {
	padding: 10% 0;
	background-color: rgba(255, 255, 255, 0.75);
	text-align: center;
	position: relative;
	z-index: 1;
}
.photography-card .inner-cont h3 {
	margin: 0;
}
#photography a {
	text-decoration: none;
	text-transform: uppercase;
	display:block;
}
#photography a:hover .photography-card:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.25);
}
#photography .row [class^="col"] {
  	margin: 0 2% 4% 2%;
}
section {
	background-color: #fff;
}
#testimonials {
	background-color: rgba(212, 186, 173, 0.2);
}
#testimonials h3 {
	margin-bottom: 0;
}
.testimonial {
	padding: 80px 20px 0 20px;
	outline: none;
	margin-bottom: -50px;
}
.testimonial .thumbnail {
	height: 150px;
	width: 150px;
	margin: 0 auto;
	border-radius: 50%;
}
.testimonial .thumbnail,
.testimonial .content {
	position: relative;
	top: -50px;
}
.testimonial .thumbnail:hover {
	-webkit-transform: scale(1.2); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: scale(1.2); /* IE 9 */
          transform: scale(1.2); /* IE 10, Fx 16+, Op 12.1+ */
}
.testimonial h4,
.testimonial p {
	text-align: center;
}
.testimonial h4 {
	font-weight: 400;
	font-size: 1rem;
	margin: 20px 0 40px;
}
.testimonial p {
	position: relative;
	font-size: 0.75rem;
	line-height: 1.3;
	padding: 20px 30px;
  	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.testimonial p:after {
	content: '';
	position: absolute;
	top: -15px;
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	background-color: #fff;
	box-shadow: -4px -4px 10px -5px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* Slick Slider */

.slick-next {
	right: -10px;
}
.slick-prev {
	left: -10px;
}
.slick-prev, .slick-next {
	height: 30px;
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	color: rgba(0, 0, 0, 0.5);
}
.slick-prev:before {
	content: "<";
	font-size: 30px;
}
.slick-next:before {
	content: ">";
	font-size: 30px;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 0.5;
}
.slick-dots li button:before{
	font-size: 1.375rem;
}
.slick-dots li {
	margin: 0;
}

#sb_instagram .sbi_type_carousel .fa-clone {
    height: 0;
    display: none;
	opacity: 0;
}

/* Custom */
.home .site-main {
	height: 100vh;
}
.height-100 {
	height: 100%;
}
.navigation-toggle {
  color: #ddd;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.navigation-toggle i {
  font-size: 30px;
}
.navigation-toggle:hover {
  color: #fff;
}
.header-navigation {
	display: none;
}

.mobile-navigation {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #f1a84a;
  z-index: 5;
  transition: all 0.3s ease-out;
}
.mobile-navigation ul {
  padding: 20vh 20px 50px;
  list-style: none;
  margin: 0;
}
.mobile-navigation ul li {
  text-align: center;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.mobile-navigation ul li a {
  color: #67493e;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}
.mobile-navigation ul li a:hover,
.mobile-navigation ul li.current-menu-item {
  color: #fff;
}
.mobile-navigation li.prenumerata a {
  background-color: #cd1713;
  padding: 5px 10px;
  border-radius: 5px;
}
.mobile-navigation li.prenumerata {
  margin-top: 40px;
}
/* #nav-hamburger */
#nav-hamburger {
  width: 35px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #363636;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.site-header.blur #nav-hamburger span {
	background: #fff;
}
#nav-hamburger span:nth-child(1) {
  top: 0px;
}

#nav-hamburger span:nth-child(2),#nav-hamburger span:nth-child(3) {
  top: 10px;
}

#nav-hamburger span:nth-child(4) {
  top: 20px;
}

#nav-hamburger.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-hamburger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.header-navigation ul {
	list-style:none;
	margin: 0;
}
.header-navigation ul li {
	display: inline-block;
	margin: 0 15px;
}
.header-navigation ul li:first-child {
	margin-left: 0;
}
.header-navigation ul li:last-child {
	margin-right: 0;
}
.header-navigation ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: 400;
}

.site-branding {
	margin: 15px 0;
	display: inline-block;
	vertical-align: middle;
	background: url('images/Girzadines_Icon_Black.png') no-repeat center center;
	background-size: contain;
	width: 50px;
	height: 50px;
}
.site-header.blur .site-branding {
	background-image: url('images/Girzadines_Icon_White.png');
}
.site-branding a {
	display: block;
	height: 100%;
	width: 100%;
}
.site-branding h2 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.site-branding img,
.site-branding h2 {
	display: inline-block;
	vertical-align: middle;
}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

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



/* Media Queries */
/*600*/
@media screen and (min-width: 37.5em) {
	.main-background {
		background-attachment: fixed;
	}
	.slick-next {
		right: -25px;
	}
	.slick-prev {
		left: -25px;
	}
}
/*768*/
@media screen and (min-width: 48em) {
	.main-logo {
		margin-top: -150px;
	}
	#about h3,
	#about p {
		text-align: left;
	}
	#about h3 {
		margin-top: 0;
	}
	.slick-next {
		right: -50px;
	}
	.slick-prev {
		left: -50px;
	}
	.main-section h2 {
		font-size:64px;
	}
	.main-section p {
		font-size:32px;
	}
}
/*900*/
@media screen and (min-width: 56.25em) {
}
/*1024*/
@media screen and (min-width: 64em) {
	.navigation-toggle {
		display: none;
	}
	.header-navigation {
		display: inline-block;
	}
	.header-navigation ul {
		padding: 0 0 0 20px;
	}
	.header-navigation ul li {
		display: inline-block;
		margin: 0 10px;
	}
	.header-navigation ul li a {
		font-size: 0.75rem;
	}
}
/*1240*/
@media screen and (min-width: 77.5em) {
	.header-navigation ul {
		padding: 0 0 0 40px;
	}
	.header-navigation ul li {
		display: inline-block;
		margin: 0 15px;
	}
	.header-navigation ul li a {
		font-size: 0.875rem;
	}
}


/* Loader */

.loader {
	display: none;
	color: #000;
	font-size: 20px;
	margin: 100px auto;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: fixed;
	z-index: 1000;
	top: calc(50% - 100px - 1em);
	left: calc(50% - 0.5em);
	text-indent: -9999em;
	-webkit-animation: spinner 1.3s infinite linear;
	animation: spinner 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
  }
  @-webkit-keyframes spinner {
	0%,
	100% {
	  box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
	  box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
	  box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
	  box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
	  box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
	  box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
	  box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
	  box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
  }
  @keyframes spinner {
	0%,
	100% {
	  box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
	  box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
	  box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
	  box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
	  box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
	  box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
	  box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
	  box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
  }


  .map-responsive{
    overflow:hidden;
    padding-bottom:100%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}







/* Apie Mus */  
  .container-fluid .row {
	padding: 0 0 4em 0;
  }
  .container-fluid .row:nth-child(even) {
	background: #F1F4F5;
  }
  
  .example-title {
	text-align: center;
	margin-bottom: 60px;
	padding: 3em 0;
	border-bottom: 1px solid #E4EAEC;
  }
  .example-title p {
	margin: 0 auto;
	font-size: 16px;
	max-width: 400px;
  }
  
  /*==================================
	  TIMELINE
  ==================================*/
  /*-- GENERAL STYLES
  ------------------------------*/
  .timeline {
	line-height: 1.4em;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
  }
  .timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
	line-height: inherit;
  }
  
  /*----- TIMELINE ITEM -----*/
  .timeline-item {
	padding-left: 40px;
	position: relative;
  }
  .timeline-item:last-child {
	padding-bottom: 0;
  }
  
  /*----- TIMELINE INFO -----*/
  .timeline-info,
  .timeline-content span {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
	white-space: nowrap;
  }
  /* change to flex */
  /*----- TIMELINE MARKER -----*/
  .timeline-marker {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
  }
  .timeline-marker:before {
	background: #f1a84a;
	border: 3px solid #67493e;
	border-radius: 100%;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	top: calc(50% - 60px);
	left: 0;
	z-index: 1;
	width: 20px;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  }
  .timeline-marker:after {
	content: "";
	width: 3px;
	background: #67493e;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
  }
  .timeline-item:last-of-type .timeline-marker:after {
	background: repeating-linear-gradient(
		0deg,
		#67493e,
		#67493e 15px,
		#fff 15px,
		#fff 30px
	  );
  }
  
  .timeline-item:not(.period):hover .timeline-marker:before {
	background: #f1a84a;
	border: 3px solid #67493e;
	-ms-transform: scale(2);  /* <--- not necessary */
	-webkit-transform: scale(1.5); 
	transform: scale(1.5);
  }
  .timeline-marker:before {
	-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
  }

  /*----- TIMELINE CONTENT -----*/
  .timeline-content {
	padding-bottom: 100px;
	padding-top: 20px;
  }
  .timeline-content p:last-child {
	margin-bottom: 0;
  }
  
  /*----- TIMELINE PERIOD -----*/
  .period {
	padding: 0;
  }
  .period .timeline-info {
	display: none;
  }
  .period .timeline-marker:before {
	background: transparent;
	content: "";
	width: 20px;
	height: auto;
	border: none;
	border-radius: 0;
	top: 0;
	bottom: 30px;
	position: absolute;
	border-top: 3px solid #67493e;
	border-bottom: 3px solid #67493e;
  }
  .period.no-border-top .timeline-marker:before {
	  border-top: none;
  }
  .period .timeline-marker:after {
	content: "";
	height: 32px;
	top: auto;
  }
  .period .timeline-content {
	padding: 40px 0 70px;
  }
  .period .timeline-title {
	margin: 0;
  }

  .timeline-content-inner {
	  padding: 20px 30px;
	  background-color: #f1a84a;
	  color: #67493e;
	  border-radius: 20px;
	  position: relative;
  }
  .timeline-content-inner p {
		color: #67493e;
		margin-top:0;
		font-size:1rem;
  }
  .timeline-content-inner h3 {
	  color: #fff;
	  margin-bottom: 10px;
	  font-size: 1.125rem;
  }
  .timeline-content-inner :first-child {
	  margin-top:0;
  }
  .timeline-content-inner:after {
    position: absolute;
	content:'';
    width: 20px;
    height: 20px;
    background-color: #f1a84a;
    left: 50%;
    top: 0;
    transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
}
  
  /*----------------------------------------------
	  MOD: TIMELINE SPLIT
  ----------------------------------------------*/
  @media (min-width: 768px) {
	.timeline-centered .timeline {
	  display: table;
	}
	.timeline-centered .timeline-item {
	  display: table-row;
	  padding: 0;
	}
	.timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
	  display: table-cell;
	  vertical-align: top;
	}
	.timeline-centered .timeline-marker {
	  position: relative;
	}
	.timeline-centered .timeline-content {
	  padding-left: 30px;
	}
	.timeline-centered .timeline-info {
	  padding-right: 30px;
	}
	.timeline-centered .period .timeline-title {
	  position: relative;
	  left: -45px;
	}
	.timeline-content-inner p {
		font-size: 1.125rem;
	}
	.timeline-content-inner h3 {
		font-size: 1.375rem;
	}
	.timeline-info,
	.timeline-content span {
		margin-left: 30px;
  	}
	  .timeline-content {
		  padding-bottom:40px;
		  padding-top: 0;
	  }
  }
  
  /*----------------------------------------------
	  MOD: TIMELINE CENTERED
  ----------------------------------------------*/
  @media (min-width: 768px) {
	.timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
	  display: block;
	  margin: 0;
	  padding: 0;
	}
	.timeline-centered .timeline-item {
		padding-bottom: 100px;
		overflow: hidden;
	}
	.timeline-centered .timeline-item:not(.period) {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
	}
	.timeline-centered .timeline-item:not(.period):nth-of-type(odd) {
		flex-direction: row;
	}
	.timeline-centered .timeline-marker {
	  position: absolute;
	  left: 50%;
	  margin-left: -7.5px;
	}
	.timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
	  width: 50%;
	}
	.timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
	  float: left;
	  text-align: left;
	  padding-right: 50px;
	}
	.timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
	  float: right;
	  text-align: left;
	  padding-left: 50px;
	}
	.timeline-centered > .timeline-item:nth-child(even) .timeline-info {
	  float: right;
	  text-align: left;
	  padding-left: 50px;
	}
	.timeline-centered > .timeline-item:nth-child(even) .timeline-content {
	  float: left;
	  text-align: left;
	  padding-right: 50px;
	}
	.timeline-centered > .timeline-item.period .timeline-content {
	  float: none;
	  padding: 0;
	  width: 100%;
	  text-align: center;
	}
	.timeline-centered .timeline-item.period {
	  padding: 50px 0 90px;
	}
	.timeline-centered .period .timeline-marker:after {
	  height: 30px;
	  bottom: 0;
	  top: auto;
	}
	.timeline-centered .period .timeline-title {
	  left: auto;
	}

	.timeline-centered > .timeline-item:nth-child(odd) .timeline-content-inner:after {
		left: -10px;
		top: 50%;
		right: auto;
	}
	.timeline-centered > .timeline-item:nth-child(even) .timeline-content-inner:after {
		right: -10px;
		top: 50%;
		left: auto;
	}
  }
  @media (min-width:769px) {
	.map-responsive {
		padding-bottom:56.25%;
	  }
  }
  
  /*----------------------------------------------
	  MOD: MARKER OUTLINE
  ----------------------------------------------*/
  .marker-outline .timeline-marker:before {
	background: transparent;
	border-color: #FF6B6B;
  }
  .marker-outline .timeline-item:hover .timeline-marker:before {
	background: #FF6B6B;
  }