@font-face {
  font-family: Helvetica;
  src: url(../fonts/helr45w.ttf);
}
@font-face {
  font-family: Helvetica;
  src: url(../fonts/helr65w.ttf);
}
body {
    font-family:"Helvetica",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #e8e8e8;
}
p.first-text {
    text-align: justify;
    margin: 0 0 3%;
    line-height: 23px;
    font-family: inherit;
    font-size: inherit;
}
.main {
  	  width: 960px;
     background: #fff;
     padding: 0;
}
section {
    padding: 20px 0;
}
p.text {
    text-align: justify;
    margin: 3% 0;
    line-height: 23px;
    font-family: inherit;
    font-size: inherit;
}
footer{
background: #a7913e;
margin:1% 0 0;
}
.footer-content {
    padding: 2%;
    font-family: inherit;
    font-size: inherit;
}
.footer-content p a{
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}
.footer-content p a:hover {
    color: #c3c3c3;
    cursor: pointer;
    text-decoration: none;
}
.address p {
    font-weight: 500;
    font-family: inherit;
    font-size: inherit;
}
.address p  a {
    font-weight: 500;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    color: inherit;
}
.address p  a:hover,.address p  a:active {
   text-decoration: none;
  
}
.background-image {
    padding: 20px 0;
    height: 75px;
    background: url(../images/bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 1% 0px;
}
.border-top {
    border-top: 1px dashed #b7b7b7;
    width: 70%;
    margin: 5% 3% 2% 3%;
}
.display-none{
    display: none;
}
.display-block{
    display:block;
}
@media(max-width:960px ){
	.main
	{
         width:98%;
         margin: 0 auto;
	}
}
@media(max-width:991px ){
    .display-none
    {
         margin: 10% 0;
        display: block;
     }  
  .display-block
    {
         
        display:none;
     }
}