body
{
	color:#fff;
	background-color: #222;
}

img
{
	border-radius: 5px;
}

.top-bank
{
	padding-bottom: 70px;
    padding-top: 30px;
}
.top-bank h2
{
	    font-size: 21px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #a0aaae;
}
.top-bank h1
{
	font-size: 50px;
    margin-bottom: 10px;
}
.top-bank p
{
	    margin-bottom: 31px;
    font-size: 25px;
}

.content
{
	padding-bottom: 50px;
    padding-top: 50px;
}
.content p 
{
    text-align: center;
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 32px;
    color: #a0aaae;
}
.content h2
{
	text-align: center;
    font-size: 35px;
    color: #a0aaae;
    font-weight: 800;
}
.content li
{
    list-style: none;
    font-size: 18px;
    margin-bottom: 17px;
    color: #a0aaae;
}
.content li i
{
	padding-right: 10px;
    color: #1eaae2;
}
.content h4
{
	text-align: center;
    margin-bottom: 23px;
    margin-top: 10px;
}

.form-subscribe
{
  max-width:600px;
  margin:0 auto
}
.form-subscribe .form-control {
    background-color: hsla(0,0%,100%,.8);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    height: 47px;
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index:2;
  background-color:hsla(0,0%,100%,.8)
}
.form-subscribe .btn
{
  border-top-right-radius:36px;
  border-bottom-right-radius:36px;
  background:#7ec855;
  border-color:#7ec855;
  height:46.5px;
}

.bg-img
{
	background-image: linear-gradient(rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("images/news-back.png");
    padding-bottom: 80px;
    padding-top: 50px;
    background-attachment: fixed;
    background-size: cover;
}
.bg-img h2
{
	    font-size: 45px;
    margin-bottom: 19px;
    text-transform: uppercase;
}
.bg-img h6
{
	    text-align: center;
    font-size: 22px;
} 

.contact h3
{
	    text-align: center;
    margin-bottom: 45px;
    margin-top: 40px;
    font-size: 40px;
    font-weight: 800;
    color: #a0aaae;
}
.contact h4
{
	    font-size: 26px;
    margin-bottom: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #a0aaae;
    padding-bottom: 16px;
}
.contact li
{
	    list-style: none;
    margin-bottom: 14px;
}
.footer
{
	padding-top: 10px;
    background: #000;
}