/* general */

body {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.5;
}

.container {
	padding: 0 15px;
}

.no_scroll {
    overflow: hidden;
    height: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
	overflow-y: scroll;
}

.sticky {
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 9;
}

.dark_overlay {
    display: none;
}

.jezici{
	position:relative;
}

.lang{
	position: relative;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    padding: 15px 26px 15px 15px;
    top: 7px;
    margin-left: 15px;
	font-weight: 500;
}
	
	.lang::after{
		position: absolute;
		right: 9px;
		top: 21px;
		display: inline-block;
		content: "";
		width: 11px;
		height: 11px;
		background-image: url(../img/caretForLang.svg);
		filter:invert(1);
		background-size: 100% 100%;
	}
	
	.subLang{
	
    position: absolute;
    top: 65px;
    right: 0px;
    background-color: #ffffff;
    flex-direction: column;
    padding: 20px 25px;
    margin: 0;
    z-index: 11;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	display: none;
	}
	
	.subLang a{
		color:#000000;
	}

.counter-bg-wrapper {
	background: #222F52 url(https://aalan.hr/UserDocsImages//slike/tkoSmoMi2.jpg) 100% 100% no-repeat;
    padding: 50px;
    margin: 30px 0;
    color: white;
    background-size: cover;
	background-position: left;
    position: relative;
}
.counter-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.counter-box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	z-index: 9;
}
.counter {
	font-size: 33px;
	line-height: 1;
	margin-bottom: 15px;
	font-weight:bold;
}
.counter-box .text {
	text-align: center;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gutter_left {
  margin-left: 120px;
}

.gutter_right {
  margin-right: 120px;
}

.both_gutters {
  margin-left: 120px;
  margin-right: 120px;
}

.fullwidth {
  grid-column: 1 / -1;
}

/* pagination */
.nav-links {
	display: flex;
	margin-top: 90px;
}

.nav-links a {
	height: 100%;
	color: #1e467e;
}

.page-link {
	position: relative;
	padding: 5px 15px;
	border-color: #bebebe;
	outline: none;
	box-shadow: none;
}

.page-link:focus {
	outline: none;
	box-shadow: none;
}

.page-link:hover {
	background: #1e467e;
    border-color: #1e467e;
	color: #fff;
}

.active>.page-link, .page-link.active {
    background: #1e467e;
    border-color: #1e467e;
	color: #fff;
}

.next .page-link::after {
    content: "";
    position: absolute;
    right: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/arrow-right-blue.svg) 50% 50% no-repeat;
    background-size: 10px auto;
    transition: all 0.3s ease-out;
    top: 50%;
    transform: translate(50%, -50%);
}

.previous .page-link::after {
    content: "";
    position: absolute;
    right: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/arrow-right-blue.svg) 50% 50% no-repeat;
    background-size: 10px auto;
    transition: all 0.3s ease-out;
    top: 50%;
    transform: translate(50%, -50%) rotate(-180deg);
}

.next .page-link:hover::after,
.previous .page-link:hover::after {
	background: url(../img/arrow-right-white.svg) 50% 50% no-repeat;
	background-size: 10px auto;
}
/* pagination end */

/* form */
.contact_form {
	margin-top: 60px;
}

.form_text {
	font-size: 16px;
    line-height: 1.7;
}

