/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
#branding {
max-width: 33%;
float:left;
display:inline-block;
}

#logo {
  padding-top: 30px;
} 
 
  #block-block-3 {
  float:right;
  max-width:35%;
  display:inline-block;
  }
   
 
 #block-block-3 .block-content {
min-height:80px;
padding-top:45px;
color: #F77800;
margin-right: 1px;
padding-left: 90px;
/*background:url("images/phones.png") no-repeat 0px 50px;*/
}

#block-block-18 {
  float:right;
  max-width: 26%;
  display:inline-block;
  }
  
#block-block-18 .block-content {
float: right;
min-height: 79px;
padding-left: 112px;
padding-top: 36px;
/*background:url("images/clocks.png") no-repeat 10px 43px;*/

}

.mean-bar {display:none;}



#call-me-form {
  position: fixed;
  left: 40%;
  top: 200px;
  width: 390px;
  padding: 15px;
  background: rgb(250, 250, 250);
  border: 3px solid rgb(202, 202, 202);
  border-radius: 3px;
  box-shadow: 0 8px 30px 0 rgb(213, 213, 213);
  z-index:1000000000000000;
}
#call-me-form input {
max-width:374px;
}
#call-me-close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgb(75, 75, 75);
  font-weight: bold;
  z-index:1000000000000000;
}


#block-block-4 {
    clear: both;
    width: 100%;
}


#block-views-termdescription-block {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 92%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(92%, rgba(252,252,252,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 92%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 92%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 92%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 92%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    border-top: 2px solid #FF8700;
    border-left: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding: 0px;
    padding: 30px;
}