*{padding: 0, margin: 0; outline: 0;}
body{padding:0; margin:0; color: #7e7e7e; font-size: 16px; line-height: 24px; font-family: 'proxima-nova', sans-serif}

a{
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}
.green{
  color: #dfff48;
}

.padding{padding:45px;}

input.error{
border: 1px solid red;
background: #f2cbcb;
transition: all 0.15s ease-in-out;
}

.error{
  color: red;
    transition: all 0.15s ease-in-out;
}
h1{
  font-size: 60px;
  color: #fff;
  float: left;
  width: 100%;
}

h2{
  color: #fff;
  width: 100%;
  float: left;
}

.column{
  width: 100%;
}

#header{
  width: 100%;
  background: url("../img/header_bg.jpg") no-repeat top center fixed;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

#header h1{
  float: left;
}

#header h2{
  float: left;
}

#logo{
  width: 20%;
}
#logo img{
  padding: 25px;
}


.colors{
  width: 100%;
  height: 9px;
  background: url("../img/colors.jpg") repeat-x;
  overflow: hidden;
}

nav{
  width: 80%;
}

nav ul{
  list-style: none;
  float: right;
  padding: 0 20px 0 0;
}

nav li{
  float: left;
  padding: 30px 30px 0 0;
}

#txt{
  width: 100%;
}

#txt h1{
  line-height: 60px;
  padding: 80px 0 0 0;
}

#txt h2{
  margin: -20px 0 50px 0;
}

#txt_container{
  padding-top: 15%;
  padding-left: 20%;
}

#form_top{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

#form_container h2{
  color:#1f94a6;
  font-weight: bold;
}


#form_container{
  border-radius: 5px;
  margin: 100px auto 0 auto;
  background: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.34);
  transition: all 0.15s ease-in-out;
  height: 402px;
  width: 399px;
  border-top: 6px solid #c6db62;
  padding: 30px 0 10px 0;
}
#form_container:hover{
  box-shadow: 0 30px 40px rgba(0,0,0,0.39), 0 6px 6px rgba(0,0,0,0.33);
}

#form{
  margin: 0 auto;
  height: 100%;
  width: 360px;
}

#top_success{
  margin: 0 auto;
  width: 300px;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  padding: 60px 0 0 0;
  display:none;
}

#form_top input{
  float: left;
  width: 326px;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  color: #7e7e7e;
}

#form_top input[type="submit"]{
  color: #fff;
  width: 100%;
  background: #94c93d;
  float: left;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 2px;
}

#form_top input[type="submit"]:hover{
  width: 100%;
  background: #c6db62;
  float: left;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 0;
  transition: all 0.15s ease-in-out;
}



#dlakogo{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  width: 85%;
  padding: 60px 0 40px 0;

}

#dlakogo h2{
  color: #000;
  padding: 20px 0 0 0;
}

#dlakogo ul{
  list-style: none;
  padding:0;
  margin:0;
}

#dlakogo li{
  padding-top: 5px;
  padding-left: 0em;
  text-indent: -.2em;
  clear:left;
}

#dlakogo li:before{
  content: "•  ";
  color: #94c93d;
}

#oinservices{
  background: url("../img/onas_bg.jpg") no-repeat top center fixed;
  background-size: cover;
  width: 100%;
  padding: 100px 0 100px 0;
  text-align: center;
  color: #fff;
}

#oinservices p{
  margin: 0 auto;
  width: 80%;
}

#oinservices img{
padding: 50px 0 0 0;
}

#zaufalinam{
  height: auto;
  min-height: 230px;
  width: 100%;
  padding: 60px 0 60px 0;
  text-align: center;
}

#zaufalinam img{
  display: inline-block;
  padding: 10px 80px 0 0;
  width: 80%;
}

#zaufalinam h2{
  color: #000;
}

#form_bot{
    width: 100%;
    overflow: hidden;

    background: url("../img/form_bot_bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 50px 0 50px 0;

}


#form_bot_container h2{
  color:#1f94a6;
  font-weight: bold;

}


#form_bot_container{

  display: block;
  border-radius: 5px;
  margin: 0 auto 0 auto;
  background: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.34);
  transition: all 0.15s ease-in-out;
  overflow: hidden;
  height: auto;
  width: 80%;
  border-top: 6px solid #c6db62;
  padding: 30px 20px 30px 20px;
}
#form_bot_container:hover{
  box-shadow: 0 30px 40px rgba(0,0,0,0.39), 0 6px 6px rgba(0,0,0,0.33);
}

#form_bot_a{


}

#form_bot input{
  display: block;
  float: left;
  width: 80%;
  padding: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  color: #7e7e7e;
}

#form_bot input[type="submit"]{
  color: #fff;
  background: #94c93d;
  float: left;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 2px;
  width: 90%;
}

#form_bot input[type="submit"]:hover{
  background: #c6db62;
  float: left;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 0;
  transition: all 0.15s ease-in-out;
}

#bot_success{
  margin: 0 auto;
  width: 300px;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  padding: 60px 0 60px 0;
  display: none;
}


footer{
  background: #1b354c;
  overflow: hidden;
}

#inservices_stopka{
overflow: hidden;
float: left;
padding-top: 70px;
padding-left: 10%;
padding-bottom: 40px;
}

@media (min-width: 1100px) {
  #dlakogo .column{
    width:32%;
    margin-left: auto;
    margin-right: auto;
  }

  #txt {
    width: 50%;
  }

  #form_top{
    width: 50%;
  }

  #oinservices p{
    width: 800px;
  }

  #form_bot_container{
    width: 815px;
  }

  #form_bot_container input{
    width: 360px;
    float: left;
  }

  #form_bot input[type="submit"]{
    width: 390px;
  }

}
