* {
  /*font-family: Helvetica Neue; */
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 
  /*font-weight:400; */
  font-stretch:normal;
}

h1,h2,h3,h4,h5 {
  /*font-family: Helvetica Neue;*/
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 
  font-stretch:normal;
  font-weight: normal;
}

.rounded_top {
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
}

.rounded_bottom {
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:7px;
  border-bottom-right-radius:7px;
}

.btn {
  padding-left:15px;
  padding-right:15px;
  /*border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;*/
}

.alert {
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-left-radius:7px;
  border-bottom-right-radius:7px;
}
.panel > .panel-heading {
 border-bottom: 0px; 
 font-weight: normal;
 color: #333333;  
 border-top-left-radius:7px;
 border-top-right-radius:7px;
 /* opacity:.95;
 color: white;
 background-color:#3e4950; */
}
/*
.panel > .panel-heading {
  background-image: none;
  background-color: rgba(236,240,241, 1);
  color: black;
}
*/
.panel {
  border-color: #c7c7c7;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-left-radius:7px;
  border-bottom-right-radius:7px;

}


.circle-badge-sm {
  height: 20px;
  width: 20px;
  line-height:20px;
  text-align: center;
  border-radius: 10px;
  background: #1ACAC0;
  color:white;
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
}

.circle-badge {
  height: 24px;
  width: 24px;
  line-height:24px;
  text-align: center;
  border-radius: 12px;
  background: #1ACAC0;
  color:white;
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
}

.circle-badge-medium {
  height: 48px;
  width: 48px;
  line-height:48px;
  text-align: center;
  border-radius: 24px;
  background: #1ACAC0;
  color:white;
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
}

.circle-badge-large {
  height: 80px;
  width: 80px;
  line-height:80px;
  text-align: center;
  border-radius: 40px;
  background: #1ACAC0;
  color:white;
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
}
 
.footer
{
  margin-top:10px;
  height: 50px;
  background-color: #3e4950;
  opacity:.95;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.footer p
{
  font-size:11px;
  padding:16px;
}

body {
  font-family: Helvetica Neue;
  font-weight: normal;
  /* padding-top: 45px;
  padding-bottom: 30px; */
  background: rgba(255,255,255,1);
}

.adslot_1 { width: 320px; height: 50px; }
@media (min-width:500px) { .adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .adslot_1 { width: 728px; height: 90px; } }

@media (max-width: 768px) {
  [class*="col-"]{
    /* margin-bottom: 15px; */
  }
}
@media (min-width: 1200px) {
  .container {
    width: 990px;
  }
}

.red-solid {
  background: #af0000;
}

.red-gradient {
  background: -webkit-linear-gradient(#cf0000, #af0000);
  background:    -moz-linear-gradient(#cf0000, #af0000);
  background:         linear-gradient(#cf0000, #af0000);
}

.navbar {
  font-size:15px;
  font-weight:normal;
  font-family: Helvetica Neue;
}

.navbar-brand {
  padding: 0px; /* firefox bug fix */
}
.navbar-brand>img {
  max-height: 100%;
  height: 100%;
  padding: 0px 0px;
  margin-left:2px;
  /* padding: 15px;*/ /* firefox bug fix */
  width: auto;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #af0000; 
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >
a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: -webkit-linear-gradient(#a60000, #8c0000);
  background:    -moz-linear-gradient(#a60000, #8c0000);
  background:         linear-gradient(#a60000, #8c0000);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.dropdown-menu > li > a {
  font-size: 15px !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: -webkit-linear-gradient(#a60000, #8c0000);
  background:    -moz-linear-gradient(#a60000, #8c0000);
  background:         linear-gradient(#a60000, #8c0000);
}

.navbar-nav > li > .dropdown-menu {
  background: -webkit-linear-gradient(#a60000, #8c0000);
  background:    -moz-linear-gradient(#a60000, #8c0000);
  background:         linear-gradient(#a60000, #8c0000);
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background: -webkit-linear-gradient(#a60000, #8c0000);
  background:    -moz-linear-gradient(#a60000, #8c0000);
  background:         linear-gradient(#a60000, #8c0000);
}

.navbar .navbar-nav > li > a {
  color:white;
  font-size:15px;
}

