/*
Theme Name: Teroplus.si Theme
Theme URI: http://www.teroplus.si
Author: rdesign.si
Author URI: http://www.rdesign.si/
Description: Theme for teroplus.si 2015
Version: 1.0
Text Domain: teroplus.si 
*/

@charset "UTF-8";

/*
oranzna: #F77311
modra: #01488E
siva: #EEEEEE
crna: #0A0E16, rgba(10, 14, 22, 1)
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic,900,900italic,500italic,500,100italic,100&subset=latin,latin-ext);

body {
  font-family: 'Roboto', sans-serif;
}

body.home {
  background-image: url(img/bg_logo_pattern.jpg);
  background-repeat: no-repeat;
  background-size: 450px;
  background-position: 15% 300px;
}

a {
    color: #01488E;
    text-decoration: none;
}

a:hover, a:focus {
    color: #F77311;
    text-decoration: none;
}

a:focus {
  outline: none;
}

p {
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {  
  font-weight: 700;  
  color: #01488E;
}

.navbar-default {  
  background-color: rgba(0,0,0,0.25);
  border-color: rgba(255,255,255,0.15);
  /*background-color: #0A0E16;*/
}
/*
.home .navbar-default {
  background-color: rgba(0,0,0,0.20);
  border-color: rgba(255,255,255,0.15);
}
*/

