.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: 48px;
  -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: #e7695b;
}
h1 {
  font-size: 210px;
  line-height: 174px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -6px;
  margin: 0;
}
h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 37px;
  text-align: center;
}
h3.item_title {
  border-bottom: 1px solid #362e39;
  margin-bottom: 15px;
  padding-bottom: 11px;
}
h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 9px;
}
h5 {
  font: inherit;
}
a {
  outline: none !important;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 20px;
  background: #ffffff;
  color: #928e92;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -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-default,
.btn-primary,
.btn-small {
  background: #e7695b;
  color: #ffffff;
  text-shadow: none;
  border: none;
  line-height: 48px;
  padding: 0 27px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-default:hover,
.btn-primary:hover,
.btn-small:hover {
  background: #39313c;
  color: #ffffff;
}
.btn-default.submitButton,
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-small.disabled {
  background: #39313c;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-default:focus,
.btn-primary:focus,
.btn-small:focus,
.btn-default:active,
.btn-primary:active,
.btn-small:active {
  background: #e7695b;
  color: #ffffff;
  text-shadow: none;
}
.btn-default:focus:hover,
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-default:active:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #39313c;
  color: #ffffff;
}
.btn-info {
  background: #e7695b;
  color: #ffffff;
  text-shadow: none;
  border: none;
  line-height: 48px;
  padding: 0 27px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-info:hover {
  background: #39313c;
  color: #ffffff;
}
.btn-info:focus,
.btn-info:active {
  background: #e7695b;
  color: #ffffff;
  text-shadow: none;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  background: #39313c;
  color: #ffffff;
}
#searchForm .btn.btn-primary {
  height: 48px;
  line-height: 48px;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 0px;
}
.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: 0 20px 10px 0;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font-size: 18px;
  text-transform: none;
  color: #e7695b;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  background: none !important;
  padding: 0;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #e7695b;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #ffffff;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #e7695b;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #e7695b;
}
/*Forms*/
form {
  margin-bottom: 40px;
}
form .control-group {
  margin-bottom: 0;
}
form .control-group input,
form .control-group textarea {
  margin-bottom: 20px;
}
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 23px;
  position: relative;
}
.lazy_container {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background: url(../images/loader.gif) 50% 50% no-repeat;
}
.lazy_container .lazy_preloader {
  height: 0;
  display: inline-block;
  width: 100%;
}
.lazy_container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:before {
  color: white;
  content: '\ec5b';
  font-size: 0;
  line-height: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
  font-family: 'Linearicons';
}
.item_img a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #e7695b;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item_img a:hover:before {
  font-size: 40px;
}
.item_img a:hover:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  bottom: 0 !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 30px 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: 0px;
  margin-bottom: 20px;
  background-color: #1a141c;
  border: 0px solid #000;
  -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;
}
body {
  font-weight: 300;
}
.bg_video {
  margin-bottom: 40px;
}
.bg_video .playerBox {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
/*======================= TOP =======================*/
#top-row {
  background: #fff;
}
/*======================= HEADER =======================*/
#logo {
  padding-top: 13px;
}
#logo a {
  color: #281f2b !important;
  font-size: 80px;
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: -1px;
}
/*======================= NAVIGATION =======================*/
.headerContent {
  margin-bottom: 60px;
}
#navigation-row {
  padding-bottom: 37px;
  width: 100%;
}
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  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 {
  border-bottom: 5px solid #281f2b;
}
.navigation ul.sf-menu > li + li {
  margin-left: 43px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 17px;
  line-height: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: #281f2b;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 39px 0 36px;
  border-bottom: 5px solid transparent;
  -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 {
  border-bottom: 5px solid #281f2b;
}
.navigation ul.sf-menu li > ul {
  top: 100%;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu ul {
  width: 170px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -24px;
  left: 170px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -24px;
  left: 170px;
}
.navigation ul.sf-menu ul {
  background: #281f2b;
  padding: 24px 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: 17px;
  line-height: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;
  display: block;
  padding: 5px 23px;
  font-weight: 500;
  text-transform: uppercase;
  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: #e7695b;
}
.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: #e7695b;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 170px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 170px;
  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: 20px;
  padding-bottom: 20px;
  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: 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: 170px;
  top: 20px;
}
.select-menu {
  background: #fff;
  color: #333;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
#breadcrumbs-row {
  background: url(../images/breadcrumbs.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0;
}
.breadcrumb {
  background: transparent;
  margin: 32px 0 35px;
  padding: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb > li {
  padding: 0;
  display: inline-block;
  font: 500 10px/14px 'Ubuntu', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
}
.breadcrumb > li a,
.breadcrumb > li span {
  color: #ffffff;
}
.breadcrumb > li a:hover,
.breadcrumb > li span:hover {
  color: #e7695b;
  text-decoration: none;
}
.breadcrumb > li .divider {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  color: white;
  vertical-align: top;
}
.breadcrumb > li .divider img {
  display: none;
}
.breadcrumb > li.active {
  color: #ffffff;
}
.breadcrumb > li.active span {
  color: #ffffff;
}
.breadcrumb > li > span {
  color: #ffffff;
}
.breadcrumb > li + li:before {
  content: '|';
  padding: 0 11px;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  margin-bottom: 77px;
  overflow: hidden;
  padding-top: 108px;
  padding-bottom: 108px;
  min-height: 100px;
}
.body__home #showcase-row {
  background: url(../images/bg_6.jpg) no-repeat 50% 0;
}
.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 *[class*=linearicons] {
  color: white;
  font-size: 36px;
  line-height: 103px;
  width: 103px;
  height: 103px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e7695b;
  border: 1px solid #e7695b;
  text-align: center;
}
.mod-newsflash-adv *[class*=linearicons].pull-left {
  margin-right: 39px;
}
.mod-newsflash-adv .item_content {
  overflow: hidden;
}
.mod-newsflash-adv[class*=type1] .item {
  margin-bottom: 50px;
}
.mod-newsflash-adv[class*=type1] .item .item_content {
  overflow: hidden;
  padding-top: 12px;
}
.mod-newsflash-adv.testimonials .item_img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.mod-newsflash-adv.testimonials .item_img.img-intro__left {
  margin-right: 40px;
}
.mod-newsflash-adv.testimonials .item_content {
  overflow: hidden;
  padding-top: 13px;
}
@media (min-width: 768px) {
  .mod-newsflash-adv.testimonials .item_content blockquote {
    padding-right: 40px;
  }
}
.mod-newsflash-adv.blog .item_published {
  border-bottom: 1px solid #362e39;
  display: block;
  font-style: italic;
  margin-bottom: 14px;
  padding-bottom: 15px;
}
.mod-newsflash-adv .masonry {
  margin-bottom: 40px;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link {
  margin-bottom: 40px;
  padding-top: 13px;
  text-align: center;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn {
  background: white;
  color: #281f2b;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn:hover,
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn:focus {
  background: #281f2b;
  color: white;
}
.camera_wrap {
  margin-bottom: -79px !important;
  overflow: hidden;
}
.camera_wrap .camera_target_content {
  left: 50%;
  width: 1170px;
  margin-left: -585px;
}
.camera_wrap .camera_target_content .camera_caption {
  top: 0;
  bottom: 10%;
  font-size: 0;
  line-height: 0;
}
.camera_wrap .camera_target_content .camera_caption:before {
  height: 100%;
  content: '';
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.camera_wrap .camera_target_content .camera_caption > div {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  letter-spacing: -1px;
}
.camera_wrap .camera_pag {
  position: absolute;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
  bottom: 120px;
  font-size: 0;
  line-height: 0;
}
.camera_wrap .camera_pag .camera_pag_ul {
  text-align: left;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #e7695b;
}
.camera_wrap .camera_pag .camera_pag_ul li span {
  display: none;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding-bottom: 33px;
}
.top_blocks {
  float: none !important;
  z-index: 98;
  position: relative;
}
.top_blocks .item_module {
  padding: 20px;
  background: #281f2b;
}
.top_blocks .item_title {
  border-bottom: 1px solid #362e39;
  padding: 0 0 11px;
  margin-bottom: 15px;
}
.top_blocks .item_introtext {
  padding-bottom: 3px;
}
.why_us {
  padding-top: 77px;
}
.why_us .item {
  text-align: center;
}
.why_us .item .dropcap {
  width: 106px;
  display: inline-block;
  line-height: 106px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: 5px solid #e7695b;
  color: #e7695b;
  font-size: 66px;
  font-weight: 500;
  margin-bottom: 22px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  background: #e7695b;
  color: white;
  margin-bottom: 76px;
  padding-top: 81px;
  padding-bottom: 45px;
}
#maintop-row *[class*=linearicons] {
  border: 1px solid white;
}
.body__home #maintop-row {
  background: url(../images/bg_2.jpg) no-repeat 50% 0;
  color: #928e92;
  padding-top: 115px;
  padding-bottom: 140px;
}
#maintop-row h1 {
  line-height: 0.89;
}
.parallax * {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.visible .parallax * {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mod-custom__parallax {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
}
.item_introtext h4 {
  margin-bottom: 25px;
}
.mod-bootstrap-collapse {
  margin-bottom: 40px;
}
.mod-bootstrap-collapse .accordion-group {
  border: none;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.mod-bootstrap-collapse .accordion-group + .accordion-group {
  border-top: 1px solid #362e39;
  padding-top: 25px;
}
.mod-bootstrap-collapse .accordion-group .accordion-heading {
  padding-bottom: 9px;
}
.mod-bootstrap-collapse .accordion-group .accordion-heading a {
  color: white !important;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  padding: 0px;
  position: relative;
}
.mod-bootstrap-collapse .accordion-group .accordion-heading a:before {
  content: '\ec36';
  font-size: 13px;
  font-family: 'Linearicons';
  right: 0px;
  top: 50%;
  font-style: normal;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mod-bootstrap-collapse .accordion-group .accordion-heading a.selected:before {
  content: '\ec37';
}
.mod-bootstrap-collapse .accordion-group .accordion-body .accordion-inner {
  border: none;
  color: white;
  padding: 9px 0;
}
.mod-bootstrap-collapse__custom .accordion-group {
  border: 1px solid #e7695b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 25px 21px;
}
.mod-bootstrap-collapse__custom .accordion-group + .accordion-group {
  border-top: 1px solid #e7695b;
  margin-top: 19px;
}
.mod-bootstrap-collapse__custom .accordion-group .accordion-heading {
  padding: 0;
}
.mod-bootstrap-collapse__custom .accordion-group .accordion-heading a {
  padding: 0px 0px 0px 36px;
}
.mod-bootstrap-collapse__custom .accordion-group .accordion-heading a:before {
  content: '\ec3c';
  right: auto;
  left: 0;
}
.mod-bootstrap-collapse__custom .accordion-group .accordion-heading a.selected:before {
  content: '\ec39';
}
.mod-bootstrap-collapse__custom .accordion-group .accordion-body .accordion-inner {
  border: none;
  color: white;
  padding: 9px 0 9px 36px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-bottom: 14px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0;
}
.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 ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0px;
  display: block;
  line-height: 0;
  margin-left: -30px;
}
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: 20px;
  overflow: hidden;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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 20px 20px 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: 25%;
}
ul#filters li,
ul#sort li {
  margin-bottom: 5px;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0 0 13px;
  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;
}
.page-category__news .item,
.page-item__news .item {
  margin-bottom: 36px;
}
.page-category__news .item_published,
.page-item__news .item_published {
  color: #e7695b;
  font-size: 18px;
}
/*===== Blog Page ======*/
.page-blog .item_published,
.page-item__blog .item_published {
  float: left;
  text-align: center;
  color: #fff;
  background: #e7695b;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin-right: 30px;
  width: 70px;
  line-height: 30px;
  padding: 12px 0 8px;
}
.page-blog .item_published span,
.page-item__blog .item_published span {
  font-size: 38px;
  display: block;
}
.page-blog .item_info_dl,
.page-item__blog .item_info_dl {
  text-transform: lowercase;
  color: #524b54;
  margin-bottom: 10px;
}
.page-blog .item_info_dl a,
.page-item__blog .item_info_dl a {
  color: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page-blog .item_info_dl a:hover,
.page-item__blog .item_info_dl a:hover {
  color: #fff;
}
.page-blog dd + dd:before,
.page-item__blog dd + dd:before {
  content: '|';
  padding: 0 8px;
}
.page-blog .item,
.page-item__blog .item {
  margin-bottom: 36px;
}
.page-blog .item_content,
.page-item__blog .item_content {
  overflow: hidden;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
.gallery .item {
  margin-bottom: 30px;
}
.gallery .item .item_img {
  margin-bottom: 0;
}
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
  list-style: none;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  font-size: 15px;
  padding: 0 0 10px 25px;
  position: relative;
}
.archive-module li:before,
.categories-module li:before,
.mod-menu .nav.menu li:before,
.list1 ul li:before {
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  color: #e7695b;
  font-size: 18px;
  line-height: 18px;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  background: none;
  color: inherit;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  color: #e7695b;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
.recent_events img {
  background: #281f2b;
}
.recent_events .hellip {
  display: none;
}
.recent_events .readmore {
  color: #e7695b;
}
.recent_events .readmore:hover {
  color: #ffffff;
}
.recent_events .item_published {
  color: #e7695b;
  font-size: 18px;
}
.recent_events .item_content {
  overflow: hidden;
}
.recent_events .item {
  margin-bottom: 30px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  background: #e7695b;
  border-bottom: 1px solid black;
  color: #fff;
  margin-bottom: 75px;
  padding: 80px 0 45px;
}
.body__about #mainbottom-row {
  background: url(../images/bg_4.jpg) no-repeat 50% 0;
  margin-bottom: 76px;
  padding-top: 115px;
  padding-bottom: 140px;
}
#mainbottom-row a:not(.btn):hover {
  color: #281f2b;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  padding-bottom: 43px;
}
/*======================= FOOTER =======================*/
.body__home #footer-row {
  background: url(../images/bg_3.jpg) no-repeat 50% 0;
  padding-top: 134px;
  padding-bottom: 96px;
}
.mod_tm_counters .counter_item {
  margin-bottom: 40px;
}
.mod_tm_counters .counter_item .counter-wrapper {
  position: relative;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content {
  text-align: center;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value {
  background: transparent;
  border: none;
  color: white;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 16px;
  padding: 0 0 16px;
  position: relative;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  content: '';
  width: 100%;
  max-width: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-title {
  color: white;
  font-size: 18px;
  line-height: 1.2307;
}
.mod_tm_counters__circle .counter_item {
  text-align: center;
}
.mod_tm_counters__circle .counter_item .counter-wrapper {
  display: block;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #eaeaea;
}
.mod_tm_counters__circle .counter_item .counter-wrapper .counter-wrapper-box {
  width: 100%;
  padding-top: 100%;
}
.mod_tm_counters__circle .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-tabs {
  border: none;
}
.nav-tabs > li {
  margin: 0 36px 0 0 !important;
}
.nav-tabs > li > a {
  border: none !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0px;
  padding: 0 !important;
  text-transform: uppercase;
}
.nav-tabs > li > a:hover {
  background: transparent;
  color: #e7695b;
}
.nav-tabs > li.active a {
  background: transparent;
  color: #e7695b !important;
}
.tab-content {
  margin-bottom: 40px;
}
#style_switcher {
  color: #ffffff;
}
#style_switcher,
#style_switcher .toggler {
  background: #333;
}
#style_switcher .style_switcher_form .btn,
#style_switcher .style_switcher_form .kbutton {
  color: #ffffff;
}
#style_switcher .style_switcher_form .btn:hover,
#style_switcher .style_switcher_form .kbutton:hover {
  color: #ffffff;
}
#style_switcher .toggler:hover {
  color: #ffffff;
}
#style_switcher.shown {
  z-index: 1008 !important;
}
#style_switcher.shown p {
  margin: 0 0 5px 0;
  padding: 0;
}
#style_switcher div.color_scheme {
  position: relative;
  overflow: hidden;
}
#style_switcher div.color_scheme:before,
#style_switcher div.color_scheme:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 50%;
  height: 50%;
}
#style_switcher div.color_scheme.color_scheme_0 {
  background: #e7695b;
}
#style_switcher div.color_scheme.color_scheme_1 {
  background: #f0bd41;
}
#style_switcher div.color_scheme.color_scheme_2 {
  background: #78c6d7;
}
#style_switcher div.color_scheme.color_scheme_3 {
  background: #a3bf78;
}
@media screen and (max-height: 550px) {
  #style_switcher {
    padding-bottom: 10px;
    bottom: 0;
  }
}
@media (max-width: 320px) {
  #style_switcher {
    width: 220px !important;
    padding: 20px !important;
  }
  #style_switcher ul {
    padding: 0 0 13px !important;
  }
  #style_switcher ul li {
    margin-right: 5px !important;
  }
}
#color_preloader {
  background: #434242;
  height: 100%;
  left: 0;
  margin-bottom: 0 !important;
  overflow: hidden;
  position: fixed !important;
  right: 0;
  text-align: center;
  top: 0 !important;
  z-index: 2147483647;
  display: none;
}
#color_preloader .loader_wrapper {
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 300px;
  margin-left: -125px;
  margin-top: -150px;
}
#color_preloader .loader_wrapper p {
  color: white;
}
#color_preloader .uil-spin-css {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  margin: 0 auto;
}
#color_preloader:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
#color_preloader.on {
  z-index: 100000;
  display: block;
  height: 100%;
}
#color_preloader.on:before {
  display: block;
}
#color_preloader.on .loader_wrapper {
  display: block;
}
#color_preloader.on .uil-spin-css {
  display: block;
  z-index: 1000001;
}
.uil-spin-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uil-spin-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.uil-spin-css > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.uil-spin-css > div > div {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #ffffff;
}
.uil-spin-css > div:nth-of-type(1) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.87s;
  animation-delay: -0.87s;
}
.uil-spin-css > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(2) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.uil-spin-css > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(3) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.62s;
  animation-delay: -0.62s;
}
.uil-spin-css > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(4) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.uil-spin-css > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(5) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.37s;
  animation-delay: -0.37s;
}
.uil-spin-css > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(6) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.uil-spin-css > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(7) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}
.uil-spin-css > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(8) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.uil-spin-css > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
#copyright-row {
  padding: 61px 0 42px;
}
#copyright {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
#copyright .siteName {
  display: block;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2307;
  letter-spacing: -2px;
  /*margin: -20px 0 -11px;*/
}
#copyright .year:after {
  content: '•';
  padding: 0 0 0 4px;
}
#copyright .footer_logo {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 7px;
}
#footer-wrapper {
  background: #e7695b;
  color: #fff;
}
#footer-wrapper a:hover {
  color: #281f2b;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li + li {
  margin: 0 0 0 9px;
}
.social li a {
  width: 56px;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: 2px solid #fff;
  -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:hover {
  background: #fff;
  color: #e7695b !important;
}
.moduletable.about {
  padding-top: 10px;
  float: right;
}
.moduletable.about h3 {
  margin-bottom: 33px;
}
.jg_catelem_photo {
  font-size: 0;
  line-height: 0;
}
.loaded .jg_element_cat {
  display: none;
}
.jg_element_cat {
  padding-bottom: 30px;
}
.jg_imgalign_catsubs {
  font-size: 0;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.jg_imgalign_catsubs .jg_photo_custom {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.jg_imgalign_catsubs:hover .jg_photo_custom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jg_imgalign_catsubs:hover .jg_subcatelem_txt {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jg_subcat {
  margin-bottom: 40px;
}
.jg_subcatelem_cat a {
  height: auto;
}
.jg_subcatelem_photo a {
  display: block;
}
.jg_subcatelem_photo img {
  width: 100%;
  max-width: none;
  height: auto;
}
.jg_subcatelem_txt {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.jg_subcatelem_txt:before {
  content: '';
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
  background: #e7695b;
}
.jg_subcatelem_txt ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-width: 99%;
  vertical-align: middle;
}
.jg_subcatelem_txt ul li:before {
  display: none;
}
.jg_subcatelem_txt ul a {
  color: #fff;
  position: relative;
}
.jg_subcatelem_txt ul a:hover {
  color: #fff;
}
.jg_subcatelem_txt .jg_subcatelem_txt__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.jg_catelem_txt {
  margin: 0;
  text-align: center !important;
}
.jg_catelem_txt .gallery_desc p + p {
  display: none;
}
.jg_catelem_txt ul li a:hover {
  color: #e7695b;
}
.jg_catelem_txt ul li:before {
  display: none;
}
.jg_catelem_txt ul li > * {
  color: #ffffff;
}
.jg_dtl_photo {
  font-size: 0;
  line-height: 0;
}
.jg_dtl_photo .lazy_container {
  width: 100%;
}
.jg_dtl_photo .lazy_container .lazy_preloader {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jg_dtl_photo .lazy_container img {
  position: relative;
}
div.jg_details,
div.jg_voting,
div.jg_commentsarea,
div.jg_send2friend,
div.jg_bbcode,
div.jg_exif,
div.jg_panemodule {
  border: none;
  margin: 0;
}
.jg_detailnavi {
  margin-bottom: 0;
}
.jg_iconbar {
  padding: 0;
}
.jg_imgtitle {
  text-align: left;
}
.jg_imgalign_catimgs {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.jg_imgalign_catimgs img {
  width: 100%;
  max-width: none;
  height: auto;
}
.jg_imgalign_catimgs .jg_photo_custom {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.jg_imgalign_catimgs .jg_catelem_txt {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  z-index: 10;
}
.jg_imgalign_catimgs .jg_catelem_txt .item_title {
  color: inherit;
}
.jg_imgalign_catimgs .jg_catelem_txt:before {
  content: '';
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
  background: #e7695b;
}
.jg_imgalign_catimgs .jg_catelem_txt ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  max-width: 99%;
  padding: 0 10px;
  vertical-align: middle;
}
.jg_imgalign_catimgs .jg_catelem_txt .jg_links a {
  font-size: 16.25px;
  margin: 0 5px;
}
.jg_imgalign_catimgs:hover .jg_photo_custom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jg_imgalign_catimgs:hover .jg_catelem_txt {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jg_gallery {
  margin-bottom: 40px;
  font-size: 0;
  line-height: 0;
  text-align: left;
}
.jg_catorderlist {
  text-align: left;
  white-space: normal;
}
.jg_catorderlist > strong {
  display: block;
  margin-bottom: 15px;
}
.jg_links .fancybox-thumb .lazy,
.jg_links .fancybox-thumb img {
  display: none;
}
#joomcommentform {
  margin-bottom: 40px;
  text-align: left;
}
#joomcommentform + .jg_row1 {
  padding-bottom: 0;
}
#joomcommentform .btn-group {
  display: block;
  text-align: center;
}
#joomcommentform .input_wrapper {
  position: relative;
}
.jg_comments_title {
  margin-bottom: 30px;
}
.jg_cmtf {
  border: 1px dashed #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #aaa;
  padding: 30px 0;
  text-align: center;
}
.ui-loader {
  display: none;
}
.jg_pathway {
  margin: 0 0 20px;
  padding: 0;
}
ul#order {
  margin: 0 0 15px;
  overflow: hidden;
}
ul#order li {
  display: inline-block;
}
.jg_commentsarea {
  clear: both;
  padding-top: 20px;
}
.jg_commentsarea textarea {
  height: 200px;
  width: 100%;
}
.jg_commentsarea .username {
  display: block;
  font-size: 15.6px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.jg_commentsarea div[class*="jg_row"] {
  padding-bottom: 40px;
}
.jg_commentsarea div[class*="jg_row"] .comment_text {
  display: block;
}
.jg-details-header h4 {
  padding: 0;
  text-align: inherit;
}
.jg_dtl_photo {
  text-align: center;
}
form {
  margin-bottom: 40px;
}
form mark {
  background: none !important;
  bottom: 100%;
  right: 0;
  font-size: 11px;
  line-height: 18px;
  padding: 0 !important;
  position: absolute;
}
form mark label {
  color: #e00808;
  display: block;
  font-size: 11px;
  line-height: 18px;
  margin: 0 !important;
}
form textarea {
  min-height: 120px;
  max-height: 120px;
}
#Kunena td,
#Kunena table,
#Kunena th,
#Kunena div,
#Kunena p,
#Kunena span,
#Kunena .knewchar,
#Kunena #ktab a span {
  font-family: inherit;
}
.option-com_kunena .datepicker .datepicker-days table th {
  border-radius: 0 !important;
}
.option-com_kunena .datepicker tr th.prev,
.option-com_kunena .datepicker tr th.next,
.option-com_kunena .datepicker tr th.datepicker-switch {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.option-com_kunena .datepicker tr th.prev:hover,
.option-com_kunena .datepicker tr th.next:hover,
.option-com_kunena .datepicker tr th.datepicker-switch:hover {
  background: #eee;
  color: #777;
}
@media (min-width: 768px) {
  #kunena .kfrontend .container {
    width: 100%;
  }
}
#kunena table,
#kunena .table {
  margin-bottom: 35px;
  border: 1px solid #222222;
}
#kunena table tr,
#kunena .table tr {
  border: 1px solid #222222;
}
#kunena table tr td,
#kunena .table tr td {
  border: 1px solid #222222;
}
#kunena .table-bordered > thead > tr > th,
#kunena .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
#kunena .table-bordered > thead > tr > th,
#kunena .table-bordered > tbody > tr > th,
#kunena .table-bordered > tfoot > tr > th,
#kunena .table-bordered > thead > tr > td,
#kunena .table-bordered > tbody > tr > td,
#kunena .table-bordered > tfoot > tr > td {
  border: 1px solid #222222;
}
#kunena .chzn-results li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
#kunena .well {
  border: 1px solid #212121;
}
#kunena + div {
  margin-bottom: 50px;
}
#kunena #gender_chzn {
  min-width: 100px !important;
}
@media (max-width: 991px) {
  #kunena #editavatar {
    overflow-x: auto;
  }
}
#kunena .kunena-wrapper {
  *zoom: 1;
}
#kunena .kunena-wrapper:before,
#kunena .kunena-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
#kunena .kunena-wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  #kunena .kunena-wrapper .kunena-profile-edit-btn {
    display: block;
    *zoom: 1;
    float: left !important;
  }
  #kunena .kunena-wrapper .kunena-profile-edit-btn:before,
  #kunena .kunena-wrapper .kunena-profile-edit-btn:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #kunena .kunena-wrapper .kunena-profile-edit-btn:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  #kunena .kunena-wrapper .h1-heading {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #kunena #KunenaUserEdit #editprofile,
  #kunena #KunenaUserEdit #editavatar {
    overflow-x: auto;
  }
}
#kunena #KunenaUserEdit select,
#kunena #KunenaUserEdit input,
#kunena #KunenaUserEdit textarea {
  width: 100%;
}
#kunena #editsettings .chzn-container {
  min-width: 100px !important;
}
@media (max-width: 991px) {
  #kunena #ktopicsform {
    overflow-x: auto;
  }
}
#kunena #ktopicsform .chzn-container {
  width: auto !important;
}
#kunena #ktopicsform .chzn-results li {
  white-space: normal;
}
#kunena #ktopicsform .input-group-btn .btn {
  vertical-align: top;
}
@media (max-width: 767px) {
  #kunena #ktopicsform .input-group-btn .btn,
  #kunena #ktopicsform .input-group-btn input,
  #kunena #ktopicsform .input-group-btn .chzn-container {
    display: block;
    width: 100%;
  }
  #kunena #ktopicsform .input-group-btn .btn {
    text-align: center;
  }
}
#kunena .btn {
  margin-bottom: 10px;
}
#kunena .btn-xs {
  padding: 6px 8px;
}
#kunena .btn-toolbar {
  margin: 0;
}
#kunena #postform label + * {
  margin-top: 0;
}
#kunena #postform #kpost-subject {
  margin-bottom: 20px;
}
#kunena #postform #kshow_attach_form {
  margin: 0;
}
#kunena #postform #kpost-subscribe .control-label {
  padding: 0;
}
#kunena #postform #kpost-subscribe label.string {
  display: inline;
}
#kunena #postform #kattach_form {
  margin-top: 10px;
}
#kunena #topic-actions {
  margin-bottom: 20px;
}
#kunena #topic-actions .btn + .btn {
  margin-left: 0;
}
#kunena #topic-actions .btn-group {
  margin-right: 10px;
}
#kunena select {
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  #kunena select {
    width: 100% !important;
  }
}
#kunena input {
  padding: 0 20px;
  margin-bottom: 10px;
}
#kunena .cunena-date {
  display: table !important;
}
#kunena .well {
  text-align: left;
}
#kunena #kuserlist-form .table th {
  background: transparent;
  color: #928e92;
}
#kunena .pagination {
  margin-top: 15px;
}
#kunena .pagination li a:hover {
  color: #ffffff;
  background: #928e92;
}
#kunena .pagination li.active {
  background: #928e92;
  color: #ffffff;
}
#kunena .alert.alert-info {
  padding: 15px;
}
#kunena .alert.alert-info:before {
  display: none;
}
#kunena a.label.label-default {
  background: #46a546;
  color: #ffffff;
}
#kunena a.label.label-default:hover {
  background: #222222;
}
#kunena #searchatdate .input-group-addon {
  cursor: pointer;
}
#kunena #searchatdate input {
  margin-bottom: 0;
}
#kunena .h1-heading {
  font-size: 30px;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
}
#kunena .h2-heading {
  display: block;
  font-size: 21px;
  line-height: 60px;
}
#kunena div.chzn-container-single .chzn-single span {
  margin-right: 10px !important;
  padding-right: 0;
}
#kunena div.chzn-container-single .chzn-single div {
  width: 30px;
}
#kunena nav.navbar {
  background: transparent;
  border: none;
  min-height: auto;
  text-align: center;
}
#kunena nav.navbar .navbar-nav {
  margin: 0;
}
#kunena ol li:before {
  display: none;
}
#kunena #categoryactions .chzn-container {
  display: block;
  width: 100% !important;
}
#kunena #categoryactions .table .category {
  border-bottom: 1px solid #dddddd;
}
#kunena .row.message {
  padding: 20px 0;
  border-bottom: 2px solid #eaeaea;
}
#kunena .row.message .btn + .btn {
  margin-left: 0;
}
#kunena .message-published {
  margin-bottom: 25px;
}
#kunena .message-published .text-muted.pull-right {
  float: none !important;
  display: block;
  padding-bottom: 15px;
}
#kunena .kfrontend thead {
  background: #e7695b;
  color: white;
}
#kunena .kfrontend thead .well {
  background: transparent;
  border: none;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
