/*section.main-header {
  background-image: url("../img/bg/tempos-header.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:400px;
  height: 100%;
  /*margin-top:-56px;*/
/*}*/

/* main header */

html, body {
    height: 100%;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.fullscreen-bg {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    height:100%;
    margin-bottom:60px;
}

.fullscreen-bg .tempos-inner {
  z-index:100;
  margin-top:14%;
}

.fullscreen-bg .tempos-inner h1 {
  margin-bottom:32px;
}

.fullscreen-bg .tempos-inner .hsContainer {
  z-index: 10;

}

.padding-top-120 {
  padding-top:120px;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index:-1;
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../video/tempos.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}

a {
  color:#2e4070;
}

.navbar-collapse {
  float:right;
}

section.main-header .bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;;
	width: 100%;
  position: relative;
  overflow: hidden;
}

section.main-header .hsContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}

section.main-header h1 {
  margin-bottom:20px;
}

section.main-header .hsContent {
  max-width: 700px;
	position: absolute;
	left: 50%;
	top: 50%;
  bottom: 200px;
	top: auto;

}

section.main-header .bcg {
  background-image:url('../img/bg/tempos-header.jpg');
  margin-top:-60px;


}
section.main-header .hsContent {
  bottom: 200px;
  top: auto;
}



/* Each section padding-top for menu overlaping*/
section {
  padding-top:60px;
  padding-bottom:60px;
}

section#dejavnosti {
  background-color:#eee;
  max-width:100%;
  overflow:hidden;
}

section#ekipa {

  max-width:100%;
  overflow:hidden;
}

section#reference {
  background-color:#eee;
  max-width:100%;
  overflow:hidden;
}



section#tempos {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

section#tempos h1 {
  font-weight: 400;
  color:#fff;
  font-size: 100px;
  /*padding-top:10%;*/
  text-shadow:
	1px 1px 0 #CCC,
	2px 1px 0 #CCC, /* end of 2 level deep grey shadow */
	2px 2px 0 #444,
	3px 3px 0 #444,
	4px 4px 0 #444,
	5px 5px 0 #444; /* end of 4 level deep dark shadow */

}
section#tempos h1 span {

}


section#tempos p {
  font-weight: 400;
  color:#fff;
  font-size: 30px;
  text-shadow:
  0px 0px 0 #CCC,
	1px 1px 0 #CCC, /* end of 2 level deep grey shadow */
	2px 1px 0 #444,
	2px 2px 0 #444,
	3px 3px 0 #444,
	4px 4px 0 #444; /* end of 4 level deep dark shadow */
}

section#tempos a.btn {
  margin-top: 24px;
  box-shadow:
	0px 0px 5px #000;
  letter-spacing: 0.8px;
  background-color:#2e4070;
  border: none;
  font-weight: 600;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 14px 30px;
  border-radius: 0;
  font-size: 20px;
  border-bottom:4px solid #172653;
}

section#tempos a.btn i {
  font-size:14px;
  margin-left:5px;
}

.navbar-default {
  background: rgb(255,255,255);
  background: rgba(255,255,255,1);
  box-shadow: 0 1px 10px rgb(50,50,50);
  box-shadow: 0 1px 10px rgba(50,50,50,.4);
  border-bottom:none;
}

.navbar-default .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.navbar-default .navbar-nav > li > a {
  color:#666;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-weight: 600;
}

.navbar-brand {
  float: left;
  height: 60px;
  padding: 14px 20px;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav.navbar {
  height:60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #2f3f70;
  border-bottom:5px solid #2f3f70;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color:transparent;
  border-bottom:5px solid #2f3f70;
  color:#2f3f70;
}

.nav li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom:5px solid #fff;
}

section:focus {outline:0;}

h1 {
  text-align: center;
  font-weight: 300;
  font-size: 38px;
  margin-bottom:50px;
  color:#2e4070;
}

p.lead {
  font-size:22px;
}

.dejavnosti {
  text-align:center;
}

.dejavnosti .iconn img {
  margin:0 auto;
  max-width:90px;
  margin-top:20px;
}

#dejavnosti .animated .row img {
  opacity:0.7;
}

#dejavnosti .animated:hover .row img {
  opacity:1;
}

#dejavnosti .animated:hover {
  cursor: pointer;
}

#dejavnosti .modal h4 {
  color: #2e4070;
}

.dejavnosti h2 {

  font-weight: 400;
  font-size: 23px;
  margin-bottom: 30px;
  color:#444
}

