.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus{
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav{
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider a img{
	outline: none;
	border: none;
}

.flexslider{
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*чистим положение слайдов*/

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%;}

/* Стили для слайдера */

.flexslider {
	position: relative;
	zoom: 1;
	/*padding: 10px;
	background: #fff;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);*/
}

.flex-container{
	min-width: 300px;
	/*max-width: 960px;*/
	max-width: 980px;
}

.flexslider .slides { zoom: 1; }

/* кнопки навигации */

.flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    /*background-color: #82d344;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
    background-image: -webkit-linear-gradient(top, #82d344, #51af34);
    background-image: -moz-linear-gradient(top, #82d344, #51af34);
    background-image: -o-linear-gradient(top, #82d344, #51af34);
    background-image: linear-gradient(to bottom, #82d344, #51af34);*/
}

.flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 39px;
    height: 59px;
    top: 11px;
    left: 11px;
    background: url(http://oranta-vrn.ru/wp-content/themes/oranta/slider/arrows_my.png) no-repeat;
}
 
.flex-direction-nav a:after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 35px;
}

.flex-direction-nav .flex-next {
    right: -5px;
 
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
 
.flex-direction-nav .flex-prev {
    left: -5px;
 
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
 
.flex-direction-nav .flex-next:before 
{ 
	background-position: -40px 0;
	/*background-image: url(http://oranta-vrn.ru/wp-content/themes/oranta/slider/right1.png);
	background-repeat: no-repeat;*/
	left: -18px; 
}
.flex-direction-nav .flex-prev:before 
{ 
	background-position: 0 0; 
}
	
 
.flex-direction-nav .flex-next:after {
    right: 0;
    /*border-bottom: 5px solid transparent;
    border-left: 5px solid #31611e;*/
}
 
.flex-direction-nav .flex-prev:after {
    left: 0;
    /*border-bottom: 5px solid transparent;
    border-right: 5px solid #31611e;*/
}

.flexslider .flex-control-nav {
    /*position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;*/
	
	margin: 0 430px;
    position: absolute;
    top: 380px;
	
}

.flex-control-nav li {
	float: left;
}
 
.flex-control-nav li a{
    display: inline-block;
    zoom: 1;
	
	 background: url("http://oranta-vrn.ru/wp-content/themes/oranta/img/ellipse.png") no-repeat scroll 0 0 transparent;
    /*display: block;*/
    float: left;
}

.flex-control-nav li a:hover{
	background: url("http://oranta-vrn.ru/wp-content/themes/oranta/img/ellipse_hover.png") no-repeat scroll 0 0 transparent;
}
 
.flex-control-paging li a {
    /*display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #b6b6b6 \9;
 
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
 
    -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
    -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
    box-shadow: inset 0 0 0 2px #b6b6b6;*/
	
	 padding: 15px;
	 text-decoration: none;
	 text-indent: -9999px;
	 cursor: pointer;
	
}


 
.flex-control-paging li a.flex-active {
    /*background-color: #82d344;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
    background-image: -webkit-linear-gradient(top, #82d344, #51af34);
    background-image: -moz-linear-gradient(top, #82d344, #51af34);
    background-image: -o-linear-gradient(top, #82d344, #51af34);
    background-image: linear-gradient(to bottom, #82d344, #51af34);
 
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;*/
	
	/*background: url(http://oranta-vrn.ru/wp-content/themes/oranta/img/ellipse_hover.png) no-repeat;*/
	background: url("http://oranta-vrn.ru/wp-content/themes/oranta/img/ellipse_hover.png") no-repeat scroll 0 0 transparent;
	
}





.flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
 
    background-color: #222222;
    background: rgba(0,0,0, .9);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
/*
     FILE ARCHIVED ON 19:08:41 Jan 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:10:28 Jan 31, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.694
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.021
  esindex: 0.011
  cdx.remote: 27.812
  LoadShardBlock: 187.758 (3)
  PetaboxLoader3.datanode: 124.841 (5)
  PetaboxLoader3.resolve: 270.206 (3)
  load_resource: 299.727 (2)
*/