/*!
Theme Name: planrazvoja
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: planrazvoja
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.

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

p {
	margin-bottom: .5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #6a6a6a;
}

a:visited {
	color: #6a6a6a;
}

a:hover,
a:focus,
a:active {
	color: #6a6a6a;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

.main-navigation ul ul a {
	width: 200px;
}
@media screen and (min-width: 1024px) {
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
}

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 1024px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* custom style */
#primary {
	overflow: hidden;
}
.content-to-opacity {
	/* min-height: 100vh;*/
}
.add-opacity {
	opacity: 0.1;
	pointer-events: none;
}
body {
	font-family: 'Open Sans', sans-serif!important;
	color: #23232b;
	font-size: 14px!important;
}
* {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li {
	font-family: 'Open Sans', sans-serif!important;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
ul:not(.nav-menu) {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul:not(.nav-menu) li {
	position: relative;
	line-height: 1.8em;
	padding-left: 18px;
    margin-bottom: 10px;
}
ul:not(.nav-menu) li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	height: 100%;
	width: 4px;
	background-color: #eaeaea;
}
ul:not(.nav-menu) li ul {
	margin-top: 8px;
}
ul:not(.nav-menu) li ul li:before {
	display: none;
}
ul:not(.nav-menu) li a {
	font-weight: 600;
	color: #000;
}
.py-6 {
    padding-bottom: 4rem!important;
    padding-top: 4rem!important;
}
.site {
	overflow: hidden;
}
p {
	line-height: 1.8em;
}
/* header */
.top-header {
	background-color: #627a91!important;
	padding: 5px 0px;
	line-height: 1em;
}
.th-widget-title {
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
}
.top-header .stl-selector {
	display: inline-block;
	color: #fff;
}
.top-header .stl-selector a {
	font-size: 12px;
	color: #fff;
	text-decoration: none    
}
.header-row {
    position: relative;
}
.apv-logo-wrapper {
	text-align: center;
	position: absolute;
	right: 15px;
}
.giz-logo-wrapper {
    text-align: center;
    position: absolute;
    right: 15px;
	max-width: 150px;
}
/*
.giz-logo-wrapper img {
	height: 100%;
	width: auto;
}
*/
.apv-logo-tetx {
	font-size: 0.58em;
    padding-top: 0.6em;
    margin-bottom: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
	font-weight: 600;
}
.site-branding {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.site-branding .site-title {
	font-size: 22px;
    display: block;
}
@media (max-width: 1023px) {
	.header-row {
		justify-content: start;
		min-height: 90px;
	}
	.site-branding {
		padding-top: 12px;
		padding-bottom: 12px;
		text-align: left;
		padding-left: 15px;
		max-width: 400px;
	}
	.site-branding img {
		max-width: 100%;
	}
	.apv-logo-wrapper {
		text-align: center;
		position: absolute;
		left: initial;
		max-width: 83px;
		right: 15px;
	}
	.apv-logo-tetx {
		font-size: 0.45em;
	}
	.giz-logo-wrapper {
		text-align: center;
		position: absolute;
		right: 15px;
		max-width: 116px;
	}
}
@media (max-width: 650px) {
	.header-row {
		padding-top: 24px;
	}
	.site-branding {
		max-width: 100%;
		width: 100%;
	}
	.apv-logo-wrapper {
		text-align: center;
		position: absolute;
		max-width: 64px;
		right: 15px;
		top: 5px;
	}
	.giz-logo-wrapper {
		text-align: center;
		position: absolute;
		right: 15px;
		max-width: 70px;
		top: 8px;
	}
	.apv-logo-tetx {
		display: none;
	}
}
.navigation-wrapper {
	background-color: #627a91!important;
}
.main-navigation {
    width: auto;
}
.main-navigation ul {
	justify-content: start;
}
.main-navigation ul li {
	margin: 0 0px;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	font-weight: 700;
}
.current-menu-item, .current-page-ancestor {
	background-color: rgba(0,0,0,.3);
}
.main-navigation ul li.menu-item-has-children a {
	padding-right: 30px;
}
.main-navigation ul li.menu-item-has-children a:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
	position: absolute;
	right: 10px;
}
.main-navigation ul li a {
	color: #000;
}
/*
.menu.nav-menu > li:firts-child > a {
	background-color: #d93;
} 
*/
.main-navigation ul li a:active, .main-navigation ul li a:focus {
	color: #000;
}
.main-navigation ul li a:hover {
	color: #fff;
}
.main-navigation ul li .sub-menu {
	width: 340px;
	display: flex;
	float: none;
	flex-direction: column;
	background-color: #576c80!important;
}
.main-navigation ul li .sub-menu li {
	margin: 0px 0px;
	padding: 0;
}
.main-navigation ul li .sub-menu li a {
	width: 100%;
	padding: 15px 20px 15px 20px;
	border-bottom: 1px solid #133f61;
	position: relative;
	font-size: 13px;
}
.main-navigation ul li .sub-menu li:last-child a {
	border-bottom: none;
}
.main-navigation ul li .sub-menu li a:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0px;
	overflow: hidden;
	max-width: 0px;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: -1;
}
.main-navigation ul li .sub-menu li a:after {
	content: '';
    border-bottom: 1px solid rgba(0,0,0,0.2);
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0px;
}
.main-navigation ul li .sub-menu li a:hover:before {
	width: 100%;
	-webkit-transition: all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	max-width: 100%;
}
.main-navigation ul li .sub-menu li:last-child a:after {
	display: none;
}
.nav-menu li:before {
	display: none;
}
.main-navigation ul li a:focus {
	color: #fff;
}
.expand-activator {
	display: none;
}
.menu-toggle {
    border: none!important;
    background: none!important;
    font-size: 32px;
}
@media (min-width: 1024px) {
	.main-navigation ul li .sub-menu .menu-item-has-children:hover .sub-menu {
		left: 100%;
	}
	.main-navigation ul li .sub-menu .menu-item-has-children {
		position: relative;
	}
	.main-navigation ul li .sub-menu .menu-item-has-children:after {
		top: 50%;
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		transform: translateY(-50%);
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f105";
		position: absolute;
		right: 10px;
		color: #fff;
	}
}
@media (max-width: 1023px) {
	.main-navigation {
		position: relative;
	}
	.main-navigation.toggled .nav-menu {
		position: absolute;
		z-index: 999;
		width: 100%;
		top: 56px;
		background-color: #115f9a;
	}
	.expand-activator {
		display: block;
		position: absolute;
		right: 0;
		top: 0px;
		height: 44px;
		font-size: 30px;
		color: #fff;
		width: 50px;
		text-align: center;
	}
	.expand-activator .fa-angle-up:before {
		content: "\f106"!important;
	}
	.main-navigation ul li.menu-item-has-children a {
		width: calc(100% - 50px);
	}
	.main-navigation ul li.menu-item-has-children a .sub-menu .expand-activator {
		height: 42px;
	}
	.main-navigation ul li.menu-item-has-children .expand-activator .fa {
		margin-top: 4px;
	}
	.main-navigation ul li.menu-item-has-children .sub-menu .sub-menu {
		background-color: #2b3945!important; 
	}
	.main-navigation ul li.menu-item-has-children a:after {
		display: none;
	}
	.main-navigation ul li .sub-menu {
		position: relative;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	.main-navigation ul li .sub-menu.expand-m-submenu {
		max-height: 500px;
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
}
/*  header */
.home .site-header {
    width: 100%;
}
.main-navigation ul li a {
    color: #fff;
	padding: 15px 20px;
    line-height: 1em;
	position: relative;
}
.main-navigation ul li a:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	border-bottom: 2px solid #fff;
	width: 0px;
	-webkit-transition: all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.main-navigation ul li a:hover:before {
	width: 100%;
	-webkit-transition: all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.flyin-menu-wrapper {
	display: none;
}
@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	.apv-logo-wrapper {
		right: 0px;
	}
	.giz-logo-wrapper {
		right: 15px;
		max-width: 150px;
	}
}
.page-content-holder {
	padding-right: 20px!important;
}
@media (max-width: 768px) {
	.page-content-holder {
		width: 100%;
		max-width: 100%;
		padding-right: 15px!important;
	}
	.flyin-menu-wrapper {
		display: flex;
		position: absolute;
		right: 0px;
		color: #fff;
		background-color: rgba(0,0,0,0.75);
		padding: 0px 0px;
		font-weight: 600;
		letter-spacing: 2px;
		top: 0px;
		bottom: 0px;
		width: 155px;
		justify-content: center;
		align-items: center;
		-webkit-transition: all 0.6s ease;
		-moz-transition:all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	.flyin-menu-activator {
		width: 100%;
		text-align: center;
		display: block;
		height: 100%;
		padding-top: 2px;
		font-size: 30px;
	}
	.pos-rel-sm	{
		position: relative;
	}
	.flyin-menu {
		background: #fff;
		width: 100vw;
		position: absolute;
		right: -120vw;
		top: 100%;
		z-index: 9;
		-webkit-transition: all 0.6s ease;
		-moz-transition:all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
		font-size: 14px;
	}
	.flyin-menu-wrapper.flyin {
		width: 100vw;
		-webkit-transition: all 0.6s ease;
		-moz-transition:all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	.flyin-menu-wrapper.flyin .flyin-menu {
		right: 0px;
		-webkit-transition: all 0.6s ease;
		-moz-transition:all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	.flyin-menu .card {
		border-radius: 0px;
	}
	.flyin-menu .card .btn {
		width: 100%;
		color: #fff;
		text-align: center;
	}
	.img-doc-layout .single-img-box {
		text-align: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.flyin-menu .card-body {
		background-color: #fff;
		color: #000;
		letter-spacing: initial;
		font-weight: 400;
	}
	.flyin-menu .card-body h4 {
		font-size: 14px;
	}
	.flyin-menu .card .btn h4 {
		font-size: 14px;
	}
	.flyin-menu .card-body form input[type="submit"] {
		margin: 0 auto;
		display: block;
	}
	.flyin-menu .card-body form label, .explanation {
		margin-bottom: 0px;
	}
	.flyin-menu .card-body form div {
		margin-bottom: 20px;
	}
}
/* timeline */
.timeline-wrapper {
    padding: 40px 15px 0px 15px;
    /*background: #e3e3e3;*/
	margin-top: 5px;
	position: relative;
}
.timeline-light-blue-bg {
	position: absolute;
    left: 0px;
    bottom: 0px;
    height: 72px;
    background-color: #e9f0f7;
    width: 100%;
    z-index: -1;
}
@media (max-width: 991px) {
	.timeline-wrapper {
		display: none;
	}
}
.single-step {
	padding-left: 0;
	padding-right: 0;
	padding-top: 70px;
	padding-bottom: 10px;
}
.lock-wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.child-number {
    width: 38px;
    height: 38px;
    background: #cbd8e1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    align-self: center;
	position: relative;
	z-index: 2;
}
.parent-number {
    width: 50px;
    height: 50px;
    background: #4a5174;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    align-self: center;
    position: relative;
    z-index: 2;
}
.parent-step .inner-lock {
    display: flex;
    justify-content: center;
	padding: 0px 0px 20px 0px;
}
.child-step .inner-lock {
    display: flex;
    justify-content: center;
	padding: 0px 0px 20px 0px;
}
.inner-lock img {
    width: 22px;
}
.number-wrapper {
    height: 42px;
    display: flex;
    align-content: center;
    justify-content: center;
	position: relative;
}
.step-name-wrapper {
    text-align: center;
	margin-top: 28px;
	padding: 10px 0px 4px 0px;
}
.line {
	height: 5px;
	width: 100%;
	left: 0;
	background: #cbd8e1;
	position: absolute;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform: translateY(-50%);
	z-index: 0;
}
.single-step:first-child .line {
	width: 50%;
	left: 50%;
}
.single-step:last-child .line {
	width: 50%;
	right: 50%;
	left: initial;
}
.parent-step .step-name {
	font-size: 13px;
    font-weight: 800;
    color: #445566;
}
.child-step .step-name {
    font-size: 13px;
    font-weight: 800;
    color: #445566;

}
.active-number {
	background-color: #e15223;
}
.blue-temp .active-number {
	background-color: #71cbf4;
}
.red-temp .active-number {
	background-color: #e15223;
}
.green-temp .active-number {
	background-color: #a0c400;
}
.yellow-temp .active-number {
	background-color: #fad00d;
}
.unactive-number {
	border: 4px solid #cbd8e1;
	color: #cbd8e1;
	background: #fff;
}
.red-line {
	background: #ea542d;
}
.blue-temp .red-line {
	background: #71cbf4;
}
.red-temp .red-line {
	background: #ea542d;
}
.green-temp .red-line {
	background: #a0c400;
}
.yellow-temp .red-line {
	background: #fad00d;
}
.status-holder {
    position: absolute;
    top: -2px;
    left: 0px;
    width: calc(100% + 20px);
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50%;
    min-height: 60px;
    display: flex;
}
.status-holder p {
	line-height: 1.2em;
    margin: 0;
    font-weight: 800;
    color: #445565;
    font-size: 13px;
    padding: 6px 0px 6px 6px;
    border-left: 2px solid #d5dfe7;
	text-transform: uppercase;
}
.status-holder.tripple-width {
	width: 300%;
}
.status-holder.double-width {
    width: 200%;
}
/* homepage */
.content-wrapper {
	font-size: 14px!important;
}
.banner-wrapper {
	width: 100%;
	overflow: hidden;
	max-height: 100%;
	position: relative;
	background-color: #000;
}
.inner-banner-wrapper {
	opacity: 0.5;
	background-image: url(img/b1.jpg);
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.banner-wrapper .caption {
	text-align: center;
	width: 100%;
	padding: 5px 0px 0vh 0px;
	position: relative;
	margin: 0px auto;
}
.inner-caption {
	align-items: end;
	margin: 0px
}
.caption-col {
	padding: 14px;
	text-align: center;
	background-color: rgb(17 95 154 / 50%);
}
.banner-wrapper .caption h1 {
	color: #ffffff;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 15px;
}
.banner-wrapper .caption p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.homepage-content {
	
}
.arrow-animate {
	text-align: center;
	margin: 8% 0;
	font-size: 40px;
}
.arrow-animate a {
	color: #ccc;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
a {
	text-decoration: none;
}
*:focus, *:active {
	outline: none!important;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
    transform: translateY(0);
  }
  40% {
	 -webkit-transform:translateY(-30px);
	-moz-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	-o-transform:translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
	 -webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	-o-transform:translateY(-15px);
    transform: translateY(-15px);
  }
}
section:focus {
	outline: none;
}
.single-plan {
	padding: 30px;
}
.single-plan img {
	margin-bottom: 18px;
    max-width: 104px;
}
.single-plan h3 {
	font-size: 16px;
    line-height: 1.4em;
}
.inner-single-plan {
    padding: 20px;
	background: #fff;
}
.grey-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fbfbfb+53,dedede+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 53%, #dedede 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 53%,#dedede 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 53%,#dedede 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
}
.text-with-icons {
	padding-top: 40px;
	margin-right: -25px;
    margin-left: -25px;
}
.single-twi-box {
	padding-left: 25px;
	padding-right: 25px;
}
.single-twi-box .img-holder {
	margin-bottom: 15px;
}
.single-twi-box .img-holder img {
	max-width: 50px;
}
.single-twi-box .subtitle-wrapper h3 {
	padding-bottom: 20px;
    margin-bottom: 15px;
    min-height: 40px;
    text-transform: uppercase;
    color: #405664;
	font-size: 16px;
}
.single-twi-box:first-child .subtitle-wrapper h3 {
	border-bottom: 2px solid #e9542c;
}
.single-twi-box:nth-child(2) .subtitle-wrapper h3 {
	border-bottom: 2px solid #ffd231;
}
.single-twi-box:nth-child(3) .subtitle-wrapper h3 {
	border-bottom: 2px solid #6fcbf4;
}
.single-twi-box:last-child .subtitle-wrapper h3 {
	border-bottom: 2px solid #9cc426;
}
@media (max-width: 1200px) {
	.single-twi-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 769px) {
	.single-twi-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.single-twi-box .subtitle-wrapper h3 {
		min-height: auto;
	}
}
/* homepage news swiper */
.swiper-container {
	width: 100%;
	height: 100%;
}
.news-swiper-title {
	margin-top: 5px;
	padding-left: 0px;
	background-color: #e3e3e3;
}
.news-swiper-title p {
	display: inline-block;
	margin-bottom: 0px;
	padding: 0px 12px;
	color: #fff;
	background-color: #445565;
	font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.news-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: transparent;
    border: 1px solid #fff;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-swiper-col {
	background-color: #e3e3e3;
	margin-top: 0px;
	margin-bottom: 5px;
}
.news-swiper-col .swiper-wrapper {
	
}
.news-swiper-col .swiper-slide {
	background: none;
    flex-direction: column;
    padding: 10px 45px 20px 45px;
    box-sizing: border-box;
	text-align: center;
	-webkit-justify-content: start;
    justify-content: start;
}
.news-swiper-col .swiper-slide h2 {
	color: #4a5174;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 800;
}
.news-swiper-col .swiper-slide .entry-header {
	width: 100%;
}
.news-swiper-col .swiper-slide .entry-content {
	margin-top: 5px;
	width: 100%;
}
.news-swiper-col .swiper-slide p {
	color: #4a5174;
	font-size: 14px;
}
.news-swiper-col .swiper-slide .post-link {
	position: relative; 
	overflow: hidden;
}
.news-swiper-col .swiper-slide a.button {
	color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 5px 18px;
    text-align: center;
    background: #4c5762;
    margin-top: 18px;
}
.swiper-button-next {
	right: 0px;
}
.swiper-button-prev {
	left: 0px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 28px;
	color: #445565;
	font-weight: 800;
}
/* sidebar */
.sidebar-wrapper {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	z-index: 1;
}
.inner-sidebar-wrapper {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 53%, #dedede 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 53%,#dedede 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 53%,#dedede 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 6px 9px #25252545;
    box-shadow: 0px 6px 9px #25252545;
}
.fixedSideBar {
	position: fixed;
	top: 0px;
}
.sidebar-title {
	text-align: center;
	padding-bottom: 1em;
    margin: 0px;
}
.sidebar-boxes-wrapper .single-box {
	text-align: center;
	border-bottom: 1px solid #fff;
	position: relative;
	height: 100px;
	max-height: calc(100vh / 6);
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.sidebar-boxes-wrapper .single-box:before {
	background-color: rgba(0,0,0,0.3);
	width: 0px;
	height: 100%;
	content: '';
	-webkit-transition: all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.sidebar-boxes-wrapper .single-box:hover .inner-single-box.locked .fa:before {
	content: "\f023"!important;
}   
.sidebar-boxes-wrapper .single-box:hover:before {
	width: 100%;
	-webkit-transition: all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	position: absolute;
	top: 0px;
	left: 0px;
	/* z-index: -1; */
}
.sidebar-boxes-wrapper .single-box .inner-single-box {
	position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.sidebar-boxes-wrapper .single-box .inner-single-box.locked {
	pointer-events: none;
}
.sidebar-boxes-wrapper .single-box .inner-single-box .fa {
	color: #fff;
	font-size: 36px;
    margin-bottom: 6px;
}
.sidebar-boxes-wrapper .single-box .inner-single-box h4 {
	color: #fff;
	line-height: 1em;
	margin-bottom: 0px;
	font-size: 1.1em;
}
/* all in blue */
/*
.single-box1 {
	background-color: #1c6ba7;
}
.single-box2 {
	background-color: #1777bf;
}
.single-box3 {
	background-color: #1f85d2;
}
.single-box4 {
	background-color: #2695e8;
}
.single-box5 {
	background-color: #30a2f7;
}
*/
/* colored */
.single-box1 {
	background-color: #1c6ba7;
}
.single-box2 {
	background-color: #e0aa25;
}
.single-box3 {
	background-color: #479243;
}
.single-box4 {
	background-color: #c22429;
}
.single-box5 {
	background-color: #30a2f7;
}
.single-box .content-holder {
	position: absolute;
    top: 0px;
    right: 500%;
    width: 200%;
    background-color: #fff;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.single-box .content-holder.overflow-scroll {
	max-height: 100vh;
	overflow-y: auto;
    overflow-x: hidden;
}
.single-box .content-holder-flyin {
	width: 200%;
    opacity: 1;
    overflow: visible;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    right: calc(100% - 4px);
}
.single-box .inner-content-holder {
	border: 4px transparent solid;
	padding: 10px 20px;
    position: relative;
	min-height: calc(18vh - 14px);
	align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
	 -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.sidebar-boxes-wrapper .single-box .inner-single-box.form-single-box .content-holder {
	height: 100vh;
}
.form-single-box  + .content-holder {
	max-height: 100vh;
}
.inner-content-holder.contact-form-holder {
	height: 100vh;
}
.inner-content-holder.contact-form-holder form {
	height: calc(100vh - 50px);
    overflow: scroll;
    padding-right: 0px;
    overflow-x: hidden;
	padding-top: 34px;
    padding-bottom: 34px;
}
.single-box .inner-content-holder .close-box {
	position: absolute;
    right: calc(-50% - 2px);
    top: -4px;
    height: calc(18vh - 2px);
    width: calc(50% + 2px);
	cursor: pointer;
}
.single-box .inner-content-holder .close-box span {
	position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    padding-top: 2px;
    color: #fff;
    font-weight: 600;
}
.post-date {
	font-size: 12px!important;
	margin-bottom: 5px;
}
.single-box .inner-content-holder .img-doc-layout {
	width: 100%;
}
.single-box .inner-content-holder .img-doc-layout h4 {
	font-size: 14px;
}
.img-doc-layout .single-img-box {
	text-align: center;
    margin-bottom: 30px;
}
.img-doc-layout .single-img-box:last-child {
	margin-bottom: 0px;
}
.img-doc-layout .single-img-box .doc-btn {
	color: #fff;
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.img-doc-layout .single-img-box .mini-btn {
	display: block;
	text-align: center;
	color: #fff;
	background: #627a91;
    padding: 5px 15px;
}
.img-doc-layout .single-img-box .mini-btn:hover {
	text-decoration: none;
}
.img-doc-layout .single-img-box img {
	max-width: 45px;
	margin-right: 15px;
}
.img-doc-layout .single-img-box h4 {
	font-size: 14px;
	margin-bottom: 0px;
}
.card-body .mini-btn {
	display: block;
	text-align: center;
	color: #fff;
	background: #627a91;
    padding: 5px 15px;
	margin-top: 15px;
}
.card-body .mini-btn:hover {
	text-decoration: none;
}
.contact-form-holder .wpcf7-form {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	text-align: left;
}
.contact-form-holder .wpcf7-form label {
	margin-bottom: 3px;
}
.contact-form-holder .wpcf7-form div {
	margin-bottom: 20px;
}
.contact-form-holder .wpcf7-form div p {
	margin-bottom: 3px;
}
.wpcf7-form input[type="submit"] {
	background-color: #445565;
	padding: 8px 44px;
	font-size: 14px;
}
.blue-temp .wpcf7-form input[type="submit"] {
	background-color: #0997d9;
}
.red-temp .wpcf7-form input[type="submit"] {
	background-color: #c5192d;
}
.green-temp .wpcf7-form input[type="submit"] {
	background-color: #56c02a;
}
.yellow-temp .wpcf7-form input[type="submit"] {
	background-color: #bf8b2e;
}
.page-template-formular h1 {
	font-size: 1.8em;
    margin-bottom: 10px;
}
.form-subtile img {
	max-width: 24px;
	margin-right: 12px;
}
.form-subtile {
    color: #fff;
    background: #627a91;
    padding: 7px 12px;
	font-size: 13px;
    letter-spacing: 2px;
}
/*
.form-subtile.form-one {
	color: #71cbf4;
}
.form-subtile.form-two {
	color: #ea542d;
}
.form-subtile.form-three {
	color: #ffd132;
}
.form-subtile.form-four {
	color: #9dc41a;
}
*/
p.explanation {
	font-size: 11px;
    font-style: italic;
}
.contact-form-holder .wpcf7-form-control.wpcf7-checkbox label {
	margin-bottom: 10px;
	margin-right: 15px;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid #1c6ba7;
    background: #1c6ba7;
    color: #fff;
    line-height: 1em;
    padding: 9px 35px;
    text-transform: uppercase;
    border-radius: 0px;
}
.wpcf7 .ajax-loader {
	display: none;
}
input[type="submit"] {
	cursor: pointer;
}
span.wpcf7-form-control.wpcf7-checkbox {
    width: 100%;
    display: block;
	width: 100%;
    display: block;
    column-count: 2;
}
span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    width: 100%
}
@media (max-width: 1024px) {
	span.wpcf7-form-control.wpcf7-checkbox {
		column-count: 1;
	}
}
.compress-single-box .single-box .inner-content-holder {
	min-height: calc(15.3vh - 10px);
	 -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
form [class*="col-"] > label {
	font-weight: 600;
}
@media (max-width: 768px) {
	.sidebar-wrapper {
		display: none;
	}
}
.fixed-body {
    height: 100vh;
    overflow: hidden;
}
body::-webkit-scrollbar {
    width: 12px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.inner-content-holder.contact-form-holder form::-webkit-scrollbar {
    width: 12px;
}
.inner-content-holder.contact-form-holder form::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.inner-content-holder.contact-form-holder form::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.gray-bg {
	background-color: #9c9c9c;
}
.page-banner {
	padding: 0;
	position: relative;
}
.banner-img {
	height: 100%;
    max-width: fit-content;
}
.news-slider-holder {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 12px;
	background-color: rgb(17 95 154 / 50%);
}
.inner-news-slider-wrapper .swiper-slide {
	background: none;
	flex-direction: column;
	padding-bottom: 55px;
}
.swiper-content-holder {
	width: 50%;
}
.inner-news-slider-wrapper .swiper-slide h2 {
	font-size: 16px;
	color: #fff;
	margin: 0px;
}
.inner-news-slider-wrapper .swiper-slide .entry-header {
	width: 100%;
}
.inner-news-slider-wrapper .swiper-slide .entry-content {
	width: 100%;
	margin-top: 0;
}
.inner-news-slider-wrapper .swiper-slide p {
	color: #fff;
	font-size: 13px;
}
.inner-news-slider-wrapper .swiper-slide a {
	color: #fff;
    font-size: 14px;
    background-color: #115f9a;
    margin-top: 15px;
    display: inline-block;
    padding: 5px 22px;
    text-decoration: none;
}
.inner-news-slider-wrapper .swiper-slide a:hover {
	background-color: #0f3b5c;
}
.news-slider-holder .swiper-pagination {
	bottom: -4px;
}
/* vesti */
.archive .post .title-wrapper .post-featured-img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 130px;
	height: auto;
}
.archive .post .title-wrapper .post-featured-img img {
	width: 100%;
	height: auto;
}
.archive .post .title-wrapper {
	position: relative;
	padding-left: 160px;
}
.archive .post .entry-content {
	padding-top: 10px;
	padding-left: 160px;
}
.no-featured {
	opacity: 0.15;
    height: 60px!important;
    width: 60px!important;
}
.navigation.posts-navigation {
	margin-top: 40px;
}
@media (max-width: 475px) {
	.archive .post .title-wrapper .post-featured-img {
		position: relative;
		left: initial;
		top: initial;
		width: 100%;
		height: auto;
	}
	.archive .post .title-wrapper .entry-title {
		margin-top: 20px;
	}
	.archive .post .title-wrapper {
		padding-left: 0px;
	}
	.archive .post .entry-content {
		padding-top: 10px;
		padding-left: 0px;
	}
}
/* new accordion menu */
#accordion-menu .card {
	border-radius: 0px;
	margin-top: 4px;
	-webkit-transition: all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#accordion-menu .card:before {
	background-color: rgba(0,0,0,0.15);
	width: 0px;
	height: 83px;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.card#card-num-1 .card-body p{
	line-height: 1.6em;
}
#accordion-menu .card#card-num-1:before {
	height: 50px;
}
#accordion-menu .card:hover:before {
	width: 100%;
	-webkit-transition: all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#accordion-menu .card:hover .btn.locked .fa:before {
	content: "\f023"!important;
} 
#accordion-menu .card-header .btn.locked {
	pointer-events: none;
}
.not-allowed {
	cursor: not-allowed;
}
#accordion-menu .card-header {
	padding: 0px;
    margin-bottom: 0;
    background: none;
    border: none;
	z-index: 9;
}
#accordion-menu .card-header .btn {
	width: 100%;
    font-size: 14px!important;
    color: #fff!important;
	padding: 12px 20px;
	text-align: left;
	position: relative;
    padding-right: 95px;
	height: 83px;
}
#accordion-menu .card-header#heading-1-sb .btn {
	height: 50px;
}
#accordion-menu .card-header .btn img {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 60px;
	width: auto;
}
/*
#accordion-menu .card-header#heading-1-sb .btn img {
	height: 35px;
}
*/
#accordion-menu .card-header .btn img.jk-icon {
	position: absolute;
    height: 50px;
    width: 50px;
    right: 0px;
}
#accordion-menu .card-header .btn:hover {
	text-decoration: none;
}
#accordion-menu .card-header .btn h4 {
	margin-bottom: 0px;
	font-size: 14px;
}
#accordion-menu .card-header .btn .fa {
	font-size: 34px;
    margin-bottom: 5px;
}
#accordion-menu .card-body {
	background: #425564;
	border: none;
	color: #fff;
}
#accordion-menu .card-body p {
	margin-bottom: 0px;
}
/* custom page template */
.subtitle {
	text-transform: none;
	margin-bottom: 30px;
}
.accord-main .card {
	border-radius: 0px;
}
.accord-main .card-header {
	padding: 0px;
	border-bottom: none;
}
.card-header:first-child {
    border-radius: 0;
}
.accord-main .btn {
	width: 100%;
	text-align: left;
	color: #000;
	position: relative;
	padding: .75rem 1.25rem;
	padding-right: 60px;
	border-radius: 0px;
	white-space: inherit;
}
.accord-main .btn:hover {
	background-color: #545557;
	text-decoration: none;
	color: #fff;
}
.blue-temp .accord-main .btn:hover {
	background-color: #19486a;
	text-decoration: none;
	color: #fff;
}
.red-temp .accord-main .btn:hover {
	background-color: #a21842;
	text-decoration: none;
	color: #fff;
}
.green-temp .accord-main .btn:hover {
	background-color: #56c02a;
	text-decoration: none;
	color: #fff;
}
.yellow-temp .accord-main .btn:hover {
	background-color: #fd9d24;
	text-decoration: none;
	color: #fff;
}
.accord-main .btn:focus {
	text-decoration: none;
}
.accord-main .btn[aria-expanded="true"] {
	background-color: #545557;
	color: #fff;
}
.blue-temp .accord-main .btn[aria-expanded="true"] {
	background-color: #19486a;
}
.red-temp .accord-main .btn[aria-expanded="true"] {
	background-color: #a21842;
}
.green-temp .accord-main .btn[aria-expanded="true"] {
	background-color: #56c02a;
}
.yellow-temp .accord-main .btn[aria-expanded="true"] {
	background-color: #dda639;
}
.accord-main .btn:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
} 
.accord-main .btn i {
	margin-right: 15px;
}
.accord-main .card-body {
	
}
/* formular page */