.dejavnosti p {
  font-size:18px;
}

.navbar-brand img {
  max-width:140px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project {
  background-color: #eee;
  max-width: 100%;
  height:100%;
  margin-bottom:30px;
}


.project .img_ {

}


.project .text_ {
  padding:30px;
}

.project .text_ h2 {
  font-weight: 400;
  font-size: 23px;
  color:#444;
  margin:0;
  padding:0;
  margin-bottom:20px;
}

.ekipa {
  min-height:300px;
  position: relative;
}

.ekipa .inner {
  background-color:#eee;
  min-height:300px;
  box-shadow: 0px 0px 10px rgb(0,0,0);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.ekipa .ime {
  background-color:rgb(0,0,0);
  background-color:rgba(0,0,0,0.6);
  position: absolute;
  bottom:20px;
  color:#fff;
  font-weight: 400;
  font-size: 23px;
  padding:10px 20px;
  margin-left:20px;
}

.ekipa .inner.janez-novak {
  background-image:url("../img/team/janez-novak.jpg");
  background-size: cover;
  background-position: top center;
}

.padding-bottom-100 {
  padding-bottom:100px;
}

#googlemaps {
  height:400px;
  margin-left:-15px;
  margin-right:-15px;
}

form input, form textarea {
  width:100%;
  padding:15px;
  margin-bottom:15px;
  border:1px solid #ccc;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}

form input[type="submit"] {
  letter-spacing: 0.8px;
  background-color:#2e4070;
  border: none;
  font-weight: 600;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  padding: 14px 30px;
  border-radius: 0;
  font-size: 20px;
  border-bottom:4px solid #172653;
  color:#fff;
}

.contact-section {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}

.contact-section div {
  margin-bottom:100px;
  text-align: center;
}

.contact-section div strong {
  font-weight: 400;
  font-size: 23px;
  color:#2e4070;
}

.contact-section i {
  color:#2e4070;
  font-size:30px;

}

.margin-bottom-80 {
  margin-bottom:80px;
}

section#footer {
  background-color:#2e4070;
  color:#fff;
  margin-top:-60px;
  padding-bottom:0;
}

.copy-footer {
  font-size:12px;
}

section#footer .copy {
  background-color:#172653;
  padding-top:15px;
  padding-bottom:15px;
  margin-top:60px;
  color:#ccc;
  opacity:0.7;
}

section#footer .copy a {
  color:#ccc
}


ul.footer-list {
  list-style-type: none;
  padding-left:0;
  margin-bottom: 0;
}

ul.footer-list li a, section#footer p {
  color:#fff;
  font-weight: 300;
  font-size: 18px;
}

ul.footer-list li, section#footer p {
  margin-bottom:6px;
}

ul.footer-list li.last, section#footer p.last {
  margin-bottom:0px;
}

img.footer {
  max-height:20px;
  width:auto;
}

.bold {
  font-weight:600 !important;
}



nav.navbar.top {
  height:80px;
}


nav.navbar.top ul li a {
  padding-top: 30px;
  padding-bottom: 25px;
}

nav.navbar.top .navbar-brand img {
  max-width: 180px;
  height:auto;
}

nav.navbar.top .navbar-brand {
  height:80px;
  padding: 19px 20px;
}

.dejavnosti-new {
  border:1px solid silver;
  text-align: center;
  margin-bottom:30px;
  box-shadow: 0 0 8px rgb(0,0,0);
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  background-color:#fff;
  border-radius: 4px;
  overflow: hidden;
}

.dejavnosti-new:hover {
  cursor: pointer;
}

.dejavnosti-new:hover  img  {
  transform: scale(1.03);
}

.dejavnosti-new img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.dejavnosti-new h2 {
  font-weight: 400;
  font-size: 23px;
  margin-top: 30px;
  margin-bottom: 30px;
  color:#2e4070;
  line-height:28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width : 992px) {
  .dejavnosti-new h2 {
    min-height: 84px;
  }
}

.dejavnosti-new p {
  font-size:18px;
  margin-top:15px;
}

.ekipa .opis {
  opacity:0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  padding:20px;
  margin-right:15px;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
  color:#fff;;
  height:100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.ekipa .ime {
  line-height: 20px;
}

.ekipa .ime span {
  font-size:14px ;
}

.ekipa .naziv {
  font-weight: 400;
  font-size: 23px;
  margin-top: 15px;
  color: #444;
  text-align: center;
}

.ekipa .naziv .mail {
  font-size:16px;
  font-weight: 300;
}

.ekipa .naziv .mail .icon {
  font-size:16px;
  color:#2e4070;
  vertical-align: -1px;
  margin-right: 3px;
}

.sort-destination .isotope-item {
    min-width: 1px;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    border: 1px solid #DDD;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 8px rgb(0,0,0);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

#ekipa .thumb-info:hover  .thumb-info-wrapper {
    transform: scale(1.03);
}

#ekipa .thumb-info-caption-text {
  max-height:56px;
  overflow: hidden;
}

