@font-face {
    font-family:'UniversLTPro';
    src:url("../fonts/30ADE3_0_0.eot");
    src:url("../fonts/30ADE3_0_0.eot?#iefix") format("embedded-opentype"),
    		url("../fonts/30ADE3_0_0.woff") format("woff"),
    		url("../fonts/30ADE3_0_0.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'UniversLTPro-55Oblique';
    src:url("../fonts/30ADE3_1_0.eot");
    src:url("../fonts/30ADE3_1_0.eot?#iefix") format("embedded-opentype"),
    		url("../fonts/30ADE3_1_0.woff") format("woff"),
    		url("../fonts/30ADE3_1_0.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'UniversLTPro-65Bold';
    src:url("../fonts/30ADE3_2_0.eot");
    src:url("../fonts/30ADE3_2_0.eot?#iefix") format("embedded-opentype"),
    		url("../fonts/30ADE3_2_0.woff") format("woff"),
    		url("../fonts/30ADE3_2_0.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'UniversLTPro-45Light';
    src:url("../fonts/30ADE3_3_0.eot");
    src:url("../fonts/30ADE3_3_0.eot?#iefix") format("embedded-opentype"),
    		url("../fonts/30ADE3_3_0.woff") format("woff"),
    		url("../fonts/30ADE3_3_0.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'UniversLTPro-65BoldOblique';
    src:url("../fonts/30ADE3_4_0.eot");
    src:url("../fonts/30ADE3_4_0.eot?#iefix") format("embedded-opentype"),
    		url("../fonts/30ADE3_4_0.woff") format("woff"),
    		url("../fonts/30ADE3_4_0.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'UniversLTPro-45LightOblique';
    src:url("../fonts/30ADE3_5_0.eot");
    src:url("../fonts/30ADE3_5_0.eot?#iefix") format("embedded-opentype"),
    		url("../fonts/30ADE3_5_0.woff") format("woff"),
    		url("../fonts/30ADE3_5_0.ttf") format("truetype");
    		font-weight:normal;
    		font-style:normal;
}

@font-face {
    font-family:'value-bold';
    src:url("../fonts/Value-Bold.eot?#iefix") format("embedded-opentype"),
    		url("../fonts/Value-Bold.otf") format("opentype"),
    		url("../fonts/Value-Bold.woff") format("woff"),
    		url("../fonts/Value-Bold.ttf") format("truetype"),
    		url("../fonts/Value-Bold.svg#Value-Bold") format("svg");
    		font-weight:normal;
    		font-style:normal;
}

@font-face {
    font-family:'value';
    src:url("../fonts/Value.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Value.otf") format("opentype"),
    url("../fonts/Value.woff") format("woff"),
    url("../fonts/Value.ttf") format("truetype"),
    url("../fonts/Value.svg#Value") format("svg");
    font-weight:normal;
    font-style:normal;
}

html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow:auto;
  padding-bottom:72px; /* this needs to be bigger than footer height*/
}

html body {
    font-family: "UniversLTPro"!important;
    font-size: 16px;
    color: #535353;
    line-height: 26px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
}

html body h1 {
    font-size: 30px;
    font-family: "UniversLTPro"!important;
    font-weight: 600;
    color: #535353;
}

.amp_header {
    background: #c5003e;
    background: -moz-linear-gradient(left,#c5003e 0,#560f50 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,#c5003e),color-stop(100%,#560f50));
    background: -webkit-linear-gradient(left,#c5003e 0,#560f50 100%);
    background: -o-linear-gradient(left,#c5003e 0,#560f50 100%);
    background: -ms-linear-gradient(left,#c5003e 0,#560f50 100%);
    background: _linear-gradient_legacy(to right,#c5003e 0,#560f50,100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5003e',endColorstr='#560f50',GradientType=1);
}

.navbar-brand {
	padding: 0;
}
.navbar-brand>img {
	width: 160px;
}

footer.amp_footer {
	background: #c5003e;
	font-size: 13px;
  color: #fff;
  width: 100%;

  position: relative;
  margin-top: -46px; /* negative value of footer height */
  height: 46px;
}

footer.amp_footer .container {

	padding-top: 10px;
}

.nav>li>a {
    color: #fff;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: #c5003e;
}

.navbar-toggle .icon-bar {
    background-color: #fff; 
}

.error {
   color: #c5003e;
   font-weight: normal;
}

label.error {
    display: block;
}


.replacing-list {
    list-style-type: none;
    padding:0;
    margin:0;
}

#category_legend {
	font-size:12px;
}
#category_label {
	font-size:12px;
}
