@charset "UTF-8";
/*
Theme Name: TAM Durabus
Theme URI: http://www.tam-durabus.eu
Author: noviSplet.com
Author URI: http://www.novisplet.com
Description: Unique template for TAM Durabus website.
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Elements
# Typography
# Content
  ## Header
  ## Content
  ## Footer
# Media Queries
  ## >= 480px
  ## >= 768px
  ## >= 992px
  ## >= 1200px
  ## >= 1600px
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700,300|Montserrat:400,700&subset=latin,latin-ext);
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html,
body {
  height: 100%;
}

a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn {
  padding: 14px 20px;
  font-family: "Montserrat", sans-serif;
  background: #005b98;
  color: #fff;
  font-size: 12.8px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn.square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
  background: #004776;
}

.section-title {
  text-align: center;
  margin-top: 70px;
  text-transform: uppercase;
}

.section-title:after {
  content: "";
  display: block;
  height: 8px;
  width: 100px;
  background: #005b98;
  margin: 30px auto;
}

.section-desc {
  text-align: center;
  margin-bottom: 2em;
}

.container-fluid.full-width {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}

.row-no-gutter {
  margin: 0;
}

.row-no-gutter [class*="col-"] {
  padding: 0;
}

.icon-title {
  color: #005b98;
  text-transform: uppercase;
  padding: 8px 0 8px 60px;
  margin-bottom: 30px;
}

.history {
  background: url("../images/history.png") no-repeat left center;
}

.interior {
  background: url("../images/interior.png") no-repeat left center;
}

.exterior {
  background: url("../images/exterior.png") no-repeat left center;
}

.layout {
  background: url("../images/layout.png") no-repeat left center;
}

.nav-tabs {
  border-bottom: none;
  text-transform: uppercase;
  margin-top: 20px;
}

.tab-content {
  margin-top: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #005b98;
  font-weight: 700;
  border: 1px solid #e6eaef;
  padding: 12px 15px 8px 15px;
  margin-top: -4px;
}

.nav-tabs > li > a {
  color: #68798d;
  border: 1px solid #e6eaef;
  margin-right: -1px;
  padding: 8px 15px;
  font-size: 16px;
}

.silver {
  color: #68798d;
}

.carousel-control {
  width: auto;
  top: 45%;
  opacity: 1;
}

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

.pas {
  padding-bottom: 30px;
}

.pas-top {
  padding-top: 30px;
}

.panel-title {
  font-family: "Titillium Web", sans-serif;
}

.panel-title > a {
  text-decoration: none;
}

.panel-heading {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.panel-title > a:before {
  font-family: FontAwesome;
  content: "\f068";
  color: #fff;
  background: red;
  margin: -10px 10px -10px -15px;
  padding: 15px 18px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.panel-title > a.collapsed:before {
  font-family: FontAwesome;
  content: "\f067";
}

#headingOne .panel-title > a:before {
  background-color: #1bb869;
}

#headingTwo .panel-title > a:before {
  background-color: #74d5c2;
}

#headingThree .panel-title > a:before {
  background-color: #45b4c7;
}

#headingFour .panel-title > a:before {
  background-color: #005b98;
}

#headingFive .panel-title > a:before {
  background-color: #004776;
}

.panel-default > .panel-heading {
  border-color: #e2ecf0;
  background-color: #fff;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.panel-body {
  font-size: 14.4px;
}
.panel-body ul {
  list-style: none;
}
.panel-body ul li {
  background: url("../images/arrow.png") no-repeat left center;
  padding-left: 30px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #68798d;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.5;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.15;
  color: #1e1e27;
  font-weight: 700;
}

h1 {
  font-size: 29.6px;
}

h2 {
  font-size: 25.6px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 17.6px;
}

p {
  margin-bottom: 1em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.navbar {
  font-family: "Montserrat", sans-serif;
  font-size: 17.6px;
  background-color: #fff;
  border: none;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100000;
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.navbar h1 {
  margin: 0;
}
.navbar .navbar-brand {
  height: 80px;
  padding: 15px;
}
.navbar .navbar-brand img {
  max-height: 50px;
}
.navbar .navbar-toggle {
  margin-top: 22px;
}
.navbar .navbar-toggle .icon-bar {
  background: #005b98;
}
.navbar .menu-large {
  position: static !important;
}
.navbar .megamenu {
  padding: 20px 0px;
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.navbar .dropdown-menu {
  padding: 0;
  font-size: 17.6px;
}
.navbar .dropdown-menu ul {
  padding: 0;
  list-style: none;
}
.navbar .dropdown-menu ul li {
  margin: 15px 0;
}
.navbar .dropdown-menu ul a {
  color: #1e1e27;
  text-transform: none;
}
.navbar .dropdown-menu ul a:hover {
  color: #005b98;
  text-decoration: none;
}
.navbar .dropdown-menu ul img {
  margin-right: 20px;
}
.navbar .dropdown-menu .divider {
  display: none;
}
.navbar .dropdown-header {
  font-size: 17.6px;
  color: #1e1e27;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px 0;
  margin-top: 20px;
}

.navbar-fixed-top .navbar-collapse {
  max-height: none;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100%;
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
  text-align: center;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-image: url("../images/hero-1.jpg");
}
.hero h2 {
  color: #005b98;
  font-weight: 700;
  font-size: 24px;
}
.hero h1 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 28.8px;
}
.hero .hero-content {
  padding-top: 90px;
  z-index: 100;
}
.hero .shortcuts {
  padding: 20px 15px 0 15px;
}
.hero .shortcuts ul {
  padding: 0;
}
.hero .shortcuts ul li {
  display: inline-block;
  margin: 15px 0;
}
.hero .shortcuts ul li img {
  max-width: 86px;
}
.hero .align-left {
  text-align: left;
}
.hero .bottom-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.hero.bottom-align {
  background-position: center bottom;
}

.subpage {
  text-align: center;
  padding: 115px 0 60px 0;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /*background-image: url("../images/hero-1.jpg");*/
}
.subpage h2 {
  color: #005b98;
  font-weight: 700;
  font-size: 24px;
}
.subpage h1 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 28.8px;
}
.subpage .breadcrumbs {
  font-size: 14.4px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.subpage .breadcrumbs a {
  color: #fff;
  margin: 0 10px;
}

.second-level {
  text-align: center;
  background: #005b98;
  padding: 25px 0;
}
.second-level .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.second-level .nav > li > a {
  color: #68798d;
  padding: 5px 10px;
}
.second-level .nav > li > a:focus, .second-level .nav > li > a:hover {
  background: none;
}
.second-level .nav > li > a:hover,
.second-level .nav > li.active > a {
  color: #fff;
}

.full-with-gutter {
  padding: 10px;
}

.types a {
  text-decoration: none;
}
.types h2 {
  margin: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: 273px 273px 0;
  -webkit-transform-origin: 273px 273px 0;
  transform-origin: 273px 273px 0;
  float: left;
  position: absolute;
  color: #fff;
  z-index: 1000;
  width: 546px;
  height: 64px;
  line-height: 64px;
  text-transform: uppercase;
}
.types h2 .arrow-box {
  position: relative;
  padding-left: 200px;
  background-color: #1e1e27;
}
.types h2 .arrow-box:after {
  top: 100%;
  left: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #1e1e27;
  border-width: 15px;
  margin-top: 0;
}
.types .overlay {
  background: rgba(0, 91, 152, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 30px 30px 100px;
  color: #fff;
}
.types .overlay p {
  margin-bottom: 0;
}
.types .electric:hover .overlay,
.types .airport:hover .overlay,
.types .coach:hover .overlay {
  opacity: 1;
}
.types .electric {
  background: url("../images/electric-bus.jpg") no-repeat center center;
  height: 535px;
}
.types .electric h2 {
  width: 535px;
  -ms-transform-origin: 268px 267px 0;
  -webkit-transform-origin: 268px 267px 0;
  transform-origin: 268px 267px 0;
}
.types .electric h2 .arrow-box {
  background: url("../images/strom.png") 110px 5px no-repeat #1e1e27;
}
.types .airport {
  background: url("../images/airport-bus.jpg") no-repeat center center;
  height: 546px;
}
.types .airport h2 .arrow-box {
  background: url("../images/vzlet.png") 110px 5px no-repeat #1e1e27;
}
.types .coach {
  background: url("../images/coach-bus.jpg") no-repeat center center;
  height: 546px;
}
.types .coach h2 .arrow-box {
  background: url("../images/tabla.png") 110px 5px no-repeat #1e1e27;
}

.purpose {
  text-align: center;
}

.accordion {
  width: 100%;
  height: 632px;
  overflow: hidden;
  margin-top: 50px;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 632px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li div a {
  display: block;
  height: 632px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 0;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  transition: all 200ms ease;
  background: rgba(0, 91, 152, 0.85);
}
.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div a h3 {
  text-overflow: clip;
  text-transform: uppercase;
  bottom: 0;
  position: absolute;
  color: #fff;
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  width: 100%;
  text-align: left;
  line-height: 50px;
}
.accordion ul li:nth-child(2) a,
.accordion ul li:nth-child(4) a,
.accordion ul li:nth-child(6) a {
  background: rgba(30, 30, 39, 0.85);
}
.accordion ul:hover li {
  width: 12%;
}
.accordion ul:hover li:hover {
  width: 40%;
}
.accordion ul:hover li:hover a {
  background: transparent;
}
.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion ul:hover li:hover a h3 {
  background: rgba(0, 91, 152, 0.85);
  text-align: center;
  line-height: 100px;
}
.accordion ul:hover li:hover:nth-child(2) a h3,
.accordion ul:hover li:hover:nth-child(4) a h3,
.accordion ul:hover li:hover:nth-child(6) a h3 {
  background: rgba(30, 30, 39, 0.85);
}

.accordion ul li:nth-child(1) {
  background-image: url("../images/accordion1.jpg");
}

.accordion ul li:nth-child(2) {
  background-image: url("../images/accordion2.jpg");
}

.accordion ul li:nth-child(3) {
  background-image: url("../images/accordion3.jpg");
}

.accordion ul li:nth-child(4) {
  background-image: url("../images/accordion4.jpg");
}

.accordion ul li:nth-child(5) {
  background-image: url("../images/accordion5.jpg");
}

.accordion ul li:nth-child(6) {
  background-image: url("../images/accordion6.jpg");
}

/* Accordion je edina zadeva, ki ni mobile first, ker bi bilo preve─Ź heavy narest ravno obratno - sori */
@media screen and (max-width: 767px) {
  .accordion {
    height: auto;
  }
  .accordion ul li,
  .accordion ul li div a {
    height: 300px;
    background: none;
  }
  .accordion ul li div a h3 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
    background: rgba(0, 91, 152, 0.85);
  }
  .accordion ul li:nth-child(2) a,
  .accordion ul li:nth-child(4) a,
  .accordion ul li:nth-child(6) a {
    background: none;
  }

  .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.cta {
  background: #005b98;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.cta .space {
  height: 10px;
}
.cta .btn {
  background: none;
  border: 1px solid #fff;
  margin: 5px;
  font-size: 16px;
}
.cta .btn:hover {
  background: #fff;
  color: #005b98;
}

.cta.cta-gray {
  background: #939393;
}

.advantages .carousel {
  margin-top: 50px;
}
.advantages .carousel .container {
  padding: 0;
}
.advantages .carousel-caption {
  text-shadow: none;
  position: relative;
  background: #005b98;
  right: auto;
  bottom: auto;
  left: auto;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.advantages .carousel-indicators {
  top: 0;
  bottom: auto;
  width: 96%;
  margin-left: -48%;
}
.advantages .carousel-indicators li {
  width: 50px;
  height: 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: 1px solid #cbc9cc;
  background: #cbc9cc;
}
.advantages .carousel-indicators .active {
  background: #005b98;
  border: 1px solid #005b98;
}

.news img {
  width: 100%;
}
.news .item {
  color: #fff;
  font-size: 14.4px;
  background: #005b98;
}
.news .item h3 {
  color: #fff;
  margin-top: 0;
}
.news .item .text {
  padding: 20px;
}
.news .item .btn {
  border: 1px solid #fff;
  background: none;
}
.news .item .btn:hover {
  background: #fff;
  color: #005b98;
}
.news .item:nth-child(2) {
  background: #004776;
}

.dealers #gmaps {
  height: 300px;
  width: 100%;
  margin-top: 50px;
}
.dealers #maps {
  width: 100%;
  height: 100%;
}

.dealers-top #gmaps {
  margin-top: 0;
}

.secondary-menu {
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1000;
  background: #fff;
  padding: 5px 0;
}

.secondary-menu > li {
  display: inline-block;
  margin: 2px;
}
.secondary-menu > li a {
  border: 1px solid #1e1e27;
  background: #fefefe;
  padding: 2px 5px;
  text-transform: uppercase;
  color: #1e1e27;
  display: inline-block;
  text-decoration: none;
  font-size: 13.6px;
}
.secondary-menu > li a:hover {
  text-decoration: none;
  border: 1px solid #005b98;
  background: #005b98;
  color: #fff;
}

.content-images {
  padding-top: 50px;
}
.content-images div {
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-image: url("https://placehold.it/900x600");
  background-position: center center;
}
.content-images .col-lg-12 {
  overflow: hidden;
}
.content-images .first {
  width: 100%;
}
.content-images .second {
  width: 35%;
}
.content-images .third {
  width: 65%;
}
.content-images .text {
  padding: 8% 14%;
  margin-bottom: 200px;
  background: #fff;
  color: #68798d;
  line-height: 1.5;
}
.content-images .text h3 {
  color: #005b98;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.configurator {
  padding-bottom: 60px;
}
.configurator .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  transition: all 300ms ease;
}
.configurator .overlay:hover {
  background: rgba(0, 91, 152, 0.85);
}
.configurator div {
  margin-bottom: 10px;
}
.configurator .first {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-image: url("../images/conf-1.jpg");
  max-height: 400px;
}
.configurator .second .half {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-image: url("../images/conf-2.jpg");
}
.configurator .second .bottom {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-image: url("../images/conf-3.jpg");
}
.configurator .third {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-image: url("../images/conf-4.jpg");
  max-height: 400px;
}
.configurator h4 {
  margin: 50px 0 20px 0;
  color: #fff;
}
.configurator .icon {
  margin-top: 80px;
}
.configurator .btn {
  margin-bottom: 30px;
  background: none;
  border: 1px solid #fff;
}
.configurator .btn.focus, .configurator .btn:focus, .configurator .btn:hover {
  background: #fff;
  color: #005b98;
}

