/*******************************************************
  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 .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;
	outline: none;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	font-size: 100% !important;
	text-transform: uppercase;
	padding: 0 25px 0 23px;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
	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;
	color:#fff;
	font-weight: 400;
	position: relative;
	padding: 0 20px !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 20px;
border: none;
height: 40px;
line-height: 40px;
background-color: #fff;
color: #222;
font-size: 13px;
width: 100%;
font-weight: normal;
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
}
	#newsletter_block_home .newsletterForm .form-group .newsletter-input::-webkit-input-placeholder{color: #222;}
	#newsletter_block_home .newsletterForm .form-group .newsletter-input:-moz-placeholder{color: #222;}
	#newsletter_block_home .newsletterForm .form-group .newsletter-input::-moz-placeholder{color: #222;}
	#newsletter_block_home .newsletterForm .form-group .newsletter-input:-ms-input-placeholder {color: #222;}
#newsletter_block_popup {
  margin: 0;
  position: fixed;
  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;
	cursor: pointer;
    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: 800px;
    height: 400px;
	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; }
      #newsletter_block_popup .block_content .content-inner .newsDaily {
		font-size: 128.571%;
		text-transform: uppercase;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 5px; }
      #newsletter_block_popup .block_content .content-inner h3.newstitle {
		font-size: 171.428%;
		text-transform: uppercase;
		font-weight: 600;
		color: #111;
		line-height: 1;
		margin-bottom: 29px;}
      #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-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; }
}

.lang-rtl #newsletter_block_home .newsletterForm .form-group .newsletter-input{
	border-radius: 0 50px 50px 0;
}
.lang-rtl #newsletter_block_home .newsletterForm .form-group .btn{
	border-radius: 50px 0 0 50px;
}
