.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 46px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 20px;
  margin: 0 0 11.5px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 23px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 23px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  padding-top: 11.5px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 11.5px 0;
  border-top: 1px solid #eeeeee;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #0f7dbf;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #0f7dbf;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.moduletable.history {
  padding-top: 63px;
  padding-bottom: 33px;
}
.moduletable.team {
  text-align: center;
  padding-top: 17px;
}
.moduletable.pricing_simple .page_header,
.moduletable.pricing_detailed .page_header {
  margin-bottom: 30px;
}
.moduletable.top-search {
  float: right;
  margin-right: 26px;
}
.moduletable.top-search input {
  background: transparent;
  border: none;
  height: 39px;
  padding: 0 3px;
  width: 90px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  font-family: 'Merriweather Sans', sans-serif;
  color: white;
}
.moduletable.top-search input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.moduletable.top-search input:-ms-input-placeholder {
  color: #ffffff;
}
.moduletable.top-search input::-webkit-input-placeholder {
  color: #ffffff;
}
.moduletable.top-search .btn {
  font-size: 0;
  height: 26px;
  background: transparent;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.moduletable.top-search .btn:before {
  content: '\e13d';
  font-size: 26px;
  line-height: 26px;
  color: #2da5ee;
  display: inline-block;
  font-family: 'material-design';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.moduletable.top-search .btn:hover:before {
  color: white;
}
@media (max-width: 767px) {
  .moduletable.top-search {
    float: none;
    margin-right: 0;
    display: block;
    text-align: center;
  }
  .moduletable.top-search:before,
  .moduletable.top-search:after {
    display: table;
    content: " ";
  }
  .moduletable.top-search:after {
    clear: both;
  }
  .moduletable.top-search .searchtop-search {
    margin: 0 auto;
    display: inline-block;
  }
  .moduletable.top-search input,
  .moduletable.top-search .btn {
    float: left;
  }
  .moduletable.top-search .btn {
    margin-top: 4px;
  }
}
.moduletable.top-social .menutop-social {
  float: right;
  margin-right: 60px;
}
.moduletable.top-social .menutop-social li {
  float: left;
  margin-right: 8px;
  text-align: center;
}
.moduletable.top-social .menutop-social li a {
  background: #2da5ee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  width: 39px;
  height: 39px;
  color: white;
  line-height: 39px;
}
.moduletable.top-social .menutop-social li a:hover {
  background: white;
  color: #212121;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .moduletable.top-social {
    text-align: center;
  }
  .moduletable.top-social .menutop-social {
    display: inline-block;
    margin: 0 auto;
    float: none;
  }
  .moduletable.top-social .menutop-social:before,
  .moduletable.top-social .menutop-social:after {
    display: table;
    content: " ";
  }
  .moduletable.top-social .menutop-social:after {
    clear: both;
  }
}
.moduletable .header-menu {
  margin-top: 0;
  text-align: right;
}
.moduletable .header-menu .telephone {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.96px;
  color: #333333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.moduletable .header-menu .telephone:before {
  color: #2da5ee;
  margin-right: 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.moduletable .header-menu .telephone:hover {
  color: #2da5ee;
  text-decoration: none;
}
.moduletable .header-menu .telephone:hover:before {
  color: #333333;
  text-decoration: none;
}
.moduletable .header-menu a {
  padding: 0;
}
.moduletable .header-menu .link-underline {
  font-size: 16px;
  line-height: 23px;
  color: #2da5ee;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  text-decoration: underline;
}
.moduletable .header-menu .link-underline:hover {
  color: #212121;
}
.moduletable .header-menu li {
  line-height: 23px;
}
.moduletable .header-menu li + li {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .moduletable .header-menu {
    text-align: center;
    clear: both;
  }
  .moduletable .header-menu ul {
    display: inline-block;
    margin: 0 auto;
  }
  .moduletable .header-menu ul li {
    text-align: center;
  }
}
.moduletable.blog .page_header .moduleTitle {
  margin-bottom: 0;
  margin-top: 12px;
}
.moduletable.parallax1 .parallax_cnt {
  padding-top: 162px;
  padding-bottom: 146px;
}
.moduletable.parallax1.parallax_custom2 .parallax_cnt {
  padding-top: 152px;
}
.moduletable.parallax2 .parallax_cnt {
  padding-top: 239px;
  padding-bottom: 222px;
  text-align: center;
}
.moduletable.parallax2_custom .parallax_cnt {
  padding-top: 158px;
  padding-bottom: 145px;
}
.moduletable.home-block2 {
  padding-top: 17px;
  padding-bottom: 0px;
}
.moduletable.home-block2.about-custom {
  padding-top: 77px;
  padding-bottom: 68px;
}
@media (max-width: 1199px) {
  .moduletable.home-block1 {
    width: 100%;
    margin: 0;
  }
}
.moduletable.single-block {
  text-align: center;
}
.moduletable.testimonials {
  padding-top: 15px;
  padding-bottom: 26px;
}
.moduletable.parallax3 .parallax_cnt {
  padding-top: 86px;
  padding-bottom: 56px;
}
.moduletable.partners .pretext {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  color: white;
  padding-bottom: 47px;
}
.moduletable.partners .pretext span {
  display: block;
  font-size: 46px;
  line-height: 62px;
  font-weight: 900;
  color: white;
}
.moduletable.parallax4 .parallax_cnt {
  padding-top: 116px;
  padding-bottom: 113px;
}
@media (max-width: 1199px) {
  .moduletable.parallax4 .parallax_cnt .moduletable.single-block2,
  .moduletable.parallax4 .parallax_cnt .moduletable.home-video {
    width: 100%;
    margin: 0;
  }
}
.moduletable.home-contact-form {
  padding-bottom: 18px;
}
.moduletable.cf-pretext {
  padding-top: 84px;
  text-align: center;
}
.moduletable.cf-pretext .pretext {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  color: #333333;
  padding-bottom: 29px;
}
.moduletable.cf-pretext .pretext span {
  font-size: 46px;
  line-height: 59px;
  font-weight: 700;
  color: #2da5ee;
  display: block;
}
.moduletable.cf-pretext p {
  padding: 0 15%;
  font-size: 16px;
  line-height: 23px;
  color: #777777;
  font-family: 'Merriweather Sans', sans-serif;
}
.moduletable.cf-pretext .item_title {
  margin-top: 17px;
  line-height: 34px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 1199px) {
  .home-video .bg_video {
    background-position: center center;
  }
}
.home-video #bg_video__content {
  padding: 219px 0;
}
.home-video #bg_video__content #bg_video__btn {
  width: 92px;
  height: 92px;
}
.home-video #bg_video__content #bg_video__btn:before {
  bottom: 0;
  color: #303030;
  content: "";
  display: inline-block;
  font: 33px/92px "FontAwesome";
  left: 8px;
  position: absolute;
  right: 0;
  top: 0;
}
.home-map {
  margin-top: 29px;
}
.home-map .map {
  height: 606px !important;
}
@media (max-width: 767px) {
  .home-map .map {
    height: 300px !important;
  }
}
.page-blog article,
.page-item__blog {
  text-align: center;
}
.page-blog article .item_header,
.page-item__blog .item_header {
  margin-bottom: 20px;
}
.tags {
  display: block;
  clear: both;
}
.tags .label {
  padding: 3px 5px;
  font-size: 100%;
  line-height: 12px;
  border-radius: none;
  font-weight: normal;
  color: #ffffff;
  background: #2da5ee;
}
.tags .label:hover {
  color: #ffffff;
  background: #212121;
}
.tags span {
  margin-right: 5px;
}
.tags li {
  line-height: 12px;
}
.tags li + li {
  padding-left: 10px;
  border-left: 2px solid #ffffff;
}
.addthis_toolbox {
  padding-top: 16px;
}
.video_frame {
  margin-bottom: 26px;
  position: relative;
}
.video_frame iframe {
  border: medium none !important;
  height: 100% !important;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.item_info .item_info_dl {
  margin: 0 0 17px;
}
.item_info .item_info_dl dd {
  color: #777777;
  font-size: 13px;
  margin: 0 16px 0 0;
  display: inline;
}
.item_info .item_info_dl dd > * {
  display: inline;
}
.item_info .item_info_dl dd .tags:before,
.item_info .item_info_dl dd .item_createdby:before,
.item_info .item_info_dl dd .item_hits:before,
.item_info .item_info_dl dd .item_published:before,
.item_info .item_info_dl dd .item_category-name:before,
.item_info .item_info_dl dd .kmt-comment:before {
  font: normal normal normal 14px/1 'FontAwesome';
  color: #2da5ee;
  margin-right: 2px;
}
.item_info .item_info_dl dd .item_category-name:before {
  content: "\f115";
}
.item_info .item_info_dl dd .item_createdby:before {
  content: "\f007";
}
.item_info .item_info_dl dd .item_hits:before {
  content: "\f06e";
}
.item_info .item_info_dl dd .item_published:before {
  content: "\f017";
}
.item_info .item_info_dl dd .kmt-comment:before {
  content: "\f0e6";
}
.item_info .item_info_dl dd a {
  color: #777777;
}
.item_info .item_info_dl dd a:hover {
  color: #2da5ee;
}
.social-links li {
  display: inline-block;
  margin: 0 5px;
}
.social-links li:before {
  display: none;
}
.social-links li a {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  color: #2da5ee;
  display: block;
  line-height: 52px;
  text-align: center;
  width: 52px;
  background: #777777;
  border: 1px solid transparent;
}
.social-links li a:hover {
  background: transparent;
  border: 1px solid #ffffff;
}
.rd-video iframe#player {
  max-width: none;
}
.t3-breadcrumbs {
  background: #2da5ee;
  padding: 0;
  text-align: center;
  margin: 0 0 23px;
  padding-top: 27px;
  padding-bottom: 29px;
}
.t3-breadcrumbs li {
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 1.04px;
  padding: 0;
  display: inline-block;
}
.t3-breadcrumbs li .divider {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  color: white;
  vertical-align: top;
}
.t3-breadcrumbs li .divider img {
  display: none;
}
.t3-breadcrumbs li.active {
  color: #333333;
}
.t3-breadcrumbs li.active span {
  color: #333333;
}
.t3-breadcrumbs li > span {
  color: #777777;
}
.t3-breadcrumbs li + li:before {
  padding: 0 18px;
}
@media (max-width: 767px) {
  .t3-breadcrumbs li {
    font-size: 20px;
    line-height: 24px;
  }
}
.t3-breadcrumbs a {
  color: #ffffff;
}
.t3-breadcrumbs a:hover {
  color: #212121;
  text-decoration: none;
}
.t3-breadcrumbs .firstItem > a.pathway {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
.panel-group {
  margin-bottom: 46px;
}
.panel-group .panel {
  margin-bottom: 0;
  background: transparent;
  border: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 30px;
}
.panel-group .panel-heading {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  background: #2da5ee;
}
.panel-group .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-group .panel-heading a {
  color: white;
  display: block;
  font-size: 26px;
  line-height: 36px;
  padding: 18px 95px 20px 28px;
  position: relative;
}
.panel-group .panel-heading a .panel-heading_icon {
  float: right;
}
.panel-group .panel-heading a .panel-heading_icon:before {
  content: '\f13a';
  font-size: 36px;
  line-height: 36px;
  font-family: 'FontAwesome';
  color: white;
  right: 30px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.panel-group .panel-heading a.collapsed {
  background: #e6e6e6;
  color: #333333;
}
.panel-group .panel-heading a.collapsed .panel-heading_icon:before {
  content: '\f138';
  color: #333333;
}
@media (max-width: 991px) {
  .panel-group .panel-heading a {
    font-size: 18px;
    line-height: 24px;
  }
}
.panel-group .panel-body {
  padding: 31px 0 3px 25px;
}
.panel-group .panel-body:before,
.panel-group .panel-body:after {
  display: table;
  content: " ";
}
.panel-group .panel-body:after {
  clear: both;
}
.panel-group .panel-body > * {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.custom .panel-group {
  margin-bottom: 30px;
}
.custom .panel-group .panel {
  margin-bottom: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom .panel-group .panel + .panel {
  margin-top: 30px;
}
.custom .panel-group .panel-heading {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  background: transparent;
}
.custom .panel-group .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.custom .panel-group .panel-heading a {
  color: #2da5ee;
  display: block;
  font-size: 26px;
  line-height: 36px;
  padding: 16px 28px 18px 103px;
  border: 2px solid #2da5ee;
  position: relative;
  background: transparent;
}
.custom .panel-group .panel-heading a .panel-heading_icon {
  float: left;
}
.custom .panel-group .panel-heading a .panel-heading_icon:before {
  content: '\f056';
  font-size: 36px;
  line-height: 36px;
  font-family: 'FontAwesome';
  color: #2da5ee;
  left: 30px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.custom .panel-group .panel-heading a.collapsed {
  border: 2px solid #e6e6e6;
  background: transparent;
  color: #333333;
}
.custom .panel-group .panel-heading a.collapsed .panel-heading_icon:before {
  content: '\f055';
  color: #333333;
}
.custom .panel-group .panel-body {
  padding: 31px 0 3px 45px;
}
.custom .panel-group .panel-body:before,
.custom .panel-group .panel-body:after {
  display: table;
  content: " ";
}
.custom .panel-group .panel-body:after {
  clear: both;
}
.custom .panel-group .panel-body > * {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
}
.custom .panel-group .panel-footer {
  border-top: 0;
}
.custom .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.page-category__testimonials .item {
  display: inline-block;
}
.page-category__testimonials .item_img img {
  margin-top: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-category__testimonials .item_introtext {
  overflow: hidden;
}
.page-category__testimonials .img-intro__left {
  margin-right: 39px;
}
@media (max-width: 991px) {
  .page-category__testimonials .img-intro__left {
    margin-right: 0;
    float: none;
  }
}
.page-category__testimonials small {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 991px) {
  .page-category__testimonials .img-intro__left {
    margin-right: 0;
    float: none;
    max-width: none;
  }
  .page-category__testimonials .item {
    text-align: center;
  }
}