@import url(//fonts.googleapis.com/css?family=Racing+Sans+One);
@import "http://fonts.googleapis.com/css?family=Roboto+Condensed";
/*.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-face {
  font-family: 'asapbold';
  src: url('../fonts/asap-bold-webfont.eot');
  src: url('../fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-bold-webfont.woff') format('woff'), url('../fonts/asap-bold-webfont.ttf') format('truetype'), url('../fonts/asap-bold-webfont.svg#asapbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapregular';
  src: url('../fonts/asap-regular-webfont.eot');
  src: url('../fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-regular-webfont.woff') format('woff'), url('../fonts/asap-regular-webfont.ttf') format('truetype'), url('../fonts/asap-regular-webfont.svg#asapregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'droid_sansregular';
  src: url('../fonts/droidsans-webfont.eot');
  src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/droidsans-webfont.woff') format('woff'), url('../fonts/droidsans-webfont.ttf') format('truetype'), url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'droid_sansbold';
  src: url('../fonts/droidsans-bold-webfont.eot');
  src: url('../fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/droidsans-bold-webfont.woff') format('woff'), url('../fonts/droidsans-bold-webfont.ttf') format('truetype'), url('../fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
  font: 13px/20px @droid_sansregular;
  font-family: 'Racing Sans One', cursive;
*/
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 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: #de8300;
}
h1,
h2,
h3 {
  color: #133563;
  font: 13px/25px "asapbold";
}
h1.type,
h2.type,
h3.type {
  font: 45px/51px 'Racing Sans One', cursive;
  color: #010101;
  text-transform: none;
}
.alert-heading {
  color: inherit;
}
.color {
  color: black;
}
p {
  margin: 0;
  padding-bottom: 15px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 20px;
  background: #ffffff;
  color: #606060;
  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-primary {
  font: 17px/20px 'asapregular';
  color: black;
  border: none;
  background: none !important;
  text-transform: lowercase;
  padding: 0;
  box-shadow: none !important;
  outline: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: none;
  color: #de8300;
}
.btn-primary.submitButton {
  float: right;
  font: 17px/20px 'asapregular';
  color: black;
  border: none;
  background: none !important;
  text-transform: lowercase;
  padding: 0;
  box-shadow: none !important;
  outline: none;
}
.btn-primary.submitButton:hover,
.btn-primary.submitButton:focus,
.btn-primary.submitButton:active {
  background: none;
  color: #de8300;
}
.btn-info {
  font: 17px/20px 'asapregular';
  color: black;
  border: none;
  background: none !important;
  text-transform: lowercase;
  padding: 0;
  box-shadow: none !important;
  outline: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #de8300;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.item-list {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.item-list li {
  background: url(../images/plus.png) 0 1px no-repeat;
  list-style: none;
  padding: 0 0 18px 28px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.item-list li a {
  font: 13px/20px 'droid_sansbold';
  color: black;
  text-transform: uppercase;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.item-list li a:hover {
  color: #de8300;
}
ul.unstyled li {
  padding: 0 0 10px;
}
ul.unstyled li a {
  font: 13px/20px 'droid_sansbold';
  color: #de8300;
  text-transform: uppercase;
}
ul.unstyled li a:hover {
  color: black;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*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%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 12px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 17px/20px 'asapregular';
  color: black;
  border: none;
  background: none;
  text-transform: lowercase;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: none;
  color: #de8300;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #de8300;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: none;
  color: #de8300;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 0px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 20px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 9px 0;
  
}
.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 =======================*/
#top-row {
  /*background: url(../images/top.jpg) center 0 repeat;*/
  background:#17375e;
  /*box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);*/
}
/*======================= HEADER =======================*/
#header-row {
  padding: 5px 0 5px;
}
#logo {
  text-align: center;
}
   #logo img {
    text-align: center;
    width:100%;
  }
