* html #exestylepopupdiv {position:absolute;}
#exestylepopupdiv {z-index: 999999;display:block; top:0px; left:0px; width:100%; height:100%; position:fixed; }
#exestylepopup {background-color:#ffffff;}
.exestylepopup {
  position: fixed;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  padding: 30px 30px 30px 30px;
  color: #4f524d;
  background-color: white;
box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.1);
  border-radius: 5px;
  width: 450px;
}

h2.upozor{font-size:24px; font-weight: bold;text-align: center;}
.col-md-1up{flex: 0 0 auto;width: 70px;padding-top:35px;}
.col-md-11up{flex: 0 0 auto;width: 80%;padding-top:25px;font-size: 14px;}
#popupleto{}
.popup-cover{text-align: center;}
.popup-close {
line-height: normal;
  padding: 12px 48px;
  padding-right: 48px;
  padding-left: 48px;
  margin-top: 30px;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: normal;
  background: transparent;
  position: relative;
  border-width: 2px;
  outline: none;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  text-decoration: none;
background: #4acdd5;
  border: #4acdd5;
  color: #fff;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.popup-close:hover {background: #ff6799;border: #ff6799;color: #fff;border-radius: 20px;}
.col-md-11up a{color: #e05744;text-decoration: none;}
.col-md-11up a:hover{color: #e05744;text-decoration: none;}


@media only screen and (max-width : 1140px) {}
@media only screen and (max-width : 1020px) {}
@media only screen and (max-width : 980px) {}
@media only screen and (max-width : 800px) {}
@media only screen and (max-width : 450px) {
.exestylepopup {width: 95%;}
.col-md-11up{width: 75%;}
}

@media only screen and (max-width : 330px) {
.col-md-11up{width: 70%;}
}
@media only screen and (max-width : 280px) {
.col-md-11up{width: 60%;}
}

