/* Block JmsPopup */
.jms-popup-content {
  text-align: center;
  padding: 25px 60px;
}
.jms-popup-content #newsletter_block_left .block_c_right .alert {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.jms-popup-content h2 {
  font-size: 24px;
  letter-spacing: -1px;
  padding: 0 20px;
  line-height: 1.2;
  margin-bottom: 19px;
}
.jms-popup #social_block ul{
  text-align: center;
  margin-top: 0;
}
.jms-popup #social_block a {
  width: 37px;
  height: 37px;
  border: 0;
  font-size: 19px;
  margin: 0 2.5px;
  border-radius: 8px;
}
.jms-popup #social_block {
  padding: 17px 0 19px;
  text-align: center;
  background: #141414;
  border: 2px solid #fff;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.jms-popup #social_block h3{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1px;
  padding-bottom: 16px;
}
.jms-popup-content .text-1 {
  color: #8f8f8f;
  margin-bottom: 47px;
  letter-spacing: -0.3px;
}
.jms-popup #newsletter_block_left {
  margin-bottom: 10px;
  padding: 0;
  margin-top: 18px;
}
.jms-popup .alert.alert-danger{
  padding: 0;
}
.jms-popup {
  width: 510px;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: #fff;
}
.jms-popup .addon-title .text-1{
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
line-height: 1.64;
}
.jms-popup .addon-title .text-2{
  font-size: 40px;
  font-weight: 600;
  color: #222;
  margin-bottom: 22px;
}
.jms-popup .addon-title span {
  font-size: 13px;
  color: #858585;
  display: block;
  line-height: 1.3;
  margin-top: 13px;
}
.jms-popup input {
	border:1px solid #ececec;
	margin-bottom:13px;
}
.jms-popup .btn-popup {
  background: transparent;
  font-size: 16px;
  display: block !important;
  width: 18px;
  color: #141414;
}
.jms-popup p {
	line-height:26px;
}
.jms-popup-overlay > .jms-popup > h2 {
	font-weight: bold;
    margin: 0 0 30px;
    text-align: center;
	text-transform:uppercase;
	font-size:24px;
}
.jms-popup-overlay > .jms-popup img {
  width: auto;
  max-width: 100%;
}
.jms-popup-content .img-popup {
  margin-bottom: 59px;
  margin-top: 12px;
}
.jms-popup-overlay .image-left{
  float: left;
  width: 48.5%;
}
.jms-popup-overlay .ct-right{
  float: left;
  width: 51.5%;
}
.jms-popup-overlay .popup-close {
  cursor: pointer;
  display: block;
  float: right;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 16px;
  width: 24px;
  border-radius: 50%;
}
.jms-popup-overlay {
	display: block;	
	background-color: rgba(0, 0, 0, 0.5);  
	height: 100%;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.dontshow {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
#dontshowagain {
  position: relative;
  top: 7px;
  left: 0px;
  margin-bottom: 18px;
}
.dontshow input,
.dontshow > div {
	display:inline-block;
    line-height: 30px;
    margin-right: 9px;
    padding-top: 8px;
}
.dontshow label {
  display: inline-block;
  letter-spacing: 0;
  line-height: 30px;
  color: #858585;
}
.btn-popup,
.jms-popup-content .newsletter-btn.btn-active{
  display: none;
}
.jms-popup-content .textnews_h1.addon-title {
    display: none;
}
.jms-popup-content .ct-right{
  padding-left: 0;
}
.jms-popup-content #newsletter_block_left .form-group {
  border: 0;
  display: flex;
  border-radius: 0;
  padding: 0;
  margin-bottom: 13px;
  margin-top: 25px;
}
.jms-popup-content  .block_c_right .newsletter-input , .jms-popup-content .newsletter-btn.buttonh1{
    width: 100%;
}
.jms-popup-content .newsletter-btn.buttonh1{
    background: #111 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px;
    height: 55px;
    line-height: 42px;
}
.textnews_popup.addon-title > h2 {
    font-weight:500;
    font-size: 30px;
}
.textnews_popup.addon-title > span {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    width: 76%;
}
.jms-popup-content .block_c_right #newsletter-input {
  font-size: 12px;
  height: 35px;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 0;
}
.input_popup::-webkit-input-placeholder {
  color: #777 !important;
  font-size: 13px !important;
  letter-spacing: 0;
}
.input_popup::-moz-placeholder {
  color: #777 !important;
  font-size: 13px !important;
  letter-spacing: 0;
}