.navbar-brand {
  float: left;
  height: auto;
  padding: 13px 0px 12px 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-brand img {
  height: 70px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #F77311;
}

.navbar-toggle {
  border: none;
  border-radius: 0px;
}

.nav > li > a {
  padding: 40px 13px 35px 13px;
  }

/*
.nav > li.lang-separator a {
  padding-left: 26px;
  }

.nav > li:nth-child(7) a {
  padding-left: 26px;
  }  

.nav > li:nth-child(6) a {
  padding-right: 26px;
  }  

.nav > li.lang-separator {
  border-left: 1px solid rgba(255,255,255,0.15);
  }
*/

.navbar .navbar-nav {
  display: inline-block;
  vertical-align: top;
/*  padding-top: 21px; */
}

.navbar .navbar-collapse {
  text-align: left;
}

/*
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #F77311;
  background-color: transparent;
}
*/

.navbar-default .navbar-nav > .current-post-parent > a, 
.navbar-default .navbar-nav > .current-menu-parent > a, 
.navbar-default .navbar-nav > .current-post-ancestor > a, 
.navbar-default .navbar-nav > .current-page-ancestor > a, 
.navbar-default .navbar-nav > .current-menu-item > a, 
.navbar-default .navbar-nav > .current-menu-item > a:hover, 
.navbar-default .navbar-nav > .current-menu-item > a:focus {
  color: #F77311;
  background-color: transparent;
}

.navbar-default .navbar-right > li > a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-default .navbar-right > li > a:hover {
  color: #F77311;
}

.navbar {
    position: absolute;
    width: 100%;
    margin-bottom: 0px;
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}





/* Carousel */
.carousel {
  height: 100%;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.overlay {
  background-color: rgba(10, 14, 22, 0.5);
  width: 100%;
  height: 100%;
}

.carousel .item {
  width: 100%;
  height: 480px;
  background-position: center; 
  background-repeat: no-repeat; 
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;
}

.carousel-indicators .active {
  width: 8px;
  height: 8px;
  margin: 1px;
  background-color: #F77311;
  border-color: #F77311;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  background-color: #FFF;
}

.carousel-control {
    width: 5%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
}

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

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

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {    
    top: -moz-calc(50% + 40px);
    top: -webkit-calc(50% + 40px);
    top: -o-calc(50% + 40px);
    top: calc(50% + 40px);
}



.jumbotron {
  padding: 0px;
  margin-top: 185px;
  color: #FFF;
  background-color: transparent;
  text-align: left;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-left: 15px;
  border-radius: 0px;
}

.jumbotron .h1, .jumbotron h1 {
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0px 1px 2px rgba(10, 14, 22, 0.5);
}

.jumbotron p {
    margin: 25px 0px;
    font-size: 14px;
    font-weight: 400;
}

.btn-primary {
  color: #FFF;
  background-color: #F77311;
  border-color: transparent;
}

.btn-primary.focus,.btn-primary:focus{
  color:#fff;
  background-color: #01488E;
  border-color: transparent;
}

.btn-primary:hover{
  color:#fff;
  background-color: #01488E;
  border-color: transparent;
}

.btn {
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42857;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: none;
  border-radius: 2px;

  -webkit-box-shadow: 2px 1px 6px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 2px 1px 6px 0px rgba(0,0,0,0.35);
  box-shadow: 2px 1px 6px 0px rgba(0,0,0,0.35);

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s ease 0s;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 20px 35px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 2px;
}

.btn-footer {
  background-color: #01488E;
  padding: 9px 15px 8px 15px;
  color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-footer:hover {
  background-color: #F77311;
  color: #FFF;
}

.form-inline .form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42857;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #999;
  border-radius: 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

a.more-link {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding-right: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("img/ico_arrow_right.png");
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: right 5px;
  color: #F77311;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s ease 0s;
}

.jumbotron a.more-link, .grid a.more-link {
  color: #FFF;
  background-position: right -21px;
  margin-left:  20px;
}

.grid a.more-link {
  margin-left: 3px;
}

a.more-link:hover, .jumbotron a.more-link:hover, .grid a.more-link:hover {
  text-decoration: none;
  padding-right: 33px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a.back-link {
  padding-left: 26px;
  background-image: url("img/ico_arrow_left.png");
  background-size: 24px auto;
  background-position: left 5px;
}

article:first-child {
  padding-top: 15px;
}

.subpage-header {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center; 
  background-repeat: no-repeat; 
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;
  background-image: url(img/header_hero.jpg);
}

.coaching-img {
  background-image: url(img/header_hero_6.jpg);
}

.oee-img {
  background-image: url(img/header_hero_5.jpg);
}

.reference-img {
  background-position: bottom; 
  background-image: url(img/header_hero_7.jpg);
}

.kontakt-img {
  background-position: top; 
  background-image: url(img/header_hero_9.jpg);
}

.projekti-img {
  background-position: bottom; 
  background-image: url(img/header_hero_8.jpg);
}

.subpage-header-overlay {
  background-color: rgba(10, 14, 22, 0.5);
  width: 100%;
  height: 100%;
}

.subpage-header h1 {
  padding-top: 125px;
  padding-bottom: 35px;
  color: #FFF;
  font-size: 40px;
}

.widget {
  background-color: #EEE;
  list-style: none;
  padding: 20px;
  margin: 15px 0;
  /*
  list-style: none;
  padding: 20px;
  margin: 15px 0px 35px 0px;
  border: 1px solid #EEE;
  */
}

/*
.widget:last-child {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
*/


.widget-content-border {
  border: 1px solid rgba(247, 115, 17, 0.35);
}

.widget-content-border span {
  font-weight: 500;
  color: #F77311;
  padding-right: 5px;
}

#subpage .widget-content-border p:last-child {
  margin-bottom: 5px;
}

.widget ul {
  padding: 0;
  margin: 0;
}

.widget ul li {
  list-style: none;
  font-weight: 500;
  display: block;
  padding-left: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("img/bullet_color.png");
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: left 12px;
}

.widget ul.no-style li {
  list-style: none;
  font-weight: 300;
  display: block;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: none;
}

section#intro .widget {
  background-color: transparent;
  padding: 0;
}

section#intro .widget_text h2.widgettitle {
  font-size: 36px;
  font-weight: 700;  
  color: #01488E;
  text-transform: none;
}

.separator {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #F77311;
  margin: 35px 0px;
}

section {
  margin-top: 35px;
  margin-bottom: 35px;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

section#intro {
  margin-top: 20px;
}

.intro-service {
  margin-top: 20px;
}

/*
.intro-service h2 {
  bottom: 0px;
  left: 15px;
  right: 15px;  
  position: absolute;
  padding: 20px;
  margin: 0;
  background-color: rgba(0,0,0,0.50);
  border-top-color: rgba(255,255,255,0.15);
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(10, 14, 22, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s ease 0s;
}

.intro-service:hover h2 {
  background-color: rgba(0,0,0,0.65);
}
*/

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: auto;  
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: auto;
  max-width: 100%;  
}