#kunena .navbar-inner {
  min-height: inherit;
  padding: 0px;
  background: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none !important;
}
#kunena .pagination li {
  background: #e7695b;
  float: left;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#kunena .pagination li a {
  color: white;
  padding: 8px 10px;
}
#kunena .pagination li:hover {
  background: #928e92;
}
#kunena .navbar .nav > .active > a,
#kunena .navbar .nav > .active > a:hover,
#kunena .navbar .nav > .active > a:focus {
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
#kunena .navbar .nav > li > a {
  padding: 0px;
  text-shadow: none !important;
}
#kunena .navbar .nav > li > a:hover {
  color: #ffffff;
}
#kunena .hidden-lg {
  visibility: hidden;
}
#kunena #jumpto {
  margin-bottom: 30px;
}
#kunena .h3-heading .glyphicon {
  font-size: 14px;
  line-height: 14px;
}
#kunena .glyphicon,
#kunena .fa {
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
#kunena .btn-link {
  color: #e7695b;
}
#kunena .btn-link small {
  color: #928e92;
}
#kunena .btn-link:hover {
  color: #928e92;
  text-decoration: none;
}
#kunena .btn-link:hover small {
  text-decoration: none;
}
#kunena .well {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#kunena .search-block {
  float: none;
  text-align: left;
}
#kunena .search input {
  width: auto;
  margin-right: 10px;
}
#kunena .category td.col-md-1 {
  vertical-align: middle;
}
#kunena ul.list-unstyled {
  margin: 0;
}
#kunena .replies .repliesnum {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #kunena .kfrontend .text-center {
    text-align: right;
  }
}
#kunena.layout #kbbcode-smilies-button {
  background-position: -108px -18px;
}
#kunena.layout .kbbcode-preview-bottom {
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin: 10px;
  min-height: 150px;
  padding: 4px 12px;
}
#kunena.layout .markItUp .boldbutton a {
  background-image: url("../images/kunena/images/bold.png");
}
#kunena.layout .markItUp .italicbutton a {
  background-image: url("../images/kunena/images/italic.png");
}
#kunena.layout .markItUp .underlinebutton a {
  background-image: url("../images/kunena/images/underline.png");
}
#kunena.layout .markItUp .strokebutton a {
  background-image: url("../images/kunena/images/stroke.png");
}
#kunena.layout .markItUp .supscriptbutton a {
  background-image: url("../images/kunena/images/supscript.png");
}
#kunena.layout .markItUp .subscriptbutton a {
  background-image: url("../images/kunena/images/subscript.png");
}
#kunena.layout .markItUp .sizebutton a {
  background-image: url("../images/kunena/images/fonts.png");
}
#kunena.layout .markItUp .colors a {
  background-image: url("../images/kunena/images/colors.png");
}
#kunena.layout .markItUp .bulletedlistbutton a {
  background-image: url("../images/kunena/images/list-bullet.png");
}
#kunena.layout .markItUp .numericlistbutton a {
  background-image: url("../images/kunena/images/list-numeric.png");
}
#kunena.layout .markItUp .listitembutton a {
  background-image: url("../images/kunena/images/list-item.png");
}
#kunena.layout .markItUp .alignleftbutton a {
  background-image: url("../images/kunena/images/text_align_left.png");
}
#kunena.layout .markItUp .centerbutton a {
  background-image: url("../images/kunena/images/text_align_center.png");
}
#kunena.layout .markItUp .alignrightbutton a {
  background-image: url("../images/kunena/images/text_align_right.png");
}
#kunena.layout .markItUp .quotebutton a {
  background-image: url("../images/kunena/images/quotes.png");
}
#kunena.layout .markItUp .codemodalboxbutton a,
#kunena.layout .markItUp .codesimplebutton a {
  background-image: url("../images/kunena/images/code.png");
}
#kunena.layout .markItUp .tablebutton a {
  background-image: url("../images/kunena/images/table.png");
}
#kunena.layout .markItUp .spoilerbutton a {
  background-image: url("../images/kunena/images/spoiler.png");
}
#kunena.layout .markItUp .hiddentextbutton a {
  background-image: url("../images/kunena/images/hidden.png");
}
#kunena.layout .markItUp .picturebutton a {
  background-image: url("../images/kunena/images/picture.png");
}
#kunena.layout .markItUp .linkbutton a {
  background-image: url("../images/kunena/images/link.png");
}
#kunena.layout .markItUp .ebaybutton a {
  background-image: url("../images/kunena/images/ebay.png");
}
#kunena.layout .markItUp .videodropdownbutton a {
  background-image: url("../images/kunena/images/film.png");
}
#kunena.layout .markItUp .mapbutton a {
  background-image: url("../images/kunena/images/map.png");
}
#kunena.layout .markItUp .pollbutton a {
  background-image: url("../images/kunena/images/poll.png");
}
#kunena.layout .markItUp .tweetbutton a {
  background-image: url("../images/kunena/images/tweet.png");
}
#kunena.layout .markItUp .soundcloudbutton a {
  background-image: url("../images/kunena/images/soundcloud.png");
  margin-left: -3px;
  margin-top: 3px;
}
#kunena.layout .markItUp .instagrambutton a {
  background-image: url("../images/kunena/images/instagram.png");
}
#kunena.layout .markItUp .hrbutton a {
  background-image: url("../images/kunena/images/hr.png");
}
#kunena.layout .markItUp .emoticonsbutton a {
  background-image: url("../images/kunena/images/emoticon.png");
}
#kunena.layout .markItUp .confidentialbutton a {
  background-image: url("../images/kunena/images/confidential.png");
}
#kunena.layout .markItUp .clean a {
  background-image: url("../images/kunena/images/clean.png");
}
#kunena.layout .markItUp .colors ul {
  padding: 1px;
  width: auto;
}
#kunena.layout .markItUp .colors li {
  border: 1px solid white;
  float: left;
  height: 25px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 25px;
}
#kunena.layout .markItUp .colors ul a {
  height: 25px;
  width: 25px;
}
#kunena.layout .markItUp .colors .col1-1 a {
  background: black none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col1-2 a {
  background: orange none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col1-3 a {
  background: red none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col2-1 a {
  background: blue none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col2-2 a {
  background: purple none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col2-3 a {
  background: green none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col3-1 a {
  background: white none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col3-2 a {
  background: gray none repeat scroll 0 0;
}
#kunena.layout .markItUp .colors .col3-3 a {
  background: black none repeat scroll 0 0;
}
#kunena.layout .markItUp {
  width: 100%;
}
#kunena.layout .markItUpContainer {
  width: 100%;
}
#kunena.layout .markItUpEditor {
  border: 1px solid #e5e5e5;
  clear: both;
  display: block;
  line-height: 18px;
  margin: 0;
  overflow: auto;
  padding: 5px;
}
#kunena.layout .markItUpEditor a {
  box-sizing: content-box;
}
#kunena.layout .markItUpPreviewFrame {
  background-color: #ffffff;
  height: 350px;
  margin: 5px 0;
  overflow: auto;
  width: 99.9%;
}
#kunena.layout .markItUpHeader {
  height: 25px;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 100%;
}
#kunena.layout .markItUpFooter {
  height: 25px;
  padding-bottom: 10px;
  width: 100%;
}
#kunena.layout .markItUpHeader ul li {
  box-sizing: content-box;
  float: left;
  list-style: outside none none;
  position: relative;
}
#kunena.layout .markItUpHeader ul li:hover > ul {
  display: block;
}
#kunena.layout .markItUpHeader ul .markItUpDropMenu li {
  margin-right: 0;
}
#kunena.layout .markItUpHeader ul ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  display: none;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 18px;
}
#kunena.layout .markItUpHeader ul ul li {
  border-bottom: 1px solid #e5e5e5;
  float: none;
}
#kunena.layout .markItUpHeader ul .markItUpSeparator {
  border-left: 1px solid #ccc;
  color: #ccc;
  height: 24px;
  margin-right: 5px;
  overflow: hidden;
  text-indent: -10000px;
  width: 1px;
}
#kunena.layout .markItUpHeader ul ul .markItUpSeparator {
  height: 1px;
  margin: 0;
  width: auto;
}
#kunena.layout .markItUpHeader ul ul ul {
  left: 150px;
  position: absolute;
  top: -1px;
}
#kunena.layout .markItUpHeader ul ul ul li {
  float: none;
}
#kunena.layout .markItUpHeader ul a {
  background-repeat: no-repeat;
  box-sizing: content-box;
  display: block;
  height: 16px;
  margin: 0;
  padding: 4px;
  text-indent: -10000px;
  width: 16px;
}
#kunena.layout .markItUpHeader ul ul a {
  background-position: 2px 50%;
  display: block;
  padding: 5px 5px 5px 25px;
  text-indent: 0;
  width: 150px;
}
#kunena.layout .markItUpHeader ul ul a:hover {
  background-color: #3875d7;
  color: #fff;
}
#kunena.layout .markItUpHeader ul {
  margin: 0;
  padding: 0;
}
#kunena.layout .markItUpButton {
  display: inline-block;
  font-size: 14px;
  line-height: 12px;
  margin-bottom: 0;
  padding-top: 4px;
}
#kunena.layout li.markItUpButton ul {
  z-index: 1;
}
#kunena.layout .dropzone .message {
  filter: none;
  opacity: 1;
}
#kunena.layout .dropzone {
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  min-height: 120px;
  padding: 23px;
}
#kunena.layout .dropzone .default.message {
  background: rgba(0, 0, 0, 0) none no-repeat scroll 0 0;
  filter: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0s;
}
#kunena.layout #klabel_info_drop_browse {
  align-items: center;
  display: flex;
  justify-content: center;
}
#kunena.layout #files {
  padding-bottom: 10px;
}
#kunena.layout #files button.btn {
  margin-right: 5px;
}
#kunena.layout #files p {
  margin: 15px 0 0;
}
#kunena.layout #kbbcode-preview-real {
  min-height: 3em;
}
#kunena.layout #kbbcode-preview {
  height: auto !important;
  margin-bottom: 35px;
}
#kunena.layout #kshow_attach_form {
  margin-top: -100px;
}
#kunena.layout #iconset_inject .inline:hover {
  cursor: pointer;
}

