/*! Place your custom styles here */
.nav-container {
    position: fixed;
    background: white;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0px 3px 20px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 20px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 20px -7px rgba(0,0,0,0.75);
}
.nav-stack .nav-stack__upper {
    overflow: hidden;
    margin: 0.625em 0;
}
.nav-stack__upper .btn {
	background: #4a90e2;
    border-color: #4a90e2;
    color:#fff;
    font-size: 16px;
    margin-top: 16px;
}
.nav-stack__upper .btn .btn__text{
	color:#fff;
}
.footer-4 .footer__lower {
    position: relative;
    margin-top: 1.9em;
    background: #1e1e1e;
    padding: 1.625em 0 0 0;
}
.footer-4 {
    padding-bottom: 0;
    padding-top: 3em;
}
section, footer {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
.data-success {
    display: none;
    font-size: 1.4375em;
    font-weight: 400;
    text-align: center;
}
.subscribe__avatar img {
    width: 80%;
    margin-bottom: 3.5em;
}
.input-with-icon label + i {
    top: 52px;
}
.input-with-icon i {
    position: absolute;
    font-size: 1.4375em;
    margin-left: 1.1304347826087em;
    top: 13px;
    left: 0;
}

.input-with-icon label + i + input {
    margin-top: 0.8125em;
}
.input-with-icon input {
    padding-left: 4.0625em;
    width: 100%;
}
input[type='text'], input[type='address'], input[type='url'], input[type='password'], input[type='email'], input[type="search"], input[type="tel"] {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    color: #767676;
    padding-left: 1.625em;
    padding-right: 1.625em;
}
.subscribe-4 .subscribe__title {
    margin-top: 0em;
    margin-bottom: 1.25em;
}
.subscribe-4 .input-with-icon {
    margin-bottom: 1.625em;
}
.formSub {
    /*background: #252525;*/ 
    font-size: 16px;
}
.switchable.feature-large h1{
	margin-bottom: 1em;
}