.grid figure figcaption {
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.90) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.90))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,0.90) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,0.90) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,0.90) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.90) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  font-weight: 700;
  font-size: 21px;
  color: #FFF;
  text-transform: uppercase;  
}

.grid figure h2,
.grid figure p {
  margin: 0;
  text-align: left;
}

.grid figure p {
  
}

figure.effect-goliath {
  background: #F77311;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  margin: 0;
  text-shadow: 0px 1px 2px rgba(10, 14, 22, 0.5);
}

figure.effect-goliath p {
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100px,0);
  transform: translate3d(0,100px,0);
}

figure.effect-goliath:hover figcaption {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}

figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0,-50px,0);
  transform: translate3d(0,-50px,0);
}

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,0px,0);
}

section#news {
  background-color: #EEEEEE;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0px;
}

section#news h1 {
  color: #F77311;
  padding-top: 35px;
}

.news-item {
  padding: 35px;
  border-left: 1px solid #FFF;
}

#subpage p.small {
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.news-item small {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}

.news-item h2 {
  font-size: 25px;
  font-weight: 700;
  border-left: 2px solid #F77311;
  margin-top: 10px;
  padding-left: 32px;
  margin-left: -35px;
}

.news-item a.more-link {
  color: #F77311;  
}

section#calculate .overlay {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(10, 14, 22, 0.4);
}

section#calculate {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  min-height: 100px;
  background-image: url(img/bg_calculate.jpg);
  background-position: bottom left; 
  background-repeat: no-repeat; 
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;
}

section#calculate h1 {
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(10, 14, 22, 0.5);
}

.small-txt {
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(10, 14, 22, 0.5);  
  font-weight: 300;
  font-style: italic;
  font-size: 11px;
  padding: 10px;
}

.btn-wrap {
  margin-top: 35px;
}

section#footer-info {
  background-color: #EEEEEE;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0px;
  margin-top: 0px;
}

section#footer-info .footer-brand {
  padding-top: 30px;
  padding-left: 15px;
}

section#footer-info .footer-brand img {
  height: 70px;  
  width: auto;
}

section#footer-info address {
  padding-top: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 2em;
}

.address-odmik {
  padding-left: 40px;
}

.footer-info-item {
  padding: 35px;
}

.footer-info-border {
  border-left: 1px solid #FFF;
  min-height: 250px;
}

.footer-info-item h4 {
  font-size: 25px;
  font-weight: 700;
  padding-top: 30px;
}

footer {
  background-color: #0A0E16;
  padding-top: 35px;
  padding-bottom: 35px;
  line-height: 2em;
  color: #FFF;
  font-weight: 300;
}

footer a, footer a:hover {
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

footer .footer-links {
  text-align: right;
}

footer .footer-links a:last-child {
  padding-right: 0;
}

.social-icons {
  padding-top: 5px;
  padding-bottom: 5px;
}

.social-icons img {
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

section#subpage {
  font-size: 115%;
}

section#subpage .sidebar {
  font-size: 100%;
}

section#subpage table {
  font-size: 85%;
}

section#subpage table thead {
  background-color: #01488E;
  color: #FFF;
}

section#subpage table ul {
  padding-left: 15px;
  list-style-type: circle;
}

#subpage p {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: justify;
}

#subpage h1 {
    color: #0A0E16;
    font-size: 40px;
}

#subpage h2 {
  margin-top: 0;
}

#subpage .storitev {
  margin-bottom: 35px;
  margin-top: 15px;
}

.main-content {
  padding-right: 20px;
}

.main-content h1 {
  margin-bottom: 35px;
}

.sidebar {
  padding-left: 20px;
}

blockquote {
  padding: 15px 30px;
  margin: 30px 0px;
  font-size: 17.5px;
  border-left: 2px solid #F77311;
  color: #01488E;
}

