@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
  font-family: 'PT Sans', sans-serif;
*/

.current_special_block
{
   width: 30%;
float: left;
border-bottom: 4px solid rgb(204, 41, 22);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
margin: 0px 15px;
padding: 25px 25px 0px 25px;
background-color: rgb(242, 242, 242);
text-align:center;
}


.current_special_block_2
{
   width: 100%;
float: left;
border-bottom:none;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background-color: #fff;
padding: 25px 0px 19px;
margin: 0px;
}
.current_special .current_special_block_2 img
{
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.current_special .current_special_block:nth-child(5)
{
    margin: 0 30px;
}
.current_special .current_special_block img
{
    width: 300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.current_special_block h2
{
    text-align: center;
    font-size: 34px;
    color: #0B4466;
    margin: 50px 0 25px;
    font-style: oblique;
}
.current_special_block h2 span
{
    font-weight: normal;
}

.current_special hr.current_special_bottom_border
{
    padding: 0;
    border: none;
    border-top: 1px solid #0B4466;
    color: #0B4466;
    text-align: center;
    width: 50%;
    margin: 0 auto 30px;
}
.current_special_block h3
{
    margin: 0px 0px 10px;
color: #27146D;
font-size: 24px;
text-align: center;
text-transform: capitalize;
border-bottom: 1px solid rgb(194, 194, 194);
 font-family: "Trebuchet MS";
}

.current_special_block_2 h3
{
    margin: 0px 0px 10px;
color: #27146D;
font-size: 24px;
text-align: left;
text-transform: capitalize;
border-bottom: 1px solid rgb(194, 194, 194);
}

.current_special_block p
{
    padding: 0px;
text-align: center;
margin: 15px 0px 25px;
min-height: 85px;
font-family:"Trebuchet MS";
}

.current_special_block a
{
    text-align: center;
    display: block;
    width: 130px;
    margin: 0 auto;
    background-color: #CC2916;
    color: #fff;
    padding: 8px 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
     font-family: "Trebuchet MS";
}



.current_special_block_2 a
{
    text-align: center;
   
    width: auto;
    
    background-color:transparent;
    color: #fff;
    padding: 0px 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.current_special_block a:hover 
{color:#CC2916; background-color: #27146D;}

.current_special_block_2 a:hover 
{color:#fff; background-color: #fff;}















/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0088cc;
}
h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #454545;
  margin-bottom: 0px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
   font-family: "Trebuchet MS";
 /* font-weight: bold; */
  margin-left: 80px; 
  font-weight: normal;
  /* color:#fff; */
 color: #353535; 
/* padding-top: 15px; */
  /* float:right; */
 
}
h4 a {
  color: #353535;
}
h4 a:hover {
  color: #ffd565;
}
label {
  display: inline-block;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 22px;
  font-family: "Trebuchet MS";
}
p.dark {
  color: #454545;
  padding-bottom: 13px;
}
.icons-marker {
  font-size: 18px;
  line-height: 22px;
}
.black {
  color: #454545;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 15px;
  line-height: 22px;
  background: #ffffff;
  color: #c6c6c6;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary {
  background: #ffffff;
  color: #454545;
  text-shadow: none;
  border: none;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
}
.btn-primary span {
  display: inline-block;
  background: url(../Images/marker.png) right 15px no-repeat;
  padding-right: 14px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #ffd565;
  color: #000000;
  outline: none;
}
.btn-primary.submitButton {
  float: right;
  background: #ffffff;
  color: #454545;
  text-shadow: none;
  border: none;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
}
.btn-primary.submitButton span {
  display: inline-block;
  background: url(../Images/marker.png) right 15px no-repeat;
  padding-right: 14px;
}
.btn-primary.submitButton:hover,
.btn-primary.submitButton:focus,
.btn-primary.submitButton:active {
  background: #ffd565;
  color: #000000;
  outline: none;
}
.btn-info {
  background: #ffffff;
  color: #454545;
  text-shadow: none;
  border: none;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
}
.btn-info span {
  display: inline-block;
  background: url(../Images/marker.png) right 15px no-repeat;
  padding-right: 14px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #ffd565;
  color: #000000;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.unstyled,
.item-list {
  margin: 0 0 14px;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.unstyled li,
.item-list li {
  list-style: none;
  background: url(../Images/marker.png) 0 9px no-repeat;
  padding: 0 0 13px 14px;
  color: #454545;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.unstyled li a,
.item-list li a {
  color: #454545;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.unstyled li a:hover,
.item-list li a:hover,
ul.item_list li a.selected,
.categories-module li a.selected,
.archive-module li a.selected,
.unstyled li a.selected,
.item-list li a.selected {
  color: #a0a0a0;
}
ul.item_list li span,
.categories-module li span,
.archive-module li span,
.unstyled li span,
.item-list li span {
  color: #c6c6c6;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
ul.type {
  margin: 0 0 0 32px;
}
ul.type > li {
  list-style: decimal;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #ffd565;
}
ul.type > li > span {
  list-style: decimal;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  color: #454545;
  display: block;
  padding-bottom: 13px;
}
ul.type > li ul {
  margin: 0 0 10px;
}
ul.type > li ul li {
  list-style: none;
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  background: url(../Images/marker.png) 0 10px no-repeat;
  padding: 0 0 13px 14px;
  color: #454545;
}
ul.type > li ul li a {
  color: #454545;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.type > li ul li a:hover,
ul.type > li ul li a.selected {
  color: #a0a0a0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  margin-left: 1px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #555555;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #555555;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #ffd565;
  color: white;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #ffd565;
  color: white;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 22px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
 
 /* content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
   */
}
.item_img a:hover:after {
  font-size: 40px;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 10px 0;
  width:50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0px 10px 20px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding-top:0px; /* 52px; */
  padding-bottom: 35px;
}
#logo {
  margin-top:-15px;
  margin-bottom:0px; /* 48px; */
  height: 120px;
}
/*======================= NAVIGATION =======================*/
.navigation ul.sf-menu {
  float: right;
  /* background-color: white;*/
 background-color: #EFEFF7;
  margin-top: 2px;
 /* margin-top: 1px; */
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0;
  background: url(../Images/separator.gif) 0 center no-repeat;
}
.navigation ul.sf-menu > li:first-child {
  background: none;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  color: #2b2b2b;
}
.navigation ul.sf-menu > li.active > a:before,
.navigation ul.sf-menu > li.sfHover > a:before,
.navigation ul.sf-menu > li.current > a:before,
.navigation ul.sf-menu > li.active > span:before,
.navigation ul.sf-menu > li.sfHover > span:before,
.navigation ul.sf-menu > li.current > span:before,
.navigation ul.sf-menu > li.active > a:after,
.navigation ul.sf-menu > li.sfHover > a:after,
.navigation ul.sf-menu > li.current > a:after,
.navigation ul.sf-menu > li.active > span:after,
.navigation ul.sf-menu > li.sfHover > span:after,
.navigation ul.sf-menu > li.current > span:after {
  display: block;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  display: block;
  padding: 15px 24px 17px 23px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  color: #2b2b2b;
}
.navigation ul.sf-menu > li > a:before,
.navigation ul.sf-menu > li > span:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
 /* border-top: 4px solid rgba(12, 39, 240, 1); */
 border-color: #05035D transparent transparent transparent;
 /* border-color: #ffd565 transparent transparent transparent; */
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -5px;
  content: "";
  display: none;
}
.navigation ul.sf-menu > li > a:after,
.navigation ul.sf-menu > li > span:after {
/* border-top: 4px solid rgba(12, 39, 240, 1); */
  border-top: 4px solid #05035D; 
 /* border-top: 4px solid #ffd565; */
  position: absolute;
  top: -4px;
  left: 0%;
  display: block;
  width: 100%;
  content: "";
  display: none;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #2b2b2b;
}
.navigation ul.sf-menu > li > a:hover:before,
.navigation ul.sf-menu > li > span:hover:before,
.navigation ul.sf-menu > li > a:hover:after,
.navigation ul.sf-menu > li > span:hover:after {
  display: block;
}
.navigation ul.sf-menu > li:hover > ul,
.navigation ul.sf-menu > li.sfHover > ul {
  top: 54px;
  background: #363636;
}
.navigation ul.sf-menu ul {
  width: 140px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -18px;
  left: 140px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -18px;
  left: 140px;
}
.navigation ul.sf-menu ul {
  background-color: #505050;
  padding: 18px 0;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  color: #8b8b8b;
  display: block;
  padding: 0px 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: white;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  color: white;
}
.navigation ul.sf-menu.sf-vertical {
  width: 140px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 140px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 142px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 44px;
  padding-bottom: 44px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 46px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 140px;
  top: 44px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding-top:50px; /* 86px; */
}
#feature-row .row-container .moduletable {
  margin-bottom: 50px;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-top-row {
  padding-bottom: 89px;
}
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 68px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 30px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  font-size: 13px;
  color: #454545;
  margin: 0 0 22px;
}
.item_info_dl dd {
  margin: 0 10px 0 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd a {
  color: #454545;
}
.item_info_dl dd a:hover {
  color: #ffd565;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
/*===== Home Page ======*/
ul.nav.menu.prod {
  /*background-color: white;*/
  margin: 0;
}
ul.nav.menu.prod:before {
  content: "Branches";
  color: white;
  padding: 17px 30px;
  float: left;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  background-color: #27146D;
 /* background-color: #363636; */
  text-transform: uppercase;
  min-width: 34%;
  text-align: center;
}
ul.nav.menu.prod li {
  color: #2b2b2b;
  padding: 18px 22px 22px;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  font-family: "Trebuchet MS";
}



ul.nav.menu.services {
  /*background-color: white;*/
  margin: 0;
}
ul.nav.menu.services:before {
  content: "Services";
  color: white;
  padding: 17px 30px;
  float: left;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  background-color: #27146D;
 /* background-color: #363636; */
  text-transform: uppercase;
 /* min-width: 34%;*/
 min-width:20%;
  text-align: center;
}
ul.nav.menu.services li {
  color: #2b2b2b;
  padding: 18px 0px 22px;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 24px;
  font-family: "Trebuchet MS";
  letter-spacing:1px;
  padding-left:20px;
}



.mod-newsflash-adv.mod-newsflash-adv__products {
  
  padding-bottom: 16px;

}
.mod-newsflash-adv.mod-newsflash-adv__products .item {
  /*float: left;*/
}
.mod-newsflash-adv.mod-newsflash-adv__products .item .item_content .item_title {
  font-size:32px; /*  40px; */
     text-align: justify;
    font-family: "Trebuchet MS";
    text-transform: capitalize;
    word-spacing: 2px;
     line-height: 25px;
    margin-left:0px;
   border-bottom: 1px solid #c2c2c2;
   padding-bottom: 30px;
   letter-spacing:1px;
   margin-top:20px;
}
.mod-newsflash-adv.mod-newsflash-adv__products .item .item_content .item_introtext {
 
/* text-indent:100px; */
text-align: justify;
font-family: "Trebuchet MS";
font-size: 16px;
color: #545454;
/*text-transform: capitalize;*/
word-spacing: 1px;
line-height: 25px;
padding-top:18px;
letter-spacing:1px;


}
.mod-newsflash-adv.mod-newsflash-adv__products > .clearfix {
  display: none;
}
.mod-newsflash-adv.mod-newsflash-adv__products .mod-newsflash-adv_custom-link {
  float: right;
}
.mod-newsflash-adv.mod-newsflash-adv__products .mod-newsflash-adv_custom-link .btn-info {
  padding: 30px 36px;
  border-left: 5px solid #ffd565;
  position: relative;
  display: inline-block;
}
.mod-newsflash-adv.mod-newsflash-adv__products .mod-newsflash-adv_custom-link .btn-info:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ffd565;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -5px;
  content: "";
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv.mod-newsflash-adv__products .mod-newsflash-adv_custom-link .btn-info:hover {
  background: #ffd565;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item {
  background-color: white;
  margin: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item .img-intro__left {
  margin-right: 0px;
  margin-bottom: 0;
  position: relative;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item .img-intro__left:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent white transparent transparent;
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -9px;
  z-index: 999;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item .img-intro__right {
  margin-left: 0px;
  margin-bottom: 0;
  position: relative;
  width:50%;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item .img-intro__right:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent white;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
  z-index: 999;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item .item_content {
  padding: 54px 30px 0 45px;
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item .item_content .item_title {
  margin-bottom: 30px;
  margin-left:0px;
    /* font-family: Roboto,sans-serif; 
   font-family: Coda; 
  letter-spacing:1px; */
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item .item_content .btn-info {
  background-color: #f5f5f5;
  border: medium none;
  color: #454545;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-shadow: none;
  padding: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item .item_content .btn-info span {
 /*  background: url(../Images/horbutton.png) 15px 14px no-repeat;
  padding: 0;
  text-indent: -999em;
  display: block; */
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item .item_content .btn-info:hover {
  background-color: #ffd565;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item:hover {
  background-color: #05035D;
  color: white;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item:hover h4
{
    color:#fff;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item:hover .img-intro__left:after {
  border-color: transparent #05035D transparent transparent;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item:hover .img-intro__right:before {
  border-color: transparent transparent transparent #05035D;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item:hover .btn-info {
  background-color: #363636;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item:hover .btn-info span {
  background: url(../Images/horbuttonhover.png) 15px 14px no-repeat;
}
.mod-newsflash-adv.mod-newsflash-adv__hor .item:hover .btn-info:hover {
  background-color: gray;
}
.page-featured {
  padding-bottom: 40px;
}
.page-featured .item_title {
  margin-bottom: 40px;
}
.acymailing_module form {
  margin: 0px;
}
.acymailing_module form .acymailing_module_form {
  float: right;
}
.acymailing_module form .acymailing_module_form .acymailing_introtext,
.acymailing_module form .acymailing_module_form .acymailing_form,
.acymailing_module form .acymailing_module_form tbody,
.acymailing_module form .acymailing_module_form tr,
.acymailing_module form .acymailing_module_form td,
.acymailing_module form .acymailing_module_form input {
  float: left;
  height: 45px;
  line-height: 45px;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.acymailing_module form .acymailing_module_form .acymailing_introtext {
  font-size: 20px;
  line-height: 44px;
  font-weight: bold;
  color: #353535;
  padding-right: 27px !important;
}
.acymailing_module form .acymailing_module_form .inputbox {
  background-color: #f9f9f9;
  min-width: 312px;
  color: #c6c6c6;
  padding: 0 17px;
}
.acymailing_module form .acymailing_module_form .acysubbuttons {
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.acymailing_module form .acymailing_module_form .acysubbuttons .btn-primary {
  text-indent: -999em;
  width: 45px;
  background: #ffd565 url(../Images/subbutton.png) 21px 19px no-repeat;
}
.acymailing_module form .acymailing_module_form .acysubbuttons .btn-primary:hover {
  background-color: #555555;
}
.acymailing_module form .acymailing_module_form .acysubbuttons .btn-primary:hover:before {
  border-color: transparent #555555 transparent transparent !important;
}
.acymailing_module form .acymailing_module_form .acysubbuttons:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #ffd565 transparent transparent;
  display: block;
  content: "";
  left: -4px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.acymailing_module form .acymailing_module_form .acysubbuttons:hover:before {
  border-color: transparent #555555 transparent transparent !important;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -36px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 36px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 22px 22px 0 !important;
}
.gallery-item .view .content * {
  color: inherit;
}
.gallery-item .view .content a:hover {
  color: #999;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .item_published {
  background-color: #ffd565;
  color: white;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  padding: 13px 0 14px;
  text-transform: uppercase;
}
.page-blog .item_img {
  margin: 0;
}
.page-blog .blogcontent {
  background-color: white;
  padding: 35px 44px 32px;
}
.page-item {
  padding-bottom: 40px;
}
.tags {
  clear: both;
}
.tags:before {
  content: "\f02d";
  font: 15px/20px FontAwesome;
  color: #c6c6c6;
  display: inline-block;
}
.tags span:after {
  content: ",";
}
.tags a {
  background: none !important;
  color: #ffd565;
  padding: 0;
  text-shadow: none;
}
.tags a:hover {
  color: black;
}
.addthis_toolbox {
  padding-top: 15px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright {
  font-size: 13px;
  color: #fff;
  line-height: 44px;
  margin-bottom: 0px;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  color: #B7392E;
}
#footer-wrapper {
 /* background-color: white;*/
  padding-top: 49px;
}
#footer-wrapper .footer-wrapper-inner {
 /* background-color: white;*/
}
#footer-wrapper .footer-wrapper-inner .moduletable {
  margin-bottom: 0px;
}
/*===== Social Media ======*/
.social {
  margin: 0;
  
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 1px 0 0;
}
.social li a {
  display: inline-block;
  width: 43px;
  height: 43px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  background-color: #f9f9f9;
  text-align: center;
  color: #fff;
}
.social li a.fa {
  position: relative;
  border-radius: 50%;
}
.social li a.fa:before {
  font: 15px/43px FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  text-align: center;
}
.social li a:hover {
  background-color: #ffd565;
}
.btn-toolbar .btn-primary {
  height: 32px;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 32px;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 2px 10px;
}
@media screen and (max-width: 1152px)
{
    .container, .contact_main
     {
          width:999px;
     }
     #back-top a span 
     {         
        margin-bottom: -25px;
     }
     h4
     {
         width: 100%;
        text-align: center;
        margin-left: 30px;
     }
     .form_row_edit .slected .form_left1 select {
    width: 282px;
     }
}

/************************enquiry form*************/
.col_two_third {
    width: 65.33%;
}
.nobottommargin {
    margin-bottom: 0px !important;
}
.col-0 {
    width: 100%;
}
.label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
    cursor: pointer;
}

.location_dtl
{margin: 225px;
color: rgb(0, 0, 0);
font-size: 25px;}






