html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}
body {
    margin: 0;
    background-color: #d2d2d2;
    font-family: 'Roboto', sans-serif;
    font-family: 'Istok Web', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #343838; /*#1f2c2c;*//*#222222;*//*#2f4951;*/ /*#334342;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #194957;
}
h1, .h1 {
    font-size: 2.25rem
}
h2, .h2 {
    font-size: 2.0rem
}
h3, .h3 {
    font-size: 1.75rem
}
h4, .h4 {
    font-size: 1.5rem
}
h5, .h5 {
    font-size: 1.25rem
}
h6, .h6 {
    font-size: 1rem
}
.small, small {
  font-size: 70%;
}
.medium {
  font-size: 90%;
}
.muted {
  color: #6e9797;/*647276; */
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
}
.gray a, .gray a:hover, .gray a:visited {
    color: #194957; /*#2f4951;*/ /*#334342;*/
    text-decoration:none; 
}
.gray a:hover {
   text-decoration: underline;
}
strong {
   font-size: 120%;
}
/*h1 {
  font-size: 34px;
  font-weight: 100;
} */
.header {
  background: url('../images/background.jpg') repeat;
}
.topmenu {
  background: url('../images/patina_background2.jpg') repeat;
  margin-bottom: 20px;
}
.topmenu>div {         /*#337e7a;*/
/*  background-color: RGBA(51,126,122,.1);
  background-color: RGBA(18,42,42,.1);*/
}
.footer {
  margin-top: 20px;
  background: url('../images/patina_background2.jpg') repeat;
}
.footer .container {
  padding: 20px 0;
}
.center {
  text-align: center;
}
.header .container {
  background: url('../images/background2.png') no-repeat 50% 0%;
  min-height: 275px; 
  position: relative;
  background-size:  contain;
}
.header .container .logo {
   position: absolute;
   top: 41.8%;
   left: 50%;
   width: 122px;
   height: 122px;
   margin-left: -61px; 
   padding: 0;
}
ul.menu, .footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align:center;
}
ul.menu {
  padding-top: 3pt;
}
.footer ul {
  line-height: 2.5;
}
.footer, .footer ul {
  text-align: left;
  color: #d9c8a0;
}
ul.menu li {
  display:inline;
  line-height: 2;
}
.footer .logos  {
  color: #7b7b67;
  padding: 0;
}
.footer ul.bottom-menu {
  padding: 20px 0 40px 0;
  display:inline-block;
}
ul.menu li a, .bottom-menu a {
  text-decoration:none; 
  color: #d9c8a0; /*#d3bd93;*//*e0b276;#ddcfa6;*/
  font-weigh3t: 600;
  font-size: 14pt;
  padding:  0 25px 0 25px;
  /*font-family: 'Ubuntu Condensed', sans-serif;
  font-family: 'Roboto', sans-serif;///*/
}
.swirl {
  height:54px; 
  width: 300px;
  margin: 0 auto; 
  background: url('../images/swirlline.png') 50% 50% no-repeat; 
  background-size: contain;
} 
.mb-only {
  display: none;
}
@media (max-width: 767px) {
  .mb-only {
    display: block;
  }
  .footer ul {
    text-align: center;
  }
}
.breadcrumbs.section {
  margin-bottom: 15px;
}
.breadcrumb li {
    float: left;
    font: 14px 'Ubuntu Condensed', sans-serif;
    color: #000;
    opacity: .5;
    /*height: 44px;*/
    line-height: 41px;
    padding: 0 26px 0 20px;
    background: url('../images/breadcrumb-arrow.png') no-repeat 100% 45%;
}
.breadcrumb .home {
    display: block;
    padding-left: 0; 
    font-size: 0;
    position: relative;
}
.breadcrumb li a,  .breadcrumb li a:hover, .breadcrumb li a:visited {
  color: inherit;
  text-decoration:none; 
}
.breadcrumb .home a {
  display: block;
  position: absolute;
  top:0; 
  left:0;
  right:0;
  bottom:0;
}
.breadcrumb li.home:hover, .breadcrumb li:hover {
  opacity: 1;
  color:#194957;
}
.breadcrumb li.active, .breadcrumb li.active:hover {
  opacity: .5;
  color: #000;
}
.breadcrumb .home:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('../images/home.png') no-repeat 0 0;
    margin-top: 13px;
}
.breadcrumb .home:hover:before {
    background-position: bottom;
}
.breadcrumb:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .group             { zoom: 1; } 
*:first-child+html .group { zoom: 1; } 

