#style_switcher {
  position: fixed;
  top: 190px;
  width: 295px;
  box-sizing: border-box;
  left: 0;
  z-index: 1008;
  padding: 21px 29px 62px 30px;
  text-align: left;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
#style_switcher.shown {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1012;
}
#style_switcher p {
  line-height: 28px;
  font-size: 17px;
  font-weight: normal;
  padding: 0 0 23px;
}
#style_switcher p span {
  font-size: 12.4px;
  display: block;
  line-height: 21px;
  color: #888;
}
#style_switcher .toggler {
  position: absolute;
  top: 0;
  left: 100%;
  width: 57px;
  height: 60px;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  color: #5f666b;
  text-align: center;
  transition: color .2s ease;
}
#style_switcher .toggler:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  height: 60px;
  content: '\f040';
  font-family: fontawesome;
  transition: color .2s ease;
}
#style_switcher.shown .toggler:before{
  content: '\f00d';
}
#style_switcher ul {
  margin: 0;
  list-style: none;
  font-size: 0;
  padding: 0 0 21px;
  line-height: 0;
}
#style_switcher ul li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: top;
}
#style_switcher ul li:hover,
#style_switcher ul li.active {
  padding: 2px;
}
#style_switcher div.color_scheme {
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
#style_switcher ul li:hover div.color_scheme,
#style_switcher ul li.active div.color_scheme{
  height: 36px;
  width: 36px;
}
#style_switcher #style_switcher_form {
  padding: 0;
  margin: 0;
}
#style_switcher #style_switcher_form button.button {
  display: block;
  text-align: center;
  padding: 4px 30px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  outline: none !important;
  position: relative;
  border: 2px solid #626262 !important;
  background: transparent !important;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
}
#style_switcher #style_switcher_form button.button:hover{
  background: #626262 !important;
  color: #fff !important;
}

#style_switcher.loading:before {
  position: absolute;
  right: 30px;
  bottom: 40px;
  background: url(../images/loading.gif);
  width: 60px;
  height: 20px;
  content: '';
}

#style_switcher.success:before{
  position: absolute;
  right: 30px;
  bottom: 32px;
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 480px){
  #style_switcher{
    width: 260px;
    padding-left: 20px;
  }
}

body.mobile_mode.mobile{
  #style_switcher{
    top: 0 !important;
  }
}

/*****************************************/

#feature .fa
{
    font-size:60px;
    color: #8151BF;
}

