/*******************************************************
  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;
    text-transform: uppercase;
    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 .input{
		display: table-cell;
		vertical-align: top;
		width: 100%;
  }
   #newsletter_block_home .newsletterForm .form-group .btn {
		display: table-cell;
		vertical-align: top;
		border: none !important;
		overflow: visible;
		width: auto;
		margin: 0;
		cursor: pointer;
		height: 40px;
		line-height: 40px;
		white-space: nowrap;
		font-size: 100% !important;
		text-transform: uppercase;
		font-weight: 600;
		position: relative;
		padding: 0 20px !important;
		color: #fff !important;
		text-decoration: none !important;
	}
  #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 {
        padding: 0 10px;
        border: none;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        color: #444;
        font-size: 13px;
        width: 100%;
        font-weight: normal;
		}
	#newsletter_block_home .newsletterForm .form-group .newsletter-input:placeholder,
	#newsletter_block_home .newsletterForm .form-group .newsletter-input:-ms-input-placeholder{color:#444;}


.footer-topv4 #newsletter_block_home .newsletterDesc {
  color: #fff;
  height: 40px;
  line-height: 40px; }
  .footer-topv4 #newsletter_block_home .newsletterDesc span {
    color: #fff; }
.footer-topv4 #newsletter_block_home .newsletterForm .form-group {
  float: right;
  max-width: 430px; }
  .footer-topv4 #newsletter_block_home .newsletterForm .form-group .newsletter-input {
    height: 40px;
    line-height: 20px;
    border: 0;
    border-radius: 50px; }
  .footer-topv4 #newsletter_block_home .newsletterForm .form-group .btn {
    height: 40px;
    line-height: 40px; }

.content_v5 #newsletter_block_home .newsletterContent {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 35px 5px; }
  .content_v5 #newsletter_block_home .newsletterContent:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    border: 1px solid transparent;
    border-radius: 4px; }
.content_v5 #newsletter_block_home .newsletterDesc {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase; }
  .content_v5 #newsletter_block_home .newsletterDesc:after {
    content: "\f003";
    font-family: "Fontawesome";
    position: absolute;
    bottom: 8px;
    left: calc(50% - 9px);
    font-weight: 400; }
  .content_v5 #newsletter_block_home .newsletterDesc .promotion {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    text-transform: none; }
.content_v5 #newsletter_block_home .newsletterForm {
  width: 100%;
  padding: 0px 25px; }
  .content_v5 #newsletter_block_home .newsletterForm .form-group .newsletter-input {
    height: 40px;
    padding: 0px 15px;
    color: #333;
    line-height: 40px;
    text-align: center; }
  .content_v5 #newsletter_block_home .newsletterForm .form-group .btn {
    position: relative;
    right: auto;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #333;
    color: white; }
    .content_v5 #newsletter_block_home .newsletterForm .form-group .btn:hover {
      color: white; }
    .content_v5 #newsletter_block_home .newsletterForm .form-group .btn .fa {
      display: none; }
    .content_v5 #newsletter_block_home .newsletterForm .form-group .btn span {
      display: block;
      font-size: 12px;
      font-weight: 600;
      line-height: 42px;
      text-transform: uppercase; }

#newsletter_block_popup {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300; }
  #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 .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;
	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 .newsDaily {
		text-transform: uppercase;
		font-weight: 600;
		margin: 0;
		font-size: 22px;
		line-height: 1; }
      #newsletter_block_popup .block_content .content-inner h3.title {
        margin: 0px 0 40px;
        color: #333;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase; }
      #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: 42px;
          line-height: 42px;
          border: none;
          color: #444;
          font-size: 14px;
          width: 100%;
		  font-size: 13px;
          font-weight: normal;
          padding: 0 20px;
          overflow: hidden;
          margin-bottom: 20px;
          text-align: left;;
		  border: none;
		  box-shadow: 0 2px 5px rgba(0,0,0,.2) !important;
		  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2) !important; }
		  #newsletter_block_popup .block_content .content-inner .form-group .newsletter-input:placeholder{ color: #444;}
		  .lang-rtl #newsletter_block_popup .block_content .content-inner .form-group .newsletter-input {text-align:right;}
      #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 (max-width: 1199px) {
  .content_v5 #newsletter_block_home .newsletterForm {
    padding: 0; } }
@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; }

  .footer-topv4 #newsletter_block_home .newsletterForm .form-group {
    float: none;
    display: inline-block; } }

/*# sourceMappingURL=spblocknewsletter.css.map */
