@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
html{
background: url(images/large.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
body{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
body:before {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, #000000 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 80%;
  z-index: inherit;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p{
    font-size: 16px;
    margin-bottom: 15px;
}

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

a img{
	border: 0px;
}
a{
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    color: #000;
}
img{
    max-width: 100%;
    height: auto;
}

label{
    font-weight: normal;
}

a:hover, a:focus{
    text-decoration: none;
    outline: none;
    background: transparent;
}
.btn-primary.focus, .btn-primary:focus{
    outline: none !important;
}

/*Bootstrap*/
.container{
}
header{
}
.logo-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 250px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: auto;
    text-align: center;
}
.logo-area img {
    margin-top: 10px;
    max-width: 450px;
}

.submit-btn:hover{
    background-color: #003763;
    border-color: rgba(0, 0, 0, 0.21);
}
.submit-btn {
    background-color: #00457c;
    border-color: rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 21px;
    height: 50px;
    width: 35%;
}

#autocomplete {
    background: #fff none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #444;
    float: left;
    font-size: 21px;
    height: 50px;
    margin-right: 5px;
    max-width: 64.3%;
    padding-left: 15px;
    position: relative;
    transition: all 0.2s linear 0s;
    width: 100%;
}

.form-area {
    color: #fff;
    margin-top: 82px;
    text-align: center;
}
.form-area h1 {
    font-size: 50px;
}
.form-area h3 {
    font-size: 20px;
    margin-bottom: 27px;
    line-height: 27px;
}
.form-area h3 span {
    text-transform: uppercase;
}

.for-overlay > img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -111;
    width: 100%;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    height: 50px;
}
.btn-group-lg > .btn:hover, .btn-lg:hover {
    border-color: #002B4E;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003661+0,003661+100 */
    background: rgb(0,54,97); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,54,97,1) 0%, rgba(0,54,97,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,54,97,1) 0%,rgba(0,54,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,54,97,1) 0%,rgba(0,54,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003661', endColorstr='#003661',GradientType=0 ); /* IE6-9 */
}
.btn-group-lg > .btn, .btn-lg {
    border-radius: 6px;
    font-size: 21px;
    height: 50px;
    line-height: 1.33333;
    border-color: #001449;
    padding: 10px 16px;    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004278+0,001449+100 */
    background: rgb(0,66,120); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,66,120,1) 0%, rgba(0,20,73,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,66,120,1) 0%,rgba(0,20,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,66,120,1) 0%,rgba(0,20,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004278', endColorstr='#001449',GradientType=0 ); /* IE6-9 */
}
.modal-dialog {
    margin: 50px auto;
    width: 700px;
}
.modal-title {
    line-height: 1.42857;
    margin: 0;
    padding-left: 21px;
    padding-right: 21px;
    margin-bottom: 18px;
}
.modal-title h2 {
    color: #00457c;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}
.modal-content {
    padding: 20px;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    padding: 0 15px 0;
}
.modal-title p {
    font-size: 14px;
    margin-bottom: 25px;
}
.modal-body h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #00457c;
	line-height: 29px;
    margin: 17px 0 40px;
}
.person-img {
    width: 100%;
    max-width: 125px;
    float: left;
    position: relative;
}

.person-img {
    float: left;
    max-width: 140px;
    position: relative;
    width: 100%;
}

.company-details ul {
    display: block;
    overflow: hidden;
    width: 100%;
}
.company-details ul li {
    float: left;
    max-width: 50%;
    width: 100%;
}
.company-details img {
    max-width: 125px;
    height: auto;
}
.person-profile {
    display: block;
    margin-bottom: 45px;
    overflow: hidden;
}
.person-img img {
    max-width: 100%;
}
.person-details h4 {
     font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
}
.person-details {
  padding-left: 160px;
}
.person-details h5 {
    font-size: 14px;
	line-height:20px
}
.person-details h2 {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    text-align: left;
    font-weight: 600;
    color: #444;
}
.company-details {
    margin-bottom: 40px;
}
.person-details h2 a{
    font-weight: 400;
    color: #444;
    margin-left: 5px;
}
.person-details h2 a:hover{
    text-decoration: underline;
}
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='phone']{
    font-size: 16px;
    height: 40px;
    padding: 8px 6px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #444;
    transition: all 0.2s linear 0s;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 15px;
}

.contact-form input[type='submit']:hover{
    background-color: #003763;
    border-color: rgba(0, 0, 0, 0.21);
}
.contact-form input[type="submit"] {
    background-color: #00457c;
    border-color: rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 17px;
    margin: 11px auto 0;
    padding: 4px 20px 7px 20px;
    text-align: center;
}
button > br{
    display: none;
}
#success {
    margin: 15px 0 -8px;
    text-align: center;
}
.tnx-message{
    color: green;
    font-weight: bold;
}



