
@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")
}

@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; 
}


body {
  background: #FFF;
  font-size: 15px;
  color: #4e515e;
  position: relative;
  font-family: Avenir_Medium, Arial, sans-serif;
}

.container {
  width: 100%;

}

.container-logo {
  padding: 0 0;
  background: #FFF;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,.15);
  position: fixed;
  top: 54px;
  left: 0;
  z-index: 100;
}

.logo {
  max-width: 1170px;
  min-height: 102px;
  margin: 0 auto;
  padding: 0 15px;
}

.logo img {
  width: 185px;
  margin: 12px 0 0 0;
  position: relative;
}

.title_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;  
  background-color: #000;
  width: 100%;
  height: 53px;
  border-bottom: 1px solid #000;
}

.alert-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101; 
}

.alert {
  padding: 5px;
}

#outer_content_wrapper {
  max-width: 1170px;
  margin: 180px auto 0;
  padding: 0 15px;
}


h2 {
  color: #000;
  font-family: 'Museo',sans-serif;
  font-size: 3em;
  text-transform: uppercase;
}

h3 {
  color: #000;
  font-size: 1.69em;
  font-family: 'Avenir_Light',sans-serif;
  text-transform: uppercase;
}


.btn-info {
  font-weight: 400;
  font-family: 'Avenir_Heavy',sans-serif;
  background-color: #363636;
  border-color: #363636;
  color: #FFF;
  border-radius: 0px;
  text-transform: uppercase;
  transition: background-color .5s ease;
}

.btn-info:hover, 
.btn-info:focus, 
.btn-info:active, 
.btn-info.active {
  background-color: #000;
  border-color: #000;
  color: #FFF;
  transition: background-color .5s ease;
}

a {
  color: #363636;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

.text-primary {
  color: #000;
}

@media screen and (max-width: 1199px){

    .container-logo {
      padding: 0 0;
      background: #FFF;
      box-shadow: 0 2px 7px 0 rgba(0,0,0,.15);
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
    }

    .title_header {
        display: none;
    }

    .logo {
      max-width: 970px;
      text-align: center;
      padding: 6px 0;
      min-height: 68px;
    }

    .logo img {
        width: 110px;
        margin: 4px 0 0 0px;
    }
}