@import url('https://fonts.googleapis.com/css?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

 html {
  scroll-behavior: smooth;
}
body{
  letter-spacing: 1px;
}
hr{
  border-top:1px solid #fff;
  padding-bottom:10px;
}
 section {
  background-color: #eeeeee;
}
section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }


a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; 
}
a, a:hover {
  text-decoration: none; 
}
figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }
@media (max-width: 991px){
  .align-left, .align-center, .align-right {
    text-align: center; }
}
@media (max-width: 767px) {
  .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
    text-align: center; } }

@media (max-width: 767px) {
  .cid-rrn4FvpjTd .align-left, .cid-rrn4FvpjTd .align-center, .cid-rrn4FvpjTd .align-right {
    text-align: left !important; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; 
}
.media-container-row .media-size-item {
  width: 400px;
}
.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img, .mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none;

}
.card-drop{
  top:0px;
  animation-name:drop;
  animation-duration:3s;
}
@keyframes drop{
  from{
    top:-200px;
  }
  to{
    top:0px;
  }
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img, .card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh; }
  .menu .dropdown-menu {
    max-height: 60vh;
    overflow-y: auto; } }

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center; }

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center; }

.card-wrapper {
  -webkit-flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

/*# sourceMappingURL=style.css.map */
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}



h2{
  text-transform: uppercase;
  color:#222;
  font-weight: 500;
  /*font-family: Lato;*/
  
}
.poslovalnice-title{
  margin-bottom:35px;
  color: #0196ca;
}
.bg-c-grey{
  background: #F5F5F5 !important;
}


.section-padding-form{
  padding: 60px 0 40px;
}
.bg-c-white{
  background: #fff !important;
}
.mbr-section .text-pad{
  padding:2rem !important;
}

.mbr-section .img-pad img{
  padding-bottom: 2rem !important;
}
.mbr-section .img-pad .zadnja-img{
  padding-bottom: 0 !important;
}

.img-pad img{
  width:100%;
}
.onas .text-pad{
  color:#777777;
  text-align: justify;
}

.footer{
  background-color: #0196ca !important;
  padding: 80px 0;
  margin-top: -6px;
  /*border-radius:10px 10px 0 0;*/
}
.naslov{
  padding: 50px 0;
  background-color: #fff !important;
}
.naslov .okvir{
  border:1px solid #0196ca;
  border-radius: 100px;
  width:40%;
  margin: 0 auto;
  background-color: #0196ca;
}
.naslov h1{
  color:#fff;
  font-weight: 800;
  font-style: normal;
  font-size: 47px;
  line-height: 1.1em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin:10px 0 8px !important;
}



.cid-rrFHKiJTSz .input-group-btn {
  display: block;
  text-align: center;
  padding-top:25px;
}


/******************************************************************************/
/* Background Image															  */
/******************************************************************************/

.template-background-image
{
	background-size:cover;
	background-position:center center;
}

.template-background-image-parallax
{
	background-attachment:fixed;
}

  .template-background-image-1{
    background-image:url('../../images/avtopralnica_kromberk.jpg');
    background-position: center bottom; 
  }
	.template-background-image-2{
    background-image:url('../../images/avtopralnica-vojkova.jpg');
    background-position: right bottom; 
  }
	.template-background-image-3{
    background-image:url('../../images/avtopralnica-samopostrezna.jpg');
    background-position: center bottom; 
  }
	
/******************************************************************************/
/* Layout																	  */
/******************************************************************************/
	
.template-layout-100>.template-layout-column-left,
.template-layout-50x50>.template-layout-column-left,
.template-layout-50x50>.template-layout-column-right{
	display:block;
	
	margin-bottom:60px;
}

.template-layout-100>.template-layout-column-left
{
	visibility:visible;
}

	/**************************************************************************/
	/* Layout / Flex														  */
	/**************************************************************************/

	.template-layout-flex
	{
		width:100%;
		display:flex;
	}

		.template-layout-flex>div
		{
			flex-basis:50%;
			padding:120px;
			min-height:700px;
		}

	/**************************************************************************/
	/* Layout / 100															  */
	/**************************************************************************/

	.template-layout-100	{}

	.template-layout-100>.template-layout-column-left 
	{ 
		width:100%;
		clear:both;
		float:left; 
	}

	/**************************************************************************/
	/* Layout / 50x50														  */
	/**************************************************************************/

	.template-layout-50x50 {}

	.template-layout-50x50>.template-layout-column-left 
	{ 
		clear:both;
		float:left; 
	}

	.template-layout-50x50>.template-layout-column-right 
	{ 
		float:right; 
	}

	.template-layout-50x50>.template-layout-column-left,
	.template-layout-50x50>.template-layout-column-right
	{ 
		width:48.7179%;
	}

	.template-layout-50x50>.template-layout-column-left .template-layout-column-left,
	.template-layout-50x50>.template-layout-column-right .template-layout-column-left,
	.template-layout-50x50>.template-layout-column-left .template-layout-column-right,
	.template-layout-50x50>.template-layout-column-right .template-layout-column-right,
	.template-layout-flex>div .template-layout-column-left,
	.template-layout-flex>div .template-layout-column-right
	{
		width:47.3684%;
	}

	.template-layout-50x50.template-layout-margin-reset>.template-layout-column-left,
	.template-layout-50x50.template-layout-margin-reset>.template-layout-column-right
	{
		width:50%;
  }
  .template-component-feature-list ul{
    padding: 0;
    list-style-type: none;
  }
  
  
  .template-component-feature-list h2{
    padding-bottom: 50px;
    text-align: center;
  }
  
  .template-component-feature-list h5{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 2px;
    color:#22A0DC;
  }

  .template-component-feature-list p{
    color:#777777;
    text-align: justify;
  }
  .template-layout-column-middle{
    width:100%;
    list-style: none;
    margin-bottom: 60px;
  }

