
     @font-face{
      font-family: 'Futura';
      src: url('../../itxwebstandard/css/webfonts/futuraPTBook/2C3A05_0_0.eot');
      src: url('../../itxwebstandard/css/webfonts/futuraPTBook/2C3A05_0_0.eot?#iefix') format('embedded-opentype'),url('../../itxwebstandard/css/webfonts/futuraPTBook/2C3A05_0_0.woff') format('woff'),url('../../itxwebstandard/css/webfonts/futuraPTBook/2C3A05_0_0.ttf') format('truetype')
    }
    @font-face {
        font-family: "brownregular";
        src:url("../../itxwebstandard/css/webfonts/brown/lineto-brown-regular.eot");
        src:url("../../itxwebstandard/css/webfonts/brown/lineto-brown-regular.eot?#iefix") format("embedded-opentype"),
            url("../../itxwebstandard/css/webfonts/brown/lineto-brown-regular.woff") format("woff"),
            url("../../itxwebstandard/css/webfonts/brown/lineto-brown-regular.ttf") format("truetype"),
            url("../../itxwebstandard/css/webfonts/brown/lineto-brown-regular.svg#lineto-brown-regular") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "brownlight";
        src:url("../../itxwebstandard/css/webfonts/brown/lineto-brown-light.eot");
        src:url("../../itxwebstandard/css/webfonts/brown/lineto-brown-light.eot?#iefix") format("embedded-opentype"),
            url("../../itxwebstandard/css/webfonts/brown/lineto-brown-light.woff") format("woff"),
            url("../../itxwebstandard/css/webfonts/brown/lineto-brown-light.ttf") format("truetype"),
            url("../../itxwebstandard/css/webfonts/brown/lineto-brown-light.svg#lineto-brown-light") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "brownbold";
        src:url("../../itxwebstandard/css/webfonts/brown/lineto-brown-bold.eot");
        src:url("../../itxwebstandard/css/webfonts/brown/lineto-brown-bold.eot?#iefix") format("embedded-opentype"),
            url("../../itxwebstandard/css/webfonts/brown/lineto-brown-bold.woff") format("woff"),
            url("../../itxwebstandard/css/webfonts/brown/lineto-brown-bold.ttf") format("truetype"),
            url("../../itxwebstandard/css/webfonts/brown/lineto-brown-bold.svg#lineto-brown-bold") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    #covers{
		margin-top: 50px;		
        width:100%;
        text-align: center;
      }
      #covers div{
        color:#4A4A4A;
        font-family: brownlight;
        font-size:17px;
        margin:0 auto;	
        text-align: center;
        width:580px;
      }
      #covers img{        
        text-align: center;
      }
	  #covers img.logo-cover{
		width:580px
	  }
      #covers .title{
        margin-top:40px;
        font-family: brownregular;
        font-weight: bold;
        font-size:40px;
      }

      #covers .amount{
        font-family: brownregular;
        font-size:20px;
        font-weight: bold;
        margin-top:30px;
      }
      #covers .description{
        margin-top:20px;
      }
      #covers .contact{
        margin-top: 30px;
        max-width:400px;
      }
      #covers .footer{
        font-family: brownregular;
        font-weight: bold;
        margin-top: 15px;
		margin-bottom: 50px;
      }

