.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: 30px;
  -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,
.moduleTitle {
  font: 30px/66px 'Sorts Mill Goudy', serif;
  border-bottom: 1px solid #eaeaea;
  color: #292929;
  letter-spacing: -1px;
  margin: 0 0 47px;
}
#aside-right .moduletable .moduleTitle,
#aside-left .moduletable .moduleTitle {
  font: 30px/66px 'Sorts Mill Goudy', serif;
  border-bottom: 1px solid #eaeaea;
  color: #292929;
  letter-spacing: -1px;
  margin: 0 0 47px;
}
.color {
  color: #292929;
}
p {
  margin: 0 0 20px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 20px;
  background: #ffffff;
  color: #969696;
  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;
}
.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-primary {
  background: none;
  border: none;
  font: 10px/18px 'Sorts Mill Goudy', serif;
  color: #292929;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: none;
  color: #ff8467;
  box-shadow: none;
}
.btn-info {
  background: none;
  border: none;
  font: 10px/18px 'Sorts Mill Goudy', serif;
  color: #292929;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background: none;
  color: #ff8467;
  box-shadow: none;
}
.pull-right {
  line-height: 28px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #ff8467;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 132, 103, 0.6);
}
.item_icons.btn-group.pull-right {
  float: none !important;
  margin: 0 10px 10px 0 !important;
  text-align: right;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.unstyled {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.unstyled li {
  list-style: none;
  padding: 0 0 5px;
  text-transform: uppercase;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.unstyled li a {
  background: url(../images/template/marker.gif) 0 -76px no-repeat;
  padding-left: 19px;
  font: 10px/20px 'Sorts Mill Goudy', serif;
  color: #969696;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.unstyled li a:hover {
  color: #ff8467;
  background-position: 0 5px;
}
ul.item_list li.active a,
.categories-module li.active a,
.archive-module li.active a,
.unstyled li.active a {
  color: #ff8467;
  background-position: 0 4px;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
.pagination ul li .pagenav {
  font: 16px/32px 'Sorts Mill Goudy', serif;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: white;
  background: #ff8467;
  padding: 0 12px;
  text-transform: lowercase;
}
.pagination ul li span.pagenav {
  background: #292929;
}
.pagination ul li a.pagenav:hover {
  background: #292929;
}
.pagination ul li.num span.pagenav {
  background: #292929;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 13px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 20px 9px 0;
}
.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 =======================*/
/*======================= HEADER =======================*/
#header-row .row-container .container {
  border-bottom: 1px solid #eaeaea;
}
#logo a {
  display: inline-block;
  margin: 58px 0 38px;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  float: right;
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 1px 0 0;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: #ff8467;
  color: white;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font: 16px/40px 'Sorts Mill Goudy', serif;
  display: block;
  padding: 93px 17px 11px 16px;
  color: #292929;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #ff8467;
  color: white;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 154px;
}
.navigation ul.sf-menu ul {
  width: 155px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -25px;
  left: 156px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -25px;
  left: 156px;
}
.navigation ul.sf-menu ul {
  background: #ff8467;
  padding: 25px 0;
}
.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font: 16px/25px 'Sorts Mill Goudy', serif;
  display: block;
  color: white;
  text-transform: uppercase;
  padding: 0px 15px;
  text-decoration: none;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #323232;
}
.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: #323232;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
  /*Define 1st SubMenu position*/

}
.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 {
  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: 40px;
  padding-bottom: 40px;
  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: 42px;
  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: 40px;
}
/*======================= SHOWCASE =======================*/
#showcase-row .row-container {
  padding: 20px 0 28px;
}
#showcase-row .row-container .moduletable {
  margin-bottom: 20px;
}
.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 =======================*/
#maintop-row .row-container .moduletable {
  margin-bottom: 64px;
}
/*======================= CONTENT TOP =======================*/
#content-row .row-container {
  padding: 52px 0 24px;
}
#content-row .row-container #content-top .moduletable {
  background: url(../images/template/border-bottom.gif) 0 bottom repeat-x;
  margin-bottom: 53px;
  padding-bottom: 70px;
}
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 40px;
}
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  overflow: hidden;
  margin-bottom: 40px;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
