@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,900&subset=latin-ext');

html, body {
   height: 100%;
   font-family:'Open Sans',arial,sans-serif;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-rendering: optimizeLegibility;
   text-rendering: geometricPrecision;
   font-smooth: always;   
}

.wrapper, .row {
   height: 100%;
   margin-left:0;
   margin-right:0;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

.column {
    height: 100%;
    overflow: auto;
    *zoom:1;
}

.column .padding {
    padding: 20px;
}

.box {
  	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#right {
    background-color:#fff;
  }

#right h4 {
  font-size:1em;
  margin-bottom:30px;
  color: #8BA1A4;
}

#right .img-circle {
  margin-bottom:10px;
  height:70px;
  width:70px;
}

#left {
    color:#ffffff;
    background-color:#1A2C33;
  background-image:url('../images/bg2.jpg');
transition: background-position 0.3s ease;
opacity:0.95;
  background-position: 50% 50%;
  background-size: auto 110%;
 background-repeat: no-repeat;  
}

.logo {
  display:block;
  padding:3px;
  color:#777777;
  max-height:15%;
  font-size:26px;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  text-shadow:0 0 0;
  -webkit-filter: drop-shadow(0 5px 5px #222222);
  filter: drop-shadow(0  5px 5px #222222);  
  margin: 7% auto;
  transition: all 1s ease;
}

.logo:hover{
  transform: scale(1.2);
  opacity:0.7;
}

.page-header {
  margin-top: 7%;
  font-size:1.5em;
  padding-top: 10px;
  padding-bottom:10px;
  border-top:1px solid #eeeeee;
  color: #8BA1A4;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
  transition: all .5s ease;
  margin-bottom:2em;
  text-align: center;
}


.col-sm-9.full {
    width: 100%;
}

.form-control {
  color: #666666;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.form-control, .form-control:focus {
  background-color: #ddd;
  color: #212120;
  border: none;
  box-shadow: none;
  
}

.contact-input{
  outline: 0;
  background: #f2f2f2;
  color: #212120;
  width: 100%;
  border: none;
  margin: 0 0 5px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 14px;
  transition: all .5s ease;
}


.btn-send{
  transition: all .5s ease;
  outline: 0;
  background: #f2f2f2;
  border-radius: 0;
  color: #aaa;
  width: 100%;
  border: none;
  margin: 0 0 5px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 14px;  
  font-weight: 600;
 
}

.btn-send:hover, .btn-send:focus{
  background-color: #ddd;
  color: #666666;
  box-shadow: none; 
  outline:none;
  border:none;
}

.btn-send[disabled]{
  background-color:#fff;
}

.offer {
  transition: all .5s ease;
}
.offer:hover {
transform: scale(1.2);
-webkit-filter: drop-shadow(0 5px 5px #ccc);
filter: drop-shadow(0  5px 5px #ccc);  
}

.contact { 
  color: #8BA1A4;
}

.alert{
  border-radius:0; border:none; z-index:9999;
}