.contact_form .os_boxes {
	grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.cf_label {
	display: block;
    padding-left: 5px;
    margin-bottom: 10px;
	color: #222f52;
	font-weight: 500;
    font-size: 15px;
}

.cf_input {
    display: inline-block;
    width: 100%;
    padding: 8px 25px;
    border: 1px solid #CECECE;
    border-radius: 6px;
	font-size: 15px;
    height: 45px;
}

.cf_textarea {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #CECECE;
    border-radius: 6px;
    min-height: 150px;
	font-size: 15px;
}

.cf_input:focus,
.cf_textarea:focus {
    border: 1px solid rgba(19, 35, 58, 0.4) !important;
    outline: none;
    box-shadow: 0px 0px 10px rgba(19, 35, 58, 0.4) !important;
}

.osb_item .bootstrap-select .btn {
    background-color: #fff;
    border: 1px solid #CECECE;
    outline: none !important;
	height: 45px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .btn .filter-option {
    display: flex;
	align-items: center;
	font-size: 15px;
    font-weight: 400;
    color: #39434B;
    letter-spacing: 0;
    padding-right: 15px;
    line-height: 23px;
}

.bootstrap-select .dropdown-menu > li.selected a {
    background: none;
    color: #222F52;
	font-weight: 700;
}

.bootstrap-select .dropdown-menu {
    border-radius: 2px;
    border: 0;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: 400;
	list-style: none;
	background: #fff;
	z-index: 9;
}

.bootstrap-select .dropdown-menu li {
	padding: 0;
	display: block;
}

.bootstrap-select .dropdown-menu li::before {
	content: none;
}

.bootstrap-select .dropdown-menu li a {
	padding: 10px 20px;;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #222f52;
}

.osb_item .bootstrap-select .btn

.osb_item {
	position: relative;
}

.osb_item .error {
    position: absolute;
    bottom: -17px;
    font-size: 12px;
	color: red;
}

.cf_footer {
	display: flex;
    align-items: center;
    justify-content: space-between;
	font-size: 12px;
	margin-top: 30px;
}

.cf_footer .enquiry-btn {
	display: inline-flex;
    align-items: center;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 60px 15px 20px;
    position: relative;
    font-size: 16px;
	background: #222f52;
}

.cf_footer .enquiry-btn::after {
    content: "";
    position: absolute;
    right: 20px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/arrow-right.svg) 50% 50% no-repeat;
    background-size: 14px auto;
    transition: all 0.3s ease-out;
}

/* form end */

/* search results */
.search_results_row {
	width: 50%;
}

.search_item {
	padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.search_item:first-child {
	padding-top: 0;
}

.search_item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.search_item .sb_text {
    font-size: 18px;
}
/* search results end */

/* general end */

/* header */

.topbar {
  background: #13233a;
}

.t_linkovi {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
}

.tl_item {
  margin-right: 30px;
}

.tl_item:last-child {
  margin-right: 0;
}

.linkedin_ico svg {
  position: relative;
  top: -2px;
}

.main_nav {
  background: #1e467e;
}

.nav_flex_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  position: relative;
  left: 0;
  top: -30px;
}

.menu_wrap {
  display: flex;
}

.nav_links {
  display: flex;
}

.nl_item {
  margin-right: 50px;
}

.nli_link,
.search_ico {
  display: inline-block;
  padding: 21px 0;
}

.nli_link {
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  transition: all 0.4s ease-in-out;
} 

.nli_link:hover,
.nl_item.opened .nli_link {
  border-color: #4ea4d1;
}

.nl_subnav {
	position: absolute;
    top: 124px;
    left: 0;
    right: 0;
    z-index: 12;
	display: none;
	aspect-ratio: 1920 / 650 auto;
	max-height: 650px;
    max-width: 1920px;
    margin: 0 auto;
}

.subnav_overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    z-index: 9;
    background: #0F223C;
    opacity: 0.9;
}

.subnav_content {
	position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
	padding: 60px 60px 60px 0;
}

.subnav_img {
	border-radius: 6px;
	max-height: 480px;
}

.nls_list {
	padding: 0 60px;
	border-right: 1px solid #25A9EF;
	position: relative;
	max-width: 350px;
}

.nl_item:first-child .nls_list {
	border-right: none;
	max-width: unset;
}

.nls_item {
	margin-bottom: 20px;
}

.nls_item:last-child {
	margin-bottom: 0;
}

.nls_link {
	font-size: 18px;
	font-weight: 500;
	padding-right: 20px;
	display: flex;
	align-items: center;
}

.nls_link.has_sub {
	position: relative;
}

.nls_link.has_sub::after {
	content: "";
    position: absolute;
    right: -20px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/arrow-right.svg) 50% 50% no-repeat;
    background-size: 14px auto;
    transition: all 0.3s ease-out;
}

.nls_subnav {
	position: absolute;
    right: 0px;
    top: 0;
    width: auto;
    transform: translateX(100%);
    padding-left: 50px;
	display: none;
}

.nlss_item {
	margin-bottom: 20px;
}

.nlss_item:last-child {
	margin-bottom: 0;
}

.nlss_link {
	font-size: 18px;
	font-weight: 500;
}

/* search */

.search_ico {
  cursor: pointer;
}

.search_form {
	background: #222F52;
	position: absolute;
    top: 124px;
    right: 0;
    left: 0;
    z-index: 12;
	display: none;
}

