.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;
}
#wrapper {
  background: #ffffff;
  color: #000000;
  text-shadow: none;
  font-weight: 500  
}
.overflow {
  overflow: hidden;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #222222;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0ba3bd;
}
h3 {
  font: 800 25px/15px 'Open Sans', sans-serif;
  color: #004a95;
  margin-bottom: 12px;
  text-transform: uppercase;
}
h4 {
  font: 800 16px/36px 'Open Sans', sans-serif;
}
h5 {
  font: 300 20px/22px 'Open Sans', sans-serif;
  color: #000000;
}
a.link {
  font: 300 20px/22px 'Open Sans', sans-serif;
  color: #dc1916;
}
a.link:hover {
  color: #0ba3bd;
}
.pretext {
  font: 800 20px/30px 'Open Sans', sans-serif;
  color: #48b1c7;
  padding-bottom: 21px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #333333;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary {
  background: none;
  color: #0ba3bd;
  text-shadow: none;
  border: none;
  outline: none !important;
  padding: 0 0 0 32px;
  line-height: 22px;
  position: relative;
  overflow: hidden;
}
.btn-primary:before {
  position: absolute;
  top: -35px;
  left: 0;
  content: url(../images/template/trace.png);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: none;
  color: #0ba3bd;
  text-shadow: none;
  outline: none;
  box-shadow: none;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary:active:before {
  top: 0px;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  background: none;
  color: #0ba3bd;
  text-shadow: none;
  border: none;
  outline: none !important;
  padding: 0 0 0 32px;
  line-height: 22px;
  position: relative;
  overflow: hidden;
}
.btn-primary.disabled:before {
  position: absolute;
  top: -35px;
  left: 0;
  content: url(../images/template/trace.png);
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active {
  background: none;
  color: #0ba3bd;
  text-shadow: none;
  outline: none;
  box-shadow: none;
}
.btn-primary.disabled:hover:before,
.btn-primary.disabled:focus:before,
.btn-primary.disabled:active:before {
  top: 0px;
}
.btn-info {
  background: none;
  color: #0ba3bd;
  text-shadow: none;
  border: none;
  outline: none !important;
  padding: 0 0 0 32px;
  line-height: 22px;
  position: relative;
  overflow: hidden;
}
.btn-info:before {
  position: absolute;
  top: -35px;
  left: 0;
  content: url(../images/template/trace.png);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #0ba3bd;
  text-shadow: none;
  outline: none;
  box-shadow: none;
}
.btn-info:hover:before,
.btn-info:focus:before,
.btn-info:active:before {
  top: 0px;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
  font-size: 0;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  padding-right: 8px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  padding: 4px 12px;
  background: #ffffff;
  color: #7e7e7e;
  text-shadow: none;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #0ba3bd;
  color: #ffffff;
  text-shadow: none;
  border-color: #0ba3bd;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #ffffff;
  color: #222222;
  text-shadow: none;
  border: 1px solid #e3e3e3;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #0ba3bd;
  color: #ffffff;
  text-shadow: none;
  border-color: #0ba3bd;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #0ba3bd;
  color: #ffffff;
  text-shadow: none;
  border-color: #0ba3bd;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 20px;
  position: relative;
}
.item_img img,
.category_img img {
  border: 1px solid #d5d3d3;
  -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 {
  position: absolute;
  left: 50%;
  width: 0%;
  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;
  background: rgba(255, 255, 255, 0.6);
  content: "";
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item_img a .BWfade {
  width: 0% !important;
  height: 0% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
  border: 1px solid #d5d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-item {
  padding-bottom: 30px;
}
.page-item .item_title {
  margin-bottom: 21px;
}
.page-item .item_img img {
  border: 1px solid #d5d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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);
}
.hero-unit {
  padding: 20px 0 !important;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #e4e3e2;
  background: #ecf4f5;
  color: #222222;
  text-shadow: none;
  padding-top: 7px;
  position: relative;
}
#logo {
  margin-bottom: 7px;
}
/*===== Social Media ======*/
.social {
  margin: 0 0 18px;
  padding: 15px 0 0;
  text-align: right;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 0 0 17px;
}
.social li a {
  display: inline-block;
  -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;
  text-align: center;
  color: #0ba3bd;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font: 25px/34px FontAwesome;
}
.social li a:hover {
  color: #222222;
}
/*======================= NAVIGATION =======================*/
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 24px 0 23px;
  margin: 0 0 0 41px;
}
.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: #0ba3bd;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #4F4A95;
  background: none;
  height: 20px;
  font-weight: 900;
  display: block;
  padding: 0 5px;
  -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: #0ba3bd;
}
.navigation ul.sf-menu li > ul {
  top: 68px;
}
.navigation ul.sf-menu ul {
  width: 120px;
}
.navigation ul.sf-menu li li ul {
  top: -5px;
  left: 94px;
}
.navigation ul.sf-menu li li li ul {
  top: -5px;
  left: 94px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 5px 0;
}
.navigation ul.sf-menu ul li {
  padding: 5px 0px;
  text-align: center;
}
.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: 20px;
  font-family: Trebuchet MS, sans-serif;
  color: #222222;
  background: none;
  display: block;
  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: none;
  color: #0ba3bd;
}
.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: #0ba3bd;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 94px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 94px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 96px;
}
.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: 20px;
  padding-bottom: 20px;
  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: 22px;
  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: 94px;
  top: 20px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  background: url(../images/template/showcase.jpg) center 0 repeat;
  border-bottom: 1px solid #2bbbd3;
}
#showcase-row .row-container {
  background: url(../images/template/showcase-shadow.png) center center no-repeat;
  padding-top: 33px;
}
#showcase-row .row-container .moduleTitle {
  color: #ffffff;
  margin-bottom: 14px;
  text-shadow: 0 1px 0px #000000;  
}
#showcase-row .row-container .pretext {
  color: #fff;
  padding-bottom: 12px;
  
  text-shadow: 0 1px 0px #000000;
		
}
.mod-article-single .item__module {
  overflow: hidden;
  margin-bottom: 22px;
}
.mod-article-single.title .pretext {
  padding-bottom: 6px;
}
.mod-article-single.title .item__module {
  margin: 0;
}
.mod-article-single.over .item_introtext {
  overflow: hidden;
}
.mod-article-single.post .item_img img {
  border: none;
}
.mod-article-single.post .item-title {
  font: 800 20px/30px 'Open Sans', sans-serif;
  color: #004a95;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.mod-article-single.post .readmore {
  background: #dc1916;
  color: #ffffff;
  text-shadow: none;
  font: 900 24px/51px 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 72px 0 62px;
  border: 1px solid #d41a17;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.57) inset;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.mod-article-single.post .readmore:before {
  display: none;
}
.mod-article-single.post .readmore span {
  display: block;
  position: relative;
  padding-left: 30px;
}
.mod-article-single.post .readmore span:before {
  content: url(../images/template/trace_post.png);
  position: absolute;
  left: 0;
  top: 0px;
}
.mod-article-single.post .readmore:hover {
  background: #0ba3bd;
  color: #ffffff;
  text-shadow: none;
  border-color: #0ba0b9;
}
.mod-newsflash-adv.marker .item .item_content {
  background: url(../images/template/marker.png) 0 4px no-repeat;
  padding-left: 32px;
}
.mod-newsflash-adv.marker .item .item_content .item_title {
  font-size: 20px;
  line-height: 22px;
  color: #000000;
}
.mod-newsflash-adv.icons .item {
  margin-bottom: 17px;
}
.mod-newsflash-adv.icons .item .item_content {
  font: 300 15px/24px 'Open Sans', sans-serif;
  color: #0ba3bd;
  background: #ecf4f5;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: 3px solid #feffff;
  overflow: hidden;
}
.mod-newsflash-adv.icons .item .item_content .item_img {
  border-right: 1px solid #e0e8e9;
  box-shadow: 1px 0 0px #ffffff;
  margin-bottom: 0;
}
.mod-newsflash-adv.icons .item .item_content .item_img img {
  border: none;
}
.mod-newsflash-adv.icons .item .item_content .item_title {
  font: 800 20px/30px 'Open Sans', sans-serif;
  color: #222222;
  margin-bottom: 0px;
  padding-top: 7px;
  text-transform: uppercase;
}
.mod-newsflash-adv.icons .item .item_content .item_title a {
  color: #222222;
}
.mod-newsflash-adv.icons .item .item_content .item_title a span.lastItem {
  color: #0ba3bd;
}
.mod-newsflash-adv.icons .item .item_content:hover {
  background: #f1f1f1;
}
.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;
}
.mod-newsflash-adv.events .item {
  margin-bottom: 19px;
}
.mod-newsflash-adv.events .item .item_content {
  border: 1px solid #d5d3d3;
  padding: 9px 8px 9px 9px;
  overflow: hidden;
  position: relative;
}
.mod-newsflash-adv.events .item .item_content .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv.events .item .item_content .item_title {
  font-size: 20px;
  line-height: 22px;
  color: #222222;
}
.mod-newsflash-adv.events .item .item_content .item_published {
  background: #0ba3bd;
  color: #ffffff;
  text-shadow: none;
  position: absolute;
  top: 9px;
  left: 9px;
  line-height: 26px;
  width: 32px;
  text-align: center;
  z-index: 999;
}
.mod-newsflash-adv.events .item .item_content .item_published span {
  background: #48d4ec;
  color: #ffffff;
  text-shadow: none;
  display: block;
}
.mod-newsflash-adv.events .item .item_content .item_introtext {
  padding-bottom: 12px;
}
/*======================= FEATURE =======================*/
#feature-row {
  background-color: #0fabc6;
  border-top: 1px solid #0d95ad;
  border-bottom: 1px solid #0d95ad;
  padding-top: 17px;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 52px;
}
aside .moduletable {
  margin-bottom: 30px;
}
#content-bottom-row {
  padding-top: 30px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 10px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
  text-decoration:underline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.page-category .item_title {
  font-size: 20px;
  line-height: 22px;
  color: #000000;
}
/*===== Menu Page ======*/
.page-category__menu .item_img img {
  border: 1px solid #d6d4d4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px;
}
.page-category__menu .item_title {
  font-size: 14px;
  line-height: 20px;
  font-family: Trebuchet MS, sans-serif;
  font-weight: normal;
}
/*===== 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;
  margin: 0 20px 20px 0 !important;
}
.gallery-item .view .content * {
  color: inherit;
}
.gallery-item .view .content a:hover {
  color: #999;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  background: url(../images/template/blockquote.png) 0 0 no-repeat;
  font-style: italic;
  padding: 37px 0 0 30px;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0 0 20px;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote small {
  font: 800 24px/40px 'Open Sans', sans-serif;
  color: #222222;
  margin-bottom: 0px;
  text-transform: uppercase;
}
blockquote small:before {
  content: "";
}
blockquote span {
  font-style: normal;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.item_info_before {
  float: left;
  width: 65px;
  margin-right: 12px;
}
.item_info_before .item_info_dl_before {
  margin: 0;
  text-align: center;
}
.item_info_before .item_info_dl_before > div {
  margin-bottom: 10px;
}
.item_info_before .item_info_dl_before .item_published {
  font: bold 12px/29px 'Open Sans', sans-serif;
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}
.item_info_before .item_info_dl_before .item_published span {
  display: block;
  font-size: 36px;
  line-height: 52px;
  background: #dc1916;
  color: #ffffff;
  text-shadow: none;
}
.item_info_before .item_info_dl_before .komento {
  font: bold 24px/50px 'Open Sans', sans-serif;
}
.item_info_before .item_info_dl_before .komento a {
  display: block;
  background: #0ba3bd;
  color: #ffffff;
  text-shadow: none;
  position: relative;
}
.item_info_before .item_info_dl_before .komento a:after {
  content: url(../images/template/readon.png);
  position: absolute;
  left: 19px;
  bottom: -25px;
  display: block;
}
.page-blog .item {
  margin-bottom: 23px;
}
.page-blog .item_title {
  font-size: 20px;
  line-height: 22px;
}
.page-blog .item_img img {
  padding: 9px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.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 =======================*/
#mainbottom-row {
  padding-top: 30px;
  padding-bottom: 29px;
}
#mainbottom-row .row-container .moduletable {
  padding-bottom: 25px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #ecf4f5;
}
#footer-wrapper .footer-wrapper-inner {
  background: #ecf4f5 url(../images/template/footer.gif) 0 0 repeat-x;
  padding-top: 9px;
}
#copyright {
  color: #0ba3bd;
  font: 900 14px/60px 'Open Sans', sans-serif;
  overflow: hidden;
  text-align: right;
}
#copyright .footer_logo {
  float: left;
}
#copyright .year:after {
  color: #1eaac2;
  content: '|';
  padding: 0 0 0 4px;
}
#copyright span,
#copyright a {
  color: #222222;
}
#copyright a:hover {
  color: #0ba3bd;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 30px;
  line-height: 30px;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 3px 9px;
}
