html { 
  background: url(images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
    font-family: 'Lato', sans-serif; 
  padding-top: 60px;
  background: transparent;
  font-size: 1.6em;
}   
}

h1 {
    margin-bottom: 40px;
}

label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
div.container {
    background-color:transparent !important;
}
.column {
  float: left;
  width: 25%;
}
.column1 {
  float: left;
  width: 20%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #000;
     color: #000;
     top: 2px;
     height: 20px;
     width: 20px;
     border: 0;
     border-radius: 45px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 7px;
     top: 2px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #000;
}
.form-radio:checked
{
     background-color: #d80000;
}
.form-checkbox
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #000;
     color: #000;
     top: 2px;
     height: 20px;
     width: 20px;
     border: 0;
     border-radius: 45px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.form-checkbox:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 7px;
     top: 2px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-checkbox:hover
{
     background-color: #000;
}
.form-checkbox:checked
{
     background-color: #d80000;
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 180px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.table td {
   text-align: center;   
}
.items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
}
.items .item {
	flex: 1 0 calc(25% - 10px);
  box-sizing: border-box;
  background: #e0ddd5;
  color: #171e42;
  padding: 10px;
	margin-left: 10px;
	margin-top: 10px;
    text-align: center;
}
.items1 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
}
.items1 .item1 {
	flex: 1 0 calc(45% - 10px);
  box-sizing: border-box;
  background: #e0ddd5;
  color: #171e42;
  padding: 10px;
	margin-left: 10px;
	margin-top: 10px;
    text-align: center;
}
#sticky-footer {
 position: fixed;
 left: 0px;
 bottom: 0px;
 height: 50px;
 width: 100%;
 background: #fff;
 z-index: 1000; /* or whatever value works*/
}
#form_url {
 background-color: #000 !important;
 color: #fff !important;
}
#form_budget {
 background-color: #000 !important;
 color: #fff !important;
}
#datepicker {
 background-color: #000 !important;
 color: #fff !important;
}
#form_name {
 background-color: #000 !important;
 color: #fff !important;
}
#form_company {
 background-color: #000 !important;
 color: #fff !important;
}
#form_email {
 background-color: #000 !important;
 color: #fff !important;
}
#form_phone {
 background-color: #000 !important;
 color: #fff !important;
}
#form_message {
 background-color: #000 !important;
 color: #fff !important;
}