.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 {
  margin-top: 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: #362f2f;
}
h1,
h2,
h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  color: #8ebba3;
  margin: 0 0 11px;
}
h4 {
  color: #362f2f;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 21px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 21px;
}
.item_fulltext a {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #8ebba3;
}
.item_fulltext a:hover {
  border-bottom: 1px solid #362f2f;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 21px;
  background: #ffffff;
  color: #362f2f;
  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,
.btn:focus,
.btn:active {
  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;
  text-decoration: none;
}
.btn-primary {
  background: #8ebba3;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #8ebbb2;
  border-bottom-color: #8ebbb2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.btn-primary.submitButton {
  float: right;
}
.btn-info {
  background: none;
  color: #8ebba3;
  border: none;
  padding: 0;
  text-transform: lowercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #362f2f;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.item-list,
.unstyled {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.item-list li,
.unstyled li {
  background: url(../images/template/marker.png) 0 7px no-repeat;
  list-style: none;
  padding: 0 0 9px 12px;
  text-transform: uppercase;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.item-list li a,
.unstyled li a {
  color: #362f2f;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.item-list li a:hover,
.unstyled li a:hover {
  color: #8ebba3;
}
ul.list li {
  padding: 0 0 9px;
}
ul.drop {
  margin: 0 0 21px;
}
ul.drop li {
  list-style: none;
  margin-bottom: 7px;
}
ul.drop li strong {
  float: left;
  font-size: 24px;
  line-height: 24px;
  background: #7ead94;
  width: 40px;
  text-align: center;
  color: white;
  font-weight: normal;
  position: relative;
  margin: 16px  20px 10px 0;
}
ul.drop li strong:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 10px 20px;
  border-color: transparent transparent #7ead94 transparent;
  position: absolute;
  left: 50%;
  margin: -10px 0 0 -20px;
  display: block;
}
ul.drop li strong:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #7ead94 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin: 0px 0 -10px -20px;
  display: block;
}
ul.drop li h4 {
  margin: 0 0 -2px;
}
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: 20px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  background: none !important;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #555555;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #8ebba3;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #362f2f;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #362f2f;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 29px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 10px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0px 10px 20px;
}
.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);
}
/*======================= TOP =======================*/
#top-row {
  color: #aaaaaa;
  padding-top: 16px;
}
ul.phone {
  margin: 0;
  text-align: right;
}
ul.phone li {
  line-height: 18px;
  letter-spacing: 0.5px;
}
ul.phone li .separator img {
  margin: 3px 5px 0 0;
  vertical-align: top;
}
/*======================= HEADER =======================*/
#header-row {
  padding-bottom: 34px;
}
#logo {
  margin-bottom: 30px;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  float: right;
  margin: 0px 0 30px;
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  margin-left: 32px;
  padding: 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.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  color: #8ebba3;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 18px;
  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;
  color: #000000;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover,
