/* 

ЦВЕТА
ЗЕЛЕНЫЙ

 */

/* рамка в списках */
.listing-1 ul li, 
.listing-2 ul li, 
.listing-3 ul li, 
.listing-4 ul li {
    border: 1px solid #d4ecfc;
}

/* HOVER для ссылок */
.content a.accordion-toggle,
.pages-nav a:hover,
.slinky-menu a:hover,
.copyright ul li a:hover,
footer .nav ul li a:hover,
.document a:hover,
.new-news-link a:hover,
.profile .contact ul li a:hover,
.content a:hover,
.header .contact-icons ul li a:hover,
header .contact-icons ul li a:hover{
    color: #83bb35;
}
.content a.accordion-toggle.collapsed{
color: initial;
}


/* цвет круга в меню c подписями / карта сайта / 29 / 0+ */
/* цвет круга в меню +2 */
/* кнопка в форме */
.click-link-mess a span,
.profile-photo span, 
.profile-list ul li .img span,
.form input.submit, .form button,
footer h6,
.contact-icons a span.title,
.new-news .new-news-box .status,
.box-content .nav.nav-tabs a span, 
.slinky-menu a span {
    border: 2px solid #83bd24;
}



/* цвет 

stories 

*/

/* Цветная stories */
@keyframes strokeProfile {
  from {
    stroke: #83bb35;
    stroke-dasharray: 1;
  }
  to {
    stroke: #83bb35;
    transform: rotate(180deg);
    stroke-dasharray: 8;
  }
}
@-webkit-keyframes strokeProfile {
  from {
    stroke: #83bb35;
    stroke-dasharray: 1;
  }
  to {
    stroke: #83bb35;
    transform: rotate(180deg);
    stroke-dasharray: 8;
  }
}
@-moz-keyframes strokeProfile {
  from {
    stroke: #83bb35;
    stroke-dasharray: 1;
  }
  to {
    stroke: #83bb35;
    transform: rotate(180deg);
    stroke-dasharray: 8;
  }
}

/* Белая stories */
@keyframes strokeProfileWhite {
  from {
    stroke: white;
    stroke-dasharray: 1;
  }
  to {
    stroke: white;
    transform: rotate(180deg);
    stroke-dasharray: 8;
  }
}
@-webkit-keyframes strokeProfileWhite {
  from {
    stroke: white;
    stroke-dasharray: 1;
  }
  to {
    stroke: white;
    transform: rotate(180deg);
    stroke-dasharray: 8;
  }
}
@-moz-keyframes strokeProfileWhite {
  from {
    stroke: white;
    stroke-dasharray: 1;
  }
  to {
    stroke: white;
    transform: rotate(180deg);
    stroke-dasharray: 8;
  }
}





