/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
      
/* Особые стили для баннера "Вуз больших возможностей" */

img.lightbox_banner_background
{
  width: 100%;
}
div#lightbox_banner
{
  display: none;
  position: relative;
  width: 100%;
  min-width: 600px;
}
div#featured_static
{
  position: absolute;
  top: 0;
  width: 43%;
  width: 43.048%;
  z-index: 4;
}
div#featured_static img
{
  width: 100%;
}
div#lightbox_banner_container
{
  position: absolute;
  top: 0;
  width: 67%;
  width: 66.97%;
  margin-left: 33%;
  margin-left: 33.03%;
}
div#lightbox_banner_featured img
{
  /*width: 100%;
  height: 100%;*/
}
div#lightbox_banner_featured div.item
{
  position: relative;
}
div#lightbox_banner a.lightbox_banner_anchor
{
  display: inline-block;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  color: rgba(255,255,255,0);
}
div#lightbox_banner a.lightbox_banner_anchor div
{
  position: absolute;
  right: 0;
  width: 98%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
div#lightbox_banner a.lightbox_banner_anchor div.slide_header_1
{
  top: 78%;
  height: 16%;
}
div#lightbox_banner a.lightbox_banner_anchor div.slide_header_2
{
  top: 71%;
  height: 23%;
}
div#lightbox_banner a.lightbox_banner_anchor:hover div
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
div.owl-dots
{
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 1;
}
div.owl-dot
{
  display: inline-block;
}
div.owl-dot span
{
  width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
  box-shadow: 0px 1px 2px;
}
div.owl-dot.active span,
div.owl-dot span:hover
{
  background: #869791;
}