#home-section {
  display: block;
  min-height: 400px;
  width: 100%;
  background-color: #5E0E26; }

h1.header-main {
  margin-top: 50%;
  color: #fff;
  text-align: left; }

p.header-tag {
  font-size: 22px;
  text-align: left;
  color: #fff; }

.img-header {
  height: auto;
  max-width: 100%;
  margin-top: 110px;
  margin-left: 30px; }

h2.section-links {
  font-size: 1.5em;
  text-align: center;
  color: #000; }

.img-about {
  height: 400px;
  width: 500px;
  margin-top: 60px;
  margin-left: 60px; }

.divider {
  background: url(/img/divider.png) no-repeat bottom center;
  height: 36px;
  width: 100%; }

.mbar {
  background: url(/img/middlebar.png) no-repeat center top;
  height: 48px;
  width: 100%;
  z-index: 2;
  position: relative;
  margin: -22px 0 10px 0; }

.hbar2 {
  background: url(/img/topbar.png) no-repeat center top;
  height: 48px;
  width: 100%;
  z-index: 2;
  position: relative;
  margin: 0px; }

footer {
  margin-top: 0px;
  padding-top: 10px;
  height: auto;
  width: 100%;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  background: #16060B; }

div {
  display: block; }

.line-footer-left {
  margin-top: 28px;
  margin-left: 38px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: scroll repeat-x left center; }

.line-footer-content {
  margin-top: -28px;
  margin-left: 50px;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase; }

.line-footer-links {
  margin-top: -20px;
  margin-left: 0px;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase; }

ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none; }

footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px; }

.social-icons {
  display: inline-block;
  margin: 0px;
  line-height: 20px; }

.social-icons ul li.social-facebook, .social-icons ul li.social-googleplus, .social-icons ul li.social-linkedin, .social-icons ul li.social-twitter {
  float: left;
  padding-right: 10px; }

@media only screen and (max-width: 520px) {
  .img-header, .mbar {
    display: none; }
  h1.header-main {
    margin-top: 38%;
    margin-left: 10%;
    margin-right: auto;
    font-size: 28px; }
  p.header-tag {
    margin-top: -3%;
    margin-left: 10%;
    font-size: 16px; } }

@media only screen and (max-width: 989px) and (min-width: 521px) {
  h1.header-main {
    margin-top: 1%;
    margin-left: 20%;
    margin-right: auto; }
  p.header-tag {
    margin-top: -2%;
    margin-left: 20%; }
  .img-header {
    height: auto;
    max-width: 100%;
    margin-top: 220px;
    margin-left: 20%;
    margin-right: auto; } }

@media only screen and (max-width: 1200px) and (min-width: 990px) {
  h1.header-main {
    margin-top: 40%;
    margin-left: 20%;
    margin-right: auto; }
  p.header-tag {
    margin-top: -3%;
    margin-left: 20%; }
  .img-header {
    height: auto;
    max-width: 100%;
    margin-top: 140px;
    margin-left: 25%;
    margin-right: auto; } }

@media only screen and (min-width: 1201px) {
  .img-header {
    margin-left: 18%; } }

/*services */
/* ---- button ---- */
/* ---- button-group ---- */
.button-group {
  margin-bottom: 20px; }

.button-group:after {
  content: '';
  display: block;
  clear: both; }

.button-group .btn {
  float: left;
  border-radius: 0;
  margin-left: 2px;
  margin-right: 1px; }

.button-group .button:first-child {
  border-radius: 0.5em 0 0 0.5em; }

.button-group .button:last-child {
  border-radius: 0 0.5em 0.5em 0; }

.btn-mmo {
  color: #f2f2f3;
  background-color: rgba(202, 15, 15, 0.94);
  background-image: none;
  border-color: #721c24;
  cursor: pointer; }

/* ---- isotope ---- */
.grid {
  border: 1px solid #B4B2B2; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .affiliate-item ---- */
.affiliate-item {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 10px;
  background: #888;
  color: #262524; }

.affiliate-item > * {
  margin: 0;
  padding: 0; }

.affiliate-item .name {
  position: absolute;
  left: 0px;
  top: 70px;
  height: 30px;
  width: 100%;
  text-transform: none;
  text-align: center;
  letter-spacing: 0;
  font-size: 11px;
  color: #f8f9fa;
  background-color: rgba(94, 14, 38, 0.73);
  font-weight: normal; }
