﻿ 

body {
   font-family: "Aleo", serif;      
   background: url(../gfx/background-2.jpg) repeat-y center top fixed;   
   background-size: cover;   
   margin:0px;
}


.box.info .icon {
    color: #ebb54c;
}
 
.box.error .icon {
    color: #eb5e4c;
}
  
.box {
    background: #f4f2ef;
     border: 1px solid #e5e1d8;
    }

.webhead{
    height:80px;padding:0px;
}

 .brand-type {
  display: block;
  float: left;
  height: 50px;
  line-height: 55px;
  font-size: 26px;
  padding: 0 15px 0 77px;
  background: url("../gfx/logoeb.png") left center no-repeat;
  background-position: 10px 50%;
  background-color:white;
  height:100%; 
  line-height:80px; 
 
  
}

  .brand-main {
  color: #eb5e4c;
  font-weight: bold;
}

  .phone{
      padding:15px 0 0 0;
      float:right;
  }

  .phone-faq,  .phone-phone {
  display: block;
  float: left;
  text-align: center;
  color: #ffffff;
  background: #eb5e4c;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

  
   .phone-phone  {
  background: #54504d;
  margin-right:5px;
  
}


 .phone-number {
  float: left;
  background: #ffffff;
  margin: 0 15px 0 0;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  height:50px;
  line-height:50px;
  width:210px;
  padding-right:5px;
}

@media (max-width: 680px) {
 .phone-number, .phone,.phone-phone  {
     display:none;
 }

}
