.site-footer {
  padding: 50px 0 20px;
  /*background: url(images/chalkboard.jpg) center bottom;
  background-attachment: fixed;*/
  background-color: rgb(0,81,119);
  color: #c6d3bd;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.site-footer .copy {
  text-align: center;
}
.site-footer .widget-title {
  color: white;
  font-size: 24px;
  /*font-size: 1.5rem;*/
  font-weight: 300;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
a {
    background: transparent;
}


.site-footer .copy {
  padding-top: 30px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.col-md-3{
   position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


li {
    display: list-item;
    text-align: -webkit-match-parent;
}




style.css:194
img {
    border: 0;
}


button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
.subscribe input {
  width: 100%;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.3);
}

input[type="submit"].light {
    background: #c6d3bd;
    background: -webkit-linear-gradient(270deg, #c6d3bd, #a5b59b);
    background: linear-gradient(180deg, #c6d3bd, #a5b59b);
    color: #505f46;
}
form input, form textarea, form select {
    padding: 12px;
    border: none;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    color: #747d6f;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
address {
    display: block;
}

.social-links.circle a {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #c6d3bd;
  background: -webkit-linear-gradient(270deg, #c6d3bd, #a5b59b);
  background: linear-gradient(180deg, #c6d3bd, #a5b59b);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  color: #505f46;
  font-size: 20px;
  /*font-size: 1.25rem;*/
  line-height: 2;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.social-links.circle a:hover {
  background: -webkit-linear-gradient(90deg, #c6d3bd, #a5b59b);
  background: linear-gradient(0deg, #c6d3bd, #a5b59b);
}


.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-google-plus:before {
    content: "\f0d5";
}