@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light.woff2') format('woff2'),
         url('../fonts/montserrat-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium.woff2') format('woff2'),
         url('../fonts/montserrat-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular.woff2') format('woff2'),
         url('../fonts/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'montserratregular', Arial, Helvetica, sans-serif;
	font-size:18px;
    font-weight: normal;
	letter-spacing: 0.5px;
	display: flex;
    flex-direction: column;
    height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
	vertical-align: middle;
}
a, a:hover {  color:#304D8F; }
h1, .h1 {
	color:#304D8F;
	font-size:2.3em;
	font-family: 'montserratregular', Arial, Helvetica, sans-serif;
	font-weight:300;
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
}
h2, .h2 {
	color:#304D8F;
	font-size:1.6em;
	font-family: 'montserratregular', Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	margin-top:15px;
	text-align:center;
}
h3, .h3 {
	color:#304D8F;
	font-size:1.3em;
	font-family: 'montserratregular', Arial, Helvetica, sans-serif;
	padding-bottom:0;
	margin-top:15px;
	text-align:center;
}
.heading { 
    background:none;
	padding-left:0;
	margin:.5em 0;
}
.white { background-color:#fff; }
.grey { background-color:#f4f4f4; }
.border-orange { border:5px solid #d35232; }
.border-blue { border:5px solid #2a508e; }
.border-top-grey { border-top:2px solid #333; }
.text-grey { color: #333; }
.text-red { color: #c30101; }
.text-orange { color: #e9611e; }
.font-90 { font-size:90%; }
.wrap {
  flex: 1 0 auto;
}
.button {
	padding:10px 30px 10px 30px;
	margin-bottom:5px;
	border:0;
	display:inline-block;
	background-color:#e9611e;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none!important;
	text-align:center;
}
.button a {
	text-decoration:none!important;
}
.button:hover { background-color:#b84022; color:#fff; }
.button-grey {background-color:#434343;}
.button-grey:hover { background-color:#434343; color:#fff; }
#active_lang {
    display: none;
}
.form-input { 
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* bootstrap changes */
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  border-color: #d6c3b0;
}
.modal-title { font-size:1em; }

.contact-form-btn {
    background: #d6c3b0;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 28px;
    border: 0px solid #ffffff;
    border-radius: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form-btn:hover {
    background: #513224;
    color: #ffffff;
}
.breadcrumb { 
   background-color:transparent;
   padding: .75rem 0;
}
.breadcrumb a {
	color:#6c757d;
}
.breadcrumb-item.active {
	color:#000;
}



/* Header */
#header {
	width:100%;
}
#header a {
    color:#333;
	text-decoration:none;
}

.header_title {
	color:#333;
	font-size:1.2em;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	margin:.7em 0 .7em 0;
}
.logo { text-align:center; }
.menu {
    font-size: 1em;
	font-family: 'montserratregular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    color: #333;
    padding:1em 0 1em 0; 
	justify-content:center;
}
.menu a.nav-link {
    color: #333;
}
.navbar-nav {
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}
.nav-item {
    text-align: center;
}
#header .navbar-nav .active .nav-link {
    color: #c6580c;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 5)' stroke-width='5' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-collapse {
   justify-content: center;
}
.custom-toggler.navbar-toggler {
    border: 0;
    outline: 0;
    border-radius: 0;
    justify-content: center;
	align-items:center;
}
#marker {
    $duration: .3s;
    position: absolute;
    display:none;
    border-bottom:1px solid #fff;
    height: 1px;
    -webkit-transition:width $duration, left $duration;
    -moz-transition:width $duration, left $duration;
    -ms-transition:width $duration, left $duration;
    -o-transition:width $duration, left $duration;
    transition:width $duration, left $duration;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	background-color:rgba(255,255,255, 0.4);
}
.dropdown-menu { border-radius:0; }
.dropdown-item.active, .dropdown-item:active {
	background-color:rgba(255,255,255, 0.1);
}
.dropdown-item:focus, .dropdown-item:hover { background-color:rgba(255,255,255, 0.1); }
.langs { text-decoration:none; margin-top:5px; }
#search_form {
    font-size: .8em;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border: none;
    background-color: rgba(255,255,255, .1);
	margin-top:8px;
    margin-bottom: 3px;
    margin-right: 10px;
    border-radius: 0.25rem;
    padding-left: 8px;
	padding-right:5px;
    vertical-align: middle;
    color: #fff;
    outline: none;
}
#search_form input {
    font-size: 1em;
	font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border: none;
	color:#fff;
	max-width: 165px;
    min-width: 165px;
    background-color: transparent;
}
#search_form input::placeholder { color:#e8edfb; }
#search_form input::-ms-input-placeholder { color:#e8edfb; }
#search_form .search-btn {
	float:right;
	width:24px;
	height:24px;
    color: white;
    border-radius: 0;
	border:0;
    cursor: pointer;
	background-image: url("../img/lupa.png");
	padding-right:10px;
	background-repeat:no-repeat;
	background-color: transparent;
}
/* Footer */
#footer {
	flex-shrink: 0;
    width: 100%;
	font-family: 'montserratlight', Arial, Helvetica, sans-serif;
	margin-top:2em;
    background-color: #434343;
    font-size: .8em;
	color:#fff;
	text-align:center;
	line-height:2.5em;
}
#footer a { color:#fff; }
#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer ul li { line-height:2.5em; }
#footer div { width: 100%; }
.footer_social_icons img {
	margin-right:30px;
}
#footer .footer-top { background-color:#383838; }
/* Homepage */
.home_box {
	position:relative;
	margin:10px;
	padding:0;
	max-height:256px;
	height:100%;
	display:flex;
	overflow:hidden;
}
.home_box a { color:#fff; text-decoration:none; }
.home_box img { width:100%; height:100%; }
.home_box_title { 
   position:absolute;
   top:0;
   left:0;
   display:flex;
   align-items: center;
   justify-content: center;
   text-transform:none;
   width:100%;
   height:100%;
   margin:0;
   padding:1rem;
   color:#fff;
   font-size:1.5rem;
   font-weight:300;
   text-align:center;
   background-color:rgba(0,0,0, .5);
}
.home_baner {
	color:#fff;
	padding:5em 0 5em 0;
	background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(242,162,0,1) 100%), url(../img/sunflowers.jpg) top left no-repeat; 
	background-size:cover;
}
.home_baner h2 { color:#fff; }
.bg-paralax {
    position: relative;
    background-image: url('../img/vertoleti-min.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}
.news_home {
	display: flex;
    flex-flow: column nowrap;
    height: 100%;
}
.news_home h3 a { color:#212529; }
.news_home .news_button {
	margin-top: auto;
}
/* Pages */
.photo {
	width:100%;
	position:relative;
}
.in_menu {
	position:absolute;
	left:0;
	top:0;
	padding:20px 30px;
	display: block;
    width: 50%;
    max-width: 300px;
    height: 100%;
	background: rgba(35,18,1,.5);
	color: #fff;
	font-size:1.2em;
}
.in_menu ul {
	list-style-type:none;
}
.in_menu ul li {
	margin:1.2em;
}
.in_menu a {
    color:#fff;
}
.in_menu a:hover {
	text-decoration:none;
	color:#d6c3b0;
}
/* News */
.news_box {
	background-color:#fff;
	padding:2% 5% 2% 5%;
	margin-bottom:20px;
}
.news_box_big {
	border: 1px solid #ccc;
	padding:3%;
	margin-bottom:50px;
}
.news_box_big h2 { text-align:left; }
.publish_date {
	font-size:.8em;
}
/* Products */
.catalog_box {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction:column;
	box-sizing: border-box;
	margin-bottom:1em;
	padding:0;
	flex: 1;
}
.catalog_box_title {
   align-self: start;
   width:100%;
   height:100%;
   padding:1rem;
   color:#383838;
   font-size:1.2rem;
   font-weight:bold;
   text-align:center;
   border:1px solid #383838;
}
.catalog_box_title a { color:#304D8F; }
.catalog_box_title a:hover { text-decoration:none; }
.catalog_box_orange .catalog_box_title { background-color:#FF9933; }
.catalog_box_blue .catalog_box_title { background-color:#0066cc; }
.important {
	font-size: 1.3em;
	font-weight: bold;
	padding:10px;
	color:#f7ad1d;
	border:3px solid #f7ad1d;
	margin:10px 0 10px 0;
}
.products_menu {
	background-color:#f5f4f4;
	list-style-type:none;
	padding:0;
	float: left;
	display:block;
}
.products_menu li {
	float: left;
	text-transform:uppercase;
	font-weight: bold;
	background-color:#f5f4f4;
}
.products_menu li a {
	display:block;
    padding:10px 10px 10px 10px;	
    text-decoration:none;
    border-bottom:1px solid #e1e1e1;
    text-align:center;	
}
.products_menu li a:hover, .products_menu li .active {
	background-color:#1e6da4;
	color:#fff;
}
.product_box {
	padding:10px;
	border:1px solid #ccc;
	color:#1e6da4;
	margin-bottom:10px;
	height:100%;
}
.product_box  div {
	text-align:center;
	padding-top:5px;
}
.product_box h3 { text-transform:none; font-weight:bold; font-size:1.4em; }
.product_box h3 a, .product_box h3 a:hover  { text-decoration:none; }
.product_box:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
}
.product-table th {
    color: #fff;
    background-color: #ff9933;
}
#map { 
    width:100%; 
	margin: 50px 0;
}
#treemenu2 { padding-left:0; font-size:.8em; }
#treemenu2, #treemenu2 ul  { list-style-type:none; }
#treemenu2 li { padding:10px 10px 10px 0; }
#treemenu2 a { color:#000; }
#treemenu2>li>a { font-weight:bold; }
#treemenu2 ul a { text-transform:none; }
#treemenu2 a:hover {text-decoration:none; color:#304D8F; }
#treemenu2 a.collapse-icon { padding-left:5px; }
#treemenu2 a.collapse-icon::before {
    font-size:150%;
    line-height:1em;	
    content: "-";
    float: right; 
}
#treemenu2 a.collapsed::before {
	font-size:150%;
    line-height:1em;
    content: "+"; 
}
#treemenu2 #active a, #treemenu2 .pactive>a { color:#304D8F; }

.product_gal_image img { width:150px; height:150px; }
/* gallery */
.gallery {	
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;  
}	
.gallery img{ width: 100%; padding: 7px 0;}
#r_carousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#r_carousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#r_carousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#r_carousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
#r_carousel .carousel-inner { text-align:center; }
#r_carousel .carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%231c5601' stroke-width='2%' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#r_carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%231c5601' stroke-width='2%' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next, .carousel-control-prev {
	width:10%;
}
.carousel-control-next-icon, .carousel-control-prev-icon { 
    width:50px;
	height:50px;
}
.ekko-lightbox-nav-overlay a {
	color:  #ffffff;
}
@media (max-width: 576px) {
	.in_menu {
		padding:0;
	}
	.svg .text-box div { display:none; }
	.header_title { margin: 2em 0 2em 0; }
	#marker { display:none; }
}
@media (min-width: 992px) {
   h1 { font-size:2.2em; }
   h3 { padding-bottom:10px; }
  .navbar-expand-lg .navbar-nav .nav-link {
	line-height:2em;
  }
  .logo { text-align:left; }
  .in_menu ul li {
	margin:1.5em;
   }
   .header_title { margin: .9em 0 .9em 0; font-size:1.8em; }
}
@media (min-width: 992px) and (max-width:1280px) {
	.svg .text-box .ap-exposure {
		display:none;
	}
	.menu { font-size:.9em; }
	#treemenu2 { font-size: .7em; }
	.home_box_title { font-size:1.1em; }
}
@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
	.header_heading {
		font-size: .8em;
	}
	.svg .text-box .ap-exposure, .svg .text-box a {
		display:none;
	}
	.footer_social_icons { margin:15px 0; } 
	#header { background-size:cover; }
}
@media only screen and (min-width: 1280px) {
    .container {
       max-width: 1400px;
    }
}