/*===== Home Page ======*/
.body__homepage #content-row .row-container {
  padding: 0;
}
.mod-article-single__image .item__module {
  position: relative;
}
.mod-article-single__image .item__module .item_img {
  margin: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mod-article-single__image .item__module .item_introtext {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 43%;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0px 50px 0;
  font: 10px/18px Trebuchet MS, sans-serif;
  text-transform: uppercase;
  color: #919191;
  text-align: center;
  overflow: hidden;
}
.mod-article-single__image .item__module .item_introtext .item-title {
  font: 30px/36px 'Sorts Mill Goudy', serif;
  background: url(../images/template/title_border.png) 0 bottom repeat-x;
  letter-spacing: -1px;
  margin: 0;
  text-transform: none;
}
.mod-article-single__image .item__module .item_introtext a.touchGalleryLink {
  width: 132px;
  height: 132px;
  position: absolute;
  bottom: -66px;
  right: -66px;
  background: #ff8467 url(../images/template/readmore.png) 11px 52px no-repeat;
  text-indent: -9999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
}
.mod-article-single__image .item__module:hover .item_img {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.mod-article-single__image .item__module:hover .item_introtext {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mod-article-single__res .item__module .single {
  width: 165px;
  height: 165px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: white;
  font: 90px/184px 'Sorts Mill Goudy', serif;
  background: #ff8467;
  display: block;
  text-transform: uppercase;
  margin-bottom: 53px;
}
.mod-article-single__res .item__module .item-title {
  font: 13px/20px Georgia, "Times New Roman", Times, serif;
  margin: 0;
  color: #292929;
}
/*===== About Page ======*/
.page-gallery__gallery h3,
.page-category__works h3 {
  font: 13px/20px Georgia, "Times New Roman", Times, serif;
  margin: 0;
}
.page-gallery__gallery h3 a,
.page-category__works h3 a {
  color: #292929;
}
.page-gallery__gallery h3 a:hover,
.page-category__works h3 a:hover {
  color: #ff8467;
}
.mod-newsflash-adv h3 a {
  color: #292929;
}
.mod-newsflash-adv h3 a:hover {
  color: #ff8467;
}
.mod-newsflash-adv__res .item {
  margin-bottom: 0;
}
.mod-newsflash-adv__res .item .number {
  float: left;
  width: 62px;
  height: 62px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff8467;
  font: 55px/62px 'Sorts Mill Goudy', serif;
  margin: 0px 9px 0 0;
  color: white;
  text-align: center;
}
.mod-newsflash-adv__res .item .item_content {
  overflow: hidden;
}
.mod-newsflash-adv__res .item .item_title {
  font: 13px/20px Georgia, "Times New Roman", Times, serif;
  margin: 0;
  color: #292929;
}
.mod-newsflash-adv__gallery .item {
  float: left;
  margin: 0 2px 2px 0;
}
.mod-newsflash-adv__gallery .item .item_img {
  margin: 0;
}
/*===== Blog Page ======*/
.page-item .item_published {
  float: left;
  width: 62px;
  height: 62px;
  margin: 0 18px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff8467;
  text-align: center;
  color: white;
  font: 25px/18px 'Sorts Mill Goudy', serif;
  text-transform: lowercase;
}
.page-item .item_published span {
  display: block;
  padding-top: 8px;
}
.page-item .item_title {
  font: 30px/36px 'Sorts Mill Goudy', serif;
  color: #292929;
  letter-spacing: -1px;
  margin: 0;
  padding: 15px 0;
}
.page-archive .item_published,
.page-item__blog .item_published,
.page-blog .item_published {
  float: left;
  width: 62px;
  height: 62px;
  margin: 0 18px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff8467;
  text-align: center;
  color: white;
  font: 25px/18px 'Sorts Mill Goudy', serif;
  text-transform: lowercase;
}
.page-archive .item_published span,
.page-item__blog .item_published span,
.page-blog .item_published span {
  display: block;
  padding-top: 8px;
}
.page-archive .item_title,
.page-item__blog .item_title,
.page-blog .item_title {
  font: 22px/1.2307em 'Sorts Mill Goudy', serif;
  padding: 6px 0 0;
  margin: 0;
  color: #292929;
}
.page-archive .item_title a,
.page-item__blog .item_title a,
.page-blog .item_title a {
  color: #292929;
}
.page-archive .item_title a:hover,
.page-item__blog .item_title a:hover,
.page-blog .item_title a:hover {
  color: #ff8467;
}
.item_info_dl {
  margin: 9px 0 27px;
  overflow: hidden;
  font: 14px/20px 'Sorts Mill Goudy', serif;
  color: #ff8467;
}
.item_info_dl dd {
  margin: 0;
}
.item_info_dl .komento {
  float: right;
}
.item_info_dl .komento .kmt-readon {
  display: block;
}
.item_info_dl .komento .kmt-readon span.kmt-comment {
  background: none;
  padding: 0;
  margin: 0 0 0 20px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -1%;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1%;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item .item_introtext {
  overflow: hidden;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
.blockquote {
  background: url(../images/template/blockquote.gif) 0 bottom repeat-x;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  padding: 21px 30px;
  position: relative;
  margin-bottom: 21px;
}
.blockquote blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
.blockquote blockquote p {
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
.blockquote:after {
  display: block;
  width: 35px;
  height: 21px;
  content: ' ';
  position: absolute;
  bottom: -21px;
  left: 64px;
  background: url(../images/template/blockquote_bottom.gif) 0 0 no-repeat;
}
small {
  display: block;
  color: #ff8467;
  text-align: right;
  font: 14px/18px 'Sorts Mill Goudy', serif;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
#bottom-row .row-container .container {
  background: url(../images/template/border-bottom.gif) 0 0 repeat-x;
  padding-top: 67px;
}
#bottom-row .row-container .container .moduletable {
  margin-bottom: 40px;
}
#bottom-row .row-container .container .moduletable .moduleTitle {
  font: 16px/36px 'Sorts Mill Goudy', serif;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 39px;
}
/*======================= FOOTER =======================*/
#copyright-row .row-container .moduletable {
  padding: 30px 0;
}
.mod-footer {
  font: 12px/20px 'Sorts Mill Goudy', serif;
  text-transform: uppercase;
  color: #292929;
  padding: 26px 0 0;
}
.mod-footer a {
  color: #292929;
}
.mod-footer a:hover {
  text-decoration: underline;
}
/*===== Social Media ======*/
.social {
  overflow: hidden;
  padding: 17px 0 19px 20px;
  border-left: 1px solid #f2f2f2;
  margin: 0;
}
.social li {
  margin: 0 4px 0 0;
  list-style: none;
  float: left;
  height: 30px;
  overflow: hidden;
}
.social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}
.social li a img {
  position: relative;
  top: -30px;
}
.social li a:hover img {
  top: 0px;
}