.s_wrap {
	padding: 90px 15px;
}

.search_box {
	display: block;
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    font-size: 32px;
    font-weight: 500;
}

.s_input input::placeholder {
	color: #fff;
}

.s_input {
	display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
	opacity: 0.6;
	padding-bottom: 30px;
}

.s_input svg {
	cursor: pointer;
}

/* search end */

/* mobile nav */
#hamburger-1 {
	display: none;
}
/* mobile nav end */

/* header end */

/* homepage */

/* main slider */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;

 
}

.main_slider .swiper-slide{
	  position:relative;
}

.main_slider .swiper-slide::after{
	position:absolute;
	display:inline-block;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	/* background: #0F223C; */
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 23%, rgba(0,0,0,0.106) 55%, rgba(0,0,0,0.008) 85%);;
    opacity: 0.5;
	z-index:0;
}

.main_slider .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:2;
}

.ms_content {
  max-width: 500px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
 
}

.msc_title {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 50px;
}

.msc_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 50px;
}

.main_btn {
  display: inline-flex;
  align-items: center;
  color: #fff;
  border: 2px solid #fff;
  padding: 15px 60px 15px 20px;
  position: relative;
  transition: all 0.3s ease-out;
}

.main_btn::after {
  content: "";
  position: absolute;
  right: 20px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/arrow-right.svg) 50% 50% no-repeat;
  background-size: 14px auto;
  transition: all 0.3s ease-out;
}

.main_btn:hover {
	background: #13233a;
    border-color: #13233a;
}

/* main slider end */

/* three boxes */

.three_box {
    display: grid;
    padding: 60px 0;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 30px;
}

.tb_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tbb_title {
  color: #222f52;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  max-width: 90%;
}

.tbb_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  border-bottom: 5px solid #4ea4d1;
}

.tbb_text {
  color: #6a717b;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
  flex-grow: 1;
}

.tbb_link {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #1e467e;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tbb_link::after {
  content: "";
  position: absolute;
  right: -25px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/arrow-right-blue.svg) 50% 50% no-repeat;
  background-size: 14px auto;
  transition: all 0.3s ease-out;
}

/* three boxes end */

/* picture left slider */
.picture_left {
	position: relative;
}

.picture_left .swiper-slide {
  justify-content: flex-start;
}

.picture_left .swiper-pagination {
	bottom: -30px;
}

.swiper-pagination-bullet-active {
	background: #1e467e;
}

.pl_content {
  display: flex;
  position: relative;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
} 

.plc_img_wrapper {
  max-width: 1200px;
  /* max-width: 100%; */
}

.pl_content.noimage .plc_img_wrapper {
	display: none;
}

.pl_box {
  width: 650px;
  background: #222f52;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 100px;
}

.pl_content.noimage .pl_box {
	max-width: 100%;
	width: 100%;
	background: #222f52;
	position: static;
	transform: unset;
	padding: 100px;
}

.plb_logo {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}

.pl_content.noimage .plb_logo {
	position: relative;
}

.plb_title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 30px;
}

.plb_text {
  font-size: 15px;
  margin-bottom: 60px;
  line-height: 1.7;
}

.plb_link {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.plb_link::after {
  content: "";
  position: absolute;
  right: -20px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/arrow-right.svg) 50% 50% no-repeat;
  background-size: 14px auto;
  transition: all 0.3s ease-out;
}

.plb_link:hover::after {
	right: -30px;
}

/* picture left slider end */

/* picture right slider */

.picture_left.reversed {
	margin-top: 60px;
}

.picture_left.reversed .pl_content {
	justify-content: flex-end;
}

.picture_left.reversed .pl_box {
	left: 0;
	right: auto;
}

/* picture right slider end */

/* our services */

.our_services {
  display: flex;
  margin-top: 90px;
}

.os_logo {
  width: 180px;
  height: auto;
  position: relative;
  top: 8px;
}

.os_boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 90px;
  grid-row-gap: 60px;
}

.osi_title {
  color: #1e467e;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.osb_title {
  color: #1e467e;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.osb_text {
  color: #6a717b;
  font-size: 18px;
}

/* our services end */

/* product showcase */

.product_showcase {
  margin-top: 90px;
}

.ps_header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.ps_title {
  color: #222f52;
  font-size: 32px;
  font-weight: 700;
}

