*{
   font-family: Open Sans;
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
}
.container{
  margin: 0 auto;
  max-width: 980px;
  padding-top: 70px;
}

.header{
  text-align: center;
}

 h2 {
    color: #a10501;
    font-family: Roboto Slab;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.sf-menu{
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding:  0;
  width: 980px;
  overflow: hidden;
}

.sf-menu li{
  float: left;
  display: block;
   background: rgba(0, 0, 0, 0) url("../images/nav-dots.png") no-repeat scroll right center;
  display: block;
  margin-right: 10px;
  padding-right: 13px;
}


.sf-menu li a{
   border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 55px;
    line-height: 55px;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}


.sf-menu li a.current{
    border-bottom-color: #21262c;
    color: #000;
}
.footer a{
  color:#900;
  text-decoration: underline;
}

.contentimg{
  text-align: center;
  margin: 50px 0;
}

.thumb{
    border: 1px solid #ddd;
    border-radius: 6px;
    display: inline-block;
    height: 258px;
    list-style: outside none none;
    margin: 8px 8px 8px -4px;
    padding: 4px;
    position: relative;
    width: 228px;
}

.thumb a.inline{
    background-color: #fefff3;
    display: table-cell;
    height: 219px;
    text-align: center;
    vertical-align: middle;
    width: 219px;
}

.thumb a{
  font-weight: bold;
  text-decoration: none;
}

.thumb img{
    max-height: 219px;
    max-width: 219px;
}

.clear{both};




.btn{
   -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
