/*******************************************************
  SP FooterLinks Module Style
********************************************************/
#newsletter_block_home{
	margin: 0;
}
#newsletter_block_home .newsletterDesc {
    margin-bottom: 25px;
    font-size: 12px;
    font-family: Arial;
    color: #222;}
#newsletter_block_home .newsletterTitle{
    font-size: 26px;
    color: #fff;
    display:block;
    font-weight: bold;
}
  .lang-rtl #newsletter_block_home .newsletterDesc {
    float: right; }
#newsletter_block_home .newsletterForm {
	display: table-cell;
    width: 100%;
    vertical-align: top;
   }
#newsletter_block_home .newsletterForm .form-group {
	display: table;
	width: 100%;
	margin:0;
}

#newsletter_block_home .newsletterForm .form-group .button i{
  color: #fff;
}
#newsletter_block_home .newsletterForm .form-group.form-error input, #newsletter_block_home .newsletterForm .form-group.form-ok input {
  background-image: none; }
#newsletter_block_home .newsletterForm .form-group .newsletter-input {
	color: #ccc;
    height: 45px;
	padding: 0 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
	border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
}
#newsletter_block_home .newsletterForm .form-group .newsletter-input::-webkit-input-placeholder{color: #ccc;}
#newsletter_block_home .newsletterForm .form-group .newsletter-input:-moz-placeholder{color: #ccc;}
#newsletter_block_home .newsletterForm .form-group .newsletter-input::-moz-placeholder{color: #ccc;}
#newsletter_block_home .newsletterForm .form-group .newsletter-input:-ms-input-placeholder {color: #ccc;}
#newsletter_block_popup {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1300; }
  #newsletter_block_popup:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    opacity: 0.85; }
  #newsletter_block_popup .newsletter_close {
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    width: 28px;
    height: 28px;
    color: white;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    opacity: 1;
    box-shadow: 0px 0px 5px #444;
    text-align: center;
    background: #222; }
  #newsletter_block_popup .block_content {
    padding: 0;
    position: fixed;
    left: calc(50% - 455px);
    top: calc(50% - 250px);
    z-index: 11;
    width: 910px;
    height: 500px;
    background: url(../../../assets/img/bg_popup.jpg) center center no-repeat;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
	border: solid 15px #fff; }
    #newsletter_block_popup .block_content .content-inner {
      height: 100%;
      float: right;
      width: 370px;
      display: block;
      text-align: center;
      position: relative;
      padding-top: 90px;
      margin-right: 20px; }
      #newsletter_block_popup .block_content .content-inner h3.newstitle{
		font-size: 257.14%;
		text-transform: uppercase;
		font-weight: 500;
		color: #222;
	  }
      #newsletter_block_popup .block_content .content-inner .newsDesc {
		padding: 20px 0 30px;
		font-size: 100%;
		color: #545454;
	  }
      #newsletter_block_popup .block_content .content-inner form {
        width: 100%; }
      #newsletter_block_popup .block_content .content-inner .form-group {
        margin: 0;
        position: relative;
        background: transparent; }
        #newsletter_block_popup .block_content .content-inner .form-group .newsletter-input {
		    height: 44px;
			padding: 0 20px;
			width: 100%;
			border: 1px solid #ddd;
			max-width: 900px;
			background: #fff;
			background-clip: padding-box;
			text-align: center;
			margin-bottom: 20px;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px; }
		  #newsletter_block_popup .block_content .content-inner .form-group .newsletter-input:placeholder{ color: #444;}
		#newsletter_block_popup .block_content .content-inner .form-group .btn {
			width: 100%;
			height: 44px;
			text-transform: uppercase;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			background: #444;
			color: #fff;
			font-size: 14px;
			margin-bottom: 20px;
		}
		  
      #newsletter_block_popup .block_content .content-inner .msg{margin-bottom: 30px;}
	  #newsletter_block_popup .block_content .content-inner .msg .ckmsg {
        display: inline-block;
		vertical-align:top;
		margin: 3px; }
      #newsletter_block_popup .block_content .content-inner .msg label {
        display: inline-block;
		vertical-align:top;
        font-weight: 500;
        font-size: 12px;
		margin: 0;
        color: #444; }
  #newsletter_block_popup ::-webkit-input-placeholder {
    color: #777;
    opacity: 1; }
  #newsletter_block_popup :-moz-placeholder {
    /* Firefox 18- */
    color: #777;
    opacity: 1; }
  #newsletter_block_popup ::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
    opacity: 1; }
  #newsletter_block_popup :-ms-input-placeholder {
    color: #777;
    opacity: 1; }
  #newsletter_block_popup .social {
    display: none; }

/* ************************************************************************************************
	RESPONSIVE
************************************************************************************************ */
@media (min-width: 992px) and (max-width: 1199px) {
  #newsletter_block_popup .block_content {
    width: 740px;
    left: calc(50% - 370px); }
    #newsletter_block_popup .block_content .content-inner {
      width: 330px; } }
@media (max-width: 991px) {

  #newsletter_block_popup {
    display: none; } }
@media (max-width: 767px) {
  #newsletter_block_home .newsletterDesc,
  #newsletter_block_home .newsletterForm {
    width: 100%;
    text-align: center; }
}