.video h2 {
  display: none;
}

.gallery {
  text-align: center;
  padding-bottom: 70px;
}
.gallery .cetrt {
  width: 25%;
  float: left;
}
.gallery .cetrt img {
  width: 100%;
}
.gallery .pol {
  width: 50%;
  float: left;
}
.gallery .pol img {
  width: 100%;
}
.gallery .btn {
  margin: 40px auto;
  display: inline-block;
  background: #fff;
  border: 1px solid #2f2933;
  color: #2f2933;
}
.gallery .btn:hover {
  border: 1px solid #005b98;
  color: #005b98;
}

.events {
  background: #005b98;
  color: #fff;
  margin-bottom: 40px;
}
.events #slider {
  overflow: hidden;
}
.events .carousel-caption {
  text-align: left;
  padding-top: 120px;
  text-shadow: none;
  top: 20px;
}
.events img {
  width: 100%;
  opacity: 0.3;
}
.events h2 {
  color: #fff;
  line-height: 1.5;
}
.events .btn {
  border: 1px solid #fff;
}
.events .btn:hover {
  background: #fff;
  color: #005b98;
}
.events .carousel-control.left {
  background-image: none;
  width: 1%;
  left: -30px;
}
.events .carousel-control.right {
  background-image: none;
  width: 1%;
  right: -30px;
}
.events p {
  opacity: 0.7;
  line-height: 1.7;
}
.events p.date {
  opacity: 1;
  background: url("../images/date.png") no-repeat left center;
  padding-left: 34px;
}