@media only screen and (min-width:0px) and (max-width:959px)
{
	.template-layout-flex
	{
		flex-wrap:wrap;
	}
	
	.template-layout-flex>div
	{
		width:100%;
		flex-basis:100%;
		min-height:350px;
    padding: 40px 60px 10px;
  }
}
@media only screen and (min-width:0px) and (max-width:767px){
  .template-content-layout.template-content-layout-sidebar-left .template-content-layout-column-left,
  .template-content-layout.template-content-layout-sidebar-left .template-content-layout-column-right,
  .template-content-layout.template-content-layout-sidebar-right .template-content-layout-column-right,
  .template-content-layout.template-content-layout-sidebar-right .template-content-layout-column-left{
    clear:both;
    float:none;
    width:100%;
  }
      
  .template-content-layout.template-content-layout-sidebar-right .template-content-layout-column-right{
    margin-top:120px;
  }
      
  .template-content-layout.template-content-layout-sidebar-left .template-content-layout-column-left{
    margin-bottom:120px;
  }
}
@media only screen and (min-width:0px) and (max-width:479px){
  .template-layout-flex>div{
    padding-left:20px;
    padding-right:20px;
  }
}


.move-d{
  padding-top:150px;
}
.move-d-2{
  padding-top:100px;
}
@media only screen and (max-width:1200px){
  .move-d{
    padding-top:120px;
  }
}
.text-c-white{
  color: #ffffff !important;
}
.text-c-yellow{
  color: #FCF60A !important;
}
.text-c-red{
  color: #FF3737 !important;
}
.text-c-blue{
  color: #149DCC !important;
}
.text-c-black{
  color: #000000 !important;
}



.cent{
  text-align: center !important;
}
.cent p{
  text-align: center !important;
}
@media only screen and (max-width:960px){
  .cent{
    text-align: center !important;
    width: 100% !important;
  }
  .cent p{
    text-align: center !important;
  }
}
@media only screen and (max-width:1166px) and (min-width:960px){
  .cent{
    width:100% !important;
    text-align: center !important;
  }
  .cent p{
    text-align: center !important;
  }
  .mobile-padding{
    padding:80px 60px !important;
  }
}
.zastava{
  height:25px !important;
  border-radius:5px;
  margin-left:10px;
}


.section-pad{
  padding: 0;
}
.align-justify{
  text-align: justify !important;
}


.title-color-blue{
  color:#149dcc !important;
  padding-bottom:20px;
  line-height:1.2;
  
}

.font-f-lato{
  font-family: 'Lato';
}
.font-f-rubik{
  font-family: 'Rubik', sans-serif;
}
.font-f-vround{
  font-family: 'Varela Round', sans-serif;
}


.cid-rrn6NctiBV p{
  padding-bottom:20px;
}



.template-section a:hover{
  text-decoration: underline !important;
}
.template-section .cent .btn:hover{
  text-decoration: none !important;
}
.template-section .bottom-marg-none{
  margin-bottom:0;
}
.template-section .zamik-ul .zamik-li{
  list-style-type: disc;
  color: #fff;
}
.template-section .zamik-ul{
  padding-left:30px;
}

@media only screen and (max-width: 1166px){
  .template-section .btn{
    width:50%;
  }
  .template-section .bottom-marg-none{
    margin-bottom:30px;
  }
}
@media only screen and (max-width: 960px){
  .template-section .btn{
    width:35%;
  }
}
@media only screen and (max-width: 598px){
  .template-section .btn{
    width:50%;
  }
}
@media only screen and (max-width: 375px){
  .template-section .btn{
    width:65%;
  }
}

/* Skrbi za to da se pri drugi poslovalnici pri mobilni verziji ko je eno pod drugim prikaze prvo slika pole besedilo. */
#mobile-position{
  display:none;
}
@media only screen and (max-width:960px){
  .front-decsription{
    display:none;
  }
  
  /* Skrbi za to da se pri drugi poslovalnici pri mobilni verziji ko je eno pod drugim prikaze prvo slika pole besedilo. */
  #mobile-position{
    display:block;
  }
  #desktop-position{
    display:none;
  }
}


#img-mobile{
  display:none;
}
@media only screen and (max-width:991px){
  /* Skrbi za to da se pri zakaj izbrati nas pri mobilni verziji ko je eno pod drugim prikaze prvo besedilo pole slika. */
  #img-mobile{
    display:block;
    
  }
  #img-desktop{
    display:none;
  }
  .img-pad{
    padding-top:20px;
  }
}
.b-round{
  border-radius: 10px;
}

.font18{
  font-size:18px !important;
}
iframe{
  border:none;
}
/*skrbi za to da header na prekriva kontenta ko klikne kdo na link*/
.jumptarget1::before {
  display: block; 
  content: " "; 
  margin-top: -68px;
  height: 68px; 
  visibility: hidden;
  pointer-events: none; 
}
.jumptarget2::before {
  display: block; 
  content: " "; 
  margin-top: -68px;
  height: 68px;
  background-color: #149DCC;
  pointer-events: none;
}
.jumptarget3::before {
  display: block; 
  content: " "; 
  margin-top: -68px;
  height: 68px; 
  background-color: #F53B3E;
  pointer-events: none;
}
.jumptarget4::before {
  display: block; 
  content: " "; 
  margin-top: -75px;
  height: 75px;
  visibility: hidden;
  pointer-events: none;
}

.cid-rrQxYGKYHO .menu-logo .navbar-brand{
  padding:30px !important;
}


