.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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body {
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 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: #90daf3;
}
h1,
h2,
h3 {
  font: 14px 'Sanchez', serif;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 4px 0 2px 0;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  margin-bottom: 20px;
}
h4 {
  font: 18px 'Sanchez', serif;
  line-height: 24px;
  color: #535353;
  padding: 0 0 5px 0;
  font-weight: normal;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 24px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 24px;
}
/*Buttons*/
.btn {
  padding: 0;
  font-size: 14px;
  font-family: 'Sanchez', serif;
  line-height: 1.2em;
  text-decoration: underline !important;
  background: none;
  color: #90daf3;
  text-shadow: none;
  border: none;
  -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.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  text-decoration: none;
  background: none;
  color: #a5a5a5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled {
  cursor: default !important;
  background: none;
  color: #90daf3;
}
.kmt-form-submit .btn {
  float: right;
}
#grid-list li,
#filters li,
#sort li {
  margin-right: 16px;
}
.dropdown-toggle {
  padding: 4px 10px;
  border: 1px solid #dbdbdb;
  text-decoration: none !important;
}
#searchForm .btn.btn-primary {
  height: 32px;
}
.alert {
  margin-top: 20px;
}
/*Lists*/
ul {
  margin: 0;
}
ul li {
  list-style-type: none;
}
.list1 li {
  padding-left: 15px;
  padding-bottom: 12px;
  position: relative;
  font: 14px 'Sanchez', serif;
  line-height: 18px;
  font-style: italic;
}
.list1 li:before {
  content: "\f101";
  font: 12px FontAwesome;
  color: #a5a5a5;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 18px;
}
.list1 a {
  color: #a5a5a5;
}
.list1 a:hover {
  color: #4c4c4c;
}
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: 2px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #dbdbdb;
  box-shadow: none;
  padding: 2px 10px;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #555555;
  background: #efefef;
}
.pagination ul li.pagination-start span.pagenav,
.pagination ul li.pagination-prev span.pagenav,
.pagination ul li.pagination-next span.pagenav,
.pagination ul li.pagination-end span.pagenav,
.pagination ul li.pagination-start .span.hasTooltip,
.pagination ul li.pagination-prev .span.hasTooltip,
.pagination ul li.pagination-next .span.hasTooltip,
.pagination ul li.pagination-end .span.hasTooltip {
  color: #555555;
  background: #fff;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #90daf3;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  color: #555555;
  background: #efefef;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 20px 24px 0;
  float: left;
  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;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #90daf3;
}
.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;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #ffffff;
}
#navigation-row .row-fluid {
  margin-left: 0;
  border-top: 12px solid #00a0e3;
  padding: 18px 0 15px 0;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
