/*!
Theme Name: WVP
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: wvp
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.

WVP 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.
 */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700&subset=cyrillic');
@import url('../../plugins/js_composer/assets/css/js_composer.min.css');

html {
	font-size: 16px;
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	font-family: 'Roboto', sans-serif;
}

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

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

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
body.home {
	background: #000000;
}

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

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

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

h2 {
	font-size: 2em;
	color: #404040;
}

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-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-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #b32020;
	outline: none;
}

a:visited {
	color: purple;
}

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

a:focus {
	outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1140px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul.nav-menu {
		display: block;
	}
	.main-navigation ul.nav-menu li:hover > ul.sub-menu {
		display: block;
	}
	.main-navigation.toggled ul {
		display: flex;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 2em 0 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;
}


/* Global */

.container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.site-content {
	position: relative;
	z-index: 0;
}

.animated {
	animation-duration: 4s !important;
}
.animated.fadeIn {
	animation-duration: 2s !important;
}
.animated.fadeOut {
	animation-duration: 0.6s !important;
}

.default-red a {
	background-color: #b32020 !important;
}
.default-red a:hover {
	background-color: #ed1c24 !important;
}

header.site-header {
	position: absolute;
	display: flex;
	flex-direction: row;
	z-index: 1;
	left: 50px;
	top: 30px;
	right: 30px;
	align-items: center;
}
body.home header.site-header {
	opacity: 0;
	position: fixed;
}
body.admin-bar header.site-header {
	top: 60px;
}
header.site-header .site-branding {
	flex: 1;
	max-width: 200px;
}
header.site-header .site-branding img {
	width: 8vw;
	max-width: 150px;
}

header.site-header nav.main-navigation {
	flex: 1;
	display: flex;
	justify-content: center;
	z-index: 10;
}

header.site-header nav.main-navigation ul li a {
	color: #fff;
	letter-spacing: 1px;
	padding: 10px 20px;
	margin-bottom: 2px;
	cursor: pointer;
}
header.site-header nav.main-navigation ul li a:hover {
	border-bottom: 2px solid #b32020;
	background: rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
}
header.site-header nav.main-navigation ul li a:not([href]):not([tabindex]):focus,
header.site-header nav.main-navigation ul li a:not([href]):not([tabindex]):hover {
	color: #fff;
}

header.site-header nav.main-navigation ul li ul {
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 0;
}
body.home header.site-header nav.main-navigation ul li ul {
	background: rgba(255, 255, 255, 0.7);
}
header.site-header nav.main-navigation ul li ul a::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 5px;
	width: 5px;
	background: #ddd;
}
header.site-header nav.main-navigation ul li ul a {
	color: #404040;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 0;
	padding-left: 16px;
	margin-left: 14px;
	display: block;
	min-width: 200px;
	position: relative;
}
header.site-header nav.main-navigation ul li ul a:hover {
	border-bottom: none;
	color: #000;
	background: transparent;
}
header.site-header nav.main-navigation ul li ul a:hover::before {
	background: #b32020;
}

header.site-header .user-bar {
	flex: 1;
	display: flex;
	align-items: center;
	max-width: 200px;
}
header.site-header .user-bar a.login-btn {
	display: inline-block;
	width: 130px;
	margin-right: 10px;
	text-align: center;
	padding: 7px 0;
	background: transparent;
	border: 2px solid #b32020;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 22px;
}
header.site-header .user-bar a.login-btn:hover {
	border-color: #fff;
}

header.site-header .login-menu,
header.site-header .lang-menu {
	display: none;
}


