/*******************************************************
  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 .newsletter_text {
	margin: 15px 0;
}
#newsletter_block_home .newsletterForm .form-group .btn {
	line-height: 50px;
    height: 50px;
    color: #fff;
	background: #222;
    padding: 0 30px;
    font-size: 14px;
	transition: 0.3s all ease 0s;
	-moz-transition: 0.3s all ease 0s;
	-webkit-transition: 0.3s all ease 0s;
	-ms-transition: 0.3s all ease 0s;
}
#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 {
	background: #fff;
	color: #111;
	width: 100%;
    height: 50px;
	padding: 0 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
#newsletter_block_home .newsletterForm .form-group .newsletter-input::-webkit-input-placeholder{color: #111;}
#newsletter_block_home .newsletterForm .form-group .newsletter-input:-moz-placeholder{color: #111;}
#newsletter_block_home .newsletterForm .form-group .newsletter-input::-moz-placeholder{color: #111;}
#newsletter_block_home .newsletterForm .form-group .newsletter-input:-ms-input-placeholder {color: #111;}
#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: 20px;
    opacity: 1;
    box-shadow: 0px 0px 5px #444;
    text-align: center;
	cursor: pointer;
    background: #222; }
  #newsletter_block_popup .block_content {
    padding: 0;
    position: fixed;
    left: calc(50% - 455px);
    top: calc(50% - 250px);
	border-radius: 10px;
    z-index: 11;
    width: 910px;
    height: 400px;
    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 20px #fff; }
    #newsletter_block_popup .block_content .content-inner {
      height: 100%;
      float: right;
      width: 415px;
      display: block;
      text-align: center;
      position: relative;
	   padding: 40px 20px 0 0;
      text-align: center; }
        #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: 40px;
			padding: 0 15px;
			float: left;
			border-radius: 5px 0 0 5px;
			width: calc(100% - 110px);
			border: 1px solid #e5e5e5;
			background: #fff;
			background-clip: padding-box;
			margin-bottom: 20px; }
		.lang-rtl 	#newsletter_block_popup .block_content .content-inner .form-group .newsletter-input {
			border-radius: 0 5px 5px 0;
		}
		
		#newsletter_block_popup .block_content .content-inner .form-group .newsletter-input:placeholder{ color: #444;}
		#newsletter_block_popup .block_content .content-inner .form-group .btn {
			text-transform: uppercase;
			width: 110px;
			color: #fff;
			height: 40px;
			font-weight: 500;
			font-size: 13px;
			padding: 0;
			border: none;
			float: left;
			line-height: 1;
			margin-left: -1px;
			border-radius: 0 5px 5px 0;
		}
		.lang-rtl #newsletter_block_popup .block_content .content-inner .form-group .newsletter-input {float: right;}
		.lang-rtl #newsletter_block_popup .block_content .content-inner .form-group .btn{
			margin-left: 0;
			margin-right: -1px;
			float: right;
			border-radius: 5px 0 0 5px;
		}
		  
      #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;
		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%; }
}
#newsletter_block_popup .footer-social .footer-social-title{
	display: none;
}
#newsletter_block_popup .footer-social > a{
	display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    text-align: center;
    line-height: 50px;
    margin: 0 5px 0 0;
    position: relative;
	border-radius: 5px;
}
#newsletter_block_popup .footer-social > a span{
	display: none;
}
#newsletter_block_popup .footer-social > a i{
	line-height: 50px;
    font-size: 18px;
    color: #111;
}
#newsletter_block_popup .footer-social > a:hover i{
	color: #fff;
}