body.frontpage {
  background: url('/empirecharme/images/Letterhead.jpg') right top no-repeat;
  background-size: 60%;
}
@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
    .g-container {
        width: 100%!important;
    }
}
body {
    font-family: Open sans-serif!important;
}
h1, h2, h3, h4, h5 {
    font-family: Open sans-serif!important;
}
h3 {
    font-size: 2rem;
}
.g-menu-item-title {
    font-size: 20px;
}
.vaniday-button {
  -webkit-box-shadow: inset 0 0 0 1px #C8A92D;
  -moz-box-shadow: inset 0 0 0 1px #C8A92D;
  box-shadow: inset 0 0 0 1px #C8A92D;
  border-radius: 60px;
  cursor: pointer;
}

.vaniday-button:hover {
  -webkit-box-shadow: inset 0 0 0 1px #9a2640,0 0 25px #C8A92D;
  -moz-box-shadow: inset 0 0 0 1px #9a2640,0 0 25px #C8A92D;
  box-shadow: inset 0 0 0 1px #9a2640,0 0 25px #C8A92D;
}

.embellishment {
    width: 100%;
    margin: 0 auto !important;
    padding: 0;
}

.constrainmod {
  padding: 10% 0 0 0;
  text-align: center;
}

.embellishment .btn {
  color: #333;
  background-color: transparent;
  background: transparent;
  border: none;
  width: 250px;
  cursor:pointer;
  padding: 10px;
  font-size: 24px !important;
  font-family: Rockwell, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.embellishment .btn:hover, .embellishment .btn:focus{
    color: #c8a92d!important;
}
.sub-content {
  padding: 0 15px;
}
.frontpage-space {
  width: 50px;
  display: inline-block;
}
.sub-content {
  padding: 0 15px;
}
.instansive-widget {
  height: 2800px;
}
@media (max-width: 767px) {
  .span6 {
    margin: 10px;
  }
  .frontpage-space {
    display: none;
  }
}
#service-1 table th, #service-2 table th {
  text-align: center;
}
.service-border {
  background-color: #fff;
  border: 8px solid transparent;
  -webkit-border-image: url(/empirecharme/images/services/background.png) 30 round;
  -o-border-image: url(/empirecharme/images/services/background.png) 30 round;
  border-image: url(/empirecharme/images/services/background.png) 30 round;
}
#service-1, #service-2 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}
table {
    table-layout: fixed;
    word-wrap: break-word;
}
th {
    font-size: 22px;
}
td {
    font-size: 18px;
}
p {
    font-size: 18px;
    margin: 10px auto;
    color: #333;
}
@media (min-width: 1199px) {
  #service-1, #service-2 {
  	max-width: 590px;
  }
}
@media (max-width: 460px) {
  #service-1, #service-2 {
    max-width: 590px;
  }
}
.social-icon a:hover i, .social-icon a:hover strong {
  color: #c8a92d!important;
}
.g-title {
  color: white;
  margin: 10px 0;
}
.sp_quickcontact input[type="text"], .sp_quickcontact input[type="email"] {
  width: 30%;
  float: left;
  margin-right: 10px;
  background: #111;
  border: none;
  margin-bottom: 15px;
  padding: 7px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_quickcontact textarea#message {
  width: 93%;
  height: 220px;
  background: #111;
  border: none;
}
.sp_quickcontact .sp_qc_clr {
  clear: none;
}
.sp_quickcontact input#sp_qc_submit.button {
  text-shadow: none;
  background: #c8a92d;
  color: #fff;
}

#sp-quickcontact-form {
    margin: 0 auto;
}

input[type='submit']:hover {
    background: white!important;
    color: #c8a92d !important;
}

.embellishment {
    width: 100%;
    margin: 0 auto !important;
    padding: 0;
}

.constrainmod {
    padding: 15% 0 0 0;
}

.embellishment .btn {
    color: #333;
    background-color: transparent;
    width: 250px;
    cursor:pointer;
    padding: 10px;
    font-size: 24px !important;
    font-family: Rockwell, Arial, Helvetica, sans-serif;
}

.embellishment .btn:hover, .embellishment .btn:focus{
    color: #c8a92d!important;
}