#shot-rubronze {
  background: url('../images/rubronze_bg.jpg') repeat;
}
#shot-jpbronze {
  background: url('../images/jpbronze_bg.jpg') repeat;
}
#shot-eubronze {
  background: url('../images/eubronze_bg.jpg') repeat;
}
#shot-painting {
  background: url('../images/painting_bg.jpg') repeat;
}
#shot-watercolor {
  background: url('../images/watercolor_bg.jpg') repeat;
}
.section.carousel .caption {
  position:absolute; 
  left:40%; 
  top:0; 
  height: 100%; 
  padding: 0;
}
.section.carousel, .section.carousel * {
  /*font-family: 'Roboto', sans-serif;///*/
  color: #d9c8a0;
}
.section.carousel {
  margin-bottom: 50px;
}
.section.carousel a {
  text-decoration: none;
}
.section.carousel .shot-title {
  font-size: 58px;
  font-weight: 500;
  margin: 50px 0 3% 0;
}
/*.section.carousel a {
  text-decoration: auto;
  color: white;
}*/
.section.carousel .shot-about {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 11%;
}
.section.carousel .container {
  position: relative; 
  height: 400px; 
  background-size:  auto !important;
  background-position: bottom left !important;
}
.section.carousel .container.landscape {
    background-position: left 50px !important;
}
.section.carousel .shot-info {
  font-size: 16px;
  line-height: 1;
}


