@charset "utf-8";
.fcr {
  font-family: "cinzelregular";
  font-weight: normal;
}
.for {
  font-family: "opensansregular";
  font-weight: normal;
}
.fol {
  font-family: "opensanslight";
  font-weight: normal;
}
.frr {
  font-family: "robotoregular";
  font-weight: normal;
}
.frl {
  font-family: "robotolight";
  font-weight: normal;
}
.tup {
  text-transform: uppercase;
}
.tac {
  text-align: center;
}
@media (max-width: 1199px) {
  section.main-content .list-gallery a .title {
    font-size: 14px;
  }
  section.main-content nav.main-menu > ul a,
  section.main-content nav.main-menu .search-form input[type="text"] {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  ul.list-gallery {
    padding: 0 10px !important;
  }
  ul.list-gallery li {
    margin: 0 20px !important;
  }
  nav.main-menu ul.submenu li a {
    font-size: 16px !important;
  }
  section.inventory .large-img img {
    max-width: 100%;
    height: auto;
  }
  .my-gallery figure:first-child {
    width: 460px;
    margin-bottom: 20px;
  }
}
@media (min-width: 761px) and (max-width: 991px) {
  nav.main-menu > ul > li {
    width: 25% !important;
  }
  nav.main-menu ul.submenu li a {
    font-size: 16px !important;
  }
  nav.main-menu .search-form {
    top: 2px;
  }
  nav.main-menu .search-form input[type="text"] {
    padding-right: 0px;
  }
  #carousel-home .carousel-inner .item {
    height: 270px;
  }
  ul.list-gallery {
    padding: 0 30px !important;
  }
  aside ul.authors li a {
    font-size: 14px !important;
    padding: 8px 5px;
  }
  ul.small-items {
    margin-top: 15px !important;
  }
  ul.small-items li {
    width: 132px !important;
  }
  ul.small-items li div {
    text-align: center;
    padding: 0 10px;
  }
  .author-block-top {
    display: block;
  }
  .author-block-bottom {
    display: none;
  }
}
@media (max-width: 760px) {
  .hidden-main-menu {
    display: none !important;
  }
  #main {
    padding-bottom: 154px;
    min-width: 375px;
  }
  header.main-header {
    height: 173px;
  }
  header.main-header .row .col-lg-3:last-child {
    text-align: center !important;
  }
  header.main-header .select-lang {
    margin-top: 0;
  }
  header.main-header .select-lang li {
    border: none !important;
    padding: 0 7px !important;
  }
  header.main-header .select-lang li a {
    text-decoration: none !important;
    border: 1px solid #cc8449;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 4px 12px;
    display: block;
  }
  header.main-header .select-lang li a:hover {
    border-bottom: 1px solid #cc8449 !important;
  }
  header.main-header .select-lang li:first-child {
    margin-right: 10px;
  }
  header.main-header a.logo {
    letter-spacing: 0.3px;
    margin-bottom: 18px;
  }
  header.main-header a.mailto {
    border: none !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    margin-top: 0px !important;
    margin-left: 20px !important;
    position: relative;
    top: 10px;
    right: -5px;
    background-image: url("/img/design/icon-mailto-b.png");
    width: 46px;
    height: 33px;
    padding: 0 !important;
  }
  header.main-header a.show-menu {
    border: none !important;
    display: block;
    width: 42px;
    height: 36px;
    background: url("/img/design/icon-show-menu.png") no-repeat;
    position: relative;
    top: 12px;
  }
  section.main-content {
    min-width: 375px;
    background-color: #222;
  }
  footer.main-footer {
    margin-top: -154px;
    height: 154px;
    text-align: center;
    min-width: 375px;
  }
  footer.main-footer .row div {
    padding-top: 12px;
  }
  footer.main-footer .row div:last-child {
    text-align: center;
  }
  nav#mobile-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  nav#mobile-menu #navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    width: 250px;
    left: -250px;
    background: #000;
  }
  nav#mobile-menu > ul {
    position: absolute;
    left: -250px;
    z-index: 2000;
    padding-left: 0px;
    padding-right: 3px;
    list-style: none;
    background-color: #000000;
    width: 242px;
  }
  nav#mobile-menu > ul li a {
    display: block;
    border-bottom: 1px solid #312c2c;
    padding: 15px 0;
    padding-left: 25px;
    color: #c88045;
    font-size: 18px;
    font-family: "opensanslight";
    font-weight: normal;
    text-decoration: none;
  }
  nav#mobile-menu > ul li > ul {
    padding-left: 0px;
    list-style: none;
  }
  nav#mobile-menu > ul li > ul li a {
    padding-left: 40px;
  }
  nav#mobile-menu > ul li > ul li > ul {
    display: none;
  }
  nav#mobile-menu > ul li > ul li > ul li a {
    padding-left: 55px;
  }
  nav#mobile-menu > ul li > ul li.active > a {
    color: #fb9848;
  }
  nav#mobile-menu > ul li a:hover,
  nav#mobile-menu > ul li a.active {
    color: #fb9848;
  }
  nav#mobile-menu > ul li ul.submenu {
    display: none;
  }
  nav#mobile-menu > ul li.form {
    display: none;
  }
  #carousel-home .carousel-inner .item {
    height: auto;
  }
  #carousel-home .carousel-inner .item img {
    position: relative;
    top: 0;
  }
  ul.list-gallery {
    padding: 0px !important;
  }
  ul.list-gallery li {
    margin: 0 5px !important;
    width: 210px !important;
  }
  ul.list-gallery li a .title {
    font-size: 13px !important;
  }
  ul.news {
    padding: 0 !important;
  }
  .xs-form {
    display: block;
    margin: 5px 0px 15px 0px;
  }
  .xs-form #xs-value-global-search {
    width: 90% !important;
  }
  ul.small-items {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px !important;
  }
  ul.small-items li {
    width: 132px !important;
  }
  ul.small-items li div {
    text-align: center;
    padding: 0 10px;
  }
  aside nav.navbar {
    border: 1px solid #cc8449;
    border-radius: 4px 4px 4px 4px;
  }
  aside .navbar-toggle {
    background-image: url("/img/design/icon-show-authorlist.png");
    background-repeat: no-repeat;
    background-position: 10px 5px;
  }
  aside .navbar-collapse {
    box-shadow: none;
  }
  aside .navbar-brand {
    display: block;
    color: #e0d1c9;
  }
  section.inventory .large-img img {
    max-width: 100%;
    height: auto;
  }
  .author-block-top {
    display: block;
  }
  .author-block-bottom {
    display: none;
  }
  .my-gallery figure:first-child {
    width: 100% !important;
  }
}
@media (max-width: 390px) {
  * {
    font-size: 12px !important;
  }
  a {
    font-size: 13px !important;
  }
  #main {
    min-width: 340px;
  }
  section.main-content {
    min-width: 340px;
  }
  footer.main-footer {
    min-width: 340px;
  }
  .container {
    min-width: 340px;
  }
}
@media (max-width: 320px) {
  * {
    font-size: 11px !important;
  }
  a {
    font-size: 12px !important;
  }
  #main {
    min-width: 290px;
  }
  section.main-content {
    min-width: 290px;
  }
  footer.main-footer {
    min-width: 290px;
  }
  .container {
    min-width: 290px;
  }
}
@media (max-width: 240px) {
  header.main-header .select-lang li {
      padding: 0px 1px !important;
  }
  header.main-header a.logo {
    background-size: 80% auto;
    padding-top: 50px;
    margin-top: 20px;
  }
  header.main-header a.show-menu {
    background-size: 80% auto;
  }
  header.main-header a.mailto {
    background-size: 80% auto;
  }
  * {
    font-size: 8px !important;
  }
  a {
    font-size: 9px !important;
  }
  #main {
    min-width: 210px;
  }
  section.main-content {
    min-width: 210px;
  }
  footer.main-footer {
    min-width: 210px;
  }
  .container {
    min-width: 210px;
  }
  ul.list-gallery li {
      margin: 0px 5px !important;
      width: 190px !important;
  }
  section.main-content .list-gallery li a .title {
    font-size: 11px !important;
  }
}