/* Footer
-------------------------------------------------- */
#footer {
	background: rgba(0, 0, 0, 0.8);
	border-top: 1px solid #222;
	border-bottom: 5px solid #B52650;
	background-color: rgba(0,0,0,0.08);
	background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.6));
	background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.7)),to(rgba(0,0,0,0.6)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.6));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.6));
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.6));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#b2000000',GradientType=0);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	box-shadow: 0 1px 3px rgba(0,0,0,0.8);

  color: #fff;
  padding-top: 15px;}
  #footer .footer_header {
    color: #c4c4c4;
    font-style: italic;
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 40px;
    margin-left: 15px; }
  #footer .recent_posts {
    margin-left: 0px; }
    #footer .recent_posts .post {
      margin-bottom: 70px;
      width: 93%; }
      #footer .recent_posts .post img {
        float: left;
        margin-right: 20px; }
      #footer .recent_posts .post .date {
        font-weight: bold;
        font-style: italic; }
      #footer .recent_posts .post .title {
        display: block;
        color: #b5b5b6;
        font-size: 14px; }
  #footer .testimonials .wrapper {
    margin: 0 auto;
    width: 82%; }
  #footer .testimonials .footer_header {
    margin-left: 30px; }
  #footer .testimonials .quote {
    color: #bfbfc0; }
    #footer .testimonials .quote span {
      font-size: 32px;
      font-style: italic;
      position: relative;
      top: 5px;
      font-family: Georgia !important;
      float: left;
      margin-right: 8px; }
  #footer .testimonials .author {
    margin-top: 40px; }
    #footer .testimonials .author img {
      float: left;
      margin-right: 15px;
      position: relative;
      top: -6px; }
  #footer .testimonials .name {
    font-size: 13px;
    font-weight: bold; }
  #footer .testimonials .info {
    font-style: italic;
    color: #ccc; }
  #footer .contact {
    text-align: right; }
    #footer .contact .footer_header {
      text-align: left;
      margin-left: 35px; }

  #footer .info {
    margin-bottom: 10px;
    margin-left: 0; }
    #footer .info .residence {
      margin-left: 0; }
    #footer .info ul {
      margin: 0;
      padding: 0; }
      #footer .info ul li {
        list-style: none;
        font-size: 16px;
        line-height: 23px; }
      #footer .info ul a {
        color: #FFFFFF;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -ms-transition: color .2s;
        transition: color .2s; }
        #footer .info ul a:hover {
          color: #B52650; }
    #footer .info .touch {
      float: right; text-align: right; }
      #footer .info .touch ul li {
        display: inline-block;
        margin-left: 22px; }

.credits{
	text-align: center;
}
/* Responsive
-------------------------------------------------- */
@media (max-width: 991px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (max-width: 767px) {
  #footer .container {
    padding: 0px 20px; }
  #footer .footer_header {
    margin-left: 0; }
    #footer .footer_header h3 {
      margin-left: 0; }
  #footer .testimonials {
    overflow: hidden;
    margin-bottom: 40px; }
    #footer .testimonials .footer_header {
      margin-left: 0; }
    #footer .testimonials .wrapper {
      float: left;
      width: 100%; }
  #footer .contact {
    margin: 0; }
    #footer .contact .footer_header {
      margin-left: 0; }
    #footer .contact input[type="text"], #footer .contact textarea {
      float: left;
      width: 100%; }
  #footer .info .touch {
    float: none;}
    #footer .info .touch ul {
      margin: 15px 0 15px; }
      #footer .info .touch ul li {
        margin: 0 30px 0 0; }
  #footer .credits {
    margin-top: 20px; } 
}
