@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Advent Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
	color: #818284;
}
a {
  text-decoration: none;
  color: #fff;
}
img {
  border: none;
}
strong {
  font-weight: bold;
}
.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
}
* {
  box-sizing: border-box;
}
h2.white_text::after{
	content: url("/images/white_after.png");
}
h2::after{
	content: url("/images/after.png");
	display: inline-block;
/*	margin-left: 8px;*/
	position: absolute;
/*	margin-top: 5px;*/
	right: -30px;
	top: -15px;
}

 h2{
	font-size:72px;
	font-weight:bold;
	margin:0px;
	position: relative;
	color:#cacfe9;
/*	line-height: 38px;*/
}
h3{
	font-size: 30px;
	text-transform: uppercase;
	color:#9db4f2;
}
h4{
	font-size: 18px;
	text-transform: uppercase;
	color:#9db4f2;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.top_container {
  background-color: #b4d882;
  color: #464646;
  padding: 10px 0px;
  font-size: 16px;
  line-height: 20px;
}
.top_container .top_content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.top_container .top_content a {
  color: #464646;
  text-decoration: underline;
  font-size: 16px;
}
.top_container .top_content a:hover {
  text-decoration: none;
}
.top_container a img {
  margin-right: 5px;
}
.top_container a span {
  font-weight: bold;
}
.top_container .top_content .left_side {
  float: left;
  width: 40%;
}
.top_container .top_content .middle_side {
  float: left;
  width: 45%;
}
.top_container .top_content .right_side {
  float: right;
}
.header {
  width: 100%;
  margin: auto;
}
.menu_container {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 99;
}
.logo {
  float: left;
  width: 250px;
  margin-top: 6px;
}
.logo-responsive img {
  width: 100px;
  height: auto;
}
/*
.scroll_menu {
  position: absolute;
  width: 100%;
  background: white;
  z-index: 99999;
	transition: 0.2s ease-in;
}
*/
.scroll_menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
box-shadow: 0px 4px 8px rgba(157,180,242, 0.4);
  z-index: 99999;
	background: white;
}
.scroll_menu.scroll .menu_container {
  margin-bottom: 0px !important;
  border: none !important;
}
.menu_container .left_side {
  float: left;
  width: 20%;
}
.menu_container .left_side a {
  color: #13314c;
}
.menu_container .right_side {
  float: left;
  width: 80%;
  margin-top: 6px;
}
.toolbar_content {
  text-align: right;
  line-height: 0px;
  width: 100px;
  position: absolute;
  top: 52px;
  right: 10px;
}
.toolbar_content .profile {
  float: right;
}
.toolbar_content a {
  color: #13314c;
  text-decoration: underline;
  margin-top: 0px;
  margin-left: 10px;
  position: relative;
}
.toolbar_content .wishlist a {
  margin-top: 11px !important;
}
.toolbar_content .wishlist span {
  position: absolute;
  right: -5px;
  top: 9px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  display: none;
}
.toolbar_content a img {
  margin-top: 5px;
}
.pagination::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cecfcf;
  position: absolute;
  top: 55%;
  left: 0px;
  z-index: 0;
}
.pagination a.all {
  position: relative;
  background-color: #f7f9f8;
  padding-right: 20px;
}
.content_container .content_content table{
/*  max-width: 1300px;*/
  margin: auto;
}
.content_container .content_content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.content_container .content_content:not(#opinions_slider) ul:not(#slider) li {
  position: relative;
  padding-left: 35px;
  margin: 11px 0px;
}
.content_container .content_content ul.bullet li {
  position: relative;
  padding-left: 35px;
  margin: 15px 0px;
}
.content_container .content_content ul.bullet li a {
  text-decoration: none;
}
.content_container .content_content:not(#opinions_slider) ul:not(#slider):not(.content_gallery ul) li::before {
  position: absolute;
  top: -1px;
  left: 0px;
  content: '';
  width: 24px;
  height: 24px;
  background: url(/images/li_icon.png) center center no-repeat;
}
.content_container .content_content ul.bullet li::before {
  position: absolute;
  top: 7px;
  left: 0px;
  content: '';
  width: 21px;
  height: 11px;
  background: url(/images/li_icon_content.png) center center no-repeat;
}

.orange_color {
  color: #f9b650 !important;
}
.header_border {
  position: relative;
max-height: 940px;
}