#logo a {
  display: inline-block;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  padding: 2px 0 2px;
  text-align: center;
  text-transform: uppercase;
  /*SubMenu Styles*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  float: none;
  display: inline;
  padding: 0;
  margin: 0 38px;
  position: relative;
}
.navigation ul.sf-menu > li:before {
  content: "|";
  position: absolute;
  left: -42px;
  top: -3px;
  color: white;
  opacity: 0.41;
  filter: alpha(opacity=41);
}
.navigation ul.sf-menu > li:first-child:before {
  display: none;
}
.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 {
  display: block;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font: 16px/20px 'Calibri';
  display: block;
  display: inline;
  color: white;
  padding: 0;
  -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;
  text-decoration:none;
  font-weight:bold;
  
}
.navigation ul.sf-menu > li > a:before,
.navigation ul.sf-menu > li > span:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #f2f0e6 transparent;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -8px;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
   /*font-family:Roboto Condensed;*/
   font-family:Calibri;
}
.navigation ul.sf-menu > li > a:hover:before,
.navigation ul.sf-menu > li > span:hover:before {
  display: block;
}
.navigation ul.sf-menu > li:hover > ul,
.navigation ul.sf-menu > li.sfHover > ul {
  top: 37px;
  left: 50%;
  margin-left: -55px;
}
.navigation ul.sf-menu ul {
  width: 110px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -20px;
  left: 111px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -20px;
  left: 111px;
}
.navigation ul.sf-menu ul {
  background: #de8300;
  padding: 20px 0;
}
.navigation ul.sf-menu ul li {
  margin: 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font: 13px/30px 'asapbold';
  color: white;
  display: block;
  padding: 0 12px;
  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: black;
}
.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: black;
}
.navigation ul.sf-menu.sf-vertical {
  width: 110px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 110px;
  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: 112px;
}
.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: 40px;
  padding-bottom: 40px;
  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: 42px;
  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: 110px;
  top: 40px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding: 5px 0 40px;
}
#showcase-row .row-container .container {
  background: white;
}
.mod-newsflash-adv.mod-newsflash-adv__news .item_published {
  font: 13px/20px 'droid_sansbold';
  color: #de8300;
  margin: 0 0 12px;
}
.mod-newsflash-adv.mod-newsflash-adv__news .item_title {
  font: 13px/20px 'droid_sansregular';
  color: black;
  margin: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__whs .item_title {
  font: 13px/18px 'droid_sansbold';
  color: black;
  text-transform: uppercase;
}
.mod-newsflash-adv.mod-newsflash-adv__whs .item_title i {
  font-size: 18px;
  color: #de8300;
}
.mod-newsflash-adv.mod-newsflash-adv__team .item_title {
  font: 13px/20px 'droid_sansregular';
  color: black;
  margin: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item_title {
  font: 13px/18px 'asapregular';
  color: black;
  text-transform: uppercase;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item_title a {
  color: black;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item_title a:hover {
  color: #de8300;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item_content {
  overflow: hidden;
}
.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 =======================*/
/*======================= MAINTOP =======================*/
.contentInner {
  /*background: url(../images/contentInner.jpg) center 0 repeat;
  border-top: 1px solid #e3e2d4;
  border-bottom: 1px solid #e3e2d4;
  box-shadow: 0 0 1px #e3e2d4;*/
  padding: 20px 0 10px;
}
#maintop-row {
  padding-bottom: 15px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 30px;
}
.moduletable .mod-menu {
 /* margin-bottom: 40px;*/
 background:#17375e;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 29px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 7px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
}
/*===== About Page ======*/
.moduletable.type {
  /*padding: 12px 0 0;*/
  margin-bottom:20px;
}
.moduletable.type .moduleTitle {
  font: 28px/17px 'asapbold';
  color: #133563;
  /*margin: 0 0 4px;*/
  margin: -9px 0 20px;
}
.moduletable.type ul.type {
  /*margin-bottom: 11px;*/
}
.moduletable.type ul.type li {
  /*padding-bottom: 20px;*/
}
.moduletable.type ul.type li .separator {
  display: block;
  font: 18px/22px Calibri, serif;
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
 
}
.moduletable.type ul.type li a.link {
  font: 13px/36px 'asapbold';
  background: url(../images/top.jpg) center 0 repeat;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  padding: 0 27px;
}
.moduletable.type ul.type li a.link:hover {
  color: #f89406;
}
.moduletable.post .moduleTitle {
  font-size: 22px;
}
.mod-article-single.mod-article-single__post .item__module {
  background: white;
  overflow: hidden;
}
.mod-article-single.mod-article-single__post .item__module .img-intro__left {
  float: none;
  margin: 0;
}
.mod-article-single.mod-article-single__post .item__module .inner {
  border: 1px solid #ededed;
  border-top: none;
  padding: 36px 25px 29px;
}
.mod-article-single.mod-article-single__post .item__module .inner .item-title {
  margin: 0 0 1px;
}
.mod-article-single .item__module {
  margin-bottom: 40px;
}
.mod-article-single .item__module .item-title {
  font: 13px/18px 'asapregular';
  color: black;
  text-transform: uppercase;
}
.mod-article-single .item__module .item-title a {
  color: black;
}
.mod-article-single .item__module .item-title a:hover {
  color: #de8300;
}
.accordion {
  margin-bottom: 40px;
}
.accordion ul.accordion > li {
  color: #606060;
  margin-bottom: 18px;
  font: 13px/20px 'droid_sansregular';
}
.accordion ul.accordion > li a .dcjq-icon {
  display: none;
}
.accordion ul.accordion > li a.active .dcjq-icon {
  background-position: 0 0;
}
.accordion ul.accordion > li a.dcjq-parent {
  background: url(../images/plus.png) 0 0px no-repeat;
  border: none;
  font: 13px/20px 'droid_sansbold';
  color: black;
  position: relative;
  margin: 0px;
  padding: 4px 0 0 30px;
  text-transform: uppercase;
}
.accordion ul.accordion > li a.dcjq-parent:hover {
  background: url(../images/plus.png) 0 0px no-repeat;
  color: #de8300;
}
.accordion ul.accordion > li a.dcjq-parent.active {
  background: url(../images/minus.png) 0 0px no-repeat;
  color: #de8300;
}
.accordion ul.accordion > li ul {
  font-size: 13px;
 /* margin: 0 0 0 28px;*/
  padding: 0 0 13px;
}
.accordion ul.accordion > li ul li {
  padding: 20px;
  background: #f7ecd3;
  color:#000;
  overflow:hidden;
}
/*===== Services Page ======*/
/*===== Blog Page ======*/
.page-category,
.page-gallery,
.page-archive,
.page-item__blog,
.page-blog {
  padding-right: 96px;
}
.page-category.page-category__about,
.page-gallery.page-category__about,
.page-archive.page-category__about,
.page-item__blog.page-category__about,
.page-blog.page-category__about {
  padding-right: 96px;
}
.page-category .item_title,
.page-gallery .item_title,
.page-archive .item_title,
.page-item__blog .item_title,
.page-blog .item_title {
  font: 13px/18px 'asapregular';
  color: black;
  text-transform: uppercase;
}
.page-category .item_title a,
.page-gallery .item_title a,
.page-archive .item_title a,
.page-item__blog .item_title a,
.page-blog .item_title a {
  color: black;
}
.page-category .item_title a:hover,
.page-gallery .item_title a:hover,
.page-archive .item_title a:hover,
.page-item__blog .item_title a:hover,
.page-blog .item_title a:hover {
  color: #de8300;
}
.page-category .item_published,
.page-gallery .item_published,
.page-archive .item_published,
.page-item__blog .item_published,
.page-blog .item_published {
  font: 13px/20px 'droid_sansbold';
  color: #de8300;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.page-category .item_info_dl,
.page-gallery .item_info_dl,
.page-archive .item_info_dl,
.page-item__blog .item_info_dl,
.page-blog .item_info_dl {
  font: 13px/20px 'droid_sansbold';
  color: #de8300;
  text-transform: uppercase;
}
.page-category .item_info_dl dd,
.page-gallery .item_info_dl dd,
.page-archive .item_info_dl dd,
.page-item__blog .item_info_dl dd,
.page-blog .item_info_dl dd {
  margin-right: 10px;
}
.page-category .item_info_dl dd div,
.page-gallery .item_info_dl dd div,
.page-archive .item_info_dl dd div,
.page-item__blog .item_info_dl dd div,
.page-blog .item_info_dl dd div {
  display: inline-block;
  line-height: 28px;
  width: auto;
}
.page-category .item_info_dl dd .item_createdby,
.page-gallery .item_info_dl dd .item_createdby,
.page-archive .item_info_dl dd .item_createdby,
.page-item__blog .item_info_dl dd .item_createdby,
.page-blog .item_info_dl dd .item_createdby {
  background: url(../images/admin.png) 0 0 no-repeat;
  padding-left: 28px;
}
.page-category .item_info_dl dd .item_category-name,
.page-gallery .item_info_dl dd .item_category-name,
.page-archive .item_info_dl dd .item_category-name,
.page-item__blog .item_info_dl dd .item_category-name,
.page-blog .item_info_dl dd .item_category-name {
  background: url(../images/category.png) 0 0 no-repeat;
  padding-left: 28px;
}
.page-category .item_info_dl dd .item_hits,
.page-gallery .item_info_dl dd .item_hits,
.page-archive .item_info_dl dd .item_hits,
.page-item__blog .item_info_dl dd .item_hits,
.page-blog .item_info_dl dd .item_hits {
  background: url(../images/read.png) 0 0 no-repeat;
  padding-left: 28px;
}
.page-category .item_info_dl dd .kmt-readon,
.page-gallery .item_info_dl dd .kmt-readon,
.page-archive .item_info_dl dd .kmt-readon,
.page-item__blog .item_info_dl dd .kmt-readon,
.page-blog .item_info_dl dd .kmt-readon {
  background: url(../images/comment.png) 0 0 no-repeat;
  padding-left: 28px;
}
.page-category .item_info_dl dd a,
.page-gallery .item_info_dl dd a,
.page-archive .item_info_dl dd a,
.page-item__blog .item_info_dl dd a,
.page-blog .item_info_dl dd a {
  color: #de8300;
}
.page-category .item_info_dl dd a:hover,
.page-gallery .item_info_dl dd a:hover,
.page-archive .item_info_dl dd a:hover,
.page-item__blog .item_info_dl dd a:hover,
.page-blog .item_info_dl dd a:hover {
  color: black;
}
.page-category,
.page-gallery {
  padding: 0;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
  margin-bottom: 30px;
}
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 20px 20px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  font: 14px/20px 'Racing Sans One', cursive;
  color: #606060;
  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 {
  font: 13px/18px 'asapregular';
  color: black;
  text-transform: uppercase;
}
/*===== Team Page ======*/
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= 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;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
#bottom-row {
  padding: 0px 0 25px;
}
/*======================= FOOTER =======================*/
#copyright .siteName {
  display: none;
}
#footer-wrapper {
  background: white;
}
#footer-wrapper .footer-wrapper-inner {
  background: #fff;
  font-size: 13px;
  padding: 10px 0;
  color: #143463;
  text-align:center;
  
}
#footer-wrapper .footer-wrapper-inner a {
  color: #737373;
  text-decoration:underline;
}
#footer-wrapper .footer-wrapper-inner a:hover, #footer-wrapper .footer-wrapper-inner a.active {
  color: #133563;
  text-decoration:none;
}
ul.footer {
  text-align: right;
}
ul.footer li {
  background: url(../images/fseparator.gif) 0 center no-repeat;
  padding-left: 18px;
  margin-left: 18px;
  display: inline;
  font-size: 12px;
}
ul.footer li:first-child {
  background: none;
  padding-left: 0;
  margin-left: 0;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 30px;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 3px 14px;
}

