.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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0b1902;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0b1902;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0096bb;
}
h2,
h3 {
  color: #0b1902;
  font-family: 'Asap', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 26px;
  text-transform: uppercase;
}
h4 {
  font-family: 'Asap', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 18px;
}
a.download {
  display: inline-block;
  font-size: 12px;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  background: #75796f;
  color: #ffffff;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 40px 9px 14px;
  position: relative;
}
a.download .fa {
  position: absolute;
  font-size: 17px;
  top: 50%;
  right: 11px;
  margin: -8px 0 0;
}
a.download:hover {
  background: #0096bb;
  color: #ffffff;
  text-shadow: none;
}
.moduleTitle.fire {
  background: url(../images/template/fire.png) 0 center no-repeat;
  padding-left: 44px;
}
.moduleTitle.green {
  color: #76cc1e;
}
.moduleTitle.red {
  color: #ee3939;
}
.moduleTitle.icon {
  background: url(../images/template/icon.png) 0 center no-repeat;
  padding-left: 56px;
  min-height: 40px;
  max-width: 340px;
}
.moduleTitle.lamp {
  background: url(../images/template/lamp.png) 0 center no-repeat;
  padding-left: 56px;
  min-height: 40px;
  max-width: 340px;
}
.moduletable.grayBg {
  background: #eef2ea;
  padding-top: 68px;
  padding-bottom: 18px;
  position: relative;
}
.moduletable.grayBg:before,
.moduletable.grayBg:after {
  top: 0;
  background: #eef2ea;
  position: absolute;
  width: 200%;
  content: "";
  height: 100%;
}
.moduletable.grayBg header,
.moduletable.grayBg > div {
  position: relative;
  z-index: 1;
}
.moduletable.grayBg:before {
  left: -100%;
}
.moduletable.grayBg:after {
  right: -100%;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 18px;
  background: #ffffff;
  color: #75796f;
  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: #0b1902;
  -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: #0096bb;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 22px;
}
.btn-primary span,
.btn-small span {
  background: url(../images/template/more.png) right 90% no-repeat;
  padding-right: 20px;
}
.btn-primary:hover,
.btn-small:hover,
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #0b1902;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #0096bb;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  background: #75796f;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 22px;
}
.btn-info span {
  background: url(../images/template/more.png) right 80% no-repeat;
  padding-right: 20px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #0096bb;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
  padding: 0px 9px;
}
/*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: 10px;
  margin-bottom: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  box-shadow: none;
  background: #75796f;
  color: #ffffff;
  text-shadow: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #0096bb;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #75796f;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #0096bb;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #0096bb;
  color: #ffffff;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 18px;
  position: relative;
}
.item_img img,
.category_img img {
  border: 4px solid #ececeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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: #0096bb;
}
.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 20px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 20px;
  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 =======================*/
#top-row {
  background: #ffffff;
  border-bottom: 4px solid #d0d5cb;
  padding-top: 30px;
}
#logo {
  padding-bottom: 25px;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/*======================= HEADER =======================*/
