#emailCollection {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background-color: #1C242C;
    z-index: 19;
    font-size: 14px;
    font-weight: bold;
    color: #c0c0c0;
    text-align: center;
    overflow: hidden;
    height: 0;
    transition: height .3s ease;
	
}
#emailCollectionInner {
    padding: 10px 45px;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
}
#emailCollection h3 {
    text-align: center;
}
#emailCollectionClose {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1000;
    color: #fff;
    background-color: #353D45;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
#emailCollection .forms-new .row {
    display: flex;
    align-items: center;
}
#emailCollection .forms-new input[type="submit"] {
    margin-left: 10px;
    width: 90px;
}
#emailCollectionResponse { 
	flex: auto;
	justify-content: center;
	color: var(--yellow-main);
	padding-top: 5px;
}	

.forms-new input[type="text"], .forms-new input[type="password"], .forms-new input[type="email"], .forms-new select, .comments-wrapper input[type="text"], .comments-wrapper input#captchaCom {

    width: 100%;
    height: 34px;
    display: block;
    padding: 0 10px;
    margin: 0;
    outline: none;
    background-color: #5C646C;
    border: 0 none;
    border-radius: 3px;
    color: #d0d0d0;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 34px;
	}
	
	.forms-new input[type="submit"], .comments-wrapper input[type="submit"] {
    width: 100%;
    height: 34px;
    display: block;
    padding: 0 10px;
    margin: 0;
    outline: none;
    cursor: pointer;
    background: var(--yellow-dark-10);
    border: 0 none;
    border-radius: 3px;
    color: #000;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 34px;
    transition: all 0.3s;
}

.forms-new input[type="submit"] {
    background-color: #fee716;
    transition: all 0.3s;
}