#ekipa .link-holder {
  width:100%;
  margin-bottom:0;
  text-align: center;
  height: 13px;
}

#ekipa .thumb-info-type.link {
  color:#fff;
  margin-top:1px;
  float: none;
  cursor: pointer;
}

#ekipa .thumb-info-type.link i {
    font-size: 8px;
    margin-left: 2px;
    color:#fff;
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
    margin: 4px;
    overflow: hidden;
    display: block;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumb-info .thumb-info-wrapper::after {
    content: "";
    background: rgba(23, 23, 23, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.thumb-info img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
}

.thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(23, 23, 23, 0.8);
    bottom: 10%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 2;
    max-width: 90%;
}

.thumb-info .thumb-info-inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.thumb-info .thumb-info-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.thumb-info .thumb-info-type {
    background-color: #CCC;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px -2px;
    padding: 2px 9px;
    text-transform: none;
    z-index: 2;
}

.thumb-info .thumb-info-type {
    background-color: #2e4070;
}

.thumb-info-caption {
    padding: 10px 0;
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    margin: 0 0 8px;
    padding: 10px;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.thumb-info-social-icons {
    border-top: 1px dotted #DDD;
    margin: 0;
    padding: 15px 10px;
    display: block;
}

.thumb-info-social-icons i {
    padding: 10px 8px;
}


.thumb-info-social-icons a {
    background: #CCC;
    background-color: rgb(204, 204, 204);
    border-radius: 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.thumb-info-social-icons a {
    background-color: #2e4070;
    color:#fff;
}

.thumb-info-social-icons a:hover {
    text-decoration: none;
}

.thumb-info-social-icons a span {
    color:#2e4070;
    margin-left:10px;
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* Mobile view */

/* Small Devices, Tablets */
@media only screen and (max-width : 904px) {

  nav.navbar.top {
    height:60px;
  }

  nav.navbar.top ul li a, .navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  nav.navbar.top .navbar-brand img {
    max-width: 140px;
    height:auto;
  }

  nav.navbar.top .navbar-brand {
    height:60px;
    padding: 14px 20px;
  }

  button.navbar-toggle {
    border:none;
    padding: 13px 10px;
  }

  button.navbar-toggle:hover, button.navbar-toggle:focus {
    border:none;
    background-color:transparent !important;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color:#2e4070;
    height:3px;
    width:24px;
  }

  .navbar-default .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none;
  }

  ul.navbar-nav {
    background-color: #fff;
    margin:0;
    border-top:3px solid #ccc;
    border-bottom:3px solid #ccc;
  }

  .nav li a {
    border-bottom:1px solid #eee;
  }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    border-bottom:1px solid #eee;
  }

  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    border-bottom:1px solid #eee;
  }

  .navbar-collapse {
    min-width:100%;
  }

  .navbar-collapse {
    float:none;
    margin-left:-15px;
    margin-right:-15px;
    padding:0;
    margin-top:-1px;
  }

  #return-to-top {
    display:none !important;
  }

  .dejavnosti-new:hover, .thumb-info:hover {
    transform: none;
  }

  .contact-section div {
    margin-bottom:44px;
  }

  .copy .col-md-4 {
    float:none;
    text-align:center;
    margin-bottom:10px;
  }

  .copy .col-md-4.last {
    margin-bottom:0px;
  }

  .copy .col-md-4 img {
    margin:0 auto;
    margin-bottom:15px;
  }

  #footer .col-md-2, #footer .col-md-4 {
    text-align:center;
    margin-bottom:15px;
  }

  #footer .col-md-4.last {
    margin-bottom:0;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .thumb-info .thumb-info-title {
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 18px;
  }

  .hsContainer {
    top:160px !important;
  }

  .hsContainer h1 {
    font-size:64px !important;
  }

  section#tempos p {
    font-size:26px;
  }

  section#tempos a.btn {
    font-size:14px;
    box-shadow: 0px 0px 2px #000;
  }

  section#tempos a.btn i {
    font-size: 11px;
    margin-left: 2px;
}

}