.navigation ul.sf-menu > li > a:active,
.navigation ul.sf-menu > li > span:active,
.navigation ul.sf-menu > li > a:focus,
.navigation ul.sf-menu > li > span:focus {
  color: #8ebba3;
  text-decoration: none;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 44px;
}
.navigation ul.sf-menu ul {
  width: 190px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 135px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 135px;
}
.navigation ul.sf-menu ul {
  background: #362f2f;
  padding: 12px 0;
}
.navigation ul.sf-menu ul li {
  line-height: 24px;
  margin: 0 0 0 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  color: white;
  display: block;
  padding: 0px 18px;
  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 {
  color: #8ebba3;
}
.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 {
  color: #8ebba3;
}
.navigation ul.sf-menu.sf-vertical {
  width: 126px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 126px;
  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: 128px;
}
.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: 42px;
  padding-bottom: 42px;
  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: 44px;
  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: 126px;
  top: 42px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv .isotope {
  margin: 0 -0.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 0.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item .img-intro__none {
  margin-bottom: 5%;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-row .container {
  border-top: 4px solid #362f2f;
  padding: 64px 0 30px;
}
#content-bottom-row {
  padding-bottom: 40px;
}
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 30px;
}
.moduletable.fright {
  float: right;
}
.moduletable.news .moduleTitle {
  color: #362f2f;
  border-top: 1px solid #c2c0c0;
  border-bottom: 1px solid #c2c0c0;
  font-size: 12px;
  line-height: 16px;
  padding: 0 0px 3px;
  margin-bottom: 49px;
}
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 30px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
}
.item_info_dl {
  background: #cbded4;
  margin: 0 0 21px;
  padding: 2px 20px;
  line-height: 21px;
}
.item_info_dl dd {
  line-height: 29px;
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd.komento {
  float: right;
}
.item_info_dl dd a {
  color: #362f2f;
}
.item_info_dl dd a:hover {
  text-decoration: underline;
}
/*===== Home Page ======*/
.mod-article-single .item__module {
  margin: 0 0 30px;
  overflow: hidden;
}
.mod-newsflash-adv .pretext {
  padding-bottom: 22px;
}
.mod-newsflash-adv.mod-newsflash-adv__gallery {
  padding-bottom: 50px;
}
.mod-newsflash-adv.mod-newsflash-adv__posts {
  background-color: #c6d8cc;
  color: white;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item .indent {
  padding: 37px 0px 0px 21px;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item .drop {
  float: left;
  width: 88px;
  padding: 0 21px;
  margin: 41px 21px 42px 0;
  background-color: white;
  border-left: 1px solid #b1bbad;
  border-right: 1px solid #b1bbad;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #362f2f;
  text-transform: uppercase;
  position: relative;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item .drop span.dropcap {
  border-bottom: 4px double #C6D8CC;
  display: block;
  font-size: 36px;
  line-height: 40px;
  margin: -13px 0 11px;
  padding: 0 0 6px;
  position: relative;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item .drop i {
  font-style: normal;
  letter-spacing: -0.8px;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item .drop:before,
.mod-newsflash-adv.mod-newsflash-adv__posts .item .drop:after {
  left: -1px;
  position: relative;
  position: absolute;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item .drop:before {
  content: url(../images/template/drop_before.png);
  top: -41px;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item .drop:after {
  content: url(../images/template/drop_after.png);
  bottom: -42px;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item .item_content {
  padding-right: 10px;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item .item_content .item_title {
  color: white;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 8px;
  text-transform: none;
}
.mod-newsflash-adv.mod-newsflash-adv__monials .item_introtext {
  margin: 0 auto;
  max-width: 730px;
  text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__monials .item_introtext small {
  text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__news .item_published {
  font-size: 14px;
  color: #8ebba3;
  padding: 0 0 12px;
}
.mod-newsflash-adv.mod-newsflash-adv__news .item_title {
  margin: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__staff .item {
  margin-bottom: 10px;
}
.mod-newsflash-adv.mod-newsflash-adv__staff .item .item_title {
  margin: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__staff .item .item_introtext p {
  padding: 0 0 8px;
}
.mod-newsflash-adv.mod-newsflash-adv__staff .item .item_introtext label {
  color: #8ebba3;
  float: left;
  margin-right: 8px;
  cursor: text;
}
.mod-newsflash-adv.mod-newsflash-adv__staff .item .item_introtext ul.list {
  margin: 0;
  overflow: hidden;
}
/*===== About Page ======*/
/*===== Blog Page ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 12px;
}
/*===== 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;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 21px 21px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0 0 15px;
  border-left: none;
  font-size: 24px;
  line-height: 36px;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
}
blockquote:before {
  content: url(../images/template/blockquote_before.png);
  margin-right: 10px;
  position: relative;
  top: -8px;
}
blockquote:after {
  content: url(../images/template/blockquote_after.png);
  margin-left: 4px;
  position: relative;
  top: -8px;
}
small {
  font-size: 12px;
  line-height: 21px;
  color: #8ebba3;
  text-align: right;
  display: block;
}
small span {
  text-transform: uppercase;
}
small:before {
  content: "";
}
small:after {
  content: "";
}
/*===== Team Page ======*/
/*======================= 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;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding-bottom: 15px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row .row-container .container {
  border-top: 1px solid #c2c0c0;
  padding-top: 26px;
}
#copyright {
  line-height: 34px;
}
#copyright .divider {
  margin: 0 8px;
}
#copyright a {
  color: #362f2f;
}
#copyright a:hover {
  color: #8ebba3;
}
#footer-wrapper {
  font-size: 11px;
}
/*===== Social Media ======*/
.social {
  margin: 0;
  float: right;
}
.social li {
  float: left;
  margin: 0 0 0 8px;
  height: 32px;
  width: 32px;
  overflow: hidden;
  list-style: none;
}
.social li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social li a img {
  display: block;
  position: relative;
  top: 0;
}
.social li a:hover img {
  top: -32px;
}