.translate {
  padding: 15px 30px;
  margin: 15px 0px;
  font-size: 16.5px;
  color: #01488E;
  font-style: italic;
  border-left: none;
  font-weight: 500;
  background-color: #EEE;
}

.color-a {
  background-color: #D3E0ED;
}

.color-p {
  background-color: #BFD4EF;  
}

.color-q {
  background-color: #A1BFE1;  
}

.color-oee {
  background-color: #01488E;
  color: #FFF;
}

.oee-border {
  border-right: 1px solid #FFF;
  text-align: center;
  padding: 15px 15px;
}

.blue-txt {
  color: #01488E;
}

table.translate {
  font-weight: 600;
  width: 100%;
  margin: 30px 0px;
}

table.translate tr td {
  padding: 15px 30px;
  /*
  border-left: 1px solid #8AA4C1;
  border-right: 1px solid #8AA4C1;
  */
}

table.translate tr td.oee-thin {
  padding-left: 25px;
  padding-right: 15px;
}


#map-canvas {
    display: block;
    height: 250px;
    margin-top: 25px;
    position: relative;
    padding-bottom: 29%;
    padding-top: 29%;
    overflow: hidden;
}

#map-canvas iframe,   
#map-canvas object,  
#map-canvas embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact .naslov {
  background-color: #FAFAFA;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 25px;
  margin-bottom: 35px;
  
}

.contact .kontakt-oseba {
  border-left: 2px solid #F77311;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 25px;
  margin-bottom: 35px;  
}

.contact .kontakt-form {
  padding-left: 35px;
  padding-right: 35px;  
}


.contact address {
  line-height: 1.86em;
}

.contact table {
  width: 100%;
  }
  
.contact table tr td {
  padding: 10px 0px 10px 0px;
  }

.contact table tr td span, .wpcf7-response-output {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  padding: 5px 0px;
  } 

.contact table tr td label {
  font-size: 15px;
  font-weight: 300;
  }   

.contact table input, .contact table textarea, .contact table select {
  width: 100%;
  padding: 5px;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  background-color: #FAFAFA;
  border: 1px solid #EEE;
  }

.contact table input:focus, .contact table textarea:focus, .contact table select:focus {
  background-color: #FFF;
  border: 1px solid #CCC;
  }  

.contact table textarea {
  height: 280px;
  }
  
.contact table input[type="submit"] {
  color: #FFF;
  background-color: #F77311;  
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42857;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: none;
  border-radius: 2px;
  width: 100%;

  -webkit-box-shadow: 2px 1px 6px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 2px 1px 6px 0px rgba(0,0,0,0.35);
  box-shadow: 2px 1px 6px 0px rgba(0,0,0,0.35);

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s ease 0s;
}

.contact table input[type="submit"]:hover {
  background-color: #1A4898;
}

.modal-content {
  border: none;
  border: none;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow:  0 3px 6px rgba(0,0,0,.2);
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
}

.modal-header {
  background-color: #1A4898;
  padding: 25px;
  padding-bottom: 20px;
}

.modal-body {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0px;
}

.modal-footer {
  padding-left: 25px;
  padding-right: 25px;
}

.modal-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  color: #FFF;
}

.modal .close {
  font-size: 30px;
  color: #FFF;
  text-shadow: 0 1px 0 #333;
  filter: alpha(opacity=100);
  opacity: 1;
}


/*
.storitev-ikona img {
  width: 50%;
  height: 50%;
  margin: 15px auto 35px auto;
}

.storitev-ikona {
  padding: 35px;
}

.storitev-ikona:hover {
  background-color: #FAFAFA;
}

.storitev-ikona p {
  color: #0A0E16;
}
*/

.wrapper {
  background-color: #EEE;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.txt-wrapper {
  padding: 20px;
  background-color: #EEE;
  margin: 15px 0;
  border: 1px solid rgba(247, 115, 17, 0.35);
}

.txt-wrapper p {
  text-align: justify;
}

.txt-wrapper ul li {
  font-size: 95%
}

