.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: url(../images/body-bg.jpg) left top repeat;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  padding-bottom: 23px;
}
h2 {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
}
h3,
.page-category__about .item_title {
  font-size: 23px;
  line-height: 23px;
  padding-bottom: 26px;
}
h4 {
  font-size: 17px;
  line-height: 18px;
  padding-bottom: 18px;
}
h5 {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 6px;
}
.moduleTitle,
.page-category__about .item_title,
.page_header,
.page-item .item_title {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.page-category__about .item_title {
  text-transform: none;
}
legend {
  font-family: 'Asap', sans-serif;
  font-size: 23px;
  line-height: 23px;
  padding-bottom: 26px;
  text-transform: uppercase;
}
p {
  margin: 0;
  padding-bottom: 16px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 16px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 16px;
  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;
}
.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:focus {
  box-shadow: none;
}
.btn-primary {
  padding: 4px 19px;
  font-family: 'Asap', sans-serif;
  background: #e3e3e3;
  color: #333333;
  text-shadow: none;
  border: none;
  border-bottom-color: none;
  text-transform: uppercase;
}
.btn-primary:hover {
  background: #333333;
  color: #ffffff;
}
.btn-info {
  padding: 4px 19px;
  font-family: 'Asap', sans-serif;
  text-transform: uppercase;
  background: #e3e3e3;
  color: #333333;
  text-shadow: none;
  border: none;
  border-bottom-color: none;
}
.btn-info:hover {
  background: #333333;
  color: #ffffff;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module {
  overflow: hidden;
  padding-top: 6px;
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li {
  background: url(../images/li-icon1.png) left top no-repeat;
  padding-left: 25px;
  list-style: none;
  line-height: 18px;
  padding-bottom: 8px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a {
  text-transform: uppercase;
  line-height: 18px;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  margin: 0;
}
.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;
}
.pagination ul li .pagenav {
  font: 800 14px/18px;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: none;
}
.pagination ul li span.pagenav {
  color: #555555;
}
.pagination ul li a.pagenav {
  color: #49a383;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #be2435;
}
.pagination ul li.num span.pagenav {
  color: #be2435;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 24px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.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 .row-container {
  padding-top: 18px;
}
#top {
  min-height: auto;
  height: 25px;
}
/*======================= HEADER =======================*/
#header-row .row-container {
  padding-bottom: 52px;
}
#header-row .container-fluid {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 28px;
}
#logo {
  position: relative;
  top: -4px;
}
/*======================= NAVIGATION =======================*/
#navigation-row .row-container {
  padding-bottom: 55px;
}
.mod-custom__slogan h1 {
  padding-bottom: 0;
}
.mod-custom__slogan h2 {
  padding-bottom: 0;
}
.mod-custom__slogan .title {
  border-right: 1px solid #d6d6d6;
  margin-right: 34px;
}
.mod-custom__slogan p {
  font-size: 17px;
  line-height: 20px;
  padding-top: 9px;
  font-family: 'Asap', sans-serif;
  padding-bottom: 12px;
}
.select-menu {
  display: none;
}
.navigation {
  padding-top: 23px;
}
.navigation ul.sf-menu {
  float: right;
  position: relative;
  /*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 12px 0 0;
  height: 16px;
}
.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 {
  background: #000000;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 13px;
  line-height: 16px;
  font-family: 'Asap', sans-serif;
  color: #000000;
  background: none;
  height: 16px;
  display: block;
  padding: 5px 7px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #000000;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 28px;
}
.navigation ul.sf-menu ul {
  width: 155px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu ul {
  background: #555555;
  padding: 12px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 13px;
  line-height: 16px;
  font-family: 'Asap', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 6px 12px;
  text-decoration: none;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #333333;
  color: #ffffff;
}
.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 {
  background: #333333;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 155px;
  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: 157px;
}
.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: 16px;
  padding-bottom: 16px;
  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: 18px;
  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: 155px;
  top: 16px;
}
/*======================= SHOWCASE =======================*/
#showcase-row .row-container {
  padding-bottom: 64px;
}
.mod-newsflash-adv .isotope-item {
  -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;
}
.mod-newsflash-adv__showcase .item {
  position: relative;
  float: left;
  margin-bottom: 0;
  width: 25%;
}
.mod-newsflash-adv__showcase .item img {
  position: relative;
  z-index: 2;
}
.mod-newsflash-adv__showcase .caption {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 4;
  top: 0;
  padding-top: 30%;
}
.mod-newsflash-adv__showcase .caption h1,
.mod-newsflash-adv__showcase .caption h4 {
  color: #ffffff;
  text-align: center;
}
.mod-newsflash-adv__showcase .caption h1 {
  font-style: italic;
  font-size: 49px;
  line-height: 49px;
  font-weight: bold;
  padding-bottom: 7px;
}
.mod-newsflash-adv__showcase .caption h4 {
  font-size: 18px;
  line-height: 22px;
}
/*======================= FEATURE =======================*/
#feature-row .moduletable-inner {
  padding-bottom: 12px;
}
#feature-row .container-fluid {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 41px;
  margin-bottom: 50px;
}
.moduletable.welcome .moduletable-inner {
  border-right: 1px solid #d6d6d6;
  margin-right: 8%;
  padding-right: 12%;
}
.moduletable.events .moduletable-inner {
  border-right: 1px solid #d6d6d6;
  margin-right: 9%;
  padding-right: 12%;
}
.mod-newsflash-adv__events .item {
  background: url(../images/border-dotted-hor.png) left bottom repeat-x;
}
.mod-newsflash-adv__events .item.lastItem {
  background: none;
  margin-bottom: 0;
}
.mod-newsflash-adv__events p {
  padding-bottom: 30px;
}
.mod-newsflash-adv__events .item_published {
  color: #be2435;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  font-family: 'Asap', sans-serif;
  padding-bottom: 12px;
}
.mod-newsflash-adv__events h5 {
  padding-bottom: 11px;
}
.mod-newsflash-adv__popular .pretext {
  text-transform: uppercase;
  color: #49a383;
  font-family: 'Asap', sans-serif;
  padding-bottom: 18px;
  font-size: 13px;
  line-height: 18px;
  margin-top: -3px;
}
.mod-newsflash-adv__popular .item {
  margin-bottom: 23px;
}
.mod-newsflash-adv__popular .item.lastItem {
  margin-bottom: 30px;
}
.mod-newsflash-adv__popular .thumb {
  float: left;
  margin-right: 20px;
  display: block;
}
.mod-newsflash-adv__popular p {
  padding-top: 7px;
  padding-bottom: 0;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0;
}
.item {
  margin-bottom: 35px;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
/*===== About Page ======*/
.page-category__about {
  margin-right: 5.3%;
  border-right: 1px solid #e3e3e3;
  padding-right: 6%;
}
.page-category__about h3.item_title {
  padding-bottom: 10px;
}
.page-category__about .item_introtext {
  padding-top: 12px;
}
.page-category__about .item_introtext h5 {
  padding-bottom: 10px;
}
.page-category__about .item_img {
  padding-top: 4px;
  max-width: 50%;
}
.page-category__about .item {
  margin-bottom: 0;
}
.body__about #mainbottom-row .row-container {
  padding-top: 39px;
}
.moduletable.how-we-work {
  padding-bottom: 0;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 -18px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 28px;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 16px 16px 0 !important;
}
.page-gallery__gallery .gallery-item {
  margin-bottom: 30px;
}
.filters {
  padding-bottom: 20px;
}
/*===== Blog Page ======*/
.page-blog .thumb,
.page-item__blog .thumb {
  display: none;
}
.page-blog .item_img {
  max-width: 40%;
}
.item_info {
  font-size: 14px;
}
.item_info dl.item_info_dl {
  margin: 0;
}
.item_info dd {
  margin: 0;
  display: inline-block;
  padding-right: 6px;
}
.page-blog,
.page-item__blog,
.page-archive {
  margin-right: 5.3%;
  border-right: 1px solid #e3e3e3;
  padding-right: 6%;
}
.page-blog .item,
.page-item__blog .item,
.page-archive .item {
  padding-bottom: 40px;
}
.page-blog .item_title,
.page-item__blog .item_title,
.page-archive .item_title {
  color: #be2435;
  padding-top: 4px;
}
.page-blog .item_title a,
.page-item__blog .item_title a,
.page-archive .item_title a {
  color: #be2435;
}
.page-blog .item_title a:hover,
.page-item__blog .item_title a:hover,
.page-archive .item_title a:hover {
  color: #49a383;
}
.page-blog .item_img,
.page-item__blog .item_img,
.page-archive .item_img {
  overflow: hidden;
  margin-bottom: 26px;
}
.page-blog .item_img img,
.page-item__blog .item_img img,
.page-archive .item_img img {
  display: block;
}
.page-blog .item_header,
.page-item__blog .item_header,
.page-archive .item_header {
  padding-bottom: 16px;
  overflow: hidden;
}
.page-blog .item_published,
.page-item__blog .item_published,
.page-archive .item_published {
  font-family: 'Asap', sans-serif;
  float: left;
  margin-right: 20px;
  text-align: center;
  background-color: #55ac89;
  background-image: -moz-linear-gradient(top, #61b896, #449a76);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#61b896), to(#449a76));
  background-image: -webkit-linear-gradient(top, #61b896, #449a76);
  background-image: -o-linear-gradient(top, #61b896, #449a76);
  background-image: linear-gradient(to bottom, #61b896, #449a76);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61b896', endColorstr='#ff449a76', GradientType=0);
  padding: 11px 14px 8px;
}
.page-blog .item_published span,
.page-item__blog .item_published span,
.page-archive .item_published span {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
}
.page-blog .item_published span.day,
.page-item__blog .item_published span.day,
.page-archive .item_published span.day {
  font-size: 18px;
}
.page-blog .item_published span.month,
.page-item__blog .item_published span.month,
.page-archive .item_published span.month {
  font-size: 12px;
}
.page-blog .item_title,
.page-item__blog .item_title,
.page-archive .item_title {
  padding-bottom: 6px;
  font-weight: bold;
}
dd.item-hits {
  float: right;
}
/*===== Services Page ======*/
.page-category__services .page_header h3 {
  padding-bottom: 18px;
}
.page-category__services .item {
  margin-bottom: 13px;
}
.page-category__services .item_title {
  color: #000000;
}
/*===== 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;
}
.addthis_toolbox {
  padding-top: 12px;
}
#aside-right .moduletable,
#aside-left .moduletable {
  padding-bottom: 40px;
}
.mod-article-single__how-we-work div.item1,
.mod-article-single__how-we-work div.item2,
.mod-article-single__how-we-work div.item3 {
  padding-left: 65px;
  padding-bottom: 8px;
}
.mod-article-single__how-we-work div.item1 {
  background: url(../images/how-we-work-1.jpg) left 4px no-repeat;
}
.mod-article-single__how-we-work div.item2 {
  background: url(../images/how-we-work-2.jpg) left 4px no-repeat;
}
.mod-article-single__how-we-work div.item3 {
  background: url(../images/how-we-work-3.jpg) left 4px no-repeat;
  padding-bottom: 0;
}
.mod-article-single__how-we-work div.item3 p {
  padding-bottom: 18px;
}
.mod-article-single__how-we-work h5 {
  color: #be2435;
  font-weight: bold;
  padding-bottom: 4px;
}
.mod-article-single__how-we-work .item_introtext h4 {
  font-size: 18px;
}
.work {
  position: relative;
  top: -4px;
}
.mod-custom__colors [class*="col"] {
  padding-bottom: 20px;
  padding-left: 45px;
}
.mod-custom__colors .col1 {
  background: url(../images/color-1.png) left top no-repeat;
}
.mod-custom__colors .col2 {
  background: url(../images/color-2.png) left top no-repeat;
}
.mod-custom__colors .col3 {
  background: url(../images/color-3.png) left top no-repeat;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= MAINBOTTOM =======================*/
#mainbottom-row h3 {
  font-size: 20px;
  padding-bottom: 13px;
}
.mod-article-single__welcome p {
  padding-bottom: 30px;
}
dl.style-1 {
  margin: 0;
}
dl.style-1 dt {
  padding-left: 27px;
  padding-bottom: 9px;
  background: url(../images/li-icon1.png) left top no-repeat;
}
dl.style-1 dt a {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Asap', sans-serif;
}
dl.style-1 dd {
  padding-left: 27px;
  margin: 0;
  padding-bottom: 36px;
}
.mod-newsflash-adv__projects .pretext {
  padding-bottom: 32px;
}
.mod-newsflash-adv__projects .item .item_img {
  margin-bottom: 0px;
}
.mod-newsflash-adv__projects .item_content {
  background: #ffffff;
  padding: 21px 6px 0px 21px;
}
.mod-newsflash-adv__projects p {
  padding-bottom: 29px;
}
#mainbottom-row .moduletable.people {
  border-top: 1px solid #e3e3e3;
  padding-top: 49px;
}
#mainbottom-row .moduletable.people h3.moduleTitle {
  font-size: 23px;
  padding-bottom: 26px;
}
.mod-newsflash-adv__people .item_introtext p {
  display: none;
}
.mod-newsflash-adv__people .item_img {
  margin-bottom: 28px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
.moduletable.footer-menu .mod-menu {
  float: right;
}
.moduletable.footer-menu ul.nav li {
  display: inline-block;
  padding-left: 14px;
  background: url(../images/footer-menu-icon.png) 5px 6px no-repeat;
}
.moduletable.footer-menu ul.nav li a,
.moduletable.footer-menu ul.nav li span {
  color: #545454;
  text-transform: uppercase;
}
.moduletable.footer-menu ul.nav li a:hover {
  color: #be2435;
  background: none;
}
.moduletable.footer-menu ul.nav li.firstItem {
  background: none;
}
#footer-wrapper #copyright {
  border-top: 1px solid #d6d6d6;
  padding-top: 23px;
  margin-top: 48px;
  padding-bottom: 40px;
}
.mod-footer {
  font-size: 11px;
}
.mod-footer a {
  color: #545454;
}
.mod-footer a:hover {
  color: #be2435;
}
span.siteName {
  text-transform: uppercase;
  font-style: italic;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
}
/*===== Social Media ======*/
.mod-menu__social {
  position: relative;
  right: -7px;
}
.social li {
  margin: 0 5px 0 0;
}
.social li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