.psh_link {
  color: #1e467e;
  font-size: 14px;
  text-transform: uppercase;
}

.ps_boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px;
  /* padding-bottom: 70px; */
}

.psb_box {
  position: relative;
}

.psb_box a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.psb_info {
  /* background: #1e467e; */
  background: #F4F4F1;
  color: #fff;
  padding: 30px;
  /* position: absolute; */
  /* promjena dizajna */
  position: static;
  bottom: -70px;
  left: 0;
  right: auto;
  max-width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease-out;
}

.psb_info.right_align {
  left: auto;
  right: 0;
}

.psbi_type {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #838383;
}

.psbi_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #232322;
}

.psbi_text {
  font-size: 18px;
  line-height: 1.7;
  color: #222F52;
  flex-grow: 1;
}

.psbi_link {
	margin-top: 20px;
}

.psbi_link::after {
    content: "";
    position: static;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/arrow-right-blue.svg) 50% 50% no-repeat;
    background-size: 14px auto;
}

.psb_box a:hover .psb_info {
	background: #13233a;
}

.psb_box a:hover .psbi_type {
	color: #fff;
}

.psb_box a:hover .psbi_title {
	color: #fff;
}

.psb_box a:hover .psbi_text {
	color: #fff;
}

.psb_box a:hover .psbi_link::after {
	background: url(../img/arrow-right.svg) 50% 50% no-repeat;
	background-size: 14px auto;
}

/* product showcase end */

/* footer */

.footer {
  background: #222f52;
  margin-top: 90px;
}

.footer_lists {
  display: flex;
  justify-content: space-between;
}

.fl_left {
  display: flex;
}

.fll_item {
  margin-right: 60px;
}

.fll_item:last-child {
  margin-right: 0;
}

.fll_link {
  display: inline-block;
  padding: 30px 0;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all 0.4s ease-in-out;
}

.fll_link:hover {
  border-color: #4ea4d1;
}

.fl_right {
  display: flex;
}

.flr_item {
  margin-left: 60px;
  display: flex;
  align-items: center;

}

.flr_item:first-child {
  margin-left: 0;
}

.flr_link {
  display: inline-block;
  padding: 30px 0;
  font-size: 16px;
  border-bottom: 3px solid transparent;
  transition: all 0.4s ease-in-out;
}

.flr_link:hover {
  border-color: #4ea4d1;
}

/* footer end */




/* prod page */

.prod_hero_pic {
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	/* min-height:200px; */
}

.prod_hero_pic .container {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pp_content {
	max-width: 500px;
    position: absolute;
    left: 15px;
    top: 100px;
    text-align: left;
}

.ppc_title {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}

.ppc_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 10px;
}

.fixed_nav_wrapper {
	background: #F2F2F2;
}

.fixed_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fixed_nav.under_four_children {
	justify-content: flex-start;
}

.fn_link {
    color: #222F52;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 30px;
}

/* .fixed_nav.under_four_children .fn_link { */
	/* width: 30%; */
/* } */

.fn_link:first-child {
	padding-left: 0;
}

.fn_link:last-child {
	margin-right: 0;
	padding-right: 0;
}

.prod_content {
	margin-top: 60px;
    color: #222F52;
}

.breadcrumbs {
	display: flex;
	margin-bottom: 30px;
}