.timeline .year {
  padding: 0 20px 20px 20px;
  font-size: 17.6px;
}
.timeline .year h4 {
  color: #005b98;
}
.timeline .bluedot {
  display: none;
}
.timeline .image {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.timeline .image img {
  width: 100%;
  margin-bottom: 10px;
}
.timeline .owl-buttons {
  text-indent: -9876px;
}
.timeline .owl-buttons div {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 140px;
}
.timeline .owl-buttons .owl-prev {
  background: url("../images/prev.png") no-repeat left center;
  left: 0;
}
.timeline .owl-buttons .owl-next {
  background: url("../images/next.png") no-repeat left center;
  right: 0;
}
.timeline .owl-buttons .disabled {
  display: none;
}

.novice {
  margin: 20px 0;
}
.novice .square {
  margin-bottom: 30px;
  font-size: 14.4px;
}
.novice .square h4 {
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 10px;
  font-size: 20.8px;
  margin-bottom: 20px;
}
.novice .square img {
  width: 100%;
}
.novice .more {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.sidebar {
  margin: 20px 0;
  position: relative;
  font-size: 14.4px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget ul {
  list-style: none;
  padding: 0;
}
.sidebar .widget ul li {
  padding: 14px 0;
  border-bottom: 1px solid #dee5e9;
  color: #a1b1bc;
}
.sidebar .widget ul li a {
  color: #a1b1bc;
}
.sidebar .widget ul li a:hover {
  color: #005b98;
}
.sidebar .widget ul li .post-num {
  float: right;
}
.sidebar .widget ul .active a,
.sidebar .widget ul li.active .post-num {
  color: #005b98;
}
.sidebar .search-field {
  width: 100%;
  border: 1px solid #d6e2ea;
  padding: 6px 15px;
  font-size: 16px;
}
.sidebar .search-submit {
  position: absolute;
  right: 10px;
  top: 3px;
  border: none;
  background: #fff;
}
.sidebar .search-submit i {
  color: #a1b1bc;
}
.sidebar .widget-title {
  font-size: 18.4px;
  color: #68798d;
  background: url("../images/title.png") no-repeat left center;
  padding-left: 25px;
}

#pages {
  clear: both;
  width: 100%;
  border-top: 1px solid #ecf0f1;
}

.pagination {
  font-size: 14.4px;
}

.pager {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 14.4px;
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 20px;
}
.pager li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 20px 7px 20px;
  border: 1px solid #a1b1bc;
  color: #a1b1bc;
}
.pager li a:hover {
  border: 1px solid #005b98;
  background: #005b98;
  color: #fff;
}

.single {
  font-size: 14.4px;
}
.single h1 {
  padding: 20px 0 60px;
  border-bottom: 1px solid #ecf0f1;
  color: #005b98;
}
.single .intro {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0 30px;
}

.share {
  margin-top: 30px;
}
.share ul {
  list-style: none;
  padding: 0;
  border: 1px solid #ecf0f1;
  float: left;
  width: 100%;
}
.share ul li {
  float: left;
  font-size: 22.4px;
  width: 45px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.share ul li a {
  color: #a1b1bc;
}
.share ul li a:hover {
  color: #005b98;
}
.share ul:before {
  font-family: FontAwesome;
  content: "\f1e0";
  color: #ecf0f1;
  line-height: 60px;
  width: 60px;
  text-align: center;
  float: left;
  background: #005b98;
  margin-right: 10px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  font-family: "Montserrat", sans-serif;
  background: #1e1e27;
  color: #a1b1bc;
  font-size: 14.4px;
}

#social {
  background: #005b98;
  color: #fff;
  text-align: center;
  line-height: 57px;
  font-weight: 700;
  font-size: 18.4px;
  letter-spacing: 2px;
}
#social p {
  margin: 9px 0;
}
#social a {
  margin: 0 10px;
}
#social .icons {
  margin-left: 20px;
}

