/*@font-face {
    font-family: cosmos;
    src: url(cosmos-light.ttf);
}
@font-face {
    font-family: Helvetica Neue;
    src: url(fonts/HelveticaNeue.ttf);
}
@font-face {
    font-family: Segoe UI;
    src: url(fonts/SEGOEUI.TTF);
}
@font-face {
    font-family: Lucida Grande;
    src: url(fonts/lucida-grande.ttf);
}*/
.mejs-mediaelement
{
	background-color: black !important;
}
.mejs-controls
{
	display: none !important;
}

.main-navigation li.current_page_ancestor a:hover
{
	color:#FFF !important;
}
.main-navigation li.current-menu-parent ul.sub-menu li.current_page_item a
{
	color:#FFF !important;
}

.site-footer-widget .widget-title {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
  color: #444;
}

.st-payment ul.inline li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 12px 6px 0;
  position: relative;
  text-align: center;
}



ul li a i {
  background: #3b5998 !important;
  color: #fff !important;
  width: 30px !important;
  height: 25px !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  text-align: center !important;
  padding-top: 5px!important;
  transition: all 0.2s ease-in-out !important;
  padding-left: 1px;
}

.fa-facebook {
    background:#3a5795 !important;
} 
.fa-twitter {
    background:#00aced !important;
}
ul li a i:hover {
    opacity: .7 !important;
}

.social-media li {
  background-color: white !important;
  border: none !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
roboto_regular,Arial,Helvetica,sans-serif !important
}

.featuretext_left h2 {
  color: #4C4848;
  padding: 0 20px 0 28px;
  margin: 0;
  font-size: 1.8rem;
  font-size: 16px;
  font-weight: normal !important; 
}

.featuretext p {
  color: #000;
  font-size: 1.2rem;
  font-size: 13px;
  clear: both;
  font-weight: normal !important; 
}

.featuretext img:hover {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
}

.textwidget a, .textwidget a:visited,.main-navigation ul li a {
    color: #555 !important;
    font-weight: 600;
}

.main-navigation ul li a:hover {
	color: #fff !important;
}

#masthead .scroll
{
  position: fixed !important;  
  z-index: 8888;
  top: 0px !important;;
  border-bottom: #49a7a4 2px solid;
  width: 100% !important;
}
#featuretext_container
{
	padding: 15px 0 !important;
}

.social-media li
{
  width: 32px; 
  height: 32px;
  padding-right: 2px;
}
.social-media li a
{  
  width: 100%; 
  height: 100%;
  background-repeat: no-repeat;
  float:left;
  background-size: 28px 28px;
}
.social-media li a.facebook-icon
{
	background-image:url(../../uploads/logos/facebook-icon.png);
}
.social-media li a.twitter-icon
{
	background-image:url(../../uploads/logos/twitter-icon.png);
}
.social-media li a.google-icon
{
	background-image:url(../../uploads/2016/04/google-plus.png);
}
.main-navigation li.current_page_item a
{
	color: #FFF !important;
}

#menu-side-header-menu li a
{
	color: #C8252A
}

h4.question {
    color: #B71112;
}

h5.action {
    background: red;
    color: #ffffff;
    float: right;
    margin-right: 30%;
    margin-bottom: 22px;
    padding: 9px 14px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
}


h5.action a {
    color:#ffffff !important;
   
}

h5.action:hover {
    background: rgba(209, 93, 97, 0.75);
    
}
.main-navigation ul li.current {
    background: #49a7a4;
}
.main-navigation ul li.current a {
    color: #fff !important;
}
.telnumber i {
    color: #49a7a4;
}
.ipheading {
    padding: 20px;
    display: block;
    text-align: center;
    color: #fff;
    background:#3c4044;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
	  margin-bottom: 35px;
}
ul.serviceItoms {
    list-style-type: circle;
    margin-left: 35px;
}
.section_services.group p {
    font-size: 16px;
}
footer#colophon a {
    color: #e6e3e3 !important;
}