@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");

/* CSS Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

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

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

h2 {
	font-size: 1.5em;
	margin: .83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: .83em;
	margin: 1.67em 0;
}

h6 {
	font-size: .75em;
	margin: 2.33em 0;
}

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

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

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

p,
pre {
	margin: 1em 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace,serif;
	_font-family: "courier new",monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: 75%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

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

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

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

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */

/* Slick Slider CSS */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
/* End Slick Slider CSS */

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
/* End Magnific Popup CSS */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

.clear {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

html,
body {
	height: 100%;
}

html {
	font-size: 16px;
}

body {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #707070;
	background: #f2f2f2;
}

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

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

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

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

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

.align-center {
	display: block;
	margin: 0 auto 15px;
}

img {
	max-width: 100%;
}

a {
	color: #003c74;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

a:focus {
	outline: 0;
}

.el-block {
	display: block;
}

.no-style,
.hero .slick-dots {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.no-style li,
.hero .slick-dots li {
	list-style-type: none;
}

.bgr-style {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgr-style.bgr-top-center {
	background-position: top center;
}

.bgr-style.bgr-bottom-center {
	background-position: bottom center;
}

.white-color, .white-color a {
	color: #fff !important;
}

.white-color a:hover {
	color: #c4c4c4 !important;
}

.title-color {
	color: #4a4a4a !important;
}

.primary-color {
	color: #003c74;
}

.bgr-primary {
	background: #003c74 !important;
}

.bgr-white {
	background: #fff !important;
}

.bgr-accent {
	background: #f2f2f2 !important;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.margin-15 {
	margin-bottom: 15px !important;
}

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

.btn-accent {
	display: inline-block;
	font-size: 1rem;
	line-height: 1em;
	color: #707070;
	background: #f2f2f2;
	border-radius: 7px;
	padding: 5px 38px;
}

.btn-accent:hover {
	background: #e9e9e9;
}

.btn-download {
	display: inline-block;
	font-size: 1rem;
	line-height: 1em;
	color: #fff !important;
	font-weight: 500;
	background: #003c74;
	border-radius: 7px;
	padding: 10px 64px;
}

.btn-download:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: url(../images/svg/icon-download.svg) no-repeat;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

.btn-download:hover {
	background: #2c69a2;
}

.full-image {
	width: 100%;
	display: block;
	margin: 0 auto 20px;
}

p {
	font-size: 1rem;
	line-height: 1.455em;
	font-weight: 400;
	color: #707070;
	margin: 0 0 25px;
}

strong {
	font-weight: 700;
}

h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
	font-family: "Roboto", sans-serif;
	color: #4a4a4a;
	font-weight: 700;
	margin: 0 0 15px;
}

h1,
.h1-title {
	font-size: 3rem;
	line-height: 1.25em;
	margin: 0 0 15px;
}

h2,
.h2-title {
	font-size: 2.25rem;
	line-height: 1.25em;
}

h3,
.h3-title {
	font-size: 1.875rem;
	line-height: 1.35em;
}

h4,
.h4-title {
	font-size: 1.5rem;
	line-height: 1.4em;
}

h5,
.h5-title {
	font-size: 1.25rem;
	line-height: 1.455em;
}

h6,
.h6-title {
	font-size: 1rem;
	line-height: 1.455em;
}

.bgr-title {
	font-size: 1.5rem;
	line-height: 1.25em;
	font-weight: 700;
	letter-spacing: .035em;
	background: #003c74;
	padding: 10px 30px;
	color: #fff;
	margin: 0;
	width: 100%;
}

.date {
	font-size: .875rem;
	line-height: 1em;
}

.tag {
	font-size: .875rem;
	line-height: 1em;
	margin-bottom: 5px;
	color: #003c74;
	margin-bottom: 15px;
}

.tag:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/icon-tag.png) no-repeat;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="text"],
textarea,
select {
	box-sizing: border-box;
	border: 0 none;
	width: 100%;
	padding: 12px 15px;
	border-radius: 10px;
	color: #a2a2a2;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5em;
	background: #fff;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus,
textarea:focus,
select:focus {
	outline: 0;
}

textarea {
	height: 135px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a2a2a2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a2a2a2;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a2a2a2;
}

input[type=submit],
input[type=reset],
button[type=submit],
button[type=reset] {
	box-sizing: border-box;
	font-size: 1.125rem;
	line-height: 1.45em;
	font-weight: 400;
	color: #fff;
	background: #003c74;
	border: 0 none;
	border-radius: 7px;
	padding: 10px 64px;
}

input[type=submit]:focus,
input[type=reset]:focus,
button[type=submit]:focus,
button[type=reset]:focus {
	outline: 0;
}

input[type=submit]:hover,
input[type=reset]:hover,
button[type=submit]:hover,
button[type=reset]:hover {
	background: #2c69a2;
}

.container {
	max-width: 1230px;
	width: calc(100% - 30px);
	margin: 0 auto;
}

.page-wrap {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

.footer {
	display: table-row;
	height: 1px;
}

.btn-menu {
	position: absolute;
	width: 30px;
	height: 23px;
	display: none;
	right: 15px;
	top: 58px;
	z-index: 99;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
	background: #de0000;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.btn-menu:before,
.btn-menu:after {
	content: "";
	top: 0;
}

.btn-menu span {
	width: 100%;
	left: 0;
}

.btn-menu:after {
	top: 18px;
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu:hover {
	opacity: .9;
}

.btn-menu.active:after,
.btn-menu.active:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
	left: 0;
	right: 0;
	background: #de0000;
}

.btn-menu.active:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.top-space {
	padding-top: 206px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.top-space.active {
	padding-top: 145px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}

.header .btn-search {
	display: none;
	position: absolute;
	top: 57px;
	right: 58px;
	width: 22px;
	height: 22px;
	padding: 0;
	background: url(../images/svg/icon-search-red.svg) no-repeat;
}

.header-top {
	border-bottom: 3px solid #ff3434;
	padding: 15px 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.header-top .container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.header-top .logo {
	display: block;
}

.header-top .logo img {
	display: block;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.header-top .header-social {
	margin-bottom: 15px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.header-top .header-social li {
	margin-left: 15px;
}

.header-top .header-social li a {
	display: block;
}

.header-top .header-social li a img {
	display: block;
	width: 32px;
	height: 32px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.header-top .header-social li a:hover {
	opacity: .7;
}

.header-top .header-language {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 15px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.header-top .header-language li {
	font-size: 1.125rem;
	line-height: 1em;
}

.header-top .header-language li + li:before {
	content: "/";
	margin: 0 5px;
	color: #707070;
}

.header-top .header-language li a {
	display: inline-block;
	color: #707070;
}

.header-top .header-language li a:hover {
	color: #ff3434;
}

.header-bottom {
	background: #2c69a2;
}

.header-bottom .header-search {
	position: relative;
	width: 275px;
}

.header-bottom .header-search input:not([type="submit"]) {
	border: 0 none;
	border-bottom: 1px solid #fff;
	background: #2c69a2;
	color: #fff;
	padding: 5px 35px 5px 0;
	font-size: 1.125rem;
	line-height: 1em;
	font-weight: 400;
	border-radius: 0;
}

.header-bottom .header-search input::-webkit-input-placeholder {
	color: #fff;
}

.header-bottom .header-search input:-moz-placeholder,
.header-bottom .header-search input::-moz-placeholder {
	color: #fff;
}

.header-bottom .header-search input:-ms-input-placeholder {
	color: #fff;
}

.header-bottom .header-search button[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 29px;
	padding: 0;
	background: #2c69a2 url(../images/svg/icon-search.svg) no-repeat center center;
	background-size: 20px 20px;
}

.nav-menu.overflow-scroll {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.nav-menu > li {
	padding: 0 30px;
	position: relative;
}

.nav-menu > li:first-child {
	padding: 0 40px 0 25px;
	position: relative;
}

.nav-menu a:hover {
	color: #c4c4c4;
}

.nav-menu a {
	font-size: 1.125rem;
	line-height: 1em;
	display: block;
	padding: 27px 0;
	color: #fff;
	position: relative;
}

.nav-menu a:hover {
	color: #c4c4c4;
}

.nav-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0 auto;
	width: 180px;
	background: #2c69a2;
	list-style-type: none;
	z-index: 99;
	padding: 0;
}

.nav-menu ul li {
	display: block;
	text-align: left;
	position: relative;
}

.nav-menu ul li:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: calc(100% - 30px);
	height: 1px;
	background: #276194;
}

.nav-menu ul li:last-child:after {
	display: none;
}

.nav-menu ul li.dropdown-second > a:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url(../images/svg/icon-arrow.svg) no-repeat;
}

.nav-menu ul li a {
	padding: 10px 15px !important;
	background: #2c69a2;
	position: relative;
}

.nav-menu ul > a {
	padding: 10px 15px !important;
}

.nav-menu ul ul {
	left: 180px;
	top: 0;
}

.nav-menu ul ul a {
	background: #3779b7;
}

.sticky .header-top {
	padding: 5px 0;
}

.sticky .header-top .header-social,
.sticky .header-top .header-language {
	margin-bottom: 8px;
}

.sticky .header-top .header-social li a img {
	width: 24px;
	height: 24px;
}

.sticky .logo img {
	max-width: 220px;
}

.sticky .nav-menu a {
	padding: 15px 0;
}

.no-touch .nav-menu > li:hover > ul,
.no-touch .nav-menu ul li:hover ul {
	display: block;
}

.footer-inner .footer-logos {
	padding: 30px 0 10px;
}

.footer-inner .footer-logos .logo-holder {
	width: 240px;
}

.footer-inner .footer-logos .logo-slider-wrapper {
	width: calc(100% - 250px);
}

.footer-inner .footer-logos .slick-slide {
	margin: 0 5px;
}

.footer-inner .footer-logos .slick-list {
	margin: 0 -5px;
}

.footer-inner .footer-logos .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

img.img-grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.img-grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.footer-inner .footer-logos .slideshow img {
	display: block;
	margin: 0 auto;
}

.footer-inner .footer-logos .slideshow a {
	display: block;
	position: relative;
}

.footer-inner .footer-logos .slideshow a:hover .img-color {
	display: block;
}

.footer-inner .footer-info {
	padding: 35px 0 20px;
	border-bottom: 5px solid #ff3434;
}

.footer-inner .footer-info p {
	font-size: 1rem;
	line-height: 1.45em;
	color: #fff;
	margin: 0;
}

.footer-inner .footer-info p a {
	color: #fff;
}

.footer-inner .footer-info p a:hover {
	text-decoration: underline;
}

.footer-inner .footer-info .page-map {
	width: 270px;
}

.footer-inner .footer-info .page-map a {
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1rem;
	padding: 10px 0;
	position: relative;
}

.footer-inner .footer-info .page-map a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 32px;
	background: url(../images/svg/icon-map.svg) no-repeat;
	background-size: 36px 32px;
}

.footer-inner .footer-copyright {
	background: #002446;
	padding: 10px 0;
}

.footer-inner .footer-copyright h6,
.footer-inner .footer-copyright p {
	font-size: 1rem;
	line-height: 1.45em;
	margin: 0;
	font-weight: 400;
	color: #9d9b9b;
}

.footer-inner .footer-copyright a {
	color: #9d9b9b;
}

.footer-inner .footer-copyright a:hover {
	text-decoration: underline;
}

.hero {
	padding: 45px 0;
}

.hero .hero-slider-wrapper {
	width: calc(100% - 305px);
	position: relative;
}

.hero .hero-slider {
	display: none;
}

.hero .hero-slider.slick-initialized {
	display: block;
}

.hero .hero-links {
	width: 275px;
	background: #004484;
	padding: 10px 25px 25px;
}

.hero .hero-links li {
	border-bottom: 2px solid #fff;
	width: 100%;
	position: relative;
	z-index: 32;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.hero .hero-links li:hover {
	border-bottom: 2px solid #ff3434;
}

.hero .hero-links li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 75px;
	font-size: 1rem;
	line-height: 1.455em;
	color: #fff;
	padding-right: 55px;
	width: 100%;
	-webkit-transition: none;
	transition: none;
}

.hero .hero-links li a span {
	display: block;
}

.hero .hero-links li a:hover {
	font-size: 1.03125rem;
}

.hero .hero-links li a img {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: -1;
	width: 48px;
	height: 56px;
}

.hero .hero-links li a:hover img {
	width: 50px;
	height: 58px;
}

.hero .slick-dots {
	text-align: center;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.hero .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.hero .slick-dots li.slick-active button {
	background: #ff3434;
}

.hero .slick-dots button {
	display: block;
	text-indent: -99999px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: 0 none;
}

.hero .slick-dots button:focus {
	outline: 0;
}

.hero-intro {
	padding: 45px 0;
}

.hero-intro h1 {
	margin: 0 0 30px;
}

.hero-intro ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
}

.hero-intro li {
	margin-left: 15px;
	width: calc(25% - 15px);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #004484;
}

.hero-intro li.active,
.hero-intro li:hover {
	background: #0256a5;
}

.hero-intro li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 250px;
	padding: 0 15px;
	border-bottom: 10px solid #c91e24;
	position: relative;
}

.hero-intro li a img {
	display: block;
	max-width: 48px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.hero-intro li a .el-block {
	font-size: 1.875rem;
	line-height: 1.1em;
	font-weight: 500;
	margin-bottom: 10px;
}

.hero-inner {
	padding: 40px 0 60px;
}

.hero-inner h1 {
	margin: 0 0 35px;
}

.hero-inner h1:after {
	content: "";
	display: block;
	max-width: 390px;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin: 25px auto 0;
}

.hero-inner p,
.hero-inner img {
	display: inline-block;
	vertical-align: middle;
}

.hero-inner img {
	margin-left: 10px;
	max-height: 64px;
}

.hero-inner ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hero-inner ul li {
	margin: 0 20px 10px;
}

.hero-inner ul li.active a:before {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.hero-inner ul li a {
	display: block;
	font-size: 1.5rem;
	line-height: 1.455em;
	color: #fff;
	font-weight: 500;
	position: relative;
	padding: 5px 0;
}

.hero-inner ul li a:before {
	content: "";
	width: 0;
	height: 2px;
	background: #c91e25;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.hero-inner ul li a:hover:before {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.hero-inner.hero-inner-large {
	padding: 30px 0 25px;
}

.bgr-pattern {
	background: #033460 url(../images/bgr-pattern.png) !important;
	background-repeat: repeat-x !important;
	background-position: top center !important;
}

.rectangle-box {
	padding: 30px 30px 5px;
	margin-bottom: 15px;
}

.info-boxes-wrapper {
	padding: 30px 0;
}

.info-boxes-wrapper .info-boxes-left {
	width: 66.667%;
}

.info-boxes-wrapper .info-boxes-left .text-box:last-child {
	border-bottom: 0 none;
}

.info-boxes-wrapper .info-boxes-right {
	width: 32.114%;
}

.info-boxes-wrapper .info-boxes-right .text-box:last-child {
	border-bottom: 0 none;
}

.text-box {
	background: #fff;
	padding: 10px 15px;
	border-bottom: 3px solid #f2f2f2;
}

.text-box .text-box-left {
	width: 220px;
}

.text-box .text-box-right {
	width: calc(100% - 235px);
}

.text-box img {
	display: block;
	width: 100%;
}

.text-box h3 {
	font-size: 1.25rem;
	line-height: 1.2em;
	color: #707070;
	margin: 0 0 5px;
}

.text-box h3 a {
	color: #707070;
}

.competitions h3{
	font-size: 1.875rem;
    line-height: 1.35em;;
	color: #4a4a4a !important;
	margin: 0 0 15px;
}

.competitions a {
	color: #4a4a4a !important;
}

.text-box .btn-calendar, .btn-vijesti {
	display: inline-block;
	font-size: 1rem;
	line-height: 1em;
	font-weight: 500;
	color: #003c74;
	background: #d1d2d4;
	border-radius: 7px;
	padding: 10px 48px;
}

.text-box .btn-calendar:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 18px;
	background: url(../images/icon-calendar.png) no-repeat;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

.text-box .btn-calendar:hover, .btn-vijesti:hover {
	background: #ddd;
}

.text-box-large .text-box-left {
	width: 290px;
}

.text-box-large .text-box-right {
	width: calc(100% - 310px);
}

.text-box-wrapper {
	padding: 40px 0;
}

.pagination {
	margin-bottom: 40px;
}

.pagination ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination li {
	font-size: 1rem;
	line-height: 1em;
	font-weight: 500;
	color: #003c74;
}

.pagination li + li:before {
	content: "-";
	display: inline-block;
	margin: 0 3px;
}

.pagination li a {
	display: inline-block;
	color: #003c74;
	padding: 0 3px;
}

.pagination li a:hover {
	/*color: #ff3434;*/
	color: #2c69a2;
}

.pagination li a.active {
	color: #ff3434;
	/*color: #2c69a2;*/
}

.inline-boxes-wrapper {
	padding: 15px 0 35px;
}

.after-title {
	padding: 15px 30px;
	margin-bottom: 15px;
}

.after-title p {
	margin: 0;
}

.inline-boxes {
	padding: 15px 15px 15px 0;
	margin-bottom: 15px;
}

.inline-boxes .inline-box {
	margin-left: 15px;
	width: calc(33.333% - 15px);
}

.inline-boxes .inline-box:nth-child(2n) {
	padding: 20px 0 0;
}

.inline-boxes .inline-box.bgr-accent {
	padding: 20px 30px;
}

.inline-boxes img {
	display: block;
	margin: 0 auto;
}

.inline-boxes ul li {
	display: block;
	margin-bottom: 5px;
	color: #003c74;
	font-size: 1rem;
	line-height: 1.455em;
	position: relative;
	padding-left: 25px;
}

.inline-boxes ul li:first-child {
	margin-bottom: 25px;
}

.inline-boxes ul li:before {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	left: 0;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.inline-boxes ul li.li-people:before {
	background-image: url(../images/svg/icon-people.svg);
}

.inline-boxes ul li.li-phone:before {
	background-image: url(../images/svg/icon-phone.svg);
}

.inline-boxes ul li.li-location:before {
	background-image: url(../images/svg/icon-location.svg);
}

.inline-boxes ul li.li-email:before {
	background-image: url(../images/svg/icon-email.svg);
}

.inline-boxes ul li.li-web:before {
	background-image: url(../images/svg/icon-internet.svg);
}

.inline-boxes ul li a {
	display: inline-block;
}

.inline-boxes ul li a:hover {
	text-decoration: underline;
}

.inline-boxes ul.no-icons li {
	margin-bottom: 0;
	padding: 0;
}

.inline-boxes ul.no-icons li:before {
	display: none;
}

.inline-boxes ul.no-icons p {
	color: #003c74;
}

.inline-boxes ol li {
	display: block;
	margin-bottom: 5px;
	color: #003c74;
	font-size: 1rem;
	line-height: 1.455em;
}

.inline-boxes ol li:before {
	content: '•';
	margin-right: 10px;
}

.accordion-box .open-accordion {
	color: #fff;
	display: block;
	background: #003c74;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.25em;
	font-weight: 700;
	padding: 10px 30px 10px 55px;
	margin-bottom: 15px;
	position: relative;
}

.accordion-box .open-accordion:before {
	content: "+";
	position: absolute;
	top: 10px;
	left: 30px;
}

.accordion-box .open-accordion.active:before {
	content: "-";
}

.accordion-box .accordion-box-inner {
	display: none;
}

.accordion-box .accordion-box-inner.active {
	display: block;
}

.accordion-links-wrapper {
	padding: 15px 0 50px;
}

.accordion-links-wrapper .accordion-box {
	margin-bottom: 15px;
}

.accordion-links-wrapper .accordion-links {
	padding: 30px;
}

.accordion-links-wrapper .accordion-links ul li {
	display: block;
	margin-bottom: 3px;
}

.accordion-links-wrapper .accordion-links ul li a {
	display: block;
	color: #707070;
	font-size: .9375rem;
	line-height: 1.455em;
}

.accordion-links-wrapper .accordion-links ul li a:hover {
	text-decoration: underline;
}

.accordion-links-wrapper .accordion-links p {
	margin: 0;
}

.accordion-items-wrapper {
	padding: 15px 0 75px;
}

.accordion-items-wrapper .accordion-box {
	margin-bottom: 15px;
}

.accordion-description-wrapper {
	padding: 15px 0 45px;
}

.accordion-description-wrapper .description-header {
	background: #2c69a2;
	width: 105px;
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: 700;
	padding: 10px;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}

.accordion-description-wrapper .below-accordion {
	padding: 15px 30px;
	margin-bottom: 15px;
}

.accordion-inline-buttons {
	padding: 15px 30px;
}

.inline-buttons li {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #ebebeb;
	padding: 15px 0 !important;
}

.inline-buttons li:last-child {
	border-bottom: 0 none;
}

.inline-buttons .inline-text {
	width: calc(100% - 240px);
}

.inline-buttons .inline-button {
	width: 220px;
}

.description-box {
	padding: 15px;
	margin-bottom: 15px;
}

.description-box .description-box-left {
	width: 32.917%;
	margin-right: 15px;
}

.description-box .description-box-left img {
	display: block;
}

.description-box .description-box-right {
	width: calc(67.083% - 15px);
}

.sub-accordion {
	margin-left: auto;
	padding: 15px 0;
	width: calc(100% - 30px);
}

.sub-accordion .open-accordion {
	background: #2c69a2;
}

.content-wrapper {
	padding: 15px 0 75px;
}

.content {
	padding: 30px;
}

.content h2 {
	color: #4a4a4a;
}

.content-boxes {
	padding: 15px 0 50px;
}

.contact-page .map {
	width: 100%;
	height: 345px;
}

.contact-page .container {
	padding: 30px 0;
}

.contact-page .contact-info {
	width: 44%;
	margin-top:15px;
}

.contact-page .contact-info ul li {
	display: block;
	font-size: 1.125rem;
	line-height: 1.455em;
	font-weight: 500;
	color: #003c74;
	margin-bottom: 5px;
	position: relative;
	padding-left: 25px;
}

.contact-page .contact-info ul li:before {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 0;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.contact-page .contact-info ul li:nth-child(3) {
	margin-bottom: 25px;
}

.contact-page .contact-info ul li:nth-child(1):before {
	background-image: url(../images/svg/icon-location.svg);
}

.contact-page .contact-info ul li:nth-child(2):before {
	background-image: url(../images/svg/icon-phone.svg);
}

.contact-page .contact-info ul li:nth-child(3):before {
	background-image: url(../images/svg/icon-email.svg);
}

.contact-page .contact-info ul li:nth-child(4):before {
	background-image: url(../images/svg/icon-people.svg);
}

.contact-page .contact-info ul li a {
	display: inline-block;
	color: #003c74;
}

.contact-page .contact-info ul li a:hover {
	text-decoration: underline;
}

.contact-page .contact-form-wrapper {
	width: 43.577%;
}

.contact-page .contact-form-wrapper input:not([type="submit"]),
.contact-page .contact-form-wrapper textarea {
	margin-top: 15px;
	display: block;
}

.contact-page .contact-form-wrapper input[type="submit"] {
	float: right;
	margin-top: 15px;
}

.map-box p {
	margin: 0;
}

.column-boxes-wrapper {
	padding: 15px 0 50px;
}

.column-boxes-wrapper .column-boxes {
	border-bottom: 3px solid #f2f2f2;
	padding: 30px;
	margin-bottom: 15px;
}

.column-boxes-wrapper .text-box {
	padding: 0;
	border: 0 none;
}

.column-boxes-wrapper .column-left {
	width: calc(100% - 300px);
}

.column-boxes-wrapper .column-right {
	width: 260px;
}

.column-boxes-wrapper .column-right ul li {
	display: block;
	margin-bottom: 15px;
}

.column-boxes-wrapper .column-right ul li:last-child {
	margin-bottom: 0;
}

.column-boxes-wrapper .column-right ul .btn-download {
	padding: 10px 15px;
	width: 100%;
	text-align: center;
}

.gallery-slider-wrapper {
	position: relative;
	padding-bottom: 40px;
}

.gallery-slider-wrapper .gallery-slider {
	display: none;
}

.gallery-slider-wrapper .gallery-slider.slick-initialized {
	display: block;
}

.gallery-slider-wrapper .slick-slide {
	margin: 0 30px;
}

.gallery-slider-wrapper .slick-slide img {
	width: 100%;
}

.gallery-slider-wrapper .slick-list {
	margin: 0 -30px;
}

.gallery-slider-wrapper .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gallery-slider-wrapper .go-prev,
.gallery-slider-wrapper .go-next {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45px;
	height: 35px;
	background: #003c74;
	cursor: pointer;
}

.gallery-slider-wrapper .go-prev {
	right: 55px;
}

.gallery-slider-wrapper .go-prev:before,
.gallery-slider-wrapper .go-next:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
}

.gallery-slider-wrapper .go-prev:before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
	background: url(../images/svg/icon-arrow.svg) no-repeat;
}

.gallery-slider-wrapper .go-next:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/svg/icon-arrow.svg) no-repeat;
}

.gallery-slider-wrapper .go-prev.disable,
.gallery-slider-wrapper .go-next.disable {
	opacity: .5;
}

.tree-content {
	padding-bottom: 45px;
}

.tree-content h2 {
	margin: 0 0 45px;
}

.tree-content .tree-content-wrapper {
	position: relative;
}

.tree-content .tree-content-wrapper:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 1px;
	height: 100%;
	background: #ff3434;
	z-index: 1;
}

.tree-content .tree-boxes {
	margin-bottom: 25px;
}

.tree-content .tree-field {
	font-size: 1.3rem;
	line-height: 1.2em;
	color: #003c74;
	background: #fff;
	padding: 7px 35px;
	position: relative;
	z-index: 32;
	text-align: center;
	width: 200px;
	margin: 0 auto 35px;
}

.tree-content .tree-field.tree-center {
	width: 280px;
	margin: 0 auto 50px;
	padding: 5px 10px;
	position: relative;
}

.tree-content .tree-box {
	width: 50%;
	background: #f2f2f2;
	position: relative;
}

.tree-content .tree-box .tree-field {
	position: relative;
}

.tree-content .tree-box .tree-field:after {
	content: '';
	width: 1px;
	height: 20px;
	margin: 0 auto;
	background: #ff3434;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
}

.tree-content .tree-box p {
	font-size: 1.15rem;
	line-height: 1.25em;
	font-weight: 700;
	color: #003c74;
	margin: 0 0 35px;
	position: relative;
}

.tree-content .tree-box p:after {
	content: '';
	width: 1px;
	height: 20px;
	background: #ff3434;
	position: absolute;
	bottom: -30px;
	left: 100px;
}

.tree-content .tree-field.pull-right:before,
.tree-content .tree-field.pull-left:before {
	content: '';
	position: absolute;
	top: -50px;
	width: 1px;
	height: 50px;
	background: #ff3344;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tree-content .tree-field.pull-right:before {
	left: 60%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tree-content .tree-field.pull-left:before {
	right: 60%;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.tree-content .tree-box-inner {
	padding: 0 10%;
}

.tree-content ul li {
	display: block;
	font-size: 1.15rem;
	line-height: 1.25em;
	font-weight: 700;
	color: #003c74;
	margin-bottom: 15px;
	padding-left: 15px;
	position: relative;
}

.tree-content ul li:before {
	content: '-';
	color: #ff3434;
	position: absolute;
	left: 0;
}

.tree-content ul li span {
	font-weight: 300;
}

.tree-content .tree-centered {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	background: #f2f2f2;
	position: relative;
	z-index: 32;
}

@media only screen and (min-width: 1025px) {
	.nav-menu {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.header-bottom .header-search {
		display: block !important;
	}
}

@media only screen and (max-width: 1440px) {
	.nav-menu > li {
		padding: 0 27px;
		position: relative;
	}
	
	.nav-menu > li:first-child {
		padding: 0 27px 0 27px;
		position: relative;
	}
}

@media only screen and (max-width: 1200px) {
	.top-space {
		padding-top: 204px;
	}

	.header-bottom .header-search {
		width: 220px;
	}

	.header-bottom .header-search input:not([type="submit"]) {
		font-size: 1rem;
	}

	.nav-menu > li {
		padding: 0 20px;
		position: relative;
	}
	
	.nav-menu > li:first-child {
		padding: 0 20px 0 20px;
		position: relative;
	}

	.nav-menu a {
		font-size: 1rem;
	}

	.hero-intro li a {
		border-bottom: 7px solid #c91e24;
		height: 200px;
	}

	.hero-intro li a img {
		max-width: 42px;
	}

	.hero-intro li a .el-block {
		font-size: 1.5rem;
	}

	.hero-inner ul li a {
		font-size: 1.125rem;
	}

	.column-boxes-wrapper .column-left {
		width: calc(100% - 230px);
	}

	.column-boxes-wrapper .column-right {
		width: 200px;
	}

	.column-boxes-wrapper .column-right ul .btn-download {
		font-size: .875rem;
		padding: 10px;
	}

	.gallery-slider-wrapper .slick-slide {
		margin: 0 7px;
	}

	.gallery-slider-wrapper .slick-list {
		margin: 0 -7px;
	}
}

@media only screen and (max-width: 1024px) {
	.btn-menu {
		display: block;
	}

	.top-space {
		padding-top: 88px !important;
	}

	.header .btn-search {
		display: block;
	}

	.header-top {
		padding: 7px 0 !important;
	}

	.header-top .logo img {
		max-width: 130px !important;
	}

	.header-top .header-social {
		margin-bottom: 8px !important;
	}

	.header-top .header-social li a img {
		width: 24px !important;
		height: 24px !important;
	}

	.header-top .header-language {
		margin-bottom: 25px !important;
	}

	.header-top .header-language li {
		font-size: .875rem;
	}

	.header-top .el-block {
		margin-right: 78px;
	}

	.header-bottom .header-search {
		width: 100%;
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 98;
	}

	.header-bottom .header-search input:not([type="submit"]) {
		padding: 5px 35px 5px 15px;
	}

	.nav-menu {
		display: block;
		top: 105px;
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		height: calc(100% - 105px);
		margin: 0 auto;
		background: #2c69a2;
		z-index: 99;
		display: none;
	}

	.nav-menu li {
		padding: 0 !important;
		display: block;
		text-align: left !important;
		width: 100%;
		border-top: 1px solid #276194;
	}

	.nav-menu a {
		padding: 15px !important;
		color: #fff !important;
	}

	.nav-menu ul {
		position: inherit;
		top: inherit;
		left: inherit;
		width: 100%;
	}

	.nav-menu ul li {
		padding: 15px 0;
	}

	.nav-menu ul li:after {
		display: none;
	}

	.nav-menu ul li.dropdown-second > a:before {
		-webkit-transform: translateY(-45%) rotate(90deg);
		-ms-transform: translateY(-45%) rotate(90deg);
		transform: translateY(-45%) rotate(90deg);
		top: 45%;
	}

	.nav-menu ul li a {
		padding: 10px 60px 10px 25px !important;
	}

	.nav-menu ul ul li a {
		padding: 10px 15px 10px 35px !important;
	}

	.nav-menu ul > a {
		padding: 10px 0 !important;
	}

	.nav-menu ul ul {
		left: inherit;
		top: inherit;
		background: #003c74;
	}

	.nav-menu .dropdown-trigger {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50px;
		height: 100%;
		background: #003c74;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.nav-menu .dropdown-trigger:after {
		content: '+';
		font-size: 1.275rem;
		line-height: 1em;
	}

	.nav-menu .dropdown-trigger.active:after {
		content: '-';
	}
}

@media only screen and (max-width: 992px) {
	body {
		font-size: .875rem;
	}

	.flex-column-tl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	p {
		font-size: .875rem;
		margin: 0 0 20px;
	}

	h1,
	.h1-title {
		font-size: 2.25rem;
	}

	h2,
	.h2-title {
		font-size: 1.875rem;
	}

	h3,
	.h3-title {
		font-size: 1.5rem;
	}

	.bgr-title {
		padding: 10px 15px;
	}

	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="url"],
	input[type="text"],
	textarea,
	select {
		font-size: .875rem;
		padding: 10px 15px;
	}

	input[type=submit],
	input[type=reset],
	button[type=submit],
	button[type=reset] {
		font-size: 1rem;
		padding: 9px 48px;
	}

	.footer-inner .footer-info {
		text-align: center;
		padding: 30px 0;
	}

	.hero {
		padding: 35px 0;
	}

	.hero .hero-slider-wrapper {
		width: 100%;
		margin-bottom: 35px;
	}

	.hero .hero-links {
		width: 100%;
	}

	.hero .hero-links li a {
		height: auto;
		padding: 25px 0;
	}

	.hero .hero-links li a:hover {
		font-size: 1rem;
	}

	.hero-intro li a .el-block {
		font-size: 1.25rem;
	}

	.hero-inner {
		padding: 20px 0 25px;
	}

	.hero-inner h1 {
		margin: 0 0 25px;
	}

	.hero-inner h1:after {
		margin: 15px auto 0;
	}

	.rectangle-box {
		padding: 15px 15px 5px;
	}

	.info-boxes-wrapper .info-boxes-left {
		width: 100%;
		margin-bottom: 15px;
	}

	.info-boxes-wrapper .info-boxes-right {
		width: 100%;
	}

	.text-box-large .text-box-left {
		width: 190px;
	}

	.text-box-large .text-box-right {
		width: calc(100% - 210px);
	}

	.after-title {
		padding: 15px;
	}

	.inline-boxes-inner {
		padding: 15px 15px 0;
	}

	.inline-boxes .inline-box {
		width: calc(50% - 15px);
		margin-bottom: 15px;
	}

	.inline-boxes .inline-box:nth-child(2n) {
		padding: 0;
	}

	.inline-boxes .inline-box.bgr-accent {
		padding: 15px;
	}

	.accordion-box .open-accordion {
		padding: 10px 15px 10px 40px;
	}

	.accordion-box .open-accordion:before {
		left: 15px;
	}

	.accordion-links-wrapper {
		padding: 15px 0 35px;
	}

	.accordion-links-wrapper .accordion-links {
		padding: 15px;
	}

	.accordion-items-wrapper {
		padding: 15px 0 45px;
	}

	.accordion-description-wrapper .below-accordion {
		padding: 15px;
	}

	.accordion-inline-buttons {
		padding: 15px;
	}

	.sub-accordion {
		width: calc(100% - 15px);
	}

	.content-wrapper {
		padding: 15px 0 45px;
	}

	.content {
		padding: 15px;
	}

	.contact-page .contact-info {
		width: 50%;
	}

	.contact-page .contact-info ul li {
		font-size: 1rem;
	}

	.contact-page .contact-info ul li:before {
		top: 2px;
	}

	.contact-page .contact-form-wrapper {
		width: 46%;
	}

	.tree-content .tree-field,
	.tree-content .tree-box p,
	.tree-content ul li  {
		font-size: 1rem;
		line-height: 1.3em;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.flex-column-t {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.btn-accent {
		font-size: .875rem;
		padding: 5px 32px;
	}

	.btn-download {
		font-size: .875rem;
		padding: 10px 48px;
	}

	h1,
	.h1-title {
		font-size: 1.875rem;
	}

	h2,
	.h2-title {
		font-size: 1.5rem;
	}

	h4,
	.h4-title {
		font-size: 1.25rem;
	}

	.bgr-title {
		font-size: 1.125rem;
	}

	.footer-inner .footer-info p {
		font-size: .875rem;
	}

	.footer-inner .footer-info .page-map a {
		font-size: .875rem;
	}

	.footer-inner .footer-copyright {
		text-align: center;
	}

	.footer-inner .footer-copyright h6,
	.footer-inner .footer-copyright p {
		font-size: .875rem;
	}

	.hero-intro {
		padding: 35px 0 20px;
	}

	.hero-intro li {
		width: calc(50% - 15px);
		margin-bottom: 15px;
	}

	.hero-intro li a .el-block {
		font-size: 1.5rem;
	}

	.hero-inner ul li a {
		font-size: 1rem;
	}

	.text-box-wrapper {
		padding: 30px 0;
	}

	.pagination {
		margin-bottom: 30px;
	}

	.inline-boxes {
		margin: 0 auto;
	}

	.inline-boxes .inline-box {
		width: 100%;
		margin: 0 auto 15px;
	}

	.inline-boxes ul li {
		font-size: .875rem;
	}

	.accordion-box .open-accordion {
		font-size: 1.125rem;
		padding: 10px 15px 10px 35px;
	}

	.accordion-links-wrapper {
		padding: 15px 0 25px;
	}

	.inline-buttons li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.inline-buttons .inline-text {
		width: 100%;
		margin-bottom: 15px;
	}

	.inline-buttons .inline-button {
		width: 100%;
	}

	.description-box .description-box-left {
		width: 100%;
		margin: 0 0 15px;
	}

	.description-box .description-box-left img {
		max-width: 240px;
		width: 100%;
	}

	.description-box .description-box-right {
		width: 100%;
	}

	.content-boxes {
		padding: 15px 0 35px;
	}

	.contact-page .contact-info {
		width: 100%;
		margin-bottom: 15px;
	}

	.contact-page .contact-form-wrapper {
		width: 100%;
	}

	.column-boxes-wrapper {
		padding: 15px 0 35px;
	}

	.column-boxes-wrapper .column-boxes {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.column-boxes-wrapper .column-left {
		width: 100%;
	}

	.column-boxes-wrapper .column-right {
		width: 100%;
		max-width: 240px;
	}
}

@media only screen and (max-width: 639px) {
	.flex-column-ml {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-inner .footer-logos .logo-holder {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.footer-inner .footer-logos .logo-slider-wrapper {
		width: 100%;
	}

	.text-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.text-box .text-box-left {
		width: 100%;
		margin-bottom: 15px;
	}

	.text-box .text-box-right {
		width: 100%;
		margin-bottom: 15px;
	}

	.text-box img {
		width: auto;
		margin: 0 auto;
	}

	.text-box-large .text-box-left {
		width: 100%;
		margin-bottom: 15px;
	}

	.text-box-large .text-box-right {
		width: 100%;
		margin-bottom: 15px;
	}

	.column-boxes-wrapper .text-box-right {
		margin-bottom: 0;
	}

	.tree-content {
		padding-bottom: 25px;
	}

	.tree-content h2 {
		margin: 0 0 30px;
	}

	.tree-content .tree-field.tree-center {
		width: 190px;
	}

	.tree-content .tree-field,
	.tree-content .tree-box p,
	.tree-content ul li {
		font-size: .9rem;
		line-height: 1.25em;
	}

	.tree-content .tree-field {
		padding: 7px 10px;
		width: 130px;
	}

	.tree-content .tree-box p:after {
		left: 69px;
	}
}

@media only screen and (max-width: 480px) {
	.header-top .header-language li a {
		font-size: .875rem;
	}

	.header-top .el-block {
		font-size: .875rem;
	}

	.hero-intro li a {
		height: 169px;
	}

	.hero-intro li a img {
		max-width: 36px;
	}

	.hero-intro li a .el-block {
		font-size: 1.25rem;
	}

	.hero-inner img {
		max-height: 50px;
	}
}

@media only screen and (max-width: 375px) {
	.hero-intro li a .el-block {
		font-size: 1rem;
	}
}

/* DAMIR */
.home-titles {
	margin: 0 0 10px;
}

.la-p {
	text-align: left;
}
.ja-p {
	text-align: justify;
}

/* VALIDATION */
form input.error, 
form textarea.error, 
form select.error {
    border: 1px solid #c13633 !important;
}

form input:hover.error, 
form input:focus.error, 
form input:active.error, 
.form textarea:hover.error, 
form textarea:focus.error, 
form textarea:active.error, 
form select:hover.error, 
form select:focus.error, 
form select:active.error {
    border: 1px solid #c13633 !important;
}

.modal-form form .price {
    text-align: right;
}

form div.error {
	color: #c13633;
	padding-left: 15px;
}

form .checkbox div.error {
    position: absolute;
    top: 5px;
}

.contactmessage{
	margin: 80px 0;
	text-align:center;
}

#button {
	display: inline-block;
	background-color: #2c69a2;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#button:hover {
	cursor: pointer;
	background-color: #333;
}

#button:active {
	background-color: #555;
}

#button.show {
	opacity: 1;
	visibility: visible;
}
  
/* Styles for the content section */
@media (min-width: 500px) {
	#button {
	  margin: 30px;
	}
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
	display: inline-block
}

.resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 0.5em
}

.resp-sharing-button {
	border-radius: 5px;
	transition: 25ms ease-out;
	padding: 0.5em 0.75em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	vertical-align: top
}

.resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
	stroke: #fff;
	fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none
}

.resp-sharing-button--twitter {
	background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
	background-color: #2795e9;
}

.resp-sharing-button--pinterest {
	background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
	background-color: #8c0615;
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
	background-color: #2d4373;
}

.resp-sharing-button--tumblr {
	background-color: #35465C;
}

.resp-sharing-button--tumblr:hover {
	background-color: #222d3c;
}

.resp-sharing-button--reddit {
	background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
	background-color: #3a80c1;
}

.resp-sharing-button--google {
	background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
	background-color: #c23321;
}

.resp-sharing-button--linkedin {
	background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
	background-color: #046293;
}

.resp-sharing-button--email {
	background-color: #777;
}

.resp-sharing-button--email:hover {
	background-color: #5e5e5e;
}

.resp-sharing-button--xing {
	background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
	background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
	background-color: #25D366;
}

.resp-sharing-button--whatsapp:hover {
	background-color: #1da851;
}

.resp-sharing-button--hackernews {
	background-color: #FF6600;
}
.resp-sharing-button--hackernews:hover, 
.resp-sharing-button--hackernews:focus {   
	background-color: #FB6200;
}

.resp-sharing-button--vk {
	background-color: #507299;
}

.resp-sharing-button--vk:hover {
	background-color: #43648c;
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}

.logo-holder img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
 }

 .logo-holder:hover img {
	filter: none !important;
	-webkit-filter: none !important;
	-moz-filter: none !important;
  }