.about .item_img, .about .category_img {
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.about .item_img img, .about .category_img img {
	max-width: 468px;
	height: 323px;
	margin: 8px auto;
	display: block;
}
.about .item_img  table tr td:first-child
{
    /*font-weight: bold;*/
    color: #8151BF;
}
.map iframe
{
    width: 100%;
    height: 350px;
}
.colorwhite, h1.colorwhite
{
    color: #fff;
}
.colorpurple, h1.colorpurple, h2.colorpurple, .contact_details_telephone a, .contact_details_emailto a
{
    color: #8151BF;
}
.colorblack, .contact_details_telephone a:hover, .contact_details_emailto a:hover
{
    color: #000;
}
.fontroboto, h1.fontroboto, .hmeservbg h5
{
    font-family: 'Roboto Condensed', sans-serif;
}
.hmeservbg .item_content
{
    background: rgba(0,0,0,0.3);
    border-radius: 25px;
}
.hmeservbtn.btn 
{
	text-align: center;
	display: block;
	margin: 0 auto 15px;
	float: none;
	width: 170px;
}
.mod-newsflash-adv[class*="_custom"] .item.hmeservbg .item_content h5.item_title 
{
    color: #EFCB02;
}
.mod-newsflash-adv[class*="_custom"] .item.hmeservbg.featured .item_content h5.item_title
{
    color: #fff; 
}
ul.email {
  padding-left: 62px;
  position: relative;
}
ul.email:before {
  color: #8151BF;
  content: '\f0e0';/*'\e817';*/
  font: 48px/48px Fontawesome;/*'Thin Regular';*/
  position: absolute;
  left: -6px;
  top: -6px;
}
ul.email li {
  font-size: 14px;
  line-height: 29px;
}
ul.email li a {
  color: #000;
}
ul.email li a:hover {
  color: #727272;
}
ul.address li
{
    color: #000;
}
.copyright
{
    font-size:14px;
    color: #000;
}
.copyright a
{
    color: #8151BF;
}
.copyright a:hover
{
    color: #000;
}
#showcase, #content.contact
{
    background: #fafafa;
}
.mt25
{
    margin-top: 25px;
}
.mb25
{
    margin-bottom: 25px;
}
.pb25
{
    padding-bottom: 25px;
}




/* ============ Fixed Social Icons ================== */
.fixedsocialicons
{
    background: #fff none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-top: -134px;
    padding: 4px;
    top: 50%;
    position: fixed;
}

.fixedsocialicons a
{
    display: block;
}
.fixedsocialicons a + a
{
    margin-top: 4px;
}

/* =============================== Site Map ================================ */
.sitemapul
{
    list-style-type: none;
    padding: 20px;
    width: 55%;
    margin: 20px auto;
    background: #8151BF;
    /*border: 1px solid;*/
    border-radius: 10px;
}
.sitemapul ul
{
    list-style-type: none;
    padding: 20px;
    width: 55%;
    margin: 20px auto;
    background: #8151BF;
    border: 1px solid #8151BF;
    border-radius: 10px;
    color: #000;
}

.sitemapul li
{
    background: #fff;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sitemapul li a
{
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.sitemapul li a:hover
{
    color: #8151BF;
}

/**************/
.contact_address h6
{
    color: #8151BF;
}
.contact_address h6 small
{
    color: #000;
    font-size: 10px;
}
p
{
    text-align: justify;
}

/* ============= Responsive CSS =========== */

@media (max-width: 1199px)
{
    .container
    {
        max-width: 980px;
    }
    .fixedsocialicons img
    {
        width: 30px;
        height: 30px;
    }
    ul.address, ul.phone, ul.email
    {
        padding-left: 35px;
    }
    ul.address::before, ul.phone::before, ul.email::before
    {
        font-size: 24px;
    }
    .about .item_img img, .about .category_img img
    {
        width: 380px;
        height: 262px;
    }
}
@media (max-width: 979px)
{
    .fixedsocialicons
    {
        position: relative;
        margin-top:0;
        top: 0;
        text-align:center;
    }
    .fixedsocialicons a 
    {
	    display: inline-block;
    }
    .icemegamenu
    {
        min-width: 470px;
    }
    .icemegamenu > ul > li + li 
    {
	    margin-left: 20px;
    }
    .sidebar-menu
    {
        display: none;
    }
    #logo a img
    {
        width: 280px;
        height: 44px;
    }
    h1.heading-style-3, h2.heading-style-3, h3.heading-style-3, h4.heading-style-3, h5.heading-style-3, h6.heading-style-3 
    {
	    font-size: 21px;
    }
    #feature .fa
    {
        font-size: 30px;
        margin-right: 20px;
    }
    #footer-wrapper .col-sm-3, #footer-wrapper .col-sm-2, #footer-wrapper .col-sm-4
    {
        width: 50%;
    }
    .about .item_img img, .about .category_img img
    {
        width: 295px;
        height: 204px;
    }
}

@media (max-width: 767px)
{
    .about .item_img.img-intro.img-intro__right
    {
        margin: 10px auto;
        float: none;
        width: 98%;
        max-width: 98%;
    }
    .sitemapul
    {
        width: 98%;
    }
    .sitemapul ul
    {
        width: 80%;
    }
    .rd-mobilemenu.active
    {
        z-index: 99999;
    }
    .rd-mobilepanel
    {
        z-index: 99999!important;
    }
    .img-full__right.hmeimg1
    {
        float: none;
        margin: 10px auto;
        display: block;
        text-align:center;
        width: 290px;
        height: 200px;
        max-width: 100%;
    }
}