header.site-header .user-bar .lang-select {
	display: inline-block;
	width: 50px;
	overflow: hidden;
	position: relative;
	letter-spacing: 1px;
	color: #fff;
}
header.site-header .user-bar .lang-select::before {
	content: '\e5cf';
	position: absolute;
	font-family: 'Material Icons';
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1;
	font-variant: normal;
	text-transform: none;
	left: 30px;
	z-index: 0;
}
header.site-header .user-bar .lang-select > select {
	border: none;
	background: transparent;
	cursor: pointer;
	color: #fff;
	width: 80px;
	position: relative;
	z-index: 1;
}
header.site-header .user-bar .lang-select > select option {
	color: #404040;
	padding: 3px;
}

header.site-header .user-bar .lang-select > select option:first-child { display: block; }

.paoc-popup-modal {
	width: 80%;
	background: #000;
}
.paoc-popup-modal iframe {
	width: 90vw;
	height: 80vh;
}

.paoc-popup-modal-cnt {
	background: #000;
	padding: 20px !important;
}

.paoc-popup-close {
	right: 20px;
	top: 20px;
}

.custombox-open.custombox-overlay {
	opacity: 0.8 !important;
}


/* homepage */

.video-overlay {
	width: 100%;
	height: 100vh;
	background: url(images/pattern.png) repeat transparent;
    background-attachment: fixed;
	opacity: 0.3;
}

.slogan {
	position: fixed;
	left: 0;
	right: 0;
	top: 35%;
}

.slogan h2 {
/*	text-transform: uppercase;*/
	font-weight: 700;
	letter-spacing: 2px !important;
}

.main-btn a {
	display: inline-block;
	font-size: 1.1em;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 40px;
	background: #b32020;
	cursor: pointer;
	border-radius: 30px;
	margin-top: 10px;
}

.footer-videos {
	background: url(images/footer-bg.jpg) no-repeat center top #b32020;
	background-size: 100vw auto;
	position: relative;
	margin-top: -5px;
	color: #fff;
}
body.admin-bar .footer-videos {
	margin-top: -37px;
}

.footer-videos h2 {
	font-size: 1.4em;
	margin-top: 8px;
	letter-spacing: 0.5px;
	color: #fff;
}

.footer-videos .videos-wrapper {
	position: relative;
	background: url(images/footer-bg.jpg) no-repeat center top #b32020;
	background-size: 100vw auto;
	display: flex;
	justify-content: center;
}

.footer-videos .videos-wrapper > .wpb_column {
	margin: 50px 0 10px;
	max-width: 36%;
}

.footer-videos .videos-wrapper > .wpb_column .vc_icon_element { display: none; }

.footer-videos .videos-wrapper > .wpb_column .paoc-popup-image img {
	width: 100%;
	height: auto;
	display: block;
}
.footer-videos .videos-wrapper > .wpb_column .paoc-popup-image {
	position: relative;
	display: block;
	margin: 0 auto;
}
.footer-videos .videos-wrapper > .wpb_column .paoc-popup-image::after {
	content: '\e039';
	position: absolute;
	overflow: hidden;
	font-family: 'Material Icons';
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 4em;
	margin-left: -30px;
	left: 50%;
	top: 35%;
}
.footer-videos .videos-wrapper > .wpb_column .paoc-popup-image::before {
	content: '';
	position: absolute;
	background: rgba(179, 32, 32, 0.5);
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.footer-videos .videos-wrapper > .wpb_column .paoc-popup-image:hover::after {
	color: #fff;
}

.footer-videos .videos-wrapper > .wpb_column .paoc-popup-image:hover::before {
	background: rgba(179, 32, 32, 0.4);
}

.scroll-toggle {
	position: absolute;
	cursor: pointer;
	left: 50%;
	margin-left: -180px !important;
}


/* PAGE */

.page-header {
	position: relative;
	width: 100%;
	min-height: 300px;
	background-position: center center;
	background-size: cover;
}
body.page-template-template-fund .page-header {
	min-height: 400px;
}
.page-header::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, 0.15);
}
.page-header .pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(images/pattern.png) repeat #000;
	opacity: 0.25;
	z-index: 0;
}
header.entry-header {
	position: relative;
	min-height: 300px;
	z-index: 1;
}
body.page-template-template-fund header.entry-header {
	min-height: 400px;
	padding-top: 140px;
	text-align: center;
}
header.entry-header h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 3.4em;
	z-index: 1;
}

