/* Block newsletter */
/* #newsletter_block_left {
    padding:7px;
    border:1px solid #ccc;
    background:#eee;
} */
#newsletter_block_left .title_block, #newsletter_block_left h4  {
	padding:0 0 12px 28px;
	color:#666;
	background:none;
}
#newsletter_block_left .title_block, .block h4
{
    border-top: 0;
    text-transform: none;
    font-weight: 500;
        color: #fff;
    font-size: 29px;
    text-align: center;
    margin-bottom: 0;
    line-height: 32px
}
#newsletter_block_left p {padding:0;}

#newsletter_block_left p.success_inline {
	color: #418B19;
	text-align: center;
	font-weight: bold;
}
#newsletter_block_left p.warning_inline {
	color: #DA0F00;
	text-align: center;
	font-weight: bold;
}

#newsletter_block_left input.inputNew {
/* 	position: relative;
	top: -1px;
	padding:0 5px;
	height:20px;
	width:148px;
	border:1px solid #ccc;
	border-right:none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size:10px;
	color:#999; */
}
*:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */

#newsletter_block_left input.button_mini {
	position:relative;
	left:-2px;
	height:23px;
	width:24px;
	border:0;
	text-indent:-5000px;
	background:url(img/bg_bt_newsletter_ok.png) no-repeat 0 0;
	cursor:pointer
}
*:first-child+html #newsletter_block_left input.button_mini {padding-left:24px !important;}/* hack ie 7 */



#newsletter_block_left.newsletter_block_club {
    background: url(./img/eshop_bg_wood.jpg);
    background-size: cover;
    background-position: 80% 30%;
    padding: 65px 0 95px;
    position: relative;
    margin-top: 85px;
}
#newsletter_block_left.newsletter_block_club > *
{
    position: relative;
    z-index: 2
}
#newsletter_block_left.newsletter_block_club h4
{
    color: #fff;
    font-size: 29px;
    text-align: center;
}
#newsletter_block_left.newsletter_block_club h4:after
{
    content: '';
    width: 53px;
    height: 5px;
    background: #0E80BF;
    display: block;
    margin: .8em auto 1.8em;
    border-radius: 17px;
}
#newsletter_block_left.newsletter_block_club .subtext
{
    color: #fff;
    max-width: 1093px;
    margin: 0 auto;
    padding-bottom: 56px;
    text-align: center;
    font-size: 16px
}
#newsletter_block_left.newsletter_block_club:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(66, 33, 11, .47);
    z-index: 1;
}
#newsletter_block_left.newsletter_block_club form p
{
    text-align: center
}
#newsletter-input
{
    background: #fff;
    display: inline-block;
    border-radius: 19px;
    max-width: 577px;
    width: 100%;
    padding: 8px 0 10px 15px;
}
#newsletter-input:focus
{
    outline: 0
}
#newsletter_block_left.newsletter_block_club input[type=submit]
{
    line-height: 39px;
    padding: 0 1.2em;
    border-radius: 19px;
    border: 0px;
}
#newsletter_block_left.newsletter_block_club input[type=submit]:focus
{
    outline: 0
}
#newsletter_block_left.newsletter_block_club p.warning_inline
{
        background-color: #f3515c;
    border-color: #d4323d;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 16px
}
#newsletter_block_left.newsletter_block_club p.success_inline
{
    color: #1a1a1a;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-align: center;
    padding: 15px 0;
    font-size: 16px
}