@font-face {
  font-family: 'Avenir_Heavy';
  src: url("/css/application/fonts/avenirltstd-heavy-webfont.eot");
  src: url("/css/application/fonts/avenirltstd-heavy-webfont-.eot?#iefix") format("embedded-opentype"),
        url("/css/application/fonts/avenirltstd-heavy-webfont.woff") format("woff"), 
        url("/css/application/fonts/avenirltstd-heavy-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir_Light';
  src: url("/css/application/fonts/avenirltstd-light-webfont.eot");
  src: url("/css/application/fonts/avenirltstd-light-webfont-.eot?#iefix") format("embedded-opentype"), 
        url("/css/application/fonts/avenirltstd-light-webfont.woff") format("woff"), 
        url("/css/application/fonts/avenirltstd-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir_Medium';
  src: url("/css/application/fonts/avenirltstd-medium-webfont.eot");
  src: url("/css/application/fonts/avenirltstd-medium-webfont-.eot?#iefix") format("embedded-opentype"), 
        url("/css/application/fonts/avenirltstd-medium-webfont.woff") format("woff"), 
        url("/css/application/fonts/avenirltstd-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face{
    font-family:'Open Sans';
    src:url('/css/application/fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
  font-family:Museo;
  src:url(/css/application/fonts/MuseoSlab-700.eot);
  src:url(/css/application/fonts/MuseoSlab-700.eot?#iefix) format("embedded-opentype"),
      url(/css/application/fonts/MuseoSlab-700.woff) format("woff"),
      url(/css/application/fonts/MuseoSlab-700.ttf) format("truetype");
}

body {
  font-family: Avenir_Light, san-serif, Helvetica;
  line-height: 18px;
  font-size: 16px;
  color: #000;
}

.container {
  width: 100%;
  padding: 0 0 0 0;
}

.container-logo {
  position: fixed;
  top: 61px;
  left: 0;
  z-index: 999;
  height: 100.6px;
  width: 100%;
  background: #FFF;
  box-shadow: 0 2px 7px 0 #000;
}

.logo {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.logo img{
  display: inline-block;
  width: 229.5px;
  margin-top: 18px;
  margin-left: 15px;
}

.title_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;  
  background-color: #000;
  width: 100%;
  height: 61px;
}

#outer_content_wrapper {
  margin: 200px auto 0 auto;
  max-width: 1170px;
}

h2, h3 {
  color: #b80f15;
  font-family: Museo,Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-size: 32px;
}

.btn, .btn-info {
  font-family: "Avenir_Heavy",Helvetica,Arial,sans-serif;
  background-color: #b80f15;
  border-color: #b80f15;
  color: #FFF;
  border-radius: 0px;
  text-transform: uppercase;
}

.btn:hover, 
.btn:active, 
.btn:focus, 
.btn-info:hover, 
.btn-info:active, 
.btn-info:focus, 
.btn-info.active {
  background-color: #870000;
  border-color: #870000;
  color: #FFF;
  border-radius: 0px;
  text-transform: uppercase;
  transition: background-color .25s ease-out,color .25s ease-out;
}

a {
  color: #b80f15;
  text-decoration: none;
  transition: background-color .25s ease-out,color .25s ease-out;
}

a:hover, a:focus, a:active {
  color: #870000;
  text-decoration: none;
  transition: background-color .25s ease-out,color .25s ease-out;
}

.text-primary {
  color: #b80f15;
}

#secure_wrapper {
  text-align: center;
}

#secure_notice {
  background: none;
  border: 1px solid #999999;
  padding: 10px;
  margin-top: 25px;
  text-align: center;
}

#secure_notice h3 {
  margin: 0 auto;
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 15px;
}


@media (max-width: 1100px) {
  .container-logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 69.4px;
    width: 100%;
    background: #FFF;
    box-shadow: none;
    border-bottom: 1px solid #000;
  }
  .title_header {
    display: none;
  }

  .logo {
    padding: 0;
    padding-left: 1px;
    width: 100%;
  }

  .logo img{
    display: block;
    width: 175px;
    margin: 10px auto 0 auto;
  }  

  #outer_content_wrapper {
    margin: 75px auto 0 auto;
  }  

}

