/* Block newsletter */

#newsletter_block_left .title_block{
	color: #201f1f;
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
}
#newsletter_block_left .toggle-footer p{
	color: #606060;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 50px;
}
#columns #newsletter_block_left .form-group {
  margin-bottom: 0; }
  #columns #newsletter_block_left .form-group .form-control {
    max-width: 222px;
    display: inline-block;
    margin-right: 6px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #columns #newsletter_block_left .form-group .form-control {
        margin-bottom: 10px;
        margin-right: 0; } }
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px; }
#columns #newsletter_block_left .success_inline {
  color: #418B19; }
#columns #newsletter_block_left .warning_inline {
  color: #f13340; }

/* Block newsletter footer */
#footer #newsletter_block_left {}
  @media (max-width: 767px) {
    #footer #newsletter_block_left {
      width: 100%; } }
  #footer #newsletter_block_left .block_content {
    overflow: hidden; }
  #footer #newsletter_block_left .form-group {
	 position:relative;
    margin-bottom:30px; }
    #footer #newsletter_block_left .form-group .form-control {
		background: #fff none repeat scroll 0 0;
		border-color: #ddd;
		color: #666666;
		display:block;
		width:100%;
		height: 40px;
		padding: 10px;}
      #footer #newsletter_block_left .form-group .form-control:focus {
        -moz-box-shadow: black 0px 0px 0px;
        -webkit-box-shadow: black 0px 0px 0px;
        box-shadow: black 0px 0px 0px; }
	#footer #newsletter_block_left .form-group .button-small{
		background: #333333;
		border: 1px solid #333333;
		color: #fff;
		font-family: "Montserrat",sans-serif;
		font-size: 13px;
		font-weight: normal;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		text-shadow: 0 0 0;
		position:absolute;
		top:0;
		right:0;
		text-transform: uppercase;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
      #footer #newsletter_block_left .form-group .button-small:hover{
		background-color:#000;
		border-color:#000;
		color:#fff;
       }
  #footer #newsletter_block_left .warning_inline {
    display: block;
    color: #f13340;
    font-size: 13px;
    line-height: 26px;
    clear: both; }
#newsletter_block_left{
	   padding: 100px 0;
	  background: #f5f5f5 ;
}
#newsletter_block_left .toggle-footer{
	width:757px;
	margin:0 auto;
	text-align:center;
}
#newsletter_block_left  .form-group{
	position:relative;
}
#newsletter_block_left #newsletter-input{
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: currentcolor currentcolor #ebebeb;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #8c8c8c;
    font-size: 14px;
    height: 50px;
    margin-bottom: 40px;
    text-align: center;
}

#newsletter_block_left  .form-group .button-small {
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #1f1f1f;
    color: #1f1f1f;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 53px;
    padding: 0 60px;
	text-shadow: none;
    text-transform: uppercase;
	-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
}
#newsletter_block_left  .form-group .button-small:hover{
	color:#ffffff;
	background:#323232;
	border-color:#323232;
}
    @media (min-width: 1200px) {
      #footer #newsletter_block_left .warning_inline {
        display: inline-block;
        position: relative;
        top: -35px;
        margin-bottom: -35px;
        left: 15px;
        clear: none; } }
@media (min-width: 991px) and (max-width: 1024px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	#newsletter_block_left .toggle-footer{
		width:100%;
	}
}
@media (max-width: 767px) {
	#newsletter_block_left .toggle-footer{
		width:100%;
	}
	#newsletter_block_left {
		padding: 30px 0;
	}
	#newsletter_block_left .toggle-footer p {
		margin-bottom: 30px;
	}
}
/*# sourceMappingURL=blocknewsletter.css.map */
