@media only screen and (min-width:500px) {
center .img-border{max-width:33%;width:100%}
}

a {
  /* color: #dc2a0b; */
  text-decoration: none;
}
a:hover {
  /* color: #c4250a; */
  text-decoration: none;
}
/*
// #Headings
// --------------------------------------------------
*/

.panel h4,
.panel h5,
.panel h6,
.panel .h4,
.panel .h5,
.panel .h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #2f2f2f;
  text-transform: uppercase;
}
.panel h4 small,
.panel h5 small,
.panel h6 small,
.panel .h4 small,
.panel .h5 small,
.panel .h6 small,
.panel h4 .small,
.panel h5 .small,
.panel h6 .small,
.panel .h4 .small,
.panel .h5 .small,
.panel .h6 .small {
  color: #2f2f2f;
}

h4 .fa,
h5 .fa,
h6 .fa,
.h4 .fa,
.h5 .fa,
.h6 .fa {
  margin-right: 5px;
}
.panel h4,
.panel .h4 {
  font-size: 16px;
}
.panel h5,
.panel .h5 {
  font-size: 13px;
}
.panel h6,
.panel .h6 {
  font-size: 12px;
}
p {
  margin: 0 0 1.5em 0;
}
.title-accent {
  padding-top: 5px;
}
.title-accent > h3 > span {
  font-family: 'Anton', sans-serif;
  font-size: 30px;
}
.section-dark .title-accent > h3 {
  color: #fff;
}
.section-dark .title-accent > h3 > span {
  color: #dc2a0b;
}
.title-centered {
  text-align: center;
}
.title-centered > h2 {
  font-size: 28px;
  margin-bottom: 1.2em;
}
.title-bordered {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: .75em;
  margin-bottom: 1.5em;
}

/*
// #Accordion
// --------------------------------------------------
*/
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 2px;
}
.panel-group .panel:first-child {
  border-radius: 4px 4px 0 0;
}
.panel-group .panel:last-child {
  border-radius: 0 0 4px 4px;
}
.panel-group .panel-heading {
  border-bottom: 0;
  padding: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-title {
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  text-transform: none;
  margin-bottom:0;
}
.panel-group .panel-title > a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  padding: 14px 20px 14px 40px;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #049e5b 0%, #007A45 100%);
  background-image: linear-gradient(to bottom, #049e5b 0%, #007A45 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2a0b', endColorstr='#ffc4250a', GradientType=0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.panel-group .panel-title > a:before {
  display: block;
  position: absolute;
  left: 17px;
  top: 16px;
  content: "\f068";
  font-family: 'FontAwesome';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.panel-group .panel-title > a.collapsed {
  color: #6d6d6d;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
}
.panel-group .panel-title > a.collapsed:before {
  color: #6d6d6d;
  content: "\f067";
}
.panel-group .panel-title > a.collapsed:hover {
  background: #ececec;
  text-decoration: none;
}
.panel-group .panel-title > a:hover {
  text-decoration: none;
}
.panel-group .panel-body {
  padding: 20px 28px;
  background: #f7f7f7;
}
.panel-group__clean .panel-title > a {
  background: #efefef;
  color: #dc2a0b;
}
.panel-group__clean .panel-title > a:before {
  color: #dc2a0b;
}
.panel-group__clean .panel-body {
  background: #fff;
}
