/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */

.contact_top{
    background-image: url(../images/form_bg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_wraper{
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.contact_boder{
    padding: 80px 0;
}
.contact_form{
    border-style: solid;
    border-width: 7px;
    border-color: #025611;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px;padding: 10px;
    background: #ffffff;
    margin: 0 15px;
}
.contact_form .heading-title{
        color: #025611;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #025611;
}
.btn-booking {
    background-color: #025611;
    font-family: "Helvetica", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    padding: 14px 20px;
    -webkit-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    border-radius: 2px;
    color: #a8fd85;
    font-size: 1.1em;
    line-height: 1;
}
.btn-booking:hover, .btn-booking:focus {
    color: #ffffff;
    box-shadow: none;
}
.nv_booking input[type=email], .nv_booking input[type=number], .nv_booking input[type=date], .nv_booking input[type=password], .nv_booking input[type=reset], .nv_booking input[type=search], .nv_booking input[type=tel], .nv_booking input[type=text], .nv_booking input[type=url], .nv_booking select, .nv_booking textarea {
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
}