/* documents page */
.documents-wrapper h2 {
	margin-bottom: 20px;
}
/* single post */
.single-post .page-wrapper {
	padding-top: 20px;
}
/* archive */
.archive .post {
	margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.archive .post .entry-title {
	margin-bottom: 0px;
}
.archive .post .entry-title a {
	color: #000;
}
/* footer */
.site-footer {
	background: #fff;
}
.site-footer a {
	color: #000;
	text-decoration: underline;
}
.site-footer p {
	margin: 0px;
	color: #000;
	font-size: 12px;
}
.footer-top-row {
    border-top: 3px solid #ccc;
    padding-top: 25px;
    padding-bottom: 25px;
}
.post, .page {
    margin: 0 0 0;
}
.bottom-line {
	background-color: #434343;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}
.rav-logo-footer img {
	width: 100%;
	max-width: 220px;
}
.bottom-line p {
	color: #fff;
}
.bottom-line a {
	color: #fff;
}
.spl {
	padding-left: 16px;
}
.site-footer p .fa {
	margin-right: 6px;
}
@media (max-width: 768px) {
	.site-footer {
		height: auto;
	}
	.rav-logo-footer, .rav-contact-info, .footer-giz-logo-wrapper {
		margin-bottom: 30px;
		text-align: center;
	}
	.footer-giz-logo-wrapper {
		margin-bottom: 0px;
	}
	.rav-logo-footer img {
		max-width: 150px;
	}
}
.appear-div {
	max-height: 0px;
	overflow: hidden;
}
.appear-me {
	max-height: 15000px;
}
.hide {
	display: none;
}

/* wp-polls */
/*
#polls-3 {
	position: relative;
}
.poll-content-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.single-poll {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	padding-bottom: 50px;
	padding-top: 55px;
	position: relative;
}
.poll-title {
    margin-bottom: 40px;
	position: relative;
    padding-left: 85px;
}
.single-poll .poll-title:after {
	content: '';
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 21.5px;
	background-size: cover;
}
.single-poll:first-child {
	border-right: 3px solid #e2e0e0;
	border-bottom: 3px solid #e2e0e0;
	position: relative;
}
.single-poll:first-child:before {
	content: '';
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    right: -8px;
    bottom: -8px;
}
.single-poll:nth-child(2) {
	border-bottom: 3px solid #e2e0e0;
}
.single-poll:nth-child(3) {
	border-right: 3px solid #e2e0e0;
}
.single-poll:last-child {
	
}
.single-poll:first-child .poll-title:after {
	background-image: url(img/drustvo_s.png);
}
.single-poll:nth-child(2) .poll-title:after {
	background-image: url(img/infra_s.png);
}
.single-poll:nth-child(3) .poll-title:after {
	background-image: url(img/zivotna-sredina_s.png);
}
.single-poll:last-child .poll-title:after {
	background-image: url(img/ekonomija_s.png);
}
.poll-title-wrapper {
	margin-bottom: 50px;
}
ul:not(.nav-menu) li {
    position: relative;
    line-height: 1.8em;
    padding-left: 0;
    margin-bottom: 10px;
}
.wp-polls {
	height: 100%;
}
.wp-polls .Buttons {
    border: 1px solid #3f3e3e;
    background-color: #3f3e3e;
}
.poll-answer-wrapper {
	position: relative;
	height: 100%;
}
.wp-polls-ans {
	position: relative;
	height: 100%;
	padding-left: 20px;
}
.wp-polls-form {
    height: 100%;
}
.wp-polls-form .wp-polls-ans {
    position: relative;
    height: calc(100% - 170px);
	padding-left: 20px;
}
.wp-polls-ans .wp-polls-ul {
	width: 100%;
}
.poll-answer-wrapper .wp-polls-ul {
	width: 100%;
}
.wp-polls-ans .wp-polls-ul .circle {
	position: absolute;
	padding: 0px;
    margin: 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.2em;
}
.wp-polls-ans .wp-polls-ul li:first-child + .circle {
	left: 66px;
	top: 10px;
}
.wp-polls-ans .wp-polls-ul li:nth-child(3) + .circle {
	left: calc(100% - 160px);
	top: 10px;
}
.wp-polls-ans .wp-polls-ul li:nth-child(5) + .circle {
	left: calc(50% - 50px);
	transform: translate(-50%, -50%);
	top: 36%;
}
.wp-polls-ans .wp-polls-ul li:nth-child(7) + .circle {
	left: 25px;
	top: calc(100% - 285px);
}
.wp-polls-ans .wp-polls-ul li:nth-child(9) + .circle {
	left: calc(100% - 160px);
	top: calc(100% - 245px);
}
.wp-polls-ans .wp-polls-ul li:nth-child(11) + .circle {
	left: calc(100% - 160px);
	top: 30%;
}
.wp-polls-ans .wp-polls-ul li:nth-child(13) + .circle {
	top: 43%;
	right: 5px;
}
.wp-polls-ans .wp-polls-ul .circle .pollbar {
	background: none;
    background-color: #7dcbf5;
    border-radius: 50%;
	margin: 0 auto;
}
.wp-polls-ans .wp-polls-ul li:before {
	display: none;
}
.wp-polls-ans .circle {
	width: 110px;
    height: 110px;
}
#polls-3-ans .pollbar {
	background: #7dcbf5!important;
}
#polls-2-ans .pollbar {
	background: #fad00d!important;
}
#polls-1-ans .pollbar {
	background: #a0c400!important;
}
#polls-4-ans .pollbar {
	background: #e15223!important;
}
.poll-buttons-holder {
    margin-top: 30px;
}
li.bars-res {
    opacity: 0;
    z-index: -1;
	width: 35%;
}
.total-vots-wrapper {
	position: absolute;
    bottom: 16px;
    width: 100%;
    margin-left: -20px;
}
.additional-vote-btn {
	text-decoration: none!important;
    background-color: #3f3e3e;
    padding: 6px 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff!important;
}
.additional-vote-btn:hover {
	background-color: #5c5c5c;
}
.circle small {
    font-size: 90%;
    display: block;
    padding-top: 5px;
    padding-bottom: 2px;
    font-weight: bold;
    color: grey;
}
*/

/*  anketa 2 - jedna  */
/* sa keca */
@media screen and (min-width: 1024px) {
	#polls-3 {
		position: relative;
	}
	.poll-content-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}

	.single-poll {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-bottom: 50px;
		padding-top: 55px;
		position: relative;
	}
	.poll-title {
		margin-bottom: 40px;
		position: relative;
		padding-left: 85px;
		display: none;
	}
	.single-poll .poll-title:after {
		content: '';
		position: absolute;
		left: 30px;
		top: 50%;
		transform: translateY(-50%);
		width: 25px;
		height: 21.5px;
		background-size: cover;
	}
	.single-poll:first-child {
		border-right: 3px solid #e2e0e0;
		border-bottom: 3px solid #e2e0e0;
		position: relative;
	}
	.single-poll:first-child:before {
		content: '';
		width: 12px;
		height: 12px;
		background-color: #fff;
		position: absolute;
		right: -8px;
		bottom: -8px;
	}
	.single-poll:nth-child(2) {
		border-bottom: 3px solid #e2e0e0;
	}
	.single-poll:nth-child(3) {
		border-right: 3px solid #e2e0e0;
	}
	.single-poll:last-child {
		
	}
	.single-poll:first-child .poll-title:after {
		background-image: url(img/drustvo_s.png);
	}
	.single-poll:nth-child(2) .poll-title:after {
		background-image: url(img/infra_s.png);
	}
	.single-poll:nth-child(3) .poll-title:after {
		background-image: url(img/zivotna-sredina_s.png);
	}
	.single-poll:last-child .poll-title:after {
		background-image: url(img/ekonomija_s.png);
	}
	.poll-title-wrapper {
		margin-bottom: 50px;
		text-align: center;
		padding-bottom: 25px;
	}
	ul:not(.nav-menu) li {
		position: relative;
		line-height: 1.8em;
		margin-bottom: 10px;
	}
	ul.wp-polls-ul li {
		position: relative;
		padding-left: 0;
	}
	.wp-polls {
		height: 82%;
	}
	.wp-polls .Buttons {
		border: 1px solid #3f3e3e;
		background-color: #3f3e3e;
	}
	.poll-answer-wrapper {
		position: relative;
		height: 100%;
	}
	.wp-polls-ans {
		position: relative;
		height: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.wp-polls-form {
		height: 100%;
	}
	.wp-polls-form .wp-polls-ans {
		position: relative;
		height: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.wp-polls-ans .wp-polls-ul {
		width: 100%;
		height: 100%;
	}
	.poll-answer-wrapper .wp-polls-ul {
		width: 100%;
		height: 100%;
		/*background-image: url(img/bg-cross.png);*/
	}
	.wp-polls-ans .wp-polls-ul .circle .pollbar {
		background: none;
		background-color: #7dcbf5;
		border-radius: 50%;
		margin: 0 auto;
		min-height: 15px;
		min-width: 15px;
		max-width: 50px;
		max-height: 50px;
	}
	.wp-polls-ans .wp-polls-ul li:before {
		display: none;
	}
	.wp-polls-ans .circle {
		width: 110px;
		height: 110px;
	}
	#polls-3-ans .pollbar {
		background: #7dcbf5!important;
	}
	#polls-2-ans .pollbar {
		background: #fad00d!important;
	}
	#polls-1-ans .pollbar {
		background: #a0c400!important;
	}
	#polls-4-ans .pollbar {
		background: #e15223!important;
	}
	.poll-buttons-holder {
		margin-top: 30px;
	}
	li.bars-res {
		opacity: 0;
		z-index: -1;
		width: 35%;
	}
	.total-vots-wrapper {
		position: absolute;
		bottom: -100px;
		width: 100%;
	}
	.additional-vote-btn {
		text-decoration: none!important;
		background-color: #3f3e3e;
		padding: 6px 30px;
		font-size: 16px;
		text-transform: uppercase;
		color: #fff!important;
	}
	.additional-vote-btn:hover {
		background-color: #5c5c5c;
	}
	.circle small {
		font-size: 90%;
		display: block;
		padding-top: 5px;
		padding-bottom: 2px;
		font-weight: bold;
		color: grey;
	}
	/* end sa keca */
	.poll2-content-wrapper {
		height: 820px;
		position: relative;
		padding-top: 60px;
	}
	.poll2-content-wrapper:after {
		position: absolute;
		content: '';
		top: 40%;
		left: 0px;
		height: 3px;
		background-color: #e9e9e9;
		width: 100%;
		transform: translateY(-50%);
	}
	.poll2-content-wrapper:before {
		position: absolute;
		content: '';
		left: 50%;
		top: 0px;
		height: 84%;
		background-color: #e9e9e9;
		width: 3px;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper {
		max-height: 640px;
		position: relative;
	}
	.poll2-content-wrapper .poll-answer-wrapper li {
		position: absolute;
		margin-bottom: 0px;
		line-height: 20px;
	}
	/* grupa 1 */
	.poll2-content-wrapper .poll-answer-wrapper li:first-child {
		left: 0px;
		top: 20px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(2) {
		left: 0px;
		top: 50px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(3) {
		left: 0px;
		top: 80px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(4) {
		left: 0px;
		top: 110px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(5) {
		left: 0px;
		top: 140px;
	}
	/* grupa 2 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(6) {
		left: 55%;
		top: 20px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(7) {
		left: 55%;
		top: 50px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(8) {
		left: 55%;
		top: 80px;
	}
	/* grupa 3 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(9) {
		left: 0;
		bottom: 200px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(10) {
		left: 0;
		bottom: 170px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(11) {
		left: 0;
		bottom: 140px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(12) {
		left: 0;
		bottom: 110px;
	}
	/* grupa 4 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(13) {
		left: 55%;
		bottom: 200px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(14) {
		left: 55%;
		bottom: 170px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(15) {
		left: 55%;
		bottom: 140px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(16) {
		left: 55%;
		bottom: 110px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(17) {
		left: 55%;
		bottom: 80px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(18) {
		left: 55%;
		bottom: 50px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:last-child {
		left: 55%;
		bottom: 20px;
	}
	.poll2-content-wrapper img {
		width: 32px;
	}
	.poll2-content-wrapper img.icon-one {
		position: absolute;
		top: 0px;
		left: 20px;
	}
	.poll2-content-wrapper img.icon-two {
		position: absolute;
		top: 0px;
		left: 55%;
	}
	.poll2-content-wrapper img.icon-three {
		position: absolute;
		bottom: 405px;
		left: 20px;
	}
	.poll2-content-wrapper img.icon-four {
		position: absolute;
		bottom: 405px;
		left: 55%;
	}
	p.polls-group-title {
		font-size: 16px;
		font-weight: 800;
		text-transform: uppercase;
	}
	p.polls-group-title.polls-group1-title {
		position: absolute;
		top: 0px;
		left: 60px;
		color: #71cbf4;
	}
	p.polls-group-title.polls-group2-title {
		position: absolute;
		top: 0px;
		left: calc(55% + 40px);
		color: #ffd132;
	}
	p.polls-group-title.polls-group3-title {
		position: absolute;
		bottom: 380px;
		left: 60px;
		color: #9dc41a;
	}
	p.polls-group-title.polls-group4-title {
		position: absolute;
		bottom: 380px;
		left: calc(55% + 40px);
		color: #ea542d;
	}
	/* circles order */
	.wp-polls-ans .wp-polls-ul .circle {
		position: absolute;
		padding: 0px;
		margin: 0;
		text-align: center;
		font-size: 12px;
		line-height: 1.2em;
	}
	/* group 1 */
	.wp-polls-ans .wp-polls-ul li:first-child + .circle {
		left: 5%;
		top: 25px;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(3) + .circle {
		left: 30%;
		top: 10px;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(5) + .circle {
		left: 9%;
		transform: translate(-50%, -50%);
		top: 28%;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(7) + .circle {
		left: 17%;
		top: 90px;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(9) + .circle {
		left: 32%;
		top: 148px;
	}
	/* group 2 */
	.wp-polls-ans .wp-polls-ul li:nth-child(11) + .circle {
		left: 54%;
		top: 31px;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(13) + .circle {
		top: 30px;
		left: 80%;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(15) + .circle {
		left: 66%;
		top: 136px;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(11) + .circle .pollbar {
		background-color: #ffd132;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(13) + .circle .pollbar {
		background-color: #ffd132;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(15) + .circle .pollbar {
		background-color: #ffd132;
	}
	/* group 3 */
	.wp-polls-ans .wp-polls-ul li:nth-child(17) + .circle {
		left: 5%;
		bottom: 125px;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(19) + .circle {
		bottom: 125px;
		left: 34%;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(21) + .circle {
		left: 16%;
		bottom: 14px;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(23) + .circle {
		left: 32%;
		bottom: 8px;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(17) + .circle .pollbar {
		background-color: #9dc41a;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(19) + .circle .pollbar {
		background-color: #9dc41a;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(21) + .circle .pollbar {
		background-color: #9dc41a;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(23) + .circle .pollbar {
		background-color: #9dc41a;
	}
	/* group 4 */ 
	.wp-polls-ans .wp-polls-ul li:nth-child(25) + .circle {
		left: 55%;
		bottom: 135px;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(27) + .circle {
		bottom: 140px;
		left: 80%;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(29) + .circle {
		bottom: 40px;
		left: 55%;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(31) + .circle {
		bottom: 100px;
		left: 70%;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(33) + .circle {
		bottom: -26px;
		left: 68%;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(35) + .circle {
		bottom: -40px;
		right: 5px;
	}
	.wp-polls-ans .wp-polls-ul li.circle:last-child {
		bottom: 90px;
		right: 0px;
	}

	.wp-polls-ans .wp-polls-ul li:nth-child(25) + .circle .pollbar {
		background-color: #ea542d;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(27) + .circle .pollbar {
		background-color: #ea542d;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(29) + .circle .pollbar {
		background-color: #ea542d;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(31) + .circle .pollbar {
		background-color: #ea542d;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(33) + .circle .pollbar {
		background-color: #ea542d;
	}
	.wp-polls-ans .wp-polls-ul li:nth-child(35) + .circle .pollbar {
		background-color: #ea542d;
	}
	.wp-polls-ans .wp-polls-ul li.circle:last-child .pollbar {
		background-color: #ea542d;
	}

	/*  custom checkpoints */
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li input {
	  padding: 0;
	  height: initial;
	  width: initial;
	  margin-bottom: 0;
	  display: none;
	  cursor: pointer;
	}

	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li label {
		position: relative;
		cursor: pointer;
		font-weight: 800;
		height: 100%;
		display: block;
		padding: 0px;
	}

	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li label:before {
	  content:'';
	  -webkit-appearance: none;
	  background-color: transparent;
	  /*
	  border: 2px solid #0079bf;
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	  padding: 10px;
	  */
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  position: absolute;
	  left: 0px;
	  vertical-align: middle;
	  cursor: pointer;
	  margin-right: 5px;
	  background-image: url(img/blue.png);
	  background-size: 100% 100%;
	}

	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li input:checked + label:after {
	  content: '';
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  position: absolute;
	  left: 0px;
	  vertical-align: middle;
	  cursor: pointer;
	  margin-right: 5px;
	  background-image: url(img/blue-full.png);
	  background-size: 100% 100%;
	}

	/* boja checkboxa */
	/* group 2 */
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(6) label:before {
		background-image: url(img/yellow.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(6) input:checked + label:after {
		background-image: url(img/yellow-full.png);
	}

	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(7) label:before {
		background-image: url(img/yellow.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(7) input:checked + label:after {
		background-image: url(img/yellow-full.png);
	}

	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(8) label:before {
		background-image: url(img/yellow.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(8) input:checked + label:after {
		background-image: url(img/yellow-full.png);
	}

	/* group 3 */
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(9) label:before {
		background-image: url(img/green.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(9) input:checked + label:after {
		background-image: url(img/green-full.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(10) label:before {
		background-image: url(img/green.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(10) input:checked + label:after {
		background-image: url(img/green-full.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(11) label:before {
		background-image: url(img/green.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(11) input:checked + label:after {
		background-image: url(img/green-full.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(12) label:before {
		background-image: url(img/green.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(12) input:checked + label:after {
		background-image: url(img/green-full.png);
	}

	/* group 4 */
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(13) label:before {
		background-image: url(img/red.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(13) input:checked + label:after {
		background-image: url(img/red-full.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(14) label:before {
		background-image: url(img/red.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(14) input:checked + label:after {
		background-image: url(img/red-full.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(15) label:before {
		background-image: url(img/red.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(15) input:checked + label:after {
		background-image: url(img/red-full.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(16) label:before {
		background-image: url(img/red.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(16) input:checked + label:after {
		background-image: url(img/red-full.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(17) label:before {
		background-image: url(img/red.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(17) input:checked + label:after {
		background-image: url(img/red-full.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(18) label:before {
		background-image: url(img/red.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(18) input:checked + label:after {
		background-image: url(img/red-full.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(19) label:before {
		background-image: url(img/red.png);
	}
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li:nth-child(19) input:checked + label:after {
		background-image: url(img/red-full.png);
	}

	/* pozicija checkboxova */
	.checkbox-holder {
		width: 110px;
		height: 110px;
		position: relative;
	}
	.poll2-content-wrapper .poll-answer-wrapper li .checkbox-holder label {
		text-align: center;
		font-size: 12px;
		line-height: 1.2em
	}
	/* group 1 */
	/* group 1  - el 1 */
	.poll2-content-wrapper .poll-answer-wrapper li:first-child {
		left: 5%;
		top: 25px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:first-child .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:first-child .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:first-child .checkbox-holder label:before {
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:first-child .checkbox-holder label:after {
		top: 20px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 1  - el 2 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(2) {
		left: 30%;
		top: 10px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(2) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(2) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(2) .checkbox-holder label:before {
		top: 48px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(2) .checkbox-holder label:after {
		top: 48px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 1  - el 3 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(3) {
		left: 9%;
		transform: translate(-50%, -50%);
		top: 28%;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(3) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(3) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(3) .checkbox-holder label:before {
		top: 64px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(3) .checkbox-holder label:after {
		top: 64px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 1  - el 4 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(4) {
		left: 17%;
		top: 90px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(4) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(4) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(4) .checkbox-holder label:before {
		top: 48px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(4) .checkbox-holder label:after {
		top: 48px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 1  - el 5 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(5) {
		left: 32%;
		top: 148px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(5) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(5) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(5) .checkbox-holder label:before {
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(5) .checkbox-holder label:after {
		top: 20px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 2 */
	/* group 2  - el 1 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(6) {
		left: 54%;
		top: 31px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(6) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(6) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(6) .checkbox-holder label:before {
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(6) .checkbox-holder label:after {
		top: 20px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 2  - el 2 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(7) {
		top: 30px;
		left: 80%;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(7) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(7) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(7) .checkbox-holder label:before {
		top: 34px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(7) .checkbox-holder label:after {
		top: 34px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 2  - el 3 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(8) {
		left: 66%;
		top: 136px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(8) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(8) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(8) .checkbox-holder label:before {
		top: 34px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(8) .checkbox-holder label:after {
		top: 34px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 3 */
	/* group 3  - el 1 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(9) {
		left: 5%;
		bottom: 125px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(9) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(9) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(9) .checkbox-holder label:before {
		top: 64px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(9) .checkbox-holder label:after {
		top: 64px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 3  - el 2 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(10) {
		bottom: 125px;
		left: 34%;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(10) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(10) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(10) .checkbox-holder label:before {
		top: 34px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(10) .checkbox-holder label:after {
		top: 34px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 3  - el 3 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(11) {
		left: 16%;
		bottom: 14px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(11) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(11) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(11) .checkbox-holder label:before {
		top: 48px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(11) .checkbox-holder label:after {
		top: 48px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 3  - el 4 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(12) {
		left: 32%;
		bottom: 8px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(12) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(12) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(12) .checkbox-holder label:before {
		top: 48px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(12) .checkbox-holder label:after {
		top: 48px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 4 */
	/* group 4  - el 1 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(13) {
		left: 55%;
		bottom: 135px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(13) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(13) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(13) .checkbox-holder label:before {
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(13) .checkbox-holder label:after {
		top: 20px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 4  - el 2 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(14) {
		bottom: 140px;
		left: 80%;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(14) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(14) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(14) .checkbox-holder label:before {
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(14) .checkbox-holder label:after {
		top: 20px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 4  - el 3 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(15) {
		bottom: 40px;
		left: 55%;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(15) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(15) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(15) .checkbox-holder label:before {
		top: 34px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(15) .checkbox-holder label:after {
		top: 34px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 4  - el 4 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(16) {
		bottom: 100px;
		left: 70%;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(16) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(16) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(16) .checkbox-holder label:before {
		top: 34px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(16) .checkbox-holder label:after {
		top: 34px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 4  - el 5 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(17) {
		bottom: -26px;
		left: 68%;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(17) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(17) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(17) .checkbox-holder label:before {
		top: 34px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(17) .checkbox-holder label:after {
		top: 34px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 4  - el 6 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(18) {
		bottom: -40px;
		right: 5px;
		left: inherit;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(18) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(18) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(18) .checkbox-holder label:before {
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(18) .checkbox-holder label:after {
		top: 20px;
		left: 50%!important;
		transform: translateX(-50%);
	}
	/* group 4  - el 7 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(19) {
		bottom: 90px;
		right: 0px;
		left: inherit;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(19) .checkbox-holder {
		padding-top: 30px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(19) .checkbox-holder label {
		position: absolute;
		top: 0px;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(19) .checkbox-holder label:before {
		top: 48px;
		left: 50%;
		transform: translateX(-50%);
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(19) .checkbox-holder label:after {
		top: 48px;
		left: 50%!important;
		transform: translateX(-50%);
	}

	/*  pulse */
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li label:before,
	.poll2-content-wrapper .poll-answer-wrapper .wp-polls-ul li label:after {
		animation: animate 5s ease-out infinite;
	}
	.wp-polls-ans ul li.voted-circle .pollbar {
		animation: animate 5s ease-out infinite;
		border: 2px solid #000;
	}

	@keyframes animate {
		0% {
			transform: scale(1.3) translateX(-25%);
		}
		
		20% {
			transform: scale(1) translateX(-25%);
		}
		
		40% {
			transform: scale(1.3) translateX(-25%);
		}
		
		60% {
			transform: scale(1) translateX(-25%);
		}
		
		80% {
			transform: scale(1.3) translateX(-25%);
		}

		100% {
			transform: scale(1) translateX(-25%);
		}
	}
}
/* end media query */
@media screen and (max-width: 1023px) {
	.wp-polls-ans .wp-polls-ul .circle {
		display: none;
	}
	.icon-one, .icon-two, .icon-three, .icon-four, .polls-group-title {
		display: none;
	}
	.wp-polls .Buttons {
		border: 1px solid #c8c8c8;
		background-color: #3c3c3c;
	}
	/* group 1 */
	.poll2-content-wrapper .poll-answer-wrapper li:first-child:before {
		background-color: #7dcbf5;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(2):before {
		background-color: #7dcbf5;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(3):before {
		background-color: #7dcbf5;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(4):before {
		background-color: #7dcbf5;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(5):before {
		background-color: #7dcbf5;
	}
	/* group 2 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(6):before {
		background-color: #fad00d;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(7):before {
		background-color: #fad00d;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(8):before {
		background-color: #fad00d;
	}
	/* group 3 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(9):before {
		background-color: #a0c400;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(10):before {
		background-color: #a0c400;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(11):before {
		background-color: #a0c400;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(12):before {
		background-color: #a0c400;
	}
	/* group 4 */
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(13):before {
		background-color: #e15223;
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(14):before {
		background-color: #e15223
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(15):before {
		background-color: #e15223
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(16):before {
		background-color: #e15223
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(17):before {
		background-color: #e15223
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(18):before {
		background-color: #e15223
	}
	.poll2-content-wrapper .poll-answer-wrapper li:nth-child(19):before {
		background-color: #e15223
	}
	
	/* ANS */
	/* group 1 */
	.poll2-content-wrapper .poll-results-wrapper li:first-child:before {
		background-color: #7dcbf5;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(3):before {
		background-color: #7dcbf5;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(5):before {
		background-color: #7dcbf5;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(7):before {
		background-color: #7dcbf5;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(9):before {
		background-color: #7dcbf5;
	}
    /* group 1 - bars */
	.poll2-content-wrapper .poll-results-wrapper li:first-child  .pollbar {
		background-image: none;
		background-color: #7dcbf5;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(3) .pollbar {
		background-image: none;
		background-color: #7dcbf5;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(5) .pollbar {
		background-image: none;
		background-color: #7dcbf5;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(7) .pollbar {
		background-image: none;
		background-color: #7dcbf5;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(9) .pollbar {
		background-image: none;
		background-color: #7dcbf5;
	}
	/* group 2 */
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(11):before {
		background-color: #fad00d;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(13):before {
		background-color: #fad00d;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(15):before {
		background-color: #fad00d;
	}
	 /* group 2 - bars */
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(11) .pollbar {
		background-image: none;
		background-color: #fad00d;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(13) .pollbar {
		background-image: none;
		background-color: #fad00d;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(15) .pollbar {
		background-image: none;
		background-color: #fad00d;
	}
	/* group 3 */
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(17):before {
		background-color: #a0c400;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(19):before {
		background-color: #a0c400;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(21):before {
		background-color: #a0c400;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(23):before {
		background-color: #a0c400;
	}
	/* group 3 - bars */
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(17) .pollbar {
		background-image: none;
		background-color: #a0c400;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(19) .pollbar {
		background-image: none;
		background-color: #a0c400;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(21) .pollbar {
		background-image: none;
		background-color: #a0c400;
	}	
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(23) .pollbar {
		background-image: none;
		background-color: #a0c400;
	}
	/* group 4 */
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(25):before {
		background-color: #e15223;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(27):before {
		background-color: #e15223
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(29):before {
		background-color: #e15223
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(31):before {
		background-color: #e15223
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(33):before {
		background-color: #e15223
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(35):before {
		background-color: #e15223
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(37):before {
		background-color: #e15223
	}
	/* group 4 - bars */
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(25) .pollbar {
		background-image: none;
		background-color: #e15223;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(27) .pollbar {
		background-image: none;
		background-color: #e15223;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(29) .pollbar {
		background-image: none;
		background-color: #e15223;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(31) .pollbar {
		background-image: none;
		background-color: #e15223;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(33) .pollbar {
		background-image: none;
		background-color: #e15223;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(35) .pollbar {
		background-image: none;
		background-color: #e15223;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(36) .pollbar {
		background-image: none;
		background-color: #e15223;
	}
	.poll2-content-wrapper .poll-results-wrapper li:nth-child(37) .pollbar {
		background-image: none;
		background-color: #e15223;
	}
	/* koristiti u buduce odd and even - zaboravih :) */
}

.poll-title-wrapper h3, .poll-title-wrapper h2, .poll-title-wrapper h1 {
	font-weight: 400;
	line-height: 1.6em;
    margin-top: 25px;
    font-size: 20px;
}
.poll-title-wrapper h2 strong {
	color: #627a91;
}
.poll-title {
	display: none;
}
.poll-title-wrapper {
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 25px;
}

/* underline style na link u prvom boxu u sidebaru */
#collapse-1-sb a {
	text-decoration: underline;
}

/* facebook element u meniju */
@media screen and (min-width: 1024px) {
	.menu-glavni-meni-container ul.menu > li:last-child {
		margin-left: auto;
		background-color: #174e82;
	}
}

/* pie */
.pie-main-holder {
	
}
.single-pie li {
	padding: 10px;
	display: block;
	min-width: 150px;
	line-height: 1.1em;
}
.single-pie li:before {
	display: none;
}
@media screen and (min-width: 1024px) {
	.single-pie:first-child svg > g:nth-child(3) text {
		transform: translateX(10%);
	}
	.single-pie:nth-child(2) svg > g:nth-child(3) text {
		transform: translateX(12%);
	}
	.single-pie:nth-child(3) svg > g:nth-child(3) text {
		transform: translateX(6%);
	}
	.single-pie:nth-child(4) svg > g:nth-child(3) text {
		transform: translateX(10.5%);
	}
}
.sidebar-banner-holder {
	padding-top: 20px;
}

/* homepage-4bx-links */
.boxes4-wrapper {
	padding-right: 15px;
}
.homepage-4bx-links .subtitle-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.homepage-4bx-links .subtitle-wrapper:before {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	content: '';
}
.homepage-4bx-links .subtitle-wrapper h4 {
	font-family: 'Lobster Two', cursive;
	background-color: #fff;
	position: relative;
	padding: 10px 35px;
	margin: 0px;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
}
.homepage-4bx-links-text-holder {
	text-align: center;
}
.single-link-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
}
.single-link-box .box-link {
	padding: 30px 30px;
	background-color: #f8f8f8;
}
.single-link-box:first-child .box-link {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.single-link-box .box-link img {
	transition: all .8s ease;
}
.single-link-box .box-link:hover img {
	transform: rotate(8deg);
	transition: all .8s ease;
}
.single-link-box:first-child .box-link:hover {
	background-color: #71cbf4;
	color: #fff;
}
.single-link-box:nth-child(2) .box-link:hover {
	background-color: #ffd132;
	color: #fff;
}
.single-link-box:nth-child(3) .box-link:hover {
	background-color: #9dc41a;
	color: #fff;
}
.single-link-box:last-child .box-link:hover {
	background-color: #ea542d;
	color: #fff;
}
.single-link-box .box-link img {
	filter: drop-shadow(2px 4px 6px gray);
}
.single-link-box .box-link:hover img {
	filter: drop-shadow(2px 4px 6px black);
}
.single-link-box:nth-child(2) .box-link {
	border-bottom: 1px solid #ccc;
}
.single-link-box:nth-child(3) .box-link {
	border-right: 1px solid #ccc;
}
.single-link-box .box-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.single-link-box .box-link:hover {
	text-decoration: none;
}
.single-link-box .box-title {
	margin-top: 25px;
	text-align: center;
	font-size: 13px;
    min-height: 34px;
}
.single-link-box .box-img {
	max-width: 65px;
}

/* accordion form */
.sg-header {
	display: flex;
	justify-content: space-between;
}
/* jq modal */
.contact-form-accord .title-wrapper {
	display: flex;
	align-items: center;
}
.contact-form-accord .title-wrapper h1 {
	padding: 12px 15px;
	margin-top: 5px;
}
.contact-form-accord .title-wrapper h1.blue-title {
	color: #ffffff;
    font-size: 20px;
    background-color: #71cbf4;
    width: 100%;
}
.contact-form-accord .title-wrapper h1.yellow-title {
	color: #ffffff;
    font-size: 20px;
    background-color: #fad00d;
    width: 100%;
}
.contact-form-accord .title-wrapper h1.red-title {
	color: #ffffff;
    font-size: 20px;
    background-color: #e15223;
    width: 100%;
}
.contact-form-accord .title-wrapper h1.green-title {
	color: #ffffff;
    font-size: 20px;
    background-color: #a0c400;
    width: 100%;
}
.title-logo {
	max-width: 40px;
	margin-right: 15px;
}
.acc-form-wrapper {
	padding-top: 20px;
}
.jquery-modal {
	z-index: 3;
}
.desc-modal-holder {
	max-width: 1000px;
	width: 95%;
	overflow: visible;
	border-radius: 0;
}
.single-goal-wrapper {
    padding: 10px;
	padding-top: 0px;
    background-color: #ededed;
}
.sg-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #627a91;
    color: #fff;
	margin-left: -10px;
	margin-right: -10px;
}
.blue-temp .sg-header {
	background-color: #0997d9;
}
.red-temp .sg-header {
	background-color: #c5192d;
}
.green-temp .sg-header {
	background-color: #4c9f37;
}
.yellow-temp .sg-header {
	background-color: #fd6824;
}
.goal-title {
	margin-bottom: 0px;
    flex-basis: calc(100% - 175px);
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
	position: relative;
}
.goal-title .goal-num {
	position: absolute;
	left: -60px;
	top: 0px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	font-weight: 800;
	color: #fff;
	background-color: #ccc;
	border-radius: 50%;
}
.goal-title .goal-label {
	position: absolute;
    left: -60px;
    bottom: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: #cccccc;
    width: 40px;
}
@media only screen and (max-width: 1200px) {
	.goal-title .goal-num {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	.sg-header {
		flex-wrap: wrap;
	}
	.sg-header .goal-title {
		flex-basis: 100%;
		margin-bottom: 16px;
	}
	.sg-header .desc-opener {
		justify-content: start;
		margin-left: 6px;
	}
}
.desc-opener {
    display: flex;
    align-items: center;
	flex-basis: 170px;
	color: #445565;
	justify-content: end;
}
.modal-activator {
    margin: 5px 5px 5px 5px;
    padding: 8px 20px;
    color: #ffffff;
    background-color: #445565;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
	transition: .6s all ease;
	line-height: 1em;
	cursor: pointer;
	border: none;
}
.blue-temp .modal-activator {
	background-color: #fff;
	color: #0997d9;
}
.red-temp .modal-activator {
	background-color: #fff;
	color: #c5192d;
}
.green-temp .modal-activator {
	background-color: #fff;
	color: #4c9f37;
}
.yellow-temp .modal-activator {
	background-color: #fff;
	color: #fd6824;
}
.goal-comment {
	margin-top: 10px;
}
.goal-comment label {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 13px;
}
.accord-main {
	
}
.acc-btn-w {

}
.contact-form-accordion-holder {
	padding-bottom: 60px;
}
.acc-btn-w .btn {
	font-size: 14px;
}
.mere-wrapper .subtile {
	font-size: 13px;
	tetx-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 4px;
	margin-top: 10px;
}
.mere-wrapper .card-body label {
	font-size: 13px;
	margin-bottom: 0;
	font-weight: 600;
}
.mere-desc-opener .modal-activator {
	margin: 0px 0px 15px 0px;
	display: inline-flex;
	border: 2px solid #445565;
	cursor: pointer;
}
.blue-temp .mere-desc-opener .modal-activator {
	border: 2px solid #00689d;
	color: #00689d;
}
.red-temp .mere-desc-opener .modal-activator {
	border: 2px solid #c5192d;
	color: #c5192d;
}
.green-temp .mere-desc-opener .modal-activator {
	border: 2px solid #4c9f37;
	color: #4c9f37;
	background: #fff;
}
.yellow-temp .mere-desc-opener .modal-activator {
	border: 2px solid #fcc30c;
	color: #fcc30c;
	background: #fff;
}
.accord-main .btn[aria-expanded="true"]:after {
	transform: rotate(180deg) translateY(50%);
}
.modal-dialog {
	width: 96%;
	max-width: 900px;
}
.submit-btn-holder-fixed {
	position: fixed;
	bottom: 0px;
	z-index: 9999;
}
.submit-btn-holder {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	position: fixed;
    bottom: 0px;
    padding: 20px 15px;
    text-align: center;
    background: #fff;
    width: 300px;
    box-shadow: 0px -3px 16px #ccc;
	z-index: 99;
	opacity: 0;
	transition: 0.6 opacity ease;
}
@media only screen and (max-width: 768px) {
	.submit-btn-holder {
		width: 100%!important;
		left: 0px;
		padding: 10px;
	}
}
.submit-btn-holder.remove-fixed-position {
	position: absolute;
    background: none;
    padding: 0;
    width: auto;
    box-shadow: none;
    bottom: 0px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.submit-btn-holder .wpcf7-submit, .submit-btn-holder .wpcf7-submit:hover {
	border: none;
}
.submit-btn-holder .wpcf7-spinner {
	position: absolute;
}
.two-in-row {
	display: flex;
	justify-content: space-between;
}
.single-field {
	margin-bottom: 15px;
}
.two-in-row .single-field {
	flex-basis: calc(50% - 10px);
}
@media only screen and (max-width: 525px) {
	.two-in-row {
		flex-direction: column;
	}
	.two-in-row .single-field {
		flex-basis: 100%;
	}
}
.single-field input, .single-field textarea {
	border-radius: 0;
	font-size: 14px;
}
.single-field label {
	margin-bottom: 0px;
}
.single-field > label {
	font-weight: 600;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 600;
}
.radio-btns-wrapper {
	margin-bottom: 20px;
}
.radio-btns-wrapper .wpcf7-form-control {
	display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.radio-btns-wrapper .wpcf7-form-control-wrap .wpcf7-list-item {
	flex-basis: calc(50% - 10px);
    margin: 6px 0px;
    padding: 2px 10px;
}
@media only screen and (max-width: 768px) {
	.radio-btns-wrapper .wpcf7-form-control-wrap .wpcf7-list-item {
		flex-basis: 100%;
		padding: 0px 8px;
	}
}
.go-back-btn-wrapper .go-back-btn {
	display: flex;
	align-items: center;
}
.go-back-btn-wrapper .go-back-btn img {
	opacity: .6;
	margin-right: 10px;
}
.go-back-btn-wrapper .go-back-btn:hover {
	text-decoration: none;
}
.go-to-top {
	position: fixed;
	bottom: 100px;
	right: 0px;
	width: 60px;
	display: flex;
    justify-content: center;
    z-index: 99;
    flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.go-to-top img {
	width: 24px
}
.go-to-top p {
	margin: 0;
	margin-top: 8px;
	font-size: 12px;
	text-align: center;
	font-weight: 600;
	line-height: 16px;
}
@media only screen and (max-width: 1300px) {
	.go-to-top {
		display: none;
	}
}

/* pdf and  contact form */
.pdf-and-form-wrapper {
	display: flex;
	flex-wrap: wrap;
	min-height: calc(100vh - 170px);
}
.pdf-and-form-wrapper .iframe-holder {
	width: calc(100% - 450px);
}
.pdf-and-form-wrapper .right-sidebar-wrapper {
	width: 450px;
    padding: 0px 30px 15px 30px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.right-sd-title {
	margin: 0 -30px;
    padding: 7px 30px;
    background-color: #e8542c;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1em;
}
.right-sidebar-wrapper .form-holder p {
	font-size: 12px;
    line-height: 1.4em;
}
.right-sidebar-wrapper .two-in-row {
	margin-top: 8px;
}
.right-sidebar-wrapper .single-field > label, .right-sidebar-wrapper .text-area-holder > label {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.right-sidebar-wrapper .text-area-holder {
	margin-bottom: 15px;
}
.right-sidebar-wrapper .wpcf7-form input[type="submit"] {
	width: 100%;
}
.right-sidebar-wrapper .single-field span label {
	font-weight: 600;
	font-size: 12px;
}
.right-sidebar-wrapper .radio-btns-wrapper .wpcf7-form-control-wrap .wpcf7-list-item {
    flex-basis: calc(50% - 10px);
    margin: 3px 0px;
    padding: 2px 5px 2px 0px;
    display: flex;
    align-items: center;
}
.right-sidebar-wrapper .single-field span label {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.right-sidebar-wrapper .single-field span label input {
    margin-right: 8px;
}
.single-boxlink {
	padding: 10px 40px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 1px;
}
.single-boxlink, .single-boxlink:visited, .single-boxlink:hover {
    padding: 10px 40px;
    line-height: 1em;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    background-color: #627a91;
    text-decoration: none;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.single-boxlink:hover {
	background-color: #54779a;
}
/*
#primary-menu > li:nth-last-child(2) {
	background-color: #e15223;
}
*/
.mobile-pdf-link {
	display: none;
}
@media screen and (max-width: 1024px) {
	.pdf-and-form-wrapper .iframe-holder {
		width: 100%;
		height: 75vh;
		display: none;
	}
	.mobile-pdf-link {
		display: block;
		color: #fff!important;
		background-color: #9dc418;
		padding: 5px 12px;
		text-align: center;
	}
	.pdf-and-form-wrapper .right-sidebar-wrapper {
		width: 100%;
	}
	.right-sidebar-wrapper .radio-btns-wrapper .wpcf7-form-control-wrap .wpcf7-list-item {
		flex-basis: 100%;
	}
}
.entry-content a {
	text-decoration: underline;
}