#shot-rubronze .container {
  background: url('../images/rubronze.png') no-repeat; 
}
#shot-jpbronze .container {
  background: url('../images/jpbronze.png') no-repeat; 
}
#shot-eubronze .container {
  background: url('../images/eubronze.png') no-repeat; 
}
#shot-painting .container {
  background: url('../images/painting.png') no-repeat; 
}
#shot-watercolor .container {
  background: url('../images/watercolor.png') no-repeat; 
}
.menu-toggle {
  position: relative;
  float: right;
  padding: 3px 5px;
  margin-top: 3px;
  margin-right: 15px;
  margin-bottom: 7px;
  background-color: transparent;/*#ddd;*/
  background-image: none;
  border: 0px solid #d9c8a0;
  border-radius: 4px;
}   
.menu-toggle:hover {
  cursor: pointer;
}
.menu-toggle .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  margin: 4px 0;
  border-radius: 1px;
  background-color: #d9c8a0;/*#888;*/  
}
.toggle-wrapper:before,
.toggle-wrapper:after {
    content: "";
    display: table;
} 
.toggle-wrapper:after {
    clear: both;
}
.toggle-wrapper {
    zoom: 1; 
}
.em-09 {
  font-size: 0.9em;
  -line-height: 1.1;
}
.em-08 {
  font-size: 0.8em;
  -line-height: 1.1;
}
.em-07 {
  font-size: 0.7em;
  -line-height: 1.1;
}
@media (min-width: 768px) {
  .toggle-wrapper {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section.carousel .shot-title {
    font-size: 50px;
    font-weight: 500;
  }
  .section.carousel .shot-about {             
    display: block;
    font-size: 24px;
    font-weight: 400;
  }
  ul.menu li a {
    font-size: 14pt;
    padding:0 14px;
  }
  .section.carousel .container.landscape {
    background-size:  330px !important;
  }
}

@media (max-width: 991px)  {
  .header .container {
    min-height: 209px;
  }
  .header .container .logo {
    width: 13.26%;
    height: 44.36%;
    margin-left: -6.63%; 
    padding: 0;
  }
  .header .container .logo img {
    width: 100%;
  }
  ul.menu li a {
    font-size: 12pt;
    padding:0 5px;
  }
  .section.carousel .caption {
      left:50%;
  }
  .section.carousel .shot-title {
    font-size: 40px;
    font-weight: 500;
    margin: 50px 0 10% 0;
  }
  .section.carousel .shot-about {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15%;
  }
  .section.carousel .shot-info {
    font-size: 12px;
  }
  .section.carousel .container.landscape {
     background-size:  320px !important;
  }
}
@media (max-width: 767px) {
  .header .container {
    min-height: 30vw;
  }
  ul.menu {
    display: block;
  }
  ul.menu.mb-collapse {
    display: none;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    padding:0;
  }
  .section.carousel .caption {
      left: -50%;
      padding-left: 55%;
      padding-right: 5%;
      top: auto;
      bottom: 0;
      height: auto;
      background-color: RGBA(0,0,0, 0.45);

  }
  .section.carousel .shot-title {
    font-size: 38px;
    font-weight: 500; 
    margin: 5px 0 10px 0;
  }
  .section.carousel .shot-about {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .section.carousel .shot-info {
    display: none;
  }
  .section.carousel .container, .section.carousel .container.landscape {
    background-size:  auto !important;
    background-position: bottom center !important;
  }
  .section.carousel .container.landscape {
    background-position: center 50px !important;
  }
}
/*@media (max-width: 500px) {
  .section.carousel .shot-title {
    font-size: 20px;
    font-weight: 500;
  }
  .section.carousel .shot-about {
    display: block;
    font-size: 14px;
    font-weight: 400;
  }
  .section.carousel .shot-info {
    display: none;
  }
} */
.more {
  text-align: right;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 2em;
}
.square_banner {
}
.news {
  /*font-family: 'Ubuntu', sans-serif;*/
  font-weight: 300;
 /* color: #334342;*/
}
.section.news {
  padding: 50px 0 30px 0;
}
.news article {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 400px;
}
.news .narrow {
  padding: 20px 10px;
}
/*@media (min-width: 768px) { 
  .news .container .col-group {
    display:table-row;
  }
  .news article { 
    display: table-cell;
  }
}*/
.news .place {
  margin: 5px 0 15px;
}
.news .center .place {
  margin: 5px 0 0 0;
  min-height: 75px;
}

.news .graphic, .catalog-index .graphic {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

.catalog-index .graphic {
  margin-top: 10px;
  margin-bottom: 10px;
} 
.news .title {
  margin-bottom: 10px;
}
.news .graphic .title {
  padding: 10px 15px;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 65%;
  left: -3px;
  background-color: RGBA(230,230,230, 0.88);
  border-left: 6px solid #0b4a4c;
  font-size: 20px;
  /*font-family: 'Tinos', sans-serif; */
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}
.title, .title a, .title a:hover, .title a:visited {
  color: #572718;
}
@media (min-width: 992px) {
  .news.column {
    padding-top: 20px;
  }
}
/*.news .title, .grey .news .title, .news .title a, .news .title a:hover, .news .title a:visited {
  color: #194957;
} */

/*.news .graphic .title {
  font-size: 20px;
} */
.catalog-index .graphic a {
  display: block;
  font-size: 0;
}
.catalog-index .graphic .title {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 70%;
  left: 0;
  bottom: 0;
  width: 100%;
} 
.catalog-index .graphic .title span.table {
  display: table;
  height: 100%;
  width: 100%;
} 
.catalog-index .graphic .title span.table span.cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  /*font-family: 'Roboto', sans-serif;///*/
  color: #d9c8a0;
  font-weight: 500;
  line-height: 1;
}
.date-block {
    display: inline-block;
    text-align: left;
    clear: both;
    overflow: hidden;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
    font-family: 'Ubuntu Condensed', sans-serif;
    padding: 4px 0 0;
    margin: 0 0 8px;
}
.font40px {
  font-size: 40px;
  color: #194957;
}
.date-block strong {
  float: left;
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin: -4px 4px 0 0;
}
.date-block span {
  display: inline-block;
}

@media (min-width: 1200px) {
  .ld-em-09, .ld-em-08, .ld-em-07 {
    line-height: 1 !important;
  }
  .ld-em-09 * {
  /*.news.column .graphic .title  span {*/
    font-size: 0.9em;
  }
  .ld-em-08 * {
    font-size: 0.8em;
  }
  .ld-em-07 * {
    font-size: 0.7em;
  }
  .news.column .date-block {
    font-size: 14px;
    line-height: 13px;
  }
  .news.column .date-block strong {
    font-size: 30px;
    line-height: 30px;
    margin: -2px 2px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*.news .place span, .news .title span, .news .graphic .title span, .news .info span {
     font-size: 0.9em;
  } */
  .dt-em-09, .dt-em-08, .dt-em-07 {
    line-height: 1 !important;
  }
  .dt-em-09 * {
    font-size: 0.9em;
  }
  .dt-em-08 * {
    font-size: 0.8em;
  }
  .dt-em-07 * {
    font-size: 0.7em;
  }
  /*.news.column .graphic .title span {
     font-size: 0.7em;
  } 
  .news.column .graphic .title {
     line-height: 1;
  } */
  .date-block {
    font-size: 14px;
    line-height: 13px;
  }
  .date-block strong {
    font-size: 30px;
    line-height: 30px;
    margin: -2px 2px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*.list100 .news .place span, .list100 .news .title span, .list100 .news .info span {
     font-size: 0.8em;
  } */
  .tb-em-09, .tb-em-08, .tb-em-07 {
    line-height: 1 !important;
  }
  .tb-em-09 * {
    font-size: 0.9em;
  }
  .tb-em-08 * {
    font-size: 0.8em;
  }
  .tb-em-07 * {
    font-size: 0.7em;
  }
  .list100 .date-block {
    font-size: 14px;
    line-height: 13px;
  }
  .list100 .date-block strong {
    font-size: 30px;
    line-height: 30px;
    margin: -2px 2px 0 0;
  }
}
@media (max-width: 480px) {
  .news article {
    max-width: auto;
  }
}
.news .middle {
}
.exhibits-list .col-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.pagination {
  margin:0px;
  padding:0px;
  height:100%;
  overflow:hidden;
  font:12px 'Tahoma';
  list-style-type:none;	
}
ul.pagination li {
  float:left;
  margin:0px;
  padding:0px;
  margin-left:5px;
}
ul.pagination li:first-child {
  margin-left:0px;
}
ul.pagination li a, ul.pagination li a:visited, ul.pagination li span {
  color:#FFFFFF;
  display:block;
  text-decoration:none;
  padding:7px 10px 7px 10px;
  border-radius:3px;	
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
ul.pagination li a img {
  border:none;
}
ul.pagination li a, ul.pagination li a:visited, ul.pagination li span {
  background: #6e9797; 
  background:-moz-linear-gradient(top, #6e9797, #567d7d); 
  background:-webkit-gradient(linear,0 0,0 100%, from(#6e9797),to(#567d7d)); 
}	
ul.pagination li a:hover, ul.pagination li a.current, ul.pagination li.active a {
  color: white; /*#4F7119;*/
  background: #2a514d; /*#095a57;*/ /*#699613;*/
  background:-moz-linear-gradient(top, #45736e, #2a514d); /*#107773, #095a57);*/ /*(top,#87AB19,#699613);*/
  background:-webkit-gradient(linear,0 0,0 100%, from(#45736e),to(#2a514d));  /*from(#87AB19),to(#699613));	*/
}
@media (min-width: 1200px) {
  .wrapper75 {
    width: 75%; 
    margin: 0 auto;
  }
}
@media (min-width: 992px) {	
  .extra-float-300-right {
    width:300%;
    float:right; 
    margin-left: -300%;
    right: -300%;
    position:relative;	
  }
  /*.wrapper66 {
    float: right;
    width: 75%;
  }	
  .extra-float-50-left {
    width: 33%;
    float:right;
    margin-left: -33%; 
    left: -100%; 
    position:relative;
  }
  .extra-float-50-left .graphic {
    padding-left: 18px; padding-right: 18px;
  }  */

}
@media (min-width: 768px) /* and (max-width: 991px) */ {
  .wrapper66 {
    float: right;
    width: 66%;
  }	
  .extra-float-50-left {
    width:50%;
    float:right;
    margin-left: -50%; 
    left: -100%; 
    position:relative;
  }
  .extra-float-50-left .graphic {
    padding-left: 18px; padding-right: 18px;
  }
}
@media (max-width: 767px) {
  .extra-float-50-left .graphic {
     margin-top: 40px;
     margin-bottom: 40px;
  }
}
.slick-photo.slick-slider  {
    margin-bottom: 10px;
}
h3.slick-slide {
   margin: 10px;
}
ul.lightSlider li {
   overflow: hidden;
   text-align: center;
}
ul.lSPager li a {
   /*text-align: center;
   display: block;
   background-color: gray; */
   font-size: 0;
}
@media (max-width: 480px) {
  ul.lSPager li a img {
    height: 50px !important;
    /*display: inline !important;*/
  }
  .col-group {
     padding: 0 10px;
  }
}
.lslide img {
  max-width:100%;
  /*max-height: 100%;*/
}
@media (max-width: 991px) {
  .lslide img {
    /*max-height: 70vw;*/
  }
}
.lSSlideWrapper {
   background-color: #ddd;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0 !important;
}
.lSSlideOuter .lSPager.lSGallery li.active {
    border: 1px solid #1cbfbd; /*334342;*/
}
.lSSlideOuter .lSPager.lSGallery li {
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: border-radius none !important;
    transition: border-radius none !important;
}
