/************************************/
/*! RPSS Site CSS */
/************************************/


body {
  padding-top: 54px;
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 14px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.business-header {
  height: 50vh;
  min-height: 300px;
  background: url(../assets/rpssBanner.png) center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.card {
  height: 100%;
}

section {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #333333;
    color: #ffffff!important;
}

.quote {
    text-align: center;
    margin-bottom: 30px;
}

a {
	color: #EB2D2E;
	text-decoration: none;
}

a:hover {
	color: #EB2D2E;
	text-decoration: underline;
}

.small, small {
	font-size: 60%!important;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

img .walker {
	padding-top: 500px!important;
}

footer {
	color: #000000;
}

footer p {
	padding-right: 60px;
}

.bg-info {
	background-color: #333333!important;
}

/************************************/
/*! Service Page elements*/
/************************************/


.media
{
  padding-top: 40px;
}
.media a:hover, .media a:focus
{
  text-decoration: none;
  outline: none;
}
.media .media-left .icon
{
  display: block;
  width: 80px;
  height: 80px;
  padding: 16px 6px;
  color: #f0f0f0;
  text-align: center;
  border-radius: 50%;
}
.media .media-left .icon::before
{
  font-size: 44px;
}

/************************************/
/*! Services Page Elements Ver. 2*/
/************************************/


.flex-container-services {
  padding: 0;
  margin: auto;
  list-style: none;
  max-width: 1130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
}

.flex-item-services {
  /*background: #f1f1f1;*/
  padding: 0px;
  width: 340px;
  height: 100px;
  margin: 10px 16px;
  color: white;
  font-weight: bold;
}

.title-services {
  word-break: normal;
  font-size: 18px;
  padding: 0 10px 5px;
  color: #333;
   text-align: left;
}

.content-services {
  font-size: 16px;
  padding: 0 10px;
  color: #666;
   text-align: left;
}

.service-description {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
  color: #808080;
}

.separation-title {
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}

.services-icon {
    float: left;
    overflow: hidden;
    font-size: 30px;
    margin: -12px 15px 100px 0;
}

/************************************/
/*! Custom Buttons*/
/************************************/


.button {
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: transparent;
	text-align: center;
	color: #EB2D2E;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.1s ease;
}

.button-sm {
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: transparent;
	text-align: center;
	color: #EB2D2E;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.1s ease;
}

.button:hover {
	color: white;
	border-radius: 5px;
	border: 1px solid #EB2D2E;
	background-color: #EB2D2E;
	text-align: center;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

.button-sm:hover {
	color: white;
	border-radius: 5px;
	border: 1px solid #EB2D2E;
	background-color: #EB2D2E;
	text-align: center;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

/************************************/
/*! News - Box Content CSS*/
/************************************/


.box {
  background:#fff;
  transition:all 0.2s ease;
  border:2px dashed #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;
  min-height:340px;
}

.box:hover {
  border:2px solid #525C7A;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box .box-content p {
  color:#515c66;
  text-transform:none;
}
