/* form placeholder overrides - have to use !important or this doesn't work
--------------------------------------------- */
::-webkit-input-placeholder { /* Chrome */
  color: #cccccc !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #cccccc !important;
  opacity: 1 !important;
}
.sub-menu a:hover{
	text-decoration: underline;
}


.introtext{
	text-align: center;
	font-size: 18px;
}


.blackblock{
	background: #000000;
	color: #ffffff;
	padding: 20px;
}



.blackblock h3{
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}

.blackblock h3 em{
	color: orange;
	font-style: normal;
}

.fl-testimonial{
	background: #000000;
	color: #ffffff;
	padding: 45px;
	text-align: center;
	
}
.fl-testimonial strong{
	color: orange;
	font-size: 18px;

}
.tick li{
list-style: none;
text-indent: -1em;
	margin: 7px 0 7px 0;
	}

.tick li:before {
  content: "\f005";
  font-family: FontAwesome;
font-size: 15px;
  margin-right: 5px;
color: #ffcc00;

}

.cross li{
list-style: none;
text-indent: -1em;
	margin: 7px 0 7px 0;
	font-size: 17px;
	}

.cross li:before {
  content: "\f057";
  font-family: FontAwesome;
font-size: 22px;
  margin-right: 9px;
color: orange;

}

h2.widgettitle{
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
}

.fancynumbers ol {
    counter-reset: li;
    font-size: 15px;
    list-style: outside none none;
    margin-bottom: 4em;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

}

.fancynumbers ol ol {
    margin: 0 0 0 2em;
}

.fancynumbers ol li {
    background: #eeeeee none repeat scroll 0 0;
    display: block;
    margin: 0.5em 0 0.5em 2.5em;
    padding: 0.4em 0.4em 0.4em 0.8em;
    position: relative;
    text-decoration: none;
}

.fancynumbers ol li::before {
    background: orange none repeat scroll 0 0;
    color: #fff;
    content: counter(li, decimal);
    counter-increment: li;
    font-weight: bold;
    height: 2em;
    left: -2.5em;
    line-height: 2em;
    margin-top: -1em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 2em;
}

.fancynumbers ol li::after {
    border: 0.5em solid transparent;
    content: "";
    left: -1em;
    margin-top: -0.5em;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-out 0s;
}

.circle-badge {
  height: 50px;
  width: 50px;
  line-height:50px;
  text-align: center;
  border-radius: 50px;
  background: orange;
  color:white;
  margin-left:auto;
  margin-right:auto;
	font-size: 40px;
	font-family: "Times New Roman";
}

.overlay:before {
  opacity: 0.4;
}