.screenWrap {background-color:#FFFFFF;height:100%;width:100%;left:0;top:0;overflow:hidden;position:fixed;z-index:22;display:none;}
.screenWrap.bigSize {height:80%;width:80%;left:10%;top:10%;}
.fadeScreen{position: fixed; width: 100%; height: 100%; background: #000; opacity: 0.8; filter: alpha(opacity=80); z-index: 11;}
.screenTitle {font-family: 'pf_dintext_prothin', 'Arial', sans-serif;font-weight: 200; font-size: 2.7em; line-height: 1em; display: block; position: absolute; z-index: 22; top: 34px; left: 10%; width: 80%; text-align: center;}
/* CLOSE */
.screenWrap .close {position:absolute;right: 36px;top: 0;z-index:13;padding-left:580px;}
.screenWrap .bgClose{float:right;}
.screenWrap .close a {margin: 26px 10px 10px;display: block;}
.screenWrap .backMainPage {display: block;font-size: 1.4em;font-weight: 500;line-height: 1em;padding-left: 45px;padding-top: 35px;position: absolute;text-decoration: none;z-index:12;width:250px;}
.screenWrap .backMainPage span {cursor: pointer;display: block;position: absolute;z-index: 2;height: 30px;width: 30px;left: 20px;top: 29px;}
/* CLOSE color */
.screenWrap .bgClose{background-color: #195779;}
.screenWrap .close a{background: url("../images/icons/icons.png") 5px -1243px no-repeat;height: 53px;width: 43px;}
.screenWrap .close:hover a{background-position:5px -1293px;}
/* white */
.screenWrap.white .bgClose{background-color: #fff;}
.screenWrap.white .close a{background-position: 5px -1143px;}
.screenWrap.white .close:hover a{background-position: 5px -1193px;}
/* close for presentation */
.screenPresentation.screenWrap .bgClose{background-color: #0655a4;}
.screenPresentation.screenWrap.white .bgClose{background-color: #fff;}

/* Browser Resets
*********************************/
.screen-container a:active,
.sliderWrap a:active,
.screen-container a:focus,
.sliderWrap a:focus  {outline: none;}
.screenSlides,
.screen-control-nav,
.screen-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.sliderWrap {margin: 0; padding: 0;}
.sliderWrap .screenSlides > li {display: none; height: 100%; width: 100%; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.sliderWrap .screenSlides img {height: 100%; width: auto; margin: 0 auto; display: block; position: relative; z-index: 1;}
.sliderWrap .screenSlides img.screenImageCenter {width: 100%; height: auto;}
.screen-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .screenSlides element */
.screenSlides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .screenSlides {display: block;}
* html .screenSlides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .screenSlides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.sliderWrap { background: #fff; position: absolute; width: 100%; height: 100%; bottom: 0; z-index: 11; zoom: 1; }
.screen-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .screen-viewport { max-height: 300px; }
.sliderWrap .screenSlides {  position: absolute; z-index: 1; height: 100%; width: 100%; top: 0; overflow:hidden; }
.carousel li { margin-right: 5px; }

/* Control Nav */
.screen-control-nav {width: 100%; position: absolute; z-index: 22; bottom: 4%; text-align: center;}
.screen-control-nav li {display: inline-block; zoom: 1; *display: inline;}
.screen-control-paging li {background: #000; cursor: pointer; text-indent: -9999px;border:1px solid transparent;border-radius: 50%;position: relative;top:2px;margin: 0 6px;}
.screen-control-paging li.screen-active{background: #fff;top:0;border:1px solid #000;}
.screen-control-paging li a {display:block;position:relative;width: 12px; height: 12px;}
.screen-control-paging li.screen-active a{width: 16px; height:16px;}

/* for Presentation */
.screenPresentation .screen-control-paging li { width: 7px; height: 7px; background: #174c98; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; position: relative; top: 2px; }
.screenPresentation .screen-control-paging li.screen-active { background: none; border: 1px solid #174c98; width: 9px; height: 9px; cursor: default; top: 0;  }
.screenPresentation .screen-control-paging li a {display:block;position:relative;width:19px;height:31px;top:-10px;left:-4px;}
.screenPresentation .screen-control-paging li.screen-active a {width:21px;height:33px;}

/* white navigation */
.white .screen-control-paging li {background: #fff;}
.white .screen-control-paging li.screen-active {border: 1px solid #fff;}

.screen-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.screen-control-thumbs li {width: 25%; float: left; margin: 0;}
.screen-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.screen-control-thumbs img:hover {opacity: 1;}
.screen-control-thumbs .screen-active {opacity: 1; cursor: default;}

/* Direction Nav */
.screen-direction-nav {width: 100%; display: block;}
.screen-direction-nav li a {position: absolute; z-index: 11; top: 0; left: 0; width: 100%; height: 93%; cursor: pointer;
background: url(':|'); /* хак для IE8; поднимаем приоритет ссылки над картинкой */
}
.screen-direction-nav li a.screen-disabled{cursor: default;}
.screen-direction-nav li a.screen-prev { display: none;  }

/* выравнивание элементов по центру по вертикали
*********************************/
.childContainer { width: 100%; height: 100%; text-align: center; }
.childContainer.active, .helperContainer {
  display: -moz-inline-block;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
.helperContainer {
  width: 0;
  height: 100%;
}