.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: 39px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h3 {
  font-size: 12px;
  line-height: 18px;
  padding: 3px 0 15px 0;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
}
h4 {
  font: 24px 'Open Sans Condensed', sans-serif;
  line-height: 24px;
  padding: 0 0 12px 0;
}
body.all {
  background: url(../images/bg.jpg) center 0 repeat;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  background: none;
  border: none;
  text-transform: lowercase;
  text-shadow: none;
  font-weight: bold;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
  /* Safari and Chrome */
  -moz-transition: all 0.5s !important;
  /* Firefox 4 */
  -o-transition: all 0.5s !important;
  /* Opera */

}
.btn:hover,
.btn:focus,
.btn:active {
  color: #f28238;
  background: none;
  border: none;
  box-shadow: 0 0 0;
}
.btn.disabled {
  cursor: default !important;
  pointer-events: none;
  background: none;
  color: #000;
}
#searchForm .btn.btn-primary {
  height: 39px;
  line-height: 39px;
  border-radius: 0;
  padding-top: 0px;
  padding: 0 10px;
}
#searchForm .fa {
  padding-top: 1px;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #eee;
}
.btn-group .btn.dropdown-toggle {
  padding: 3px 10px;
  border: 1px solid #efefef;
  margin-right: 0;
}
.btn-group .btn,
.btn-toolbar .btn {
  margin-right: 10px;
}
.btn-toolbar .btn {
  border-radius: 0 !important;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 38px;
  border: none;
  margin-right: 10px;
}
.input-append .add-on,
.input-prepend .add-on {
  height: 30px;
  line-height: 30px;
}
.input-append .add-on,
.input-prepend .add-on {
  border: none;
}
.input-prepend .btn {
  margin-right: 10px;
}
audio {
  margin-bottom: 20px;
}
#section-kmt .float-wrapper > span.kmt-form-terms {
  margin-top: 0 !important;
  padding-top: 0;
}
#section-kmt .float-wrapper > span.kmt-form-terms label {
  line-height: 21px;
}
.contact_email-copy {
  line-height: 18px;
  height: 18px;
}
.contact_email-copy #jform_contact_email_copy {
  margin-top: 4px !important;
}
.controls input[type='radio'],
.checkbox input[type="checkbox"] {
  margin-left: -20px !important;
}
.input-append,
.input-prepend {
  margin-left: 5px;
}
.input-append .media-preview,
.input-prepend .media-preview {
  float: left;
}
.input-append input,
.input-prepend input {
  float: left;
}
.input-append .btn,
.input-prepend .btn {
  margin-top: 10px;
}
/*Lists*/
ul {
  margin: 0;
}
li {
  list-style-type: none;
}
.list1 li {
  padding-bottom: 8px;
}
.list1 li a {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 17px;
  position: relative;
}
.list1 li a:before {
  position: absolute;
  top: 4px;
  left: 0;
  font: 11px FontAwesome;
  content: "\f054";
  opacity: 0.6;
}
.list1 li a:hover:before {
  opacity: 1;
}
ul.list1 {
  padding-bottom: 26px;
}
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: left;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #cecece;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #dfdfdf;
  box-shadow: none;
}
.pagination ul li a,
.pagination ul li span {
  padding: 3px 10px;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #cecece;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #000000;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #f28238;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #f28238;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0 0 !important;
  vertical-align: top;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  box-shadow: 0 0 0;
}
#jform_contact_email_copy {
  margin-top: 12px !important;
}
form,
.navbar-form {
  margin-bottom: 30px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background: #fdc702;
  border-color: #fdc702;
  color: #fff;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 18px;
  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;
  color: #000000;
}
.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);
}
.bg_cont {
  background: #ebeff2;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding: 36px 0 0 0;
}
#header-row .container {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 29px;
}
/*======================= NAVIGATION =======================*/
.navigation .select-menu {
  height: 30px;
}
#navigation-row {
  padding-bottom: 16px;
}
#navigation-row .container {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  overflow: visible;
}
.navigation ul.sf-menu {
  padding: 10px 0 0 0;
  /*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 30px 0 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:hover > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span,
.navigation ul.sf-menu > li:hover > span {
  color: #f28238;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 12px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  background: none;
  height: 18px;
  display: block;
  text-align: center;
  padding: 0;
  text-transform: none;
  letter-spacing: 1px;
  position: relative;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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 > ul {
  top: 30px;
}
.navigation ul.sf-menu ul {
  width: 140px;
  border: 1px solid #c8c8c8;
}
.navigation ul.sf-menu li li ul {
  top: -16px;
  left: 140px;
}
.navigation ul.sf-menu li li li ul {
  top: -16px;
  left: 140px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 15px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.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: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  background: none;
  display: block;
  padding: 0 16px;
  text-decoration: none;
  font-weight: 600;
  -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 {
  background: none;
  color: #58b2cb;
}
.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: none;
  color: #58b2cb;
}
.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: 0px;
}
.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: 0 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 18px;
  padding-bottom: 18px;
  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: 20px;
  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: 18px;
}
.search-block input {
  max-width: 100%;
}
.search-block .mod-search {
  float: right;
  margin-top: 10px;
}
.search-block .mod-search form {
  margin-bottom: 0;
}
.search-block #searchword {
  float: left;
  height: 20px;
  font: 12px 'Open Sans', sans-serif;
  color: #737373;
  font-weight: 600;
  padding: 0;
  background: url(../images/blank.gif) 0 0 repeat;
  border: none;
  letter-spacing: 1px;
  margin-top: 0;
  width: 181px;
  padding-bottom: 3px;
}
.search-block #searchword:active,
.search-block #searchword:focus {
  box-shadow: 0 0 0;
}
.search-block .btn {
  background: url(../images/blank.gif) repeat;
  font: 13px FontAwesome;
  line-height: 20px;
  padding: 0;
  width: 20px;
  text-align: center;
  color: #383838;
  float: left;
  font-weight: bold;
  margin-top: 0;
  margin-right: 8px;
}
.search-block .btn:before {
  content: "\f002";
  text-align: center;
  width: 20px;
}
.search-block .btn:hover {
  color: #70cd9f;
}
/*======================= 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 =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.item_img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
}
.color1 a:hover {
  color: #f28238;
}
.color1 .btn:hover {
  color: #f28238;
}
.color1 .item_img a:hover:after {
  color: #f28238;
}
.color2 a:hover {
  color: #d4e735;
}
.color2 .btn:hover {
  color: #d4e735;
}
.color2 .item_img a:hover:after {
  color: #d4e735;
}
.color3 a:hover {
  color: #fdc702;
}
.color3 .btn:hover {
  color: #fdc702;
}
.color3 .item_img a:hover:after {
  color: #fdc702;
}
.color4 a:hover {
  color: #58b2cb;
}
.color4 .btn:hover {
  color: #58b2cb;
}
.color4 .item_img a:hover:after {
  color: #58b2cb;
}
.color5 a:hover {
  color: #70cd9f;
}
.color5 .btn:hover {
  color: #70cd9f;
}
.color5 .item_img a:hover:after {
  color: #70cd9f;
}
.news .mod-newsflash-adv {
  margin-right: 26px;
  overflow: hidden;
}
.news .row {
  position: relative;
  padding-bottom: 25px;
  margin: 0;
  margin: 0 -23px;
  overflow: hidden;
  margin-bottom: 24px;
}
.news .row:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #f28238;
}
.news .lastItem:after {
  display: none;
}
.news .span2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 23px;
  float: left;
  width: 50%;
  margin: 0;
}
.news .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 16px;
}
.news .item_createdby {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  display: none;
}
.news .item_published {
  display: none;
}
.news .item_published:before {
  content: "|";
  font: 10px 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 14px;
  vertical-align: top;
  display: inline-block;
  display: none;
}
.from_blog .mod-newsflash-adv {
  margin-right: 30px;
}
.from_blog .item_img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 0;
}
.from_blog .item_createdby {
  font-weight: 600;
  text-transform: uppercase;
  display: none;
}
.from_blog .item_published {
  display: none;
  padding-bottom: 8px;
}
.from_blog .item_published:before {
  content: "|";
  font: 10px 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 14px;
  vertical-align: top;
  display: inline-block;
}
.from_blog p {
  padding-bottom: 8px;
}
.from_blog .item {
  padding-bottom: 31px;
  position: relative;
  margin-bottom: 34px;
}
.from_blog .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #d4e735;
}
.from_blog .lastItem {
  margin-bottom: 26px;
}
.from_blog .mod-newsflash-adv_custom-link .btn:after {
  font: 12px FontAwesome;
  color: #dfdfdf;
  padding-left: 6px;
  content: "\f061";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.from_blog .mod-newsflash-adv_custom-link .btn:hover:after {
  color: #d4e735;
}
.twitter {
  overflow: hidden;
  padding-bottom: 46px;
}
.headlines {
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 42px;
}
.headlines .item h3 {
  padding-left: 17px;
  position: relative;
  letter-spacing: 0;
  padding-bottom: 11px;
}
.headlines .item h3:before {
  position: absolute;
  top: 4px;
  left: 0;
  font: 11px FontAwesome;
  color: #6b6b6b;
  content: "\f054";
}
.headlines:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #fdc702;
}
.features .item_img {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.features .item_content {
  background: #fbf9f5;
  border: 1px solid #dfdfdf;
  border-bottom-width: 6px;
  border-top: 0;
  text-align: center;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.features h4 a:hover {
  color: #a8a8a8;
}
.features .item_createdby {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  padding-top: 17px;
}
.features .item_createdby:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}
.features.moduletable {
  margin-bottom: 13px;
}
.audio .item_title {
  display: inline-block;
  letter-spacing: 0;
  padding-bottom: 8px;
}
.audio .item_title:before {
  content: "\f001";
  font: 14px FontAwesome;
  color: #373737;
  padding-right: 5px;
}
.audio .item_published {
  display: inline-block;
  padding-bottom: 8px;
}
.audio .item_published:before {
  content: "|";
  font: 10px 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 14px;
  vertical-align: top;
  display: inline-block;
}
.audio .item {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}
.audio p {
  padding-bottom: 12px;
}
.audio .row.lastItem {
  margin-bottom: -15px;
  overflow: hidden;
}
.audio .mod-newsflash-adv {
  position: relative;
  margin-bottom: 30px;
}
.audio .mod-newsflash-adv:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #58b2cb;
}
.video iframe {
  float: left;
  margin-right: 20px;
}
.video .date {
  padding-bottom: 12px;
  display: inline-block;
}
.video .item_introtext {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 12px;
}
.video .item_introtext:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #70cd9f;
}
.video .mod-newsflash-adv_custom-link a {
  font-weight: bold;
}
.video .mod-newsflash-adv_custom-link a:after {
  font: 12px FontAwesome;
  color: #dfdfdf;
  padding-left: 6px;
  content: "\f061";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.video .mod-newsflash-adv_custom-link a:hover:after {
  color: #70cd9f;
}
.newsletter .acymailing_module_form .acymailing_introtext {
  padding-bottom: 9px;
}
.newsletter table.acymailing_form {
  width: 100%;
}
.newsletter .acymailing_module_form td {
  padding-bottom: 3px;
}
.newsletter .acysubbuttons {
  text-align: left;
}
.newsletter .acysubbuttons .btn {
  display: inline-block;
  margin-right: 16px;
}
.newsletter .acysubbuttons .btn:hover {
  color: #58b2cb;
}
.education .item_createdby {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.education .item_published {
  display: inline-block;
  padding-bottom: 10px;
}
.education .item_published:before {
  content: "|";
  font: 10px 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 14px;
  vertical-align: top;
  display: inline-block;
}
.education p {
  padding-bottom: 10px;
}
.education .item {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.education .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #fdc702;
}
.dropcap .item {
  position: relative;
  padding-left: 37px;
}
.dropcap span.dropcap {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 24px;
  font-weight: bold;
  color: #f28238;
}
.dropcap .mod-newsflash-adv {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.dropcap .mod-newsflash-adv:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #f28238;
}
.voices .item_published {
  display: inline-block;
  padding-bottom: 10px;
}
.voices .item {
  padding-bottom: 20px;
}
.voices .mod-newsflash-adv {
  position: relative;
}
.voices .mod-newsflash-adv:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #58b2cb;
}
.advertisement {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 36px;
}
.advertisement .item__module {
  background: #fbf9f5;
  border: 1px solid #dfdfdf;
  border-bottom-width: 6px;
  padding: 20px;
}
.advertisement .item_published {
  display: inline-block;
  padding-bottom: 10px;
}
.advertisement:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #70cd9f;
}
.topics {
  margin-bottom: 30px;
  position: relative;
}
.topics .list1 {
  margin: 0 -10px;
  overflow: hidden;
}
.topics .list1 li {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.topics:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #d4e735;
}
.popular_videos .item_createdby {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.popular_videos .item_published {
  display: inline-block;
  padding-bottom: 8px;
}
.popular_videos .item_published:before {
  content: "|";
  font: 10px 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 14px;
  vertical-align: top;
  display: inline-block;
}
.popular_videos .item {
  padding-bottom: 36px;
  margin-bottom: 30px;
  position: relative;
}
.popular_videos .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #58b2cb;
}
.page-category__videos .item_createdby,
.page-blog__videos .item_createdby {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.page-category__videos .item_published,
.page-blog__videos .item_published {
  display: inline-block;
  padding-bottom: 8px;
}
.page-category__videos .item_published:before,
.page-blog__videos .item_published:before {
  content: "|";
  font: 10px 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 14px;
  vertical-align: top;
  display: inline-block;
}
.page-category__videos .items-row,
.page-blog__videos .items-row {
  padding-bottom: 36px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.page-category__videos .items-row:after,
.page-blog__videos .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #f28238;
}
.page-category__videos .item_info,
.page-blog__videos .item_info {
  display: none;
}
.color3.list1 ul {
  padding-bottom: 30px;
  position: relative;
}
.color3.list1 ul:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #fdc702;
}
.color4.list1 ul {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.color4.list1 ul:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #58b2cb;
}
.color5.list1 ul {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.color5.list1 ul:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #70cd9f;
}
.new_post {
  position: relative;
  padding-bottom: 30px;
}
.new_post:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #70cd9f;
}
.new_post .item_published {
  display: inline-block;
  padding-bottom: 8px;
}
.page-blog__color1 .items-row {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.page-blog__color1 .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #f28238;
}
.page-blog__color1 .item_img a:hover:after {
  color: #f28238;
}
.login_form.moduletable {
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 30px;
}
.login_form.moduletable:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #fdc702;
}
.search.moduletable {
  position: relative;
  padding-bottom: 1px;
}
.search.moduletable:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #d4e735;
}
.page-category__testimonials .item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.page-category__testimonials .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #58b2cb;
}
.page-category__testimonials a:hover {
  color: #58b2cb;
}
.page-category__testimonials .btn:hover {
  color: #58b2cb;
}
.page-category__testimonials .item_img a:hover:after {
  color: #58b2cb;
}
.page-category__faqs .item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.page-category__faqs .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #70cd9f;
}
.page-category__faqs a:hover {
  color: #70cd9f;
}
.page-category__faqs .btn:hover {
  color: #70cd9f;
}
.page-category__faqs .item_img a:hover:after {
  color: #70cd9f;
}
.page-category__team .item {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.page-category__team .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #fdc702;
}
.page-category__team a:hover {
  color: #fdc702;
}
.page-category__team .btn:hover {
  color: #fdc702;
}
.page-category__team .item_img a:hover:after {
  color: #fdc702;
}
.page-category__history .item {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.page-category__history .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #d4e735;
}
.page-category__history a:hover {
  color: #d4e735;
}
.page-category__history .btn:hover {
  color: #d4e735;
}
.page-category__history .item_img a:hover:after {
  color: #d4e735;
}
.contact_details {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.contact_details:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #70cd9f;
}
.contact_map {
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  position: relative;
  overflow: hidden;
}
.contact_map:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #fdc702;
}
.page-contact {
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.page-contact:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6px;
  background: url(../images/bg_line.png) 0 0 repeat #58b2cb;
}
.page-item .item_fulltext iframe {
  margin-bottom: 20px;
}
#filters {
  padding-bottom: 20px;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 0;
  padding-right: 0;
}
.zoom-bg,
.zoom-icon {
  display: none !important;
}
.page-item .item_img {
  max-width: 50%;
}
#system-message-container .alert-message {
  margin-top: 80px;
}
.container-fluid {
  padding: 0 !important;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 18px;
}
.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;
  position: relative;
  z-index: 10;
}
/*===== 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;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
}
.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 ======*/
.addthis_toolbox {
  padding-top: 12px;
}
/*======================= 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-row {
  padding: 42px 0 35px 0;
}
#copyright-row .container {
  border-top: 1px solid #dfdfdf;
  padding-top: 39px;
}
.social {
  width: auto;
  float: right;
  margin-top: 1px;
}
.social h3 {
  float: left;
  text-transform: none;
  letter-spacing: 0;
  padding-bottom: 0;
  line-height: 14px;
}
.social .mod-menu__social {
  float: left;
}
.social .mod-menu__social li {
  float: left;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.social .mod-menu__social a:hover {
  color: #a8a8a8;
}
.footer_logo {
  float: left;
  margin-right: 12px;
}
#copyright {
  line-height: 24px;
}
#copyright a:hover {
  color: #70cd9f;
}
#copyright .rights:after {
  content: "|";
  padding: 0 6px 0 6px;
}
#copyright .siteName {
  text-transform: uppercase;
}
/*===== Social Media ======*/
.phm .clearfix pvs phm{
    display: none !important;
    padding-left: 10px;
    padding-right: 10px;
}
h2.contentheading
{
	font-size: small;
}

.timeline {
    background-color: red !important;
}