.std-title {
  color: #685e74; }

.fontColor-title {
  color: #7b8a97; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.invisible {
  display: none; }

ul.list-unstyled li {
  list-style-type: none; }

ul.list-inline li {
  float: left;
  list-style-type: none; }

@media screen and (min-width: 992px) {
  .hidden-md {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media screen and (min-width: 320px) and (max-width: 991px) {
  .hidden-smxs {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
.social-nav-wrap, nav {
  float: right;
  clear: both; }

.social-nav-wrap {
  margin-bottom: 20px; }
  .social-nav-wrap li {
    margin-right: 20px; }
  .social-nav-wrap li:last-child {
    margin-right: 0; }

nav li {
  float: left;
  position: relative; }
nav li:last-child {
  margin-right: 0; }
nav li:hover::before, nav li.active::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/hover_heart.png) center center no-repeat;
  position: absolute;
  top: -12px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
nav a {
  color: #666;
  font-size: 18px; }

@media screen and (min-width: 1200px) {
  nav li {
    margin-right: 60px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  nav li {
    margin-right: 30px; } }