.widgettitle, .sidebar h2 {
  color: #01488E;
  font-size: 23px;
  font-weight: 600;
}

/*
.widget_text .storitev-ikona img {
  width: 50%;
  height: 50%;
  margin: 15px auto 15px auto;
}

.widget_text .storitev-ikona {
  padding: 15px;
}

.widget_text .storitev-ikona:hover {
  background-color: transparent;
}

.widget_text .storitev-ikona h3 {
  font-size: 19px;
}


.textwidget, .sidebar dl {
  margin-bottom: 0;
}

.textwidget dl dt, .sidebar dl dt {
  margin-top: 5px;
  padding: 2px 0;
  color: #F77311;
}

.textwidget dl dd, .sidebar dl dd {
  padding: 2px 0;
  font-weight: 300;
}
*/


.reference img {
  width: 80%;  
}

.reference .main-content {
  border-right: 1px solid #EEE;
  padding-right: 35px;
}

hr.white {
  border-color: #FFF;
}

hr.spacing {
  margin-bottom: 35px;
}

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;    
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a {
    position: relative;
    display: block;
    color: #333;
    font-weight: 700;
    padding-left: 45px;
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: 0;    
    margin-top: -0.3em;
    background: #F77311;
    height: 1.95em;
    width: 1.95em;
    line-height: 2.1em;    
    text-align: center;
    color: #FFF;
    font-weight: 400;
    border-radius: 2.1em;
}

.widget-link {
  background-color: #F77311;
  padding: 8px 20px;
  margin-top: 1px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.widget-link:hover {
  background-color: #01488E;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s ease 0s;
}

.widget-link a {
  color: #FFF;
  background-position: right -21px;
  width: 100%;
  margin-bottom: 1px;
  font-weight: 700;
}

.widget-link-odmik {
  margin-top: 15px;
}

section.izracun .widget, #text-7 > div > p {
  text-align: center;
  background-color: transparent;
}

section.izracun .widget {
  margin-top: 55px;
}


/* wordpress */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}

.gallery {
  margin: auto;
  border-top: 1px solid #EEE;
  padding-top: 30px;
  padding-bottom: 15px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 25%;
  padding: 2px;
}

.gallery img {
  border: 0px solid #FFF;
  display: block;
  max-width: 100%;
  height: auto;
}

.gallery .gallery-caption {
  margin-left: 0;
}


/* xs - phone */
@media (max-width: 767px) {

  .navbar-default {
    background-color: rgba(0,0,0,0.75);
    border-color: rgba(255,255,255,0.15);
  }
    
  .navbar-brand {
    padding: 8px 0px 6px 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }

  .navbar-brand img {
    height: 35px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }

  .navbar-default .navbar-right > li.lang {
    display: inline-block;
  }

  .navbar-default .navbar-right > li > a {
    padding-left: 35px;
  }

  .nav > li > a {
    padding: 10px 15px 10px 15px;
  }

  .navbar-default .navbar-right > li > a {
    font-size: 12px;   
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgba(0,0,0,0);
  }

  #bs-example-navbar-collapse-1 {
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    width: 100%;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, 
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    display: none;
    visibility: hidden;
  }

  .jumbotron {
    margin-top: 70px;
  }

  .jumbotron .h1, .jumbotron h1 {
    font-size: 35px;  
  }

  .jumbotron a.more-link {
    margin-top: 20px;
    margin-left:  0px;
    display: block;
    max-width: 125px;
  }

  .subpage-header h1 {
    padding-top: 75px;
    padding-bottom: 35px;
    font-size: 35px;
  }

  section#news {
    padding: 15px;
  }

  section#news h1 {
    margin-bottom: 35px;
    padding-top: 15px;
  } 

  .news-item {
    padding: 35px 15px;
  }

  .news-item h2 {
    padding-left: 15px;
    margin-left: -15px;
  }

  section#calculate h1 {
    text-align: center;
  }

  section#footer-info .footer-brand {
    padding-left: 0px;
    padding-top: 0px;
  }

  section#footer-info {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-content {
    padding-right: 15px;
  }

  .sidebar {
    padding-left: 15px;
  }

  .no-padding {
    padding: 0;
  }

  .footer-info-item {
    padding: 0px;
  }

  .footer-info-border {
    border-left: 0px;
    min-height: 100px;
  }

  .address-odmik {
    padding-left: 0px;
  }

  .address-wrap {
    padding-top: 10px;
  }

  address {
    margin-bottom: 5px;
  }

  footer .footer-links {
    text-align: left;
  }

  footer .footer-links a {
    padding-left: 0;
  }

  .form-inline .form-control {
    width: 70%;
    float: left;
    margin-right: 3px;
  }

  #map-canvas {
    padding-bottom: 50%;
    padding-top: 50%;
  }

  .contact .naslov {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;    
  }

  .contact .kontakt-form {
    padding-left: 15px;
    padding-right: 15px;  
  }

  .contact .kontakt-oseba {
    border-left: 2px solid #F77311;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;    
  }

  section#subpage table {
    font-size: 65%;
  }

  #subpage h2 {
    margin-top: 15px;
  }

  .reference .main-content {
    border-right: none;
    padding-right: 15px;
  }

}


