

.blue {
  background-color:blue;
}

.circle-list.red {

}

.circle-list.green {

}

.circle-list.violet {

}

.circle-list.violet {

}

.tempSizing {
  height:100px
}

.avatar-circle {
  background-color: red;
  height: 100px;

}

.services-icons {
  color: #3cc5be;
}

.fixed {
  position: absolute;
  left: 0;
  margin-left:auto;
  margin-right:auto;
  top: 100px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 20px 20px 10px 20px;
  width: 75%;
  left: 50%;
  margin-left: -37.5%;


}

#bulletin {
  background-color:#ebebeb;
  padding: 24px;
}



.portfolio-cards {
  border-radius: 2px;
  height:140px;

}

.card-vertical-adjustment {
  margin-top: 24px;
}

.background-image-hero {
  background-image: url(../img/header-bg.jpg);
  background-size: 120%;
}

.box-padding {
  padding:12px;
}

.product-cards {
  background-color: #EBEBEB;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
  border-radius: 2px;
  height:120px;
  padding-top:32px;
}

.product-cards h4 {
  color:#222222;
  margin-bottom:0px;
}

.product-cards p {
  font-size:16px;
  font-style:italic;
  color: #777777;
}

#portfolio .portfolio-item .portfolio-caption {
  background-color: #444444;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)
}

#portfolio .portfolio-item .portfolio-hover {
  border-radius: 2px;
}

.portfolio-hover {
  color: #FA5E0C;

}

a {
  color: #00B689;
}

a:hover {
  color: #324D5D;
}

a H4{
  color: #FAD136;
}


ul a {
  color: #666666;
}
ul a:hover {
  color: #E4570C;
}

.btn-primary:hover {
  background-color: #E4570C;
  border-color: #E4570C;

}

.btn-primary {
  background-color: #FA5E0C;
  border-color: #FA5E0C;
  margin-top:24px;

}

.btn-primary:hover {
  background-color: #E4570C;
  border-color: #E4570C;

}

.btn-xl {
  background-color: #FA5E0C;
  border-color: #FA5E0C;

}

.btn-xl:hover {
  background-color: #E4570C;
  border-color: #E4570C;

}

.btn-primary {
  background-color:
}

.box-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)
}

.text-shadow {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.26)
}

.products {
  color: #ffffff
}


.fade-in {
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.delay-1 {
  animation-delay: 200ms;
}

.delay-2 {
  animation-delay: 400ms;
}

.delay-3 {
  animation-delay: 600ms;
}

.quote {
  position:relative;
  padding:15px;
  margin:-40px 0 25px 0;
  color:#333;
  background:#ffffff;
  /* css3 */
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

.quote em {
  color:#999;
}

.form-control {
  border:none;
}

/* quote style for project bulletin
*/

/*.quote p {font-size:14px; line-height:1.25em;}*/

/* FROM ORIGINAL EXAMPLE  this isn't necessary, just saves me having to edit the HTML of the demo */

/* creates the triangle */
.quote:after {
  content:"";
  position:absolute;
  top:-30px;
  left:50px;
  border:15px solid transparent;
  border-bottom-color:#ffffff;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

td a{
  color:#666666;
}