.footer_container {
  width: 100%;
/*  padding: 50px 0px 130px 0px;*/
  color: #010101;
  font-size: 16px;
  line-height: 26px;
  background: #c4d0f1;
  border-bottom: 1px solid #000000;
}
 .footer_content ul li a {
  display: block;
  font-size: 16px;
  color: #010101;
  text-decoration: none;
  padding: 10px 30px;
  position: relative;
}
 .footer_content ul li {
  margin-right: 20px;
  margin-left: 20px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}
 .footer_content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: table;
	 padding-left: 70px;
}
 .footer_content {
  width:100%;
  position: relative;
  padding: 0px 0px;
/*  text-align: center;*/
  margin-top: 0px;
/*  max-width: 1300px;*/
  margin: auto;
	 
}


.footer_container .footer_content h2 {
  font-size: 18px;
  margin: 0px 0px 10px 0px;
}
.footer_container .footer_content a:hover {
  text-decoration: underline;
}
.footer_container .footer_content h1 {
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 600;
  height: 31px;
  border-bottom: 1px solid #d9d9d9;
}
.footer_container .footer_content h1 span {
  border-bottom: 3px solid #e21717;
  padding-bottom: 6px;
}
.footer_container .footer_content hr {
  border: none;
  border-top: 1px solid #e4e4e4;
  margin-top: 0px;
  margin-bottom: 15px;
}
.footer_container .footer_content .right a {
  color: #585858;
  text-decoration: none;
  font-size: 14px;
}
.production_container {
/*  padding: 30px 0px;*/
  color: #c4d0f1;
  font-size: 18px;
/*  background-color: #f9f8f2;*/
}
.production_container a {
  color: #c4d0f1;
}
.production_container a:hover {
  text-decoration: underline;
}
.production_container .production_content {
  max-width: 1200px;
  margin: auto;
}
.production_container .production_content .left {
  float: left;
  padding-top: 10px;
}
.production_container .production {
  float: right;
	margin-top:26px;
}
.production_container .right {
  float: right;
}
.blue_text{
	color:#a5def2
}
.gray_text {
  color: #424243 !important;
}
.div_background {
  background: url(/images/background_content.jpg) center bottom no-repeat;
  background-size: cover;
}

.resp_menu_button {
  position: relative;
  text-align: center;
  z-index: 3;
  padding-left: 0px !important;
  height: 25px;
  width: 30px;
  margin-left: 10px;
  display: none;
  margin-top: 11px !important;
  float: right;
}
.resp_menu_button span {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #cacfe9;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
}
.resp_menu_button span:nth-child(1) {
  top: 0px;
}
.resp_menu_button span:nth-child(2) {
  top: 9px;
}
.resp_menu_button span:nth-child(3) {
  top: 18px;
}
.resp_menu_button.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.resp_menu_button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.resp_menu_button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}
#toggle-menu.active {
  background-position: -30px 0px;
}
#toggle-submenu {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0;
  border: 0;
  width: 107px;
  height: 27px;
  background-color: transparent;
  background-image: url('/images/toggle_submenu.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
#toggle-submenu.active {
  background-position: -107px 0px;
}
a.pink_button, .pink_button a, .props_okay a {
  color: #fff !important;
  background-color: #191919;
  display: inline-block;
  padding: 8px 40px 8px 40px;
  font-size: 16px;
  font-weight: bold !important;
  line-height: normal;
  transition: all ease-in-out 0.2s;
}
a.black_button {
  color: #fff !important;
  background-color: #191919;
  display: inline-block;
  padding: 10px 40px 10px 40px;
  font-size: 16px;
  font-weight: bold !important;
  line-height: normal;
  transition: all ease-in-out 0.2s;
}
a.orange_button:hover, a.green_button:hover, a.black_button:hover, a.blue_button:hover, a.orange_border_button:hover {
  transform: scale(1.05);
}
.blue_button {
  color: #fff !important;
  background-color: #85cde3;
  display: inline-block;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold !important;
  line-height: normal;
  border-radius: 10px;
	cursor: pointer;
  transition: all ease-in-out 0.2s;
}
a.blue_button {
  color: #fff !important;
  background-color: #85cde3;
  display: inline-block;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold !important;
  line-height: normal;
  border-radius: 10px;
	cursor: pointer;
  transition: all ease-in-out 0.2s;
}