#logo img{
  max-width: 100%;
}
#top-row {
  background: #1a141c;
  min-height: 125px;
}
.navigation ul.sf-menu > li > a, .navigation ul.sf-menu > li > span {
  color: white;
}
.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 {
  border-bottom: 5px solid #fff;
}
.navigation ul.sf-menu {
  float: right;
  top: 25px;
}
}
.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 {
  border-bottom: 5px solid #fff;
}

.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  color: #fff;
}

.navigation ul.sf-menu ul {
  background: #1a141c;
}

.fancybox-caption__body {
  display: none;
}

/*ul.sigFreeClassic {
  margin: 0px !important;
  padding: 0px !important;
  padding-left: 50px !important;
}*/

.image-gallery {
  display: flex;
  justify-content: space-evenly;
  padding: 25px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 100px;
}

.image-gallery2 {
  display: flex;
  justify-content: space-evenly;
  padding: 25px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.image-container {
  text-align: center;
  width: 330px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.image-link-gallery {
  text-decoration: none;
  transition: transform 0.3s ease;
  display: block;
}

.image-link-gallery:hover img {
  border-color: #e7695b;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.image-link-gallery img {
  max-width: 100%;
  max-height: 204px;
  width: 100%;
  height: auto;
  border: 2px solid #e7695b;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.image-gallery-text {
  margin-top:20px;
}

h3.image-gallery-text{
  color: #e7695b;
}

@media (min-width: 1170px) {
  .image-container {
    /*width: calc(33.333% - 20px);*/
    max-width: none;
  }
}
.custom-align-right {
  float: right;
  font-size: 1.75vh;
  margin-right: 2.5%;
}

.ui.form .field > label {
  color: #fff !important;
}

#copyright .siteName {
  display: none;
}

#wrapper {
  padding-bottom: 0px !important;
}

#footer-wrapper {
  margin-top: 0px !important;
}

#copyright-row{
  padding: 0px !important;
}

#copyright {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  text-align: center;
}

.ui.container:not(.segment) {
  padding-left: 30px !important;
}

/*.ui.fluid.container {
  width: 50% !important;
}*/

/*#footer-wrapper {
  background: #281f2b;
}*/

.mod-languages {
  display: block;
  float: right;
  margin-top: -90px;
  margin-right: 0.2%;
  position: sticky;
  z-index: 20000;
}

div.mod-languages img {
  scale: 150%;
}

div.mod-languages ul.lang-inline li {
  display: inline;
  float: inherit !important;
}
div.mod-languages li {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.jb-cookie.black {
    border-color: #e7695b !important;
}

@media (max-width: 1144px){
  .navigation ul.sf-menu {
  top: 0px;
}
}


.sigStronaGlowna .sigFreeImg {
  width: 360px !important;
  height: 270px !important;
}

#jevents_body .month_cell_st {
  background-color: #ff8173 !important;
}