/*!
 * Start Bootstrap - Creative v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif; }

hr {
  /*max-width: 50px;*/
  width:100%;
  border-width: 1px;
  border-color: #EBEBEB; }

hr.light {
  border-color: #fff; }

a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #444444; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif; }
.h4, h4 {
	font-size: 1.2rem;
}
.bg-primary {
  background-color: #FFF !important; }
  
.bg-secondary {
	background-color: #EBEBEB !important; }

.bg-dark {
  background-color: #212529 !important; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 8rem 0; }

.section-heading {
  margin-top: 0; }

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #212529; }

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  #mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #F05F40;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #f05f40; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #0056b3; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: #fff !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background-color: transparent; }
	#mainNav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}
	#mainNav .navbar-toggler {
        border-color: rgba(255,255,255,.5);}
	
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: rgba(0, 0, 0, 0.5); }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
          color: #fff; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #fff; }
      #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: rgba(0,0,0,0.8); }
        #mainNav.navbar-shrink .navbar-brand {
          color: #F05F40; }
          #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
            color: #f05f40; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
          color: rgba(255,255,255,0.7); }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #fff; } 
	}
	
#topheader{
	display:none!important;
}
@media (min-width: 992px){
	#topheader{
		display:inline-flex!important;
		font-size: 0.9rem;
		border-bottom: 1px solid #fff;
		color:#fff;
		margin-right: 1rem;	}
	#topheader a{
		color:#fff;	}
	#topheader i{
		margin-right:5px;	}
	.email{
		margin-right:40px;	}	
	#mainNav.navbar-shrink #topheader{
		display:none!important;	}
}

header img{
    max-width: 100%;}
	
header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/bg/slider_4.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  header.masthead h1 {
    font-size: 2rem;
	background-color:rgba(0,0,0,0.6);}
  header.masthead p {
    font-weight: 300; }	
  @media (min-width: 768px) {
    header.masthead p {
      font-size: 1.15rem; } }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 650px;
      padding-top: 0;
      padding-bottom: 0; }
      header.masthead h1 {
        font-size: 3rem; } }
  @media (min-width: 1200px) {
    header.masthead h1 {
      font-size: 4rem; } 
	header.masthead .btn-primary{
		margin-top:30px; } }

.flexp{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flexc{
	min-height:100vh;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexi{
	width:100%;
}
		
.service-box {
  max-width: 400px; }
  .service-box img{margin-bottom:30px;}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(62, 62, 62, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

.text-primary {
  color: #20232C !important; }

.btn {
  font-weight: 400;
  /*text-transform: uppercase;*/
  border: none;
  /*border-radius: 300px;*/
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.btn-xl {
  padding: 1rem 2rem; }

.btn-primary {
  background-color: #20232C;
  border-color: #20232C; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #20232C !important; }
  .btn-primary:active, .btn-primary:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(32, 35, 44, 0.5) !important; */}
  .btn-primary.disabled, .btn-primary:disabled {
	background-color: #20232C;
	border-color: #20232C;
}

section h2{
	border-bottom:1px solid #3E3E3E;
	color:#22222A;
	margin-bottom:30px; }	
  section h2 i{
	margin-right:20px; }
section#akcija {
padding: 1rem 0 0 0;}
section#akcija .container {
padding: 2rem;
border-left: 8px solid #555;}
section#akcija i {
background-color: #fff;
padding: 2rem;
border-radius: 50%;
width: 8rem;
height: 8rem;}
section#podjetje .btn, section#reference .btn{
  margin-top:50px;
  border:1px solid #3E3E3E!important;
  border-radius: 0;
  box-shadow:none;
  padding-left: 40px;
  padding-right: 40px;
  text-transform:none;
  }
section#storitve {
  padding: 4rem 0 0 0!important; }
section#storitve-gal .card-title{
  position:absolute;
  bottom: 0;
  background-color:rgba(0,0,0,0.5);
  width:100%;
  padding: 1% 0 1% 0;
  color:#FFF; 
  overflow: hidden;
  margin: 0 20px 5px -20px;      
  }
  section#storitve-gal .card-title h4{
	font-size: 1.2em;
	line-height: 1.2;
	padding: 0 3.5%;
	margin: 0;
  }
  section#storitve-gal .card{
	border-radius:0!important;
	border:none;
  }
  section#storitve-gal .card a,
  section#storitve-gal .card a{
	background-color:rgba(255,255,255,0.3);
	color:#fff;
  }
  section#storitve-gal {
	padding: 2rem 0 8rem 0!important; }
section#prednosti .service-box i.fa-user, section#prednosti .service-box i.fa-thumbs-up, section#prednosti .service-box i.fa-bullseye, section#prednosti .service-box i.fa-magic {
	color:#fff;	}
section#tradicija{
	background-image: url("../img/vitraz_tradicija.jpg");
	min-height:300px;}
	section#tradicija .container-fluid{}
	section#tradicija h2{
		color:#fff;
		border-bottom:1px solid #FFF;
		margin-bottom: 50px; }
section#kontakt button{
	padding-left: 2rem;
	padding-right:2rem;	
	font-weight:400;}
section#kontakt i{
	margin-right:30px;	}
	.gmap{
		overflow:hidden;
		padding-bottom:50%;
		position:relative; }
	.gmap iframe{
		left:0;
		top:0;
		height:100%;
		width:100%;
		position:absolute;
	}
section#copyright {
	padding-bottom:0;}
section#copyright p{
	padding: 2rem;
	margin-bottom:0;}
section#vrata{
	padding-bottom:0;}	
section#svrata {
	padding-top:2rem;}
section#vvrata{
	padding-top:0;}

/* Galleries carousel */		
/*#projektiGalerija .carousel-item img, #ograjeGalerija .carousel-item img, #vitrineGalerija .carousel-item img, #policeGalerija .carousel-item img, #vrataGalerija .carousel-item img, 
#izdelavaGalerija .carousel-item img{
  width:300px;
  height:225px;
  display:inline-block;
  object-fit:cover;
  max-width:24%;
}

#projektiGalerija div.carousel-item.active:last-child img, #ograjeGalerija div.carousel-item.active:last-child img, #vitrineGalerija div.carousel-item.active:last-child img, #policeGalerija div.carousel-item.active:last-child img, #vrataGalerija div.carousel-item.active:last-child img, #izdelavaGalerija div.carousel-item.active:last-child img{
	max-width: 100%;
	
}*/
.carousel-item .col-3 {
	padding: 3px;
}
	@media (min-width: 768px){
		.carousel-item .col-3 {
			padding: 15px;
		}
	}

.carousel-item img{
	width:100%;
	height:125px;
	display:inline-block;
	object-fit:cover;
}
	@media (min-width: 768px){
		.carousel-item img{
			height:225px;}
	}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fff;
	border: #3E3E3E solid 1px;
}
.carousel-indicators li.active{
	background-color: #3E3E3E;
}