.round_img{
	border-radius: 20px;
}
a.orange_button {
  color: #fff !important;
  background-color: #ffb36b;
  display: inline-block;
  padding: 15px 70px 15px 70px;
  font-size: 18px;
  font-weight: bold !important;
  line-height: normal;
  transition: all ease-in-out 0.2s;
  border-radius: 50px;
  border: 1px solid #ffb36b;
}
a.orange_border_button {
  color: #ffb36b !important;
  display: inline-block;
  padding: 15px 70px 15px 70px;
  font-size: 18px;
  font-weight: bold !important;
  line-height: normal;
  transition: all ease-in-out 0.2s;
  border-radius: 50px;
  border: 1px solid #ffb36b;
}
a.green_button {
  font-size: 42px;
  color: #bbd9ba !important;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
  text-decoration: none !important;
}
a.green_button::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 30px;
  height: 11px;
  width: 16px;
  background: url(/images/green_button_arrow.png) center center no-repeat;
}
div.green-container {
  background-color: #d2e3d7;
  padding: 20px;
}
.responsive_profile {
  margin-top: 13px;
  float: left;
  display: none;
}
td.box {
  padding: 3% 5%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.white_text {
  color: #fff !important;
}
.font-size-14 {
  font-size: 14px;
  line-height: 14px;
}
.font-size-16 {
  font-size: 16px;
  line-height: 20px;
}
a.white_text, div.white_text, span.white_text, h1.white_text, h2.white_text, h3.white_text {
  color: #fff;
}


.grey_text{
	color: #777777;
}

#narocite_se{
	background: url("/images/narocite_se.png") center center no-repeat;
	padding:40px;
	text-align: center;
	background-size: contain;
	margin-bottom: -15px;
	width: 162px;
  display: inline-block;
  margin-left: 60%;
}
#small_bubble{
	background: url("/images/small_bubble.png") center center no-repeat;
/*	padding: 30px 0px;*/
	text-align: center;
	width: 200px;
	background-size: auto;
}
#big_bubble{
	background: url("/images/big_bubble.png") center center no-repeat;
	padding: 70px 10px;
	background-size: contain;
	text-align: center;
	width: 259px;
}
.purple_text{
	color:#cacfe9;
}
#info_trak a{
	color: white;
	font-weight: bold;
}
#info_trak td{
	text-align: center;
	vertical-align: top;
}
#info_trak table tr td table tr:first-child td{
	height: 33px;
	
}
.storitve_container{
	display: flex;
	flex-wrap: wrap;
}


.storitve_container .title h3{
	
    border-bottom: 3px solid transparent;
   border-image: linear-gradient(90deg, #c1e3f1 0%, #9db4f2 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
    border-image-slice: 1;
/*    width:50%;*/
}
.storitve_container .title{
	width: 100%;
	padding-bottom: 40px;
	padding-top: 70px;
	position: relative;
}
.storitev img{
	max-height: 80px;
}
.storitev .desc{
	max-height: 200px;
	overflow: hidden;
}
.storitev .more{
	color: #9db4f2;
	text-transform: uppercase;
	display: none;
	position: absolute;
	bottom: 20px;
}
.storitev .more img{
	padding-right:30px;margin-left:-12px;
}
.storitev:hover .more{
	display: inline-block;
}

.storitev:hover img:not(.more img){
	filter: invert(70%) sepia(13%) saturate(1429%) hue-rotate(191deg) brightness(103%) contrast(90%);
}
.storitev:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
}
.storitev h4{
	text-align: center;
}
.storitev{
	display: flex;
	flex-direction: column;
/*	justify-content: center;*/
	align-items: center;
	width: 20%;
	transition: 0.2s ease-in-out;
	padding:20px;
	position: relative;
	height:360px;
	cursor: pointer;
}
#content_container_16 {
	box-shadow: 0px 5px 10px rgba(157, 180, 242, 0.5), 0px -5px 10px rgba(157, 180, 242, 0.5);

}
#content_container_16 .content_content{
	background: url(/images/background_heart.jpg) left center no-repeat;
	max-width: 1200px;
	margin: auto;
}
.contact_holder{
	width: 50%;margin-left: auto;
}
.contact_holder textarea,
.contact_holder input{
	font-family: "Advent Pro";
	background: none;
	border: none;
	border-bottom: 2px solid white;
	width: 100%;
	padding: 10px 15px;
	font-size: 16px;
	resize:none;
	color: white;
}
.send_button:hover{
	color:#9db4f2;
}
.send_button{
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 5px;
transition: 0.2s ease-in-out;
}
.send_button::before{
	content: url("/images/send_crta.jpg");
	padding-right: 15px;
}



.checkbox_container:hover input ~ .checkmark {
  background-color: #9db4f2;
	
border-color: #9db4f2;
  opacity: 0.8;
}
/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #9db4f2;
	
border-color: #9db4f2;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #9db4f2;
  background-color: transparent;
/*  border-radius: 5px;*/
}
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 25px;
/*  margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.back-div{
	max-width: 1550px;
	margin: auto;
	position: fixed;
	bottom: 20px;
	width: 100%;
	z-index:999;
}
.back-button{
	background-color: #9ed4ed;
	border-radius: 50%;
	color: white;
	padding: 25px 20px;
	cursor: pointer;
	font-weight: bold;
	float: right;
	
}