#content{min-height:600px;text-align:center;margin-bottom:30px;}

#title-big h1{color:#85AC6D;}

#ajanlatkeres{padding-top:10px;}

#ajanlatkeres p{
    margin:5px;
}

#ajanlatkeres form{margin-bottom:30px;}
#ajanlatkeres input{padding:5px; border:1px solid #C1C1C1;transition-duration: 0.5s}

#ajanlatkeres input:focus{border:1px solid #77A25C;transition-duration: 0.5s}

#tajekoztato a{color: #3A84DF;
text-decoration: none;}

.bevitel{
    width:80%;
    margin:0px auto;
    clear:both;
}

textarea{margin-top:10px; width:100%;height:360px; width:80%;padding:5px;border:1px solid #C1C1C1;}

textarea:focus{border:1px solid #77A25C;}

.reset_button{
    background-color:#77A25C;
    width:17%; 
    margin:25px 0px 0px 0px; padding:0px; line-height:150%; height:50px;
    font-weight:bold;
    border:0px;
    color:white;        
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition-duration: 0.5s;
}

.reset_button:hover{
    background-color:#466F57;
    color:white;
    transition-duration: 0.5s;
    cursor: pointer;    
}

.reset_button:active{
    background-color:#466F57;
    color:white;
    transition-duration: 0.5s;
}

.kuldes_button{
    background-color:#77A25C;
    width:17%; 
    margin:0px; padding:0px; line-height:150%; height:50px;
    border:0px;
    font-weight:bold;
    color:white;        
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition-duration: 0.5s;
}

.kuldes_button:hover{
    background-color:#466F57;
    color:white;
    transition-duration: 0.5s;
    cursor: pointer;    
}

.kuldes_button:active{
    background-color:#466F57;
    color:white;
    transition-duration: 0.5s;
}


.kuldes_message{color:#77A25C;}
  /* Underline From Left */

.ujemail{
    clear:both;
    color:#2098D1;
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  margin: 0em;
  padding:0px 0px 10px 0px;
  cursor: pointer;
  /*background: #e1e1e1;*/
  text-decoration: none;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.ujemail:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ujemail:hover:before, .ujemail:focus:before, .ujemail:active:before {
  left: 0;
  right: 0;
}