.breadcrumbs li {
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

.breadcrumbs li::after {
	content: "/";
	position: absolute;
	right: -5px;
	top: 1px;
}

.breadcrumbs li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.breadcrumbs li:last-child::after {
	content: none;
}

.breadcrumbs li a {
    color: #222F52;
	font-size: 15px;
}

.o_title {
	color: #222F52;
	font-size: 50px;
	font-weight: 900;
}

.o_short_desc {
	color: #222F52;
	font-size: 25px;
	font-weight: 700;
}

.o_long_desc {
	margin-top: 30px;
	color: #43484E;
	font-size: 18px;
}

.o_long_desc img {
	max-width: 100%;
	height: auto;
}

.o_long_desc a {
	color: #1E467E;
}

.overview_slider {
	margin-top: 60px;
	position: relative;
}

.swiper_thumbnail {
	position: relative;
	display: inline-block;
	/* privremeno maknuti thumbovi jer nemamo kvalitetne slike */
	display: none;
	right: 0;
	top: 0;
	background: #FAFAFA;
}

.overview .swiper_thumbnail .swiper-wrapper {
	justify-content: flex-end;
}

.overview .swiper_thumbnail .swiper-slide{
	cursor: pointer;
	width: auto !important;
	margin-left: 10px;
}

.overview .swiper_thumbnail .swiper-slide img {
	width: 100px;
	height: auto;
}

.overview .swiper_thumbnail .swiper-slide-thumb-active{
	outline: 2px solid #000;
	outline-offset: -2px;
}

.features {
	margin-top: 90px;
}

.f_title {
	color: #222F52;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 20px;
}

.f_boxes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.pistolji .f_boxes {
	grid-template-columns: repeat(4, 1fr);
}

.f_img {
	margin-bottom: 30px;
	border: 1px solid #efefef;
}

.fb_title {
	color: #222f52;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.fb_text {
	color: #43484E;
	font-size: 17px;
	font-weight: 500;
}

.specification {
	margin-top: 90px;
}

.s_title {
    color: #222F52;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
}

.s_boxes {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 90px;
    grid-row-gap: 30px;
	margin-top: 90px;
	padding-bottom: 30px;
}

.s_box {
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
}

.sb_title {
	color: #222f52;
	font-size: 20px;
	font-weight: 700;
}

.sb_text {
	color: #222f52;
	font-size: 20px;
}

.read_more {
	display: flex;
	justify-content: center;
}

.rm_btn {
	color: #222F52;
	font-size: 16px;
	font-weight: 500;
	background: #F0F0F0;
	border: none;
	border-radius: 6px;
	padding: 10px 30px;
    outline: none;
}

.drugi-slider {
	position: relative;
}

.drugi-slider .swiper-pagination {
	bottom: -35px;
}

.drugi-slider .swiper-pagination-bullet-active {
	background: #222F52;
}

.galerijaSlider .swiper-wrapper{
	padding-bottom:60px;

}

.galerijaSlider  .swiper-button-next, 
.galerijaSlider  .swiper-button-prev{
	top:unset;
	bottom:0;
	
}

.galerijaSlider  .swiper-button-next{
	left:calc(50% + 25px);
}
.galerijaSlider  .swiper-button-prev{
	left:calc(50% - 25px);
}


.galerijaSlider  .swiper-button-next::after, 
.galerijaSlider  .swiper-button-prev::after{
	color:#13233a;
	font-size:30px;
}

.galerijaSlider .swiper-slide{
	margin-right:15px;
}


/* prod page end */

/* katalog page */

.katalog_content {
    margin-top: 60px;
    color: #222F52;
}

.k_title {
	color: #222F52;
	font-size: 42px;
	font-weight: 900;
}

.k_text {
	margin-top: 30px;
	color: #43484E;
	font-size: 17px;
}

.katalog_grid {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 60px;
	grid-row-gap: 100px;
}

.kg_item {
	display: flex;
	flex-direction: column;
}

.k_img {
	margin-bottom: 30px;
}

.kg_info {
	display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 0 10px 30px 30px;
	border-left: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
	position: relative;
	transition: all 0.4s ease-out;
}

.kg_title {
	color: #222F52;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.kg_text {
	color: #43484E;
	font-size: 18px;
	margin-bottom: 30px;
}

.kg_link {
    display: inline-flex;
    align-items: center;
    position: absolute;
    color: #1e467e;
    letter-spacing: 2px;
    text-transform: uppercase;
    right: 0px;
    background: #fff;
    bottom: -20px;
    padding: 10px 70px 10px 20px;
}

.kg_link::after {
    content: "";
    position: absolute;
    right: 30px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/arrow-right-blue.svg) 50% 50% no-repeat;
    background-size: 14px auto;
    transition: all 0.3s ease-out;
}

.kg_item:hover .kg_link::after {
	right: 20px;
}

.kg_item:hover .kg_info {
	border-color: #13233a;
}

/* katalog page end */

/* subpage */
.about_overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    z-index: 9;
    background: #0F223C;
    opacity: 0.6;
}

.main_content.about .pp_content {
	top: auto;
    bottom: 50%;
    display: flex;
    flex-direction: column-reverse;
    transform: translateY(50%);
	z-index: 10;
}

.main_content.about .ppc_title {
	font-size: 42px;
    text-transform: none;
    margin-bottom: 0;
}