#navigation-row .row-fluid:before {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  background: #dbdbdb;
  height: 2px;
}
#navigation-row #logo {
  padding-left: 0;
}
.navigation ul.sf-menu {
  float: right;
  padding: 45px 0 0 0;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0px 0 27px;
}
.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: none;
  color: #90daf3;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 18px;
  line-height: 1.2em;
  font-family: 'Sanchez', serif;
  color: #535353;
  background: none;
  display: block;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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 {
  background: none;
  color: #90daf3;
}
.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 > ul {
  top: 32px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu ul {
  width: 155px;
  /*Define menu width*/

}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/

  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/

  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu ul {
  background: #2e2e2e;
  padding: 12px 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: 14px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 6px 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 {
  background: #90daf3;
  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: #90daf3;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.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: 1.2em;
  padding-bottom: 1.2em;
  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: 3.2em;
  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: 1.2em;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding-top: 16px;
  margin-bottom: -10px;
  min-height: 356px;
}
.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 =======================*/
.items-row {
  padding-bottom: 20px;
}
.bg_cont {
  padding-top: 40px;
}
.bg_cont .moduletable {
  padding-bottom: 20px;
}
.topic .item_content {
  text-align: center;
  padding: 0 120px;
  min-height: 118px;
}
.topic p {
  font: 18px 'Sanchez', serif;
  line-height: 24px;
  color: #535353;
  padding-bottom: 16px;
  padding-top: 6px;
}
.topic h4 {
  color: #90daf3;
}
.topic .caroufredsel_pagination {
  padding-left: 1.6%;
  padding-top: 21px;
  line-height: 11px;
  height: 11px;
  padding-bottom: 14px;
}
.topic .caroufredsel_pagination a {
  display: inline-block;
  margin: 0 5px;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0;
  background: #dbdbdb;
  text-align: left;
  text-indent: -9999px;
}
.topic .caroufredsel_pagination a:hover,
.topic .caroufredsel_pagination a.selected {
  background: #858585;
}
.editors .content_block,
.vision .content_block {
  border: 1px solid #dbdbdb;
}
.editors .item_img,
.vision .item_img {
  float: none;
  margin-right: 0;
}
.editors .item_content,
.vision .item_content {
  padding: 6px 20px 16px;
}
.editors h4,
.vision h4 {
  padding: 0 0 6px 0;
}
.editors h4 a,
.vision h4 a {
  text-decoration: underline !important;
}
.editors .item_published,
.vision .item_published {
  color: #a5a5a5;
  padding-bottom: 5px;
  display: block;
}
.editors p,
.vision p {
  padding-bottom: 13px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
.editors .lastItem .content_block,
.vision .lastItem .content_block {
  border: none;
}
.editors .lastItem .item_title__editors,
.vision .lastItem .item_title__editors,
.editors .lastItem .item_published,
.vision .lastItem .item_published {
  display: none;
}
.editors .lastItem .item_content,
.vision .lastItem .item_content {
  padding: 0;
}
.editors .lastItem .editors_blocks.moduletable,
.vision .lastItem .editors_blocks.moduletable {
  padding-bottom: 0;
}
.editors .lastItem .editors_blocks .content_block,
.vision .lastItem .editors_blocks .content_block {
  border: 1px solid #dbdbdb;
  overflow: hidden;
  margin-bottom: 19px;
}
.editors .lastItem .editors_blocks h3,
.vision .lastItem .editors_blocks h3 {
  display: none;
}
.editors .lastItem .editors_blocks [class*="span"],
.vision .lastItem .editors_blocks [class*="span"] {
  width: 100%;
}
.editors .lastItem .editors_blocks .item_img,
.vision .lastItem .editors_blocks .item_img {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.editors .lastItem .editors_blocks .item_published,
.vision .lastItem .editors_blocks .item_published {
  display: block;
}
.editors .lastItem .editors_blocks h4,
.vision .lastItem .editors_blocks h4 {
  padding: 14px 0 6px 0;
}
.editors .lastItem .editors_blocks h4 a,
.vision .lastItem .editors_blocks h4 a {
  text-decoration: none !important;
}
.headlines h6 {
  padding-left: 15px;
  padding-bottom: 12px;
  position: relative;
  font: 14px 'Sanchez', serif;
  line-height: 18px;
  font-style: italic;
  font-weight: normal;
}
.headlines h6:before {
  content: "\f101";
  font: 12px FontAwesome;
  color: #a5a5a5;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 18px;
}
.headlines a {
  color: #a5a5a5;
}
.headlines a:hover {
  color: #4c4c4c;
}
.headlines.moduletable {
  padding-bottom: 11px;
}
.advertisement.moduletable {
  padding-bottom: 31px;
}
.opinion p {
  font: 14px 'Sanchez', serif;
  font-weight: normal;
  font-style: italic;
  line-height: 24px;
  position: relative;
  padding-left: 22px;
  letter-spacing: -0.3px;
  padding-bottom: 0;
  margin-top: -5px;
}
.opinion p:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../images/quot.png) 0 0 no-repeat;
  width: 16px;
  height: 12px;
}
.opinion .author {
  font: 14px 'Open Sans', sans-serif;
  color: #a5a5a5;
  font-weight: 300;
  font-style: normal;
}
.program h4 a,
.mission h4 a {
  color: #90daf3;
}
.program h4 a:hover,
.mission h4 a:hover {
  color: #a5a5a5;
}
.program p,
.mission p {
  padding-bottom: 5px;
}
.program .item_published,
.mission .item_published {
  color: #a5a5a5;
}
.program .item_content,
.mission .item_content {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 4px;
}
.program .content_block,
.mission .content_block {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 2px;
  margin-bottom: 7px;
}
.program .lastItem .item_content,
.mission .lastItem .item_content {
  border-bottom: none;
  padding-bottom: 0;
}
.program .lastItem .content_block,
.mission .lastItem .content_block {
  border-bottom: none;
}
.news .content_block {
  border: 1px solid #dbdbdb;
}
.news .item_img {
  float: none;
  margin-right: 0;
}
.news .item_content {
  padding: 6px 20px 25px;
}
.news .btn {
  text-decoration: none !important;
}
.news h4 {
  padding: 0 0 6px 0;
}
.news h4 a {
  text-decoration: underline !important;
}
.news .item_published {
  color: #a5a5a5;
  padding-bottom: 5px;
  display: block;
}
.news p {
  padding-bottom: 13px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
.features .item_img {
  float: none;
  margin-right: 0;
  margin-bottom: 17px;
}
.advertising .item_introtext a {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #3c3c3c;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding: 21px 20px 22px 70px;
  margin-bottom: 10px;
}
.advertising .item_introtext a:before {
  position: absolute;
  top: 19px;
  left: 26px;
  font: 24px FontAwesome;
  line-height: 24px;
  color: #9d9d9d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.advertising .item_introtext a:hover {
  background: #dbdbdb;
}
.advertising .item_introtext a:hover:before {
  color: #2e2e2e;
}
.advertising .item_introtext a p {
  padding: 0;
}
.advertising .item_num0 .item_introtext a:before {
  content: "\f084";
}
.advertising .item_num1 .item_introtext a:before {
  content: "\f09d";
}
.advertising .item_num2 .item_introtext a:before {
  content: "\f0e6";
}
.advertising .item_num3 .item_introtext a:before {
  content: "\f06e";
}
.advisory .content_block {
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
}
.advisory .item_img {
  float: none;
  margin-right: 0;
}
.advisory .item_content {
  padding: 6px 20px 26px;
}
.advisory p {
  padding-bottom: 0;
  color: #a5a5a5;
}
.careers h4 a {
  color: #90daf3;
}
.careers h4 a:hover {
  color: #a5a5a5;
}
.page-item {
  padding-bottom: 30px;
}
#component {
  min-height: 0;
}
#Kunena {
  margin-bottom: 20px;
}
.com_kunena #component {
  padding-bottom: 40px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 24px;
}
.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;
}
.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 ======*/
#isotopeContainer {
  padding-bottom: 20px;
}
.mfp-bottom-bar h4 a {
  color: #fff;
}
.mfp-bottom-bar h4 a:hover {
  color: #90daf3;
}
.page-gallery_img .img-full {
  padding-left: 0;
  float: left;
  width: auto;
}
.gallery-list .view {
  width: 100%;
  overflow: hidden;
}
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;
  display: none;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gallery-item .mask {
  display: none;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery.grid .gallery-item .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery.grid .gallery-item .mask {
  display: block;
}
ul.gallery.grid .gallery-item.straightDown {
  float: none;
}
ul.gallery.grid .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 24px 24px 0 !important;
}
ul.gallery.grid .gallery-item .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery.grid .gallery-item .view a.hover_more span {
  display: none;
}
ul.gallery.grid .gallery-item .view a.hover_more:hover {
  color: #999;
}
ul.gallery.grid .gallery-item .view a {
  color: #fff;
}
ul.gallery.grid .gallery-item .view a:hover {
  color: #999;
}
ul.gallery.grid-row .gallery-item .item_img {
  margin-right: 0;
  max-width: 100%;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery.list .gallery-item {
  width: 100%;
  margin: 0 0 15px;
}
ul.gallery.list .gallery-item .view a.hover_more i {
  display: none;
}
ul.gallery.list .gallery-item .galleryZoom {
  display: none;
}
ul.gallery.list .gallery-item .mask {
  display: block;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
ul.gallery.list.grid-row .gallery-item .mask {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3.grid .gap,
ul.gallery.cols-3.grid .gallery-item {
  width: 32%;
}
ul.gallery.cols-1.grid .gap,
ul.gallery.cols-1.grid .gallery-item {
  width: 100%;
}
ul.gallery.cols-2.grid .gap,
ul.gallery.cols-2.grid .gallery-item {
  width: 48%;
}
ul.gallery.cols-4.grid .gap,
ul.gallery.cols-4.grid .gallery-item {
  width: 24%;
}
#Kunena #ktab a {
  padding: 0 10px;
}
#Kunena .kprofilebox .kprofilebox-left,
#Kunena .kprofilebox .kprofilebox-right {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*===== 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 ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= 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-bottom: 13px;
}
#copyright-row .container-fluid {
  position: relative;
  padding-top: 17px;
}
#copyright-row .container-fluid:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  background: #dbdbdb;
  height: 1px;
  display: block;
}
#copyright {
  font-size: 12px;
  color: #3c3c3c;
  line-height: 26px;
}
#copyright .rights:after {
  content: '|';
  padding: 0 4px 0 8px;
}
#copyright a {
  color: #3c3c3c;
}
#copyright a:hover {
  color: #90daf3;
}
/*===== Social Media ======*/
.social {
  margin: 0;
  float: right;
}
.social li {
  margin: 0 0 0 17px;
  float: left;
}
.social li a {
  display: block;
  height: 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.social li .facebook {
  background: url(../images/facebook.png) 0 0 no-repeat;
  width: 11px;
}
.social li .feed {
  background: url(../images/feed.png) 0 0 no-repeat;
  width: 16px;
}
.social li .twitter {
  background: url(../images/twitter.png) 0 0 no-repeat;
  width: 18px;
}
/*===== 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: 14px;
  line-height: 24px;
  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 24px 24px 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%;
}

@media (max-width: 1100px) and (min-width: 750px)
aside {

    margin-bottom: 35px !important;

}

#content-row #component .tag-category{
display: none !important;
}