.wpsm_counter_b_row > div {
	display: table;
}
.wpsm_counter_b_row > div .wpsm_row:nth-child(4) { display: none !important; }
.wpsm_counter_b_row > div .wpsm_row {
	display: table-cell !important;
	min-width: 330px;
}
.wpsm_counter_b_row div .wpsm_row * {
	padding: 0;
	margin: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.wpsm_counter_b_row div .wpsm_row:nth-child(2) {
	padding: 0 55px;
}

.wpsm_counterbox {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.wpsm_counterbox .wpsm_number {
	flex: 1;
	font-family: 'Roboto', sans-serif !important;
	font-size: 4.2em !important;
	color: #b32020 !important;
}
.wpsm_counterbox .wpsm_count-title {
	font-family: 'Roboto', sans-serif !important;
	flex: 4;
	letter-spacing: 0 !important;
	text-align: left;
	text-transform: uppercase;
	font-size: 1.4em !important;
	font-weight: 300 !important;
	margin-left: 2px !important;
	color: #b32020 !important;
}

/* TABLES */

	.red { color: #b7192b; }
	.green { color: #1ac122; }

	.data-table {
		border-collapse: collapse !important;
		margin: 30px auto 10px;
		max-width: 100%;
	}

		.data-table td {
			padding: 10px 10px 10px 6px;
			font-size: 14px;
			border: 1px solid #e8e8e8;
			text-align: right;
		}
		.dividends-container .data-table th,
		.dividends-container .data-table td {
			text-align: left;
		}
		.data-table td.first,
		.data-table td:hover {
			background-color: #f8f8f8;
		}
		.data-table td.dp {
			width: 60px;
		}
		.data-table thead td {
			background-color: #f8f8f8;
			vertical-align: bottom;
		}
		.data-table td strong {
			color: #999999;
			font-size: 11px;
			display: block;
			line-height: 12px;
			font-style: italic;
		}

		.dividends-container small {
			font-weight: bold;
			margin-bottom: 10px;
			display: block;
		}



/* FUND PAGE */

.fund-logo {
	margin-bottom: 30px;
}

.fund-facts {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.fund-facts > div {
	flex: 1;
	margin: 10px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	color: #fff;
	padding: 20px 0;
	min-height: 110px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}
.fund-facts > div:first-child {
	padding: 20px 0 10px;
}
.fund-facts > div:hover {
	background: rgba(255, 255, 255, 0.2);
}
.fund-facts > div label {
	font-size: 1em;
	line-height: 1.2;
	letter-spacing: 0.5px;
	display: block;
	text-transform: uppercase;
}
.fund-facts > div > div {
	font-size: 1.8em;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	bottom: 0;
	letter-spacing: 1px;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.fund-facts > div small {
	color: rgba(255, 255, 255, 0.6);
}
.fund-facts .risk span {
	width: 8%;
	display: inline-block;
	height: 10px;
	border: 2px solid #fff;
	margin: 0 2px;
}
.fund-facts .risk span:nth-child(1) { height: 10px; }
.fund-facts .risk span:nth-child(2) { height: 15px; }
.fund-facts .risk span:nth-child(3) { height: 20px; }
.fund-facts .risk span:nth-child(4) { height: 25px; }
.fund-facts .risk span:nth-child(5) { height: 30px; }
.fund-facts .risk span:nth-child(6) { height: 35px; }
.fund-facts .risk span:nth-child(7) { height: 40px; }

.fund-facts .risk-1 span:nth-child(1) { background: #fff; }

.fund-facts .risk-2 span:nth-child(1) { background: #fff; }
.fund-facts .risk-2 span:nth-child(2) { background: #fff; }

.fund-facts .risk-3 span:nth-child(1) { background: #fff; }
.fund-facts .risk-3 span:nth-child(2) { background: #fff; }
.fund-facts .risk-3 span:nth-child(3) { background: #fff; }

.fund-facts .risk-4 span:nth-child(1) { background: #fff; }
.fund-facts .risk-4 span:nth-child(2) { background: #fff; }
.fund-facts .risk-4 span:nth-child(3) { background: #fff; }
.fund-facts .risk-4 span:nth-child(4) { background: #fff; }

.fund-facts .risk-5 span:nth-child(1) { background: #fff; }
.fund-facts .risk-5 span:nth-child(2) { background: #fff; }
.fund-facts .risk-5 span:nth-child(3) { background: #fff; }
.fund-facts .risk-5 span:nth-child(4) { background: #fff; }
.fund-facts .risk-5 span:nth-child(5) { background: #fff; }

.fund-facts .risk-6 span:nth-child(1) { background: #fff; }
.fund-facts .risk-6 span:nth-child(2) { background: #fff; }
.fund-facts .risk-6 span:nth-child(3) { background: #fff; }
.fund-facts .risk-6 span:nth-child(4) { background: #fff; }
.fund-facts .risk-6 span:nth-child(5) { background: #fff; }
.fund-facts .risk-6 span:nth-child(6) { background: #fff; }

.fund-facts .risk-7 span:nth-child(1) { background: #fff; }
.fund-facts .risk-7 span:nth-child(2) { background: #fff; }
.fund-facts .risk-7 span:nth-child(3) { background: #fff; }
.fund-facts .risk-7 span:nth-child(4) { background: #fff; }
.fund-facts .risk-7 span:nth-child(5) { background: #fff; }
.fund-facts .risk-7 span:nth-child(6) { background: #fff; }
.fund-facts .risk-7 span:nth-child(7) { background: #fff; }



.chart-wrap,
.chart-wrap #chart {
	height: 450px;
}



ul.vc_tta-tabs-list {
	display: flex !important;
	flex-direction: row;
	margin-bottom: 30px !important;
}
ul.vc_tta-tabs-list li {
	flex: 1;
	margin: 0 10px !important;
}
.wpb-js-composer .vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a,
ul.vc_tta-tabs-list li a {
	border: 2px solid #b32020 !important;
	background: #ffffff !important;
	color: #b32020 !important;
	border-radius: 8px !important;
	padding: 20px 30px !important;
	text-align: left;
	display: flex !important;
	flex-direction: row;
	align-items: center;
	min-height: 80px;
}
.wpb-js-composer .vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a:hover,
.wpb-js-composer .vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a,
ul.vc_tta-tabs-list li a:hover,
ul.vc_tta-tabs-list li.vc_active a {
	background: #b32020 !important;
	color: #ffffff !important;
}
ul.vc_tta-tabs-list li a i {
	font-size: 1.9em !important;
}
ul.vc_tta-tabs-list li a span {
	font-size: 1em !important;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.2;
	display: inline-block;
}

.wpb-js-composer .vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
	margin-top: 10px;
}



.vc_progress_bar .vc_single_bar {
	padding: 3px;
}
.vc_progress_bar .vc_single_bar::before {
	position: absolute;
	width: 40px;
	text-align: right;
	left: -60px;
	top: 10px;
	content: '';
	font-size: 1.4em;
	font-weight: 700;
	color: #c4c4c4;
	font-style: italic;
}
.vc_progress_bar .vc_single_bar:nth-child(1)::before { content: '1.'; }
.vc_progress_bar .vc_single_bar:nth-child(2)::before { content: '2.'; }
.vc_progress_bar .vc_single_bar:nth-child(3)::before { content: '3.'; }
.vc_progress_bar .vc_single_bar:nth-child(4)::before { content: '4.'; }
.vc_progress_bar .vc_single_bar:nth-child(5)::before { content: '5.'; }
.vc_progress_bar .vc_single_bar:nth-child(6)::before { content: '6.'; }
.vc_progress_bar .vc_single_bar:nth-child(7)::before { content: '7.'; }
.vc_progress_bar .vc_single_bar:nth-child(8)::before { content: '8.'; }
.vc_progress_bar .vc_single_bar:nth-child(9)::before { content: '9.'; }
.vc_progress_bar .vc_single_bar:nth-child(10)::before { content: '10.'; }
.vc_progress_bar .vc_single_bar small {
	color: #fff;
	font-size: 1.3em;
}
.vc_progress_bar .vc_single_bar small span {
	font-style: italic;
	color: #404040;
	font-weight: 700;
	float: right;
}
.vc_progress_bar .vc_single_bar .vc_bar {
	background: #b32020 !important;
	border-radius: 3px 0 0 3px !important;
}

.wpcf7-form > p {
	width: 44%;
	margin: 0 3%;
	min-height: 90px;
	float: left;
}
.wpcf7-form > p:nth-child(6),
.wpcf7-form > p:nth-child(7) {
	width: 94%;
	margin-bottom: 10px;
}

.wpcf7-form select,
.wpcf7-form input {
	width: 100%;
	padding: 5px;
}

.wpcf7-form input.wpcf7-submit {
	width: 100%;
	text-align: center;
	padding: 15px 30px;
	background: #b32020;
	border: 1px solid #b32020;
	border-radius: 6px;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 1px
}
.wpcf7-form textarea {
	height: 60px;
}

ul.juniors-list {
	column-count: 3;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.juniors-list li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 90%;
}
ul.juniors-list li > div {
	padding: 3px 8px;
	float: left;
	color: #404040;
}
ul.juniors-list li:hover {
	background: #f8f8f8;
	cursor: pointer;
}
ul.juniors-list li .junior-date {
	float: right;
	color: #909090;
}
ul.juniors-list li .junior-name {
	font-size: 0.9em;
}
ul.juniors-list li .junior-index {
	font-weight: 700;
	font-style: italic;
}



/* SINGLE */

.site-main.container {
	padding: 60px 0;
}

.postirano-na {
    margin-bottom: 15px;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
body.single-post .site-main.container hr {
	display: none;
}


/* QUIZ */

.wq_quizTitle { display: none !important; }
.wq_questionTextCtr {
	background: transparent !important;
}
.wq_questionTextCtr h4 {
	font-size: 1.4em !important;
	padding: 20px 0;
	line-height: 1.2 !important;
}

.wq_quizCtr .wq_singleAnswerCtr {
	border: 0 !important;
	padding: 15px 20px !important;
}



/*--------------------------------------------------------------
# Companies View
--------------------------------------------------------------*/

.companies-view .vc_grid-item .vc_gitem-is-link {
	box-shadow: 0 0 14px rgba(0,0,0,.1);
}
.companies-view .vc_grid-item .vc_gitem-is-link:hover {
	transition: box-shadow .2s ease;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}


/* FAQ */

.wpb-js-composer .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
	background: #fff;
	color: #b32020 !important;
	border: 2px solid #b32020;
	border-radius: 6px;
	font-weight: normal;
	font-size: 1.1em;
	letter-spacing: 0.5;
	line-height: 1.4;
}
.wpb-js-composer .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel:hover .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-color-vista-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	background: #b32020;
	color: #fff !important;
}



/* CALC */

	.content.clearfix {
		position: relative;
	}

	.calc-container {
	}

	.calc-container .btn,
	.rezult-wrap { display: none; }

	.name-overlay {
		position: relative;
		float: left;
		min-height: 780px;
		padding: 230px 0 0;
		background: #d1272c;
		background: -moz-radial-gradient(center, ellipse cover, #e85c61 0%, #d1272c 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover, #e85c61 0%,#d1272c 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center, #e85c61 0%,#d1272c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85c61', endColorstr='#d1272c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		z-index: 9999;
	}

		.cal-logo {
			position: absolute;
			top: 10%;
			left: 50%;
			margin-left: -100px;
		}
		.cal-logo-footer {
			position: absolute;
			bottom: 6%;
			left: 50%;
			margin-left: -100px;
		}

		.name-overlay #fond,
		.name-overlay #agent,
		.name-overlay #ime,
		.name-overlay #godini,
		.name-overlay #gvlog,
		.name-overlay #vlog,
		.name-overlay #pocvlog,
		.name-overlay #prezime {
			float: left;
			width: 60%;
			font-size: 16px;
			margin: 0 0 15px 20%;
			box-sizing: border-box;
			padding: 8px 10px;
			border-radius: 4px;
			border: 1px solid #bf2328;
		}
		.name-overlay #gvlog {
			background-color: #c0c0c0;
			color: #eeeeee;
		}
		.name-overlay #vlez {
			border: none;
			border-radius: 4px;
			background: #222;
			color: #ffffff;
			clear: both;
			float: right;
			margin-right: 20%;
			font-size: 16px;
			padding: 10px 30px;
			text-transform: uppercase;
			letter-spacing: 1px;
			cursor: pointer;
		}
		.calc-container input.btn,
		.calc-container .btn {
			font-size: 1em;
			font-weight: 300;
			color: #fff;
			text-transform: uppercase;
			letter-spacing: 1px;
			padding: 12px 20px;
			background: #b32020;
			border: none;
			border-radius: 6px;
			margin-top: 10px;
			float: right;
			margin: 20px 6px 40px;
			cursor: pointer;
		}
		.error-message,
		.error-message-2,
		.error-message-3,
		.error-message-4 {
			color: #ffffff;
			float: left;
			clear: both;
			font-size: 16px;
			margin: 10px 20%;
			display: none;
		}

	.rezult-wrap {
		position: relative;
		float: left;
		background-color: #eeeeee;
		padding: 20px 0;
	}

		.info-wrap {
			position: relative;
			float: left;
			width: 90%;
			margin: 10px 5%;
			box-sizing: border-box;
			font-size: 16px;
			font-style: italic;
		}

			.rez {
				background: #ffffff;
				border-radius: 8px;
				padding: 6px 16px;
				font-size: 20px;
				font-style: normal;
				font-weight: bold;
				width: 100%;
				margin: 5px 0;
				box-sizing: border-box;
			}

			.renta-rez {
				background: #ffffff;
				border-radius: 8px;
				padding: 6px 16px;
				width: 100%;
				margin: 5px 0 15px;
				box-sizing: border-box;

			}
			.rez.green-4,
			.rez.green-7,
			.rez.green-10 {
				background-color: #aaffaa;
				color: #000000;
			}
			.rez.green-4 { width: 40%; }
			.rez.green-7 { width: 70%; }

.normal-italic {
	font-weight: normal;
	font-style: italic;
}


	.share-wrap {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #eeeeee;
		z-index: 9999;
		display: none;
	}

		.share-wrap textarea {
			border-radius: 8px;
			padding: 20px 20px 40px;
			box-sizing: border-box;
			width: 80%;
			margin: 40px 10%;
		}

	.copy-msg {
		float: left;
		clear: both;
		margin-left: 10%;
		display: none;
	}

	.logo-print { display:none; }

	.desc {
		font-size: 14px;
		float: left;
		margin: 20px 5% 10px;
	}




/* FOOTER */


footer.site-footer {
	background: url(images/footer-bg.jpg) no-repeat center -60px #b32020;
	background-size: 100vw auto;
	color: #fff;
}

body.home footer.site-footer {
	background: url(images/footer-bg.jpg) no-repeat center -342px #b32020;
	background-size: 100vw auto;
	color: #fff;
}

#footer-sidebar {
	padding: 20px 0 30px;
	margin-top: 70px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.home #footer-sidebar {
	padding: 10px 0 20px;
	margin-top: 0;
}
#footer-sidebar aside {
	margin: 0;
}
#footer-sidebar p {
	padding: 0;
	margin: 0;
}

#footer-sidebar1 {
	padding-top: 15px;
	display: flex;
	justify-content: center;
}
#footer-sidebar1 a {
	display: block;
	margin-top: 20px;
}

#footer-sidebar2 {
	text-align: center;
	padding-top: 15px;
}
#footer-sidebar2 h3 {
	font-style: italic;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 15px 0 2px;
}
#footer-sidebar2 ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}
#footer-sidebar2 ul li {
	flex: 1;
	list-style: none;
	margin: 0;
	padding: 0;
    max-width: 40px;
}
#footer-sidebar2 ul li a {
	color: rgba(255, 255, 255, 0.8);
	text-transform: none;
	padding: 5px;
}
#footer-sidebar2 ul li a:hover {
	color: #ffffff;
}

#footer-sidebar3 {
	padding-top: 15px;
	text-align: center;
	font-size: 1em;
	letter-spacing: 1px;
}

#footer-sidebar4 {
	padding-top: 15px;
	font-style: italic;
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
}

footer .site-info {
	padding: 10px 0 15px;
	font-size: 0.8em;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 1px;
}
footer .site-info a {
	color: #fff;
}

/*** DIVIDENDS PAGE ***/

#wvp-dividends_page {
	margin: 40px 0;
}


@media screen and (min-width: 781px) {
    /* dividends Fix table head */
    .dividends-container { margin: 30px 0; }
    .dividends-container .data-table { margin: 0; }
    .dividends-container { overflow-y: auto; height: 450px; display: block; }
    .dividends-container th { position: sticky; top: 0; }
    .dividends-container th { background: #fff; box-shadow: 3px 1px 5px #e8e8e8; }
}


.btn-below-chart a {
    min-height: 70px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.btn-below-chart a i {
    font-size: 28px !important;
}



/*********************************/
/********  RESPONSIVE  ***********/
/*********************************/


@media screen and (max-width: 1140px) {

	.container {
		padding: 0 20px;
		overflow: hidden;
	}

	header.site-header {
		top: 20px;
		left: 20px;
		right: 20px;
	}

	header.site-header .site-branding img {
		width: 100px;
		position: relative;
		z-index: 11;
	}

	.menu-toggle {
		position: relative;
		z-index: 11;
		background: transparent;
		border: 0;
		color: #b32020;
		cursor: pointer;
		outline: none !important;
	}
	.menu-toggle i {
		font-size: 3em;
	}

	body.menu-toggled {
		overflow: hidden;
	}

	.main-navigation ul {
		flex-direction: column;
		padding: 100px 0 10px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		z-index: 10;
	}
	.main-navigation .menu-main-menu-container > ul::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 100px;
		background: #000;
		z-index: 999999;
	}
	.main-navigation .menu-main-menu-container > ul {
		position: fixed;
		overflow-y: scroll;
	}
	.main-navigation ul li,
	.main-navigation ul li ul,
	.main-navigation ul li ul li {
		left: auto !important;
		position: relative;
		display: block;
		width: 100%;
		background: transparent !important;
		box-shadow: none !important;
		border: none;
	}
	.main-navigation ul li a {
		color: #f0f0f0 !important;
		text-align: center;
		width: 100%;
		text-transform: uppercase;
		letter-spacing: 2px;
		border: 0 !important;
		margin: 0 !important;
	}
	.main-navigation ul li a::before { display: none; }
	.main-navigation ul li ul li a {
		text-transform: none;
		letter-spacing: 0;
	}
	.main-navigation ul li a:hover {
		color: #fff !important;
		background: #101010 !important;
	}
	.main-navigation img { display: none; }


	header.site-header .login-menu,
	header.site-header .lang-menu {
		display: block;
	}

	header.site-header .user-bar {
		display: none;
	}

	header.site-header nav.main-navigation {
		justify-content: flex-end;
	}

	.wpsm_counter_b_row > div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.wpsm_counter_b_row div .wpsm_row:nth-child(2) {
		padding: 0;
	}

	ul.juniors-list {
		column-count: 2;
	}

}


@media screen and (max-width: 780px) {

	.content-area {
		max-width: 100%;
		overflow-x: hidden;
	}

	.site-main.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.postirano-na {
		margin-top: -40px;
	}

	.video-overlay {
		background-color: rgba(0, 0, 0, 0.5);
	}

	.page-header {
		min-height: 200px;
	}
	header.entry-header {
		min-height: 180px;
	}
	header.entry-header h1 {
		font-size: 1.6em;
		line-height: 1;
		margin: 0 20px;
	}

	.footer-videos h2 {
		font-size: 1.2em !important;
		line-height: 1.1 !important;
		margin: 0 0 10px;
		padding: 0 20px !important;
	}

	.footer-videos .videos-wrapper h2 {
		margin: 20px 0;
	}

	.footer-videos .videos-wrapper {
		background: transparent;
	}

	.footer-videos {
		background-size: cover;
	}

	.footer-videos .videos-wrapper {
		display: block;
	}
	.footer-videos .videos-wrapper > .wpb_column {
		margin: 20px 0;
		max-width: 100%;
	}

	.paoc-popup-modal {
		width: 100%;
		background: #000;
	}
	.paoc-popup-modal iframe {
		width: 100vw;
		height: 100vh;
	}
	.paoc-popup-modal-cnt {
		background: #000;
		padding: 0 !important;
	}
	.custombox-content>* {
		max-height: 100%;
	}

	footer.site-footer {
		background-size: auto;
	}

	.entry-content p,
	.entry-content ul,
	.entry-content li,
	.entry-content h2 {
		text-align: left !important;
	}
	.entry-content h2 {
		line-height: 1.2;
	}

	ul, ol {
		margin: 0;
	}

	body.page-template-template-fund header.entry-header {
		padding-top: 100px;
		padding-bottom: 30px;
	}

	.fund-logo {
		width: 60%;
	}

	.fund-facts {
		flex-direction: column;
	}
	.fund-facts > div {
		width: 80%;
		min-height: 90px;
	}
	.fund-facts > div > div {
		font-size: 1.4em;
	}
	.chart-wrap, .chart-wrap #chart {
		width: 100vw;
		height: 380px;
		margin-left: -25px;
	}

	.vc_progress_bar .vc_single_bar {
		background: #bbb !important;
	}

	.wpcf7-form > p {
		width: 94%;
		margin: 0 3%;
		min-height: 90px;
		float: left;
	}

	.wpcf7-form input.wpcf7-submit {
		padding: 15px 10px;
		color: #fff;
	}

	ul.juniors-list {
		column-count: 1;
	}
	ul.juniors-list li {
		width: 100%;
	}

	.calc-container {
		width: 100vw;
		margin-left: -20px;
	}

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

	.name-overlay #agent, .name-overlay #ime, .name-overlay #godini, .name-overlay #gvlog, .name-overlay #vlog, .name-overlay #pocvlog, .name-overlay #prezime {
		width: 90%;
    	margin: 0 0 15px 5%;
	}

	.page-kalkulator .wpb_button,
	.page-kalkulator .hentry,
	.page-kalkulator .wpb_content_element,
	.page-kalkulator ul.wpb_thumbnails-fluid>li {
		margin: 0;
	}

	div.block.block-block {
		overflow: hidden;
		overflow-x: scroll;
	}
	div.block.block-block table {

	}
}









































