a {
  color: #D8431A;
}

a {
  color: #D8431A;
}

a:focus,
a:hover {
	color: #ECC118;
}

header {
	border-bottom: 4px solid #F1572B;
}

.carousel-caption {
	background: rgba(241, 87, 43, 0.9);
}

.carousel-caption:after {
	border-left: 33px solid rgba(241, 87, 43, 0.9);
}

.carousel-caption>.slider-link {
	color: #ECC118;
}

.slick-dots li button {
	background: #ffffff66;
}

.content-blocks>._item ._title {
	border-bottom: 4px #F1572B solid;
}

.main-menu-item:hover>.main-menu-link {
	background: #F1572B;
	background: -moz-linear-gradient(top, #F98A5C 0, #F1572B 100%);
	background: -webkit-linear-gradient(top, #F98A5C 0, #F1572B 100%);
	background: linear-gradient(to bottom, #F98A5C 0, #F1572B 100%);
	border-color: #F1572B;
}

.sub-menu {
	background: #F1572B;
}

.sub-menu-item {
	border-bottom: 1px solid #ffffff70;
}

.sun-menu-link:hover {
  background: #F09527;
}

.content-blocks>._item:hover {
  background: #D8431A;
  background: -moz-linear-gradient(-45deg, #D8431A 0, #F1572B 100%);
  background: -webkit-linear-gradient(-45deg, #D8431A 0, #F1572B 100%);
  background: linear-gradient(135deg, #D8431A 0, #F1572B 100%);
}

.content-blocks>._item:hover ._title {
  background-color: #F09527;
}

.main-menu-item._active>.main-menu-link {
  background: #F1572B;
  background: -moz-linear-gradient(top, #F98A5C 0, #F1572B 100%);
  background: -webkit-linear-gradient(top, #F98A5C 0, #F1572B 100%);
  background: linear-gradient(to bottom, #F98A5C 0, #F1572B 100%);
  border-color: #F1572B;
}

.sub-menu-item._active>.sun-menu-link {
  background: #D8431A;
}

.left-menu-item._active>.left-menu-link, .left-menu-item:hover>.left-menu-link {
  background: #F1572B;
  background: -moz-radial-gradient(center, ellipse cover, #F98A5C 0, #F98A5C 24%, #F1572B 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #F98A5C 0, #F98A5C 24%, #F1572B 100%);
  background: radial-gradient(ellipse at center, #F98A5C 0, #F98A5C 24%, #F1572B 100%);
  color: #fff;
  text-decoration: none;
}
