@charset "UTF-8";
.contact-title{
    position: relative;
    font-size: 13px;
    font-weight: bold;
    line-height: 180%;
    color: #666666;
    padding: 30px 10px 10px 10px;
    text-align: center;
}
.contact-title:before{
    content: " ";
    position: absolute;
    width: 1px;
    height: 35px;
    left: 50%;
    top: 0;
    z-index: 2;
    background: #626262;
    transform: translate(-50%,-45%);
    -webkit-transform: translate(-50%,-45%);
    -moz-transform: translate(-50%,-45%);
    -o-transform: translate(-50%,-45%);
    -ms-transform: translate(-50%,-45%);
}
.input-style{
    display: block;
    width: 100%;
    border: 1px solid #989897;
    box-shadow: none;
    font-size: 13px;
    padding: 8px 12px;
    margin-bottom: 7px;
    border-radius: 0;
}
.input-style::-webkit-input-placeholder {
    color: #9e9e9e;
}
.input-style::-moz-placeholder {
    color: #9e9e9e;
}
.input-style:-ms-input-placehold{
    color: #9e9e9e;
}
.input-style:-moz-placeholder {
    color: #9e9e9e;
}

.input-style:focus{ 
    transition:border linear .2s,box-shadow linear 1s;
    -moz-transition:border linear .2s,-moz-box-shadow linear 1s;
    -webkit-transition:border linear .2s,-webkit-box-shadow linear 1s;
    outline:none;
    border-color: #7d0000;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.button-group{
    margin-left: -2px;
    margin-right: -2px;
}
.button-group .col-xs-6{
    padding: 0 2px;
}
.btn-style{
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
    /*letter-spacing: 3px;*/
}
.btn-style img{
    vertical-align: middle;
}
.btn-clear{
    background: none;
    border: 1px solid #666666;
    color: #666666;
}
.btn-clear:active,
.btn-clear:focus,
.btn-clear:hover{
    color: #666666;
}
.btn-main{
    background: #7d0000;
    border: 1px solid #434343;
    color: #c5c5c5;
}
.btn-main:active,
.btn-main:focus,
.btn-main:hover{
    color: #c5c5c5;
}