/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; 
  border-radius: 0.0rem!important;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}



/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
  	width: 100%!important;
		box-shadow: none;
    overflow: hidden;
    background-color: rgba(39,39,39,1.0);
    border:0px!important;
    padding:0rem!important;
    margin:0!important;  
    }
.flexslider {zoom: 1; position: relative; z-index: 2; background: none; border: none; height: calc(100vw / 0.70)!important; max-height: 100vh; background-size: cover; background-position: center center; background-color: var(--bila); border:0px solid #000!important;}

/*.flexslider .slides img {
  width:auto!important;
  height:100vh;
  -moz-user-select: none;
  margin-top: 0rem!important;
  filter: grayscale(100%) contrast(120%);
  }
  */

@media (orientation: landscape) {

.flexslider { zoom: 1; position: relative; z-index: 2; background: none; border: none; height: calc(100vw / 0.70)!important; max-height: 100vh; background-size: cover; background-position: center center; background-color: var(--bila); border: 0px solid #000!important;}

/*
.flexslider .slides img {
  width:100%;
  max-width:none!important;
  height:auto!important;
  min-height: 90vh;
  -moz-user-select: none;
  margin-top: 0rem!important; 
  filter: grayscale(100%) contrast(120%);
  }
*/  
}


.flexslider .slides {
  zoom: 1; 
  margin-left: 0rem!important;     
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;   
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 0px;
  position: relative;  
}
.flexslider .flex-direction-nav {
  *height: 0px!important;
 position: relative;
 display: none; 
}
.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  padding:15px 20px 20px 15px;
  margin: 0px;
  position: absolute;
  margin-top: -30%!important;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0,0,0,0.3);
  color: #FFF;
}
.flexslider .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  font-weight:300;
  display: inline-block;
  content: '\f104';
  
  color: rgba(255, 255, 255, 1.0);
  
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: '\f105';
  padding:0px 0px 0px 0px;
  color: #FFF;
}
.flexslider .flex-direction-nav .flex-prev {
  opacity: 0.0;
  left: 20px!important;
}
.flexslider .flex-direction-nav .flex-next {
  opacity: 0.0;
  text-align: right;
  right: 20px!important;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 50px!important;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
  background-color: rgba(0,0,0,0.7);
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 50px!important;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
  background-color: rgba(0,0,0,0.7);
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  display: none;
  width: 96%;
  position: absolute;
  bottom: 0%;
  text-align: center!important;
  z-index: 100000000000;
  margin:auto!important;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
 }

 /*.flex-control-paging {display: block;}*/
.flex-control-paging li a {
  width: 18px;
  height: 3px;
  display: block;
  background: #fff;
  background: var(--cervena);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.0rem;
  -moz-border-radius: 0.0rem;
  border-radius: 0.0rem;
  
}
.flex-control-paging li a:hover {
  background: #fff;
  background: var(--text);
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
 

.button_y1 { background-color: rgb(0,153,255)!important; border-radius: 0.1rem; padding:1rem 2rem }
.button_y1:hover { background-color: rgb(0,102,255)!important; border-radius: 0.1rem; padding:1rem 2rem}


.flexslider2 {
	width: 100%!important;
    margin: 0;
	box-shadow: none;
    overflow: hidden;
    background-color: rgba(39,39,39,1.0);
    border:0px!important;
    padding:0rem!important;
    margin:0!important;
    
    }

.flexslider2 {zoom: 1; position: relative; z-index: 2; background: none; border: none; background-color: var(--bila); height: calc(100vw/3)!important; max-height: calc(100vw/3)!important; min-height: 60rem!important; text-align: center;}

.flexslider2 .slides {
  zoom: 1;
  text-align: center!important;
  width: 100%!important;
  overflow: hidden;
  height: calc(100vw/3);
  min-height: 60rem!important;
  border: 0.0rem solid #000!important;  
}

.flexslider2 .slides li {
  margin-right: 0px;
  max-width: 100%!important;
  overflow: hidden;
  display: block;
  height: calc(100vw/3);
  max-height: calc(100vw/3)!important;
  min-height: 60rem!important;
  background-size: cover!important; background-position: center center!important; background-repeat: no-repeat;
  border: 0.0rem solid blue;
  filter: grayscale(0%);
    -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  }

@media screen and (max-width: 2200px) {
                                      }

@media screen and (max-width: 1600px) {
                                      }

@media screen and (max-width: 992px) {
                                     }

@media screen and (max-width: 800px) {.flexslider2 {position: relative; z-index: 2; background: none; border: none; height: calc(100vw/1)!important; background-size: cover; background-position: top center;  min-height: 60rem!important; max-height: 60rem!important;}
                                      .flexslider2 .slides  {height: calc(100vw / 1)!important;  min-height: 60rem!important; max-height: 60rem!important;}
                                      .flexslider2 .slides li {height: calc(100vw / 1)!important;  min-height: 60rem!important; max-height: 60rem!important;}
                                     }

/******************************/

.flexslider3 {zoom: 1; position: relative; z-index: 2; background: none; border: none; background-color: var(--bila); height: calc(100vw/4)!important; max-height: 45rem!important; min-height: 42rem!important; text-align: center; border: 0.0rem solid blue;}

.flexslider3 .slides {
  zoom: 1;
  text-align: center!important;
  width: 100%!important;
  overflow: hidden;
  height: calc(100vw/4);
  min-height: 42rem!important;
  max-height: 45rem!important;
    
}

.flexslider3 .slides li {
  margin-right: 0px;
  max-width: 100%!important;
  overflow: hidden;
  display: block;
  height: calc(100vw/4);
  max-height: 45rem!important;
  min-height: 42rem!important;
  background-size: cover!important; background-position: center center!important; background-repeat: no-repeat;
  filter: grayscale(0%);
    -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border: 0.0rem solid red!important;
  padding:0rem!important;
  }

@media screen and (max-width: 2200px) {
                                      }

@media screen and (max-width: 1600px) {
                                      }

@media screen and (max-width: 992px) {
                                     }

@media screen and (max-width: 992px) {.flexslider3 {position: relative; z-index: 2; background: none; border: none; height: calc(100vw/1)!important; background-size: cover; background-position: top center;  min-height: 85rem!important; max-height: none!important;}
                                      .flexslider3 .slides  {height: calc(100vw / 1)!important;  min-height: 85rem!important; max-height: none!important;}
                                      .flexslider3 .slides li {height: calc(100vw / 1)!important;  min-height: 85rem!important; max-height: none!important;}
                                     }