.main_content.about .ppc_text {
	font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
	text-transform: uppercase;
}

.about_short_desc {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.7;
}

.main_content.about .o_long_desc {
	font-size: 17px;
	line-height: 1.7;
}

.two_cols {
	display: flex;
}

.tc_col:first-child {
	width: 60%;
	padding-right: 60px;
}

.tc_col:last-child {
	width: 40%;
    position: relative;
    z-index: 9;
}

.blue_box {
	background: #222F52;
	padding: 40px;
	position: relative;
	top: -300px;
}

.bb_title {
	font-size: 42px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}

.bb_text {
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
	line-height: 1.7;
}

.bb_sidemenu {
	margin-top: 40px;
    padding: 0 0 0 60px;
	max-width: 80%;
	position: relative;
	top: -300px;
}

.bb_sidemenu.no_blue_box {
	top: 0;
}

.bbs_item a {
    color: #222f52;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
	position: relative;
}

.bbs_item.active a {
	font-weight: 700;
}

.bbs_item.active a::before {
	content: "";
    position: absolute;
    top: 30px;
    left: -60px;
    width: 30px;
    height: 1px;
    display: inline-block;
    border-bottom: 5px solid #4EA4D1;
}

.main_content.about .picture_left {
	margin-top: 60px;
}

.main_content.about .plc_img_wrapper {
	max-width: unset;
}

.main_content.about .pl_box {
	max-width: 650px;
    background: #F3F3F3;
    padding: 60px;
}

.main_content.about .plb_title {
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.main_content.about .plb_text {
	font-size: 15px;
    margin-bottom: 60px;
    line-height: 1.7;
}

.main_content.about .plb_text:last-child {
	margin-bottom: 0;
}

.main_content.about .three_box {
	padding: 60px 0 60px 0;
	padding-bottom: 0;
	margin-top: 60px;
	border-top: 1px solid #ddd;
}

.main_content.about .three_box .tbb_text {
	margin-bottom: 0;
}

.o_long_desc ul {
	margin-top: 30px;
}

.o_long_desc ul li {
	padding: 5px 0 5px 25px;
    position: relative;
	display: block;
	align-items: center;
}

/* circles as bullets for lists if needed
 .o_long_desc ul li::before { */
    /* content: ""; */
    /* display: inline-block; */
    /* position: absolute; */
    /* left: 0px; */
    /* top: 10px; */
    /* width: 10px; */
    /* height: 10px; */
    /* border-radius: 50%; */
    /* background-color: #13233a; */
/* } */

.o_long_desc ul li::before {
	content: "";
    position: absolute;
    left: 0;
	top: 15px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/arrow-right-blue.svg) 50% 50% no-repeat;
    background-size: 10px auto;
    transition: all 0.3s ease-out;
}
/* subpage end */


#gallery-video {
	max-width: 400px;
	cursor: pointer;
}

.gallerywrap{
	display:flex;
	flex-wrap:wrap;
}
.gallerywrap a{
	padding:0px 10px 10px 0;
	width:25%;
}


.o_long_desc .vimeo {
    max-width: 100%;
    height: auto;
	display: block;
	margin-bottom: 30px;
}

.img_reposive {
  display: block;
  max-width: 100%;
  height: auto;
}
.o_title {font-size: 36px; line-height: 48px; margin-bottom: 30px;}
.s_boxes {margin-top: 20px;}




.sb_title {font-size: 18px;}
.sb_text {font-size: 16px;}

.vp-center{
	justify-content:unset !important;
	align-items:unset !important;
}

.grecaptcha-badge {
	bottom: 160px !important;
}

.slikaUnutra{
	text-align:center;
}
.slikaUnutra img{
	max-height:400px;
}

.downloadArea{
	margin-top:90px;

	padding: 90px 0px;
	background: #F4F4F1;
}

.downloadArea .container{
		padding-left:195px;
}

.downloadItem {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	width:fit-content;
}

.downloadArea .osi_title{
	color:#222f52;
}

.downloadItem .osb_title{
	margin-bottom:0px;
	/* color:#222f52; */
}

.downloadItem img{
	width:70px;
	margin-right:20px;
	display:block;
	transition:all 0.2s ease-in-out;
}

.downloadItem:hover img{
	transform:scale(1.1, 1.1);
}
