.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: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= 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: #3ebaa3;
}
h3 {
  color: #252424;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 33px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}
h4 {
  color: #3c3c3c;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 11px;
}
h5 {
  font: inherit;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 17px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 17px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 17px;
  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.disabled {
  cursor: default !important;
}
.btn-primary,
.btn-small {
  background: #3ebaa3;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 24px;
  line-height: 46px;
  text-transform: uppercase;
  font-family: 'Asap', sans-serif;
  font-size: 19px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  background: #30292d;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #30292d;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #3ebaa3;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #30292d;
  color: #ffffff;
}
.btn-info {
  background: #3ebaa3;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 24px;
  line-height: 46px;
  text-transform: uppercase;
  font-family: 'Asap', sans-serif;
  font-size: 19px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-info:hover {
  background: #30292d;
  color: #ffffff;
}
.btn-info:focus,
.btn-info:active {
  background: #3ebaa3;
  color: #ffffff;
  text-shadow: none;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  background: #30292d;
  color: #ffffff;
}
.btn-group .btn-info {
  margin: 0 10px 5px 0;
}
#searchForm .btn.btn-primary {
  height: 27px;
  line-height: 27px;
}
/*Lists*/
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%;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #3ebaa3;
  -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: #3ebaa3;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #30292d;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #3ebaa3;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 17px;
  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;
  opacity: 0;
  filter: alpha(opacity=0);
  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;
  color: #3ebaa3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #3ebaa3;
}
.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 18px 9px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 18px;
  max-width: 50%;
}
.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);
}
#system-message > div {
  margin: 20px 0;
}
html {
  background: url(../images/texture.jpg) 50% 0;
}
body {
  background: none;
}
#wrapper {
  max-width: 1292px;
  position: relative;
}
#wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  background: #fff;
  top: 75px;
  bottom: 125px;
  width: 100%;
}
.wrapper-inner {
  position: relative;
  z-index: 3;
  padding: 106px 0 0;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
	padding: 15px 0 15px;
}
#logo {
  text-align: center;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.mod-custom__slogan {
  color: #818080;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
  padding: 30px 0 0;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #ffffff;
}
#navigation-row .container-fluid {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 21px;
}
.navigation ul.sf-menu {
  display: table;
  margin: 0 auto;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
}
.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: #3ebaa3;
}
.navigation ul.sf-menu > li + li {
  margin-left: 61px;
}
.navigation ul.sf-menu > li + li:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 1px;
  height: 9px;
  background: #c7c7c7;
  margin-top: -5px;
  left: -29px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  /* font-size: 15px; */
  line-height: 60px;
  font-family: 'Merriweather Sans', sans-serif;
  color: #30292d;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  -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 > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #3ebaa3;
}
.navigation ul.sf-menu li > ul {
  top: 62px;
  /*Define 1st SubMenu position*/
  left: 50%;
  margin-left: -77.5px;
}
.navigation ul.sf-menu ul {
  width: 155px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -12px;
  left: 156px;
  margin-left: 0;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -12px;
  left: 156px;
  margin-left: 0;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 12px 0;
  border: 1px solid #d6d6d6;
}
.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 {
  font-size: 14px;
  line-height: 17px;
  font-family: 'Droid Sans', sans-serif;
  color: #1b1b1b;
  display: block;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -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: #3ebaa3;
}
.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: #3ebaa3;
}
.navigation ul.sf-menu ul li + li {
  border-top: 1px solid #eaeaea;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
}
.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 {
  /*Define 1st SubMenu position*/
  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: 60px;
  padding-bottom: 60px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: 62px;
  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: 60px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= 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: 63px 0 0;
}
.top_blocks .img-intro__left {
  margin-right: 4px;
}
.top_blocks .item_content {
  overflow: hidden;
  padding: 9px 65px 0 0;
}
.top_blocks .item + .item {
  position: relative;
}
.top_blocks .item + .item:before {
  background: #efefef;
  top: -16px;
  width: 1px;
  content: '';
  bottom: -15px;
  position: absolute;
  left: -1px;
}
/*======================= MAINTOP =======================*/
#maintop-row .container-fluid {
  border-bottom: 1px solid #efefef;
  padding: 0 0 59px;
}
.new_services .item_content {
  background: #f7f7f6;
  padding: 23px 30px 30px 30px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.new_services .item_content .dropcap {
  font-size: 25px;
  float: none;
  margin-bottom: 19px;
  display: block;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding: 44px 0 0;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 57px;
  text-transform: uppercase;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 13px;
  line-height: 17px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 17px 17px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
/*===== 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,
.page-item__blog .item_published,
.page-archive .item_published {
  float: left;
  background: #3ebaa3;
  color: #252424;
  text-transform: uppercase;
  text-align: center;
  line-height: 48px;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  width: 76px;
  font-weight: bold;
  margin-right: 20px;
}
.page-blog .item_published span,
.page-item__blog .item_published span,
.page-archive .item_published span {
  display: block;
  background: #f7f7f6;
  color: #3ebaa3;
}
.page-blog .item,
.page-item__blog .item,
.page-archive .item {
  border-bottom: 1px solid #efefef;
  margin-bottom: 77px;
  padding-bottom: 68px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  list-style: none;
  background: url(../images/list_marker.png) 0 5px no-repeat;
  padding: 0 0 7px 19px;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  background: none !important;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
#aside-right .moduletable + .moduletable {
  border-top: 1px solid #efefef;
  padding-top: 65px;
  margin-top: 65px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding: 0 0 25px;
}
.dropcap {
  float: left;
  width: 66px;
  color: #3ebaa3;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
}
.reasons .item_content {
  overflow: hidden;
  padding-right: 25px;
}
.reasons .row-fluid .item {
  margin-bottom: 30px;
}
.reasons .row-fluid .item + .item {
  position: relative;
}
.reasons .row-fluid .item + .item:before {
  content: '';
  left: -1px;
  width: 1px;
  background: #efefef;
  position: absolute;
  top: -5px;
  bottom: 0px;
}
/*======================= BOTTOM =======================*/
#bottom-row .container-fluid {
  background: #f7f7f6;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 35px 0 43px;
}
#bottom-row .mod-newsflash-adv .row-fluid {
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
}
#bottom-row .mod-newsflash-adv .row-fluid .span3 {
  padding-left: 3px;
}
#bottom-row .mod-article-single {
  text-align: center;
  padding: 0 40px;
}
#bottom-row .moduleTitle {
  text-align: center;
}
.photos {
  text-align: center;
}
.photos .pretext {
  max-width: 860px;
  margin: 0 auto 47px;
  padding: 0 20px;
}
.photos .item_img a:after {
  content: '\f00e';
}
.photos .mod-newsflash-adv_custom-link {
  padding-top: 4px;
}
/*======================= FOOTER =======================*/
#copyright-row {
  font-size: 11px;
  color: #545454;
  padding: 67px 0 62px;
}
#copyright-row a {
  color: inherit;
}
#copyright-row a:hover {
  color: #3ebaa3;
}
#copyright {
  float: left;
  text-transform: capitalize;
}
.footer_menu {
  float: right;
}
.footer_menu .mod-menu .nav.menu {
  text-align: right;
}
.footer_menu .mod-menu .nav.menu li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  background: none;
  line-height: 24px;
}
.footer_menu .mod-menu .nav.menu li + li {
  padding-left: 17px;
  background: url(../images/footer_marker.png) 6px 50% no-repeat;
}
.moduletable.social {
  float: right;
  margin-right: 3px;
}
#footer-wrapper {
  position: relative;
  z-index: 3;
}
/*===== Social Media ======*/
.social ul {
  margin: 0;
}
.social ul li {
  margin: 0 8px 0 0;
}
.social ul li a {
  width: 24px;
  height: 0px;
  padding-top: 24px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff !important;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