/* sm - pad portlait */
@media (min-width: 768px) and (max-width: 991px) {

  .navbar-brand {
    padding: 13px 0px 11px 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }

  .navbar-brand img {
    height: 50px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }

  .nav > li > a {
    padding: 30px 8px 25px 8px;
  }

  .nav > li.lang-separator a {
    padding-left: 14px;
  }

  .nav > li:nth-child(7) a {
    padding-left: 14px;
  }  

  .nav > li:nth-child(6) a {
    padding-right: 14px;
  }

  .navbar-default .navbar-right > li > a {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .jumbotron, .container .jumbotron, .container-fluid .jumbotron {
    padding: 0px 50px;
  }

  .subpage-header h1 {
    padding-top: 115px;
    padding-bottom: 35px;
  }

  .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }

  section#news h1 {
    margin-bottom: 35px;
    padding-top: 0px;
  }

  .btn-wrap {
    margin-top: 60px;
  }

  .footer-info-item {
    padding: 15px;
  }

  .footer-info-border {
    border-left: 0px;
    min-height: 100px;
  }

  .no-padding {
    padding: 0;
  }

  .address-wrap {
    padding-top: 10px;
  }

  .address-odmik {
    padding-left: 15px;
  }

  .contact .kontakt-form {
    padding-left: 15px;
    padding-right: 15px;  
  }

  .txt-wrapper {
    padding: 15px;
  }

  .txt-wrapper p, .widget p {
    font-size: 90%;
  }

  .txt-wrapper ul li, .widget ul li {
    font-size: 85%
  }

  section#subpage table {
    font-size: 65%;
  }

}


/* md - small screen, pad landscape */
@media (min-width: 992px) and (max-width: 1199px) {

  .jumbotron, .container .jumbotron, .container-fluid .jumbotron {
    padding: 0px 50px;
  }

  .btn-wrap {
    margin-top: 60px;
  }

  .footer-brand img {
    margin-left: -42px;
  }

  .no-padding {
    padding: 0;
  }

  .address-odmik {
    padding-left: 15px;
  }

  .form-inline .form-control {
    width: 135px;
    display: inline;
  }

  #map-canvas {
    padding-bottom: 38%;
    padding-top: 37%;
  }

  .contact .kontakt-oseba {
    min-height: 240px;
  }

  .txt-wrapper p, .widget p {
    font-size: 90%;
  }

  .txt-wrapper ul li, .widget ul li {
    font-size: 85%
  }

}


/* lg - big screen */
@media (min-width: 1200px) {

  .gallery .gallery-item {
    padding-left: 15px;
  }

}








/* http://designcouch.com/home/why/2014/06/23/playing-with-hamburger-icon-animations/ */

#nav-icon {
  width: 27px;
  height: 10px;
  position: relative;
  margin: 2px auto;
  padding: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #F16621;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 5px;
}

#nav-icon span:nth-child(4) {
  top: 10px;
}

#nav-icon.open span:nth-child(1) {
  top: 0px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
