/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
	
}

#ozadje {
	background: url(/images/apartma.jpg);
	background-attachment: fixed;
}


body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

section {

	padding: 2vh;
}

h1 {
	font-family: 'Oswald', sans-serif;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.novogradnje .novogradnja {
	font-size: 20px;
	text-align: left;
	font-weight: 400;
}

.novogradnje {
	-webkit-box-shadow: 4px 0px 9px 9px rgba(0,0,0,0.11);
	-moz-box-shadow: 4px 0px 9px 9px rgba(0,0,0,0.11);
	box-shadow: 4px 0px 9px 9px rgba(0,0,0,0.11);
	margin: 100px 0px;
}

.razdelek {
	font-size: 50px;
	font-weight: 400;
	color: rgba(0,140,240,.75);
}	

.razdelek span {
	color: black;
}	

.celotna {
	background: white;
	color: rgba(0,140,240,.75);
	border: 3px solid rgba(0,140,240,.75);;
	font-weight: 400;
	font-size: 30px;
	font-family: 'Oswald';
	-moz-transition: all 0.5s ease-in-out; 
}

.celotna:hover {
	background: rgba(0,140,240,.75);
	color: white;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
}

/* NAVBAR */

a:hover {
	text-decoration: none;
}

#telefon-mail {
	padding: 1vh;
}

#telefon-mail .glyphicon{
	background: #008CD3;
	color: white;
	height: 15px;
	width: 15px;
}

.navbar {
	background: white;
	position:relative;
	border-bottom: 3px solid #008CD3;
	border-top: 3px solid #9d9d9d;
	margin-bottom:0;
	overflow: hidden;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	text-shadow: none;
	line-height: 17.5px;
	padding: 0 10px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 17.5px;
}

.navbar-right {
	margin-top: 50px;
	margin-right: 20px;
}

.navbar-right hr{
	width: 0%;
	height: 3px;
	background: #008CD3;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	
}
.navbar-right li:hover hr {
	width: 100%;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover
{
	color: black;
}

.navbar-brand {
	
	height: auto;
}

.navbar-brand img {
	height: 80px;
	margin: 20px;
}

/* ISKALNIK */

.parametri {
	width: 100%;
	border-bottom: 1px solid #008CD3;
	box-shadow: none;
	background: white;
	border:none;
}

#iskalnik-container
{
	position: relative;
	margin-bottom: 130px;
}

#iskalnik-container .row
{
	position: absolute;
	
	top: -50%;
	border: 1px solid #d4d4d4;
	background: #FFFFFF;
	width: 100%;
	z-index: 1;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 20px 20px 10px;
}

.iskalno-polje {
	margin-bottom: 30px;
}

.chosen-container-single .chosen-single {
	background: white;
	box-shadow:none;
	border-radius: 0;
	height: 35px;
    line-height: 21px;
    padding: 7px;
	border-bottom: 1px solid #008CD3;
}
.chosen-container-single .chosen-single span {
	font-family: 'Raleway', sans-serif;
}

.chosen-container .chosen-results li {
	font-family: 'Raleway', sans-serif;
	transition-property: border;
}

.chosen-container .chosen-results li:hover {
	background: white;
	color: black;
	border: 1px solid #008CD3;
}

.result-selected {
	background: white;
}

.ui-widget-content .ui-state-active {
	background:#008CD3;
	background-color:#008CD3;
	color: #008CD3;
}

#isci {
	bottom: -17.5px;
	position: absolute;
	width:30%;
	left:35%;
	background: #008CD3;
	color: white;
	border: 1px solid #d4d4d4;
	font-family: 'Oswald', sans-serif;
	height: 35px;
	padding:7px;
}

/* PORTFOLIO */


#storitve, #listings .col-lg-4 {
	text-align: center;
	font-family: 'Raleway';
}

#storitve .col-lg-12 {
	padding-top: 50px;
	padding-bottom: 50px;
}

#listings .col-lg-12 {
	padding-top: 50px;
	padding-bottom: 50px;
}

#listings a h3{
	color: #333;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#listings a:hover h3{
	font-weight: 800;
}

.listing {
	padding: 0%;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.opis-novosti {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: white;
}

.opis-novosti h1 span{
	border-bottom: 3px solid rgba(0,140,240,.75);
}

.opis-novosti h1 {
	color: #008CD3;
	margin: 15px 0;
}
.opis-novosti .col-md-4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:20px;
	position: absolute;
	bottom: 0;
}
.opis-novosti .col-md-4 span {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

		
#box    {  
	width:100%;
    height:250px;
    box-shadow:inset 0px 100px 40px 0 rgba(0,0,0,.45);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;

	overflow:hidden;
}

