.close {
  display:block; width:18px; height:18px; position:fixed; top:8px; right:2%; background:url(../images/close2.png) no-repeat;
  text-shadow: 0 1px 0 #fff;
  opacity: .7; }
.close:hover, .close:focus {
 
    opacity: .9; }
.close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.-open {
  overflow: hidden; }

. {
  position: fixed;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: hidden;
  outline: 0;

  background: none rgba(0,0,0,0.8);
  z-index: 99999;
  }
  
.-open . {
    overflow-x: hidden;
    overflow-y: auto; }

.-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
 
  
}

.slider-pro{ padding:3%;}
.slider-pro img{margin:auto; display:block;}



..fade .-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%); }

@media screen and (prefers-reduced-motion: reduce) {
  ..fade .-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
		}

..show .-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
/*  //background-color: #fff;*/
  background-clip: padding-box;
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  /*border-radius: 0.3rem;*/
  outline: 0; }

.-backdrop {
  position: fixed;
  top: 35px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #272b2f; }
  .-backdrop.fade {
    opacity: 0; }
  .-backdrop.show {
    opacity: 1; }

.-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.-title {
  margin-bottom: 0;
  line-height: 1.5; }

.-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .-footer > :not(:first-child) {
    margin-left: .25rem; }
  .-footer > :not(:last-child) {
    margin-right: .25rem; }

.-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .-dialog {
    max-width: 100%;
    margin: 0; }
  .-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .-sm {
    /*max-width: 300px;*/ }
	}