/* footer about company tablet fix */
@media only screen and (min-width : 768px) and (max-width : 991px) {
  #footer .col-md-4.col-sm-12.last {
    margin-top:30px;
  }

  nav.navbar.top {
    height:60px;
  }

  nav.navbar.top ul li a, .navbar-nav > li > a {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    line-height: 25px;
  }

  nav.navbar.top .navbar-brand img {
    max-width: 140px;
    height:auto;
  }

  nav.navbar.top .navbar-brand {
    height:60px;
    padding: 14px 20px;
  }
}

/* between tablet and mobile view menu fix - smaller */
@media only screen and (min-width : 768px) and (max-width : 866px) {
  .nav > li > a  {
    padding: 10px 10px;
  }
}



/* Timeline */
section.timeline {
	position: relative;
	padding-bottom: 120px;
}

section.timeline .container .row .col-md-12 .timeline-body:after {
	background: #505050;
	background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
	background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: 80px;
	width: 3px;
	z-index: 0;
	filter: alpha(opacity=35);
	opacity: 0.35;
}

section.timeline .thumb-info {
  border:none;
  margin-bottom:0;
  box-shadow:none;
  box-shadow: none;
}

section.timeline .thumb-info .description {
  padding:15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #333;
  display:none;
}

span.open {
  cursor: pointer;
}

section.timeline a:hover {
  text-decoration: none;
}

section.timeline .timeline-date {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	position: relative;
	display: block;
	clear: both;
	width: 200px;
	height: 45px;
	padding: 5px;
	border: 1px solid #E5E5E5;
	margin: 0 auto 10px;
	text-shadow: 0 1px 1px #fff;
	border-radius: 4px;
	background: #FFF;
	z-index: 1;
}

section.timeline .timeline-date h3 {
	display: block;
	text-align: center;
	color: #2e4070;
	font-size: 16px;
	line-height: 32px;
  margin:0;
  margin-top:2px;
  font-weight: 600;
}

section.timeline .timeline-title {
	background: #F4F4F4;
	padding: 12px;
}

section.timeline .timeline-title h4 {
	padding: 0;
	margin: 0;
	color: #171717;
	font-size: 1.4em;
}

section.timeline .timeline-title a {
	color: #171717;
}

section.timeline .timeline-title .timeline-title-tags {
	color: #B1B1B1;
	font-size: 0.9em;
}

section.timeline .timeline-title .timeline-title-tags a {
	color: #B1B1B1;
	font-size: 0.9em;
}

section.timeline .timeline-box {

	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin: 20px 10px 10px 10px;
	padding: 4px;
	position: relative;
	width: 45.7%;
	float: left;
	z-index: 1;
	margin-bottom: 30px;
	background: #FFF;
}

section.timeline .timeline-box.left {
	clear: both;
}

section.timeline .timeline-box.left:before {
	background: none repeat scroll 0 0 #2e4070;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #2e4070;
	content: "";
	display: block;
	height: 7px;
	margin-right: -9px;
	position: absolute;
	right: -6.8%;
	top: 22px;
	width: 8px;
}



section.timeline .timeline-box.left:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #FFF;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	right: -8px;
	top: 20px;
	width: 14px;
	z-index: 0;

}

section.timeline .timeline-box.right {
	clear: right;
	float: right;
	right: -1px;
	margin-top: 40px;
}

section.timeline .timeline-box.right:before {
	background: none repeat scroll 0 0 #2e4070;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #2e4070;
	content: "";
	display: block;
	height: 7px;
	margin-left: -7px;
	position: absolute;
	left: -7.2%;
	top: 32px;
	width: 8px;
}

section.timeline .timeline-box.right:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #FFF;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	left: -8px;
	top: 30px;
	width: 14px;
	z-index: 0;
}

section.timeline .thumb-info-type i {
  font-size: 8px;
  margin-left: 2px;
}

section.timeline .timeline-box .owl-carousel {
	border-radius: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}

/* Responsive */
@media (max-width: 1199px) {
	section.timeline .timeline-box.left:before {
		right: -6.2%;
	}

	section.timeline .timeline-box.right:before {
		left: -6.7%;
	}
}

@media (max-width: 991px) {
	section.timeline .timeline-box {
		float: none;
		clear: both;
		right: auto;
		left: auto;
		margin: 25px auto;
		max-width: 70%;
		width: auto;
	}

	section.timeline .timeline-box.right {
		float: none;
		clear: both;
		right: auto;
		left: auto;
		margin: 25px auto;
		max-width: 70%;
		width: auto;
	}

	section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
		display: none;
	}
}

