﻿


.tcontact {
    display: inline-block;
    width: 100%;
    border-radius: 0;
    vertical-align: middle;
    margin-bottom:15px;
}




.bcontact {
    width: 100%;
    background: rgba(255,51,0, 1);
    border: 1px solid #FF3300;
    font: bold 16px/18px 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    cursor: pointer;
    padding:10px;

}
.bcontact:hover {
    
    background: white;
    border: 1px solid black;
    
    color: black;
   
}
.containerc2 {
    text-align: left;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}