/*******************************************************************
					Blocksocial mod styles
********************************************************************/
header .nav .social_block_mod {
  float: left;
}
header .nav .social_block_mod li {
  height: 24px;
  margin-right: 3px;
}
header .nav .social_block_mod li a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.social_block_mod ul {
  margin-bottom: 0px;
  margin-top: -6px;
}
.social_block_mod li {
  border: none;
  float: left;
  margin-right: 6px;
  margin-bottom: 0px;
  margin-top: 6px;
  list-style-type: none;
  padding: 0px;
  height: 32px;
}
.social_block_mod li a {
  font-family: "FontAwesome";
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #fff !important;
  line-height: 33px;
  display: block;
  text-align: center;
  background: #99999b;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  outline: none !important;
}
.social_block_mod li a:hover {
  text-decoration: none;
}
.social_block_mod li.facebook a:before {
  content: "\F09A";
}
.social_block_mod li.facebook a:hover {
  background: #3b5998 !important;
}
.social_block_mod li.twitter a:before {
  content: "\F099";
}
.social_block_mod li.twitter a:hover {
  background: #23c3fd !important;
}
.social_block_mod li.rss a:before {
  content: "\F09E";
}
.social_block_mod li.rss a:hover {
  background: #f69838 !important;
}
.social_block_mod li.youtube a:before {
  content: "\F167";
}
.social_block_mod li.youtube a:hover {
  background: #e82a34 !important;
}
.social_block_mod li.vimeo a {
  font-family: "warehousefont";
  position: relative;
  top: -1px;
}
.social_block_mod li.vimeo a:before {
  content: "\f194";
  position: relative;
  left: 1px;
}
.social_block_mod li.vimeo a:hover {
  background: #85c6fc !important;
}
.social_block_mod li.pinterest a:before {
  content: "\F0D2";
}
.social_block_mod li.pinterest a:hover {
  background: #cb2027 !important;
}
.social_block_mod li.tumblr a:before {
  content: "\F173";
}
.social_block_mod li.tumblr a:hover {
  background: #425e75 !important;
}
.social_block_mod li.google a:before {
  content: "\F0D5";
}
.social_block_mod li.google a:hover {
  background: #c73e2e !important;
}
.social_block_mod li.instagram a:before {
  content: "\F16D";
}
.social_block_mod li.instagram a:hover {
  background: #517fa3 !important;
}
.social_block_mod li.flickr a:before {
  content: "\f0e1";
}
.social_block_mod li.flickr a:hover {
  background: #517fa3 !important;
}
.social_block_mod li:last-child {
  margin-right: 0px;
}
#left_column .social_block_mod {
  width: auto;
}
#left_column .social_block_mod ul {
  list-style-type: none;
}
.footer-container #footer #social_block_mod {
  padding-left: 10px;
  padding-right: 10px;
}
.footer-container #footer #social_block_mod h4 {
  text-transform: inherit;
  color: #fff!important;
  font-weight: bold;
}
.footer-container #footer #social_block_mod .telephone {
  font-weight: bold;
}
.footer-container #footer #social_block_mod .mail {
  margin-top: 20px;
}
.footer-container #footer #social_block_mod p {
  margin-bottom: 0;
}
.footer-container #footer #social_block_mod .toggle-footer {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .social_block_mod li a {
    width: 26px;
    height: 26px;
    line-height: 28px;
  }
}
