.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: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 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: #d65d17;
}
h1,
h2,
h3 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #2b3039;
  border-top: 2px solid #d65d17;
  padding: 7px 0 18px 0;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  padding: 0 0 7px 0;
  color: #2b3039;
}
body.all {
  background: url(../images/bg.jpg) center 0 repeat #1d1d1d;
  font-weight: 300;
}
#wrapper,
#navigation-row {
  width: 100%;
  max-width: 1252px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
#wrapper {
  border-top: 12px solid #d65d17;
}
.alert-heading {
  color: inherit;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-width: 100%;
}
p {
  margin: 0;
  padding-bottom: 24px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 24px;
}
/*Buttons*/
.btn {
  padding: 0;
  display: inline-block;
  font-size: 14px;
  font-family: 'Sorts Mill Goudy', serif;
  line-height: 1.2em;
  background: none;
  color: #2b3039;
  border: none;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-style: italic;
  margin-top: -29px;
}
.btn:hover,
.btn:active,
.btn.active,
.btn:focus {
  text-decoration: none;
  background: none;
  box-shadow: 0 0 0;
  color: #d65d17;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.disabled {
  cursor: default !important;
  background: none;
  color: #2b3039;
  border: none;
  text-shadow: none;
}
.btn-primary {
  outline: none !important;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  pointer-events: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  outline: none !important;
}
.kmt-form-submit .btn,
.controls .btn {
  margin-top: 0;
}
.dropdown-toggle {
  margin-top: 0;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #bcbcbc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.dropdown-toggle:hover {
  background: #fff;
}
.fa {
  font-size: 15px;
}
.btn-group .btn,
.btn-toolbar .btn,
.input-prepend .btn,
.input-append .btn {
  margin-top: 0;
  margin-right: 10px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #fff;
  color: #d65d17;
}
.input-append .add-on,
.input-prepend .add-on {
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-prepend .btn,
.input-append .btn {
  margin-left: 10px;
  line-height: 46px;
}
#searchForm .btn.btn-primary {
  height: 46px;
  margin-left: 10px;
}
/*Lists*/
.list1 li {
  padding-bottom: 6px;
  padding-left: 15px;
  background: url(../images/marker1.gif) 0 8px no-repeat;
}
.list1 li a {
  font-style: italic;
  color: #a4a4a4;
}
.list1 li a:hover {
  color: #d65d17;
}
ul,
ol {
  margin: 0;
}
li {
  list-style-type: none;
}
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;
  margin-right: 2px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #555555;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #2b3039;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  color: #d65d17;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #d65d17;
  border: 1px solid #dddddd;
  background: #f5f5f5;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  box-shadow: 0 0 0 !important;
  padding: 15px 14px;
}
select {
  height: 30px;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 24px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  color: #2b3039;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 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: 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 {
  border-top: 14px solid #2b2b2b;
  padding: 10px 0 11px 0;
}
#header-row .advertisement a {
  float: right;
  margin-right: 1px;
}
#logo a {
  margin-top: 2px;
  margin-left: 1px;
  display: inline-block;
}
.advertisement a:hover,
.advertisement-2 a:hover,
.advertisement-3 a:hover {
  opacity: 0.5;
}
/*======================= NAVIGATION =======================*/
#navigation-row-sticky-wrapper {
  padding-bottom: 23px;
}
#navigation-row {
  background: #fbac14;
}
.navigation ul.sf-menu {
  /*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 0px 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: #2b2b2b;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
/*  font-size: 14px; */
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 11px 24px 13px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #2b2b2b;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li > ul {
  top: 41px;
}
.navigation ul.sf-menu ul {
  width: 185px;
}
.navigation ul.sf-menu li li ul {
  top: -12px;
  left: 187px;
}
.navigation ul.sf-menu li li li ul {
  top: -12px;
  left: 187px;
}
.navigation ul.sf-menu ul {
  background: #2b2b2b;
  padding: 12px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
/*  font-size: 14px; */
/*  line-height: 30px; */
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  font-weight: 600;
  padding: 0px 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #fbac14;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: #fbac14;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 185px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 185px;
  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: 187px;
}
.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: 1.2em;
  padding-bottom: 1.2em;
  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: 3.2em;
  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: 185px;
  top: 1.2em;
}
.is-sticky > * {
  z-index: 10;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding-bottom: 32px;
}
.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;
}
.imgs .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 0;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding: 25px 0 3px 0;
  background: #2b2b2b;
  margin-bottom: 30px;
}
.events .mod-newsflash-adv {
  margin: 0 -10px;
  overflow: hidden;
}
.events .item {
  width: 16.66%;
  float: left;
  padding: 0 10px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.events .item_img {
  margin-right: 0;
  margin-bottom: 0;
  float: none;
  display: inline-block;
  max-width: 100%;
}
.events .item_img a {
  display: block;
  position: relative;
}
.events .item_img a:hover .item_title {
  color: #fff;
  background: #2b3039;
}
.events .item_img a:hover .item_published {
  background: #2b3039;
}
.events .item_title {
  font-weight: bold;
  padding: 10px 0 14px 10px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.events .item_published {
  position: absolute;
  top: 17px;
  left: 0;
  width: 62px;
  height: 62px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font: 30px 'Open Sans', sans-serif;
  font-style: normal;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #fbac14;
  padding-top: 9px;
  z-index: 9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.events .item_published span {
  display: block;
  font-size: 18px;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.cont .moduletable {
  padding-bottom: 39px;
}
.mod-search__aside {
  position: relative;
  display: inline-block;
}
.mod-search__aside #searchword {
  margin-top: 0;
  padding: 10px 60px 10px 10px;
  width: 100%;
}
.mod-search__aside .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  width: 50px;
  height: 46px;
  margin-top: 0;
  border: none;
  padding: 0;
  color: #2b3039;
}
.mod-search__aside .btn:before {
  font: 16px fontAwesome;
  line-height: 46px;
  text-align: center;
  content: "\f002";
}
.mod-search__aside .btn:hover {
  color: #d65d17;
}
#error .mod-search__aside {
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
.item_published {
  font: 16px 'Sorts Mill Goudy', serif;
  font-style: italic;
  color: #8c8c8c;
  display: inline-block;
  margin-right: 22px;
  line-height: 29px;
}
.item_createdby {
  display: inline-block;
  font: 14px 'Sorts Mill Goudy', serif;
  font-style: italic;
  line-height: 27px;
  color: #2b3039;
  background: #fbac14;
  padding: 0 14px;
  padding-top: 2px;
}
.new .item_img {
  float: none;
  display: inline-block;
  margin-right: 0;
  max-width: 100%;
}
.news.moduletable {
  padding-bottom: 17px;
}
.news .item_img {
  margin-right: 0;
  float: none;
}
.news .descr {
  padding-bottom: 11px;
}
.news .lastItem .descr {
  display: none;
}
.news .lastItem .item_title__news {
  display: none;
}
.news .lastItem .news-blocks.moduletable {
  padding-bottom: 0;
}
.news .lastItem .news-blocks .item_img {
  margin-right: 20px;
  float: left;
}
.news .lastItem .news-blocks .descr {
  display: block;
  padding-bottom: 0px;
  margin-bottom: -10px;
}
.news .lastItem .news-blocks .descr .item_published {
  position: relative;
  top: -10px;
}
.news .lastItem .news-blocks .item {
  padding-bottom: 14px;
}
.komento {
  float: right;
  margin-right: 12px;
  width: 30px;
  height: 30px;
  position: relative;
  font: 16px 'Sorts Mill Goudy', serif;
  font-style: italic;
  color: #2b3039;
  text-align: center;
  line-height: 30px;
  z-index: 2;
}
.komento .kmt-readon {
  position: relative;
  z-index: 2;
}
.komento a {
  display: block;
  position: relative;
  z-index: 2;
}
.komento:before {
  content: "\f075";
  position: absolute;
  top: 0;
  left: 0;
  font: 30px fontAwesome;
  color: #e7e7e7;
  z-index: 1;
  line-height: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.komento:hover:before {
  color: #fbac14;
}
.kmt-readon span.kmt-comment {
  background: none !important;
  float: none !important;
  margin-right: 0 !important;
}
.commented p {
  display: inline;
}
.commented .descr {
  padding-bottom: 10px;
}
.commented .item {
  padding-bottom: 24px;
}
.commented.moduletable {
  padding-bottom: 12px;
}
.recent .descr {
  margin-top: -5px;
}
.recent.moduletable {
  padding-bottom: 0;
}
.popular.moduletable {
  padding-bottom: 0;
}
.popular .item_img {
  margin-bottom: 10px;
}
.popular .item {
  padding-bottom: 14px;
}
.popular .descr {
  position: relative;
  top: -10px;
  padding-bottom: 0;
  margin-bottom: -5px;
}
.popular .lastItem {
  padding-bottom: 10px;
}
.popular .lastItem .item_title__popular {
  display: none;
}
.popular .lastItem .descr {
  display: none;
}
.popular .popular-blocks .item_img {
  float: none;
  margin-right: 0;
  margin-bottom: 12px;
}
.popular .popular-blocks .item {
  padding-bottom: 0;
}
.popular .popular-blocks.moduletable {
  padding-bottom: 0;
}
.recent-articles.moduletable {
  padding-bottom: 16px;
}
.recent-articles h4 {
  padding-bottom: 12px;
}
.photos.moduletable {
  padding-bottom: 42px;
}
.newsletter.moduletable {
  padding-bottom: 0;
}
.newsletter .acymailing_form {
  margin: 0;
}
.newsletter .acymailing_form input[type="text"] {
  font-style: italic;
  margin-bottom: 28px;
  padding: 5px 10px;
}
.newsletter .acymailing_form,
.newsletter .acymailing_module_form td,
.newsletter .acymailing_module_form tr {
  padding: 0;
  width: 100%;
  float: left;
}
.newsletter .acysubbuttons {
  text-align: left;
}
.newsletter .btn {
  margin-right: 10px;
}
.newsletter .acymailing_module_form {
  overflow: hidden;
}
.stories.moduletable {
  padding-bottom: 10px;
}
.about_us.moduletable {
  padding-bottom: 15px;
}
.dropcap.moduletable {
  padding-bottom: 10px;
}
.dropcap .item {
  position: relative;
  padding-left: 65px;
}
.dropcap span.dropcap {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 46px;
  color: #fff;
  background: #fbac14;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
}
.models .item_img {
  float: none;
  margin-right: 0;
}
.page-blog .item_createdby,
.page-item__blog .item_createdby {
  margin-right: 12px;
}
.page-blog .item_category-name,
.page-item__blog .item_category-name {
  font: 16px 'Sorts Mill Goudy', serif;
  font-style: italic;
  margin-right: 12px;
}
.items-row {
  padding-bottom: 30px;
}
.page-item,
#contact-form {
  padding-bottom: 50px;
}
.img-full {
  max-width: 50%;
}
.mod-login form {
  margin-bottom: 0;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 24px;
}
.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#filters li,
ul#sort li,
#grid-list li {
  margin-right: 10px;
}
#grid-list li i:before {
  font-size: 20px;
}
ul.gallery {
  margin: 0;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 13px;
  line-height: 15px;
  overflow: hidden;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .item_more .btn {
  margin-top: 0;
}
ul.gallery {
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-grid {
  width: 32%;
}
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 24px 24px 0 !important;
}
ul.gallery .gap {
  display: inline-block;
  width: 32%;
  max-width: 32%;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
.gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gallery-grid .view a {
  color: #fff;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: 15px;
  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 .item_more a {
  vertical-align: top;
}
ul.gallery .gallery-list .view a.hover_more {
  line-height: 15px !important;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
  line-height: 15px;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= 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;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  background: #2b2b2b;
  padding: 10px 0 11px 0;
}
#copyright {
  color: #fff;
  font-size: 14px;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  color: #d65d17;
}
#copyright .all_rights:after {
  content: '|';
  padding: 0 6px 0 10px;
}
/*===== Social Media ======*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.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: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-blog .item > .kmt-readon {
  display: none;
}
#section-kmt {
  margin: 0;
  padding: 40px 0 0;
}
#section-kmt #kmt-form .kmt-title {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  background: none;
  text-decoration: none;
  text-transform: none;
}
#section-kmt .kmt-author {
  font: inherit !important;
  text-transform: none !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
  border: none !important;
  padding: 0 !important;
  height: auto !important;
}
#section-kmt .kmt-author a {
  height: auto !important;
}
#section-kmt .kmt-avatar {
  width: 48px;
}
#section-kmt .kmt-avatar a {
  width: 48px;
}
#section-kmt #kmt-fame {
  margin: 0;
}
#section-kmt + div {
  padding: 0 !important;
  margin: 0;
  text-align: right !important;
}
#section-kmt + div > a {
  font-size: 10px;
}
#section-kmt .kmt-head {
  height: auto !important;
  padding-right: 35px !important;
}
#section-kmt .float-wrapper > span {
  vertical-align: top;
  float: none;
  margin: 5px 5px 0 0 !important;
  height: auto;
  background-position: left 2px;
}
#section-kmt .float-wrapper > span + span {
  background-position: left 2px;
}
#section-kmt .kmt-form-content .kmt-form-addon > div {
  max-width: 90%;
}
#section-kmt .kmt-form-content .kmt-form-addon > div b {
  margin-bottom: 10px !important;
}
#section-kmt .kmt-form-content .kmt-form-addon > div .input.kmt-location {
  max-width: 100%;
}
#section-kmt .kmt-content .parentContainer {
  left: -70px;
  right: -15px;
}
#section-kmt .kmt-content .parentContainer .kmt-author {
  margin-left: 7px;
}
#section-kmt .input[type="checkbox"] {
  margin-top: 0;
}
#section-kmt .radio input[type="radio"],
#section-kmt .checkbox input[type="checkbox"] {
  margin-left: 0;
  margin-right: 15px;
}
#section-kmt .radio,
#section-kmt .checkbox {
  padding: 0;
  border: none !important;
  background: none !important;
}
#section-kmt .kmt-profile-avatar {
  width: 60px;
}
#section-kmt .kmt-profile-activity li {
  padding: 15px 10px !important;
  min-width: 0 !important;
}
.kmt-readon span.kmt-comment {
  float: none;
  padding: 0;
  margin: 0;
  background: none;
}
.kmt-timepermalink:hover {
  text-decoration: underline !important;
}
.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: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*== 1200px and beyond ===================================================
========================================================================*/
/* Large desktop */
@media (min-width: 1200px) {
  
}
/*== Up to 1200px =====================================================
========================================================================*/
/* Large desktop */
@media (max-width: 1200px) {
  #contact_map {
    height: 376px;
  }
  .events .item_title {
    font-size: 14px;
    font-weight: 600;
  }
  #wrapper,
  #navigation-row {
    max-width: 1000px;
  }
}
/*== Up to 980px ======================================================
========================================================================*/
/* Narrow desktop */
@media (max-width: 979px) {
  #wrapper,
  #navigation-row {
    max-width: 800px;
  }
  .events .item {
    width: 25%;
  }
  .popular .descr {
    top: 0;
  }
  .thumbnails {
    margin-left: -12px;
  }
  .thumbnails > li {
    margin-left: 12px;
  }
  /*footer*/
  #back-top {
    display: none !important;
  }
}
/*== Up to 980px and beyond 768px ======================================
========================================================================*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/*== Up to 767px ======================================================
========================================================================*/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  body .row-container {
    padding: 0 20px;
  }
  #header-row .advertisement a {
    float: none;
    display: inline-block;
  }
  .navigation .select-menu {
    height: 28px;
    margin-top: 10px;
    padding: 3px 10px;
    display: block;
    line-height: 20px;
  }
  #navigation-row-sticky-wrapper {
    overflow: hidden;
    height: auto !important;
  }
  .imgs .item_img {
    margin-bottom: 20px;
  }
  #showcase-row {
    padding-bottom: 12px;
  }
  .popular .item_img,
  .new .item_img {
    float: none;
    margin-right: 0;
  }
  .popular .popular-blocks .item_img {
    float: left;
    margin-right: 20px;
  }
  .events .item {
    width: 33.33%;
  }
  .photos .camera_caption h4 {
    font-size: 16px;
    font-weight: 600;
  }
  #wrapper {
    margin: 0;
  }
  #footer-wrapper {
    height: auto;
  }
  #push {
    display: none;
  }
  #logo {
    margin-bottom: 20px;
  }
  #logo a {
    margin: 0;
    margin-bottom: 20px;
  }
  .nav.menu.pull-right.nav-pills {
    float: none;
    text-align: center;
  }
  .nav.menu.pull-right.nav-pills li {
    float: none;
    display: inline-block;
  }
  .social {
    text-align: left;
    padding: 10px 0;
  }
  /*content*/
  .item-image.blog-image {
    float: none;
    margin: 0 0 20px 0;
  }
  .row-fluid [class*="itemSpan"] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
  }
  /*gallery*/
  .page-gallery ul.gallery .gallery-grid {
    width: 48.5%;
    max-width: 48.5%;
  }
  .page-gallery ul.gallery .gallery-grid .view .item_img {
    max-width: 100%;
  }
  .page-gallery ul.gallery .gallery-grid .view .item_img a {
    display: block;
  }
  .img-full__left.span5 {
    width: 50%;
  }
  /*contact*/
  .contact_details .contact_details_item {
    width: 30%;
    float: left;
  }
  .page-gallery ul.gallery .gallery-grid .view {
    margin: 0 auto;
  }
  .page-gallery ul.gallery .gallery-grid .view .item_img {
    float: none;
    margin: 0 !important;
  }
  /*Modules*/
  /*search*/
  .mod-search__aside .mod-search_searchword {
    width: 50%;
  }
  /*login*/
  .mod-login__aside .mod-login_username,
  .mod-login__aside .mod-login_passwd {
    width: 50%;
  }
  #back-top {
    display: none !important;
  }
}
/*== Up to 640px ==================================================
====================================================================*/
@media (max-width: 640px) {
  /*contact*/
  .contact_details {
    margin-bottom: 24px;
  }
  .contact_details .contact_details_item {
    width: 100%;
    float: none;
  }
  .layout-mode {
    float: none;
  }
  .events .item {
    width: 50%;
  }
  .about_us .item_img {
    float: none;
    margin-right: 0;
  }
}
/*== Up to 480px ==================================================
====================================================================*/
/* Landscape phones and down */
@media (max-width: 480px) {
  .camera_caption > div {
    display: none !important;
  }
  /*contact*/
  .contact_form {
    width: 100%;
  }
  /*registration*/
  .page-registration form input,
  .page-remind form input,
  .page-reset form input,
  .page-login form input,
  .page-login form input,
  .page-profile__edit form input,
  .page-registration form select,
  .page-remind form select,
  .page-reset form select,
  .page-login form select,
  .page-login form select,
  .page-profile__edit form select {
    width: 100%;
  }
  .page-registration form label,
  .page-remind form label,
  .page-reset form label,
  .page-login form label,
  .page-login form label,
  .page-profile__edit form label {
    display: inline-block;
  }
  .pagination ul li {
    display: none;
  }
  .pagination ul li.pagination-prev,
  .pagination ul li.pagination-next {
    display: inline-block;
  }
  /*gallery*/
  .page-gallery .item_img.img-intro {
    float: none;
    margin: 0 0 24px 0;
  }
  .page-gallery ul.gallery .gallery-item {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .page-gallery ul.gallery .gallery-item .item_img {
    float: none;
    margin: 0 auto 24px !important;
    max-width: 100%;
  }
  .page-gallery ul.gallery .gallery-item .item_img img {
    width: 100%;
  }
  .page-gallery ul.gallery .gallery-item a.zoom {
    display: block;
  }
  .img-full__left.span5 {
    width: 100%;
    margin-right: 0;
  }
  /*blog*/
  .item_img {
    float: none;
    margin: 0 0 24px 0;
    max-width: 100%;
  }
  /*archive*/
  .page-archive_filters select {
    display: block;
    width: 100%;
  }
  /*contact*/
  .contact_details .contact_details_item {
    width: 100%;
    float: none;
  }
  /*Modules*/
  /*search*/
  .mod-search__aside .mod-search_searchword {
    width: 100%;
  }
  /*login*/
  .mod-login__aside .mod-login_userdata {
    width: 100%;
    overflow: hidden;
  }
  .mod-login__aside .mod-login_username,
  .mod-login__aside .mod-login_passwd {
    width: 100%;
  }
  div.modal {
    position: absolute;
  }
}
/*== Up to 400px =====================================================
========================================================================*/
/* Portrait phones */
@media (max-width: 400px) {
  .events .item {
    width: 100%;
  }
  .popular .popular-blocks .item_img,
  .news .lastItem .news-blocks .item_img {
    float: none;
    margin-right: 0;
  }
}