@media (max-width: 767px) {
	section.timeline {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 575px) {
	section.timeline {
		width: auto;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	section.timeline .timeline-box {
		margin: 15px auto;
		max-width: 90%;
	}

	section.timeline .timeline-box.right {
		margin: 15px auto;
		max-width: 90%;
	}

	article.post-large {
		margin-left: 0;
	}

	article.post-large .post-image, article.post-large .post-date {
		margin-left: 0;
	}
}

#home {
   bottom: 0;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   background: url(polina.jpg) no-repeat;
   min-height: 720px;
  }
 #bgvid {
   min-width: 100%;
 }


 /* Video wrap */
 .bv-video-wrap {
   width: 100%;
   height: 100%;
   /* Please note this is only required if you with to add the
   '.bv-video-wrap--ready' class on the 'onReady' event */
   display: none;
 }

 .bv-video-wrap--ready {
   display: block;
 }

 .bv-video-wrap::before {
   /* Optional overlay */
   content: '';
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.5);
   z-index: 10;
 }

 /* Video object */
 .bv-video {
   width: 100%;
   height: 100%;
 }

 .referenca {
   box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding: 15px;
    border: 1px solid #E5E5E5;
    margin: 0 auto 10px;
    text-shadow: 0 1px 1px #fff;
    border-radius: 4px;
    background: #FFF;
    z-index: 1;
    color: #2e4070;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    cursor:pointer;
 }

 .referenca .inner {
   font-size: 18px;
   font-weight:300;
   color: #333;
   line-height: 1.4;
   display:none;
   padding-top:15px;
   cursor:default;
 }

 .navigation {
   text-align: center;
 }

 a.button-ref {
   	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
   	position: relative;
    display:block;
   	width: 200px;
   	height: 45px;
   	padding: 5px;
   	border: 1px solid #E5E5E5;
   	margin: 0 auto;
   	text-shadow: 0 1px 1px #fff;
   	border-radius: 4px;
   	background: #FFF;
   	z-index: 1;
    float:left;
    text-align: center;
  	color: #2e4070;
  	font-size: 16px;
  	line-height: 32px;
    margin:0;
    margin-top:2px;
    font-weight: 600;
    margin-right:5px;
    margin-bottom:15px;
 }

  a.button-ref:hover {
    text-decoration:none;
  }

  a.button-ref:focus {
    text-decoration:none;
  }

  a.button-ref.active {
    background:#2e4070;
    color:#fff;
    text-shadow: none;
  }

  .panells .panell {
    display:none;
  }

  .panells .panell.active {
    display:block;
  }

  .team {
    margin-bottom:60px;
  }

  .team.last {
    margin-bottom:20px;
  }

  .team h2 {
      font-weight: 600;
      font-size: 23px;
      margin-top: 0px;
      margin-bottom: 5px;
      color: #2e4070;
  }

  .team h2 span {
    font-weight: 400;
    font-size: 21px;
  }

  .team .title1 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
  }

  .team .mail {
    font-size: 16px;
  }

  .team .mail i {

    vertical-align: -2px;
    margin-right: 6px;
  }

  .team .description {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 300;
    line-height: 1.4;
  }

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

nav.navbar ul li.dropdown a {
    
}
nav.navbar ul li.dropdown a.drop {
  
}
nav.navbar ul li.dropdown ul.dropdown-menu {
  display:none;

}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color:#fff;
}
nav.navbar ul li.dropdown:hover ul.dropdown-menu {
  display:block !important;
}
.dropdown-menu > li > a {
  padding: 0px 22px;
}
.dropdown-menu {
  min-width: 0;
}

.carrot-down {
  margin-left:2px;
  font-size: 10px;
  color:#2f3f70 !important;
}

.referenca .delete {
  float:right;
}

.referenca .expand {
  float:right;
  margin-right: 2px;
  margin-top: 1px;
}

.referenca .delete img, img.expand, img.drag {
  width:auto;
  height:16px;
}

span.subtitle {
  text-shadow: 0 1px 1px #fff;
  color: #2e4070;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.desktopview {
        display: block !important;
    }

    .mobileview {
        display: none !important;
    }

@media (max-width: 904px) {

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .desktopview {
        display: none !important;
    }

    .mobileview {
        display:block !important;
    }
}

.modal-body p.lead {
  font-size: 18px;
}

.team img {
  margin:0 auto;
}

.gallery {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}

.clear {
  clear:both;
}