#header .container .row div:first-child  {
  float: left;
  width: auto !important;
}
#lang-menu {
  margin-top: 25px;
}
#header .container .row div:nth-child(2) {
  float: right !important;
  width:auto;
}
@media screen and (max-width:991px) {
    #footer .col-md-6 .text-left {
      text-align: center;
      margin-bottom: 10px;
    }
    #footer .col-md-6 .text-right {
      text-align: center;
    }
}









html {
	overflow-y: hidden;
	height: 100%;
}

body {
	height: 100%;
	color: white;
	font-family: 'Fira Sans', sans-serif;
}



/* Typography
************************************************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 300;
}

h1 {
	font-size: 60px;
}

p {
	font-size: 17px;
}

strong {
	font-weight: 600;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 3px solid white;
}

#logo {
	width: 170px;
}
.overlay {
	background: rgba(0,0,0,.5);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0
}
/* Wrapper
************************************************/
#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

/* Header Area
************************************************/
#header {
	z-index: 5;
	margin-top: 20px;
}
#header #lang-menu {
    /*font-size: 10px;
    line-height: 16px;*/
    z-index: 7;
}
#header #lang-menu .uk_UA,
#header #lang-menu .ru_RU {
    margin-right: 3px
}
#header #lang-menu .lang-menu-item {
    position: relative;
    display: inline-block;
	color: white;
    text-decoration: none
}
#header #lang-menu .active {
    position: relative;
    display: inline-block;
    color: white;
    border-bottom: 3px solid white;
}

/* Content Area
************************************************/
#content {
	z-index: 5;
	margin-top: 150px;
}

.lead-header-area{
	background: url(../images/bg/header-bg.jpg) fixed;
	background-size:cover;
}
.home-text h3{
	font-weight:300;
	text-transform:uppercase;
}
.home-text h1{
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
}
.home-text{
	padding:20px 0;
	z-index: 10;
}
.lead-form-area{
	padding:20px;
	border-radius:4px;
	background: rgba(0,0,0,.5);	
}
.lead-form-area h3 small{
	display:block;
	margin-bottom:10px;
}
.lead-form-area h3{
	margin-bottom:10px;
}
.lead-form-area p{
	margin-bottom:15px;
}
.lead-form-area input[type="text"],
.lead-form-area input[type="email"]{
	width:100%;
	line-height:55px;
	border-radius:4px;
	border:none;
	margin-bottom:15px;
	color:#a1a1a1;
	padding-left:15px;
}
.lead-form-area input[type="submit"]{
	line-height:60px;
	text-align:center;
	display:inline-block;
	width:100%;
	border-radius:3px;
	font-size:20px;
	font-weight:600;
	border:none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	background: #0F9C6B none repeat scroll 0% 0%;
}
.subscription-success, .subscription-failed {
    display: none
}
.contact-form .success, .contact-form .error {
    display: none;
    font-weight: 300 !important;
}

/* Footer
************************************************/
#footer {
	height: 60px;
	opacity: 0.7;
	z-index: 5;
}