#vnosi {
	overflow: hidden;
	-webkit-box-shadow: 4px 0px 9px 9px rgba(0,0,0,0.11);
	-moz-box-shadow: 4px 0px 9px 9px rgba(0,0,0,0.11);
	box-shadow: 4px 0px 9px 9px rgba(0,0,0,0.11);
}	

#overlay    {  
	background:transparent;
    text-align:center;
    padding:10px;
	height: 0%;
    opacity:0;
    -webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
}

#listings {

	overflow: hidden;
}

#listings .okvir:hover #overlay {
    opacity:1;
	height: 100%;
}

#listings .okvir:hover .opis-novosti .col-md-4 {
	-moz-transition: height .5s ease-in-out;
	-moz-transition: width .5s ease-in-out;
	-moz-transition: opacity .7s ease-in-out;
}

.opis-novosti h1{
	text-decoration: none;
}
			   
#plus {  
	font-family:'Raleway';
    font-weight:400;
    color:white;
    font-size:15px;
	line-height: 15px;	
}




/* Home Page Carousel */

header.carousel {
    height: 80%;
	border-bottom: 3px solid #008CD3;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
	z-index:-1;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


.carousel-control {
	position: static;
	overflow:hidden;
}

.glyphicon {
	background: white;
	height: 50px;
	width: 50px;
	overflow: hidden;
	text-shadow: none;
}


.glyphicon-chevron-left {
	left:10px;
}

.glyphicon-chevron-right {
	right:10px;
}

.glyphicon-chevron-left::before
{
	padding: 10%;
	color: #008CD3;
	background: white;
	height:100%;
	width: 100%;
	line-height: 50px;
}

.glyphicon-chevron-right::before
{
	padding: 10%;
	color: #008CD3;
	background: white;
	height:100%;
	width: 100%;
	line-height: 50px;
}

.carousel-control.left {
	opacity: 1;
	background-image: none;
}
.carousel-control.right {
	opacity: 1;
	background-image: none;
}

.prvi-napis {
	position: absolute;
	top: 40%;
	text-shadow: none;
	font-family: 'Oswald', sans-serif;
	padding: 0;
	height: 10%;
}

.prvi-napis h2 span{
	font-size: 40px;
	font-size: 40px;
	line-height: 30px;
	background: rgba(0,140,238,0.7);
	color: white;
	padding:0 15px;
}

.drugi-napis {
	position: absolute;
	top: 53%;
	text-shadow: none;
	font-family: 'Oswald', sans-serif;
	padding: 0;
	height: 10%;
}

.drugi-napis h2 span{
	font-size: 40px;
	font-size: 40px;
	line-height: 30px;
	background: rgba(255,255,255,0.7);
	color: #008cee;
	padding:0 15px;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* CONTACT */

#contact {
	background: rgba(0, 140, 240, 0.75);
	color: white;
	background-attachment: fixed;
	background-size:cover;
	
}

#contact input {
	width: 100%;
    height: 35px;
    line-height: 21px;
    padding: 7px;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    color: black;
	margin: 30px 0;
   background: transparent;

color: white;
    font-weight: 400;
   
	box-shadow: none;
	border:none;
	border-bottom: 1px solid white;
}

#contact textarea {
	width: 100%;
	padding: 2%;
	color: black;
	font-family: 'Raleway', sans-serif;
    font-size: 21px;
	border:none;
	background:white;
}

#contact #form-submit {
	font-family: 'Oswald', sans-serif;
	transition: 0.5s ease-in-out;
	border:1px solid white;
}

#contact #form-submit:hover {
	color:#008CD3;
	background: white;
}

#skupina {
	background: white;
}

.circle-icon .glyphicon {
            background-color: white;
    color: #008CD3;
    padding: 18px;
    font-size: 2em;
    border-radius: 50%;
    height: 61px;
    width: 61px;   
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}







/* FOOTER */

footer {
    padding: 50px 0;
	background: rgba(0, 0, 0, 0.8);
	color: white;
}

footer hr {
	border-top: 3px solid #008CD3;
	width: 30%;
}

footer h1 {
	font-size: 30px;
	text-transform: uppercase;
}

footer .col-lg-4 {
	text-align: center;
}

footer .col-lg-4 span {
	font-family: 'Raleway';
	font-size: 20px;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.carousel-fade .carousel-inner .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }


