/*  color */
/*  color */
/* /color */
.btn-primary {
  background: #627F9A;
  color: #ffffff; }
  .btn-primary:hover {
    background: #f05665;
    color: #ffffff; }

/* /Site color */
/* RESET MIXIN ERIC MAYER*/
.icon {
  background-image: url("../img/ico/sprite.png"); }

.title {
  border-bottom: 1px solid #e0e0e0;
  color: #343434;
  margin-bottom: 20px; }

.menu-content {
  margin-bottom: 40px; }

.menu-box {
  border: 1px solid #e0e0e0;
  padding: 10px; }

.menu-title {
  background: #627F9A;
  border-radius: 5px;
  text-align: center;
  padding: 8px;
  height: 43px;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600; }

.menu-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0; }
  .menu-item:hover {
    color: #627F9A;
    background: url("../img/arrow-menu-aside.png") no-repeat center left; }

.menu-link {
  padding: 15px; }

.page-content-text img {
  height: auto;
  width: 100%; }

.breadcrumb {
  margin-bottom: 30px; }

@media (max-width: 520px) {
  .page-content-text {
    margin-bottom: 50px; } }
