a.normal-link {
    color:inherit !important;
}
.service-item-descr {
	color: #fff;
}
.service-promo-item-title a, .service-promo-item-title a:hover {
	color: #000000;
}
.service-promo-list .nav {
	line-height: 2;
}
.btn-footer {
	border-color: #0000 !important;
	background-color: #000 !important;
}
.social-rounded a:hover {
	border-color: #0000 !important;
	background-color: #000 !important;
}

.rounded-logo {
	width: 100% !important;
}

.rounded-logo .logo {
	font-size: 90px !important;
}
.description-banner {
	position: absolute;
	top: 20%;
	left: 2%;
	font-size: 49px;
	color: #fff;
}

.section-item-title-one {
	font-size: .875rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5em;
    font-weight: bold;
    margin-bottom: 1.875rem;    
    line-height: 2;
}

.section-item-title-two {
	font-size: .875rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .5em;
    font-weight: bold;
    margin-bottom: 1.875rem;    
    line-height: 2;
}

.descr-one {
	color: #fff;
}
.flash-descr p {
	font-size: 16px;
}

.section-one {
	background-color: #FF5050; 
	padding-bottom: 600px;
}
.section-two {
	margin-top: -700px;
}

.article-item-date {
	text-transform: capitalize !important;
	font-size: 36px !important;
	font-family: 'Abril Fatface', cursive;
	font-weight: 400 !important;
	color: #000 !important;
}
.article-item-price:before {
	content: "";
	display: block;
    width: 30px;
	border-top:  #707070 2px solid;
	margin-bottom: 5px;
}
.our-packages-consult {
	color: #FF5050;
	line-height: 1.7;
	font-size: 16px;
}

.our-packages-desc {
	line-height: 1.7;
	font-size: 16px;
}
.service-item-icon img {
	max-width: 60px;
}

.text-grey {
	color: #666 !important;
	font-size: 1rem !important;
    font-family: karla,sans-serif;;
    font-weight: 300 !important;
    margin-top: 1.875rem;
}

#customaccordion {
	padding:50px;
}

#customaccordion .accordion {
  background-color: #515151;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

#customaccordion .active, .accordion:hover {
  background-color: #515151;
}

#customaccordion .accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#customaccordion .active:after {
  content: "\2212";
}

#customaccordion .panel {
  padding: 0 18px;
  background-color: #515151;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: white;
}