@font-face {
    font-family: "Futura";
    src: url('fonts/Futura-md-bt.ttf') format('truetype');
}
@font-face {
      font-family: "Futura";
	  src: url('fonts/Futura-md-bt.eot');
} 

body {
	font-family: 'Gotham Book';
	src: url('fonts/Gotham-Book.ttf') format('truetype');
	src: url('fonts/Gotham-Book.eot');
	font-size: 14px;
	background: #fff;
     color: #000;
 }
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Gotham Medium";
    src: url('fonts/Gotham-Medium.ttf') format('truetype');
	src: url('fonts/Gotham-Medium.eot');
}
a {
  transition: ease all 0.35s;
    color: #08578e;
}
a:active,
a:hover,
a:focus {
  color: #000;
    
}
.btn,
.input-group-btn .btn {
  border: none;
  border-radius: 0px;
  position: relative;
  padding: 8px 30px;
  margin: 10px 1px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
          transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}
p {
    line-height: 24px;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-heading {
    border-radius: 0;
}
.panel {
    box-shadow: none;
}
hr {
    margin: 50px 0px;
    border: 0;
    display: table;
    width: 100%;
    border-top: 1px solid #ccc;
}