#links {
  padding: 40px 0;
}
#links img {
  margin-bottom: 20px;
}
#links h4 {
  color: #fff;
  margin: 20px 0;
  font-size: 18.4px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#links ul {
  padding: 0;
}
#links li {
  border-bottom: 1px solid #243240;
  padding: 10px 0 10px 13px;
  position: relative;
  list-style: none;
}
#links li.airport {
  padding-left: 45px;
  background: url("../images/airport2.png") no-repeat left center;
}
#links li.coaches {
  padding-left: 45px;
  background: url("../images/coaches2.png") no-repeat left center;
}
#links li.electric {
  padding-left: 45px;
  background: url("../images/electric2.png") no-repeat left center;
}
#links li.airport:before,
#links li.coaches:before,
#links li.electric:before {
  content: '';
}
#links li:before {
  font-family: FontAwesome;
  content: "\f0c8";
  font-size: 40%;
  position: absolute;
  top: 16px;
  left: 0;
  color: #005b98;
}
#links a:hover {
  color: #fff;
}
#links .more {
  padding: 9px 0 9px 34px;
  background: url("../images/more.png") no-repeat left center;
  text-transform: uppercase;
  font-weight: 700;
}
#links .col-xs-6 {
  margin-top: 20px;
}

#copyright {
  background: #16161d;
  padding: 20px 0;
  font-size: 12px;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  line-height: 25px;
}
#copyright .izdelava {
  color: #fff;
  padding-right: 130px;
  background: url("../images/novisplet.png") no-repeat right center;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
 /*--------------------------------------------------------------
## >= 480px
--------------------------------------------------------------*/
@media screen and (min-width: 480px) {
  .hero h1 {
    font-size: 38.4px;
    margin-bottom: 30px;
  }
  .hero h2 {
    font-size: 25.6px;
  }
  .hero .shortcuts ul li {
    margin: 15px 0;
  }
  .hero .shortcuts ul li img {
    max-width: 97px;
  }

  .subpage h1 {
    font-size: 38.4px;
  }
  .subpage h2 {
    font-size: 25.6px;
  }

  .types h2 {
    height: 114px;
    line-height: 114px;
  }
  .types .overlay {
    padding: 30px 30px 30px 150px;
    font-size: 20px;
  }
  .types .electric h2 .arrow-box {
    background: url("../images/strom.png") 110px 30px no-repeat #1e1e27;
  }
  .types .airport h2 .arrow-box {
    background: url("../images/vzlet.png") 110px 30px no-repeat #1e1e27;
  }
  .types .coach h2 .arrow-box {
    background: url("../images/tabla.png") 110px 30px no-repeat #1e1e27;
  }

  .news .item .col-md-6 {
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
 /*--------------------------------------------------------------
## >= 768px
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .btn {
    padding: 22px 35px;
    font-size: 16px;
  }

  #navbar {
    padding-right: 15px;
  }

  .navbar {
    background-color: transparent;
    font-size: 12.8px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
  .navbar .navbar-brand {
    margin-top: 47px;
    height: 61px;
    padding: 0;
    position: absolute;
    left: 10px;
  }
  .navbar .navbar-brand img {
    max-height: 61px;
  }
  .navbar .nav .open > a, .navbar .nav .open > a:focus, .navbar .nav .open > a:hover, .navbar .nav > li > a:focus {
    background: none;
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    padding-left: 126px;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  .navbar .navbar-nav > li > a {
    padding: 68px 6px 17px 6px;
    color: #fff;
    margin-left: 1px;
    max-width: 105px;
  }
  .navbar .navbar-nav > li > a:hover {
    text-decoration: underline;
    background: none;
  }
  .navbar .navbar-nav > li.active > a {
    color: #005b98;
    text-decoration: underline;
  }
  .navbar .navbar-nav > li:last-child {
    position: absolute;
    right: 10px;
  }
  .navbar .navbar-nav > li:last-child a {
    background: url("../images/earth.png") no-repeat 7px 67px #005b98;
    padding-left: 32px;
  }
  /*
  .navbar .navbar-nav > li > a:after {
    font-family: FontAwesome;
    content: " \f107";
  }
  */
  .navbar .dropdown-menu {
    border: none;
    border-top: 2px solid #005b98;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .navbar .dropdown-menu .divider {
    display: block;
  }

  .hero h1 {
    font-size: 41.6px;
    margin-bottom: 40px;
  }
  .hero .shortcuts ul li {
    margin: 5px 0;
    display: block;
    float: right;
    clear: both;
  }
  .hero .row {
    display: flex;
    align-items: center;
  }
  .hero .hero-content,
  .hero .shortcuts {
    padding-top: 50px;
  }

  .subpage {
    padding: 155px 0 90px 0;
  }
  .subpage h1 {
    font-size: 41.6px;
  }
  .subpage h2 {
    text-transform: uppercase;
  }

  .second-level {
    padding: 35px 0;
  }

  .cta .btn,
  .news .btn {
    padding: 18px 28px;
  }

  .advantages .carousel-caption {
    position: absolute;
    right: 25%;
    bottom: 0;
    left: 0;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }

  #copyright {
    text-align: left;
  }
  #copyright .izdelava {
    float: right;
  }

  #links .col-xs-6 {
    margin-top: 0px;
  }

  .secondary-menu.scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  }

  .secondary-menu > li a {
    padding: 4px 12px;
    font-size: 16px;
  }

  .content-images .first {
    width: 37%;
  }
  .content-images .second {
    width: 21%;
  }
  .content-images .third {
    width: 42%;
  }

  .configurator div {
    margin-bottom: 0;
  }
  .configurator .first {
    width: 34%;
    float: left;
    margin-right: 2%;
    max-height: none;
  }
  .configurator .second {
    width: 28%;
    float: left;
  }
  .configurator .third {
    width: 34%;
    float: left;
    margin-left: 2%;
    max-height: none;
  }
  .configurator .bottom {
    margin-top: 20px;
  }
  .configurator h4 {
    text-transform: uppercase;
  }

  .video h2 {
    display: block;
    position: absolute;
    margin: auto;
    top: 60px;
    left: 0;
    right: 0;
    color: #fff;
  }

  .events #slider {
    overflow: visible;
  }
  .events .carousel-inner {
    margin: -30px 0;
  }
  .events .carousel-caption {
    position: relative;
    left: 0;
  }
  .events img {
    float: right;
    margin-left: 60px;
    width: auto;
    opacity: 1;
  }
  .events p {
    opacity: 0.4;
  }

  .novice {
    float: left;
    width: 72%;
    margin: 0;
  }
  .novice .square {
    float: left;
    width: 100%;
    padding: 0 30px 30px 0;
    margin-bottom: 0;
  }
  .novice .square .shadow {
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #ecf0f1;
    padding: 0 30px 10px 30px;
  }
  .novice .square .shadow .image {
    margin: 0 -30px 30px -30px;
  }

  .sidebar {
    float: left;
    width: 28%;
    margin: 0;
  }

  .single {
    padding-right: 30px;
  }
}
 /*--------------------------------------------------------------
## >= 992px
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 20px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 29.6px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  .navbar {
    font-size: 16px;
  }
  .navbar .navbar-brand {
    margin-top: 67px;
    height: 71px;
  }
  .navbar .navbar-brand img {
    max-height: 71px;
  }
  .navbar .navbar-nav > li > a {
    padding: 92px 10px 20px 10px;
    margin-left: 4px;
    max-width: none;
  }
  .navbar .navbar-nav > li:last-child > a {
    background: url("../images/earth.png") no-repeat 11px 91px #005b98;
    padding-left: 38px;
  }

  .hero h1 {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .hero h2 {
    font-size: 30.4px;
  }
  .hero .bottom-icon {
    display: block;
  }

  .subpage {
    padding: 200px 0 110px 0;
  }
  .subpage h1 {
    font-size: 48px;
  }
  .subpage h2 {
    font-size: 30.4px;
  }

  .second-level {
    padding: 45px 0;
  }
  .second-level .nav > li > a {
    padding: 5px 15px;
  }

  .types h2 {
    height: 164px;
    line-height: 164px;
  }
  .types h2 .arrow-box:after {
    border-left-color: #005b98;
    border-width: 40px;
    margin-top: 0;
    left: 55%;
  }
  .types .overlay {
    padding: 30px 50px 30px 230px;
    opacity: 0;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .types .electric h2 .arrow-box {
    background: url("../images/strom.png") 110px 56px no-repeat #005b98;
  }
  .types .airport h2 .arrow-box {
    background: url("../images/vzlet.png") 110px 56px no-repeat #005b98;
  }
  .types .coach h2 .arrow-box {
    background: url("../images/tabla.png") 110px 56px no-repeat #005b98;
  }
  .types .electric:hover h2 .arrow-box {
    background: url("../images/strom.png") 110px 56px no-repeat #1e1e27;
  }
  .types .airport:hover h2 .arrow-box {
    background: url("../images/vzlet.png") 110px 56px no-repeat #1e1e27;
  }
  .types .coach:hover h2 .arrow-box {
    background: url("../images/tabla.png") 110px 56px no-repeat #1e1e27;
  }
  .types .electric:hover h2 .arrow-box:after,
  .types .airport:hover h2 .arrow-box:after,
  .types .coach:hover h2 .arrow-box:after {
    border-left-color: #1e1e27;
  }

  .cta {
    font-size: 17px;
    padding: 55px 0;
  }
  .cta .btn {
    margin: 10px;
    padding: 20px 30px;
  }

  .advantages .carousel-caption {
    right: 40%;
    bottom: 10%;
    top: 10%;
    left: 0;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .advantages .carousel-inner > .item > a > img, .advantages .carousel-inner > .item > img, .advantages .img-responsive, .advantages .thumbnail a > img, .advantages .thumbnail > img {
    float: right;
    max-width: 66.6%;
  }
  .advantages .carousel-indicators {
    top: auto;
    bottom: 1%;
    left: 35px;
    margin-left: 0;
    width: auto;
  }

  .news .item .text {
    padding: 40px;
  }
  .news .item .arrow {
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 120px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #005b98;
  }
  .news .item:nth-child(2) .col-md-6:nth-child(1) {
    float: right;
  }
  .news .item:nth-child(2) .arrow {
    width: 0;
    height: 0;
    right: auto;
    left: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid #004776;
  }
  .news .btn {
    padding: 20px 30px;
  }

  .dealers #gmaps {
    height: 450px;
  }

  #social .icons {
    margin-left: 80px;
  }

  .nav-center {
    float: none;
  }

  .nav-center > li {
    float: none;
    display: inline-block;
  }
  .nav-center > li a {
    display: inline-block;
  }

  .full-with-gutter {
    padding: 20px;
  }

  .pas {
    padding-bottom: 40px;
  }

  .pas-top {
    padding-top: 40px;
  }

  .novice {
    width: 78%;
  }
  .novice .square {
    width: 50%;
  }
  .novice .square:nth-child(odd) {
    clear: both;
  }
  .novice .date {
    border-top: 1px solid #ecf0f1;
    padding-top: 10px;
    margin-top: 30px;
  }

  .sidebar {
    width: 22%;
  }

  .single {
    padding-right: 40px;
    font-size: 16px;
  }
  .single .intro {
    font-size: 18.4px;
  }
}
 /*--------------------------------------------------------------
## >= 1200px
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .navbar {
    text-transform: uppercase;
    font-size: 16px;
  }
  .navbar .navbar-nav > li > a {
    letter-spacing: 1px;
    margin-left: 12px;
    padding: 92px 10px 20px 10px;
  }
  .navbar .navbar-brand {
    left: 20px;
  }
  .navbar .navbar-nav > li:last-child {
    right: 20px;
  }

  .hero h1 {
    font-size: 64px;
  }
  .hero .shortcuts {
    padding-top: 70px;
  }
  .hero .shortcuts ul li {
    margin: 18px 0;
  }

  .subpage {
    padding: 250px 0 120px 0;
  }
  .subpage h1 {
    font-size: 51.2px;
  }
  .subpage h2 {
    font-size: 35.2px;
  }

  .second-level {
    padding: 55px 0;
  }
  .second-level .nav > li > a {
    padding: 5px 25px;
  }

  .full-with-gutter {
    padding: 30px;
  }

  .types .electric h2 {
    -ms-transform-origin: 453px 82px 0;
    -webkit-transform-origin: 453px 82px 0;
    transform-origin: 453px 82px 0;
    right: 0;
  }
  .types .electric h2 .arrow-box:after {
    bottom: 100%;
    left: 45%;
    top: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .types .electric .overlay {
    padding: 30px 230px 30px 50px;
  }

  .cta {
    padding: 65px 0;
  }
  .cta .space {
    display: inline-block;
  }
  .cta .btn {
    margin: 10px;
  }

  .advantages .carousel-caption {
    right: 55%;
    bottom: 15%;
    top: 15%;
    left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .advantages .carousel-caption h2 {
    margin-bottom: 20px;
  }
  .advantages .carousel-indicators {
    left: 40px;
    bottom: 4%;
  }
  .advantages .carousel-indicators li {
    width: 60px;
  }

  .news .item .text {
    padding: 60px;
  }

  .dealers #gmaps {
    height: 520px;
  }

  #social .icons {
    margin-left: 150px;
  }

  .secondary-menu > li a {
    padding: 6px 15px;
    font-size: 18.4px;
  }

  .configurator .bottom {
    margin-top: 30px;
  }

  .gallery {
    padding-bottom: 90px;
  }

  .events .carousel-control.left {
    left: -50px;
  }
  .events .carousel-control.right {
    right: -50px;
  }

  .pas {
    padding-bottom: 50px;
  }

  .pas-top {
    padding-top: 50px;
  }

/*  .novice {
    width: 82%;
  }
  .novice .square {
    width: 33.33%;
  }
  .novice .square:nth-child(odd) {
    clear: none;
  }
  .novice .square:nth-child(4),
  .novice .square:nth-child(7),
  .novice .square:nth-child(11) {
    clear: both;
  }*/


  .archive.category .main-content .novice {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .archive.category .novice .square {
    flex: 1 0 33.33%; /* 3 boxes in a row above 1200px */
    background-color: #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
  }

  @media (max-width: 1200px) {
    .novice .square {
      flex-basis: 50%; /* 2 boxes in a row between 1200px and 990px */
    }
  }

  @media (max-width: 990px) {
    .novice .square {
      flex-basis: 100%; /* 1 box in a row below 990px */
    }
  }

  .sidebar {
    width: 18%;
  }

  .single {
    padding-right: 50px;
  }
}
 /*--------------------------------------------------------------
## >= 1600px
--------------------------------------------------------------*/
@media screen and (min-width: 1600px) {
  .navbar {
    font-size: 17.6px;
  }
  .navbar .navbar-nav {
    padding-left: 0;
  }
  .navbar .navbar-brand {
    left: 60px;
  }
  .navbar .navbar-nav > li > a {
    padding: 92px 20px 20px 20px;
  }
  .navbar .navbar-nav > li:last-child {
    right: 60px;
  }

  .second-level .nav > li > a {
    padding: 5px 35px;
  }

  .full-with-gutter {
    padding: 60px;
  }

  .cta {
    font-size: 20px;
  }
  .cta .space {
    width: 50px;
  }
  .cta .btn {
    font-size: 22.4px;
    padding: 22px 35px;
  }

  .advantages .carousel-caption {
    right: 57%;
    bottom: 18%;
    top: 18%;
    left: 0;
    padding-left: 4%;
    padding-right: 4%;
  }
  .advantages .carousel-caption h2 {
    margin-bottom: 40px;
  }
  .advantages .carousel-indicators {
    left: 4%;
    bottom: 8%;
  }
  .advantages .carousel-indicators li {
    width: 70px;
  }

  .news .btn {
    padding: 22px 35px;
  }

  .dealers #gmaps {
    height: 670px;
  }

  #social .icons {
    margin-left: 250px;
  }

  .secondary-menu > li a {
    padding: 9px 25px;
    font-size: 22px;
  }

  .configurator {
    padding-bottom: 80px;
  }
  .configurator .bottom {
    margin-top: 35px;
  }

  .events .carousel-control.left {
    left: -80px;
  }
  .events .carousel-control.right {
    right: -80px;
  }

  .timeline {
    margin-top: 40px;
  }
  .timeline .year {
    width: 200%;
    height: 300px;
    border-bottom: 2px solid #68798d;
    border-left: 2px solid #68798d;
    padding: 0 40px;
  }
  .timeline .bluedot {
    display: block;
    width: 10px;
    height: 10px;
    background: #005b98;
    position: absolute;
    bottom: -4px;
    left: -4px;
  }
  .timeline .owl-item:nth-child(1) {
    margin-left: 5px;
  }
  .timeline .owl-item:nth-child(even) {
    margin-top: 310px;
  }
  .timeline .owl-item:nth-child(even) .bluedot {
    bottom: auto;
    top: -5px;
  }
  .timeline .owl-item:nth-child(even) .year {
    padding-top: 40px;
    border-bottom: none;
  }
  .timeline .image {
    float: left;
    max-width: 220px;
    margin-right: 30px;
  }
  .timeline .owl-buttons div {
    top: 284px;
  }

  .icon-title {
    margin-bottom: 40px;
  }

  .pas {
    padding-bottom: 60px;
  }

  .pas-top {
    padding-top: 60px;
  }

  .novice h4 {
    min-height: 70px;
  }

  .single {
    padding-right: 80px;
  }
}

/*# sourceMappingURL=style.css.map */
