html, body {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}

.sp-loading {
  text-align: center;
  max-width: 270px;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}

.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  background: #eee;
  border: 5px solid #eee;
  border-radius: 3px;
  position: relative;
  margin: 0 25px 15px 0;
  float: left;
  max-width: 300px;
}


.sp-thumbs {
  text-align: left;
  display: inline-block;
}

.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: .3;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.sp-thumbs a:hover {
  opacity: 1;
}

.sp-thumbs a:active, .sp-current {
  opacity: 1!important;
  position: relative;
}

.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.sp-large a img {
  max-width: 100%;
  height: auto;
}

.sp-large a {
  display: block;
}

.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
}

.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .9);
  z-index: 1031;
  display: none;
  cursor: pointer;
}

.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}

#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #ffffff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}

#sp-prev {
  left: 10px;
}

#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}

#sp-next {
  right: 10px;
}

#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px;
}

#sp-prev:hover, #sp-next:hover {
  background: #444;
}





body {
  margin: 0;
  font-family: Montserrat,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff;
}

.text-white{
  color: #0fe139
}

.block-home{
  height: 900px;
}
.text{
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Noto Sans SC';
  font-weight: 700;
    line-height: 1.55;
    letter-spacing: 2px;
    font-style: normal;
    vertical-align: middle;
}
.slogan{
  position:relative;
  left: 0px;
  /*border: 7px #fff;
  border-radius: 7%;
  border-style: solid;
  background-color: #444;
  opacity: 80%;*/
  width: 600px;
  height: 150px;
  text-shadow: 2px 2px #242424!important;
}

.text-info{
  
  font-family: 'Noto Sans SC';
  font-weight: 700;
    line-height: 1.55;
    letter-spacing: 2px;
    font-style: normal;
    vertical-align: middle;
}

.CBF1 {
  position: relative;
  width: 50%;
}

.overlayCBF {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #242424;
  
}
.CBF1:hover .overlayCBF {
  opacity: 1;
}
.textoverlay {
  color: rgb(0, 0, 0);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
a.linkoverlay:link{
  text-decoration: none;
  color: white!important;
}
a.linkoverlay:visited {
  text-decoration: none;
  color: white!important;
}
a.linkoverlay:hover {
  text-decoration: underline;
  color: white!important;
}

a.linkoverlay:active {
  text-decoration: underline;
  color: white!important;
}
.text-info{
  color :rgb(39, 153, 79), 0.765 !important;
}
.carousel-img{
  margin:auto;
}


@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }
  .slogan{
    position:relative;
    align-content: center;
    border: 7px #444;
    border-radius: 7%;
    border-style: solid;
    background-color: #444;
    opacity: 80%;
    width: 600px;
    height: 150px;
    font-weight: 400!important;
  }
}

@media screen and (max-width: 1000px) {
  #sp-prev, #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}
/*
.carousel{
  position: relative;
}
.carousel-indicators{
  position: absolute;
  top: 200px;
  left:-200px;
  height:105px;
  width: 100%; 
}
.carousel-indicators li{
  text-indent:0;
  display:inherit;
  float:left;
  width: 10%;
  height: 100px;
  margin:5px 0px;
}
.carousel-indicators li img{
  width: 95%;
  height: 100px;
  border:2px solid #CCCCCC;
  padding: 2px;
}
.carousel-indicators .active img{
  border:2px solid #04BEF5;
}
.carousel-indicators .active{
  margin:5px 0px;
  width: 10%;
  height: 100px;
}
.carousel-control.right,
.carousel-control.left{
  background-image: none;
}
@media screen and (min-width:320px) and (max-width:360px) {
  .carousel-indicators{
      top:115px;
      left:95px;
  }
  .carousel-indicators li img{
      width:95%;
      height:50px;
  }
  .carousel-indicators li{
      width:20%;
      height:50px;
  }
  .carousel-indicators .active{
      width:20%;
      height:50px;
  }
}
@media screen and (min-width:768px) and (max-width:980px){
  .carousel-indicators{
      top:240px;
      left:213px;
  }
}
*/
