html {
  /*height: auto;*/
  background: url('/img/bg.jpg');  
  background-attachment: fixed;
  background-repeat: no-repeat;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*body {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  background: url('/img/bg.jpg');  
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

p.comingSoon {
  font-size: 24px;
  color: #ffffff;
  float: right;
}
.navbar-fixed-top .nav {
	padding: 0px 0;
}

.navbar a {
  font-weight: bold;
}

footer {
	padding: 10px 0;	
}
.col-lg-4 ul {
	list-style-top: none;
}
.col-lg-12 {	
  background-color: rgba(255,255,255,0.8);
}
.col-lg-6 {
  color: #333;
  height: auto;
  padding: 15px;
 }
.col-lg-6 h4 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}

.col-xs-12 p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top:20px;
  padding-bottom: 10px;
}

@media (max-width: 685px) {
  body {
    background-image: url('/img/mobile_BG.jpg');
    background-position: top;
    background-size: auto;
    background-color: #fcfcfc;
  }
  .container {
    max-width: 90%;
  }
  .col-lg-6 {
    height: 100%;
  }
  .col-lg-4 {
    padding-top: 8px;
    padding-bottom:5px;
    height: auto;
  }
  .map {
    display:none;
  }
  .navbar-brand img {
    width:95%;
  }
}


/* ==========================================================================
   Contact Styles
   ========================================================================== */

input{color:#1a1a1a;font-weight: normal;}
input[type="text"]{ margin-bottom: 15px;height:40px;}
textarea{height:120px; resize: none;}	
input[type="text"], textarea{padding:0.6em;width: 100%;outline: none;border: solid 1px #ccc;-webkit-border-radius:0px;box-shadow: none; color: #1a1a1a;}
input[type="text"]:focus, textarea:focus{background: #e6e6e6; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; transition: all 0.15s linear;}


.btn{width:100%;margin-top:1em; border-radius:0; border:none; background-color: #333; color: white;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.btn:hover{background-color: #333; color: white;}
.formContainer{position: relative;}


span.error,span.valid{position: absolute;top:0; right: 1em;}
span.error, span.valid{ width:40px;height:40px; background-position:center center;background-size:20px; background-repeat: no-repeat;}
span.error{background-image:url("../images/notifications/error.svg");}
span.valid{background-image:url("../images/notifications/valid.svg");}

.alert{display:none;border: 0; border-radius: 0; background-color:#ff3333; color: white;}
.alert-success{background-color:#22b573; color: white;}

/* Each Contact Info */

.contact{margin-bottom: 1em;}

.contact-info {margin-top:2em;}
.contact-info p{margin-top: 1em;font-size: 1em;}
.contact-info .icon a i{text-decoration: none;color:#666666;}
.contact-info .icon a:hover i{color:black;}

.contact-label{color:#999;font-size: 1.5em;font-family: 'Cabin', sans-serif;}