#header-row {
  background: url(../images/template/headerBg.jpg) center 0 no-repeat;
  color: white;
  border-bottom: 5px solid #f1f1f0;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #ffffff;
}
.navigation ul.sf-menu {
  float: left;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 33px;
}
.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: #0b1902;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Asap', sans-serif;
  color: #75796f;
  background: none;
  display: block;
  padding: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #0b1902;
}
.navigation ul.sf-menu > li:first-child {
  margin-left: 0 !important;
}
.navigation ul.sf-menu > li > ul {
  top: 47px;
  /*Define 1st SubMenu position*/
  left: -14px !important;
  background: #69b046;
}
.navigation ul.sf-menu > li > ul > li > a,
.navigation ul.sf-menu > li > ul > li > span {
  color: #ffffff;
}
.navigation ul.sf-menu > li > ul > li > a:hover,
.navigation ul.sf-menu > li > ul > li > span:hover {
  color: #0b1902;
}
.navigation ul.sf-menu > li > ul > li.active > a,
.navigation ul.sf-menu > li > ul > li.sfHover > a,
.navigation ul.sf-menu > li > ul > li.active > span,
.navigation ul.sf-menu > li > ul > li.sfHover > span {
  color: #0b1902;
}
.navigation ul.sf-menu ul {
  width: 200px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -8px;
  left: 171px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -8px;
  left: 171px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 8px 0;
}
.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: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0b1902;
  background: none;
  display: block;
  padding: 8px 10px 9px;
  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;
  text-align: left;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #0096bb;
}
.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: #0096bb;
}
.navigation ul.sf-menu.sf-vertical {
  width: 300px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 200px;
  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: 172px;
}
.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: 22px;
  padding-bottom: 22px;
  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: 24px;
  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: 300px;
  top: 22px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.icon-search {
  display: none !important;
}
.search-block {
  /*.popup{*/
  position: relative;
  z-index: 999;
  /*}*/
}
.search-block > i {
  color: #474945;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 0px;
  top: 1px;
  font-weight: 300;
  display: block !important;
}
.search-block > i:hover {
  color: #0096bb;
}
.search-block .mod-search {
  background: white;
  background: #75796f;
  display: none;
  padding: 5px;
  position: absolute;
  right: 0px;
  top: 47px;
  white-space: nowrap;
  width: auto;
  z-index: 2;
}
.search-block .mod-search #searchword {
  margin: 0;
  padding: 3px 8px;
  max-width: 160px;
}
.search-block .mod-search .btn-primary {
  margin: 0;
}
.search-block .mod-search .btn-primary:hover {
  color: white;
}
.mod-search .btn-primary {
  padding: 5px 9px;
}
.mod-search .btn-primary:hover {
  background-color: #0b1902;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
.mod-article-single .item__module {
  margin-bottom: 36px;
  overflow: hidden;
}
.mod-article-single.top .item__module {
  font: bold 37px/44px 'Asap', sans-serif;
  padding: 0 7%;
  text-transform: uppercase;
}
.mod-article-single.top .item__module .item-title {
  color: white;
  font: bold 121px/130px 'Asap', sans-serif;
  text-transform: uppercase;
  padding-top: 11%;
  margin-bottom: 33px;
}
.mod-article-single.top .mod-newsflash-adv_custom-link {
  padding: 3% 0 8%;
}
.mod-article-single.top .mod-newsflash-adv_custom-link a {
  font: 28px/31px 'Asap', sans-serif;
  background: #76cc1e;
  color: #ffffff;
  text-shadow: none;
  padding: 20px 50px 21px;
  border-bottom: 2px solid #518112;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mod-article-single.top .mod-newsflash-adv_custom-link a span {
  background: none !important;
  padding: 0;
}
.mod-article-single.mod-article-single__review:before {
  content: url(../images/template/blockquote_before.png);
  display: block;
  margin: 0 0 13px 4px;
}
.mod-article-single.mod-article-single__review:after {
  content: url(../images/template/blockquote_after.png);
  display: block;
  text-align: right;
  margin: 0;
}
.mod-article-single.mod-article-single__review .item__module {
  margin-bottom: 18px;
  background: #f0f2f1;
  color: #75796f;
  text-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 29px 46px;
  line-height: 21px;
}
.mod-article-single.mod-article-single__review .item__module .item_img {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.mod-article-single.mod-article-single__review .item__module .item_img.img-intro__left {
  margin-right: 30px;
}
.mod-article-single.mod-article-single__review .item__module .item_img img {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: none;
}
.mod-article-single.mod-article-single__type {
  color: #0b1902;
  font-size: 25px;
  line-height: 31px;
}
.mod-article-single.mod-article-single__type .item__module {
  display: inline-block;
  padding: 0;
}
.mod-article-single.mod-article-single__type .item-title {
  color: #80877b;
  font-size: 39px;
  line-height: 40px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.mod-article-single.mod-article-single__type .mod-newsflash-adv_custom-link {
  float: right;
  text-align: right;
}
.mod-article-single.mod-article-single__type .mod-newsflash-adv_custom-link a {
  font: 28px/31px 'Asap', sans-serif;
  font-weight: normal;
  border-bottom: 2px solid #c32f2f;
  text-transform: uppercase;
  padding: 21px 51px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ee3939;
  color: #ffffff;
  text-shadow: none;
}
.mod-article-single.mod-article-single__type .mod-newsflash-adv_custom-link a span {
  background: none !important;
  padding: 0;
}
.mod-article-single.mod-article-single__type .mod-newsflash-adv_custom-link a:hover {
  background: #0b1902;
  color: #ffffff;
  text-shadow: none;
}
.mod-article-single.mod-article-single__search .item__module {
  display: inline-block;
  margin: 0;
  overflow: visible;
  padding: 0;
}
.mod-article-single.mod-article-single__search .mod-newsflash-adv_custom-link {
  float: right;
}
.mod-article-single.mod-article-single__search .mod-newsflash-adv_custom-link a {
  font-size: 14px;
  display: inline-block;
  background: #1bbbe2;
  color: #0b1902;
  text-shadow: none;
}
.mod-article-single.mod-article-single__search .item_img {
  margin-top: 24px;
  margin-bottom: -9px;
}
.mod-article-single.mod-article-single__search .item_img img {
  border: none;
}
.mod-article-single.mod-article-single__search .item-title {
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin: 7px 0 0;
}
.mod-article-single .mod-newsflash-adv_custom-link {
  padding-bottom: 18px;
}
.mod-article-single .mod-newsflash-adv_custom-link a {
  background: #75796f;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 18px 12px;
}
.mod-article-single .mod-newsflash-adv_custom-link a span {
  background: url(../images/template/readmore.png) right 80% no-repeat;
  padding-right: 20px;
}
.mod-article-single .mod-newsflash-adv_custom-link a:hover,
.mod-article-single .mod-newsflash-adv_custom-link a:focus,
.mod-article-single .mod-newsflash-adv_custom-link a:active {
  background: #0096bb;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
.mod-article-single .mod-newsflash-adv_custom-link a:hover span,
.mod-article-single .mod-newsflash-adv_custom-link a:focus span,
.mod-article-single .mod-newsflash-adv_custom-link a:active span {
  background: url(../images/template/more.png) right 80% no-repeat;
}
.mod-newsflash-adv.mod-newsflash-adv__doc {
  border-top: 1px solid #d0d5cb;
  padding-top: 32px;
  padding-bottom: 40px;
}
.mod-newsflash-adv.mod-newsflash-adv__doc .item_img.img-intro__left {
  margin-right: 9px;
}
.mod-newsflash-adv.mod-newsflash-adv__doc .item_img img {
  border: none;
}
.mod-newsflash-adv.mod-newsflash-adv__doc .item_content {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__doc .item_content .item_title {
  font: bold 12px/18px 'Asap', sans-serif;
  margin-bottom: 9px;
}
.mod-newsflash-adv.mod-newsflash-adv__icons .item_img.img-intro__left {
  margin-right: 5px;
}
.mod-newsflash-adv.mod-newsflash-adv__icons .item_img img {
  border: none;
}
.mod-newsflash-adv.mod-newsflash-adv__icons .item_content {
  line-height: 21px;
  padding-top: 9px;
}
.mod-newsflash-adv.mod-newsflash-adv__icons .item_title {
  font-weight: bold;
  margin-bottom: 17px;
}
.mod-newsflash-adv.mod-newsflash-adv__caption .item_img {
  border: 4px solid #c5cbbf;
  position: relative;
}
.mod-newsflash-adv.mod-newsflash-adv__caption .item_img img {
  border: none;
}
.mod-newsflash-adv.mod-newsflash-adv__caption .item_img figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font: bold 11px/14px 'Asap', sans-serif;
  text-transform: uppercase;
  padding: 7px 10px;
}
.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 =======================*/
#content-row {
  padding-top: 72px;
  overflow: hidden;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 41px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  color: #0b1902;
  font-family: 'Asap', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 18px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd a {
  color: #0096bb;
}
.item_info_dl dd a:hover {
  color: #0b1902;
}
.item_info_dl dd .fa {
  font-size: 18px;
  color: #0096bb;
  margin-right: 5px;
}
.item_info_dl dd.komento {
  float: right;
  text-transform: lowercase;
}
.item_info_dl dd.komento a {
  color: #0b1902;
}
.item_info_dl dd.komento a:hover {
  color: #0096bb;
}
.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;
}
/*===== Home Page ======*/
.moduletable.fright {
  float: right;
}
.moduletable.type {
  padding-top: 82px !important;
  padding-bottom: 20px !important;
}
.moduletable.pad {
  padding-bottom: 22px !important;
  padding-top: 72px !important;
}
.moduletable.border {
  margin-top: 13px;
  padding-bottom: 54px;
  padding-top: 68px;
  position: relative;
}
.moduletable.border:before,
.moduletable.border:after {
  top: 0;
  position: absolute;
  border-top: 1px solid #d0d5cb;
  width: 200%;
  content: "";
}
.moduletable.border:before {
  left: -100%;
}
.moduletable.border:after {
  right: -100%;
}
.moduletable.border > div {
  position: relative;
  z-index: 1;
}
.logo {
  margin-bottom: 45px;
}
.phone {
  font-size: 27px;
  line-height: 50px;
  color: #0b1902;
}
/*===== Services Page ======*/
.columns {
  overflow: hidden;
}
.columns .column {
  float: left;
  width: 50%;
}
/*===== 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: 18px;
  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 18px 18px 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;
}
small {
  font-size: 16px;
  line-height: 21px;
  color: #0096bb;
}
small:before {
  content: "";
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-item {
  padding-bottom: 18px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  /*padding-bottom: 54px;*/
  /*padding-top: 68px;*/
  position: relative;
}
#content-bottom-row:before,
#content-bottom-row:after {
  top: 0;
  position: absolute;
  border-top: 1px solid #d0d5cb;
  width: 200%;
  content: "";
}
#content-bottom-row:before {
  left: -100%;
}
#content-bottom-row:after {
  right: -100%;
}
/*======================= ASIDE RIGHT =======================*/
.item-list {
  margin: 0 0 33px;
  overflow: hidden;
}
.item-list li {
  font-size: 11px;
  background: none;
  list-style: none;
  padding: 0 0px 6px;
}
.item-list li a {
  color: #75796f;
  display: inline-block;
  font-size: 11px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.item-list li a:hover {
  background: none !important;
  color: #ee3939 !important;
  text-shadow: none !important;
}
.archive-module,
.categories-module,
.item_list {
  margin: 0 0 18px;
  overflow: hidden;
}
.archive-module li,
.categories-module li,
.item_list li {
  background: url(../images/template/marker.png) 0 6px no-repeat;
  list-style: none;
  padding: 0 10px 12px 16px;
}
.archive-module li a,
.categories-module li a,
.item_list li a {
  color: #75796f;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.archive-module li a:hover,
.categories-module li a:hover,
.item_list li a:hover {
  background: none;
  color: #0096bb;
  text-shadow: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  background: url(../images/template/map.png) 20% center no-repeat #0096bb;
  margin-bottom: -3px;
  padding-top: 23px;
  position: relative;
}
/*======================= BOTTOM =======================*/
#bottom-row .container {
  border-top: 3px solid #d5d7d4;
  font-size: 11px;
  line-height: 13px;
  padding-bottom: 18px;
  padding-top: 74px;
}
#bottom-row .container .moduleTitle {
  color: #76cc1e;
  font-weight: bold;
  max-width: 160px;
  margin-bottom: 18px;
}
#bottom-row .container a {
  color: #75796f;
}
#bottom-row .container a:hover {
  color: #76cc1e;
}
/*======================= FOOTER =======================*/
#footer-row .container {
  border-top: 3px solid #d5d7d4;
  padding-top: 31px;
}
#copyright-row .item__module {
  margin: 0;
  padding: 0;
}
#copyright {
  float: right;
}
ul.footer {
  margin: 0 0 37px;
  overflow: hidden;
}
ul.footer li {
  float: left;
  list-style: none;
  margin: 0 36px 0 0;
  text-transform: uppercase;
}
ul.footer li a {
  background: none;
  color: #75796f;
  text-shadow: none;
}
ul.footer li a:hover {
  background: none;
  color: #0096bb;
  text-shadow: none;
}
ul.footer li.active a {
  background: none;
  color: #0096bb;
  text-shadow: none;
}
ul.footer li.lastItem {
  margin-right: 0 !important;
}
.map_wrapper .map {
  height: 400px !important;
}
/*===== Social Media ======*/
.social {
  margin: 0 0 20px;
}
.social li {
  display: inline-block;
  list-style: none;
  margin: 0 4px 0 0;
}
.social li a {
  display: inline-block;
  width: 23px;
  height: 23px;
  -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;
  background-color: #31383f;
  text-align: center;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  color: white;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font: 14px/23px FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  text-align: center;
}
.social li a.fa.fa-facebook {
  background-color: #3a5a9f;
}
.social li a.fa.fa-twitter {
  background-color: #45b0e3;
}
.social li a.fa.fa-google-plus {
  background-color: #d61119;
}
.social li a.fa.fa-linkedin {
  background-color: #1783bc;
}
.social li a.fa.fa-envelope {
  background-color: #75796f;
}
.social li a:hover {
  background-color: #0b1902 !important;
  color: white;
}
