.navbar {
  background-color: #fff;
  margin-bottom: 0;
}
.navbar > .navbar {
  background-color: #fff;
  margin-bottom: 0;
}
.nav > li > a {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.6px;
  line-height: 50px;
  
  max-width: 10em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.section_header {
  text-transform: uppercase;
  font-size: 42px;
  padding-bottom: 4px;
}
.section_header::after {
  content: "";
  width: 160px;
  height: 3px;
  display: block;
  position: absolute;
  left: -40px;
  bottom: 0px;
}
.section_subheader {
  font-size: 22px;
  text-transform: uppercase;
}
.section_content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.carousel-caption h1 {
  text-transform: uppercase;
  font-size: 72px;
  font-weight: bold;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-caption p {
  font-size: 24px;
}
.carousel-caption .btn {
  margin-left: 10px;
  margin-right: 10px;
}
.btn .fa {
  padding-left: 5px;
  padding-right: 5px;
}

.page-header {
  padding-bottom: 9px;
  margin: 10px 0;
  border-bottom: none;
}

.feature_item {
  padding-bottom: 30px;
}
.product_item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .carousel-caption h1 {
    font-size: 52px;
  }
  .carousel-caption p {
    font-size: 16px;
  }
}
.navbar-brand > img {
  width: auto;
  height: 30px;
}

.dropdown-menu > li > a{
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.6px;
  line-height: 50px;
  max-width: 15em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown-menu{
  height: 300px;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .navbar-brand > img {
    width: auto;
    height: 25px;
  }
  
  ul.nav.navbar-nav, ul.nav.navbar-nav.navbar-right{
    height: 200px;
    overflow-x: scroll;
  }
  .dropdown-menu{
    height: auto;
    overflow: hidden;
  }
  .dropdown-menu > li > a{
    line-height: 50px !important;
    max-width: 100%;
  }

  ul.nav.navbar-nav > li > a {
    max-width: 100%;
    margin: 5px 0;
  }

  ul.nav.navbar-nav a:hover, ul.nav.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background: #e7e7e7;
  }

  ul.nav.navbar-nav > li > a:hover:after {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .section_content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.feature_item > img {
  width: 160px;
}
.section_more {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}

.media-play {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
  position: relative;
  /* Fade animation */
  -webkit-transition: background 300ms ease-in 200ms; 
  -moz-transition: background 300ms ease-in 200ms;
  -o-transition: background 300ms ease-in 200ms;
  transition: background 300ms ease-in 200ms;
}

.img-rounded {
  border-radius: 3px;
}
.btn {
  border-radius: 3px;
  margin-right: 10px;
}
a.btn.btn-default, a.btn.btn-default:hover, a.btn.btn-default:active, a.btn.btn-default:focus,
a.btn.btn-default * , a.btn.btn-default:hover *, a.btn.btn-default:active *, a.btn.btn-default:focus * {
  color: #333;
}

a.btn.btn-default .fa {
  line-height: 30px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.media-play-wide {
  width: 100px;
  height: 60px;
  display: block;
  border-radius: 3px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('assets/img/mockup_01.jpg');
  overflow: hidden;
}
.media-play-wide::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section_color {
  background-color: #329f43;
}
.section_color .section_header,
.section_color p,
.section_color h1,
.section_color h2,
.section_color h3,
.section_color h4,
.section_color h5,
.section_color h6,
.section_color .h1,
.section_color .h2,
.section_color .h3,
.section_color .h4,
.section_color .h5,
.section_color .h6 {
  color: #fff;
}
.section_footer {
  background-color: #4e4e4e;
}
.shadow {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}
.shadow:hover {
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.5);
}
.section_paragraph {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 30px;
  font-size: 16px;
}
.feature_item > p {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 30px;
  font-size: 16px;
}
.section_paragraph--narrow {
  line-height: 24px;
}
.media-body {
  font-size: 16px;
  line-height: 24px;
  padding: 17px 0;
}
.media-heading {
  font-size: 20px;
}
.section_paragraph--italic {
  font-style: italic;
}
.section_content--gray {
  background-color: #fbfbfb;
}
.gallery_item {
  padding-bottom: 20px;
}
.modal-dialog {
  width: 600px;
}
.footer_header {
  color: #fff;
  font-size: 18px;
}
.footer_header span {
  font-size: 14px;
}
.section_dark {
  background: #464646;
}
.section_testimonials {
  min-height: 550px;
}

.nav li:first-child a {
  color: #333;
}

.dropdown-menu > li {
  width: 100%;
}
.nav li{
  padding-right: 0;
}
/*TODO: the same for info gadget and gadgets with lots of text*/
.about_us_paragraph{
  display: -webkit-box;
  -webkit-line-clamp: 19;
  -webkit-box-orient: vertical; 
  text-overflow: ellipsis;
  max-height: 360px;
  overflow: hidden;
}

.info_paragraph{
  max-height: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.navbar-right a{
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.navbar-right > li > a:hover{
  /*max-width: 35em;*/
  overflow: visible;
  color: transparent;
}

.navbar-right > li > a:hover:after {
  content: attr(data-title);
  position: absolute;
  z-index: 9;
  padding: 15px;
  left: 0;
  top: 0;
  background: #e7e7e7;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}


.li-arrow-right{
  background-image: url(assets/img/next.png);
  background-repeat: no-repeat;
  background-size: 4%;
  background-position: right;
  transition: all 0.3s ease;
}

.li-arrow-right > a{
  display: block;
  text-decoration: none;
  color: #555 !important;
}

.navbar-placeholder:first-child{
  display: none !important;
}
.navbar .navbar-default{
  position: relative;
}
.application-banners--item{
  border-radius: 5px;
}
.section_subheader{
  max-height: 3.3em;
  overflow: hidden;
}

.pull-right{
  font-size: 150%;
}


.list_contacts li:before{
  background-position: -46px 0;
}

li.contact-type_phone:before {
    background-position: -46px -45px;
}

li.contact-type_email:before {
    background-position: -1.5px -319px;
}
a:active {
  outline: none;
}
a:focus{
  outline: none;
}
.navbar{
  border: none;
}

.bootstrap-datetimepicker-widget *{
  color: #000;
}
.glyphicon.glyphicon-calendar{
  color: #555;
}

.youtube-modal-wrap{
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  background-color: rgba(60,60,60,0.8);
  z-index: 9999;
}
.youtube-modal-content{
  position: fixed;
  margin-top: 10%;
  margin-left: 25%;
}
.youtube-modal-close{
  background-image: url('assets/img/close.png');
  width: 27px;
  height: 27px;
  float: right;
}
li.radio-item:before{
  background-position: -46px -137px;
}
li.radio-item.played:before {
  background-position: -1px -136px;
}    
.btn-center-noty{
  margin-right: 40%;
}
.location-dropdown{
  margin-top: 20px;
}
.base-loading{
  background-image: url(/themes/wuni/stylesheets/assets/img/loading.gif);
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 210px;
}
.left-submit-btn{
  float: right;
  margin-right: 0;
}
.list-group a, .list-group a i{
  color: #555 !important;
}